edf3387b8f7d329a26165e9e4511e2dba323acff
[claws.git] / ChangeLog
1 2007-09-05 [colin]      3.0.0cvs6
2
3         * src/folder.c
4         * src/imap.c
5         * src/inc.c
6         * src/mbox.c
7         * src/send_message.c
8         * src/statusbar.c
9         * src/statusbar.h
10                 Maemo: distinguish various statusbar messages,
11                 in order to display only the most important.
12
13 2007-09-04 [wwp]        3.0.0cvs5
14
15         * src/account.c
16                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
17                 Show protocol "SMTP" and the appropriate server for send-only
18                 accounts, show "-" instead of "" when no value is relevant.
19
20 2007-09-03 [ticho]      3.0.0cvs4
21
22         * src/summaryview.c
23                 Handle plural form better in delete confirmation dialog.
24
25 2007-09-03 [wwp]        3.0.0cvs3
26
27         * src/compose.c
28                 Warn differently when sending or sending later (queueing).
29
30 2007-09-03 [colin]      3.0.0cvs2
31
32         * src/procmime.c
33         * src/procmime.h
34         * src/common/plugin.c
35         * src/common/plugin.h
36                 Add a new plugin API, MimeParser. It allows
37                 plugins to scan email MIME parts and optionally,
38                 transform them.
39
40 2007-09-03 [mones]      3.0.0cvs1
41
42         * po/es.po
43                 Updated translation
44         * src/common/defs.h
45                 While a better solution is made double history sizes
46
47 2007-09-03 [paul]       3.0.0
48
49         * NEWS
50         * README
51         * RELEASE_NOTES
52                 3.0.0 released
53
54 2007-09-03 [paul]       2.10.0cvs191
55
56         * po/bg.po
57         * po/ca.po
58         * po/de.po
59         * po/fi.po
60         * po/fr.po
61         * po/hu.po
62         * po/it.po
63         * po/pl.po
64         * po/pt_BR.po
65         * po/ru.po
66         * po/sk.po
67         * po/zh_CN.po
68                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
69                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
70                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
71                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
72
73 2007-09-02 [colin]      2.10.0cvs190
74
75         * src/edittags.c
76         * src/common/tags.c
77                 Prevent empty or white-space tags
78
79 2007-09-01 [colin]      2.10.0cvs189
80
81         * src/main.c
82                 Fix double-reading of accounts list when
83                 the wizard has been run due to no accounts
84         * src/mainwindow.c
85                 Fix sensitivity of a menu item in case 
86                 there's no account
87
88 2007-09-01 [wwp]        2.10.0cvs188
89
90         * src/wizard.c
91                 Fix wizard crash when Mailbox dir already exists
92                 (thanks to Colin).
93
94 2007-08-31 [colin]      2.10.0cvs187
95
96         * src/etpan/imap-thread.c
97                 Fix unwanted creation of 
98                 libetpan's stream dump file
99         * src/compose.c
100                 Fix coloring of pastes as quotation
101         * src/summaryview.c
102                 Maemo: Fix opening of mails from keypad
103                 in Sent folders
104         * src/addressbook.c
105         * src/folderview.c
106         * src/image_viewer.c
107         * src/mimeview.c
108         * src/gtk/prefswindow.c
109                 Maemo: Fix adjustments changes 
110
111 2007-08-30 [colin]      2.10.0cvs186
112
113         * src/folderview.c
114                 Don't opened selected folder when clicking
115                 on white space
116         * src/mainwindow.c
117                 Maemo: Make Esc close messageviews
118         * src/messageview.c
119                 Maemo: Fix message scrolling to the end on 
120                 opening
121                 Maemo: Fix reopening same message
122         * src/gtk/prefswindow.c
123                 Maemo: try to fix scrollbar. Doesn't work,
124                 it seems as if gtk_adjustment_set_value was
125                 a noop.
126
127 2007-08-30 [colin]      2.10.0cvs185
128
129         * src/compose.c
130         * src/folderview.c
131         * src/main.c
132         * src/prefs_matcher.c
133         * src/prefs_template.c
134         * src/quote_fmt.c
135         * src/send_message.c
136         * src/toolbar.c
137         * src/gtk/gtkaspell.c
138         * src/plugins/bogofilter/bogofilter.c
139         * src/plugins/bogofilter/bogofilter_gtk.c
140         * src/plugins/clamav/clamav_plugin_gtk.c
141         * src/plugins/pgpcore/sgpgme.c
142         * src/plugins/spamassassin/spamassassin.c
143         * src/plugins/spamassassin/spamassassin_gtk.c
144                 Fix all potential misuses of format-string functions
145
146 2007-08-30 [wwp]        2.10.0cvs184
147
148         * src/prefs_template.c
149                 Fix a leak.
150
151 2007-08-29 [colin]      2.10.0cvs183
152
153         * src/plugins/trayicon/trayicon.c
154                 Fix leak of hooks in case of error,
155                 thanks to Holger Berndt
156
157 2007-08-28 [colin]      2.10.0cvs182
158
159         * src/mainwindow.c
160                 Don't use current folder settings when
161                 composing from the compose button's
162                 account selector
163
164 2007-08-28 [colin]      2.10.0cvs181
165
166         * src/quote_fmt_parse.y
167                 Fix cursor offset when quote contains UTF-8
168                 chars
169
170 2007-08-28 [colin]      2.10.0cvs180
171
172         * src/compose.c
173         * src/compose.h
174                 Fix signature replacement when it's been wrapped
175
176 2007-08-27 [colin]      2.10.0cvs179
177
178         * src/summaryview.c
179                 Fix indentation
180
181 2007-08-27 [colin]      2.10.0cvs178
182
183         * src/summaryview.c
184                 Fix Quicksearch's Sticky mode
185
186 2007-08-27 [colin]      2.10.0cvs177
187
188         * src/folder_item_prefs.c
189         * src/folder_item_prefs.h
190         * src/imap_gtk.c
191         * src/mh_gtk.c
192                 Fix loss of subfolders properties when
193                 renaming a folder
194
195 2007-08-26 [wwp]        2.10.0cvs176
196
197         * src/alertpanel.c
198         * src/messageview.c
199         * src/prefs_actions.c
200                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
201                 will have to be used when necessary *before* calling
202                 alertpanel functions.
203
204 2007-08-25 [paul]       2.10.0cvs175
205
206         * src/prefs_actions.c
207                 workaround gettext problem marking
208                 string as c-format when it's not
209
210 2007-08-25 [wwp]        2.10.0cvs174
211
212         * src/alertpanel.c
213         * src/messageview.c
214         * src/prefs_actions.c
215                 Call the pango markup escape function right ince in alertpanel_create
216                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
217                 2.10.0cvs158).
218
219         * src/common/log.c
220                 Fix a crash due to a misuse of g_print(), encountered when the string
221                 passed to g_print was containing printf substitution symbols.
222
223 2007-08-25 [paul]       2.10.0cvs173
224
225         * src/common/log.c
226                 fix a segfault when refreshing RSSyl feeds
227
228 2007-08-25 [paul]       2.10.0cvs172
229
230         * src/gtk/icon_legend.c
231                 add watchthread.xpm
232
233 2007-08-25 [paul]       2.10.0cvs171
234
235         * src/Makefile.am
236         * src/stock_pixmap.c
237         * src/pixmaps/insert_file.xpm
238                 add a new pixmap instead of re-using
239                 paste.xpm. (easier for icon theme authors)
240
241 2007-08-24 [holger]     2.10.0cvs170
242
243         * src/plugins/trayicon/trayicon.c
244                 The same fix for another hook id.
245
246 2007-08-24 [holger]     2.10.0cvs169
247
248         * src/plugins/trayicon/trayicon.c
249                 Micro-fix: Do the error checking for
250                 the right hook id.
251
252 2007-08-24 [paul]       2.10.0cvs168
253
254         * src/folder.h
255                 fix typo causing compiler warning
256
257 2007-08-24 [paul]       2.10.0cvs167
258
259         * README
260                 put back the correct version of this file also
261
262 2007-08-24 [colin]      2.10.0cvs166
263
264         * src/send_message.c
265                 Use progress bar when sending messages
266
267 2007-08-24 [paul]       2.10.0cvs165
268
269         * Makefile.am
270                 oops! if i'm quick no-one will notice
271                 (put back the proper file)
272
273 2007-08-24 [paul]       2.10.0cvs164
274
275         * AUTHORS
276         * Makefile.am
277         * README
278         * src/gtk/authors.h
279         * tools/Makefile.am
280         * tools/README
281         * tools/mew2claws-mail.pl
282                 add new script that imports a Mew address book
283                 submitted by Jerome Lelong
284
285 2007-08-24 [paul]       2.10.0cvs163
286
287         * manual/plugins.xml
288                 remove the obsolete plugins, add the
289                 missing plugins, including the forthcoming
290                 SpamReport plugin
291
292 2007-08-24 [paul]       2.10.0cvs162
293
294         * manual/advanced.xml
295                 add info about the hidden emphasis_color option
296         * manual/keyboard.xml
297                 correct the info about hotkeys
298                 wrap the long lines
299
300 2007-08-24 [paul]       2.10.0cvs161
301
302         * src/folderview.c
303                 add mnemonic to 'Run procesing rules'
304
305 2007-08-24 [paul]       2.10.0cvs160
306
307         * src/account.c
308         * src/folder.c
309         * src/folder.h
310                 use suitable defaults for outbox,
311                 queue, drafts and trash folders
312
313 2007-08-24 [wwp]        2.10.0cvs159
314
315         * src/folderview.c
316                 Update menu item sensitivity if necessary (or we get a
317                 gtk critical message).
318
319 2007-08-23 [wwp]        2.10.0cvs158
320
321         * src/action.c
322         * src/prefs_actions.c
323                 Allow literal % chars in action commands (use %%).
324                 Add a missing p++ to the action parser in action_get_type(),
325                 which was missing it, even if it was neutral.
326                 Fix a pango markup warning at runtime.
327
328 2007-08-23 [wwp]        2.10.0cvs157
329
330         * src/addressbook.c
331                 Contacts are now locale-aware sorted in the address book
332                 (LC_COLLATE matters here).
333                 Fix missing table initializers.
334
335 2007-08-23 [colin]      2.10.0cvs156
336
337         * src/imap.c
338                 Check scan_required on dest folder when copying
339
340 2007-08-23 [colin]      2.10.0cvs155
341
342         * src/imap.c
343                 Fix scanning when folder was empty
344
345 2007-08-22 [colin]      2.10.0cvs154
346
347         * src/msgcache.c
348                 Don't g_warning when g_try_malloc fails(), or it makes
349                 things worse as g_log() allocates. Fixes bug 1290,
350                 'Claws Mail crashes if too little memory when 
351                 rebuilding folder tree'
352
353 2007-08-22 [colin]      2.10.0cvs153
354
355         * src/inc.c
356                 Fix format string vulnerability, thanks to
357                 Ulf Harnhammar, Secunia Research
358
359 2007-08-22 [colin]      2.10.0cvs152
360
361         * src/ldapserver.c
362                 Set tv_usec too
363
364 2007-08-22 [wwp]        2.10.0cvs151
365
366         * src/ldapquery.c
367                 Few better null-ptr checks.
368
369 2007-08-22 [colin]      2.10.0cvs150
370
371         * src/editldap.c
372         * src/editldap_basedn.c
373         * src/ldapquery.c
374         * src/ldapserver.c
375         * src/ldapserver.h
376         * src/ldapupdate.c
377         * src/ldaputil.c
378         * src/ldaputil.h
379                 Fix ldap timeouts
380
381 2007-08-22 [colin]      2.10.0cvs149
382
383         * src/ldapquery.c
384                 Finish previous fix
385
386 2007-08-22 [colin]      2.10.0cvs148
387
388         * src/ldapquery.c
389                 Fix wrong assertions
390
391 2007-08-22 [colin]      2.10.0cvs147
392
393         * src/ldaputil.c
394                 Fix test (set ldap v3 if bindDN is set or TLS is set)
395
396 2007-08-22 [colin]      2.10.0cvs146
397
398         * src/editldap.c
399         * src/ldaputil.c
400                 Fix wrong "Connected successfully to server". Connection only succeeds if
401                 we can get the base DN.
402
403 2007-08-21 [wwp]        2.10.0cvs145
404
405         * src/browseldap.c
406         * src/editldap.c
407         * src/ldapctrl.c
408         * src/ldapquery.c
409         * src/ldapserver.c
410         * src/ldapupdate.c
411         * src/ldaputil.c
412                 More sanity checks in ldap functions.
413
414 2007-08-21 [wwp]        2.10.0cvs144
415
416         * src/prefs_account.c
417                 Don't return a value in a void function().
418
419 2007-08-21 [paul]       2.10.0cvs143
420
421         * src/messageview.c
422                 add check for ftp: to messageview_list_urls()
423
424 2007-08-21 [colin]      2.10.0cvs142
425
426         * src/editldap.c
427         * src/ldapctrl.c
428         * src/ldapctrl.h
429         * src/ldapquery.c
430         * src/ldapupdate.c
431                 Fix bug 1293, 'LDAP address book not working'
432                 Search only on specified fields, but fetch 
433                 every field possible. People will have to 
434                 reset the searched Attributes in their LDAP
435                 servers properties.
436
437 2007-08-21 [wwp]        2.10.0cvs141
438
439         * src/addr_compl.c
440         * src/addrbook.c
441         * src/addrcache.c
442         * src/addrcindex.c
443         * src/addressbook.c
444         * src/addrindex.c
445         * src/browseldap.c
446         * src/crash.c
447         * src/editaddress_other_attributes_ldap.c
448         * src/exporthtml.c
449         * src/folder.c
450         * src/folderview.c
451         * src/imap.c
452         * src/jpilot.c
453         * src/ldapserver.c
454         * src/ldapupdate.c
455         * src/ldif.c
456         * src/main.c
457         * src/mainwindow.c
458         * src/matcher.c
459         * src/mh.c
460         * src/msgcache.c
461         * src/mutt.c
462         * src/pine.c
463         * src/pop.c
464         * src/prefs_customheader.c
465         * src/prefs_msg_colors.c
466         * src/procmime.c
467         * src/textview.c
468         * src/vcard.c
469         * src/wizard.c
470         * src/common/log.c
471         * src/common/socket.c
472         * src/common/ssl_certificate.c
473         * src/common/utils.c
474         * src/common/utils.h
475         * src/gtk/description_window.c
476         * src/plugins/demo/demo.c
477         * src/plugins/pgpcore/prefs_gpg.c
478         * src/plugins/spamassassin/libspamc.c
479                 Make sure we use glib functions to send text messages (information,
480                 debug, warning, errors) to stdout/stderr - no more direct puts
481                 fputs printf fprintf to stdout/stderr when it can be done using
482                 g_log*() and g_print/g_printerr. Doing this, we make sure every
483                 stdout/stderr message is saved to log in Windows.
484
485
486 2007-08-21 [wwp]        2.10.0cvs140
487
488         * src/main.c
489         * src/common/utils.h
490                 Route glib's stdout/stderr messages to a log file (Windows only),
491                 instead of loosing them.
492
493 2007-08-21 [paul]       2.10.0cvs139
494
495         * src/mainwindow.c
496                 replace deprecated g_strncasecmp()
497         * src/messageview.c
498                 fix 'List URLS'
499
500 2007-08-20 [ticho]      2.10.0cvs138
501
502         * src/account.c
503         * src/prefs_account.h
504                 Copy all account preferences in account_clone() - some
505                 were missing.
506         * src/prefs_account.c
507                 Handle empty privacy system combobox gracefully (warning
508                 instead of a crash).
509
510 2007-08-20 [colin]      2.10.0cvs137
511
512         * src/ldapctrl.c
513                 Fix a leak
514
515 2007-08-20 [paul]       2.10.0cvs136
516
517         * src/browseldap.c
518         * src/editldap.c
519         * src/ldapctrl.c
520         * src/ldapquery.c
521         * src/ldapquery.h
522         * src/ldapserver.c
523         * src/ldaputil.c
524                 add debug_prints
525                 patch by Michael Rasmussen
526
527 2007-08-19 [colin]      2.10.0cvs135
528
529         * src/imap.c
530                 Fix previous commit. Sensitivity update is needed
531                 for "Cancel receiving". However when batching we
532                 don't need to do it for every message flag change,
533                 just once at the start and once at the end.
534
535 2007-08-19 [colin]      2.10.0cvs134
536
537         * src/imap.c
538                 Remove useless menu updates on session lock/unlock
539
540 2007-08-19 [colin]      2.10.0cvs133
541
542         * src/etpan/imap-thread.c
543                 Make all fetch logs less verbose
544
545 2007-08-19 [paul]       2.10.0cvs132
546
547         * src/foldersel.c
548         * src/folderview.c
549         * src/summaryview.c
550                 fix bug 1286, 'Can't move a folder into a "Folders
551                 Only" folder'
552
553 2007-08-18 [ticho]      2.10.0cvs131
554
555         * src/editaddress_other_attributes_ldap.c
556                 Converted option menu for other ldap attributes to GtkComboBox.
557
558 2007-08-18 [colin]      2.10.0cvs130
559
560         * src/compose.c
561         * src/prefs_common.c
562         * src/prefs_common.h
563         * src/prefs_send.c
564         * src/send_message.c
565                 Revert 'send_dialog_mode' meaning to 
566                 'send_dialog_invisible', so that the 
567                 new checkbox doesn't change the 
568                 existing behaviour.
569
570 2007-08-18 [paul]       2.10.0cvs129
571
572         * src/summaryview.c
573                 add missing menu update
574
575 2007-08-17 [colin]      2.10.0cvs128
576
577         * src/folder.c
578                 Set batching after getting flags - maybe fixes
579                 bug 1292, 'CM crashes on writing mail'
580
581 2007-08-16 [ticho]      2.10.0cvs127
582
583         * src/prefs_send.c
584                 Convert two GtkOptionMenu widgets to new GtkComboBox.
585         * src/gtk/combobox.h
586         * src/gtk/gtkutils.c
587                 Allow NULL for GtkComboBox menuitem label, rendering such
588                 items as row separators.
589
590 2007-08-16 [paul]       2.10.0cvs126
591
592         * src/plugins/trayicon/trayicon.c
593                 remove wrongly used gettextisation
594
595 2007-08-15 [ticho]      2.10.0cvs125
596
597         * src/importldif.c
598                 Fixed a runtime warning where an attempt to pack an
599                 already packed GtkLabel was made.
600
601 2007-08-15 [ticho]      2.10.0cvs124
602
603         * src/prefs_compose_writing.c
604                 Convert the insert-or-attach-dragged-files GtkOptionMenu
605                 into GtkComboBox.
606
607 2007-08-14 [ticho]      2.10.0cvs123
608
609         * src/messageview.c
610         * src/gtk/gtkutils.c
611                 Changed return receipt account selector to GtkComboBox.
612                 Fixed a runtime warning where GTK tried to parse
613                 "name <email@address" as a Pango markup in an alertpanel label.
614
615 2007-08-14 [ticho]      2.10.0cvs122
616
617         * src/prefs_logging.c
618                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
619
620 2007-08-14 [wwp]        2.10.0cvs121
621
622         * tools/Makefile.am
623         * tools/README
624         * tools/popfile-link.sh
625                 Added a new tool: POPFile helper, to open
626                 selected messages in POPFile control center,
627                 in order to change the messages' status.
628
629 2007-08-14 [ticho]      2.10.0cvs120
630
631         * src/compose.c
632         * src/prefs_common.c
633         * src/prefs_common.h
634         * src/prefs_send.c
635         * src/send_message.c
636                 Change "Show send dialog" optionmenu to a checkbutton.
637         * src/prefs_receive.c
638                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
639
640 2007-08-13 [wwp]        2.10.0cvs119
641
642         * src/addr_compl.c
643         * src/addressbook.c
644         * src/addrindex.c
645         * src/compose.c
646         * src/filtering.c
647         * src/folderview.c
648         * src/inc.c
649         * src/matcher.c
650         * src/mh.c
651         * src/partial_download.c
652         * src/prefs_gtk.c
653         * src/procmsg.c
654         * src/stock_pixmap.c
655         * src/summaryview.c
656         * src/common/utils.c
657         * src/gtk/gtkaspell.c
658         * src/gtk/menu.c
659                 Make sure we never pass NULL pointers for %s substitutions
660                 (prevent from crashing in Windows).
661
662 2007-08-13 [wwp]        2.10.0cvs118
663
664         * src/msgcache.c
665                 Re-enable mmap_reads in Windows with some missing
666                 CloseHandle of mapping objects, thanks to
667                 Marcus Brinkmann.
668
669 2007-08-13 [paul]       2.10.0cvs117
670
671         * src/common/utils.c
672                 fix bug 1287, 'Compile time problem on Solaris
673                 (nexenta gnu/Solaris) utils.c'
674                 Thanks to Piotr Chrzczonowicz
675
676 2007-08-12 [wwp]        2.10.0cvs116
677
678         * src/plugins/pgpcore/prefs_gpg.c
679                 Don't try to unset a GPG_AGENT_INFO that was not
680                 set (and don't use a NULL string in Windows, it was
681                 crashing with --debug if GPG_AGENT_INFO was not set).
682
683 2007-08-12 [wwp]        2.10.0cvs115
684
685         * src/privacy.h
686                 Make gcc type-check arguments passed to privacy_set_error().
687
688 2007-08-12 [ticho]      2.10.0cvs114
689
690         * src/prefs_folder_item.c
691                 Make sure that folder default account combobox always has some
692                 account preselected.
693         * src/gtk/combobox.c
694                 Handle empty combobox gracefully (warning instead of crash).
695
696 2007-08-12 [ticho]      2.10.0cvs114
697
698         * src/prefs_folder_item.c
699                 Make sure that folder default account combobox is not empty.
700         * src/gtk/combobox.c
701                 Handle empty combobox gracefully (warning instead of crash).
702
703 2007-08-11 [paul]       2.10.0cvs113
704
705         * src/addrgather.c
706         * src/folderview.c
707                 use 'subfolder' instead of 'sub-folder', matching
708                 everywhere else the term is used
709         * src/imap_gtk.c
710                 fix engrish
711
712 2007-08-10 [wwp]        2.10.0cvs112
713
714         * src/msgcache.c
715                 Disable mmap reads in Windows only (at least temporarily), they
716                 prevent from renaming/removing target cache files.
717
718 2007-08-10 [paul]
719
720         3.0.0-rc2 released
721
722 2007-08-10 [wwp]        2.10.0cvs111
723
724         * src/msgcache.c
725                 fix unpredictable crashes in Windows due to broken
726                 cache/mark/tags files writting (file were opened for
727                 writing in text mode).
728
729         * src/recv.c
730                 use gettimeofday() from w32lib.h on Windows.
731
732 2007-08-10 [colin]      2.10.0cvs110
733
734         * src/imap.c
735         * src/etpan/imap-thread.c
736         * src/etpan/imap-thread.h
737                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
738
739 2007-08-09 [colin]      2.10.0cvs109
740
741         * src/editldap.c
742                 Fix port being reset to 636 on SSL
743         * src/folder.c
744                 Fix folder_item_get_msg_num_by_file
745                 on drafts/queue folders
746
747 2007-08-09 [wwp]        2.10.0cvs108
748
749         * src/folder.c
750                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
751                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
752
753
754 2007-08-09 [colin]      2.10.0cvs107
755
756         * src/folderview.c
757         * src/summaryview.c
758         * src/gtk/prefswindow.c
759                 A few Maemo layout fixes
760
761 2007-08-09 [paul]       2.10.0cvs106
762
763         * src/prefs_account.c
764                 remove the hyphen from plug-ins to
765                 match everywhere else
766
767 2007-08-08 [wwp]        2.10.0cvs105
768
769         * src/prefs_folder_item.c
770                 Fix an extraneous stealth ^L char.
771
772 2007-08-08 [wwp]        2.10.0cvs104
773
774         * src/prefs_folder_item.c
775                 Better fix, group variables declarations (USE_ASPELL).
776
777 2007-08-08 [wwp]        2.10.0cvs103
778
779         * src/prefs_folder_item.c
780                 Fix compilation w/ USE_ASPELL set (broken
781                 by 2.10.0cvs102).
782
783 2007-08-08 [ticho]      2.10.0cvs102
784
785         * src/prefs_folder_item.c
786                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
787
788 2007-08-08 [colin]      2.10.0cvs101
789
790         * src/imap.c
791         * src/etpan/imap-thread.c
792         * src/etpan/imap-thread.h
793                 Close selected mailbox before doing
794                 status on it.
795
796 2007-08-08 [colin]      2.10.0cvs100
797
798         * src/html.c
799                 Complete symbol table, thanks to wwp.
800                 Fixes bug 1284, 'The html -> text 
801                 converter ignores entities'
802         * src/msgcache.c
803                 Fix possible fd leak
804
805 2007-08-08 [colin]      2.10.0cvs99
806
807         * src/imap.c
808                 Better way to fetch UIDs on non-UIDPLUS servers
809
810 2007-08-07 [colin]      2.10.0cvs98
811
812         * src/imap.c
813                 fix bug 1275, 'auto-saved draft messages not 
814                 always being removed'; Also, make multiple
815                 copy (in the same account) faster by matching
816                 source/destination message UIDs.
817         * src/messageview.c
818                 Don't try to reshow deleted mail
819         * src/msgcache.c
820                 Fix leak on error path
821
822 2007-08-07 [wwp]        2.10.0cvs97
823
824         * manual/account.xml
825         * manual/advanced.xml
826         * manual/fr/account.xml
827         * manual/fr/advanced.xml
828                 Updated the reference manual and the French translation to
829                 reflect 2.10.0cvs84: enable running folder Processing
830                 rules on demand.
831
832 2007-08-06 [wwp]        2.10.0cvs96
833
834         * src/prefs_common.c
835         * src/prefs_common.h
836         * src/textview.c
837                 Allow changing the emphasis color used to highlight
838                 the newsreader/x-mailer header value when it matches
839                 our preferred mail agent (hidden pref 'emphasis_col' added
840                 to clawsrc).
841
842 2007-08-06 [colin]      2.10.0cvs95
843
844         * src/compose.c
845         * src/compose.h
846                 Re-commit 2.10.0cvs86, with a protection
847                 against Pango bug. Also, try to fix 
848                 bug 1275, 'auto-saved draft messages not 
849                 always being removed'
850
851 2007-08-06 [wwp]        2.10.0cvs94
852
853         * src/gtk/quicksearch.c
854                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
855
856 2007-08-06 [ticho]      2.10.0cvs93
857
858         * src/prefs_account.c
859         * src/gtk/combobox.c
860                 Use GtkComboBox instead of GtkOptionMenu for privacy system
861                 selection in account preferences.
862
863 2007-08-06 [wwp]        2.10.0cvs92
864
865         * src/plugins/pgpcore/plugin.def
866                 Apply one more chunk from gpg4win's 03-w32-port patch.
867
868 2007-08-05 [colin]      2.10.0cvs91
869
870         * src/compose.c
871         * src/compose.h
872                 reverting buggy patch for now
873
874 2007-08-05 [colin]      2.10.0cvs90
875
876         * src/folder.c
877                 Fix slowdown
878
879 2007-08-04 [colin]      2.10.0cvs89
880
881         * src/prefs_summaries.c
882         * src/summary_search.c
883                 Replace deprecated widgets. Patch by
884                 Andrej.
885
886 2007-08-04 [colin]      2.10.0cvs88
887
888         * src/mh.c
889                 Refresh GUI only every 2000 mails on mh_get_last_num
890                 This is fast (readdir) and done only once per 
891                 session/folder
892
893 2007-08-03 [colin]      2.10.0cvs87
894
895         * src/prefs_account.c
896         * src/gtk/combobox.h
897         * src/gtk/gtkutils.c
898                 Fix a deprecated widget. Patch by
899                 Andrej
900
901 2007-08-03 [colin]      2.10.0cvs86
902
903         * src/compose.c
904         * src/compose.h
905                 Make colorisation and wrapping algorithms
906                 faster. Fixes bug 1246, 'compose becomes 
907                 increasingly slow replying to complex emails'
908
909 2007-08-03 [paul]       2.10.0cvs85
910
911         * src/mh.c
912                 keep the window painted
913
914 2007-08-02 [paul]       2.10.0cvs84
915
916         * src/folderview.c
917         * src/mainwindow.c
918         * src/mainwindow.h
919                 enable running folder Processing
920                 rules on demand
921
922 2007-08-02 [paul]       2.10.0cvs83
923
924         * src/textview.c
925                 speed up/clean up rendering of larger
926                 msgs
927                 Thanks to Colin
928
929 2007-08-01 [paul]       2.10.0cvs82
930
931         * src/mainwindow.h
932                 clean up cruft
933         * src/toolbar.c
934                 change default toolbar layout on maemo
935         * src/pixmaps/close.xpm
936                 make the red cross a grey cross
937         * src/pixmaps/jpilot.xpm
938                 make icon smaller so it fits better
939
940 2007-07-31 [paul]       2.10.0cvs81
941
942         * src/setup.c
943         * src/gtk/gtkutils.c
944                 fix crash on maemo on first launch
945
946 2007-07-30 [paul]       2.10.0cvs80
947
948         * src/prefs_matcher.c
949                 specify the units of age and size
950
951 2007-07-30 [paul]       2.10.0cvs79
952
953         * src/main.c
954                 Fix IMAP timeout setting
955
956 2007-07-30 [colin]      2.10.0cvs78
957
958         * src/prefs_account.c
959                 Fix a deprecated widget. Patch by
960                 Andrej
961
962 2007-07-27 [paul]       2.10.0cvs77
963
964         * src/matcher_parser_parse.y
965         * src/prefs_filtering_action.c
966         * src/prefs_matcher.c
967                 these changes forgotten in cvs74's
968                 'watch thread' feature
969
970 2007-07-27 [paul]       2.10.0cvs76
971
972         * src/compose.c
973                 fix potential crasher
974                 thanks to Colin
975
976 2007-07-27 [paul]       2.10.0cvs75
977
978         * src/mainwindow.c
979         * src/manual.c
980         * src/manual.h
981         * src/gtk/gtkutils.c
982                 make mainwindow's /Help/Manual point to the
983                 remote copy if the local copy doesn't exist
984
985 2007-07-27 [paul]       2.10.0cvs74
986
987         * src/Makefile.am
988         * src/filtering.c
989         * src/folder.c
990         * src/mainwindow.c
991         * src/matcher.c
992         * src/matcher.h
993         * src/matcher_parser_parse.y
994         * src/procmsg.c
995         * src/procmsg.h
996         * src/stock_pixmap.c
997         * src/stock_pixmap.h
998         * src/summaryview.c
999         * src/summaryview.h
1000         * src/toolbar.c
1001         * src/toolbar.h
1002         * src/pixmaps/watchthread.xpm
1003                 add 'watch thread' feature
1004
1005 2007-07-27 [paul]       2.10.0cvs73
1006
1007         * src/prefs_folder_item.c
1008                 adjust labels, add tooltips
1009
1010 2007-07-27 [colin]      2.10.0cvs72
1011
1012         * src/summaryview.c
1013                 Maemo: Remove less used menu items
1014
1015 2007-07-26 [colin]      2.10.0cvs71
1016
1017         * src/messageview.c
1018                 Maemo: destroy messageview after trashing mail.
1019                 Maybe should be done on X11 too
1020
1021 2007-07-26 [colin]      2.10.0cvs70
1022
1023         * src/folderview.c
1024         * src/mainwindow.c
1025         * src/prefs_common.c
1026         * src/prefs_common.h
1027         * src/summaryview.c
1028                 Add View/Show or Hide/Column headers
1029
1030 2007-07-26 [colin]      2.10.0cvs69
1031
1032         * src/procmime.c
1033                 Fix unwanted output
1034
1035 2007-07-26 [colin]      2.10.0cvs68
1036
1037         * src/ldapserver.c
1038                 Fix possible crash on cache invalidation
1039         * src/compose.c
1040         * src/procmime.c
1041         * src/procmime.h
1042         * src/quote_fmt_parse.y
1043                 Make replying to mails with big attachments
1044                 much faster. Fixes bug 1224, 'The process of 
1045                 Replying to emails with large attachments 
1046                 seems unreasonably long...'
1047
1048 2007-07-26 [colin]      2.10.0cvs67
1049
1050         * src/mimeview.c
1051         * src/matcher.c
1052         * src/common/ssl.c
1053                 Fix threads use on BSDs
1054
1055 2007-07-26 [paul]       2.10.0cvs66
1056
1057         * src/gtk/prefswindow.c
1058                 fix account prefs breakage
1059                 thanks to Colin
1060
1061 2007-07-26 [paul]       2.10.0cvs65
1062
1063         * configure.ac
1064                 standardise ./configure --help messages
1065
1066 2007-07-26 [colin]      2.10.0cvs64
1067
1068         * src/addressbook.c
1069         * src/editaddress.c
1070                 Fix two vCard-related crashes
1071
1072 2007-07-25 [colin]      2.10.0cvs63
1073
1074         * src/inc.c
1075         * src/prefs_common.c
1076         * src/prefs_common.h
1077         * src/prefs_receive.c
1078                 Maemo: Add a better way to notify of
1079                 new mails
1080         * src/mainwindow.c
1081         * src/statusbar.h
1082         * src/summaryview.c
1083         * src/toolbar.c
1084                 Maemo: Various layout fixes
1085         * src/gtk/prefswindow.c
1086                 Maemo: Better prefs layout
1087
1088 2007-07-25 [paul]       2.10.0cvs62
1089
1090         * src/textview.c
1091                 fix the layout on maemo
1092                 thanks to Colin
1093
1094 2007-07-25 [iwkse]      2.10.0cvs61
1095
1096         * src/summaryview.c
1097                 add 'o' shortcut on summaryview
1098
1099 2007-07-25 [iwkse]      2.10.0cvs60
1100
1101         * src/textview.c
1102                 fix o shortcut
1103
1104 2007-07-24 [colin]      2.10.0cvs59
1105
1106         * src/mh.c
1107                 Fix missing timestamp update on source
1108                 folder when moving
1109         * src/textview.c
1110         * src/textview.h
1111                 Better text layout on part's choices
1112
1113 2007-07-23 [colin]      2.10.0cvs58
1114
1115         * src/mimeview.c
1116         * src/textview.c
1117                 Maemo: Automatically choose the correct application
1118                 to open parts
1119         * src/gtk/quicksearch.c
1120                 Make search run on GDK_KP_Enter too
1121
1122 2007-07-23 [wwp]        2.10.0cvs57
1123
1124         * src/quote_fmt_lex.l
1125                 Revert accidentaly committed lines (account_sig) in
1126                 2.10.0cvs56.
1127
1128 2007-07-23 [wwp]        2.10.0cvs56
1129
1130         * src/quote_fmt_lex.l
1131                 Fix typos around long form expressions in the quote lexer.
1132
1133 2007-07-23 [paul]
1134
1135         3.0.0-rc1 released
1136
1137 2007-07-23 [colin]      2.10.0cvs55
1138
1139         * src/addr_compl.c
1140                 Fix auto-completion on Maemo
1141
1142 2007-07-23 [colin]      2.10.0cvs54
1143
1144         * src/statusbar.c
1145                 Maemo: Fix sticking statusbars
1146
1147 2007-07-22 [colin]      2.10.0cvs53
1148
1149         * src/main.c
1150                 Maemo: Fix the strange "top_application" info
1151                 at startup. We should do something when 
1152                 receiving such a message.
1153
1154 2007-07-20 [paul]       2.10.0cvs52
1155
1156         * src/news_gtk.c
1157                 add missing #include "statusbar.h"
1158
1159 2007-07-20 [colin]      2.10.0cvs51
1160
1161         * src/folder.c
1162         * src/folder.h
1163         * src/folder_item_prefs.c
1164         * src/folder_item_prefs.h
1165         * src/folderview.c
1166         * src/imap.c
1167         * src/imap_gtk.c
1168         * src/imap_gtk.h
1169         * src/news.c
1170         * src/news_gtk.c
1171         * src/news_gtk.h
1172         * src/prefs_folder_item.c
1173                 Implement age-based caching: allow to
1174                 specify a threshold for the offline synchronisation
1175                 feature, and whether old cached bodies should 
1176                 be removed
1177         * src/toolbar.c
1178         * src/toolbar.h
1179                 Fix label/tooltips
1180         * src/plugins/dillo_viewer/dillo_viewer.c
1181                 Check that Dillo's installed
1182
1183 2007-07-20 [wwp]        2.10.0cvs50
1184
1185         * src/mimeview.c
1186         * src/stock_pixmap.c
1187                 Draw a frame around the selected mimeview part icon (instead of the
1188                 shifted 'dancing' icon).
1189
1190 2007-07-20 [colin]      2.10.0cvs49
1191
1192         * src/main.c
1193                 Unref stuff even on error
1194         * src/wizard.c
1195                 disconnect signals only at the very
1196                 end of the wizard save.
1197
1198 2007-07-20 [colin]      2.10.0cvs48
1199
1200         * src/mainwindow.c
1201         * src/messageview.c
1202         * src/toolbar.c
1203         * src/toolbar.h
1204                 Fix random crashes while navigating
1205                 (GTK_EVENTS_FLUSH)
1206
1207 2007-07-19 [colin]      2.10.0cvs47
1208
1209         * configure.ac
1210         * src/main.c
1211         * src/prefs_common.c
1212         * src/prefs_common.h
1213         * src/wizard.c
1214         * src/common/defs.h
1215         * src/common/utils.c
1216                 Maemo: add an easy way to store data (mails
1217                 and IMAP/NNTP caches) on one of the SD cards,
1218                 and protect against unmounts if needed
1219
1220 2007-07-19 [paul]       2.10.0cvs46
1221
1222         * src/Makefile.am
1223         * src/stock_pixmap.c
1224         * src/gtk/about.c
1225         * src/pixmaps/claws-mail_logo-small.xpm
1226                 implement a (slightly) different About
1227                 dialog for maemo and add a small version
1228                 of the logo for it
1229         * src/wizard.c
1230                 use a scrolled window for wizard page 1
1231                 on maemo
1232
1233 2007-07-19 [paul]       2.10.0cvs45
1234
1235         * src/Makefile.am
1236                 too soon for this line
1237
1238 2007-07-19 [paul]       2.10.0cvs44
1239
1240         * src/Makefile.am
1241                 fix build on n800
1242
1243 2007-07-19 [colin]      2.10.0cvs43
1244
1245         * src/wizard.c
1246                 Solve Mail/Mailbox name when specifying
1247                 full /path/to/Mail.
1248
1249 2007-07-18 [colin]      2.10.0cvs42
1250
1251         * src/inc.c
1252         * configure.ac
1253                 Fix build on n770
1254
1255 2007-07-18 [colin]      2.10.0cvs41
1256
1257         * src/inc.c
1258                 Maemo: plug the online/offline system into
1259                 maemo's interfaces to have Claws automatically
1260                 switch according to the system status
1261         * src/statusbar.c
1262                 Maemo: use HildonBanners to display status
1263                 messages. Renders the main statusbar useless.
1264
1265 2007-07-18 [paul]       2.10.0cvs40
1266
1267         * src/filtering.c
1268                 fix screen blanking on moving/copying many msgs
1269         * src/folder.c
1270                 fix processing progressbar and screen blanking
1271                 during processing
1272
1273 2007-07-18 [paul]       2.10.0cvs39
1274
1275         * src/messageview.c
1276                 revert cvs37, breakage on maemo
1277
1278 2007-07-18 [paul]       2.10.0cvs38
1279
1280         * src/gtk/gtkutils.c
1281                 make sure we can still build with older GTK's
1282
1283 2007-07-18 [colin]      2.10.0cvs37
1284
1285         * src/messageview.c
1286                 Only hide the small layout's messageview, instead
1287                 of destroying it when closing
1288         * src/gtk/gtkutils.c
1289                 Use gtk_window_present_with_time to popup windows,
1290                 it seems to make things better with modern WMs
1291                 (actually focusing)
1292
1293 2007-07-17 [colin]      2.10.0cvs36
1294
1295         * src/editaddress.c
1296                 Simplify layout on Maemo
1297         * src/folder.c
1298                 Fix possible crash
1299         * src/prefs_display_header.c
1300                 Remove some headers by default on Maemo
1301
1302 2007-07-17 [paul]       2.10.0cvs35
1303
1304         * src/prefs_common.c
1305         * src/prefs_common.h
1306         * src/prefs_logging.c
1307         * src/common/log.c
1308                 add options to stop/enable writing logs to disc
1309
1310 2007-07-17 [paul]       2.10.0cvs34
1311
1312         * src/edittags.c
1313                 fix some issues with the Apply tags window:
1314                 - set search column (enables autocompl in the treeview)
1315                 - apply tag from "New tag" if it existed
1316                 - clears New tag entry when adding it with the button
1317                 Thanks to Colin
1318
1319 2007-07-17 [paul]       2.10.0cvs33
1320
1321         * src/edittags.c
1322                 fix 'apply tags' dialogue weirdness
1323
1324 2007-07-16 [colin]      2.10.0cvs32
1325
1326         * src/toolbar.c
1327                 Fix double-loading of mails on Maemo
1328
1329 2007-07-16 [colin]      2.10.0cvs31
1330
1331         * src/messageview.c
1332                 Prevent double-loading of the same part under some
1333                 conditions; hide statusbar on Maemo
1334
1335 2007-07-16 [colin]      2.10.0cvs30
1336
1337         * src/edittags.c
1338         * src/edittags.h
1339         * src/mainwindow.c
1340         * src/summaryview.c
1341                 Improve the tag interface - allow
1342                 to set/unset tags from a special
1343                 window.
1344         * src/gtk/gtkvscrollbutton.c
1345         * src/mimeview.c
1346         * src/mimeview.h
1347         * src/stock_pixmap.c
1348                 Fix Mimeview's ugly hacks in the
1349                 icon list. 
1350
1351 2007-07-16 [paul]       2.10.0cvs29
1352
1353         * src/wizard.c
1354                 rework dialog
1355         * src/gtk/icon_legend.c
1356                 put it all in a scrolled window
1357
1358 2007-07-15 [colin]      2.10.0cvs28
1359
1360         * src/mainwindow.c
1361                 Maemo: force layout to be Small screen; the
1362                 others don't make sense
1363
1364 2007-07-14 [colin]      2.10.0cvs27
1365
1366         * src/mimeview.c
1367         * src/gtk/gtkvscrollbutton.c
1368                 Maemo: Fix mimeview's buttons size
1369
1370 2007-07-14 [colin]      2.10.0cvs26
1371
1372         * src/toolbar.c
1373                 Fix the button workaround fix.
1374                 (Use the correct variable)
1375
1376 2007-07-14 [colin]      2.10.0cvs25
1377
1378         * src/mainwindow.c
1379         * src/toolbar.c
1380                 Maemo: put the progress bar in the
1381                 toolbar
1382
1383 2007-07-14 [colin]      2.10.0cvs24
1384
1385         * src/prefs_common.c
1386                 Maemo: hide statusbar by default
1387         * src/Makefile.am
1388         * src/stock_pixmap.c
1389         * src/stock_pixmap.h
1390         * src/toolbar.c
1391         * src/pixmaps/go_folders.xpm
1392                 Maemo: Add a specific icon to go back to
1393                 folder list
1394
1395 2007-07-14 [colin]      2.10.0cvs23
1396
1397         * src/toolbar.c
1398                 Don't set homogeneous finally
1399
1400 2007-07-14 [colin]      2.10.0cvs22
1401
1402         * src/toolbar.c
1403                 Fix button show/hide issues
1404
1405 2007-07-14 [colin]      2.10.0cvs21
1406
1407         * src/toolbar.c
1408                 Fix huge arrows
1409                 Fix button workaround to be able to click
1410                 if mouse was on button when it went un-
1411                 sensitive.
1412                 Revert previous commit, gtk_tool_item_set_homogeneous
1413                 doesn't mean what it seems to mean ;-)
1414
1415 2007-07-14 [paul]       2.10.0cvs20
1416
1417         * src/toolbar.c
1418                 make homogeneous FALSE always
1419
1420 2007-07-13 [colin]      2.10.0cvs19
1421
1422         * src/toolbar.c
1423         * src/toolbar.h
1424                 Rework to fit the non-deprecated API
1425         * src/compose.c
1426         * src/folderview.c
1427         * src/mainwindow.c
1428         * src/messageview.c
1429         * src/summaryview.c
1430                 Maemo layout changes. Better toolbars,
1431                 removal of CTree headers. 
1432
1433 2007-07-13 [paul]       2.10.0cvs18
1434
1435         * src/gtk/colorlabel.c
1436                 fix bug 1261, '[DE] coloring messages in overview 
1437                 keys are not localised'
1438                 the string is now included in claws-mail.pot
1439
1440 2007-07-13 [colin]      2.10.0cvs17
1441
1442         * src/summaryview.c
1443                 Fix bug 1267, 'printing mutliple messages 
1444                 opens one message-dialog after the other'
1445                 Ask for confirmation when printing 10
1446                 messages or more.
1447
1448 2007-07-11 [colin]      2.10.0cvs16
1449
1450         * COPYING
1451         * README
1452         * autogen.sh
1453         * manual/claws-mail-manual.xml
1454         * manual/gpl.xml
1455         * manual/es/claws-mail-manual.xml
1456         * manual/es/gpl.xml
1457         * manual/fr/claws-mail-manual.xml
1458         * manual/fr/gpl.xml
1459         * manual/pl/gpl.xml
1460         * src/account.c
1461         * src/account.h
1462         * src/action.c
1463         * src/action.h
1464         * src/adbookbase.h
1465         * src/addr_compl.c
1466         * src/addr_compl.h
1467         * src/addrbook.c
1468         * src/addrbook.h
1469         * src/addrcache.c
1470         * src/addrcache.h
1471         * src/addrcindex.c
1472         * src/addrcindex.h
1473         * src/addrclip.c
1474         * src/addrclip.h
1475         * src/addrdefs.h
1476         * src/addressadd.c
1477         * src/addressadd.h
1478         * src/addressbook.c
1479         * src/addressbook.h
1480         * src/addressbook_foldersel.c
1481         * src/addressbook_foldersel.h
1482         * src/addressitem.h
1483         * src/addrgather.c
1484         * src/addrgather.h
1485         * src/addrharvest.c
1486         * src/addrharvest.h
1487         * src/addrindex.c
1488         * src/addrindex.h
1489         * src/addritem.c
1490         * src/addritem.h
1491         * src/addrquery.c
1492         * src/addrquery.h
1493         * src/addrselect.c
1494         * src/addrselect.h
1495         * src/alertpanel.c
1496         * src/alertpanel.h
1497         * src/browseldap.c
1498         * src/browseldap.h
1499         * src/codeconv.c
1500         * src/codeconv.h
1501         * src/compose.c
1502         * src/compose.h
1503         * src/crash.c
1504         * src/crash.h
1505         * src/customheader.c
1506         * src/customheader.h
1507         * src/displayheader.c
1508         * src/displayheader.h
1509         * src/editaddress.c
1510         * src/editaddress.h
1511         * src/editaddress_other_attributes_ldap.c
1512         * src/editaddress_other_attributes_ldap.h
1513         * src/editbook.c
1514         * src/editbook.h
1515         * src/editgroup.c
1516         * src/editgroup.h
1517         * src/editjpilot.c
1518         * src/editjpilot.h
1519         * src/editldap.c
1520         * src/editldap.h
1521         * src/editldap_basedn.c
1522         * src/editldap_basedn.h
1523         * src/edittags.c
1524         * src/edittags.h
1525         * src/editvcard.c
1526         * src/editvcard.h
1527         * src/enriched.c
1528         * src/enriched.h
1529         * src/exphtmldlg.c
1530         * src/exphtmldlg.h
1531         * src/expldifdlg.c
1532         * src/expldifdlg.h
1533         * src/export.c
1534         * src/export.h
1535         * src/exporthtml.c
1536         * src/exporthtml.h
1537         * src/exportldif.c
1538         * src/exportldif.h
1539         * src/filtering.c
1540         * src/filtering.h
1541         * src/folder.c
1542         * src/folder.h
1543         * src/folder_item_prefs.c
1544         * src/folder_item_prefs.h
1545         * src/foldersel.c
1546         * src/foldersel.h
1547         * src/folderutils.c
1548         * src/folderutils.h
1549         * src/folderview.c
1550         * src/folderview.h
1551         * src/gedit-print.c
1552         * src/gedit-print.h
1553         * src/grouplistdialog.c
1554         * src/grouplistdialog.h
1555         * src/headerview.c
1556         * src/headerview.h
1557         * src/html.c
1558         * src/html.h
1559         * src/image_viewer.c
1560         * src/image_viewer.h
1561         * src/imap.c
1562         * src/imap.h
1563         * src/imap_gtk.c
1564         * src/imap_gtk.h
1565         * src/import.c
1566         * src/import.h
1567         * src/importldif.c
1568         * src/importldif.h
1569         * src/importmutt.c
1570         * src/importmutt.h
1571         * src/importpine.c
1572         * src/importpine.h
1573         * src/inc.c
1574         * src/inc.h
1575         * src/jpilot.c
1576         * src/jpilot.h
1577         * src/ldapctrl.c
1578         * src/ldapctrl.h
1579         * src/ldaplocate.c
1580         * src/ldaplocate.h
1581         * src/ldapquery.c
1582         * src/ldapquery.h
1583         * src/ldapserver.c
1584         * src/ldapserver.h
1585         * src/ldapupdate.c
1586         * src/ldapupdate.h
1587         * src/ldaputil.c
1588         * src/ldaputil.h
1589         * src/ldif.c
1590         * src/ldif.h
1591         * src/localfolder.c
1592         * src/localfolder.h
1593         * src/main.c
1594         * src/main.h
1595         * src/mainwindow.c
1596         * src/mainwindow.h
1597         * src/manual.c
1598         * src/manual.h
1599         * src/matcher.c
1600         * src/matcher.h
1601         * src/matcher_parser.h
1602         * src/matcher_parser_lex.l
1603         * src/matcher_parser_parse.y
1604         * src/mbox.c
1605         * src/mbox.h
1606         * src/message_search.c
1607         * src/message_search.h
1608         * src/messageview.c
1609         * src/messageview.h
1610         * src/mh.c
1611         * src/mh.h
1612         * src/mh_gtk.c
1613         * src/mh_gtk.h
1614         * src/mimeview.c
1615         * src/mimeview.h
1616         * src/msgcache.c
1617         * src/msgcache.h
1618         * src/mutt.c
1619         * src/mutt.h
1620         * src/news.c
1621         * src/news.h
1622         * src/news_gtk.c
1623         * src/news_gtk.h
1624         * src/noticeview.c
1625         * src/noticeview.h
1626         * src/partial_download.c
1627         * src/partial_download.h
1628         * src/pine.c
1629         * src/pine.h
1630         * src/pop.c
1631         * src/pop.h
1632         * src/prefs_account.c
1633         * src/prefs_account.h
1634         * src/prefs_actions.c
1635         * src/prefs_actions.h
1636         * src/prefs_common.c
1637         * src/prefs_common.h
1638         * src/prefs_compose_writing.c
1639         * src/prefs_compose_writing.h
1640         * src/prefs_customheader.c
1641         * src/prefs_customheader.h
1642         * src/prefs_display_header.c
1643         * src/prefs_display_header.h
1644         * src/prefs_ext_prog.c
1645         * src/prefs_ext_prog.h
1646         * src/prefs_filtering.c
1647         * src/prefs_filtering.h
1648         * src/prefs_filtering_action.c
1649         * src/prefs_filtering_action.h
1650         * src/prefs_folder_column.c
1651         * src/prefs_folder_column.h
1652         * src/prefs_folder_item.c
1653         * src/prefs_folder_item.h
1654         * src/prefs_fonts.c
1655         * src/prefs_fonts.h
1656         * src/prefs_gtk.c
1657         * src/prefs_gtk.h
1658         * src/prefs_image_viewer.c
1659         * src/prefs_image_viewer.h
1660         * src/prefs_logging.c
1661         * src/prefs_logging.h
1662         * src/prefs_matcher.c
1663         * src/prefs_matcher.h
1664         * src/prefs_message.c
1665         * src/prefs_message.h
1666         * src/prefs_msg_colors.c
1667         * src/prefs_msg_colors.h
1668         * src/prefs_other.c
1669         * src/prefs_other.h
1670         * src/prefs_quote.c
1671         * src/prefs_quote.h
1672         * src/prefs_receive.c
1673         * src/prefs_receive.h
1674         * src/prefs_send.c
1675         * src/prefs_send.h
1676         * src/prefs_spelling.c
1677         * src/prefs_spelling.h
1678         * src/prefs_summaries.c
1679         * src/prefs_summaries.h
1680         * src/prefs_summary_column.c
1681         * src/prefs_summary_column.h
1682         * src/prefs_summary_open.c
1683         * src/prefs_summary_open.h
1684         * src/prefs_template.c
1685         * src/prefs_template.h
1686         * src/prefs_themes.c
1687         * src/prefs_themes.h
1688         * src/prefs_toolbar.c
1689         * src/prefs_toolbar.h
1690         * src/prefs_wrapping.c
1691         * src/prefs_wrapping.h
1692         * src/privacy.c
1693         * src/privacy.h
1694         * src/procheader.c
1695         * src/procheader.h
1696         * src/procmime.c
1697         * src/procmime.h
1698         * src/procmsg.c
1699         * src/procmsg.h
1700         * src/quote_fmt.c
1701         * src/quote_fmt_lex.l
1702         * src/quote_fmt_parse.y
1703         * src/recv.c
1704         * src/recv.h
1705         * src/remotefolder.c
1706         * src/remotefolder.h
1707         * src/send_message.c
1708         * src/send_message.h
1709         * src/setup.c
1710         * src/setup.h
1711         * src/simple-gettext.c
1712         * src/sourcewindow.c
1713         * src/sourcewindow.h
1714         * src/ssl_manager.c
1715         * src/ssl_manager.h
1716         * src/statusbar.c
1717         * src/statusbar.h
1718         * src/stock_pixmap.c
1719         * src/stock_pixmap.h
1720         * src/summary_search.c
1721         * src/summary_search.h
1722         * src/summaryview.c
1723         * src/summaryview.h
1724         * src/textview.c
1725         * src/textview.h
1726         * src/toolbar.c
1727         * src/toolbar.h
1728         * src/undo.c
1729         * src/undo.h
1730         * src/unmime.c
1731         * src/unmime.h
1732         * src/uri_opener.c
1733         * src/uri_opener.h
1734         * src/vcard.c
1735         * src/vcard.h
1736         * src/wizard.c
1737         * src/wizard.h
1738         * src/common/base64.c
1739         * src/common/base64.h
1740         * src/common/claws.c
1741         * src/common/claws.h
1742         * src/common/defs.h
1743         * src/common/fnmatch.c
1744         * src/common/fnmatch.h
1745         * src/common/fnmatch_loop.c
1746         * src/common/hooks.c
1747         * src/common/hooks.h
1748         * src/common/log.c
1749         * src/common/log.h
1750         * src/common/md5.c
1751         * src/common/md5.h
1752         * src/common/mgutils.c
1753         * src/common/mgutils.h
1754         * src/common/nntp.c
1755         * src/common/nntp.h
1756         * src/common/passcrypt.c
1757         * src/common/passcrypt.h.in
1758         * src/common/plugin.c
1759         * src/common/plugin.h
1760         * src/common/prefs.c
1761         * src/common/prefs.h
1762         * src/common/progressindicator.c
1763         * src/common/progressindicator.h
1764         * src/common/quoted-printable.c
1765         * src/common/quoted-printable.h
1766         * src/common/session.c
1767         * src/common/session.h
1768         * src/common/smtp.c
1769         * src/common/smtp.h
1770         * src/common/socket.c
1771         * src/common/socket.h
1772         * src/common/ssl.c
1773         * src/common/ssl.h
1774         * src/common/ssl_certificate.c
1775         * src/common/ssl_certificate.h
1776         * src/common/string_match.c
1777         * src/common/string_match.h
1778         * src/common/stringtable.c
1779         * src/common/stringtable.h
1780         * src/common/tags.c
1781         * src/common/tags.h
1782         * src/common/template.c
1783         * src/common/template.h
1784         * src/common/timing.h
1785         * src/common/utils.c
1786         * src/common/utils.h
1787         * src/common/uuencode.c
1788         * src/common/uuencode.h
1789         * src/common/version.h.in
1790         * src/common/w32_dirent.c
1791         * src/common/w32_reg.c
1792         * src/common/w32_signal.c
1793         * src/common/w32_stat.c
1794         * src/common/w32_stdlib.c
1795         * src/common/w32_string.c
1796         * src/common/w32_time.c
1797         * src/common/w32_unistd.c
1798         * src/common/w32_wait.c
1799         * src/common/w32lib.h
1800         * src/common/xml.c
1801         * src/common/xml.h
1802         * src/common/xmlprops.c
1803         * src/common/xmlprops.h
1804         * src/etpan/etpan-errors.h
1805         * src/etpan/etpan-thread-manager-types.h
1806         * src/etpan/etpan-thread-manager.c
1807         * src/etpan/etpan-thread-manager.h
1808         * src/etpan/imap-thread.c
1809         * src/etpan/imap-thread.h
1810         * src/gtk/about.c
1811         * src/gtk/about.h
1812         * src/gtk/colorlabel.c
1813         * src/gtk/colorlabel.h
1814         * src/gtk/colorsel.c
1815         * src/gtk/colorsel.h
1816         * src/gtk/combobox.c
1817         * src/gtk/combobox.h
1818         * src/gtk/description_window.c
1819         * src/gtk/description_window.h
1820         * src/gtk/filesel.c
1821         * src/gtk/filesel.h
1822         * src/gtk/foldersort.c
1823         * src/gtk/foldersort.h
1824         * src/gtk/gtkaspell.c
1825         * src/gtk/gtkaspell.h
1826         * src/gtk/gtksctree.c
1827         * src/gtk/gtkshruler.c
1828         * src/gtk/gtkshruler.h
1829         * src/gtk/gtksourceprintjob.c
1830         * src/gtk/gtksourceprintjob.h
1831         * src/gtk/gtkutils.c
1832         * src/gtk/gtkutils.h
1833         * src/gtk/gtkvscrollbutton.c
1834         * src/gtk/gtkvscrollbutton.h
1835         * src/gtk/icon_legend.c
1836         * src/gtk/icon_legend.h
1837         * src/gtk/inputdialog.c
1838         * src/gtk/inputdialog.h
1839         * src/gtk/logwindow.c
1840         * src/gtk/logwindow.h
1841         * src/gtk/manage_window.c
1842         * src/gtk/manage_window.h
1843         * src/gtk/menu.c
1844         * src/gtk/menu.h
1845         * src/gtk/pluginwindow.c
1846         * src/gtk/pluginwindow.h
1847         * src/gtk/prefswindow.c
1848         * src/gtk/prefswindow.h
1849         * src/gtk/progressdialog.c
1850         * src/gtk/progressdialog.h
1851         * src/gtk/quicksearch.c
1852         * src/gtk/quicksearch.h
1853         * src/gtk/sslcertwindow.c
1854         * src/gtk/sslcertwindow.h
1855         * src/plugins/bogofilter/bogofilter.c
1856         * src/plugins/bogofilter/bogofilter.h
1857         * src/plugins/bogofilter/bogofilter_gtk.c
1858         * src/plugins/clamav/clamav_plugin.c
1859         * src/plugins/clamav/clamav_plugin.h
1860         * src/plugins/clamav/clamav_plugin_gtk.c
1861         * src/plugins/demo/demo.c
1862         * src/plugins/dillo_viewer/dillo_prefs.c
1863         * src/plugins/dillo_viewer/dillo_prefs.h
1864         * src/plugins/dillo_viewer/dillo_viewer.c
1865         * src/plugins/pgpcore/passphrase.c
1866         * src/plugins/pgpcore/passphrase.h
1867         * src/plugins/pgpcore/pgp_viewer.c
1868         * src/plugins/pgpcore/pgp_viewer.h
1869         * src/plugins/pgpcore/plugin.c
1870         * src/plugins/pgpcore/prefs_gpg.c
1871         * src/plugins/pgpcore/prefs_gpg.h
1872         * src/plugins/pgpcore/select-keys.c
1873         * src/plugins/pgpcore/select-keys.h
1874         * src/plugins/pgpcore/sgpgme.c
1875         * src/plugins/pgpcore/sgpgme.h
1876         * src/plugins/pgpinline/pgpinline.c
1877         * src/plugins/pgpinline/pgpinline.h
1878         * src/plugins/pgpinline/plugin.c
1879         * src/plugins/pgpmime/pgpmime.c
1880         * src/plugins/pgpmime/pgpmime.h
1881         * src/plugins/pgpmime/plugin.c
1882         * src/plugins/spamassassin/spamassassin.c
1883         * src/plugins/spamassassin/spamassassin.h
1884         * src/plugins/spamassassin/spamassassin_gtk.c
1885         * src/plugins/trayicon/trayicon.c
1886         * src/plugins/trayicon/trayicon_prefs.c
1887         * src/plugins/trayicon/trayicon_prefs.h
1888         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1889         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1890         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1891         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1892         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1893         * tools/OOo2claws-mail.pl
1894         * tools/README.sylprint
1895         * tools/acroread2claws-mail.pl
1896         * tools/claws-mail-compose-insert-files.pl
1897         * tools/convert_mbox.pl
1898         * tools/filter_conv.pl
1899         * tools/filter_conv_new.pl
1900         * tools/fix_date.sh
1901         * tools/freshmeat_search.pl
1902         * tools/google_search.pl
1903         * tools/kmail-mailbox2claws-mail.pl
1904         * tools/kmail2claws-mail.pl
1905         * tools/kmail2claws-mail_v2.pl
1906         * tools/mairix.sh
1907         * tools/make.themes.project
1908         * tools/multiwebsearch.pl
1909         * tools/nautilus2claws-mail.sh
1910         * tools/outlook2claws-mail.pl
1911         * tools/textviewer.sh
1912         * tools/thunderbird-filters-convertor.pl
1913         * tools/update-po
1914         * tools/uuooffice
1915         * tools/vcard2xml.py
1916         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1917                 Upgrade to GPLv3 or later.
1918
1919 2007-07-10 [wwp]        2.10.0cvs15
1920
1921         * src/main.c
1922                 Fix re-opening of all composing messages that were
1923                 opened when closing the previous instance, thanks
1924                 to Colin.
1925
1926 2007-07-10 [paul]       2.10.0cvs14
1927
1928         * src/editaddress_other_attributes_ldap.c
1929         * src/ldapupdate.c
1930                 fix crash on selecting 'other attributes' combo
1931                 for either a new entry or an old entry with no
1932                 existing attributes.
1933                 fix bug on editing multiple attributes which
1934                 resulted them all having the value of the last
1935                 one changed.
1936                 Thanks to Colin
1937
1938 2007-07-10 [colin]      2.10.0cvs13
1939
1940         * src/editaddress.c
1941         * src/editaddress_other_attributes_ldap.h
1942         * src/ldapupdate.c
1943                 Fix --disable-ldap build
1944
1945 2007-07-09 [colin]      2.10.0cvs12
1946
1947         * src/Makefile.am
1948         * src/addritem.c
1949         * src/addritem.h
1950         * src/editaddress.c
1951         * src/editaddress_other_attributes_ldap.c
1952         * src/editaddress_other_attributes_ldap.h
1953         * src/editldap.c
1954         * src/ldapctrl.c
1955         * src/ldapctrl.h
1956         * src/ldapupdate.c
1957                 Add capability to edit all inetOrgPerson
1958                 attributes on LDAP. Patch by Michael 
1959                 Rasmussen
1960
1961 2007-07-09 [colin]      2.10.0cvs11
1962
1963         * src/Makefile.am
1964         * src/exporthtml.c
1965         * src/mbox.c
1966         * src/msgcache.c
1967         * src/prefs_summaries.c
1968         * src/prefs_themes.c
1969         * src/procheader.c
1970         * src/common/Makefile.am
1971         * src/common/log.c
1972         * src/common/timing.h
1973         * src/common/utils.c
1974         * src/common/utils.h
1975         * src/common/w32_account.c
1976         * src/common/w32lib.h
1977         * src/gtk/Makefile.am
1978         * src/gtk/colorlabel.c
1979         * src/plugins/pgpcore/Makefile.am
1980         * src/plugins/pgpcore/claws.def
1981         * src/plugins/pgpcore/passphrase.c
1982         * src/plugins/pgpcore/pgp_viewer.c
1983         * src/plugins/pgpcore/plugin.def
1984         * src/plugins/pgpcore/sgpgme.c
1985         * src/plugins/pgpinline/Makefile.am
1986         * src/plugins/pgpinline/claws.def
1987         * src/plugins/pgpinline/mypgpcore.def
1988         * src/plugins/pgpinline/plugin.def
1989         * src/plugins/pgpmime/Makefile.am
1990         * src/plugins/pgpmime/claws.def
1991         * src/plugins/pgpmime/mypgpcore.def
1992         * src/plugins/pgpmime/plugin.def
1993                 Commit win32 patch, from Werner Koch and
1994                 Marcus Brinkmann
1995
1996 2007-07-09 [colin]      2.10.0cvs10
1997
1998         * src/prefs_toolbar.c
1999                 Fix crash when no actions exist
2000
2001 2007-07-07 [paul]       2.10.0cvs9
2002
2003         * COPYING
2004         * manual/claws-mail-manual.xml
2005                 update copyright year
2006         * po/fi.po
2007                 updated by Flammie Pirinen
2008
2009 2007-07-05 [wwp]        2.10.0cvs8
2010
2011         * src/plugins/clamav/clamav_plugin_gtk.c
2012                 Make vertical spacing like in other plugin prefs pages.
2013
2014 2007-07-05 [wwp]        2.10.0cvs7
2015
2016         * src/quote_fmt.c
2017                 It's %am that works, not %ae (this doc incoherence has been
2018                 introduced with 2.9.2cvs13).
2019
2020 2007-07-04 [wwp]        2.10.0cvs6
2021
2022         * src/plugins/bogofilter/bogofilter.c
2023                 Gettext-ize an occurrence of "Any" that wasn't.
2024
2025 2007-07-04 [colin]      2.10.0cvs5
2026
2027         * po/POTFILES.in
2028                 Fix untranslated strings; thanks
2029                 to Pader Rezso.
2030
2031 2007-07-03 [colin]      2.10.0cvs4
2032
2033         * src/folder.c
2034         * src/mainwindow.c
2035                 Fix saving of sort mode for tags and
2036                 thread date. Thanks to Pierre Ossman.
2037                 Completes fix for bug 1233
2038
2039 2007-07-03 [paul]       2.10.0cvs3
2040
2041         * src/compose.c
2042                 fix auto-save
2043         * src/summaryview.c
2044                 fix build warnings
2045         Thanks to Colin
2046
2047 2007-07-02 [colin]      2.10.0cvs2
2048
2049         * src/folder.h
2050         * src/mainwindow.c
2051         * src/procmsg.h
2052         * src/summaryview.c
2053                 Add View/Sort/by Thread date
2054                 Fixes bug 1233, 'Capability to sort 
2055                 threads by most recent message'
2056                 Based on a patch by Paul Rolland
2057
2058 2007-07-02 [colin]      2.10.0cvs1
2059
2060         * src/Makefile.am
2061         * src/compose.c
2062         * src/edittags.c
2063         * src/edittags.h
2064         * src/filtering.c
2065         * src/folder.c
2066         * src/folder.h
2067         * src/headerview.c
2068         * src/headerview.h
2069         * src/main.c
2070         * src/mainwindow.c
2071         * src/mainwindow.h
2072         * src/manual.h
2073         * src/matcher.c
2074         * src/matcher.h
2075         * src/matcher_parser_parse.y
2076         * src/mimeview.c
2077         * src/msgcache.c
2078         * src/msgcache.h
2079         * src/prefs_common.c
2080         * src/prefs_common.h
2081         * src/prefs_filtering_action.c
2082         * src/prefs_matcher.c
2083         * src/prefs_summary_column.c
2084         * src/procmsg.c
2085         * src/procmsg.h
2086         * src/quote_fmt.c
2087         * src/quote_fmt_lex.l
2088         * src/quote_fmt_parse.y
2089         * src/summaryview.c
2090         * src/summaryview.h
2091         * src/textview.c
2092         * src/common/Makefile.am
2093         * src/common/defs.h
2094         * src/common/tags.c
2095         * src/common/tags.h
2096         * src/gtk/quicksearch.c
2097         * src/gtk/quicksearch.h
2098                 Add Tags implementation. Tags are arbitrary labels
2099                 that can be applied to messages. It is possible 
2100                 to create, edit, remove tags; apply them to mails;
2101                 filter on tags or tag presence; apply or unset
2102                 tags via filtering actions; reference tags in
2103                 reply templates.
2104
2105 2007-07-02 [paul]       2.10.0
2106
2107         * NEWS
2108         * README
2109         * RELEASE_NOTES
2110                 2.10.0 released
2111
2112 2007-07-02 [paul]       2.9.2cvs78
2113
2114         * po/de.po
2115         * po/en_GB.po
2116         * po/es.po
2117         * po/fr.po
2118         * po/hu.po
2119         * po/pt_BR.po
2120         * po/ru.po
2121         * po/zh_CN.po
2122                 updated by Stephan Sachse, me, Ricardo Mones
2123                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2124                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2125
2126 2007-07-02 [paul]       2.9.2cvs77
2127
2128         * AUTHORS
2129                 updated
2130
2131 2007-06-29 [wwp]        2.9.2cvs76
2132
2133         * src/gtk/headers.h
2134                 Fix a typo (thanks to Ricardo for finding this out).
2135
2136 2007-06-28 [paul]       2.9.2cvs75
2137
2138         * src/folderview.c
2139                 fix build warnings
2140
2141 2007-06-28 [paul]       2.9.2cvs74
2142
2143         * tools/Makefile.am
2144                 fix bug in the autotools build system.
2145                 Files cataloged under EXTRA_DIST were never
2146                 automatically copied to the build tree.
2147                 (fix 'make distcheck')
2148                 Patch by Michael Rasmussen.
2149
2150 2007-06-24 [colin]      2.9.2cvs73
2151
2152         * src/news_gtk.c
2153                 Fix bug 1249, 'Error handling for 
2154                 news errors needs modification'
2155                 Only popup error if the according
2156                 pref in Prefs/Receive is set.
2157
2158 2007-06-21 [colin]      2.9.2cvs72
2159
2160         * src/common/plugin.c
2161         * src/common/plugin.h
2162                 Change plugin API to know whether it's safe to 
2163                 unload plugins or whether we should just hide
2164                 them. Fixes bug 1248, 'Core dumps after 
2165                 unloading plugin and clicking on load plugins'
2166         * src/plugins/bogofilter/bogofilter.c
2167         * src/plugins/clamav/clamav_plugin.c
2168         * src/plugins/demo/demo.c
2169         * src/plugins/dillo_viewer/dillo_viewer.c
2170         * src/plugins/pgpcore/plugin.c
2171         * src/plugins/pgpinline/plugin.c
2172         * src/plugins/pgpmime/plugin.c
2173         * src/plugins/spamassassin/spamassassin.c
2174         * src/plugins/trayicon/trayicon.c
2175                 Update API
2176
2177 2007-06-19 [colin]      2.9.2cvs71
2178
2179         * src/compose.c
2180         * src/messageview.c
2181                 Fix crash mentioned in bug 1246
2182                 Race condition when automatically drafting
2183                 due to insertion on reedit.
2184
2185 2007-06-18 [wwp]        2.9.2cvs70
2186
2187         * src/importldif.c
2188                 LDIF import: use a "Proceed" button to complete
2189                 the process.
2190
2191 2007-06-18 [paul]       2.9.2cvs69
2192
2193         * configure.ac
2194                 use pkgconfig to check for gtk and glib
2195
2196 2007-06-17 [wwp]        2.9.2cvs68
2197
2198         * src/ldif.c
2199         * src/importldif.c
2200                 LDIF import: better error handling, minor code
2201                 and UI cleanup, and renamed the Save button
2202                 to Close, as imported stuff is already saved
2203                 when the Save button is shown.
2204
2205 2007-06-17 [colin]      2.9.2cvs67
2206
2207         * src/prefs_summaries.c
2208         * src/procmsg.c
2209                 Don't set as read when forwarded, only replied to
2210
2211 2007-06-17 [paul]       2.9.2cvs66
2212
2213         * src/alertpanel.c
2214                 add missing #include
2215
2216 2007-06-16 [colin]      2.9.2cvs65
2217
2218         * src/prefs_summaries.c
2219         * src/procmsg.c
2220                 Change the pref "Only mark as read when opened
2221                 in new window" to "..., replied to or forwarded".
2222                 Based on a patch by Paul Rolland.
2223
2224 2007-06-16 [paul]       2.9.2cvs64
2225
2226         * src/gtk/authors.h
2227                 alphabetical order! :)
2228
2229 2007-06-16 [colin]      2.9.2cvs63
2230
2231         * AUTHORS
2232         * src/gtk/authors.h
2233                 Add Michael Rasmussen in authors list
2234
2235 2007-06-16 [colin]      2.9.2cvs62
2236
2237         * src/messageview.c
2238                 Fix messageview_copy_clipboard to take advantage
2239                 of plugins' get_selection.
2240
2241 2007-06-15 [colin]      2.9.2cvs61
2242
2243         * src/action.c
2244         * src/addr_compl.c
2245         * src/addressbook.c
2246         * src/folderview.c
2247         * src/message_search.c
2248         * src/mimeview.c
2249         * src/summary_search.c
2250         * src/summaryview.c
2251         * src/textview.c
2252                 Allow GDK_KP_Enter to do the same as GDK_Return
2253                 Patch by Michael Rasmussen
2254
2255 2007-06-15 [paul]       2.9.2cvs60
2256
2257         * src/compose.c
2258                 fix bug when closing a compose window
2259                 during autosave
2260
2261 2007-06-14 [paul]       2.9.2cvs59
2262
2263         * src/main.c
2264         * src/common/defs.h
2265                 migrate sylpheed config
2266
2267 2007-06-14 [wwp]        2.9.2cvs58
2268
2269         * src/gtk/pluginwindow.c
2270                 Yet another attempt to fix sizing/alignment of the
2271                 button bar in plugins window.
2272
2273 2007-06-12 [colin]      2.9.2cvs57
2274
2275         * po/POTFILES.in
2276         * src/Makefile.am
2277         * src/folderview.c
2278         * src/prefs_common.c
2279         * src/prefs_common.h
2280         * src/prefs_summaries.c
2281         * src/prefs_summary_open.c
2282         * src/prefs_summary_open.h
2283         * src/summaryview.c
2284                 Make "when entering a folder" actions more personalisable
2285
2286 2007-06-12 [wwp]        2.9.2cvs56
2287
2288         * tools/README
2289                 Use short description from Paul (mairix.sh).
2290
2291 2007-06-12 [wwp]        2.9.2cvs55
2292
2293         * tools/README
2294                 Updated info about mairix.sh.
2295
2296 2007-06-11 [paul]       2.9.2cvs54
2297
2298         * src/prefs_logging.c
2299                 rework log window length widgets
2300                 and some sensitivity fixes
2301
2302 2007-06-11 [paul]       2.9.2cvs53
2303
2304         * src/mainwindow.c
2305         * src/prefs_logging.c
2306                 rename 'Protocol Log' to 'Network Log'
2307                 and some function renaming
2308
2309 2007-06-10 [wwp]        2.9.2cvs52
2310
2311         * src/gtk/pluginwindow.c
2312                 Revert 2.9.2cvs51.
2313
2314 2007-06-10 [wwp]        2.9.2cvs51
2315
2316         * src/gtk/pluginwindow.c
2317                 Fix button bar in plugin window, was centered and not
2318                 behaving like other dialogs w/ such button bar.
2319
2320 2007-06-08 [wwp]        2.9.2cvs50
2321
2322         * src/compose.c
2323         * src/compose.h
2324         * src/main.c
2325         * src/mainwindow.c
2326         * src/mainwindow.h
2327                 Provide a way out of automatic draft saving on IMAP, when
2328                 exiting offline.
2329                 Prevent drafting while sending and quitting while sending.
2330                 Thanks for Colin.
2331
2332
2333
2334 2007-06-08 [wwp]        2.9.2cvs49
2335
2336         * src/prefs_account.c
2337         * src/gtk/prefswindow.c
2338         * src/gtk/prefswindow.h
2339                 Activate the Basic page when opening account prefs.
2340
2341 2007-06-08 [wwp]        2.9.2cvs48
2342
2343         * src/common/socket.c
2344                 Don't crash if fork() fails, thanks to Colin.
2345
2346 2007-06-08 [wwp]        2.9.2cvs47
2347
2348         * src/gtk/prefswindow.c
2349                 Wrap some long lines, and reset horizontal scroller's adjusment
2350                 (this was already done, vertically), when changing tab (not page)
2351                 in prefs windows.
2352
2353 2007-06-08 [paul]       2.9.2cvs46
2354
2355         * src/common/utils.c
2356                 use gethostname() instead of uname()
2357                 based on a patch by Michael Hughes
2358                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2359
2360 2007-06-07 [wwp]        2.9.2cvs45
2361
2362         * src/prefs_common.c
2363                 Fix some useless warnings, thanks to Colin.
2364
2365 2007-06-06 [colin]      2.9.2cvs44
2366
2367         * src/ldapupdate.c
2368                 Fix strange allocations. 
2369
2370 2007-06-06 [colin]      2.9.2cvs43
2371
2372         * src/ldapupdate.c
2373                 Patch by Michael Rasmussus to help
2374                 bug 1232
2375
2376 2007-06-05 [wwp]        2.9.2cvs42
2377
2378         * src/prefs_account.c
2379         * src/prefs_folder_item.c
2380         * src/prefs_quote.c
2381         * src/quote_fmt.c
2382         * src/quote_fmt.h
2383                 Per-folder templates can now be applied recursively.
2384                 Always save per-folder templates (formats were erroneously
2385                 saved only if they were enabled).
2386                 Check for validity of quotation marks everywhere there
2387                 are defined.
2388
2389 2007-06-05 [wwp]        2.9.2cvs41
2390
2391         * src/inc.c
2392                 Fix incoming messages from local accounts always getting filtered
2393                 (even if the account prefs say don't), thanks to Colin.
2394
2395 2007-06-05 [wwp]        2.9.2cvs40
2396
2397         * src/compose.c
2398         * src/compose.h
2399                 Use per-folder/per-account quote chars when applying a
2400                 template or inserting text as well. Const'ify some
2401                 vars more.
2402
2403 2007-06-04 [colin]      2.9.2cvs39
2404
2405         * src/compose.c
2406                 More work for wwp :)
2407
2408 2007-06-04 [wwp]        2.9.2cvs38
2409
2410         * src/compose.c
2411                 Same as 2.9.2cvs36 but for forwarding.
2412
2413 2007-06-04 [colin]      2.9.2cvs37
2414
2415         * src/compose.c
2416                 Use original mail file for forward/redirect
2417                 Fixes some forwarded mails to be attached as
2418                 application/octet-stream (when they have binary
2419                 parts), and incidentally fixes bug 848
2420                 'Redirect breaks GnuPG'
2421
2422 2007-06-04 [wwp]        2.9.2cvs36
2423
2424         * src/compose.c
2425                 Fix quote mark mis-initialisation when replying/forwarding
2426                 (introduced w/ 2.9.2cvs20).
2427
2428 2007-06-04 [wwp]        2.9.2cvs35
2429
2430         * src/prefs_compose_writing.c
2431         * src/prefs_quote.c
2432                 Fix a bug where Quotation characters (prefs/compose/writing)
2433                 was cleared (introduced w/ 2.9.2cvs26).
2434
2435 2007-06-04 [wwp]        2.9.2cvs34
2436
2437         * src/prefs_account.c
2438         * src/prefs_account.h
2439                 Better fix for compiling w/o aspell (rollbacks
2440                 2.9.2cvs31).
2441
2442 2007-06-04 [wwp]        2.9.2cvs33
2443
2444         * src/account.c
2445         * src/prefs_account.c
2446         * src/prefs_account.h
2447         * src/procmsg.c
2448                 It's now possible to disable mail filtering plugins
2449                 on a per-account basis.
2450
2451 2007-06-04 [wwp]        2.9.2cvs32
2452
2453         * src/procheader.c
2454         * src/common/utils.c
2455         * src/common/utils.h
2456                 Support CRLF in headers part of messages.
2457                 Support few more date formats (RFC3339 subsets).
2458
2459 2007-06-04 [wwp]        2.9.2cvs31
2460
2461         * src/prefs_account.c
2462                 Fix compiling w/o aspell support.
2463
2464 2007-06-03 [wwp]        2.9.2cvs30
2465
2466         * src/prefs_gtk.c
2467                 Don't decode leading ENV_ and ~ in P_PASSWORD
2468                 values.
2469
2470 2007-06-03 [wwp]        2.9.2cvs29
2471
2472         * src/prefs_gtk.c
2473                 Don't decode leading ENV_ and ~ in P_PASSWORD
2474                 values.
2475
2476 2007-06-03 [wwp]        2.9.2cvs28
2477
2478         * src/prefs_account.c
2479         * src/gtk/prefswindow.c
2480         * src/gtk/prefswindow.h
2481                 Added a way to force preloading of all pages
2482                 (prefswindow).
2483                 Moved tabs to pages in account prefs.
2484
2485 2007-06-02 [colin]      2.9.2cvs27
2486
2487         * src/addressbook.c
2488                 Fix possible crash, fix ldap write bugs
2489         * src/ldapupdate.c
2490                 Fix ldap write bugs - patch by Michael
2491                 Rasmussen
2492         * src/alertpanel.c
2493         * src/alertpanel.h
2494                 Add a hook whenever alertpanel opens/closes
2495
2496 2007-05-31 [wwp]        2.9.2cvs26
2497
2498         * src/prefs_compose_writing.c
2499         * src/prefs_quote.c
2500                 Re-organized writing options a bit:
2501                  - renamed the Quoting page to Templates
2502                  - moved all composing templates to that page
2503                  - moved non-templates options to the Writing one,
2504                    grouped reply-related options, reordered reply and
2505                    forward options.
2506
2507 2007-05-31 [wwp]        2.9.2cvs25
2508
2509         * src/compose.c
2510                 Removed unused code.
2511
2512 2007-05-31 [colin]      2.9.2cvs24
2513
2514         * src/addressbook.c
2515                 Fix missing display name when modifying
2516                 LDAP. Patch by Michael Rasmussen
2517
2518 2007-05-31 [wwp]        2.9.2cvs23
2519
2520         * src/plugins/bogofilter/Makefile.am
2521         * src/plugins/clamav/Makefile.am
2522         * src/plugins/demo/Makefile.am
2523         * src/plugins/dillo_viewer/Makefile.am
2524         * src/plugins/spamassassin/Makefile.am
2525                 Fix building of those plugins in Mac OS X.
2526
2527 2007-05-30 [wwp]        2.9.2cvs22
2528
2529         * src/gtk/quicksearch.c
2530                 Fix missing initialization.
2531
2532 2007-05-30 [wwp]        2.9.2cvs21
2533
2534         * src/procheader.c
2535                 Revert accidental commit (debug outputs).
2536
2537 2007-05-30 [wwp]        2.9.2cvs20
2538
2539         * src/compose.c
2540         * src/folder_item_prefs.c
2541         * src/folder_item_prefs.h
2542         * src/prefs_account.c
2543         * src/prefs_account.h
2544         * src/prefs_folder_item.c
2545         * src/prefs_gtk.c
2546         * src/prefs_gtk.h
2547                 Implemented per-account and per-folder
2548                 compose/reply/forward formats.
2549
2550 2007-05-30 [wwp]        2.9.2cvs19
2551
2552         * src/prefs_compose_writing.c
2553         * src/prefs_quote.c
2554         * src/procheader.c
2555         * src/quote_fmt.c
2556         * src/quote_fmt.h
2557                 Internal API changes (factorize quote format
2558                 prefs and checks).
2559
2560 2007-05-30 [colin]      2.9.2cvs18
2561
2562         * src/compose.c
2563                 Fix race where it's possible to re-click Send
2564                 between end of SMTP session and end of "move to
2565                 sent folder" when sending an email with send
2566                 dialog enabled.
2567
2568 2007-05-30 [colin]      2.9.2cvs17
2569
2570         * src/crash.c
2571                 Ask for backtrace on all threads. Patch by
2572                 Pawel
2573         * src/folderview.c
2574                 Fix stale news statusbar when scanning fails.
2575                 Patch by Pawel
2576         * src/ldapupdate.c
2577                 Fix some LDAP write updates bugs. Patch
2578                 by Michael Rasmussen
2579
2580 2007-05-29 [colin]      2.9.2cvs16
2581
2582         * src/imap.c
2583                 Fix loss of local flags when moving mails
2584                 on IMAP in high-bandwidth mode (UID FETCH)
2585
2586 2007-05-25 [paul]       2.9.2cvs15
2587
2588         * src/common/socket.c
2589                 fix sometimes crasher on cancelling
2590                 message sending
2591
2592 2007-05-25 [colin]      2.9.2cvs14
2593
2594         * src/imap.c
2595                 Fix a memory leak
2596         * src/imap_gtk.c
2597                 Be more helpful in the subscription
2598                 message
2599
2600 2007-05-23 [wwp]        2.9.2cvs13
2601
2602         * src/compose.c
2603         * src/prefs_compose_writing.c
2604         * src/prefs_quote.c
2605         * src/prefs_template.c
2606         * src/prefs_template.h
2607         * src/quote_fmt.c
2608         * src/quote_fmt.h
2609         * src/quote_fmt_lex.l
2610         * src/quote_fmt_parse.y
2611                 Introduced new syntax elements (symbols and commands)
2612                 in templates/quote_fmt. Compatibility w/ old
2613                 symbols is kept.
2614                 Updated and reworked the corresponding Information
2615                 dialog.
2616                 Display the line number in dialogs that talk about
2617                 parser errors (in addition to the error message in
2618                 output).
2619
2620 2007-05-23 [wwp]        2.9.2cvs12
2621
2622         * src/quote_fmt_parse.y
2623                 Fix 2.9.2cvs11, probably a paste accident ;).
2624
2625 2007-05-23 [wwp]        2.9.2cvs11
2626
2627         * src/compose.c
2628         * src/prefs_template.c
2629         * src/quote_fmt.h
2630         * src/quote_fmt_parse.y
2631                 Fix 2.9.2cvs10, which broke --disable-aspell.
2632
2633 2007-05-22 [wwp]        2.9.2cvs10
2634
2635         * src/compose.c
2636         * src/prefs_template.c
2637         * src/quote_fmt.c
2638         * src/quote_fmt.h
2639         * src/quote_fmt_lex.l
2640         * src/quote_fmt_parse.y
2641         * src/gtk/gtkaspell.c
2642         * src/gtk/gtkaspell.h
2643                 Added template/quote format syntactical elements
2644                 to show and query:
2645                         - current dictionary
2646                           %T to show (shows empty if not set or not enabled),
2647                           ?T and !T to check if the default dictionary is
2648                           enabled and set
2649                         - current account's default dictionary
2650                           %aT to show (empty if not set or not enabled),
2651                           ?aT and !aT to check if it's enabled and set
2652                         - name completion for an address, from the address
2653                           book
2654                           %ABf, %ABt, %ABc respectively show the full name got
2655                           from the address book if From, To or Cc match a single
2656                           contact.
2657                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2658                           matches any contact and if the full name is non-empty.
2659                           If From, To or Cc are lists of email addresses, only
2660                           the first address will be checked.
2661                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2662                 that could show a trailing ','.
2663                 Also, template/quote_fmt parser now shows the line number in case
2664                 of parser error.
2665
2666 2007-05-15 [colin]      2.9.2cvs9
2667
2668         * src/main.c
2669         * src/main.h
2670                 Add a public function to know whether Claws
2671                 crashed last time
2672                 Store opened folder when exiting
2673         * src/folder.c
2674         * src/folder.h
2675                 Store last opened message in each FolderItem;
2676                 Reset last seen messages if Claws crashed, so 
2677                 that one can't go in an infinite crash in case 
2678                 a particular mail crashes Claws.
2679         * src/messageview.c
2680         * src/prefs_common.c
2681         * src/prefs_common.h
2682         * src/summaryview.c
2683         * src/prefs_summaries.c
2684                 Add "Select last opened message" when entering
2685                 a folder
2686                 Add "Select last opened folder" at startup.
2687
2688 2007-05-14 [colin]      2.9.2cvs8
2689
2690         * manual/xml2pdf
2691                 Fix bashism, search for xml catalog 
2692                 in /usr/local/share/xml/catalog too
2693                 Patch by Pawel
2694
2695 2007-05-13 [wwp]        2.9.2cvs7
2696
2697         * src/gtk/logwindow.c
2698                 fix raising log windows when they are either minimized or
2699                 in background.
2700
2701 2007-05-11 [colin]      2.9.2cvs6
2702
2703         * src/gtk/filesel.c
2704                 Use Hildon's file chooser on Maemo. Patch
2705                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2706                 'File attachment "manipulation" bugs...'
2707
2708 2007-05-10 [wwp]        2.9.2cvs5
2709
2710         * src/prefs_common.c
2711         * src/prefs_common.h
2712         * src/gtk/quicksearch.c
2713                 Add a quicksearch option to automatically run
2714                 a search selected from the history (this option
2715                 is exclusive towards type-ahead).
2716
2717 2007-05-10 [colin]      2.9.2cvs4
2718
2719         * src/imap.c
2720                 Fix g_warnings, thanks to Brian
2721                 Morrison
2722
2723 2007-05-09 [colin]      2.9.2cvs3
2724
2725         * src/crash.c
2726         * src/exporthtml.c
2727         * src/mbox.c
2728         * src/prefs_summaries.c
2729         * src/procheader.c
2730         * src/common/log.c
2731         * src/common/utils.c
2732         * src/gtk/gtksourceprintjob.c
2733         * src/gtk/sslcertwindow.c
2734                 Use the re-entrant variant of time functions
2735                 Probably fixes bug 1217, 'reentrancy problems 
2736                 with time functions'
2737
2738 2007-05-09 [colin]      2.9.2cvs2
2739
2740         * src/imap.c
2741                 Fix crasher when reconnection fails
2742
2743 2007-05-08 [paul]       2.9.2cvs1
2744
2745         * NEWS
2746         * README
2747         * RELEASE_NOTES
2748         * configure.ac
2749                 bump version number following
2750                 stable release
2751
2752 2007-05-08 [paul]       2.9.1cvs48
2753
2754         * src/plugins/demo/demo.c
2755         * src/plugins/dillo_viewer/dillo_prefs.c
2756         * src/plugins/dillo_viewer/dillo_prefs.h
2757         * src/plugins/dillo_viewer/dillo_viewer.c
2758         * src/plugins/pgpcore/pgp_viewer.c
2759         * src/plugins/pgpcore/pgp_viewer.h
2760         * src/plugins/pgpcore/plugin.c
2761         * src/plugins/pgpcore/prefs_gpg.c
2762         * src/plugins/pgpcore/prefs_gpg.h
2763         * src/plugins/pgpcore/sgpgme.c
2764         * src/plugins/pgpcore/sgpgme.h
2765         * src/plugins/pgpinline/plugin.c
2766         * src/plugins/pgpmime/pgpmime.c
2767         * src/plugins/pgpmime/pgpmime.h
2768         * src/plugins/pgpmime/plugin.c
2769         * src/plugins/spamassassin/spamassassin.c
2770         * src/plugins/spamassassin/spamassassin.h
2771         * src/plugins/spamassassin/spamassassin_gtk.c
2772         * src/plugins/trayicon/README
2773         * tools/README
2774         * tools/README.sylprint
2775         * tools/outlook2claws-mail.pl
2776         * tools/sylprint.pl
2777         * tools/tb2claws-mail
2778         * tools/tbird2claws.py
2779         * tools/update-po
2780         * tools/vcard2xml.py
2781         * tools/kdeservicemenu/README
2782                 cleanups and corrections
2783
2784 2007-05-06 [wwp]        2.9.1cvs47
2785
2786         * tools/uudec
2787                 Fix missing dash to `display` command-line, reported
2788                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2789
2790 2007-05-06 [colin]      2.9.1cvs46
2791
2792         * src/Makefile.am
2793         * src/stock_pixmap.c
2794         * src/stock_pixmap.h
2795         * src/pixmaps/printer.xpm
2796                 Add a printer icon
2797
2798 2007-05-06 [paul]       2.9.1cvs45
2799
2800         * src/compose.c
2801         * src/ldapquery.c
2802         * src/privacy.h
2803         * src/summary_search.c
2804         * src/summaryview.c
2805                 fix build warnings
2806
2807 2007-05-05 [wwp]        2.9.1cvs44
2808
2809         * src/messageview.c
2810         * src/mh.c
2811         * src/prefs_actions.c
2812         * src/prefs_gtk.c
2813         * src/summaryview.c
2814         * src/common/xml.c
2815                 Fix "faild" typos everywhere and capitalization of
2816                 some g_warnings.
2817
2818 2007-05-04 [colin]      2.9.1cvs43
2819
2820         * src/compose.c
2821         * src/privacy.c
2822         * src/privacy.h
2823         * src/plugins/pgpcore/prefs_gpg.c
2824         * src/plugins/pgpcore/prefs_gpg.h
2825         * src/plugins/pgpinline/pgpinline.c
2826         * src/plugins/pgpmime/pgpmime.c
2827                 Add an API to warn about encryption limits,
2828                 and allow to disable these warnings
2829
2830 2007-05-03 [colin]      2.9.1cvs42
2831
2832         * src/summaryview.c
2833         * src/mainwindow.c
2834                 Fix bug 1213, 'Delete more than 
2835                 one thread at once'
2836
2837 2007-05-03 [wwp]        2.9.1cvs41
2838
2839         * src/prefs_common.c
2840         * src/prefs_filtering.c
2841         * src/prefs_template.c
2842         * src/common/template.c
2843         * src/common/template.h
2844         * src/gtk/gtkutils.c
2845         * src/gtk/gtkutils.h
2846                 Templates are no longer automatically sorted
2847                 by name, but can be sorted manually using
2848                 |< < > >| buttons as well as drag'n'drop.
2849
2850 2007-05-03 [wwp]        2.9.1cvs40
2851
2852         * src/plugins/spamassassin/spamassassin.c
2853         * src/plugins/spamassassin/spamassassin.h
2854         * src/plugins/spamassassin/spamassassin_gtk.c
2855         * src/plugins/bogofilter/bogofilter.c
2856         * src/plugins/bogofilter/bogofilter.h
2857         * src/plugins/bogofilter/bogofilter_gtk.c
2858                 Added an option to conditionally mark saved spam
2859                 as read (default is and was to do so).
2860                 Satisfies feature request 1708539 on sf.net tracker.
2861
2862 2007-05-03 [colin]      2.9.1cvs39
2863
2864         * src/inc.c
2865                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2866
2867 2007-05-02 [colin]      2.9.1cvs38
2868
2869         * src/textview.c
2870                 Fix bug 1209, 'Clicking on address 
2871                 in header (mailto uri) selects 
2872                 default account'. Patch adapted from
2873                 G.P. Halkes' patch.
2874
2875 2007-05-02 [colin]      2.9.1cvs37
2876
2877         * src/grouplistdialog.c
2878                 Set cursor to wait cursor while loading
2879                 groups.
2880
2881 2007-05-02 [paul]       2.9.1cvs36
2882
2883         * src/folder.c
2884         * src/common/defs.h
2885                 rename cache and mark files
2886                 (data is preserved)
2887
2888 2007-04-30 [paul]       2.9.1cvs35
2889
2890         * manual/glossary.xml
2891         * manual/plugins.xml
2892                 updates. Patch by Ricardo
2893
2894 2007-04-29 [wwp]        2.9.1cvs34
2895
2896         * src/mainwindow.c
2897         * configure.ac
2898                 Fix few grammatical errors (patch by David Relson < relson at
2899                 osagesoftware dot com >).
2900
2901 2007-04-28 [colin]      2.9.1cvs33
2902
2903         * src/account.c
2904         * src/pop.c
2905         * src/prefs_account.c
2906         * src/prefs_account.h
2907                 Drop the "Download all" preference. It's
2908                 stupidly useless and confuses people from
2909                 time to time.
2910
2911 2007-04-27 [wwp]        2.9.1cvs32
2912
2913         * src/account.c
2914         * src/prefs_account.c
2915         * src/prefs_account.h
2916                 Don't reflect accounts changes to the mainwindow when it's
2917                 not necessary.
2918
2919 2007-04-27 [colin]      2.9.1cvs31
2920
2921         * src/folder.c
2922                 Freeze/thaw when sync'ing flags
2923         * src/imap.c
2924         * src/prefs_account.c
2925         * src/prefs_account.h
2926         * src/etpan/imap-thread.c
2927         * src/etpan/imap-thread.h
2928                 Add a way to use UID FETCH instead
2929                 of searches to fetch message lists
2930                 and flags. More expensive towards
2931                 bandwidth, less expensive towards
2932                 server's CPU. Probably fixes 
2933                 bug 1158, 'Scanning new folders on 
2934                 Exchange 2007 extremely slow'.
2935                 Patch 95% by Hoa.
2936
2937 2007-04-27 [paul]       2.9.1cvs30
2938
2939         * src/mainwindow.c
2940         * src/prefs_logging.c
2941                 improvements to english usage
2942
2943 2007-04-27 [colin]      2.9.1cvs29
2944
2945         * src/imap.c
2946                 Fix build without libetpan (my bad!)
2947
2948 2007-04-26 [colin]      2.9.1cvs28
2949
2950         * src/imap.c
2951         * src/imap.h
2952                 Fix uselessly exported function
2953         * src/textview.c
2954                 Consider "- -- \n" as signature separator
2955                 (that's what signature separators look like
2956                  in PGP/Inline signed mails)
2957
2958 2007-04-26 [colin]      2.9.1cvs27
2959
2960         * configure.ac
2961                 libetpan-0.49 is now required
2962         * src/procmime.c
2963                 Fix double fetching of mails if
2964                 first try failed
2965         * src/imap.c
2966                 Make offline sync faster, by
2967                 remembering last change time, and
2968                 last sync time.
2969
2970 2007-04-26 [hoa]        2.9.1cvs26
2971
2972         * src/imap.c
2973         * src/imap.h
2974         * src/mainwindow.c
2975         * src/toolbar.c
2976         * src/etpan/imap-thread.c
2977         * src/etpan/imap-thread.h
2978                 cancellation of IMAP operations is now allowed.
2979                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2980
2981 2007-04-26 [colin]      2.9.1cvs25
2982
2983         * src/folder.c
2984                 Always fetch body+headers in folders that are
2985                 synched for offline use, if "Synchronise as
2986                 soon as possible" is set.
2987                 Fixes bug 1200, 'Add option to always retrieve full 
2988                 messages'
2989
2990 2007-04-25 [colin]      2.9.1cvs24
2991
2992         * src/compose.c
2993                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2994                 persists...'
2995
2996 2007-04-24 [colin]      2.9.1cvs23
2997
2998         * src/folderview.c
2999                 Fix bug 1195, 'Hardware key navigation' 
3000                 Make GDK_Enter toggle expansion (Maemo)
3001
3002 2007-04-24 [wwp]        2.9.1cvs22
3003
3004         * src/compose.c
3005                 Fix few compiler warnings.
3006
3007 2007-04-24 [paul]       2.9.1cvs21
3008
3009         * src/Makefile.am
3010         * src/stock_pixmap.c
3011         * src/stock_pixmap.h
3012                 complete last commit
3013
3014 2007-04-24 [paul]       2.9.1cvs20
3015
3016         * src/gtk/about.c
3017         * src/pixmaps/active.xpm
3018         * src/pixmaps/checkbox_off.xpm
3019         * src/pixmaps/checkbox_on.xpm
3020         * src/pixmaps/inactive.xpm
3021                 kick out the blobs
3022                 remove transparent border from checkbox icons
3023
3024 2007-04-24 [wwp]        2.9.1cvs19
3025
3026         * src/textview.c
3027         * src/textview.h
3028                 Fix a crash in textview, thanks to Colin.
3029
3030 2007-04-23 [wwp]        2.9.1cvs18
3031
3032         * src/prefs_common.c
3033                 Fix 2.9.1cvs5: no header was being translated at all.
3034
3035 2007-04-23 [colin]      2.9.1cvs17
3036
3037         * src/Makefile.am
3038         * src/stock_pixmap.c
3039         * src/stock_pixmap.h
3040         * src/summaryview.c
3041         * src/summaryview.h
3042         * src/gtk/gtksctree.c
3043         * src/gtk/gtksctree.h
3044         * src/pixmaps/selection.xpm
3045                 Fix bug 1193, 'Need a way to multi-select
3046                 items'. Add a toggle button to the summaryview
3047                 to switch between normal and multiple selection
3048                 (Maemo)
3049
3050 2007-04-23 [colin]      2.9.1cvs16
3051
3052         * src/Makefile.am
3053         * src/stock_pixmap.c
3054         * src/stock_pixmap.h
3055         * src/summaryview.c
3056         * src/summaryview.h
3057         * src/gtk/gtksctree.c
3058         * src/gtk/gtksctree.h
3059         * src/pixmaps/selection.xpm
3060                 Fix bug 1193, 'Need a way to multi-
3061                 select items'
3062                 Add a toggle button in the summaryview
3063                 to enable normal or multiple selection.
3064                 (Maemo)
3065
3066 2007-04-23 [colin]      2.9.1cvs15
3067
3068         * src/compose.c
3069                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3070
3071 2007-04-21 [colin]      2.9.1cvs14
3072
3073         * src/gtk/quicksearch.c
3074                 Fix previous commit (actually use correct
3075                 parameter)
3076
3077 2007-04-21 [colin]      2.9.1cvs13
3078
3079         * src/gtk/quicksearch.c
3080                 Fix changing quicksearch type (after Esc,
3081                 after changing Recursive, ...)
3082
3083 2007-04-20 [wwp]        2.9.1cvs12
3084
3085         * src/gtk/Makefile.am
3086                 Added headers.h (completes 2.9.1cvs5).
3087
3088 2007-04-20 [wwp]        2.9.1cvs11
3089
3090         * src/addressbook.c
3091                 Fix the use of display name in name column,
3092                 it has been overriden w/ the use of nickname
3093                 by 2.9.0cvs3. Now nickname is used (if any)
3094                 in case of LDAP books only.
3095
3096 2007-04-20 [colin]      2.9.1cvs10
3097
3098         * src/mimeview.c
3099         * src/summaryview.c
3100         * src/textview.c
3101                 Add handling of 'a' to loop in a mail's
3102                 mimeparts
3103
3104 2007-04-20 [colin]      2.9.1cvs9
3105
3106         * src/toolbar.c
3107                 Fix bug 1190, 'dir_open' button doesn't work'
3108                 (Maemo)
3109
3110 2007-04-20 [colin]      2.9.1cvs8
3111
3112         * src/folderview.c
3113         * src/mainwindow.c
3114                 Fix bug 1194, 'Hardware keys move from email 
3115                 list to account/directory list, but not back 
3116                 to email list...' (Maemo)
3117
3118 2007-04-20 [colin]      2.9.1cvs7
3119
3120         * src/compose.h
3121                 complete previous commit
3122
3123 2007-04-20 [colin]      2.9.1cvs6
3124
3125         * src/compose.c
3126                 Fix bug 1187, 'Reply-to addressee disappears 
3127                 when reply-to text box is clicked...' (Maemo)
3128
3129 2007-04-20 [wwp]        2.9.1cvs5
3130
3131         * po/POTFILES.in
3132         * src/addressbook.c
3133         * src/compose.c
3134         * src/filtering.c
3135         * src/headerview.c
3136         * src/matcher.c
3137         * src/prefs_common.c
3138         * src/prefs_common.h
3139         * src/prefs_display_header.c
3140         * src/prefs_matcher.c
3141         * src/summaryview.c
3142         * src/gtk/headers.h
3143         * src/gtk/quicksearch.c
3144                 Translate more header names according to the relevant option value,
3145                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3146                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3147                 to prefs_common_translated_header_name().
3148                 Added a headers.h reference file that contains known header names
3149                 (RFC2822 and others) to the translation process' input, so that
3150                 translated header names will still exist even if no occurrence of
3151                 _("headername") is found anymore in the sources.
3152                 Don't translate column name 'Number' following to trans_hdr option
3153                 value as it's not a header name.
3154
3155 2007-04-20 [colin]      2.9.1cvs4
3156
3157         * src/gtk/quicksearch.c
3158         * src/gtk/quicksearch.h
3159                 Add "From, To or Subject" quicksearch
3160                 type. Patch by ulfschaper@users.sf.net
3161
3162 2007-04-20 [colin]      2.9.1cvs3
3163
3164         * src/matcher.c
3165                 Implement proper references filtering condition.
3166                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3167
3168 2007-04-19 [wwp]        2.9.1cvs2
3169
3170         * src/prefs_display_header.c
3171         * src/message_search.c
3172                 Fix few warnings (g_free of const gchar*).
3173
3174 2007-04-19 [paul]       2.9.1cvs1
3175
3176         * NEWS
3177         * README
3178         * RELEASE_NOTES
3179         * configure.ac
3180                 bump version number following
3181                 stable release
3182
3183 2007-04-19 [paul]       2.9.0cvs9
3184
3185         * manual/advanced.xml
3186         * manual/glossary.xml
3187                 fix typos
3188
3189 2007-04-18 [paul]       2.9.0cvs8
3190
3191         * src/pop.c
3192                 fix for CVE-2007-1558 (APOP)
3193                 Thanks to Colin
3194
3195 2007-04-18 [paul]       2.9.0cvs7
3196
3197         * src/messageview.c
3198         * src/mimeview.c
3199         * src/summaryview.c
3200         * src/gtk/filesel.c
3201                 Fix encoding woes wrt saving of
3202                 mails and parts
3203                 Thanks to Colin
3204
3205 2007-04-18 [colin]      2.9.0cvs6
3206
3207         * src/gtk/pluginwindow.c
3208                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3209
3210 2007-04-17 [wwp]        2.9.0cvs5
3211
3212         * src/addressadd.c
3213         * src/addressbook.c
3214         * src/addrindex.c
3215         * src/ldapupdate.c
3216                 Fix --disable-ldap build,
3217                 fix some LDAP annoyances on 
3218                 searches, thanks to Colin.
3219
3220 2007-04-17 [wwp]        2.9.0cvs4
3221
3222         * src/ldapupdate.c
3223                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3224                 like gcc 2.9x. Thanks to Colin.
3225
3226 2007-04-17 [wwp]        2.9.0cvs3
3227
3228         * src/Makefile.am
3229         * src/addressadd.c
3230         * src/addressbook.c
3231         * src/addrindex.c
3232         * src/addritem.c
3233         * src/addritem.h
3234         * src/editaddress.c
3235         * src/ldapctrl.c
3236         * src/ldapctrl.h
3237         * src/ldapquery.c
3238         * src/ldapserver.c
3239         * src/ldapserver.h
3240         * src/ldapupdate.c
3241         * src/ldapupdate.h
3242                 Add LDAP write support. Patch mostly by 
3243                 Michael <mir at datanom dot net>
3244
3245 2007-04-17 [wwp]        2.9.0cvs2
3246
3247         * src/compose.c
3248                 Prepend "Add to address book" to the context menu of compose window's sender and
3249                 recipient fields.
3250
3251 2007-04-16 [paul]       2.9.0cvs1
3252
3253         * src/gtk/authors.h
3254                 add Pader Rezso
3255
3256 2007-04-16 [paul]       2.9.0
3257
3258         * NEWS
3259         * README
3260         * RELEASE_NOTES
3261                 2.9.0 released
3262
3263 2007-04-16 [paul]       2.8.1cvs102
3264
3265         * po/fr.po
3266                 updated by Fabien Vantard
3267
3268 2007-04-16 [paul]       2.8.1cvs101
3269
3270         * po/ca.po
3271         * po/cs.po
3272         * po/de.po
3273         * po/hu.po
3274         * po/pl.po
3275         * po/pt_BR.po
3276         * po/sr.po
3277         * po/zh_CN.po
3278                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3279                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3280                 Aleksandar Urosevic, and Ralgh Young
3281
3282 2007-04-15 [mones]      2.8.1cvs100
3283
3284         * po/es.po
3285                 Updated for release
3286
3287 2007-04-14 [colin]      2.8.1cvs99
3288
3289         * src/message_search.c
3290         * src/prefs_display_header.c
3291         * src/summary_search.c
3292         * src/gtk/combobox.c
3293                 Fix allocations
3294
3295 2007-04-14 [wwp]        2.8.1cvs98
3296
3297         * src/gtk/combobox.c
3298         * src/message_search.c
3299         * src/summary_search.c
3300         * src/prefs_display_header.c
3301                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3302                 returns NULL, get the text value directly from the GtkEntry child.
3303
3304 2007-04-13 [colin]      2.8.1cvs97
3305
3306         * src/gtk/quicksearch.c
3307                 Give the focus back to summaryview when
3308                 emptying the quicksearch with Esc
3309
3310 2007-04-13 [colin]      2.8.1cvs96
3311
3312         * src/message_search.c
3313         * src/prefs_display_header.c
3314         * src/summary_search.c
3315                 Fix possibles crashes when getting text
3316                 from gtk combos
3317
3318 2007-04-13 [colin]      2.8.1cvs95
3319
3320         * src/pop.c
3321                 Add some UIDL debugging
3322
3323 2007-04-12 [colin]      2.8.1cvs94
3324
3325         * src/folder.c
3326                 Force folder scan if necessary after
3327                 copying mails, to be able to reapply
3328                 flags.
3329
3330 2007-04-11 [colin]      2.8.1cvs93
3331
3332         * src/main.c
3333                 don't scan for new mail on startup if --select
3334                 is specified (or race conditions arise). If so,
3335                 do both sequentially.
3336
3337 2007-04-09 [colin]      2.8.1cvs92
3338
3339         * src/common/defs.h
3340                 Use leafpad by default on Maemo. Patch
3341                 by Jean-Luc Biord.
3342
3343 2007-04-06 [colin]      2.8.1cvs91
3344
3345         * src/pixmaps/queue_close.xpm
3346         * src/pixmaps/queue_close_hrm.xpm
3347         * src/pixmaps/queue_close_hrm_mark.xpm
3348         * src/pixmaps/queue_close_mark.xpm
3349         * src/pixmaps/queue_open.xpm
3350         * src/pixmaps/queue_open_hrm.xpm
3351         * src/pixmaps/queue_open_hrm_mark.xpm
3352         * src/pixmaps/queue_open_mark.xpm
3353                 Move the clock one pixel down :)
3354
3355 2007-04-05 [colin]      2.8.1cvs90
3356
3357         * src/mainwindow.c
3358                 Don't sync when switching offline from
3359                 command line - it's usually too late :)
3360
3361 2007-04-05 [paul]       2.8.1cvs89
3362
3363         * src/Makefile.am
3364         * src/stock_pixmap.c
3365         * src/pixmaps/dir_close_hrm.xpm
3366         * src/pixmaps/dir_close_hrm_mark.xpm
3367         * src/pixmaps/drafts_close.xpm
3368         * src/pixmaps/drafts_close_mark.xpm
3369         * src/pixmaps/drafts_open.xpm
3370         * src/pixmaps/drafts_open_mark.xpm
3371         * src/pixmaps/inbox.xpm
3372         * src/pixmaps/inbox_close.xpm
3373         * src/pixmaps/inbox_close_hrm.xpm
3374         * src/pixmaps/inbox_close_hrm_mark.xpm
3375         * src/pixmaps/inbox_close_mark.xpm
3376         * src/pixmaps/inbox_hrm.xpm
3377         * src/pixmaps/inbox_hrm_mark.xpm
3378         * src/pixmaps/inbox_mark.xpm
3379         * src/pixmaps/inbox_open.xpm
3380         * src/pixmaps/inbox_open_hrm.xpm
3381         * src/pixmaps/inbox_open_hrm_mark.xpm
3382         * src/pixmaps/inbox_open_mark.xpm
3383         * src/pixmaps/outbox.xpm
3384         * src/pixmaps/outbox_close.xpm
3385         * src/pixmaps/outbox_close_hrm.xpm
3386         * src/pixmaps/outbox_close_hrm_mark.xpm
3387         * src/pixmaps/outbox_close_mark.xpm
3388         * src/pixmaps/outbox_hrm.xpm
3389         * src/pixmaps/outbox_hrm_mark.xpm
3390         * src/pixmaps/outbox_mark.xpm
3391         * src/pixmaps/outbox_open.xpm
3392         * src/pixmaps/outbox_open_hrm.xpm
3393         * src/pixmaps/outbox_open_hrm_mark.xpm
3394         * src/pixmaps/outbox_open_mark.xpm
3395         * src/pixmaps/queue_close.xpm
3396         * src/pixmaps/queue_close_hrm.xpm
3397         * src/pixmaps/queue_close_hrm_mark.xpm
3398         * src/pixmaps/queue_close_mark.xpm
3399         * src/pixmaps/queue_open.xpm
3400         * src/pixmaps/queue_open_hrm.xpm
3401         * src/pixmaps/queue_open_hrm_mark.xpm
3402         * src/pixmaps/queue_open_mark.xpm
3403                 updated, added and replaced icons
3404                 Icons by Colin
3405
3406 2007-04-04 [colin]      2.8.1cvs88
3407
3408         * src/imap.c
3409                 Fix build without libetpan
3410
3411 2007-04-03 [colin]      2.8.1cvs87
3412
3413         * src/imap.c
3414                 Fix crash with Citadel, and try to make
3415                 things work. this server (and specifically 
3416                 STATUS and APPEND at least) seems broken.
3417
3418 2007-04-03 [colin]      2.8.1cvs86
3419
3420         * src/folderview.c
3421                 Fix icons on folder close
3422
3423 2007-04-03 [colin]      2.8.1cvs85
3424
3425         * src/inc.c
3426                 Fix double-ask of offline override in
3427                 certain cases
3428         * src/imap.c
3429         * src/imap.h
3430         * src/imap_gtk.c
3431                 Much more efficient way to synchronise
3432                 for offline use
3433         * src/etpan/imap-thread.c
3434                 Fix possible segs
3435         * src/folder.c
3436         * src/gtk/quicksearch.c
3437                 Fix some GUI lags
3438
3439 2007-04-03 [paul]       2.8.1cvs84
3440
3441         * src/filtering.c
3442         * src/folder.c
3443         * src/folder.h
3444         * src/prefs_common.c
3445         * src/prefs_common.h
3446         * src/prefs_other.c
3447                 Fix sync being done too late
3448                 Thanks to Colin
3449
3450 2007-04-02 [colin]      2.8.1cvs83
3451
3452         * src/summaryview.c
3453                 Maemo: Put status and quicksearch at the top
3454         * src/plugins/bogofilter/bogofilter.c
3455         * src/plugins/spamassassin/spamassassin.c
3456                 Derive trash from inbox if possible
3457
3458 2007-04-02 [paul]       2.8.1cvs82
3459
3460         * src/plugins/bogofilter/bogofilter_gtk.c
3461                 a few English changes
3462
3463 2007-04-02 [paul]
3464
3465         2.9.0-rc1 released
3466
3467 2007-04-02 [colin]      2.8.1cvs81
3468
3469         * src/image_viewer.c
3470                 Fix transparent images by using
3471                 GtkImage
3472         * src/messageview.c
3473                 Flush events (on new windows) to avoid
3474                 having the textview's image resize fail
3475                 to know the available width
3476
3477 2007-04-01 [colin]      2.8.1cvs80
3478
3479         * src/prefs_account.c
3480                 If no MH mailbox exist, when creating a POP/Local
3481                 account, just create and use the default one 
3482                 instead of bailing with a "Mailbox doesn't exist"
3483                 error
3484
3485 2007-03-31 [colin]      2.8.1cvs79
3486
3487         * src/prefs_account.c
3488                 Create signature file if it doesn't exist
3489                 before editing
3490         * src/prefs_toolbar.c
3491                 Maemo: Move "Use default" on the left so
3492                 that people can find it
3493         * src/common/defs.h
3494                 Maemo: make default editor "Maemopad", 
3495                 default signature file "MyDocs/signature.txt"
3496
3497 2007-03-31 [colin]      2.8.1cvs78
3498
3499         * src/prefs_account.c
3500                 Maemo: rework account prefs so
3501                 that less horizontal scrolling
3502                 is required
3503
3504 2007-03-31 [colin]      2.8.1cvs77
3505
3506         * src/folderview.c
3507         * src/prefs_common.c
3508         * src/prefs_common.h
3509                 Fix bug 1167, 'Allow not displaying zeros 
3510                 in folder list'. Patch by MartinP
3511
3512 2007-03-31 [colin]      2.8.1cvs76
3513
3514         * AUTHORS
3515                 Add Jean-Luc Biord
3516
3517 2007-03-31 [colin]      2.8.1cvs75
3518
3519         * src/imap.c
3520                 Apply patch from bug 1172, direct
3521                 access to the folder's session instead
3522                 of using getter. Patch by MartinP
3523
3524 2007-03-31 [paul]       2.8.1cvs74
3525
3526         * src/gtk/authors.h
3527                 no need to list Fabien twice!
3528
3529 2007-03-31 [colin]      2.8.1cvs73
3530
3531         * src/inc.c
3532                 If we're currently "overriding for %d minutes",
3533                 don't ask
3534
3535 2007-03-31 [colin]      2.8.1cvs72
3536
3537         * src/compose.c
3538         * src/imap.c
3539         * src/inc.c
3540         * src/inc.h
3541         * src/messageview.c
3542         * src/news.c
3543         * src/plugins/spamassassin/spamassassin.c
3544                 Offline override: Add a parameter to allow
3545                 asking even if the override timer is running.
3546                 Allows to ask every time the user makes an
3547                 explicit action needing online access (such
3548                 as Get Mail), and not when the action is 
3549                 implicit (such as opening an IMAP folder)
3550
3551 2007-03-31 [colin]      2.8.1cvs71
3552
3553         * src/inc.c
3554                 Override offline: "No" answer shouldn't
3555                 re-ask after 3 seconds, but 10 minutes. 
3556
3557 2007-03-30 [colin]      2.8.1cvs70
3558
3559         * src/common/socket.c
3560                 Better error reporting on unix socket
3561                 failure (bind usually)
3562         * src/gtk/gtkutils.c
3563         * src/gtk/gtkutils.h
3564                 Label window: add a pulsing progress
3565                 bar to show we're not hung :)
3566         * src/folderview.c
3567         * src/main.c
3568         * src/plugins/pgpcore/sgpgme.c
3569                 Update API
3570
3571 2007-03-30 [colin]      2.8.1cvs69
3572
3573         * src/pop.c
3574         * src/prefs_common.c
3575                 Fix possible trashing of history and uidl
3576                 files on disk full problems
3577
3578 2007-03-30 [paul]       2.8.1cvs68
3579
3580         * src/mainwindow.c
3581         * src/summaryview.c
3582         * src/summaryview.h
3583                 update summary when changing layout type
3584                 (fixes wrong folder icon being displayed)
3585                 Thanks to Colin
3586
3587 2007-03-29 [colin]      2.8.1cvs67
3588
3589         * src/prefs_ext_prog.c
3590                 The browser pref is irrelevant on Maemo
3591
3592 2007-03-29 [colin]      2.8.1cvs66
3593
3594         * src/compose.c
3595         * src/compose.h
3596                 Maemo: dynamically switch headers/text position
3597         * src/prefs_common.c
3598                 Maemo: hide compose's ruler by default
3599         * src/common/socket.c
3600         * src/common/socket.h
3601                 Fix build warning
3602
3603 2007-03-29 [colin]      2.8.1cvs65
3604
3605         * src/common/socket.c
3606         * src/common/socket.h
3607                 Fix build when MAEMO_CFLAGS contains
3608                 _X_OPENSOURCE (resolv.h errors as long
3609                 as we don't add _BSD_SOURCE. Ugly).
3610
3611 2007-03-29 [wwp]        2.8.1cvs64
3612
3613         * src/prefs_logging.c
3614                 Fix sensitivity of clip-log widgets in prefs/logging,
3615                 thanks to Fabien.
3616
3617 2007-03-29 [wwp]        2.8.1cvs63
3618
3619         * po/POTFILES.in
3620                 Updated files list for translations, thanks to Fabien.
3621
3622 2007-03-29 [colin]      2.8.1cvs62
3623
3624         * src/main.c
3625         * src/common/Makefile.am
3626         * src/common/utils.c
3627                 Maybe make URI opening work in Maemo
3628                 Requires testing :)
3629
3630 2007-03-28 [colin]      2.8.1cvs61
3631
3632         * src/folder.c
3633         * src/folder.h
3634         * src/folderview.c
3635                 Add the possibility to sort folders arbitrarily
3636                 (via editing of folderlist.xml only). Patch by
3637                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3638                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3639                 be changed by the user'
3640
3641 2007-03-28 [colin]      2.8.1cvs60
3642
3643         * src/mimeview.c
3644                 Add popup menu for mime icons
3645
3646 2007-03-28 [colin]      2.8.1cvs59
3647
3648         * src/mainwindow.c
3649                 Fix a layout issue when presenting
3650                 mainwindow in Small screen layout
3651         * src/toolbar.c
3652         * src/toolbar.h
3653                 Add a "Go to folder list" button for
3654                 mainwindow, and make it default in
3655                 the Maemo build
3656
3657 2007-03-28 [colin]      2.8.1cvs58
3658
3659         * src/compose.c
3660                 Don't dynamically update title on Maemo
3661                 Patch by Jean-Luc Biord
3662
3663 2007-03-27 [colin]      2.8.1cvs57
3664
3665         * src/compose.c
3666         * src/folderview.c
3667         * src/summaryview.c
3668                 Enable tap-and-hold on Maemo
3669
3670 2007-03-26 [colin]      2.8.1cvs56
3671
3672         * src/compose.c
3673                 More popup-menu (in attachments list)
3674
3675 2007-03-26 [colin]      2.8.1cvs55
3676
3677         * src/compose.c
3678                 Enable popup-menu signal
3679
3680 2007-03-26 [colin]      2.8.1cvs54
3681
3682         * src/plugins/pgpinline/pgpinline.c
3683                 Fix bug 1111, 'PGP/inline plugin hides text 
3684                 around encrypted text block'. Patch based on
3685                 a patch from Michal Cihar.
3686
3687 2007-03-26 [wwp]        2.8.1cvs53
3688
3689         * src/procmsg.c
3690                 Fix getting a false error when sending queued message
3691                 whereas the sending was fine (if there are subfolders
3692                 in the queue folder), thanks to Colin.
3693
3694 2007-03-26 [paul]       2.8.1cvs52
3695
3696         * src/wizard.c
3697                 update FACE header in welcome message
3698
3699 2007-03-25 [colin]      2.8.1cvs51
3700
3701         * src/Makefile.am
3702                 Fix make dist
3703
3704 2007-03-25 [colin]      2.8.1cvs50
3705
3706         * src/main.c
3707                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3708
3709 2007-03-24 [colin]      2.8.1cvs49
3710
3711         * src/main.c
3712                 Fix a few launch problems on Maemo
3713                 Patch by Jean-Luc Biord
3714
3715 2007-03-24 [wwp]        2.8.1cvs48
3716
3717         * src/alertpanel.c
3718         * src/alertpanel.h
3719         * src/messageview.c
3720         * src/summaryview.c
3721                 Fix wrong action performed when closing the
3722                 "ask about account specific filtering rules
3723                 when filtering manually" dialog by pressing Escape.
3724                 Fix wrong order of buttons in the "return receipt
3725                 notification - the message was sent to several of
3726                 your accounts" dialog.
3727
3728 2007-03-24 [paul]       2.8.1cvs47
3729
3730         * src/folderview.c
3731                 an improvement to English usage
3732         * tools/kdeservicemenu/README
3733                 updated Claws url
3734
3735 2007-03-24 [paul]       2.8.1cvs46
3736
3737         * src/Makefile.am
3738         * src/stock_pixmap.c
3739         * src/pixmaps/edit_extern.xpm
3740         * src/pixmaps/mail_sign.xpm
3741                 rescue long lost icons
3742
3743 2007-03-24 [paul]       2.8.1cvs45
3744
3745         * src/toolbar.c
3746                 fix toolbar (broken in 2.8.1cvs42)
3747
3748 2007-03-23 [colin]      2.8.1cvs44
3749
3750         * src/imap.c
3751                 Correctly unsubscribe/resubscribe after
3752                 RENAME
3753
3754 2007-03-23 [colin]      2.8.1cvs43
3755
3756         * src/prefs_common.c
3757                 Maemo: as the platform is light on RAM, allow
3758                 caches to be discarded faster.
3759
3760 2007-03-23 [colin]      2.8.1cvs42
3761
3762         * src/Makefile.am
3763         * src/compose.c
3764         * src/compose.h
3765         * src/stock_pixmap.c
3766         * src/stock_pixmap.h
3767         * src/summaryview.c
3768         * src/summaryview.h
3769         * src/toolbar.c
3770         * src/toolbar.h
3771         * src/pixmaps/open_mail.xpm
3772                 Maemo changes: Add the possibility to have
3773                 "Open Email" and "Close Window" buttons on 
3774                 toolbars (and use them in Maemo's default
3775                 toolbars)
3776
3777 2007-03-23 [wwp]        2.8.1cvs41
3778
3779         * src/action.c
3780                 Reverted that part of the action dialog closure logics, to
3781                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3782                 done later in a different way (or may not).
3783
3784 2007-03-22 [wwp]        2.8.1cvs40
3785
3786         * src/action.c
3787                 Fix sticky action dialog when got no output but action command
3788                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3789
3790 2007-03-22 [colin]      2.8.1cvs39
3791
3792         * src/prefs_filtering.c
3793         * src/gtk/combobox.h
3794                 Fix escaping account names in filtering prefs
3795
3796 2007-03-22 [colin]      2.8.1cvs38
3797
3798         * src/addrindex.c
3799         * src/ldapctrl.h
3800         * src/ldapquery.c
3801                 Add any attribute specified in LDAP servers'
3802                 Search attributes to the Other Attributes tab
3803                 of contacts; Add 'telephoneNumber' in the
3804                 default list.
3805
3806 2007-03-22 [colin]      2.8.1cvs37
3807
3808         * src/folderview.c
3809         * src/folderview.h
3810         * src/mainwindow.c
3811                 Try to prevent race conditions when
3812                 changing the folder list
3813         * src/summaryview.c
3814                 Fix possible red folder icon when
3815                 switching from Small screen layout
3816                 to any other
3817
3818 2007-03-22 [colin]      2.8.1cvs36
3819
3820         * src/mainwindow.c
3821         * src/mainwindow.h
3822         * src/summaryview.c
3823                 Rename "little screen" to "Small screen"
3824         * src/gtk/Makefile.am
3825         * src/common/utils.c
3826         * src/mh.c
3827                 Fix Maemo-related compilation problems
3828
3829 2007-03-21 [colin]      2.8.1cvs35
3830
3831         * configure.ac
3832                 Fix previous commit
3833         * claws-mail.desktop
3834                 Remove .png from the Icon, it's useless
3835
3836 2007-03-21 [colin]      2.8.1cvs34
3837
3838         * configure.ac
3839         * src/Makefile.am
3840                 Add the necessary lib checking for 
3841                 Maemo
3842
3843 2007-03-21 [colin]      2.8.1cvs33
3844
3845         * src/main.c
3846                 Fix unconditional "error happened" when
3847                 sending via command-line. "lol @ myself"
3848
3849 2007-03-21 [colin]      2.8.1cvs32
3850
3851         * claws-mail-40x40.png
3852         * claws-mail-26x26.png
3853         * src/account.c
3854         * src/addressbook.c
3855         * src/compose.c
3856         * src/folderview.c
3857         * src/folderview.h
3858         * src/main.c
3859         * src/mainwindow.c
3860         * src/mainwindow.h
3861         * src/messageview.c
3862         * src/prefs_account.c
3863         * src/prefs_common.c
3864         * src/summary_search.c
3865         * src/summaryview.c
3866         * src/summaryview.h
3867         * src/gtk/authors.h
3868         * src/gtk/gtkutils.c
3869         * src/gtk/gtkutils.h
3870         * src/gtk/logwindow.c
3871         * src/gtk/menu.c
3872         * src/gtk/prefswindow.c
3873                 Add Maemo port (patch mainly by Jean-Luc Biort)
3874                 Add a new 'Little screen' layout to help on such
3875                 platforms (patch by me)
3876                 Make some default preferences different (more
3877                 adapted) on Maemo (patch by me)
3878
3879 2007-03-21 [wwp]        2.8.1cvs31
3880
3881         * src/prefs_logging.c
3882         * src/prefs_logging.h
3883                 Fixed copyright header of newly added files.
3884
3885 2007-03-21 [wwp]        2.8.1cvs30
3886
3887         * src/Makefile.am
3888         * src/filtering.c
3889         * src/filtering.h
3890         * src/folder.c
3891         * src/folderview.c
3892         * src/imap.c
3893         * src/inc.c
3894         * src/main.c
3895         * src/mainwindow.c
3896         * src/mainwindow.h
3897         * src/matcher.c
3898         * src/messageview.c
3899         * src/news.c
3900         * src/pop.c
3901         * src/prefs_common.c
3902         * src/prefs_common.h
3903         * src/prefs_logging.c
3904         * src/prefs_logging.h
3905         * src/prefs_other.c
3906         * src/procmsg.c
3907         * src/send_message.c
3908         * src/summaryview.c
3909         * src/common/log.c
3910         * src/common/log.h
3911         * src/common/nntp.c
3912         * src/common/session.c
3913         * src/common/smtp.c
3914         * src/common/socket.c
3915         * src/etpan/imap-thread.c
3916         * src/gtk/logwindow.c
3917         * src/gtk/logwindow.h
3918         * src/plugins/bogofilter/bogofilter.c
3919         * src/plugins/spamassassin/spamassassin.c
3920                 Added debugging of filtering/processing rules.
3921                 The debug log is here 'Tools/Filtering debug window',
3922                 the options there 'Configuration/Preferences/Other/Logging',
3923                 and the log file is ~/.claws-mail/filtering.log.
3924                 Moved protocol log prefs to 'Other/Logging' as well.
3925                 To support such debugging feature, the existing log API has
3926                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3927                 this impacts many external modules (commits follow).
3928
3929 2007-03-21 [paul]       2.8.1cvs29
3930
3931         * src/etpan/Makefile.am
3932         * src/etpan/imap-thread.c
3933                 add missing #include
3934
3935 2007-03-21 [colin]      2.8.1cvs28
3936
3937         * src/procmime.c
3938                 Fix bug 1157, 'some broken messages confuse 
3939                 mime parser'. Make sure we can't have MimeInfos
3940                 with negative sizes.
3941
3942 2007-03-20 [colin]      2.8.1cvs27
3943
3944         * src/main.c
3945                 Fix missing \0 on buffer
3946
3947 2007-03-20 [colin]      2.8.1cvs26
3948
3949         * src/mh.c
3950                 Use make_dir_hier instead of make_dir 
3951                 to create the MH mailbox
3952
3953 2007-03-20 [colin]      2.8.1cvs25
3954
3955         * src/folder.c
3956         * src/folder.h
3957         * src/prefs_account.c
3958         * src/wizard.c
3959                 Fix default inbox weirdnesses (after wizard,
3960                 if path is Mail, mailbox identifier is #mh/Mailbox,
3961                 and when creating new accounts)
3962
3963 2007-03-20 [colin]      2.8.1cvs24
3964
3965         * src/account.c
3966                 Write folderlist after adding/deleting accounts
3967                 that have folders
3968
3969 2007-03-20 [colin]      2.8.1cvs23
3970
3971         * src/imap.c
3972         * src/remotefolder.h
3973                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3974                 selected while scanning prior to update'
3975
3976 2007-03-17 [paul]       2.8.1cvs22
3977
3978         * src/main.c
3979                 fix a typo, and be a little more verbose.
3980
3981 2007-03-17 [wwp]        2.8.1cvs21
3982
3983         * src/inc.c
3984                 Fix a compiler warning.
3985
3986 2007-03-16 [wwp]        2.8.1cvs20
3987
3988         * tools/Makefile.am
3989         * tools/README
3990                 Updated to deal w/ the new mairix.sh tool.
3991
3992 2007-03-16 [wwp]        2.8.1cvs19
3993
3994         * src/action.c
3995                 Fix logics issues around the action IO dialog:
3996                 - disable entry widget and exec button when
3997                   the exec button is clicked (don't wait for any
3998                   output line) - fix possible disabling/re-enabling/
3999                   re-disabling of those widgets
4000                 - raise an error if executing a %as{} action either
4001                   empty or invalid, instead of failing silently
4002                 - don't close the dialog if the abort button has been
4003                   clicked and if there was no output yet
4004                 - set focus to the abort button when the exec button
4005                   is clicked
4006                 - fix capitalization of a warning message
4007
4008 2007-03-16 [wwp]        2.8.1cvs18
4009
4010         * tools/mairix.sh
4011                 Added a wrapper to mairix to the tools folder.
4012
4013 2007-03-16 [colin]      2.8.1cvs17
4014
4015         * src/messageview.c
4016         * src/mimeview.h
4017                 Allow mimeviewer plugins to print
4018                 their stuff
4019
4020 2007-03-16 [colin]      2.8.1cvs16
4021
4022         * .cvsignore
4023                 Ignore *.patchset
4024
4025 2007-03-15 [colin]      2.8.1cvs15
4026
4027         * src/messageview.c
4028         * src/mimeview.h
4029                 Add a way for mimeviewer plugins to
4030                 implement body search
4031
4032 2007-03-15 [paul]       2.8.1cvs14
4033
4034         * src/prefs_spelling.c
4035                 fix English usage
4036
4037 2007-03-15 [paul]       2.8.1cvs13
4038
4039         * src/common/quoted-printable.c
4040                 fix decoding of quoted-printable parts
4041
4042 2007-03-14 [wwp]        2.8.1cvs12
4043
4044         * src/gtk/logwindow.h
4045                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4046
4047 2007-03-14 [wwp]        2.8.1cvs11
4048
4049         * src/gtk/logwindow.h
4050                 Complete 2.8.1cvs10.
4051
4052 2007-03-14 [colin]      2.8.1cvs10
4053
4054         * src/gtk/logwindow.c
4055                 Probably fix bug 1149, crash on logwindow
4056                 close - at the expense of performance once
4057                 logwin has been opened
4058
4059 2007-03-14 [colin]      2.8.1cvs9
4060
4061         * src/main.c
4062                 If claws-mail is running on another
4063                 display, warn instead of popping it up
4064                 on the other display
4065
4066 2007-03-12 [colin]      2.8.1cvs8
4067
4068         * src/wizard.c
4069                 Fix bug 1145, 'Setting a different name 
4070                 for the Mailbox name isn't reflected in 
4071                 default account settings'. Patch by wwp
4072
4073 2007-03-12 [colin]      2.8.1cvs7
4074
4075         * src/summaryview.c
4076                 Fix bug 1143, 'Add number of messages to be 
4077                 deleted to confirmation dialog'
4078
4079 2007-03-12 [wwp]        2.8.1cvs6
4080
4081         * src/folderview.c
4082         * src/prefs_common.c
4083         * src/prefs_common.h
4084         * src/prefs_summaries.c
4085                 Changed the option that displays unread messages count
4086                 next to the folder name in folder list: it is now
4087                 possible to either display nothing, display the
4088                 unread messages number only or the unread and total messages
4089                 numbers. The patch includes this extra feature as well
4090                 as some minor fixes by rewriting the algo in folderview.c.
4091                 Thanks to Paul for the original idea and implementation, plus
4092                 testing and proof-reading!
4093
4094 2007-03-09 [paul]       2.8.1cvs5
4095
4096         * tools/Makefile.am
4097         * tools/README
4098         * tools/claws-mail-compose-insert-files.pl
4099                 added a script which enables inserting files
4100                 into the message body of a new Claws Mail
4101                 Compose window from the command line. Additionally
4102                 To, Cc, Subject and files to attach to the message
4103                 can be specified.
4104
4105 2007-03-09 [wwp]        2.8.1cvs4
4106
4107         * src/addr_compl.c
4108         * src/addr_compl.h
4109         * src/filtering.c
4110                 Optimize matching of addresses in the addressbook
4111                 (filtering/processing 'found_in_addressbook' condition).
4112
4113 2007-03-07 [wwp]        2.8.1cvs3
4114
4115         * src/quote_fmt.c
4116         * src/quote_fmt_lex.l
4117         * src/quote_fmt_parse.y
4118                 Add a new quote format symbol: %A to insert the
4119                 sender email address (just the address itself).
4120
4121 2007-03-06 [wwp]        2.8.1cvs2
4122
4123         * src/gtk/gtkutils.c
4124         * src/plugins/trayicon/trayicon_prefs.h
4125         * src/plugins/trayicon/trayicon_prefs.c
4126         * src/plugins/trayicon/trayicon.c
4127         * src/mainwindow.h
4128         * src/mainwindow.c
4129                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4130                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4131
4132
4133 2007-03-06 [paul]       2.8.1cvs1
4134
4135         * NEWS
4136         * README
4137         * RELEASE_NOTES
4138         * configure.ac
4139                 bump version number following
4140                 stable release
4141
4142 2007-03-06 [paul]       2.8.0cvs24
4143
4144         * po/cs.po
4145                 corrected by by Tim <timbrain@post.cz>
4146
4147 2007-03-05 [colin]      2.8.0cvs23
4148
4149         * src/Makefile.am
4150         * src/procmime.c
4151                 Fix mime/globs path on NetBSD
4152                 patch by George Michaelson
4153
4154 2007-03-05 [wwp]        2.8.0cvs22
4155
4156         * src/addr_compl.c
4157                 Remove debug statement (accidentally committed w/ cvs14).
4158
4159 2007-03-05 [paul]       2.8.0cvs21
4160
4161         * src/plugins/pgpcore/prefs_gpg.c
4162                 fix compiler warning
4163
4164 2007-03-05 [wwp]        2.8.0cvs20
4165
4166         * src/matcher_parser_parse.y
4167                 Fix mismerge between cvs17 and cvs19.
4168
4169 2007-03-05 [wwp]        2.8.0cvs19
4170
4171         * src/matcher_parser_parse.y
4172         * src/prefs_filtering_action.c
4173         * src/matcher.c
4174         * src/matcher.h
4175         * src/filtering.c
4176         * src/filtering.h
4177                 Add new 'add_to_addressbook' filtering/processing action.
4178
4179 2007-03-05 [wwp]        2.8.0cvs18
4180
4181         * src/filtering.c
4182                 Fix mark_as_ham filtering/processing action: spam flag
4183                 was not unset.
4184
4185 2007-03-04 [colin]      2.8.0cvs17
4186
4187         * src/filtering.c
4188         * src/matcher.c
4189         * src/matcher.h
4190         * src/matcher_parser_parse.y
4191         * src/prefs_filtering_action.c
4192                 Add 'Mark as spam' and 'Mark as ham' filtering
4193                 actions. Fixes bug 1138.
4194
4195 2007-03-04 [colin]      2.8.0cvs16
4196
4197         * src/imap.c
4198                 Fix bug 1140, wrong return value
4199                 without libetpan
4200
4201 2007-03-04 [wwp]        2.8.0cvs15
4202
4203         * src/addr_compl.c
4204                 Rollback cvs14: don't free stuff that is managed in g_list.
4205
4206 2007-03-04 [wwp]        2.8.0cvs14
4207
4208         * src/addr_compl.c
4209                 Fix a leak in address completion code.
4210
4211 2007-03-04 [colin]      2.8.0cvs13
4212
4213         * src/addr_compl.c
4214                 Maybe fix bug 1136, 'Crash in group 
4215                 address completion'
4216
4217 2007-03-04 [iwkse]      2.8.0cvs12
4218
4219         * src/imap.c
4220                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4221
4222 2007-03-03 [colin]      2.8.0cvs11
4223
4224         * src/plugins/pgpinline/pgpinline.c
4225                 Fix off-by-one, fix double-free. Fixes
4226                 bug 1135, 'cm-segfault on decrypting 
4227                 with PGP/inline'
4228
4229 2007-03-03 [colin]      2.8.0cvs10
4230
4231         * configure.ac
4232         * src/main.c
4233         * src/common/plugin.c
4234                 Fix bug 1134, 'Valgrind macros unhandled 
4235                 by Irix's cc'
4236
4237 2007-03-02 [colin]      2.8.0cvs9
4238
4239         * src/mbox.c
4240                 Don't error out on EAGAIN. Fixes 
4241                 bug 1129, '"local mbox file" account 
4242                 isn't retrieving mails'
4243
4244 2007-03-01 [wwp]        2.8.0cvs8
4245
4246         * src/mainwindow.c
4247         * src/gtk/colorlabel.c
4248                 Remove accels for extra color labels until we set better
4249                 and definitive ones.
4250
4251 2007-02-28 [wwp]        2.8.0cvs7
4252
4253         * src/mainwindow.c
4254         * src/matcher_parser_parse.y
4255         * src/prefs_common.c
4256         * src/prefs_msg_colors.c
4257         * src/procmsg.h
4258         * src/gtk/colorlabel.c
4259         * src/gtk/colorlabel.h
4260                 Add more customizable color labels. Cleaned up a bit
4261                 the color label API to avoid duplicate defines of
4262                 the max number of colors.
4263
4264 2007-02-27 [colin]      2.8.0cvs6
4265
4266         * src/mainwindow.c
4267         * src/common/utils.c
4268         * src/common/utils.h
4269                 Fix '+' in mailto URIs for List-* headers
4270
4271 2007-02-27 [colin]      2.8.0cvs5
4272
4273         * src/gtk/gtkutils.c
4274                 Use gtk_window_set_role instead of 
4275                 _set_wmclass
4276
4277 2007-02-27 [colin]      2.8.0cvs4
4278
4279         * src/inc.c
4280                 Fix "After receiving new mail, go to inbox" on IMAP,
4281                 and make it work only on manual reception
4282
4283 2007-02-27 [wwp]        2.8.0cvs3
4284
4285         * src/prefs_filtering.c
4286         * src/prefs_filtering_action.c
4287         * src/prefs_matcher.c
4288                 Update filtering matcher's and action's color label menus
4289                 when re-opening those dialogs (reflect any change to the
4290                 color labels list in the preferences).
4291
4292 2007-02-27 [colin]      2.8.0cvs2
4293
4294         * src/imap.c
4295         * src/etpan/etpan-thread-manager-types.h
4296         * src/etpan/etpan-thread-manager.c
4297         * src/etpan/imap-thread.c
4298                 Log imap ALERTs as errors in the log.
4299
4300 2007-02-26 [paul]       2.8.0cvs1
4301
4302         * tools/claws.i18n.status.pl
4303                 updated
4304
4305 2007-02-26 [paul]       2.7.2cvs75
4306
4307         * po/ca.po
4308         * po/cs.po
4309         * po/de.po
4310         * po/en_GB.po
4311         * po/fi.po
4312         * po/fr.po
4313         * po/hu.po
4314         * po/pl.po
4315         * po/pt_BR.po
4316         * po/sk.po
4317         * po/sr.po
4318         * po/zh_CN.po
4319                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4320                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4321                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4322                 Aleksandar Urosevic, and Ralgh Young
4323
4324 2007-02-25 [mones]      2.7.2cvs74
4325
4326         * po/es.po
4327                 Updated for release
4328
4329 2007-02-25 [colin]      2.7.2cvs73
4330
4331         * src/main.c
4332                 Clearing the list is only useful
4333                 to prevent a valgrind false-positive
4334
4335 2007-02-25 [paul]       2.7.2cvs72
4336
4337         * tools/Makefile.am
4338         * tools/README
4339         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4340         * tools/maildir2claws-mail.pl  **REMOVED**
4341                 renamed the script, fixed a couple bugs
4342
4343 2007-02-23 [colin]      2.7.2cvs71
4344
4345         * src/addressbook.c
4346                 Fix a leak, check for a few improbable nulls
4347
4348 2007-02-23 [colin]      2.7.2cvs70
4349
4350         * src/main.c
4351         * src/main.h
4352         * src/plugins/trayicon/trayicon.c
4353                 Fix blinking mainwin when starting in tray
4354                 (show mainwindow later in the startup process,
4355                  apart if restarting post-crash)
4356
4357 2007-02-23 [colin]      2.7.2cvs69
4358
4359         * src/folderview.c
4360         * src/imap_gtk.c
4361                 Fix crash when unsubscribing the currently
4362                 selected/opened folder
4363
4364 2007-02-23 [colin]      2.7.2cvs68
4365
4366         * src/compose.c
4367                 Fix bug that prevented colorization to
4368                 work without wrap quotation option
4369
4370 2007-02-23 [colin]      2.7.2cvs67
4371
4372         * src/addr_compl.c
4373                 Fix refcounting, start and end completion who
4374                 behaved as if there couldn't be any other current
4375                 user of completion
4376
4377 2007-02-23 [wwp]        2.7.2cvs66
4378
4379         * src/addressbook.c
4380         * src/addrindex.c
4381                 Address completion fixes: fix addressbook_peek_folder_exists() in
4382                 which the algorithm was ridiculously over-obfuscated and broken.
4383                 Fix addrindex_load_completion() as well, to load addresses in
4384                 completion list with regards to what addressbook_peek_folder_exists()
4385                 returns now.
4386
4387 2007-02-23 [wwp]        2.7.2cvs65
4388
4389         * src/addr_compl.c
4390                 Add addresses to completion when they're non-empty (thanks to Colin).
4391
4392 2007-02-23 [paul]       2.7.2cvs64
4393
4394         * src/plugins/pgpcore/passphrase.c
4395                 remove 'const '
4396
4397 2007-02-23 [colin]      2.7.2cvs63
4398
4399         * src/plugins/pgpcore/prefs_gpg.c
4400         * src/plugins/pgpcore/prefs_gpg.h
4401         * src/plugins/pgpcore/sgpgme.c
4402         * src/plugins/pgpinline/pgpinline.c
4403         * src/plugins/pgpmime/pgpmime.c
4404                 Try harder to respect user's choice wrt
4405                 gpg-agent even with gpg2, by unsetting
4406                 GPG_AGENT_INFO when necessary.
4407
4408 2007-02-22 [paul]       2.7.2cvs62
4409
4410         * src/plugins/pgpcore/sgpgme.c
4411         * src/plugins/pgpcore/sgpgme.h
4412         * src/plugins/pgpcore/passphrase.c
4413         * src/plugins/pgpinline/pgpinline.c
4414         * src/plugins/pgpmime/pgpmime.c
4415                 Fix a leak - gpgme_data_release_and_get_mem
4416                 leaks in recent gpgme. Workaround by using
4417                 our own function.
4418
4419 2007-02-22 [paul]       2.7.2cvs61
4420
4421         * src/gtk/quicksearch.c
4422                 Abandon dynamic search when pressing
4423                 Enter
4424
4425 2007-02-21 [colin]      2.7.2cvs60
4426
4427         * src/procmsg.c
4428         * src/plugins/pgpcore/passphrase.c
4429                 Fix little memory leaks
4430         * src/main.c
4431                 Fix false-positive leak at exit
4432         * src/gtk/quicksearch.c
4433                 Fix potentially big leak in recursive
4434                 Quicksearch
4435
4436 2007-02-21 [wwp]        2.7.2cvs59
4437
4438         * src/summaryview.c
4439                 Add missing newline to a debug message.
4440
4441 2007-02-20 [colin]      2.7.2cvs58
4442
4443         * src/Makefile.am
4444         * src/mimeview.c
4445         * src/stock_pixmap.c
4446         * src/stock_pixmap.h
4447         * src/pixmaps/mime_pgpsig.xpm
4448                 Add icon for application/pgp-signature
4449
4450 2007-02-20 [colin]      2.7.2cvs57
4451
4452         * src/Makefile.am
4453         * src/main.c
4454         * src/mimeview.c
4455         * src/stock_pixmap.c
4456         * src/stock_pixmap.h
4457         * src/pixmaps/mime_calendar.xpm
4458         * src/pixmaps/mime_pdf.xpm
4459         * src/pixmaps/mime_ps.xpm
4460                 Add icons for text/calendar, application/pdf
4461                 and application/postscript
4462
4463 2007-02-20 [colin]      2.7.2cvs56
4464
4465         * autogen.sh
4466         * src/matcher_parser_parse.y
4467         * src/matcher_parser_lex.l
4468                 Fix big memory leak in flex, and
4469                 require flex 2.5.31
4470
4471 2007-02-20 [wwp]        2.7.2cvs55
4472
4473         * src/matcher_parser_parse.y
4474                 Fix a duplicate token definition (thanks to iwkse).
4475
4476 2007-02-20 [wwp]        2.7.2cvs54
4477
4478         * src/matcher_parser_lex.l
4479         * src/quote_fmt_lex.l
4480                 Use proper flex options instead of direct use of #define,
4481                 make the flex-generated C lighter.
4482
4483 2007-02-20 [colin]      2.7.2cvs53
4484
4485         * src/summaryview.c
4486                 Grab focus in message list after hiding
4487                 the quicksearch, instead of leaving it
4488                 "somewhere"
4489
4490 2007-02-19 [colin]      2.7.2cvs52
4491
4492         * src/folderview.c
4493                 Fix bug 1033, 'Automatically refresh 
4494                 message list when new messages arrives'
4495                 Looks like folderview->opened can sometimes
4496                 be wrong...
4497
4498 2007-02-19 [paul]       2.7.2cvs51
4499
4500         * tools/Makefile.am
4501         * tools/README
4502         * tools/thunderbird-filters-convertor.pl
4503                 add new script which converts thunderbird filter
4504                 rules to Claws filter rules
4505
4506 2007-02-18 [paul]       2.7.2cvs50
4507
4508         * src/plugins/pgpcore/prefs_gpg.c
4509         * src/plugins/pgpcore/prefs_gpg.h
4510         * src/plugins/pgpcore/sgpgme.c
4511         * src/plugins/pgpinline/pgpinline.c
4512         * src/plugins/pgpmime/pgpmime.c
4513                 improved GUI interoperability with gpg-agent
4514
4515 2007-02-18 [paul]       2.7.2cvs49
4516
4517         * src/prefs_account.c
4518                 Privacy options sensitivity fix
4519
4520 2007-02-17 [colin]      2.7.2cvs48
4521
4522         * src/messageview.c
4523                 Reset icon to warning in the noticeview
4524
4525 2007-02-15 [colin]      2.7.2cvs47
4526
4527         * src/folderview.c
4528                 Fix a manifestation of bug 1033 (summaryview failing
4529                 to update for new mails), which happens after editing
4530                 account preferences or preferences that cause a 
4531                 folderview reload.
4532
4533 2007-02-15 [colin]      2.7.2cvs46
4534
4535         * src/addressbook.c
4536                 Probably fix bug 1123, 'Segmentation 
4537                 fault while opening address book'. I get
4538                 g_warnings if the saved paned position is
4539                 not greater than 0. Also, save position
4540                 when hiding the addressbook instead of
4541                 via signal.
4542
4543 2007-02-14 [colin]      2.7.2cvs45
4544
4545         * src/plugins/pgpcore/prefs_gpg.c
4546         * src/plugins/pgpcore/prefs_gpg.h
4547         * src/plugins/pgpcore/sgpgme.c
4548         * src/plugins/pgpinline/pgpinline.c
4549         * src/plugins/pgpmime/pgpmime.c
4550                 Add an option "Use gpg-agent if available". Fixes
4551                 annoyances with distro-installed gpg-agent, when
4552                 no pinentry program is installed, and the user's 
4553                 at a loss on why "decryption failed". Makes more
4554                 clear why passphrase isn't saved when gpg-agent is
4555                 used. Defaults to true, to avoid changing the 
4556                 current behaviour.
4557
4558 2007-02-14 [wwp]        2.7.2cvs44
4559
4560         * src/matcher_parser_parse.y
4561                 Fix missing line number reset (wrong line number might appear
4562                 when re-loading filtering rules if there's a parser error).
4563
4564 2007-02-13 [colin]      2.7.2cvs43
4565
4566         * src/common/utils.c
4567                 Don't encode ',' in URIs before passing it
4568                 to the browser command-line. It was probably
4569                 done at a time where commas in URIs made
4570                 mozilla -remote 'openurl(%s,new-window)'
4571                 bug.
4572
4573 2007-02-13 [wwp]        2.7.2cvs42
4574
4575         * src/prefs_matcher.c
4576         * src/plugins/bogofilter/bogofilter_gtk.c
4577                 A bit of string factorization around "Select ..." buttons.
4578
4579 2007-02-11 [colin]      2.7.2cvs41
4580
4581         * src/alertpanel.c
4582                 Make sure to escape the title
4583
4584 2007-02-11 [colin]      2.7.2cvs40
4585
4586         * src/codeconv.c
4587                 Recognize .utf8 locales as .UTF-8 ones
4588
4589 2007-02-11 [colin]      2.7.2cvs39
4590
4591         * src/compose.c
4592                 Fix code conversion when dragging a file
4593
4594 2007-02-09 [colin]      2.7.2cvs38
4595
4596         * src/plugins/clamav/clamav_plugin.c
4597                 Complete Paul's patch with conditional
4598                 compilation to avoid breaking compilation
4599                 on old Dapper and Edgy... Maybe other
4600                 distros too.
4601
4602 2007-02-09 [paul]       2.7.2cvs37
4603
4604         * src/plugins/clamav/clamav_plugin.c
4605                 fix for the upstream changes in libclamav
4606
4607 2007-02-09 [paul]       2.7.2cvs36
4608
4609         * src/main.c
4610         * src/mainwindow.c
4611         * src/procmsg.c
4612         * src/procmsg.h
4613                 fix "warn if there are queued messages" (on exit)
4614                 option, which only checked the first mailbox's
4615                 queue
4616                 don't ask before emptying trash if there are no
4617                 messages in trash, also check and empty all trash
4618                 folders
4619         * src/prefs_other.c
4620                 move "Ask before emptying trash" option
4621                 outside of the "On exit" frame as it's
4622                 not only an "On exit" option
4623
4624 2007-02-09 [paul]       2.7.2cvs35
4625
4626         * src/addrgather.c
4627         * src/alertpanel.c
4628         * src/editldap.c
4629         * src/prefs_account.c
4630         * src/prefs_folder_item.c
4631         * src/prefs_gtk.h
4632         * src/prefs_matcher.c
4633         * src/prefs_message.c
4634         * src/prefs_msg_colors.c
4635         * src/prefs_summaries.c
4636         * src/wizard.c
4637         * src/gtk/inputdialog.c
4638         * src/plugins/bogofilter/bogofilter_gtk.c
4639                 pedantic commit: use 'checkbtn' everywhere
4640                 instead of a mixture of 'checkbtn' and 'chkbtn'
4641
4642 2007-02-09 [paul]       2.7.2cvs34
4643
4644         * src/compose.c
4645                 fix default hotkeys
4646         * src/prefs_other.c
4647         * src/prefs_send.c
4648                 move "Never send Return Receipts" from
4649                 prefs_other to prefs_send
4650                 add an option "Ask about account specific
4651                 filtering rules..." to prefs_other
4652         * src/gtk/gtkutils.c
4653                 fix a compiler warning
4654
4655 2007-02-08 [colin]      2.7.2cvs33
4656
4657         * src/plugins/pgpinline/pgpinline.c
4658                 Fix bug 1110, 'pgpmime fails to process 
4659                 encapsulated openpgp mime (rfc 3156, 6.1 
4660                 -> rfc1847)'
4661                 It was due to an interaction between PGP/Mime
4662                 and PGP/Inline plugin. 
4663
4664 2007-02-08 [colin]      2.7.2cvs32
4665
4666         * src/inc.c
4667         * src/mbox.c
4668         * src/mbox.h
4669                 Fix bug 1117, 'fcntl locking code 
4670                 does not work in mbox.c'
4671
4672 2007-02-08 [colin]      2.7.2cvs31
4673
4674         * src/prefs_account.c
4675                 Fix Gentoo bug 165819, 'can't create 
4676                 a "local mbox file" account'. Patch
4677                 by Olivier <castan.o@free.fr>
4678
4679 2007-02-07 [colin]      2.7.2cvs30
4680
4681         * src/ldapquery.c
4682                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4683                 autocompletion was used'
4684
4685 2007-02-07 [paul]       2.7.2cvs29
4686
4687         * src/folder.c
4688                 cut down on unnecessary debug_prints
4689         * src/imap_gtk.c
4690                 fix menu_set_active() on 'Show only
4691                 subscribed folders'
4692
4693 2007-02-07 [paul]       2.7.2cvs28
4694
4695         * src/plugins/clamav/clamav_plugin.c
4696         * src/plugins/clamav/clamav_plugin.h
4697         * src/plugins/clamav/clamav_plugin_gtk.c
4698                 fix copyright header
4699
4700 2007-02-07 [paul]       2.7.2cvs27
4701
4702         * src/procheader.c
4703                 fix bug 1116, 'summary view allow a 
4704                 subject line break'
4705
4706 2007-02-06 [colin]      2.7.2cvs26
4707
4708         * src/summaryview.c
4709                 Fix delete thread
4710
4711 2007-02-05 [fabien]     2.7.2cvs25
4712
4713         * po/POTFILES.in
4714         * src/uri_opener.c
4715                 i18n related - 1 fix and 1 message for translators.
4716
4717 2007-02-05 [colin]      2.7.2cvs24
4718
4719         * src/gtk/quicksearch.c
4720                 Don't reload summary list if quicksearch wasn't
4721                 active on hiding; move currently selected mail in
4722                 the visible area when showing the quicksearch
4723
4724 2007-02-05 [colin]      2.7.2cvs23
4725
4726         * src/folderview.c
4727                 Add debug to try to solve bug 1104
4728
4729 2007-02-05 [paul]       2.7.2cvs22
4730
4731         * src/mainwindow.c
4732                 confirm before emptying trash on exit is
4733                 a Yes or No answer, use Yes or No in the
4734                 dialog
4735
4736 2007-02-04 [colin]      2.7.2cvs21
4737
4738         * src/compose.c
4739         * src/plugins/pgpcore/passphrase.c
4740         * src/plugins/pgpcore/select-keys.c
4741                 Set wmclass on new windows
4742
4743 2007-02-04 [colin]
4744
4745         2.8.0-rc1 released
4746
4747 2007-02-04 [colin]      2.7.2cvs20
4748
4749         * src/compose.c
4750         * src/compose.h
4751                 Auto save drafts on exit, reopen them
4752                 at startup, instead of asking
4753         * src/account.c
4754         * src/addressadd.c
4755         * src/addressbook.c
4756         * src/addressbook_foldersel.c
4757         * src/addrgather.c
4758         * src/crash.c
4759         * src/editaddress.c
4760         * src/editbook.c
4761         * src/editgroup.c
4762         * src/editjpilot.c
4763         * src/editldap.c
4764         * src/editldap_basedn.c
4765         * src/editvcard.c
4766         * src/exphtmldlg.c
4767         * src/expldifdlg.c
4768         * src/export.c
4769         * src/foldersel.c
4770         * src/gedit-print.c
4771         * src/import.c
4772         * src/importldif.c
4773         * src/importmutt.c
4774         * src/importpine.c
4775         * src/main.c
4776         * src/mainwindow.c
4777         * src/message_search.c
4778         * src/messageview.c
4779         * src/prefs_actions.c
4780         * src/prefs_customheader.c
4781         * src/prefs_display_header.c
4782         * src/prefs_filtering.c
4783         * src/prefs_filtering_action.c
4784         * src/prefs_folder_column.c
4785         * src/prefs_gtk.c
4786         * src/prefs_matcher.c
4787         * src/prefs_other.c
4788         * src/prefs_summaries.c
4789         * src/prefs_summary_column.c
4790         * src/prefs_template.c
4791         * src/sourcewindow.c
4792         * src/ssl_manager.c
4793         * src/summary_search.c
4794         * src/uri_opener.c
4795         * src/gtk/about.c
4796         * src/gtk/description_window.c
4797         * src/gtk/foldersort.c
4798         * src/gtk/gtkutils.c
4799         * src/gtk/gtkutils.h
4800         * src/gtk/icon_legend.c
4801         * src/gtk/logwindow.c
4802         * src/gtk/pluginwindow.c
4803         * src/gtk/prefswindow.c
4804                 Give different wmclass to different
4805                 windows - thanks to sed ;)
4806
4807 2007-02-04 [colin]      2.7.2cvs19
4808
4809         * src/main.c
4810                 Revert previous patch, can't reproduce
4811                 it anymore. 
4812
4813 2007-02-03 [colin]      2.7.2cvs18
4814
4815         * src/main.c
4816                 Don't save the mainwindow size and
4817                 position on emergency exit (libSM's
4818                 "die" callback), Xfce seems to make
4819                 the window smaller just before the
4820                 size's saved.
4821
4822 2007-02-03 [colin]      2.7.2cvs17
4823
4824         * src/plugins/bogofilter/bogofilter.c
4825         * src/plugins/bogofilter/bogofilter.h
4826         * src/plugins/bogofilter/bogofilter_gtk.c
4827         * src/plugins/pgpinline/pgpinline.c
4828         * src/plugins/pgpinline/pgpinline.h
4829                 Fix more copyrights
4830
4831 2007-02-03 [colin]      2.7.2cvs16
4832
4833         * src/partial_download.c
4834         * src/partial_download.h
4835         * src/ssl_manager.c
4836         * src/ssl_manager.h
4837         * src/uri_opener.c
4838         * src/uri_opener.h
4839         * src/wizard.c
4840         * src/wizard.h
4841         * src/common/ssl_certificate.c
4842         * src/common/ssl_certificate.h
4843         * src/gtk/quicksearch.c
4844         * src/gtk/quicksearch.h
4845         * src/gtk/sslcertwindow.c
4846         * src/gtk/sslcertwindow.h
4847                 Fix copyright on my files
4848
4849 2007-02-02 [colin]      2.7.2cvs15
4850
4851         * src/Makefile.am
4852         * src/mainwindow.c
4853         * src/messageview.c
4854         * src/messageview.h
4855         * src/textview.c
4856         * src/textview.h
4857         * src/uri_opener.c
4858         * src/uri_opener.h
4859                 Add Tools/List URIs to allow
4860                 opening any URI in the current mail
4861
4862 2007-02-02 [colin]      2.7.2cvs14
4863
4864         * src/common/valgrind.h ** NEW FILE **
4865         * src/common/Makefile.am
4866         * src/common/plugin.c
4867                 Don't dlclose the plugins if we're running
4868                 under valgrind. (doesn't require valgrind
4869                 either at compile time or run time).
4870
4871 2007-02-01 [paul]       2.7.2cvs13
4872
4873         * AUTHORS
4874         * src/gtk/authors.h
4875         * tools/freshmeat_search.pl
4876         * tools/google_search.pl
4877         * tools/multiwebsearch.pl
4878                 add support for non ISO-8859-1 compatible locales
4879                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4880
4881 2007-02-01 [colin]      2.7.2cvs12
4882
4883         * src/prefs_other.c
4884         * src/prefs_summaries.c
4885                 Move keybinding prefs to the Other page
4886
4887 2007-02-01 [wwp]        2.7.2cvs11
4888
4889         * src/plugins/trayicon/trayicon.c
4890                 Fix a raising issue within KDE.
4891
4892 2007-02-01 [colin]      2.7.2cvs10
4893
4894         * src/codeconv.c
4895                 Fix stray quotes in encoded strings
4896         * src/addressadd.c
4897                 Fix wrong call causing g_warnings
4898         * src/textview.c
4899                 Remove useless message
4900
4901 2007-01-31 [wwp]        2.7.2cvs9
4902
4903         * src/plugins/trayicon/trayicon.c
4904                 fix buggy hiding of main window when closing if close-to-tray
4905                 is not set (bad logics  in the trayicon hook code).
4906                 Changed the quit confirmation message too.
4907
4908 2007-01-30 [colin]      2.7.2cvs8
4909
4910         * src/main.c
4911                 Fix hidden mainwindow after clicking on
4912                 the X close button, if compose windows
4913                 exist and the user chooses not to quit
4914
4915 2007-01-30 [colin]      2.7.2cvs7
4916
4917         * src/main.c
4918         * src/compose.c
4919                 Handle local URIs to attach files (file:///...)
4920                 Fixes attaching files from Thunar for example
4921
4922 2007-01-30 [colin]      2.7.2cvs6
4923
4924         * src/prefs_ext_prog.c
4925                 Add 'mousepad' to the list of text editors.
4926                 Mousepad is XFCE's text editor
4927
4928 2007-01-29 [wwp]        2.7.2cvs5
4929
4930         * po/POTFILES.in
4931         * src/plugins/trayicon/trayicon_prefs.c
4932                 trayicon i18n fixes, thanks to Fabien.
4933
4934 2007-01-28 [wwp]        2.7.2cvs4
4935
4936         * src/mainwindow.c
4937         * src/mainwindow.h
4938         * src/plugins/trayicon/trayicon.c
4939         * src/plugins/trayicon/trayicon_prefs.c
4940         * src/plugins/trayicon/trayicon_prefs.h
4941                 Added a new TrayIcon plugin option to close to tray
4942                 (WM's hotkey and [X] button will hide the window instead
4943                 of closing it - closing CM can be done using the tray icon
4944                 menu or the File menu).
4945                 Improved visibility handling in trayicon, clicking the
4946                 trayicon now raise the window to current desktop when it
4947                 was either minimized/shaded/on another desktop.
4948                 Thanks to Paul for testing and fixing a strange behaviour
4949                 in KDE ;-).
4950
4951 2007-01-27 [paul]       2.7.2cvs3
4952
4953         * src/prefs_folder_item.c
4954         * src/prefs_receive.c
4955         * src/plugins/pgpcore/prefs_gpg.c
4956                 use 'start-up' instead of 'startup' in labels
4957
4958 2007-01-26 [wwp]        2.7.2cvs2
4959
4960         * src/plugins/trayicon/Makefile.am
4961         * src/plugins/trayicon/trayicon.c
4962         * src/plugins/trayicon/trayicon_prefs.c
4963         * src/plugins/trayicon/trayicon_prefs.h
4964                 Add a new TrayIcon option to hide the main window at
4965                 start-up.
4966                 Fix trayicon.c copyright header.
4967
4968 2007-01-26 [paul]       2.7.2cvs1
4969
4970         * NEWS
4971         * README
4972         * RELEASE_NOTES
4973         * configure.ac
4974                 bump up version number following
4975                 stable release
4976
4977 2007-01-25 [mones]      2.7.1cvs60
4978
4979         * po/es.po
4980                 updated thousands of strings (well, probably less ;-)
4981
4982 2007-01-25 [colin]      2.7.1cvs59
4983
4984         * src/matcher.c
4985                 Fix 2nd-run loss of matcherrc on new
4986                 configurations. 
4987
4988 2007-01-25 [wwp]        2.7.1cvs58
4989
4990         * src/mimeview.c
4991                 fix handling of empty value in attach_save_directory too, thanks
4992                 to Colin.
4993
4994 2007-01-25 [wwp]        2.7.1cvs57
4995
4996         * src/gtk/filesel.c
4997                 fix handling of empty value in attach_load_directory,
4998                 thanks to Colin.
4999
5000 2007-01-25 [wwp]        2.7.1cvs56
5001
5002         * src/plugins/dillo_viewer/dillo_prefs.h
5003                 fix a typo.
5004
5005 2007-01-25 [colin]      2.7.1cvs55
5006
5007         * src/matcher.c
5008         * src/matcher.h
5009         * src/matcher_parser_parse.y
5010         * src/prefs_matcher.c
5011                 Add matching on the spam flag
5012
5013 2007-01-24 [colin]      2.7.1cvs54
5014
5015         * src/folder.c
5016         * src/common/xml.c
5017         * src/common/xml.h
5018                 Make sure folderlist.xml is correctly
5019                 written before overwriting it.
5020         * src/procmsg.c
5021         * src/procmsg.h
5022         * src/summaryview.c
5023         * src/plugins/bogofilter/bogofilter.c
5024         * src/plugins/bogofilter/bogofilter.h
5025         * src/plugins/bogofilter/bogofilter_gtk.c
5026         * src/plugins/spamassassin/spamassassin.c
5027         * src/plugins/spamassassin/spamassassin.h
5028         * src/plugins/spamassassin/spamassassin_gtk.c
5029                 Move spam to the correct trash folder after
5030                 learning, if spam directory isn't set.
5031
5032 2007-01-23 [paul]       2.7.1cvs53
5033
5034         * src/plugins/bogofilter/bogofilter_gtk.c
5035                 fix sensitivity of "Insert X-Bogosity header"
5036                 option
5037
5038 2007-01-23 [colin]      2.7.1cvs52
5039
5040         * src/toolbar.c
5041                 Translate toolbar items text if
5042                 they're translatable (default)
5043         * src/addrcache.c
5044         * src/addrcache.h
5045         * src/addritem.c
5046         * src/addritem.h
5047         * src/codeconv.c
5048         * src/codeconv.h
5049         * src/jpilot.c
5050         * src/jpilot.h
5051         * src/ldapctrl.c
5052         * src/ldapctrl.h
5053         * src/ldapquery.h
5054         * src/ldif.c
5055         * src/ldif.h
5056         * src/etpan/etpan-thread-manager.c
5057         * src/etpan/etpan-thread-manager.h
5058         * src/gtk/gtkutils.c
5059         * src/gtk/gtkutils.h
5060                 More static functions
5061
5062 2007-01-22 [fabien]     2.7.1cvs51
5063
5064         * src/gtk/gtkutils.c
5065                 gtkut_get_options_frame() : ability to pass
5066                 a 'NULL' value in frame pointer parameter if
5067                 we don't need it.
5068
5069 2007-01-22 [colin]      2.7.1cvs50
5070
5071         * src/procmsg.c
5072         * src/procmsg.h
5073         * src/plugins/bogofilter/bogofilter.c
5074         * src/plugins/bogofilter/bogofilter_gtk.c
5075         * src/plugins/spamassassin/spamassassin.c
5076         * src/plugins/spamassassin/spamassassin_gtk.c
5077                 Allow moving spams to the account's trash
5078                 instead of default one
5079
5080 2007-01-21 [colin]      2.7.1cvs49
5081
5082         * src/ldapquery.c
5083         * src/ldapquery.h
5084                 Revert a static function that shouldn't
5085                 have been
5086
5087 2007-01-21 [colin]      2.7.1cvs48
5088
5089         * src/ldapquery.c
5090         * src/ldapquery.h
5091                 Same
5092
5093 2007-01-21 [colin]      2.7.1cvs47
5094
5095         * src/procmsg.c
5096         * src/procmsg.h
5097                 Same
5098
5099 2007-01-21 [colin]      2.7.1cvs46
5100
5101         * src/common/socket.c
5102         * src/common/socket.h
5103                 Same
5104
5105 2007-01-21 [colin]      2.7.1cvs45
5106
5107         * src/crash.c
5108         * src/exporthtml.c
5109         * src/exporthtml.h
5110         * src/exportldif.c
5111         * src/exportldif.h
5112         * src/folder.c
5113         * src/folder.h
5114         * src/folder_item_prefs.c
5115         * src/folder_item_prefs.h
5116         * src/folderview.c
5117         * src/folderview.h
5118         * src/gedit-print.c
5119         * src/gedit-print.h
5120         * src/main.c
5121         * src/main.h
5122         * src/common/socket.c
5123         * src/common/socket.h
5124         * src/gtk/gtkaspell.c
5125         * src/gtk/gtkaspell.h
5126         * src/gtk/quicksearch.c
5127         * src/gtk/quicksearch.h
5128                 Same
5129
5130 2007-01-21 [colin]      2.7.1cvs44
5131
5132         * src/common/utils.c
5133         * src/common/utils.h
5134         * src/etpan/etpan-thread-manager.c
5135         * src/etpan/etpan-thread-manager.h
5136                 Same (Funny that etpan_thread_unbind
5137                 is called but not etpan_thread_bind)
5138
5139 2007-01-21 [colin]      2.7.1cvs43
5140
5141         * src/addrselect.c
5142         * src/addrselect.h
5143         * src/codeconv.c
5144         * src/codeconv.h
5145         * src/compose.c
5146         * src/compose.h
5147         * src/etpan/Makefile.am
5148         * src/gtk/colorlabel.c
5149         * src/gtk/colorlabel.h
5150         * src/gtk/sslcertwindow.c
5151         * src/gtk/sslcertwindow.h
5152         * src/etpan/etpan-log.c ** REMOVED **
5153         * src/etpan/etpan-log.h ** REMOVED **
5154                 Same
5155
5156 2007-01-20 [colin]      2.7.1cvs42
5157
5158         * src/addritem.c
5159         * src/addritem.h
5160                 Same
5161
5162 2007-01-20 [colin]      2.7.1cvs41
5163
5164         * src/account.c
5165         * src/account.h
5166         * src/addrbook.c
5167         * src/addrbook.h
5168         * src/addrcache.c
5169         * src/addrcache.h
5170         * src/addrclip.c
5171         * src/addrclip.h
5172         * src/addressbook.c
5173         * src/addressbook.h
5174         * src/addrharvest.c
5175         * src/addrharvest.h
5176         * src/addrindex.c
5177         * src/addrindex.h
5178         * src/editaddress.c
5179         * src/editaddress.h
5180                 Make functions that aren't used in other
5181                 files static
5182
5183 2007-01-20 [colin]      2.7.1cvs40
5184
5185         * src/account.c
5186         * src/addrbook.c
5187         * src/addrcache.c
5188         * src/addressbook.c
5189         * src/addrgather.c
5190         * src/addrindex.c
5191         * src/addrquery.c
5192         * src/addrselect.c
5193         * src/browseldap.c
5194         * src/compose.c
5195         * src/editbook.c
5196         * src/editjpilot.c
5197         * src/editldap.c
5198         * src/editldap_basedn.c
5199         * src/editvcard.c
5200         * src/exporthtml.c
5201         * src/exportldif.c
5202         * src/folder.c
5203         * src/folderview.c
5204         * src/image_viewer.c
5205         * src/imap.c
5206         * src/importmutt.c
5207         * src/importpine.c
5208         * src/jpilot.c
5209         * src/ldapquery.c
5210         * src/main.c
5211         * src/mainwindow.c
5212         * src/matcher.c
5213         * src/messageview.c
5214         * src/mh.c
5215         * src/mimeview.c
5216         * src/msgcache.c
5217         * src/mutt.c
5218         * src/news.c
5219         * src/pine.c
5220         * src/prefs_account.c
5221         * src/prefs_common.c
5222         * src/prefs_compose_writing.c
5223         * src/prefs_ext_prog.c
5224         * src/prefs_folder_item.c
5225         * src/prefs_fonts.c
5226         * src/prefs_message.c
5227         * src/prefs_msg_colors.c
5228         * src/prefs_other.c
5229         * src/prefs_quote.c
5230         * src/prefs_receive.c
5231         * src/prefs_send.c
5232         * src/prefs_spelling.c
5233         * src/prefs_summaries.c
5234         * src/prefs_toolbar.c
5235         * src/prefs_wrapping.c
5236         * src/privacy.c
5237         * src/procmime.c
5238         * src/procmsg.c
5239         * src/ssl_manager.c
5240         * src/statusbar.c
5241         * src/summaryview.c
5242         * src/toolbar.c
5243         * src/vcard.c
5244         * src/common/hooks.c
5245         * src/common/log.c
5246         * src/common/passcrypt.c
5247         * src/common/socket.c
5248         * src/common/ssl.c
5249         * src/common/ssl_certificate.c
5250         * src/common/template.c
5251         * src/common/utils.c
5252         * src/etpan/imap-thread.c
5253         * src/gtk/sslcertwindow.c
5254         * src/gtk/sslcertwindow.h
5255                 Make functions that could be static, static
5256
5257 2007-01-20 [colin]      2.7.1cvs39
5258
5259         * src/editldap.c
5260                 Fix tooltip
5261
5262 2007-01-20 [colin]      2.7.1cvs38
5263
5264         * src/ldapquery.c
5265         * src/ldaputil.c
5266         * src/ldaputil.h
5267                 Fix bug 1102, 'claws-mail-2.7.1 
5268                 makes use of deprecated ldap 
5269                 functions'
5270
5271 2007-01-20 [colin]      2.7.1cvs37
5272
5273         * src/mainwindow.c
5274         * src/mainwindow.h
5275         * src/summaryview.c
5276         * src/gtk/quicksearch.c
5277                 Add Wide message list layout
5278
5279 2007-01-19 [fabien]     2.7.1cvs36
5280
5281         * src/textview.c
5282                 make sure a font change is considered in links of
5283                 headerview.
5284
5285 2007-01-19 [colin]      2.7.1cvs35
5286
5287         * src/main.c
5288         * src/mainwindow.c
5289         * src/mainwindow.h
5290         * src/messageview.c
5291         * src/messageview.h
5292         * src/prefs_common.c
5293         * src/prefs_common.h
5294         * src/summaryview.c
5295         * src/summaryview.h
5296         * src/gtk/quicksearch.c
5297         * src/gtk/quicksearch.h
5298                 Drop 'Separate Folder tree' and 'Separate
5299                 Message View'. Put three layouts in place
5300                 of it.
5301
5302 2007-01-19 [paul]       2.7.1cvs34
5303
5304         * src/prefs_msg_colors.c
5305                 more use of Q_ for translators
5306
5307 2007-01-19 [paul]       2.7.1cvs33
5308
5309         * src/imap_gtk.c
5310         * src/prefs_account.c
5311                 a few changes to the English
5312
5313 2007-01-19 [fabien]     2.7.1cvs32
5314
5315         * src/wizard.c
5316                 factorize translatable string
5317
5318 2007-01-18 [colin]      2.7.1cvs31
5319
5320         * src/main.c
5321                 Don't error out on --sync option. Although
5322                 we don't do anything with it, gtk+ handles
5323                 it, and it's useful for debugging X errors
5324
5325 2007-01-18 [fabien]     2.7.1cvs30
5326
5327         * src/prefs_other.c
5328                 ability to apply on the fly the recent added
5329                 'gtk_can_change_accels' pref (no need to restart).
5330
5331 2007-01-18 [fabien]     2.7.1cvs29
5332
5333         * src/plugins/bogofilter/bogofilter_gtk.c
5334         * src/plugins/bogofilter/bogofilter.c
5335         * src/plugins/spamassassin/spamassassin_gtk.c
5336         * src/addr_compl.c
5337         * src/prefs_account.c
5338                 factorize or rewrite some translatable strings.
5339
5340 2007-01-18 [fabien]     2.7.1cvs28
5341
5342         * src/prefs_gtk.h
5343         * src/compose.c
5344                 set a 4pix space between "Subject:" label and subject entry in
5345                 compose window.
5346
5347 2007-01-18 [wwp]        2.7.1cvs27
5348
5349         * src/addressbook.c
5350                 fix conflicting address-copy/paste when focus is set
5351                 to the embedded edit-person form.
5352  
5353
5354 2007-01-18 [wwp]        2.7.1cvs26
5355
5356         * src/addressbook.h
5357                 complete 2.7.1cvs23 (one more file was missing from that
5358                 commit).
5359
5360 2007-01-18 [colin]      2.7.1cvs25
5361
5362         * src/main.c
5363                 Provide a way to migrate without backup
5364                 Re-ask for migration on next start if 
5365                 it has been refused and wizard has been 
5366                 cancelled after.
5367
5368 2007-01-18 [wwp]        2.7.1cvs24
5369
5370         * src/editaddress.c
5371                 complete 2.7.1.cvs23 (file was missing from previous
5372                 commit).
5373
5374 2007-01-18 [wwp]        2.7.1cvs23
5375
5376         * src/addressbook.c
5377                 fix potential crashes in address book's focus_in/out signal handlers,
5378                 force focus to the edit-person form when clicked the Edit menu entry or
5379                 button (this only matters if the edit-person form is embedded to the
5380                 AB window, in that case, focus is not set when browsing the contacts
5381                 list w/ keys or mouse clicks).
5382
5383 2007-01-18 [paul]       2.7.1cvs22
5384
5385         * src/main.c
5386                 add command line options:
5387                 -h for --help
5388                 -q and --quit for --exit
5389                 -v for --version
5390                 print "Unknown option" for unknown options
5391
5392 2007-01-18 [paul]       2.7.1cvs21
5393
5394         * po/ru.po
5395                 updated by Pavlo Bohmat
5396
5397 2007-01-18 [paul]       2.7.1cvs20
5398
5399         * src/mainwindow.c
5400                 fix sensitivity issues of Mark as Spam/Ham
5401
5402 2007-01-17 [fabien]     2.7.1cvs19
5403
5404         * src/prefs_other.c
5405         * src/prefs_common.c
5406         * src/prefs_common.h
5407         * src/main.c
5408                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5409                 control the corresponding gtk property. It could be used to lock
5410                 all shortcuts (avoid to set one of them by inadvertency).
5411
5412 2007-01-17 [colin]      2.7.1cvs18
5413
5414         * src/summaryview.c
5415                 Fix bug 1100, 'Highlighted e-mail data not visible 
5416                 when color label applied.'. Use a weighted average
5417                 between normal selected foreground color and color
5418                 label instead of a simple one (3/1 instead 1/1).
5419
5420 2007-01-17 [colin]      2.7.1cvs17
5421
5422         * src/messageview.c
5423                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5424                 crash' - don't prevent mail switching while loading
5425
5426 2007-01-17 [colin]      2.7.1cvs16
5427
5428         * src/folder.c
5429         * src/folder.h
5430         * src/folderview.c
5431         * src/folderview.h
5432         * src/imap.c
5433         * src/imap.h
5434         * src/imap_gtk.c
5435                 Manage recursive search of unsubscribed folders
5436                 Rescan tree without checking for new messages 
5437                 after subscriptions changed
5438
5439 2007-01-17 [paul]       2.7.1cvs15
5440
5441         * src/prefs_common.c
5442         * src/gtk/pluginwindow.c
5443                 fix bug 1101, '"Load plugin" button is
5444                 accidentally hidden'
5445                 unset (-1) initial width in prefs_common,
5446                 fix overlapping buttons,
5447                 and other cleanups
5448
5449 2007-01-17 [paul]       2.7.1cvs14
5450
5451         * src/procmime.c
5452                 add #include <errno.h>, it's needed
5453                 on some systems
5454
5455 2007-01-17 [paul]       2.7.1cvs13
5456
5457         * src/common/defs.h
5458         * tools/make.themes.project
5459                 rename .sylpheed_themeinfo to .claws_themeinfo
5460                 and use it
5461         * src/etpan/etpan-errors.h
5462         * src/etpan/etpan-log.c
5463         * src/etpan/etpan-log.h
5464         * src/etpan/etpan-thread-manager-types.h
5465         * src/etpan/etpan-thread-manager.c
5466         * src/etpan/etpan-thread-manager.h
5467         * src/etpan/imap-thread.c
5468         * src/etpan/imap-thread.h
5469                 add copyright header
5470
5471 2007-01-17 [colin]      2.7.1cvs12
5472
5473         * src/plugins/pgpcore/select-keys.c
5474         * src/gtk/pluginwindow.c
5475         * src/prefs_account.c
5476                 Fix warnings
5477
5478 2007-01-16 [colin]      2.7.1cvs11
5479
5480         * src/imap.c
5481         * src/imap.h
5482         * src/imap_gtk.c
5483                 Manage subscribing to subfolders when only
5484                 subscribed folders are shown.
5485
5486 2007-01-16 [colin]      2.7.1cvs10
5487
5488         * src/folderview.c
5489                 Fix annoying vscrollbar going back to top
5490                 on Check for new folders
5491
5492 2007-01-16 [colin]      2.7.1cvs9
5493
5494         * src/imap.c
5495                 Remove printf
5496
5497 2007-01-16 [colin]      2.7.1cvs8
5498
5499         * src/filtering.c
5500                 Bigger buffer for errors
5501         * src/imap.c
5502         * src/imap.h
5503         * src/imap_gtk.c
5504         * src/prefs_account.c
5505         * src/prefs_account.h
5506         * src/wizard.c
5507         * src/etpan/imap-thread.c
5508         * src/etpan/imap-thread.h
5509         * manual/handling.xml
5510                 Add subscriptions management. What it changes:
5511                 Creating a folder subscribes to it
5512                 Deleting a folder unsubscribes it
5513                 New contextual menu item allowing to switch between
5514                 All folders and Subscribed folders, subscribe, and
5515                 unsubscribe. "Creating" an existing but unsubscribed
5516                 folder will subscribe it.
5517                 By default for new accounts, only subscribed folders 
5518                 are shown.
5519
5520
5521 2007-01-16 [paul]       2.7.1cvs7
5522
5523         * src/summaryview.c
5524                 Allow folder classes to specify only sort_key or
5525                 sort_type instead of both or none.
5526
5527 2007-01-16 [paul]       2.7.1cvs6
5528
5529         * src/action.c
5530         * src/compose.c
5531         * src/mimeview.c
5532         * src/procmime.c
5533         * src/textview.c
5534                 Save and use errno for procmime_get_part
5535
5536 2007-01-16 [colin]      2.7.1cvs5
5537
5538         * src/imap.c
5539                 Never remove INBOX when scanning for
5540                 new folders. It's a special folder
5541                 that has to exist.
5542
5543 2007-01-15 [colin]      2.7.1cvs4
5544
5545         * src/imap.c
5546                 Fix 'Check for new folders' when IMAP subdirectory
5547                 is set
5548         * src/etpan/imap-thread.c
5549                 Fix build
5550
5551 2007-01-15 [colin]      2.7.1cvs3
5552
5553         * src/etpan/imap-thread.c
5554                 Fix invalid free on command-connection
5555                 error
5556
5557 2007-01-15 [wwp]        2.7.1cvs2
5558
5559         * src/matcher_parser_lex.l
5560         * src/quote_fmt_lex.l
5561         * src/matcher_parser_parse.y
5562                 fix copyright header in lexers and parsers.
5563
5564 2007-01-15 [paul]       2.7.1cvs1
5565
5566         * NEWS
5567         * README
5568         * RELEASE_NOTES
5569         * configure.ac
5570                 bump up version number following
5571                 stable release
5572
5573 2007-01-15 [paul]       2.7.0cvs31
5574
5575         * AUTHORS
5576         * src/gtk/authors.h
5577                 add Fabien to the Team list
5578                 add the recent contributors
5579                 make a few corrections
5580
5581 2007-01-15 [paul]       2.7.0cvs30
5582
5583         * src/mainwindow.c
5584                 fix compiler warning
5585         * src/plugins/pgpcore/prefs_gpg.c
5586         * src/plugins/pgpcore/prefs_gpg.h
5587                 add missing include
5588                 fix copyright header
5589
5590 2007-01-14 [colin]      2.7.0cvs29
5591
5592         * src/gtk/filesel.c
5593                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5594                 two benefits: faster to open, will fix strange
5595                 dbus-related crash. Thanks to Pascal Terjan.
5596
5597 2007-01-14 [colin]      2.7.0cvs28
5598
5599         * src/etpan/imap-thread.c
5600                 Delete the old imap just after allocating
5601                 the new one. Makes sure we don't get the
5602                 same pointer by sheer luck, which feels
5603                 strange in the debug log.
5604
5605 2007-01-14 [colin]      2.7.0cvs27
5606
5607         * src/gtk/inputdialog.c
5608                 Make sure we don't print passwords in
5609                 clear text when in debug mode
5610
5611 2007-01-14 [colin]      2.7.0cvs26
5612
5613         * src/gtk/gtksctree.c
5614                 Fix bug 1098, 'bogus last row display 
5615                 after expanding a thread'. Patch by
5616                 Jindrich Makovicka <makovick@gmail.com>
5617
5618 2007-01-14 [colin]      2.7.0cvs25
5619
5620         * src/etpan/imap-thread.c
5621                 Close socket manually before
5622                 freeing the imap struct
5623
5624 2007-01-14 [colin]      2.7.0cvs24
5625
5626         * src/etpan/imap-thread.c
5627                 Maybe fix new reconnection issues
5628
5629 2007-01-13 [colin]      2.7.0cvs23
5630
5631         * src/summaryview.c
5632                 Freeze/thaw on thread selection
5633
5634 2007-01-13 [paul]       2.7.0cvs22
5635
5636         * src/mainwindow.c
5637         * src/summaryview.c
5638         * src/summaryview.h
5639                 add 'Edit/Delete thread'
5640
5641 2007-01-13 [colin]      2.7.0cvs21
5642
5643         * src/prefs_account.c
5644         * src/prefs_compose_writing.c
5645         * src/prefs_message.c
5646         * src/prefs_msg_colors.c
5647         * src/prefs_other.c
5648         * src/prefs_receive.c
5649         * src/prefs_spelling.c
5650         * src/prefs_summaries.c
5651         * src/prefs_themes.c
5652         * src/gtk/gtkutils.c
5653         * src/gtk/gtkutils.h
5654         * src/plugins/pgpcore/prefs_gpg.c
5655         * src/plugins/spamassassin/spamassassin_gtk.c
5656                 Factorize gtk frame creation
5657                 Patch by Pawel
5658
5659 2007-01-13 [colin]      2.7.0cvs20
5660
5661         * src/message_search.c
5662         * src/summary_search.c
5663                 Fix Enter in search windows
5664         * src/messageview.c
5665                 Fix body search starting at the
5666                 end of the mail (and asking for loop)
5667
5668 2007-01-13 [colin]      2.7.0cvs19
5669
5670         * src/etpan/imap-thread.c
5671                 Make sure we don't free the same imap
5672                 twice
5673
5674 2007-01-13 [colin]      2.7.0cvs18
5675
5676         * commitHelper
5677                 Allow multiple commitHelpers to
5678                 run at once
5679
5680 2007-01-12 [colin]      2.7.0cvs17
5681
5682         * src/etpan/imap-thread.c
5683                 Make sure we get rid of the previous mailimap
5684                 when connecting - just in case disconnect was
5685                 unclean
5686
5687 2007-01-12 [paul]       2.7.0cvs16
5688
5689         * src/compose.c
5690                 Strip S/MIME signatures when re-editing
5691                 S/MIME signed messages.
5692
5693 2007-01-12 [paul]       2.7.0cvs15
5694
5695         * configure.ac
5696         * src/addressbook.c
5697         * src/foldersel.c
5698         * src/folderview.c
5699         * src/main.c
5700                 no need to define CLAWS anymore, remove
5701                 all that stuff
5702
5703 2007-01-12 [paul]       2.7.0cvs14
5704
5705         * src/mimeview.c
5706                 check if the mail's signed as
5707                 it can change the mail structure
5708                 Thanks to Colin
5709
5710 2007-01-12 [paul]       2.7.0cvs13
5711
5712         * src/procmime.c
5713                 fix Forwarding msgs with attachments
5714                 that have dos line endings
5715                 Thanks to Colin
5716
5717 2007-01-12 [wwp]        2.7.0cvs12
5718
5719         * configure.ac
5720                 Revert accidentally committed extra version tag.
5721
5722 2007-01-12 [wwp]        2.7.0cvs11
5723
5724         * src/prefs_account.c
5725                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5726
5727 2007-01-11 [colin]      2.7.0cvs10
5728
5729         * src/imap.c
5730                 move g_warning to debug_print
5731                 it scares people for no reason
5732
5733 2007-01-11 [colin]      2.7.0cvs9
5734
5735         * po/POTFILES.in
5736                 Fix files to translate. Patch by
5737                 Fabien
5738
5739 2007-01-11 [paul]       2.7.0cvs8
5740
5741         * src/imap.c
5742                 Fix recursion when server lists the
5743                 current subfolder in the response
5744         * src/mimeview.c
5745                 Fix updating of icon_list/ctree
5746         * src/plugins/pgpcore/select-keys.c
5747                 Fix a few annoyances when choosing
5748                 keys for the CMS (S/MIME) protocol
5749
5750 2007-01-11 [wwp]        2.7.0cvs7
5751
5752         * src/compose.c
5753         * src/prefs_account.c
5754         * src/prefs_account.h
5755                 Add per-account spellcheck default dictionaries settings.
5756
5757 2007-01-10 [colin]      2.7.0cvs6
5758
5759         * src/prefs_folder_item.c
5760                 Factorize strings - patch by Fabien
5761
5762 2007-01-10 [colin]      2.7.0cvs5
5763
5764         * src/mainwindow.c
5765                 Fix bug 1095, 'Crash while changing folder 
5766                 columns during incorporation'
5767
5768 2007-01-09 [colin]      2.7.0cvs4
5769
5770         * src/gtk/pluginwindow.c
5771                 Set the plugin window transient. Seems
5772                 like some window managers hide it in
5773                 the background after "load plugin"...
5774
5775 2007-01-09 [colin]      2.7.0cvs3
5776
5777         * src/gtk/filesel.c
5778                 Use the same type for alloc and free
5779
5780 2007-01-08 [paul]       2.7.0cvs2
5781
5782         * po/nl.po
5783                 updated by Tim Dijkstra
5784
5785 2007-01-08 [paul]       2.7.0cvs1
5786
5787         * src/prefs_themes.c
5788         * src/common/utils.c
5789                 Fix resource leaks
5790
5791 2007-01-08 [paul]       2.7.0
5792
5793         * NEWS
5794         * README
5795         * RELEASE_NOTES
5796                 2.7.0 released
5797
5798 2007-01-08 [paul]       2.6.1cvs119
5799
5800         * doc/man/claws-mail.1
5801                 another correction
5802
5803 2007-01-08 [paul]       2.6.1cvs118
5804
5805         * doc/man/claws-mail.1
5806                 corrections
5807         * manual/advanced.xml
5808                 improved English usage
5809
5810 2007-01-08 [paul]       2.6.1cvs117
5811
5812         * po/ca.po
5813         * po/de.po
5814         * po/en_GB.po
5815         * po/fi.po
5816         * po/it.po
5817         * po/pt_BR.po
5818         * po/sk.po
5819         * po/sr.po
5820         * po/zh_CN.po
5821                 updated by Miquel Oliete, Stephan Sachse, me,
5822                 Tommi Pirinen, Andrea Spadaccini, Frederico
5823                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5824                 Urosevic, and Ralgh Young
5825
5826 2007-01-07 [mones]      2.6.1cvs116
5827
5828         * manual/es/advanced.xml
5829         * po/es.po
5830                 Synced manual (unhide mark_as_read_delay)
5831                 and updated translation for release
5832
5833 2007-01-07 [paul]       2.6.1cvs115
5834
5835         * src/prefs_matcher.c
5836                 make the hbox content fit better under
5837                 various languages
5838
5839 2007-01-07 [colin]      2.6.1cvs114
5840
5841         * src/messageview.c
5842                 Fix bug 1088, 'Ctrl-h produces repeatable
5843                 crash'
5844
5845 2007-01-06 [colin]      2.6.1cvs113
5846
5847         * src/etpan/imap-thread.c
5848                 Add casts to int to get certs. Fixes
5849                 bug 1064, 'crash @ etpan_certificate_check() 
5850                 when opening an IMAP folder', with latest
5851                 libetpan CVS or >= 0.49
5852         * src/mainwindow.c
5853         * src/mainwindow.h
5854         * src/imap_gtk.c
5855         * src/news_gtk.c
5856         * src/prefs_folder_item.c
5857                 Grey out the "synchronise" menu items if
5858                 there's nothing to synchronise.
5859         * src/plugins/pgpcore/sgpgme.c
5860                 Make an error clearer than "Unknown error"
5861
5862 2007-01-06 [colin]      2.6.1cvs112
5863
5864         * src/messageview.c
5865                 Don't try to show a message if updating
5866                 Maybe fixes bug 1088, 'ctrl-h produces
5867                 repeatable crash'.
5868
5869 2007-01-06 [colin]      2.6.1cvs111
5870
5871         * src/summaryview.c
5872                 Disable Control-Space (handle it as Space).
5873
5874 2007-01-05 [paul]       2.6.1cvs110
5875
5876         * src/imap.c
5877                 Fix bug 934, 'sylpheed claws 2.1 
5878                 doesn't show Exchanges Public Folders'
5879                 Thanks to Hoa and Colin
5880         * src/msgcache.c
5881                 Refuse to allocate more than 2 MB for a 
5882                 single field, it's a good indication of
5883                 cache corruption.
5884
5885 2007-01-05 [colin]      2.6.1cvs109
5886
5887         * src/mainwindow.c
5888                 Allow --select'ing emails by Message-ID too
5889
5890 2007-01-05 [colin]      2.6.1cvs108
5891
5892         * src/common/quoted-printable.c
5893                 Uh! Third fix :)
5894
5895 2007-01-05 [colin]      2.6.1cvs107
5896
5897         * src/common/quoted-printable.c
5898                 Fix previous commit about bug 1089
5899                 Thanks to Ralf
5900
5901 2007-01-05 [colin]      2.6.1cvs106
5902
5903         * src/common/quoted-printable.c
5904                 Fix my previous commit on bug 1089
5905                 - Thanks to Ralf :)
5906
5907 2007-01-04 [colin]      2.6.1cvs105
5908
5909         * src/common/quoted-printable.c
5910                 Fix bug 1089, 'NUL characters in Subject 
5911                 line are misinterpreted'. Not a pain to
5912                 fix in fact.
5913
5914 2007-01-04 [colin]      
5915
5916         2.7.0-rc3 released
5917
5918 2007-01-04 [wwp]        2.6.1cvs104
5919
5920         * src/image_viewer.c
5921                 Force operator precedence (fix a compiler warning).
5922
5923 2007-01-04 [colin]      2.6.1cvs103
5924
5925         * src/image_viewer.c
5926                 Be cautious there too (same fix as the one
5927                 in textview from cvs33)
5928         * src/messageview.c
5929                 Don't use any MimeViewer plugin when showing
5930                 all headers
5931
5932 2007-01-03 [wwp]        2.6.1cvs102
5933
5934         * src/html.c
5935         * src/html.h
5936                 fixed "cent" sign (use the existing ASCII one),
5937                 decode more HTML entities,
5938                 converted table ASCII entries to UTF-8,
5939                 moved a switch() into a hashtable.
5940
5941 2007-01-03 [paul]       2.6.1cvs101
5942
5943         * src/compose.c
5944         * src/messageview.c
5945         * src/procmsg.c
5946         * src/procmsg.h
5947                 When possible, use move_msg instead of
5948                 copy_msg + remove_msg to move sent mail
5949                 from Queue to Sent. 
5950
5951 2007-01-03 [paul]       2.6.1cvs100
5952
5953         * src/html.c
5954                 add more html entity recognition:
5955                 pounds, euros, and cents
5956
5957 2007-01-03 [colin]      2.6.1cvs99
5958
5959         * src/imap_gtk.c
5960                 Don't display an error on NOSELECT
5961                 folders when synchronising
5962
5963 2007-01-03 [paul]       2.6.1cvs98
5964
5965         * tools/maildir2claws-mail.pl
5966                 only substitute 'sent-mail' if it's
5967                 the full directory name
5968
5969 2007-01-03 [paul]       2.6.1cvs97
5970
5971         * ChangeLog
5972         * ChangeLog.pre2.0.0
5973         * Makefile.am
5974                 archive a chunk of ChangeLog in
5975                 ChangeLog.pre2.0.0
5976         * ChangeLog.gtk1
5977         * doc/src/ChangeLog.claws-pre0.8.0
5978                 remove ChangeLog.claws-pre0.8.0, adding
5979                 its contents to ChangeLog.gtk1
5980
5981 2007-01-03 [paul]       2.6.1cvs96
5982
5983         * src/account.c
5984         * src/account.h
5985         * src/action.c
5986         * src/action.h
5987         * src/adbookbase.h
5988         * src/addr_compl.c
5989         * src/addr_compl.h
5990         * src/addrbook.c
5991         * src/addrcache.c
5992         * src/addrcache.h
5993         * src/addrcindex.c
5994         * src/addrcindex.h
5995         * src/addrclip.c
5996         * src/addrclip.h
5997         * src/addrdefs.h
5998         * src/addressadd.c
5999         * src/addressadd.h
6000         * src/addressbook.c
6001         * src/addressbook.h
6002         * src/addressbook_foldersel.c
6003         * src/addressbook_foldersel.h
6004         * src/addrgather.c
6005         * src/addrgather.h
6006         * src/addrharvest.c
6007         * src/addrharvest.h
6008         * src/addrindex.c
6009         * src/addrindex.h
6010         * src/addritem.c
6011         * src/addritem.h
6012         * src/addrquery.c
6013         * src/addrquery.h
6014         * src/addrselect.c
6015         * src/addrselect.h
6016         * src/alertpanel.c
6017         * src/alertpanel.h
6018         * src/browseldap.c
6019         * src/browseldap.h
6020         * src/codeconv.c
6021         * src/codeconv.h
6022         * src/compose.c
6023         * src/compose.h
6024         * src/customheader.c
6025         * src/customheader.h
6026         * src/displayheader.c
6027         * src/displayheader.h
6028         * src/editaddress.c
6029         * src/editaddress.h
6030         * src/editbook.c
6031         * src/editbook.h
6032         * src/editgroup.c
6033         * src/editgroup.h
6034         * src/editjpilot.c
6035         * src/editjpilot.h
6036         * src/editldap.c
6037         * src/editldap.h
6038         * src/editldap_basedn.c
6039         * src/editldap_basedn.h
6040         * src/editvcard.c
6041         * src/editvcard.h
6042         * src/exphtmldlg.c
6043         * src/exphtmldlg.h
6044         * src/expldifdlg.c
6045         * src/expldifdlg.h
6046         * src/export.c
6047         * src/export.h
6048         * src/exporthtml.c
6049         * src/exporthtml.h
6050         * src/exportldif.c
6051         * src/exportldif.h
6052         * src/filtering.c
6053         * src/filtering.h
6054         * src/folder.c
6055         * src/folder.h
6056         * src/folder_item_prefs.c
6057         * src/folder_item_prefs.h
6058         * src/foldersel.c
6059         * src/foldersel.h
6060         * src/folderutils.c
6061         * src/folderutils.h
6062         * src/folderview.c
6063         * src/folderview.h
6064         * src/grouplistdialog.c
6065         * src/grouplistdialog.h
6066         * src/headerview.c
6067         * src/html.c
6068         * src/html.h
6069         * src/image_viewer.c
6070         * src/image_viewer.h
6071         * src/imap.c
6072         * src/imap.h
6073         * src/imap_gtk.c
6074         * src/imap_gtk.h
6075         * src/import.c
6076         * src/import.h
6077         * src/importldif.c
6078         * src/importldif.h
6079         * src/importmutt.c
6080         * src/importmutt.h
6081         * src/importpine.c
6082         * src/importpine.h
6083         * src/inc.c
6084         * src/inc.h
6085         * src/jpilot.c
6086         * src/jpilot.h
6087         * src/ldapctrl.c
6088         * src/ldapctrl.h
6089         * src/ldaplocate.c
6090         * src/ldaplocate.h
6091         * src/ldapquery.c
6092         * src/ldapquery.h
6093         * src/ldapserver.c
6094         * src/ldapserver.h
6095         * src/ldaputil.c
6096         * src/ldaputil.h
6097         * src/ldif.c
6098         * src/ldif.h
6099         * src/main.c
6100         * src/main.h
6101         * src/mainwindow.c
6102         * src/mainwindow.h
6103         * src/manual.c
6104         * src/manual.h
6105         * src/mbox.c
6106         * src/message_search.c
6107         * src/message_search.h
6108         * src/messageview.c
6109         * src/messageview.h
6110         * src/mh.c
6111         * src/mh.h
6112         * src/mh_gtk.c
6113         * src/mh_gtk.h
6114         * src/mimeview.c
6115         * src/mimeview.h
6116         * src/msgcache.c
6117         * src/msgcache.h
6118         * src/mutt.c
6119         * src/mutt.h
6120         * src/news.c
6121         * src/news.h
6122         * src/news_gtk.c
6123         * src/news_gtk.h
6124         * src/partial_download.c
6125         * src/partial_download.h
6126         * src/pine.c
6127         * src/pine.h
6128         * src/pop.c
6129         * src/pop.h
6130         * src/prefs_account.c
6131         * src/prefs_account.h
6132         * src/prefs_actions.c
6133         * src/prefs_actions.h
6134         * src/prefs_common.c
6135         * src/prefs_common.h
6136         * src/prefs_compose_writing.c
6137         * src/prefs_compose_writing.h
6138         * src/prefs_customheader.c
6139         * src/prefs_customheader.h
6140         * src/prefs_display_header.c
6141         * src/prefs_display_header.h
6142         * src/prefs_filtering.c
6143         * src/prefs_filtering.h
6144         * src/prefs_filtering_action.c
6145         * src/prefs_filtering_action.h
6146         * src/prefs_folder_column.c
6147         * src/prefs_folder_column.h
6148         * src/prefs_folder_item.c
6149         * src/prefs_folder_item.h
6150         * src/prefs_fonts.c
6151         * src/prefs_fonts.h
6152         * src/prefs_gtk.c
6153         * src/prefs_gtk.h
6154         * src/prefs_image_viewer.c
6155         * src/prefs_image_viewer.h
6156         * src/prefs_matcher.c
6157         * src/prefs_matcher.h
6158         * src/prefs_message.c
6159         * src/prefs_msg_colors.c
6160         * src/prefs_msg_colors.h
6161         * src/prefs_other.c
6162         * src/prefs_quote.c
6163         * src/prefs_receive.c
6164         * src/prefs_send.c
6165         * src/prefs_spelling.c
6166         * src/prefs_spelling.h
6167         * src/prefs_summaries.c
6168         * src/prefs_summaries.h
6169         * src/prefs_summary_column.c
6170         * src/prefs_summary_column.h
6171         * src/prefs_template.c
6172         * src/prefs_template.h
6173         * src/prefs_themes.c
6174         * src/prefs_themes.h
6175         * src/prefs_toolbar.c
6176         * src/prefs_toolbar.h
6177         * src/prefs_wrapping.c
6178         * src/prefs_wrapping.h
6179         * src/privacy.c
6180         * src/privacy.h
6181         * src/procheader.c
6182         * src/procheader.h
6183         * src/procmime.c
6184         * src/procmime.h
6185         * src/procmsg.c
6186         * src/procmsg.h
6187         * src/quote_fmt.c
6188         * src/quote_fmt_parse.y
6189         * src/recv.c
6190         * src/recv.h
6191         * src/remotefolder.c
6192         * src/remotefolder.h
6193         * src/send_message.c
6194         * src/send_message.h
6195         * src/setup.c
6196         * src/setup.h
6197         * src/sourcewindow.c
6198         * src/sourcewindow.h
6199         * src/ssl_manager.c
6200         * src/ssl_manager.h
6201         * src/statusbar.c
6202         * src/statusbar.h
6203         * src/stock_pixmap.c
6204         * src/stock_pixmap.h
6205         * src/summary_search.c
6206         * src/summary_search.h
6207         * src/summaryview.c
6208         * src/summaryview.h
6209         * src/textview.c
6210         * src/textview.h
6211         * src/toolbar.c
6212         * src/toolbar.h
6213         * src/undo.c
6214         * src/undo.h
6215         * src/unmime.c
6216         * src/unmime.h
6217         * src/vcard.c
6218         * src/vcard.h
6219         * src/wizard.c
6220         * src/wizard.h
6221         * src/common/base64.c
6222         * src/common/base64.h
6223         * src/common/defs.h
6224         * src/common/hooks.c
6225         * src/common/hooks.h
6226         * src/common/log.c
6227         * src/common/log.h
6228         * src/common/mgutils.c
6229         * src/common/mgutils.h
6230         * src/common/nntp.c
6231         * src/common/nntp.h
6232         * src/common/passcrypt.c
6233         * src/common/passcrypt.h.in
6234         * src/common/plugin.c
6235         * src/common/plugin.h
6236         * src/common/prefs.c
6237         * src/common/prefs.h
6238         * src/common/progressindicator.c
6239         * src/common/progressindicator.h
6240         * src/common/quoted-printable.c
6241         * src/common/quoted-printable.h
6242         * src/common/session.c
6243         * src/common/session.h
6244         * src/common/smtp.c
6245         * src/common/smtp.h
6246         * src/common/socket.c
6247         * src/common/socket.h
6248         * src/common/ssl.c
6249         * src/common/ssl.h
6250         * src/common/ssl_certificate.c
6251         * src/common/ssl_certificate.h
6252         * src/common/stringtable.c
6253         * src/common/stringtable.h
6254         * src/common/template.c
6255         * src/common/template.h
6256         * src/common/timing.h
6257         * src/common/utils.c
6258         * src/common/utils.h
6259         * src/common/version.h.in
6260         * src/common/xml.c
6261         * src/common/xml.h
6262         * src/common/xmlprops.c
6263         * src/common/xmlprops.h
6264         * src/gtk/about.c
6265         * src/gtk/colorlabel.c
6266         * src/gtk/colorsel.c
6267         * src/gtk/colorsel.h
6268         * src/gtk/combobox.c
6269         * src/gtk/combobox.h
6270         * src/gtk/description_window.c
6271         * src/gtk/description_window.h
6272         * src/gtk/filesel.c
6273         * src/gtk/filesel.h
6274         * src/gtk/foldersort.c
6275         * src/gtk/foldersort.h
6276         * src/gtk/gtksctree.c
6277         * src/gtk/gtkutils.c
6278         * src/gtk/gtkutils.h
6279         * src/gtk/inputdialog.c
6280         * src/gtk/inputdialog.h
6281         * src/gtk/logwindow.c
6282         * src/gtk/logwindow.h
6283         * src/gtk/manage_window.c
6284         * src/gtk/manage_window.h
6285         * src/gtk/menu.c
6286         * src/gtk/menu.h
6287         * src/gtk/pluginwindow.c
6288         * src/gtk/pluginwindow.h
6289         * src/gtk/prefswindow.c
6290         * src/gtk/prefswindow.h
6291         * src/gtk/progressdialog.c
6292         * src/gtk/progressdialog.h
6293         * src/gtk/sslcertwindow.c
6294         * src/gtk/sslcertwindow.h
6295         * src/plugins/bogofilter/bogofilter.c
6296         * src/plugins/bogofilter/bogofilter.h
6297         * src/plugins/bogofilter/bogofilter_gtk.c
6298         * src/plugins/clamav/clamav_plugin.c
6299         * src/plugins/clamav/clamav_plugin.h
6300         * src/plugins/clamav/clamav_plugin_gtk.c
6301         * src/plugins/demo/demo.c
6302         * src/plugins/dillo_viewer/dillo_prefs.c
6303         * src/plugins/dillo_viewer/dillo_prefs.h
6304         * src/plugins/dillo_viewer/dillo_viewer.c
6305         * src/plugins/pgpcore/passphrase.c
6306         * src/plugins/pgpcore/passphrase.h
6307         * src/plugins/pgpcore/pgp_viewer.c
6308         * src/plugins/pgpcore/pgp_viewer.h
6309         * src/plugins/pgpcore/plugin.c
6310         * src/plugins/pgpcore/select-keys.c
6311         * src/plugins/pgpcore/select-keys.h
6312         * src/plugins/pgpcore/sgpgme.c
6313         * src/plugins/pgpcore/sgpgme.h
6314         * src/plugins/pgpinline/pgpinline.c
6315         * src/plugins/pgpinline/pgpinline.h
6316         * src/plugins/pgpinline/plugin.c
6317         * src/plugins/pgpmime/pgpmime.c
6318         * src/plugins/pgpmime/pgpmime.h
6319         * src/plugins/pgpmime/plugin.c
6320         * src/plugins/spamassassin/spamassassin.c
6321         * src/plugins/spamassassin/spamassassin.h
6322         * src/plugins/spamassassin/spamassassin_gtk.c
6323         * src/plugins/trayicon/trayicon.c
6324                 it's 2007, update the year in the copyright headers
6325
6326 2007-01-03 [paul]       2.6.1cvs95
6327
6328         * src/gtk/about.c
6329                 it is 2007, use it in the copyright string
6330
6331 2007-01-03 [paul]       2.6.1cvs94
6332
6333         * src/html.c
6334                 html entity conversion:
6335                 move &#153; to a more suitable place
6336                 add &bull; and &ndash;
6337                 make sure &mdash; and &#8212; are both
6338                 converted the same
6339
6340 2007-01-02 [colin]      2.6.1cvs93
6341
6342         * src/addrbook.c
6343                 Fix leak
6344         * src/common/plugin.c
6345                 Add comment
6346         * src/etpan/imap-thread.c
6347                 Fix warning
6348
6349 2006-12-31 [paul]       2.6.1cvs92
6350
6351         * src/prefs_summaries.c
6352                 use gtk_button_new_from_stock()
6353
6354 2006-12-30 [colin]      2.6.1cvs91
6355
6356         * src/folder.c
6357         * src/imap_gtk.c
6358         * src/mh_gtk.c
6359                 Don't update filtering and account paths 
6360                 when copying folders
6361
6362 2006-12-30 [colin]      2.6.1cvs90
6363
6364         * src/prefs_compose_writing.c
6365         * src/prefs_quote.c
6366         * src/prefs_template.c
6367                 Use message font for Writing and 
6368                 Quoting prefs, as well as Templates.
6369
6370 2006-12-30 [colin]      2.6.1cvs89
6371
6372         * src/prefs_summaries.c
6373                 Rework GUI; patch by Pawel
6374
6375 2006-12-29 [colin]      2.6.1cvs88
6376
6377         * src/prefs_folder_item.c
6378                 Fix bug 1085, 'Apply to subfolder 
6379                 doesn't work' - I was mistaken saying
6380                 it worked in every case
6381
6382 2006-12-28 [colin]      2.6.1cvs87
6383
6384         * src/gtk/gtkaspell.c
6385                 Don't assert if use_alternate is true
6386                 and alt_dictionary isn't set -- this 
6387                 is what happens on upgrade! Rather,
6388                 do with it.
6389
6390 2006-12-28 [colin]      2.6.1cvs86
6391
6392         * Makefile.am
6393                 Fix desktop/icon simplification
6394
6395 2006-12-28 [colin]      2.6.1cvs85
6396
6397         * Makefile.am
6398                 Make desktop and icon not 
6399                 dependant on the desktop
6400
6401 2006-12-28 [wwp]        2.6.1cvs84
6402
6403         * src/plugins/pgpmime/claws.def
6404                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6405
6406 2006-12-28 [wwp]        2.6.1cvs83
6407
6408         * src/prefs_folder_item.c
6409                 Fix coloring of "simplify subject regexp" (folder prefs),
6410                 which might be left to red whereas the regexp gets empty.
6411
6412 2006-12-28 [wwp]        2.6.1cvs82
6413
6414         * src/prefs_common.c
6415         * src/prefs_common.h
6416         * src/addressbook.c
6417         * src/addressitem.h
6418                 Save addressbook mainwindow's horizontal and vertical splitter position.
6419
6420 2006-12-27 [wwp]        2.6.1cvs81
6421
6422         * src/gtk/gtkaspell.c
6423         * src/gtk/gtkaspell.h
6424         * src/compose.c
6425                 Fix assignment of compose's default and alternate dictionary from
6426                 account or folder settings. Now gtkaspell_change_dict does rotate
6427                 dicts only when it's called from a menu cb.
6428
6429 2006-12-27 [wwp]        2.6.1cvs80
6430
6431         * src/folder_item_prefs.c
6432                 Fix randomly initialized default-alt-dictionary (folder prefs),
6433                 complete 2.6.1cvs72.
6434
6435 2006-12-27 [paul]       2.6.1cvs79
6436
6437         * src/imap_gtk.c
6438         * src/mh_gtk.c
6439                 Add Copy folder in the folder's contextual
6440                 menu
6441
6442 2006-12-27 [wwp]        2.6.1cvs78
6443
6444         * src/imap.c
6445                 Clean up session locking, thanks to Colin.
6446
6447 2006-12-26 [colin]      2.6.1cvs77
6448
6449         * src/statusbar.c
6450                 Revert previous patch
6451
6452 2006-12-26 [colin]      2.6.1cvs76
6453
6454         * src/folder.c
6455         * src/folderview.c
6456         * src/imap.c
6457         * src/statusbar.c
6458         * src/etpan/imap-thread.c
6459                 Fix previous commit warnings
6460                 Make statusbar update every second if total < 20
6461                 Make IMAP APPEND faster by simplifying log              
6462
6463 2006-12-26 [colin]      2.6.1cvs75
6464
6465         * src/folder.c
6466         * src/folder.h
6467         * src/folderview.c
6468         * src/folderview.h
6469         * src/imap_gtk.c
6470         * src/mh_gtk.c
6471                 Make it possible to copy folders accross
6472                 mailboxes (this was an arbitrary limitation).
6473                 Still make it impossible to move folders 
6474                 accross mailboxes.
6475
6476 2006-12-26 [colin]      2.6.1cvs74
6477
6478         * src/etpan/imap-thread.c
6479                 Fix bug 1081, 'claws-mail 
6480                 segfaults when going offline 
6481                 while it transfers mails via 
6482                 imap'
6483
6484 2006-12-26 [colin]      2.6.1cvs73
6485
6486         * src/folder_item_prefs.c
6487                 Don't forget alt dictionary when
6488                 renaming/moving folders
6489
6490 2006-12-26 [wwp]        2.6.1cvs72
6491
6492         * src/folder_item_prefs.c
6493                 Add missing defaults for per-folder alt dict
6494                 (forgotten in 2.6.1cvs61).
6495
6496 2006-12-26 [colin]      2.6.1cvs71
6497
6498         * src/wizard.c
6499                 Add tooltip to state that specifying
6500                 full path to mailbox is possible
6501
6502 2006-12-26 [wwp]        2.6.1cvs70
6503
6504         * src/partial_download.c
6505         * src/gtk/gtkvscrollbutton.c
6506         * src/plugins/pgpinline/plugin.c
6507                 Fix for few compiler warnings that matter.
6508
6509 2006-12-25 [colin]      2.6.1cvs69
6510
6511         * src/partial_download.c
6512                 Fix marking for download or deletion
6513                 when the header isn't the first
6514         * src/gtk/logwindow.c
6515                 Fix start of scrolling
6516
6517 2006-12-23 [paul]       2.6.1cvs68
6518
6519         * src/compose.c
6520                 change last commit to use the 'academic'
6521                 method instead. Thanks to wwp
6522
6523 2006-12-23 [paul]       2.6.1cvs67
6524
6525         * src/compose.c
6526                 don't warn about empty subject when
6527                 redirecting
6528
6529 2006-12-22 [colin]      2.6.1cvs66
6530
6531         * src/summary_search.c
6532                 Fix previous patch
6533
6534 2006-12-22 [colin]      2.6.1cvs65
6535
6536         * src/gtk/gtkutils.c
6537         * src/imap.c
6538         * src/jpilot.c
6539         * src/summary_search.c
6540                 A few warning fixes
6541
6542 2006-12-23 [paul]       
6543
6544         2.7.0-rc2 released
6545
6546 2006-12-22 [colin]      2.6.1cvs64
6547
6548         * src/toolbar.c
6549         * src/toolbar.h
6550                 Add a combo to the learn spam button
6551         * src/plugins/bogofilter/bogofilter.c
6552         * src/plugins/bogofilter/bogofilter_gtk.c
6553         * src/plugins/bogofilter/bogofilter.h
6554                 Allow to store Unsure mails in a specific
6555                 folder to make better teaching easier
6556
6557 2006-12-21 [wwp]        2.6.1cvs63
6558
6559         * src/compose.c
6560         * src/prefs_common.c
6561         * src/prefs_common.h
6562         * src/prefs_spelling.c
6563         * src/gtk/gtkaspell.c
6564         * src/gtk/gtkaspell.h
6565                 Allow spell-checking using both current and alternate dictionaries
6566                 (thanks to Colin).
6567
6568 2006-12-21 [wwp]        2.6.1cvs62
6569
6570         * src/gtk/gtkaspell.c
6571                 Apply recheck_when_changing_dict (highlight all mispelled words)
6572                 when switching to alternate dictionary.
6573
6574 2006-12-21 [wwp]        2.6.1cvs61
6575
6576         * src/compose.c
6577         * src/folder_item_prefs.h
6578         * src/prefs_common.c
6579         * src/prefs_common.h
6580         * src/prefs_folder_item.c
6581         * src/prefs_spelling.c
6582         * src/gtk/gtkaspell.c
6583         * src/gtk/gtkaspell.h
6584                 Add global and per-folder prefs to set the default
6585                 alternate dictionary.
6586
6587 2006-12-21 [colin]      2.6.1cvs60
6588
6589         * src/folder.c
6590                 Look for folders by path in all folders
6591         * src/html.c
6592                 add &mdash;
6593
6594 2006-12-20 [colin]      2.6.1cvs59
6595
6596         * src/gtk/quicksearch.c
6597                 Make sure in_typing is false when clearing
6598
6599 2006-12-20 [wwp]        2.6.1cvs58
6600
6601         * configure.ac
6602                 change manual's target dir to be LFH-compliant (thanks to Colin).
6603
6604 2006-12-20 [wwp]        2.6.1cvs57
6605
6606         * src/prefs_common.c
6607         * src/prefs_summaries.c
6608                 i18n fix and factorize patch, thanks to Fabien.
6609
6610 2006-12-20 [paul]       2.6.1cvs56
6611
6612         * configure.ac
6613                 last of the renaming (??)
6614         * src/main.c
6615                 correct --help info of --status-full
6616         * src/plugins/bogofilter/bogofilter.c
6617                 make FALSE default of whitelist_ab
6618
6619 2006-12-19 [colin]      2.6.1cvs55
6620
6621         * src/jpilot.c
6622                 Same as before, without depending on
6623                 pisock >= 0.12
6624
6625 2006-12-19 [colin]      2.6.1cvs54
6626
6627         * src/jpilot.c
6628                 Fix bug 1059, 'Better jpilot charset 
6629                 handling'. Use libpisync's charset conversion
6630                 if possible
6631
6632 2006-12-19 [colin]      2.6.1cvs53
6633
6634         * po/fr.po
6635                 Updated by Fabien
6636
6637 2006-12-19 [wwp]        2.6.1cvs52
6638
6639         * src/gtk/about.c
6640                 Add missing #include (thanks to Colin).
6641
6642 2006-12-19 [wwp]        2.6.1cvs51
6643
6644         * src/prefs_receive.c
6645                 Better spacing between widgets in prefs.
6646
6647 2006-12-18 [colin]      2.6.1cvs50
6648
6649         * src/imap.c
6650                 Fix failure to get separator on LIST "" ""
6651                 Try LIST "" "INBOX" too.
6652
6653 2006-12-18 [wwp]        2.6.1cvs49
6654
6655         * src/common/session.c
6656                 Fix a compiler warning (thanks to Fabien).
6657
6658 2006-12-18 [wwp]        2.6.1cvs48
6659
6660         * src/compose.c
6661         * src/prefs_quote.c
6662                 Factorize some strings for translation (it's about error
6663                 messages when applying or checking template/quote format).
6664
6665 2006-12-18 [colin]      2.6.1cvs47
6666
6667         * Makefile.am
6668         * src/common/defs.h
6669         * src/gtk/Makefile.am
6670         * src/gtk/about.c
6671                 Add a Release notes tab from the contents of
6672                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6673
6674 2006-12-17 [colin]      2.6.1cvs46
6675
6676         * src/mimeview.c
6677         * src/textview.c
6678         * src/gtk/filesel.c
6679                 Correctly convert from/to UTF8/filename encoding
6680                 when loading and saving files. Probably fixes
6681                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6682                 for a file to attach and is blocked...'
6683
6684 2006-12-17 [colin]      2.6.1cvs45
6685
6686         * src/gtk/logwindow.c
6687                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6688                 IMAP folder and is blocked on main thread': 
6689                 make sure we put utf8 in the log.
6690
6691 2006-12-16 [colin]      2.6.1cvs44
6692
6693         * src/toolbar.c
6694         * src/toolbar.h
6695                 Fix bug 1055, 'Add the 'cancel receive' 
6696                 in the available events for the toolbar buttons'
6697
6698 2006-12-16 [colin]      2.6.1cvs43
6699
6700         * po/POTFILES.in
6701         * src/imap.c
6702         * src/common/nntp.c
6703         * src/common/session.c
6704                 Log error when SSL handshakes fail. 
6705                 Fixes bug 1082, 'incorrect / imprecise 
6706                 error message when imap server provides 
6707                 ssl only through STARTTLS but SSL is 
6708                 selected'
6709
6710 2006-12-15 [wwp]        2.6.1cvs42
6711
6712         * src/plugins/bogofilter/bogofilter_gtk.c
6713                 set proper sensitivity to widgets I've recently added.
6714
6715 2006-12-15 [colin]      
6716
6717         2.7.0-rc1 released
6718
6719 2006-12-15 [wwp]        2.6.1cvs41
6720
6721         * src/plugins/bogofilter/bogofilter.c
6722         * src/plugins/bogofilter/bogofilter.h
6723         * src/plugins/bogofilter/bogofilter_gtk.c
6724                 bogofilter's whitelist can now use a subset of
6725                 the addressbook (either a book, a subfolder of a book,
6726                 or the whole addressbook by using "Any"). Re-used there
6727                 some pref_matcher widgets and mechanisms to match a subset
6728                 of the addressbook.
6729
6730 2006-12-15 [wwp]        2.6.1cvs40
6731
6732         * src/wizard.c
6733         * src/common/plugin.c
6734         * src/common/plugin.h
6735         * src/gtk/about.c
6736         * src/plugins/bogofilter/bogofilter.c
6737         * src/plugins/clamav/clamav_plugin.c
6738         * src/plugins/demo/demo.c
6739         * src/plugins/dillo_viewer/dillo_viewer.c
6740         * src/plugins/pgpcore/plugin.c
6741         * src/plugins/pgpinline/plugin.c
6742         * src/plugins/pgpmime/plugin.c
6743         * src/plugins/spamassassin/spamassassin.c
6744         * src/plugins/trayicon/trayicon.c
6745                 factorize some translatable strings (plugins-related),
6746                 fix missing punctuation in several places,
6747                 remove useless translatable \n in about.c,
6748                 and factorize plugin init code w/ a new function
6749                 check_plugin_version() in common/plugin.c.
6750                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6751
6752 2006-12-15 [wwp]        2.6.1cvs39
6753
6754         * src/plugins/bogofilter/bogofilter.c
6755         * src/plugins/bogofilter/bogofilter_gtk.c
6756                 flag whitelisted spams as spam, but don't filter it to the spam
6757                 folder. Thanks to Colin.
6758
6759 2006-12-15 [ticho]      2.6.1cvs38
6760
6761         * src/plugins/bogofilter/bogofilter.c
6762         * src/plugins/bogofilter/bogofilter.h
6763         * src/plugins/bogofilter/bogofilter_gtk.c
6764                 Add option to whitelist senders found in addressbook. Patch by colin.
6765
6766 2006-12-15 [paul]       2.6.1cvs37
6767
6768         * src/folderview.c
6769                 add missing #include "log.h"
6770
6771 2006-12-15 [paul]       2.6.1cvs36
6772
6773         * src/plugins/bogofilter/bogofilter.c
6774         * src/plugins/bogofilter/bogofilter.h
6775         * src/plugins/bogofilter/bogofilter_gtk.c
6776                 Add an option to allow inserting an
6777                 X-Claws-Bogosity header (on MH folders
6778                 only). Patch by Colin
6779
6780 2006-12-14 [colin]      2.6.1cvs35
6781
6782         * src/main.c
6783                 "Yes" should be the default choice for
6784                 migration configuration
6785
6786 2006-12-14 [paul]       2.6.1cvs34
6787
6788         * src/prefs_summaries.c
6789         * manual/advanced.xml
6790                 Unhide mark_as_read_delay
6791
6792 2006-12-14 [paul]       2.6.1cvs33
6793
6794         * src/messageview.c
6795         * src/messageview.h
6796         * src/mimeview.c
6797         * src/mimeview.h
6798         * src/summaryview.c
6799         * src/textview.c
6800         * src/textview.h
6801                 Fix printing of selection
6802                 Fix printing of message parts
6803                 Fix printing of images
6804         * src/gtk/gtksourceprintjob.c
6805                 Fix page count when there are images
6806
6807 2006-12-14 [wwp]        2.6.1cvs32
6808
6809         * src/mainwindow.c
6810         * src/summaryview.c
6811         * src/summaryview.h
6812         * src/gtk/quicksearch.c
6813                 fix quicksearch 'magnify' button status when QS is closed
6814                 using the Escape key, thanks to Colin.
6815
6816 2006-12-14 [wwp]        2.6.1cvs31
6817
6818         * src/mainwindow.c
6819         * src/summaryview.c
6820         * src/summaryview.h
6821         * src/gtk/quicksearch.c
6822                 fix quicksearch 'magnify' button status when QS is closed
6823                 using the Escape key, thanks to Colin.
6824
6825 2006-12-13 [colin]      2.6.1cvs30
6826
6827         * src/ldapquery.c
6828         * src/ldaputil.c
6829                 Use the binary safe version of ldap_get_values,
6830                 to make sure we manipulate null-terminated 
6831                 strings. Maybe fixes bug 1075, 'claws mail 
6832                 segfault when completing ldap adresses'
6833         * src/syldap.c ** REMOVED **
6834         * src/syldap.h ** REMOVED **
6835                 Remove dead files
6836
6837 2006-12-13 [mones]      2.6.1cvs29
6838
6839         * po/es.po
6840                 Fixed piped strings, fixed click translation
6841
6842 2006-12-13 [paul]       2.6.1cvs28
6843
6844         * src/main.c
6845                 don't translate these strings
6846
6847 2006-12-13 [paul]       2.6.1cvs27
6848
6849         * po/en_GB.po
6850                 updated
6851
6852 2006-12-13 [colin]      2.6.1cvs26
6853
6854         * src/main.c
6855         * src/main.h
6856                 Add claws_is_starting()
6857
6858 2006-12-13 [mones]      2.6.1cvs25
6859
6860         * manual/es/advanced.xml
6861         * po/es.po
6862                 Synced manual and updated translation
6863
6864 2006-12-12 [colin]      2.6.1cvs24
6865
6866         * src/wizard.c
6867                 Add an option to use STARTTLS in the
6868                 welcome wizard. Fixes bug 1080, 
6869                 'Using SSL option in wizard for incoming 
6870                 server does not activate SSL with STARTTLS'
6871
6872 2006-12-12 [colin]      2.6.1cvs23
6873
6874         * src/main.c
6875                 Don't exit when there's an incomplete
6876                 mailbox configured - leaves a chance 
6877                 to fix a failing IMAP account. Exit
6878                 if no mailbox at all is loaded (case
6879                 of missing plugin).
6880                 Completes bug 1077's fix (I was wrong
6881                 in this bug's comment #3).
6882
6883 2006-12-12 [colin]      2.6.1cvs22
6884
6885         * src/gtk/menu.h
6886                 Add another menu data type
6887         * src/prefs_account.c
6888                 Complete the completion of bug 1076
6889                 (doesn't lose the pref on apply)
6890
6891 2006-12-12 [paul]       2.6.1cvs21
6892
6893         * src/prefs_account.c
6894                 complete the fix of bug 1076
6895                 also be more verbose with the text
6896
6897 2006-12-12 [paul]       2.6.1cvs20
6898
6899         * src/gtk/combobox.c
6900                 fix compilation warning
6901
6902 2006-12-11 [colin]      2.6.1cvs19
6903
6904         * src/wizard.c
6905                 Document :port in server entry tooltips
6906
6907 2006-12-11 [colin]      2.6.1cvs18
6908
6909         * src/main.c
6910                 Fix compile
6911
6912 2006-12-11 [colin]      2.6.1cvs17
6913
6914         * src/main.c
6915                 Add failing IMAP as a reason for no
6916                 mailbox
6917
6918 2006-12-11 [colin]      2.6.1cvs16
6919
6920         * src/prefs_account.c
6921                 Check for existence of inbox for local
6922                 accounts too
6923         * src/wizard.c
6924                 Allow setting the port to use for servers
6925                 by using the usual "server.example.com:port"
6926                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6927                 not start when IMAP server is unavailable'
6928
6929 2006-12-11 [colin]      2.6.1cvs15
6930
6931         * src/prefs_account.c
6932                 Prevent use of non-existing default inbox
6933
6934 2006-12-11 [colin]      2.6.1cvs14
6935
6936         * src/prefs_account.c
6937                 Fix sensitivity. Fixes bug 1076, 'privacy 
6938                 options are displayed even when pgp plugin 
6939                 not loaded / available'
6940
6941 2006-12-09 [colin]      2.6.1cvs13
6942
6943         * manual/advanced.xml
6944         * src/prefs_common.c
6945         * src/prefs_common.h
6946         * src/common/ssl_certificate.c
6947                 Add a new hidden preference, 'unsafe_ssl_certs',
6948                 which allows to store multiple certificates per
6949                 server/port. This is disabled by default because
6950                 it's less secure (presenting a new certificate
6951                 instead of a changed one raises less alarms).
6952                 This will cause Claws to ask about an unknown
6953                 certificate for people who have used 2.6.1cvs8
6954                 or greater.
6955
6956 2006-12-09 [colin]      2.6.1cvs12
6957
6958         * src/action.c
6959                 Fix cache updating after action
6960
6961 2006-12-07 [wwp]        2.6.1cvs11
6962
6963         * src/compose.c
6964                 fix email address comparison when replying to all
6965                 (avoid replying to ourselves), thanks to Colin.
6966
6967 2006-12-06 [paul]       2.6.1cvs10
6968
6969         * src/addrharvest.c
6970         * src/editldap.c
6971         * src/expldifdlg.c
6972         * src/news.c
6973         * src/toolbar.c
6974         * src/common/utils.c
6975                 ...and more renaming
6976                 Thanks to Colin
6977
6978 2006-12-06 [paul]       2.6.1cvs9
6979
6980         * src/compose.c
6981         * src/messageview.c
6982         * src/procheader.c
6983         * src/procmime.c
6984         * src/procmsg.c
6985         * src/textview.c
6986                 more renaming
6987                 Thanks to Colin
6988
6989 2006-12-06 [colin]      2.6.1cvs8
6990
6991         * src/ssl_manager.c
6992         * src/common/ssl_certificate.c
6993         * src/common/ssl_certificate.h
6994                 Handle multiple certificates per host/port
6995
6996 2006-12-06 [colin]      2.6.1cvs7
6997
6998         * src/etpan/imap-thread.c
6999                 Fix certificate checking on IMAP
7000
7001 2006-12-06 [colin]      2.6.1cvs6
7002
7003         * src/folderview.c
7004                 Fix bug 1072, 'Claws stops fetching newsgroups 
7005                 from server when newsgroup got deleted': continue
7006                 checking other groups
7007
7008 2006-12-05 [wwp]        2.6.1cvs5
7009
7010         * src/message_search.c
7011         * src/summary_search.c
7012         * src/gtk/combobox.c
7013         * src/gtk/combobox.h
7014         * src/gtk/gtkutils.c
7015         * src/gtk/gtkutils.h
7016                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7017                 behave like w/ old comboboxes (summary and message search only).
7018
7019 2006-12-05 [paul]       2.6.1cvs4
7020
7021         * src/wizard.c
7022                 encode headers
7023                 Thanks to Colin
7024
7025 2006-12-05 [paul]       2.6.1cvs3
7026
7027         * tools/README
7028         * tools/textviewer.pl
7029                 script updated and description added
7030
7031 2006-12-04 [colin]      2.6.1cvs2
7032
7033         * src/compose.c
7034                 Run pre-send hook only when checking
7035                 everything
7036
7037 2006-12-04 [paul]       2.6.1cvs1
7038
7039         * NEWS
7040         * README
7041         * RELEASE_NOTES
7042         * configure.ac
7043         * tools/README
7044                 bump up version number following stable release
7045
7046 2006-12-04 [paul]       2.6.0cvs83
7047
7048         * README
7049                 updates and corrections
7050
7051 2006-12-04 [colin]      2.6.0cvs82
7052
7053         * src/common/utils.c
7054                 Probably fix bug 1066, 'Incorrect mailbox 
7055                 size displayed'
7056
7057 2006-12-04 [colin]      2.6.0cvs81
7058
7059         * src/common/utils.c
7060                 Trim tabs from mailcap file too.
7061
7062 2006-12-02 [paul]       2.6.0cvs80
7063
7064         * src/exphtmldlg.c
7065                 fix broken GUI under certain languages
7066         * src/expldifdlg.c
7067                 put the Cancel button to the right
7068
7069 2006-12-01 [paul]       2.6.0cvs79
7070
7071         * tools/Makefile.am
7072                 remove reference to removed file
7073
7074 2006-12-01 [wwp]        2.6.0cvs78
7075
7076         * src/addressbook.c
7077         * src/editaddress.c
7078                 remove forgotten debug statements.
7079
7080 2006-12-01 [wwp]        2.6.0cvs77
7081
7082         * manual/advanced.xml
7083         * manual/fr/advanced.xml
7084         * src/addressbook.c
7085         * src/addressbook.h
7086         * src/addressitem.h
7087         * src/editaddress.c
7088         * src/editaddress.h
7089         * src/prefs_common.c
7090         * src/prefs_common.h
7091         * src/gtk/gtkutils.c
7092         * src/gtk/gtkutils.h
7093                 add a hidden option to allow embedding the editaddress (edit contact details)
7094                 dialog into the addressbook's window. This doesn't change the default
7095                 behaviour.
7096
7097 2006-12-01 [wwp]        2.6.0cvs76
7098
7099         * src/message_search.c
7100         * src/summary_search.c
7101                 fix more focus issues (don't set focus to combobox's entry widget when
7102                 entry's value changed, if entry widget has focus already).
7103
7104 2006-12-01 [wwp]        2.6.0cvs75
7105
7106         * src/gtk/quicksearch.c
7107                 revert last changes to the quicksearch gtk_combo_box, this needs more
7108                 tuning and testing.
7109
7110 2006-12-01 [paul]       2.6.0cvs74
7111
7112         * tools/kdeservicemenu/README
7113         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7114         * tools/kdeservicemenu/install.sh
7115         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7116         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7117                 simplify this stuff, and in so doing,
7118                 fix it. (possibly re-extend it again at
7119                 a later date)
7120
7121 2006-12-01 [wwp]        2.6.0cvs73
7122
7123         * src/gtk/quicksearch.c
7124                 adapt quicksearch code to use modern gtk_combo_box'es.
7125
7126 2006-12-01 [wwp]        2.6.0cvs72
7127
7128         * src/common/defs.h
7129         * src/prefs_common.c
7130         * src/prefs_common.h
7131         * src/message_search.c
7132         * src/summary_search.c
7133         * src/gtk/combobox.c
7134         * src/gtk/combobox.h
7135                 add history combos to all message and summary search fields.
7136
7137 2006-12-01 [wwp]        2.6.0cvs71
7138
7139         * src/summaryview.c
7140                 As the list may change while the mark as read delay
7141                 runs, we can't rely on the 'row' pointer, which can
7142                 be invalid when the timeout is called. As the mark
7143                 as read is only done if the message is still selected,
7144                 use summaryview->selected instead. Thanks to Colin.
7145
7146 2006-11-30 [paul]       2.6.0cvs70
7147
7148         * src/textview.c
7149                 give emphasis to "Sylpheed-Claws"
7150                 as well as "Claws Mail"
7151
7152 2006-11-30 [colin]      2.6.0cvs69
7153
7154         * src/wizard.c
7155                 Put the SSL checkboxes in the receiving
7156                 and sending server pages.
7157
7158 2006-11-29 [colin]      2.6.0cvs68
7159
7160         * src/gtk/gtkutils.c
7161         * src/gtk/gtkvscrollbutton.c
7162                 Revert some deprecated fixes - they seem to
7163                 deprecate stuff as soon as a new one gets out.
7164                 g_object_ref_sink needed glib-2.10.
7165
7166 2006-11-29 [colin]      2.6.0cvs67
7167
7168         * src/common/utils.c
7169                 Create .mailcap if it doesn't exist
7170
7171 2006-11-29 [colin]      2.6.0cvs66
7172
7173         * src/compose.c
7174                 Followup to cvs60: use original list
7175                 of recipients if replying to a mail
7176                 in Sent Drafts or Queue.
7177
7178 2006-11-27 [paul]       2.6.0cvs65
7179
7180         * src/image_viewer.c
7181                 revert the last change for now (it's broken)
7182
7183 2006-11-27 [paul]       2.6.0cvs64
7184
7185         * Makefile.am
7186         * configure.ac
7187         * m4/aclocal-include.m4
7188         * m4/check-type.m4
7189         * src/Makefile.am
7190         * src/addr_compl.c
7191         * src/compose.c
7192         * src/crash.c
7193         * src/export.c
7194         * src/exporthtml.c
7195         * src/exportldif.c
7196         * src/imap.c
7197         * src/import.c
7198         * src/main.c
7199         * src/main.h
7200         * src/matcher.c
7201         * src/mimeview.c
7202         * src/procmsg.c
7203         * src/textview.c
7204         * src/common/Makefile.am
7205         * src/common/claws.c
7206         * src/common/claws.h
7207         * src/common/ssl.c
7208         * src/common/sylpheed.c
7209         * src/common/sylpheed.h
7210         * src/etpan/Makefile.am
7211         * src/gtk/Makefile.am
7212         * src/gtk/claws-marshal.list
7213         * src/gtk/filesel.c
7214         * src/gtk/gtksctree.c
7215         * src/gtk/quicksearch.c
7216         * src/gtk/sylpheed-marshal.list
7217         * src/plugins/bogofilter/bogofilter.c
7218         * src/plugins/bogofilter/bogofilter_gtk.c
7219         * src/plugins/clamav/clamav_plugin.c
7220         * src/plugins/clamav/clamav_plugin_gtk.c
7221         * src/plugins/demo/demo.c
7222         * src/plugins/dillo_viewer/dillo_viewer.c
7223         * src/plugins/pgpcore/Makefile.am
7224         * src/plugins/pgpcore/claws.def
7225         * src/plugins/pgpcore/pgp_viewer.c
7226         * src/plugins/pgpcore/plugin.c
7227         * src/plugins/pgpcore/sylpheed.def
7228         * src/plugins/pgpinline/Makefile.am
7229         * src/plugins/pgpinline/claws.def
7230         * src/plugins/pgpinline/plugin.c
7231         * src/plugins/pgpinline/sylpheed.def
7232         * src/plugins/pgpmime/Makefile.am
7233         * src/plugins/pgpmime/claws.def
7234         * src/plugins/pgpmime/plugin.c
7235         * src/plugins/pgpmime/sylpheed.def
7236         * src/plugins/spamassassin/spamassassin.c
7237         * src/plugins/spamassassin/spamassassin_gtk.c
7238         * src/plugins/trayicon/trayicon.c
7239                 yet more renaming
7240                 remove deprecated gtk_tooltips_set_delay()
7241
7242 2006-11-26 [paul]       2.6.0cvs63
7243
7244         * src/expldifdlg.c
7245         * src/folderview.c
7246         * src/image_viewer.c
7247         * src/mainwindow.c
7248         * src/gtk/gtkutils.c
7249         * src/gtk/gtkvscrollbutton.c
7250         * src/gtk/prefswindow.c
7251         * src/plugins/pgpcore/prefs_gpg.c
7252                 replace more deprecated GTK+ functions
7253
7254 2006-11-26 [paul]       2.6.0cvs62
7255
7256         * src/addr_compl.c
7257         * src/addressbook.c
7258         * src/browseldap.c
7259                 replace deprecated gtk_idle_... functions
7260
7261 2006-11-26 [paul]       2.6.0cvs61
7262
7263         * src/compose.c
7264         * src/folderview.c
7265         * src/inc.c
7266         * src/summaryview.c
7267         * src/gtk/gtkvscrollbutton.c
7268         * src/gtk/quicksearch.c
7269         * src/plugins/pgpcore/passphrase.c
7270                 replace deprecated gtk_timeout_add and
7271                 gtk_timeout_remove
7272
7273 2006-11-26 [paul]       2.6.0cvs60
7274
7275         * src/compose.c
7276                 fix bug that caused the wrong recipient
7277                 to be selected when replying to a msg
7278                 which is From one of our accounts to
7279                 another of our accounts
7280
7281 2006-11-25 [paul]       2.6.0cvs59
7282
7283         * src/summaryview.c
7284                 don't change the From column title to
7285                 To if the To column is visible
7286
7287 2006-11-24 [paul]       2.6.0cvs58
7288
7289         * src/compose.c
7290                 fix bug 1069, 'Sent mails disappear, BCC
7291                 or locking problem?'
7292
7293 2006-11-21 [wwp]        2.6.0cvs57
7294
7295         * src/compose.c
7296                 fix spelling menu when replying (same as 2.3.1cvs39):
7297                 discrepancy between context menu and top menu when
7298                 folder's dictionary isn't the default one.
7299
7300 2006-11-19 [paul]       2.6.0cvs56
7301
7302         * src/summaryview.c
7303                 obey always_show_msg option when
7304                 marking as spam
7305         * src/plugins/bogofilter/bogofilter.c
7306                 fix typo
7307
7308 2006-11-18 [paul]       2.6.0cvs55
7309
7310         * AUTHORS
7311         * README
7312         * debian/copyright
7313         * manual/ack.xml
7314         * manual/es/ack.xml
7315         * manual/fr/ack.xml
7316         * manual/pl/ack.xml
7317         * src/gtk/authors.h
7318         * src/gtk/icon_legend.c
7319         * src/gtk/icon_legend.h
7320         * tools/OOo2claws-mail.pl
7321         * tools/README
7322         * tools/acroread2claws-mail.pl
7323         * tools/claws.i18n.status.pl
7324         * tools/filter_conv.pl
7325         * tools/filter_conv_new.pl
7326         * tools/freshmeat_search.pl
7327         * tools/google_search.pl
7328         * tools/kmail2claws-mail.pl
7329         * tools/kmail2claws-mail_v2.pl
7330         * tools/maildir2claws-mail.pl
7331         * tools/make.themes.project
7332         * tools/multiwebsearch.pl
7333         * tools/outlook2claws-mail.pl
7334         * tools/tb2claws-mail
7335         * tools/kdeservicemenu/README
7336         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7337                 update mine and wwp's email addresses in
7338                 several places
7339                 Patch by wwp
7340         * src/prefs_compose_writing.c
7341                 set sensitivity on 'new message format' frame
7342
7343 2006-11-17 [paul]       2.6.0cvs54
7344
7345         * src/gtk/about.c
7346                 more reworking of the GUI
7347                 Patch by Fabien Vantard
7348
7349 2006-11-16 [paul]       2.6.0cvs53
7350
7351         * src/gtk/about.c
7352                 set a minimum size for the window, allow
7353                 it to automatically expand as necessary
7354
7355 2006-11-16 [wwp]        2.6.0cvs52
7356
7357         * src/gtk/about.c
7358                 better wrap of copyright info on some systems.
7359
7360 2006-11-16 [paul]       2.6.0cvs51
7361
7362         * src/gtk/about.c
7363                 move the tech info from the upper panel
7364                 to the Info tab
7365                 use a gtk_text_view for the features tab
7366
7367 2006-11-16 [paul]       2.6.0cvs50
7368
7369         * po/Makevars
7370                 update my email address
7371         * src/addressbook.c
7372         * src/compose.c
7373         * src/imap_gtk.c
7374         * src/mh_gtk.c
7375         * src/news_gtk.c
7376         * src/summaryview.c
7377         * src/plugins/trayicon/trayicon.c
7378                 don't offer simple menu separators
7379                 for translation
7380         * src/folderview.c
7381                 add separator between 'mark all read'
7382                 and 'search folder'
7383
7384 2006-11-15 [wwp]        2.6.0cvs49
7385
7386         * src/gtk/authors.h
7387                 updated manuals authors.
7388
7389 2006-11-14 [paul]       2.6.0cvs48
7390
7391         * src/compose.c
7392                 Fix Options/Reply mode after draft save
7393
7394 2006-11-14 [paul]       2.6.0cvs47
7395
7396         * src/Makefile.am
7397                 Fix make DESTDIR=...
7398         * src/mbox.c
7399                 Optimise speed
7400         * src/plugins/pgpinline/pgpinline.c
7401                 Probably fix bug 1061
7402
7403 2006-11-14 [paul]       2.6.0cvs46
7404
7405         * po/Makevars
7406                 enable Q_ macro
7407         * src/Makefile.am
7408         * src/stock_pixmap.c
7409         * src/stock_pixmap.h
7410         * src/gtk/about.c
7411         * src/pixmaps/active.xpm
7412         * src/pixmaps/inactive.xpm
7413                 add a new page, 'Features', to the About dialog
7414                 showing which features are compiled in and which
7415                 are not
7416
7417 2006-11-14 [paul]       2.6.0cvs45
7418
7419         * po/ru.po
7420                 updated by Pavlo Bohmat
7421
7422 2006-11-14 [colin]      2.6.0cvs44
7423
7424         * src/compose.c
7425         * src/inc.c
7426         * src/messageview.c
7427         * src/news.c
7428         * src/pop.c
7429         * src/procmsg.c
7430         * src/gtk/gtkaspell.c
7431                 Fix 64-bit-related warnings
7432         * src/ssl_manager.c
7433                 Fix possible infinite loop
7434         * src/plugins/pgpcore/sgpgme.c
7435                 Remove useless check
7436
7437 2006-11-13 [colin]      2.6.0cvs43
7438
7439         * src/gtk/Makefile.am
7440                 authors.h isn't generated
7441
7442 2006-11-13 [colin]      2.6.0cvs42
7443
7444         * src/plugins/pgpinline/pgpinline.c
7445         * src/plugins/pgpmime/pgpmime.c
7446                 Very probably fix bug 1061, 'crash on 
7447                 opening signed email'. Another cast
7448                 problem
7449
7450 2006-11-13 [colin]      2.6.0cvs41
7451
7452         * src/plugins/pgpcore/sgpgme.c
7453                 Maybe fix bug 1061, 'crash on opening 
7454                 signed email'
7455
7456 2006-11-13 [wwp]        2.6.0cvs40
7457
7458         * src/plugins/pgpinline/pgpinline.c
7459                 fix candidate for bug #1057, thanks to Colin.
7460
7461 2006-11-13 [wwp]        2.6.0cvs39
7462
7463         * src/compose.c
7464         * src/quote_fmt_parse.y
7465                 fix bug 1052: current parser buffer was not always 
7466                 allocated, ptr to this buffer could be returned as 
7467                 NULL whereas no parser error has occurred. in 
7468                 consequence, defining a template body as "%d" 
7469                 (w/o the quotes) for the first time of the instance 
7470                 of claws-mail, was reporting a parser error. make 
7471                 sure that the buffer is always allocated, even to 
7472                 an empty string.
7473                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7474                 unescaping of the fmt string was always done 
7475                 whereas it must be done *only* when receiving 
7476                 quote format strings issued from the prefs 
7477                 (compose new message, reply, forward, redirect 
7478                 formats), *not* when applying templates.  in 
7479                 consequences, applying templates w/ sequences 
7480                 like \\|p{echo} were failing. make sure that 
7481                 unescaping is done only when necessary.
7482
7483 2006-11-12 [colin]      2.6.0cvs38
7484
7485         * po/de.po
7486                 Fix typo (s/KB/MB)
7487
7488 2006-11-12 [colin]      2.6.0cvs37
7489
7490         * src/plugins/pgpinline/pgpinline.c
7491         * src/plugins/pgpmime/pgpmime.c
7492                 Release GPG context at the latest 
7493                 possible moment. Maybe fixes 
7494                 bug 1057, 'crash on sending signed 
7495                 message to a newsgroup'
7496                 
7497
7498 2006-11-12 [colin]      2.6.0cvs36
7499
7500         * src/plugins/pgpcore/sgpgme.c
7501                 Tell a bit more when gpg's status doesn't
7502                 contain any signature
7503
7504 2006-11-12 [colin]      2.6.0cvs35
7505
7506         * src/compose.c
7507                 Fix bug 1060, 'compilation error with 
7508                 Irix's cc'
7509
7510 2006-11-12 [paul]       2.6.0cvs34
7511
7512         * doc/man/claws-mail.1
7513         * src/prefs_gtk.c
7514         * src/plugins/clamav/README
7515         * src/plugins/spamassassin/README
7516         * tools/README
7517         * tools/freshmeat_search.pl
7518         * tools/google_search.pl
7519         * tools/multiwebsearch.pl
7520                 more renaming
7521         * src/plugins/trayicon/trayicon.c
7522                 fix compiliation warning
7523
7524 2006-11-11 [colin]      2.6.0cvs33
7525
7526         * src/folderview.c
7527                 Forbid drag and drop from/to different
7528                 folders of type F_UNKNOWN
7529
7530 2006-11-11 [colin]      2.6.0cvs32
7531
7532         * src/plugins/pgpinline/pgpinline.c
7533                 Fix typo in previous commit:
7534                 - gpgme_new(&ctx);
7535                 + if ((err = gpgme_new(&data->ctx)) ...)
7536
7537 2006-11-11 [colin]      2.6.0cvs31
7538
7539         * src/plugins/pgpinline/pgpinline.c
7540         * src/plugins/pgpmime/pgpmime.c
7541                 Check success after calling gpgme_new
7542                 Maybe fixes bug 1057, 'crash on sending 
7543                 signed message to a newsgroup'
7544
7545 2006-11-11 [colin]      2.6.0cvs30
7546
7547         * src/undo.c
7548                 init undostruct to 0s (from
7549                 valgrind log of bug 1057)
7550
7551 2006-11-10 [colin]      2.6.0cvs29
7552
7553         * src/mainwindow.c
7554                 Set cursor to wait before filtering
7555                 duplicates in all folders
7556         * src/plugins/bogofilter/bogofilter.c
7557         * src/plugins/bogofilter/bogofilter.h
7558         * src/plugins/bogofilter/bogofilter_gtk.c
7559                 Completely thread away the bogofilter
7560                 filtering
7561
7562 2006-11-10 [mones]      2.6.0cvs28
7563
7564         * src/compose.c
7565         * src/compose.h
7566                 added COMPOSE_CHECK_BEFORE_SEND hook
7567
7568 2006-11-10 [paul]       2.6.0cvs27
7569
7570         * src/crash.c
7571                 more renaming
7572                 add libSM to get_compiled_in_features()
7573         * src/main.c
7574                 more renaming
7575
7576 2006-11-10 [colin]      2.6.0cvs26
7577
7578         * src/etpan/imap-thread.c
7579                 Add a reference to libetpan's sasl engine
7580                 so that sasl_done() doesn't get called by
7581                 libetpan, and doesn't break openssl.
7582                 Should fix bug 1053, 'SC fails to reestablish 
7583                 a secure connection'
7584                 Patch by Hoa
7585
7586 2006-11-10 [colin]      2.6.0cvs25
7587
7588         * manual/addrbook.xml
7589         * manual/advanced.xml
7590         * manual/faq.xml
7591         * manual/intro.xml
7592                 Some more renaming
7593
7594 2006-11-09 [colin]      2.6.0cvs24
7595
7596         * src/plugins/bogofilter/bogofilter_gtk.c
7597                 Add comment about annoyance
7598
7599 2006-11-09 [colin]      2.6.0cvs23
7600
7601         * src/plugins/bogofilter/bogofilter.c
7602         * src/plugins/bogofilter/bogofilter_gtk.c
7603                 Prepare things needed to thread bogofilter
7604                 filtering: separate bogo stuff and possible GUI
7605                 stuff. 
7606
7607 2006-11-09 [colin]      2.6.0cvs22
7608
7609         * src/account.c
7610         * src/compose.c
7611                 Search for one of our accounts in Delivered-To
7612                 (helps for auto-account selection when 
7613                  replying/forwarding)
7614         * src/folderview.c
7615         * src/mainwindow.c
7616         * src/mainwindow.h
7617         * src/plugins/trayicon/trayicon.c
7618                 Allow opening a new mail with any account from
7619                 the contextual menu
7620
7621 2006-11-09 [wwp]        2.6.0cvs21
7622
7623         * src/compose.c
7624         * src/prefs_common.c
7625         * src/prefs_common.h
7626         * src/prefs_compose_writing.c
7627                 add a compose new message format (in prefs/compose/writing), it's a
7628                 simple subject+body template to use when opening a new composition
7629                 window. It's similar to the existent reply and forward formats.
7630
7631                 enhanced the template/format % symbols substitution mechanism to
7632                 use current composition window information when % are used in
7633                 the compose new message format or in templates applied to new
7634                 messages (there were useless in that situations before). When
7635                 applied to new messages, %d corresponds to the system time/date.
7636
7637 2006-11-09 [paul]       2.6.0cvs20
7638
7639         * src/gtk/authors.h
7640                 fix last commit
7641
7642 2006-11-09 [paul]       2.6.0cvs19
7643
7644         * src/gtk/authors.h
7645                 keep tje alphabetical order
7646
7647 2006-11-08 [colin]      2.6.0cvs18
7648
7649         * src/etpan/imap-thread.c
7650                 Fix bug 1054, 'Slowness logging big 
7651                 data chunks'
7652
7653 2006-11-08 [paul]       2.6.0cvs17
7654
7655         * tools/Makefile.am
7656                 fix the renaming
7657
7658 2006-11-08 [paul]       2.6.0cvs16
7659
7660         * src/common/defs.h
7661                 update BUGZILLA_URI
7662
7663 2006-11-08 [paul]       2.6.0cvs15
7664
7665         * tools/Makefile.am
7666         * tools/OOo2claws-mail.pl
7667         * tools/OOo2sylpheed.pl
7668         * tools/README
7669         * tools/acroread2claws-mail.pl
7670         * tools/acroread2sylpheed.pl
7671         * tools/kmail2claws-mail.pl
7672         * tools/kmail2claws-mail_v2.pl
7673         * tools/kmail2sylpheed.pl
7674         * tools/kmail2sylpheed_v2.pl
7675         * tools/maildir2claws-mail.pl
7676         * tools/maildir2sylpheed.pl
7677         * tools/nautilus2claws-mail.sh
7678         * tools/nautilus2sylpheed.sh
7679         * tools/outlook2claws-mail.pl
7680         * tools/outlook2sylpheed.pl
7681         * tools/tb2claws-mail
7682         * tools/tb2sylpheed
7683         * tools/tbird2claws.py
7684         * tools/tbird2syl.py
7685         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7686         * tools/kdeservicemenu/install.sh
7687         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7688         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7689         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7690         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7691         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7692                 renamed (removed, added) tools files
7693
7694 2006-11-08 [paul]       2.6.0cvs14
7695
7696         * src/main.c
7697         * src/common/defs.h
7698                 Migrate sylpheedrc to clawsrc, and fix the standard
7699                 plugins path in the process
7700
7701 2006-11-07 [colin]      2.6.0cvs13
7702
7703         * src/Makefile.am
7704                 Symlink sylpheed-claws relative to 
7705                 claws-mail
7706
7707 2006-11-07 [colin]      2.6.0cvs12
7708
7709         * src/compose.c
7710                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7711
7712 2006-11-07 [paul]       2.6.0cvs11
7713
7714         * src/gtk/about.c
7715                 Fix a missed occurence of
7716                 Sylpheed-Claws
7717
7718 2006-11-07 [paul]       2.6.0cvs10
7719
7720         * src/Makefile.am
7721                 Fix symlink installation
7722
7723 2006-11-07 [paul]       2.6.0cvs9
7724
7725         * src/Makefile.am
7726                 Symlink claws-mail to sylpheed-claws
7727         * src/common/utils.c
7728                 Fix migrating symlinks
7729         * src/etpan/imap-thread.c
7730                 check certificate only when there's
7731                 no error
7732
7733 2006-11-07 [paul]       2.6.0cvs8
7734
7735         * Makefile.am
7736                 Fix icon breakages with Gtk, which needs a 
7737                 cache updated to see them.
7738
7739 2006-11-07 [paul]       2.6.0cvs7
7740
7741         * .cvsignore
7742         * AUTHORS
7743         * COPYING
7744         * INSTALL
7745         * Makefile.am
7746         * NEWS
7747         * README
7748         * RELEASE_NOTES
7749         * autogen.sh
7750         * claws-mail-128x128.png
7751         * claws-mail-64x64.png
7752         * claws-mail.ico
7753         * claws-mail.pc.in
7754         * claws-mail.png
7755         * configure.ac
7756         * sylpheed-claws-128x128.png
7757         * sylpheed-claws-64x64.png
7758         * sylpheed-claws.desktop
7759         * sylpheed-claws.ico
7760         * sylpheed-claws.pc.in
7761         * sylpheed-claws.png
7762         * debian/README.Debian
7763         * debian/changelog
7764         * debian/claws-mail.desktop
7765         * debian/claws-mail.menu
7766         * debian/claws-mail.postinst.debhelper
7767         * debian/claws-mail.postrm.debhelper
7768         * debian/control
7769         * debian/copyright
7770         * debian/files
7771         * debian/rules
7772         * debian/sylpheed-claws.desktop
7773         * debian/sylpheed-claws.menu
7774         * debian/sylpheed-claws.postinst.debhelper
7775         * debian/sylpheed-claws.postrm.debhelper
7776         * doc/man/Makefile.am
7777         * doc/man/claws-mail.1
7778         * doc/man/sylpheed-claws.1
7779         * doc/src/ChangeLog.claws-pre0.8.0
7780         * manual/Makefile.am
7781         * manual/account.xml
7782         * manual/ack.xml
7783         * manual/addrbook.xml
7784         * manual/advanced.xml
7785         * manual/claws-mail-manual.xml
7786         * manual/faq.xml
7787         * manual/glossary.xml
7788         * manual/handling.xml
7789         * manual/intro.xml
7790         * manual/keyboard.xml
7791         * manual/plugins.xml
7792         * manual/starting.xml
7793         * manual/sylpheed-claws-manual.xml
7794         * manual/xml2pdf
7795         * manual/dist/.cvsignore
7796         * manual/dist/html/.cvsignore
7797         * manual/dist/html/Makefile.am
7798         * manual/dist/pdf/.cvsignore
7799         * manual/dist/pdf/Makefile.am
7800         * manual/dist/ps/.cvsignore
7801         * manual/dist/ps/Makefile.am
7802         * manual/dist/txt/.cvsignore
7803         * manual/dist/txt/Makefile.am
7804         * manual/es/Makefile.am
7805         * manual/es/advanced.xml
7806         * manual/es/claws-mail-manual.xml
7807         * manual/es/faq.xml
7808         * manual/es/glossary.xml
7809         * manual/es/handling.xml
7810         * manual/es/intro.xml
7811         * manual/es/plugins.xml
7812         * manual/es/sylpheed-claws-manual.xml
7813         * manual/es/dist/.cvsignore
7814         * manual/es/dist/html/.cvsignore
7815         * manual/es/dist/html/Makefile.am
7816         * manual/es/dist/pdf/.cvsignore
7817         * manual/es/dist/pdf/Makefile.am
7818         * manual/es/dist/ps/.cvsignore
7819         * manual/es/dist/ps/Makefile.am
7820         * manual/es/dist/txt/.cvsignore
7821         * manual/es/dist/txt/Makefile.am
7822         * manual/fr/Makefile.am
7823         * manual/fr/account.xml
7824         * manual/fr/ack.xml
7825         * manual/fr/addrbook.xml
7826         * manual/fr/advanced.xml
7827         * manual/fr/claws-mail-manual.xml
7828         * manual/fr/faq.xml
7829         * manual/fr/glossary.xml
7830         * manual/fr/handling.xml
7831         * manual/fr/intro.xml
7832         * manual/fr/keyboard.xml
7833         * manual/fr/plugins.xml
7834         * manual/fr/starting.xml
7835         * manual/fr/sylpheed-claws-manual.xml
7836         * manual/fr/dist/.cvsignore
7837         * manual/fr/dist/html/.cvsignore
7838         * manual/fr/dist/html/Makefile.am
7839         * manual/fr/dist/pdf/.cvsignore
7840         * manual/fr/dist/pdf/Makefile.am
7841         * manual/fr/dist/ps/.cvsignore
7842         * manual/fr/dist/ps/Makefile.am
7843         * manual/fr/dist/txt/.cvsignore
7844         * manual/fr/dist/txt/Makefile.am
7845         * manual/pl/Makefile.am
7846         * manual/pl/account.xml
7847         * manual/pl/ack.xml
7848         * manual/pl/addrbook.xml
7849         * manual/pl/advanced.xml
7850         * manual/pl/claws-mail-manual.xml
7851         * manual/pl/faq.xml
7852         * manual/pl/glossary.xml
7853         * manual/pl/handling.xml
7854         * manual/pl/intro.xml
7855         * manual/pl/keyboard.xml
7856         * manual/pl/plugins.xml
7857         * manual/pl/starting.xml
7858         * manual/pl/sylpheed-claws-manual.xml
7859         * manual/pl/dist/.cvsignore
7860         * manual/pl/dist/html/.cvsignore
7861         * manual/pl/dist/html/Makefile.am
7862         * manual/pl/dist/pdf/.cvsignore
7863         * manual/pl/dist/pdf/Makefile.am
7864         * manual/pl/dist/ps/.cvsignore
7865         * manual/pl/dist/ps/Makefile.am
7866         * manual/pl/dist/txt/.cvsignore
7867         * manual/pl/dist/txt/Makefile.am
7868         * po/.cvsignore
7869         * po/Makevars
7870         * src/.cvsignore
7871         * src/Makefile.am
7872         * src/account.c
7873         * src/account.h
7874         * src/action.c
7875         * src/action.h
7876         * src/adbookbase.h
7877         * src/addr_compl.c
7878         * src/addr_compl.h
7879         * src/addrbook.c
7880         * src/addrcache.c
7881         * src/addrcache.h
7882         * src/addrcindex.c
7883         * src/addrcindex.h
7884         * src/addrclip.c
7885         * src/addrclip.h
7886         * src/addrdefs.h
7887         * src/addressadd.c
7888         * src/addressadd.h
7889         * src/addressbook.c
7890         * src/addressbook.h
7891         * src/addressbook_foldersel.c
7892         * src/addressbook_foldersel.h
7893         * src/addrgather.c
7894         * src/addrgather.h
7895         * src/addrharvest.c
7896         * src/addrharvest.h
7897         * src/addrindex.c
7898         * src/addrindex.h
7899         * src/addritem.c
7900         * src/addritem.h
7901         * src/addrquery.c
7902         * src/addrquery.h
7903         * src/addrselect.c
7904         * src/addrselect.h
7905         * src/alertpanel.c
7906         * src/alertpanel.h
7907         * src/browseldap.c
7908         * src/browseldap.h
7909         * src/codeconv.c
7910         * src/codeconv.h
7911         * src/compose.c
7912         * src/crash.c
7913         * src/crash.h
7914         * src/customheader.c
7915         * src/customheader.h
7916         * src/displayheader.c
7917         * src/displayheader.h
7918         * src/editaddress.c
7919         * src/editaddress.h
7920         * src/editbook.c
7921         * src/editbook.h
7922         * src/editgroup.c
7923         * src/editgroup.h
7924         * src/editjpilot.c
7925         * src/editjpilot.h
7926         * src/editldap.c
7927         * src/editldap.h
7928         * src/editldap_basedn.c
7929         * src/editldap_basedn.h
7930         * src/editvcard.c
7931         * src/editvcard.h
7932         * src/exphtmldlg.c
7933         * src/exphtmldlg.h
7934         * src/expldifdlg.c
7935         * src/expldifdlg.h
7936         * src/export.c
7937         * src/exporthtml.c
7938         * src/exporthtml.h
7939         * src/exportldif.c
7940         * src/exportldif.h
7941         * src/filtering.c
7942         * src/filtering.h
7943         * src/folder.c
7944         * src/folder.h
7945         * src/folder_item_prefs.c
7946         * src/folder_item_prefs.h
7947         * src/foldersel.c
7948         * src/foldersel.h
7949         * src/folderutils.c
7950         * src/folderutils.h
7951         * src/folderview.c
7952         * src/folderview.h
7953         * src/grouplistdialog.c
7954         * src/grouplistdialog.h
7955         * src/html.c
7956         * src/html.h
7957         * src/image_viewer.c
7958         * src/image_viewer.h
7959         * src/imap.c
7960         * src/imap.h
7961         * src/imap_gtk.c
7962         * src/imap_gtk.h
7963         * src/import.c
7964         * src/import.h
7965         * src/importldif.c
7966         * src/importldif.h
7967         * src/importmutt.c
7968         * src/importmutt.h
7969         * src/importpine.c
7970         * src/importpine.h
7971         * src/inc.c
7972         * src/inc.h
7973         * src/jpilot.c
7974         * src/jpilot.h
7975         * src/ldapctrl.c
7976         * src/ldapctrl.h
7977         * src/ldaplocate.c
7978         * src/ldaplocate.h
7979         * src/ldapquery.c
7980         * src/ldapquery.h
7981         * src/ldapserver.c
7982         * src/ldapserver.h
7983         * src/ldaputil.c
7984         * src/ldaputil.h
7985         * src/ldif.c
7986         * src/ldif.h
7987         * src/localfolder.c
7988         * src/localfolder.h
7989         * src/main.c
7990         * src/main.h
7991         * src/mainwindow.c
7992         * src/mainwindow.h
7993         * src/manual.c
7994         * src/manual.h
7995         * src/matcher.c
7996         * src/matcher.h
7997         * src/matcher_parser.h
7998         * src/matcher_parser_lex.l
7999         * src/matcher_parser_parse.y
8000         * src/mbox.c
8001         * src/mbox.h
8002         * src/message_search.c
8003         * src/message_search.h
8004         * src/messageview.c
8005         * src/messageview.h
8006         * src/mh.c
8007         * src/mh.h
8008         * src/mh_gtk.c
8009         * src/mh_gtk.h
8010         * src/mimeview.c
8011         * src/mimeview.h
8012         * src/msgcache.c
8013         * src/msgcache.h
8014         * src/mutt.c
8015         * src/mutt.h
8016         * src/news.c
8017         * src/news.h
8018         * src/news_gtk.c
8019         * src/news_gtk.h
8020         * src/noticeview.c
8021         * src/noticeview.h
8022         * src/partial_download.c
8023         * src/partial_download.h
8024         * src/pine.c
8025         * src/pine.h
8026         * src/pop.c
8027         * src/pop.h
8028         * src/prefs_account.c
8029         * src/prefs_account.h
8030         * src/prefs_actions.c
8031         * src/prefs_actions.h
8032         * src/prefs_common.c
8033         * src/prefs_common.h
8034         * src/prefs_compose_writing.c
8035         * src/prefs_compose_writing.h
8036         * src/prefs_customheader.c
8037         * src/prefs_customheader.h
8038         * src/prefs_display_header.c
8039         * src/prefs_display_header.h
8040         * src/prefs_ext_prog.c
8041         * src/prefs_ext_prog.h
8042         * src/prefs_filtering.c
8043         * src/prefs_folder_column.c
8044         * src/prefs_folder_column.h
8045         * src/prefs_folder_item.c
8046         * src/prefs_folder_item.h
8047         * src/prefs_fonts.c
8048         * src/prefs_fonts.h
8049         * src/prefs_gtk.c
8050         * src/prefs_gtk.h
8051         * src/prefs_image_viewer.c
8052         * src/prefs_image_viewer.h
8053         * src/prefs_matcher.c
8054         * src/prefs_matcher.h
8055         * src/prefs_message.c
8056         * src/prefs_message.h
8057         * src/prefs_msg_colors.c
8058         * src/prefs_msg_colors.h
8059         * src/prefs_other.c
8060         * src/prefs_other.h
8061         * src/prefs_quote.c
8062         * src/prefs_quote.h
8063         * src/prefs_receive.c
8064         * src/prefs_receive.h
8065         * src/prefs_send.c
8066         * src/prefs_send.h
8067         * src/prefs_spelling.c
8068         * src/prefs_spelling.h
8069         * src/prefs_summaries.c
8070         * src/prefs_summaries.h
8071         * src/prefs_summary_column.c
8072         * src/prefs_summary_column.h
8073         * src/prefs_template.c
8074         * src/prefs_template.h
8075         * src/prefs_themes.c
8076         * src/prefs_themes.h
8077         * src/prefs_toolbar.c
8078         * src/prefs_toolbar.h
8079         * src/prefs_wrapping.c
8080         * src/prefs_wrapping.h
8081         * src/privacy.c
8082         * src/privacy.h
8083         * src/procheader.c
8084         * src/procheader.h
8085         * src/procmime.c
8086         * src/procmime.h
8087         * src/procmsg.c
8088         * src/procmsg.h
8089         * src/quote_fmt.c
8090         * src/quote_fmt_parse.y
8091         * src/recv.c
8092         * src/recv.h
8093         * src/remotefolder.c
8094         * src/remotefolder.h
8095         * src/send_message.c
8096         * src/send_message.h
8097         * src/setup.c
8098         * src/setup.h
8099         * src/sourcewindow.c
8100         * src/sourcewindow.h
8101         * src/ssl_manager.c
8102         * src/ssl_manager.h
8103         * src/statusbar.c
8104         * src/statusbar.h
8105         * src/stock_pixmap.c
8106         * src/stock_pixmap.h
8107         * src/summary_search.c
8108         * src/summary_search.h
8109         * src/summaryview.c
8110         * src/summaryview.h
8111         * src/syldap.c
8112         * src/syldap.h
8113         * src/textview.c
8114         * src/textview.h
8115         * src/toolbar.c
8116         * src/toolbar.h
8117         * src/undo.c
8118         * src/undo.h
8119         * src/unmime.c
8120         * src/unmime.h
8121         * src/vcard.c
8122         * src/vcard.h
8123         * src/wizard.c
8124         * src/wizard.h
8125         * src/common/base64.c
8126         * src/common/base64.h
8127         * src/common/defs.h
8128         * src/common/hooks.c
8129         * src/common/hooks.h
8130         * src/common/log.c
8131         * src/common/log.h
8132         * src/common/mgutils.c
8133         * src/common/mgutils.h
8134         * src/common/nntp.c
8135         * src/common/nntp.h
8136         * src/common/passcrypt.c
8137         * src/common/passcrypt.h.in
8138         * src/common/plugin.c
8139         * src/common/plugin.h
8140         * src/common/prefs.c
8141         * src/common/prefs.h
8142         * src/common/progressindicator.c
8143         * src/common/progressindicator.h
8144         * src/common/quoted-printable.c
8145         * src/common/quoted-printable.h
8146         * src/common/session.c
8147         * src/common/session.h
8148         * src/common/smtp.c
8149         * src/common/smtp.h
8150         * src/common/socket.c
8151         * src/common/socket.h
8152         * src/common/ssl.c
8153         * src/common/ssl.h
8154         * src/common/stringtable.c
8155         * src/common/stringtable.h
8156         * src/common/sylpheed.c
8157         * src/common/sylpheed.h
8158         * src/common/template.c
8159         * src/common/template.h
8160         * src/common/timing.h
8161         * src/common/utils.c
8162         * src/common/utils.h
8163         * src/common/version.h.in
8164         * src/common/xml.c
8165         * src/common/xml.h
8166         * src/common/xmlprops.c
8167         * src/common/xmlprops.h
8168         * src/gtk/about.c
8169         * src/gtk/colorlabel.c
8170         * src/gtk/colorlabel.h
8171         * src/gtk/colorsel.c
8172         * src/gtk/colorsel.h
8173         * src/gtk/combobox.c
8174         * src/gtk/combobox.h
8175         * src/gtk/description_window.c
8176         * src/gtk/description_window.h
8177         * src/gtk/filesel.c
8178         * src/gtk/filesel.h
8179         * src/gtk/foldersort.c
8180         * src/gtk/foldersort.h
8181         * src/gtk/gtkaspell.c
8182         * src/gtk/gtkaspell.h
8183         * src/gtk/gtksctree.c
8184         * src/gtk/gtkshruler.c
8185         * src/gtk/gtkshruler.h
8186         * src/gtk/gtkutils.c
8187         * src/gtk/gtkutils.h
8188         * src/gtk/icon_legend.c
8189         * src/gtk/icon_legend.h
8190         * src/gtk/logwindow.c
8191         * src/gtk/logwindow.h
8192         * src/gtk/manage_window.c
8193         * src/gtk/manage_window.h
8194         * src/gtk/pluginwindow.c
8195         * src/gtk/pluginwindow.h
8196         * src/gtk/prefswindow.c
8197         * src/gtk/prefswindow.h
8198         * src/gtk/quicksearch.c
8199         * src/gtk/quicksearch.h
8200         * src/pixmaps/claws-mail.xpm
8201         * src/pixmaps/claws-mail_icon.xpm
8202         * src/pixmaps/claws-mail_logo.xpm
8203         * src/pixmaps/sylpheed-claws.xpm
8204         * src/pixmaps/sylpheed-claws_icon.xpm
8205         * src/pixmaps/sylpheed-claws_logo.xpm
8206         * src/plugins/bogofilter/Makefile.am
8207         * src/plugins/bogofilter/bogofilter.c
8208         * src/plugins/bogofilter/bogofilter.h
8209         * src/plugins/bogofilter/bogofilter_gtk.c
8210         * src/plugins/clamav/Makefile.am
8211         * src/plugins/clamav/clamav_plugin.c
8212         * src/plugins/clamav/clamav_plugin.h
8213         * src/plugins/clamav/clamav_plugin_gtk.c
8214         * src/plugins/demo/Makefile.am
8215         * src/plugins/demo/demo.c
8216         * src/plugins/dillo_viewer/Makefile.am
8217         * src/plugins/dillo_viewer/README
8218         * src/plugins/dillo_viewer/dillo_prefs.c
8219         * src/plugins/dillo_viewer/dillo_prefs.h
8220         * src/plugins/dillo_viewer/dillo_viewer.c
8221         * src/plugins/pgpcore/Makefile.am
8222         * src/plugins/pgpcore/passphrase.c
8223         * src/plugins/pgpcore/passphrase.h
8224         * src/plugins/pgpcore/pgp_viewer.c
8225         * src/plugins/pgpcore/pgp_viewer.h
8226         * src/plugins/pgpcore/plugin.c
8227         * src/plugins/pgpcore/prefs_gpg.c
8228         * src/plugins/pgpcore/prefs_gpg.h
8229         * src/plugins/pgpcore/select-keys.c
8230         * src/plugins/pgpcore/select-keys.h
8231         * src/plugins/pgpcore/sgpgme.c
8232         * src/plugins/pgpcore/sgpgme.h
8233         * src/plugins/pgpcore/sylpheed.def
8234         * src/plugins/pgpcore/version.rc
8235         * src/plugins/pgpinline/Makefile.am
8236         * src/plugins/pgpinline/pgpinline.c
8237         * src/plugins/pgpinline/pgpinline.h
8238         * src/plugins/pgpinline/plugin.c
8239         * src/plugins/pgpinline/sylpheed.def
8240         * src/plugins/pgpinline/version.rc
8241         * src/plugins/pgpmime/Makefile.am
8242         * src/plugins/pgpmime/pgpmime.c
8243         * src/plugins/pgpmime/pgpmime.h
8244         * src/plugins/pgpmime/plugin.c
8245         * src/plugins/pgpmime/sylpheed.def
8246         * src/plugins/pgpmime/version.rc
8247         * src/plugins/spamassassin/Makefile.am
8248         * src/plugins/spamassassin/README
8249         * src/plugins/spamassassin/spamassassin.c
8250         * src/plugins/spamassassin/spamassassin.h
8251         * src/plugins/spamassassin/spamassassin_gtk.c
8252         * src/plugins/trayicon/Makefile.am
8253         * src/plugins/trayicon/trayicon.c
8254         * tools/OOo2sylpheed.pl
8255         * tools/README
8256         * tools/README.sylprint
8257         * tools/acroread2sylpheed.pl
8258         * tools/claws.i18n.status.pl
8259         * tools/filter_conv.pl
8260         * tools/filter_conv_new.pl
8261         * tools/freshmeat_search.pl
8262         * tools/google_search.pl
8263         * tools/kmail2sylpheed.pl
8264         * tools/kmail2sylpheed_v2.pl
8265         * tools/make.themes.project
8266         * tools/multiwebsearch.pl
8267         * tools/nautilus2sylpheed.sh
8268         * tools/outlook2sylpheed.pl
8269         * tools/sylprint.pl
8270         * tools/sylprint.rc
8271         * tools/tb2sylpheed
8272         * tools/textviewer.sh
8273         * tools/vcard2xml.py
8274         * tools/kdeservicemenu/README
8275         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8276         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8277         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8278                 Change name to Claws Mail. Announce to follow...
8279
8280 2006-11-06 [wwp]        2.6.0cvs6
8281
8282         * src/prefs_template.c
8283                 unify messages related to quote format/template errors (fix
8284                 capitalization), again.
8285
8286 2006-11-06 [wwp]        2.6.0cvs5
8287
8288         * src/prefs_quote.c
8289                 unify messages related to quote format/template errors.
8290
8291 2006-11-06 [wwp]        2.6.0cvs4
8292
8293         * src/prefs_msg_colors.c
8294                 more uses of Q_ macro for contextual translations, thanks
8295                 to Fabien (fzzzzz).
8296
8297 2006-11-06 [wwp]        2.6.0cvs3
8298
8299         * src/compose.c
8300         * src/common/utils.c
8301         * src/common/utils.h
8302                 show an alertpanel to make sure users are aware that sensitive
8303                 files are attached (it's file blacklist-based). This will fix
8304                 interaction w/ GoogleEarth for instance, thanks to Colin.
8305
8306 2006-11-06 [wwp]        2.6.0cvs2
8307
8308         * src/prefs_quote.c
8309         * src/prefs_template.c
8310         * src/prefs_template.h
8311                 check quote format when applying/closing prefs. For now this only
8312                 shows up an error dialog box, not preventing the user from using
8313                 a broken quote (reply, forwards) format.
8314
8315 2006-11-06 [wwp]        2.6.0cvs1
8316
8317         * src/prefs_template.c
8318                 fix missing checks of some template fields.
8319
8320 2006-11-06 [paul]       2.6.0
8321
8322         * NEWS
8323         * README
8324         * RELEASE_NOTES
8325                 2.6.0 released
8326
8327 2006-11-06 [paul]       2.5.6cvs22
8328
8329         * manual/advanced.xml
8330         * manual/es/advanced.xml
8331                 put 'respect_flowed_format' info in the correct
8332                 place
8333
8334 2006-11-06 [mones]      2.5.6cvs21
8335
8336         * po/es.po
8337                 Minor fixes for release
8338
8339 2006-11-06 [paul]       2.5.6cvs20
8340
8341         * po/cs.po
8342         * po/de.po
8343         * po/fr.po
8344         * po/it.po
8345         * po/nl.po
8346         * po/pt_BR.po
8347         * po/sk.po
8348         * po/sv.po
8349         * po/zh_CN.po
8350                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8351                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8352                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8353                 Young
8354
8355 2006-11-02 [colin]      2.5.6cvs19
8356
8357         * src/imap.c
8358         * src/imap.h
8359         * src/prefs_account.c
8360         * src/etpan/imap-thread.c
8361                 Add GSSAPI support - fixes Debian bug #383274
8362
8363 2006-11-01 [colin]      2.5.6cvs18
8364
8365         * src/jpilot.c
8366                 Handle libpisock12 support. Probably
8367                 fixes bug 1046, 'jpilot AddressDB.pdb 
8368                 import fail'
8369
8370 2006-11-01 [colin]      2.5.6cvs17
8371
8372         * src/folderutils.c
8373                 debug_print() folderutils_mark_all_read()
8374
8375 2006-11-01 [colin]      2.5.6cvs16
8376
8377         * COPYING
8378                 Add missed files to the Apache exception
8379
8380 2006-10-31 [colin]      2.5.6cvs15
8381
8382         * src/folder.c
8383         * src/folder.h
8384                 Add a copy_private_data() func to FolderClasses
8385                 Doesn't break the feature freeze, because we 
8386                 won't use it (right now) in the core.
8387
8388 2006-10-31 [colin]      2.5.6cvs14
8389
8390         * COPYING
8391                 Allow linking with the Apache licensed files in
8392                 src/plugins/spamassassin. Hopefully fixes 
8393                 bug 1048, 'Spamassassin plugin license problem'
8394
8395 2006-10-31 [wwp]        2.5.6cvs13
8396
8397         * src/compose.c
8398                 fix and optimize trimming of leading linefeeds in body loop.
8399
8400 2006-10-31 [colin]      2.5.6cvs12
8401
8402         * src/etpan/imap-thread.c
8403         * src/imap.c
8404                 Make really sure to have NULL sets in case
8405                 of error
8406
8407 2006-10-30 [wwp]        2.5.6cvs11
8408
8409         * src/prefs_common.c
8410         * src/prefs_common.h
8411         * src/compose.c
8412                 fix broken storage of quote format template when it contains \-escape
8413                 sequences. The application of such sequences is also fixed now (\t
8414                 in quote format will be a real tab instead of a 't', for instance).
8415
8416 2006-10-27 [colin]      2.5.6cvs10
8417
8418         * src/compose.c
8419                 Probably fix bug 1045, 'sylpheed-claws 
8420                 doesn't remove the mail from the IMAP 
8421                 Queue folder after sending'. From
8422                 2.5.6cvs3-stable
8423
8424 2006-10-27 [colin]      2.5.6cvs9
8425
8426         * configure.ac
8427                 Require libetpan-0.48. I'm so annoying,
8428                 I know ;-)
8429
8430 2006-10-27 [colin]      2.5.6cvs8
8431
8432         * src/folder.c
8433         * src/imap.c
8434                 Probably fix bug 1044, 'sylpheed-claws 
8435                 segfaults while moving mails' - Fix relation
8436                 usage when moving to an IMAP mailbox from another
8437                 mailbox
8438
8439 2006-10-26 [paul]       2.5.6cvs7
8440
8441         * src/gtk/about.c
8442                 add libSM to compiled-in features
8443                 list
8444
8445 2006-10-24 [colin]      2.5.6cvs6
8446
8447         * src/textview.c
8448         * src/gtk/gtkutils.c
8449                 Fix crash when printing emails with an
8450                 xface
8451
8452 2006-10-24 [mones]      2.5.6cvs5
8453
8454         * manual/es/advanced.xml
8455                 Synchronize hidden option respect_flowed_format
8456         * po/es.po
8457                 Updated translation
8458
8459 2006-10-21 [paul]       2.5.6cvs4
8460
8461         * src/gtk/authors.h
8462         * src/plugins/pgpcore/pgp_viewer.c
8463         * src/plugins/pgpcore/sgpgme.c
8464                 fix building on BSDs
8465                 Thanks to Michael Hughes
8466                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8467
8468 2006-10-20 [colin]      2.5.6cvs3
8469
8470         * configure.ac
8471                 Bump up libetpan requirement
8472                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8473         * src/common/utils.c
8474         * src/common/utils.h
8475                 Add convenience get_file_mtime()
8476         * src/imap.c
8477         * src/etpan/imap-thread.c
8478         * src/etpan/imap-thread.h
8479                 Implement UIDPLUS support if the server
8480                 supports it - faster sending in this case
8481
8482 2006-10-19 [colin]      2.5.6cvs2
8483
8484         * src/gtk/quicksearch.c
8485                 Fix emptying in type-ahead+extended mode
8486         * src/mainwindow.c
8487         * src/mainwindow.h
8488                 Add a hook for offline state change
8489         * src/plugins/trayicon/trayicon.c
8490                 Use it to display offline icons
8491         * src/plugins/trayicon/Makefile.am
8492         * src/plugins/trayicon/newmail.offline.xpm
8493         * src/plugins/trayicon/newmarkedmail.offline.xpm
8494         * src/plugins/trayicon/nomail.offline.xpm
8495         * src/plugins/trayicon/unreadmail.offline.xpm
8496         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8497                 Add the icons
8498
8499 2006-10-12 [paul]       2.5.6cvs1
8500
8501         * NEWS
8502         * README
8503         * configure.ac
8504                 Update version number following
8505                 stable release
8506
8507 2006-10-19 [colin]      2.5.5cvs18
8508
8509         * manual/handling.xml
8510                 Add type-ahead search
8511
8512 2006-10-18 [colin]      2.5.5cvs17
8513
8514         * src/gtk/quicksearch.c
8515                 Remove "save to history only if there's
8516                 no syntax error", it breaks for some 
8517                 reason which I'll investigate later.
8518
8519 2006-10-18 [colin]      2.5.5cvs16
8520
8521         * src/prefs_common.c
8522         * src/prefs_common.h
8523         * src/summaryview.c
8524         * src/gtk/quicksearch.c
8525         * src/gtk/quicksearch.h
8526                 Add a type-ahead option for fast searches
8527                 Patch by Fabien Vantard
8528
8529 2006-10-18 [colin]      2.5.5cvs15
8530
8531         * src/compose.c
8532         * src/compose.h
8533                 Add Options/Reply mode/ menu to be able to
8534                 change the recipients of a reply on the fly
8535
8536 2006-10-18 [colin]      2.5.5cvs14
8537
8538         * src/compose.c
8539                 Fix redirecting of our own sent mails
8540
8541 2006-10-17 [wwp]        2.5.5cvs13
8542
8543         * src/send_message.c
8544                 Fix duplicate error messages when sending, and missing
8545                 newline in such error messages.
8546
8547 2006-10-17 [colin]      2.5.5cvs12
8548
8549         * src/compose.c
8550                 Compare addresses case-insensitive
8551
8552 2006-10-17 [colin]      2.5.5cvs11
8553
8554         * src/plugins/pgpcore/sgpgme.c
8555                 Fix return status
8556
8557 2006-10-17 [colin]      2.5.5cvs10
8558
8559         * src/plugins/pgpcore/pgp_viewer.c
8560                 Fix return status
8561
8562 2006-10-17 [colin]      2.5.5cvs9
8563
8564         * src/quote_fmt.c
8565                 Fix a typo (thanks to Fabien)
8566
8567 2006-10-16 [colin]      2.5.5cvs8
8568
8569         * src/textview.c
8570                 Fix problem with quote-folding when emails
8571                 don't convert cleanly to UTF-8
8572
8573 2006-10-14 [colin]      2.5.5cvs7
8574
8575         * src/prefs_template.c
8576                 Reset fields when reopening
8577                 the window
8578
8579 2006-10-13 [paul]       2.5.5cvs6
8580
8581         * manual/advanced.xml
8582         * src/prefs_message.c
8583                 make 'respect_flowed_format' a hidden
8584                 option, and add a manual entry for it
8585                 Thanks to Colin
8586
8587 2006-10-12 [colin]      2.5.5cvs5
8588
8589         * src/codeconv.c
8590                 Revert part of 2.5.2cvs21:
8591                 Don't optimise by reusing the 
8592                 last iconv converter if possible:
8593                 it seems slightly broken in a 
8594                 very hard way to reproduce
8595
8596 2006-10-12 [colin]      2.5.5cvs4
8597
8598         * src/prefs_common.c
8599         * src/prefs_common.h
8600         * src/prefs_message.c
8601         * src/procmime.c
8602                 Fix bug 1035, 'Incorrect handling 
8603                 of flowed lines'. We now optionnaly
8604                 handle this format (preference is in
8605                 Message View/Text options section)
8606
8607 2006-10-12 [colin]      2.5.5cvs3
8608
8609         * po/POTFILES.in
8610                 Add new file
8611         * src/plugins/pgpcore/pgp_viewer.c
8612         * src/plugins/pgpcore/sgpgme.c
8613                 Don't try to import without asking
8614
8615 2006-10-12 [colin]      2.5.5cvs2
8616
8617         * src/compose.c
8618                 Fix bug 1036, 'Forwarding a mutlipart
8619                 mail with a "text/html" block to ms
8620                 outlook users leeds to freeze of
8621                 outlook'. Poor outlook users...
8622
8623 2006-10-12 [paul]       2.5.5cvs1
8624
8625         * NEWS
8626         * README
8627         * configure.ac
8628                 Update version number following
8629                 stable release
8630
8631 2006-10-11 [paul]       2.5.4cvs1
8632
8633         * NEWS
8634         * README
8635         * configure.ac
8636                 Update version number following
8637                 stable release
8638
8639 2006-10-11 [paul]       2.5.3cvs32
8640
8641         * src/textview.c
8642                 fix bug 1032, 'Segmentation fault when showing
8643                 message' (bug in quote folding)
8644                 Thanks to Colin
8645
8646 2006-10-10 [colin]      2.5.3cvs31
8647
8648         * src/quote_fmt.c
8649                 Rephrase english a bit
8650
8651 2006-10-10 [colin]      2.5.3cvs30
8652
8653         * src/prefs_compose_writing.c
8654                 Stop making the page larger than the window
8655
8656 2006-10-10 [wwp]        2.5.3cvs29
8657
8658         * src/compose.c
8659         * src/prefs_template.c
8660         * src/quote_fmt.c
8661         * src/quote_fmt.h
8662         * src/quote_fmt_lex.l
8663         * src/quote_fmt_parse.y
8664                 Extend the quote parser a bit: allow to get access to
8665                 basic (composing) account info.
8666
8667 2006-10-10 [colin]      2.5.3cvs28
8668
8669         * src/procheader.c
8670                 Fix this \t problem in subject
8671
8672 2006-10-09 [colin]      2.5.3cvs27
8673
8674         * src/main.c
8675         * src/prefs_gtk.c
8676                 Prepare cache a bit later
8677                 If section already exists, skip the new one 
8678                 (as previously); avoid writing the same block
8679                 twice - if we find a second block with the 
8680                 same id, skip it.
8681         * src/plugins/pgpcore/pgp_viewer.c
8682                 Set cursor to busy when retrieving a key
8683         * src/plugins/pgpcore/sgpgme.c
8684                 allow 5 seconds for gpg to export the key
8685                 
8686
8687 2006-10-09 [colin]      2.5.3cvs26
8688
8689         * configure.ac
8690         * src/msgcache.c
8691         * src/prefs_gtk.c
8692                 Check for existence of fgets_unlocked
8693                 and fwrite_unlocked
8694
8695 2006-10-09 [paul]       2.5.3cvs25
8696
8697         * src/prefs_summaries.c
8698                 replace strftime() with fast_strftime() and in
8699                 the consequence fix the bug in the display of
8700                 AM/PM in the 'Example' string
8701
8702 2006-10-09 [ticho]      2.5.3cvs24
8703
8704         * po/sk.po
8705                 Updated (and fixed up somewhat) Slovak translation.
8706
8707 2006-10-08 [colin]      2.5.3cvs23
8708
8709         * src/prefs_folder_item.c
8710                 Explain why prefs in the top-level folder
8711                 aren't retained, but are still useful
8712
8713 2006-10-08 [colin]      2.5.3cvs22
8714
8715         * src/prefs_gtk.c
8716                 Don't cache anything if caching fails
8717
8718 2006-10-08 [colin]      2.5.3cvs21
8719
8720         * src/common/utils.c
8721                 always include gi18n.h
8722
8723 2006-10-07 [colin]      2.5.3cvs20
8724
8725         * src/plugins/pgpcore/pgp_viewer.c
8726                 Kill gpg after 5 seconds wait
8727
8728 2006-10-07 [colin]      2.5.3cvs19
8729
8730         * src/plugins/pgpcore/pgp_viewer.c
8731         * src/plugins/pgpcore/pgp_viewer.h
8732                 Fix copyright
8733
8734 2006-10-07 [colin]      2.5.3cvs18
8735
8736         * src/plugins/pgpcore/pgp_viewer.c
8737         * src/plugins/pgpcore/pgp_viewer.h
8738                 Actually add the files to CVS
8739
8740 2006-10-07 [colin]      2.5.3cvs17
8741
8742         * src/plugins/pgpcore/sgpgme.c
8743                 Be sure not to crash on 'application/pgp-signature' that
8744                 are not application/pgp-signatures
8745
8746 2006-10-07 [colin]      2.5.3cvs16
8747
8748         * src/textview.c
8749         * src/textview.h
8750                 Make a bit more of the API available
8751         * src/plugins/pgpcore/Makefile.am
8752         * src/plugins/pgpcore/plugin.c
8753         * src/plugins/pgpcore/sgpgme.c
8754                 Add basic key import/export
8755
8756 2006-10-07 [colin]      2.5.3cvs15
8757
8758         * src/folderview.c
8759         * src/imap.c
8760         * src/prefs_account.c
8761         * src/wizard.c
8762                 Warn users *everywhere* if libetpan's not
8763                 linked in
8764
8765 2006-10-06 [mones]      2.5.3cvs14
8766
8767         * po/de.po
8768         * po/es.po
8769                 updated by Stephan Sachse and me
8770
8771 2006-10-06 [colin]      2.5.3cvs13
8772
8773         * src/main.c
8774         * src/common/sylpheed.c
8775                 Don't load common plugins if --exit is passed
8776         * src/prefs_gtk.c
8777         * src/prefs_gtk.h
8778                 Implement a cache to avoid reading the same
8779                 files over and over again at startup
8780
8781 2006-10-06 [colin]      2.5.3cvs12
8782
8783         * src/summaryview.c
8784         * src/gtk/quicksearch.c
8785                 Update display every 5k mails on fast searches
8786
8787 2006-10-06 [colin]      2.5.3cvs11
8788
8789         * src/textview.c
8790                 Don't do quote folding on HTML or ERTF.
8791                 May fix the Cygwin issues if they were
8792                 happening with HTML mails?
8793
8794 2006-10-05 [colin]      2.5.3cvs10
8795
8796         * src/prefs_gtk.c
8797                 Oops, forgot one
8798
8799 2006-10-05 [colin]      2.5.3cvs9
8800
8801         * src/prefs_gtk.c
8802                 Use unlocked_stdio here too
8803
8804 2006-10-05 [colin]      2.5.3cvs8
8805
8806         * src/folderview.c
8807                 Fix go to next * after preferences apply
8808         * src/msgcache.c
8809                 Do the fd lock/unlock ourselves instead of
8810                 letting the libc do it at each write 
8811
8812 2006-10-05 [colin]      2.5.3cvs7
8813
8814         * src/common/utils.c
8815                 Faster division, thanks to Jean Diraison
8816
8817 2006-10-05 [paul]       2.5.3cvs6
8818
8819         * src/common/utils.c
8820                 fix building with --disable-nls
8821
8822 2006-10-04 [colin]      2.5.3cvs5
8823
8824         * src/folder.c
8825                 Maybe fix a segfault
8826
8827 2006-10-04 [wwp]        2.5.3cvs4
8828
8829         * src/prefs_folder_item.c
8830                 Fine-tune layouts in folder item prefs. Suggested by
8831                 Fabien Vantard <fzzzzz@gmail.com>.
8832
8833 2006-10-04 [wwp]        2.5.3cvs3
8834
8835         * src/prefs_folder_item.c
8836                 Kill the clandestine passengers. You didn't see anything.
8837
8838 2006-10-04 [wwp]        2.5.3cvs2
8839
8840         * src/prefs_folder_item.c
8841                 Add a way to test the subject simplify regexp in
8842                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8843                 w/ few layout changes.
8844
8845 2006-20-04 [paul]       2.5.3cvs1
8846
8847         * NEWS
8848         * README
8849         * configure.ac
8850                 Update version number following
8851                 stable release
8852
8853 2006-10-04 [colin]      2.5.2cvs42
8854
8855         * src/folder.c
8856         * src/folder.h
8857         * src/summaryview.c
8858                 Provide a way for folder classes to set their sort
8859                 type and key
8860
8861 2006-10-03 [colin]      2.5.2cvs41
8862
8863         * src/mh.c
8864                 Don't use strlen() to know if the
8865                 string's empty
8866
8867 2006-10-03 [colin]      2.5.2cvs40
8868
8869         * src/mh.c
8870                 Fix "check for new folders" with accentued folders
8871
8872 2006-10-03 [ticho]      2.5.2cvs39
8873
8874         * src/filtering.c
8875         * src/folder.c
8876         * src/inc.c
8877         * src/mbox.c
8878                 Colin's fix for "copy" filtering rules.
8879
8880 2006-10-02 [colin]      2.5.2cvs38
8881
8882         * src/folderview.c
8883                 Fix for double-click too
8884
8885 2006-10-02 [colin]      2.5.2cvs37
8886
8887         * src/folderview.c
8888                 correct fix for cvs36
8889
8890 2006-10-02 [colin]      2.5.2cvs36
8891
8892         * src/folderview.c
8893                 Fix 'goto next unread' after collapsing/expanding 
8894                 a node.
8895
8896 2006-10-02 [colin]      2.5.2cvs35
8897
8898         * src/summaryview.c
8899                 Fix double freeze/thaw
8900         * src/common/utils.c
8901         * src/common/utils.h
8902                 Reimplement strftime
8903         * src/procheader.c
8904                 Use it
8905
8906
8907 2006-10-02 [colin]      2.5.2cvs34
8908
8909         * src/mh.c
8910                 Time mh_write_sequences() - it's fast
8911         * src/summaryview.c
8912                 Init a variable to shut up gcc
8913
8914 2006-10-01 [colin]      2.5.2cvs33
8915
8916         * src/folder.c
8917         * src/mh.c
8918         * src/mh.h
8919         * src/msgcache.c
8920                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8921                 Add fsync but disable it, it's slow as hell
8922
8923 2006-10-01 [colin]      2.5.2cvs32
8924
8925         * src/mh.c
8926         * src/msgcache.c
8927                 fflush() caches and mh_sequences before
8928                 fclose()ing
8929
8930 2006-10-01 [colin]      2.5.2cvs31
8931
8932         * src/msgcache.c
8933                 Don't ftruncate when not using mmap
8934
8935 2006-09-30 [colin]      2.5.2cvs30
8936
8937         * src/main.c
8938                 Write folder list *after* saving caches
8939
8940 2006-09-30 [colin]      2.5.2cvs29
8941
8942         * src/folder.c
8943         * src/mh.c
8944                 Debug forced mtime changes
8945
8946 2006-09-30 [colin]      2.5.2cvs28
8947
8948         * src/folder.c
8949         * src/main.c
8950                 Remove useless debug_print()s (code
8951                 well-tested)
8952
8953 2006-09-30 [colin]      2.5.2cvs27
8954
8955         * src/mh.c
8956                 Do stuff faster when writing mh_sequences
8957
8958 2006-09-30 [colin]      2.5.2cvs26
8959
8960         * src/mh.c
8961                 Don't let the writing of .mh_sequences, which
8962                 can change the folder's mtime, let us think
8963                 we need to scan.
8964
8965 2006-09-30 [colin]      2.5.2cvs25
8966
8967         * src/folder.c
8968                 Move a debug_print where it belongs 
8969                 (processing)
8970         * src/summaryview.c
8971                 Don't mess with a huge slow subject
8972                 table if we're not threading by
8973                 subject
8974
8975 2006-09-30 [colin]      2.5.2cvs24
8976
8977         * src/msgcache.c
8978                 Reenable mmaped reads (*not* writes!)
8979         * src/procmsg.c
8980                 Don't destroy and recreate hashtables just
8981                 for fun
8982         * src/common/utils.c
8983                 Remove useless reply prefixes (it's case
8984                 unsensitive)
8985
8986 2006-09-30 [wwp]        2.5.2cvs23
8987
8988         * tools/fix_date.sh
8989                 Fixed a minor bug in date value extraction, added a switch
8990                 to replace non RFC-compliant Date: value, added a switch
8991                 to use strict RFC matching patterns for dates.
8992
8993 2006-09-29 [colin]      2.5.2cvs22
8994
8995         * src/matcher_parser.h
8996         * src/matcher_parser_parse.y
8997         * src/prefs_filtering.c
8998         * src/statusbar.c
8999         * src/summary_search.c
9000         * src/summaryview.c
9001         * src/gtk/quicksearch.c
9002         * src/gtk/quicksearch.h
9003                 Optimise searches by setting different
9004                 refresh intervals (depending if the 
9005                 search is fast or not)
9006
9007 2006-09-29 [colin]      2.5.2cvs21
9008
9009         * src/codeconv.c
9010                 Optimise by reusing the last iconv converter
9011                 if possible
9012         * src/textview.c
9013                 Optimise a bit (the foldable quotes feature
9014                 still has an awful O(n^2) algo
9015
9016 2006-09-29 [colin]      2.5.2cvs20
9017
9018         * src/gtk/gtksctree.c
9019         * src/gtk/gtksctree.h
9020                 Optimise de-selection via up/down or
9021                 another key
9022
9023 2006-09-28 [colin]      2.5.2cvs19
9024
9025         * src/action.c
9026         * src/compose.c
9027         * src/folderview.c
9028         * src/mainwindow.c
9029         * src/messageview.c
9030         * src/summary_search.c
9031         * src/toolbar.c
9032                 Avoid using summaryview->ctree directly
9033
9034 2006-09-28 [colin]      2.5.2cvs18
9035
9036         * src/summaryview.c
9037         * src/summaryview.h
9038                 Add helpers to freeze/thaw/grab_focus
9039                 Factorize calls to freeze/thaw/grab_focus
9040                 
9041
9042 2006-09-28 [colin]      2.5.2cvs17
9043
9044         * src/main.c
9045                 More guards for the session management
9046
9047 2006-09-28 [colin]      2.5.2cvs16
9048
9049         * src/folderview.c
9050         * src/gtk/gtksctree.c
9051         * src/gtk/gtksctree.h
9052                 Make expanding not recursive in folderview
9053
9054 2006-09-28 [colin]      2.5.2cvs15
9055
9056         * src/addressbook.c
9057                 If nothing is selected in the list (right part)
9058                 and a group is selected in the tree (left part),
9059                 mail this group.
9060
9061 2006-09-28 [colin]      2.5.2cvs14
9062
9063         * src/Makefile.am
9064                 Actually use SM_LIBS
9065
9066 2006-09-28 [ticho]      2.5.2cvs13
9067
9068         * src/export.c
9069         * src/messageview.c
9070         * src/mimeview.c
9071         * src/news.c
9072         * src/pop.c
9073         * src/prefs_themes.c
9074         * src/procmsg.c
9075                 Small i18n string optimization.
9076         * src/send_message.c
9077         * src/summaryview.c
9078         * src/common/session.c
9079         * src/common/smtp.c
9080         * src/common/ssl_certificate.c
9081         * src/common/utils.c
9082                 Use "Couldn't" instead of "Can't" in UI messages,
9083                 where appropriate.
9084
9085 2006-09-28 [colin]      2.5.2cvs12
9086
9087         * configure.ac
9088                 Possibly fix link errors
9089
9090 2006-09-27 [wwp]        2.5.2cvs11
9091
9092         * src/gtk/authors.h
9093         * doc/man/sylpheed-claws.1
9094         * manual/ack.xml
9095         * manual/es/ack.xml
9096         * manual/fr/ack.xml
9097         * manual/pl/ack.xml
9098                 Updated authors info (me, myself and I).
9099
9100 2006-09-27 [colin]      2.5.2cvs10
9101
9102         * src/addressbook.c
9103                 Remove useless printf
9104
9105 2006-09-27 [wwp]        2.5.2cvs9
9106
9107         * src/editgroup.c
9108         * src/send_message.c
9109         * src/inc.c
9110         * src/prefs_common.c
9111         * src/prefs_common.h
9112         * src/gtk/progressdialog.c
9113                 remember more windows' sizes (send dialog, received dialog,
9114                 edit group in addressbook).
9115
9116 2006-09-27 [colin]      2.5.2cvs8
9117
9118         * configure.ac
9119         * src/main.c
9120         * src/mainwindow.h
9121                 Use libSM to communicate with the session
9122                 manager, so that we can know when the 
9123                 session ends, save our caches, and draft
9124                 our compose windows.
9125
9126 2006-09-27 [colin]      2.5.2cvs7
9127
9128         * src/addressbook.c
9129                 Fix issues:
9130                 o Allow Book and Group creation from the tree's
9131                   contextual menu
9132                 o Do not actually delete the contacts when 
9133                   deleting groups from the tree (duh!)
9134
9135 2006-09-27 [colin]      2.5.2cvs6
9136
9137         * src/compose.c
9138         * src/compose.h
9139         * src/mainwindow.c
9140         * src/textview.c
9141         * src/toolbar.c
9142                 o Allow passing an email address to 
9143                   compose_new_with_folderitem
9144                 o Update callers
9145                 o Use current folderitem when clicking
9146                   on a TextView mailto: link
9147                 o Fix a possible leak in TextView
9148
9149 2006-09-27 [colin]      2.5.2cvs5
9150
9151         * src/html.c
9152                 Use UTF-8 chars to replace HTML entities
9153
9154 2006-09-27 [colin]      2.5.2cvs4
9155
9156         * AUTHORS
9157         * src/prefs_account.c
9158         * src/gtk/authors.h
9159                 Fix bug #1024 (Array index out of
9160                 range in sylpheed-claws-2.5.2)
9161                 Patch by Ales Nosek <anosek@suse.cz>
9162
9163 2006-09-27 [colin]      2.5.2cvs3
9164
9165         * src/addr_compl.c
9166                 Actually do the test
9167
9168 2006-09-27 [colin]      2.5.2cvs2
9169
9170         * src/addr_compl.c
9171         * src/addr_compl.h
9172                 Allow completing with comma (in certain cases: vCalendar
9173                 for example doesn't support that)
9174                 Patch by Fabien Vantard
9175
9176 2006-09-26 [colin]      2.5.2cvs1
9177
9178         * src/Makefile.am
9179         * src/addr_compl.c
9180         * src/addr_compl.h
9181         * src/addrbook.c
9182         * src/addrbook.h
9183         * src/addressbook.c
9184         * src/addrindex.c
9185         * src/addrindex.h
9186         * src/compose.c
9187         * src/prefs_common.c
9188         * src/prefs_filtering_action.c
9189         * src/prefs_folder_item.c
9190         * src/prefs_template.c
9191         * src/stock_pixmap.c
9192         * src/stock_pixmap.h
9193         * src/pixmaps/addr_one.xpm
9194         * src/pixmaps/addr_two.xpm
9195                 Add auto-completion on groups
9196
9197 2006-09-26 [colin]      2.5.2
9198
9199         * NEWS
9200         * README
9201         * RELEASE_NOTES
9202                 2.5.2 released
9203
9204 2006-09-26 [colin]      2.5.1cvs5
9205
9206         * src/matcher.c
9207                 Fix condition
9208
9209 2006-09-26 [colin]      2.5.1cvs4
9210
9211         * src/mbox.c
9212                 Revert cvs1 (useless as the message is printed 
9213                 every 500 mails)
9214
9215 2006-09-26 [colin]      2.5.1cvs3
9216
9217         * src/partial_download.c
9218                 Fix crasher found by Alexsandar Urosevic
9219
9220 2006-09-26 [colin]      2.5.1cvs2
9221
9222         * src/summaryview.c
9223                 Fix bug #1023 (Sylpheed deletes too much messages)
9224
9225 2006-09-26 [ticho]      2.5.1cvs1
9226
9227         * src/mbox.c
9228                 Make use of gettext's multiple plurals for statusbar
9229                 progress message.
9230
9231 2006-09-25 [paul]       2.5.1
9232
9233         * NEWS
9234         * README
9235         * RELEASE_NOTES
9236                 2.5.1 released
9237
9238 2006-09-25 [colin]      2.5.0cvs3
9239
9240         * src/plugins/bogofilter/bogofilter.c
9241         * src/plugins/clamav/clamav_plugin.c
9242         * src/plugins/spamassassin/spamassassin.c
9243                 BogoFilter, Spamassassin: Fix double hook registering after
9244                 visiting preferences
9245                 Spamassassin, Clamav: Just set the mails to move instead of
9246                 doing the move - caller will move the things at once.
9247
9248 2006-09-25 [colin]      2.5.0cvs2
9249
9250         * src/imap.c
9251         * src/etpan/imap-thread.c
9252                 Use UID SEARCH ALL instead of UID 1:*
9253                 (braindead servers can't figure out that's
9254                 the same...)
9255
9256 2006-09-25 [wwp]        2.5.0cvs1
9257
9258         * src/message_search.c
9259                 Added the ability to stop a running search (in message body).
9260
9261 2006-09-25 [paul]       2.5.0
9262
9263         * NEWS
9264         * README
9265         * RELEASE_NOTES
9266                 2.5.0 released
9267
9268 2006-09-25 [paul]       2.4.0cvs214
9269
9270         * po/cs.po
9271         * po/de.po
9272         * po/fi.po
9273         * po/fr.po
9274         * po/nl.po
9275         * po/pt_BR.po
9276         * po/sk.po
9277         * po/sr.po
9278         * po/zh_CN.po
9279                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9280                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9281                 Ticho, Aleksander Urosevic, Ralgh Young
9282
9283 2006-09-24 [mones]      2.4.0cvs213
9284
9285         * po/es.po
9286                 Updated for release
9287
9288 2006-09-23 [colin]      2.4.0cvs212
9289
9290         * src/gtk/inputdialog.c
9291                 Fix [ ] remember this appearing in normal
9292                 input dialogs after it's been used by
9293                 mimeview.
9294         * src/folder.c
9295         * src/folderview.c
9296         * src/msgcache.c
9297         * src/procmsg.c
9298         * src/summaryview.c
9299         * src/textview.c
9300         * src/common/timing.h
9301                 Enable timings in debug mode and make it
9302                 look prettier.
9303
9304 2006-09-22 [colin]      2.4.0cvs211
9305
9306         * README
9307                 Revert test change
9308         * commitHelper
9309                 ping the correct URI
9310
9311 2006-09-22 [colin]      2.4.0cvs210
9312
9313         * README
9314                 Let's see if bug #1022 is fixed
9315
9316 2006-09-21 [colin]      2.4.0cvs209
9317
9318         * src/wizard.c
9319         * src/common/plugin.c
9320                 Prepare infra to load predefined plugins when
9321                 no configuration existed. Don't actually load
9322                 anything yet (feat. freeze)
9323
9324 2006-09-21 [wwp]        2.4.0cvs208
9325
9326         * manual/fr/faq.xml
9327                 Partial sync w/ 2.4.0cvs72:
9328                 wrap file and minor updates.
9329
9330 2006-09-21 [wwp]        2.4.0cvs207
9331
9332         * tools/fix_date.sh
9333                 several fixes and enhancements. A new --force switch has been
9334                 added to prevent overriding by default Date: header when
9335                 already existing.
9336
9337 2006-09-21 [paul]       2.4.0cvs206
9338
9339         * src/common/utils.c
9340                 add Chinese UTF8 Re prefix
9341
9342 2006-09-21 [wwp]        2.4.0cvs205
9343
9344         * tools/Makefile.am
9345                 Fics alfabettical order.
9346
9347 2006-09-21 [wwp]        2.4.0cvs204
9348
9349         * tools/fix_date.sh
9350         * tools/Makefile.am
9351                 Added an action tool to fix missing Date field in emails.
9352                 Updated Makefile.am to reflect those last two additions.
9353
9354 2006-09-21 [wwp]        2.4.0cvs203
9355
9356         * tools/uuooffice
9357                 Added a action tool to open uuencoded docs w/
9358                 OpenOffice (based on uudec method).
9359
9360 2006-09-21 [colin]      2.4.0cvs202
9361
9362         * src/compose.c
9363         * src/textview.c
9364                 Workaround possible GTK crash: remove selection 
9365                 clipboard before destroying widget, or GTK+-2.10
9366                 dies. Thanks to Hiro.
9367
9368 2006-09-20 [colin]      2.4.0cvs201
9369
9370         * src/compose.c
9371                 Fix free-after-use in some cases (when 
9372                 procmime_encode_content() frees mimeinfo->data.mem
9373                 and turns it to a temp file)
9374
9375 2006-09-20 [colin]      2.4.0cvs200
9376
9377         * src/folderview.c
9378         * src/summaryview.c
9379         * src/gtk/gtksctree.c
9380         * src/gtk/gtksctree.h
9381                 Add tooltips in the folderview and summaryview
9382                 (Doesn't break string freeze as they already
9383                 exist)
9384         * src/toolbar.c
9385                 Put the spam button in the default configuration
9386                 if compiled with bogo plugin too
9387
9388 2006-09-19 [colin]      2.4.0cvs199
9389
9390         * src/summaryview.c
9391         * src/summaryview.h
9392                 Update folder name label on folder rename
9393         * src/prefs_matcher.c
9394         * src/gtk/logwindow.h
9395                 Fix warnings
9396                 Patches by Fabien
9397
9398 2006-09-19 [wwp]        2.4.0cvs198
9399
9400         * src/summary_search.c
9401                 fix can't click forward/backward buttons in the
9402                 search messages.
9403
9404 2006-09-18 [paul]       2.4.0cvs197
9405
9406         * src/wizard.c
9407                 add missing bracket, capitalise the A of
9408                 'SpamAssassin'
9409
9410 2006-09-18 [paul]       2.4.0cvs196
9411
9412         * src/compose.c
9413                 fix bug 1012 'crashed upon sending mail
9414                 from compose window'
9415                 Thanks to Colin
9416
9417 2006-09-16 [colin]      2.4.0cvs195
9418
9419         * src/folderview.c
9420                 Fix "real-time" sorting by freezing/thawing
9421
9422 2006-09-16 [colin]      2.4.0cvs194
9423
9424         * manual/faq.xml
9425                 Fix the anti-spam entry a bit
9426
9427 2006-09-16 [colin]      2.4.0cvs193
9428
9429         * src/wizard.c
9430                 Make sure reviewers have no excuse when stating
9431                 Sylpheed-Claws doesn't have antispam capabilities.
9432
9433 2006-09-16 [colin]      2.4.0cvs192
9434
9435         * src/main.c
9436                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9437                 as if the SIGPIPE comes from etpan's thread we could
9438                 trigger a GUI update from this thread.
9439
9440 2006-09-16 [colin]      2.4.0cvs191
9441
9442         * src/summaryview.c
9443                 Init all members of the struct
9444
9445 2006-09-16 [paul]       2.4.0cvs190
9446
9447         * src/account.c
9448                 improvements to the English
9449
9450 2006-09-15 [colin]      2.4.0cvs189
9451
9452         * src/summaryview.c
9453                 HIG order on dialog
9454
9455 2006-09-14 [colin]      2.4.0cvs188
9456
9457         * src/common/socket.c
9458         * src/common/socket.h
9459         * src/common/ssl.c
9460         * src/common/ssl_certificate.c
9461         * src/common/ssl_certificate.h
9462         * src/etpan/imap-thread.c
9463                 the get_fqdn() call done to get canonical name when
9464                 checking an SSL certificate is blocking, which is
9465                 sad as we just did a non-blocking lookup to connect.
9466                 Fix that by letting the fqdn available to the SockInfo,
9467                 and use that in ssl_certificate_check(). For IMAP,
9468                 we don't do it as the lookup's done by libetpan, but
9469                 it's less annoying as IMAP connections as much more
9470                 rare than POP3 connections.
9471
9472 2006-09-14 [paul]       2.4.0cvs187
9473
9474         * manual/advanced.xml
9475                 improvements to the English,
9476                 properly place the new hidden options
9477                 within the alphabetical order
9478         * src/gtk/pluginwindow.c
9479                 improvements to the English
9480
9481 2006-09-14 [colin]      2.4.0cvs186
9482
9483         * src/prefs_common.c
9484         * src/prefs_common.h
9485         * src/gtk/gtksctree.c
9486         * manual/advanced.xml
9487                 New hidden pref, stripes_color_offset, to change
9488                 the value added/substracted to normal bgcolor to
9489                 create the stripes in summaries
9490
9491 2006-09-13 [colin]      2.4.0cvs185
9492
9493         * src/gedit-print.c
9494         * src/messageview.c
9495         * src/messageview.h
9496         * src/summaryview.c
9497         * src/textview.c
9498                 Fix misc. printing issues: 
9499                 - Bad font for linkified headers
9500                 - Different font if the mail was displayed or not
9501                 - Factorize the thing
9502
9503 2006-09-13 [colin]      2.4.0cvs184
9504
9505         * src/common/ssl_certificate.c
9506                 Only get FQDN once when checking certificate
9507
9508 2006-09-13 [colin]      2.4.0cvs183
9509
9510         * src/account.c
9511         * src/gtk/pluginwindow.c
9512                 Misc. GUI fixes by Fabien
9513
9514 2006-09-13 [wwp]        2.4.0cvs182
9515
9516         * configure.ac
9517         * src/common/utils.h
9518         * src/common/utils.c
9519                 get rid of unused wide-char functions.
9520
9521 2006-09-13 [wwp]        2.4.0cvs181
9522
9523         * src/plugins/pgpinline/sylpheed.def
9524         * src/textview.c
9525                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9526                 add privacy_reset_error to the .def file,
9527                 do not fork for an external textviewer.
9528
9529 2006-09-13 [wwp]        2.4.0cvs180
9530
9531         * src/prefs_common.c
9532                 fix broken font entry in prefs (patch issued by the gpg4win team,
9533                 probably by Marcus Brinkmann <marcus@g10code.de>).
9534
9535 2006-09-13 [colin]      2.4.0cvs179
9536
9537         * src/folder.h
9538                 Fix a warning in summaryview.c
9539         * src/mainwindow.c
9540         * src/summaryview.c
9541         * src/summaryview.h
9542                 Add missing Mark/* elements in the
9543                 main menu
9544
9545 2006-09-12 [colin]      2.4.0cvs178
9546
9547         * src/prefs_actions.c
9548         * src/prefs_filtering_action.c
9549         * src/prefs_matcher.c
9550                 Use (New) instead of New everywhere
9551
9552 2006-09-12 [wwp]        2.4.0cvs177
9553
9554         * manual/fr/addrbook.xml
9555         * manual/fr/handling.xml
9556                 updated some quotes in the fr manual to match the fr translation.
9557
9558 2006-09-12 [wwp]        2.4.0cvs176
9559
9560         * src/prefs_matcher.c
9561                 don't store translated string elements in matcher expressions.
9562                 Also fixed a misused of Q_().
9563
9564 2006-09-11 [wwp]        2.4.0cvs175
9565
9566         * src/plugins//bogofilter/bogofilter.c
9567         * src/plugins//clamav/clamav_plugin.c
9568         * src/plugins//demo/demo.c
9569         * src/plugins//dillo_viewer/dillo_viewer.c
9570         * src/plugins//pgpcore/plugin.c
9571         * src/plugins//pgpinline/plugin.c
9572         * src/plugins//pgpmime/plugin.c
9573         * src/plugins//spamassassin/spamassassin.c
9574                 gettext-ize more strings (mostly plugin error messages).
9575
9576 2006-09-11 [colin]      2.4.0cvs174
9577
9578         * src/alertpanel.c
9579                 Make maximum buffer size bigger to avoid
9580                 truncating translated messages. Patch by
9581                 Fabien
9582
9583 2006-09-11 [colin]      2.4.0cvs173
9584
9585         * src/etpan/imap-thread.c
9586                 Fix compilation on OpenBSD, thanks to 
9587                 Landry
9588
9589 2006-09-10 [wwp]        2.4.0cvs172
9590
9591         * manual/account.xml
9592         * manual/addrbook.xml
9593         * manual/handling.xml
9594         * manual/es/handling.xml
9595         * manual/fr/account.xml
9596         * manual/fr/addrbook.xml
9597         * manual/fr/handling.xml
9598                 documented addressbook matching (condition configuration):
9599                   addrbook.xml, en fr
9600                 documented per-account filtering rules (handling/filtering
9601                   section, account section):
9602                   account.xml, handling.xml, en fr
9603                 slightly updated the handling/searching section to tell few
9604                   words about the extended search ability:
9605                   handling.xml, en fr
9606                 added missing <quote></quotes> to Quick Search:
9607                   handling.xml, en fr es
9608                 fixed a typo (auomatically):
9609                   handling.xml, en
9610                 changes revisited by Paul.
9611
9612 2006-09-10 [paul]       2.4.0cvs171
9613
9614         * src/prefs_actions.c
9615         * src/prefs_filtering.c
9616         * src/prefs_template.c
9617                 adjustments to the gui
9618                 Patch by Fabien Vantard (slightly modified)
9619
9620 2006-09-10 [colin]      2.4.0cvs170
9621
9622         * src/summaryview.c
9623                 Check folderitem/summaryview consistency
9624                 (basically automates Update summary). Fixes
9625                 #1011 (wrong (negative) count on unread 
9626                 messages)
9627
9628 2006-09-10 [colin]      2.4.0cvs169
9629
9630         * src/gtk/gtksctree.c
9631                 Fix recursive expansion via mouse
9632         * src/plugins/bogofilter/bogofilter.c
9633                 Use normal filtering way of moving
9634                 messages (batching), possibly fixing
9635                 bug #1015 (Bogofilter plugin doubles 
9636                 new messages)
9637
9638 2006-09-09 [wwp]        2.4.0cvs168
9639
9640         * src/prefs_filtering.c
9641                 better place for this fix.
9642
9643 2006-09-09 [wwp]        2.4.0cvs167
9644
9645         * src/prefs_filtering.c
9646                 fix a minor bug when the enabled status of a filtering/processing
9647                 rule always got set to TRUE when replacing this rule. That still
9648                 make sense when adding a new rule, but now when replacing, we
9649                 don't override the value of 'enabled'.
9650                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9651                 to prefs_filtering_list_view_get_info() as this function not only
9652                 returns the name, but also the account_id and the enabled status.
9653
9654 2006-09-09 [mones]      2.4.0cvs166
9655
9656         * manual/glossary.xml
9657         * manual/plugins.xml
9658                 Minor format corrections
9659         * manual/gpl.xml
9660                 Fix misplaced NO WARRANTY section
9661         * manual/es/advanced.xml
9662         * manual/es/faq.xml
9663         * manual/es/glossary.xml
9664         * manual/es/gpl.xml
9665         * manual/es/handling.xml
9666         * manual/es/plugins.xml
9667         * manual/es/starting.xml
9668                 Incorporate changes from English version
9669         * manual/fr/ack.xml
9670         * manual/pl/ack.xml
9671         * manual/es/ack.xml
9672                 Fix address, (add translation credits in es version)
9673         * po/es.po
9674                 Updated translation
9675
9676 2006-09-09 [wwp]        2.4.0cvs165
9677
9678         * src/prefs_filtering.c
9679                 fix a crash when opening filtering prefs, if matcherrc file contains
9680                 broken data (non-existing account id, which is theoretically not
9681                 possible).
9682
9683 2006-09-08 [colin]      2.4.0cvs164
9684
9685         * src/folder.c
9686                 Wrong assert, make it an if()
9687         * src/gtk/gtksctree.c
9688                 Fix bug #1013 (expand selected thread 
9689                 tree) - expanding is now recursive
9690
9691 2006-09-07 [wwp]        2.4.0cvs163
9692
9693         * src/prefs_matcher.c
9694                 make better sentences about addressbook matching in the
9695                 matcher prefs. This should make translators' work easier
9696                 too.
9697
9698 2006-09-07 [wwp]        2.4.0cvs162
9699
9700         * src/prefs_filtering.c
9701                 code simplification (get rid of dup var. assignment).
9702
9703 2006-09-07 [wwp]        2.4.0cvs161
9704
9705         * src/summaryview.c
9706                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9707                 <fzzzzz@gmail.com>.
9708
9709 2006-09-07 [paul]       2.4.0cvs160
9710
9711         * src/mimeview.c
9712                 fix compilation warnings
9713                 Thanks to Colin
9714
9715 2006-09-07 [paul]       2.4.0cvs159
9716
9717         * src/mimeview.c
9718                 select the mimepart icon when
9719                 displaying as text
9720                 Thanks to Colin
9721
9722 2006-09-06 [paul]       2.4.0cvs158
9723
9724         * src/prefs_filtering.c
9725                 fix labels and table element spacing
9726                 Patch by Fabien Vantard
9727
9728 2006-09-06 [paul]
9729
9730         2.5.0-rc3 released
9731
9732 2006-09-06 [paul]       2.4.0cvs157
9733
9734         * manual/es/advanced.xml
9735                 fix typo
9736
9737 2006-09-06 [wwp]        2.4.0cvs156
9738
9739         * src/mainwindow.c
9740                 fix an dup launch issue when iconified, thanks to Colin.
9741
9742 2006-09-06 [wwp]        2.4.0cvs155
9743
9744         * src/gtk//gtksctree.h
9745                 oops, forgot that one!
9746
9747 2006-09-06 [wwp]        2.4.0cvs154
9748
9749         * manual/pl/advanced.xml
9750         * manual/advanced.xml
9751         * manual/es/advanced.xml
9752         * manual/fr/advanced.xml
9753         * src/prefs_customheader.c
9754         * src/prefs_filtering_action.c
9755         * src/foldersel.c
9756         * src/prefs_summaries.c
9757         * src/prefs_filtering.c
9758         * src/account.c
9759         * src/compose.c
9760         * src/prefs_summary_column.c
9761         * src/addr_compl.c
9762         * src/prefs_actions.c
9763         * src/prefs_folder_column.c
9764         * src/ssl_manager.c
9765         * src/prefs_template.c
9766         * src/prefs_display_header.c
9767         * src/prefs_common.h
9768         * src/prefs_matcher.c
9769         * src/prefs_common.c
9770         * src/prefs_toolbar.c
9771         * src/summaryview.c
9772         * src/folderview.c
9773         * src/gtk/gtksctree.c
9774         * src/gtk/pluginwindow.c
9775         * src/gtk/progressdialog.c
9776         * src/gtk/prefswindow.c
9777                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9778                 to make its meaning more obvious (all versions of the manual reflect
9779                 the change).
9780                 added an extra hidden option use_stripes_in_summary to allow
9781                 discarding these stripes in mainwindow's folder and message lists;
9782                 en and fr manuals only are OK towards this.
9783
9784 2006-09-06 [colin]      2.4.0cvs153
9785
9786         * src/textview.c
9787                 Hide Sylpheed-Claws' internal queue headers
9788                 when showing all headers. They'll be present
9789                 only in Source window.
9790
9791 2006-09-05 [colin]      2.4.0cvs152
9792
9793         * src/plugins/trayicon/trayicon.c
9794                 Fix crash at exit - we have to disconnect
9795                 our handlers
9796         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9797                 Update eggtrayicon - patch adapted from a
9798                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9799                 on Sylpheed's ML
9800
9801 2006-09-05 [colin]      2.4.0cvs151
9802
9803         * src/mainwindow.c
9804         * src/gtk/logwindow.c
9805                 Fix race condition when something writes
9806                 to the log too soon during init. Thanks
9807                 to Fabien Vantard
9808
9809 2006-09-05 [colin]      2.4.0cvs150
9810
9811         * src/mimeview.c
9812                 Don't select part on right-click either
9813
9814 2006-09-05 [paul]       2.4.0cvs149
9815
9816         * src/mimeview.c
9817                 completion of previous commit
9818                 Thanks to Colin
9819
9820 2006-09-05 [colin]      2.4.0cvs148
9821
9822         * src/mimeview.c
9823                 Don't force selection on middle-click, just open
9824
9825 2006-09-04 [colin]      2.4.0cvs147
9826
9827         * src/mimeview.c
9828                 Looks like gtk_notebook_set_current_page()
9829                 sometimes steals focus, and this annoys us
9830                 in MimeViewers as it renders navigation
9831                 keys useless. Take back focus after switching
9832                 pages.
9833
9834 2006-09-04 [colin]      2.4.0cvs146
9835
9836         * src/messageview.c
9837                 Set stop_loading when clicking on Next
9838                 during load. Don't add a callback to 
9839                 avoid over-complicating things.
9840
9841 2006-09-04 [colin]      2.4.0cvs145
9842
9843         * src/mimeview.c
9844         * src/messageview.c
9845                 Fix multiple loads in separate messageview
9846
9847 2006-09-04 [colin]      2.4.0cvs144
9848
9849         * src/summaryview.c
9850                 Let navigation keys be handled during 
9851                 load
9852
9853 2006-09-04 [colin]      2.4.0cvs143
9854
9855         * src/messageview.c
9856         * src/summaryview.c
9857         * src/textview.c
9858         * src/textview.h
9859                 Make loading of huge mails (lots of text and/or
9860                 images) cancellable, so the GUI doesn't block 
9861
9862 2006-09-04 [colin]      2.4.0cvs142
9863
9864         * src/plugins/trayicon/trayicon.c
9865                 Fix annoyance when removing a folder with 
9866                 unread mails: trayicon didn't update
9867
9868 2006-09-04 [paul]       2.4.0cvs141
9869
9870         * src/gtk/icon_legend.c
9871                 straighten up columns
9872                 Patch by Fabien Vantard
9873
9874 2006-09-04 [wwp]        2.4.0cvs140
9875
9876         * src/prefs_filtering.c
9877                 fix new line's account name in filtering prefs:
9878                 was "All", is now "(New)".
9879
9880 2006-09-04 [paul]       2.4.0cvs139
9881
9882         * tools/make.themes.project
9883                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9884                 instead of homebrewed "make release"
9885
9886 2006-09-03 [colin]      2.4.0cvs138
9887
9888         * src/folderview.c
9889                 Fix bug #1007 (Wrong folder highlighted)
9890
9891 2006-09-03 [colin]      2.4.0cvs137
9892
9893         * src/compose.c
9894                 Don't set Newsgroup: header to a mail folder
9895                 path
9896
9897 2006-09-03 [paul]       2.4.0cvs136
9898
9899         * src/prefs_other.c
9900         * src/prefs_spelling.c
9901                 unify the gui
9902
9903 2006-09-03 [paul]       2.4.0cvs135
9904
9905         * src/prefs_summaries.c
9906                 correct menu item text in prefs_keybind_apply_clicked()
9907
9908 2006-09-03 [paul]       2.4.0cvs134
9909
9910         * manual/advanced.xml
9911                 some improvements to the descriptions
9912         * src/mainwindow.c
9913         * src/messageview.c
9914         * src/summaryview.c
9915         * src/gtk/menu.c
9916                 fix menu sensitivity issues
9917         * src/prefs_message.c
9918                 drop the useless word 'short'
9919         * src/prefs_other.c
9920                 add the word 'lines' indicating log length
9921                 is a measure of lines
9922         * src/textview.c
9923                 fix compilation warnings
9924
9925 2006-09-02 [colin]      2.4.0cvs133
9926
9927         * src/messageview.c
9928                 Display a special return-receipt message
9929                 if the message is from the user
9930         * src/summaryview.c
9931                 Fix missing freeze of the list when marking
9932                 all read and unthreading for exec. Thanks
9933                 to Stephan Sachse.
9934
9935 2006-09-02 [paul]       2.4.0cvs132
9936
9937         * src/mainwindow.c
9938         * src/prefs_message.c
9939         * src/summaryview.c
9940                 fix some english
9941
9942 2006-09-02 [wwp]        2.4.0cvs131
9943
9944         * src/prefs_filtering.c
9945                 added an account name column to the filtering rules
9946                 dialog.
9947
9948 2006-09-02 [colin]      2.4.0cvs130
9949
9950         * src/gtk/logwindow.c
9951         * src/gtk/logwindow.h
9952                 Block scrolling if we're not at the end
9953                 of the log
9954
9955 2006-09-02 [colin]      2.4.0cvs129
9956
9957         * src/folder.c
9958                 Make sure account-specific rules can't
9959                 be used in {pre-,post-,}processing
9960         * src/mainwindow.c
9961         * src/gtk/logwindow.c
9962         * src/gtk/logwindow.h
9963                 Jump to last error when clicking on the
9964                 warning icon
9965
9966 2006-09-02 [colin]      2.4.0cvs128
9967
9968         * src/imap.c
9969         * src/import.c
9970         * src/mainwindow.c
9971         * src/mainwindow.h
9972                 Fix warning icon
9973         * src/inc.c
9974         * src/mbox.c
9975         * src/mbox.h
9976                 Let proc_mbox know its account, for
9977                 account-specific rules
9978
9979 2006-09-01 [colin]      2.4.0cvs127
9980
9981         * src/codeconv.c
9982                 Don't uselessly use iconv to convert from
9983                 us-ascii
9984         * src/alertpanel.c
9985         * src/mainwindow.c
9986         * src/mainwindow.h
9987         * src/inc.c
9988                 Fix certain log cases, disable warning icon
9989                 for now, the correct way to display it when
9990                 necessary and only when necessary is probably
9991                 to do it manually rather than use error logs
9992         * src/etpan/imap-thread.c
9993                 Clean up UID logging a bit
9994         * src/gtk/logwindow.c
9995         * src/gtk/logwindow.h
9996                 Make logging faster when the window's closed
9997
9998 2006-09-01 [wwp]        2.4.0cvs126
9999
10000         * manual/fr/account.xml
10001                 reflect changes to the ref. manual (parts of cvs72):
10002                 fix tabnames and quotes.
10003
10004 2006-09-01 [wwp]        2.4.0cvs125
10005
10006         * manual/fr/plugins.xml
10007                 reflect changes to the reference manual (cvs42):
10008                 update IRC channel info.
10009
10010 2006-09-01 [wwp]        2.4.0cvs124
10011
10012         * commitHelper
10013                 use CVSEDITOR env. var. if set, according to `man cvs`.
10014
10015 2006-09-01 [wwp]        2.4.0cvs123
10016
10017         * manual/advanced.xml
10018                 better sentence again (thanks to Paul).
10019
10020 2006-09-01 [wwp]        2.4.0cvs122
10021
10022         * manual/advanced.xml
10023         fix definition of toolbar_detachable and rework a bit the one of
10024         enable_dotted_lines.
10025
10026 2006-09-01 [mones]      2.4.0cvs121
10027
10028         * manual/advanced.xml
10029                 Document enable_dotted_lines
10030
10031 2006-09-01 [paul]       2.4.0cvs120
10032
10033         * src/folderview.c
10034         * src/folderview.h
10035         * src/imap.c
10036         * src/mainwindow.c
10037         * src/summaryview.c
10038                 obey the 'When entering folder...' option
10039                 when using the /View/Go to/... menu items
10040                 Thanks to Colin
10041
10042 2006-08-31 [colin]      2.4.0cvs119
10043
10044         * src/folderview.c
10045                 Revert 2.4.0cvs116, wrong fix.
10046
10047 2006-08-31 [colin]      2.4.0cvs118
10048
10049         * src/gtk/gtksctree.c
10050                 Better state the various copyrights
10051
10052 2006-08-31 [colin]      2.4.0cvs117
10053
10054         * src/prefs_common.c
10055                 fix enable_dotted_lines
10056
10057 2006-08-31 [colin]      2.4.0cvs116
10058
10059         * src/folderview.c
10060                 Use pref "Always open on select" when going
10061                 to next unread folder
10062         * src/gtk/gtksctree.c
10063                 Fix link failure to _gtk_clist_create_cell_layout
10064                 on certain computers. (Why not mine, I wonder)
10065
10066 2006-08-31 [colin]      2.4.0cvs115
10067
10068         * src/procmsg.c
10069         * src/textview.c
10070         * src/plugins/bogofilter/bogofilter.c
10071         * src/plugins/spamassassin/spamassassin.c
10072                 Requalify some "errors" to warnings
10073         * src/mainwindow.c
10074         * src/mainwindow.h
10075         * src/statusbar.c
10076                 Add an icon in the statusbar to notify
10077                 of errors
10078         * src/gtk/gtksctree.c
10079         * src/folderview.c
10080         * src/summaryview.c
10081                 Make the GtkSCTree look more modern by
10082                 alternating background lines
10083         * src/prefs_common.c
10084         * src/prefs_common.h
10085                 Add a pref to let people have the old
10086                 way if they prefer
10087
10088
10089 2006-08-30 [colin]      2.4.0cvs114
10090
10091         * src/procmsg.c
10092         * src/procmsg.h
10093                 Provide a way to filter a list of
10094                 messages in an optimised manner, and
10095                 add a list-filtering hook
10096         * src/folder.c
10097         * src/inc.c
10098         * src/mbox.c
10099                 Use the list filtering
10100         * src/plugins/bogofilter/bogofilter.c
10101                 Use the list-filtering hook
10102                 Use -b (bulk) mode for more speed
10103                 when learning and filtering
10104         * src/etpan/imap-thread.c
10105                 Make log output shorter in UID SEARCH
10106
10107
10108 2006-08-30 [colin]      2.4.0cvs113
10109
10110         * src/plugins/bogofilter/bogofilter.c
10111                 Really fast mass learning - thanks to David
10112                 Relson for the options explanations :)
10113
10114 2006-08-30 [colin]      2.4.0cvs112
10115
10116         * src/msgcache.c
10117                 Fix compilation on FreeBSD. Thanks
10118                 to Michael Hugues
10119
10120 2006-08-29 [colin]      2.4.0cvs111
10121
10122         * src/folderview.c
10123                 Handle "popup_menu" signal (for popping the 
10124                 menu via the keyboard)
10125         * src/mimeview.c
10126         * src/mimeview.h
10127         * src/summaryview.c
10128         * src/textview.c
10129         * src/gtk/gtkutils.c
10130         * src/gtk/gtkutils.h
10131                 Factorize scrolling code, and add an API 
10132                 for MimeViewers to handle scroll orders
10133
10134 2006-08-29 [wwp]        2.4.0cvs110
10135
10136         * src/plugins//bogofilter/bogofilter.c
10137         * src/plugins//spamassassin/spamassassin.c
10138                 make the bogofilter/spamassassin filtering error dialogs at
10139         incorporation obey to the "don't popup error dialog on
10140         receive error" option. If disabled, feed the log window w/
10141         the error message.
10142
10143 2006-08-29 [paul]
10144
10145         2.5.0-rc2 released
10146
10147 2006-08-29 [paul]       2.4.0cvs109
10148
10149         * Makefile.am
10150                 remove 'make release', it's not needed
10151                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10152
10153 2006-08-29 [paul]       2.4.0cvs108
10154
10155         * src/foldersel.c
10156         * src/summary_search.c
10157         * src/gtk/progressdialog.c
10158         * src/plugins/pgpcore/passphrase.c
10159                 replace deprecated gtk_window_set_policy()
10160
10161 2006-08-29 [colin]      2.4.0cvs107
10162
10163         * src/folder.c
10164                 Fix data loss when copy fails during a move:
10165                 only use fast remove_msgs if everything was
10166                 copied OK; else use slow remove_msg on the
10167                 mails that got copied only.
10168
10169 2006-08-28 [paul]       2.4.0cvs106
10170
10171         * src/mh.c
10172                 revert change in 2.4.0cvs104, it breaks
10173                 stuff
10174
10175 2006-08-28 [paul]       2.4.0cvs105
10176
10177         * src/plugins/spamassassin/spamassassin.c
10178                 english fix
10179
10180 2006-08-28 [paul]       2.4.0cvs104
10181
10182         * src/mh.c
10183                 fix data loss when moving to another
10184                 mailbox fails
10185         * src/prefs_spelling.c
10186                 improve the english
10187         * src/gtk/pluginwindow.c
10188                 improve the layout of the dialog text
10189         All thanks to Colin
10190
10191 2006-08-28 [paul]       2.4.0cvs103
10192
10193         * src/plugins/bogofilter/bogofilter.c
10194         * src/plugins/bogofilter/bogofilter_gtk.c
10195                 fix english up a bit, innit
10196
10197 2006-08-28 [paul]       2.4.0cvs102
10198
10199         * configure.ac
10200         * po/Makefile.in.in
10201         * po/Makevars
10202                 require autoconf 2.60, enabling building
10203                 with gettext 0.15 (gettext 0.14.x build still
10204                 possible). Replace Makefiles with versions
10205                 from gettext 0.15.
10206                 Remove configure options --with-localedir and
10207                 --with-mandir. The options that are provided
10208                 directly by autoconf 2.60 can be used instead:
10209                 --mandir --localedir
10210
10211 2006-08-27 [colin]      2.4.0cvs101
10212
10213         * src/plugins/bogofilter/Makefile.am
10214                 Fix make dist (no README)
10215
10216 2006-08-27 [colin]      2.4.0cvs100
10217
10218         * src/folder.c
10219                 Don't use F_UNKNOWN folders for any default
10220                 outbox/trash/etc
10221         * src/plugins/bogofilter/bogofilter.c
10222         * src/plugins/bogofilter/bogofilter.h
10223         * src/plugins/bogofilter/bogofilter_gtk.c
10224                 Add an option to specify the path to bogofilter
10225                 Use single-quotes to be able to learn in folders
10226                 with spaces in their names
10227                 Verify learning status
10228
10229 2006-08-27 [colin]      2.4.0cvs99
10230
10231         * manual/faq.xml
10232         * manual/plugins.xml
10233                 Document Bogofilter plugin
10234
10235 2006-08-27 [colin]      2.4.0cvs98
10236
10237         * src/compose.c
10238         * src/messageview.c
10239         * src/procmsg.c
10240         * src/procmsg.h
10241                 When possible, copy the queued mail to sent folder
10242                 instead of re-adding. Much faster on IMAP.
10243
10244 2006-08-27 [colin]      2.4.0cvs97
10245
10246         * src/msgcache.c
10247                 Disable mmaped caches - huge metadata loss
10248                 here after a power failure.
10249         * src/summaryview.c
10250                 Add quicksearch timing
10251         * src/common/plugin.c
10252         * src/common/plugin.h
10253                 Implement an interface to tell what plugins
10254                 provide. Prevent loading of similar plugins.
10255         * src/plugins/clamav/clamav_plugin.c
10256         * src/plugins/demo/demo.c
10257         * src/plugins/dillo_viewer/dillo_viewer.c
10258         * src/plugins/pgpcore/plugin.c
10259         * src/plugins/pgpinline/pgpinline.c
10260         * src/plugins/pgpmime/pgpmime.c
10261         * src/plugins/spamassassin/spamassassin.c
10262         * src/plugins/trayicon/trayicon.c
10263                 Implement plugin_provides()
10264
10265 2006-08-27 [colin]      2.4.0cvs96
10266
10267         * configure.ac
10268         * src/plugins/Makefile.am
10269         * src/plugins/bogofilter/.cvsignore
10270         * src/plugins/bogofilter/Makefile.am
10271         * src/plugins/bogofilter/bogofilter.c
10272         * src/plugins/bogofilter/bogofilter.h
10273         * src/plugins/bogofilter/bogofilter_gtk.c
10274                 New Bogofilter plugin, provides filtering and
10275                 learning. Spamassassin will go to extra plugins.
10276
10277 2006-08-26 [mones]      2.4.0cvs95
10278
10279         * manual/handling.xml
10280                 Fix subfolder path in the example (thanks to Paul) 
10281
10282 2006-08-26 [mones]      2.4.0cvs94
10283
10284         * manual/glossary.xml
10285                 2.2. + add ISP to the glossary
10286                 7.5. + Add UIDL to glossary
10287                 7.7. + Add TCP to glossary
10288         * manual/handling.xml
10289                 7.1. + Mentions GNU/Linux distribution, what about the non...
10290                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10291                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10292                 7.4. = Use appropriate quotation for commands
10293                 7.6. = change "" to <quote></quote>
10294         * manual/plugins.xml
10295                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10296         * manual/starting.xml
10297                 2.1. + local mbox file: some examples of mbox file locations...
10298                 Also reformatted files requiring it
10299
10300 2006-08-26 [wwp]        2.4.0cvs93
10301
10302         * src/summary_search.c
10303                 disable find buttons while summary search is running.
10304
10305 2006-08-25 [colin]      2.4.0cvs92
10306
10307         * src/folder.c
10308         * src/folderutils.c
10309         * src/mh.c
10310         * src/procmsg.h
10311         * src/summaryview.c
10312                 Speed up MH moving, and add progressbar
10313                 for MH deletion
10314         * src/msgcache.c
10315                 Write cache files using mmap() too
10316
10317 2006-08-25 [wwp]        2.4.0cvs91
10318
10319         * src/summaryview.c
10320                 switch spam<->ham button when a message has been marked as spam or ham
10321                 and is still selected. Thanks to Colin.
10322
10323 2006-08-25 [paul]       2.4.0cvs90
10324
10325         * src/Makefile.am
10326         * src/stock_pixmap.c
10327         * src/stock_pixmap.h
10328         * src/summaryview.c
10329         * src/gtk/icon_legend.c
10330         * src/pixmaps/copied.xpm
10331         * src/pixmaps/moved.xpm
10332                 add icons for delayed execution marked for
10333                 copying, marked for moving
10334
10335 2006-08-25 [mones]      2.4.0cvs89
10336
10337         * manual/glossary.xml
10338                 Fix the other glossary items:
10339                 5.1. = Inmmediate execution -> <quote>immediate execution...
10340                 5.2. = Fix MBOX capitalization -> Mbox
10341                 5.3. + Improve Plugins def. w/ tech. ref.
10342                 5.4. = Quotation -> replace '>' by <quote>></quote>
10343                 5.5. - SMTP Server. -> remove dot
10344         * po/es.po
10345                 Updated translation
10346
10347 2006-08-25 [mones]      2.4.0cvs88
10348
10349         * manual/ack.xml
10350                 Reformatted, changed email address
10351         * manual/glossary.xml
10352                 Reformatted, fixed MANUAL-TODO items:
10353                 8.2. + add ROT-13 to glossary
10354                 8.4. + add URL to glossary
10355         * manual/es/advanced.xml
10356                 Fixed <literal>s
10357
10358 2006-08-25 [paul]       2.4.0cvs87
10359
10360         * src/gtk/icon_legend.c
10361                 add 'marked for deletion' icon
10362                 arrange icons by containing column
10363                 wrap long label text
10364
10365 2006-08-25 [colin]      2.4.0cvs86
10366
10367         * src/common/utils.c
10368         * src/common/utils.h
10369                 Add the sc_g_*list_bigger functions in
10370                 a place everyone can use it
10371         * src/summaryview.c
10372                 Only freeze/thaw the list when working
10373                 on the selection, if it's bigger than 1
10374         * src/gtk/gtksctree.c
10375                 Only freeze/thaw the list when unselec-
10376                 ting 'all' if ('all' != 1)
10377                 This avoids some flickering
10378
10379 2006-08-24 [colin]      2.4.0cvs85
10380
10381         * src/addressbook.c
10382                 Fix strange list selection
10383                 Fix random seg (Invalid read of freed memory)
10384
10385 2006-08-24 [colin]      2.4.0cvs84
10386
10387         * src/alertpanel.c
10388         * src/gtk/inputdialog.c
10389         * src/plugins/pgpcore/passphrase.c
10390                 Revert minimal width patch of 2.4.0cvs67,
10391                 as it is also a maximal width. Use 
10392                 gtk_window_set_default_size instead.
10393
10394 2006-08-24 [colin]      2.4.0cvs83
10395
10396         * src/msgcache.c
10397                 Write cache/mark to temp files before
10398                 overwriting old ones (avoids metadata
10399                 loss if writing the new files fail).
10400                 Use mmap() to read cache/mark file, as
10401                 this makes cache reading faster. Dis-
10402                 abled for big-endian machines until it
10403                 can be tested. (Big-endian users: set
10404                 msgcache_use_mmap = TRUE in the relevant
10405                 #if).
10406         * src/procmsg.h
10407                 Move rarely used fields of MsgInfo in 
10408                 another structure, which will only be
10409                 allocated if needed. Face, X-Face,
10410                 Return receipt headers and List-*
10411                 headers are moved. Mails having none
10412                 of these occupy 52 bytes less with
10413                 this patch, which makes 2.5MB of RAM
10414                 saved on a 50k folder).
10415         * src/headerview.c
10416         * src/mainwindow.c
10417         * src/messageview.c
10418         * src/partial_download.c
10419         * src/procheader.c
10420         * src/procmsg.c
10421         * src/textview.c
10422                 Follow this structure change.
10423
10424 2006-08-24 [wwp]        2.4.0cvs82
10425
10426         * manual/es/.cvsignore
10427         * manual/es/dist/.cvsignore
10428         * manual/es/dist/html/.cvsignore
10429         * manual/es/dist/pdf/.cvsignore
10430         * manual/es/dist/ps/.cvsignore
10431         * manual/es/dist/txt/.cvsignore
10432                 more (generated) files to ignore.
10433
10434 2006-08-24 [colin]      2.4.0cvs81
10435
10436         * src/folder.c
10437         * src/mh.c
10438                 Fix possible problems with local delivery. Check the folder doesn't
10439                 need scan before setting its mtime when saving cache (which can be
10440                 done long after the folder's been modified by an external process);
10441                 Check that the stored item's mtime didn't change in mh functions.
10442
10443 2006-08-24 [mones]      2.4.0cvs80
10444
10445         * manual/advanced.xml
10446                 Rewrapping, some fixes and MANUAL-TODO items:
10447                 8.1. = change "" to <quote></quote>
10448                 8.3. = quote menu items
10449                 8.5. - deploying -> new user ... ideally a new user (redundant)
10450
10451 2006-08-23 [colin]      2.4.0cvs79
10452
10453         * src/gtk/gtksctree.c
10454                 When selecting or deselecting range, only
10455                 freeze/thaw when selection is bigger than 10
10456
10457 2006-08-23 [colin]      2.4.0cvs78
10458
10459         * src/messageview.c
10460         * src/mimeview.c
10461         * src/mimeview.h
10462         * src/plugins/dillo_viewer/dillo_viewer.c
10463                 Provide an API for MimeViewer plugins to
10464                 return a text selection for replying
10465
10466 2006-08-23 [colin]      2.4.0cvs77
10467
10468         * src/image_viewer.c
10469         * src/textview.c
10470                 Use gtk_pixbuf_new_from_file_at_scale(), which
10471                 is faster than getting the pixbuf then resizing
10472                 it.
10473
10474 2006-08-23 [colin]      2.4.0cvs76
10475
10476         * src/procmime.c
10477                 UTF-8 should be sent Quoted-printable
10478
10479 2006-08-22 [colin]      2.4.0cvs75
10480
10481         * src/mh.c
10482                 Check if scan is required before touching
10483                 the folder (or it'll be required every time)
10484
10485 2006-08-22 [colin]      2.4.0cvs74
10486
10487         * configure.ac
10488                 Require libetpan 0.46 (crasher fix when built
10489                 against gnutls)
10490
10491 2006-08-22 [colin]      2.4.0cvs73
10492
10493         * src/folder.c
10494                 Set folder's mtime after writing its
10495                 cache
10496         * src/folderview.c
10497                 Add some timing
10498         * src/procmsg.c
10499                 Don't do useless stuff if we don't 
10500                 thread by subject
10501         * src/summaryview.c
10502                 Add some timing, don't deselect prior
10503                 to selecting (gtksctree does it itself),
10504                 remove crash avoidance hacks as it's been
10505                 properly fixed since a while
10506         * src/common/utils.c
10507                 Optimize to_human_readable(): _() is slow,
10508                 do it only once, and avoid %f format for KB
10509                 (the most common in a summaryview)
10510         * src/gtk/gtksctree.c
10511                 Don't uselessly freeze/thaw (fixes flicker
10512                 on next unread and friends), reduce number
10513                 of g_list_nth/g_list_position where possible
10514         * src/gtk/gtkutils.c
10515         * src/gtk/gtkutils.h
10516                 Reduce number of g_list_nth/g_list_position
10517                 where possible.
10518                 All of this makes loading as 70k folder 2.1
10519                 seconds instead of 3.2 (with hot FS caches).
10520                 (1.3 seconds without Date and Size columns...)
10521
10522 2006-08-22 [paul]       2.4.0cvs72
10523
10524         wrap documents and do some items from mones' MANUAL-TODO:
10525
10526         * manual/account.xml
10527                 4.1. = fix tabname references to <quote>tabname</quote>
10528                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10529         * manual/faq.xml
10530                 1.1. = mentioned options don't match UI
10531                 Add information about the 'Never send Return Receipts'
10532                 option
10533         * manual/handling.xml
10534                 6.2. = Mentions Extended symbols button, but now is
10535                 named Information
10536                 6.3. = Mentions ... button, which is now Edit
10537
10538 2006-08-22 [colin]      2.4.0cvs71
10539
10540         * src/gtk/pluginwindow.c
10541                 Fix layout in verbose translations (such
10542                 as french)
10543
10544 2006-08-22 [paul]       2.4.0cvs70
10545
10546         * manual/Makefile.am
10547                 build manuals in alphabetical order
10548         * src/addressbook.c
10549         * src/prefs_themes.c
10550                 replace/remove deprecated symbols
10551         * src/gtk/gtkutils.c
10552                 fix a warning
10553         * src/gtk/pluginwindow.c
10554                 replace deprecated symbol
10555                 replace label text and move it
10556         * src/plugins/pgpcore/prefs_gpg.c
10557                 move the 'Generate...' button out of the
10558                 Sign Key frame, replace the English used
10559         * src/plugins/pgpcore/sgpgme.c
10560                 fixes to the English
10561
10562 2006-08-21 [colin]      2.4.0cvs69
10563
10564         * src/plugins/trayicon/trayicon.c
10565                 Add more strings for translation; patch
10566                 by Pawel
10567
10568 2006-08-21 [colin]      2.4.0cvs68
10569
10570         * src/compose.c
10571                 fix replied flag not set after drafting
10572         * src/matcher.c
10573                 fix body quicksearch in non-encoded bodies
10574                 containing '='
10575         * src/msgcache.c
10576                 Get rid of the g_malloc workaround for
10577                 corrupted caches, use g_try_malloc
10578
10579 2006-08-21 [colin]      2.4.0cvs67
10580
10581         * src/alertpanel.c
10582         * src/gtk/inputdialog.c
10583         * src/plugins/pgpcore/passphrase.c
10584                 Set minimal width to 375
10585         * src/mainwindow.c
10586                 Fix switching to offline, asking if it 
10587                 should be overriden for synchronising
10588         * src/mimeview.c
10589                 Don't offer to remember command on Open 
10590                 with for text parts, as the browser or 
10591                 text editor command isn't changed from 
10592                 there
10593
10594 2006-08-20 [paul]       2.4.0cvs66
10595
10596         * po/ko.po
10597         * po/zh_CN.po
10598                 fix plural form errors. revealed by stricter
10599                 checking of gettext 0.15
10600
10601 2006-08-18 [paul]       2.4.0cvs65
10602
10603         * src/stock_pixmap.c
10604                 fix the fix of 2.4.0cvs64
10605                 Thanks to Colin
10606
10607 2006-08-18 [paul]       2.4.0cvs64
10608
10609         * src/stock_pixmap.c
10610                 fix leaks
10611                 Thanks to Colin
10612
10613 2006-08-18 [paul]       2.4.0cvs63
10614
10615         * src/compose.c
10616         * src/procmsg.c
10617                 fix occasional IMAP bug where large msgs
10618                 were left in the queue folder after sending
10619                 Thanks to Colin
10620
10621 2006-08-18 [paul]       2.4.0cvs62
10622
10623         * src/folderview.c
10624                 freeze the summaryview while quicksearch results
10625                 are displayed
10626                 (fixes bug 456 'current message is hidden when the
10627                 view is refreshed and extended search is "unread 
10628                 messages"')
10629                 Thanks to Colin
10630         * src/textview.c
10631                 add missing #include "inputdialog.h"
10632         * src/common/utils.h
10633                 add missing mailcap_update_default() and improve
10634                 readability
10635
10636 2006-08-17 [colin]      2.4.0cvs61
10637
10638         * src/plugins/pgpcore/select-keys.c
10639                 Fix warnings :)
10640
10641 2006-08-17 [colin]      2.4.0cvs60
10642
10643         * src/compose.c
10644                 Don't continue queuing if Cancel is clicked
10645                 in select-keys
10646
10647 2006-08-17 [colin]      2.4.0cvs59
10648
10649         * src/plugins/pgpcore/select-keys.c
10650                 When encrypting, if only one key matches and it 
10651                 matches exactly, automatically use it.
10652
10653 2006-08-17 [colin]      2.4.0cvs58
10654
10655         * src/mimeview.c
10656         * src/prefs_common.c
10657         * src/prefs_common.h
10658         * src/prefs_ext_prog.c
10659         * src/textview.c
10660                 Fix issues with previous patch (text/html)
10661                 Remove outdated prefs
10662
10663 2006-08-17 [colin]      2.4.0cvs57
10664
10665         * src/imap.c
10666                 Add View Log button on auth error
10667         * src/procmsg.c
10668                 Fix encrypted mail marked as new when
10669                 saved in normal folders
10670         * src/plugins/pgpinline/pgpinline.c
10671                 Fix encrypt bug on IMAP
10672         * src/mimeview.c
10673         * src/common/utils.c
10674         * src/common/utils.h
10675         * src/gtk/inputdialog.c
10676         * src/gtk/inputdialog.h
10677                 Get rid of metamail stuff, simplify
10678                 opening, and allow remembering of user's
10679                 choices (by updating ~/.mailcap). There's
10680                 still to drop "Audio player" and "Image
10681                 viewer" preferences.
10682
10683 2006-08-17 [mones]      2.4.0cvs56
10684
10685         * manual/es/sylpheed-claws-manual.xml
10686                 fix DTD path
10687
10688 2006-08-17 [mones]      2.4.0cvs55
10689
10690         * configure.ac
10691         * manual/Makefile.am
10692         * manual/es/Makefile.am
10693         * manual/es/account.xml
10694         * manual/es/ack.xml
10695         * manual/es/addrbook.xml
10696         * manual/es/advanced.xml
10697         * manual/es/faq.xml
10698         * manual/es/glossary.xml
10699         * manual/es/gpl.xml
10700         * manual/es/handling.xml
10701         * manual/es/intro.xml
10702         * manual/es/keyboard.xml
10703         * manual/es/plugins.xml
10704         * manual/es/starting.xml
10705         * manual/es/sylpheed-claws-manual.xml
10706         * manual/es/dist/Makefile.am
10707         * manual/es/dist/html/Makefile.am
10708         * manual/es/dist/pdf/Makefile.am
10709         * manual/es/dist/ps/Makefile.am
10710         * manual/es/dist/txt/Makefile.am
10711                 Spanish translation for the manual
10712
10713 2006-08-16 [colin]      2.4.0cvs54
10714
10715         * src/compose.c
10716         * src/main.c
10717         * src/mainwindow.c
10718                 Fix send button sensitivity at startup
10719                 Set send menu sensitivity (patch by Fabien)
10720         * src/ssl_manager.c
10721                 Enable closing with esc (patch by Fabien)
10722         * src/gtk/foldersort.c
10723                 Enable closing with esc (patch by Fabien)
10724         * src/procmime.c
10725                 Optimisation (no need to copy to tempfile to
10726                 "decode" 7bit and 8bit)
10727         * src/summaryview.c
10728                 Fix cruft in swap_from case
10729         * src/textview.c
10730                 Fix missing last line in some mail cases 
10731                 (Fixes debian #381872)
10732         * src/plugins/pgpcore/prefs_gpg.c
10733         * src/plugins/pgpcore/sgpgme.c
10734         * src/plugins/pgpcore/sgpgme.h
10735                 Don't show "no key found" when user explicitely
10736                 wants to create a key
10737
10738 2006-08-16 [paul]       2.4.0cvs53
10739
10740         * configure.ac
10741         * src/account.c
10742         * src/addressbook.c
10743         * src/headerview.c
10744         * src/prefs_account.c
10745         * src/prefs_message.c
10746         * src/gtk/gtkutils.c
10747                 bump up minimum required versions of GTK+ and
10748                 GLIB to 2.6.0
10749
10750 2006-08-16 [paul]       2.4.0cvs52
10751
10752         * src/toolbar.c
10753                 workaround GTK+ Bug 351600 - 'Can't re-click
10754                 on button after sensitivity update'
10755                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10756                 Thanks to Colin
10757
10758 2006-08-15 [colin]      2.4.0cvs51
10759
10760         * src/plugins/pgpcore/prefs_gpg.c
10761                 Set options sensitivity according to
10762                 key existence
10763         * src/plugins/pgpcore/sgpgme.c
10764                 Allow to create key with no passphrase
10765
10766 2006-08-14 [cleroy]     2.4.0cvs50
10767
10768         * src/gtk/pluginwindow.c
10769                 New layout (maybe to be changed?)
10770         * src/gtk/gtkutils.c
10771                 Fix a bit label_window
10772         * src/plugins/pgpcore/passphrase.c
10773         * src/plugins/pgpcore/passphrase.h
10774         * src/plugins/pgpcore/plugin.c
10775         * src/plugins/pgpcore/prefs_gpg.c
10776         * src/plugins/pgpcore/prefs_gpg.h
10777         * src/plugins/pgpcore/sgpgme.c
10778         * src/plugins/pgpcore/sgpgme.h
10779                 Allow to create a PGP private key via the GUI
10780
10781 2006-08-14 [wwp]        2.4.0cvs49
10782
10783         * src/addressbook_foldersel.c
10784                 fix strict ISO C90 compliance.
10785
10786 2006-08-14 [paul]       2.4.0cvs48
10787
10788         * src/gtk/prefswindow.c
10789                 re-set scrolled window on opening
10790                 Patch by Ticho
10791
10792 2006-08-14 [paul]
10793
10794         2.5.0-rc1 released
10795
10796 2006-08-14 [paul]       2.4.0cvs47
10797
10798         * src/prefs_display_header.c
10799                 re-enable user-defined Displayed Headers
10800
10801 2006-08-14 [paul]       2.4.0cvs46
10802
10803         * src/prefs_account.c
10804                 use GTK_STOCK_EDIT
10805
10806 2006-08-13 [colin]      2.4.0cvs45
10807
10808         * src/common/utils.c
10809                 Fix "a" in quote when the original message is empty,
10810                 by using \0 instead of 'a' to test writability of
10811                 temp files.
10812
10813 2006-08-13 [wwp]        2.4.0cvs44
10814
10815         * src/plugins/spamassassin/spamassassin.c
10816                 fix capitalization of "SpamAssassin" in some debug, log and
10817                 dialog messages.
10818
10819 2006-08-13 [paul]       2.4.0cvs43
10820
10821         * src/editldap.c
10822                 fix overlapping widgets
10823         * src/prefs_account.c
10824                 fix translation of protocol_names[]
10825                 fix label disappearing off the edge of the
10826                 visible area
10827
10828 2006-08-12 [paul]       2.4.0cvs42
10829
10830         * manual/plugins.xml
10831                 update IRC channel info before it gets forgotten
10832                 about
10833
10834 2006-08-11 [colin]      2.4.0cvs41
10835
10836         * src/compose.c
10837         * src/mainwindow.c
10838         * src/mainwindow.h
10839         * src/procmsg.c
10840         * src/procmsg.h
10841         * src/summaryview.c
10842         * src/toolbar.c
10843                 Grey out the Send button if
10844                 - Queue folders are empty, or
10845                 - We're sending already
10846
10847 2006-08-11 [wwp]        2.4.0cvs40
10848
10849         * src/main.c
10850                 fix a logic issue when quitting while a compose window is
10851                 still open, thanks to Colin.
10852
10853 2006-08-10 [colin]      2.4.0cvs39
10854
10855         * src/main.c
10856                 Fix default font size setting after wizard run
10857         * src/imap.c
10858         * src/etpan/imap-thread.c
10859         * src/etpan/imap-thread.h
10860                 Fix bug #999 (Timing out on TSL cert validation 
10861                 dialog makes ugly things happen). Also, STARTTLS
10862                 unconditionnaly if initial capabilities contain
10863                 LOGINDISABLED and STARTTLS.
10864
10865 2006-08-09 [colin]      2.4.0cvs38
10866
10867         * src/mainwindow.c
10868         * src/mainwindow.h
10869                 Fix Tools/Actions sensitivity when there are
10870                 no actions
10871
10872 2006-08-09 [colin]      2.4.0cvs37
10873
10874         * src/prefs_filtering.c
10875                 Warning fix, patch by Paul
10876         * src/messageview.c
10877         * src/prefs_actions.c
10878         * src/prefs_filtering_action.c
10879         * src/prefs_matcher.c
10880                 Uniformisation of "Info ..." to "Info..." (for
10881                 old gtk), patch by Fabien
10882         * src/plugins/clamav/clamav_plugin_gtk.c
10883                 Sensitivity fix by Fabien
10884
10885 2006-08-09 [colin]      2.4.0cvs36
10886
10887         * src/main.c
10888         * src/main.h
10889                 Add a function to know whether we're exiting
10890         * src/plugins/trayicon/trayicon.c
10891                 If exiting, don't do anything. Faster, and
10892                 avoids gtk_main_iteration reentracy causing
10893                 segfaults at exit
10894
10895 2006-08-09 [colin]      2.4.0cvs35
10896
10897         * src/messageview.c
10898         * src/mimeview.c
10899         * src/mimeview.h
10900                 Fix lack of part selection when automatically 
10901                 jumping to a specific part
10902         * src/msgcache.c
10903                 Little optimisation in cache reading
10904
10905 2006-08-09 [colin]      2.4.0cvs34
10906
10907         * src/compose.c
10908                 Fix crash setting the priority on reedit
10909                 (Accessing compose before creating it!)
10910
10911 2006-08-08 [colin]      2.4.0cvs33
10912
10913         * src/procmime.c
10914                 Fix bug #998 (last attachment is not accessible)
10915                 Bad RFC interpretation on multipart close-delimiters
10916         * src/mimeview.c
10917         * src/mimeview.h
10918         * src/gtk/gtkvscrollbutton.c
10919         * src/gtk/gtkvscrollbutton.h
10920                 Make attachments list wheel-scrollable
10921
10922 2006-08-07 [colin]      2.4.0cvs32
10923
10924         * src/gtk/gtkaspell.c
10925                 Fix bug #973 (Unicode punctation characters 
10926                 are not recognized as separators by the
10927                 spell checker); fix unsigned stuff
10928
10929 2006-08-07 [colin]      2.4.0cvs31
10930
10931         * src/compose.c
10932                 Fix bug #956 (DnD text with accents in compose 
10933                 text entry); fix gccc's signed/unsigned fuss
10934
10935 2006-08-06 [colin]      2.4.0cvs30
10936
10937         * src/main.c
10938                 Fix bug #979 (Plugin crashes when exiting 
10939                 sylpheed-claws) : handle exit request only 
10940                 once
10941
10942 2006-08-05 [colin]      2.4.0cvs29
10943
10944         * src/news.c
10945                 Just make sure we have a msgid.
10946
10947 2006-08-05 [colin]      2.4.0cvs28
10948
10949         * src/news.c
10950         * src/summaryview.c
10951                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10952                 by reimplementing it
10953         * src/textview.c
10954                 Fix bug when hiding quotes with level > 3 and quote
10955                 colors are recycled
10956
10957 2006-08-04 [colin]      2.4.0cvs27
10958
10959         * src/compose.c
10960         * src/undo.c
10961         * src/undo.h
10962                 Fix a bit replace-by-pasting undo
10963         * src/mainwindow.c
10964         * src/messageview.c
10965                 Fix Fold quotes menu synchro in
10966                 mainwindow when it changes in 
10967                 messageview
10968         * src/textview.c
10969                 Fix right-click on quotes blocks
10970         * src/common/utils.c
10971                 Verify that the file created by
10972                 my_tmpfile() is writable. Fixes
10973                 bug #988 (very specific filesystem
10974                 issue)
10975         * src/plugins/pgpcore/sgpgme.c
10976                 Fix file descriptor leak
10977         * src/plugins/spamassassin/spamassassin.c
10978                 Warn once if spamd isn't reachable
10979
10980 2006-08-04 [colin]      2.4.0cvs26
10981
10982         * src/toolbar.c
10983                 i18n context patch by Fabien
10984
10985 2006-08-03 [colin]      2.4.0cvs25
10986
10987         * src/mainwindow.c
10988         * src/messageview.c
10989                 Rename "Hide quotes" to "Fold quotes"
10990         * src/textview.c
10991                 Don't use hand cursor on quotes. "all 
10992                 the bonuses of the feature and none of 
10993                 unwelcome side-effects"
10994
10995 2006-08-03 [colin]      2.4.0cvs24
10996
10997         * AUTHORS
10998         * sylpheed-claws.desktop
10999         * src/gtk/authors.h
11000                 Bring the desktop file to XDG compliance
11001                 Patch by Charles A. Edwards
11002
11003 2006-08-03 [colin]      2.4.0cvs23
11004
11005         * src/textview.c
11006                 Fix links offset when they are preceded
11007                 by accentued chars (g_utf8_strlen!)
11008         * src/mainwindow.c
11009                 Fix wrong status when starting offline
11010
11011
11012 2006-08-03 [wwp]        2.4.0cvs22
11013
11014         * src/prefs_common.h
11015                 ask what to do w/ filtering rules that belong to an account when
11016                 applying filtering rules manually from the main window (skip,
11017                 apply regardless of the account, use current account). This dialog
11018                 can be skipped and the last reply used.
11019                 (forgot that file)
11020
11021 2006-08-03 [wwp]        2.4.0cvs21
11022
11023         * src/filtering.c
11024         * src/filtering.h
11025         * src/prefs_common.c
11026         * src/summaryview.c
11027         * src/alertpanel.c
11028         * src/alertpanel.h
11029         * src/messageview.c
11030                 ask what to do w/ filtering rules that belong to an account when
11031                 applying filtering rules manually from the main window (skip,
11032                 apply regardless of the account, use current account). This dialog
11033                 can be skipped and the last reply used.
11034
11035
11036 2006-08-03 [colin]      2.4.0cvs20
11037
11038         * src/textview.c
11039                 Optimize previous patch
11040
11041 2006-08-03 [cleroy]     2.4.0cvs19
11042
11043         * src/textview.c
11044                 Fix quotes getting toggled back when the
11045                 mail has an even number of text parts
11046
11047 2006-08-02 [colin]      2.4.0cvs18
11048
11049         * src/messageview.c
11050                 Add Hide quotes menu
11051
11052 2006-08-02 [colin]      2.4.0cvs17
11053
11054         * src/mainwindow.c
11055         * src/prefs_common.c
11056         * src/textview.c
11057         * src/textview.h
11058         * src/gtk/about.c
11059                 Allow per-level quote hiding,
11060                 Allow toggling quotes by double-clicking them
11061                 Rename RemoteURI to ClickableText to reflect
11062                 the fact it's used for a variety of things
11063
11064 2006-08-02 [wwp]        2.4.0cvs16
11065
11066         * src/mainwindow.c
11067                 fix "View/Hide quotes" menu item status initialization.
11068
11069 2006-08-02 [wwp]        2.4.0cvs15
11070
11071         * src/matcher_parser_parse.y
11072                 remove a debug trace.
11073
11074 2006-08-02 [paul]       2.4.0cvs14
11075
11076         * src/plugins/pgpcore/passphrase.c
11077                 don't set initial dialog size
11078                 make it resizable
11079
11080 2006-08-02 [paul]       2.4.0cvs13
11081
11082         * src/noticeview.c
11083                 remove the rogue '/' character
11084
11085 2006-08-02 [paul]       2.4.0cvs12
11086
11087         * src/noticeview.c
11088                 allow buttons to resize as necessary
11089
11090 2006-08-01 [wwp]        2.4.0cvs11
11091
11092         * src/mbox.c
11093                 fix strict ISO C90 compliance.
11094
11095 2006-08-01 [wwp]        2.4.0cvs10
11096
11097         * tools/update-po
11098                 updated update-po tool to work w/ context-dependent translations.
11099                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11100
11101 2006-08-01 [wwp]        2.4.0cvs9
11102
11103         * src/matcher.c
11104         * src/prefs_filtering.c
11105         * src/prefs_matcher.c
11106                 allow context-dependent translations for "All",
11107                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11108
11109 2006-07-31 [colin]      2.4.0cvs8
11110
11111         * AUTHORS
11112         * src/gtk/authors.h
11113                 Add Rafal to authors
11114
11115 2006-07-31 [colin]      2.4.0cvs7
11116
11117         * src/compose.c
11118         * src/mainwindow.c
11119         * src/messageview.h
11120         * src/prefs_common.c
11121         * src/prefs_common.h
11122         * src/textview.c
11123                 Add 'View/Hide quotes'. Patch based on a patch
11124                 by Rafal Weglarz
11125
11126 2006-07-31 [colin]      2.4.0cvs6
11127
11128         * src/action.c
11129                 Fix problem with "> stuff >" actions
11130
11131 2006-07-31 [paul]       2.4.0cvs5
11132
11133         * po/nb.po
11134                 updated by Geir Helland
11135
11136 2006-07-31 [wwp]        2.4.0cvs4
11137
11138         * src/mainwindow.c
11139         * src/summaryview.c
11140         * src/summaryview.h
11141                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11142                 thanks to Colin.
11143
11144 2006-07-31 [wwp]        2.4.0cvs3
11145
11146         * src/Makefile.am
11147         * src/addr_compl.c
11148         * src/addr_compl.h
11149         * src/addressbook.c
11150         * src/addressbook.h
11151         * src/addressbook_foldersel.c
11152         * src/addressbook_foldersel.h
11153         * src/addrindex.c
11154         * src/addrindex.h
11155         * src/matcher.c
11156         * src/matcher.h
11157         * src/matcher_parser_lex.l
11158         * src/matcher_parser_parse.y
11159         * src/prefs_common.c
11160         * src/prefs_common.h
11161         * src/prefs_filtering.c
11162         * src/prefs_matcher.c
11163         * src/prefs_matcher.h
11164         * src/summaryview.c
11165                 introduce filtering against the address book. It's now possible to add
11166                 matched conditions to determine if any email address in a message matches
11167                 or doesn't match any or all books or folders in the address book.
11168
11169 2006-07-31 [wwp]        2.4.0cvs2
11170
11171         * src/account.c
11172         * src/filtering.c
11173         * src/filtering.h
11174         * src/folder.c
11175         * src/folderview.c
11176         * src/inc.c
11177         * src/mainwindow.c
11178         * src/matcher.c
11179         * src/matcher_parser_lex.l
11180         * src/matcher_parser_parse.y
11181         * src/mbox.c
11182         * src/prefs_filtering.c
11183         * src/prefs_filtering.h
11184         * src/procmsg.c
11185         * src/procmsg.h
11186         * src/summaryview.c
11187                 introduce per-account filtering rules. Each filtering rule can now be assigned
11188                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11189                 when applying filtering rules manually, as all rules will apply - even the ones
11190                 assigned to an account. This issue will be addressed soon.
11191  
11192
11193
11194 2006-07-31 [wwp]        2.4.0cvs1
11195
11196         * src/quote_fmt.c
11197                 make more strings translatable.
11198
11199 2006-07-31 [paul]       2.4.0
11200
11201         2.4.0 released
11202
11203 2006-07-31 [paul]       2.3.1cvs91
11204
11205         * po/ca.po
11206                 updated by Miquel Oliete
11207
11208 2006-07-31 [paul]       2.3.1cvs90
11209
11210         * po/de.po
11211         * po/el.po
11212         * po/fr.po
11213         * po/it.po
11214         * po/pl.po
11215         * po/pt_BR.po
11216         * po/sr.po
11217         * po/zh_CN.po
11218                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11219                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11220                 Aleksandar Urosevic, and Ralgh Young
11221
11222 2006-07-31 [paul]       2.3.1cvs89
11223
11224         * src/account.c
11225         * src/main.c
11226         * src/mainwindow.c
11227         * src/mainwindow.h
11228                 Fix a race condition when, after an SC crash, rescanning
11229                 folders took more than 0.5 seconds
11230                 Thanks to Colin
11231
11232 2006-07-31 [paul]       2.3.1cvs88
11233
11234         * src/folderview.c
11235                 don't translate separator strings
11236
11237 2006-07-30 [mones]      2.3.1cvs87
11238
11239         * doc/man/sylpheed-claws.1
11240                 Fixed non-ASCII chars in Hoa's name
11241         * po/es.po
11242                 Updated for release
11243
11244 2006-07-27 [colin]      2.3.1cvs86
11245
11246         * src/textview.c
11247                 Don't include the leading \n in links
11248                 Patch by Fabien
11249
11250 2006-07-25 [colin]      2.3.1cvs85
11251
11252         * src/mainwindow.c
11253         * src/common/socket.h
11254         * src/etpan/imap-thread.c
11255                 Refresh resolvers before connecting
11256                 to IMAP servers, and after switching
11257                 to online. Thanks to Paul.
11258
11259 2006-07-18 [colin]
11260
11261         * 2.4.0-rc4 released
11262
11263 2006-07-17 [colin]      2.3.1cvs84
11264
11265         * src/inc.c
11266                 Show connection attempt in statusbar before
11267                 connecting (previously first message was
11268                 "Retrieving messages from ..." after the
11269                 connection succeeded.
11270
11271 2006-07-16 [wwp]        2.3.1cvs83
11272
11273         * sylpheed-claws.ico
11274                 Added .ico file (windows multi-size icon file, generated).
11275
11276 2006-07-12 [wwp]        2.3.1cvs82
11277
11278         * src/messageview.c
11279                 remove Message/Re-edit menu entry from messageview window,
11280                 as sent/draft/queued messages are opened in compose window when
11281                 re-edited and it's not possible to re-edit other msgs.
11282
11283 2006-07-12 [paul]       2.3.1cvs81
11284
11285         * AUTHORS
11286         * src/mainwindow.c
11287         * src/gtk/authors.h
11288                 check online state before resetting
11289                 mailcheck timer. Useful if some program
11290                 verifies connection state and updates
11291                 Claws.
11292                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11293
11294 2006-07-12 [paul]       2.3.1cvs80
11295
11296         * sylpheed-claws-128x128.png
11297         * sylpheed-claws-64x64.png
11298         * sylpheed-claws.png
11299         * src/Makefile.am
11300         * src/main.c
11301         * src/prefs_toolbar.c
11302         * src/stock_pixmap.c
11303         * src/stock_pixmap.h
11304         * src/wizard.c
11305         * src/gtk/about.c
11306         * src/gtk/gtkutils.c
11307         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11308         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11309         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11310         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11311         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11312         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11313                 updated and renamed logo/icon files and related
11314                 logo by Jesper Schultz
11315
11316 2006-07-11 [paul]       2.3.1cvs79
11317
11318         * src/main.c
11319                 fix the labels a smidgin
11320
11321 2006-07-09 [colin]      2.3.1cvs78
11322
11323         * src/textview.c
11324                 Show errors in textviewer's command
11325                 Patch by H. Merijn Brand
11326
11327 2006-07-09 [colin]      2.3.1cvs77
11328
11329         * src/compose.c
11330                 Save FMID in drafts too
11331
11332 2006-07-08 [colin]      2.3.1cvs76
11333
11334         * src/compose.c
11335                 Svae RMID in drafted mails too
11336                 Save quote_fmt vars for whole mails,
11337                 don't reset at each quote_fmt_init:
11338                 allows to use the same |i{var} in
11339                 various template fields
11340         * src/prefs_template.c
11341         * src/quote_fmt.h
11342         * src/quote_fmt_parse.y
11343                 Same
11344
11345 2006-07-08 [colin]      2.3.1cvs75
11346
11347         * src/textview.c
11348                 Fix highlighting of attached parts URIs
11349
11350 2006-07-08 [colin]      2.3.1cvs74
11351
11352         * src/main.c
11353                 Prevent bug #981 (sc 2.3.1 segfaults with 
11354                 gtk+ 2.10) from being reported again:
11355                 if Sylpheed-Claws has been compiled against
11356                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11357                 of if Sylpheed-Claws has been compiled against
11358                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11359                 error out.
11360
11361 2006-07-07 [colin]      2.3.1cvs73
11362
11363         * src/prefs_actions.c
11364                 Fix label
11365
11366 2006-07-07 [colin]      2.3.1cvs72
11367
11368         * src/prefs_actions.c
11369                 Fix compile on gtk < 2.8. argh :)
11370
11371 2006-07-07 [paul]       2.3.1cvs71
11372
11373         * src/common/defs.h
11374                 update DONATE_URI
11375
11376 2006-07-07 [colin]      2.3.1cvs70
11377
11378         * po/POTFILES.in
11379         * src/quote_fmt.c
11380         * src/quote_fmt_lex.l
11381         * src/quote_fmt_parse.y
11382                 Add |i{var}, a way to insert user-entered
11383                 text in a template
11384
11385 2006-07-07 [colin]
11386
11387         * 2.4.0-rc3 released
11388
11389 2006-07-07 [colin]      2.3.1cvs69
11390
11391         * src/folder.c
11392                 Don't consider inboxes of UNKNOWN folder 
11393                 classes to be useable as default inboxes
11394
11395 2006-07-07 [paul]       2.3.1cvs68
11396
11397         * src/textview.c
11398                 add missing #include <errno.h>
11399                 Thanks to René J. Blokland
11400
11401 2006-07-07 [paul]       2.3.1cvs67
11402
11403         * src/action.c
11404                 Return now Closes dialog
11405         * src/mimeview.c
11406         * src/mimeview.h
11407         * src/textview.c
11408                 add contextual menu to mime parts listed
11409                 in the textview
11410                 Thanks to Colin
11411         * src/common/utils.c
11412                 reversal: ' is a valid character in URLs
11413
11414 2006-07-06 [colin]      2.3.1cvs66
11415
11416         * src/remotefolder.h
11417                 Forgotten in previous commit
11418
11419 2006-07-06 [colin]      2.3.1cvs65
11420
11421         * src/folder.c
11422                 Set summary update flag whenever
11423                 totals changed
11424         * src/imap.c
11425         * src/prefs_account.c
11426         * src/common/utils.h
11427         * src/etpan/imap-thread.c
11428                 Fix warnings, thanks to Fabien and
11429                 Ricardo
11430
11431 2006-07-06 [wwp]        2.3.1cvs64
11432
11433         * src/gtk/gtkutils.c
11434                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11435
11436 2006-07-06 [wwp]        2.3.1cvs63
11437
11438         * src/account.c
11439         * src/addressbook.c
11440         * src/addressitem.h
11441         * src/folderview.c
11442         * src/mainwindow.c
11443         * src/manual.c
11444         * src/manual.h
11445         * src/message_search.c
11446         * src/prefs_actions.c
11447         * src/prefs_filtering.c
11448         * src/prefs_filtering.h
11449         * src/prefs_template.c
11450         * src/summary_search.c
11451         * src/summaryview.c
11452         * src/gtk/gtkutils.c
11453         * src/gtk/gtkutils.h
11454         * src/gtk/pluginwindow.c
11455                 add help buttons to some dialogs. Clicking such buttons opens a
11456                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11457
11458 2006-07-06 [paul]       2.3.1cvs62
11459
11460         * src/textview.c
11461                 fix attachments contextual menu
11462                 Thanks to Colin
11463
11464 2006-07-05 [colin]      2.3.1cvs61
11465
11466         * src/textview.c
11467         * src/compose.c
11468                 Handle sftp:// links
11469
11470 2006-07-05 [paul]       2.3.1cvs60
11471
11472         * src/gtk/filesel.c
11473                 grab save button by default
11474                 Thanks to Colin
11475
11476 2006-07-05 [wwp]        2.3.1cvs59
11477
11478         * manual/xml2pdf
11479                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11480
11481 2006-07-04 [colin]      2.3.1cvs58
11482
11483         * src/mimeview.c
11484         * src/textview.c
11485                 Use left click to select, middle click to open
11486                 on mimeparts links
11487         * src/common/utils.c
11488                 Fix segfault
11489
11490 2006-07-04 [colin]      2.3.1cvs57
11491
11492         * src/mainwindow.c
11493         * src/news.c
11494                 Warning fixes, thanks to Fabien
11495
11496 2006-07-04 [colin]      2.3.1cvs56
11497
11498         * src/mimeview.c
11499         * src/mimeview.h
11500         * src/textview.c
11501                 Allow parts to be selected via their text label
11502                 in textview
11503
11504 2006-07-04 [colin]      2.3.1cvs55
11505
11506         * src/folderview.c
11507                 Feedback when closing (for big folders)
11508         * src/prefs_actions.c
11509         * src/prefs_filtering.c
11510         * src/prefs_matcher.c
11511         * src/prefs_template.c
11512                 Fix default button when closing without
11513                 having saved
11514
11515 2006-07-04 [colin]      2.3.1cvs54
11516
11517         * src/news.c
11518                 Delete local file on deletion
11519
11520 2006-07-03 [colin]      2.3.1cvs53
11521
11522         * src/folderview.c
11523         * src/main.c
11524                 Don't freeze when rescanning after crash
11525
11526 2006-07-03 [wwp]        2.3.1cvs52
11527
11528         * src/compose.c
11529         * src/privacy.c
11530         * src/privacy.h
11531         * src/plugins/pgpinline/pgpinline.c
11532         * src/plugins/pgpmime/pgpmime.c
11533                 don't report an error when the user cancels the passphrase dialog.
11534
11535 2006-07-02 [colin]      2.3.1cvs51
11536
11537         * src/folderview.c
11538                 Open message when crossing folders with Space,
11539                 goto next unread and friends
11540
11541 2006-07-01 [colin]      2.3.1cvs50
11542
11543         * src/prefs_account.c
11544                 Typographic rules varying from language
11545                 to language (in french "Protocole :"),
11546                 we have to do that :)
11547
11548 2006-07-01 [ticho]      2.3.1cvs49
11549
11550         * src/prefs_account.c
11551                 Only use one temporary gchar* variable in
11552                 prefs_account_protocol_set_optmenu().
11553
11554 2006-07-01 [ticho]      2.3.1cvs48
11555
11556         * src/prefs_account.c
11557         * src/prefs_account.h
11558                 Use GtkLabel for existing account protocol name.
11559                 Created an array for protocol names and populate the
11560                 combobox from it in a for() cycle.
11561
11562 2006-06-30 [colin]      2.3.1cvs47
11563
11564         * src/compose.c
11565                 Block undo when changing signature (by changing
11566                 account)
11567
11568 2006-06-30 [paul]       2.3.1cvs46
11569
11570         * src/send_message.c
11571                 when editing From in the Compose window, use that address
11572                 in the Return-Path: header
11573                 Thanks to Colin
11574
11575 2006-06-30 [colin]      2.3.1cvs45
11576
11577         * src/compose.c
11578                 Fix signature replacement:
11579                 - when no newline before separator
11580                 - when reediting
11581
11582 2006-06-29 [colin]      2.3.1cvs44
11583
11584         * src/folderview.c
11585         * src/folderview.h
11586         * src/mainwindow.c
11587         * src/summaryview.c
11588                 Let 'View/Go to/Next marked' work like
11589                 Next new & Next unread: across folders
11590                 Change the select_on_entry pref to do
11591                 what we want when changing folder
11592         * src/common/utils.c
11593                 Fix single-quoted links 
11594
11595 2006-06-29 [colin]      2.3.1cvs43
11596
11597         * src/gtk/gtkaspell.c
11598                 "Sylpheed" and "Sylpheed-Claws" do exist !
11599
11600 2006-06-29 [colin]      2.3.1cvs42
11601
11602         * src/imap.c
11603                 Forgot to remove debug
11604
11605 2006-06-29 [colin]      2.3.1cvs41
11606
11607         * src/imap.c
11608         * src/imap.h
11609         * src/mainwindow.c
11610                 Disconnect from IMAP servers when going
11611                 offline. Fixes bug #978 (going to offline-mode 
11612                 won't close connections)
11613
11614 2006-06-29 [colin]      2.3.1cvs40
11615
11616         * src/main.c
11617                 Fix transient setting on failing plugins
11618                 Patch by Fabien
11619         * src/plugins/pgpcore/sgpgme.c
11620                 Only warn for OpenPGP. Most people don't
11621                 have CMS available.
11622
11623 2006-06-29 [colin]      2.3.1cvs39
11624
11625         * src/compose.c
11626                 Fix Spelling menu (discrepancy between context menu
11627                 and top menu when folder's dictionary isn't the 
11628                 default one)
11629         * src/plugins/pgpcore/sgpgme.c
11630                 More error reporting about why gpgme can fail
11631
11632 2006-06-29 [wwp]        2.3.1cvs38
11633
11634         * src/mainwindow.c
11635                 honor the display-header-pane setting even when the message view
11636                 is a separate window.
11637
11638 2006-06-29 [wwp]        2.3.1cvs37
11639
11640         * src/prefs_actions.c
11641                 forgot to commit that one (use of GTK_STOCK_INFO).
11642
11643 2006-06-29 [colin]      2.3.1cvs36
11644
11645         * src/imap.c
11646                 Better handling of login errors (ask the password
11647                 again once), alert in case of error. Fix three
11648                 signedness warnings.
11649
11650 2006-06-28 [wwp]        2.3.1cvs35
11651
11652         * src/prefs_template.c
11653         * src/prefs_matcher.c
11654         * src/prefs_filtering_action.c
11655         * src/prefs_quote.c
11656                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11657                 patch by Fabien Vantard, slightly modified.
11658
11659 2006-06-28 [paul]
11660
11661         2.4.0-rc2 released
11662
11663 2006-06-28 [colin]      2.3.1cvs34
11664
11665         * src/prefs_account.c
11666                 Fix bug #977 (Can't add or edit imap accounts)
11667
11668 2006-06-28 [colin]      2.3.1cvs33
11669
11670         * src/mimeview.c
11671                 Fix previous
11672
11673 2006-06-28 [colin]      2.3.1cvs32
11674
11675         * src/mimeview.c
11676                 Save named inlined attachments with "Save all"
11677         * src/main.c
11678         * src/mbox.c
11679         * src/common/plugin.c
11680         * src/common/plugin.h
11681         * src/common/sylpheed.c
11682         * src/common/utils.c
11683         * src/plugins/pgpcore/sylpheed.def
11684         * src/plugins/pgpinline/sylpheed.def
11685         * src/plugins/pgpmime/sylpheed.def
11686                 Win32 compatibility patch, by
11687                 Werner Koch
11688
11689 2006-06-28 [wwp]        2.3.1cvs31
11690
11691         * src/imap.c
11692         * src/prefs_folder_item.c
11693                 less compilation warnings (thanks to Fabien Vantard), less typos.
11694
11695 2006-06-28 [paul]       2.3.1cvs30
11696
11697         * src/gtk/gtkutils.c
11698                 gtk_combo_box_set_focus_on_click() is only
11699                 available since gtk 2.6.0
11700
11701 2006-06-28 [paul]       2.3.1cvs29
11702
11703         * src/prefs_ext_prog.c
11704                 fix engrish and add a tooltip for the
11705                 'command for 'Display as text' option
11706
11707 2006-06-28 [paul]
11708
11709         2.4.0-rc1 released
11710
11711 2006-06-28 [paul]       2.3.1cvs28
11712
11713         * ChangeLog
11714         * tools/Makefile.am
11715                 include textviewer.pl in releases
11716
11717 2006-06-28 [paul]       2.3.1cvs27
11718
11719         * src/prefs_ext_prog.c
11720                 hide Print command option if libgnomeprint
11721                 support is present
11722
11723 2006-06-27 [colin]      2.3.1cvs26
11724
11725         * src/compose.c
11726                 Fix Esc handling in insert/attach dialog
11727                 Don't show this dialog if dragging something
11728                 else than text/uri-list
11729                 Thanks to Fabien Vantard
11730         * tools/textviewer.pl
11731                 Filter script to display stuff as text
11732                 by H. Merijn Brand
11733
11734 2006-06-27 [wwp]        2.3.1cvs25
11735
11736         * src/messageview.c
11737                 use the exact product name (message view title), patch
11738                 by Fabien Vantard.
11739
11740 2006-06-27 [ticho]      2.3.1cvs24
11741
11742         * src/prefs_account.c
11743         * src/prefs_common.c
11744         * src/prefs_common.h
11745         * src/prefs_ext_prog.c
11746         * src/textview.c
11747                 Add a preference (Preferences/External programs)
11748                 to allow "Display as text" to be done via a script
11749                 (patch by H.Merijn Brand).
11750                 Use GtkComboBox for protocol selection in account
11751                 preferences.
11752                 Only include current choice for existing accounts, and
11753                 insensitivize the combobox.
11754
11755 2006-06-27 [paul]       2.3.1cvs23
11756
11757         * src/mbox.c
11758                 fix crasher introduced in cvs21.
11759                 Thanks to Colin
11760
11761 2006-06-26 [colin]      2.3.1cvs22
11762
11763         * src/mbox.c
11764                 Fix double-frees when leaving folders
11765                 after exporting to mbox
11766
11767 2006-06-26 [colin]      2.3.1cvs21
11768
11769         * src/mbox.c
11770                 More feedback (and optimisation)
11771                 on import/export
11772         * src/common/utils.c
11773                 Fix case when looking for mail addresses
11774         * src/gtk/gtkutils.c
11775                 Extra check for (X-)Face
11776
11777 2006-06-25 [ticho]      2.3.1cvs20
11778
11779         * src/compose.c
11780         * src/exphtmldlg.c
11781         * src/gtk/gtkutils.c
11782         * src/gtk/gtkutils.h
11783                 Added second argument to gtkut_sc_combobox_create() to
11784                 control focus-on-click for the widget.
11785                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11786
11787 2006-06-25 [ticho]      2.3.1cvs19
11788
11789         * src/compose.c
11790         * src/gtk/Makefile.am
11791         * src/gtk/combobox.c
11792         * src/gtk/combobox.h
11793         * src/gtk/gtkutils.c
11794         * src/gtk/gtkutils.h
11795                 Use GtkComboBox instead of deprecated GtkOptionMenu
11796                 for account selector in compose window and for encoding
11797                 selector in attachment properties.
11798                 Also factorise working with the new GtkComboBox somewhat.
11799
11800 2006-06-24 [paul]       2.3.1cvs18
11801
11802         * src/prefs_common.c
11803                 use the correct default value
11804
11805 2006-06-24 [paul]       2.3.1cvs17
11806
11807         * src/compose.c
11808         * src/prefs_common.c
11809         * src/prefs_common.h
11810         * src/prefs_compose_writing.c
11811                 enable setting of default action when
11812                 dnd'ing files in the compose window.
11813                 (Collaborative effort with wwp)
11814
11815 2006-06-23 [wwp]        2.3.1cvs16
11816
11817         * src/compose.c
11818                 i18n fix (thanks to Fabien Vantard)
11819
11820 2006-06-22 [colin]      2.3.1cvs15
11821
11822         * src/prefs_customheader.c
11823                 Don't use filters in custom headers' file 
11824                 selector. Remember, extensions mean nothing :)
11825
11826 2006-06-22 [paul]       2.3.1cvs14
11827
11828         * configure.ac
11829                 allow setting of man directory location
11830
11831 2006-06-22 [colin]      2.3.1cvs13
11832
11833         * src/mainwindow.c
11834                 Add 'View/Go to/Next unread folder'.
11835                 I missed that :)
11836
11837 2006-06-22 [colin]      2.3.1cvs12
11838
11839         * src/common/utils.c
11840                 Add some subject prefixes
11841                 Patch by Bjorn T Johansen <btj@havleik.no>
11842
11843 2006-06-22 [colin]      2.3.1cvs11
11844
11845         * manual/advanced.xml
11846                 Forgotten hidden pref
11847
11848 2006-06-21 [paul]       2.3.1cvs10
11849
11850         * src/prefs_account.c
11851                 complete the removal of 'Add date header' option
11852
11853 2006-06-21 [paul]       2.3.1cvs9
11854
11855         * src/account.c
11856         * src/compose.c
11857         * src/prefs_account.c
11858         * src/prefs_account.h
11859                 remove option to add date header - always
11860                 add date header
11861         * src/etpan/imap-thread.c
11862                 fix warnings (Thanks to Colin)
11863
11864 2006-06-21 [wwp]        2.3.1cvs8
11865
11866         * src/folder.c
11867                 set the attachment flag when inline text part are (file)named. This is more convenient
11868                 when receiving (for instance) inline source files or patches sent using thunderbird.
11869
11870 2006-06-21 [paul]       2.3.1cvs7
11871
11872         * src/inc.c
11873                 fix off-by-one count of current msg in
11874                 statusbar filtering progressbar
11875
11876 2006-06-21 [paul]       2.3.1cvs6
11877
11878         * src/folder.c
11879                 Show attachment icon even if the part is 'inline'
11880                 if the following conditions are met:
11881                 - content-type != 'text/plain'
11882                 - content-type != '*/pgp-signature'
11883                 - either 'name' or 'filename' parameter is not NULL
11884                 
11885                 Thanks to Colin
11886
11887 2006-06-21 [paul]       2.3.1cvs5
11888
11889         * src/messageview.c
11890         * src/prefs_common.c
11891         * src/prefs_common.h
11892         * src/prefs_other.c
11893                 add an option to 'Never send Return
11894                 Receipts'
11895                 Thanks to Colin
11896
11897 2006-06-20 [mones]      2.3.1cvs4
11898
11899         * po/es.po
11900                 updated
11901         * src/compose.c
11902                 typo fixed (space after comma)
11903         * tools/make.themes.project
11904                 remove exec mode from tarball files
11905
11906 2006-06-20 [colin]      2.3.1cvs3
11907
11908         * src/news.c
11909         * src/procheader.c
11910         * src/unmime.c
11911                 Better fix for \n's in headers (don't 
11912                 break Received: and others)
11913
11914 2006-06-20 [paul]       2.3.1cvs2
11915
11916         * src/alertpanel.c
11917         * src/textview.c
11918                 improve legibility of phishing attempt
11919                 dialog
11920
11921 2006-06-20 [paul]       2.3.1cvs1
11922
11923         * NEWS
11924         * README
11925         * configure.ac
11926                 Update version number following
11927                 stable release
11928
11929 2006-06-20 [colin]      2.3.0cvs26
11930
11931         * src/compose.c
11932                 When dragging a file to the text of the compose
11933                 window, ask whether we want to insert or attach
11934                 (I know lots of people who do that to attach)
11935
11936 2006-06-20 [colin]      2.3.0cvs25
11937
11938         * src/etpan/imap-thread.c
11939                 Fix threshold (the append command is often > 32 bytes)
11940
11941 2006-06-19 [colin]      2.3.0cvs24
11942
11943         * src/imap.c
11944         * src/etpan/imap-thread.c
11945                 Workaround Rockliffe IMAP server bug: replace
11946                 "x UID SEARCH (ANSWERED UID 1:*)" with
11947                 "x UID SEARCH ANSWERED"
11948                 (Rockliffe doesn't handle the parenthesis)
11949
11950 2006-06-19 [colin]      2.3.0cvs23
11951
11952         * src/compose.c
11953         * src/imap.c
11954         * src/etpan/imap-thread.c
11955                 Probably fix bug #972 (Freezes when adding 
11956                 an attachment to the message)
11957         * src/common/defs.h
11958                 Modernize Firefox cmd
11959
11960
11961 2006-06-18 [colin]      2.3.0cvs22
11962
11963         * src/prefs_customheader.c
11964                 Only allow correct filenames for various
11965                 custom headers
11966
11967 2006-06-18 [colin]      2.3.0cvs21
11968
11969         * src/prefs_customheader.c
11970                 Add a 'From File...' button in custom headers prefs, which
11971                 try to do the right thing: 
11972                 for normal headers, use file as plaintext,
11973                 for X-Face, calls compface,
11974                 for Face, encode to b64.
11975
11976 2006-06-17 [colin]      2.3.0cvs20
11977
11978         * src/mh.c
11979                 Warning fix
11980
11981 2006-06-16 [colin]      2.3.0cvs19
11982
11983         * src/summaryview.c
11984                 Recursive quicksearch: show message list
11985                 in current folder, *then* search children
11986                 in the background.
11987
11988 2006-06-16 [colin]      2.3.0cvs18
11989
11990         * src/main.c
11991                 Instead of ignoring SIGPIPE, save caches
11992                 when getting one. Will fix the fact that
11993                 hot caches are out-of-date when logging 
11994                 out of Xorg.
11995         * src/compose.c
11996         * src/prefs_compose_writing.c
11997                 Only save text (not attachments) when 
11998                 auto-saving to drafts
11999         * src/unmime.c
12000                 Always replace \n, \r and \t with spaces
12001                 in headers
12002         * manual/dist/html/Makefile.am
12003         * manual/dist/pdf/Makefile.am
12004         * manual/dist/ps/Makefile.am
12005         * manual/dist/txt/Makefile.am
12006         * manual/fr/dist/html/Makefile.am
12007         * manual/fr/dist/pdf/Makefile.am
12008         * manual/fr/dist/ps/Makefile.am
12009         * manual/fr/dist/txt/Makefile.am
12010         * manual/pl/dist/html/Makefile.am
12011         * manual/pl/dist/pdf/Makefile.am
12012         * manual/pl/dist/ps/Makefile.am
12013         * manual/pl/dist/txt/Makefile.am
12014                 Fix make clean removing pregenerated manuals
12015
12016
12017 2006-06-16 [colin]      2.3.0cvs17
12018
12019         * src/plugins/pgpcore/sgpgme.c
12020         * src/plugins/pgpmime/pgpmime.c
12021         * src/plugins/pgpinline/pgpinline.c
12022                 Better error reporting in setup_signers.
12023                 Don't fallback to default key if specified
12024                 key isn't found.
12025                 Don't allow signing if more than one secret
12026                 key matches the one specified in prefs.
12027
12028 2006-06-15 [colin]      2.3.0cvs16
12029
12030         * src/folderview.c
12031                 Add "Send queue" in the folder's contextual
12032                 menu
12033         * src/compose.c
12034         * src/messageview.c
12035         * src/privacy.c
12036         * src/privacy.h
12037         * src/procmime.c
12038         * src/procmsg.c
12039         * src/plugins/pgpcore/passphrase.c
12040         * src/plugins/pgpcore/sgpgme.c
12041         * src/plugins/pgpinline/pgpinline.c
12042         * src/plugins/pgpmime/pgpmime.c
12043                 Better error reporting
12044         * src/mbox.c
12045                 Probably fix bug #971 (2.2.3 cannot read mail 
12046                 from local mbox)
12047
12048
12049 2006-06-15 [mones]      2.3.0cvs15
12050
12051         * tools/make.themes.project
12052                 creates the themes project from the web page
12053
12054 2006-06-15 [colin]      2.3.0cvs14
12055
12056         * src/folder.c
12057                 Better fix (avoid losing the folder if scan_tree 
12058                 fails)
12059
12060 2006-06-15 [cleroy]     2.3.0cvs13
12061
12062         * src/folder.c
12063                 Probably fix Bug #969 (crash on rebuilding 
12064                 imap folder)
12065
12066 2006-06-14 [colin]      2.3.0cvs12
12067
12068         * manual/dtd/manual.xsl
12069         * manual/sylpheed-claws-manual.xml
12070         * manual/fr/sylpheed-claws-manual.xml
12071         * manual/pl/sylpheed-claws-manual.xml
12072                 Insert pagebreaks between sections
12073
12074 2006-06-14 [paul]       2.3.0cvs11
12075
12076         * configure.ac
12077                 better fix than 2.3.0cvs10
12078
12079 2006-06-14 [paul]       2.3.0cvs10
12080
12081         * configure.ac
12082                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12083                 (backwards compatible)
12084
12085 2006-06-13 [colin]      2.3.0cvs9
12086
12087         * src/messageview.c
12088                 Fix sending of return receipt with the new queue folders
12089
12090 2006-06-13 [wwp]        2.3.0cvs8
12091
12092         * src/quote_fmt_lex.l
12093                 fix wrong tokens returned in quote_fmt lexer, query not().
12094
12095 2006-06-13 [wwp]        2.3.0cvs7
12096
12097         * src/folder.c
12098         * src/prefs_folder_item.c
12099                 allow changing folder type even when folder is not a top-level one,
12100                 thanks to Colin.
12101
12102 2006-06-12 [colin]      2.3.0cvs6
12103
12104         * src/folderview.c
12105                 Fix double-ask of "Do you want to mark all
12106                 as read"
12107
12108 2006-06-12 [colin]      2.3.0cvs5
12109
12110         * src/compose.c
12111         * src/compose.h
12112         * src/folder.c
12113         * src/folder.h
12114         * src/imap.c
12115         * src/inc.c
12116         * src/main.c
12117         * src/messageview.c
12118         * src/mh.c
12119         * src/prefs_folder_item.c
12120         * src/procheader.c
12121         * src/procmime.c
12122         * src/procmsg.c
12123         * src/procmsg.h
12124         * src/send_message.c
12125         * src/summaryview.c
12126         * src/toolbar.c
12127                 Apply bug #964's patch (Queue and drafts aren't normal)
12128                 The Drafts and Queue folder now contain RFC-822 files,
12129                 allowing to move and copy mails from and to these 
12130                 folders. Moving from Drafts to Queue will prepare the
12131                 mail for sending (PGP signature, encryption, etc).
12132                 This patch also rework sending errors handling to try
12133                 to be more helpful.
12134                 Also, allow redefining folder types via the GUI 
12135                 (Folder type in its Properties)
12136
12137 2006-06-12 [colin]      2.3.0cvs4
12138
12139         * src/summaryview.c
12140         * src/prefs_common.c
12141         * src/prefs_common.h
12142         * src/gedit-print.c
12143                 Allow to define a specific print font - patch
12144                 by Bernhard Walle <bernhard.walle@gmx.de>
12145         * src/prefs_fonts.c
12146         * manual/advanced.xml
12147         * manual/fr/advanced.xml
12148                 Add a hidden pref to allow deletion without
12149                 confirmation
12150
12151 2006-06-12 [wwp]        2.3.0cvs3
12152
12153         * .cvsignore
12154                 more files to ignore.
12155
12156 2006-06-12 [wwp]        2.3.0cvs2
12157
12158         * src/quote_fmt.c
12159         * src/quote_fmt_lex.l
12160         * src/quote_fmt_parse.y
12161                 extend the quote_fmt parser (templates and quotes):
12162                 - allow limited sub-expressions in |p{} and |f{} expressions,
12163                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12164                 - implemented/fixed missing implementation of query_references and show_references,
12165                 - completed, fixed contents and format of the symbols help dialog,
12166                 - fix some compilation warnings.
12167
12168 2006-06-12 [wwp]        2.3.0cvs1
12169
12170         * manual/advanced.xml
12171         * manual/fr/advanced.xml
12172                 updates in the "templates" section of the manual (eng/fr):
12173                  - be more precise (both versions)
12174                  - completed to match the english reference (fr version)
12175                  - touchups (both versions)
12176
12177 2006-06-12 [paul]       2.3.0
12178
12179         2.3.0 released
12180
12181 2006-06-12 [paul]       2.2.3cvs14
12182
12183         * po/ca.po
12184         * po/cs.po
12185         * po/de.po
12186         * po/el.po
12187         * po/fr.po
12188         * po/it.po
12189         * po/pt_BR.po
12190         * po/sr.po
12191         * po/zh_CN.po
12192                 updated by Miquel Oliete, Tim, Stephan Sachse,
12193                 Stavros Giannouris, Fabien Vantard, Andrea
12194                 Spadaccini, Frederico Goncalves Guimaraes,
12195                 Aleksandar Urosevic, and Ralgh Young
12196
12197 2006-06-12 [colin]      2.2.3cvs13
12198
12199         * src/mbox.c
12200                 Add missing header
12201
12202 2006-06-11 [colin]      2.2.3cvs12
12203
12204         * src/msgcache.c
12205                 Verify that g_malloc() succeeded
12206
12207 2006-06-11 [colin]      2.2.3cvs11
12208
12209         * src/wizard.c
12210                 Add Face header to welcome mail
12211
12212 2006-06-10 [colin]      2.2.3cvs10
12213
12214         * src/textview.c
12215                 Revert previous (Forgot it changes the
12216                 margin on the whole mail)
12217
12218 2006-06-10 [colin]      2.2.3cvs9
12219
12220         * src/textview.c
12221                 Don't overlap long headers under (X-)Face
12222
12223 2006-06-10 [mones]      2.2.3cvs8
12224
12225         * manual/xml2pdf
12226                 allow generation of manual on systems lacking saxon binary
12227                 but with java and the saxon library installed
12228
12229         * po/es.po
12230                 updated for release
12231
12232 2006-06-09 [colin]      2.2.3cvs7
12233
12234         * src/summaryview.c
12235                 Fix leak when using Display Sender using Addressbook
12236
12237 2006-06-09 [colin]      2.2.3cvs6
12238
12239         * src/compose.c
12240         * src/folder.c
12241         * src/folderview.c
12242         * src/mimeview.c
12243         * src/summaryview.c
12244                 More leaks fixes
12245
12246 2006-06-09 [paul]       2.2.3cvs5
12247
12248         * AUTHORS
12249         * src/gtk/authors.h
12250         * tools/claws.i18n.status.pl
12251                 updated with new info
12252
12253 2006-06-09 [paul]       2.2.3cvs4
12254
12255         * README
12256                 updated
12257         * manual/ack.xml
12258                 add wwp to authors list
12259         * src/gtk/authors.h
12260                 update mine and Colin's addresses
12261
12262 2006-06-08 [colin]      2.2.3cvs3
12263
12264         * src/etpan/imap-thread.c
12265                 Fix leak on SSL cert check
12266
12267 2006-06-08 [colin]      2.2.3cvs2
12268
12269         * src/common/utils.c
12270                 Fix leak
12271
12272 2006-06-08 [paul]       2.2.3cvs1
12273
12274         * configure.ac
12275                 Update version number following
12276                 stable release
12277
12278 2006-06-07 [colin]      2.2.2cvs3
12279
12280         * src/msgcache.c
12281                 Fix catching cache read errors (guint instead of gint)
12282                 Prevent malloc'ing more than 8MB (means cache corruption)
12283
12284 2006-06-07 [paul]       2.2.2cvs2
12285
12286         * src/exporthtml.c
12287         * src/exportldif.c
12288         * src/mh.c
12289         * src/mutt.c
12290         * src/pine.c
12291         * src/common/utils.c
12292                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12293                 obey $HOME'
12294                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12295                 Thanks to Colin
12296
12297 2006-06-06 [paul]       2.2.2cvs1
12298
12299         * configure.ac
12300                 Update version number following
12301                 stable release
12302
12303 2006-06-06 [paul]       2.2.1cvs6
12304
12305         * src/matcher.c
12306                 fix  implicit declaration of
12307                 sylpheed_do_idle()
12308                 Patch by Fabien Vantard
12309
12310 2006-06-06 [paul]       2.2.1cvs5
12311
12312         * src/matcher.c
12313                 fix age_greater and age_lower so that they
12314                 mean what say and not '...or equal to'
12315                 Thanks to Colin
12316
12317 2006-06-06 [paul]       2.2.1cvs4
12318
12319         * src/textview.c
12320         * src/common/utils.c
12321                 fix URI check
12322                 Thanks to Colin
12323
12324 2006-06-05 [wwp]        2.2.1cvs3
12325
12326         * manual/fr/account.xml
12327                 minor language fixes (thanks to Fabien Vantard).
12328
12329 2006-06-05 [colin]      2.2.1cvs2
12330
12331         * src/prefs_folder_item.c
12332         * src/folderview.c
12333                 Allow recursive setting of properties 
12334                 for whole mailboxes
12335         * src/matcher.c
12336                 Don't freeze on 'test' filtering rule
12337
12338 2006-06-05 [colin]      2.2.1cvs1
12339
12340         * configure.ac
12341                 Update version number following
12342                 stable release
12343
12344 2006-06-04 [wwp]        2.2.0cvs82
12345
12346         * manual/glossary.xml
12347         * manual/account.xml
12348         * manual/fr/glossary.xml
12349         * manual/fr/account.xml
12350                 added glossary section and references/links related to the Face custom header.
12351
12352 2006-06-04 [colin]      2.2.0cvs81
12353
12354         * src/summaryview.c
12355                 Skip to next message on move with no
12356                 immediate execution
12357
12358 2006-06-04 [wwp]        2.2.0cvs80
12359
12360         * manual/xml2pdf
12361                 added sanity checks, exit when needed.
12362
12363 2006-06-03 [paul]       2.2.0cvs79
12364
12365         * src/prefs_receive.c
12366                 page name is now 'Receiving'
12367         * src/prefs_send.c
12368                 page name is now 'Sending'
12369
12370 2006-06-03 [colin]      2.2.0cvs78
12371
12372         * src/plugins/spamassassin/spamassassin_gtk.c
12373                 Autoswitch to Localhost if transport was previously
12374                 disabled. Else people had to check [] Enable, then
12375                 *reselect* transport.
12376
12377 2006-06-03 [colin]      2.2.0cvs77
12378
12379         * src/plugins/pgpinline/pgpinline.c
12380         * src/plugins/pgpmime/pgpmime.c
12381                 Check that gpg_data_release_and_get_mem 
12382                 didn't fail (now, why this happens...)
12383
12384 2006-06-03 [colin]      2.2.0cvs76
12385
12386         * src/mbox.c
12387                 Fix bug #962 (Manual and/or UI should 
12388                 warn about incompatible locking 
12389                 causing dataloss)
12390
12391 2006-06-02 [cleroy]     2.2.0cvs75
12392
12393         * src/filtering.c
12394         * src/folder.c
12395         * src/procmsg.c
12396         * src/summaryview.c
12397                 Fix a few leaks
12398
12399 2006-06-02 [colin]      2.2.0cvs74
12400
12401         * src/main.c
12402                 On exit, free caches after writing them
12403                 Shuts up some valgrind false positives
12404         * src/procmsg.c
12405         * src/send_message.c
12406                 Fix races when reusing existing SMTP connections
12407                 Fix inexistant session timeout
12408         * src/toolbar.c
12409                 Display alertpanel after all queues have
12410                 been processed, not after each
12411
12412 2006-06-02 [wwp]        2.2.0cvs73
12413
12414         * manual/fr/glossary.xml
12415         * manual/fr/ack.xml
12416         * manual/ack.xml
12417                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12418
12419 2006-06-02 [wwp]        2.2.0cvs72
12420
12421         * manual/xml2pdf
12422         * manual/dist/pdf/Makefile.am
12423         * manual/dtd/manual.xsl
12424         * manual/fr/dist/pdf/Makefile.am
12425         * manual/pl/dist/pdf/Makefile.am
12426                 we changed the procedure to generate the .pdf version of the manual.
12427                 The procedure is more modern and the .pdf we get now has a valid index.
12428                 Here are the new pre-requisites:
12429
12430                 - JRE 1.x (1.4 here): there must be one from your distro
12431                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12432                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12433                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12434
12435                 See my posts for further info about the installation of this toolchain:
12436
12437                 Date: Fri, 19 May 2006 19:40:06 +0200
12438                 From: wwp <subscript@free.fr>
12439                 To: sylpheed-claws-devel@lists.sourceforge.net
12440                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12441
12442                 and
12443
12444                 Date: Wed, 24 May 2006 12:58:49 +0200
12445                 From: wwp <subscript@free.fr>
12446                 To: sylpheed-claws-devel@lists.sourceforge.net
12447                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12448
12449 2006-06-01 [colin]      2.2.0cvs71
12450
12451         * src/compose.c
12452                 Better guards against IMAP races
12453         * src/main.c
12454         * src/prefs_common.c
12455         * src/prefs_common.h
12456         * src/common/ssl_certificate.c
12457         * src/etpan/imap-thread.c
12458         * src/etpan/imap-thread.h
12459         * src/gtk/sslcertwindow.c
12460                 New hidden option ssl_skip_cert_check to 
12461                 avoid dups of bug #959 (libetpan linked
12462                 against gnutls and gnutls buggy on 64bit)
12463                 Present expired warning only once per
12464                 session/server.
12465         * manual/advanced.xml
12466         * manual/fr/advanced.xml
12467                 Document new option
12468
12469 2006-06-01 [wwp]        2.2.0cvs70
12470
12471         * src/messageview.c
12472                 fix for bug #961 (return receipt dialog 
12473                 complains incorrectly about return-path 
12474                 email adress being different), thanks 
12475                 to Colin.
12476
12477 2006-05-31 [cleroy]     2.2.0cvs69
12478
12479         * src/common/ssl.c
12480                 Guard against NULLs, although this
12481                 should never be an issue
12482
12483 2006-05-31 [colin]      2.2.0cvs68
12484
12485         * src/filtering.c
12486                 Use g_slist_prepend
12487         * src/imap.c
12488                 Don't remove caches when destroying folder, it
12489                 could (should) be done at exit
12490         * src/inc.c
12491                 free processing cache after incorporation
12492         * src/etpan/imap-thread.c
12493                 Maybe fix bug #959 (Crash on moving to emails 
12494                 to a imap account per ssl with a expired 
12495                 certificate.)
12496
12497 2006-05-30 [colin]      2.2.0cvs67
12498
12499         * src/summaryview.c
12500                 Put back event flush when displaying message
12501                 It avoids reading a bunch of messages just
12502                 by hitting shift-n for too long ;)
12503
12504 2006-05-29 [colin]      2.2.0cvs66
12505
12506         * src/summaryview.c
12507                 Remove useless g_warnings
12508
12509 2006-05-29 [colin]      2.2.0cvs65
12510
12511         * src/imap.c
12512                 Fix g_slist_append()s for performance
12513
12514 2006-05-29 [colin]      2.2.0cvs64
12515
12516         * src/compose.c
12517         * src/common/utils.c
12518                 Fix extraneous tab at start of addresses
12519         * src/mainwindow.c
12520                 Fix warnings (thanks to Fabien)
12521                 Fix crash at exit when composing messages 
12522                 exist
12523         * src/pop.c
12524                 Fix progress bar when deleting expired mails
12525                 Thanks to Hiro
12526         * src/summaryview.c
12527         * src/gtk/gtksctree.c
12528                 Fix re-sorting slowness
12529
12530 2006-05-29 [paul]       2.2.0cvs63
12531
12532         * src/mh.c
12533                 fetch full message when moving mails
12534                 from another mailbox, (fixed data loss
12535                 when filtering from IMAP to MH, introduced
12536                 in 2.2.0cvs57).
12537                 Thanks to Colin
12538
12539 2006-05-29 [mones]      2.2.0cvs62
12540
12541         * src/gtk/gtksctree.c
12542                 Unselect faster (patch by Colin)        
12543
12544 2006-05-26 [colin]      2.2.0cvs61
12545
12546         * src/summaryview.c
12547                 Unplug MSGINFO_UPDATE callback on delete too.
12548
12549 2006-05-26 [colin]      2.2.0cvs60
12550
12551         * src/foldersel.c
12552                 Fix bold in folder selection window with glib2.10
12553                 thanks Hiro
12554
12555 2006-05-26 [colin]      2.2.0cvs59
12556
12557         * src/procheader.c
12558                 Convert date only if necessary (and don't
12559                 try to convert from utf8 to utf8, too)
12560         * src/summaryview.c
12561                 Only set column's text if the column's 
12562                 displayed
12563
12564 2006-05-26 [colin]      2.2.0cvs58
12565
12566         * src/summaryview.c
12567         * src/gtk/gtkutils.c
12568                 Fix useless warning
12569
12570 2006-05-26 [colin]      2.2.0cvs57
12571
12572         * src/mainwindow.c
12573                 Make summaryview selectable as long as 
12574                 no message has focus
12575         * src/mh.c
12576                 Faster deletion (by implementing mh_remove_msgs)
12577                 Faster copy (avoid using mh_fetch_msg just to get
12578                 the filename)
12579                 Faster move (using move_file instead of copy_file
12580                 if MSG_IS_MOVE)
12581                 No progressbar if total number of mails to cp/mv 
12582                 is less than 100
12583         * src/summaryview.c
12584                 Fix removal from subject_table when mail gets moved
12585                 Faster deletion (g_slist_prepend instead of append)
12586         * src/gtk/gtksctree.c
12587                 Remove useless code
12588
12589 2006-05-25 [colin]      2.2.0cvs56
12590
12591         * src/common/ssl_certificate.c
12592                 Fix leak in expired cert check
12593
12594 2006-05-25 [colin]      2.2.0cvs55
12595
12596         * src/mh.c
12597                 Disable flags syncing on .mh_sequences - it
12598                 is buggy and marks mails read under unknown
12599                 conditions.
12600
12601 2006-05-25 [paul]
12602
12603         * 2.3.0-rc4 released
12604
12605 2006-05-24 [colin]      2.2.0cvs54
12606
12607         attention cvs users: if you manage to crash
12608         Sylpheed-Claws while moving, copying or deleting
12609         mails, we *are* interested in stack traces and
12610         valgrind logs. It looks stable, but one never
12611         knows...
12612
12613         * src/folder.c
12614                 Add progressbar for cache updates
12615         * src/folderutils.c
12616                 Optimize Mark all read in the current
12617                 folder
12618         * src/mh.c
12619                 Add progressbar for copy/move
12620         * src/procmsg.c
12621                 Optimize O(n^2) in copy/move
12622         * src/summaryview.c
12623         * src/gtk/gtksctree.c
12624                 Optimize O(n^2) algos
12625         * src/common/timing.h
12626                 Display ms instead of us
12627
12628 2006-05-24 [wwp]        2.2.0cvs53
12629
12630         * manual/fr/advanced.xml
12631                 updates to the French manual.
12632
12633 2006-05-24 [wwp]        2.2.0cvs52
12634
12635         * src/common/utils.c
12636                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12637
12638 2006-05-24 [wwp]        2.2.0cvs51
12639
12640         * src/folderutils.c
12641                 fixed "mark all read" in MH folders (thanks to Colin).
12642
12643 2006-05-24 [paul]       2.2.0cvs50
12644
12645         * doc/man/sylpheed-claws.1
12646                 updated the man page
12647
12648 2006-05-23 [colin]      2.2.0cvs49
12649
12650         * src/folderview.c
12651         * src/imap.c
12652         * src/inc.c
12653         * src/mbox.c
12654         * src/messageview.c
12655         * src/news.c
12656         * src/send_message.c
12657         * src/summaryview.c
12658         * src/gtk/sslcertwindow.c
12659                 alertpanel fixes, by Fabien
12660
12661 2006-05-23 [colin]      2.2.0cvs48
12662
12663         * src/folder.c
12664         * src/folderview.c
12665         * src/msgcache.c
12666         * src/summaryview.c
12667         * src/gtk/gtksctree.c
12668         * src/gtk/gtksctree.h
12669                 More timings
12670                 Fix slow loading problem, which was caused by the
12671                 use of some gtk_ctree funcs and their use of
12672                 g_list_position while gtk_ctree_(un)link'ing.
12673                 Reap more functions from gtkctree.c to be sure we
12674                 use our (fast) version instead of theirs.
12675         * src/mh.c
12676                 Fix copy of unread mails
12677
12678
12679 2006-05-22 [wwp]        2.2.0cvs47
12680
12681         * manual/fr/advanced.xml
12682                 updated.
12683
12684 2006-05-22 [colin]      2.2.0cvs46
12685
12686         * src/filtering.c
12687                 Fix possible infinite loop. 'copy' is not a 
12688                 final action, so when encountering a 'copy',
12689                 we have to check if a previous one was set
12690                 and do it. In the same way, if we encounter
12691                 a 'move' we have to perform a possibly 
12692                 pending 'copy'. This will slow down filtering
12693                 on IMAP if move+copy or multiple copy actions
12694                 are to be done, but handling it via the batch
12695                 would be really too convoluted.
12696
12697 2006-05-22 [wwp]        2.2.0cvs45
12698
12699         * manual/fr/advanced.xml
12700         * manual/fr/faq.xml
12701         * manual/fr/glossary.xml
12702         * manual/fr/handling.xml
12703         * manual/fr/intro.xml
12704         * manual/fr/plugins.xml
12705         * manual/fr/sylpheed-claws-manual.xml
12706                 sync w/ the english manual: updates URIs, documented mailing-list
12707                 support, better explanation about the enabled/disabled feature
12708                 in filtering/processing rules by Paul.
12709
12710 2006-05-21 [colin]      2.2.0cvs44
12711
12712         * src/summaryview.c
12713                 Don't expand after building threads, but during
12714
12715 2006-05-21 [colin]      2.2.0cvs43
12716
12717         * src/procmsg.c
12718         * src/summaryview.c
12719                 More timing possibilities... For next time I have 
12720                 to find out how the hell some 3GHz computer takes
12721                 one minute to open a 30k folder...
12722
12723 2006-05-21 [colin]      2.2.0cvs42
12724
12725         * manual/pl/advanced.xml
12726         * manual/pl/faq.xml
12727         * manual/pl/glossary.xml
12728         * manual/pl/handling.xml
12729         * manual/pl/intro.xml
12730         * manual/pl/plugins.xml
12731         * manual/pl/sylpheed-claws-manual.xml
12732                 Polish manual updated by Pawel
12733
12734 2006-05-20 [colin]
12735
12736         * 2.3.0-rc3 released
12737
12738 2006-05-20 [colin]      2.2.0cvs41
12739
12740         * src/imap.c
12741                 Fix -rc2 problems:
12742                 - remove cache of moved messages from original folder
12743                 - apply new flags to messages even if they aren't appliable
12744                   via IMAP.
12745
12746 2006-05-20 [colin]
12747
12748         * 2.3.0-rc2 released
12749
12750 2006-05-19 [colin]      2.2.0cvs40
12751
12752         * src/imap.c
12753                 Don't issue SELECT in imap_change_flags
12754                 before having checked that we indeed have
12755                 some flags to change. MSG_POSTFILTERED for
12756                 example can't be used on IMAP.
12757                 Fixes bug #955 (copying messages between 
12758                 imap folders is extremely slow), which was
12759                 a regression.
12760
12761 2006-05-19 [colin]      2.2.0cvs39
12762
12763         * src/folder.c
12764         * src/folder.h
12765         * src/folderview.c
12766                 Try to fix bug #830 (Some unread messages 
12767                 get marked read in IMAP inbox):
12768                 - Prevent scanning a folder if it's being 
12769                   opened via the GUI
12770                 - Postpone opening via the GUI of a folder
12771                   currently scanned.
12772
12773
12774 2006-05-19 [wwp]        2.2.0cvs38
12775
12776         * manual/advanced.xml
12777                 fix English+typo (thanks to Paul).
12778
12779 2006-05-19 [wwp]        2.2.0cvs37
12780
12781         * manual/advanced.xml
12782         * manual/fr/advanced.xml
12783         * src/gtk/logwindow.c
12784         * src/prefs_common.c
12785         * src/prefs_common.h
12786                 added hidden prefs to allow customization of colors used in
12787                 protocol log window (useful for dark gtk+ themes).
12788
12789 2006-05-19 [wwp]        2.2.0cvs36
12790
12791         * ChangeLog
12792                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12793
12794 2006-05-19 [paul]       2.2.0cvs35
12795
12796         * src/textview.c
12797                 make Reply-To fully clickable
12798         * src/gtk/logwindow.c
12799                 more colouring (SMTP ESMTP)
12800         Both patches by Pawel Pekala
12801
12802 2006-05-19 [cleroy]     2.2.0cvs34
12803
12804         * src/mh.c
12805                 Don't update flags from current folder
12806                 Probably fixes bug #935 (Read Messages 
12807                 Revert to Being Marked as Unread)
12808
12809 2006-05-18 [colin]      2.2.0cvs33
12810
12811         * src/imap.c
12812                 Warning fix
12813         * src/compose.c
12814         * src/mainwindow.c
12815         * src/summaryview.c
12816         * src/toolbar.c
12817                 Allow replying to multiple emails
12818                 in multiple windows
12819         * src/mimeview.c
12820         * src/etpan/imap-thread.c
12821                 Leak fixes
12822
12823 2006-05-18 [paul]       2.2.0cvs32
12824
12825         * src/summaryview.c
12826                 keep Mailing-List menu refreshed
12827                 Thanks to Colin
12828
12829 2006-05-18 [paul]       2.2.0cvs31
12830
12831         * manual/advanced.xml
12832         * manual/faq.xml
12833         * manual/glossary.xml
12834         * manual/handling.xml
12835         * manual/intro.xml
12836         * manual/plugins.xml
12837         * manual/sylpheed-claws-manual.xml
12838                 update URLs
12839                 add info about mailing-list support
12840                 edit filtering info
12841         * src/wizard.c
12842         * src/common/defs.h
12843         * src/gtk/about.c
12844         * src/plugins/dillo_viewer/README
12845                 update URLs
12846
12847 2006-05-17 [wwp]        2.2.0cvs30
12848
12849         * manual/handling.xml
12850         * manual/fr/handling.xml
12851                 documented the ability to enabled/disable filtering/processing rules.
12852
12853 2006-05-17 [colin]      2.2.0cvs29
12854
12855         * src/main.c
12856                 Don't initialize g_thread subsystem if it's 
12857                 already done (thanks to Hiro)
12858         * src/mimeview.c
12859                 Fix saving of parts when there name can't be
12860                 converted from UTF-8.
12861
12862 2006-05-17 [paul]       2.2.0cvs28
12863
12864         * po/Makefile.in.in
12865                 fix config.status warning with autoconf 2.60
12866
12867 2006-05-17 [paul]       2.2.0cvs27
12868
12869         * po/POTFILES.in
12870                 add src/mbox.c
12871
12872 2006-05-17 [wwp]        2.2.0cvs26
12873
12874         * src/mainwindow.c
12875                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12876
12877 2006-05-17 [wwp]        2.2.0cvs25
12878
12879         * src/plugins/demo/demo.c
12880                 updated product name in plugin demo (many plugins need to be
12881                 sync'ed w/ that change).
12882
12883 2006-05-17 [colin]      2.2.0cvs24
12884
12885         * src/mh.c
12886                 Fix leak
12887
12888 2006-05-16 [colin]      2.2.0cvs23
12889
12890         * src/mainwindow.c
12891                 Stupid me hit again. Fix cvs22.
12892
12893 2006-05-16 [colin]      2.2.0cvs22
12894
12895         * src/mainwindow.c
12896                 Fix bug #922 (sylpheed-claws crashed after 
12897                 pushing on Inbox folder)
12898
12899 2006-05-16 [colin]      2.2.0cvs21
12900
12901         * src/compose.c
12902                 Make From header be copy/paste/select-able
12903
12904 2006-05-16 [wwp]        2.2.0cvs20
12905
12906         * src/export.c
12907         * src/matcher.c
12908         * src/summaryview.c
12909         * src/etpan/imap-thread.c
12910                 fix some compiler warnings (thanks to Colin).
12911
12912 2006-05-16 [wwp]        2.2.0cvs19
12913
12914         * src/action.c
12915         * src/gedit-print.c
12916         * src/inc.c
12917         * src/mainwindow.c
12918         * src/mh.c
12919         * src/statusbar.c
12920         * src/send_message.c
12921         * src/summaryview.c
12922                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12923
12924 2006-05-15 [colin]      2.2.0cvs18
12925
12926         * src/procmsg.c
12927                 Fix automatic rule creation with List-Post
12928
12929 2006-05-15 [paul]       2.2.0cvs17
12930
12931         * tools/filter_conv_new.pl
12932                 updated for rule enabling/disabling
12933                 claws version >= 2.3.x required
12934
12935 2006-05-15 [cleroy]     2.2.0cvs16
12936
12937         * src/main.c
12938                 Revert test
12939
12940 2006-05-15 [cleroy]     2.2.0cvs15
12941
12942         * src/main.c
12943                 test
12944
12945 2006-05-15 [wwp]        2.2.0cvs14
12946
12947         * manual/pl/.cvsignore
12948                 ignore generated files.
12949
12950 2006-05-14 [wwp]        2.3.0-rc1
12951
12952         * 2.3.0-rc1 released
12953
12954 2006-05-13 [wwp]        2.2.0cvs13
12955
12956         * src/filtering.c
12957         * src/filtering.h
12958         * src/matcher.c
12959         * src/matcher_parser_lex.l
12960         * src/matcher_parser_parse.y
12961         * src/prefs_filtering.c
12962                 new feature: provide the ability to disable filtering and processing
12963                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12964                 adaptations.
12965
12966 2006-05-13 [colin]      2.2.0cvs12
12967
12968         * src/compose.c
12969                 Remove useless if (a) b; else b;
12970                 Thanks to wwp
12971
12972 2006-05-13 [wwp]        2.2.0cvs11
12973
12974         * src/export.c
12975         * src/import.c
12976         * src/mainwindow.c
12977         * src/mbox.c
12978         * src/summaryview.c
12979         * src/summaryview.h
12980                 no more silent failures (or at least less ones) when importing
12981                 or exporting from/to mbox. Also start importing/exporting if
12982                 the necessary info is set.
12983
12984 2006-05-13 [wwp]        2.2.0cvs10
12985
12986         * RELEASE_NOTES
12987                 restored up-to-date release notes.
12988
12989 2006-05-13 [paul]       2.2.0cvs9
12990
12991         * po/nl.po
12992         * po/ru.po
12993                 updated by Tim Dijkstra and Pavlo Bohmat
12994
12995 2006-05-12 [colin]      2.2.0cvs8
12996
12997         * src/gtk/quicksearch.c
12998                 Add "k" as shortcut for "colorlabel". Patch
12999                 by ath42@users.sf.net.
13000
13001 2006-05-12 [paul]       2.2.0cvs7
13002
13003         * src/prefs_common.h
13004         * src/prefs_summaries.c
13005         * src/summaryview.c
13006                 when entering a folder also allow
13007                 going directly to first Marked message
13008
13009 2006-05-12 [paul]       2.2.0cvs6
13010
13011         * src/summaryview.c
13012                 always obey 'confirm before marking all
13013                 mails read' option
13014
13015 2006-05-12 [paul]       2.2.0cvs5
13016
13017         * src/textview.c
13018                 make Sender fully clickable
13019
13020 2006-05-12 [colin]      2.2.0cvs4
13021
13022         * src/compose.c
13023         * src/compose.h
13024                 Let From be editable
13025         * src/main.c
13026         * src/mh.c
13027                 Full support of .mh_sequences' Unseen seq
13028
13029 2006-05-12 [colin]      2.2.0cvs3
13030
13031         * src/folder.c
13032         * src/mainwindow.c
13033         * src/mainwindow.h
13034         * src/messageview.c
13035         * src/prefs_spelling.c
13036         * src/procheader.c
13037         * src/procmsg.c
13038         * src/procmsg.h
13039         * src/summaryview.c
13040         * src/toolbar.c
13041         * src/toolbar.h
13042                 Add contextual menu on Compose toolbar
13043                 button. Fixes bug #944 (Automatic
13044                 addresses not applied when changing account
13045                 from compose window)
13046                 add Mailing List support
13047                 based on the old 0.6.5claws25 patch by
13048                 Melvin Hadasht, with finishing touches
13049                 by Colin
13050                 Fix "ignore thread" when mails are threaded by
13051                 subject (and weren't ignored although appearing
13052                 in the thread).
13053                 GUI rework.
13054                 Both patches by Pawel.
13055
13056 2006-05-08 [paul]       2.2.0cvs2
13057
13058         * src/mainwindow.c
13059         * src/mainwindow.h
13060         * src/messageview.c
13061         * src/procheader.c
13062         * src/procmsg.c
13063         * src/procmsg.h
13064         * src/summaryview.c
13065                 add Mailing List support
13066                 based on the old 0.6.5claws25 patch by 
13067                 Melvin Hadasht, with finishing touches
13068                 by Colin
13069
13070 2006-05-08 [colin]      2.2.0cvs1
13071
13072         * src/mainwindow.c
13073         * src/toolbar.c
13074         * src/toolbar.h
13075                 Add contextual menu on Compose toolbar 
13076                 button. Fixes bug #944 (Automatic 
13077                 addresses not applied when changing account 
13078                 from compose window)
13079
13080 2006-05-08 [paul]       2.2.0
13081
13082         2.2.0 released
13083
13084 2006-05-08 [paul]       2.1.1cvs51
13085
13086         * po/cs.po
13087         * po/de.po
13088         * po/en_GB.po
13089         * po/fi.po
13090         * po/fr.po
13091         * po/pt_BR.po
13092         * po/sr.po
13093         * po/zh_CN.po
13094                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13095                 Fabien Vantard, Frederico Goncalves Guimaraes,
13096                 Aleksandar Urosevic, and Ralgh Young
13097
13098 2006-05-12 [colin]      2.1.1cvs50
13099
13100         * po/cs.po
13101         * po/de.po
13102         * po/en_GB.po
13103         * po/es.po
13104         * po/fi.po
13105         * po/fr.po
13106         * po/pt_BR.po
13107         * po/sr.po
13108         * po/zh_CN.po
13109                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13110                 Fabien Vantard, Frederico Goncalves Guimaraes,
13111                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13112
13113 2006-05-05 [colin]      2.1.1cvs49
13114
13115         * manual/Makefile.am
13116         * manual/pl/Makefile.am
13117         * manual/pl/account.xml
13118         * manual/pl/ack.xml
13119         * manual/pl/addrbook.xml
13120         * manual/pl/advanced.xml
13121         * manual/pl/faq.xml
13122         * manual/pl/glossary.xml
13123         * manual/pl/gpl.xml
13124         * manual/pl/handling.xml
13125         * manual/pl/intro.xml
13126         * manual/pl/keyboard.xml
13127         * manual/pl/plugins.xml
13128         * manual/pl/starting.xml
13129         * manual/pl/sylpheed-claws-manual.xml
13130         * manual/pl/dist/.cvsignore
13131         * manual/pl/dist/Makefile.am
13132         * manual/pl/dist/html/.cvsignore
13133         * manual/pl/dist/html/Makefile.am
13134         * manual/pl/dist/pdf/.cvsignore
13135         * manual/pl/dist/pdf/Makefile.am
13136         * manual/pl/dist/ps/.cvsignore
13137         * manual/pl/dist/ps/Makefile.am
13138         * manual/pl/dist/txt/.cvsignore
13139         * manual/pl/dist/txt/Makefile.am
13140                 Add the polish translation of the manual,
13141                 Authored by Pawel Pekala.
13142
13143 2006-05-05 [cleroy]     2.1.1cvs48
13144
13145         * src/main.c
13146                 Re-read matcherrc after loading plugins 
13147                 if some of them add folders.
13148
13149 2006-05-03 [colin]      2.1.1cvs47
13150
13151         * src/imap.c
13152                 I'm idiot
13153
13154 2006-05-03 [colin]      2.1.1cvs46
13155
13156         * src/imap.c
13157                 Be sure to have a session when
13158                 getting separator
13159
13160 2006-05-03 [colin]      2.1.1cvs45
13161
13162         * src/imap.c
13163         * src/imap.h
13164         * src/imap_gtk.c
13165                 Fix preventing renaming with namespace 
13166                 separator.
13167
13168 2006-05-01 [colin]      2.1.1cvs44
13169
13170         * src/action.c
13171                 Don't reload messageview when result of
13172                 action is piped.
13173
13174 2006-04-29 [colin]      2.1.1cvs43
13175
13176         * src/prefs_receive.c
13177         * src/plugins/spamassassin/spamassassin_gtk.c
13178         * src/plugins/clamav/clamav_plugin_gtk.c
13179                 GUI fixes by Pawel
13180
13181 2006-04-29 [colin]      2.1.1cvs42
13182
13183         * src/prefs_compose_writing.c
13184         * src/prefs_quote.c
13185                 Cleanups. Patch by Pawel
13186
13187 2006-04-28 [paul]       2.1.1cvs41
13188
13189         * src/matcher.c
13190                 fix returned quick search results when search
13191                 term contains an underscore.
13192                 Thanks to Colin
13193
13194 2006-04-28 [paul]       2.1.1cvs40
13195
13196         * src/prefs_message.c
13197         * src/prefs_receive.c
13198                 GUI cleanups
13199                 Patches by Pawel Pekala
13200
13201 2006-04-27 [colin]      2.1.1cvs39
13202
13203         * src/wizard.c
13204                 Differentiate subject Welcome from
13205                 window's title Welcome
13206
13207 2006-04-27 [paul]
13208
13209         2.2.0-rc1 released
13210
13211 2006-04-27 [paul]       2.1.1cvs38
13212
13213         * manual/advanced.xml
13214         * manual/fr/advanced.xml
13215                 add info about compose_no_markup hidden pref
13216
13217 2006-04-27 [paul]       2.1.1cvs37
13218
13219         * src/prefs_account.c
13220                 improve privacy labels
13221         * src/prefs_msg_colors.c
13222                 change some strings for translators' convenience
13223         * src/gtk/gtkutils.c
13224                 don't underline the link button text
13225
13226 2006-04-25 [colin]      2.1.1cvs36
13227
13228         * src/folder.c
13229                 Complete 2.1.1cvs33 (once more ;)
13230
13231 2006-04-25 [colin]      2.1.1cvs35
13232
13233         * src/editldap.c
13234                 Fix tooltip
13235
13236 2006-04-25 [cleroy]     2.1.1cvs34
13237
13238         * src/compose.c
13239         * src/gtk/gtkaspell.c
13240                 Fix crash on redirect (related to the return 
13241                 of the aspell menu in compose's toolbar)
13242         * src/prefs_msg_colors.c
13243                 Fix sensitivity widgets
13244         * src/image_viewer.c
13245         * src/gtk/pluginwindow.c
13246         * src/gtk/prefswindow.c
13247                 Change released signals to clicked (Fabien)
13248         * po/POTFILES.in
13249         * src/common/socket.c
13250         * src/plugins/spamassassin/spamassassin.c
13251                 Translate strings (Fabien)
13252
13253 2006-04-25 [paul]       2.1.1cvs33
13254
13255         * src/folder.c
13256         * src/folder.h
13257         * src/folderview.c
13258                 complete the fix of bug #912
13259                 Thanks to Colin
13260
13261 2006-04-25 [colin]      2.1.1cvs32
13262
13263         * src/news.c
13264                 Better progress bar
13265         * src/mimeview.c
13266         * src/summaryview.c
13267         * src/summaryview.h
13268                 Fix focus chain
13269                 Patches by Pawel Pekala
13270
13271 2006-04-24 [colin]      2.1.1cvs31
13272
13273         * src/compose.c
13274                 Fix compilation warnings (Fabien)
13275
13276 2006-04-24 [colin]      2.1.1cvs30
13277
13278         * src/addrindex.c
13279         * src/editldap.c
13280         * src/editldap_basedn.c
13281         * src/editldap_basedn.h
13282         * src/ldapctrl.c
13283         * src/ldapctrl.h
13284         * src/ldapquery.c
13285         * src/ldaputil.c
13286         * src/ldaputil.h
13287                 Fix bug #901 (LDAPS support)
13288
13289 2006-04-24 [colin]      2.1.1cvs29
13290
13291         * src/compose.c
13292                 Fix logic on error with send dialog on
13293         * src/imap.c
13294                 Fix compilation without libetpan, thanks
13295                 to Fabien
13296         * src/summaryview.c
13297                 Fix 'context-menu' key
13298
13299 2006-04-23 [colin]      2.1.1cvs28
13300
13301         * src/folder.c
13302                 Never free current's cache to free up 
13303                 memory. Fixes bug #912 (new count 
13304                 randomly set to message count)
13305
13306 2006-04-23 [colin]      2.1.1cvs27
13307
13308         * src/gtk/quicksearch.c
13309                 And remove printf...
13310
13311 2006-04-23 [colin]      2.1.1cvs26
13312
13313         * src/gtk/quicksearch.c
13314                 Fix replacing in quicksearch, and fix inserting
13315                 in the middle of the string. (introduced at 2.1.0cvs22)
13316
13317 2006-04-23 [colin]      2.1.1cvs25
13318
13319         * src/imap.c
13320                 Make sure uidnext is initialized in get_num_list
13321                 (not for stable, related to 2.1.1cvs8 and friends)
13322
13323 2006-04-23 [colin]      2.1.1cvs24
13324
13325         * src/imap.c
13326                 Output something when login is successful
13327                 too
13328
13329 2006-04-23 [colin]      2.1.1cvs23
13330
13331         * src/etpan/imap-thread.c
13332                 Better logging (line-per-line, hide data in fetch)
13333                 Fix a const warning
13334         * src/gtk/logwindow.c
13335         * src/gtk/logwindow.h
13336                 Better logging (color for input/output)
13337
13338 2006-04-21 [colin]      2.1.1cvs22
13339
13340         * src/gtk/quicksearch.c
13341                 On gtk+-2.8, use stock buttons in quicksearch
13342                 Based on a patch by Fabien and a design by Paul
13343
13344 2006-04-21 [colin]      2.1.1cvs21
13345
13346         * src/folderview.c
13347         * src/mainwindow.c
13348                 Fix occasional flicker in folderview
13349         * src/common/utils.c
13350                 Fix bug #943 (Incorrectly parsed email address 
13351                 list in short headers on message view and in 
13352                 printouts)
13353
13354 2006-04-20 [colin]      2.1.1cvs20
13355
13356         * src/imap.c
13357         * src/imap.h
13358         * src/prefs_account.c
13359                 Add ANONYMOUS auth for IMAP
13360
13361 2006-04-20 [paul]       2.1.1cvs19
13362
13363         * src/main.c
13364                 proper fix for 2.1.1cvs18
13365                 Thanks to Colin
13366
13367 2006-04-20 [paul]       2.1.1cvs18
13368
13369         * src/main.c
13370                 fix build warnings
13371
13372 2006-04-20 [paul]       2.1.1cvs17
13373
13374         * src/gtk/quicksearch.c
13375                 fix standard, non-extended Quick search,
13376                 was broken in 2.1.1cvs15.
13377                 Thanks to Colin.
13378
13379 2006-04-20 [colin]      2.1.1cvs16
13380
13381         * src/prefs_matcher.c
13382                 Fix values when reselecting a ~test
13383                 rule
13384
13385 2006-04-19 [colin]      2.1.1cvs15
13386
13387         * src/compose.c
13388         * src/compose.h
13389         * src/gtk/gtkaspell.c
13390         * src/gtk/gtkaspell.h
13391                 Put back Options menu in Spelling/
13392         * src/gtk/quicksearch.c
13393                 Don't search, and show error, if the
13394                 advanced search has a syntax error
13395
13396 2006-04-18 [colin]      2.1.1cvs14
13397
13398         * src/textview.c
13399                 Fix gdk warnings on set_cursor when textview
13400                 isn't visible
13401
13402 2006-04-18 [colin]      2.1.1cvs13
13403
13404         * src/gtk/gtksctree.c
13405                 Remove seemingly useless refresh that causes
13406                 flicker - watch this commit in case of 
13407                 problems before planned backport to stable
13408
13409 2006-04-18 [colin]      2.1.1cvs12
13410
13411         * src/imap.c
13412                 Factorize get/set_xml code
13413         * src/compose.c
13414         * src/prefs_account.c
13415         * src/prefs_account.h
13416         * src/procmsg.c
13417                 Add Encrypt to self option
13418
13419 2006-04-17 [colin]      2.1.1cvs11
13420
13421         * configure.ac
13422                 Fix search on encrpyt function on dragonfly
13423                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13424
13425 2006-04-17 [colin]      2.1.1cvs10
13426
13427         * src/prefs_account.c
13428                 Be safe by default: remove mails from POP3
13429                 after 7 days, not immediately
13430
13431 2006-04-17 [colin]      2.1.1cvs9
13432
13433         * src/etpan/imap-thread.c
13434                 Fix build on DragonFly - patch by 
13435                 Jonathan Buschmann <jonthn@agmact.com>
13436
13437 2006-04-17 [colin]      2.1.1cvs8
13438
13439         * src/imap.c
13440                 Save uidnext between sessions
13441
13442 2006-04-17 [colin]      2.1.1cvs7
13443
13444         * src/imap.c
13445                 scan is required when uid validity changes
13446
13447 2006-04-17 [colin]      2.1.1cvs6
13448
13449         * src/folderview.c
13450                 Don't scan if not necessary, apart in current
13451                 folder and INBOX to fetch flags.
13452         * src/imap.c
13453                 Scan is necessary if unread count changes
13454
13455 2006-04-17 [colin]      2.1.1cvs5
13456
13457         * src/imap.c
13458                 ...But always fetch ANSWERED and DELETED flags for
13459                 INBOX, as filtering can happen on these flags.
13460
13461 2006-04-17 [colin]      2.1.1cvs4
13462
13463         * src/imap.c
13464                 Don't fetch REPLIED and DELETED flags when synchronising
13465                 flags with a closed folder. We only need UNSEEN and FLAGGED
13466                 to update the folderview.
13467
13468 2006-04-17 [colin]      2.1.1cvs3
13469
13470         * src/imap.c
13471                 Faster flag search when there are new mails 
13472                 in a folder. We can do a full search if the 
13473                 folder contains less messages than the new
13474                 list.
13475
13476 2006-04-17 [colin]      2.1.1cvs2
13477
13478         * po/cs.po
13479         * po/de.po
13480         * po/fr.po
13481         * po/nl.po
13482         * po/pt_BR.po
13483                 Update translations from stable branch
13484
13485 2006-04-17 [colin]      2.1.1cvs1
13486
13487         * configure.ac
13488                 Bump version to follow stable release
13489
13490 2006-04-16 [mones]      2.1.0cvs50
13491
13492         * po/es.po
13493                 Updated for release
13494
13495 2006-04-16 [colin]      2.1.0cvs49
13496
13497         * src/textview.c
13498                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13499                 with gtk < 2.8. Thanks to Fabien Vantard.
13500
13501 2006-04-15 [colin]      2.1.0cvs48
13502
13503         * src/etpan/imap-thread.c
13504                 Fix bug #919 (libetpan: SEGV when connecting 
13505                 using command)
13506
13507 2006-04-14 [colin]      2.1.0cvs47
13508
13509         * src/main.c
13510                 Fix race on --select (should be done better)
13511
13512 2006-04-14 [wwp]        2.1.0cvs46
13513
13514         * src/send_message.c
13515                 enforce a check for domain in account prefs (a sending
13516                 error could be faced if domain was checked but no value set),
13517                 thanks to Colin.
13518
13519 2006-04-14 [colin]      2.1.0cvs45
13520
13521         * src/codeconv.c
13522                 when converting from unknown to unknown, if the
13523                 string is UTF8, don't convert it to the locale
13524                 (which breaks it)
13525
13526 2006-04-14 [colin]      2.1.0cvs44
13527
13528         * src/compose.c
13529                 Don't try to use ASCII for converting headers
13530                 (as done in body)
13531
13532 2006-04-14 [paul]       2.1.0cvs43
13533
13534         * src/crash.c
13535                 add locale/charset info to crash report
13536         * src/gtk/about.c
13537                 add wwp to doc team
13538                 replace 'e-mail' with preferred 'email'
13539         * src/gtk/authors.h
13540                 ensure contributors list is in alphabetical
13541                 order
13542
13543 2006-04-13 [colin]      2.1.0cvs42
13544
13545         * src/textview.c
13546                 Prevent gdk warnings
13547
13548 2006-04-13 [colin]      2.1.0cvs41
13549
13550         * src/common/ssl_certificate.c
13551         * src/common/ssl_certificate.h
13552         * src/gtk/sslcertwindow.c
13553                 Warn on expired certs, and display the expiration date
13554
13555 2006-04-13 [colin]      2.1.0cvs40
13556
13557         * src/plugins/spamassassin/spamassassin_gtk.c
13558                 Fix missing set_text on unix socket
13559
13560 2006-04-13 [wwp]        2.1.0cvs39
13561
13562         * manual/fr/advanced.xml
13563         * manual/fr/glossary.xml
13564                 applied new spam/ham/email lexicon (pourriel, courriel)
13565
13566 2006-04-13 [paul]       2.1.0cvs38
13567
13568         * src/plugins/pgpmime/plugin.c
13569                 remove the mention of S/MIME from the
13570                 description. This is now handled by the
13571                 S/MIME plugin.
13572
13573 2006-04-13 [paul]       2.1.0cvs37
13574
13575         * src/prefs_msg_colors.c
13576                 rework dialog
13577         * src/prefs_folder_item.c
13578         * src/prefs_spelling.c
13579                 add a tooltip to the colour selector buttons
13580
13581 2006-04-13 [wwp]        2.1.0cvs36
13582
13583         * manual/advanced.xml
13584         * manual/glossary.xml
13585         * manual/handling.xml
13586         * manual/keyboard.xml
13587         * manual/plugins.xml
13588         * manual/starting.xml
13589         * manual/fr/account.xml
13590         * manual/fr/ack.xml
13591         * manual/fr/addrbook.xml
13592         * manual/fr/advanced.xml
13593         * manual/fr/faq.xml
13594         * manual/fr/glossary.xml
13595         * manual/fr/gpl.xml
13596         * manual/fr/handling.xml
13597         * manual/fr/intro.xml
13598         * manual/fr/keyboard.xml
13599         * manual/fr/plugins.xml
13600         * manual/fr/starting.xml
13601         * manual/fr/sylpheed-claws-manual.xml
13602                 fixes to the manuals:
13603                  - summaryview -> Message List (same in French)
13604                  - translate key names
13605                  - fix French punctuation, use non-breakable spaces when
13606                    necessary, don't use &thinsp; which is not portable
13607                  - tell what maildir and mbox formats we support
13608
13609 2006-04-12 [wwp]        2.1.0cvs35
13610
13611         * src/prefs_toolbar.c
13612                 unified a replace button more,
13613                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13614
13615 2006-04-12 [wwp]        2.1.0cvs34
13616
13617         * src/prefs_common.c
13618         * src/prefs_msg_colors.c
13619                 make default color labels translatable,
13620                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13621                 thanks to Tim <timbrain@post.cz> for reporting.
13622
13623 2006-04-12 [wwp]        2.1.0cvs33
13624
13625         * manual/glossary.xml
13626         * manual/intro.xml
13627         * manual/plugins.xml
13628         * manual/starting.xml
13629         * manual/sylpheed-claws-manual.xml
13630         * manual/fr/.cvsignore
13631         * manual/fr/account.xml
13632         * manual/fr/ack.xml
13633         * manual/fr/addrbook.xml
13634         * manual/fr/advanced.xml
13635         * manual/fr/faq.xml
13636         * manual/fr/glossary.xml
13637         * manual/fr/handling.xml
13638         * manual/fr/intro.xml
13639         * manual/fr/keyboard.xml
13640         * manual/fr/plugins.xml
13641         * manual/fr/starting.xml
13642         * manual/fr/sylpheed-claws-manual.xml
13643                 various fixes: typos, missing .fr translations, punctuation,
13644                 capitalization, links, accents and some bad French more.
13645
13646 2006-04-12 [wwp]        2.1.0cvs32
13647
13648         * src/prefs_gtk.c
13649                 fix for bug #935: always store prefs files in UTF-8 (thanks
13650                 to Colin).
13651
13652 2006-04-11 [colin]      2.1.0cvs31
13653
13654         * src/compose.c
13655                 Fix inserting files not in utf8 when locale is utf8
13656
13657 2006-04-11 [colin]      2.1.0cvs30
13658
13659         * src/inc.c
13660                 Don't show error dialog when cancelling connection
13661                 Patch by Pawel
13662
13663 2006-04-11 [cleroy]     2.1.0cvs29
13664
13665         * src/compose.c
13666                 Implement multiple quote levels
13667         * src/prefs_common.c
13668                 Change a little bit the quote bgcolor for 2nd level
13669
13670 2006-04-11 [colin]      2.1.0cvs28
13671
13672         * src/gtk/about.c
13673                 Add locale and charset in the label
13674
13675 2006-04-10 [colin]      2.1.0cvs27
13676
13677         * src/compose.c
13678         * src/prefs_common.c
13679         * src/prefs_common.h
13680         * src/prefs_msg_colors.c
13681         * src/textview.c
13682                 Allow optional background color in quotes
13683                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13684                 GTK+-2.8.x feature
13685
13686 2006-04-10 [colin]      2.1.0cvs26
13687
13688         * src/main.c
13689         * src/mainwindow.c
13690         * src/mainwindow.h
13691                 Implement --select
13692
13693 2006-04-10 [colin]      2.1.0cvs25
13694
13695         * manual/plugins.xml
13696         * manual/fr/plugins.xml
13697                 Document libcurl's proxy variables
13698
13699 2006-04-09 [colin]      2.1.0cvs24
13700
13701         * src/prefs_common.c
13702                 gettext() returns statically allocated stuff. We have
13703                 to strdup it in order to be able to free it.
13704
13705 2006-04-09 [colin]      2.1.0cvs23
13706
13707         * AUTHORS
13708         * src/gtk/authors.h
13709                 Add Alexei
13710
13711 2006-04-09 [colin]      2.1.0cvs22
13712
13713         * src/mainwindow.c
13714         * src/gtk/quicksearch.c
13715                 Fix bug #859 (problems with cyrilic input in 
13716                 search panel) - Patch by Alexey Illarionov 
13717                 <littlesavage@rambler.ru>
13718
13719 2006-04-09 [colin]      2.1.0cvs21
13720
13721         * src/prefs_customheader.c
13722                 I prefer removing then freeing rather than the contrary
13723                 (even if it doesn't change anything ;-)
13724         * src/prefs_account.c
13725                 Fix bug #933 (Crash re-entering the custom headers list 
13726                 dialog in accounts prefs)
13727                 The problem happened when cancelling the Account 
13728                 Preferences' dialogs - in which case we didn't do 
13729                 anything to the PrefsAccount * struct. In case of applying,
13730                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13731                 working with in this dialog. The problem is that 
13732                 prefs_customheader.c, working on this tmp_ac_prefs, always
13733                 changes the ->customhdr_list pointer, even when cancelled. 
13734                 So in case of cancelling the prefs_account dialog, we still
13735                 have to update ->customhdr_list in the real account.
13736
13737 2006-04-08 [colin]      2.1.0cvs20
13738
13739         * manual/fr/glossary.xml
13740         * manual/fr/keyboard.xml
13741                 Forgot some headers :)
13742
13743 2006-04-08 [colin]      2.1.0cvs19
13744
13745         * manual/Makefile.am
13746         * manual/fr/Makefile.am
13747         * manual/fr/account.xml
13748         * manual/fr/ack.xml
13749         * manual/fr/addrbook.xml
13750         * manual/fr/advanced.xml
13751         * manual/fr/faq.xml
13752         * manual/fr/glossary.xml
13753         * manual/fr/gpl.xml
13754         * manual/fr/handling.xml
13755         * manual/fr/intro.xml
13756         * manual/fr/keyboard.xml
13757         * manual/fr/plugins.xml
13758         * manual/fr/starting.xml
13759         * manual/fr/sylpheed-claws-manual.xml
13760         * manual/fr/dist/.cvsignore
13761         * manual/fr/dist/Makefile.am
13762         * manual/fr/dist/html/.cvsignore
13763         * manual/fr/dist/html/Makefile.am
13764         * manual/fr/dist/pdf/.cvsignore
13765         * manual/fr/dist/pdf/Makefile.am
13766         * manual/fr/dist/ps/.cvsignore
13767         * manual/fr/dist/ps/Makefile.am
13768         * manual/fr/dist/txt/.cvsignore
13769         * manual/fr/dist/txt/Makefile.am
13770                 Add the french translation of the manual. Thanks to
13771                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13772                 account.xml, ack.xml, addrbook.xml and advanced.xml
13773
13774 2006-04-08 [colin]      2.1.0cvs18
13775
13776         * manual/plugins.xml
13777         * manual/starting.xml
13778                 More fixes
13779
13780 2006-04-07 [colin]      2.1.0cvs17
13781
13782         * manual/faq.xml
13783         * manual/intro.xml
13784         * manual/keyboard.xml
13785                 Little fixes
13786
13787 2006-04-07 [colin]      2.1.0cvs16
13788
13789         * README
13790         * src/compose.c
13791         * src/prefs_common.c
13792         * src/prefs_common.h
13793                 Add hidden compose_no_markup pref
13794
13795 2006-04-07 [wwp]        2.1.0cvs15
13796
13797         * src/summary_search.c
13798         * .cvsignore
13799                 Bugfix: stop button was sticky when searching in an empty folder.
13800                 Applied curly brackets code style to the whole file (summary_search.c).
13801                 More files to ignore.
13802
13803 2006-04-07 [wwp]        2.1.0cvs14
13804
13805         * src/message_search.c
13806         * src/summary_search.c
13807                 changed default button when search bumps at file/folder
13808                 beginning or end, for convenience (thanks to Colin).
13809
13810 2006-04-07 [paul]       2.1.0cvs13
13811
13812         * src/plugins/dillo_viewer/dillo_prefs.c
13813                 avoid future potential for namespace collision
13814                 Patch by Colin
13815
13816 2006-04-06 [wwp]        2.1.0cvs12
13817
13818         * src/summary_search.c
13819                 Unify extended/advanced searches names (and thus factorize labels),
13820                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13821
13822 2006-04-06 [wwp]        2.1.0cvs11
13823
13824         * src/folderview.c
13825         * src/prefs_themes.c
13826         * src/summaryview.c
13827                 Fixed some compilation warnings.
13828
13829 2006-04-06 [colin]      2.1.0cvs10
13830
13831         * manual/advanced.xml
13832                 Document the wizard template and how to deploy
13833                 Sylpheed-Claws effectively
13834
13835 2006-04-06 [colin]      2.1.0cvs9
13836
13837         * src/folderview.c
13838                 gettext patch to tell translators about _("#"),
13839                 by Maxim Britov
13840
13841 2006-04-06 [colin]      2.1.0cvs8
13842
13843         * src/textview.c
13844                 Fix invalid GtkTextBIter after clicking "Display as text"
13845
13846 2006-04-06 [mones]      2.1.0cvs7
13847
13848         * src/addr_compl.c
13849         * src/addrindex.c
13850         * src/addritem.c
13851         * src/codeconv.c
13852         * src/compose.c
13853         * src/filtering.c
13854         * src/folder.c
13855         * src/folder_item_prefs.c
13856         * src/folderview.c
13857         * src/localfolder.c
13858         * src/matcher.c
13859         * src/mimeview.c
13860         * src/prefs_msg_colors.c
13861         * src/prefs_spelling.c
13862         * src/prefs_themes.c
13863         * src/procmime.c
13864         * src/procmsg.c
13865         * src/stock_pixmap.c
13866         * src/summaryview.c
13867         * src/textview.c
13868         * src/toolbar.c
13869         * src/common/mgutils.c
13870         * src/common/prefs.c
13871         * src/common/ssl_certificate.c
13872         * src/gtk/colorlabel.c
13873         * src/gtk/quicksearch.c
13874         * src/plugins/pgpmime/pgpmime.c
13875         * src/plugins/spamassassin/spamassassin.c
13876                 Removed redundant NULL checks for g_free() calls.
13877                 Patch by Pawel Pekala.
13878
13879 2006-04-06 [mones]      2.1.0cvs6
13880
13881         * src/prefs_actions.c
13882         * src/prefs_filtering.c
13883         * src/prefs_filtering_action.c
13884         * src/prefs_matcher.c
13885         * src/prefs_template.c
13886         * src/gtk/gtkutils.c
13887         * src/gtk/gtkutils.h
13888                 Have a nice replace button. Patch by Pawel Pekala
13889
13890 2006-04-06 [colin]      2.1.0cvs5
13891
13892         * src/addressbook.c
13893                 Fix crash with empty columns
13894
13895 2006-04-05 [colin]      2.1.0cvs4
13896
13897         * src/wizard.c
13898         * src/prefs_gtk.c
13899                 Allow wizard customization with pre-filled values
13900
13901 2006-04-05 [colin]      2.1.0cvs3
13902
13903         * src/textview.c
13904         * src/mimeview.c
13905         * src/mimeview.h
13906                 Nicer messages in mimeview
13907
13908 2006-04-05 [colin]      2.1.0cvs2
13909
13910         * src/addressbook.c
13911         * src/prefs_summaries.c
13912                 i18n fix
13913
13914 2006-04-05 [colin]      2.1.0cvs1
13915
13916         * src/plugins/pgpcore/plugin.c
13917         * src/plugins/pgpcore/select-keys.c
13918         * src/plugins/pgpcore/select-keys.h
13919         * src/plugins/pgpcore/sgpgme.c
13920         * src/plugins/pgpcore/sgpgme.h
13921         * src/plugins/pgpinline/pgpinline.c
13922         * src/plugins/pgpinline/plugin.c
13923         * src/plugins/pgpmime/pgpmime.c
13924         * src/plugins/pgpmime/plugin.c
13925                 Factorize and generalize a bit 
13926                 Drop S/MIME signature verification from PGP/MIME
13927                 (adding it as another, more complete plugin)
13928
13929 2006-04-05 [paul]       2.1.0
13930
13931         2.1.0 released
13932
13933 2006-04-05 [paul]       2.0.0cvs186
13934
13935         * manual/advanced.xml
13936                 add info on colour labels
13937
13938 2006-04-05 [paul]       2.0.0cvs185
13939
13940         * po/bg.po
13941         * po/cs.po
13942         * po/de.po
13943         * po/el.po
13944         * po/en_GB.po
13945         * po/fi.po
13946         * po/fr.po
13947         * po/it.po
13948         * po/nl.po
13949         * po/pl.po
13950         * po/pt_BR.po
13951         * po/sr.po
13952         * po/zh_CN.po
13953                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13954                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13955                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13956                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13957         * src/gtk/authors.h
13958         * tools/claws.i18n.status.pl
13959                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13960                 and new Czech translator, Tim <timbrain@post.cz>
13961
13962 2006-04-05 [mones]      2.0.0cvs184
13963
13964         * po/es.po
13965                 Updated translation
13966
13967 2006-04-05 [colin]      2.0.0cvs183
13968
13969         * src/gtk/quicksearch.c
13970                 Fix bug #929 (unnecessary reload in quick search bar)
13971
13972 2006-04-05 [colin]      2.0.0cvs182
13973
13974         * src/compose.c
13975                 Fix crash on Reply with no From:
13976                 Show signature and conversion error on queuing 
13977                 (but not sending)
13978         * src/mainwindow.c
13979         * src/summaryview.c
13980         * src/summaryview.h
13981                 Factorize threading code and make sure msginfo 
13982                 is not null when it comes from a GtkCTreeRow's 
13983                 data
13984         * src/gtk/gtkaspell.c
13985                 Check for necessary things
13986         * src/gtk/gtksctree.c
13987         * src/gtk/gtksctree.h
13988                 Reset anchor if necessary when removing node
13989
13990 2006-03-29 [colin]      2.0.0cvs181
13991
13992         * src/folderview.c
13993                 Warn for disabled IMAP accounts (due to lack of
13994                 libetpan). Breaks string-freeze - sorry - but it
13995                 is kind of important ;)
13996
13997 2006-03-28 [colin]      2.0.0cvs180
13998
13999         * src/gtk/gtkutils.c
14000         * src/gtk/gtkutils.h
14001                 Add a gtkut_get_link_btn() function that
14002                 creates a button which acts like an URI
14003         * src/prefs_themes.c
14004         * src/gtk/about.c
14005                 Use this function (factorizes codes)
14006         * src/common/defs.h
14007         * src/gtk/pluginwindow.c
14008                 Add a "Get more..." in the plugins window
14009
14010 2006-03-28 [colin]      2.0.0cvs179
14011
14012         * src/common/smtp.c
14013         * src/common/passcrypt.c
14014         * src/undo.c
14015                 Warning fixes. Patch by Pawel Pekala
14016
14017 2006-03-27 [colin]      2.0.0cvs178
14018
14019         * src/undo.c
14020                 Fix undoing by blocks with spaces
14021
14022 2006-03-27 [colin]      2.0.0cvs177
14023
14024         * src/textview.c
14025                 Set margin to 3px for headers
14026
14027 2006-03-27 [paul]
14028
14029         2.1.0-rc2 released
14030
14031 2006-03-27 [wwp]        2.0.0cvs176
14032
14033         * src/summaryview.c
14034                 don't reset quicksearch when updating the message list.
14035                 Thanks to Colin.
14036
14037 2006-03-26 [wwp]        2.0.0cvs175
14038
14039         * src/compose.c
14040                 use a unified border width ('other' tab in the compose window,
14041                 patch by Pawel Pekala).
14042
14043
14044 2006-03-26 [wwp]        2.0.0cvs174
14045
14046         * src/common/quoted-printable.c
14047         * src/addressbook.c
14048                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14049
14050 2006-03-26 [colin]      2.0.0cvs173
14051
14052         * src/quote_fmt_parse.y
14053                 Fix non-UTF8 date formats messing up the whole quote a 
14054                 little bit
14055
14056 2006-03-26 [colin]      2.0.0cvs172
14057
14058         * src/procheader.c
14059                 Make sure the date is UTF8 valid, or try to make it
14060                 so. IncrediMail is really IncrediStupid.
14061         * src/compose.c
14062                 Fix possible conversions. 
14063                 
14064
14065 2006-03-26 [colin]      2.0.0cvs171
14066
14067         * src/matcher.c
14068                 Fix corner cases in body search. This is still a
14069                 hack... It seems impossible to make it good and 
14070                 reasonably fast at the same time.
14071
14072 2006-03-26 [colin]      2.0.0cvs170
14073
14074         * src/summaryview.c
14075                 I think I killed the twilight zone bug!
14076                 summary_select_node() flushes GTK events in order
14077                 to be able to center the view. But this also 
14078                 flushes keypresses like Ctrl-Alt-U, so this can
14079                 call summary_show from summary_select_node (itself
14080                 called from summary_show, etc.). And the summaryview
14081                 has to be unlocked in this function. So just locking
14082                 while processing GTK events, and bailing if locked, 
14083                 should fix it.
14084                 Fixes bug #927 (SIGSEGV during Update Summary)
14085
14086 2006-03-25 [colin]      2.0.0cvs169
14087
14088         * src/matcher.c
14089                 Fix search in QP-encoded bodies
14090                 Fix utf-8 searches in bodies encoded in the
14091                 locale's encoding
14092         * src/common/quoted-printable.c
14093         * src/common/quoted-printable.h
14094                 Add a decode function that doesn't overwrite
14095                 the original pointer
14096                 
14097
14098 2006-03-24 [colin]      2.0.0cvs168
14099
14100         * src/action.c
14101         * src/summaryview.c
14102         * src/summaryview.h
14103                 Update message cache after action
14104                 Patch by H. Merijn Brand
14105         * src/prefs_msg_colors.c
14106                 Factorize label 
14107                 Patch by Fabien Vantard
14108         * src/plugins/spamassassin/spamassassin_gtk.c
14109                 Remove useless translation
14110                 Patch by Fabien Vantard
14111
14112 2006-03-23 [colin]      2.0.0cvs167
14113
14114         * src/common/ssl.c
14115                 Let 30 seconds to SSL_connect
14116
14117 2006-03-23 [wwp]        2.0.0cvs166
14118
14119         * src/summaryview.c
14120         * src/gtk/description_window.c
14121                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14122                 and headers are translated; adjust description windows' width to fit their
14123                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14124
14125 2006-03-23 [paul]       2.0.0cvs165
14126
14127         * src/common/utils.c
14128                 fix highlighting of URIs containing "()"
14129                 (2.0.0cvs164's reversal fixed)
14130                 Thanks to Colin.
14131
14132 2006-03-23 [paul]       2.0.0cvs164
14133
14134         * src/common/utils.c
14135                 revert patch, (postponing a fix), at 2.0.0cvs120
14136                 as it breaks more URIs than it fixes.
14137                 Allow '-' to be a terminating character in a URI
14138
14139 2006-03-22 [colin]      2.0.0cvs163
14140
14141         * configure.ac
14142                 Require libetpan 0.45
14143                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14144
14145 2006-03-22 [paul]       2.0.0cvs162
14146
14147         * src/editgroup.c
14148                 replace '<-' and '->' buttons with GTK_STOCK graphical
14149                 buttons
14150         * src/summary_search.c
14151                 don't offer '...' for translation
14152                 add a tooltip to advanced search '...' button
14153         * src/gtk/quicksearch.c
14154                 don't offer '...' for translation
14155
14156 2006-03-21 [colin]      2.0.0cvs161
14157
14158         * src/compose.c
14159                 Fix middle-click pasting (insert at click
14160                 position instead of cursor position, don't
14161                 remove existing selection and allow pasting
14162                 our own selection)
14163         * src/addressbook.c
14164                 "LDAP Server" -> "LDAP servers"
14165
14166 2006-03-21 [wwp]        2.0.0cvs160
14167
14168         * src/etpan/imap-thread.c
14169                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14170
14171 2006-03-20 [colin]      2.0.0cvs159
14172
14173         * src/summaryview.c
14174                 Don't reload summaryview after an execute with no
14175                 move action
14176
14177 2006-03-19 [colin]      2.0.0cvs158
14178
14179         * src/addressbook.c
14180                 and put groups at the top, always
14181
14182 2006-03-19 [colin]      2.0.0cvs157
14183
14184         * src/addressbook.c
14185                 Order groups before names, as previously
14186
14187 2006-03-19 [colin]      2.0.0cvs156
14188
14189         * src/addressbook.c
14190                 - Sort case-unsensitive
14191                 - Put the sort arrow at opening too
14192
14193 2006-03-19 [wwp]        2.0.0cvs155
14194
14195         * src/addressbook.c
14196                 allow sorting by name/email/remarks, ensure that right-pane's contents
14197                 matches the left-pane selection (cleared when appropriate).
14198                 Patch by Pawel Pekala <c0rn@o2.pl>.
14199
14200 2006-03-18 [colin]      2.0.0cvs154
14201
14202         * src/textview.c
14203                 Fix text cursor ;)
14204
14205 2006-03-18 [colin]      2.0.0cvs153
14206
14207         * src/gtk/filesel.c
14208                 Make sure we hide the preview if we didn't get
14209                 a filename
14210
14211 2006-03-18 [colin]      2.0.0cvs152
14212
14213         * src/summaryview.c
14214                 Set cursor to watch for execution (fixes lack
14215                 of watch-cursor when dnd'ing hundreds of mails)
14216         * src/gtk/filesel.c
14217                 Check that mime type is 'image/*' before updating
14218                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14219
14220 2006-03-18 [colin]      2.0.0cvs151
14221
14222         * src/mainwindow.c
14223         * src/textview.c
14224         * src/textview.h
14225                 Put a watch cursor in textview too when the mainwindow's
14226                 cursor in a watch
14227
14228 2006-03-18 [colin]      2.0.0cvs150
14229
14230         * src/folder.c
14231                 Change wrong asserts to simple tests
14232
14233 2006-03-17 [colin]      2.0.0cvs149
14234
14235         * src/mainwindow.c
14236         * src/mainwindow.h
14237         * src/prefs_msg_colors.c
14238         * src/summaryview.c
14239         * src/summaryview.h
14240         * src/gtk/colorlabel.c
14241         * src/gtk/colorlabel.h
14242                 Add a color label menu in the main menubar
14243                 Add (fixed) accels Ctrl-{0-7} to change the color
14244                 They have to be fixed because the menu's dynamic,
14245                 the items are complex widgets, hence we can't use
14246                 a GtkItemFactory.
14247
14248
14249 2006-03-17 [wwp]        2.0.0cvs148
14250
14251         * src/compose.c
14252                 rollback few lines from my previous commit (those lines come from
14253                 a pending patch, accidentally commited, even if neutral as they are
14254                 commented out).
14255
14256 2006-03-17 [wwp]        2.0.0cvs147
14257
14258         * src/compose.c
14259                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14260                 applied code style/indentation to the modified function.
14261
14262 2006-03-17 [wwp]        2.0.0cvs146
14263
14264         * src/procmsg.c
14265         * src/compose.c
14266                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14267
14268 2006-03-17 [paul]
14269
14270         2.1.0-rc1 released
14271
14272 2006-03-17 [paul]       2.0.0cvs145
14273
14274         * src/main.c
14275                 addressbook_read_file() was called twice
14276         * src/textview.c
14277                 X-Mailer highlighting
14278
14279 2006-03-16 [colin]      2.0.0cvs144
14280
14281         * src/sourcewindow.c
14282         * src/sourcewindow.h
14283                 And the last one, in source window.
14284
14285 2006-03-16 [colin]      2.0.0cvs143
14286
14287         * src/compose.c
14288         * src/compose.h
14289                 Fix the same stuff in compose
14290
14291 2006-03-16 [colin]      2.0.0cvs142
14292
14293         * src/messageview.c
14294                 Complete the previous messageview crash fix
14295
14296 2006-03-16 [colin]      2.0.0cvs141
14297
14298         * src/procmsg.h
14299         * src/procmsg.c
14300         * src/folder.c
14301                 Fix POSTPROCESSING hook
14302                 Patch by H. Merijn Brand
14303
14304         * src/procmime.c
14305         * src/procmime.h
14306                 Parse Content-Location
14307
14308         * src/toolbar.c
14309         * src/messageview.c
14310         * src/messageview.h
14311                 Don't crash when a top-level MessageView has
14312                 been closed on us. Same problematic than
14313                 yesterday's quicksearch issue.
14314
14315 2006-03-15 [colin]      2.0.0cvs140
14316
14317         * src/gtk/quicksearch.c
14318                 Fix a bitchy race we didn't think about when we
14319                 added quicksearch cancellation:
14320                 If the search is not on cached fields, for example
14321                 body_part matchcase "stuff"
14322                 the matcher code has to get the whole message. If
14323                 we're on IMAP, that can be slow, and in order to
14324                 be non-blocking, the IMAP code idle loop processes
14325                 gtk events too. So it is possible to cancel a
14326                 quicksearch while the matcher is getting the mail's
14327                 body. After matcher got its body, it will start to
14328                 iterate over the matcher list that the Quicksearch's
14329                 clear_search_cb() just freed via prepare_matcher().
14330                 SIGSEGV ensues.
14331                 The fix consists of guarding the matcherlist_match()
14332                 call with a boolean 'matching'. If we reset the
14333                 quicksearch while matching is TRUE, we don't free
14334                 the matcherlist anymore like we did, but we set
14335                 another new flag, deferred_free, to TRUE. Then,
14336                 in quicksearch_match(), just after returning from
14337                 matcherlist_match() and unsetting the matching flag,
14338                 we check the deferred_free flag and do the
14339                 prepare_matcher() (which does the matcherlist_free)
14340                 for real, so we free the matcherlist once it's not
14341                 used anymore.
14342                 As all of this runs via the glib main loop, we
14343                 luckily don't need a mutex.
14344         * src/summaryview.c
14345                 Also, show progress while searching.
14346
14347
14348 2006-03-14 [colin]      2.0.0cvs139
14349
14350         * src/alertpanel.c
14351                 Make alertpanel_is_open non-static
14352
14353 2006-03-14 [colin]      2.0.0cvs138
14354
14355         * src/prefs_spelling.c
14356                 Cleanups - Fabien Vantard
14357
14358 2006-03-14 [wwp]        2.0.0cvs137
14359
14360         * src/main.c
14361                 code style normalization (curly braces, indentation).
14362
14363 2006-03-14 [wwp]        2.0.0cvs137
14364
14365         * src/main.c
14366                 code style (braces, indentation)
14367
14368 2006-03-12 [paul]       2.0.0cvs136
14369
14370         * src/prefs_common.c
14371                 trans_hdr defaults to FALSE to be RFC-savvy
14372         * src/prefs_summaries.c
14373                 add a tooltip to the trans_hdr option
14374                 
14375
14376 2006-03-12 [paul]       2.0.0cvs135
14377
14378         * src/prefs_matcher.c
14379                 give a little more width to the combos
14380         * src/prefs_display_header.c
14381         * src/textview.c
14382                 translate headers if prefs_common.trans_hdr
14383                 is TRUE
14384
14385         Patches by Pawel Pekala
14386
14387 2006-03-12 [paul]       2.0.0cvs134
14388
14389         * src/plugins/clamav/clamav_plugin.c
14390         * src/plugins/dillo_viewer/dillo_viewer.c
14391         * src/plugins/pgpcore/plugin.c
14392         * src/plugins/pgpinline/plugin.c
14393         * src/plugins/pgpmime/plugin.c
14394         * src/plugins/spamassassin/spamassassin.c
14395                 update/add to descriptions
14396         * src/plugins/spamassassin/spamassassin_gtk.c
14397                 fixes to the english, remove superfluous
14398                 tooltips, clean up a little
14399
14400 2006-03-12 [paul]       2.0.0cvs133
14401
14402         * src/compose.c
14403                 fix Bug 924, 'Account combo box shows up wrong 
14404                 if & is in account name'
14405
14406 2006-03-11 [colin]      2.0.0cvs132
14407
14408         * src/summaryview.c
14409                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14410                 messed up shift-selection because is slows down
14411                 moving around summaryview. thanks -users
14412
14413 2006-03-10 [colin]      2.0.0cvs131
14414
14415         * src/plugins/spamassassin/spamassassin_gtk.c
14416                 Put back Paul's engrish fixes
14417
14418 2006-03-10 [colin]      2.0.0cvs130
14419
14420         * src/plugins/spamassassin/spamassassin.c
14421         * src/plugins/spamassassin/spamassassin.h
14422         * src/plugins/spamassassin/spamassassin_gtk.c
14423                 Cleanup SA prefs page (more)
14424                 Patch by Fabien Vantard
14425
14426 2006-03-10 [paul]       2.0.0cvs129
14427
14428         * src/prefs_msg_colors.c
14429         * src/prefs_spelling.c
14430                 widget sensitivity
14431
14432 2006-03-09 [mones]      2.0.0cvs128
14433
14434         * po/es.po
14435                 Update for next RC
14436
14437 2006-03-09 [wwp]        2.0.0cvs127
14438
14439         * configure.ac
14440                 revert accidental commit (requirement for libetpan 0.43), this time
14441                 not in HEAD.
14442
14443 2006-03-09 [wwp]        2.0.0cvs125
14444
14445         * configure.ac
14446                 revert accidental commit (requirement for libetpan 0.43)
14447
14448 2006-03-09 [paul]       2.0.0cvs126
14449
14450         * src/prefs_receive.c
14451                 remove useless frame
14452                 replace 'incorporation' with 'receiving'
14453         * src/plugins/clamav/clamav_plugin_gtk.c
14454         * src/plugins/spamassassin/spamassassin_gtk.c
14455                 improve widget sensitivity
14456                 fix a bit his engrish
14457
14458 2006-03-09 [wwp]        2.0.0cvs125
14459
14460         * src/addressadd.c
14461         * src/foldersel.c
14462         * src/prefs_common.c
14463         * src/prefs_common.h
14464                 remember some more windows' sizes (add to addressbook and
14465                 select folder).
14466
14467 2006-03-09 [paul]       2.0.0cvs124
14468
14469         * src/plugins/pgpcore/prefs_gpg.c
14470                 normalise construction of dialogue
14471
14472 2006-03-09 [paul]       2.0.0cvs123
14473
14474         * src/plugins/trayicon/Makefile.am
14475                 add missing slash
14476
14477 2006-03-08 [colin]      2.0.0cvs122
14478
14479         * src/plugins/trayicon/Makefile.am
14480                 Fix build in separate dir 
14481                 Patch by Bamanzi <bamanzi@gmail.com>
14482
14483 2006-03-08 [colin]      2.0.0cvs121
14484
14485         * src/procmsg.c
14486                 Batch move and copies from summaryview with delayed execution
14487                 too
14488
14489 2006-03-07 [paul]       2.0.0cvs120
14490
14491         * src/common/utils.c
14492                 fix highlighting of URIs containing "()"
14493                 Patch by Pawel Pekala
14494
14495 2006-03-07 [paul]       2.0.0cvs119
14496
14497         * src/folder.c
14498         * src/folder.h
14499         * src/folderview.c
14500                 immediately do alphabetical resort when
14501                 changing a folder's name
14502                 Patch by Pawel Pekala
14503
14504 2006-03-07 [paul]       2.0.0cvs118
14505
14506         * src/news.c
14507         * src/news_gtk.c
14508                 when unsubscribing a newsgroup, remove the
14509                 folder and msgs in .sylpheed-claws/newscache
14510                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14511
14512 2006-03-07 [paul]       2.0.0cvs117
14513
14514         * src/textview.c
14515                 fix wrong Fake URL Warning
14516                 Thanks to Hiro
14517
14518 2006-03-07 [colin]      2.0.0cvs116
14519
14520         * src/imap.c
14521                 Return immediately when password dialog was
14522                 cancelled
14523         * src/gtk/inputdialog.c
14524                 Allow empty strings for passwords
14525
14526
14527 2006-03-06 [colin]      2.0.0cvs115
14528
14529         * src/imap.c
14530                 Prevent double-timeouts when connection fails
14531
14532 2006-03-06 [colin]
14533
14534         2.0.1-rc1 released
14535
14536 2006-03-06 [colin]      2.0.0cvs114
14537
14538         * src/imap.c
14539                 Refresh session during potentially long
14540                 operations
14541
14542 2006-03-06 [wwp]        2.0.0cvs113
14543
14544         * src/prefs_msg_colors.h
14545                 forgot that one (custom color labels).
14546
14547 2006-03-06 [wwp]        2.0.0cvs112
14548
14549         * src/prefs_common.c
14550         * src/prefs_common.h
14551         * src/prefs_msg_colors.c
14552         * src/summaryview.c
14553         * src/summaryview.h
14554         * src/gtk/colorlabel.c
14555         * src/gtk/colorlabel.h
14556                 colors in messages list are now customizable. Color values and names can
14557                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14558                 Thanks to Paul and Colin for their help with this longstanding patch!
14559
14560 2006-03-06 [wwp]        2.0.0cvs111
14561
14562         * src/textview.c
14563                 don't crash if (x)face is bad.
14564
14565 2006-03-05 [paul]       2.0.0cvs110
14566
14567         * AUTHORS
14568         * configure.ac
14569         * src/Makefile.am
14570         * src/common/Makefile.am
14571         * src/common/utils.h
14572         * src/etpan/imap-thread.c
14573         * src/gtk/authors.h
14574         * src/plugins/clamav/Makefile.am
14575         * src/plugins/demo/Makefile.am
14576         * src/plugins/dillo_viewer/Makefile.am
14577         * src/plugins/pgpcore/Makefile.am
14578         * src/plugins/pgpcore/passphrase.c
14579         * src/plugins/pgpinline/Makefile.am
14580         * src/plugins/pgpmime/Makefile.am
14581         * src/plugins/spamassassin/Makefile.am
14582         * src/plugins/trayicon/Makefile.am
14583                 fix builiding on cygwin
14584                 Patch by Ralgh Young <bamanzi@gmail.com>
14585
14586 2006-03-04 [wwp]        2.0.0cvs109
14587
14588         * manual/keyboard.xml
14589                 fix mixed up/down keys.
14590
14591 2006-03-04 [wwp]        2.0.0cvs108
14592
14593         * README
14594         * INSTALL
14595                 updated links to SpamAssassin.
14596
14597 2006-03-04 [wwp]        2.0.0cvs107
14598
14599         * manual/plugins.xml
14600         * src/plugins/spamassassin/README
14601                 updated SpamAssassin plugin docs to reflect new functional additions
14602                 (also fix/update/documents few technical stuff more, see the README).
14603
14604 2006-03-04 [wwp]        2.0.0cvs106
14605
14606         * src/prefs_message.c
14607                 normalized capitalization of message-prefs paths.
14608
14609 2006-03-04 [wwp]        2.0.0cvs105
14610
14611         * manual/advanced.xml
14612                 typo.
14613
14614 2006-03-03 [colin]      2.0.0cvs104
14615
14616         * src/plugins/clamav/clamav_plugin_gtk.c
14617                 Rework prefs page, patch by Fabien 
14618
14619 2006-03-03 [colin]      2.0.0cvs103
14620
14621         * src/plugins/clamav/clamav_plugin.c
14622                 Set error on all errors
14623
14624 2006-03-03 [colin]      2.0.0cvs102
14625
14626         * src/common/plugin.c
14627                 Initialize error to avoid crashing when a plugin fails
14628                 without setting error
14629
14630 2006-03-02 [wwp]        2.0.0cvs101
14631
14632         * configure.ac
14633                 fixed linker flags for libetpan support on Cygwin
14634                 (thanks to H.Merijn Brand).
14635
14636 2006-03-02 [wwp]        2.0.0cvs100
14637
14638         * src/addressbook.c
14639                 fix some AB error messages: one for punctuation and
14640                 one wrongly duplicate (thanks, maxbritov).
14641
14642 2006-03-02 [wwp]        2.0.0cvs99
14643
14644         * src/plugins/spamassassin/spamassassin.c
14645                 make sync calls to sa-learn/spamc to prevent
14646                 system (whatever local or client/server) overload.
14647
14648 2006-03-02 [colin]      2.0.0cvs98
14649
14650         * src/summaryview.c
14651                 Put the spam icon in the status column instead of the
14652                 mark one
14653
14654 2006-03-01 [colin]      2.0.0cvs97
14655
14656         * src/plugins/spamassassin/spamassassin.c
14657                 Fix segfault (g_file_set_contents fails for some 
14658                 reason and err==0x2f. Can't find out why with
14659                 valgrind, using working function :-)
14660
14661 2006-03-01 [colin]      2.0.0cvs96
14662
14663         * src/inc.c
14664                 Offline overriding: let 'No' be cached only 3 seconds
14665
14666 2006-03-01 [colin]      2.0.0cvs95
14667
14668         * src/addr_compl.c
14669         * src/addrbook.c
14670         * src/addressbook.c
14671         * src/addrindex.c
14672         * src/folder_item_prefs.c
14673         * src/headerview.c
14674         * src/imap.c
14675         * src/inc.c
14676         * src/ldif.c
14677         * src/mainwindow.c
14678         * src/mh.c
14679         * src/msgcache.c
14680         * src/prefs_common.h
14681         * src/prefs_msg_colors.c
14682         * src/procheader.c
14683         * src/procheader.h
14684         * src/procmime.c
14685         * src/procmsg.c
14686         * src/procmsg.h
14687         * src/send_message.h
14688         * src/simple-gettext.c
14689         * src/summaryview.c
14690         * src/summaryview.h
14691         * src/syldap.c
14692         * src/textview.c
14693         * src/undo.c
14694         * src/common/ssl_certificate.c
14695         * src/common/utils.c
14696         * src/gtk/colorsel.c
14697         * src/gtk/gtksctree.c
14698         * src/gtk/gtkshruler.c
14699         * src/plugins/trayicon/trayicon.c
14700                 #if 0 goes to /dev/null
14701
14702 2006-03-01 [colin]      2.0.0cvs94
14703
14704         * src/compose.c
14705         * src/imap.c
14706         * src/inc.c
14707         * src/inc.h
14708         * src/messageview.c
14709         * src/news.c
14710         * src/plugins/spamassassin/spamassassin.c
14711                 Allow to add information in the "working offline"
14712                 window
14713
14714 2006-03-01 [wwp]        2.0.0cvs93
14715
14716         * src/plugins/spamassassin/spamassassin.c
14717                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14718                 'cause it seems that calling `spamc ... < inputfile` with
14719                 g_spawn_(a)sync simply.. erm doesn't work :-).
14720
14721 2006-03-01 [wwp]        2.0.0cvs92
14722
14723         * src/toolbar.c
14724         * src/toolbar.h
14725                 simplify the adding of spam/ham button to the messageview toolbar
14726                 (it gets more clear now that the same button will be "Mark as spam"
14727                 or "Mark as ham" according to the current message status,
14728                 thanks to Colin).
14729
14730 2006-03-01 [wwp]        2.0.0cvs91
14731
14732         * src/messageview.c
14733         * src/procmsg.c
14734         * src/procmsg.h
14735         * src/summaryview.c
14736         * src/plugins/spamassassin/spamassassin.c
14737         * src/plugins/spamassassin/spamassassin.h
14738                 make learner callbacks return a status (0 for ok),
14739                 handle it in main code to avoid setting flags when learning failed,
14740                 don't learn on TCP if offline in spamassassin,
14741                 thanks to Colin.
14742
14743                 
14744
14745 2006-03-01 [wwp]        2.0.0cvs90
14746
14747         * src/compose.c
14748                 some work around the compose window's account menu,
14749                 patch by Fabien Vantard.
14750
14751 2006-03-01 [wwp]        2.0.0cvs89
14752
14753         * src/plugins/spamassassin/spamassassin.c
14754                 fixed bad logics, was using spamc in local mode and sa-learn
14755                 in remote mode (thanks, Colin).
14756
14757 2006-03-01 [wwp]        2.0.0cvs88
14758
14759         * src/plugins/spamassassin/spamassassin.c
14760         * src/plugins/spamassassin/spamassassin.h
14761         * src/plugins/spamassassin/spamassassin_gtk.c
14762                 made processing of emails w/ sa-plugin an option (default is TRUE),
14763                 fixed Engrish some tooltips, capitalization of some debug messages
14764                 and warnings. The spamassassin plugin now provides two separate
14765                 services: process emails upon incorporation and spamd training.
14766                 Both services (un)register independently but use some common
14767                 plugin settings (transport settings, spam storage location).
14768
14769 2006-02-28 [wwp]        2.0.0cvs87
14770
14771         * src/plugins/spamassassin/spamassassin.c
14772                 fix async flag to spamc cmdline execution (batch exec should
14773                 be asynchronous).
14774
14775 2006-02-27 [wwp]        2.0.0cvs86
14776
14777         * src/plugins/spamassassin/spamassassin.c
14778         * src/plugins/spamassassin/spamassassin.h
14779         * src/plugins/spamassassin/spamassassin_gtk.c
14780                 - added the ability to learn a remote spamassassin server (spamd),
14781                 using spamc.
14782                 - added the spamassassin option 'username', that applies to all
14783                 spamassassin operations (filtering, learning, local or remote).
14784                 The default username is the current unix user (if left blank
14785                 from gtk prefs or config file).
14786                 - commented out some unused code (notebook widget), removed unused
14787                 layout (hbox1).
14788                 - make more widgets sensitive to the transport type.
14789
14790 2006-02-27 [colin]      2.0.0cvs85
14791
14792         * src/plugins/spamassassin/spamassassin.c
14793                 Fix sa-learn call when offline
14794
14795 2006-02-27 [colin]      2.0.0cvs84
14796
14797         * configure.ac
14798         * src/Makefile.am
14799         * src/mainwindow.c
14800         * src/mainwindow.h
14801         * src/messageview.c
14802         * src/messageview.h
14803         * src/prefs_toolbar.c
14804         * src/procmsg.c
14805         * src/stock_pixmap.c
14806         * src/stock_pixmap.h
14807         * src/summaryview.c
14808         * src/toolbar.c
14809         * src/toolbar.h
14810         * src/pixmaps/ham_btn.xpm
14811         * src/pixmaps/spam.xpm
14812         * src/pixmaps/spam_btn.xpm
14813         * src/plugins/spamassassin/spamassassin.c
14814                 Add button in toolbar for spam learning
14815                 Fix a few bugs from the last related commit
14816                 Revert 1.9.6cvs23 which messed up shift-selection
14817
14818 2006-02-24 [colin]      2.0.0cvs83
14819
14820         * src/procmsg.c
14821         * src/summaryview.c
14822         * src/summaryview.h
14823         * src/plugins/spamassassin/spamassassin.c
14824         * src/plugins/spamassassin/spamassassin.h
14825         * src/plugins/spamassassin/spamassassin_gtk.c
14826                 Unregister learner when spamassassin is either
14827                 disabled or over tcp
14828
14829 2006-02-24 [colin]      2.0.0cvs82
14830
14831         * src/Makefile.am
14832         * src/mainwindow.c
14833         * src/mainwindow.h
14834         * src/procmsg.c
14835         * src/procmsg.h
14836         * src/stock_pixmap.c
14837         * src/stock_pixmap.h
14838         * src/summaryview.c
14839         * src/summaryview.h
14840         * src/gtk/icon_legend.c
14841         * src/pixmaps/spam.xpm  ** NEW FILE **
14842         * src/plugins/spamassassin/spamassassin.c
14843         * src/plugins/spamassassin/spamassassin_gtk.c
14844                 Add spam learning interface (Mark/Mark as 
14845                 (spam|ham) menus)
14846
14847 2006-02-24 [wwp]        2.0.0cvs81
14848
14849         * src/compose.c
14850         * src/compose.h
14851         * src/filtering.c
14852                 hide compose window when sending message in batch mode
14853                 (filtering: forward and redirect). Also fixed a wrong
14854                 value returned when sending failed, neutral anyway.
14855                 (Colin, me) 
14856
14857 2006-02-24 [wwp]        2.0.0cvs80
14858
14859         * src/mainwindow.c
14860                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14861
14862 2006-02-24 [paul]       2.0.0cvs79
14863
14864         * src/news.c
14865         * src/news.h
14866         * src/news_gtk.c
14867                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14868                 Thanks to Colin
14869
14870 2006-02-23 [colin]      2.0.0cvs78
14871
14872         * src/alertpanel.c
14873                 Change OK to Close in alertpanel with View log
14874                 button; add accel to View log. Patch by Fabien
14875                 Vantard
14876
14877 2006-02-23 [wwp]        2.0.0cvs77
14878
14879         * src/compose.c
14880                 silly me, there were much more tests to perform, since toolbars can
14881                 really have down to 1 element only.
14882
14883 2006-02-23 [wwp]        2.0.0cvs76
14884
14885         * commitHelper
14886                 fixed indentation from my previous commit. Fallback to VISUAL if
14887                 EDITOR is not set (and to vi, at last resort).
14888
14889 2006-02-23 [wwp]        2.0.0cvs75
14890
14891         * commitHelper
14892                 improved error detection (Colin, me).
14893
14894 2006-02-23 [wwp]        2.0.0cvs74
14895
14896         * src/prefs_toolbar.c
14897                 simplify and fix prefs/toolbars layouting. Combos' contents can
14898                 now be really displayed.
14899
14900 2006-02-23 [wwp]        2.0.0cvs73
14901         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14902         be really displayed.
14903
14904 2006-02-22 [wwp]        2.0.0cvs72
14905
14906         * src/compose.c
14907                 fix a typo in my previous commit (sorry!).
14908
14909 2006-02-22 [wwp]        2.0.0cvs71
14910
14911         * src/prefs_toolbar.c
14912                 fix a crash when adding separators to toolbars,
14913                 also fix some separator item information.
14914
14915 2006-02-22 [wwp]        2.0.0cvs70
14916
14917         * src/compose.c
14918                 fix a crash when redirecting (for instance) when compose window's
14919                 toolbar contents has been customized (when some buttons have been
14920                 removed in fact).
14921
14922 2006-02-21 [wwp]        2.0.0cvs69
14923
14924         * src/summaryview.c
14925         * src/gtk/pluginwindow.c
14926         * src/plugins/pgpcore/prefs_gpg.c
14927                 fix some compilation warnings (feat. remains of removed code).
14928
14929 2006-02-21 [wwp]        2.0.0cvs68
14930
14931         * src/gtk/gtkutils.c
14932                 fix two compilation issues, thanks to Stephan Sachse.
14933
14934 2006-02-20 [colin]      2.0.0cvs67
14935
14936         * src/mainwindow.c
14937                 Don't reselect displayed mail on refocus
14938                 This fixes actions misbehaving 
14939
14940 2006-02-20 [wwp]        2.0.0cvs66
14941
14942         * src/summaryview.c
14943         * src/gtk/gtksctree.c
14944         * src/gtk/gtkshruler.c
14945                 changed more runtime typecast checks.
14946
14947 2006-02-20 [wwp]        2.0.0cvs65
14948
14949         * src/summary_search.c
14950                 find all - summaryview refresh issue fixed, thanks to Colin.
14951
14952 2006-02-20 [wwp]        2.0.0cvs64
14953
14954         * src/gtk/gtkutils.c
14955                 better runtime typecast checks.
14956
14957 2006-02-20 [wwp]        2.0.0cvs63
14958
14959         * src/summary_search.c
14960                 enhancements to the summary search:
14961                         - add the ability to stop the running search
14962                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14963                         - don't search if no criteria (From/To/Subject/Body) is set
14964                         - ensure that a busy mouse pointer is always shown when searching,
14965                           show it even a bit earlier
14966
14967 2006-02-19 [colin]      2.0.0cvs62
14968
14969         * src/compose.c
14970         * src/imap.c
14971         * src/etpan/imap-thread.c
14972         * src/etpan/imap-thread.h
14973                 (Future) IMAP speed improvement on sending
14974                 Will require a libetpan update
14975         * src/summaryview.c
14976         * src/gtk/quicksearch.c
14977                 Make quicksearch clearable while running.
14978
14979 2006-02-17 [colin]      2.0.0cvs61
14980
14981         * src/imap.c
14982         * src/etpan/imap-thread.c
14983         * src/etpan/imap-thread.h
14984                 Check for IMAP certificates
14985                 ** Requires libetpan-0.42-cvs4 
14986                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14987
14988 2006-02-17 [colin]      2.0.0cvs60
14989
14990         * src/messageview.c
14991         * src/prefs_common.c
14992         * src/prefs_common.h
14993         * src/prefs_message.c
14994                 Add pref to display HTML-only mails with plugin, 
14995                 if possible (defaulting to FALSE of course).
14996
14997 2006-02-16 [colin]      2.0.0cvs59
14998
14999         * src/main.c
15000         * src/common/plugin.c
15001         * src/common/plugin.h
15002         * src/gtk/pluginwindow.c
15003                 Keep track of requested (but unloaded) plugins
15004                 in some error cases.
15005
15006 2006-02-16 [wwp]        2.0.0cvs58
15007
15008         * src/gtk/gtkaspell.c
15009         * src/gtk/gtkaspell.h
15010         * src/prefs_spelling.c
15011         * src/compose.c
15012         * src/prefs_common.c
15013         * src/prefs_common.h
15014                 implemented new optional spellchecker behaviour: re-check message when
15015                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15016
15017 2006-02-16 [wwp]        2.0.0cvs57
15018
15019         * src/quote_fmt_parse.y
15020                 pclose popen'ed pipe.
15021
15022 2006-02-15 [colin]      2.0.0cvs56
15023
15024         * src/mimeview.c
15025         * src/mimeview.h
15026                 Let MimeViewers know which MimeView they
15027                 depend of.
15028         * src/summaryview.c
15029                 Swap From/To columns in Sent/Queue/Drafts
15030                 folders
15031         * src/etpan/imap-thread.c
15032                 Use mailstream_low_tls_open() for STARTTLS
15033                 instead of mailstream_low_ssl_open()
15034                 ** REQUIRES libetpan 0.42cvs3 **
15035
15036 2006-02-15 [wwp]        2.0.0cvs55
15037
15038         * src/compose.c
15039         * src/compose.h
15040         * src/message_search.c
15041         * src/message_search.h
15042         * src/textview.c
15043         * src/gtk/gtkutils.c
15044         * src/gtk/gtkutils.h
15045                 added the ability to Find text in the compose window (and a bit
15046                 of code factorization).
15047
15048 2006-02-15 [wwp]        2.0.0cvs54
15049
15050         * src/prefs_gtk.c
15051                 yet another one file was missing (fix for some widgets' sensitivity).
15052                 Thanks Colin!
15053
15054 2006-02-15 [wwp]        2.0.0cvs53
15055
15056         * src/prefs_gtk.h
15057                 oops forgot that file (fix for some widgets' sensitivity).
15058
15059 2006-02-15 [wwp]        2.0.0cvs52
15060
15061         * src/summary_search.c
15062                 implemented advanced summary search options (added the ability
15063                 to use matcher conditions in an advanced search mode).
15064
15065 2006-02-15 [wwp]        2.0.0cvs51
15066
15067         * src/plugins/pgpcore/prefs_gpg.c
15068         * src/prefs_account.c
15069                 fix some widget sensitivity, mostly around some labels in
15070                 account prefs.
15071
15072 2006-02-15 [paul]       2.0.0cvs50
15073
15074         * manual/advanced.xml
15075                 improve Templates info
15076                 written by wwp
15077
15078 2006-02-14 [colin]      2.0.0cvs49
15079
15080         * src/pixmaps/address_book.xpm
15081         * src/pixmaps/preferences.xpm
15082         * src/pixmaps/properties.xpm
15083                 Fix pixmap size - patch by Fabien Vantard
15084
15085 2006-02-13 [colin]      2.0.0cvs48
15086
15087         * src/procmime.c
15088                 Add missing fclose()s on error
15089         * src/textview.c
15090                 Remove unused code
15091         * src/common/utils.c
15092                 Fix temp files not being deleted on windows
15093         Patches by Thomas Gilgin
15094
15095 2006-02-13 [colin]      2.0.0cvs47
15096
15097         * src/mainwindow.c
15098                 Fix exit crash
15099
15100 2006-02-13 [wwp]        2.0.0cvs46
15101
15102         * src/plugins/pgpcore/prefs_gpg.c
15103                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15104
15105 2006-02-12 [colin]      2.0.0cvs45
15106
15107         * src/folderview.c
15108         * src/main.c
15109         * src/mainwindow.c
15110                 Fix "stuff" when quitting
15111
15112 2006-02-12 [wwp]        2.0.0cvs44
15113
15114         * src/prefs_themes.c
15115                 fix typos in debug messages.
15116
15117 2006-02-11 [colin]      2.0.0cvs43
15118
15119         * src/summaryview.c
15120                 don't allow drag/drop from ourself
15121
15122 2006-02-10 [wwp]        2.0.0cvs42
15123
15124         * src/exporthtml.c
15125         * src/html.c
15126         * src/html.h
15127         * src/procmime.c
15128         * src/textview.c
15129                 renamed html_ prefixed functions and data structures to avoid
15130                 namespace clashes w/ other software (gtkhtml2 for instance).
15131                 Closes bug #907.
15132
15133
15134 2006-02-09 [colin]      2.0.0cvs41
15135
15136         * src/summaryview.c
15137                 Fix shitty logic messed up. Thanks Ticho for the hint!
15138
15139 2006-02-09 [wwp]        2.0.0cvs40
15140
15141         * src/gtk/about.c
15142         * src/compose.c
15143         * src/prefs_account.c
15144         * src/prefs_gtk.h
15145         * src/editaddress.c
15146                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15147                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15148                 Browse buttons in accounts prefs.
15149
15150 2006-02-09 [colin]      2.0.0cvs39
15151
15152         * src/matcher.c
15153                 Check for pointer before using its members
15154         * src/gtk/gtksourceprintjob.c
15155                 Fix a wrong warning
15156
15157 2006-02-09 [wwp]        2.0.0cvs38
15158
15159         * src/gtk/filesel.c
15160                 fix few compiler warnings (type mismatch).
15161
15162 2006-02-09 [paul]       2.0.0cvs37
15163
15164         * po/fr.po
15165                 updated by Fabien Vantard
15166
15167 2006-02-08 [colin]      2.0.0cvs36
15168
15169         * src/prefs_common.c
15170         * src/common/defs.h
15171         * src/common/plugin.c
15172                 allow windows and linux configurations to coexist
15173                 patch by Thomas Gilgin
15174
15175 2006-02-08 [colin]      2.0.0cvs35
15176
15177         * src/filtering.c
15178         * src/matcher.c
15179         * src/matcher.h
15180         * src/matcher_parser_parse.y
15181         * src/prefs_filtering_action.c
15182         * src/prefs_matcher.c
15183                 Add the "Ignore thread" filtering
15184                 action
15185
15186 2006-02-08 [colin]      2.0.0cvs34
15187
15188         * src/compose.c
15189         * src/procmime.c
15190         * src/procmime.h
15191                 Fix bug #905 (damaged attachment)
15192                 text files with raw \0's aren't really text files
15193         FOR_STABLE
15194
15195 2006-02-08 [colin]      2.0.0cvs33
15196
15197         * src/summaryview.c
15198                 Fix crasher introduced yesterday
15199
15200 2006-02-08 [wwp]        2.0.0cvs32
15201
15202         * src/compose.c
15203         * src/compose.h
15204                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15205
15206 2006-02-08 [wwp]        2.0.0cvs31
15207
15208         * src/prefs_template.c
15209                 templates enhancement: allow address completion for Cc and Bcc fields
15210                 (it was currently possible for the To field only)
15211
15212 2006-02-08 [colin]      2.0.0cvs30
15213
15214         * src/compose.c
15215                 Don't unblock if not blocked
15216         FOR_STABLE
15217
15218 2006-02-07 [colin]      2.0.0cvs29
15219
15220         * src/action.c
15221                 Forgot to refresh summaryview
15222
15223 2006-02-07 [colin]      2.0.0cvs28
15224
15225         * src/action.c
15226                 Freeze/thaw message list and folder list while
15227                 processing %as{} actions 
15228         * src/compose.c
15229                 Fix auto-wrap disabling after a middle-click
15230                 paste - FOR_STABLE
15231
15232 2006-02-07 [paul]       2.0.0cvs27
15233
15234         * src/folder.c
15235                 fix freeing of uninitialised pointers
15236                 Thanks to Colin
15237
15238 2006-02-06 [colin]      2.0.0cvs26
15239
15240         * src/folder.c
15241                 Use g_slist_prepend in potentially big list
15242
15243 2006-02-06 [colin]      2.0.0cvs25
15244
15245         * src/folder.c
15246                 Completely skip processing if it doesn't 
15247                 exist (faster!)
15248
15249 2006-02-06 [colin]      2.0.0cvs24
15250
15251         * src/folder.c
15252         * src/summaryview.c
15253                 Batch filtering in summaryview (from Tools menu)
15254                 and pre/post//-processing too
15255
15256 2006-02-06 [colin]      2.0.0cvs23
15257
15258         * src/procmsg.h
15259         * src/filtering.c
15260                 Use a special field for batch filtering instead
15261                 of stepping on deferred execution's toes
15262
15263 2006-02-06 [colin]      2.0.0cvs22
15264
15265         * src/action.c
15266         * src/filtering.c
15267         * src/filtering.h
15268         * src/folder.c
15269         * src/summaryview.c
15270                 Fix filtering via menus and actions
15271
15272 2006-02-06 [colin]      2.0.0cvs21
15273
15274         * src/imap.c
15275                 Put the added file directly to cache if possible (will work
15276                 with next libetpan)
15277         * src/filtering.c
15278         * src/filtering.h
15279         * src/inc.c
15280         * src/folder.c
15281         * src/mbox.c
15282         * src/procmsg.h
15283                 Move and copy filtered messages by batches instead of one
15284                 by one - faster on IMAP
15285         * src/procmsg.c
15286                 Add a function that'll possibly be useful later
15287
15288 2006-02-06 [colin]      2.0.0cvs20
15289
15290         * src/addressbook.c
15291                 Use internal mime-type instead of text/plain for d'n'd
15292         * src/compose.c
15293                 Allow attaching files from mimeview's icon list via d'n'd
15294         * src/folderview.c
15295         * src/folderview.h
15296                 Use internal mime-type instead of text/plain for d'n'd
15297                 Don't try to selected opened folder if none is
15298                 Factorize d'n'd from other apps code
15299         * src/headerview.c
15300         * src/textview.c
15301         * src/gtk/gtkutils.c
15302         * src/gtk/gtkutils.h
15303                 Factorize Face/X-Face stuff
15304         * src/mimeview.c
15305                 Fix d'n'd to other apps
15306         * src/prefs_message.c
15307                 Let the XFace pref be usable without libcompface as it also
15308                 applies to Face
15309         * src/summaryview.c
15310                 Fix d'n'd to other apps
15311                 Factorize d'n'd from other apps code
15312
15313 2006-02-06 [wwp]        2.0.0cvs19
15314
15315         * po/it.po
15316                 Italian translation fixes by Andrea Spadaccini (no more confusion
15317                 between filtering and processing, and few changes in the About
15318                 dialog).
15319
15320
15321 2006-02-06 [mones]      2.0.0cvs18
15322
15323         * src/gtk/icon_legend.c
15324                 Improved descriptions allowing better translations
15325
15326 2006-02-05 [colin]      2.0.0cvs17
15327
15328         * src/imap.c
15329                 Add the f*cking missing expunge that caused imap_fetch_env
15330                 to fail after an add_msgs ! :-///
15331         * src/etpan/imap-thread.c
15332                 Add a bit of debug
15333         FOR_STABLE
15334
15335 2006-02-05 [colin]      2.0.0cvs16
15336
15337         * src/common/utils.c
15338                 Don't check for return-path (or we can't put
15339                 back non-sent mails)
15340
15341 2006-02-05 [colin]      2.0.0cvs15
15342
15343         * src/textview.c
15344                 Don't try to display Face header in textview
15345                 when teh headerview's active
15346
15347 2006-02-05 [colin]      2.0.0cvs14
15348
15349         * tools/tbird2syl.py
15350         * tools/Makefile.am
15351                 Add script to import Thunderbird mails
15352
15353 2006-02-05 [colin]      2.0.0cvs13
15354
15355         * src/headerview.c
15356         * src/procheader.c
15357         * src/procmsg.c
15358         * src/procmsg.h
15359         * src/textview.c
15360                 Show Face headers - patch partially by Klaus Flittner
15361
15362 2006-02-05 [colin]      2.0.0cvs12
15363
15364         * src/folderview.c
15365         * src/summaryview.c
15366         * src/common/utils.c
15367         * src/common/utils.h
15368                 Let dnd work from mime icons to summaryview
15369                 and to folderview too
15370                 Add a crude test to avoid trying to add files
15371                 drag'n'dropped when they're not mails
15372
15373 2006-02-04 [colin]      2.0.0cvs11
15374
15375         * src/summaryview.c
15376         * src/mimeview.c
15377                 Fix utf8 conversion
15378
15379 2006-02-04 [colin]      2.0.0cvs10
15380
15381         * src/compose.c
15382         * src/folderview.c
15383         * src/mimeview.c
15384         * src/summaryview.c
15385         * src/summaryview.h
15386                 Added various drag and drop capas:
15387                 From                    To
15388                 summaryview             other apps
15389                 mimeview icons          other apps
15390                 other apps              summaryview
15391                 other apps              folderview
15392
15393                 This shouldn't have broken the existing:
15394                 From                    To
15395                 summaryview             folderview
15396                 folderview              folderview
15397                 summaryview             compose's attachments
15398
15399         Tests welcomed.
15400
15401 2006-02-02 [paul]       2.0.0cvs9
15402
15403         * src/mainwindow.c
15404                 move global option 'Set displayed columns...' out
15405                 of folder option grouping.
15406                 fix sensitivity of 'harvest addresses'
15407         FOR_STABLE
15408
15409 2006-02-01 [colin]      2.0.0cvs8
15410
15411         * src/mimeview.c
15412                 Revert the alertpanel patch, it sucks (intrusive
15413                 and gets in the way of "open")
15414
15415 2006-02-01 [colin]      2.0.0cvs7
15416
15417         * src/compose.c
15418         * src/prefs_account.c
15419         * src/prefs_common.c
15420         * src/common/defs.h
15421         * src/common/utils.c
15422         * src/common/utils.h
15423                 Add ability to edit the signature file
15424                 from the account preferences, and use
15425                 a default for the text editor.
15426                 Patch by Fabien Vantard
15427
15428 2006-02-01 [colin]      2.0.0cvs6
15429
15430         * src/mimeview.c
15431                 Try to get mime type by extension if it is
15432                 application/octet-stream
15433                 Display a window with possible choices when
15434                 encountering unknown mime types
15435         * src/gtk/filesel.c
15436         * src/gtk/filesel.h
15437                 Add preview
15438                 Allow multiple selection in filtered filesel
15439                 (patch by Fabien Vantard)
15440         * src/gtk/pluginwindow.c
15441                 Use it (patch by Fabien Vantard)
15442
15443 2006-02-01 [paul]       2.0.0cvs5
15444
15445         * src/jpilot.c
15446                 fix crash on creating jpilot address book
15447                 Thanks to Colin - FOR_STABLE
15448         * src/prefs_summaries.c
15449         * src/prefs_wrapping.c
15450         * src/gtk/icon_legend.c
15451         * src/gtk/quicksearch.c
15452                 string fixes and additions
15453
15454 2006-02-01 [paul]       2.0.0cvs4
15455
15456         * src/compose.c
15457         * src/mainwindow.c
15458         * src/messageview.c
15459         * src/prefs_send.c
15460                 add Arabic encoding option
15461                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15462
15463 2006-01-31 [colin]      2.0.0cvs3
15464
15465         * src/plugins/pgpcore/passphrase.c
15466                 Convert passphrase to locale encoding
15467         * src/compose.c
15468                 Fix drafting on IMAP. Crappy bug sneaked in
15469                 the release :-/
15470         FOR_STABLE
15471
15472 2006-01-30 [paul]       2.0.0cvs2
15473
15474         * src/gtk/icon_legend.c
15475                 show the new entries
15476
15477 2006-01-30 [colin]      2.0.0cvs1
15478
15479         * src/manual.c
15480                 Check for the file to be present before 
15481                 enabling the menu - FOR_STABLE
15482         * src/gtk/icon_legend.c
15483                 Add folders icons (not all of them, there
15484                 are too much, but the most intriguing ones)
15485
15486 2006-01-30 [paul]       2.0.0
15487
15488         version 2.0.0 released
15489
15490 [For previous entries, see ChangeLog.pre2.0.0]