512e3b43058e8127c3a2cf8340aa933a0eaa3b02
[claws.git] / ChangeLog
1 2007-09-16 [paul]       3.0.0cvs12
2
3         * po/sr.po
4                 updated by Aleksandar Urosevic
5
6 2007-09-16 [paul]       3.0.0cvs11
7
8         * src/folder.c
9                 do not allow locked msgs to be deleted,
10                 even by filtering/processing
11
12 2007-09-07 [paul]       3.0.0cvs10
13
14         * src/prefs_folder_column.c
15         * src/prefs_summary_column.c
16                 implement button sensitivity
17                 patch by Pawel Pekala
18
19 2007-09-06 [wwp]        3.0.0cvs9
20
21         * src/prefs_gtk.c
22                 Add a missing linefeed to a debug message.
23
24 2007-09-05 [colin]      3.0.0cvs8
25
26         * src/inc.c
27                 Fix statusbar/window mismatch on Maemo
28
29 2007-09-05 [colin]      3.0.0cvs7
30
31         * src/ldaputil.c
32                 Fix build without USE_LDAP_TLS
33
34 2007-09-05 [colin]      3.0.0cvs6
35
36         * src/folder.c
37         * src/imap.c
38         * src/inc.c
39         * src/mbox.c
40         * src/send_message.c
41         * src/statusbar.c
42         * src/statusbar.h
43                 Maemo: distinguish various statusbar messages,
44                 in order to display only the most important.
45
46 2007-09-04 [wwp]        3.0.0cvs5
47
48         * src/account.c
49                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
50                 Show protocol "SMTP" and the appropriate server for send-only
51                 accounts, show "-" instead of "" when no value is relevant.
52
53 2007-09-03 [ticho]      3.0.0cvs4
54
55         * src/summaryview.c
56                 Handle plural form better in delete confirmation dialog.
57
58 2007-09-03 [wwp]        3.0.0cvs3
59
60         * src/compose.c
61                 Warn differently when sending or sending later (queueing).
62
63 2007-09-03 [colin]      3.0.0cvs2
64
65         * src/procmime.c
66         * src/procmime.h
67         * src/common/plugin.c
68         * src/common/plugin.h
69                 Add a new plugin API, MimeParser. It allows
70                 plugins to scan email MIME parts and optionally,
71                 transform them.
72
73 2007-09-03 [mones]      3.0.0cvs1
74
75         * po/es.po
76                 Updated translation
77         * src/common/defs.h
78                 While a better solution is made double history sizes
79
80 2007-09-03 [paul]       3.0.0
81
82         * NEWS
83         * README
84         * RELEASE_NOTES
85                 3.0.0 released
86
87 2007-09-03 [paul]       2.10.0cvs191
88
89         * po/bg.po
90         * po/ca.po
91         * po/de.po
92         * po/fi.po
93         * po/fr.po
94         * po/hu.po
95         * po/it.po
96         * po/pl.po
97         * po/pt_BR.po
98         * po/ru.po
99         * po/sk.po
100         * po/zh_CN.po
101                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
102                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
103                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
104                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
105
106 2007-09-02 [colin]      2.10.0cvs190
107
108         * src/edittags.c
109         * src/common/tags.c
110                 Prevent empty or white-space tags
111
112 2007-09-01 [colin]      2.10.0cvs189
113
114         * src/main.c
115                 Fix double-reading of accounts list when
116                 the wizard has been run due to no accounts
117         * src/mainwindow.c
118                 Fix sensitivity of a menu item in case 
119                 there's no account
120
121 2007-09-01 [wwp]        2.10.0cvs188
122
123         * src/wizard.c
124                 Fix wizard crash when Mailbox dir already exists
125                 (thanks to Colin).
126
127 2007-08-31 [colin]      2.10.0cvs187
128
129         * src/etpan/imap-thread.c
130                 Fix unwanted creation of 
131                 libetpan's stream dump file
132         * src/compose.c
133                 Fix coloring of pastes as quotation
134         * src/summaryview.c
135                 Maemo: Fix opening of mails from keypad
136                 in Sent folders
137         * src/addressbook.c
138         * src/folderview.c
139         * src/image_viewer.c
140         * src/mimeview.c
141         * src/gtk/prefswindow.c
142                 Maemo: Fix adjustments changes 
143
144 2007-08-30 [colin]      2.10.0cvs186
145
146         * src/folderview.c
147                 Don't opened selected folder when clicking
148                 on white space
149         * src/mainwindow.c
150                 Maemo: Make Esc close messageviews
151         * src/messageview.c
152                 Maemo: Fix message scrolling to the end on 
153                 opening
154                 Maemo: Fix reopening same message
155         * src/gtk/prefswindow.c
156                 Maemo: try to fix scrollbar. Doesn't work,
157                 it seems as if gtk_adjustment_set_value was
158                 a noop.
159
160 2007-08-30 [colin]      2.10.0cvs185
161
162         * src/compose.c
163         * src/folderview.c
164         * src/main.c
165         * src/prefs_matcher.c
166         * src/prefs_template.c
167         * src/quote_fmt.c
168         * src/send_message.c
169         * src/toolbar.c
170         * src/gtk/gtkaspell.c
171         * src/plugins/bogofilter/bogofilter.c
172         * src/plugins/bogofilter/bogofilter_gtk.c
173         * src/plugins/clamav/clamav_plugin_gtk.c
174         * src/plugins/pgpcore/sgpgme.c
175         * src/plugins/spamassassin/spamassassin.c
176         * src/plugins/spamassassin/spamassassin_gtk.c
177                 Fix all potential misuses of format-string functions
178
179 2007-08-30 [wwp]        2.10.0cvs184
180
181         * src/prefs_template.c
182                 Fix a leak.
183
184 2007-08-29 [colin]      2.10.0cvs183
185
186         * src/plugins/trayicon/trayicon.c
187                 Fix leak of hooks in case of error,
188                 thanks to Holger Berndt
189
190 2007-08-28 [colin]      2.10.0cvs182
191
192         * src/mainwindow.c
193                 Don't use current folder settings when
194                 composing from the compose button's
195                 account selector
196
197 2007-08-28 [colin]      2.10.0cvs181
198
199         * src/quote_fmt_parse.y
200                 Fix cursor offset when quote contains UTF-8
201                 chars
202
203 2007-08-28 [colin]      2.10.0cvs180
204
205         * src/compose.c
206         * src/compose.h
207                 Fix signature replacement when it's been wrapped
208
209 2007-08-27 [colin]      2.10.0cvs179
210
211         * src/summaryview.c
212                 Fix indentation
213
214 2007-08-27 [colin]      2.10.0cvs178
215
216         * src/summaryview.c
217                 Fix Quicksearch's Sticky mode
218
219 2007-08-27 [colin]      2.10.0cvs177
220
221         * src/folder_item_prefs.c
222         * src/folder_item_prefs.h
223         * src/imap_gtk.c
224         * src/mh_gtk.c
225                 Fix loss of subfolders properties when
226                 renaming a folder
227
228 2007-08-26 [wwp]        2.10.0cvs176
229
230         * src/alertpanel.c
231         * src/messageview.c
232         * src/prefs_actions.c
233                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
234                 will have to be used when necessary *before* calling
235                 alertpanel functions.
236
237 2007-08-25 [paul]       2.10.0cvs175
238
239         * src/prefs_actions.c
240                 workaround gettext problem marking
241                 string as c-format when it's not
242
243 2007-08-25 [wwp]        2.10.0cvs174
244
245         * src/alertpanel.c
246         * src/messageview.c
247         * src/prefs_actions.c
248                 Call the pango markup escape function right ince in alertpanel_create
249                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
250                 2.10.0cvs158).
251
252         * src/common/log.c
253                 Fix a crash due to a misuse of g_print(), encountered when the string
254                 passed to g_print was containing printf substitution symbols.
255
256 2007-08-25 [paul]       2.10.0cvs173
257
258         * src/common/log.c
259                 fix a segfault when refreshing RSSyl feeds
260
261 2007-08-25 [paul]       2.10.0cvs172
262
263         * src/gtk/icon_legend.c
264                 add watchthread.xpm
265
266 2007-08-25 [paul]       2.10.0cvs171
267
268         * src/Makefile.am
269         * src/stock_pixmap.c
270         * src/pixmaps/insert_file.xpm
271                 add a new pixmap instead of re-using
272                 paste.xpm. (easier for icon theme authors)
273
274 2007-08-24 [holger]     2.10.0cvs170
275
276         * src/plugins/trayicon/trayicon.c
277                 The same fix for another hook id.
278
279 2007-08-24 [holger]     2.10.0cvs169
280
281         * src/plugins/trayicon/trayicon.c
282                 Micro-fix: Do the error checking for
283                 the right hook id.
284
285 2007-08-24 [paul]       2.10.0cvs168
286
287         * src/folder.h
288                 fix typo causing compiler warning
289
290 2007-08-24 [paul]       2.10.0cvs167
291
292         * README
293                 put back the correct version of this file also
294
295 2007-08-24 [colin]      2.10.0cvs166
296
297         * src/send_message.c
298                 Use progress bar when sending messages
299
300 2007-08-24 [paul]       2.10.0cvs165
301
302         * Makefile.am
303                 oops! if i'm quick no-one will notice
304                 (put back the proper file)
305
306 2007-08-24 [paul]       2.10.0cvs164
307
308         * AUTHORS
309         * Makefile.am
310         * README
311         * src/gtk/authors.h
312         * tools/Makefile.am
313         * tools/README
314         * tools/mew2claws-mail.pl
315                 add new script that imports a Mew address book
316                 submitted by Jerome Lelong
317
318 2007-08-24 [paul]       2.10.0cvs163
319
320         * manual/plugins.xml
321                 remove the obsolete plugins, add the
322                 missing plugins, including the forthcoming
323                 SpamReport plugin
324
325 2007-08-24 [paul]       2.10.0cvs162
326
327         * manual/advanced.xml
328                 add info about the hidden emphasis_color option
329         * manual/keyboard.xml
330                 correct the info about hotkeys
331                 wrap the long lines
332
333 2007-08-24 [paul]       2.10.0cvs161
334
335         * src/folderview.c
336                 add mnemonic to 'Run procesing rules'
337
338 2007-08-24 [paul]       2.10.0cvs160
339
340         * src/account.c
341         * src/folder.c
342         * src/folder.h
343                 use suitable defaults for outbox,
344                 queue, drafts and trash folders
345
346 2007-08-24 [wwp]        2.10.0cvs159
347
348         * src/folderview.c
349                 Update menu item sensitivity if necessary (or we get a
350                 gtk critical message).
351
352 2007-08-23 [wwp]        2.10.0cvs158
353
354         * src/action.c
355         * src/prefs_actions.c
356                 Allow literal % chars in action commands (use %%).
357                 Add a missing p++ to the action parser in action_get_type(),
358                 which was missing it, even if it was neutral.
359                 Fix a pango markup warning at runtime.
360
361 2007-08-23 [wwp]        2.10.0cvs157
362
363         * src/addressbook.c
364                 Contacts are now locale-aware sorted in the address book
365                 (LC_COLLATE matters here).
366                 Fix missing table initializers.
367
368 2007-08-23 [colin]      2.10.0cvs156
369
370         * src/imap.c
371                 Check scan_required on dest folder when copying
372
373 2007-08-23 [colin]      2.10.0cvs155
374
375         * src/imap.c
376                 Fix scanning when folder was empty
377
378 2007-08-22 [colin]      2.10.0cvs154
379
380         * src/msgcache.c
381                 Don't g_warning when g_try_malloc fails(), or it makes
382                 things worse as g_log() allocates. Fixes bug 1290,
383                 'Claws Mail crashes if too little memory when 
384                 rebuilding folder tree'
385
386 2007-08-22 [colin]      2.10.0cvs153
387
388         * src/inc.c
389                 Fix format string vulnerability, thanks to
390                 Ulf Harnhammar, Secunia Research
391
392 2007-08-22 [colin]      2.10.0cvs152
393
394         * src/ldapserver.c
395                 Set tv_usec too
396
397 2007-08-22 [wwp]        2.10.0cvs151
398
399         * src/ldapquery.c
400                 Few better null-ptr checks.
401
402 2007-08-22 [colin]      2.10.0cvs150
403
404         * src/editldap.c
405         * src/editldap_basedn.c
406         * src/ldapquery.c
407         * src/ldapserver.c
408         * src/ldapserver.h
409         * src/ldapupdate.c
410         * src/ldaputil.c
411         * src/ldaputil.h
412                 Fix ldap timeouts
413
414 2007-08-22 [colin]      2.10.0cvs149
415
416         * src/ldapquery.c
417                 Finish previous fix
418
419 2007-08-22 [colin]      2.10.0cvs148
420
421         * src/ldapquery.c
422                 Fix wrong assertions
423
424 2007-08-22 [colin]      2.10.0cvs147
425
426         * src/ldaputil.c
427                 Fix test (set ldap v3 if bindDN is set or TLS is set)
428
429 2007-08-22 [colin]      2.10.0cvs146
430
431         * src/editldap.c
432         * src/ldaputil.c
433                 Fix wrong "Connected successfully to server". Connection only succeeds if
434                 we can get the base DN.
435
436 2007-08-21 [wwp]        2.10.0cvs145
437
438         * src/browseldap.c
439         * src/editldap.c
440         * src/ldapctrl.c
441         * src/ldapquery.c
442         * src/ldapserver.c
443         * src/ldapupdate.c
444         * src/ldaputil.c
445                 More sanity checks in ldap functions.
446
447 2007-08-21 [wwp]        2.10.0cvs144
448
449         * src/prefs_account.c
450                 Don't return a value in a void function().
451
452 2007-08-21 [paul]       2.10.0cvs143
453
454         * src/messageview.c
455                 add check for ftp: to messageview_list_urls()
456
457 2007-08-21 [colin]      2.10.0cvs142
458
459         * src/editldap.c
460         * src/ldapctrl.c
461         * src/ldapctrl.h
462         * src/ldapquery.c
463         * src/ldapupdate.c
464                 Fix bug 1293, 'LDAP address book not working'
465                 Search only on specified fields, but fetch 
466                 every field possible. People will have to 
467                 reset the searched Attributes in their LDAP
468                 servers properties.
469
470 2007-08-21 [wwp]        2.10.0cvs141
471
472         * src/addr_compl.c
473         * src/addrbook.c
474         * src/addrcache.c
475         * src/addrcindex.c
476         * src/addressbook.c
477         * src/addrindex.c
478         * src/browseldap.c
479         * src/crash.c
480         * src/editaddress_other_attributes_ldap.c
481         * src/exporthtml.c
482         * src/folder.c
483         * src/folderview.c
484         * src/imap.c
485         * src/jpilot.c
486         * src/ldapserver.c
487         * src/ldapupdate.c
488         * src/ldif.c
489         * src/main.c
490         * src/mainwindow.c
491         * src/matcher.c
492         * src/mh.c
493         * src/msgcache.c
494         * src/mutt.c
495         * src/pine.c
496         * src/pop.c
497         * src/prefs_customheader.c
498         * src/prefs_msg_colors.c
499         * src/procmime.c
500         * src/textview.c
501         * src/vcard.c
502         * src/wizard.c
503         * src/common/log.c
504         * src/common/socket.c
505         * src/common/ssl_certificate.c
506         * src/common/utils.c
507         * src/common/utils.h
508         * src/gtk/description_window.c
509         * src/plugins/demo/demo.c
510         * src/plugins/pgpcore/prefs_gpg.c
511         * src/plugins/spamassassin/libspamc.c
512                 Make sure we use glib functions to send text messages (information,
513                 debug, warning, errors) to stdout/stderr - no more direct puts
514                 fputs printf fprintf to stdout/stderr when it can be done using
515                 g_log*() and g_print/g_printerr. Doing this, we make sure every
516                 stdout/stderr message is saved to log in Windows.
517
518
519 2007-08-21 [wwp]        2.10.0cvs140
520
521         * src/main.c
522         * src/common/utils.h
523                 Route glib's stdout/stderr messages to a log file (Windows only),
524                 instead of loosing them.
525
526 2007-08-21 [paul]       2.10.0cvs139
527
528         * src/mainwindow.c
529                 replace deprecated g_strncasecmp()
530         * src/messageview.c
531                 fix 'List URLS'
532
533 2007-08-20 [ticho]      2.10.0cvs138
534
535         * src/account.c
536         * src/prefs_account.h
537                 Copy all account preferences in account_clone() - some
538                 were missing.
539         * src/prefs_account.c
540                 Handle empty privacy system combobox gracefully (warning
541                 instead of a crash).
542
543 2007-08-20 [colin]      2.10.0cvs137
544
545         * src/ldapctrl.c
546                 Fix a leak
547
548 2007-08-20 [paul]       2.10.0cvs136
549
550         * src/browseldap.c
551         * src/editldap.c
552         * src/ldapctrl.c
553         * src/ldapquery.c
554         * src/ldapquery.h
555         * src/ldapserver.c
556         * src/ldaputil.c
557                 add debug_prints
558                 patch by Michael Rasmussen
559
560 2007-08-19 [colin]      2.10.0cvs135
561
562         * src/imap.c
563                 Fix previous commit. Sensitivity update is needed
564                 for "Cancel receiving". However when batching we
565                 don't need to do it for every message flag change,
566                 just once at the start and once at the end.
567
568 2007-08-19 [colin]      2.10.0cvs134
569
570         * src/imap.c
571                 Remove useless menu updates on session lock/unlock
572
573 2007-08-19 [colin]      2.10.0cvs133
574
575         * src/etpan/imap-thread.c
576                 Make all fetch logs less verbose
577
578 2007-08-19 [paul]       2.10.0cvs132
579
580         * src/foldersel.c
581         * src/folderview.c
582         * src/summaryview.c
583                 fix bug 1286, 'Can't move a folder into a "Folders
584                 Only" folder'
585
586 2007-08-18 [ticho]      2.10.0cvs131
587
588         * src/editaddress_other_attributes_ldap.c
589                 Converted option menu for other ldap attributes to GtkComboBox.
590
591 2007-08-18 [colin]      2.10.0cvs130
592
593         * src/compose.c
594         * src/prefs_common.c
595         * src/prefs_common.h
596         * src/prefs_send.c
597         * src/send_message.c
598                 Revert 'send_dialog_mode' meaning to 
599                 'send_dialog_invisible', so that the 
600                 new checkbox doesn't change the 
601                 existing behaviour.
602
603 2007-08-18 [paul]       2.10.0cvs129
604
605         * src/summaryview.c
606                 add missing menu update
607
608 2007-08-17 [colin]      2.10.0cvs128
609
610         * src/folder.c
611                 Set batching after getting flags - maybe fixes
612                 bug 1292, 'CM crashes on writing mail'
613
614 2007-08-16 [ticho]      2.10.0cvs127
615
616         * src/prefs_send.c
617                 Convert two GtkOptionMenu widgets to new GtkComboBox.
618         * src/gtk/combobox.h
619         * src/gtk/gtkutils.c
620                 Allow NULL for GtkComboBox menuitem label, rendering such
621                 items as row separators.
622
623 2007-08-16 [paul]       2.10.0cvs126
624
625         * src/plugins/trayicon/trayicon.c
626                 remove wrongly used gettextisation
627
628 2007-08-15 [ticho]      2.10.0cvs125
629
630         * src/importldif.c
631                 Fixed a runtime warning where an attempt to pack an
632                 already packed GtkLabel was made.
633
634 2007-08-15 [ticho]      2.10.0cvs124
635
636         * src/prefs_compose_writing.c
637                 Convert the insert-or-attach-dragged-files GtkOptionMenu
638                 into GtkComboBox.
639
640 2007-08-14 [ticho]      2.10.0cvs123
641
642         * src/messageview.c
643         * src/gtk/gtkutils.c
644                 Changed return receipt account selector to GtkComboBox.
645                 Fixed a runtime warning where GTK tried to parse
646                 "name <email@address" as a Pango markup in an alertpanel label.
647
648 2007-08-14 [ticho]      2.10.0cvs122
649
650         * src/prefs_logging.c
651                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
652
653 2007-08-14 [wwp]        2.10.0cvs121
654
655         * tools/Makefile.am
656         * tools/README
657         * tools/popfile-link.sh
658                 Added a new tool: POPFile helper, to open
659                 selected messages in POPFile control center,
660                 in order to change the messages' status.
661
662 2007-08-14 [ticho]      2.10.0cvs120
663
664         * src/compose.c
665         * src/prefs_common.c
666         * src/prefs_common.h
667         * src/prefs_send.c
668         * src/send_message.c
669                 Change "Show send dialog" optionmenu to a checkbutton.
670         * src/prefs_receive.c
671                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
672
673 2007-08-13 [wwp]        2.10.0cvs119
674
675         * src/addr_compl.c
676         * src/addressbook.c
677         * src/addrindex.c
678         * src/compose.c
679         * src/filtering.c
680         * src/folderview.c
681         * src/inc.c
682         * src/matcher.c
683         * src/mh.c
684         * src/partial_download.c
685         * src/prefs_gtk.c
686         * src/procmsg.c
687         * src/stock_pixmap.c
688         * src/summaryview.c
689         * src/common/utils.c
690         * src/gtk/gtkaspell.c
691         * src/gtk/menu.c
692                 Make sure we never pass NULL pointers for %s substitutions
693                 (prevent from crashing in Windows).
694
695 2007-08-13 [wwp]        2.10.0cvs118
696
697         * src/msgcache.c
698                 Re-enable mmap_reads in Windows with some missing
699                 CloseHandle of mapping objects, thanks to
700                 Marcus Brinkmann.
701
702 2007-08-13 [paul]       2.10.0cvs117
703
704         * src/common/utils.c
705                 fix bug 1287, 'Compile time problem on Solaris
706                 (nexenta gnu/Solaris) utils.c'
707                 Thanks to Piotr Chrzczonowicz
708
709 2007-08-12 [wwp]        2.10.0cvs116
710
711         * src/plugins/pgpcore/prefs_gpg.c
712                 Don't try to unset a GPG_AGENT_INFO that was not
713                 set (and don't use a NULL string in Windows, it was
714                 crashing with --debug if GPG_AGENT_INFO was not set).
715
716 2007-08-12 [wwp]        2.10.0cvs115
717
718         * src/privacy.h
719                 Make gcc type-check arguments passed to privacy_set_error().
720
721 2007-08-12 [ticho]      2.10.0cvs114
722
723         * src/prefs_folder_item.c
724                 Make sure that folder default account combobox always has some
725                 account preselected.
726         * src/gtk/combobox.c
727                 Handle empty combobox gracefully (warning instead of crash).
728
729 2007-08-12 [ticho]      2.10.0cvs114
730
731         * src/prefs_folder_item.c
732                 Make sure that folder default account combobox is not empty.
733         * src/gtk/combobox.c
734                 Handle empty combobox gracefully (warning instead of crash).
735
736 2007-08-11 [paul]       2.10.0cvs113
737
738         * src/addrgather.c
739         * src/folderview.c
740                 use 'subfolder' instead of 'sub-folder', matching
741                 everywhere else the term is used
742         * src/imap_gtk.c
743                 fix engrish
744
745 2007-08-10 [wwp]        2.10.0cvs112
746
747         * src/msgcache.c
748                 Disable mmap reads in Windows only (at least temporarily), they
749                 prevent from renaming/removing target cache files.
750
751 2007-08-10 [paul]
752
753         3.0.0-rc2 released
754
755 2007-08-10 [wwp]        2.10.0cvs111
756
757         * src/msgcache.c
758                 fix unpredictable crashes in Windows due to broken
759                 cache/mark/tags files writting (file were opened for
760                 writing in text mode).
761
762         * src/recv.c
763                 use gettimeofday() from w32lib.h on Windows.
764
765 2007-08-10 [colin]      2.10.0cvs110
766
767         * src/imap.c
768         * src/etpan/imap-thread.c
769         * src/etpan/imap-thread.h
770                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
771
772 2007-08-09 [colin]      2.10.0cvs109
773
774         * src/editldap.c
775                 Fix port being reset to 636 on SSL
776         * src/folder.c
777                 Fix folder_item_get_msg_num_by_file
778                 on drafts/queue folders
779
780 2007-08-09 [wwp]        2.10.0cvs108
781
782         * src/folder.c
783                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
784                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
785
786
787 2007-08-09 [colin]      2.10.0cvs107
788
789         * src/folderview.c
790         * src/summaryview.c
791         * src/gtk/prefswindow.c
792                 A few Maemo layout fixes
793
794 2007-08-09 [paul]       2.10.0cvs106
795
796         * src/prefs_account.c
797                 remove the hyphen from plug-ins to
798                 match everywhere else
799
800 2007-08-08 [wwp]        2.10.0cvs105
801
802         * src/prefs_folder_item.c
803                 Fix an extraneous stealth ^L char.
804
805 2007-08-08 [wwp]        2.10.0cvs104
806
807         * src/prefs_folder_item.c
808                 Better fix, group variables declarations (USE_ASPELL).
809
810 2007-08-08 [wwp]        2.10.0cvs103
811
812         * src/prefs_folder_item.c
813                 Fix compilation w/ USE_ASPELL set (broken
814                 by 2.10.0cvs102).
815
816 2007-08-08 [ticho]      2.10.0cvs102
817
818         * src/prefs_folder_item.c
819                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
820
821 2007-08-08 [colin]      2.10.0cvs101
822
823         * src/imap.c
824         * src/etpan/imap-thread.c
825         * src/etpan/imap-thread.h
826                 Close selected mailbox before doing
827                 status on it.
828
829 2007-08-08 [colin]      2.10.0cvs100
830
831         * src/html.c
832                 Complete symbol table, thanks to wwp.
833                 Fixes bug 1284, 'The html -> text 
834                 converter ignores entities'
835         * src/msgcache.c
836                 Fix possible fd leak
837
838 2007-08-08 [colin]      2.10.0cvs99
839
840         * src/imap.c
841                 Better way to fetch UIDs on non-UIDPLUS servers
842
843 2007-08-07 [colin]      2.10.0cvs98
844
845         * src/imap.c
846                 fix bug 1275, 'auto-saved draft messages not 
847                 always being removed'; Also, make multiple
848                 copy (in the same account) faster by matching
849                 source/destination message UIDs.
850         * src/messageview.c
851                 Don't try to reshow deleted mail
852         * src/msgcache.c
853                 Fix leak on error path
854
855 2007-08-07 [wwp]        2.10.0cvs97
856
857         * manual/account.xml
858         * manual/advanced.xml
859         * manual/fr/account.xml
860         * manual/fr/advanced.xml
861                 Updated the reference manual and the French translation to
862                 reflect 2.10.0cvs84: enable running folder Processing
863                 rules on demand.
864
865 2007-08-06 [wwp]        2.10.0cvs96
866
867         * src/prefs_common.c
868         * src/prefs_common.h
869         * src/textview.c
870                 Allow changing the emphasis color used to highlight
871                 the newsreader/x-mailer header value when it matches
872                 our preferred mail agent (hidden pref 'emphasis_col' added
873                 to clawsrc).
874
875 2007-08-06 [colin]      2.10.0cvs95
876
877         * src/compose.c
878         * src/compose.h
879                 Re-commit 2.10.0cvs86, with a protection
880                 against Pango bug. Also, try to fix 
881                 bug 1275, 'auto-saved draft messages not 
882                 always being removed'
883
884 2007-08-06 [wwp]        2.10.0cvs94
885
886         * src/gtk/quicksearch.c
887                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
888
889 2007-08-06 [ticho]      2.10.0cvs93
890
891         * src/prefs_account.c
892         * src/gtk/combobox.c
893                 Use GtkComboBox instead of GtkOptionMenu for privacy system
894                 selection in account preferences.
895
896 2007-08-06 [wwp]        2.10.0cvs92
897
898         * src/plugins/pgpcore/plugin.def
899                 Apply one more chunk from gpg4win's 03-w32-port patch.
900
901 2007-08-05 [colin]      2.10.0cvs91
902
903         * src/compose.c
904         * src/compose.h
905                 reverting buggy patch for now
906
907 2007-08-05 [colin]      2.10.0cvs90
908
909         * src/folder.c
910                 Fix slowdown
911
912 2007-08-04 [colin]      2.10.0cvs89
913
914         * src/prefs_summaries.c
915         * src/summary_search.c
916                 Replace deprecated widgets. Patch by
917                 Andrej.
918
919 2007-08-04 [colin]      2.10.0cvs88
920
921         * src/mh.c
922                 Refresh GUI only every 2000 mails on mh_get_last_num
923                 This is fast (readdir) and done only once per 
924                 session/folder
925
926 2007-08-03 [colin]      2.10.0cvs87
927
928         * src/prefs_account.c
929         * src/gtk/combobox.h
930         * src/gtk/gtkutils.c
931                 Fix a deprecated widget. Patch by
932                 Andrej
933
934 2007-08-03 [colin]      2.10.0cvs86
935
936         * src/compose.c
937         * src/compose.h
938                 Make colorisation and wrapping algorithms
939                 faster. Fixes bug 1246, 'compose becomes 
940                 increasingly slow replying to complex emails'
941
942 2007-08-03 [paul]       2.10.0cvs85
943
944         * src/mh.c
945                 keep the window painted
946
947 2007-08-02 [paul]       2.10.0cvs84
948
949         * src/folderview.c
950         * src/mainwindow.c
951         * src/mainwindow.h
952                 enable running folder Processing
953                 rules on demand
954
955 2007-08-02 [paul]       2.10.0cvs83
956
957         * src/textview.c
958                 speed up/clean up rendering of larger
959                 msgs
960                 Thanks to Colin
961
962 2007-08-01 [paul]       2.10.0cvs82
963
964         * src/mainwindow.h
965                 clean up cruft
966         * src/toolbar.c
967                 change default toolbar layout on maemo
968         * src/pixmaps/close.xpm
969                 make the red cross a grey cross
970         * src/pixmaps/jpilot.xpm
971                 make icon smaller so it fits better
972
973 2007-07-31 [paul]       2.10.0cvs81
974
975         * src/setup.c
976         * src/gtk/gtkutils.c
977                 fix crash on maemo on first launch
978
979 2007-07-30 [paul]       2.10.0cvs80
980
981         * src/prefs_matcher.c
982                 specify the units of age and size
983
984 2007-07-30 [paul]       2.10.0cvs79
985
986         * src/main.c
987                 Fix IMAP timeout setting
988
989 2007-07-30 [colin]      2.10.0cvs78
990
991         * src/prefs_account.c
992                 Fix a deprecated widget. Patch by
993                 Andrej
994
995 2007-07-27 [paul]       2.10.0cvs77
996
997         * src/matcher_parser_parse.y
998         * src/prefs_filtering_action.c
999         * src/prefs_matcher.c
1000                 these changes forgotten in cvs74's
1001                 'watch thread' feature
1002
1003 2007-07-27 [paul]       2.10.0cvs76
1004
1005         * src/compose.c
1006                 fix potential crasher
1007                 thanks to Colin
1008
1009 2007-07-27 [paul]       2.10.0cvs75
1010
1011         * src/mainwindow.c
1012         * src/manual.c
1013         * src/manual.h
1014         * src/gtk/gtkutils.c
1015                 make mainwindow's /Help/Manual point to the
1016                 remote copy if the local copy doesn't exist
1017
1018 2007-07-27 [paul]       2.10.0cvs74
1019
1020         * src/Makefile.am
1021         * src/filtering.c
1022         * src/folder.c
1023         * src/mainwindow.c
1024         * src/matcher.c
1025         * src/matcher.h
1026         * src/matcher_parser_parse.y
1027         * src/procmsg.c
1028         * src/procmsg.h
1029         * src/stock_pixmap.c
1030         * src/stock_pixmap.h
1031         * src/summaryview.c
1032         * src/summaryview.h
1033         * src/toolbar.c
1034         * src/toolbar.h
1035         * src/pixmaps/watchthread.xpm
1036                 add 'watch thread' feature
1037
1038 2007-07-27 [paul]       2.10.0cvs73
1039
1040         * src/prefs_folder_item.c
1041                 adjust labels, add tooltips
1042
1043 2007-07-27 [colin]      2.10.0cvs72
1044
1045         * src/summaryview.c
1046                 Maemo: Remove less used menu items
1047
1048 2007-07-26 [colin]      2.10.0cvs71
1049
1050         * src/messageview.c
1051                 Maemo: destroy messageview after trashing mail.
1052                 Maybe should be done on X11 too
1053
1054 2007-07-26 [colin]      2.10.0cvs70
1055
1056         * src/folderview.c
1057         * src/mainwindow.c
1058         * src/prefs_common.c
1059         * src/prefs_common.h
1060         * src/summaryview.c
1061                 Add View/Show or Hide/Column headers
1062
1063 2007-07-26 [colin]      2.10.0cvs69
1064
1065         * src/procmime.c
1066                 Fix unwanted output
1067
1068 2007-07-26 [colin]      2.10.0cvs68
1069
1070         * src/ldapserver.c
1071                 Fix possible crash on cache invalidation
1072         * src/compose.c
1073         * src/procmime.c
1074         * src/procmime.h
1075         * src/quote_fmt_parse.y
1076                 Make replying to mails with big attachments
1077                 much faster. Fixes bug 1224, 'The process of 
1078                 Replying to emails with large attachments 
1079                 seems unreasonably long...'
1080
1081 2007-07-26 [colin]      2.10.0cvs67
1082
1083         * src/mimeview.c
1084         * src/matcher.c
1085         * src/common/ssl.c
1086                 Fix threads use on BSDs
1087
1088 2007-07-26 [paul]       2.10.0cvs66
1089
1090         * src/gtk/prefswindow.c
1091                 fix account prefs breakage
1092                 thanks to Colin
1093
1094 2007-07-26 [paul]       2.10.0cvs65
1095
1096         * configure.ac
1097                 standardise ./configure --help messages
1098
1099 2007-07-26 [colin]      2.10.0cvs64
1100
1101         * src/addressbook.c
1102         * src/editaddress.c
1103                 Fix two vCard-related crashes
1104
1105 2007-07-25 [colin]      2.10.0cvs63
1106
1107         * src/inc.c
1108         * src/prefs_common.c
1109         * src/prefs_common.h
1110         * src/prefs_receive.c
1111                 Maemo: Add a better way to notify of
1112                 new mails
1113         * src/mainwindow.c
1114         * src/statusbar.h
1115         * src/summaryview.c
1116         * src/toolbar.c
1117                 Maemo: Various layout fixes
1118         * src/gtk/prefswindow.c
1119                 Maemo: Better prefs layout
1120
1121 2007-07-25 [paul]       2.10.0cvs62
1122
1123         * src/textview.c
1124                 fix the layout on maemo
1125                 thanks to Colin
1126
1127 2007-07-25 [iwkse]      2.10.0cvs61
1128
1129         * src/summaryview.c
1130                 add 'o' shortcut on summaryview
1131
1132 2007-07-25 [iwkse]      2.10.0cvs60
1133
1134         * src/textview.c
1135                 fix o shortcut
1136
1137 2007-07-24 [colin]      2.10.0cvs59
1138
1139         * src/mh.c
1140                 Fix missing timestamp update on source
1141                 folder when moving
1142         * src/textview.c
1143         * src/textview.h
1144                 Better text layout on part's choices
1145
1146 2007-07-23 [colin]      2.10.0cvs58
1147
1148         * src/mimeview.c
1149         * src/textview.c
1150                 Maemo: Automatically choose the correct application
1151                 to open parts
1152         * src/gtk/quicksearch.c
1153                 Make search run on GDK_KP_Enter too
1154
1155 2007-07-23 [wwp]        2.10.0cvs57
1156
1157         * src/quote_fmt_lex.l
1158                 Revert accidentaly committed lines (account_sig) in
1159                 2.10.0cvs56.
1160
1161 2007-07-23 [wwp]        2.10.0cvs56
1162
1163         * src/quote_fmt_lex.l
1164                 Fix typos around long form expressions in the quote lexer.
1165
1166 2007-07-23 [paul]
1167
1168         3.0.0-rc1 released
1169
1170 2007-07-23 [colin]      2.10.0cvs55
1171
1172         * src/addr_compl.c
1173                 Fix auto-completion on Maemo
1174
1175 2007-07-23 [colin]      2.10.0cvs54
1176
1177         * src/statusbar.c
1178                 Maemo: Fix sticking statusbars
1179
1180 2007-07-22 [colin]      2.10.0cvs53
1181
1182         * src/main.c
1183                 Maemo: Fix the strange "top_application" info
1184                 at startup. We should do something when 
1185                 receiving such a message.
1186
1187 2007-07-20 [paul]       2.10.0cvs52
1188
1189         * src/news_gtk.c
1190                 add missing #include "statusbar.h"
1191
1192 2007-07-20 [colin]      2.10.0cvs51
1193
1194         * src/folder.c
1195         * src/folder.h
1196         * src/folder_item_prefs.c
1197         * src/folder_item_prefs.h
1198         * src/folderview.c
1199         * src/imap.c
1200         * src/imap_gtk.c
1201         * src/imap_gtk.h
1202         * src/news.c
1203         * src/news_gtk.c
1204         * src/news_gtk.h
1205         * src/prefs_folder_item.c
1206                 Implement age-based caching: allow to
1207                 specify a threshold for the offline synchronisation
1208                 feature, and whether old cached bodies should 
1209                 be removed
1210         * src/toolbar.c
1211         * src/toolbar.h
1212                 Fix label/tooltips
1213         * src/plugins/dillo_viewer/dillo_viewer.c
1214                 Check that Dillo's installed
1215
1216 2007-07-20 [wwp]        2.10.0cvs50
1217
1218         * src/mimeview.c
1219         * src/stock_pixmap.c
1220                 Draw a frame around the selected mimeview part icon (instead of the
1221                 shifted 'dancing' icon).
1222
1223 2007-07-20 [colin]      2.10.0cvs49
1224
1225         * src/main.c
1226                 Unref stuff even on error
1227         * src/wizard.c
1228                 disconnect signals only at the very
1229                 end of the wizard save.
1230
1231 2007-07-20 [colin]      2.10.0cvs48
1232
1233         * src/mainwindow.c
1234         * src/messageview.c
1235         * src/toolbar.c
1236         * src/toolbar.h
1237                 Fix random crashes while navigating
1238                 (GTK_EVENTS_FLUSH)
1239
1240 2007-07-19 [colin]      2.10.0cvs47
1241
1242         * configure.ac
1243         * src/main.c
1244         * src/prefs_common.c
1245         * src/prefs_common.h
1246         * src/wizard.c
1247         * src/common/defs.h
1248         * src/common/utils.c
1249                 Maemo: add an easy way to store data (mails
1250                 and IMAP/NNTP caches) on one of the SD cards,
1251                 and protect against unmounts if needed
1252
1253 2007-07-19 [paul]       2.10.0cvs46
1254
1255         * src/Makefile.am
1256         * src/stock_pixmap.c
1257         * src/gtk/about.c
1258         * src/pixmaps/claws-mail_logo-small.xpm
1259                 implement a (slightly) different About
1260                 dialog for maemo and add a small version
1261                 of the logo for it
1262         * src/wizard.c
1263                 use a scrolled window for wizard page 1
1264                 on maemo
1265
1266 2007-07-19 [paul]       2.10.0cvs45
1267
1268         * src/Makefile.am
1269                 too soon for this line
1270
1271 2007-07-19 [paul]       2.10.0cvs44
1272
1273         * src/Makefile.am
1274                 fix build on n800
1275
1276 2007-07-19 [colin]      2.10.0cvs43
1277
1278         * src/wizard.c
1279                 Solve Mail/Mailbox name when specifying
1280                 full /path/to/Mail.
1281
1282 2007-07-18 [colin]      2.10.0cvs42
1283
1284         * src/inc.c
1285         * configure.ac
1286                 Fix build on n770
1287
1288 2007-07-18 [colin]      2.10.0cvs41
1289
1290         * src/inc.c
1291                 Maemo: plug the online/offline system into
1292                 maemo's interfaces to have Claws automatically
1293                 switch according to the system status
1294         * src/statusbar.c
1295                 Maemo: use HildonBanners to display status
1296                 messages. Renders the main statusbar useless.
1297
1298 2007-07-18 [paul]       2.10.0cvs40
1299
1300         * src/filtering.c
1301                 fix screen blanking on moving/copying many msgs
1302         * src/folder.c
1303                 fix processing progressbar and screen blanking
1304                 during processing
1305
1306 2007-07-18 [paul]       2.10.0cvs39
1307
1308         * src/messageview.c
1309                 revert cvs37, breakage on maemo
1310
1311 2007-07-18 [paul]       2.10.0cvs38
1312
1313         * src/gtk/gtkutils.c
1314                 make sure we can still build with older GTK's
1315
1316 2007-07-18 [colin]      2.10.0cvs37
1317
1318         * src/messageview.c
1319                 Only hide the small layout's messageview, instead
1320                 of destroying it when closing
1321         * src/gtk/gtkutils.c
1322                 Use gtk_window_present_with_time to popup windows,
1323                 it seems to make things better with modern WMs
1324                 (actually focusing)
1325
1326 2007-07-17 [colin]      2.10.0cvs36
1327
1328         * src/editaddress.c
1329                 Simplify layout on Maemo
1330         * src/folder.c
1331                 Fix possible crash
1332         * src/prefs_display_header.c
1333                 Remove some headers by default on Maemo
1334
1335 2007-07-17 [paul]       2.10.0cvs35
1336
1337         * src/prefs_common.c
1338         * src/prefs_common.h
1339         * src/prefs_logging.c
1340         * src/common/log.c
1341                 add options to stop/enable writing logs to disc
1342
1343 2007-07-17 [paul]       2.10.0cvs34
1344
1345         * src/edittags.c
1346                 fix some issues with the Apply tags window:
1347                 - set search column (enables autocompl in the treeview)
1348                 - apply tag from "New tag" if it existed
1349                 - clears New tag entry when adding it with the button
1350                 Thanks to Colin
1351
1352 2007-07-17 [paul]       2.10.0cvs33
1353
1354         * src/edittags.c
1355                 fix 'apply tags' dialogue weirdness
1356
1357 2007-07-16 [colin]      2.10.0cvs32
1358
1359         * src/toolbar.c
1360                 Fix double-loading of mails on Maemo
1361
1362 2007-07-16 [colin]      2.10.0cvs31
1363
1364         * src/messageview.c
1365                 Prevent double-loading of the same part under some
1366                 conditions; hide statusbar on Maemo
1367
1368 2007-07-16 [colin]      2.10.0cvs30
1369
1370         * src/edittags.c
1371         * src/edittags.h
1372         * src/mainwindow.c
1373         * src/summaryview.c
1374                 Improve the tag interface - allow
1375                 to set/unset tags from a special
1376                 window.
1377         * src/gtk/gtkvscrollbutton.c
1378         * src/mimeview.c
1379         * src/mimeview.h
1380         * src/stock_pixmap.c
1381                 Fix Mimeview's ugly hacks in the
1382                 icon list. 
1383
1384 2007-07-16 [paul]       2.10.0cvs29
1385
1386         * src/wizard.c
1387                 rework dialog
1388         * src/gtk/icon_legend.c
1389                 put it all in a scrolled window
1390
1391 2007-07-15 [colin]      2.10.0cvs28
1392
1393         * src/mainwindow.c
1394                 Maemo: force layout to be Small screen; the
1395                 others don't make sense
1396
1397 2007-07-14 [colin]      2.10.0cvs27
1398
1399         * src/mimeview.c
1400         * src/gtk/gtkvscrollbutton.c
1401                 Maemo: Fix mimeview's buttons size
1402
1403 2007-07-14 [colin]      2.10.0cvs26
1404
1405         * src/toolbar.c
1406                 Fix the button workaround fix.
1407                 (Use the correct variable)
1408
1409 2007-07-14 [colin]      2.10.0cvs25
1410
1411         * src/mainwindow.c
1412         * src/toolbar.c
1413                 Maemo: put the progress bar in the
1414                 toolbar
1415
1416 2007-07-14 [colin]      2.10.0cvs24
1417
1418         * src/prefs_common.c
1419                 Maemo: hide statusbar by default
1420         * src/Makefile.am
1421         * src/stock_pixmap.c
1422         * src/stock_pixmap.h
1423         * src/toolbar.c
1424         * src/pixmaps/go_folders.xpm
1425                 Maemo: Add a specific icon to go back to
1426                 folder list
1427
1428 2007-07-14 [colin]      2.10.0cvs23
1429
1430         * src/toolbar.c
1431                 Don't set homogeneous finally
1432
1433 2007-07-14 [colin]      2.10.0cvs22
1434
1435         * src/toolbar.c
1436                 Fix button show/hide issues
1437
1438 2007-07-14 [colin]      2.10.0cvs21
1439
1440         * src/toolbar.c
1441                 Fix huge arrows
1442                 Fix button workaround to be able to click
1443                 if mouse was on button when it went un-
1444                 sensitive.
1445                 Revert previous commit, gtk_tool_item_set_homogeneous
1446                 doesn't mean what it seems to mean ;-)
1447
1448 2007-07-14 [paul]       2.10.0cvs20
1449
1450         * src/toolbar.c
1451                 make homogeneous FALSE always
1452
1453 2007-07-13 [colin]      2.10.0cvs19
1454
1455         * src/toolbar.c
1456         * src/toolbar.h
1457                 Rework to fit the non-deprecated API
1458         * src/compose.c
1459         * src/folderview.c
1460         * src/mainwindow.c
1461         * src/messageview.c
1462         * src/summaryview.c
1463                 Maemo layout changes. Better toolbars,
1464                 removal of CTree headers. 
1465
1466 2007-07-13 [paul]       2.10.0cvs18
1467
1468         * src/gtk/colorlabel.c
1469                 fix bug 1261, '[DE] coloring messages in overview 
1470                 keys are not localised'
1471                 the string is now included in claws-mail.pot
1472
1473 2007-07-13 [colin]      2.10.0cvs17
1474
1475         * src/summaryview.c
1476                 Fix bug 1267, 'printing mutliple messages 
1477                 opens one message-dialog after the other'
1478                 Ask for confirmation when printing 10
1479                 messages or more.
1480
1481 2007-07-11 [colin]      2.10.0cvs16
1482
1483         * COPYING
1484         * README
1485         * autogen.sh
1486         * manual/claws-mail-manual.xml
1487         * manual/gpl.xml
1488         * manual/es/claws-mail-manual.xml
1489         * manual/es/gpl.xml
1490         * manual/fr/claws-mail-manual.xml
1491         * manual/fr/gpl.xml
1492         * manual/pl/gpl.xml
1493         * src/account.c
1494         * src/account.h
1495         * src/action.c
1496         * src/action.h
1497         * src/adbookbase.h
1498         * src/addr_compl.c
1499         * src/addr_compl.h
1500         * src/addrbook.c
1501         * src/addrbook.h
1502         * src/addrcache.c
1503         * src/addrcache.h
1504         * src/addrcindex.c
1505         * src/addrcindex.h
1506         * src/addrclip.c
1507         * src/addrclip.h
1508         * src/addrdefs.h
1509         * src/addressadd.c
1510         * src/addressadd.h
1511         * src/addressbook.c
1512         * src/addressbook.h
1513         * src/addressbook_foldersel.c
1514         * src/addressbook_foldersel.h
1515         * src/addressitem.h
1516         * src/addrgather.c
1517         * src/addrgather.h
1518         * src/addrharvest.c
1519         * src/addrharvest.h
1520         * src/addrindex.c
1521         * src/addrindex.h
1522         * src/addritem.c
1523         * src/addritem.h
1524         * src/addrquery.c
1525         * src/addrquery.h
1526         * src/addrselect.c
1527         * src/addrselect.h
1528         * src/alertpanel.c
1529         * src/alertpanel.h
1530         * src/browseldap.c
1531         * src/browseldap.h
1532         * src/codeconv.c
1533         * src/codeconv.h
1534         * src/compose.c
1535         * src/compose.h
1536         * src/crash.c
1537         * src/crash.h
1538         * src/customheader.c
1539         * src/customheader.h
1540         * src/displayheader.c
1541         * src/displayheader.h
1542         * src/editaddress.c
1543         * src/editaddress.h
1544         * src/editaddress_other_attributes_ldap.c
1545         * src/editaddress_other_attributes_ldap.h
1546         * src/editbook.c
1547         * src/editbook.h
1548         * src/editgroup.c
1549         * src/editgroup.h
1550         * src/editjpilot.c
1551         * src/editjpilot.h
1552         * src/editldap.c
1553         * src/editldap.h
1554         * src/editldap_basedn.c
1555         * src/editldap_basedn.h
1556         * src/edittags.c
1557         * src/edittags.h
1558         * src/editvcard.c
1559         * src/editvcard.h
1560         * src/enriched.c
1561         * src/enriched.h
1562         * src/exphtmldlg.c
1563         * src/exphtmldlg.h
1564         * src/expldifdlg.c
1565         * src/expldifdlg.h
1566         * src/export.c
1567         * src/export.h
1568         * src/exporthtml.c
1569         * src/exporthtml.h
1570         * src/exportldif.c
1571         * src/exportldif.h
1572         * src/filtering.c
1573         * src/filtering.h
1574         * src/folder.c
1575         * src/folder.h
1576         * src/folder_item_prefs.c
1577         * src/folder_item_prefs.h
1578         * src/foldersel.c
1579         * src/foldersel.h
1580         * src/folderutils.c
1581         * src/folderutils.h
1582         * src/folderview.c
1583         * src/folderview.h
1584         * src/gedit-print.c
1585         * src/gedit-print.h
1586         * src/grouplistdialog.c
1587         * src/grouplistdialog.h
1588         * src/headerview.c
1589         * src/headerview.h
1590         * src/html.c
1591         * src/html.h
1592         * src/image_viewer.c
1593         * src/image_viewer.h
1594         * src/imap.c
1595         * src/imap.h
1596         * src/imap_gtk.c
1597         * src/imap_gtk.h
1598         * src/import.c
1599         * src/import.h
1600         * src/importldif.c
1601         * src/importldif.h
1602         * src/importmutt.c
1603         * src/importmutt.h
1604         * src/importpine.c
1605         * src/importpine.h
1606         * src/inc.c
1607         * src/inc.h
1608         * src/jpilot.c
1609         * src/jpilot.h
1610         * src/ldapctrl.c
1611         * src/ldapctrl.h
1612         * src/ldaplocate.c
1613         * src/ldaplocate.h
1614         * src/ldapquery.c
1615         * src/ldapquery.h
1616         * src/ldapserver.c
1617         * src/ldapserver.h
1618         * src/ldapupdate.c
1619         * src/ldapupdate.h
1620         * src/ldaputil.c
1621         * src/ldaputil.h
1622         * src/ldif.c
1623         * src/ldif.h
1624         * src/localfolder.c
1625         * src/localfolder.h
1626         * src/main.c
1627         * src/main.h
1628         * src/mainwindow.c
1629         * src/mainwindow.h
1630         * src/manual.c
1631         * src/manual.h
1632         * src/matcher.c
1633         * src/matcher.h
1634         * src/matcher_parser.h
1635         * src/matcher_parser_lex.l
1636         * src/matcher_parser_parse.y
1637         * src/mbox.c
1638         * src/mbox.h
1639         * src/message_search.c
1640         * src/message_search.h
1641         * src/messageview.c
1642         * src/messageview.h
1643         * src/mh.c
1644         * src/mh.h
1645         * src/mh_gtk.c
1646         * src/mh_gtk.h
1647         * src/mimeview.c
1648         * src/mimeview.h
1649         * src/msgcache.c
1650         * src/msgcache.h
1651         * src/mutt.c
1652         * src/mutt.h
1653         * src/news.c
1654         * src/news.h
1655         * src/news_gtk.c
1656         * src/news_gtk.h
1657         * src/noticeview.c
1658         * src/noticeview.h
1659         * src/partial_download.c
1660         * src/partial_download.h
1661         * src/pine.c
1662         * src/pine.h
1663         * src/pop.c
1664         * src/pop.h
1665         * src/prefs_account.c
1666         * src/prefs_account.h
1667         * src/prefs_actions.c
1668         * src/prefs_actions.h
1669         * src/prefs_common.c
1670         * src/prefs_common.h
1671         * src/prefs_compose_writing.c
1672         * src/prefs_compose_writing.h
1673         * src/prefs_customheader.c
1674         * src/prefs_customheader.h
1675         * src/prefs_display_header.c
1676         * src/prefs_display_header.h
1677         * src/prefs_ext_prog.c
1678         * src/prefs_ext_prog.h
1679         * src/prefs_filtering.c
1680         * src/prefs_filtering.h
1681         * src/prefs_filtering_action.c
1682         * src/prefs_filtering_action.h
1683         * src/prefs_folder_column.c
1684         * src/prefs_folder_column.h
1685         * src/prefs_folder_item.c
1686         * src/prefs_folder_item.h
1687         * src/prefs_fonts.c
1688         * src/prefs_fonts.h
1689         * src/prefs_gtk.c
1690         * src/prefs_gtk.h
1691         * src/prefs_image_viewer.c
1692         * src/prefs_image_viewer.h
1693         * src/prefs_logging.c
1694         * src/prefs_logging.h
1695         * src/prefs_matcher.c
1696         * src/prefs_matcher.h
1697         * src/prefs_message.c
1698         * src/prefs_message.h
1699         * src/prefs_msg_colors.c
1700         * src/prefs_msg_colors.h
1701         * src/prefs_other.c
1702         * src/prefs_other.h
1703         * src/prefs_quote.c
1704         * src/prefs_quote.h
1705         * src/prefs_receive.c
1706         * src/prefs_receive.h
1707         * src/prefs_send.c
1708         * src/prefs_send.h
1709         * src/prefs_spelling.c
1710         * src/prefs_spelling.h
1711         * src/prefs_summaries.c
1712         * src/prefs_summaries.h
1713         * src/prefs_summary_column.c
1714         * src/prefs_summary_column.h
1715         * src/prefs_summary_open.c
1716         * src/prefs_summary_open.h
1717         * src/prefs_template.c
1718         * src/prefs_template.h
1719         * src/prefs_themes.c
1720         * src/prefs_themes.h
1721         * src/prefs_toolbar.c
1722         * src/prefs_toolbar.h
1723         * src/prefs_wrapping.c
1724         * src/prefs_wrapping.h
1725         * src/privacy.c
1726         * src/privacy.h
1727         * src/procheader.c
1728         * src/procheader.h
1729         * src/procmime.c
1730         * src/procmime.h
1731         * src/procmsg.c
1732         * src/procmsg.h
1733         * src/quote_fmt.c
1734         * src/quote_fmt_lex.l
1735         * src/quote_fmt_parse.y
1736         * src/recv.c
1737         * src/recv.h
1738         * src/remotefolder.c
1739         * src/remotefolder.h
1740         * src/send_message.c
1741         * src/send_message.h
1742         * src/setup.c
1743         * src/setup.h
1744         * src/simple-gettext.c
1745         * src/sourcewindow.c
1746         * src/sourcewindow.h
1747         * src/ssl_manager.c
1748         * src/ssl_manager.h
1749         * src/statusbar.c
1750         * src/statusbar.h
1751         * src/stock_pixmap.c
1752         * src/stock_pixmap.h
1753         * src/summary_search.c
1754         * src/summary_search.h
1755         * src/summaryview.c
1756         * src/summaryview.h
1757         * src/textview.c
1758         * src/textview.h
1759         * src/toolbar.c
1760         * src/toolbar.h
1761         * src/undo.c
1762         * src/undo.h
1763         * src/unmime.c
1764         * src/unmime.h
1765         * src/uri_opener.c
1766         * src/uri_opener.h
1767         * src/vcard.c
1768         * src/vcard.h
1769         * src/wizard.c
1770         * src/wizard.h
1771         * src/common/base64.c
1772         * src/common/base64.h
1773         * src/common/claws.c
1774         * src/common/claws.h
1775         * src/common/defs.h
1776         * src/common/fnmatch.c
1777         * src/common/fnmatch.h
1778         * src/common/fnmatch_loop.c
1779         * src/common/hooks.c
1780         * src/common/hooks.h
1781         * src/common/log.c
1782         * src/common/log.h
1783         * src/common/md5.c
1784         * src/common/md5.h
1785         * src/common/mgutils.c
1786         * src/common/mgutils.h
1787         * src/common/nntp.c
1788         * src/common/nntp.h
1789         * src/common/passcrypt.c
1790         * src/common/passcrypt.h.in
1791         * src/common/plugin.c
1792         * src/common/plugin.h
1793         * src/common/prefs.c
1794         * src/common/prefs.h
1795         * src/common/progressindicator.c
1796         * src/common/progressindicator.h
1797         * src/common/quoted-printable.c
1798         * src/common/quoted-printable.h
1799         * src/common/session.c
1800         * src/common/session.h
1801         * src/common/smtp.c
1802         * src/common/smtp.h
1803         * src/common/socket.c
1804         * src/common/socket.h
1805         * src/common/ssl.c
1806         * src/common/ssl.h
1807         * src/common/ssl_certificate.c
1808         * src/common/ssl_certificate.h
1809         * src/common/string_match.c
1810         * src/common/string_match.h
1811         * src/common/stringtable.c
1812         * src/common/stringtable.h
1813         * src/common/tags.c
1814         * src/common/tags.h
1815         * src/common/template.c
1816         * src/common/template.h
1817         * src/common/timing.h
1818         * src/common/utils.c
1819         * src/common/utils.h
1820         * src/common/uuencode.c
1821         * src/common/uuencode.h
1822         * src/common/version.h.in
1823         * src/common/w32_dirent.c
1824         * src/common/w32_reg.c
1825         * src/common/w32_signal.c
1826         * src/common/w32_stat.c
1827         * src/common/w32_stdlib.c
1828         * src/common/w32_string.c
1829         * src/common/w32_time.c
1830         * src/common/w32_unistd.c
1831         * src/common/w32_wait.c
1832         * src/common/w32lib.h
1833         * src/common/xml.c
1834         * src/common/xml.h
1835         * src/common/xmlprops.c
1836         * src/common/xmlprops.h
1837         * src/etpan/etpan-errors.h
1838         * src/etpan/etpan-thread-manager-types.h
1839         * src/etpan/etpan-thread-manager.c
1840         * src/etpan/etpan-thread-manager.h
1841         * src/etpan/imap-thread.c
1842         * src/etpan/imap-thread.h
1843         * src/gtk/about.c
1844         * src/gtk/about.h
1845         * src/gtk/colorlabel.c
1846         * src/gtk/colorlabel.h
1847         * src/gtk/colorsel.c
1848         * src/gtk/colorsel.h
1849         * src/gtk/combobox.c
1850         * src/gtk/combobox.h
1851         * src/gtk/description_window.c
1852         * src/gtk/description_window.h
1853         * src/gtk/filesel.c
1854         * src/gtk/filesel.h
1855         * src/gtk/foldersort.c
1856         * src/gtk/foldersort.h
1857         * src/gtk/gtkaspell.c
1858         * src/gtk/gtkaspell.h
1859         * src/gtk/gtksctree.c
1860         * src/gtk/gtkshruler.c
1861         * src/gtk/gtkshruler.h
1862         * src/gtk/gtksourceprintjob.c
1863         * src/gtk/gtksourceprintjob.h
1864         * src/gtk/gtkutils.c
1865         * src/gtk/gtkutils.h
1866         * src/gtk/gtkvscrollbutton.c
1867         * src/gtk/gtkvscrollbutton.h
1868         * src/gtk/icon_legend.c
1869         * src/gtk/icon_legend.h
1870         * src/gtk/inputdialog.c
1871         * src/gtk/inputdialog.h
1872         * src/gtk/logwindow.c
1873         * src/gtk/logwindow.h
1874         * src/gtk/manage_window.c
1875         * src/gtk/manage_window.h
1876         * src/gtk/menu.c
1877         * src/gtk/menu.h
1878         * src/gtk/pluginwindow.c
1879         * src/gtk/pluginwindow.h
1880         * src/gtk/prefswindow.c
1881         * src/gtk/prefswindow.h
1882         * src/gtk/progressdialog.c
1883         * src/gtk/progressdialog.h
1884         * src/gtk/quicksearch.c
1885         * src/gtk/quicksearch.h
1886         * src/gtk/sslcertwindow.c
1887         * src/gtk/sslcertwindow.h
1888         * src/plugins/bogofilter/bogofilter.c
1889         * src/plugins/bogofilter/bogofilter.h
1890         * src/plugins/bogofilter/bogofilter_gtk.c
1891         * src/plugins/clamav/clamav_plugin.c
1892         * src/plugins/clamav/clamav_plugin.h
1893         * src/plugins/clamav/clamav_plugin_gtk.c
1894         * src/plugins/demo/demo.c
1895         * src/plugins/dillo_viewer/dillo_prefs.c
1896         * src/plugins/dillo_viewer/dillo_prefs.h
1897         * src/plugins/dillo_viewer/dillo_viewer.c
1898         * src/plugins/pgpcore/passphrase.c
1899         * src/plugins/pgpcore/passphrase.h
1900         * src/plugins/pgpcore/pgp_viewer.c
1901         * src/plugins/pgpcore/pgp_viewer.h
1902         * src/plugins/pgpcore/plugin.c
1903         * src/plugins/pgpcore/prefs_gpg.c
1904         * src/plugins/pgpcore/prefs_gpg.h
1905         * src/plugins/pgpcore/select-keys.c
1906         * src/plugins/pgpcore/select-keys.h
1907         * src/plugins/pgpcore/sgpgme.c
1908         * src/plugins/pgpcore/sgpgme.h
1909         * src/plugins/pgpinline/pgpinline.c
1910         * src/plugins/pgpinline/pgpinline.h
1911         * src/plugins/pgpinline/plugin.c
1912         * src/plugins/pgpmime/pgpmime.c
1913         * src/plugins/pgpmime/pgpmime.h
1914         * src/plugins/pgpmime/plugin.c
1915         * src/plugins/spamassassin/spamassassin.c
1916         * src/plugins/spamassassin/spamassassin.h
1917         * src/plugins/spamassassin/spamassassin_gtk.c
1918         * src/plugins/trayicon/trayicon.c
1919         * src/plugins/trayicon/trayicon_prefs.c
1920         * src/plugins/trayicon/trayicon_prefs.h
1921         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1922         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1923         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1924         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1925         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1926         * tools/OOo2claws-mail.pl
1927         * tools/README.sylprint
1928         * tools/acroread2claws-mail.pl
1929         * tools/claws-mail-compose-insert-files.pl
1930         * tools/convert_mbox.pl
1931         * tools/filter_conv.pl
1932         * tools/filter_conv_new.pl
1933         * tools/fix_date.sh
1934         * tools/freshmeat_search.pl
1935         * tools/google_search.pl
1936         * tools/kmail-mailbox2claws-mail.pl
1937         * tools/kmail2claws-mail.pl
1938         * tools/kmail2claws-mail_v2.pl
1939         * tools/mairix.sh
1940         * tools/make.themes.project
1941         * tools/multiwebsearch.pl
1942         * tools/nautilus2claws-mail.sh
1943         * tools/outlook2claws-mail.pl
1944         * tools/textviewer.sh
1945         * tools/thunderbird-filters-convertor.pl
1946         * tools/update-po
1947         * tools/uuooffice
1948         * tools/vcard2xml.py
1949         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1950                 Upgrade to GPLv3 or later.
1951
1952 2007-07-10 [wwp]        2.10.0cvs15
1953
1954         * src/main.c
1955                 Fix re-opening of all composing messages that were
1956                 opened when closing the previous instance, thanks
1957                 to Colin.
1958
1959 2007-07-10 [paul]       2.10.0cvs14
1960
1961         * src/editaddress_other_attributes_ldap.c
1962         * src/ldapupdate.c
1963                 fix crash on selecting 'other attributes' combo
1964                 for either a new entry or an old entry with no
1965                 existing attributes.
1966                 fix bug on editing multiple attributes which
1967                 resulted them all having the value of the last
1968                 one changed.
1969                 Thanks to Colin
1970
1971 2007-07-10 [colin]      2.10.0cvs13
1972
1973         * src/editaddress.c
1974         * src/editaddress_other_attributes_ldap.h
1975         * src/ldapupdate.c
1976                 Fix --disable-ldap build
1977
1978 2007-07-09 [colin]      2.10.0cvs12
1979
1980         * src/Makefile.am
1981         * src/addritem.c
1982         * src/addritem.h
1983         * src/editaddress.c
1984         * src/editaddress_other_attributes_ldap.c
1985         * src/editaddress_other_attributes_ldap.h
1986         * src/editldap.c
1987         * src/ldapctrl.c
1988         * src/ldapctrl.h
1989         * src/ldapupdate.c
1990                 Add capability to edit all inetOrgPerson
1991                 attributes on LDAP. Patch by Michael 
1992                 Rasmussen
1993
1994 2007-07-09 [colin]      2.10.0cvs11
1995
1996         * src/Makefile.am
1997         * src/exporthtml.c
1998         * src/mbox.c
1999         * src/msgcache.c
2000         * src/prefs_summaries.c
2001         * src/prefs_themes.c
2002         * src/procheader.c
2003         * src/common/Makefile.am
2004         * src/common/log.c
2005         * src/common/timing.h
2006         * src/common/utils.c
2007         * src/common/utils.h
2008         * src/common/w32_account.c
2009         * src/common/w32lib.h
2010         * src/gtk/Makefile.am
2011         * src/gtk/colorlabel.c
2012         * src/plugins/pgpcore/Makefile.am
2013         * src/plugins/pgpcore/claws.def
2014         * src/plugins/pgpcore/passphrase.c
2015         * src/plugins/pgpcore/pgp_viewer.c
2016         * src/plugins/pgpcore/plugin.def
2017         * src/plugins/pgpcore/sgpgme.c
2018         * src/plugins/pgpinline/Makefile.am
2019         * src/plugins/pgpinline/claws.def
2020         * src/plugins/pgpinline/mypgpcore.def
2021         * src/plugins/pgpinline/plugin.def
2022         * src/plugins/pgpmime/Makefile.am
2023         * src/plugins/pgpmime/claws.def
2024         * src/plugins/pgpmime/mypgpcore.def
2025         * src/plugins/pgpmime/plugin.def
2026                 Commit win32 patch, from Werner Koch and
2027                 Marcus Brinkmann
2028
2029 2007-07-09 [colin]      2.10.0cvs10
2030
2031         * src/prefs_toolbar.c
2032                 Fix crash when no actions exist
2033
2034 2007-07-07 [paul]       2.10.0cvs9
2035
2036         * COPYING
2037         * manual/claws-mail-manual.xml
2038                 update copyright year
2039         * po/fi.po
2040                 updated by Flammie Pirinen
2041
2042 2007-07-05 [wwp]        2.10.0cvs8
2043
2044         * src/plugins/clamav/clamav_plugin_gtk.c
2045                 Make vertical spacing like in other plugin prefs pages.
2046
2047 2007-07-05 [wwp]        2.10.0cvs7
2048
2049         * src/quote_fmt.c
2050                 It's %am that works, not %ae (this doc incoherence has been
2051                 introduced with 2.9.2cvs13).
2052
2053 2007-07-04 [wwp]        2.10.0cvs6
2054
2055         * src/plugins/bogofilter/bogofilter.c
2056                 Gettext-ize an occurrence of "Any" that wasn't.
2057
2058 2007-07-04 [colin]      2.10.0cvs5
2059
2060         * po/POTFILES.in
2061                 Fix untranslated strings; thanks
2062                 to Pader Rezso.
2063
2064 2007-07-03 [colin]      2.10.0cvs4
2065
2066         * src/folder.c
2067         * src/mainwindow.c
2068                 Fix saving of sort mode for tags and
2069                 thread date. Thanks to Pierre Ossman.
2070                 Completes fix for bug 1233
2071
2072 2007-07-03 [paul]       2.10.0cvs3
2073
2074         * src/compose.c
2075                 fix auto-save
2076         * src/summaryview.c
2077                 fix build warnings
2078         Thanks to Colin
2079
2080 2007-07-02 [colin]      2.10.0cvs2
2081
2082         * src/folder.h
2083         * src/mainwindow.c
2084         * src/procmsg.h
2085         * src/summaryview.c
2086                 Add View/Sort/by Thread date
2087                 Fixes bug 1233, 'Capability to sort 
2088                 threads by most recent message'
2089                 Based on a patch by Paul Rolland
2090
2091 2007-07-02 [colin]      2.10.0cvs1
2092
2093         * src/Makefile.am
2094         * src/compose.c
2095         * src/edittags.c
2096         * src/edittags.h
2097         * src/filtering.c
2098         * src/folder.c
2099         * src/folder.h
2100         * src/headerview.c
2101         * src/headerview.h
2102         * src/main.c
2103         * src/mainwindow.c
2104         * src/mainwindow.h
2105         * src/manual.h
2106         * src/matcher.c
2107         * src/matcher.h
2108         * src/matcher_parser_parse.y
2109         * src/mimeview.c
2110         * src/msgcache.c
2111         * src/msgcache.h
2112         * src/prefs_common.c
2113         * src/prefs_common.h
2114         * src/prefs_filtering_action.c
2115         * src/prefs_matcher.c
2116         * src/prefs_summary_column.c
2117         * src/procmsg.c
2118         * src/procmsg.h
2119         * src/quote_fmt.c
2120         * src/quote_fmt_lex.l
2121         * src/quote_fmt_parse.y
2122         * src/summaryview.c
2123         * src/summaryview.h
2124         * src/textview.c
2125         * src/common/Makefile.am
2126         * src/common/defs.h
2127         * src/common/tags.c
2128         * src/common/tags.h
2129         * src/gtk/quicksearch.c
2130         * src/gtk/quicksearch.h
2131                 Add Tags implementation. Tags are arbitrary labels
2132                 that can be applied to messages. It is possible 
2133                 to create, edit, remove tags; apply them to mails;
2134                 filter on tags or tag presence; apply or unset
2135                 tags via filtering actions; reference tags in
2136                 reply templates.
2137
2138 2007-07-02 [paul]       2.10.0
2139
2140         * NEWS
2141         * README
2142         * RELEASE_NOTES
2143                 2.10.0 released
2144
2145 2007-07-02 [paul]       2.9.2cvs78
2146
2147         * po/de.po
2148         * po/en_GB.po
2149         * po/es.po
2150         * po/fr.po
2151         * po/hu.po
2152         * po/pt_BR.po
2153         * po/ru.po
2154         * po/zh_CN.po
2155                 updated by Stephan Sachse, me, Ricardo Mones
2156                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2157                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2158
2159 2007-07-02 [paul]       2.9.2cvs77
2160
2161         * AUTHORS
2162                 updated
2163
2164 2007-06-29 [wwp]        2.9.2cvs76
2165
2166         * src/gtk/headers.h
2167                 Fix a typo (thanks to Ricardo for finding this out).
2168
2169 2007-06-28 [paul]       2.9.2cvs75
2170
2171         * src/folderview.c
2172                 fix build warnings
2173
2174 2007-06-28 [paul]       2.9.2cvs74
2175
2176         * tools/Makefile.am
2177                 fix bug in the autotools build system.
2178                 Files cataloged under EXTRA_DIST were never
2179                 automatically copied to the build tree.
2180                 (fix 'make distcheck')
2181                 Patch by Michael Rasmussen.
2182
2183 2007-06-24 [colin]      2.9.2cvs73
2184
2185         * src/news_gtk.c
2186                 Fix bug 1249, 'Error handling for 
2187                 news errors needs modification'
2188                 Only popup error if the according
2189                 pref in Prefs/Receive is set.
2190
2191 2007-06-21 [colin]      2.9.2cvs72
2192
2193         * src/common/plugin.c
2194         * src/common/plugin.h
2195                 Change plugin API to know whether it's safe to 
2196                 unload plugins or whether we should just hide
2197                 them. Fixes bug 1248, 'Core dumps after 
2198                 unloading plugin and clicking on load plugins'
2199         * src/plugins/bogofilter/bogofilter.c
2200         * src/plugins/clamav/clamav_plugin.c
2201         * src/plugins/demo/demo.c
2202         * src/plugins/dillo_viewer/dillo_viewer.c
2203         * src/plugins/pgpcore/plugin.c
2204         * src/plugins/pgpinline/plugin.c
2205         * src/plugins/pgpmime/plugin.c
2206         * src/plugins/spamassassin/spamassassin.c
2207         * src/plugins/trayicon/trayicon.c
2208                 Update API
2209
2210 2007-06-19 [colin]      2.9.2cvs71
2211
2212         * src/compose.c
2213         * src/messageview.c
2214                 Fix crash mentioned in bug 1246
2215                 Race condition when automatically drafting
2216                 due to insertion on reedit.
2217
2218 2007-06-18 [wwp]        2.9.2cvs70
2219
2220         * src/importldif.c
2221                 LDIF import: use a "Proceed" button to complete
2222                 the process.
2223
2224 2007-06-18 [paul]       2.9.2cvs69
2225
2226         * configure.ac
2227                 use pkgconfig to check for gtk and glib
2228
2229 2007-06-17 [wwp]        2.9.2cvs68
2230
2231         * src/ldif.c
2232         * src/importldif.c
2233                 LDIF import: better error handling, minor code
2234                 and UI cleanup, and renamed the Save button
2235                 to Close, as imported stuff is already saved
2236                 when the Save button is shown.
2237
2238 2007-06-17 [colin]      2.9.2cvs67
2239
2240         * src/prefs_summaries.c
2241         * src/procmsg.c
2242                 Don't set as read when forwarded, only replied to
2243
2244 2007-06-17 [paul]       2.9.2cvs66
2245
2246         * src/alertpanel.c
2247                 add missing #include
2248
2249 2007-06-16 [colin]      2.9.2cvs65
2250
2251         * src/prefs_summaries.c
2252         * src/procmsg.c
2253                 Change the pref "Only mark as read when opened
2254                 in new window" to "..., replied to or forwarded".
2255                 Based on a patch by Paul Rolland.
2256
2257 2007-06-16 [paul]       2.9.2cvs64
2258
2259         * src/gtk/authors.h
2260                 alphabetical order! :)
2261
2262 2007-06-16 [colin]      2.9.2cvs63
2263
2264         * AUTHORS
2265         * src/gtk/authors.h
2266                 Add Michael Rasmussen in authors list
2267
2268 2007-06-16 [colin]      2.9.2cvs62
2269
2270         * src/messageview.c
2271                 Fix messageview_copy_clipboard to take advantage
2272                 of plugins' get_selection.
2273
2274 2007-06-15 [colin]      2.9.2cvs61
2275
2276         * src/action.c
2277         * src/addr_compl.c
2278         * src/addressbook.c
2279         * src/folderview.c
2280         * src/message_search.c
2281         * src/mimeview.c
2282         * src/summary_search.c
2283         * src/summaryview.c
2284         * src/textview.c
2285                 Allow GDK_KP_Enter to do the same as GDK_Return
2286                 Patch by Michael Rasmussen
2287
2288 2007-06-15 [paul]       2.9.2cvs60
2289
2290         * src/compose.c
2291                 fix bug when closing a compose window
2292                 during autosave
2293
2294 2007-06-14 [paul]       2.9.2cvs59
2295
2296         * src/main.c
2297         * src/common/defs.h
2298                 migrate sylpheed config
2299
2300 2007-06-14 [wwp]        2.9.2cvs58
2301
2302         * src/gtk/pluginwindow.c
2303                 Yet another attempt to fix sizing/alignment of the
2304                 button bar in plugins window.
2305
2306 2007-06-12 [colin]      2.9.2cvs57
2307
2308         * po/POTFILES.in
2309         * src/Makefile.am
2310         * src/folderview.c
2311         * src/prefs_common.c
2312         * src/prefs_common.h
2313         * src/prefs_summaries.c
2314         * src/prefs_summary_open.c
2315         * src/prefs_summary_open.h
2316         * src/summaryview.c
2317                 Make "when entering a folder" actions more personalisable
2318
2319 2007-06-12 [wwp]        2.9.2cvs56
2320
2321         * tools/README
2322                 Use short description from Paul (mairix.sh).
2323
2324 2007-06-12 [wwp]        2.9.2cvs55
2325
2326         * tools/README
2327                 Updated info about mairix.sh.
2328
2329 2007-06-11 [paul]       2.9.2cvs54
2330
2331         * src/prefs_logging.c
2332                 rework log window length widgets
2333                 and some sensitivity fixes
2334
2335 2007-06-11 [paul]       2.9.2cvs53
2336
2337         * src/mainwindow.c
2338         * src/prefs_logging.c
2339                 rename 'Protocol Log' to 'Network Log'
2340                 and some function renaming
2341
2342 2007-06-10 [wwp]        2.9.2cvs52
2343
2344         * src/gtk/pluginwindow.c
2345                 Revert 2.9.2cvs51.
2346
2347 2007-06-10 [wwp]        2.9.2cvs51
2348
2349         * src/gtk/pluginwindow.c
2350                 Fix button bar in plugin window, was centered and not
2351                 behaving like other dialogs w/ such button bar.
2352
2353 2007-06-08 [wwp]        2.9.2cvs50
2354
2355         * src/compose.c
2356         * src/compose.h
2357         * src/main.c
2358         * src/mainwindow.c
2359         * src/mainwindow.h
2360                 Provide a way out of automatic draft saving on IMAP, when
2361                 exiting offline.
2362                 Prevent drafting while sending and quitting while sending.
2363                 Thanks for Colin.
2364
2365
2366
2367 2007-06-08 [wwp]        2.9.2cvs49
2368
2369         * src/prefs_account.c
2370         * src/gtk/prefswindow.c
2371         * src/gtk/prefswindow.h
2372                 Activate the Basic page when opening account prefs.
2373
2374 2007-06-08 [wwp]        2.9.2cvs48
2375
2376         * src/common/socket.c
2377                 Don't crash if fork() fails, thanks to Colin.
2378
2379 2007-06-08 [wwp]        2.9.2cvs47
2380
2381         * src/gtk/prefswindow.c
2382                 Wrap some long lines, and reset horizontal scroller's adjusment
2383                 (this was already done, vertically), when changing tab (not page)
2384                 in prefs windows.
2385
2386 2007-06-08 [paul]       2.9.2cvs46
2387
2388         * src/common/utils.c
2389                 use gethostname() instead of uname()
2390                 based on a patch by Michael Hughes
2391                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2392
2393 2007-06-07 [wwp]        2.9.2cvs45
2394
2395         * src/prefs_common.c
2396                 Fix some useless warnings, thanks to Colin.
2397
2398 2007-06-06 [colin]      2.9.2cvs44
2399
2400         * src/ldapupdate.c
2401                 Fix strange allocations. 
2402
2403 2007-06-06 [colin]      2.9.2cvs43
2404
2405         * src/ldapupdate.c
2406                 Patch by Michael Rasmussus to help
2407                 bug 1232
2408
2409 2007-06-05 [wwp]        2.9.2cvs42
2410
2411         * src/prefs_account.c
2412         * src/prefs_folder_item.c
2413         * src/prefs_quote.c
2414         * src/quote_fmt.c
2415         * src/quote_fmt.h
2416                 Per-folder templates can now be applied recursively.
2417                 Always save per-folder templates (formats were erroneously
2418                 saved only if they were enabled).
2419                 Check for validity of quotation marks everywhere there
2420                 are defined.
2421
2422 2007-06-05 [wwp]        2.9.2cvs41
2423
2424         * src/inc.c
2425                 Fix incoming messages from local accounts always getting filtered
2426                 (even if the account prefs say don't), thanks to Colin.
2427
2428 2007-06-05 [wwp]        2.9.2cvs40
2429
2430         * src/compose.c
2431         * src/compose.h
2432                 Use per-folder/per-account quote chars when applying a
2433                 template or inserting text as well. Const'ify some
2434                 vars more.
2435
2436 2007-06-04 [colin]      2.9.2cvs39
2437
2438         * src/compose.c
2439                 More work for wwp :)
2440
2441 2007-06-04 [wwp]        2.9.2cvs38
2442
2443         * src/compose.c
2444                 Same as 2.9.2cvs36 but for forwarding.
2445
2446 2007-06-04 [colin]      2.9.2cvs37
2447
2448         * src/compose.c
2449                 Use original mail file for forward/redirect
2450                 Fixes some forwarded mails to be attached as
2451                 application/octet-stream (when they have binary
2452                 parts), and incidentally fixes bug 848
2453                 'Redirect breaks GnuPG'
2454
2455 2007-06-04 [wwp]        2.9.2cvs36
2456
2457         * src/compose.c
2458                 Fix quote mark mis-initialisation when replying/forwarding
2459                 (introduced w/ 2.9.2cvs20).
2460
2461 2007-06-04 [wwp]        2.9.2cvs35
2462
2463         * src/prefs_compose_writing.c
2464         * src/prefs_quote.c
2465                 Fix a bug where Quotation characters (prefs/compose/writing)
2466                 was cleared (introduced w/ 2.9.2cvs26).
2467
2468 2007-06-04 [wwp]        2.9.2cvs34
2469
2470         * src/prefs_account.c
2471         * src/prefs_account.h
2472                 Better fix for compiling w/o aspell (rollbacks
2473                 2.9.2cvs31).
2474
2475 2007-06-04 [wwp]        2.9.2cvs33
2476
2477         * src/account.c
2478         * src/prefs_account.c
2479         * src/prefs_account.h
2480         * src/procmsg.c
2481                 It's now possible to disable mail filtering plugins
2482                 on a per-account basis.
2483
2484 2007-06-04 [wwp]        2.9.2cvs32
2485
2486         * src/procheader.c
2487         * src/common/utils.c
2488         * src/common/utils.h
2489                 Support CRLF in headers part of messages.
2490                 Support few more date formats (RFC3339 subsets).
2491
2492 2007-06-04 [wwp]        2.9.2cvs31
2493
2494         * src/prefs_account.c
2495                 Fix compiling w/o aspell support.
2496
2497 2007-06-03 [wwp]        2.9.2cvs30
2498
2499         * src/prefs_gtk.c
2500                 Don't decode leading ENV_ and ~ in P_PASSWORD
2501                 values.
2502
2503 2007-06-03 [wwp]        2.9.2cvs29
2504
2505         * src/prefs_gtk.c
2506                 Don't decode leading ENV_ and ~ in P_PASSWORD
2507                 values.
2508
2509 2007-06-03 [wwp]        2.9.2cvs28
2510
2511         * src/prefs_account.c
2512         * src/gtk/prefswindow.c
2513         * src/gtk/prefswindow.h
2514                 Added a way to force preloading of all pages
2515                 (prefswindow).
2516                 Moved tabs to pages in account prefs.
2517
2518 2007-06-02 [colin]      2.9.2cvs27
2519
2520         * src/addressbook.c
2521                 Fix possible crash, fix ldap write bugs
2522         * src/ldapupdate.c
2523                 Fix ldap write bugs - patch by Michael
2524                 Rasmussen
2525         * src/alertpanel.c
2526         * src/alertpanel.h
2527                 Add a hook whenever alertpanel opens/closes
2528
2529 2007-05-31 [wwp]        2.9.2cvs26
2530
2531         * src/prefs_compose_writing.c
2532         * src/prefs_quote.c
2533                 Re-organized writing options a bit:
2534                  - renamed the Quoting page to Templates
2535                  - moved all composing templates to that page
2536                  - moved non-templates options to the Writing one,
2537                    grouped reply-related options, reordered reply and
2538                    forward options.
2539
2540 2007-05-31 [wwp]        2.9.2cvs25
2541
2542         * src/compose.c
2543                 Removed unused code.
2544
2545 2007-05-31 [colin]      2.9.2cvs24
2546
2547         * src/addressbook.c
2548                 Fix missing display name when modifying
2549                 LDAP. Patch by Michael Rasmussen
2550
2551 2007-05-31 [wwp]        2.9.2cvs23
2552
2553         * src/plugins/bogofilter/Makefile.am
2554         * src/plugins/clamav/Makefile.am
2555         * src/plugins/demo/Makefile.am
2556         * src/plugins/dillo_viewer/Makefile.am
2557         * src/plugins/spamassassin/Makefile.am
2558                 Fix building of those plugins in Mac OS X.
2559
2560 2007-05-30 [wwp]        2.9.2cvs22
2561
2562         * src/gtk/quicksearch.c
2563                 Fix missing initialization.
2564
2565 2007-05-30 [wwp]        2.9.2cvs21
2566
2567         * src/procheader.c
2568                 Revert accidental commit (debug outputs).
2569
2570 2007-05-30 [wwp]        2.9.2cvs20
2571
2572         * src/compose.c
2573         * src/folder_item_prefs.c
2574         * src/folder_item_prefs.h
2575         * src/prefs_account.c
2576         * src/prefs_account.h
2577         * src/prefs_folder_item.c
2578         * src/prefs_gtk.c
2579         * src/prefs_gtk.h
2580                 Implemented per-account and per-folder
2581                 compose/reply/forward formats.
2582
2583 2007-05-30 [wwp]        2.9.2cvs19
2584
2585         * src/prefs_compose_writing.c
2586         * src/prefs_quote.c
2587         * src/procheader.c
2588         * src/quote_fmt.c
2589         * src/quote_fmt.h
2590                 Internal API changes (factorize quote format
2591                 prefs and checks).
2592
2593 2007-05-30 [colin]      2.9.2cvs18
2594
2595         * src/compose.c
2596                 Fix race where it's possible to re-click Send
2597                 between end of SMTP session and end of "move to
2598                 sent folder" when sending an email with send
2599                 dialog enabled.
2600
2601 2007-05-30 [colin]      2.9.2cvs17
2602
2603         * src/crash.c
2604                 Ask for backtrace on all threads. Patch by
2605                 Pawel
2606         * src/folderview.c
2607                 Fix stale news statusbar when scanning fails.
2608                 Patch by Pawel
2609         * src/ldapupdate.c
2610                 Fix some LDAP write updates bugs. Patch
2611                 by Michael Rasmussen
2612
2613 2007-05-29 [colin]      2.9.2cvs16
2614
2615         * src/imap.c
2616                 Fix loss of local flags when moving mails
2617                 on IMAP in high-bandwidth mode (UID FETCH)
2618
2619 2007-05-25 [paul]       2.9.2cvs15
2620
2621         * src/common/socket.c
2622                 fix sometimes crasher on cancelling
2623                 message sending
2624
2625 2007-05-25 [colin]      2.9.2cvs14
2626
2627         * src/imap.c
2628                 Fix a memory leak
2629         * src/imap_gtk.c
2630                 Be more helpful in the subscription
2631                 message
2632
2633 2007-05-23 [wwp]        2.9.2cvs13
2634
2635         * src/compose.c
2636         * src/prefs_compose_writing.c
2637         * src/prefs_quote.c
2638         * src/prefs_template.c
2639         * src/prefs_template.h
2640         * src/quote_fmt.c
2641         * src/quote_fmt.h
2642         * src/quote_fmt_lex.l
2643         * src/quote_fmt_parse.y
2644                 Introduced new syntax elements (symbols and commands)
2645                 in templates/quote_fmt. Compatibility w/ old
2646                 symbols is kept.
2647                 Updated and reworked the corresponding Information
2648                 dialog.
2649                 Display the line number in dialogs that talk about
2650                 parser errors (in addition to the error message in
2651                 output).
2652
2653 2007-05-23 [wwp]        2.9.2cvs12
2654
2655         * src/quote_fmt_parse.y
2656                 Fix 2.9.2cvs11, probably a paste accident ;).
2657
2658 2007-05-23 [wwp]        2.9.2cvs11
2659
2660         * src/compose.c
2661         * src/prefs_template.c
2662         * src/quote_fmt.h
2663         * src/quote_fmt_parse.y
2664                 Fix 2.9.2cvs10, which broke --disable-aspell.
2665
2666 2007-05-22 [wwp]        2.9.2cvs10
2667
2668         * src/compose.c
2669         * src/prefs_template.c
2670         * src/quote_fmt.c
2671         * src/quote_fmt.h
2672         * src/quote_fmt_lex.l
2673         * src/quote_fmt_parse.y
2674         * src/gtk/gtkaspell.c
2675         * src/gtk/gtkaspell.h
2676                 Added template/quote format syntactical elements
2677                 to show and query:
2678                         - current dictionary
2679                           %T to show (shows empty if not set or not enabled),
2680                           ?T and !T to check if the default dictionary is
2681                           enabled and set
2682                         - current account's default dictionary
2683                           %aT to show (empty if not set or not enabled),
2684                           ?aT and !aT to check if it's enabled and set
2685                         - name completion for an address, from the address
2686                           book
2687                           %ABf, %ABt, %ABc respectively show the full name got
2688                           from the address book if From, To or Cc match a single
2689                           contact.
2690                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2691                           matches any contact and if the full name is non-empty.
2692                           If From, To or Cc are lists of email addresses, only
2693                           the first address will be checked.
2694                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2695                 that could show a trailing ','.
2696                 Also, template/quote_fmt parser now shows the line number in case
2697                 of parser error.
2698
2699 2007-05-15 [colin]      2.9.2cvs9
2700
2701         * src/main.c
2702         * src/main.h
2703                 Add a public function to know whether Claws
2704                 crashed last time
2705                 Store opened folder when exiting
2706         * src/folder.c
2707         * src/folder.h
2708                 Store last opened message in each FolderItem;
2709                 Reset last seen messages if Claws crashed, so 
2710                 that one can't go in an infinite crash in case 
2711                 a particular mail crashes Claws.
2712         * src/messageview.c
2713         * src/prefs_common.c
2714         * src/prefs_common.h
2715         * src/summaryview.c
2716         * src/prefs_summaries.c
2717                 Add "Select last opened message" when entering
2718                 a folder
2719                 Add "Select last opened folder" at startup.
2720
2721 2007-05-14 [colin]      2.9.2cvs8
2722
2723         * manual/xml2pdf
2724                 Fix bashism, search for xml catalog 
2725                 in /usr/local/share/xml/catalog too
2726                 Patch by Pawel
2727
2728 2007-05-13 [wwp]        2.9.2cvs7
2729
2730         * src/gtk/logwindow.c
2731                 fix raising log windows when they are either minimized or
2732                 in background.
2733
2734 2007-05-11 [colin]      2.9.2cvs6
2735
2736         * src/gtk/filesel.c
2737                 Use Hildon's file chooser on Maemo. Patch
2738                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2739                 'File attachment "manipulation" bugs...'
2740
2741 2007-05-10 [wwp]        2.9.2cvs5
2742
2743         * src/prefs_common.c
2744         * src/prefs_common.h
2745         * src/gtk/quicksearch.c
2746                 Add a quicksearch option to automatically run
2747                 a search selected from the history (this option
2748                 is exclusive towards type-ahead).
2749
2750 2007-05-10 [colin]      2.9.2cvs4
2751
2752         * src/imap.c
2753                 Fix g_warnings, thanks to Brian
2754                 Morrison
2755
2756 2007-05-09 [colin]      2.9.2cvs3
2757
2758         * src/crash.c
2759         * src/exporthtml.c
2760         * src/mbox.c
2761         * src/prefs_summaries.c
2762         * src/procheader.c
2763         * src/common/log.c
2764         * src/common/utils.c
2765         * src/gtk/gtksourceprintjob.c
2766         * src/gtk/sslcertwindow.c
2767                 Use the re-entrant variant of time functions
2768                 Probably fixes bug 1217, 'reentrancy problems 
2769                 with time functions'
2770
2771 2007-05-09 [colin]      2.9.2cvs2
2772
2773         * src/imap.c
2774                 Fix crasher when reconnection fails
2775
2776 2007-05-08 [paul]       2.9.2cvs1
2777
2778         * NEWS
2779         * README
2780         * RELEASE_NOTES
2781         * configure.ac
2782                 bump version number following
2783                 stable release
2784
2785 2007-05-08 [paul]       2.9.1cvs48
2786
2787         * src/plugins/demo/demo.c
2788         * src/plugins/dillo_viewer/dillo_prefs.c
2789         * src/plugins/dillo_viewer/dillo_prefs.h
2790         * src/plugins/dillo_viewer/dillo_viewer.c
2791         * src/plugins/pgpcore/pgp_viewer.c
2792         * src/plugins/pgpcore/pgp_viewer.h
2793         * src/plugins/pgpcore/plugin.c
2794         * src/plugins/pgpcore/prefs_gpg.c
2795         * src/plugins/pgpcore/prefs_gpg.h
2796         * src/plugins/pgpcore/sgpgme.c
2797         * src/plugins/pgpcore/sgpgme.h
2798         * src/plugins/pgpinline/plugin.c
2799         * src/plugins/pgpmime/pgpmime.c
2800         * src/plugins/pgpmime/pgpmime.h
2801         * src/plugins/pgpmime/plugin.c
2802         * src/plugins/spamassassin/spamassassin.c
2803         * src/plugins/spamassassin/spamassassin.h
2804         * src/plugins/spamassassin/spamassassin_gtk.c
2805         * src/plugins/trayicon/README
2806         * tools/README
2807         * tools/README.sylprint
2808         * tools/outlook2claws-mail.pl
2809         * tools/sylprint.pl
2810         * tools/tb2claws-mail
2811         * tools/tbird2claws.py
2812         * tools/update-po
2813         * tools/vcard2xml.py
2814         * tools/kdeservicemenu/README
2815                 cleanups and corrections
2816
2817 2007-05-06 [wwp]        2.9.1cvs47
2818
2819         * tools/uudec
2820                 Fix missing dash to `display` command-line, reported
2821                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2822
2823 2007-05-06 [colin]      2.9.1cvs46
2824
2825         * src/Makefile.am
2826         * src/stock_pixmap.c
2827         * src/stock_pixmap.h
2828         * src/pixmaps/printer.xpm
2829                 Add a printer icon
2830
2831 2007-05-06 [paul]       2.9.1cvs45
2832
2833         * src/compose.c
2834         * src/ldapquery.c
2835         * src/privacy.h
2836         * src/summary_search.c
2837         * src/summaryview.c
2838                 fix build warnings
2839
2840 2007-05-05 [wwp]        2.9.1cvs44
2841
2842         * src/messageview.c
2843         * src/mh.c
2844         * src/prefs_actions.c
2845         * src/prefs_gtk.c
2846         * src/summaryview.c
2847         * src/common/xml.c
2848                 Fix "faild" typos everywhere and capitalization of
2849                 some g_warnings.
2850
2851 2007-05-04 [colin]      2.9.1cvs43
2852
2853         * src/compose.c
2854         * src/privacy.c
2855         * src/privacy.h
2856         * src/plugins/pgpcore/prefs_gpg.c
2857         * src/plugins/pgpcore/prefs_gpg.h
2858         * src/plugins/pgpinline/pgpinline.c
2859         * src/plugins/pgpmime/pgpmime.c
2860                 Add an API to warn about encryption limits,
2861                 and allow to disable these warnings
2862
2863 2007-05-03 [colin]      2.9.1cvs42
2864
2865         * src/summaryview.c
2866         * src/mainwindow.c
2867                 Fix bug 1213, 'Delete more than 
2868                 one thread at once'
2869
2870 2007-05-03 [wwp]        2.9.1cvs41
2871
2872         * src/prefs_common.c
2873         * src/prefs_filtering.c
2874         * src/prefs_template.c
2875         * src/common/template.c
2876         * src/common/template.h
2877         * src/gtk/gtkutils.c
2878         * src/gtk/gtkutils.h
2879                 Templates are no longer automatically sorted
2880                 by name, but can be sorted manually using
2881                 |< < > >| buttons as well as drag'n'drop.
2882
2883 2007-05-03 [wwp]        2.9.1cvs40
2884
2885         * src/plugins/spamassassin/spamassassin.c
2886         * src/plugins/spamassassin/spamassassin.h
2887         * src/plugins/spamassassin/spamassassin_gtk.c
2888         * src/plugins/bogofilter/bogofilter.c
2889         * src/plugins/bogofilter/bogofilter.h
2890         * src/plugins/bogofilter/bogofilter_gtk.c
2891                 Added an option to conditionally mark saved spam
2892                 as read (default is and was to do so).
2893                 Satisfies feature request 1708539 on sf.net tracker.
2894
2895 2007-05-03 [colin]      2.9.1cvs39
2896
2897         * src/inc.c
2898                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2899
2900 2007-05-02 [colin]      2.9.1cvs38
2901
2902         * src/textview.c
2903                 Fix bug 1209, 'Clicking on address 
2904                 in header (mailto uri) selects 
2905                 default account'. Patch adapted from
2906                 G.P. Halkes' patch.
2907
2908 2007-05-02 [colin]      2.9.1cvs37
2909
2910         * src/grouplistdialog.c
2911                 Set cursor to wait cursor while loading
2912                 groups.
2913
2914 2007-05-02 [paul]       2.9.1cvs36
2915
2916         * src/folder.c
2917         * src/common/defs.h
2918                 rename cache and mark files
2919                 (data is preserved)
2920
2921 2007-04-30 [paul]       2.9.1cvs35
2922
2923         * manual/glossary.xml
2924         * manual/plugins.xml
2925                 updates. Patch by Ricardo
2926
2927 2007-04-29 [wwp]        2.9.1cvs34
2928
2929         * src/mainwindow.c
2930         * configure.ac
2931                 Fix few grammatical errors (patch by David Relson < relson at
2932                 osagesoftware dot com >).
2933
2934 2007-04-28 [colin]      2.9.1cvs33
2935
2936         * src/account.c
2937         * src/pop.c
2938         * src/prefs_account.c
2939         * src/prefs_account.h
2940                 Drop the "Download all" preference. It's
2941                 stupidly useless and confuses people from
2942                 time to time.
2943
2944 2007-04-27 [wwp]        2.9.1cvs32
2945
2946         * src/account.c
2947         * src/prefs_account.c
2948         * src/prefs_account.h
2949                 Don't reflect accounts changes to the mainwindow when it's
2950                 not necessary.
2951
2952 2007-04-27 [colin]      2.9.1cvs31
2953
2954         * src/folder.c
2955                 Freeze/thaw when sync'ing flags
2956         * src/imap.c
2957         * src/prefs_account.c
2958         * src/prefs_account.h
2959         * src/etpan/imap-thread.c
2960         * src/etpan/imap-thread.h
2961                 Add a way to use UID FETCH instead
2962                 of searches to fetch message lists
2963                 and flags. More expensive towards
2964                 bandwidth, less expensive towards
2965                 server's CPU. Probably fixes 
2966                 bug 1158, 'Scanning new folders on 
2967                 Exchange 2007 extremely slow'.
2968                 Patch 95% by Hoa.
2969
2970 2007-04-27 [paul]       2.9.1cvs30
2971
2972         * src/mainwindow.c
2973         * src/prefs_logging.c
2974                 improvements to english usage
2975
2976 2007-04-27 [colin]      2.9.1cvs29
2977
2978         * src/imap.c
2979                 Fix build without libetpan (my bad!)
2980
2981 2007-04-26 [colin]      2.9.1cvs28
2982
2983         * src/imap.c
2984         * src/imap.h
2985                 Fix uselessly exported function
2986         * src/textview.c
2987                 Consider "- -- \n" as signature separator
2988                 (that's what signature separators look like
2989                  in PGP/Inline signed mails)
2990
2991 2007-04-26 [colin]      2.9.1cvs27
2992
2993         * configure.ac
2994                 libetpan-0.49 is now required
2995         * src/procmime.c
2996                 Fix double fetching of mails if
2997                 first try failed
2998         * src/imap.c
2999                 Make offline sync faster, by
3000                 remembering last change time, and
3001                 last sync time.
3002
3003 2007-04-26 [hoa]        2.9.1cvs26
3004
3005         * src/imap.c
3006         * src/imap.h
3007         * src/mainwindow.c
3008         * src/toolbar.c
3009         * src/etpan/imap-thread.c
3010         * src/etpan/imap-thread.h
3011                 cancellation of IMAP operations is now allowed.
3012                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3013
3014 2007-04-26 [colin]      2.9.1cvs25
3015
3016         * src/folder.c
3017                 Always fetch body+headers in folders that are
3018                 synched for offline use, if "Synchronise as
3019                 soon as possible" is set.
3020                 Fixes bug 1200, 'Add option to always retrieve full 
3021                 messages'
3022
3023 2007-04-25 [colin]      2.9.1cvs24
3024
3025         * src/compose.c
3026                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3027                 persists...'
3028
3029 2007-04-24 [colin]      2.9.1cvs23
3030
3031         * src/folderview.c
3032                 Fix bug 1195, 'Hardware key navigation' 
3033                 Make GDK_Enter toggle expansion (Maemo)
3034
3035 2007-04-24 [wwp]        2.9.1cvs22
3036
3037         * src/compose.c
3038                 Fix few compiler warnings.
3039
3040 2007-04-24 [paul]       2.9.1cvs21
3041
3042         * src/Makefile.am
3043         * src/stock_pixmap.c
3044         * src/stock_pixmap.h
3045                 complete last commit
3046
3047 2007-04-24 [paul]       2.9.1cvs20
3048
3049         * src/gtk/about.c
3050         * src/pixmaps/active.xpm
3051         * src/pixmaps/checkbox_off.xpm
3052         * src/pixmaps/checkbox_on.xpm
3053         * src/pixmaps/inactive.xpm
3054                 kick out the blobs
3055                 remove transparent border from checkbox icons
3056
3057 2007-04-24 [wwp]        2.9.1cvs19
3058
3059         * src/textview.c
3060         * src/textview.h
3061                 Fix a crash in textview, thanks to Colin.
3062
3063 2007-04-23 [wwp]        2.9.1cvs18
3064
3065         * src/prefs_common.c
3066                 Fix 2.9.1cvs5: no header was being translated at all.
3067
3068 2007-04-23 [colin]      2.9.1cvs17
3069
3070         * src/Makefile.am
3071         * src/stock_pixmap.c
3072         * src/stock_pixmap.h
3073         * src/summaryview.c
3074         * src/summaryview.h
3075         * src/gtk/gtksctree.c
3076         * src/gtk/gtksctree.h
3077         * src/pixmaps/selection.xpm
3078                 Fix bug 1193, 'Need a way to multi-select
3079                 items'. Add a toggle button to the summaryview
3080                 to switch between normal and multiple selection
3081                 (Maemo)
3082
3083 2007-04-23 [colin]      2.9.1cvs16
3084
3085         * src/Makefile.am
3086         * src/stock_pixmap.c
3087         * src/stock_pixmap.h
3088         * src/summaryview.c
3089         * src/summaryview.h
3090         * src/gtk/gtksctree.c
3091         * src/gtk/gtksctree.h
3092         * src/pixmaps/selection.xpm
3093                 Fix bug 1193, 'Need a way to multi-
3094                 select items'
3095                 Add a toggle button in the summaryview
3096                 to enable normal or multiple selection.
3097                 (Maemo)
3098
3099 2007-04-23 [colin]      2.9.1cvs15
3100
3101         * src/compose.c
3102                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3103
3104 2007-04-21 [colin]      2.9.1cvs14
3105
3106         * src/gtk/quicksearch.c
3107                 Fix previous commit (actually use correct
3108                 parameter)
3109
3110 2007-04-21 [colin]      2.9.1cvs13
3111
3112         * src/gtk/quicksearch.c
3113                 Fix changing quicksearch type (after Esc,
3114                 after changing Recursive, ...)
3115
3116 2007-04-20 [wwp]        2.9.1cvs12
3117
3118         * src/gtk/Makefile.am
3119                 Added headers.h (completes 2.9.1cvs5).
3120
3121 2007-04-20 [wwp]        2.9.1cvs11
3122
3123         * src/addressbook.c
3124                 Fix the use of display name in name column,
3125                 it has been overriden w/ the use of nickname
3126                 by 2.9.0cvs3. Now nickname is used (if any)
3127                 in case of LDAP books only.
3128
3129 2007-04-20 [colin]      2.9.1cvs10
3130
3131         * src/mimeview.c
3132         * src/summaryview.c
3133         * src/textview.c
3134                 Add handling of 'a' to loop in a mail's
3135                 mimeparts
3136
3137 2007-04-20 [colin]      2.9.1cvs9
3138
3139         * src/toolbar.c
3140                 Fix bug 1190, 'dir_open' button doesn't work'
3141                 (Maemo)
3142
3143 2007-04-20 [colin]      2.9.1cvs8
3144
3145         * src/folderview.c
3146         * src/mainwindow.c
3147                 Fix bug 1194, 'Hardware keys move from email 
3148                 list to account/directory list, but not back 
3149                 to email list...' (Maemo)
3150
3151 2007-04-20 [colin]      2.9.1cvs7
3152
3153         * src/compose.h
3154                 complete previous commit
3155
3156 2007-04-20 [colin]      2.9.1cvs6
3157
3158         * src/compose.c
3159                 Fix bug 1187, 'Reply-to addressee disappears 
3160                 when reply-to text box is clicked...' (Maemo)
3161
3162 2007-04-20 [wwp]        2.9.1cvs5
3163
3164         * po/POTFILES.in
3165         * src/addressbook.c
3166         * src/compose.c
3167         * src/filtering.c
3168         * src/headerview.c
3169         * src/matcher.c
3170         * src/prefs_common.c
3171         * src/prefs_common.h
3172         * src/prefs_display_header.c
3173         * src/prefs_matcher.c
3174         * src/summaryview.c
3175         * src/gtk/headers.h
3176         * src/gtk/quicksearch.c
3177                 Translate more header names according to the relevant option value,
3178                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3179                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3180                 to prefs_common_translated_header_name().
3181                 Added a headers.h reference file that contains known header names
3182                 (RFC2822 and others) to the translation process' input, so that
3183                 translated header names will still exist even if no occurrence of
3184                 _("headername") is found anymore in the sources.
3185                 Don't translate column name 'Number' following to trans_hdr option
3186                 value as it's not a header name.
3187
3188 2007-04-20 [colin]      2.9.1cvs4
3189
3190         * src/gtk/quicksearch.c
3191         * src/gtk/quicksearch.h
3192                 Add "From, To or Subject" quicksearch
3193                 type. Patch by ulfschaper@users.sf.net
3194
3195 2007-04-20 [colin]      2.9.1cvs3
3196
3197         * src/matcher.c
3198                 Implement proper references filtering condition.
3199                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3200
3201 2007-04-19 [wwp]        2.9.1cvs2
3202
3203         * src/prefs_display_header.c
3204         * src/message_search.c
3205                 Fix few warnings (g_free of const gchar*).
3206
3207 2007-04-19 [paul]       2.9.1cvs1
3208
3209         * NEWS
3210         * README
3211         * RELEASE_NOTES
3212         * configure.ac
3213                 bump version number following
3214                 stable release
3215
3216 2007-04-19 [paul]       2.9.0cvs9
3217
3218         * manual/advanced.xml
3219         * manual/glossary.xml
3220                 fix typos
3221
3222 2007-04-18 [paul]       2.9.0cvs8
3223
3224         * src/pop.c
3225                 fix for CVE-2007-1558 (APOP)
3226                 Thanks to Colin
3227
3228 2007-04-18 [paul]       2.9.0cvs7
3229
3230         * src/messageview.c
3231         * src/mimeview.c
3232         * src/summaryview.c
3233         * src/gtk/filesel.c
3234                 Fix encoding woes wrt saving of
3235                 mails and parts
3236                 Thanks to Colin
3237
3238 2007-04-18 [colin]      2.9.0cvs6
3239
3240         * src/gtk/pluginwindow.c
3241                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3242
3243 2007-04-17 [wwp]        2.9.0cvs5
3244
3245         * src/addressadd.c
3246         * src/addressbook.c
3247         * src/addrindex.c
3248         * src/ldapupdate.c
3249                 Fix --disable-ldap build,
3250                 fix some LDAP annoyances on 
3251                 searches, thanks to Colin.
3252
3253 2007-04-17 [wwp]        2.9.0cvs4
3254
3255         * src/ldapupdate.c
3256                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3257                 like gcc 2.9x. Thanks to Colin.
3258
3259 2007-04-17 [wwp]        2.9.0cvs3
3260
3261         * src/Makefile.am
3262         * src/addressadd.c
3263         * src/addressbook.c
3264         * src/addrindex.c
3265         * src/addritem.c
3266         * src/addritem.h
3267         * src/editaddress.c
3268         * src/ldapctrl.c
3269         * src/ldapctrl.h
3270         * src/ldapquery.c
3271         * src/ldapserver.c
3272         * src/ldapserver.h
3273         * src/ldapupdate.c
3274         * src/ldapupdate.h
3275                 Add LDAP write support. Patch mostly by 
3276                 Michael <mir at datanom dot net>
3277
3278 2007-04-17 [wwp]        2.9.0cvs2
3279
3280         * src/compose.c
3281                 Prepend "Add to address book" to the context menu of compose window's sender and
3282                 recipient fields.
3283
3284 2007-04-16 [paul]       2.9.0cvs1
3285
3286         * src/gtk/authors.h
3287                 add Pader Rezso
3288
3289 2007-04-16 [paul]       2.9.0
3290
3291         * NEWS
3292         * README
3293         * RELEASE_NOTES
3294                 2.9.0 released
3295
3296 2007-04-16 [paul]       2.8.1cvs102
3297
3298         * po/fr.po
3299                 updated by Fabien Vantard
3300
3301 2007-04-16 [paul]       2.8.1cvs101
3302
3303         * po/ca.po
3304         * po/cs.po
3305         * po/de.po
3306         * po/hu.po
3307         * po/pl.po
3308         * po/pt_BR.po
3309         * po/sr.po
3310         * po/zh_CN.po
3311                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3312                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3313                 Aleksandar Urosevic, and Ralgh Young
3314
3315 2007-04-15 [mones]      2.8.1cvs100
3316
3317         * po/es.po
3318                 Updated for release
3319
3320 2007-04-14 [colin]      2.8.1cvs99
3321
3322         * src/message_search.c
3323         * src/prefs_display_header.c
3324         * src/summary_search.c
3325         * src/gtk/combobox.c
3326                 Fix allocations
3327
3328 2007-04-14 [wwp]        2.8.1cvs98
3329
3330         * src/gtk/combobox.c
3331         * src/message_search.c
3332         * src/summary_search.c
3333         * src/prefs_display_header.c
3334                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3335                 returns NULL, get the text value directly from the GtkEntry child.
3336
3337 2007-04-13 [colin]      2.8.1cvs97
3338
3339         * src/gtk/quicksearch.c
3340                 Give the focus back to summaryview when
3341                 emptying the quicksearch with Esc
3342
3343 2007-04-13 [colin]      2.8.1cvs96
3344
3345         * src/message_search.c
3346         * src/prefs_display_header.c
3347         * src/summary_search.c
3348                 Fix possibles crashes when getting text
3349                 from gtk combos
3350
3351 2007-04-13 [colin]      2.8.1cvs95
3352
3353         * src/pop.c
3354                 Add some UIDL debugging
3355
3356 2007-04-12 [colin]      2.8.1cvs94
3357
3358         * src/folder.c
3359                 Force folder scan if necessary after
3360                 copying mails, to be able to reapply
3361                 flags.
3362
3363 2007-04-11 [colin]      2.8.1cvs93
3364
3365         * src/main.c
3366                 don't scan for new mail on startup if --select
3367                 is specified (or race conditions arise). If so,
3368                 do both sequentially.
3369
3370 2007-04-09 [colin]      2.8.1cvs92
3371
3372         * src/common/defs.h
3373                 Use leafpad by default on Maemo. Patch
3374                 by Jean-Luc Biord.
3375
3376 2007-04-06 [colin]      2.8.1cvs91
3377
3378         * src/pixmaps/queue_close.xpm
3379         * src/pixmaps/queue_close_hrm.xpm
3380         * src/pixmaps/queue_close_hrm_mark.xpm
3381         * src/pixmaps/queue_close_mark.xpm
3382         * src/pixmaps/queue_open.xpm
3383         * src/pixmaps/queue_open_hrm.xpm
3384         * src/pixmaps/queue_open_hrm_mark.xpm
3385         * src/pixmaps/queue_open_mark.xpm
3386                 Move the clock one pixel down :)
3387
3388 2007-04-05 [colin]      2.8.1cvs90
3389
3390         * src/mainwindow.c
3391                 Don't sync when switching offline from
3392                 command line - it's usually too late :)
3393
3394 2007-04-05 [paul]       2.8.1cvs89
3395
3396         * src/Makefile.am
3397         * src/stock_pixmap.c
3398         * src/pixmaps/dir_close_hrm.xpm
3399         * src/pixmaps/dir_close_hrm_mark.xpm
3400         * src/pixmaps/drafts_close.xpm
3401         * src/pixmaps/drafts_close_mark.xpm
3402         * src/pixmaps/drafts_open.xpm
3403         * src/pixmaps/drafts_open_mark.xpm
3404         * src/pixmaps/inbox.xpm
3405         * src/pixmaps/inbox_close.xpm
3406         * src/pixmaps/inbox_close_hrm.xpm
3407         * src/pixmaps/inbox_close_hrm_mark.xpm
3408         * src/pixmaps/inbox_close_mark.xpm
3409         * src/pixmaps/inbox_hrm.xpm
3410         * src/pixmaps/inbox_hrm_mark.xpm
3411         * src/pixmaps/inbox_mark.xpm
3412         * src/pixmaps/inbox_open.xpm
3413         * src/pixmaps/inbox_open_hrm.xpm
3414         * src/pixmaps/inbox_open_hrm_mark.xpm
3415         * src/pixmaps/inbox_open_mark.xpm
3416         * src/pixmaps/outbox.xpm
3417         * src/pixmaps/outbox_close.xpm
3418         * src/pixmaps/outbox_close_hrm.xpm
3419         * src/pixmaps/outbox_close_hrm_mark.xpm
3420         * src/pixmaps/outbox_close_mark.xpm
3421         * src/pixmaps/outbox_hrm.xpm
3422         * src/pixmaps/outbox_hrm_mark.xpm
3423         * src/pixmaps/outbox_mark.xpm
3424         * src/pixmaps/outbox_open.xpm
3425         * src/pixmaps/outbox_open_hrm.xpm
3426         * src/pixmaps/outbox_open_hrm_mark.xpm
3427         * src/pixmaps/outbox_open_mark.xpm
3428         * src/pixmaps/queue_close.xpm
3429         * src/pixmaps/queue_close_hrm.xpm
3430         * src/pixmaps/queue_close_hrm_mark.xpm
3431         * src/pixmaps/queue_close_mark.xpm
3432         * src/pixmaps/queue_open.xpm
3433         * src/pixmaps/queue_open_hrm.xpm
3434         * src/pixmaps/queue_open_hrm_mark.xpm
3435         * src/pixmaps/queue_open_mark.xpm
3436                 updated, added and replaced icons
3437                 Icons by Colin
3438
3439 2007-04-04 [colin]      2.8.1cvs88
3440
3441         * src/imap.c
3442                 Fix build without libetpan
3443
3444 2007-04-03 [colin]      2.8.1cvs87
3445
3446         * src/imap.c
3447                 Fix crash with Citadel, and try to make
3448                 things work. this server (and specifically 
3449                 STATUS and APPEND at least) seems broken.
3450
3451 2007-04-03 [colin]      2.8.1cvs86
3452
3453         * src/folderview.c
3454                 Fix icons on folder close
3455
3456 2007-04-03 [colin]      2.8.1cvs85
3457
3458         * src/inc.c
3459                 Fix double-ask of offline override in
3460                 certain cases
3461         * src/imap.c
3462         * src/imap.h
3463         * src/imap_gtk.c
3464                 Much more efficient way to synchronise
3465                 for offline use
3466         * src/etpan/imap-thread.c
3467                 Fix possible segs
3468         * src/folder.c
3469         * src/gtk/quicksearch.c
3470                 Fix some GUI lags
3471
3472 2007-04-03 [paul]       2.8.1cvs84
3473
3474         * src/filtering.c
3475         * src/folder.c
3476         * src/folder.h
3477         * src/prefs_common.c
3478         * src/prefs_common.h
3479         * src/prefs_other.c
3480                 Fix sync being done too late
3481                 Thanks to Colin
3482
3483 2007-04-02 [colin]      2.8.1cvs83
3484
3485         * src/summaryview.c
3486                 Maemo: Put status and quicksearch at the top
3487         * src/plugins/bogofilter/bogofilter.c
3488         * src/plugins/spamassassin/spamassassin.c
3489                 Derive trash from inbox if possible
3490
3491 2007-04-02 [paul]       2.8.1cvs82
3492
3493         * src/plugins/bogofilter/bogofilter_gtk.c
3494                 a few English changes
3495
3496 2007-04-02 [paul]
3497
3498         2.9.0-rc1 released
3499
3500 2007-04-02 [colin]      2.8.1cvs81
3501
3502         * src/image_viewer.c
3503                 Fix transparent images by using
3504                 GtkImage
3505         * src/messageview.c
3506                 Flush events (on new windows) to avoid
3507                 having the textview's image resize fail
3508                 to know the available width
3509
3510 2007-04-01 [colin]      2.8.1cvs80
3511
3512         * src/prefs_account.c
3513                 If no MH mailbox exist, when creating a POP/Local
3514                 account, just create and use the default one 
3515                 instead of bailing with a "Mailbox doesn't exist"
3516                 error
3517
3518 2007-03-31 [colin]      2.8.1cvs79
3519
3520         * src/prefs_account.c
3521                 Create signature file if it doesn't exist
3522                 before editing
3523         * src/prefs_toolbar.c
3524                 Maemo: Move "Use default" on the left so
3525                 that people can find it
3526         * src/common/defs.h
3527                 Maemo: make default editor "Maemopad", 
3528                 default signature file "MyDocs/signature.txt"
3529
3530 2007-03-31 [colin]      2.8.1cvs78
3531
3532         * src/prefs_account.c
3533                 Maemo: rework account prefs so
3534                 that less horizontal scrolling
3535                 is required
3536
3537 2007-03-31 [colin]      2.8.1cvs77
3538
3539         * src/folderview.c
3540         * src/prefs_common.c
3541         * src/prefs_common.h
3542                 Fix bug 1167, 'Allow not displaying zeros 
3543                 in folder list'. Patch by MartinP
3544
3545 2007-03-31 [colin]      2.8.1cvs76
3546
3547         * AUTHORS
3548                 Add Jean-Luc Biord
3549
3550 2007-03-31 [colin]      2.8.1cvs75
3551
3552         * src/imap.c
3553                 Apply patch from bug 1172, direct
3554                 access to the folder's session instead
3555                 of using getter. Patch by MartinP
3556
3557 2007-03-31 [paul]       2.8.1cvs74
3558
3559         * src/gtk/authors.h
3560                 no need to list Fabien twice!
3561
3562 2007-03-31 [colin]      2.8.1cvs73
3563
3564         * src/inc.c
3565                 If we're currently "overriding for %d minutes",
3566                 don't ask
3567
3568 2007-03-31 [colin]      2.8.1cvs72
3569
3570         * src/compose.c
3571         * src/imap.c
3572         * src/inc.c
3573         * src/inc.h
3574         * src/messageview.c
3575         * src/news.c
3576         * src/plugins/spamassassin/spamassassin.c
3577                 Offline override: Add a parameter to allow
3578                 asking even if the override timer is running.
3579                 Allows to ask every time the user makes an
3580                 explicit action needing online access (such
3581                 as Get Mail), and not when the action is 
3582                 implicit (such as opening an IMAP folder)
3583
3584 2007-03-31 [colin]      2.8.1cvs71
3585
3586         * src/inc.c
3587                 Override offline: "No" answer shouldn't
3588                 re-ask after 3 seconds, but 10 minutes. 
3589
3590 2007-03-30 [colin]      2.8.1cvs70
3591
3592         * src/common/socket.c
3593                 Better error reporting on unix socket
3594                 failure (bind usually)
3595         * src/gtk/gtkutils.c
3596         * src/gtk/gtkutils.h
3597                 Label window: add a pulsing progress
3598                 bar to show we're not hung :)
3599         * src/folderview.c
3600         * src/main.c
3601         * src/plugins/pgpcore/sgpgme.c
3602                 Update API
3603
3604 2007-03-30 [colin]      2.8.1cvs69
3605
3606         * src/pop.c
3607         * src/prefs_common.c
3608                 Fix possible trashing of history and uidl
3609                 files on disk full problems
3610
3611 2007-03-30 [paul]       2.8.1cvs68
3612
3613         * src/mainwindow.c
3614         * src/summaryview.c
3615         * src/summaryview.h
3616                 update summary when changing layout type
3617                 (fixes wrong folder icon being displayed)
3618                 Thanks to Colin
3619
3620 2007-03-29 [colin]      2.8.1cvs67
3621
3622         * src/prefs_ext_prog.c
3623                 The browser pref is irrelevant on Maemo
3624
3625 2007-03-29 [colin]      2.8.1cvs66
3626
3627         * src/compose.c
3628         * src/compose.h
3629                 Maemo: dynamically switch headers/text position
3630         * src/prefs_common.c
3631                 Maemo: hide compose's ruler by default
3632         * src/common/socket.c
3633         * src/common/socket.h
3634                 Fix build warning
3635
3636 2007-03-29 [colin]      2.8.1cvs65
3637
3638         * src/common/socket.c
3639         * src/common/socket.h
3640                 Fix build when MAEMO_CFLAGS contains
3641                 _X_OPENSOURCE (resolv.h errors as long
3642                 as we don't add _BSD_SOURCE. Ugly).
3643
3644 2007-03-29 [wwp]        2.8.1cvs64
3645
3646         * src/prefs_logging.c
3647                 Fix sensitivity of clip-log widgets in prefs/logging,
3648                 thanks to Fabien.
3649
3650 2007-03-29 [wwp]        2.8.1cvs63
3651
3652         * po/POTFILES.in
3653                 Updated files list for translations, thanks to Fabien.
3654
3655 2007-03-29 [colin]      2.8.1cvs62
3656
3657         * src/main.c
3658         * src/common/Makefile.am
3659         * src/common/utils.c
3660                 Maybe make URI opening work in Maemo
3661                 Requires testing :)
3662
3663 2007-03-28 [colin]      2.8.1cvs61
3664
3665         * src/folder.c
3666         * src/folder.h
3667         * src/folderview.c
3668                 Add the possibility to sort folders arbitrarily
3669                 (via editing of folderlist.xml only). Patch by
3670                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3671                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3672                 be changed by the user'
3673
3674 2007-03-28 [colin]      2.8.1cvs60
3675
3676         * src/mimeview.c
3677                 Add popup menu for mime icons
3678
3679 2007-03-28 [colin]      2.8.1cvs59
3680
3681         * src/mainwindow.c
3682                 Fix a layout issue when presenting
3683                 mainwindow in Small screen layout
3684         * src/toolbar.c
3685         * src/toolbar.h
3686                 Add a "Go to folder list" button for
3687                 mainwindow, and make it default in
3688                 the Maemo build
3689
3690 2007-03-28 [colin]      2.8.1cvs58
3691
3692         * src/compose.c
3693                 Don't dynamically update title on Maemo
3694                 Patch by Jean-Luc Biord
3695
3696 2007-03-27 [colin]      2.8.1cvs57
3697
3698         * src/compose.c
3699         * src/folderview.c
3700         * src/summaryview.c
3701                 Enable tap-and-hold on Maemo
3702
3703 2007-03-26 [colin]      2.8.1cvs56
3704
3705         * src/compose.c
3706                 More popup-menu (in attachments list)
3707
3708 2007-03-26 [colin]      2.8.1cvs55
3709
3710         * src/compose.c
3711                 Enable popup-menu signal
3712
3713 2007-03-26 [colin]      2.8.1cvs54
3714
3715         * src/plugins/pgpinline/pgpinline.c
3716                 Fix bug 1111, 'PGP/inline plugin hides text 
3717                 around encrypted text block'. Patch based on
3718                 a patch from Michal Cihar.
3719
3720 2007-03-26 [wwp]        2.8.1cvs53
3721
3722         * src/procmsg.c
3723                 Fix getting a false error when sending queued message
3724                 whereas the sending was fine (if there are subfolders
3725                 in the queue folder), thanks to Colin.
3726
3727 2007-03-26 [paul]       2.8.1cvs52
3728
3729         * src/wizard.c
3730                 update FACE header in welcome message
3731
3732 2007-03-25 [colin]      2.8.1cvs51
3733
3734         * src/Makefile.am
3735                 Fix make dist
3736
3737 2007-03-25 [colin]      2.8.1cvs50
3738
3739         * src/main.c
3740                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3741
3742 2007-03-24 [colin]      2.8.1cvs49
3743
3744         * src/main.c
3745                 Fix a few launch problems on Maemo
3746                 Patch by Jean-Luc Biord
3747
3748 2007-03-24 [wwp]        2.8.1cvs48
3749
3750         * src/alertpanel.c
3751         * src/alertpanel.h
3752         * src/messageview.c
3753         * src/summaryview.c
3754                 Fix wrong action performed when closing the
3755                 "ask about account specific filtering rules
3756                 when filtering manually" dialog by pressing Escape.
3757                 Fix wrong order of buttons in the "return receipt
3758                 notification - the message was sent to several of
3759                 your accounts" dialog.
3760
3761 2007-03-24 [paul]       2.8.1cvs47
3762
3763         * src/folderview.c
3764                 an improvement to English usage
3765         * tools/kdeservicemenu/README
3766                 updated Claws url
3767
3768 2007-03-24 [paul]       2.8.1cvs46
3769
3770         * src/Makefile.am
3771         * src/stock_pixmap.c
3772         * src/pixmaps/edit_extern.xpm
3773         * src/pixmaps/mail_sign.xpm
3774                 rescue long lost icons
3775
3776 2007-03-24 [paul]       2.8.1cvs45
3777
3778         * src/toolbar.c
3779                 fix toolbar (broken in 2.8.1cvs42)
3780
3781 2007-03-23 [colin]      2.8.1cvs44
3782
3783         * src/imap.c
3784                 Correctly unsubscribe/resubscribe after
3785                 RENAME
3786
3787 2007-03-23 [colin]      2.8.1cvs43
3788
3789         * src/prefs_common.c
3790                 Maemo: as the platform is light on RAM, allow
3791                 caches to be discarded faster.
3792
3793 2007-03-23 [colin]      2.8.1cvs42
3794
3795         * src/Makefile.am
3796         * src/compose.c
3797         * src/compose.h
3798         * src/stock_pixmap.c
3799         * src/stock_pixmap.h
3800         * src/summaryview.c
3801         * src/summaryview.h
3802         * src/toolbar.c
3803         * src/toolbar.h
3804         * src/pixmaps/open_mail.xpm
3805                 Maemo changes: Add the possibility to have
3806                 "Open Email" and "Close Window" buttons on 
3807                 toolbars (and use them in Maemo's default
3808                 toolbars)
3809
3810 2007-03-23 [wwp]        2.8.1cvs41
3811
3812         * src/action.c
3813                 Reverted that part of the action dialog closure logics, to
3814                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3815                 done later in a different way (or may not).
3816
3817 2007-03-22 [wwp]        2.8.1cvs40
3818
3819         * src/action.c
3820                 Fix sticky action dialog when got no output but action command
3821                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3822
3823 2007-03-22 [colin]      2.8.1cvs39
3824
3825         * src/prefs_filtering.c
3826         * src/gtk/combobox.h
3827                 Fix escaping account names in filtering prefs
3828
3829 2007-03-22 [colin]      2.8.1cvs38
3830
3831         * src/addrindex.c
3832         * src/ldapctrl.h
3833         * src/ldapquery.c
3834                 Add any attribute specified in LDAP servers'
3835                 Search attributes to the Other Attributes tab
3836                 of contacts; Add 'telephoneNumber' in the
3837                 default list.
3838
3839 2007-03-22 [colin]      2.8.1cvs37
3840
3841         * src/folderview.c
3842         * src/folderview.h
3843         * src/mainwindow.c
3844                 Try to prevent race conditions when
3845                 changing the folder list
3846         * src/summaryview.c
3847                 Fix possible red folder icon when
3848                 switching from Small screen layout
3849                 to any other
3850
3851 2007-03-22 [colin]      2.8.1cvs36
3852
3853         * src/mainwindow.c
3854         * src/mainwindow.h
3855         * src/summaryview.c
3856                 Rename "little screen" to "Small screen"
3857         * src/gtk/Makefile.am
3858         * src/common/utils.c
3859         * src/mh.c
3860                 Fix Maemo-related compilation problems
3861
3862 2007-03-21 [colin]      2.8.1cvs35
3863
3864         * configure.ac
3865                 Fix previous commit
3866         * claws-mail.desktop
3867                 Remove .png from the Icon, it's useless
3868
3869 2007-03-21 [colin]      2.8.1cvs34
3870
3871         * configure.ac
3872         * src/Makefile.am
3873                 Add the necessary lib checking for 
3874                 Maemo
3875
3876 2007-03-21 [colin]      2.8.1cvs33
3877
3878         * src/main.c
3879                 Fix unconditional "error happened" when
3880                 sending via command-line. "lol @ myself"
3881
3882 2007-03-21 [colin]      2.8.1cvs32
3883
3884         * claws-mail-40x40.png
3885         * claws-mail-26x26.png
3886         * src/account.c
3887         * src/addressbook.c
3888         * src/compose.c
3889         * src/folderview.c
3890         * src/folderview.h
3891         * src/main.c
3892         * src/mainwindow.c
3893         * src/mainwindow.h
3894         * src/messageview.c
3895         * src/prefs_account.c
3896         * src/prefs_common.c
3897         * src/summary_search.c
3898         * src/summaryview.c
3899         * src/summaryview.h
3900         * src/gtk/authors.h
3901         * src/gtk/gtkutils.c
3902         * src/gtk/gtkutils.h
3903         * src/gtk/logwindow.c
3904         * src/gtk/menu.c
3905         * src/gtk/prefswindow.c
3906                 Add Maemo port (patch mainly by Jean-Luc Biort)
3907                 Add a new 'Little screen' layout to help on such
3908                 platforms (patch by me)
3909                 Make some default preferences different (more
3910                 adapted) on Maemo (patch by me)
3911
3912 2007-03-21 [wwp]        2.8.1cvs31
3913
3914         * src/prefs_logging.c
3915         * src/prefs_logging.h
3916                 Fixed copyright header of newly added files.
3917
3918 2007-03-21 [wwp]        2.8.1cvs30
3919
3920         * src/Makefile.am
3921         * src/filtering.c
3922         * src/filtering.h
3923         * src/folder.c
3924         * src/folderview.c
3925         * src/imap.c
3926         * src/inc.c
3927         * src/main.c
3928         * src/mainwindow.c
3929         * src/mainwindow.h
3930         * src/matcher.c
3931         * src/messageview.c
3932         * src/news.c
3933         * src/pop.c
3934         * src/prefs_common.c
3935         * src/prefs_common.h
3936         * src/prefs_logging.c
3937         * src/prefs_logging.h
3938         * src/prefs_other.c
3939         * src/procmsg.c
3940         * src/send_message.c
3941         * src/summaryview.c
3942         * src/common/log.c
3943         * src/common/log.h
3944         * src/common/nntp.c
3945         * src/common/session.c
3946         * src/common/smtp.c
3947         * src/common/socket.c
3948         * src/etpan/imap-thread.c
3949         * src/gtk/logwindow.c
3950         * src/gtk/logwindow.h
3951         * src/plugins/bogofilter/bogofilter.c
3952         * src/plugins/spamassassin/spamassassin.c
3953                 Added debugging of filtering/processing rules.
3954                 The debug log is here 'Tools/Filtering debug window',
3955                 the options there 'Configuration/Preferences/Other/Logging',
3956                 and the log file is ~/.claws-mail/filtering.log.
3957                 Moved protocol log prefs to 'Other/Logging' as well.
3958                 To support such debugging feature, the existing log API has
3959                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3960                 this impacts many external modules (commits follow).
3961
3962 2007-03-21 [paul]       2.8.1cvs29
3963
3964         * src/etpan/Makefile.am
3965         * src/etpan/imap-thread.c
3966                 add missing #include
3967
3968 2007-03-21 [colin]      2.8.1cvs28
3969
3970         * src/procmime.c
3971                 Fix bug 1157, 'some broken messages confuse 
3972                 mime parser'. Make sure we can't have MimeInfos
3973                 with negative sizes.
3974
3975 2007-03-20 [colin]      2.8.1cvs27
3976
3977         * src/main.c
3978                 Fix missing \0 on buffer
3979
3980 2007-03-20 [colin]      2.8.1cvs26
3981
3982         * src/mh.c
3983                 Use make_dir_hier instead of make_dir 
3984                 to create the MH mailbox
3985
3986 2007-03-20 [colin]      2.8.1cvs25
3987
3988         * src/folder.c
3989         * src/folder.h
3990         * src/prefs_account.c
3991         * src/wizard.c
3992                 Fix default inbox weirdnesses (after wizard,
3993                 if path is Mail, mailbox identifier is #mh/Mailbox,
3994                 and when creating new accounts)
3995
3996 2007-03-20 [colin]      2.8.1cvs24
3997
3998         * src/account.c
3999                 Write folderlist after adding/deleting accounts
4000                 that have folders
4001
4002 2007-03-20 [colin]      2.8.1cvs23
4003
4004         * src/imap.c
4005         * src/remotefolder.h
4006                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4007                 selected while scanning prior to update'
4008
4009 2007-03-17 [paul]       2.8.1cvs22
4010
4011         * src/main.c
4012                 fix a typo, and be a little more verbose.
4013
4014 2007-03-17 [wwp]        2.8.1cvs21
4015
4016         * src/inc.c
4017                 Fix a compiler warning.
4018
4019 2007-03-16 [wwp]        2.8.1cvs20
4020
4021         * tools/Makefile.am
4022         * tools/README
4023                 Updated to deal w/ the new mairix.sh tool.
4024
4025 2007-03-16 [wwp]        2.8.1cvs19
4026
4027         * src/action.c
4028                 Fix logics issues around the action IO dialog:
4029                 - disable entry widget and exec button when
4030                   the exec button is clicked (don't wait for any
4031                   output line) - fix possible disabling/re-enabling/
4032                   re-disabling of those widgets
4033                 - raise an error if executing a %as{} action either
4034                   empty or invalid, instead of failing silently
4035                 - don't close the dialog if the abort button has been
4036                   clicked and if there was no output yet
4037                 - set focus to the abort button when the exec button
4038                   is clicked
4039                 - fix capitalization of a warning message
4040
4041 2007-03-16 [wwp]        2.8.1cvs18
4042
4043         * tools/mairix.sh
4044                 Added a wrapper to mairix to the tools folder.
4045
4046 2007-03-16 [colin]      2.8.1cvs17
4047
4048         * src/messageview.c
4049         * src/mimeview.h
4050                 Allow mimeviewer plugins to print
4051                 their stuff
4052
4053 2007-03-16 [colin]      2.8.1cvs16
4054
4055         * .cvsignore
4056                 Ignore *.patchset
4057
4058 2007-03-15 [colin]      2.8.1cvs15
4059
4060         * src/messageview.c
4061         * src/mimeview.h
4062                 Add a way for mimeviewer plugins to
4063                 implement body search
4064
4065 2007-03-15 [paul]       2.8.1cvs14
4066
4067         * src/prefs_spelling.c
4068                 fix English usage
4069
4070 2007-03-15 [paul]       2.8.1cvs13
4071
4072         * src/common/quoted-printable.c
4073                 fix decoding of quoted-printable parts
4074
4075 2007-03-14 [wwp]        2.8.1cvs12
4076
4077         * src/gtk/logwindow.h
4078                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4079
4080 2007-03-14 [wwp]        2.8.1cvs11
4081
4082         * src/gtk/logwindow.h
4083                 Complete 2.8.1cvs10.
4084
4085 2007-03-14 [colin]      2.8.1cvs10
4086
4087         * src/gtk/logwindow.c
4088                 Probably fix bug 1149, crash on logwindow
4089                 close - at the expense of performance once
4090                 logwin has been opened
4091
4092 2007-03-14 [colin]      2.8.1cvs9
4093
4094         * src/main.c
4095                 If claws-mail is running on another
4096                 display, warn instead of popping it up
4097                 on the other display
4098
4099 2007-03-12 [colin]      2.8.1cvs8
4100
4101         * src/wizard.c
4102                 Fix bug 1145, 'Setting a different name 
4103                 for the Mailbox name isn't reflected in 
4104                 default account settings'. Patch by wwp
4105
4106 2007-03-12 [colin]      2.8.1cvs7
4107
4108         * src/summaryview.c
4109                 Fix bug 1143, 'Add number of messages to be 
4110                 deleted to confirmation dialog'
4111
4112 2007-03-12 [wwp]        2.8.1cvs6
4113
4114         * src/folderview.c
4115         * src/prefs_common.c
4116         * src/prefs_common.h
4117         * src/prefs_summaries.c
4118                 Changed the option that displays unread messages count
4119                 next to the folder name in folder list: it is now
4120                 possible to either display nothing, display the
4121                 unread messages number only or the unread and total messages
4122                 numbers. The patch includes this extra feature as well
4123                 as some minor fixes by rewriting the algo in folderview.c.
4124                 Thanks to Paul for the original idea and implementation, plus
4125                 testing and proof-reading!
4126
4127 2007-03-09 [paul]       2.8.1cvs5
4128
4129         * tools/Makefile.am
4130         * tools/README
4131         * tools/claws-mail-compose-insert-files.pl
4132                 added a script which enables inserting files
4133                 into the message body of a new Claws Mail
4134                 Compose window from the command line. Additionally
4135                 To, Cc, Subject and files to attach to the message
4136                 can be specified.
4137
4138 2007-03-09 [wwp]        2.8.1cvs4
4139
4140         * src/addr_compl.c
4141         * src/addr_compl.h
4142         * src/filtering.c
4143                 Optimize matching of addresses in the addressbook
4144                 (filtering/processing 'found_in_addressbook' condition).
4145
4146 2007-03-07 [wwp]        2.8.1cvs3
4147
4148         * src/quote_fmt.c
4149         * src/quote_fmt_lex.l
4150         * src/quote_fmt_parse.y
4151                 Add a new quote format symbol: %A to insert the
4152                 sender email address (just the address itself).
4153
4154 2007-03-06 [wwp]        2.8.1cvs2
4155
4156         * src/gtk/gtkutils.c
4157         * src/plugins/trayicon/trayicon_prefs.h
4158         * src/plugins/trayicon/trayicon_prefs.c
4159         * src/plugins/trayicon/trayicon.c
4160         * src/mainwindow.h
4161         * src/mainwindow.c
4162                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4163                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4164
4165
4166 2007-03-06 [paul]       2.8.1cvs1
4167
4168         * NEWS
4169         * README
4170         * RELEASE_NOTES
4171         * configure.ac
4172                 bump version number following
4173                 stable release
4174
4175 2007-03-06 [paul]       2.8.0cvs24
4176
4177         * po/cs.po
4178                 corrected by by Tim <timbrain@post.cz>
4179
4180 2007-03-05 [colin]      2.8.0cvs23
4181
4182         * src/Makefile.am
4183         * src/procmime.c
4184                 Fix mime/globs path on NetBSD
4185                 patch by George Michaelson
4186
4187 2007-03-05 [wwp]        2.8.0cvs22
4188
4189         * src/addr_compl.c
4190                 Remove debug statement (accidentally committed w/ cvs14).
4191
4192 2007-03-05 [paul]       2.8.0cvs21
4193
4194         * src/plugins/pgpcore/prefs_gpg.c
4195                 fix compiler warning
4196
4197 2007-03-05 [wwp]        2.8.0cvs20
4198
4199         * src/matcher_parser_parse.y
4200                 Fix mismerge between cvs17 and cvs19.
4201
4202 2007-03-05 [wwp]        2.8.0cvs19
4203
4204         * src/matcher_parser_parse.y
4205         * src/prefs_filtering_action.c
4206         * src/matcher.c
4207         * src/matcher.h
4208         * src/filtering.c
4209         * src/filtering.h
4210                 Add new 'add_to_addressbook' filtering/processing action.
4211
4212 2007-03-05 [wwp]        2.8.0cvs18
4213
4214         * src/filtering.c
4215                 Fix mark_as_ham filtering/processing action: spam flag
4216                 was not unset.
4217
4218 2007-03-04 [colin]      2.8.0cvs17
4219
4220         * src/filtering.c
4221         * src/matcher.c
4222         * src/matcher.h
4223         * src/matcher_parser_parse.y
4224         * src/prefs_filtering_action.c
4225                 Add 'Mark as spam' and 'Mark as ham' filtering
4226                 actions. Fixes bug 1138.
4227
4228 2007-03-04 [colin]      2.8.0cvs16
4229
4230         * src/imap.c
4231                 Fix bug 1140, wrong return value
4232                 without libetpan
4233
4234 2007-03-04 [wwp]        2.8.0cvs15
4235
4236         * src/addr_compl.c
4237                 Rollback cvs14: don't free stuff that is managed in g_list.
4238
4239 2007-03-04 [wwp]        2.8.0cvs14
4240
4241         * src/addr_compl.c
4242                 Fix a leak in address completion code.
4243
4244 2007-03-04 [colin]      2.8.0cvs13
4245
4246         * src/addr_compl.c
4247                 Maybe fix bug 1136, 'Crash in group 
4248                 address completion'
4249
4250 2007-03-04 [iwkse]      2.8.0cvs12
4251
4252         * src/imap.c
4253                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4254
4255 2007-03-03 [colin]      2.8.0cvs11
4256
4257         * src/plugins/pgpinline/pgpinline.c
4258                 Fix off-by-one, fix double-free. Fixes
4259                 bug 1135, 'cm-segfault on decrypting 
4260                 with PGP/inline'
4261
4262 2007-03-03 [colin]      2.8.0cvs10
4263
4264         * configure.ac
4265         * src/main.c
4266         * src/common/plugin.c
4267                 Fix bug 1134, 'Valgrind macros unhandled 
4268                 by Irix's cc'
4269
4270 2007-03-02 [colin]      2.8.0cvs9
4271
4272         * src/mbox.c
4273                 Don't error out on EAGAIN. Fixes 
4274                 bug 1129, '"local mbox file" account 
4275                 isn't retrieving mails'
4276
4277 2007-03-01 [wwp]        2.8.0cvs8
4278
4279         * src/mainwindow.c
4280         * src/gtk/colorlabel.c
4281                 Remove accels for extra color labels until we set better
4282                 and definitive ones.
4283
4284 2007-02-28 [wwp]        2.8.0cvs7
4285
4286         * src/mainwindow.c
4287         * src/matcher_parser_parse.y
4288         * src/prefs_common.c
4289         * src/prefs_msg_colors.c
4290         * src/procmsg.h
4291         * src/gtk/colorlabel.c
4292         * src/gtk/colorlabel.h
4293                 Add more customizable color labels. Cleaned up a bit
4294                 the color label API to avoid duplicate defines of
4295                 the max number of colors.
4296
4297 2007-02-27 [colin]      2.8.0cvs6
4298
4299         * src/mainwindow.c
4300         * src/common/utils.c
4301         * src/common/utils.h
4302                 Fix '+' in mailto URIs for List-* headers
4303
4304 2007-02-27 [colin]      2.8.0cvs5
4305
4306         * src/gtk/gtkutils.c
4307                 Use gtk_window_set_role instead of 
4308                 _set_wmclass
4309
4310 2007-02-27 [colin]      2.8.0cvs4
4311
4312         * src/inc.c
4313                 Fix "After receiving new mail, go to inbox" on IMAP,
4314                 and make it work only on manual reception
4315
4316 2007-02-27 [wwp]        2.8.0cvs3
4317
4318         * src/prefs_filtering.c
4319         * src/prefs_filtering_action.c
4320         * src/prefs_matcher.c
4321                 Update filtering matcher's and action's color label menus
4322                 when re-opening those dialogs (reflect any change to the
4323                 color labels list in the preferences).
4324
4325 2007-02-27 [colin]      2.8.0cvs2
4326
4327         * src/imap.c
4328         * src/etpan/etpan-thread-manager-types.h
4329         * src/etpan/etpan-thread-manager.c
4330         * src/etpan/imap-thread.c
4331                 Log imap ALERTs as errors in the log.
4332
4333 2007-02-26 [paul]       2.8.0cvs1
4334
4335         * tools/claws.i18n.status.pl
4336                 updated
4337
4338 2007-02-26 [paul]       2.7.2cvs75
4339
4340         * po/ca.po
4341         * po/cs.po
4342         * po/de.po
4343         * po/en_GB.po
4344         * po/fi.po
4345         * po/fr.po
4346         * po/hu.po
4347         * po/pl.po
4348         * po/pt_BR.po
4349         * po/sk.po
4350         * po/sr.po
4351         * po/zh_CN.po
4352                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4353                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4354                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4355                 Aleksandar Urosevic, and Ralgh Young
4356
4357 2007-02-25 [mones]      2.7.2cvs74
4358
4359         * po/es.po
4360                 Updated for release
4361
4362 2007-02-25 [colin]      2.7.2cvs73
4363
4364         * src/main.c
4365                 Clearing the list is only useful
4366                 to prevent a valgrind false-positive
4367
4368 2007-02-25 [paul]       2.7.2cvs72
4369
4370         * tools/Makefile.am
4371         * tools/README
4372         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4373         * tools/maildir2claws-mail.pl  **REMOVED**
4374                 renamed the script, fixed a couple bugs
4375
4376 2007-02-23 [colin]      2.7.2cvs71
4377
4378         * src/addressbook.c
4379                 Fix a leak, check for a few improbable nulls
4380
4381 2007-02-23 [colin]      2.7.2cvs70
4382
4383         * src/main.c
4384         * src/main.h
4385         * src/plugins/trayicon/trayicon.c
4386                 Fix blinking mainwin when starting in tray
4387                 (show mainwindow later in the startup process,
4388                  apart if restarting post-crash)
4389
4390 2007-02-23 [colin]      2.7.2cvs69
4391
4392         * src/folderview.c
4393         * src/imap_gtk.c
4394                 Fix crash when unsubscribing the currently
4395                 selected/opened folder
4396
4397 2007-02-23 [colin]      2.7.2cvs68
4398
4399         * src/compose.c
4400                 Fix bug that prevented colorization to
4401                 work without wrap quotation option
4402
4403 2007-02-23 [colin]      2.7.2cvs67
4404
4405         * src/addr_compl.c
4406                 Fix refcounting, start and end completion who
4407                 behaved as if there couldn't be any other current
4408                 user of completion
4409
4410 2007-02-23 [wwp]        2.7.2cvs66
4411
4412         * src/addressbook.c
4413         * src/addrindex.c
4414                 Address completion fixes: fix addressbook_peek_folder_exists() in
4415                 which the algorithm was ridiculously over-obfuscated and broken.
4416                 Fix addrindex_load_completion() as well, to load addresses in
4417                 completion list with regards to what addressbook_peek_folder_exists()
4418                 returns now.
4419
4420 2007-02-23 [wwp]        2.7.2cvs65
4421
4422         * src/addr_compl.c
4423                 Add addresses to completion when they're non-empty (thanks to Colin).
4424
4425 2007-02-23 [paul]       2.7.2cvs64
4426
4427         * src/plugins/pgpcore/passphrase.c
4428                 remove 'const '
4429
4430 2007-02-23 [colin]      2.7.2cvs63
4431
4432         * src/plugins/pgpcore/prefs_gpg.c
4433         * src/plugins/pgpcore/prefs_gpg.h
4434         * src/plugins/pgpcore/sgpgme.c
4435         * src/plugins/pgpinline/pgpinline.c
4436         * src/plugins/pgpmime/pgpmime.c
4437                 Try harder to respect user's choice wrt
4438                 gpg-agent even with gpg2, by unsetting
4439                 GPG_AGENT_INFO when necessary.
4440
4441 2007-02-22 [paul]       2.7.2cvs62
4442
4443         * src/plugins/pgpcore/sgpgme.c
4444         * src/plugins/pgpcore/sgpgme.h
4445         * src/plugins/pgpcore/passphrase.c
4446         * src/plugins/pgpinline/pgpinline.c
4447         * src/plugins/pgpmime/pgpmime.c
4448                 Fix a leak - gpgme_data_release_and_get_mem
4449                 leaks in recent gpgme. Workaround by using
4450                 our own function.
4451
4452 2007-02-22 [paul]       2.7.2cvs61
4453
4454         * src/gtk/quicksearch.c
4455                 Abandon dynamic search when pressing
4456                 Enter
4457
4458 2007-02-21 [colin]      2.7.2cvs60
4459
4460         * src/procmsg.c
4461         * src/plugins/pgpcore/passphrase.c
4462                 Fix little memory leaks
4463         * src/main.c
4464                 Fix false-positive leak at exit
4465         * src/gtk/quicksearch.c
4466                 Fix potentially big leak in recursive
4467                 Quicksearch
4468
4469 2007-02-21 [wwp]        2.7.2cvs59
4470
4471         * src/summaryview.c
4472                 Add missing newline to a debug message.
4473
4474 2007-02-20 [colin]      2.7.2cvs58
4475
4476         * src/Makefile.am
4477         * src/mimeview.c
4478         * src/stock_pixmap.c
4479         * src/stock_pixmap.h
4480         * src/pixmaps/mime_pgpsig.xpm
4481                 Add icon for application/pgp-signature
4482
4483 2007-02-20 [colin]      2.7.2cvs57
4484
4485         * src/Makefile.am
4486         * src/main.c
4487         * src/mimeview.c
4488         * src/stock_pixmap.c
4489         * src/stock_pixmap.h
4490         * src/pixmaps/mime_calendar.xpm
4491         * src/pixmaps/mime_pdf.xpm
4492         * src/pixmaps/mime_ps.xpm
4493                 Add icons for text/calendar, application/pdf
4494                 and application/postscript
4495
4496 2007-02-20 [colin]      2.7.2cvs56
4497
4498         * autogen.sh
4499         * src/matcher_parser_parse.y
4500         * src/matcher_parser_lex.l
4501                 Fix big memory leak in flex, and
4502                 require flex 2.5.31
4503
4504 2007-02-20 [wwp]        2.7.2cvs55
4505
4506         * src/matcher_parser_parse.y
4507                 Fix a duplicate token definition (thanks to iwkse).
4508
4509 2007-02-20 [wwp]        2.7.2cvs54
4510
4511         * src/matcher_parser_lex.l
4512         * src/quote_fmt_lex.l
4513                 Use proper flex options instead of direct use of #define,
4514                 make the flex-generated C lighter.
4515
4516 2007-02-20 [colin]      2.7.2cvs53
4517
4518         * src/summaryview.c
4519                 Grab focus in message list after hiding
4520                 the quicksearch, instead of leaving it
4521                 "somewhere"
4522
4523 2007-02-19 [colin]      2.7.2cvs52
4524
4525         * src/folderview.c
4526                 Fix bug 1033, 'Automatically refresh 
4527                 message list when new messages arrives'
4528                 Looks like folderview->opened can sometimes
4529                 be wrong...
4530
4531 2007-02-19 [paul]       2.7.2cvs51
4532
4533         * tools/Makefile.am
4534         * tools/README
4535         * tools/thunderbird-filters-convertor.pl
4536                 add new script which converts thunderbird filter
4537                 rules to Claws filter rules
4538
4539 2007-02-18 [paul]       2.7.2cvs50
4540
4541         * src/plugins/pgpcore/prefs_gpg.c
4542         * src/plugins/pgpcore/prefs_gpg.h
4543         * src/plugins/pgpcore/sgpgme.c
4544         * src/plugins/pgpinline/pgpinline.c
4545         * src/plugins/pgpmime/pgpmime.c
4546                 improved GUI interoperability with gpg-agent
4547
4548 2007-02-18 [paul]       2.7.2cvs49
4549
4550         * src/prefs_account.c
4551                 Privacy options sensitivity fix
4552
4553 2007-02-17 [colin]      2.7.2cvs48
4554
4555         * src/messageview.c
4556                 Reset icon to warning in the noticeview
4557
4558 2007-02-15 [colin]      2.7.2cvs47
4559
4560         * src/folderview.c
4561                 Fix a manifestation of bug 1033 (summaryview failing
4562                 to update for new mails), which happens after editing
4563                 account preferences or preferences that cause a 
4564                 folderview reload.
4565
4566 2007-02-15 [colin]      2.7.2cvs46
4567
4568         * src/addressbook.c
4569                 Probably fix bug 1123, 'Segmentation 
4570                 fault while opening address book'. I get
4571                 g_warnings if the saved paned position is
4572                 not greater than 0. Also, save position
4573                 when hiding the addressbook instead of
4574                 via signal.
4575
4576 2007-02-14 [colin]      2.7.2cvs45
4577
4578         * src/plugins/pgpcore/prefs_gpg.c
4579         * src/plugins/pgpcore/prefs_gpg.h
4580         * src/plugins/pgpcore/sgpgme.c
4581         * src/plugins/pgpinline/pgpinline.c
4582         * src/plugins/pgpmime/pgpmime.c
4583                 Add an option "Use gpg-agent if available". Fixes
4584                 annoyances with distro-installed gpg-agent, when
4585                 no pinentry program is installed, and the user's 
4586                 at a loss on why "decryption failed". Makes more
4587                 clear why passphrase isn't saved when gpg-agent is
4588                 used. Defaults to true, to avoid changing the 
4589                 current behaviour.
4590
4591 2007-02-14 [wwp]        2.7.2cvs44
4592
4593         * src/matcher_parser_parse.y
4594                 Fix missing line number reset (wrong line number might appear
4595                 when re-loading filtering rules if there's a parser error).
4596
4597 2007-02-13 [colin]      2.7.2cvs43
4598
4599         * src/common/utils.c
4600                 Don't encode ',' in URIs before passing it
4601                 to the browser command-line. It was probably
4602                 done at a time where commas in URIs made
4603                 mozilla -remote 'openurl(%s,new-window)'
4604                 bug.
4605
4606 2007-02-13 [wwp]        2.7.2cvs42
4607
4608         * src/prefs_matcher.c
4609         * src/plugins/bogofilter/bogofilter_gtk.c
4610                 A bit of string factorization around "Select ..." buttons.
4611
4612 2007-02-11 [colin]      2.7.2cvs41
4613
4614         * src/alertpanel.c
4615                 Make sure to escape the title
4616
4617 2007-02-11 [colin]      2.7.2cvs40
4618
4619         * src/codeconv.c
4620                 Recognize .utf8 locales as .UTF-8 ones
4621
4622 2007-02-11 [colin]      2.7.2cvs39
4623
4624         * src/compose.c
4625                 Fix code conversion when dragging a file
4626
4627 2007-02-09 [colin]      2.7.2cvs38
4628
4629         * src/plugins/clamav/clamav_plugin.c
4630                 Complete Paul's patch with conditional
4631                 compilation to avoid breaking compilation
4632                 on old Dapper and Edgy... Maybe other
4633                 distros too.
4634
4635 2007-02-09 [paul]       2.7.2cvs37
4636
4637         * src/plugins/clamav/clamav_plugin.c
4638                 fix for the upstream changes in libclamav
4639
4640 2007-02-09 [paul]       2.7.2cvs36
4641
4642         * src/main.c
4643         * src/mainwindow.c
4644         * src/procmsg.c
4645         * src/procmsg.h
4646                 fix "warn if there are queued messages" (on exit)
4647                 option, which only checked the first mailbox's
4648                 queue
4649                 don't ask before emptying trash if there are no
4650                 messages in trash, also check and empty all trash
4651                 folders
4652         * src/prefs_other.c
4653                 move "Ask before emptying trash" option
4654                 outside of the "On exit" frame as it's
4655                 not only an "On exit" option
4656
4657 2007-02-09 [paul]       2.7.2cvs35
4658
4659         * src/addrgather.c
4660         * src/alertpanel.c
4661         * src/editldap.c
4662         * src/prefs_account.c
4663         * src/prefs_folder_item.c
4664         * src/prefs_gtk.h
4665         * src/prefs_matcher.c
4666         * src/prefs_message.c
4667         * src/prefs_msg_colors.c
4668         * src/prefs_summaries.c
4669         * src/wizard.c
4670         * src/gtk/inputdialog.c
4671         * src/plugins/bogofilter/bogofilter_gtk.c
4672                 pedantic commit: use 'checkbtn' everywhere
4673                 instead of a mixture of 'checkbtn' and 'chkbtn'
4674
4675 2007-02-09 [paul]       2.7.2cvs34
4676
4677         * src/compose.c
4678                 fix default hotkeys
4679         * src/prefs_other.c
4680         * src/prefs_send.c
4681                 move "Never send Return Receipts" from
4682                 prefs_other to prefs_send
4683                 add an option "Ask about account specific
4684                 filtering rules..." to prefs_other
4685         * src/gtk/gtkutils.c
4686                 fix a compiler warning
4687
4688 2007-02-08 [colin]      2.7.2cvs33
4689
4690         * src/plugins/pgpinline/pgpinline.c
4691                 Fix bug 1110, 'pgpmime fails to process 
4692                 encapsulated openpgp mime (rfc 3156, 6.1 
4693                 -> rfc1847)'
4694                 It was due to an interaction between PGP/Mime
4695                 and PGP/Inline plugin. 
4696
4697 2007-02-08 [colin]      2.7.2cvs32
4698
4699         * src/inc.c
4700         * src/mbox.c
4701         * src/mbox.h
4702                 Fix bug 1117, 'fcntl locking code 
4703                 does not work in mbox.c'
4704
4705 2007-02-08 [colin]      2.7.2cvs31
4706
4707         * src/prefs_account.c
4708                 Fix Gentoo bug 165819, 'can't create 
4709                 a "local mbox file" account'. Patch
4710                 by Olivier <castan.o@free.fr>
4711
4712 2007-02-07 [colin]      2.7.2cvs30
4713
4714         * src/ldapquery.c
4715                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4716                 autocompletion was used'
4717
4718 2007-02-07 [paul]       2.7.2cvs29
4719
4720         * src/folder.c
4721                 cut down on unnecessary debug_prints
4722         * src/imap_gtk.c
4723                 fix menu_set_active() on 'Show only
4724                 subscribed folders'
4725
4726 2007-02-07 [paul]       2.7.2cvs28
4727
4728         * src/plugins/clamav/clamav_plugin.c
4729         * src/plugins/clamav/clamav_plugin.h
4730         * src/plugins/clamav/clamav_plugin_gtk.c
4731                 fix copyright header
4732
4733 2007-02-07 [paul]       2.7.2cvs27
4734
4735         * src/procheader.c
4736                 fix bug 1116, 'summary view allow a 
4737                 subject line break'
4738
4739 2007-02-06 [colin]      2.7.2cvs26
4740
4741         * src/summaryview.c
4742                 Fix delete thread
4743
4744 2007-02-05 [fabien]     2.7.2cvs25
4745
4746         * po/POTFILES.in
4747         * src/uri_opener.c
4748                 i18n related - 1 fix and 1 message for translators.
4749
4750 2007-02-05 [colin]      2.7.2cvs24
4751
4752         * src/gtk/quicksearch.c
4753                 Don't reload summary list if quicksearch wasn't
4754                 active on hiding; move currently selected mail in
4755                 the visible area when showing the quicksearch
4756
4757 2007-02-05 [colin]      2.7.2cvs23
4758
4759         * src/folderview.c
4760                 Add debug to try to solve bug 1104
4761
4762 2007-02-05 [paul]       2.7.2cvs22
4763
4764         * src/mainwindow.c
4765                 confirm before emptying trash on exit is
4766                 a Yes or No answer, use Yes or No in the
4767                 dialog
4768
4769 2007-02-04 [colin]      2.7.2cvs21
4770
4771         * src/compose.c
4772         * src/plugins/pgpcore/passphrase.c
4773         * src/plugins/pgpcore/select-keys.c
4774                 Set wmclass on new windows
4775
4776 2007-02-04 [colin]
4777
4778         2.8.0-rc1 released
4779
4780 2007-02-04 [colin]      2.7.2cvs20
4781
4782         * src/compose.c
4783         * src/compose.h
4784                 Auto save drafts on exit, reopen them
4785                 at startup, instead of asking
4786         * src/account.c
4787         * src/addressadd.c
4788         * src/addressbook.c
4789         * src/addressbook_foldersel.c
4790         * src/addrgather.c
4791         * src/crash.c
4792         * src/editaddress.c
4793         * src/editbook.c
4794         * src/editgroup.c
4795         * src/editjpilot.c
4796         * src/editldap.c
4797         * src/editldap_basedn.c
4798         * src/editvcard.c
4799         * src/exphtmldlg.c
4800         * src/expldifdlg.c
4801         * src/export.c
4802         * src/foldersel.c
4803         * src/gedit-print.c
4804         * src/import.c
4805         * src/importldif.c
4806         * src/importmutt.c
4807         * src/importpine.c
4808         * src/main.c
4809         * src/mainwindow.c
4810         * src/message_search.c
4811         * src/messageview.c
4812         * src/prefs_actions.c
4813         * src/prefs_customheader.c
4814         * src/prefs_display_header.c
4815         * src/prefs_filtering.c
4816         * src/prefs_filtering_action.c
4817         * src/prefs_folder_column.c
4818         * src/prefs_gtk.c
4819         * src/prefs_matcher.c
4820         * src/prefs_other.c
4821         * src/prefs_summaries.c
4822         * src/prefs_summary_column.c
4823         * src/prefs_template.c
4824         * src/sourcewindow.c
4825         * src/ssl_manager.c
4826         * src/summary_search.c
4827         * src/uri_opener.c
4828         * src/gtk/about.c
4829         * src/gtk/description_window.c
4830         * src/gtk/foldersort.c
4831         * src/gtk/gtkutils.c
4832         * src/gtk/gtkutils.h
4833         * src/gtk/icon_legend.c
4834         * src/gtk/logwindow.c
4835         * src/gtk/pluginwindow.c
4836         * src/gtk/prefswindow.c
4837                 Give different wmclass to different
4838                 windows - thanks to sed ;)
4839
4840 2007-02-04 [colin]      2.7.2cvs19
4841
4842         * src/main.c
4843                 Revert previous patch, can't reproduce
4844                 it anymore. 
4845
4846 2007-02-03 [colin]      2.7.2cvs18
4847
4848         * src/main.c
4849                 Don't save the mainwindow size and
4850                 position on emergency exit (libSM's
4851                 "die" callback), Xfce seems to make
4852                 the window smaller just before the
4853                 size's saved.
4854
4855 2007-02-03 [colin]      2.7.2cvs17
4856
4857         * src/plugins/bogofilter/bogofilter.c
4858         * src/plugins/bogofilter/bogofilter.h
4859         * src/plugins/bogofilter/bogofilter_gtk.c
4860         * src/plugins/pgpinline/pgpinline.c
4861         * src/plugins/pgpinline/pgpinline.h
4862                 Fix more copyrights
4863
4864 2007-02-03 [colin]      2.7.2cvs16
4865
4866         * src/partial_download.c
4867         * src/partial_download.h
4868         * src/ssl_manager.c
4869         * src/ssl_manager.h
4870         * src/uri_opener.c
4871         * src/uri_opener.h
4872         * src/wizard.c
4873         * src/wizard.h
4874         * src/common/ssl_certificate.c
4875         * src/common/ssl_certificate.h
4876         * src/gtk/quicksearch.c
4877         * src/gtk/quicksearch.h
4878         * src/gtk/sslcertwindow.c
4879         * src/gtk/sslcertwindow.h
4880                 Fix copyright on my files
4881
4882 2007-02-02 [colin]      2.7.2cvs15
4883
4884         * src/Makefile.am
4885         * src/mainwindow.c
4886         * src/messageview.c
4887         * src/messageview.h
4888         * src/textview.c
4889         * src/textview.h
4890         * src/uri_opener.c
4891         * src/uri_opener.h
4892                 Add Tools/List URIs to allow
4893                 opening any URI in the current mail
4894
4895 2007-02-02 [colin]      2.7.2cvs14
4896
4897         * src/common/valgrind.h ** NEW FILE **
4898         * src/common/Makefile.am
4899         * src/common/plugin.c
4900                 Don't dlclose the plugins if we're running
4901                 under valgrind. (doesn't require valgrind
4902                 either at compile time or run time).
4903
4904 2007-02-01 [paul]       2.7.2cvs13
4905
4906         * AUTHORS
4907         * src/gtk/authors.h
4908         * tools/freshmeat_search.pl
4909         * tools/google_search.pl
4910         * tools/multiwebsearch.pl
4911                 add support for non ISO-8859-1 compatible locales
4912                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4913
4914 2007-02-01 [colin]      2.7.2cvs12
4915
4916         * src/prefs_other.c
4917         * src/prefs_summaries.c
4918                 Move keybinding prefs to the Other page
4919
4920 2007-02-01 [wwp]        2.7.2cvs11
4921
4922         * src/plugins/trayicon/trayicon.c
4923                 Fix a raising issue within KDE.
4924
4925 2007-02-01 [colin]      2.7.2cvs10
4926
4927         * src/codeconv.c
4928                 Fix stray quotes in encoded strings
4929         * src/addressadd.c
4930                 Fix wrong call causing g_warnings
4931         * src/textview.c
4932                 Remove useless message
4933
4934 2007-01-31 [wwp]        2.7.2cvs9
4935
4936         * src/plugins/trayicon/trayicon.c
4937                 fix buggy hiding of main window when closing if close-to-tray
4938                 is not set (bad logics  in the trayicon hook code).
4939                 Changed the quit confirmation message too.
4940
4941 2007-01-30 [colin]      2.7.2cvs8
4942
4943         * src/main.c
4944                 Fix hidden mainwindow after clicking on
4945                 the X close button, if compose windows
4946                 exist and the user chooses not to quit
4947
4948 2007-01-30 [colin]      2.7.2cvs7
4949
4950         * src/main.c
4951         * src/compose.c
4952                 Handle local URIs to attach files (file:///...)
4953                 Fixes attaching files from Thunar for example
4954
4955 2007-01-30 [colin]      2.7.2cvs6
4956
4957         * src/prefs_ext_prog.c
4958                 Add 'mousepad' to the list of text editors.
4959                 Mousepad is XFCE's text editor
4960
4961 2007-01-29 [wwp]        2.7.2cvs5
4962
4963         * po/POTFILES.in
4964         * src/plugins/trayicon/trayicon_prefs.c
4965                 trayicon i18n fixes, thanks to Fabien.
4966
4967 2007-01-28 [wwp]        2.7.2cvs4
4968
4969         * src/mainwindow.c
4970         * src/mainwindow.h
4971         * src/plugins/trayicon/trayicon.c
4972         * src/plugins/trayicon/trayicon_prefs.c
4973         * src/plugins/trayicon/trayicon_prefs.h
4974                 Added a new TrayIcon plugin option to close to tray
4975                 (WM's hotkey and [X] button will hide the window instead
4976                 of closing it - closing CM can be done using the tray icon
4977                 menu or the File menu).
4978                 Improved visibility handling in trayicon, clicking the
4979                 trayicon now raise the window to current desktop when it
4980                 was either minimized/shaded/on another desktop.
4981                 Thanks to Paul for testing and fixing a strange behaviour
4982                 in KDE ;-).
4983
4984 2007-01-27 [paul]       2.7.2cvs3
4985
4986         * src/prefs_folder_item.c
4987         * src/prefs_receive.c
4988         * src/plugins/pgpcore/prefs_gpg.c
4989                 use 'start-up' instead of 'startup' in labels
4990
4991 2007-01-26 [wwp]        2.7.2cvs2
4992
4993         * src/plugins/trayicon/Makefile.am
4994         * src/plugins/trayicon/trayicon.c
4995         * src/plugins/trayicon/trayicon_prefs.c
4996         * src/plugins/trayicon/trayicon_prefs.h
4997                 Add a new TrayIcon option to hide the main window at
4998                 start-up.
4999                 Fix trayicon.c copyright header.
5000
5001 2007-01-26 [paul]       2.7.2cvs1
5002
5003         * NEWS
5004         * README
5005         * RELEASE_NOTES
5006         * configure.ac
5007                 bump up version number following
5008                 stable release
5009
5010 2007-01-25 [mones]      2.7.1cvs60
5011
5012         * po/es.po
5013                 updated thousands of strings (well, probably less ;-)
5014
5015 2007-01-25 [colin]      2.7.1cvs59
5016
5017         * src/matcher.c
5018                 Fix 2nd-run loss of matcherrc on new
5019                 configurations. 
5020
5021 2007-01-25 [wwp]        2.7.1cvs58
5022
5023         * src/mimeview.c
5024                 fix handling of empty value in attach_save_directory too, thanks
5025                 to Colin.
5026
5027 2007-01-25 [wwp]        2.7.1cvs57
5028
5029         * src/gtk/filesel.c
5030                 fix handling of empty value in attach_load_directory,
5031                 thanks to Colin.
5032
5033 2007-01-25 [wwp]        2.7.1cvs56
5034
5035         * src/plugins/dillo_viewer/dillo_prefs.h
5036                 fix a typo.
5037
5038 2007-01-25 [colin]      2.7.1cvs55
5039
5040         * src/matcher.c
5041         * src/matcher.h
5042         * src/matcher_parser_parse.y
5043         * src/prefs_matcher.c
5044                 Add matching on the spam flag
5045
5046 2007-01-24 [colin]      2.7.1cvs54
5047
5048         * src/folder.c
5049         * src/common/xml.c
5050         * src/common/xml.h
5051                 Make sure folderlist.xml is correctly
5052                 written before overwriting it.
5053         * src/procmsg.c
5054         * src/procmsg.h
5055         * src/summaryview.c
5056         * src/plugins/bogofilter/bogofilter.c
5057         * src/plugins/bogofilter/bogofilter.h
5058         * src/plugins/bogofilter/bogofilter_gtk.c
5059         * src/plugins/spamassassin/spamassassin.c
5060         * src/plugins/spamassassin/spamassassin.h
5061         * src/plugins/spamassassin/spamassassin_gtk.c
5062                 Move spam to the correct trash folder after
5063                 learning, if spam directory isn't set.
5064
5065 2007-01-23 [paul]       2.7.1cvs53
5066
5067         * src/plugins/bogofilter/bogofilter_gtk.c
5068                 fix sensitivity of "Insert X-Bogosity header"
5069                 option
5070
5071 2007-01-23 [colin]      2.7.1cvs52
5072
5073         * src/toolbar.c
5074                 Translate toolbar items text if
5075                 they're translatable (default)
5076         * src/addrcache.c
5077         * src/addrcache.h
5078         * src/addritem.c
5079         * src/addritem.h
5080         * src/codeconv.c
5081         * src/codeconv.h
5082         * src/jpilot.c
5083         * src/jpilot.h
5084         * src/ldapctrl.c
5085         * src/ldapctrl.h
5086         * src/ldapquery.h
5087         * src/ldif.c
5088         * src/ldif.h
5089         * src/etpan/etpan-thread-manager.c
5090         * src/etpan/etpan-thread-manager.h
5091         * src/gtk/gtkutils.c
5092         * src/gtk/gtkutils.h
5093                 More static functions
5094
5095 2007-01-22 [fabien]     2.7.1cvs51
5096
5097         * src/gtk/gtkutils.c
5098                 gtkut_get_options_frame() : ability to pass
5099                 a 'NULL' value in frame pointer parameter if
5100                 we don't need it.
5101
5102 2007-01-22 [colin]      2.7.1cvs50
5103
5104         * src/procmsg.c
5105         * src/procmsg.h
5106         * src/plugins/bogofilter/bogofilter.c
5107         * src/plugins/bogofilter/bogofilter_gtk.c
5108         * src/plugins/spamassassin/spamassassin.c
5109         * src/plugins/spamassassin/spamassassin_gtk.c
5110                 Allow moving spams to the account's trash
5111                 instead of default one
5112
5113 2007-01-21 [colin]      2.7.1cvs49
5114
5115         * src/ldapquery.c
5116         * src/ldapquery.h
5117                 Revert a static function that shouldn't
5118                 have been
5119
5120 2007-01-21 [colin]      2.7.1cvs48
5121
5122         * src/ldapquery.c
5123         * src/ldapquery.h
5124                 Same
5125
5126 2007-01-21 [colin]      2.7.1cvs47
5127
5128         * src/procmsg.c
5129         * src/procmsg.h
5130                 Same
5131
5132 2007-01-21 [colin]      2.7.1cvs46
5133
5134         * src/common/socket.c
5135         * src/common/socket.h
5136                 Same
5137
5138 2007-01-21 [colin]      2.7.1cvs45
5139
5140         * src/crash.c
5141         * src/exporthtml.c
5142         * src/exporthtml.h
5143         * src/exportldif.c
5144         * src/exportldif.h
5145         * src/folder.c
5146         * src/folder.h
5147         * src/folder_item_prefs.c
5148         * src/folder_item_prefs.h
5149         * src/folderview.c
5150         * src/folderview.h
5151         * src/gedit-print.c
5152         * src/gedit-print.h
5153         * src/main.c
5154         * src/main.h
5155         * src/common/socket.c
5156         * src/common/socket.h
5157         * src/gtk/gtkaspell.c
5158         * src/gtk/gtkaspell.h
5159         * src/gtk/quicksearch.c
5160         * src/gtk/quicksearch.h
5161                 Same
5162
5163 2007-01-21 [colin]      2.7.1cvs44
5164
5165         * src/common/utils.c
5166         * src/common/utils.h
5167         * src/etpan/etpan-thread-manager.c
5168         * src/etpan/etpan-thread-manager.h
5169                 Same (Funny that etpan_thread_unbind
5170                 is called but not etpan_thread_bind)
5171
5172 2007-01-21 [colin]      2.7.1cvs43
5173
5174         * src/addrselect.c
5175         * src/addrselect.h
5176         * src/codeconv.c
5177         * src/codeconv.h
5178         * src/compose.c
5179         * src/compose.h
5180         * src/etpan/Makefile.am
5181         * src/gtk/colorlabel.c
5182         * src/gtk/colorlabel.h
5183         * src/gtk/sslcertwindow.c
5184         * src/gtk/sslcertwindow.h
5185         * src/etpan/etpan-log.c ** REMOVED **
5186         * src/etpan/etpan-log.h ** REMOVED **
5187                 Same
5188
5189 2007-01-20 [colin]      2.7.1cvs42
5190
5191         * src/addritem.c
5192         * src/addritem.h
5193                 Same
5194
5195 2007-01-20 [colin]      2.7.1cvs41
5196
5197         * src/account.c
5198         * src/account.h
5199         * src/addrbook.c
5200         * src/addrbook.h
5201         * src/addrcache.c
5202         * src/addrcache.h
5203         * src/addrclip.c
5204         * src/addrclip.h
5205         * src/addressbook.c
5206         * src/addressbook.h
5207         * src/addrharvest.c
5208         * src/addrharvest.h
5209         * src/addrindex.c
5210         * src/addrindex.h
5211         * src/editaddress.c
5212         * src/editaddress.h
5213                 Make functions that aren't used in other
5214                 files static
5215
5216 2007-01-20 [colin]      2.7.1cvs40
5217
5218         * src/account.c
5219         * src/addrbook.c
5220         * src/addrcache.c
5221         * src/addressbook.c
5222         * src/addrgather.c
5223         * src/addrindex.c
5224         * src/addrquery.c
5225         * src/addrselect.c
5226         * src/browseldap.c
5227         * src/compose.c
5228         * src/editbook.c
5229         * src/editjpilot.c
5230         * src/editldap.c
5231         * src/editldap_basedn.c
5232         * src/editvcard.c
5233         * src/exporthtml.c
5234         * src/exportldif.c
5235         * src/folder.c
5236         * src/folderview.c
5237         * src/image_viewer.c
5238         * src/imap.c
5239         * src/importmutt.c
5240         * src/importpine.c
5241         * src/jpilot.c
5242         * src/ldapquery.c
5243         * src/main.c
5244         * src/mainwindow.c
5245         * src/matcher.c
5246         * src/messageview.c
5247         * src/mh.c
5248         * src/mimeview.c
5249         * src/msgcache.c
5250         * src/mutt.c
5251         * src/news.c
5252         * src/pine.c
5253         * src/prefs_account.c
5254         * src/prefs_common.c
5255         * src/prefs_compose_writing.c
5256         * src/prefs_ext_prog.c
5257         * src/prefs_folder_item.c
5258         * src/prefs_fonts.c
5259         * src/prefs_message.c
5260         * src/prefs_msg_colors.c
5261         * src/prefs_other.c
5262         * src/prefs_quote.c
5263         * src/prefs_receive.c
5264         * src/prefs_send.c
5265         * src/prefs_spelling.c
5266         * src/prefs_summaries.c
5267         * src/prefs_toolbar.c
5268         * src/prefs_wrapping.c
5269         * src/privacy.c
5270         * src/procmime.c
5271         * src/procmsg.c
5272         * src/ssl_manager.c
5273         * src/statusbar.c
5274         * src/summaryview.c
5275         * src/toolbar.c
5276         * src/vcard.c
5277         * src/common/hooks.c
5278         * src/common/log.c
5279         * src/common/passcrypt.c
5280         * src/common/socket.c
5281         * src/common/ssl.c
5282         * src/common/ssl_certificate.c
5283         * src/common/template.c
5284         * src/common/utils.c
5285         * src/etpan/imap-thread.c
5286         * src/gtk/sslcertwindow.c
5287         * src/gtk/sslcertwindow.h
5288                 Make functions that could be static, static
5289
5290 2007-01-20 [colin]      2.7.1cvs39
5291
5292         * src/editldap.c
5293                 Fix tooltip
5294
5295 2007-01-20 [colin]      2.7.1cvs38
5296
5297         * src/ldapquery.c
5298         * src/ldaputil.c
5299         * src/ldaputil.h
5300                 Fix bug 1102, 'claws-mail-2.7.1 
5301                 makes use of deprecated ldap 
5302                 functions'
5303
5304 2007-01-20 [colin]      2.7.1cvs37
5305
5306         * src/mainwindow.c
5307         * src/mainwindow.h
5308         * src/summaryview.c
5309         * src/gtk/quicksearch.c
5310                 Add Wide message list layout
5311
5312 2007-01-19 [fabien]     2.7.1cvs36
5313
5314         * src/textview.c
5315                 make sure a font change is considered in links of
5316                 headerview.
5317
5318 2007-01-19 [colin]      2.7.1cvs35
5319
5320         * src/main.c
5321         * src/mainwindow.c
5322         * src/mainwindow.h
5323         * src/messageview.c
5324         * src/messageview.h
5325         * src/prefs_common.c
5326         * src/prefs_common.h
5327         * src/summaryview.c
5328         * src/summaryview.h
5329         * src/gtk/quicksearch.c
5330         * src/gtk/quicksearch.h
5331                 Drop 'Separate Folder tree' and 'Separate
5332                 Message View'. Put three layouts in place
5333                 of it.
5334
5335 2007-01-19 [paul]       2.7.1cvs34
5336
5337         * src/prefs_msg_colors.c
5338                 more use of Q_ for translators
5339
5340 2007-01-19 [paul]       2.7.1cvs33
5341
5342         * src/imap_gtk.c
5343         * src/prefs_account.c
5344                 a few changes to the English
5345
5346 2007-01-19 [fabien]     2.7.1cvs32
5347
5348         * src/wizard.c
5349                 factorize translatable string
5350
5351 2007-01-18 [colin]      2.7.1cvs31
5352
5353         * src/main.c
5354                 Don't error out on --sync option. Although
5355                 we don't do anything with it, gtk+ handles
5356                 it, and it's useful for debugging X errors
5357
5358 2007-01-18 [fabien]     2.7.1cvs30
5359
5360         * src/prefs_other.c
5361                 ability to apply on the fly the recent added
5362                 'gtk_can_change_accels' pref (no need to restart).
5363
5364 2007-01-18 [fabien]     2.7.1cvs29
5365
5366         * src/plugins/bogofilter/bogofilter_gtk.c
5367         * src/plugins/bogofilter/bogofilter.c
5368         * src/plugins/spamassassin/spamassassin_gtk.c
5369         * src/addr_compl.c
5370         * src/prefs_account.c
5371                 factorize or rewrite some translatable strings.
5372
5373 2007-01-18 [fabien]     2.7.1cvs28
5374
5375         * src/prefs_gtk.h
5376         * src/compose.c
5377                 set a 4pix space between "Subject:" label and subject entry in
5378                 compose window.
5379
5380 2007-01-18 [wwp]        2.7.1cvs27
5381
5382         * src/addressbook.c
5383                 fix conflicting address-copy/paste when focus is set
5384                 to the embedded edit-person form.
5385  
5386
5387 2007-01-18 [wwp]        2.7.1cvs26
5388
5389         * src/addressbook.h
5390                 complete 2.7.1cvs23 (one more file was missing from that
5391                 commit).
5392
5393 2007-01-18 [colin]      2.7.1cvs25
5394
5395         * src/main.c
5396                 Provide a way to migrate without backup
5397                 Re-ask for migration on next start if 
5398                 it has been refused and wizard has been 
5399                 cancelled after.
5400
5401 2007-01-18 [wwp]        2.7.1cvs24
5402
5403         * src/editaddress.c
5404                 complete 2.7.1.cvs23 (file was missing from previous
5405                 commit).
5406
5407 2007-01-18 [wwp]        2.7.1cvs23
5408
5409         * src/addressbook.c
5410                 fix potential crashes in address book's focus_in/out signal handlers,
5411                 force focus to the edit-person form when clicked the Edit menu entry or
5412                 button (this only matters if the edit-person form is embedded to the
5413                 AB window, in that case, focus is not set when browsing the contacts
5414                 list w/ keys or mouse clicks).
5415
5416 2007-01-18 [paul]       2.7.1cvs22
5417
5418         * src/main.c
5419                 add command line options:
5420                 -h for --help
5421                 -q and --quit for --exit
5422                 -v for --version
5423                 print "Unknown option" for unknown options
5424
5425 2007-01-18 [paul]       2.7.1cvs21
5426
5427         * po/ru.po
5428                 updated by Pavlo Bohmat
5429
5430 2007-01-18 [paul]       2.7.1cvs20
5431
5432         * src/mainwindow.c
5433                 fix sensitivity issues of Mark as Spam/Ham
5434
5435 2007-01-17 [fabien]     2.7.1cvs19
5436
5437         * src/prefs_other.c
5438         * src/prefs_common.c
5439         * src/prefs_common.h
5440         * src/main.c
5441                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5442                 control the corresponding gtk property. It could be used to lock
5443                 all shortcuts (avoid to set one of them by inadvertency).
5444
5445 2007-01-17 [colin]      2.7.1cvs18
5446
5447         * src/summaryview.c
5448                 Fix bug 1100, 'Highlighted e-mail data not visible 
5449                 when color label applied.'. Use a weighted average
5450                 between normal selected foreground color and color
5451                 label instead of a simple one (3/1 instead 1/1).
5452
5453 2007-01-17 [colin]      2.7.1cvs17
5454
5455         * src/messageview.c
5456                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5457                 crash' - don't prevent mail switching while loading
5458
5459 2007-01-17 [colin]      2.7.1cvs16
5460
5461         * src/folder.c
5462         * src/folder.h
5463         * src/folderview.c
5464         * src/folderview.h
5465         * src/imap.c
5466         * src/imap.h
5467         * src/imap_gtk.c
5468                 Manage recursive search of unsubscribed folders
5469                 Rescan tree without checking for new messages 
5470                 after subscriptions changed
5471
5472 2007-01-17 [paul]       2.7.1cvs15
5473
5474         * src/prefs_common.c
5475         * src/gtk/pluginwindow.c
5476                 fix bug 1101, '"Load plugin" button is
5477                 accidentally hidden'
5478                 unset (-1) initial width in prefs_common,
5479                 fix overlapping buttons,
5480                 and other cleanups
5481
5482 2007-01-17 [paul]       2.7.1cvs14
5483
5484         * src/procmime.c
5485                 add #include <errno.h>, it's needed
5486                 on some systems
5487
5488 2007-01-17 [paul]       2.7.1cvs13
5489
5490         * src/common/defs.h
5491         * tools/make.themes.project
5492                 rename .sylpheed_themeinfo to .claws_themeinfo
5493                 and use it
5494         * src/etpan/etpan-errors.h
5495         * src/etpan/etpan-log.c
5496         * src/etpan/etpan-log.h
5497         * src/etpan/etpan-thread-manager-types.h
5498         * src/etpan/etpan-thread-manager.c
5499         * src/etpan/etpan-thread-manager.h
5500         * src/etpan/imap-thread.c
5501         * src/etpan/imap-thread.h
5502                 add copyright header
5503
5504 2007-01-17 [colin]      2.7.1cvs12
5505
5506         * src/plugins/pgpcore/select-keys.c
5507         * src/gtk/pluginwindow.c
5508         * src/prefs_account.c
5509                 Fix warnings
5510
5511 2007-01-16 [colin]      2.7.1cvs11
5512
5513         * src/imap.c
5514         * src/imap.h
5515         * src/imap_gtk.c
5516                 Manage subscribing to subfolders when only
5517                 subscribed folders are shown.
5518
5519 2007-01-16 [colin]      2.7.1cvs10
5520
5521         * src/folderview.c
5522                 Fix annoying vscrollbar going back to top
5523                 on Check for new folders
5524
5525 2007-01-16 [colin]      2.7.1cvs9
5526
5527         * src/imap.c
5528                 Remove printf
5529
5530 2007-01-16 [colin]      2.7.1cvs8
5531
5532         * src/filtering.c
5533                 Bigger buffer for errors
5534         * src/imap.c
5535         * src/imap.h
5536         * src/imap_gtk.c
5537         * src/prefs_account.c
5538         * src/prefs_account.h
5539         * src/wizard.c
5540         * src/etpan/imap-thread.c
5541         * src/etpan/imap-thread.h
5542         * manual/handling.xml
5543                 Add subscriptions management. What it changes:
5544                 Creating a folder subscribes to it
5545                 Deleting a folder unsubscribes it
5546                 New contextual menu item allowing to switch between
5547                 All folders and Subscribed folders, subscribe, and
5548                 unsubscribe. "Creating" an existing but unsubscribed
5549                 folder will subscribe it.
5550                 By default for new accounts, only subscribed folders 
5551                 are shown.
5552
5553
5554 2007-01-16 [paul]       2.7.1cvs7
5555
5556         * src/summaryview.c
5557                 Allow folder classes to specify only sort_key or
5558                 sort_type instead of both or none.
5559
5560 2007-01-16 [paul]       2.7.1cvs6
5561
5562         * src/action.c
5563         * src/compose.c
5564         * src/mimeview.c
5565         * src/procmime.c
5566         * src/textview.c
5567                 Save and use errno for procmime_get_part
5568
5569 2007-01-16 [colin]      2.7.1cvs5
5570
5571         * src/imap.c
5572                 Never remove INBOX when scanning for
5573                 new folders. It's a special folder
5574                 that has to exist.
5575
5576 2007-01-15 [colin]      2.7.1cvs4
5577
5578         * src/imap.c
5579                 Fix 'Check for new folders' when IMAP subdirectory
5580                 is set
5581         * src/etpan/imap-thread.c
5582                 Fix build
5583
5584 2007-01-15 [colin]      2.7.1cvs3
5585
5586         * src/etpan/imap-thread.c
5587                 Fix invalid free on command-connection
5588                 error
5589
5590 2007-01-15 [wwp]        2.7.1cvs2
5591
5592         * src/matcher_parser_lex.l
5593         * src/quote_fmt_lex.l
5594         * src/matcher_parser_parse.y
5595                 fix copyright header in lexers and parsers.
5596
5597 2007-01-15 [paul]       2.7.1cvs1
5598
5599         * NEWS
5600         * README
5601         * RELEASE_NOTES
5602         * configure.ac
5603                 bump up version number following
5604                 stable release
5605
5606 2007-01-15 [paul]       2.7.0cvs31
5607
5608         * AUTHORS
5609         * src/gtk/authors.h
5610                 add Fabien to the Team list
5611                 add the recent contributors
5612                 make a few corrections
5613
5614 2007-01-15 [paul]       2.7.0cvs30
5615
5616         * src/mainwindow.c
5617                 fix compiler warning
5618         * src/plugins/pgpcore/prefs_gpg.c
5619         * src/plugins/pgpcore/prefs_gpg.h
5620                 add missing include
5621                 fix copyright header
5622
5623 2007-01-14 [colin]      2.7.0cvs29
5624
5625         * src/gtk/filesel.c
5626                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5627                 two benefits: faster to open, will fix strange
5628                 dbus-related crash. Thanks to Pascal Terjan.
5629
5630 2007-01-14 [colin]      2.7.0cvs28
5631
5632         * src/etpan/imap-thread.c
5633                 Delete the old imap just after allocating
5634                 the new one. Makes sure we don't get the
5635                 same pointer by sheer luck, which feels
5636                 strange in the debug log.
5637
5638 2007-01-14 [colin]      2.7.0cvs27
5639
5640         * src/gtk/inputdialog.c
5641                 Make sure we don't print passwords in
5642                 clear text when in debug mode
5643
5644 2007-01-14 [colin]      2.7.0cvs26
5645
5646         * src/gtk/gtksctree.c
5647                 Fix bug 1098, 'bogus last row display 
5648                 after expanding a thread'. Patch by
5649                 Jindrich Makovicka <makovick@gmail.com>
5650
5651 2007-01-14 [colin]      2.7.0cvs25
5652
5653         * src/etpan/imap-thread.c
5654                 Close socket manually before
5655                 freeing the imap struct
5656
5657 2007-01-14 [colin]      2.7.0cvs24
5658
5659         * src/etpan/imap-thread.c
5660                 Maybe fix new reconnection issues
5661
5662 2007-01-13 [colin]      2.7.0cvs23
5663
5664         * src/summaryview.c
5665                 Freeze/thaw on thread selection
5666
5667 2007-01-13 [paul]       2.7.0cvs22
5668
5669         * src/mainwindow.c
5670         * src/summaryview.c
5671         * src/summaryview.h
5672                 add 'Edit/Delete thread'
5673
5674 2007-01-13 [colin]      2.7.0cvs21
5675
5676         * src/prefs_account.c
5677         * src/prefs_compose_writing.c
5678         * src/prefs_message.c
5679         * src/prefs_msg_colors.c
5680         * src/prefs_other.c
5681         * src/prefs_receive.c
5682         * src/prefs_spelling.c
5683         * src/prefs_summaries.c
5684         * src/prefs_themes.c
5685         * src/gtk/gtkutils.c
5686         * src/gtk/gtkutils.h
5687         * src/plugins/pgpcore/prefs_gpg.c
5688         * src/plugins/spamassassin/spamassassin_gtk.c
5689                 Factorize gtk frame creation
5690                 Patch by Pawel
5691
5692 2007-01-13 [colin]      2.7.0cvs20
5693
5694         * src/message_search.c
5695         * src/summary_search.c
5696                 Fix Enter in search windows
5697         * src/messageview.c
5698                 Fix body search starting at the
5699                 end of the mail (and asking for loop)
5700
5701 2007-01-13 [colin]      2.7.0cvs19
5702
5703         * src/etpan/imap-thread.c
5704                 Make sure we don't free the same imap
5705                 twice
5706
5707 2007-01-13 [colin]      2.7.0cvs18
5708
5709         * commitHelper
5710                 Allow multiple commitHelpers to
5711                 run at once
5712
5713 2007-01-12 [colin]      2.7.0cvs17
5714
5715         * src/etpan/imap-thread.c
5716                 Make sure we get rid of the previous mailimap
5717                 when connecting - just in case disconnect was
5718                 unclean
5719
5720 2007-01-12 [paul]       2.7.0cvs16
5721
5722         * src/compose.c
5723                 Strip S/MIME signatures when re-editing
5724                 S/MIME signed messages.
5725
5726 2007-01-12 [paul]       2.7.0cvs15
5727
5728         * configure.ac
5729         * src/addressbook.c
5730         * src/foldersel.c
5731         * src/folderview.c
5732         * src/main.c
5733                 no need to define CLAWS anymore, remove
5734                 all that stuff
5735
5736 2007-01-12 [paul]       2.7.0cvs14
5737
5738         * src/mimeview.c
5739                 check if the mail's signed as
5740                 it can change the mail structure
5741                 Thanks to Colin
5742
5743 2007-01-12 [paul]       2.7.0cvs13
5744
5745         * src/procmime.c
5746                 fix Forwarding msgs with attachments
5747                 that have dos line endings
5748                 Thanks to Colin
5749
5750 2007-01-12 [wwp]        2.7.0cvs12
5751
5752         * configure.ac
5753                 Revert accidentally committed extra version tag.
5754
5755 2007-01-12 [wwp]        2.7.0cvs11
5756
5757         * src/prefs_account.c
5758                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5759
5760 2007-01-11 [colin]      2.7.0cvs10
5761
5762         * src/imap.c
5763                 move g_warning to debug_print
5764                 it scares people for no reason
5765
5766 2007-01-11 [colin]      2.7.0cvs9
5767
5768         * po/POTFILES.in
5769                 Fix files to translate. Patch by
5770                 Fabien
5771
5772 2007-01-11 [paul]       2.7.0cvs8
5773
5774         * src/imap.c
5775                 Fix recursion when server lists the
5776                 current subfolder in the response
5777         * src/mimeview.c
5778                 Fix updating of icon_list/ctree
5779         * src/plugins/pgpcore/select-keys.c
5780                 Fix a few annoyances when choosing
5781                 keys for the CMS (S/MIME) protocol
5782
5783 2007-01-11 [wwp]        2.7.0cvs7
5784
5785         * src/compose.c
5786         * src/prefs_account.c
5787         * src/prefs_account.h
5788                 Add per-account spellcheck default dictionaries settings.
5789
5790 2007-01-10 [colin]      2.7.0cvs6
5791
5792         * src/prefs_folder_item.c
5793                 Factorize strings - patch by Fabien
5794
5795 2007-01-10 [colin]      2.7.0cvs5
5796
5797         * src/mainwindow.c
5798                 Fix bug 1095, 'Crash while changing folder 
5799                 columns during incorporation'
5800
5801 2007-01-09 [colin]      2.7.0cvs4
5802
5803         * src/gtk/pluginwindow.c
5804                 Set the plugin window transient. Seems
5805                 like some window managers hide it in
5806                 the background after "load plugin"...
5807
5808 2007-01-09 [colin]      2.7.0cvs3
5809
5810         * src/gtk/filesel.c
5811                 Use the same type for alloc and free
5812
5813 2007-01-08 [paul]       2.7.0cvs2
5814
5815         * po/nl.po
5816                 updated by Tim Dijkstra
5817
5818 2007-01-08 [paul]       2.7.0cvs1
5819
5820         * src/prefs_themes.c
5821         * src/common/utils.c
5822                 Fix resource leaks
5823
5824 2007-01-08 [paul]       2.7.0
5825
5826         * NEWS
5827         * README
5828         * RELEASE_NOTES
5829                 2.7.0 released
5830
5831 2007-01-08 [paul]       2.6.1cvs119
5832
5833         * doc/man/claws-mail.1
5834                 another correction
5835
5836 2007-01-08 [paul]       2.6.1cvs118
5837
5838         * doc/man/claws-mail.1
5839                 corrections
5840         * manual/advanced.xml
5841                 improved English usage
5842
5843 2007-01-08 [paul]       2.6.1cvs117
5844
5845         * po/ca.po
5846         * po/de.po
5847         * po/en_GB.po
5848         * po/fi.po
5849         * po/it.po
5850         * po/pt_BR.po
5851         * po/sk.po
5852         * po/sr.po
5853         * po/zh_CN.po
5854                 updated by Miquel Oliete, Stephan Sachse, me,
5855                 Tommi Pirinen, Andrea Spadaccini, Frederico
5856                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5857                 Urosevic, and Ralgh Young
5858
5859 2007-01-07 [mones]      2.6.1cvs116
5860
5861         * manual/es/advanced.xml
5862         * po/es.po
5863                 Synced manual (unhide mark_as_read_delay)
5864                 and updated translation for release
5865
5866 2007-01-07 [paul]       2.6.1cvs115
5867
5868         * src/prefs_matcher.c
5869                 make the hbox content fit better under
5870                 various languages
5871
5872 2007-01-07 [colin]      2.6.1cvs114
5873
5874         * src/messageview.c
5875                 Fix bug 1088, 'Ctrl-h produces repeatable
5876                 crash'
5877
5878 2007-01-06 [colin]      2.6.1cvs113
5879
5880         * src/etpan/imap-thread.c
5881                 Add casts to int to get certs. Fixes
5882                 bug 1064, 'crash @ etpan_certificate_check() 
5883                 when opening an IMAP folder', with latest
5884                 libetpan CVS or >= 0.49
5885         * src/mainwindow.c
5886         * src/mainwindow.h
5887         * src/imap_gtk.c
5888         * src/news_gtk.c
5889         * src/prefs_folder_item.c
5890                 Grey out the "synchronise" menu items if
5891                 there's nothing to synchronise.
5892         * src/plugins/pgpcore/sgpgme.c
5893                 Make an error clearer than "Unknown error"
5894
5895 2007-01-06 [colin]      2.6.1cvs112
5896
5897         * src/messageview.c
5898                 Don't try to show a message if updating
5899                 Maybe fixes bug 1088, 'ctrl-h produces
5900                 repeatable crash'.
5901
5902 2007-01-06 [colin]      2.6.1cvs111
5903
5904         * src/summaryview.c
5905                 Disable Control-Space (handle it as Space).
5906
5907 2007-01-05 [paul]       2.6.1cvs110
5908
5909         * src/imap.c
5910                 Fix bug 934, 'sylpheed claws 2.1 
5911                 doesn't show Exchanges Public Folders'
5912                 Thanks to Hoa and Colin
5913         * src/msgcache.c
5914                 Refuse to allocate more than 2 MB for a 
5915                 single field, it's a good indication of
5916                 cache corruption.
5917
5918 2007-01-05 [colin]      2.6.1cvs109
5919
5920         * src/mainwindow.c
5921                 Allow --select'ing emails by Message-ID too
5922
5923 2007-01-05 [colin]      2.6.1cvs108
5924
5925         * src/common/quoted-printable.c
5926                 Uh! Third fix :)
5927
5928 2007-01-05 [colin]      2.6.1cvs107
5929
5930         * src/common/quoted-printable.c
5931                 Fix previous commit about bug 1089
5932                 Thanks to Ralf
5933
5934 2007-01-05 [colin]      2.6.1cvs106
5935
5936         * src/common/quoted-printable.c
5937                 Fix my previous commit on bug 1089
5938                 - Thanks to Ralf :)
5939
5940 2007-01-04 [colin]      2.6.1cvs105
5941
5942         * src/common/quoted-printable.c
5943                 Fix bug 1089, 'NUL characters in Subject 
5944                 line are misinterpreted'. Not a pain to
5945                 fix in fact.
5946
5947 2007-01-04 [colin]      
5948
5949         2.7.0-rc3 released
5950
5951 2007-01-04 [wwp]        2.6.1cvs104
5952
5953         * src/image_viewer.c
5954                 Force operator precedence (fix a compiler warning).
5955
5956 2007-01-04 [colin]      2.6.1cvs103
5957
5958         * src/image_viewer.c
5959                 Be cautious there too (same fix as the one
5960                 in textview from cvs33)
5961         * src/messageview.c
5962                 Don't use any MimeViewer plugin when showing
5963                 all headers
5964
5965 2007-01-03 [wwp]        2.6.1cvs102
5966
5967         * src/html.c
5968         * src/html.h
5969                 fixed "cent" sign (use the existing ASCII one),
5970                 decode more HTML entities,
5971                 converted table ASCII entries to UTF-8,
5972                 moved a switch() into a hashtable.
5973
5974 2007-01-03 [paul]       2.6.1cvs101
5975
5976         * src/compose.c
5977         * src/messageview.c
5978         * src/procmsg.c
5979         * src/procmsg.h
5980                 When possible, use move_msg instead of
5981                 copy_msg + remove_msg to move sent mail
5982                 from Queue to Sent. 
5983
5984 2007-01-03 [paul]       2.6.1cvs100
5985
5986         * src/html.c
5987                 add more html entity recognition:
5988                 pounds, euros, and cents
5989
5990 2007-01-03 [colin]      2.6.1cvs99
5991
5992         * src/imap_gtk.c
5993                 Don't display an error on NOSELECT
5994                 folders when synchronising
5995
5996 2007-01-03 [paul]       2.6.1cvs98
5997
5998         * tools/maildir2claws-mail.pl
5999                 only substitute 'sent-mail' if it's
6000                 the full directory name
6001
6002 2007-01-03 [paul]       2.6.1cvs97
6003
6004         * ChangeLog
6005         * ChangeLog.pre2.0.0
6006         * Makefile.am
6007                 archive a chunk of ChangeLog in
6008                 ChangeLog.pre2.0.0
6009         * ChangeLog.gtk1
6010         * doc/src/ChangeLog.claws-pre0.8.0
6011                 remove ChangeLog.claws-pre0.8.0, adding
6012                 its contents to ChangeLog.gtk1
6013
6014 2007-01-03 [paul]       2.6.1cvs96
6015
6016         * src/account.c
6017         * src/account.h
6018         * src/action.c
6019         * src/action.h
6020         * src/adbookbase.h
6021         * src/addr_compl.c
6022         * src/addr_compl.h
6023         * src/addrbook.c
6024         * src/addrcache.c
6025         * src/addrcache.h
6026         * src/addrcindex.c
6027         * src/addrcindex.h
6028         * src/addrclip.c
6029         * src/addrclip.h
6030         * src/addrdefs.h
6031         * src/addressadd.c
6032         * src/addressadd.h
6033         * src/addressbook.c
6034         * src/addressbook.h
6035         * src/addressbook_foldersel.c
6036         * src/addressbook_foldersel.h
6037         * src/addrgather.c
6038         * src/addrgather.h
6039         * src/addrharvest.c
6040         * src/addrharvest.h
6041         * src/addrindex.c
6042         * src/addrindex.h
6043         * src/addritem.c
6044         * src/addritem.h
6045         * src/addrquery.c
6046         * src/addrquery.h
6047         * src/addrselect.c
6048         * src/addrselect.h
6049         * src/alertpanel.c
6050         * src/alertpanel.h
6051         * src/browseldap.c
6052         * src/browseldap.h
6053         * src/codeconv.c
6054         * src/codeconv.h
6055         * src/compose.c
6056         * src/compose.h
6057         * src/customheader.c
6058         * src/customheader.h
6059         * src/displayheader.c
6060         * src/displayheader.h
6061         * src/editaddress.c
6062         * src/editaddress.h
6063         * src/editbook.c
6064         * src/editbook.h
6065         * src/editgroup.c
6066         * src/editgroup.h
6067         * src/editjpilot.c
6068         * src/editjpilot.h
6069         * src/editldap.c
6070         * src/editldap.h
6071         * src/editldap_basedn.c
6072         * src/editldap_basedn.h
6073         * src/editvcard.c
6074         * src/editvcard.h
6075         * src/exphtmldlg.c
6076         * src/exphtmldlg.h
6077         * src/expldifdlg.c
6078         * src/expldifdlg.h
6079         * src/export.c
6080         * src/export.h
6081         * src/exporthtml.c
6082         * src/exporthtml.h
6083         * src/exportldif.c
6084         * src/exportldif.h
6085         * src/filtering.c
6086         * src/filtering.h
6087         * src/folder.c
6088         * src/folder.h
6089         * src/folder_item_prefs.c
6090         * src/folder_item_prefs.h
6091         * src/foldersel.c
6092         * src/foldersel.h
6093         * src/folderutils.c
6094         * src/folderutils.h
6095         * src/folderview.c
6096         * src/folderview.h
6097         * src/grouplistdialog.c
6098         * src/grouplistdialog.h
6099         * src/headerview.c
6100         * src/html.c
6101         * src/html.h
6102         * src/image_viewer.c
6103         * src/image_viewer.h
6104         * src/imap.c
6105         * src/imap.h
6106         * src/imap_gtk.c
6107         * src/imap_gtk.h
6108         * src/import.c
6109         * src/import.h
6110         * src/importldif.c
6111         * src/importldif.h
6112         * src/importmutt.c
6113         * src/importmutt.h
6114         * src/importpine.c
6115         * src/importpine.h
6116         * src/inc.c
6117         * src/inc.h
6118         * src/jpilot.c
6119         * src/jpilot.h
6120         * src/ldapctrl.c
6121         * src/ldapctrl.h
6122         * src/ldaplocate.c
6123         * src/ldaplocate.h
6124         * src/ldapquery.c
6125         * src/ldapquery.h
6126         * src/ldapserver.c
6127         * src/ldapserver.h
6128         * src/ldaputil.c
6129         * src/ldaputil.h
6130         * src/ldif.c
6131         * src/ldif.h
6132         * src/main.c
6133         * src/main.h
6134         * src/mainwindow.c
6135         * src/mainwindow.h
6136         * src/manual.c
6137         * src/manual.h
6138         * src/mbox.c
6139         * src/message_search.c
6140         * src/message_search.h
6141         * src/messageview.c
6142         * src/messageview.h
6143         * src/mh.c
6144         * src/mh.h
6145         * src/mh_gtk.c
6146         * src/mh_gtk.h
6147         * src/mimeview.c
6148         * src/mimeview.h
6149         * src/msgcache.c
6150         * src/msgcache.h
6151         * src/mutt.c
6152         * src/mutt.h
6153         * src/news.c
6154         * src/news.h
6155         * src/news_gtk.c
6156         * src/news_gtk.h
6157         * src/partial_download.c
6158         * src/partial_download.h
6159         * src/pine.c
6160         * src/pine.h
6161         * src/pop.c
6162         * src/pop.h
6163         * src/prefs_account.c
6164         * src/prefs_account.h
6165         * src/prefs_actions.c
6166         * src/prefs_actions.h
6167         * src/prefs_common.c
6168         * src/prefs_common.h
6169         * src/prefs_compose_writing.c
6170         * src/prefs_compose_writing.h
6171         * src/prefs_customheader.c
6172         * src/prefs_customheader.h
6173         * src/prefs_display_header.c
6174         * src/prefs_display_header.h
6175         * src/prefs_filtering.c
6176         * src/prefs_filtering.h
6177         * src/prefs_filtering_action.c
6178         * src/prefs_filtering_action.h
6179         * src/prefs_folder_column.c
6180         * src/prefs_folder_column.h
6181         * src/prefs_folder_item.c
6182         * src/prefs_folder_item.h
6183         * src/prefs_fonts.c
6184         * src/prefs_fonts.h
6185         * src/prefs_gtk.c
6186         * src/prefs_gtk.h
6187         * src/prefs_image_viewer.c
6188         * src/prefs_image_viewer.h
6189         * src/prefs_matcher.c
6190         * src/prefs_matcher.h
6191         * src/prefs_message.c
6192         * src/prefs_msg_colors.c
6193         * src/prefs_msg_colors.h
6194         * src/prefs_other.c
6195         * src/prefs_quote.c
6196         * src/prefs_receive.c
6197         * src/prefs_send.c
6198         * src/prefs_spelling.c
6199         * src/prefs_spelling.h
6200         * src/prefs_summaries.c
6201         * src/prefs_summaries.h
6202         * src/prefs_summary_column.c
6203         * src/prefs_summary_column.h
6204         * src/prefs_template.c
6205         * src/prefs_template.h
6206         * src/prefs_themes.c
6207         * src/prefs_themes.h
6208         * src/prefs_toolbar.c
6209         * src/prefs_toolbar.h
6210         * src/prefs_wrapping.c
6211         * src/prefs_wrapping.h
6212         * src/privacy.c
6213         * src/privacy.h
6214         * src/procheader.c
6215         * src/procheader.h
6216         * src/procmime.c
6217         * src/procmime.h
6218         * src/procmsg.c
6219         * src/procmsg.h
6220         * src/quote_fmt.c
6221         * src/quote_fmt_parse.y
6222         * src/recv.c
6223         * src/recv.h
6224         * src/remotefolder.c
6225         * src/remotefolder.h
6226         * src/send_message.c
6227         * src/send_message.h
6228         * src/setup.c
6229         * src/setup.h
6230         * src/sourcewindow.c
6231         * src/sourcewindow.h
6232         * src/ssl_manager.c
6233         * src/ssl_manager.h
6234         * src/statusbar.c
6235         * src/statusbar.h
6236         * src/stock_pixmap.c
6237         * src/stock_pixmap.h
6238         * src/summary_search.c
6239         * src/summary_search.h
6240         * src/summaryview.c
6241         * src/summaryview.h
6242         * src/textview.c
6243         * src/textview.h
6244         * src/toolbar.c
6245         * src/toolbar.h
6246         * src/undo.c
6247         * src/undo.h
6248         * src/unmime.c
6249         * src/unmime.h
6250         * src/vcard.c
6251         * src/vcard.h
6252         * src/wizard.c
6253         * src/wizard.h
6254         * src/common/base64.c
6255         * src/common/base64.h
6256         * src/common/defs.h
6257         * src/common/hooks.c
6258         * src/common/hooks.h
6259         * src/common/log.c
6260         * src/common/log.h
6261         * src/common/mgutils.c
6262         * src/common/mgutils.h
6263         * src/common/nntp.c
6264         * src/common/nntp.h
6265         * src/common/passcrypt.c
6266         * src/common/passcrypt.h.in
6267         * src/common/plugin.c
6268         * src/common/plugin.h
6269         * src/common/prefs.c
6270         * src/common/prefs.h
6271         * src/common/progressindicator.c
6272         * src/common/progressindicator.h
6273         * src/common/quoted-printable.c
6274         * src/common/quoted-printable.h
6275         * src/common/session.c
6276         * src/common/session.h
6277         * src/common/smtp.c
6278         * src/common/smtp.h
6279         * src/common/socket.c
6280         * src/common/socket.h
6281         * src/common/ssl.c
6282         * src/common/ssl.h
6283         * src/common/ssl_certificate.c
6284         * src/common/ssl_certificate.h
6285         * src/common/stringtable.c
6286         * src/common/stringtable.h
6287         * src/common/template.c
6288         * src/common/template.h
6289         * src/common/timing.h
6290         * src/common/utils.c
6291         * src/common/utils.h
6292         * src/common/version.h.in
6293         * src/common/xml.c
6294         * src/common/xml.h
6295         * src/common/xmlprops.c
6296         * src/common/xmlprops.h
6297         * src/gtk/about.c
6298         * src/gtk/colorlabel.c
6299         * src/gtk/colorsel.c
6300         * src/gtk/colorsel.h
6301         * src/gtk/combobox.c
6302         * src/gtk/combobox.h
6303         * src/gtk/description_window.c
6304         * src/gtk/description_window.h
6305         * src/gtk/filesel.c
6306         * src/gtk/filesel.h
6307         * src/gtk/foldersort.c
6308         * src/gtk/foldersort.h
6309         * src/gtk/gtksctree.c
6310         * src/gtk/gtkutils.c
6311         * src/gtk/gtkutils.h
6312         * src/gtk/inputdialog.c
6313         * src/gtk/inputdialog.h
6314         * src/gtk/logwindow.c
6315         * src/gtk/logwindow.h
6316         * src/gtk/manage_window.c
6317         * src/gtk/manage_window.h
6318         * src/gtk/menu.c
6319         * src/gtk/menu.h
6320         * src/gtk/pluginwindow.c
6321         * src/gtk/pluginwindow.h
6322         * src/gtk/prefswindow.c
6323         * src/gtk/prefswindow.h
6324         * src/gtk/progressdialog.c
6325         * src/gtk/progressdialog.h
6326         * src/gtk/sslcertwindow.c
6327         * src/gtk/sslcertwindow.h
6328         * src/plugins/bogofilter/bogofilter.c
6329         * src/plugins/bogofilter/bogofilter.h
6330         * src/plugins/bogofilter/bogofilter_gtk.c
6331         * src/plugins/clamav/clamav_plugin.c
6332         * src/plugins/clamav/clamav_plugin.h
6333         * src/plugins/clamav/clamav_plugin_gtk.c
6334         * src/plugins/demo/demo.c
6335         * src/plugins/dillo_viewer/dillo_prefs.c
6336         * src/plugins/dillo_viewer/dillo_prefs.h
6337         * src/plugins/dillo_viewer/dillo_viewer.c
6338         * src/plugins/pgpcore/passphrase.c
6339         * src/plugins/pgpcore/passphrase.h
6340         * src/plugins/pgpcore/pgp_viewer.c
6341         * src/plugins/pgpcore/pgp_viewer.h
6342         * src/plugins/pgpcore/plugin.c
6343         * src/plugins/pgpcore/select-keys.c
6344         * src/plugins/pgpcore/select-keys.h
6345         * src/plugins/pgpcore/sgpgme.c
6346         * src/plugins/pgpcore/sgpgme.h
6347         * src/plugins/pgpinline/pgpinline.c
6348         * src/plugins/pgpinline/pgpinline.h
6349         * src/plugins/pgpinline/plugin.c
6350         * src/plugins/pgpmime/pgpmime.c
6351         * src/plugins/pgpmime/pgpmime.h
6352         * src/plugins/pgpmime/plugin.c
6353         * src/plugins/spamassassin/spamassassin.c
6354         * src/plugins/spamassassin/spamassassin.h
6355         * src/plugins/spamassassin/spamassassin_gtk.c
6356         * src/plugins/trayicon/trayicon.c
6357                 it's 2007, update the year in the copyright headers
6358
6359 2007-01-03 [paul]       2.6.1cvs95
6360
6361         * src/gtk/about.c
6362                 it is 2007, use it in the copyright string
6363
6364 2007-01-03 [paul]       2.6.1cvs94
6365
6366         * src/html.c
6367                 html entity conversion:
6368                 move &#153; to a more suitable place
6369                 add &bull; and &ndash;
6370                 make sure &mdash; and &#8212; are both
6371                 converted the same
6372
6373 2007-01-02 [colin]      2.6.1cvs93
6374
6375         * src/addrbook.c
6376                 Fix leak
6377         * src/common/plugin.c
6378                 Add comment
6379         * src/etpan/imap-thread.c
6380                 Fix warning
6381
6382 2006-12-31 [paul]       2.6.1cvs92
6383
6384         * src/prefs_summaries.c
6385                 use gtk_button_new_from_stock()
6386
6387 2006-12-30 [colin]      2.6.1cvs91
6388
6389         * src/folder.c
6390         * src/imap_gtk.c
6391         * src/mh_gtk.c
6392                 Don't update filtering and account paths 
6393                 when copying folders
6394
6395 2006-12-30 [colin]      2.6.1cvs90
6396
6397         * src/prefs_compose_writing.c
6398         * src/prefs_quote.c
6399         * src/prefs_template.c
6400                 Use message font for Writing and 
6401                 Quoting prefs, as well as Templates.
6402
6403 2006-12-30 [colin]      2.6.1cvs89
6404
6405         * src/prefs_summaries.c
6406                 Rework GUI; patch by Pawel
6407
6408 2006-12-29 [colin]      2.6.1cvs88
6409
6410         * src/prefs_folder_item.c
6411                 Fix bug 1085, 'Apply to subfolder 
6412                 doesn't work' - I was mistaken saying
6413                 it worked in every case
6414
6415 2006-12-28 [colin]      2.6.1cvs87
6416
6417         * src/gtk/gtkaspell.c
6418                 Don't assert if use_alternate is true
6419                 and alt_dictionary isn't set -- this 
6420                 is what happens on upgrade! Rather,
6421                 do with it.
6422
6423 2006-12-28 [colin]      2.6.1cvs86
6424
6425         * Makefile.am
6426                 Fix desktop/icon simplification
6427
6428 2006-12-28 [colin]      2.6.1cvs85
6429
6430         * Makefile.am
6431                 Make desktop and icon not 
6432                 dependant on the desktop
6433
6434 2006-12-28 [wwp]        2.6.1cvs84
6435
6436         * src/plugins/pgpmime/claws.def
6437                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6438
6439 2006-12-28 [wwp]        2.6.1cvs83
6440
6441         * src/prefs_folder_item.c
6442                 Fix coloring of "simplify subject regexp" (folder prefs),
6443                 which might be left to red whereas the regexp gets empty.
6444
6445 2006-12-28 [wwp]        2.6.1cvs82
6446
6447         * src/prefs_common.c
6448         * src/prefs_common.h
6449         * src/addressbook.c
6450         * src/addressitem.h
6451                 Save addressbook mainwindow's horizontal and vertical splitter position.
6452
6453 2006-12-27 [wwp]        2.6.1cvs81
6454
6455         * src/gtk/gtkaspell.c
6456         * src/gtk/gtkaspell.h
6457         * src/compose.c
6458                 Fix assignment of compose's default and alternate dictionary from
6459                 account or folder settings. Now gtkaspell_change_dict does rotate
6460                 dicts only when it's called from a menu cb.
6461
6462 2006-12-27 [wwp]        2.6.1cvs80
6463
6464         * src/folder_item_prefs.c
6465                 Fix randomly initialized default-alt-dictionary (folder prefs),
6466                 complete 2.6.1cvs72.
6467
6468 2006-12-27 [paul]       2.6.1cvs79
6469
6470         * src/imap_gtk.c
6471         * src/mh_gtk.c
6472                 Add Copy folder in the folder's contextual
6473                 menu
6474
6475 2006-12-27 [wwp]        2.6.1cvs78
6476
6477         * src/imap.c
6478                 Clean up session locking, thanks to Colin.
6479
6480 2006-12-26 [colin]      2.6.1cvs77
6481
6482         * src/statusbar.c
6483                 Revert previous patch
6484
6485 2006-12-26 [colin]      2.6.1cvs76
6486
6487         * src/folder.c
6488         * src/folderview.c
6489         * src/imap.c
6490         * src/statusbar.c
6491         * src/etpan/imap-thread.c
6492                 Fix previous commit warnings
6493                 Make statusbar update every second if total < 20
6494                 Make IMAP APPEND faster by simplifying log              
6495
6496 2006-12-26 [colin]      2.6.1cvs75
6497
6498         * src/folder.c
6499         * src/folder.h
6500         * src/folderview.c
6501         * src/folderview.h
6502         * src/imap_gtk.c
6503         * src/mh_gtk.c
6504                 Make it possible to copy folders accross
6505                 mailboxes (this was an arbitrary limitation).
6506                 Still make it impossible to move folders 
6507                 accross mailboxes.
6508
6509 2006-12-26 [colin]      2.6.1cvs74
6510
6511         * src/etpan/imap-thread.c
6512                 Fix bug 1081, 'claws-mail 
6513                 segfaults when going offline 
6514                 while it transfers mails via 
6515                 imap'
6516
6517 2006-12-26 [colin]      2.6.1cvs73
6518
6519         * src/folder_item_prefs.c
6520                 Don't forget alt dictionary when
6521                 renaming/moving folders
6522
6523 2006-12-26 [wwp]        2.6.1cvs72
6524
6525         * src/folder_item_prefs.c
6526                 Add missing defaults for per-folder alt dict
6527                 (forgotten in 2.6.1cvs61).
6528
6529 2006-12-26 [colin]      2.6.1cvs71
6530
6531         * src/wizard.c
6532                 Add tooltip to state that specifying
6533                 full path to mailbox is possible
6534
6535 2006-12-26 [wwp]        2.6.1cvs70
6536
6537         * src/partial_download.c
6538         * src/gtk/gtkvscrollbutton.c
6539         * src/plugins/pgpinline/plugin.c
6540                 Fix for few compiler warnings that matter.
6541
6542 2006-12-25 [colin]      2.6.1cvs69
6543
6544         * src/partial_download.c
6545                 Fix marking for download or deletion
6546                 when the header isn't the first
6547         * src/gtk/logwindow.c
6548                 Fix start of scrolling
6549
6550 2006-12-23 [paul]       2.6.1cvs68
6551
6552         * src/compose.c
6553                 change last commit to use the 'academic'
6554                 method instead. Thanks to wwp
6555
6556 2006-12-23 [paul]       2.6.1cvs67
6557
6558         * src/compose.c
6559                 don't warn about empty subject when
6560                 redirecting
6561
6562 2006-12-22 [colin]      2.6.1cvs66
6563
6564         * src/summary_search.c
6565                 Fix previous patch
6566
6567 2006-12-22 [colin]      2.6.1cvs65
6568
6569         * src/gtk/gtkutils.c
6570         * src/imap.c
6571         * src/jpilot.c
6572         * src/summary_search.c
6573                 A few warning fixes
6574
6575 2006-12-23 [paul]       
6576
6577         2.7.0-rc2 released
6578
6579 2006-12-22 [colin]      2.6.1cvs64
6580
6581         * src/toolbar.c
6582         * src/toolbar.h
6583                 Add a combo to the learn spam button
6584         * src/plugins/bogofilter/bogofilter.c
6585         * src/plugins/bogofilter/bogofilter_gtk.c
6586         * src/plugins/bogofilter/bogofilter.h
6587                 Allow to store Unsure mails in a specific
6588                 folder to make better teaching easier
6589
6590 2006-12-21 [wwp]        2.6.1cvs63
6591
6592         * src/compose.c
6593         * src/prefs_common.c
6594         * src/prefs_common.h
6595         * src/prefs_spelling.c
6596         * src/gtk/gtkaspell.c
6597         * src/gtk/gtkaspell.h
6598                 Allow spell-checking using both current and alternate dictionaries
6599                 (thanks to Colin).
6600
6601 2006-12-21 [wwp]        2.6.1cvs62
6602
6603         * src/gtk/gtkaspell.c
6604                 Apply recheck_when_changing_dict (highlight all mispelled words)
6605                 when switching to alternate dictionary.
6606
6607 2006-12-21 [wwp]        2.6.1cvs61
6608
6609         * src/compose.c
6610         * src/folder_item_prefs.h
6611         * src/prefs_common.c
6612         * src/prefs_common.h
6613         * src/prefs_folder_item.c
6614         * src/prefs_spelling.c
6615         * src/gtk/gtkaspell.c
6616         * src/gtk/gtkaspell.h
6617                 Add global and per-folder prefs to set the default
6618                 alternate dictionary.
6619
6620 2006-12-21 [colin]      2.6.1cvs60
6621
6622         * src/folder.c
6623                 Look for folders by path in all folders
6624         * src/html.c
6625                 add &mdash;
6626
6627 2006-12-20 [colin]      2.6.1cvs59
6628
6629         * src/gtk/quicksearch.c
6630                 Make sure in_typing is false when clearing
6631
6632 2006-12-20 [wwp]        2.6.1cvs58
6633
6634         * configure.ac
6635                 change manual's target dir to be LFH-compliant (thanks to Colin).
6636
6637 2006-12-20 [wwp]        2.6.1cvs57
6638
6639         * src/prefs_common.c
6640         * src/prefs_summaries.c
6641                 i18n fix and factorize patch, thanks to Fabien.
6642
6643 2006-12-20 [paul]       2.6.1cvs56
6644
6645         * configure.ac
6646                 last of the renaming (??)
6647         * src/main.c
6648                 correct --help info of --status-full
6649         * src/plugins/bogofilter/bogofilter.c
6650                 make FALSE default of whitelist_ab
6651
6652 2006-12-19 [colin]      2.6.1cvs55
6653
6654         * src/jpilot.c
6655                 Same as before, without depending on
6656                 pisock >= 0.12
6657
6658 2006-12-19 [colin]      2.6.1cvs54
6659
6660         * src/jpilot.c
6661                 Fix bug 1059, 'Better jpilot charset 
6662                 handling'. Use libpisync's charset conversion
6663                 if possible
6664
6665 2006-12-19 [colin]      2.6.1cvs53
6666
6667         * po/fr.po
6668                 Updated by Fabien
6669
6670 2006-12-19 [wwp]        2.6.1cvs52
6671
6672         * src/gtk/about.c
6673                 Add missing #include (thanks to Colin).
6674
6675 2006-12-19 [wwp]        2.6.1cvs51
6676
6677         * src/prefs_receive.c
6678                 Better spacing between widgets in prefs.
6679
6680 2006-12-18 [colin]      2.6.1cvs50
6681
6682         * src/imap.c
6683                 Fix failure to get separator on LIST "" ""
6684                 Try LIST "" "INBOX" too.
6685
6686 2006-12-18 [wwp]        2.6.1cvs49
6687
6688         * src/common/session.c
6689                 Fix a compiler warning (thanks to Fabien).
6690
6691 2006-12-18 [wwp]        2.6.1cvs48
6692
6693         * src/compose.c
6694         * src/prefs_quote.c
6695                 Factorize some strings for translation (it's about error
6696                 messages when applying or checking template/quote format).
6697
6698 2006-12-18 [colin]      2.6.1cvs47
6699
6700         * Makefile.am
6701         * src/common/defs.h
6702         * src/gtk/Makefile.am
6703         * src/gtk/about.c
6704                 Add a Release notes tab from the contents of
6705                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6706
6707 2006-12-17 [colin]      2.6.1cvs46
6708
6709         * src/mimeview.c
6710         * src/textview.c
6711         * src/gtk/filesel.c
6712                 Correctly convert from/to UTF8/filename encoding
6713                 when loading and saving files. Probably fixes
6714                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6715                 for a file to attach and is blocked...'
6716
6717 2006-12-17 [colin]      2.6.1cvs45
6718
6719         * src/gtk/logwindow.c
6720                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6721                 IMAP folder and is blocked on main thread': 
6722                 make sure we put utf8 in the log.
6723
6724 2006-12-16 [colin]      2.6.1cvs44
6725
6726         * src/toolbar.c
6727         * src/toolbar.h
6728                 Fix bug 1055, 'Add the 'cancel receive' 
6729                 in the available events for the toolbar buttons'
6730
6731 2006-12-16 [colin]      2.6.1cvs43
6732
6733         * po/POTFILES.in
6734         * src/imap.c
6735         * src/common/nntp.c
6736         * src/common/session.c
6737                 Log error when SSL handshakes fail. 
6738                 Fixes bug 1082, 'incorrect / imprecise 
6739                 error message when imap server provides 
6740                 ssl only through STARTTLS but SSL is 
6741                 selected'
6742
6743 2006-12-15 [wwp]        2.6.1cvs42
6744
6745         * src/plugins/bogofilter/bogofilter_gtk.c
6746                 set proper sensitivity to widgets I've recently added.
6747
6748 2006-12-15 [colin]      
6749
6750         2.7.0-rc1 released
6751
6752 2006-12-15 [wwp]        2.6.1cvs41
6753
6754         * src/plugins/bogofilter/bogofilter.c
6755         * src/plugins/bogofilter/bogofilter.h
6756         * src/plugins/bogofilter/bogofilter_gtk.c
6757                 bogofilter's whitelist can now use a subset of
6758                 the addressbook (either a book, a subfolder of a book,
6759                 or the whole addressbook by using "Any"). Re-used there
6760                 some pref_matcher widgets and mechanisms to match a subset
6761                 of the addressbook.
6762
6763 2006-12-15 [wwp]        2.6.1cvs40
6764
6765         * src/wizard.c
6766         * src/common/plugin.c
6767         * src/common/plugin.h
6768         * src/gtk/about.c
6769         * src/plugins/bogofilter/bogofilter.c
6770         * src/plugins/clamav/clamav_plugin.c
6771         * src/plugins/demo/demo.c
6772         * src/plugins/dillo_viewer/dillo_viewer.c
6773         * src/plugins/pgpcore/plugin.c
6774         * src/plugins/pgpinline/plugin.c
6775         * src/plugins/pgpmime/plugin.c
6776         * src/plugins/spamassassin/spamassassin.c
6777         * src/plugins/trayicon/trayicon.c
6778                 factorize some translatable strings (plugins-related),
6779                 fix missing punctuation in several places,
6780                 remove useless translatable \n in about.c,
6781                 and factorize plugin init code w/ a new function
6782                 check_plugin_version() in common/plugin.c.
6783                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6784
6785 2006-12-15 [wwp]        2.6.1cvs39
6786
6787         * src/plugins/bogofilter/bogofilter.c
6788         * src/plugins/bogofilter/bogofilter_gtk.c
6789                 flag whitelisted spams as spam, but don't filter it to the spam
6790                 folder. Thanks to Colin.
6791
6792 2006-12-15 [ticho]      2.6.1cvs38
6793
6794         * src/plugins/bogofilter/bogofilter.c
6795         * src/plugins/bogofilter/bogofilter.h
6796         * src/plugins/bogofilter/bogofilter_gtk.c
6797                 Add option to whitelist senders found in addressbook. Patch by colin.
6798
6799 2006-12-15 [paul]       2.6.1cvs37
6800
6801         * src/folderview.c
6802                 add missing #include "log.h"
6803
6804 2006-12-15 [paul]       2.6.1cvs36
6805
6806         * src/plugins/bogofilter/bogofilter.c
6807         * src/plugins/bogofilter/bogofilter.h
6808         * src/plugins/bogofilter/bogofilter_gtk.c
6809                 Add an option to allow inserting an
6810                 X-Claws-Bogosity header (on MH folders
6811                 only). Patch by Colin
6812
6813 2006-12-14 [colin]      2.6.1cvs35
6814
6815         * src/main.c
6816                 "Yes" should be the default choice for
6817                 migration configuration
6818
6819 2006-12-14 [paul]       2.6.1cvs34
6820
6821         * src/prefs_summaries.c
6822         * manual/advanced.xml
6823                 Unhide mark_as_read_delay
6824
6825 2006-12-14 [paul]       2.6.1cvs33
6826
6827         * src/messageview.c
6828         * src/messageview.h
6829         * src/mimeview.c
6830         * src/mimeview.h
6831         * src/summaryview.c
6832         * src/textview.c
6833         * src/textview.h
6834                 Fix printing of selection
6835                 Fix printing of message parts
6836                 Fix printing of images
6837         * src/gtk/gtksourceprintjob.c
6838                 Fix page count when there are images
6839
6840 2006-12-14 [wwp]        2.6.1cvs32
6841
6842         * src/mainwindow.c
6843         * src/summaryview.c
6844         * src/summaryview.h
6845         * src/gtk/quicksearch.c
6846                 fix quicksearch 'magnify' button status when QS is closed
6847                 using the Escape key, thanks to Colin.
6848
6849 2006-12-14 [wwp]        2.6.1cvs31
6850
6851         * src/mainwindow.c
6852         * src/summaryview.c
6853         * src/summaryview.h
6854         * src/gtk/quicksearch.c
6855                 fix quicksearch 'magnify' button status when QS is closed
6856                 using the Escape key, thanks to Colin.
6857
6858 2006-12-13 [colin]      2.6.1cvs30
6859
6860         * src/ldapquery.c
6861         * src/ldaputil.c
6862                 Use the binary safe version of ldap_get_values,
6863                 to make sure we manipulate null-terminated 
6864                 strings. Maybe fixes bug 1075, 'claws mail 
6865                 segfault when completing ldap adresses'
6866         * src/syldap.c ** REMOVED **
6867         * src/syldap.h ** REMOVED **
6868                 Remove dead files
6869
6870 2006-12-13 [mones]      2.6.1cvs29
6871
6872         * po/es.po
6873                 Fixed piped strings, fixed click translation
6874
6875 2006-12-13 [paul]       2.6.1cvs28
6876
6877         * src/main.c
6878                 don't translate these strings
6879
6880 2006-12-13 [paul]       2.6.1cvs27
6881
6882         * po/en_GB.po
6883                 updated
6884
6885 2006-12-13 [colin]      2.6.1cvs26
6886
6887         * src/main.c
6888         * src/main.h
6889                 Add claws_is_starting()
6890
6891 2006-12-13 [mones]      2.6.1cvs25
6892
6893         * manual/es/advanced.xml
6894         * po/es.po
6895                 Synced manual and updated translation
6896
6897 2006-12-12 [colin]      2.6.1cvs24
6898
6899         * src/wizard.c
6900                 Add an option to use STARTTLS in the
6901                 welcome wizard. Fixes bug 1080, 
6902                 'Using SSL option in wizard for incoming 
6903                 server does not activate SSL with STARTTLS'
6904
6905 2006-12-12 [colin]      2.6.1cvs23
6906
6907         * src/main.c
6908                 Don't exit when there's an incomplete
6909                 mailbox configured - leaves a chance 
6910                 to fix a failing IMAP account. Exit
6911                 if no mailbox at all is loaded (case
6912                 of missing plugin).
6913                 Completes bug 1077's fix (I was wrong
6914                 in this bug's comment #3).
6915
6916 2006-12-12 [colin]      2.6.1cvs22
6917
6918         * src/gtk/menu.h
6919                 Add another menu data type
6920         * src/prefs_account.c
6921                 Complete the completion of bug 1076
6922                 (doesn't lose the pref on apply)
6923
6924 2006-12-12 [paul]       2.6.1cvs21
6925
6926         * src/prefs_account.c
6927                 complete the fix of bug 1076
6928                 also be more verbose with the text
6929
6930 2006-12-12 [paul]       2.6.1cvs20
6931
6932         * src/gtk/combobox.c
6933                 fix compilation warning
6934
6935 2006-12-11 [colin]      2.6.1cvs19
6936
6937         * src/wizard.c
6938                 Document :port in server entry tooltips
6939
6940 2006-12-11 [colin]      2.6.1cvs18
6941
6942         * src/main.c
6943                 Fix compile
6944
6945 2006-12-11 [colin]      2.6.1cvs17
6946
6947         * src/main.c
6948                 Add failing IMAP as a reason for no
6949                 mailbox
6950
6951 2006-12-11 [colin]      2.6.1cvs16
6952
6953         * src/prefs_account.c
6954                 Check for existence of inbox for local
6955                 accounts too
6956         * src/wizard.c
6957                 Allow setting the port to use for servers
6958                 by using the usual "server.example.com:port"
6959                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6960                 not start when IMAP server is unavailable'
6961
6962 2006-12-11 [colin]      2.6.1cvs15
6963
6964         * src/prefs_account.c
6965                 Prevent use of non-existing default inbox
6966
6967 2006-12-11 [colin]      2.6.1cvs14
6968
6969         * src/prefs_account.c
6970                 Fix sensitivity. Fixes bug 1076, 'privacy 
6971                 options are displayed even when pgp plugin 
6972                 not loaded / available'
6973
6974 2006-12-09 [colin]      2.6.1cvs13
6975
6976         * manual/advanced.xml
6977         * src/prefs_common.c
6978         * src/prefs_common.h
6979         * src/common/ssl_certificate.c
6980                 Add a new hidden preference, 'unsafe_ssl_certs',
6981                 which allows to store multiple certificates per
6982                 server/port. This is disabled by default because
6983                 it's less secure (presenting a new certificate
6984                 instead of a changed one raises less alarms).
6985                 This will cause Claws to ask about an unknown
6986                 certificate for people who have used 2.6.1cvs8
6987                 or greater.
6988
6989 2006-12-09 [colin]      2.6.1cvs12
6990
6991         * src/action.c
6992                 Fix cache updating after action
6993
6994 2006-12-07 [wwp]        2.6.1cvs11
6995
6996         * src/compose.c
6997                 fix email address comparison when replying to all
6998                 (avoid replying to ourselves), thanks to Colin.
6999
7000 2006-12-06 [paul]       2.6.1cvs10
7001
7002         * src/addrharvest.c
7003         * src/editldap.c
7004         * src/expldifdlg.c
7005         * src/news.c
7006         * src/toolbar.c
7007         * src/common/utils.c
7008                 ...and more renaming
7009                 Thanks to Colin
7010
7011 2006-12-06 [paul]       2.6.1cvs9
7012
7013         * src/compose.c
7014         * src/messageview.c
7015         * src/procheader.c
7016         * src/procmime.c
7017         * src/procmsg.c
7018         * src/textview.c
7019                 more renaming
7020                 Thanks to Colin
7021
7022 2006-12-06 [colin]      2.6.1cvs8
7023
7024         * src/ssl_manager.c
7025         * src/common/ssl_certificate.c
7026         * src/common/ssl_certificate.h
7027                 Handle multiple certificates per host/port
7028
7029 2006-12-06 [colin]      2.6.1cvs7
7030
7031         * src/etpan/imap-thread.c
7032                 Fix certificate checking on IMAP
7033
7034 2006-12-06 [colin]      2.6.1cvs6
7035
7036         * src/folderview.c
7037                 Fix bug 1072, 'Claws stops fetching newsgroups 
7038                 from server when newsgroup got deleted': continue
7039                 checking other groups
7040
7041 2006-12-05 [wwp]        2.6.1cvs5
7042
7043         * src/message_search.c
7044         * src/summary_search.c
7045         * src/gtk/combobox.c
7046         * src/gtk/combobox.h
7047         * src/gtk/gtkutils.c
7048         * src/gtk/gtkutils.h
7049                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7050                 behave like w/ old comboboxes (summary and message search only).
7051
7052 2006-12-05 [paul]       2.6.1cvs4
7053
7054         * src/wizard.c
7055                 encode headers
7056                 Thanks to Colin
7057
7058 2006-12-05 [paul]       2.6.1cvs3
7059
7060         * tools/README
7061         * tools/textviewer.pl
7062                 script updated and description added
7063
7064 2006-12-04 [colin]      2.6.1cvs2
7065
7066         * src/compose.c
7067                 Run pre-send hook only when checking
7068                 everything
7069
7070 2006-12-04 [paul]       2.6.1cvs1
7071
7072         * NEWS
7073         * README
7074         * RELEASE_NOTES
7075         * configure.ac
7076         * tools/README
7077                 bump up version number following stable release
7078
7079 2006-12-04 [paul]       2.6.0cvs83
7080
7081         * README
7082                 updates and corrections
7083
7084 2006-12-04 [colin]      2.6.0cvs82
7085
7086         * src/common/utils.c
7087                 Probably fix bug 1066, 'Incorrect mailbox 
7088                 size displayed'
7089
7090 2006-12-04 [colin]      2.6.0cvs81
7091
7092         * src/common/utils.c
7093                 Trim tabs from mailcap file too.
7094
7095 2006-12-02 [paul]       2.6.0cvs80
7096
7097         * src/exphtmldlg.c
7098                 fix broken GUI under certain languages
7099         * src/expldifdlg.c
7100                 put the Cancel button to the right
7101
7102 2006-12-01 [paul]       2.6.0cvs79
7103
7104         * tools/Makefile.am
7105                 remove reference to removed file
7106
7107 2006-12-01 [wwp]        2.6.0cvs78
7108
7109         * src/addressbook.c
7110         * src/editaddress.c
7111                 remove forgotten debug statements.
7112
7113 2006-12-01 [wwp]        2.6.0cvs77
7114
7115         * manual/advanced.xml
7116         * manual/fr/advanced.xml
7117         * src/addressbook.c
7118         * src/addressbook.h
7119         * src/addressitem.h
7120         * src/editaddress.c
7121         * src/editaddress.h
7122         * src/prefs_common.c
7123         * src/prefs_common.h
7124         * src/gtk/gtkutils.c
7125         * src/gtk/gtkutils.h
7126                 add a hidden option to allow embedding the editaddress (edit contact details)
7127                 dialog into the addressbook's window. This doesn't change the default
7128                 behaviour.
7129
7130 2006-12-01 [wwp]        2.6.0cvs76
7131
7132         * src/message_search.c
7133         * src/summary_search.c
7134                 fix more focus issues (don't set focus to combobox's entry widget when
7135                 entry's value changed, if entry widget has focus already).
7136
7137 2006-12-01 [wwp]        2.6.0cvs75
7138
7139         * src/gtk/quicksearch.c
7140                 revert last changes to the quicksearch gtk_combo_box, this needs more
7141                 tuning and testing.
7142
7143 2006-12-01 [paul]       2.6.0cvs74
7144
7145         * tools/kdeservicemenu/README
7146         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7147         * tools/kdeservicemenu/install.sh
7148         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7149         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7150                 simplify this stuff, and in so doing,
7151                 fix it. (possibly re-extend it again at
7152                 a later date)
7153
7154 2006-12-01 [wwp]        2.6.0cvs73
7155
7156         * src/gtk/quicksearch.c
7157                 adapt quicksearch code to use modern gtk_combo_box'es.
7158
7159 2006-12-01 [wwp]        2.6.0cvs72
7160
7161         * src/common/defs.h
7162         * src/prefs_common.c
7163         * src/prefs_common.h
7164         * src/message_search.c
7165         * src/summary_search.c
7166         * src/gtk/combobox.c
7167         * src/gtk/combobox.h
7168                 add history combos to all message and summary search fields.
7169
7170 2006-12-01 [wwp]        2.6.0cvs71
7171
7172         * src/summaryview.c
7173                 As the list may change while the mark as read delay
7174                 runs, we can't rely on the 'row' pointer, which can
7175                 be invalid when the timeout is called. As the mark
7176                 as read is only done if the message is still selected,
7177                 use summaryview->selected instead. Thanks to Colin.
7178
7179 2006-11-30 [paul]       2.6.0cvs70
7180
7181         * src/textview.c
7182                 give emphasis to "Sylpheed-Claws"
7183                 as well as "Claws Mail"
7184
7185 2006-11-30 [colin]      2.6.0cvs69
7186
7187         * src/wizard.c
7188                 Put the SSL checkboxes in the receiving
7189                 and sending server pages.
7190
7191 2006-11-29 [colin]      2.6.0cvs68
7192
7193         * src/gtk/gtkutils.c
7194         * src/gtk/gtkvscrollbutton.c
7195                 Revert some deprecated fixes - they seem to
7196                 deprecate stuff as soon as a new one gets out.
7197                 g_object_ref_sink needed glib-2.10.
7198
7199 2006-11-29 [colin]      2.6.0cvs67
7200
7201         * src/common/utils.c
7202                 Create .mailcap if it doesn't exist
7203
7204 2006-11-29 [colin]      2.6.0cvs66
7205
7206         * src/compose.c
7207                 Followup to cvs60: use original list
7208                 of recipients if replying to a mail
7209                 in Sent Drafts or Queue.
7210
7211 2006-11-27 [paul]       2.6.0cvs65
7212
7213         * src/image_viewer.c
7214                 revert the last change for now (it's broken)
7215
7216 2006-11-27 [paul]       2.6.0cvs64
7217
7218         * Makefile.am
7219         * configure.ac
7220         * m4/aclocal-include.m4
7221         * m4/check-type.m4
7222         * src/Makefile.am
7223         * src/addr_compl.c
7224         * src/compose.c
7225         * src/crash.c
7226         * src/export.c
7227         * src/exporthtml.c
7228         * src/exportldif.c
7229         * src/imap.c
7230         * src/import.c
7231         * src/main.c
7232         * src/main.h
7233         * src/matcher.c
7234         * src/mimeview.c
7235         * src/procmsg.c
7236         * src/textview.c
7237         * src/common/Makefile.am
7238         * src/common/claws.c
7239         * src/common/claws.h
7240         * src/common/ssl.c
7241         * src/common/sylpheed.c
7242         * src/common/sylpheed.h
7243         * src/etpan/Makefile.am
7244         * src/gtk/Makefile.am
7245         * src/gtk/claws-marshal.list
7246         * src/gtk/filesel.c
7247         * src/gtk/gtksctree.c
7248         * src/gtk/quicksearch.c
7249         * src/gtk/sylpheed-marshal.list
7250         * src/plugins/bogofilter/bogofilter.c
7251         * src/plugins/bogofilter/bogofilter_gtk.c
7252         * src/plugins/clamav/clamav_plugin.c
7253         * src/plugins/clamav/clamav_plugin_gtk.c
7254         * src/plugins/demo/demo.c
7255         * src/plugins/dillo_viewer/dillo_viewer.c
7256         * src/plugins/pgpcore/Makefile.am
7257         * src/plugins/pgpcore/claws.def
7258         * src/plugins/pgpcore/pgp_viewer.c
7259         * src/plugins/pgpcore/plugin.c
7260         * src/plugins/pgpcore/sylpheed.def
7261         * src/plugins/pgpinline/Makefile.am
7262         * src/plugins/pgpinline/claws.def
7263         * src/plugins/pgpinline/plugin.c
7264         * src/plugins/pgpinline/sylpheed.def
7265         * src/plugins/pgpmime/Makefile.am
7266         * src/plugins/pgpmime/claws.def
7267         * src/plugins/pgpmime/plugin.c
7268         * src/plugins/pgpmime/sylpheed.def
7269         * src/plugins/spamassassin/spamassassin.c
7270         * src/plugins/spamassassin/spamassassin_gtk.c
7271         * src/plugins/trayicon/trayicon.c
7272                 yet more renaming
7273                 remove deprecated gtk_tooltips_set_delay()
7274
7275 2006-11-26 [paul]       2.6.0cvs63
7276
7277         * src/expldifdlg.c
7278         * src/folderview.c
7279         * src/image_viewer.c
7280         * src/mainwindow.c
7281         * src/gtk/gtkutils.c
7282         * src/gtk/gtkvscrollbutton.c
7283         * src/gtk/prefswindow.c
7284         * src/plugins/pgpcore/prefs_gpg.c
7285                 replace more deprecated GTK+ functions
7286
7287 2006-11-26 [paul]       2.6.0cvs62
7288
7289         * src/addr_compl.c
7290         * src/addressbook.c
7291         * src/browseldap.c
7292                 replace deprecated gtk_idle_... functions
7293
7294 2006-11-26 [paul]       2.6.0cvs61
7295
7296         * src/compose.c
7297         * src/folderview.c
7298         * src/inc.c
7299         * src/summaryview.c
7300         * src/gtk/gtkvscrollbutton.c
7301         * src/gtk/quicksearch.c
7302         * src/plugins/pgpcore/passphrase.c
7303                 replace deprecated gtk_timeout_add and
7304                 gtk_timeout_remove
7305
7306 2006-11-26 [paul]       2.6.0cvs60
7307
7308         * src/compose.c
7309                 fix bug that caused the wrong recipient
7310                 to be selected when replying to a msg
7311                 which is From one of our accounts to
7312                 another of our accounts
7313
7314 2006-11-25 [paul]       2.6.0cvs59
7315
7316         * src/summaryview.c
7317                 don't change the From column title to
7318                 To if the To column is visible
7319
7320 2006-11-24 [paul]       2.6.0cvs58
7321
7322         * src/compose.c
7323                 fix bug 1069, 'Sent mails disappear, BCC
7324                 or locking problem?'
7325
7326 2006-11-21 [wwp]        2.6.0cvs57
7327
7328         * src/compose.c
7329                 fix spelling menu when replying (same as 2.3.1cvs39):
7330                 discrepancy between context menu and top menu when
7331                 folder's dictionary isn't the default one.
7332
7333 2006-11-19 [paul]       2.6.0cvs56
7334
7335         * src/summaryview.c
7336                 obey always_show_msg option when
7337                 marking as spam
7338         * src/plugins/bogofilter/bogofilter.c
7339                 fix typo
7340
7341 2006-11-18 [paul]       2.6.0cvs55
7342
7343         * AUTHORS
7344         * README
7345         * debian/copyright
7346         * manual/ack.xml
7347         * manual/es/ack.xml
7348         * manual/fr/ack.xml
7349         * manual/pl/ack.xml
7350         * src/gtk/authors.h
7351         * src/gtk/icon_legend.c
7352         * src/gtk/icon_legend.h
7353         * tools/OOo2claws-mail.pl
7354         * tools/README
7355         * tools/acroread2claws-mail.pl
7356         * tools/claws.i18n.status.pl
7357         * tools/filter_conv.pl
7358         * tools/filter_conv_new.pl
7359         * tools/freshmeat_search.pl
7360         * tools/google_search.pl
7361         * tools/kmail2claws-mail.pl
7362         * tools/kmail2claws-mail_v2.pl
7363         * tools/maildir2claws-mail.pl
7364         * tools/make.themes.project
7365         * tools/multiwebsearch.pl
7366         * tools/outlook2claws-mail.pl
7367         * tools/tb2claws-mail
7368         * tools/kdeservicemenu/README
7369         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7370                 update mine and wwp's email addresses in
7371                 several places
7372                 Patch by wwp
7373         * src/prefs_compose_writing.c
7374                 set sensitivity on 'new message format' frame
7375
7376 2006-11-17 [paul]       2.6.0cvs54
7377
7378         * src/gtk/about.c
7379                 more reworking of the GUI
7380                 Patch by Fabien Vantard
7381
7382 2006-11-16 [paul]       2.6.0cvs53
7383
7384         * src/gtk/about.c
7385                 set a minimum size for the window, allow
7386                 it to automatically expand as necessary
7387
7388 2006-11-16 [wwp]        2.6.0cvs52
7389
7390         * src/gtk/about.c
7391                 better wrap of copyright info on some systems.
7392
7393 2006-11-16 [paul]       2.6.0cvs51
7394
7395         * src/gtk/about.c
7396                 move the tech info from the upper panel
7397                 to the Info tab
7398                 use a gtk_text_view for the features tab
7399
7400 2006-11-16 [paul]       2.6.0cvs50
7401
7402         * po/Makevars
7403                 update my email address
7404         * src/addressbook.c
7405         * src/compose.c
7406         * src/imap_gtk.c
7407         * src/mh_gtk.c
7408         * src/news_gtk.c
7409         * src/summaryview.c
7410         * src/plugins/trayicon/trayicon.c
7411                 don't offer simple menu separators
7412                 for translation
7413         * src/folderview.c
7414                 add separator between 'mark all read'
7415                 and 'search folder'
7416
7417 2006-11-15 [wwp]        2.6.0cvs49
7418
7419         * src/gtk/authors.h
7420                 updated manuals authors.
7421
7422 2006-11-14 [paul]       2.6.0cvs48
7423
7424         * src/compose.c
7425                 Fix Options/Reply mode after draft save
7426
7427 2006-11-14 [paul]       2.6.0cvs47
7428
7429         * src/Makefile.am
7430                 Fix make DESTDIR=...
7431         * src/mbox.c
7432                 Optimise speed
7433         * src/plugins/pgpinline/pgpinline.c
7434                 Probably fix bug 1061
7435
7436 2006-11-14 [paul]       2.6.0cvs46
7437
7438         * po/Makevars
7439                 enable Q_ macro
7440         * src/Makefile.am
7441         * src/stock_pixmap.c
7442         * src/stock_pixmap.h
7443         * src/gtk/about.c
7444         * src/pixmaps/active.xpm
7445         * src/pixmaps/inactive.xpm
7446                 add a new page, 'Features', to the About dialog
7447                 showing which features are compiled in and which
7448                 are not
7449
7450 2006-11-14 [paul]       2.6.0cvs45
7451
7452         * po/ru.po
7453                 updated by Pavlo Bohmat
7454
7455 2006-11-14 [colin]      2.6.0cvs44
7456
7457         * src/compose.c
7458         * src/inc.c
7459         * src/messageview.c
7460         * src/news.c
7461         * src/pop.c
7462         * src/procmsg.c
7463         * src/gtk/gtkaspell.c
7464                 Fix 64-bit-related warnings
7465         * src/ssl_manager.c
7466                 Fix possible infinite loop
7467         * src/plugins/pgpcore/sgpgme.c
7468                 Remove useless check
7469
7470 2006-11-13 [colin]      2.6.0cvs43
7471
7472         * src/gtk/Makefile.am
7473                 authors.h isn't generated
7474
7475 2006-11-13 [colin]      2.6.0cvs42
7476
7477         * src/plugins/pgpinline/pgpinline.c
7478         * src/plugins/pgpmime/pgpmime.c
7479                 Very probably fix bug 1061, 'crash on 
7480                 opening signed email'. Another cast
7481                 problem
7482
7483 2006-11-13 [colin]      2.6.0cvs41
7484
7485         * src/plugins/pgpcore/sgpgme.c
7486                 Maybe fix bug 1061, 'crash on opening 
7487                 signed email'
7488
7489 2006-11-13 [wwp]        2.6.0cvs40
7490
7491         * src/plugins/pgpinline/pgpinline.c
7492                 fix candidate for bug #1057, thanks to Colin.
7493
7494 2006-11-13 [wwp]        2.6.0cvs39
7495
7496         * src/compose.c
7497         * src/quote_fmt_parse.y
7498                 fix bug 1052: current parser buffer was not always 
7499                 allocated, ptr to this buffer could be returned as 
7500                 NULL whereas no parser error has occurred. in 
7501                 consequence, defining a template body as "%d" 
7502                 (w/o the quotes) for the first time of the instance 
7503                 of claws-mail, was reporting a parser error. make 
7504                 sure that the buffer is always allocated, even to 
7505                 an empty string.
7506                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7507                 unescaping of the fmt string was always done 
7508                 whereas it must be done *only* when receiving 
7509                 quote format strings issued from the prefs 
7510                 (compose new message, reply, forward, redirect 
7511                 formats), *not* when applying templates.  in 
7512                 consequences, applying templates w/ sequences 
7513                 like \\|p{echo} were failing. make sure that 
7514                 unescaping is done only when necessary.
7515
7516 2006-11-12 [colin]      2.6.0cvs38
7517
7518         * po/de.po
7519                 Fix typo (s/KB/MB)
7520
7521 2006-11-12 [colin]      2.6.0cvs37
7522
7523         * src/plugins/pgpinline/pgpinline.c
7524         * src/plugins/pgpmime/pgpmime.c
7525                 Release GPG context at the latest 
7526                 possible moment. Maybe fixes 
7527                 bug 1057, 'crash on sending signed 
7528                 message to a newsgroup'
7529                 
7530
7531 2006-11-12 [colin]      2.6.0cvs36
7532
7533         * src/plugins/pgpcore/sgpgme.c
7534                 Tell a bit more when gpg's status doesn't
7535                 contain any signature
7536
7537 2006-11-12 [colin]      2.6.0cvs35
7538
7539         * src/compose.c
7540                 Fix bug 1060, 'compilation error with 
7541                 Irix's cc'
7542
7543 2006-11-12 [paul]       2.6.0cvs34
7544
7545         * doc/man/claws-mail.1
7546         * src/prefs_gtk.c
7547         * src/plugins/clamav/README
7548         * src/plugins/spamassassin/README
7549         * tools/README
7550         * tools/freshmeat_search.pl
7551         * tools/google_search.pl
7552         * tools/multiwebsearch.pl
7553                 more renaming
7554         * src/plugins/trayicon/trayicon.c
7555                 fix compiliation warning
7556
7557 2006-11-11 [colin]      2.6.0cvs33
7558
7559         * src/folderview.c
7560                 Forbid drag and drop from/to different
7561                 folders of type F_UNKNOWN
7562
7563 2006-11-11 [colin]      2.6.0cvs32
7564
7565         * src/plugins/pgpinline/pgpinline.c
7566                 Fix typo in previous commit:
7567                 - gpgme_new(&ctx);
7568                 + if ((err = gpgme_new(&data->ctx)) ...)
7569
7570 2006-11-11 [colin]      2.6.0cvs31
7571
7572         * src/plugins/pgpinline/pgpinline.c
7573         * src/plugins/pgpmime/pgpmime.c
7574                 Check success after calling gpgme_new
7575                 Maybe fixes bug 1057, 'crash on sending 
7576                 signed message to a newsgroup'
7577
7578 2006-11-11 [colin]      2.6.0cvs30
7579
7580         * src/undo.c
7581                 init undostruct to 0s (from
7582                 valgrind log of bug 1057)
7583
7584 2006-11-10 [colin]      2.6.0cvs29
7585
7586         * src/mainwindow.c
7587                 Set cursor to wait before filtering
7588                 duplicates in all folders
7589         * src/plugins/bogofilter/bogofilter.c
7590         * src/plugins/bogofilter/bogofilter.h
7591         * src/plugins/bogofilter/bogofilter_gtk.c
7592                 Completely thread away the bogofilter
7593                 filtering
7594
7595 2006-11-10 [mones]      2.6.0cvs28
7596
7597         * src/compose.c
7598         * src/compose.h
7599                 added COMPOSE_CHECK_BEFORE_SEND hook
7600
7601 2006-11-10 [paul]       2.6.0cvs27
7602
7603         * src/crash.c
7604                 more renaming
7605                 add libSM to get_compiled_in_features()
7606         * src/main.c
7607                 more renaming
7608
7609 2006-11-10 [colin]      2.6.0cvs26
7610
7611         * src/etpan/imap-thread.c
7612                 Add a reference to libetpan's sasl engine
7613                 so that sasl_done() doesn't get called by
7614                 libetpan, and doesn't break openssl.
7615                 Should fix bug 1053, 'SC fails to reestablish 
7616                 a secure connection'
7617                 Patch by Hoa
7618
7619 2006-11-10 [colin]      2.6.0cvs25
7620
7621         * manual/addrbook.xml
7622         * manual/advanced.xml
7623         * manual/faq.xml
7624         * manual/intro.xml
7625                 Some more renaming
7626
7627 2006-11-09 [colin]      2.6.0cvs24
7628
7629         * src/plugins/bogofilter/bogofilter_gtk.c
7630                 Add comment about annoyance
7631
7632 2006-11-09 [colin]      2.6.0cvs23
7633
7634         * src/plugins/bogofilter/bogofilter.c
7635         * src/plugins/bogofilter/bogofilter_gtk.c
7636                 Prepare things needed to thread bogofilter
7637                 filtering: separate bogo stuff and possible GUI
7638                 stuff. 
7639
7640 2006-11-09 [colin]      2.6.0cvs22
7641
7642         * src/account.c
7643         * src/compose.c
7644                 Search for one of our accounts in Delivered-To
7645                 (helps for auto-account selection when 
7646                  replying/forwarding)
7647         * src/folderview.c
7648         * src/mainwindow.c
7649         * src/mainwindow.h
7650         * src/plugins/trayicon/trayicon.c
7651                 Allow opening a new mail with any account from
7652                 the contextual menu
7653
7654 2006-11-09 [wwp]        2.6.0cvs21
7655
7656         * src/compose.c
7657         * src/prefs_common.c
7658         * src/prefs_common.h
7659         * src/prefs_compose_writing.c
7660                 add a compose new message format (in prefs/compose/writing), it's a
7661                 simple subject+body template to use when opening a new composition
7662                 window. It's similar to the existent reply and forward formats.
7663
7664                 enhanced the template/format % symbols substitution mechanism to
7665                 use current composition window information when % are used in
7666                 the compose new message format or in templates applied to new
7667                 messages (there were useless in that situations before). When
7668                 applied to new messages, %d corresponds to the system time/date.
7669
7670 2006-11-09 [paul]       2.6.0cvs20
7671
7672         * src/gtk/authors.h
7673                 fix last commit
7674
7675 2006-11-09 [paul]       2.6.0cvs19
7676
7677         * src/gtk/authors.h
7678                 keep tje alphabetical order
7679
7680 2006-11-08 [colin]      2.6.0cvs18
7681
7682         * src/etpan/imap-thread.c
7683                 Fix bug 1054, 'Slowness logging big 
7684                 data chunks'
7685
7686 2006-11-08 [paul]       2.6.0cvs17
7687
7688         * tools/Makefile.am
7689                 fix the renaming
7690
7691 2006-11-08 [paul]       2.6.0cvs16
7692
7693         * src/common/defs.h
7694                 update BUGZILLA_URI
7695
7696 2006-11-08 [paul]       2.6.0cvs15
7697
7698         * tools/Makefile.am
7699         * tools/OOo2claws-mail.pl
7700         * tools/OOo2sylpheed.pl
7701         * tools/README
7702         * tools/acroread2claws-mail.pl
7703         * tools/acroread2sylpheed.pl
7704         * tools/kmail2claws-mail.pl
7705         * tools/kmail2claws-mail_v2.pl
7706         * tools/kmail2sylpheed.pl
7707         * tools/kmail2sylpheed_v2.pl
7708         * tools/maildir2claws-mail.pl
7709         * tools/maildir2sylpheed.pl
7710         * tools/nautilus2claws-mail.sh
7711         * tools/nautilus2sylpheed.sh
7712         * tools/outlook2claws-mail.pl
7713         * tools/outlook2sylpheed.pl
7714         * tools/tb2claws-mail
7715         * tools/tb2sylpheed
7716         * tools/tbird2claws.py
7717         * tools/tbird2syl.py
7718         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7719         * tools/kdeservicemenu/install.sh
7720         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7721         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7722         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7723         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7724         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7725                 renamed (removed, added) tools files
7726
7727 2006-11-08 [paul]       2.6.0cvs14
7728
7729         * src/main.c
7730         * src/common/defs.h
7731                 Migrate sylpheedrc to clawsrc, and fix the standard
7732                 plugins path in the process
7733
7734 2006-11-07 [colin]      2.6.0cvs13
7735
7736         * src/Makefile.am
7737                 Symlink sylpheed-claws relative to 
7738                 claws-mail
7739
7740 2006-11-07 [colin]      2.6.0cvs12
7741
7742         * src/compose.c
7743                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7744
7745 2006-11-07 [paul]       2.6.0cvs11
7746
7747         * src/gtk/about.c
7748                 Fix a missed occurence of
7749                 Sylpheed-Claws
7750
7751 2006-11-07 [paul]       2.6.0cvs10
7752
7753         * src/Makefile.am
7754                 Fix symlink installation
7755
7756 2006-11-07 [paul]       2.6.0cvs9
7757
7758         * src/Makefile.am
7759                 Symlink claws-mail to sylpheed-claws
7760         * src/common/utils.c
7761                 Fix migrating symlinks
7762         * src/etpan/imap-thread.c
7763                 check certificate only when there's
7764                 no error
7765
7766 2006-11-07 [paul]       2.6.0cvs8
7767
7768         * Makefile.am
7769                 Fix icon breakages with Gtk, which needs a 
7770                 cache updated to see them.
7771
7772 2006-11-07 [paul]       2.6.0cvs7
7773
7774         * .cvsignore
7775         * AUTHORS
7776         * COPYING
7777         * INSTALL
7778         * Makefile.am
7779         * NEWS
7780         * README
7781         * RELEASE_NOTES
7782         * autogen.sh
7783         * claws-mail-128x128.png
7784         * claws-mail-64x64.png
7785         * claws-mail.ico
7786         * claws-mail.pc.in
7787         * claws-mail.png
7788         * configure.ac
7789         * sylpheed-claws-128x128.png
7790         * sylpheed-claws-64x64.png
7791         * sylpheed-claws.desktop
7792         * sylpheed-claws.ico
7793         * sylpheed-claws.pc.in
7794         * sylpheed-claws.png
7795         * debian/README.Debian
7796         * debian/changelog
7797         * debian/claws-mail.desktop
7798         * debian/claws-mail.menu
7799         * debian/claws-mail.postinst.debhelper
7800         * debian/claws-mail.postrm.debhelper
7801         * debian/control
7802         * debian/copyright
7803         * debian/files
7804         * debian/rules
7805         * debian/sylpheed-claws.desktop
7806         * debian/sylpheed-claws.menu
7807         * debian/sylpheed-claws.postinst.debhelper
7808         * debian/sylpheed-claws.postrm.debhelper
7809         * doc/man/Makefile.am
7810         * doc/man/claws-mail.1
7811         * doc/man/sylpheed-claws.1
7812         * doc/src/ChangeLog.claws-pre0.8.0
7813         * manual/Makefile.am
7814         * manual/account.xml
7815         * manual/ack.xml
7816         * manual/addrbook.xml
7817         * manual/advanced.xml
7818         * manual/claws-mail-manual.xml
7819         * manual/faq.xml
7820         * manual/glossary.xml
7821         * manual/handling.xml
7822         * manual/intro.xml
7823         * manual/keyboard.xml
7824         * manual/plugins.xml
7825         * manual/starting.xml
7826         * manual/sylpheed-claws-manual.xml
7827         * manual/xml2pdf
7828         * manual/dist/.cvsignore
7829         * manual/dist/html/.cvsignore
7830         * manual/dist/html/Makefile.am
7831         * manual/dist/pdf/.cvsignore
7832         * manual/dist/pdf/Makefile.am
7833         * manual/dist/ps/.cvsignore
7834         * manual/dist/ps/Makefile.am
7835         * manual/dist/txt/.cvsignore
7836         * manual/dist/txt/Makefile.am
7837         * manual/es/Makefile.am
7838         * manual/es/advanced.xml
7839         * manual/es/claws-mail-manual.xml
7840         * manual/es/faq.xml
7841         * manual/es/glossary.xml
7842         * manual/es/handling.xml
7843         * manual/es/intro.xml
7844         * manual/es/plugins.xml
7845         * manual/es/sylpheed-claws-manual.xml
7846         * manual/es/dist/.cvsignore
7847         * manual/es/dist/html/.cvsignore
7848         * manual/es/dist/html/Makefile.am
7849         * manual/es/dist/pdf/.cvsignore
7850         * manual/es/dist/pdf/Makefile.am
7851         * manual/es/dist/ps/.cvsignore
7852         * manual/es/dist/ps/Makefile.am
7853         * manual/es/dist/txt/.cvsignore
7854         * manual/es/dist/txt/Makefile.am
7855         * manual/fr/Makefile.am
7856         * manual/fr/account.xml
7857         * manual/fr/ack.xml
7858         * manual/fr/addrbook.xml
7859         * manual/fr/advanced.xml
7860         * manual/fr/claws-mail-manual.xml
7861         * manual/fr/faq.xml
7862         * manual/fr/glossary.xml
7863         * manual/fr/handling.xml
7864         * manual/fr/intro.xml
7865         * manual/fr/keyboard.xml
7866         * manual/fr/plugins.xml
7867         * manual/fr/starting.xml
7868         * manual/fr/sylpheed-claws-manual.xml
7869         * manual/fr/dist/.cvsignore
7870         * manual/fr/dist/html/.cvsignore
7871         * manual/fr/dist/html/Makefile.am
7872         * manual/fr/dist/pdf/.cvsignore
7873         * manual/fr/dist/pdf/Makefile.am
7874         * manual/fr/dist/ps/.cvsignore
7875         * manual/fr/dist/ps/Makefile.am
7876         * manual/fr/dist/txt/.cvsignore
7877         * manual/fr/dist/txt/Makefile.am
7878         * manual/pl/Makefile.am
7879         * manual/pl/account.xml
7880         * manual/pl/ack.xml
7881         * manual/pl/addrbook.xml
7882         * manual/pl/advanced.xml
7883         * manual/pl/claws-mail-manual.xml
7884         * manual/pl/faq.xml
7885         * manual/pl/glossary.xml
7886         * manual/pl/handling.xml
7887         * manual/pl/intro.xml
7888         * manual/pl/keyboard.xml
7889         * manual/pl/plugins.xml
7890         * manual/pl/starting.xml
7891         * manual/pl/sylpheed-claws-manual.xml
7892         * manual/pl/dist/.cvsignore
7893         * manual/pl/dist/html/.cvsignore
7894         * manual/pl/dist/html/Makefile.am
7895         * manual/pl/dist/pdf/.cvsignore
7896         * manual/pl/dist/pdf/Makefile.am
7897         * manual/pl/dist/ps/.cvsignore
7898         * manual/pl/dist/ps/Makefile.am
7899         * manual/pl/dist/txt/.cvsignore
7900         * manual/pl/dist/txt/Makefile.am
7901         * po/.cvsignore
7902         * po/Makevars
7903         * src/.cvsignore
7904         * src/Makefile.am
7905         * src/account.c
7906         * src/account.h
7907         * src/action.c
7908         * src/action.h
7909         * src/adbookbase.h
7910         * src/addr_compl.c
7911         * src/addr_compl.h
7912         * src/addrbook.c
7913         * src/addrcache.c
7914         * src/addrcache.h
7915         * src/addrcindex.c
7916         * src/addrcindex.h
7917         * src/addrclip.c
7918         * src/addrclip.h
7919         * src/addrdefs.h
7920         * src/addressadd.c
7921         * src/addressadd.h
7922         * src/addressbook.c
7923         * src/addressbook.h
7924         * src/addressbook_foldersel.c
7925         * src/addressbook_foldersel.h
7926         * src/addrgather.c
7927         * src/addrgather.h
7928         * src/addrharvest.c
7929         * src/addrharvest.h
7930         * src/addrindex.c
7931         * src/addrindex.h
7932         * src/addritem.c
7933         * src/addritem.h
7934         * src/addrquery.c
7935         * src/addrquery.h
7936         * src/addrselect.c
7937         * src/addrselect.h
7938         * src/alertpanel.c
7939         * src/alertpanel.h
7940         * src/browseldap.c
7941         * src/browseldap.h
7942         * src/codeconv.c
7943         * src/codeconv.h
7944         * src/compose.c
7945         * src/crash.c
7946         * src/crash.h
7947         * src/customheader.c
7948         * src/customheader.h
7949         * src/displayheader.c
7950         * src/displayheader.h
7951         * src/editaddress.c
7952         * src/editaddress.h
7953         * src/editbook.c
7954         * src/editbook.h
7955         * src/editgroup.c
7956         * src/editgroup.h
7957         * src/editjpilot.c
7958         * src/editjpilot.h
7959         * src/editldap.c
7960         * src/editldap.h
7961         * src/editldap_basedn.c
7962         * src/editldap_basedn.h
7963         * src/editvcard.c
7964         * src/editvcard.h
7965         * src/exphtmldlg.c
7966         * src/exphtmldlg.h
7967         * src/expldifdlg.c
7968         * src/expldifdlg.h
7969         * src/export.c
7970         * src/exporthtml.c
7971         * src/exporthtml.h
7972         * src/exportldif.c
7973         * src/exportldif.h
7974         * src/filtering.c
7975         * src/filtering.h
7976         * src/folder.c
7977         * src/folder.h
7978         * src/folder_item_prefs.c
7979         * src/folder_item_prefs.h
7980         * src/foldersel.c
7981         * src/foldersel.h
7982         * src/folderutils.c
7983         * src/folderutils.h
7984         * src/folderview.c
7985         * src/folderview.h
7986         * src/grouplistdialog.c
7987         * src/grouplistdialog.h
7988         * src/html.c
7989         * src/html.h
7990         * src/image_viewer.c
7991         * src/image_viewer.h
7992         * src/imap.c
7993         * src/imap.h
7994         * src/imap_gtk.c
7995         * src/imap_gtk.h
7996         * src/import.c
7997         * src/import.h
7998         * src/importldif.c
7999         * src/importldif.h
8000         * src/importmutt.c
8001         * src/importmutt.h
8002         * src/importpine.c
8003         * src/importpine.h
8004         * src/inc.c
8005         * src/inc.h
8006         * src/jpilot.c
8007         * src/jpilot.h
8008         * src/ldapctrl.c
8009         * src/ldapctrl.h
8010         * src/ldaplocate.c
8011         * src/ldaplocate.h
8012         * src/ldapquery.c
8013         * src/ldapquery.h
8014         * src/ldapserver.c
8015         * src/ldapserver.h
8016         * src/ldaputil.c
8017         * src/ldaputil.h
8018         * src/ldif.c
8019         * src/ldif.h
8020         * src/localfolder.c
8021         * src/localfolder.h
8022         * src/main.c
8023         * src/main.h
8024         * src/mainwindow.c
8025         * src/mainwindow.h
8026         * src/manual.c
8027         * src/manual.h
8028         * src/matcher.c
8029         * src/matcher.h
8030         * src/matcher_parser.h
8031         * src/matcher_parser_lex.l
8032         * src/matcher_parser_parse.y
8033         * src/mbox.c
8034         * src/mbox.h
8035         * src/message_search.c
8036         * src/message_search.h
8037         * src/messageview.c
8038         * src/messageview.h
8039         * src/mh.c
8040         * src/mh.h
8041         * src/mh_gtk.c
8042         * src/mh_gtk.h
8043         * src/mimeview.c
8044         * src/mimeview.h
8045         * src/msgcache.c
8046         * src/msgcache.h
8047         * src/mutt.c
8048         * src/mutt.h
8049         * src/news.c
8050         * src/news.h
8051         * src/news_gtk.c
8052         * src/news_gtk.h
8053         * src/noticeview.c
8054         * src/noticeview.h
8055         * src/partial_download.c
8056         * src/partial_download.h
8057         * src/pine.c
8058         * src/pine.h
8059         * src/pop.c
8060         * src/pop.h
8061         * src/prefs_account.c
8062         * src/prefs_account.h
8063         * src/prefs_actions.c
8064         * src/prefs_actions.h
8065         * src/prefs_common.c
8066         * src/prefs_common.h
8067         * src/prefs_compose_writing.c
8068         * src/prefs_compose_writing.h
8069         * src/prefs_customheader.c
8070         * src/prefs_customheader.h
8071         * src/prefs_display_header.c
8072         * src/prefs_display_header.h
8073         * src/prefs_ext_prog.c
8074         * src/prefs_ext_prog.h
8075         * src/prefs_filtering.c
8076         * src/prefs_folder_column.c
8077         * src/prefs_folder_column.h
8078         * src/prefs_folder_item.c
8079         * src/prefs_folder_item.h
8080         * src/prefs_fonts.c
8081         * src/prefs_fonts.h
8082         * src/prefs_gtk.c
8083         * src/prefs_gtk.h
8084         * src/prefs_image_viewer.c
8085         * src/prefs_image_viewer.h
8086         * src/prefs_matcher.c
8087         * src/prefs_matcher.h
8088         * src/prefs_message.c
8089         * src/prefs_message.h
8090         * src/prefs_msg_colors.c
8091         * src/prefs_msg_colors.h
8092         * src/prefs_other.c
8093         * src/prefs_other.h
8094         * src/prefs_quote.c
8095         * src/prefs_quote.h
8096         * src/prefs_receive.c
8097         * src/prefs_receive.h
8098         * src/prefs_send.c
8099         * src/prefs_send.h
8100         * src/prefs_spelling.c
8101         * src/prefs_spelling.h
8102         * src/prefs_summaries.c
8103         * src/prefs_summaries.h
8104         * src/prefs_summary_column.c
8105         * src/prefs_summary_column.h
8106         * src/prefs_template.c
8107         * src/prefs_template.h
8108         * src/prefs_themes.c
8109         * src/prefs_themes.h
8110         * src/prefs_toolbar.c
8111         * src/prefs_toolbar.h
8112         * src/prefs_wrapping.c
8113         * src/prefs_wrapping.h
8114         * src/privacy.c
8115         * src/privacy.h
8116         * src/procheader.c
8117         * src/procheader.h
8118         * src/procmime.c
8119         * src/procmime.h
8120         * src/procmsg.c
8121         * src/procmsg.h
8122         * src/quote_fmt.c
8123         * src/quote_fmt_parse.y
8124         * src/recv.c
8125         * src/recv.h
8126         * src/remotefolder.c
8127         * src/remotefolder.h
8128         * src/send_message.c
8129         * src/send_message.h
8130         * src/setup.c
8131         * src/setup.h
8132         * src/sourcewindow.c
8133         * src/sourcewindow.h
8134         * src/ssl_manager.c
8135         * src/ssl_manager.h
8136         * src/statusbar.c
8137         * src/statusbar.h
8138         * src/stock_pixmap.c
8139         * src/stock_pixmap.h
8140         * src/summary_search.c
8141         * src/summary_search.h
8142         * src/summaryview.c
8143         * src/summaryview.h
8144         * src/syldap.c
8145         * src/syldap.h
8146         * src/textview.c
8147         * src/textview.h
8148         * src/toolbar.c
8149         * src/toolbar.h
8150         * src/undo.c
8151         * src/undo.h
8152         * src/unmime.c
8153         * src/unmime.h
8154         * src/vcard.c
8155         * src/vcard.h
8156         * src/wizard.c
8157         * src/wizard.h
8158         * src/common/base64.c
8159         * src/common/base64.h
8160         * src/common/defs.h
8161         * src/common/hooks.c
8162         * src/common/hooks.h
8163         * src/common/log.c
8164         * src/common/log.h
8165         * src/common/mgutils.c
8166         * src/common/mgutils.h
8167         * src/common/nntp.c
8168         * src/common/nntp.h
8169         * src/common/passcrypt.c
8170         * src/common/passcrypt.h.in
8171         * src/common/plugin.c
8172         * src/common/plugin.h
8173         * src/common/prefs.c
8174         * src/common/prefs.h
8175         * src/common/progressindicator.c
8176         * src/common/progressindicator.h
8177         * src/common/quoted-printable.c
8178         * src/common/quoted-printable.h
8179         * src/common/session.c
8180         * src/common/session.h
8181         * src/common/smtp.c
8182         * src/common/smtp.h
8183         * src/common/socket.c
8184         * src/common/socket.h
8185         * src/common/ssl.c
8186         * src/common/ssl.h
8187         * src/common/stringtable.c
8188         * src/common/stringtable.h
8189         * src/common/sylpheed.c
8190         * src/common/sylpheed.h
8191         * src/common/template.c
8192         * src/common/template.h
8193         * src/common/timing.h
8194         * src/common/utils.c
8195         * src/common/utils.h
8196         * src/common/version.h.in
8197         * src/common/xml.c
8198         * src/common/xml.h
8199         * src/common/xmlprops.c
8200         * src/common/xmlprops.h
8201         * src/gtk/about.c
8202         * src/gtk/colorlabel.c
8203         * src/gtk/colorlabel.h
8204         * src/gtk/colorsel.c
8205         * src/gtk/colorsel.h
8206         * src/gtk/combobox.c
8207         * src/gtk/combobox.h
8208         * src/gtk/description_window.c
8209         * src/gtk/description_window.h
8210         * src/gtk/filesel.c
8211         * src/gtk/filesel.h
8212         * src/gtk/foldersort.c
8213         * src/gtk/foldersort.h
8214         * src/gtk/gtkaspell.c
8215         * src/gtk/gtkaspell.h
8216         * src/gtk/gtksctree.c
8217         * src/gtk/gtkshruler.c
8218         * src/gtk/gtkshruler.h
8219         * src/gtk/gtkutils.c
8220         * src/gtk/gtkutils.h
8221         * src/gtk/icon_legend.c
8222         * src/gtk/icon_legend.h
8223         * src/gtk/logwindow.c
8224         * src/gtk/logwindow.h
8225         * src/gtk/manage_window.c
8226         * src/gtk/manage_window.h
8227         * src/gtk/pluginwindow.c
8228         * src/gtk/pluginwindow.h
8229         * src/gtk/prefswindow.c
8230         * src/gtk/prefswindow.h
8231         * src/gtk/quicksearch.c
8232         * src/gtk/quicksearch.h
8233         * src/pixmaps/claws-mail.xpm
8234         * src/pixmaps/claws-mail_icon.xpm
8235         * src/pixmaps/claws-mail_logo.xpm
8236         * src/pixmaps/sylpheed-claws.xpm
8237         * src/pixmaps/sylpheed-claws_icon.xpm
8238         * src/pixmaps/sylpheed-claws_logo.xpm
8239         * src/plugins/bogofilter/Makefile.am
8240         * src/plugins/bogofilter/bogofilter.c
8241         * src/plugins/bogofilter/bogofilter.h
8242         * src/plugins/bogofilter/bogofilter_gtk.c
8243         * src/plugins/clamav/Makefile.am
8244         * src/plugins/clamav/clamav_plugin.c
8245         * src/plugins/clamav/clamav_plugin.h
8246         * src/plugins/clamav/clamav_plugin_gtk.c
8247         * src/plugins/demo/Makefile.am
8248         * src/plugins/demo/demo.c
8249         * src/plugins/dillo_viewer/Makefile.am
8250         * src/plugins/dillo_viewer/README
8251         * src/plugins/dillo_viewer/dillo_prefs.c
8252         * src/plugins/dillo_viewer/dillo_prefs.h
8253         * src/plugins/dillo_viewer/dillo_viewer.c
8254         * src/plugins/pgpcore/Makefile.am
8255         * src/plugins/pgpcore/passphrase.c
8256         * src/plugins/pgpcore/passphrase.h
8257         * src/plugins/pgpcore/pgp_viewer.c
8258         * src/plugins/pgpcore/pgp_viewer.h
8259         * src/plugins/pgpcore/plugin.c
8260         * src/plugins/pgpcore/prefs_gpg.c
8261         * src/plugins/pgpcore/prefs_gpg.h
8262         * src/plugins/pgpcore/select-keys.c
8263         * src/plugins/pgpcore/select-keys.h
8264         * src/plugins/pgpcore/sgpgme.c
8265         * src/plugins/pgpcore/sgpgme.h
8266         * src/plugins/pgpcore/sylpheed.def
8267         * src/plugins/pgpcore/version.rc
8268         * src/plugins/pgpinline/Makefile.am
8269         * src/plugins/pgpinline/pgpinline.c
8270         * src/plugins/pgpinline/pgpinline.h
8271         * src/plugins/pgpinline/plugin.c
8272         * src/plugins/pgpinline/sylpheed.def
8273         * src/plugins/pgpinline/version.rc
8274         * src/plugins/pgpmime/Makefile.am
8275         * src/plugins/pgpmime/pgpmime.c
8276         * src/plugins/pgpmime/pgpmime.h
8277         * src/plugins/pgpmime/plugin.c
8278         * src/plugins/pgpmime/sylpheed.def
8279         * src/plugins/pgpmime/version.rc
8280         * src/plugins/spamassassin/Makefile.am
8281         * src/plugins/spamassassin/README
8282         * src/plugins/spamassassin/spamassassin.c
8283         * src/plugins/spamassassin/spamassassin.h
8284         * src/plugins/spamassassin/spamassassin_gtk.c
8285         * src/plugins/trayicon/Makefile.am
8286         * src/plugins/trayicon/trayicon.c
8287         * tools/OOo2sylpheed.pl
8288         * tools/README
8289         * tools/README.sylprint
8290         * tools/acroread2sylpheed.pl
8291         * tools/claws.i18n.status.pl
8292         * tools/filter_conv.pl
8293         * tools/filter_conv_new.pl
8294         * tools/freshmeat_search.pl
8295         * tools/google_search.pl
8296         * tools/kmail2sylpheed.pl
8297         * tools/kmail2sylpheed_v2.pl
8298         * tools/make.themes.project
8299         * tools/multiwebsearch.pl
8300         * tools/nautilus2sylpheed.sh
8301         * tools/outlook2sylpheed.pl
8302         * tools/sylprint.pl
8303         * tools/sylprint.rc
8304         * tools/tb2sylpheed
8305         * tools/textviewer.sh
8306         * tools/vcard2xml.py
8307         * tools/kdeservicemenu/README
8308         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8309         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8310         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8311                 Change name to Claws Mail. Announce to follow...
8312
8313 2006-11-06 [wwp]        2.6.0cvs6
8314
8315         * src/prefs_template.c
8316                 unify messages related to quote format/template errors (fix
8317                 capitalization), again.
8318
8319 2006-11-06 [wwp]        2.6.0cvs5
8320
8321         * src/prefs_quote.c
8322                 unify messages related to quote format/template errors.
8323
8324 2006-11-06 [wwp]        2.6.0cvs4
8325
8326         * src/prefs_msg_colors.c
8327                 more uses of Q_ macro for contextual translations, thanks
8328                 to Fabien (fzzzzz).
8329
8330 2006-11-06 [wwp]        2.6.0cvs3
8331
8332         * src/compose.c
8333         * src/common/utils.c
8334         * src/common/utils.h
8335                 show an alertpanel to make sure users are aware that sensitive
8336                 files are attached (it's file blacklist-based). This will fix
8337                 interaction w/ GoogleEarth for instance, thanks to Colin.
8338
8339 2006-11-06 [wwp]        2.6.0cvs2
8340
8341         * src/prefs_quote.c
8342         * src/prefs_template.c
8343         * src/prefs_template.h
8344                 check quote format when applying/closing prefs. For now this only
8345                 shows up an error dialog box, not preventing the user from using
8346                 a broken quote (reply, forwards) format.
8347
8348 2006-11-06 [wwp]        2.6.0cvs1
8349
8350         * src/prefs_template.c
8351                 fix missing checks of some template fields.
8352
8353 2006-11-06 [paul]       2.6.0
8354
8355         * NEWS
8356         * README
8357         * RELEASE_NOTES
8358                 2.6.0 released
8359
8360 2006-11-06 [paul]       2.5.6cvs22
8361
8362         * manual/advanced.xml
8363         * manual/es/advanced.xml
8364                 put 'respect_flowed_format' info in the correct
8365                 place
8366
8367 2006-11-06 [mones]      2.5.6cvs21
8368
8369         * po/es.po
8370                 Minor fixes for release
8371
8372 2006-11-06 [paul]       2.5.6cvs20
8373
8374         * po/cs.po
8375         * po/de.po
8376         * po/fr.po
8377         * po/it.po
8378         * po/nl.po
8379         * po/pt_BR.po
8380         * po/sk.po
8381         * po/sv.po
8382         * po/zh_CN.po
8383                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8384                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8385                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8386                 Young
8387
8388 2006-11-02 [colin]      2.5.6cvs19
8389
8390         * src/imap.c
8391         * src/imap.h
8392         * src/prefs_account.c
8393         * src/etpan/imap-thread.c
8394                 Add GSSAPI support - fixes Debian bug #383274
8395
8396 2006-11-01 [colin]      2.5.6cvs18
8397
8398         * src/jpilot.c
8399                 Handle libpisock12 support. Probably
8400                 fixes bug 1046, 'jpilot AddressDB.pdb 
8401                 import fail'
8402
8403 2006-11-01 [colin]      2.5.6cvs17
8404
8405         * src/folderutils.c
8406                 debug_print() folderutils_mark_all_read()
8407
8408 2006-11-01 [colin]      2.5.6cvs16
8409
8410         * COPYING
8411                 Add missed files to the Apache exception
8412
8413 2006-10-31 [colin]      2.5.6cvs15
8414
8415         * src/folder.c
8416         * src/folder.h
8417                 Add a copy_private_data() func to FolderClasses
8418                 Doesn't break the feature freeze, because we 
8419                 won't use it (right now) in the core.
8420
8421 2006-10-31 [colin]      2.5.6cvs14
8422
8423         * COPYING
8424                 Allow linking with the Apache licensed files in
8425                 src/plugins/spamassassin. Hopefully fixes 
8426                 bug 1048, 'Spamassassin plugin license problem'
8427
8428 2006-10-31 [wwp]        2.5.6cvs13
8429
8430         * src/compose.c
8431                 fix and optimize trimming of leading linefeeds in body loop.
8432
8433 2006-10-31 [colin]      2.5.6cvs12
8434
8435         * src/etpan/imap-thread.c
8436         * src/imap.c
8437                 Make really sure to have NULL sets in case
8438                 of error
8439
8440 2006-10-30 [wwp]        2.5.6cvs11
8441
8442         * src/prefs_common.c
8443         * src/prefs_common.h
8444         * src/compose.c
8445                 fix broken storage of quote format template when it contains \-escape
8446                 sequences. The application of such sequences is also fixed now (\t
8447                 in quote format will be a real tab instead of a 't', for instance).
8448
8449 2006-10-27 [colin]      2.5.6cvs10
8450
8451         * src/compose.c
8452                 Probably fix bug 1045, 'sylpheed-claws 
8453                 doesn't remove the mail from the IMAP 
8454                 Queue folder after sending'. From
8455                 2.5.6cvs3-stable
8456
8457 2006-10-27 [colin]      2.5.6cvs9
8458
8459         * configure.ac
8460                 Require libetpan-0.48. I'm so annoying,
8461                 I know ;-)
8462
8463 2006-10-27 [colin]      2.5.6cvs8
8464
8465         * src/folder.c
8466         * src/imap.c
8467                 Probably fix bug 1044, 'sylpheed-claws 
8468                 segfaults while moving mails' - Fix relation
8469                 usage when moving to an IMAP mailbox from another
8470                 mailbox
8471
8472 2006-10-26 [paul]       2.5.6cvs7
8473
8474         * src/gtk/about.c
8475                 add libSM to compiled-in features
8476                 list
8477
8478 2006-10-24 [colin]      2.5.6cvs6
8479
8480         * src/textview.c
8481         * src/gtk/gtkutils.c
8482                 Fix crash when printing emails with an
8483                 xface
8484
8485 2006-10-24 [mones]      2.5.6cvs5
8486
8487         * manual/es/advanced.xml
8488                 Synchronize hidden option respect_flowed_format
8489         * po/es.po
8490                 Updated translation
8491
8492 2006-10-21 [paul]       2.5.6cvs4
8493
8494         * src/gtk/authors.h
8495         * src/plugins/pgpcore/pgp_viewer.c
8496         * src/plugins/pgpcore/sgpgme.c
8497                 fix building on BSDs
8498                 Thanks to Michael Hughes
8499                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8500
8501 2006-10-20 [colin]      2.5.6cvs3
8502
8503         * configure.ac
8504                 Bump up libetpan requirement
8505                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8506         * src/common/utils.c
8507         * src/common/utils.h
8508                 Add convenience get_file_mtime()
8509         * src/imap.c
8510         * src/etpan/imap-thread.c
8511         * src/etpan/imap-thread.h
8512                 Implement UIDPLUS support if the server
8513                 supports it - faster sending in this case
8514
8515 2006-10-19 [colin]      2.5.6cvs2
8516
8517         * src/gtk/quicksearch.c
8518                 Fix emptying in type-ahead+extended mode
8519         * src/mainwindow.c
8520         * src/mainwindow.h
8521                 Add a hook for offline state change
8522         * src/plugins/trayicon/trayicon.c
8523                 Use it to display offline icons
8524         * src/plugins/trayicon/Makefile.am
8525         * src/plugins/trayicon/newmail.offline.xpm
8526         * src/plugins/trayicon/newmarkedmail.offline.xpm
8527         * src/plugins/trayicon/nomail.offline.xpm
8528         * src/plugins/trayicon/unreadmail.offline.xpm
8529         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8530                 Add the icons
8531
8532 2006-10-12 [paul]       2.5.6cvs1
8533
8534         * NEWS
8535         * README
8536         * configure.ac
8537                 Update version number following
8538                 stable release
8539
8540 2006-10-19 [colin]      2.5.5cvs18
8541
8542         * manual/handling.xml
8543                 Add type-ahead search
8544
8545 2006-10-18 [colin]      2.5.5cvs17
8546
8547         * src/gtk/quicksearch.c
8548                 Remove "save to history only if there's
8549                 no syntax error", it breaks for some 
8550                 reason which I'll investigate later.
8551
8552 2006-10-18 [colin]      2.5.5cvs16
8553
8554         * src/prefs_common.c
8555         * src/prefs_common.h
8556         * src/summaryview.c
8557         * src/gtk/quicksearch.c
8558         * src/gtk/quicksearch.h
8559                 Add a type-ahead option for fast searches
8560                 Patch by Fabien Vantard
8561
8562 2006-10-18 [colin]      2.5.5cvs15
8563
8564         * src/compose.c
8565         * src/compose.h
8566                 Add Options/Reply mode/ menu to be able to
8567                 change the recipients of a reply on the fly
8568
8569 2006-10-18 [colin]      2.5.5cvs14
8570
8571         * src/compose.c
8572                 Fix redirecting of our own sent mails
8573
8574 2006-10-17 [wwp]        2.5.5cvs13
8575
8576         * src/send_message.c
8577                 Fix duplicate error messages when sending, and missing
8578                 newline in such error messages.
8579
8580 2006-10-17 [colin]      2.5.5cvs12
8581
8582         * src/compose.c
8583                 Compare addresses case-insensitive
8584
8585 2006-10-17 [colin]      2.5.5cvs11
8586
8587         * src/plugins/pgpcore/sgpgme.c
8588                 Fix return status
8589
8590 2006-10-17 [colin]      2.5.5cvs10
8591
8592         * src/plugins/pgpcore/pgp_viewer.c
8593                 Fix return status
8594
8595 2006-10-17 [colin]      2.5.5cvs9
8596
8597         * src/quote_fmt.c
8598                 Fix a typo (thanks to Fabien)
8599
8600 2006-10-16 [colin]      2.5.5cvs8
8601
8602         * src/textview.c
8603                 Fix problem with quote-folding when emails
8604                 don't convert cleanly to UTF-8
8605
8606 2006-10-14 [colin]      2.5.5cvs7
8607
8608         * src/prefs_template.c
8609                 Reset fields when reopening
8610                 the window
8611
8612 2006-10-13 [paul]       2.5.5cvs6
8613
8614         * manual/advanced.xml
8615         * src/prefs_message.c
8616                 make 'respect_flowed_format' a hidden
8617                 option, and add a manual entry for it
8618                 Thanks to Colin
8619
8620 2006-10-12 [colin]      2.5.5cvs5
8621
8622         * src/codeconv.c
8623                 Revert part of 2.5.2cvs21:
8624                 Don't optimise by reusing the 
8625                 last iconv converter if possible:
8626                 it seems slightly broken in a 
8627                 very hard way to reproduce
8628
8629 2006-10-12 [colin]      2.5.5cvs4
8630
8631         * src/prefs_common.c
8632         * src/prefs_common.h
8633         * src/prefs_message.c
8634         * src/procmime.c
8635                 Fix bug 1035, 'Incorrect handling 
8636                 of flowed lines'. We now optionnaly
8637                 handle this format (preference is in
8638                 Message View/Text options section)
8639
8640 2006-10-12 [colin]      2.5.5cvs3
8641
8642         * po/POTFILES.in
8643                 Add new file
8644         * src/plugins/pgpcore/pgp_viewer.c
8645         * src/plugins/pgpcore/sgpgme.c
8646                 Don't try to import without asking
8647
8648 2006-10-12 [colin]      2.5.5cvs2
8649
8650         * src/compose.c
8651                 Fix bug 1036, 'Forwarding a mutlipart
8652                 mail with a "text/html" block to ms
8653                 outlook users leeds to freeze of
8654                 outlook'. Poor outlook users...
8655
8656 2006-10-12 [paul]       2.5.5cvs1
8657
8658         * NEWS
8659         * README
8660         * configure.ac
8661                 Update version number following
8662                 stable release
8663
8664 2006-10-11 [paul]       2.5.4cvs1
8665
8666         * NEWS
8667         * README
8668         * configure.ac
8669                 Update version number following
8670                 stable release
8671
8672 2006-10-11 [paul]       2.5.3cvs32
8673
8674         * src/textview.c
8675                 fix bug 1032, 'Segmentation fault when showing
8676                 message' (bug in quote folding)
8677                 Thanks to Colin
8678
8679 2006-10-10 [colin]      2.5.3cvs31
8680
8681         * src/quote_fmt.c
8682                 Rephrase english a bit
8683
8684 2006-10-10 [colin]      2.5.3cvs30
8685
8686         * src/prefs_compose_writing.c
8687                 Stop making the page larger than the window
8688
8689 2006-10-10 [wwp]        2.5.3cvs29
8690
8691         * src/compose.c
8692         * src/prefs_template.c
8693         * src/quote_fmt.c
8694         * src/quote_fmt.h
8695         * src/quote_fmt_lex.l
8696         * src/quote_fmt_parse.y
8697                 Extend the quote parser a bit: allow to get access to
8698                 basic (composing) account info.
8699
8700 2006-10-10 [colin]      2.5.3cvs28
8701
8702         * src/procheader.c
8703                 Fix this \t problem in subject
8704
8705 2006-10-09 [colin]      2.5.3cvs27
8706
8707         * src/main.c
8708         * src/prefs_gtk.c
8709                 Prepare cache a bit later
8710                 If section already exists, skip the new one 
8711                 (as previously); avoid writing the same block
8712                 twice - if we find a second block with the 
8713                 same id, skip it.
8714         * src/plugins/pgpcore/pgp_viewer.c
8715                 Set cursor to busy when retrieving a key
8716         * src/plugins/pgpcore/sgpgme.c
8717                 allow 5 seconds for gpg to export the key
8718                 
8719
8720 2006-10-09 [colin]      2.5.3cvs26
8721
8722         * configure.ac
8723         * src/msgcache.c
8724         * src/prefs_gtk.c
8725                 Check for existence of fgets_unlocked
8726                 and fwrite_unlocked
8727
8728 2006-10-09 [paul]       2.5.3cvs25
8729
8730         * src/prefs_summaries.c
8731                 replace strftime() with fast_strftime() and in
8732                 the consequence fix the bug in the display of
8733                 AM/PM in the 'Example' string
8734
8735 2006-10-09 [ticho]      2.5.3cvs24
8736
8737         * po/sk.po
8738                 Updated (and fixed up somewhat) Slovak translation.
8739
8740 2006-10-08 [colin]      2.5.3cvs23
8741
8742         * src/prefs_folder_item.c
8743                 Explain why prefs in the top-level folder
8744                 aren't retained, but are still useful
8745
8746 2006-10-08 [colin]      2.5.3cvs22
8747
8748         * src/prefs_gtk.c
8749                 Don't cache anything if caching fails
8750
8751 2006-10-08 [colin]      2.5.3cvs21
8752
8753         * src/common/utils.c
8754                 always include gi18n.h
8755
8756 2006-10-07 [colin]      2.5.3cvs20
8757
8758         * src/plugins/pgpcore/pgp_viewer.c
8759                 Kill gpg after 5 seconds wait
8760
8761 2006-10-07 [colin]      2.5.3cvs19
8762
8763         * src/plugins/pgpcore/pgp_viewer.c
8764         * src/plugins/pgpcore/pgp_viewer.h
8765                 Fix copyright
8766
8767 2006-10-07 [colin]      2.5.3cvs18
8768
8769         * src/plugins/pgpcore/pgp_viewer.c
8770         * src/plugins/pgpcore/pgp_viewer.h
8771                 Actually add the files to CVS
8772
8773 2006-10-07 [colin]      2.5.3cvs17
8774
8775         * src/plugins/pgpcore/sgpgme.c
8776                 Be sure not to crash on 'application/pgp-signature' that
8777                 are not application/pgp-signatures
8778
8779 2006-10-07 [colin]      2.5.3cvs16
8780
8781         * src/textview.c
8782         * src/textview.h
8783                 Make a bit more of the API available
8784         * src/plugins/pgpcore/Makefile.am
8785         * src/plugins/pgpcore/plugin.c
8786         * src/plugins/pgpcore/sgpgme.c
8787                 Add basic key import/export
8788
8789 2006-10-07 [colin]      2.5.3cvs15
8790
8791         * src/folderview.c
8792         * src/imap.c
8793         * src/prefs_account.c
8794         * src/wizard.c
8795                 Warn users *everywhere* if libetpan's not
8796                 linked in
8797
8798 2006-10-06 [mones]      2.5.3cvs14
8799
8800         * po/de.po
8801         * po/es.po
8802                 updated by Stephan Sachse and me
8803
8804 2006-10-06 [colin]      2.5.3cvs13
8805
8806         * src/main.c
8807         * src/common/sylpheed.c
8808                 Don't load common plugins if --exit is passed
8809         * src/prefs_gtk.c
8810         * src/prefs_gtk.h
8811                 Implement a cache to avoid reading the same
8812                 files over and over again at startup
8813
8814 2006-10-06 [colin]      2.5.3cvs12
8815
8816         * src/summaryview.c
8817         * src/gtk/quicksearch.c
8818                 Update display every 5k mails on fast searches
8819
8820 2006-10-06 [colin]      2.5.3cvs11
8821
8822         * src/textview.c
8823                 Don't do quote folding on HTML or ERTF.
8824                 May fix the Cygwin issues if they were
8825                 happening with HTML mails?
8826
8827 2006-10-05 [colin]      2.5.3cvs10
8828
8829         * src/prefs_gtk.c
8830                 Oops, forgot one
8831
8832 2006-10-05 [colin]      2.5.3cvs9
8833
8834         * src/prefs_gtk.c
8835                 Use unlocked_stdio here too
8836
8837 2006-10-05 [colin]      2.5.3cvs8
8838
8839         * src/folderview.c
8840                 Fix go to next * after preferences apply
8841         * src/msgcache.c
8842                 Do the fd lock/unlock ourselves instead of
8843                 letting the libc do it at each write 
8844
8845 2006-10-05 [colin]      2.5.3cvs7
8846
8847         * src/common/utils.c
8848                 Faster division, thanks to Jean Diraison
8849
8850 2006-10-05 [paul]       2.5.3cvs6
8851
8852         * src/common/utils.c
8853                 fix building with --disable-nls
8854
8855 2006-10-04 [colin]      2.5.3cvs5
8856
8857         * src/folder.c
8858                 Maybe fix a segfault
8859
8860 2006-10-04 [wwp]        2.5.3cvs4
8861
8862         * src/prefs_folder_item.c
8863                 Fine-tune layouts in folder item prefs. Suggested by
8864                 Fabien Vantard <fzzzzz@gmail.com>.
8865
8866 2006-10-04 [wwp]        2.5.3cvs3
8867
8868         * src/prefs_folder_item.c
8869                 Kill the clandestine passengers. You didn't see anything.
8870
8871 2006-10-04 [wwp]        2.5.3cvs2
8872
8873         * src/prefs_folder_item.c
8874                 Add a way to test the subject simplify regexp in
8875                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8876                 w/ few layout changes.
8877
8878 2006-20-04 [paul]       2.5.3cvs1
8879
8880         * NEWS
8881         * README
8882         * configure.ac
8883                 Update version number following
8884                 stable release
8885
8886 2006-10-04 [colin]      2.5.2cvs42
8887
8888         * src/folder.c
8889         * src/folder.h
8890         * src/summaryview.c
8891                 Provide a way for folder classes to set their sort
8892                 type and key
8893
8894 2006-10-03 [colin]      2.5.2cvs41
8895
8896         * src/mh.c
8897                 Don't use strlen() to know if the
8898                 string's empty
8899
8900 2006-10-03 [colin]      2.5.2cvs40
8901
8902         * src/mh.c
8903                 Fix "check for new folders" with accentued folders
8904
8905 2006-10-03 [ticho]      2.5.2cvs39
8906
8907         * src/filtering.c
8908         * src/folder.c
8909         * src/inc.c
8910         * src/mbox.c
8911                 Colin's fix for "copy" filtering rules.
8912
8913 2006-10-02 [colin]      2.5.2cvs38
8914
8915         * src/folderview.c
8916                 Fix for double-click too
8917
8918 2006-10-02 [colin]      2.5.2cvs37
8919
8920         * src/folderview.c
8921                 correct fix for cvs36
8922
8923 2006-10-02 [colin]      2.5.2cvs36
8924
8925         * src/folderview.c
8926                 Fix 'goto next unread' after collapsing/expanding 
8927                 a node.
8928
8929 2006-10-02 [colin]      2.5.2cvs35
8930
8931         * src/summaryview.c
8932                 Fix double freeze/thaw
8933         * src/common/utils.c
8934         * src/common/utils.h
8935                 Reimplement strftime
8936         * src/procheader.c
8937                 Use it
8938
8939
8940 2006-10-02 [colin]      2.5.2cvs34
8941
8942         * src/mh.c
8943                 Time mh_write_sequences() - it's fast
8944         * src/summaryview.c
8945                 Init a variable to shut up gcc
8946
8947 2006-10-01 [colin]      2.5.2cvs33
8948
8949         * src/folder.c
8950         * src/mh.c
8951         * src/mh.h
8952         * src/msgcache.c
8953                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8954                 Add fsync but disable it, it's slow as hell
8955
8956 2006-10-01 [colin]      2.5.2cvs32
8957
8958         * src/mh.c
8959         * src/msgcache.c
8960                 fflush() caches and mh_sequences before
8961                 fclose()ing
8962
8963 2006-10-01 [colin]      2.5.2cvs31
8964
8965         * src/msgcache.c
8966                 Don't ftruncate when not using mmap
8967
8968 2006-09-30 [colin]      2.5.2cvs30
8969
8970         * src/main.c
8971                 Write folder list *after* saving caches
8972
8973 2006-09-30 [colin]      2.5.2cvs29
8974
8975         * src/folder.c
8976         * src/mh.c
8977                 Debug forced mtime changes
8978
8979 2006-09-30 [colin]      2.5.2cvs28
8980
8981         * src/folder.c
8982         * src/main.c
8983                 Remove useless debug_print()s (code
8984                 well-tested)
8985
8986 2006-09-30 [colin]      2.5.2cvs27
8987
8988         * src/mh.c
8989                 Do stuff faster when writing mh_sequences
8990
8991 2006-09-30 [colin]      2.5.2cvs26
8992
8993         * src/mh.c
8994                 Don't let the writing of .mh_sequences, which
8995                 can change the folder's mtime, let us think
8996                 we need to scan.
8997
8998 2006-09-30 [colin]      2.5.2cvs25
8999
9000         * src/folder.c
9001                 Move a debug_print where it belongs 
9002                 (processing)
9003         * src/summaryview.c
9004                 Don't mess with a huge slow subject
9005                 table if we're not threading by
9006                 subject
9007
9008 2006-09-30 [colin]      2.5.2cvs24
9009
9010         * src/msgcache.c
9011                 Reenable mmaped reads (*not* writes!)
9012         * src/procmsg.c
9013                 Don't destroy and recreate hashtables just
9014                 for fun
9015         * src/common/utils.c
9016                 Remove useless reply prefixes (it's case
9017                 unsensitive)
9018
9019 2006-09-30 [wwp]        2.5.2cvs23
9020
9021         * tools/fix_date.sh
9022                 Fixed a minor bug in date value extraction, added a switch
9023                 to replace non RFC-compliant Date: value, added a switch
9024                 to use strict RFC matching patterns for dates.
9025
9026 2006-09-29 [colin]      2.5.2cvs22
9027
9028         * src/matcher_parser.h
9029         * src/matcher_parser_parse.y
9030         * src/prefs_filtering.c
9031         * src/statusbar.c
9032         * src/summary_search.c
9033         * src/summaryview.c
9034         * src/gtk/quicksearch.c
9035         * src/gtk/quicksearch.h
9036                 Optimise searches by setting different
9037                 refresh intervals (depending if the 
9038                 search is fast or not)
9039
9040 2006-09-29 [colin]      2.5.2cvs21
9041
9042         * src/codeconv.c
9043                 Optimise by reusing the last iconv converter
9044                 if possible
9045         * src/textview.c
9046                 Optimise a bit (the foldable quotes feature
9047                 still has an awful O(n^2) algo
9048
9049 2006-09-29 [colin]      2.5.2cvs20
9050
9051         * src/gtk/gtksctree.c
9052         * src/gtk/gtksctree.h
9053                 Optimise de-selection via up/down or
9054                 another key
9055
9056 2006-09-28 [colin]      2.5.2cvs19
9057
9058         * src/action.c
9059         * src/compose.c
9060         * src/folderview.c
9061         * src/mainwindow.c
9062         * src/messageview.c
9063         * src/summary_search.c
9064         * src/toolbar.c
9065                 Avoid using summaryview->ctree directly
9066
9067 2006-09-28 [colin]      2.5.2cvs18
9068
9069         * src/summaryview.c
9070         * src/summaryview.h
9071                 Add helpers to freeze/thaw/grab_focus
9072                 Factorize calls to freeze/thaw/grab_focus
9073                 
9074
9075 2006-09-28 [colin]      2.5.2cvs17
9076
9077         * src/main.c
9078                 More guards for the session management
9079
9080 2006-09-28 [colin]      2.5.2cvs16
9081
9082         * src/folderview.c
9083         * src/gtk/gtksctree.c
9084         * src/gtk/gtksctree.h
9085                 Make expanding not recursive in folderview
9086
9087 2006-09-28 [colin]      2.5.2cvs15
9088
9089         * src/addressbook.c
9090                 If nothing is selected in the list (right part)
9091                 and a group is selected in the tree (left part),
9092                 mail this group.
9093
9094 2006-09-28 [colin]      2.5.2cvs14
9095
9096         * src/Makefile.am
9097                 Actually use SM_LIBS
9098
9099 2006-09-28 [ticho]      2.5.2cvs13
9100
9101         * src/export.c
9102         * src/messageview.c
9103         * src/mimeview.c
9104         * src/news.c
9105         * src/pop.c
9106         * src/prefs_themes.c
9107         * src/procmsg.c
9108                 Small i18n string optimization.
9109         * src/send_message.c
9110         * src/summaryview.c
9111         * src/common/session.c
9112         * src/common/smtp.c
9113         * src/common/ssl_certificate.c
9114         * src/common/utils.c
9115                 Use "Couldn't" instead of "Can't" in UI messages,
9116                 where appropriate.
9117
9118 2006-09-28 [colin]      2.5.2cvs12
9119
9120         * configure.ac
9121                 Possibly fix link errors
9122
9123 2006-09-27 [wwp]        2.5.2cvs11
9124
9125         * src/gtk/authors.h
9126         * doc/man/sylpheed-claws.1
9127         * manual/ack.xml
9128         * manual/es/ack.xml
9129         * manual/fr/ack.xml
9130         * manual/pl/ack.xml
9131                 Updated authors info (me, myself and I).
9132
9133 2006-09-27 [colin]      2.5.2cvs10
9134
9135         * src/addressbook.c
9136                 Remove useless printf
9137
9138 2006-09-27 [wwp]        2.5.2cvs9
9139
9140         * src/editgroup.c
9141         * src/send_message.c
9142         * src/inc.c
9143         * src/prefs_common.c
9144         * src/prefs_common.h
9145         * src/gtk/progressdialog.c
9146                 remember more windows' sizes (send dialog, received dialog,
9147                 edit group in addressbook).
9148
9149 2006-09-27 [colin]      2.5.2cvs8
9150
9151         * configure.ac
9152         * src/main.c
9153         * src/mainwindow.h
9154                 Use libSM to communicate with the session
9155                 manager, so that we can know when the 
9156                 session ends, save our caches, and draft
9157                 our compose windows.
9158
9159 2006-09-27 [colin]      2.5.2cvs7
9160
9161         * src/addressbook.c
9162                 Fix issues:
9163                 o Allow Book and Group creation from the tree's
9164                   contextual menu
9165                 o Do not actually delete the contacts when 
9166                   deleting groups from the tree (duh!)
9167
9168 2006-09-27 [colin]      2.5.2cvs6
9169
9170         * src/compose.c
9171         * src/compose.h
9172         * src/mainwindow.c
9173         * src/textview.c
9174         * src/toolbar.c
9175                 o Allow passing an email address to 
9176                   compose_new_with_folderitem
9177                 o Update callers
9178                 o Use current folderitem when clicking
9179                   on a TextView mailto: link
9180                 o Fix a possible leak in TextView
9181
9182 2006-09-27 [colin]      2.5.2cvs5
9183
9184         * src/html.c
9185                 Use UTF-8 chars to replace HTML entities
9186
9187 2006-09-27 [colin]      2.5.2cvs4
9188
9189         * AUTHORS
9190         * src/prefs_account.c
9191         * src/gtk/authors.h
9192                 Fix bug #1024 (Array index out of
9193                 range in sylpheed-claws-2.5.2)
9194                 Patch by Ales Nosek <anosek@suse.cz>
9195
9196 2006-09-27 [colin]      2.5.2cvs3
9197
9198         * src/addr_compl.c
9199                 Actually do the test
9200
9201 2006-09-27 [colin]      2.5.2cvs2
9202
9203         * src/addr_compl.c
9204         * src/addr_compl.h
9205                 Allow completing with comma (in certain cases: vCalendar
9206                 for example doesn't support that)
9207                 Patch by Fabien Vantard
9208
9209 2006-09-26 [colin]      2.5.2cvs1
9210
9211         * src/Makefile.am
9212         * src/addr_compl.c
9213         * src/addr_compl.h
9214         * src/addrbook.c
9215         * src/addrbook.h
9216         * src/addressbook.c
9217         * src/addrindex.c
9218         * src/addrindex.h
9219         * src/compose.c
9220         * src/prefs_common.c
9221         * src/prefs_filtering_action.c
9222         * src/prefs_folder_item.c
9223         * src/prefs_template.c
9224         * src/stock_pixmap.c
9225         * src/stock_pixmap.h
9226         * src/pixmaps/addr_one.xpm
9227         * src/pixmaps/addr_two.xpm
9228                 Add auto-completion on groups
9229
9230 2006-09-26 [colin]      2.5.2
9231
9232         * NEWS
9233         * README
9234         * RELEASE_NOTES
9235                 2.5.2 released
9236
9237 2006-09-26 [colin]      2.5.1cvs5
9238
9239         * src/matcher.c
9240                 Fix condition
9241
9242 2006-09-26 [colin]      2.5.1cvs4
9243
9244         * src/mbox.c
9245                 Revert cvs1 (useless as the message is printed 
9246                 every 500 mails)
9247
9248 2006-09-26 [colin]      2.5.1cvs3
9249
9250         * src/partial_download.c
9251                 Fix crasher found by Alexsandar Urosevic
9252
9253 2006-09-26 [colin]      2.5.1cvs2
9254
9255         * src/summaryview.c
9256                 Fix bug #1023 (Sylpheed deletes too much messages)
9257
9258 2006-09-26 [ticho]      2.5.1cvs1
9259
9260         * src/mbox.c
9261                 Make use of gettext's multiple plurals for statusbar
9262                 progress message.
9263
9264 2006-09-25 [paul]       2.5.1
9265
9266         * NEWS
9267         * README
9268         * RELEASE_NOTES
9269                 2.5.1 released
9270
9271 2006-09-25 [colin]      2.5.0cvs3
9272
9273         * src/plugins/bogofilter/bogofilter.c
9274         * src/plugins/clamav/clamav_plugin.c
9275         * src/plugins/spamassassin/spamassassin.c
9276                 BogoFilter, Spamassassin: Fix double hook registering after
9277                 visiting preferences
9278                 Spamassassin, Clamav: Just set the mails to move instead of
9279                 doing the move - caller will move the things at once.
9280
9281 2006-09-25 [colin]      2.5.0cvs2
9282
9283         * src/imap.c
9284         * src/etpan/imap-thread.c
9285                 Use UID SEARCH ALL instead of UID 1:*
9286                 (braindead servers can't figure out that's
9287                 the same...)
9288
9289 2006-09-25 [wwp]        2.5.0cvs1
9290
9291         * src/message_search.c
9292                 Added the ability to stop a running search (in message body).
9293
9294 2006-09-25 [paul]       2.5.0
9295
9296         * NEWS
9297         * README
9298         * RELEASE_NOTES
9299                 2.5.0 released
9300
9301 2006-09-25 [paul]       2.4.0cvs214
9302
9303         * po/cs.po
9304         * po/de.po
9305         * po/fi.po
9306         * po/fr.po
9307         * po/nl.po
9308         * po/pt_BR.po
9309         * po/sk.po
9310         * po/sr.po
9311         * po/zh_CN.po
9312                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9313                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9314                 Ticho, Aleksander Urosevic, Ralgh Young
9315
9316 2006-09-24 [mones]      2.4.0cvs213
9317
9318         * po/es.po
9319                 Updated for release
9320
9321 2006-09-23 [colin]      2.4.0cvs212
9322
9323         * src/gtk/inputdialog.c
9324                 Fix [ ] remember this appearing in normal
9325                 input dialogs after it's been used by
9326                 mimeview.
9327         * src/folder.c
9328         * src/folderview.c
9329         * src/msgcache.c
9330         * src/procmsg.c
9331         * src/summaryview.c
9332         * src/textview.c
9333         * src/common/timing.h
9334                 Enable timings in debug mode and make it
9335                 look prettier.
9336
9337 2006-09-22 [colin]      2.4.0cvs211
9338
9339         * README
9340                 Revert test change
9341         * commitHelper
9342                 ping the correct URI
9343
9344 2006-09-22 [colin]      2.4.0cvs210
9345
9346         * README
9347                 Let's see if bug #1022 is fixed
9348
9349 2006-09-21 [colin]      2.4.0cvs209
9350
9351         * src/wizard.c
9352         * src/common/plugin.c
9353                 Prepare infra to load predefined plugins when
9354                 no configuration existed. Don't actually load
9355                 anything yet (feat. freeze)
9356
9357 2006-09-21 [wwp]        2.4.0cvs208
9358
9359         * manual/fr/faq.xml
9360                 Partial sync w/ 2.4.0cvs72:
9361                 wrap file and minor updates.
9362
9363 2006-09-21 [wwp]        2.4.0cvs207
9364
9365         * tools/fix_date.sh
9366                 several fixes and enhancements. A new --force switch has been
9367                 added to prevent overriding by default Date: header when
9368                 already existing.
9369
9370 2006-09-21 [paul]       2.4.0cvs206
9371
9372         * src/common/utils.c
9373                 add Chinese UTF8 Re prefix
9374
9375 2006-09-21 [wwp]        2.4.0cvs205
9376
9377         * tools/Makefile.am
9378                 Fics alfabettical order.
9379
9380 2006-09-21 [wwp]        2.4.0cvs204
9381
9382         * tools/fix_date.sh
9383         * tools/Makefile.am
9384                 Added an action tool to fix missing Date field in emails.
9385                 Updated Makefile.am to reflect those last two additions.
9386
9387 2006-09-21 [wwp]        2.4.0cvs203
9388
9389         * tools/uuooffice
9390                 Added a action tool to open uuencoded docs w/
9391                 OpenOffice (based on uudec method).
9392
9393 2006-09-21 [colin]      2.4.0cvs202
9394
9395         * src/compose.c
9396         * src/textview.c
9397                 Workaround possible GTK crash: remove selection 
9398                 clipboard before destroying widget, or GTK+-2.10
9399                 dies. Thanks to Hiro.
9400
9401 2006-09-20 [colin]      2.4.0cvs201
9402
9403         * src/compose.c
9404                 Fix free-after-use in some cases (when 
9405                 procmime_encode_content() frees mimeinfo->data.mem
9406                 and turns it to a temp file)
9407
9408 2006-09-20 [colin]      2.4.0cvs200
9409
9410         * src/folderview.c
9411         * src/summaryview.c
9412         * src/gtk/gtksctree.c
9413         * src/gtk/gtksctree.h
9414                 Add tooltips in the folderview and summaryview
9415                 (Doesn't break string freeze as they already
9416                 exist)
9417         * src/toolbar.c
9418                 Put the spam button in the default configuration
9419                 if compiled with bogo plugin too
9420
9421 2006-09-19 [colin]      2.4.0cvs199
9422
9423         * src/summaryview.c
9424         * src/summaryview.h
9425                 Update folder name label on folder rename
9426         * src/prefs_matcher.c
9427         * src/gtk/logwindow.h
9428                 Fix warnings
9429                 Patches by Fabien
9430
9431 2006-09-19 [wwp]        2.4.0cvs198
9432
9433         * src/summary_search.c
9434                 fix can't click forward/backward buttons in the
9435                 search messages.
9436
9437 2006-09-18 [paul]       2.4.0cvs197
9438
9439         * src/wizard.c
9440                 add missing bracket, capitalise the A of
9441                 'SpamAssassin'
9442
9443 2006-09-18 [paul]       2.4.0cvs196
9444
9445         * src/compose.c
9446                 fix bug 1012 'crashed upon sending mail
9447                 from compose window'
9448                 Thanks to Colin
9449
9450 2006-09-16 [colin]      2.4.0cvs195
9451
9452         * src/folderview.c
9453                 Fix "real-time" sorting by freezing/thawing
9454
9455 2006-09-16 [colin]      2.4.0cvs194
9456
9457         * manual/faq.xml
9458                 Fix the anti-spam entry a bit
9459
9460 2006-09-16 [colin]      2.4.0cvs193
9461
9462         * src/wizard.c
9463                 Make sure reviewers have no excuse when stating
9464                 Sylpheed-Claws doesn't have antispam capabilities.
9465
9466 2006-09-16 [colin]      2.4.0cvs192
9467
9468         * src/main.c
9469                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9470                 as if the SIGPIPE comes from etpan's thread we could
9471                 trigger a GUI update from this thread.
9472
9473 2006-09-16 [colin]      2.4.0cvs191
9474
9475         * src/summaryview.c
9476                 Init all members of the struct
9477
9478 2006-09-16 [paul]       2.4.0cvs190
9479
9480         * src/account.c
9481                 improvements to the English
9482
9483 2006-09-15 [colin]      2.4.0cvs189
9484
9485         * src/summaryview.c
9486                 HIG order on dialog
9487
9488 2006-09-14 [colin]      2.4.0cvs188
9489
9490         * src/common/socket.c
9491         * src/common/socket.h
9492         * src/common/ssl.c
9493         * src/common/ssl_certificate.c
9494         * src/common/ssl_certificate.h
9495         * src/etpan/imap-thread.c
9496                 the get_fqdn() call done to get canonical name when
9497                 checking an SSL certificate is blocking, which is
9498                 sad as we just did a non-blocking lookup to connect.
9499                 Fix that by letting the fqdn available to the SockInfo,
9500                 and use that in ssl_certificate_check(). For IMAP,
9501                 we don't do it as the lookup's done by libetpan, but
9502                 it's less annoying as IMAP connections as much more
9503                 rare than POP3 connections.
9504
9505 2006-09-14 [paul]       2.4.0cvs187
9506
9507         * manual/advanced.xml
9508                 improvements to the English,
9509                 properly place the new hidden options
9510                 within the alphabetical order
9511         * src/gtk/pluginwindow.c
9512                 improvements to the English
9513
9514 2006-09-14 [colin]      2.4.0cvs186
9515
9516         * src/prefs_common.c
9517         * src/prefs_common.h
9518         * src/gtk/gtksctree.c
9519         * manual/advanced.xml
9520                 New hidden pref, stripes_color_offset, to change
9521                 the value added/substracted to normal bgcolor to
9522                 create the stripes in summaries
9523
9524 2006-09-13 [colin]      2.4.0cvs185
9525
9526         * src/gedit-print.c
9527         * src/messageview.c
9528         * src/messageview.h
9529         * src/summaryview.c
9530         * src/textview.c
9531                 Fix misc. printing issues: 
9532                 - Bad font for linkified headers
9533                 - Different font if the mail was displayed or not
9534                 - Factorize the thing
9535
9536 2006-09-13 [colin]      2.4.0cvs184
9537
9538         * src/common/ssl_certificate.c
9539                 Only get FQDN once when checking certificate
9540
9541 2006-09-13 [colin]      2.4.0cvs183
9542
9543         * src/account.c
9544         * src/gtk/pluginwindow.c
9545                 Misc. GUI fixes by Fabien
9546
9547 2006-09-13 [wwp]        2.4.0cvs182
9548
9549         * configure.ac
9550         * src/common/utils.h
9551         * src/common/utils.c
9552                 get rid of unused wide-char functions.
9553
9554 2006-09-13 [wwp]        2.4.0cvs181
9555
9556         * src/plugins/pgpinline/sylpheed.def
9557         * src/textview.c
9558                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9559                 add privacy_reset_error to the .def file,
9560                 do not fork for an external textviewer.
9561
9562 2006-09-13 [wwp]        2.4.0cvs180
9563
9564         * src/prefs_common.c
9565                 fix broken font entry in prefs (patch issued by the gpg4win team,
9566                 probably by Marcus Brinkmann <marcus@g10code.de>).
9567
9568 2006-09-13 [colin]      2.4.0cvs179
9569
9570         * src/folder.h
9571                 Fix a warning in summaryview.c
9572         * src/mainwindow.c
9573         * src/summaryview.c
9574         * src/summaryview.h
9575                 Add missing Mark/* elements in the
9576                 main menu
9577
9578 2006-09-12 [colin]      2.4.0cvs178
9579
9580         * src/prefs_actions.c
9581         * src/prefs_filtering_action.c
9582         * src/prefs_matcher.c
9583                 Use (New) instead of New everywhere
9584
9585 2006-09-12 [wwp]        2.4.0cvs177
9586
9587         * manual/fr/addrbook.xml
9588         * manual/fr/handling.xml
9589                 updated some quotes in the fr manual to match the fr translation.
9590
9591 2006-09-12 [wwp]        2.4.0cvs176
9592
9593         * src/prefs_matcher.c
9594                 don't store translated string elements in matcher expressions.
9595                 Also fixed a misused of Q_().
9596
9597 2006-09-11 [wwp]        2.4.0cvs175
9598
9599         * src/plugins//bogofilter/bogofilter.c
9600         * src/plugins//clamav/clamav_plugin.c
9601         * src/plugins//demo/demo.c
9602         * src/plugins//dillo_viewer/dillo_viewer.c
9603         * src/plugins//pgpcore/plugin.c
9604         * src/plugins//pgpinline/plugin.c
9605         * src/plugins//pgpmime/plugin.c
9606         * src/plugins//spamassassin/spamassassin.c
9607                 gettext-ize more strings (mostly plugin error messages).
9608
9609 2006-09-11 [colin]      2.4.0cvs174
9610
9611         * src/alertpanel.c
9612                 Make maximum buffer size bigger to avoid
9613                 truncating translated messages. Patch by
9614                 Fabien
9615
9616 2006-09-11 [colin]      2.4.0cvs173
9617
9618         * src/etpan/imap-thread.c
9619                 Fix compilation on OpenBSD, thanks to 
9620                 Landry
9621
9622 2006-09-10 [wwp]        2.4.0cvs172
9623
9624         * manual/account.xml
9625         * manual/addrbook.xml
9626         * manual/handling.xml
9627         * manual/es/handling.xml
9628         * manual/fr/account.xml
9629         * manual/fr/addrbook.xml
9630         * manual/fr/handling.xml
9631                 documented addressbook matching (condition configuration):
9632                   addrbook.xml, en fr
9633                 documented per-account filtering rules (handling/filtering
9634                   section, account section):
9635                   account.xml, handling.xml, en fr
9636                 slightly updated the handling/searching section to tell few
9637                   words about the extended search ability:
9638                   handling.xml, en fr
9639                 added missing <quote></quotes> to Quick Search:
9640                   handling.xml, en fr es
9641                 fixed a typo (auomatically):
9642                   handling.xml, en
9643                 changes revisited by Paul.
9644
9645 2006-09-10 [paul]       2.4.0cvs171
9646
9647         * src/prefs_actions.c
9648         * src/prefs_filtering.c
9649         * src/prefs_template.c
9650                 adjustments to the gui
9651                 Patch by Fabien Vantard (slightly modified)
9652
9653 2006-09-10 [colin]      2.4.0cvs170
9654
9655         * src/summaryview.c
9656                 Check folderitem/summaryview consistency
9657                 (basically automates Update summary). Fixes
9658                 #1011 (wrong (negative) count on unread 
9659                 messages)
9660
9661 2006-09-10 [colin]      2.4.0cvs169
9662
9663         * src/gtk/gtksctree.c
9664                 Fix recursive expansion via mouse
9665         * src/plugins/bogofilter/bogofilter.c
9666                 Use normal filtering way of moving
9667                 messages (batching), possibly fixing
9668                 bug #1015 (Bogofilter plugin doubles 
9669                 new messages)
9670
9671 2006-09-09 [wwp]        2.4.0cvs168
9672
9673         * src/prefs_filtering.c
9674                 better place for this fix.
9675
9676 2006-09-09 [wwp]        2.4.0cvs167
9677
9678         * src/prefs_filtering.c
9679                 fix a minor bug when the enabled status of a filtering/processing
9680                 rule always got set to TRUE when replacing this rule. That still
9681                 make sense when adding a new rule, but now when replacing, we
9682                 don't override the value of 'enabled'.
9683                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9684                 to prefs_filtering_list_view_get_info() as this function not only
9685                 returns the name, but also the account_id and the enabled status.
9686
9687 2006-09-09 [mones]      2.4.0cvs166
9688
9689         * manual/glossary.xml
9690         * manual/plugins.xml
9691                 Minor format corrections
9692         * manual/gpl.xml
9693                 Fix misplaced NO WARRANTY section
9694         * manual/es/advanced.xml
9695         * manual/es/faq.xml
9696         * manual/es/glossary.xml
9697         * manual/es/gpl.xml
9698         * manual/es/handling.xml
9699         * manual/es/plugins.xml
9700         * manual/es/starting.xml
9701                 Incorporate changes from English version
9702         * manual/fr/ack.xml
9703         * manual/pl/ack.xml
9704         * manual/es/ack.xml
9705                 Fix address, (add translation credits in es version)
9706         * po/es.po
9707                 Updated translation
9708
9709 2006-09-09 [wwp]        2.4.0cvs165
9710
9711         * src/prefs_filtering.c
9712                 fix a crash when opening filtering prefs, if matcherrc file contains
9713                 broken data (non-existing account id, which is theoretically not
9714                 possible).
9715
9716 2006-09-08 [colin]      2.4.0cvs164
9717
9718         * src/folder.c
9719                 Wrong assert, make it an if()
9720         * src/gtk/gtksctree.c
9721                 Fix bug #1013 (expand selected thread 
9722                 tree) - expanding is now recursive
9723
9724 2006-09-07 [wwp]        2.4.0cvs163
9725
9726         * src/prefs_matcher.c
9727                 make better sentences about addressbook matching in the
9728                 matcher prefs. This should make translators' work easier
9729                 too.
9730
9731 2006-09-07 [wwp]        2.4.0cvs162
9732
9733         * src/prefs_filtering.c
9734                 code simplification (get rid of dup var. assignment).
9735
9736 2006-09-07 [wwp]        2.4.0cvs161
9737
9738         * src/summaryview.c
9739                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9740                 <fzzzzz@gmail.com>.
9741
9742 2006-09-07 [paul]       2.4.0cvs160
9743
9744         * src/mimeview.c
9745                 fix compilation warnings
9746                 Thanks to Colin
9747
9748 2006-09-07 [paul]       2.4.0cvs159
9749
9750         * src/mimeview.c
9751                 select the mimepart icon when
9752                 displaying as text
9753                 Thanks to Colin
9754
9755 2006-09-06 [paul]       2.4.0cvs158
9756
9757         * src/prefs_filtering.c
9758                 fix labels and table element spacing
9759                 Patch by Fabien Vantard
9760
9761 2006-09-06 [paul]
9762
9763         2.5.0-rc3 released
9764
9765 2006-09-06 [paul]       2.4.0cvs157
9766
9767         * manual/es/advanced.xml
9768                 fix typo
9769
9770 2006-09-06 [wwp]        2.4.0cvs156
9771
9772         * src/mainwindow.c
9773                 fix an dup launch issue when iconified, thanks to Colin.
9774
9775 2006-09-06 [wwp]        2.4.0cvs155
9776
9777         * src/gtk//gtksctree.h
9778                 oops, forgot that one!
9779
9780 2006-09-06 [wwp]        2.4.0cvs154
9781
9782         * manual/pl/advanced.xml
9783         * manual/advanced.xml
9784         * manual/es/advanced.xml
9785         * manual/fr/advanced.xml
9786         * src/prefs_customheader.c
9787         * src/prefs_filtering_action.c
9788         * src/foldersel.c
9789         * src/prefs_summaries.c
9790         * src/prefs_filtering.c
9791         * src/account.c
9792         * src/compose.c
9793         * src/prefs_summary_column.c
9794         * src/addr_compl.c
9795         * src/prefs_actions.c
9796         * src/prefs_folder_column.c
9797         * src/ssl_manager.c
9798         * src/prefs_template.c
9799         * src/prefs_display_header.c
9800         * src/prefs_common.h
9801         * src/prefs_matcher.c
9802         * src/prefs_common.c
9803         * src/prefs_toolbar.c
9804         * src/summaryview.c
9805         * src/folderview.c
9806         * src/gtk/gtksctree.c
9807         * src/gtk/pluginwindow.c
9808         * src/gtk/progressdialog.c
9809         * src/gtk/prefswindow.c
9810                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9811                 to make its meaning more obvious (all versions of the manual reflect
9812                 the change).
9813                 added an extra hidden option use_stripes_in_summary to allow
9814                 discarding these stripes in mainwindow's folder and message lists;
9815                 en and fr manuals only are OK towards this.
9816
9817 2006-09-06 [colin]      2.4.0cvs153
9818
9819         * src/textview.c
9820                 Hide Sylpheed-Claws' internal queue headers
9821                 when showing all headers. They'll be present
9822                 only in Source window.
9823
9824 2006-09-05 [colin]      2.4.0cvs152
9825
9826         * src/plugins/trayicon/trayicon.c
9827                 Fix crash at exit - we have to disconnect
9828                 our handlers
9829         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9830                 Update eggtrayicon - patch adapted from a
9831                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9832                 on Sylpheed's ML
9833
9834 2006-09-05 [colin]      2.4.0cvs151
9835
9836         * src/mainwindow.c
9837         * src/gtk/logwindow.c
9838                 Fix race condition when something writes
9839                 to the log too soon during init. Thanks
9840                 to Fabien Vantard
9841
9842 2006-09-05 [colin]      2.4.0cvs150
9843
9844         * src/mimeview.c
9845                 Don't select part on right-click either
9846
9847 2006-09-05 [paul]       2.4.0cvs149
9848
9849         * src/mimeview.c
9850                 completion of previous commit
9851                 Thanks to Colin
9852
9853 2006-09-05 [colin]      2.4.0cvs148
9854
9855         * src/mimeview.c
9856                 Don't force selection on middle-click, just open
9857
9858 2006-09-04 [colin]      2.4.0cvs147
9859
9860         * src/mimeview.c
9861                 Looks like gtk_notebook_set_current_page()
9862                 sometimes steals focus, and this annoys us
9863                 in MimeViewers as it renders navigation
9864                 keys useless. Take back focus after switching
9865                 pages.
9866
9867 2006-09-04 [colin]      2.4.0cvs146
9868
9869         * src/messageview.c
9870                 Set stop_loading when clicking on Next
9871                 during load. Don't add a callback to 
9872                 avoid over-complicating things.
9873
9874 2006-09-04 [colin]      2.4.0cvs145
9875
9876         * src/mimeview.c
9877         * src/messageview.c
9878                 Fix multiple loads in separate messageview
9879
9880 2006-09-04 [colin]      2.4.0cvs144
9881
9882         * src/summaryview.c
9883                 Let navigation keys be handled during 
9884                 load
9885
9886 2006-09-04 [colin]      2.4.0cvs143
9887
9888         * src/messageview.c
9889         * src/summaryview.c
9890         * src/textview.c
9891         * src/textview.h
9892                 Make loading of huge mails (lots of text and/or
9893                 images) cancellable, so the GUI doesn't block 
9894
9895 2006-09-04 [colin]      2.4.0cvs142
9896
9897         * src/plugins/trayicon/trayicon.c
9898                 Fix annoyance when removing a folder with 
9899                 unread mails: trayicon didn't update
9900
9901 2006-09-04 [paul]       2.4.0cvs141
9902
9903         * src/gtk/icon_legend.c
9904                 straighten up columns
9905                 Patch by Fabien Vantard
9906
9907 2006-09-04 [wwp]        2.4.0cvs140
9908
9909         * src/prefs_filtering.c
9910                 fix new line's account name in filtering prefs:
9911                 was "All", is now "(New)".
9912
9913 2006-09-04 [paul]       2.4.0cvs139
9914
9915         * tools/make.themes.project
9916                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9917                 instead of homebrewed "make release"
9918
9919 2006-09-03 [colin]      2.4.0cvs138
9920
9921         * src/folderview.c
9922                 Fix bug #1007 (Wrong folder highlighted)
9923
9924 2006-09-03 [colin]      2.4.0cvs137
9925
9926         * src/compose.c
9927                 Don't set Newsgroup: header to a mail folder
9928                 path
9929
9930 2006-09-03 [paul]       2.4.0cvs136
9931
9932         * src/prefs_other.c
9933         * src/prefs_spelling.c
9934                 unify the gui
9935
9936 2006-09-03 [paul]       2.4.0cvs135
9937
9938         * src/prefs_summaries.c
9939                 correct menu item text in prefs_keybind_apply_clicked()
9940
9941 2006-09-03 [paul]       2.4.0cvs134
9942
9943         * manual/advanced.xml
9944                 some improvements to the descriptions
9945         * src/mainwindow.c
9946         * src/messageview.c
9947         * src/summaryview.c
9948         * src/gtk/menu.c
9949                 fix menu sensitivity issues
9950         * src/prefs_message.c
9951                 drop the useless word 'short'
9952         * src/prefs_other.c
9953                 add the word 'lines' indicating log length
9954                 is a measure of lines
9955         * src/textview.c
9956                 fix compilation warnings
9957
9958 2006-09-02 [colin]      2.4.0cvs133
9959
9960         * src/messageview.c
9961                 Display a special return-receipt message
9962                 if the message is from the user
9963         * src/summaryview.c
9964                 Fix missing freeze of the list when marking
9965                 all read and unthreading for exec. Thanks
9966                 to Stephan Sachse.
9967
9968 2006-09-02 [paul]       2.4.0cvs132
9969
9970         * src/mainwindow.c
9971         * src/prefs_message.c
9972         * src/summaryview.c
9973                 fix some english
9974
9975 2006-09-02 [wwp]        2.4.0cvs131
9976
9977         * src/prefs_filtering.c
9978                 added an account name column to the filtering rules
9979                 dialog.
9980
9981 2006-09-02 [colin]      2.4.0cvs130
9982
9983         * src/gtk/logwindow.c
9984         * src/gtk/logwindow.h
9985                 Block scrolling if we're not at the end
9986                 of the log
9987
9988 2006-09-02 [colin]      2.4.0cvs129
9989
9990         * src/folder.c
9991                 Make sure account-specific rules can't
9992                 be used in {pre-,post-,}processing
9993         * src/mainwindow.c
9994         * src/gtk/logwindow.c
9995         * src/gtk/logwindow.h
9996                 Jump to last error when clicking on the
9997                 warning icon
9998
9999 2006-09-02 [colin]      2.4.0cvs128
10000
10001         * src/imap.c
10002         * src/import.c
10003         * src/mainwindow.c
10004         * src/mainwindow.h
10005                 Fix warning icon
10006         * src/inc.c
10007         * src/mbox.c
10008         * src/mbox.h
10009                 Let proc_mbox know its account, for
10010                 account-specific rules
10011
10012 2006-09-01 [colin]      2.4.0cvs127
10013
10014         * src/codeconv.c
10015                 Don't uselessly use iconv to convert from
10016                 us-ascii
10017         * src/alertpanel.c
10018         * src/mainwindow.c
10019         * src/mainwindow.h
10020         * src/inc.c
10021                 Fix certain log cases, disable warning icon
10022                 for now, the correct way to display it when
10023                 necessary and only when necessary is probably
10024                 to do it manually rather than use error logs
10025         * src/etpan/imap-thread.c
10026                 Clean up UID logging a bit
10027         * src/gtk/logwindow.c
10028         * src/gtk/logwindow.h
10029                 Make logging faster when the window's closed
10030
10031 2006-09-01 [wwp]        2.4.0cvs126
10032
10033         * manual/fr/account.xml
10034                 reflect changes to the ref. manual (parts of cvs72):
10035                 fix tabnames and quotes.
10036
10037 2006-09-01 [wwp]        2.4.0cvs125
10038
10039         * manual/fr/plugins.xml
10040                 reflect changes to the reference manual (cvs42):
10041                 update IRC channel info.
10042
10043 2006-09-01 [wwp]        2.4.0cvs124
10044
10045         * commitHelper
10046                 use CVSEDITOR env. var. if set, according to `man cvs`.
10047
10048 2006-09-01 [wwp]        2.4.0cvs123
10049
10050         * manual/advanced.xml
10051                 better sentence again (thanks to Paul).
10052
10053 2006-09-01 [wwp]        2.4.0cvs122
10054
10055         * manual/advanced.xml
10056         fix definition of toolbar_detachable and rework a bit the one of
10057         enable_dotted_lines.
10058
10059 2006-09-01 [mones]      2.4.0cvs121
10060
10061         * manual/advanced.xml
10062                 Document enable_dotted_lines
10063
10064 2006-09-01 [paul]       2.4.0cvs120
10065
10066         * src/folderview.c
10067         * src/folderview.h
10068         * src/imap.c
10069         * src/mainwindow.c
10070         * src/summaryview.c
10071                 obey the 'When entering folder...' option
10072                 when using the /View/Go to/... menu items
10073                 Thanks to Colin
10074
10075 2006-08-31 [colin]      2.4.0cvs119
10076
10077         * src/folderview.c
10078                 Revert 2.4.0cvs116, wrong fix.
10079
10080 2006-08-31 [colin]      2.4.0cvs118
10081
10082         * src/gtk/gtksctree.c
10083                 Better state the various copyrights
10084
10085 2006-08-31 [colin]      2.4.0cvs117
10086
10087         * src/prefs_common.c
10088                 fix enable_dotted_lines
10089
10090 2006-08-31 [colin]      2.4.0cvs116
10091
10092         * src/folderview.c
10093                 Use pref "Always open on select" when going
10094                 to next unread folder
10095         * src/gtk/gtksctree.c
10096                 Fix link failure to _gtk_clist_create_cell_layout
10097                 on certain computers. (Why not mine, I wonder)
10098
10099 2006-08-31 [colin]      2.4.0cvs115
10100
10101         * src/procmsg.c
10102         * src/textview.c
10103         * src/plugins/bogofilter/bogofilter.c
10104         * src/plugins/spamassassin/spamassassin.c
10105                 Requalify some "errors" to warnings
10106         * src/mainwindow.c
10107         * src/mainwindow.h
10108         * src/statusbar.c
10109                 Add an icon in the statusbar to notify
10110                 of errors
10111         * src/gtk/gtksctree.c
10112         * src/folderview.c
10113         * src/summaryview.c
10114                 Make the GtkSCTree look more modern by
10115                 alternating background lines
10116         * src/prefs_common.c
10117         * src/prefs_common.h
10118                 Add a pref to let people have the old
10119                 way if they prefer
10120
10121
10122 2006-08-30 [colin]      2.4.0cvs114
10123
10124         * src/procmsg.c
10125         * src/procmsg.h
10126                 Provide a way to filter a list of
10127                 messages in an optimised manner, and
10128                 add a list-filtering hook
10129         * src/folder.c
10130         * src/inc.c
10131         * src/mbox.c
10132                 Use the list filtering
10133         * src/plugins/bogofilter/bogofilter.c
10134                 Use the list-filtering hook
10135                 Use -b (bulk) mode for more speed
10136                 when learning and filtering
10137         * src/etpan/imap-thread.c
10138                 Make log output shorter in UID SEARCH
10139
10140
10141 2006-08-30 [colin]      2.4.0cvs113
10142
10143         * src/plugins/bogofilter/bogofilter.c
10144                 Really fast mass learning - thanks to David
10145                 Relson for the options explanations :)
10146
10147 2006-08-30 [colin]      2.4.0cvs112
10148
10149         * src/msgcache.c
10150                 Fix compilation on FreeBSD. Thanks
10151                 to Michael Hugues
10152
10153 2006-08-29 [colin]      2.4.0cvs111
10154
10155         * src/folderview.c
10156                 Handle "popup_menu" signal (for popping the 
10157                 menu via the keyboard)
10158         * src/mimeview.c
10159         * src/mimeview.h
10160         * src/summaryview.c
10161         * src/textview.c
10162         * src/gtk/gtkutils.c
10163         * src/gtk/gtkutils.h
10164                 Factorize scrolling code, and add an API 
10165                 for MimeViewers to handle scroll orders
10166
10167 2006-08-29 [wwp]        2.4.0cvs110
10168
10169         * src/plugins//bogofilter/bogofilter.c
10170         * src/plugins//spamassassin/spamassassin.c
10171                 make the bogofilter/spamassassin filtering error dialogs at
10172         incorporation obey to the "don't popup error dialog on
10173         receive error" option. If disabled, feed the log window w/
10174         the error message.
10175
10176 2006-08-29 [paul]
10177
10178         2.5.0-rc2 released
10179
10180 2006-08-29 [paul]       2.4.0cvs109
10181
10182         * Makefile.am
10183                 remove 'make release', it's not needed
10184                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10185
10186 2006-08-29 [paul]       2.4.0cvs108
10187
10188         * src/foldersel.c
10189         * src/summary_search.c
10190         * src/gtk/progressdialog.c
10191         * src/plugins/pgpcore/passphrase.c
10192                 replace deprecated gtk_window_set_policy()
10193
10194 2006-08-29 [colin]      2.4.0cvs107
10195
10196         * src/folder.c
10197                 Fix data loss when copy fails during a move:
10198                 only use fast remove_msgs if everything was
10199                 copied OK; else use slow remove_msg on the
10200                 mails that got copied only.
10201
10202 2006-08-28 [paul]       2.4.0cvs106
10203
10204         * src/mh.c
10205                 revert change in 2.4.0cvs104, it breaks
10206                 stuff
10207
10208 2006-08-28 [paul]       2.4.0cvs105
10209
10210         * src/plugins/spamassassin/spamassassin.c
10211                 english fix
10212
10213 2006-08-28 [paul]       2.4.0cvs104
10214
10215         * src/mh.c
10216                 fix data loss when moving to another
10217                 mailbox fails
10218         * src/prefs_spelling.c
10219                 improve the english
10220         * src/gtk/pluginwindow.c
10221                 improve the layout of the dialog text
10222         All thanks to Colin
10223
10224 2006-08-28 [paul]       2.4.0cvs103
10225
10226         * src/plugins/bogofilter/bogofilter.c
10227         * src/plugins/bogofilter/bogofilter_gtk.c
10228                 fix english up a bit, innit
10229
10230 2006-08-28 [paul]       2.4.0cvs102
10231
10232         * configure.ac
10233         * po/Makefile.in.in
10234         * po/Makevars
10235                 require autoconf 2.60, enabling building
10236                 with gettext 0.15 (gettext 0.14.x build still
10237                 possible). Replace Makefiles with versions
10238                 from gettext 0.15.
10239                 Remove configure options --with-localedir and
10240                 --with-mandir. The options that are provided
10241                 directly by autoconf 2.60 can be used instead:
10242                 --mandir --localedir
10243
10244 2006-08-27 [colin]      2.4.0cvs101
10245
10246         * src/plugins/bogofilter/Makefile.am
10247                 Fix make dist (no README)
10248
10249 2006-08-27 [colin]      2.4.0cvs100
10250
10251         * src/folder.c
10252                 Don't use F_UNKNOWN folders for any default
10253                 outbox/trash/etc
10254         * src/plugins/bogofilter/bogofilter.c
10255         * src/plugins/bogofilter/bogofilter.h
10256         * src/plugins/bogofilter/bogofilter_gtk.c
10257                 Add an option to specify the path to bogofilter
10258                 Use single-quotes to be able to learn in folders
10259                 with spaces in their names
10260                 Verify learning status
10261
10262 2006-08-27 [colin]      2.4.0cvs99
10263
10264         * manual/faq.xml
10265         * manual/plugins.xml
10266                 Document Bogofilter plugin
10267
10268 2006-08-27 [colin]      2.4.0cvs98
10269
10270         * src/compose.c
10271         * src/messageview.c
10272         * src/procmsg.c
10273         * src/procmsg.h
10274                 When possible, copy the queued mail to sent folder
10275                 instead of re-adding. Much faster on IMAP.
10276
10277 2006-08-27 [colin]      2.4.0cvs97
10278
10279         * src/msgcache.c
10280                 Disable mmaped caches - huge metadata loss
10281                 here after a power failure.
10282         * src/summaryview.c
10283                 Add quicksearch timing
10284         * src/common/plugin.c
10285         * src/common/plugin.h
10286                 Implement an interface to tell what plugins
10287                 provide. Prevent loading of similar plugins.
10288         * src/plugins/clamav/clamav_plugin.c
10289         * src/plugins/demo/demo.c
10290         * src/plugins/dillo_viewer/dillo_viewer.c
10291         * src/plugins/pgpcore/plugin.c
10292         * src/plugins/pgpinline/pgpinline.c
10293         * src/plugins/pgpmime/pgpmime.c
10294         * src/plugins/spamassassin/spamassassin.c
10295         * src/plugins/trayicon/trayicon.c
10296                 Implement plugin_provides()
10297
10298 2006-08-27 [colin]      2.4.0cvs96
10299
10300         * configure.ac
10301         * src/plugins/Makefile.am
10302         * src/plugins/bogofilter/.cvsignore
10303         * src/plugins/bogofilter/Makefile.am
10304         * src/plugins/bogofilter/bogofilter.c
10305         * src/plugins/bogofilter/bogofilter.h
10306         * src/plugins/bogofilter/bogofilter_gtk.c
10307                 New Bogofilter plugin, provides filtering and
10308                 learning. Spamassassin will go to extra plugins.
10309
10310 2006-08-26 [mones]      2.4.0cvs95
10311
10312         * manual/handling.xml
10313                 Fix subfolder path in the example (thanks to Paul) 
10314
10315 2006-08-26 [mones]      2.4.0cvs94
10316
10317         * manual/glossary.xml
10318                 2.2. + add ISP to the glossary
10319                 7.5. + Add UIDL to glossary
10320                 7.7. + Add TCP to glossary
10321         * manual/handling.xml
10322                 7.1. + Mentions GNU/Linux distribution, what about the non...
10323                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10324                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10325                 7.4. = Use appropriate quotation for commands
10326                 7.6. = change "" to <quote></quote>
10327         * manual/plugins.xml
10328                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10329         * manual/starting.xml
10330                 2.1. + local mbox file: some examples of mbox file locations...
10331                 Also reformatted files requiring it
10332
10333 2006-08-26 [wwp]        2.4.0cvs93
10334
10335         * src/summary_search.c
10336                 disable find buttons while summary search is running.
10337
10338 2006-08-25 [colin]      2.4.0cvs92
10339
10340         * src/folder.c
10341         * src/folderutils.c
10342         * src/mh.c
10343         * src/procmsg.h
10344         * src/summaryview.c
10345                 Speed up MH moving, and add progressbar
10346                 for MH deletion
10347         * src/msgcache.c
10348                 Write cache files using mmap() too
10349
10350 2006-08-25 [wwp]        2.4.0cvs91
10351
10352         * src/summaryview.c
10353                 switch spam<->ham button when a message has been marked as spam or ham
10354                 and is still selected. Thanks to Colin.
10355
10356 2006-08-25 [paul]       2.4.0cvs90
10357
10358         * src/Makefile.am
10359         * src/stock_pixmap.c
10360         * src/stock_pixmap.h
10361         * src/summaryview.c
10362         * src/gtk/icon_legend.c
10363         * src/pixmaps/copied.xpm
10364         * src/pixmaps/moved.xpm
10365                 add icons for delayed execution marked for
10366                 copying, marked for moving
10367
10368 2006-08-25 [mones]      2.4.0cvs89
10369
10370         * manual/glossary.xml
10371                 Fix the other glossary items:
10372                 5.1. = Inmmediate execution -> <quote>immediate execution...
10373                 5.2. = Fix MBOX capitalization -> Mbox
10374                 5.3. + Improve Plugins def. w/ tech. ref.
10375                 5.4. = Quotation -> replace '>' by <quote>></quote>
10376                 5.5. - SMTP Server. -> remove dot
10377         * po/es.po
10378                 Updated translation
10379
10380 2006-08-25 [mones]      2.4.0cvs88
10381
10382         * manual/ack.xml
10383                 Reformatted, changed email address
10384         * manual/glossary.xml
10385                 Reformatted, fixed MANUAL-TODO items:
10386                 8.2. + add ROT-13 to glossary
10387                 8.4. + add URL to glossary
10388         * manual/es/advanced.xml
10389                 Fixed <literal>s
10390
10391 2006-08-25 [paul]       2.4.0cvs87
10392
10393         * src/gtk/icon_legend.c
10394                 add 'marked for deletion' icon
10395                 arrange icons by containing column
10396                 wrap long label text
10397
10398 2006-08-25 [colin]      2.4.0cvs86
10399
10400         * src/common/utils.c
10401         * src/common/utils.h
10402                 Add the sc_g_*list_bigger functions in
10403                 a place everyone can use it
10404         * src/summaryview.c
10405                 Only freeze/thaw the list when working
10406                 on the selection, if it's bigger than 1
10407         * src/gtk/gtksctree.c
10408                 Only freeze/thaw the list when unselec-
10409                 ting 'all' if ('all' != 1)
10410                 This avoids some flickering
10411
10412 2006-08-24 [colin]      2.4.0cvs85
10413
10414         * src/addressbook.c
10415                 Fix strange list selection
10416                 Fix random seg (Invalid read of freed memory)
10417
10418 2006-08-24 [colin]      2.4.0cvs84
10419
10420         * src/alertpanel.c
10421         * src/gtk/inputdialog.c
10422         * src/plugins/pgpcore/passphrase.c
10423                 Revert minimal width patch of 2.4.0cvs67,
10424                 as it is also a maximal width. Use 
10425                 gtk_window_set_default_size instead.
10426
10427 2006-08-24 [colin]      2.4.0cvs83
10428
10429         * src/msgcache.c
10430                 Write cache/mark to temp files before
10431                 overwriting old ones (avoids metadata
10432                 loss if writing the new files fail).
10433                 Use mmap() to read cache/mark file, as
10434                 this makes cache reading faster. Dis-
10435                 abled for big-endian machines until it
10436                 can be tested. (Big-endian users: set
10437                 msgcache_use_mmap = TRUE in the relevant
10438                 #if).
10439         * src/procmsg.h
10440                 Move rarely used fields of MsgInfo in 
10441                 another structure, which will only be
10442                 allocated if needed. Face, X-Face,
10443                 Return receipt headers and List-*
10444                 headers are moved. Mails having none
10445                 of these occupy 52 bytes less with
10446                 this patch, which makes 2.5MB of RAM
10447                 saved on a 50k folder).
10448         * src/headerview.c
10449         * src/mainwindow.c
10450         * src/messageview.c
10451         * src/partial_download.c
10452         * src/procheader.c
10453         * src/procmsg.c
10454         * src/textview.c
10455                 Follow this structure change.
10456
10457 2006-08-24 [wwp]        2.4.0cvs82
10458
10459         * manual/es/.cvsignore
10460         * manual/es/dist/.cvsignore
10461         * manual/es/dist/html/.cvsignore
10462         * manual/es/dist/pdf/.cvsignore
10463         * manual/es/dist/ps/.cvsignore
10464         * manual/es/dist/txt/.cvsignore
10465                 more (generated) files to ignore.
10466
10467 2006-08-24 [colin]      2.4.0cvs81
10468
10469         * src/folder.c
10470         * src/mh.c
10471                 Fix possible problems with local delivery. Check the folder doesn't
10472                 need scan before setting its mtime when saving cache (which can be
10473                 done long after the folder's been modified by an external process);
10474                 Check that the stored item's mtime didn't change in mh functions.
10475
10476 2006-08-24 [mones]      2.4.0cvs80
10477
10478         * manual/advanced.xml
10479                 Rewrapping, some fixes and MANUAL-TODO items:
10480                 8.1. = change "" to <quote></quote>
10481                 8.3. = quote menu items
10482                 8.5. - deploying -> new user ... ideally a new user (redundant)
10483
10484 2006-08-23 [colin]      2.4.0cvs79
10485
10486         * src/gtk/gtksctree.c
10487                 When selecting or deselecting range, only
10488                 freeze/thaw when selection is bigger than 10
10489
10490 2006-08-23 [colin]      2.4.0cvs78
10491
10492         * src/messageview.c
10493         * src/mimeview.c
10494         * src/mimeview.h
10495         * src/plugins/dillo_viewer/dillo_viewer.c
10496                 Provide an API for MimeViewer plugins to
10497                 return a text selection for replying
10498
10499 2006-08-23 [colin]      2.4.0cvs77
10500
10501         * src/image_viewer.c
10502         * src/textview.c
10503                 Use gtk_pixbuf_new_from_file_at_scale(), which
10504                 is faster than getting the pixbuf then resizing
10505                 it.
10506
10507 2006-08-23 [colin]      2.4.0cvs76
10508
10509         * src/procmime.c
10510                 UTF-8 should be sent Quoted-printable
10511
10512 2006-08-22 [colin]      2.4.0cvs75
10513
10514         * src/mh.c
10515                 Check if scan is required before touching
10516                 the folder (or it'll be required every time)
10517
10518 2006-08-22 [colin]      2.4.0cvs74
10519
10520         * configure.ac
10521                 Require libetpan 0.46 (crasher fix when built
10522                 against gnutls)
10523
10524 2006-08-22 [colin]      2.4.0cvs73
10525
10526         * src/folder.c
10527                 Set folder's mtime after writing its
10528                 cache
10529         * src/folderview.c
10530                 Add some timing
10531         * src/procmsg.c
10532                 Don't do useless stuff if we don't 
10533                 thread by subject
10534         * src/summaryview.c
10535                 Add some timing, don't deselect prior
10536                 to selecting (gtksctree does it itself),
10537                 remove crash avoidance hacks as it's been
10538                 properly fixed since a while
10539         * src/common/utils.c
10540                 Optimize to_human_readable(): _() is slow,
10541                 do it only once, and avoid %f format for KB
10542                 (the most common in a summaryview)
10543         * src/gtk/gtksctree.c
10544                 Don't uselessly freeze/thaw (fixes flicker
10545                 on next unread and friends), reduce number
10546                 of g_list_nth/g_list_position where possible
10547         * src/gtk/gtkutils.c
10548         * src/gtk/gtkutils.h
10549                 Reduce number of g_list_nth/g_list_position
10550                 where possible.
10551                 All of this makes loading as 70k folder 2.1
10552                 seconds instead of 3.2 (with hot FS caches).
10553                 (1.3 seconds without Date and Size columns...)
10554
10555 2006-08-22 [paul]       2.4.0cvs72
10556
10557         wrap documents and do some items from mones' MANUAL-TODO:
10558
10559         * manual/account.xml
10560                 4.1. = fix tabname references to <quote>tabname</quote>
10561                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10562         * manual/faq.xml
10563                 1.1. = mentioned options don't match UI
10564                 Add information about the 'Never send Return Receipts'
10565                 option
10566         * manual/handling.xml
10567                 6.2. = Mentions Extended symbols button, but now is
10568                 named Information
10569                 6.3. = Mentions ... button, which is now Edit
10570
10571 2006-08-22 [colin]      2.4.0cvs71
10572
10573         * src/gtk/pluginwindow.c
10574                 Fix layout in verbose translations (such
10575                 as french)
10576
10577 2006-08-22 [paul]       2.4.0cvs70
10578
10579         * manual/Makefile.am
10580                 build manuals in alphabetical order
10581         * src/addressbook.c
10582         * src/prefs_themes.c
10583                 replace/remove deprecated symbols
10584         * src/gtk/gtkutils.c
10585                 fix a warning
10586         * src/gtk/pluginwindow.c
10587                 replace deprecated symbol
10588                 replace label text and move it
10589         * src/plugins/pgpcore/prefs_gpg.c
10590                 move the 'Generate...' button out of the
10591                 Sign Key frame, replace the English used
10592         * src/plugins/pgpcore/sgpgme.c
10593                 fixes to the English
10594
10595 2006-08-21 [colin]      2.4.0cvs69
10596
10597         * src/plugins/trayicon/trayicon.c
10598                 Add more strings for translation; patch
10599                 by Pawel
10600
10601 2006-08-21 [colin]      2.4.0cvs68
10602
10603         * src/compose.c
10604                 fix replied flag not set after drafting
10605         * src/matcher.c
10606                 fix body quicksearch in non-encoded bodies
10607                 containing '='
10608         * src/msgcache.c
10609                 Get rid of the g_malloc workaround for
10610                 corrupted caches, use g_try_malloc
10611
10612 2006-08-21 [colin]      2.4.0cvs67
10613
10614         * src/alertpanel.c
10615         * src/gtk/inputdialog.c
10616         * src/plugins/pgpcore/passphrase.c
10617                 Set minimal width to 375
10618         * src/mainwindow.c
10619                 Fix switching to offline, asking if it 
10620                 should be overriden for synchronising
10621         * src/mimeview.c
10622                 Don't offer to remember command on Open 
10623                 with for text parts, as the browser or 
10624                 text editor command isn't changed from 
10625                 there
10626
10627 2006-08-20 [paul]       2.4.0cvs66
10628
10629         * po/ko.po
10630         * po/zh_CN.po
10631                 fix plural form errors. revealed by stricter
10632                 checking of gettext 0.15
10633
10634 2006-08-18 [paul]       2.4.0cvs65
10635
10636         * src/stock_pixmap.c
10637                 fix the fix of 2.4.0cvs64
10638                 Thanks to Colin
10639
10640 2006-08-18 [paul]       2.4.0cvs64
10641
10642         * src/stock_pixmap.c
10643                 fix leaks
10644                 Thanks to Colin
10645
10646 2006-08-18 [paul]       2.4.0cvs63
10647
10648         * src/compose.c
10649         * src/procmsg.c
10650                 fix occasional IMAP bug where large msgs
10651                 were left in the queue folder after sending
10652                 Thanks to Colin
10653
10654 2006-08-18 [paul]       2.4.0cvs62
10655
10656         * src/folderview.c
10657                 freeze the summaryview while quicksearch results
10658                 are displayed
10659                 (fixes bug 456 'current message is hidden when the
10660                 view is refreshed and extended search is "unread 
10661                 messages"')
10662                 Thanks to Colin
10663         * src/textview.c
10664                 add missing #include "inputdialog.h"
10665         * src/common/utils.h
10666                 add missing mailcap_update_default() and improve
10667                 readability
10668
10669 2006-08-17 [colin]      2.4.0cvs61
10670
10671         * src/plugins/pgpcore/select-keys.c
10672                 Fix warnings :)
10673
10674 2006-08-17 [colin]      2.4.0cvs60
10675
10676         * src/compose.c
10677                 Don't continue queuing if Cancel is clicked
10678                 in select-keys
10679
10680 2006-08-17 [colin]      2.4.0cvs59
10681
10682         * src/plugins/pgpcore/select-keys.c
10683                 When encrypting, if only one key matches and it 
10684                 matches exactly, automatically use it.
10685
10686 2006-08-17 [colin]      2.4.0cvs58
10687
10688         * src/mimeview.c
10689         * src/prefs_common.c
10690         * src/prefs_common.h
10691         * src/prefs_ext_prog.c
10692         * src/textview.c
10693                 Fix issues with previous patch (text/html)
10694                 Remove outdated prefs
10695
10696 2006-08-17 [colin]      2.4.0cvs57
10697
10698         * src/imap.c
10699                 Add View Log button on auth error
10700         * src/procmsg.c
10701                 Fix encrypted mail marked as new when
10702                 saved in normal folders
10703         * src/plugins/pgpinline/pgpinline.c
10704                 Fix encrypt bug on IMAP
10705         * src/mimeview.c
10706         * src/common/utils.c
10707         * src/common/utils.h
10708         * src/gtk/inputdialog.c
10709         * src/gtk/inputdialog.h
10710                 Get rid of metamail stuff, simplify
10711                 opening, and allow remembering of user's
10712                 choices (by updating ~/.mailcap). There's
10713                 still to drop "Audio player" and "Image
10714                 viewer" preferences.
10715
10716 2006-08-17 [mones]      2.4.0cvs56
10717
10718         * manual/es/sylpheed-claws-manual.xml
10719                 fix DTD path
10720
10721 2006-08-17 [mones]      2.4.0cvs55
10722
10723         * configure.ac
10724         * manual/Makefile.am
10725         * manual/es/Makefile.am
10726         * manual/es/account.xml
10727         * manual/es/ack.xml
10728         * manual/es/addrbook.xml
10729         * manual/es/advanced.xml
10730         * manual/es/faq.xml
10731         * manual/es/glossary.xml
10732         * manual/es/gpl.xml
10733         * manual/es/handling.xml
10734         * manual/es/intro.xml
10735         * manual/es/keyboard.xml
10736         * manual/es/plugins.xml
10737         * manual/es/starting.xml
10738         * manual/es/sylpheed-claws-manual.xml
10739         * manual/es/dist/Makefile.am
10740         * manual/es/dist/html/Makefile.am
10741         * manual/es/dist/pdf/Makefile.am
10742         * manual/es/dist/ps/Makefile.am
10743         * manual/es/dist/txt/Makefile.am
10744                 Spanish translation for the manual
10745
10746 2006-08-16 [colin]      2.4.0cvs54
10747
10748         * src/compose.c
10749         * src/main.c
10750         * src/mainwindow.c
10751                 Fix send button sensitivity at startup
10752                 Set send menu sensitivity (patch by Fabien)
10753         * src/ssl_manager.c
10754                 Enable closing with esc (patch by Fabien)
10755         * src/gtk/foldersort.c
10756                 Enable closing with esc (patch by Fabien)
10757         * src/procmime.c
10758                 Optimisation (no need to copy to tempfile to
10759                 "decode" 7bit and 8bit)
10760         * src/summaryview.c
10761                 Fix cruft in swap_from case
10762         * src/textview.c
10763                 Fix missing last line in some mail cases 
10764                 (Fixes debian #381872)
10765         * src/plugins/pgpcore/prefs_gpg.c
10766         * src/plugins/pgpcore/sgpgme.c
10767         * src/plugins/pgpcore/sgpgme.h
10768                 Don't show "no key found" when user explicitely
10769                 wants to create a key
10770
10771 2006-08-16 [paul]       2.4.0cvs53
10772
10773         * configure.ac
10774         * src/account.c
10775         * src/addressbook.c
10776         * src/headerview.c
10777         * src/prefs_account.c
10778         * src/prefs_message.c
10779         * src/gtk/gtkutils.c
10780                 bump up minimum required versions of GTK+ and
10781                 GLIB to 2.6.0
10782
10783 2006-08-16 [paul]       2.4.0cvs52
10784
10785         * src/toolbar.c
10786                 workaround GTK+ Bug 351600 - 'Can't re-click
10787                 on button after sensitivity update'
10788                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10789                 Thanks to Colin
10790
10791 2006-08-15 [colin]      2.4.0cvs51
10792
10793         * src/plugins/pgpcore/prefs_gpg.c
10794                 Set options sensitivity according to
10795                 key existence
10796         * src/plugins/pgpcore/sgpgme.c
10797                 Allow to create key with no passphrase
10798
10799 2006-08-14 [cleroy]     2.4.0cvs50
10800
10801         * src/gtk/pluginwindow.c
10802                 New layout (maybe to be changed?)
10803         * src/gtk/gtkutils.c
10804                 Fix a bit label_window
10805         * src/plugins/pgpcore/passphrase.c
10806         * src/plugins/pgpcore/passphrase.h
10807         * src/plugins/pgpcore/plugin.c
10808         * src/plugins/pgpcore/prefs_gpg.c
10809         * src/plugins/pgpcore/prefs_gpg.h
10810         * src/plugins/pgpcore/sgpgme.c
10811         * src/plugins/pgpcore/sgpgme.h
10812                 Allow to create a PGP private key via the GUI
10813
10814 2006-08-14 [wwp]        2.4.0cvs49
10815
10816         * src/addressbook_foldersel.c
10817                 fix strict ISO C90 compliance.
10818
10819 2006-08-14 [paul]       2.4.0cvs48
10820
10821         * src/gtk/prefswindow.c
10822                 re-set scrolled window on opening
10823                 Patch by Ticho
10824
10825 2006-08-14 [paul]
10826
10827         2.5.0-rc1 released
10828
10829 2006-08-14 [paul]       2.4.0cvs47
10830
10831         * src/prefs_display_header.c
10832                 re-enable user-defined Displayed Headers
10833
10834 2006-08-14 [paul]       2.4.0cvs46
10835
10836         * src/prefs_account.c
10837                 use GTK_STOCK_EDIT
10838
10839 2006-08-13 [colin]      2.4.0cvs45
10840
10841         * src/common/utils.c
10842                 Fix "a" in quote when the original message is empty,
10843                 by using \0 instead of 'a' to test writability of
10844                 temp files.
10845
10846 2006-08-13 [wwp]        2.4.0cvs44
10847
10848         * src/plugins/spamassassin/spamassassin.c
10849                 fix capitalization of "SpamAssassin" in some debug, log and
10850                 dialog messages.
10851
10852 2006-08-13 [paul]       2.4.0cvs43
10853
10854         * src/editldap.c
10855                 fix overlapping widgets
10856         * src/prefs_account.c
10857                 fix translation of protocol_names[]
10858                 fix label disappearing off the edge of the
10859                 visible area
10860
10861 2006-08-12 [paul]       2.4.0cvs42
10862
10863         * manual/plugins.xml
10864                 update IRC channel info before it gets forgotten
10865                 about
10866
10867 2006-08-11 [colin]      2.4.0cvs41
10868
10869         * src/compose.c
10870         * src/mainwindow.c
10871         * src/mainwindow.h
10872         * src/procmsg.c
10873         * src/procmsg.h
10874         * src/summaryview.c
10875         * src/toolbar.c
10876                 Grey out the Send button if
10877                 - Queue folders are empty, or
10878                 - We're sending already
10879
10880 2006-08-11 [wwp]        2.4.0cvs40
10881
10882         * src/main.c
10883                 fix a logic issue when quitting while a compose window is
10884                 still open, thanks to Colin.
10885
10886 2006-08-10 [colin]      2.4.0cvs39
10887
10888         * src/main.c
10889                 Fix default font size setting after wizard run
10890         * src/imap.c
10891         * src/etpan/imap-thread.c
10892         * src/etpan/imap-thread.h
10893                 Fix bug #999 (Timing out on TSL cert validation 
10894                 dialog makes ugly things happen). Also, STARTTLS
10895                 unconditionnaly if initial capabilities contain
10896                 LOGINDISABLED and STARTTLS.
10897
10898 2006-08-09 [colin]      2.4.0cvs38
10899
10900         * src/mainwindow.c
10901         * src/mainwindow.h
10902                 Fix Tools/Actions sensitivity when there are
10903                 no actions
10904
10905 2006-08-09 [colin]      2.4.0cvs37
10906
10907         * src/prefs_filtering.c
10908                 Warning fix, patch by Paul
10909         * src/messageview.c
10910         * src/prefs_actions.c
10911         * src/prefs_filtering_action.c
10912         * src/prefs_matcher.c
10913                 Uniformisation of "Info ..." to "Info..." (for
10914                 old gtk), patch by Fabien
10915         * src/plugins/clamav/clamav_plugin_gtk.c
10916                 Sensitivity fix by Fabien
10917
10918 2006-08-09 [colin]      2.4.0cvs36
10919
10920         * src/main.c
10921         * src/main.h
10922                 Add a function to know whether we're exiting
10923         * src/plugins/trayicon/trayicon.c
10924                 If exiting, don't do anything. Faster, and
10925                 avoids gtk_main_iteration reentracy causing
10926                 segfaults at exit
10927
10928 2006-08-09 [colin]      2.4.0cvs35
10929
10930         * src/messageview.c
10931         * src/mimeview.c
10932         * src/mimeview.h
10933                 Fix lack of part selection when automatically 
10934                 jumping to a specific part
10935         * src/msgcache.c
10936                 Little optimisation in cache reading
10937
10938 2006-08-09 [colin]      2.4.0cvs34
10939
10940         * src/compose.c
10941                 Fix crash setting the priority on reedit
10942                 (Accessing compose before creating it!)
10943
10944 2006-08-08 [colin]      2.4.0cvs33
10945
10946         * src/procmime.c
10947                 Fix bug #998 (last attachment is not accessible)
10948                 Bad RFC interpretation on multipart close-delimiters
10949         * src/mimeview.c
10950         * src/mimeview.h
10951         * src/gtk/gtkvscrollbutton.c
10952         * src/gtk/gtkvscrollbutton.h
10953                 Make attachments list wheel-scrollable
10954
10955 2006-08-07 [colin]      2.4.0cvs32
10956
10957         * src/gtk/gtkaspell.c
10958                 Fix bug #973 (Unicode punctation characters 
10959                 are not recognized as separators by the
10960                 spell checker); fix unsigned stuff
10961
10962 2006-08-07 [colin]      2.4.0cvs31
10963
10964         * src/compose.c
10965                 Fix bug #956 (DnD text with accents in compose 
10966                 text entry); fix gccc's signed/unsigned fuss
10967
10968 2006-08-06 [colin]      2.4.0cvs30
10969
10970         * src/main.c
10971                 Fix bug #979 (Plugin crashes when exiting 
10972                 sylpheed-claws) : handle exit request only 
10973                 once
10974
10975 2006-08-05 [colin]      2.4.0cvs29
10976
10977         * src/news.c
10978                 Just make sure we have a msgid.
10979
10980 2006-08-05 [colin]      2.4.0cvs28
10981
10982         * src/news.c
10983         * src/summaryview.c
10984                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10985                 by reimplementing it
10986         * src/textview.c
10987                 Fix bug when hiding quotes with level > 3 and quote
10988                 colors are recycled
10989
10990 2006-08-04 [colin]      2.4.0cvs27
10991
10992         * src/compose.c
10993         * src/undo.c
10994         * src/undo.h
10995                 Fix a bit replace-by-pasting undo
10996         * src/mainwindow.c
10997         * src/messageview.c
10998                 Fix Fold quotes menu synchro in
10999                 mainwindow when it changes in 
11000                 messageview
11001         * src/textview.c
11002                 Fix right-click on quotes blocks
11003         * src/common/utils.c
11004                 Verify that the file created by
11005                 my_tmpfile() is writable. Fixes
11006                 bug #988 (very specific filesystem
11007                 issue)
11008         * src/plugins/pgpcore/sgpgme.c
11009                 Fix file descriptor leak
11010         * src/plugins/spamassassin/spamassassin.c
11011                 Warn once if spamd isn't reachable
11012
11013 2006-08-04 [colin]      2.4.0cvs26
11014
11015         * src/toolbar.c
11016                 i18n context patch by Fabien
11017
11018 2006-08-03 [colin]      2.4.0cvs25
11019
11020         * src/mainwindow.c
11021         * src/messageview.c
11022                 Rename "Hide quotes" to "Fold quotes"
11023         * src/textview.c
11024                 Don't use hand cursor on quotes. "all 
11025                 the bonuses of the feature and none of 
11026                 unwelcome side-effects"
11027
11028 2006-08-03 [colin]      2.4.0cvs24
11029
11030         * AUTHORS
11031         * sylpheed-claws.desktop
11032         * src/gtk/authors.h
11033                 Bring the desktop file to XDG compliance
11034                 Patch by Charles A. Edwards
11035
11036 2006-08-03 [colin]      2.4.0cvs23
11037
11038         * src/textview.c
11039                 Fix links offset when they are preceded
11040                 by accentued chars (g_utf8_strlen!)
11041         * src/mainwindow.c
11042                 Fix wrong status when starting offline
11043
11044
11045 2006-08-03 [wwp]        2.4.0cvs22
11046
11047         * src/prefs_common.h
11048                 ask what to do w/ filtering rules that belong to an account when
11049                 applying filtering rules manually from the main window (skip,
11050                 apply regardless of the account, use current account). This dialog
11051                 can be skipped and the last reply used.
11052                 (forgot that file)
11053
11054 2006-08-03 [wwp]        2.4.0cvs21
11055
11056         * src/filtering.c
11057         * src/filtering.h
11058         * src/prefs_common.c
11059         * src/summaryview.c
11060         * src/alertpanel.c
11061         * src/alertpanel.h
11062         * src/messageview.c
11063                 ask what to do w/ filtering rules that belong to an account when
11064                 applying filtering rules manually from the main window (skip,
11065                 apply regardless of the account, use current account). This dialog
11066                 can be skipped and the last reply used.
11067
11068
11069 2006-08-03 [colin]      2.4.0cvs20
11070
11071         * src/textview.c
11072                 Optimize previous patch
11073
11074 2006-08-03 [cleroy]     2.4.0cvs19
11075
11076         * src/textview.c
11077                 Fix quotes getting toggled back when the
11078                 mail has an even number of text parts
11079
11080 2006-08-02 [colin]      2.4.0cvs18
11081
11082         * src/messageview.c
11083                 Add Hide quotes menu
11084
11085 2006-08-02 [colin]      2.4.0cvs17
11086
11087         * src/mainwindow.c
11088         * src/prefs_common.c
11089         * src/textview.c
11090         * src/textview.h
11091         * src/gtk/about.c
11092                 Allow per-level quote hiding,
11093                 Allow toggling quotes by double-clicking them
11094                 Rename RemoteURI to ClickableText to reflect
11095                 the fact it's used for a variety of things
11096
11097 2006-08-02 [wwp]        2.4.0cvs16
11098
11099         * src/mainwindow.c
11100                 fix "View/Hide quotes" menu item status initialization.
11101
11102 2006-08-02 [wwp]        2.4.0cvs15
11103
11104         * src/matcher_parser_parse.y
11105                 remove a debug trace.
11106
11107 2006-08-02 [paul]       2.4.0cvs14
11108
11109         * src/plugins/pgpcore/passphrase.c
11110                 don't set initial dialog size
11111                 make it resizable
11112
11113 2006-08-02 [paul]       2.4.0cvs13
11114
11115         * src/noticeview.c
11116                 remove the rogue '/' character
11117
11118 2006-08-02 [paul]       2.4.0cvs12
11119
11120         * src/noticeview.c
11121                 allow buttons to resize as necessary
11122
11123 2006-08-01 [wwp]        2.4.0cvs11
11124
11125         * src/mbox.c
11126                 fix strict ISO C90 compliance.
11127
11128 2006-08-01 [wwp]        2.4.0cvs10
11129
11130         * tools/update-po
11131                 updated update-po tool to work w/ context-dependent translations.
11132                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11133
11134 2006-08-01 [wwp]        2.4.0cvs9
11135
11136         * src/matcher.c
11137         * src/prefs_filtering.c
11138         * src/prefs_matcher.c
11139                 allow context-dependent translations for "All",
11140                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11141
11142 2006-07-31 [colin]      2.4.0cvs8
11143
11144         * AUTHORS
11145         * src/gtk/authors.h
11146                 Add Rafal to authors
11147
11148 2006-07-31 [colin]      2.4.0cvs7
11149
11150         * src/compose.c
11151         * src/mainwindow.c
11152         * src/messageview.h
11153         * src/prefs_common.c
11154         * src/prefs_common.h
11155         * src/textview.c
11156                 Add 'View/Hide quotes'. Patch based on a patch
11157                 by Rafal Weglarz
11158
11159 2006-07-31 [colin]      2.4.0cvs6
11160
11161         * src/action.c
11162                 Fix problem with "> stuff >" actions
11163
11164 2006-07-31 [paul]       2.4.0cvs5
11165
11166         * po/nb.po
11167                 updated by Geir Helland
11168
11169 2006-07-31 [wwp]        2.4.0cvs4
11170
11171         * src/mainwindow.c
11172         * src/summaryview.c
11173         * src/summaryview.h
11174                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11175                 thanks to Colin.
11176
11177 2006-07-31 [wwp]        2.4.0cvs3
11178
11179         * src/Makefile.am
11180         * src/addr_compl.c
11181         * src/addr_compl.h
11182         * src/addressbook.c
11183         * src/addressbook.h
11184         * src/addressbook_foldersel.c
11185         * src/addressbook_foldersel.h
11186         * src/addrindex.c
11187         * src/addrindex.h
11188         * src/matcher.c
11189         * src/matcher.h
11190         * src/matcher_parser_lex.l
11191         * src/matcher_parser_parse.y
11192         * src/prefs_common.c
11193         * src/prefs_common.h
11194         * src/prefs_filtering.c
11195         * src/prefs_matcher.c
11196         * src/prefs_matcher.h
11197         * src/summaryview.c
11198                 introduce filtering against the address book. It's now possible to add
11199                 matched conditions to determine if any email address in a message matches
11200                 or doesn't match any or all books or folders in the address book.
11201
11202 2006-07-31 [wwp]        2.4.0cvs2
11203
11204         * src/account.c
11205         * src/filtering.c
11206         * src/filtering.h
11207         * src/folder.c
11208         * src/folderview.c
11209         * src/inc.c
11210         * src/mainwindow.c
11211         * src/matcher.c
11212         * src/matcher_parser_lex.l
11213         * src/matcher_parser_parse.y
11214         * src/mbox.c
11215         * src/prefs_filtering.c
11216         * src/prefs_filtering.h
11217         * src/procmsg.c
11218         * src/procmsg.h
11219         * src/summaryview.c
11220                 introduce per-account filtering rules. Each filtering rule can now be assigned
11221                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11222                 when applying filtering rules manually, as all rules will apply - even the ones
11223                 assigned to an account. This issue will be addressed soon.
11224  
11225
11226
11227 2006-07-31 [wwp]        2.4.0cvs1
11228
11229         * src/quote_fmt.c
11230                 make more strings translatable.
11231
11232 2006-07-31 [paul]       2.4.0
11233
11234         2.4.0 released
11235
11236 2006-07-31 [paul]       2.3.1cvs91
11237
11238         * po/ca.po
11239                 updated by Miquel Oliete
11240
11241 2006-07-31 [paul]       2.3.1cvs90
11242
11243         * po/de.po
11244         * po/el.po
11245         * po/fr.po
11246         * po/it.po
11247         * po/pl.po
11248         * po/pt_BR.po
11249         * po/sr.po
11250         * po/zh_CN.po
11251                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11252                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11253                 Aleksandar Urosevic, and Ralgh Young
11254
11255 2006-07-31 [paul]       2.3.1cvs89
11256
11257         * src/account.c
11258         * src/main.c
11259         * src/mainwindow.c
11260         * src/mainwindow.h
11261                 Fix a race condition when, after an SC crash, rescanning
11262                 folders took more than 0.5 seconds
11263                 Thanks to Colin
11264
11265 2006-07-31 [paul]       2.3.1cvs88
11266
11267         * src/folderview.c
11268                 don't translate separator strings
11269
11270 2006-07-30 [mones]      2.3.1cvs87
11271
11272         * doc/man/sylpheed-claws.1
11273                 Fixed non-ASCII chars in Hoa's name
11274         * po/es.po
11275                 Updated for release
11276
11277 2006-07-27 [colin]      2.3.1cvs86
11278
11279         * src/textview.c
11280                 Don't include the leading \n in links
11281                 Patch by Fabien
11282
11283 2006-07-25 [colin]      2.3.1cvs85
11284
11285         * src/mainwindow.c
11286         * src/common/socket.h
11287         * src/etpan/imap-thread.c
11288                 Refresh resolvers before connecting
11289                 to IMAP servers, and after switching
11290                 to online. Thanks to Paul.
11291
11292 2006-07-18 [colin]
11293
11294         * 2.4.0-rc4 released
11295
11296 2006-07-17 [colin]      2.3.1cvs84
11297
11298         * src/inc.c
11299                 Show connection attempt in statusbar before
11300                 connecting (previously first message was
11301                 "Retrieving messages from ..." after the
11302                 connection succeeded.
11303
11304 2006-07-16 [wwp]        2.3.1cvs83
11305
11306         * sylpheed-claws.ico
11307                 Added .ico file (windows multi-size icon file, generated).
11308
11309 2006-07-12 [wwp]        2.3.1cvs82
11310
11311         * src/messageview.c
11312                 remove Message/Re-edit menu entry from messageview window,
11313                 as sent/draft/queued messages are opened in compose window when
11314                 re-edited and it's not possible to re-edit other msgs.
11315
11316 2006-07-12 [paul]       2.3.1cvs81
11317
11318         * AUTHORS
11319         * src/mainwindow.c
11320         * src/gtk/authors.h
11321                 check online state before resetting
11322                 mailcheck timer. Useful if some program
11323                 verifies connection state and updates
11324                 Claws.
11325                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11326
11327 2006-07-12 [paul]       2.3.1cvs80
11328
11329         * sylpheed-claws-128x128.png
11330         * sylpheed-claws-64x64.png
11331         * sylpheed-claws.png
11332         * src/Makefile.am
11333         * src/main.c
11334         * src/prefs_toolbar.c
11335         * src/stock_pixmap.c
11336         * src/stock_pixmap.h
11337         * src/wizard.c
11338         * src/gtk/about.c
11339         * src/gtk/gtkutils.c
11340         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11341         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11342         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11343         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11344         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11345         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11346                 updated and renamed logo/icon files and related
11347                 logo by Jesper Schultz
11348
11349 2006-07-11 [paul]       2.3.1cvs79
11350
11351         * src/main.c
11352                 fix the labels a smidgin
11353
11354 2006-07-09 [colin]      2.3.1cvs78
11355
11356         * src/textview.c
11357                 Show errors in textviewer's command
11358                 Patch by H. Merijn Brand
11359
11360 2006-07-09 [colin]      2.3.1cvs77
11361
11362         * src/compose.c
11363                 Save FMID in drafts too
11364
11365 2006-07-08 [colin]      2.3.1cvs76
11366
11367         * src/compose.c
11368                 Svae RMID in drafted mails too
11369                 Save quote_fmt vars for whole mails,
11370                 don't reset at each quote_fmt_init:
11371                 allows to use the same |i{var} in
11372                 various template fields
11373         * src/prefs_template.c
11374         * src/quote_fmt.h
11375         * src/quote_fmt_parse.y
11376                 Same
11377
11378 2006-07-08 [colin]      2.3.1cvs75
11379
11380         * src/textview.c
11381                 Fix highlighting of attached parts URIs
11382
11383 2006-07-08 [colin]      2.3.1cvs74
11384
11385         * src/main.c
11386                 Prevent bug #981 (sc 2.3.1 segfaults with 
11387                 gtk+ 2.10) from being reported again:
11388                 if Sylpheed-Claws has been compiled against
11389                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11390                 of if Sylpheed-Claws has been compiled against
11391                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11392                 error out.
11393
11394 2006-07-07 [colin]      2.3.1cvs73
11395
11396         * src/prefs_actions.c
11397                 Fix label
11398
11399 2006-07-07 [colin]      2.3.1cvs72
11400
11401         * src/prefs_actions.c
11402                 Fix compile on gtk < 2.8. argh :)
11403
11404 2006-07-07 [paul]       2.3.1cvs71
11405
11406         * src/common/defs.h
11407                 update DONATE_URI
11408
11409 2006-07-07 [colin]      2.3.1cvs70
11410
11411         * po/POTFILES.in
11412         * src/quote_fmt.c
11413         * src/quote_fmt_lex.l
11414         * src/quote_fmt_parse.y
11415                 Add |i{var}, a way to insert user-entered
11416                 text in a template
11417
11418 2006-07-07 [colin]
11419
11420         * 2.4.0-rc3 released
11421
11422 2006-07-07 [colin]      2.3.1cvs69
11423
11424         * src/folder.c
11425                 Don't consider inboxes of UNKNOWN folder 
11426                 classes to be useable as default inboxes
11427
11428 2006-07-07 [paul]       2.3.1cvs68
11429
11430         * src/textview.c
11431                 add missing #include <errno.h>
11432                 Thanks to René J. Blokland
11433
11434 2006-07-07 [paul]       2.3.1cvs67
11435
11436         * src/action.c
11437                 Return now Closes dialog
11438         * src/mimeview.c
11439         * src/mimeview.h
11440         * src/textview.c
11441                 add contextual menu to mime parts listed
11442                 in the textview
11443                 Thanks to Colin
11444         * src/common/utils.c
11445                 reversal: ' is a valid character in URLs
11446
11447 2006-07-06 [colin]      2.3.1cvs66
11448
11449         * src/remotefolder.h
11450                 Forgotten in previous commit
11451
11452 2006-07-06 [colin]      2.3.1cvs65
11453
11454         * src/folder.c
11455                 Set summary update flag whenever
11456                 totals changed
11457         * src/imap.c
11458         * src/prefs_account.c
11459         * src/common/utils.h
11460         * src/etpan/imap-thread.c
11461                 Fix warnings, thanks to Fabien and
11462                 Ricardo
11463
11464 2006-07-06 [wwp]        2.3.1cvs64
11465
11466         * src/gtk/gtkutils.c
11467                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11468
11469 2006-07-06 [wwp]        2.3.1cvs63
11470
11471         * src/account.c
11472         * src/addressbook.c
11473         * src/addressitem.h
11474         * src/folderview.c
11475         * src/mainwindow.c
11476         * src/manual.c
11477         * src/manual.h
11478         * src/message_search.c
11479         * src/prefs_actions.c
11480         * src/prefs_filtering.c
11481         * src/prefs_filtering.h
11482         * src/prefs_template.c
11483         * src/summary_search.c
11484         * src/summaryview.c
11485         * src/gtk/gtkutils.c
11486         * src/gtk/gtkutils.h
11487         * src/gtk/pluginwindow.c
11488                 add help buttons to some dialogs. Clicking such buttons opens a
11489                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11490
11491 2006-07-06 [paul]       2.3.1cvs62
11492
11493         * src/textview.c
11494                 fix attachments contextual menu
11495                 Thanks to Colin
11496
11497 2006-07-05 [colin]      2.3.1cvs61
11498
11499         * src/textview.c
11500         * src/compose.c
11501                 Handle sftp:// links
11502
11503 2006-07-05 [paul]       2.3.1cvs60
11504
11505         * src/gtk/filesel.c
11506                 grab save button by default
11507                 Thanks to Colin
11508
11509 2006-07-05 [wwp]        2.3.1cvs59
11510
11511         * manual/xml2pdf
11512                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11513
11514 2006-07-04 [colin]      2.3.1cvs58
11515
11516         * src/mimeview.c
11517         * src/textview.c
11518                 Use left click to select, middle click to open
11519                 on mimeparts links
11520         * src/common/utils.c
11521                 Fix segfault
11522
11523 2006-07-04 [colin]      2.3.1cvs57
11524
11525         * src/mainwindow.c
11526         * src/news.c
11527                 Warning fixes, thanks to Fabien
11528
11529 2006-07-04 [colin]      2.3.1cvs56
11530
11531         * src/mimeview.c
11532         * src/mimeview.h
11533         * src/textview.c
11534                 Allow parts to be selected via their text label
11535                 in textview
11536
11537 2006-07-04 [colin]      2.3.1cvs55
11538
11539         * src/folderview.c
11540                 Feedback when closing (for big folders)
11541         * src/prefs_actions.c
11542         * src/prefs_filtering.c
11543         * src/prefs_matcher.c
11544         * src/prefs_template.c
11545                 Fix default button when closing without
11546                 having saved
11547
11548 2006-07-04 [colin]      2.3.1cvs54
11549
11550         * src/news.c
11551                 Delete local file on deletion
11552
11553 2006-07-03 [colin]      2.3.1cvs53
11554
11555         * src/folderview.c
11556         * src/main.c
11557                 Don't freeze when rescanning after crash
11558
11559 2006-07-03 [wwp]        2.3.1cvs52
11560
11561         * src/compose.c
11562         * src/privacy.c
11563         * src/privacy.h
11564         * src/plugins/pgpinline/pgpinline.c
11565         * src/plugins/pgpmime/pgpmime.c
11566                 don't report an error when the user cancels the passphrase dialog.
11567
11568 2006-07-02 [colin]      2.3.1cvs51
11569
11570         * src/folderview.c
11571                 Open message when crossing folders with Space,
11572                 goto next unread and friends
11573
11574 2006-07-01 [colin]      2.3.1cvs50
11575
11576         * src/prefs_account.c
11577                 Typographic rules varying from language
11578                 to language (in french "Protocole :"),
11579                 we have to do that :)
11580
11581 2006-07-01 [ticho]      2.3.1cvs49
11582
11583         * src/prefs_account.c
11584                 Only use one temporary gchar* variable in
11585                 prefs_account_protocol_set_optmenu().
11586
11587 2006-07-01 [ticho]      2.3.1cvs48
11588
11589         * src/prefs_account.c
11590         * src/prefs_account.h
11591                 Use GtkLabel for existing account protocol name.
11592                 Created an array for protocol names and populate the
11593                 combobox from it in a for() cycle.
11594
11595 2006-06-30 [colin]      2.3.1cvs47
11596
11597         * src/compose.c
11598                 Block undo when changing signature (by changing
11599                 account)
11600
11601 2006-06-30 [paul]       2.3.1cvs46
11602
11603         * src/send_message.c
11604                 when editing From in the Compose window, use that address
11605                 in the Return-Path: header
11606                 Thanks to Colin
11607
11608 2006-06-30 [colin]      2.3.1cvs45
11609
11610         * src/compose.c
11611                 Fix signature replacement:
11612                 - when no newline before separator
11613                 - when reediting
11614
11615 2006-06-29 [colin]      2.3.1cvs44
11616
11617         * src/folderview.c
11618         * src/folderview.h
11619         * src/mainwindow.c
11620         * src/summaryview.c
11621                 Let 'View/Go to/Next marked' work like
11622                 Next new & Next unread: across folders
11623                 Change the select_on_entry pref to do
11624                 what we want when changing folder
11625         * src/common/utils.c
11626                 Fix single-quoted links 
11627
11628 2006-06-29 [colin]      2.3.1cvs43
11629
11630         * src/gtk/gtkaspell.c
11631                 "Sylpheed" and "Sylpheed-Claws" do exist !
11632
11633 2006-06-29 [colin]      2.3.1cvs42
11634
11635         * src/imap.c
11636                 Forgot to remove debug
11637
11638 2006-06-29 [colin]      2.3.1cvs41
11639
11640         * src/imap.c
11641         * src/imap.h
11642         * src/mainwindow.c
11643                 Disconnect from IMAP servers when going
11644                 offline. Fixes bug #978 (going to offline-mode 
11645                 won't close connections)
11646
11647 2006-06-29 [colin]      2.3.1cvs40
11648
11649         * src/main.c
11650                 Fix transient setting on failing plugins
11651                 Patch by Fabien
11652         * src/plugins/pgpcore/sgpgme.c
11653                 Only warn for OpenPGP. Most people don't
11654                 have CMS available.
11655
11656 2006-06-29 [colin]      2.3.1cvs39
11657
11658         * src/compose.c
11659                 Fix Spelling menu (discrepancy between context menu
11660                 and top menu when folder's dictionary isn't the 
11661                 default one)
11662         * src/plugins/pgpcore/sgpgme.c
11663                 More error reporting about why gpgme can fail
11664
11665 2006-06-29 [wwp]        2.3.1cvs38
11666
11667         * src/mainwindow.c
11668                 honor the display-header-pane setting even when the message view
11669                 is a separate window.
11670
11671 2006-06-29 [wwp]        2.3.1cvs37
11672
11673         * src/prefs_actions.c
11674                 forgot to commit that one (use of GTK_STOCK_INFO).
11675
11676 2006-06-29 [colin]      2.3.1cvs36
11677
11678         * src/imap.c
11679                 Better handling of login errors (ask the password
11680                 again once), alert in case of error. Fix three
11681                 signedness warnings.
11682
11683 2006-06-28 [wwp]        2.3.1cvs35
11684
11685         * src/prefs_template.c
11686         * src/prefs_matcher.c
11687         * src/prefs_filtering_action.c
11688         * src/prefs_quote.c
11689                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11690                 patch by Fabien Vantard, slightly modified.
11691
11692 2006-06-28 [paul]
11693
11694         2.4.0-rc2 released
11695
11696 2006-06-28 [colin]      2.3.1cvs34
11697
11698         * src/prefs_account.c
11699                 Fix bug #977 (Can't add or edit imap accounts)
11700
11701 2006-06-28 [colin]      2.3.1cvs33
11702
11703         * src/mimeview.c
11704                 Fix previous
11705
11706 2006-06-28 [colin]      2.3.1cvs32
11707
11708         * src/mimeview.c
11709                 Save named inlined attachments with "Save all"
11710         * src/main.c
11711         * src/mbox.c
11712         * src/common/plugin.c
11713         * src/common/plugin.h
11714         * src/common/sylpheed.c
11715         * src/common/utils.c
11716         * src/plugins/pgpcore/sylpheed.def
11717         * src/plugins/pgpinline/sylpheed.def
11718         * src/plugins/pgpmime/sylpheed.def
11719                 Win32 compatibility patch, by
11720                 Werner Koch
11721
11722 2006-06-28 [wwp]        2.3.1cvs31
11723
11724         * src/imap.c
11725         * src/prefs_folder_item.c
11726                 less compilation warnings (thanks to Fabien Vantard), less typos.
11727
11728 2006-06-28 [paul]       2.3.1cvs30
11729
11730         * src/gtk/gtkutils.c
11731                 gtk_combo_box_set_focus_on_click() is only
11732                 available since gtk 2.6.0
11733
11734 2006-06-28 [paul]       2.3.1cvs29
11735
11736         * src/prefs_ext_prog.c
11737                 fix engrish and add a tooltip for the
11738                 'command for 'Display as text' option
11739
11740 2006-06-28 [paul]
11741
11742         2.4.0-rc1 released
11743
11744 2006-06-28 [paul]       2.3.1cvs28
11745
11746         * ChangeLog
11747         * tools/Makefile.am
11748                 include textviewer.pl in releases
11749
11750 2006-06-28 [paul]       2.3.1cvs27
11751
11752         * src/prefs_ext_prog.c
11753                 hide Print command option if libgnomeprint
11754                 support is present
11755
11756 2006-06-27 [colin]      2.3.1cvs26
11757
11758         * src/compose.c
11759                 Fix Esc handling in insert/attach dialog
11760                 Don't show this dialog if dragging something
11761                 else than text/uri-list
11762                 Thanks to Fabien Vantard
11763         * tools/textviewer.pl
11764                 Filter script to display stuff as text
11765                 by H. Merijn Brand
11766
11767 2006-06-27 [wwp]        2.3.1cvs25
11768
11769         * src/messageview.c
11770                 use the exact product name (message view title), patch
11771                 by Fabien Vantard.
11772
11773 2006-06-27 [ticho]      2.3.1cvs24
11774
11775         * src/prefs_account.c
11776         * src/prefs_common.c
11777         * src/prefs_common.h
11778         * src/prefs_ext_prog.c
11779         * src/textview.c
11780                 Add a preference (Preferences/External programs)
11781                 to allow "Display as text" to be done via a script
11782                 (patch by H.Merijn Brand).
11783                 Use GtkComboBox for protocol selection in account
11784                 preferences.
11785                 Only include current choice for existing accounts, and
11786                 insensitivize the combobox.
11787
11788 2006-06-27 [paul]       2.3.1cvs23
11789
11790         * src/mbox.c
11791                 fix crasher introduced in cvs21.
11792                 Thanks to Colin
11793
11794 2006-06-26 [colin]      2.3.1cvs22
11795
11796         * src/mbox.c
11797                 Fix double-frees when leaving folders
11798                 after exporting to mbox
11799
11800 2006-06-26 [colin]      2.3.1cvs21
11801
11802         * src/mbox.c
11803                 More feedback (and optimisation)
11804                 on import/export
11805         * src/common/utils.c
11806                 Fix case when looking for mail addresses
11807         * src/gtk/gtkutils.c
11808                 Extra check for (X-)Face
11809
11810 2006-06-25 [ticho]      2.3.1cvs20
11811
11812         * src/compose.c
11813         * src/exphtmldlg.c
11814         * src/gtk/gtkutils.c
11815         * src/gtk/gtkutils.h
11816                 Added second argument to gtkut_sc_combobox_create() to
11817                 control focus-on-click for the widget.
11818                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11819
11820 2006-06-25 [ticho]      2.3.1cvs19
11821
11822         * src/compose.c
11823         * src/gtk/Makefile.am
11824         * src/gtk/combobox.c
11825         * src/gtk/combobox.h
11826         * src/gtk/gtkutils.c
11827         * src/gtk/gtkutils.h
11828                 Use GtkComboBox instead of deprecated GtkOptionMenu
11829                 for account selector in compose window and for encoding
11830                 selector in attachment properties.
11831                 Also factorise working with the new GtkComboBox somewhat.
11832
11833 2006-06-24 [paul]       2.3.1cvs18
11834
11835         * src/prefs_common.c
11836                 use the correct default value
11837
11838 2006-06-24 [paul]       2.3.1cvs17
11839
11840         * src/compose.c
11841         * src/prefs_common.c
11842         * src/prefs_common.h
11843         * src/prefs_compose_writing.c
11844                 enable setting of default action when
11845                 dnd'ing files in the compose window.
11846                 (Collaborative effort with wwp)
11847
11848 2006-06-23 [wwp]        2.3.1cvs16
11849
11850         * src/compose.c
11851                 i18n fix (thanks to Fabien Vantard)
11852
11853 2006-06-22 [colin]      2.3.1cvs15
11854
11855         * src/prefs_customheader.c
11856                 Don't use filters in custom headers' file 
11857                 selector. Remember, extensions mean nothing :)
11858
11859 2006-06-22 [paul]       2.3.1cvs14
11860
11861         * configure.ac
11862                 allow setting of man directory location
11863
11864 2006-06-22 [colin]      2.3.1cvs13
11865
11866         * src/mainwindow.c
11867                 Add 'View/Go to/Next unread folder'.
11868                 I missed that :)
11869
11870 2006-06-22 [colin]      2.3.1cvs12
11871
11872         * src/common/utils.c
11873                 Add some subject prefixes
11874                 Patch by Bjorn T Johansen <btj@havleik.no>
11875
11876 2006-06-22 [colin]      2.3.1cvs11
11877
11878         * manual/advanced.xml
11879                 Forgotten hidden pref
11880
11881 2006-06-21 [paul]       2.3.1cvs10
11882
11883         * src/prefs_account.c
11884                 complete the removal of 'Add date header' option
11885
11886 2006-06-21 [paul]       2.3.1cvs9
11887
11888         * src/account.c
11889         * src/compose.c
11890         * src/prefs_account.c
11891         * src/prefs_account.h
11892                 remove option to add date header - always
11893                 add date header
11894         * src/etpan/imap-thread.c
11895                 fix warnings (Thanks to Colin)
11896
11897 2006-06-21 [wwp]        2.3.1cvs8
11898
11899         * src/folder.c
11900                 set the attachment flag when inline text part are (file)named. This is more convenient
11901                 when receiving (for instance) inline source files or patches sent using thunderbird.
11902
11903 2006-06-21 [paul]       2.3.1cvs7
11904
11905         * src/inc.c
11906                 fix off-by-one count of current msg in
11907                 statusbar filtering progressbar
11908
11909 2006-06-21 [paul]       2.3.1cvs6
11910
11911         * src/folder.c
11912                 Show attachment icon even if the part is 'inline'
11913                 if the following conditions are met:
11914                 - content-type != 'text/plain'
11915                 - content-type != '*/pgp-signature'
11916                 - either 'name' or 'filename' parameter is not NULL
11917                 
11918                 Thanks to Colin
11919
11920 2006-06-21 [paul]       2.3.1cvs5
11921
11922         * src/messageview.c
11923         * src/prefs_common.c
11924         * src/prefs_common.h
11925         * src/prefs_other.c
11926                 add an option to 'Never send Return
11927                 Receipts'
11928                 Thanks to Colin
11929
11930 2006-06-20 [mones]      2.3.1cvs4
11931
11932         * po/es.po
11933                 updated
11934         * src/compose.c
11935                 typo fixed (space after comma)
11936         * tools/make.themes.project
11937                 remove exec mode from tarball files
11938
11939 2006-06-20 [colin]      2.3.1cvs3
11940
11941         * src/news.c
11942         * src/procheader.c
11943         * src/unmime.c
11944                 Better fix for \n's in headers (don't 
11945                 break Received: and others)
11946
11947 2006-06-20 [paul]       2.3.1cvs2
11948
11949         * src/alertpanel.c
11950         * src/textview.c
11951                 improve legibility of phishing attempt
11952                 dialog
11953
11954 2006-06-20 [paul]       2.3.1cvs1
11955
11956         * NEWS
11957         * README
11958         * configure.ac
11959                 Update version number following
11960                 stable release
11961
11962 2006-06-20 [colin]      2.3.0cvs26
11963
11964         * src/compose.c
11965                 When dragging a file to the text of the compose
11966                 window, ask whether we want to insert or attach
11967                 (I know lots of people who do that to attach)
11968
11969 2006-06-20 [colin]      2.3.0cvs25
11970
11971         * src/etpan/imap-thread.c
11972                 Fix threshold (the append command is often > 32 bytes)
11973
11974 2006-06-19 [colin]      2.3.0cvs24
11975
11976         * src/imap.c
11977         * src/etpan/imap-thread.c
11978                 Workaround Rockliffe IMAP server bug: replace
11979                 "x UID SEARCH (ANSWERED UID 1:*)" with
11980                 "x UID SEARCH ANSWERED"
11981                 (Rockliffe doesn't handle the parenthesis)
11982
11983 2006-06-19 [colin]      2.3.0cvs23
11984
11985         * src/compose.c
11986         * src/imap.c
11987         * src/etpan/imap-thread.c
11988                 Probably fix bug #972 (Freezes when adding 
11989                 an attachment to the message)
11990         * src/common/defs.h
11991                 Modernize Firefox cmd
11992
11993
11994 2006-06-18 [colin]      2.3.0cvs22
11995
11996         * src/prefs_customheader.c
11997                 Only allow correct filenames for various
11998                 custom headers
11999
12000 2006-06-18 [colin]      2.3.0cvs21
12001
12002         * src/prefs_customheader.c
12003                 Add a 'From File...' button in custom headers prefs, which
12004                 try to do the right thing: 
12005                 for normal headers, use file as plaintext,
12006                 for X-Face, calls compface,
12007                 for Face, encode to b64.
12008
12009 2006-06-17 [colin]      2.3.0cvs20
12010
12011         * src/mh.c
12012                 Warning fix
12013
12014 2006-06-16 [colin]      2.3.0cvs19
12015
12016         * src/summaryview.c
12017                 Recursive quicksearch: show message list
12018                 in current folder, *then* search children
12019                 in the background.
12020
12021 2006-06-16 [colin]      2.3.0cvs18
12022
12023         * src/main.c
12024                 Instead of ignoring SIGPIPE, save caches
12025                 when getting one. Will fix the fact that
12026                 hot caches are out-of-date when logging 
12027                 out of Xorg.
12028         * src/compose.c
12029         * src/prefs_compose_writing.c
12030                 Only save text (not attachments) when 
12031                 auto-saving to drafts
12032         * src/unmime.c
12033                 Always replace \n, \r and \t with spaces
12034                 in headers
12035         * manual/dist/html/Makefile.am
12036         * manual/dist/pdf/Makefile.am
12037         * manual/dist/ps/Makefile.am
12038         * manual/dist/txt/Makefile.am
12039         * manual/fr/dist/html/Makefile.am
12040         * manual/fr/dist/pdf/Makefile.am
12041         * manual/fr/dist/ps/Makefile.am
12042         * manual/fr/dist/txt/Makefile.am
12043         * manual/pl/dist/html/Makefile.am
12044         * manual/pl/dist/pdf/Makefile.am
12045         * manual/pl/dist/ps/Makefile.am
12046         * manual/pl/dist/txt/Makefile.am
12047                 Fix make clean removing pregenerated manuals
12048
12049
12050 2006-06-16 [colin]      2.3.0cvs17
12051
12052         * src/plugins/pgpcore/sgpgme.c
12053         * src/plugins/pgpmime/pgpmime.c
12054         * src/plugins/pgpinline/pgpinline.c
12055                 Better error reporting in setup_signers.
12056                 Don't fallback to default key if specified
12057                 key isn't found.
12058                 Don't allow signing if more than one secret
12059                 key matches the one specified in prefs.
12060
12061 2006-06-15 [colin]      2.3.0cvs16
12062
12063         * src/folderview.c
12064                 Add "Send queue" in the folder's contextual
12065                 menu
12066         * src/compose.c
12067         * src/messageview.c
12068         * src/privacy.c
12069         * src/privacy.h
12070         * src/procmime.c
12071         * src/procmsg.c
12072         * src/plugins/pgpcore/passphrase.c
12073         * src/plugins/pgpcore/sgpgme.c
12074         * src/plugins/pgpinline/pgpinline.c
12075         * src/plugins/pgpmime/pgpmime.c
12076                 Better error reporting
12077         * src/mbox.c
12078                 Probably fix bug #971 (2.2.3 cannot read mail 
12079                 from local mbox)
12080
12081
12082 2006-06-15 [mones]      2.3.0cvs15
12083
12084         * tools/make.themes.project
12085                 creates the themes project from the web page
12086
12087 2006-06-15 [colin]      2.3.0cvs14
12088
12089         * src/folder.c
12090                 Better fix (avoid losing the folder if scan_tree 
12091                 fails)
12092
12093 2006-06-15 [cleroy]     2.3.0cvs13
12094
12095         * src/folder.c
12096                 Probably fix Bug #969 (crash on rebuilding 
12097                 imap folder)
12098
12099 2006-06-14 [colin]      2.3.0cvs12
12100
12101         * manual/dtd/manual.xsl
12102         * manual/sylpheed-claws-manual.xml
12103         * manual/fr/sylpheed-claws-manual.xml
12104         * manual/pl/sylpheed-claws-manual.xml
12105                 Insert pagebreaks between sections
12106
12107 2006-06-14 [paul]       2.3.0cvs11
12108
12109         * configure.ac
12110                 better fix than 2.3.0cvs10
12111
12112 2006-06-14 [paul]       2.3.0cvs10
12113
12114         * configure.ac
12115                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12116                 (backwards compatible)
12117
12118 2006-06-13 [colin]      2.3.0cvs9
12119
12120         * src/messageview.c
12121                 Fix sending of return receipt with the new queue folders
12122
12123 2006-06-13 [wwp]        2.3.0cvs8
12124
12125         * src/quote_fmt_lex.l
12126                 fix wrong tokens returned in quote_fmt lexer, query not().
12127
12128 2006-06-13 [wwp]        2.3.0cvs7
12129
12130         * src/folder.c
12131         * src/prefs_folder_item.c
12132                 allow changing folder type even when folder is not a top-level one,
12133                 thanks to Colin.
12134
12135 2006-06-12 [colin]      2.3.0cvs6
12136
12137         * src/folderview.c
12138                 Fix double-ask of "Do you want to mark all
12139                 as read"
12140
12141 2006-06-12 [colin]      2.3.0cvs5
12142
12143         * src/compose.c
12144         * src/compose.h
12145         * src/folder.c
12146         * src/folder.h
12147         * src/imap.c
12148         * src/inc.c
12149         * src/main.c
12150         * src/messageview.c
12151         * src/mh.c
12152         * src/prefs_folder_item.c
12153         * src/procheader.c
12154         * src/procmime.c
12155         * src/procmsg.c
12156         * src/procmsg.h
12157         * src/send_message.c
12158         * src/summaryview.c
12159         * src/toolbar.c
12160                 Apply bug #964's patch (Queue and drafts aren't normal)
12161                 The Drafts and Queue folder now contain RFC-822 files,
12162                 allowing to move and copy mails from and to these 
12163                 folders. Moving from Drafts to Queue will prepare the
12164                 mail for sending (PGP signature, encryption, etc).
12165                 This patch also rework sending errors handling to try
12166                 to be more helpful.
12167                 Also, allow redefining folder types via the GUI 
12168                 (Folder type in its Properties)
12169
12170 2006-06-12 [colin]      2.3.0cvs4
12171
12172         * src/summaryview.c
12173         * src/prefs_common.c
12174         * src/prefs_common.h
12175         * src/gedit-print.c
12176                 Allow to define a specific print font - patch
12177                 by Bernhard Walle <bernhard.walle@gmx.de>
12178         * src/prefs_fonts.c
12179         * manual/advanced.xml
12180         * manual/fr/advanced.xml
12181                 Add a hidden pref to allow deletion without
12182                 confirmation
12183
12184 2006-06-12 [wwp]        2.3.0cvs3
12185
12186         * .cvsignore
12187                 more files to ignore.
12188
12189 2006-06-12 [wwp]        2.3.0cvs2
12190
12191         * src/quote_fmt.c
12192         * src/quote_fmt_lex.l
12193         * src/quote_fmt_parse.y
12194                 extend the quote_fmt parser (templates and quotes):
12195                 - allow limited sub-expressions in |p{} and |f{} expressions,
12196                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12197                 - implemented/fixed missing implementation of query_references and show_references,
12198                 - completed, fixed contents and format of the symbols help dialog,
12199                 - fix some compilation warnings.
12200
12201 2006-06-12 [wwp]        2.3.0cvs1
12202
12203         * manual/advanced.xml
12204         * manual/fr/advanced.xml
12205                 updates in the "templates" section of the manual (eng/fr):
12206                  - be more precise (both versions)
12207                  - completed to match the english reference (fr version)
12208                  - touchups (both versions)
12209
12210 2006-06-12 [paul]       2.3.0
12211
12212         2.3.0 released
12213
12214 2006-06-12 [paul]       2.2.3cvs14
12215
12216         * po/ca.po
12217         * po/cs.po
12218         * po/de.po
12219         * po/el.po
12220         * po/fr.po
12221         * po/it.po
12222         * po/pt_BR.po
12223         * po/sr.po
12224         * po/zh_CN.po
12225                 updated by Miquel Oliete, Tim, Stephan Sachse,
12226                 Stavros Giannouris, Fabien Vantard, Andrea
12227                 Spadaccini, Frederico Goncalves Guimaraes,
12228                 Aleksandar Urosevic, and Ralgh Young
12229
12230 2006-06-12 [colin]      2.2.3cvs13
12231
12232         * src/mbox.c
12233                 Add missing header
12234
12235 2006-06-11 [colin]      2.2.3cvs12
12236
12237         * src/msgcache.c
12238                 Verify that g_malloc() succeeded
12239
12240 2006-06-11 [colin]      2.2.3cvs11
12241
12242         * src/wizard.c
12243                 Add Face header to welcome mail
12244
12245 2006-06-10 [colin]      2.2.3cvs10
12246
12247         * src/textview.c
12248                 Revert previous (Forgot it changes the
12249                 margin on the whole mail)
12250
12251 2006-06-10 [colin]      2.2.3cvs9
12252
12253         * src/textview.c
12254                 Don't overlap long headers under (X-)Face
12255
12256 2006-06-10 [mones]      2.2.3cvs8
12257
12258         * manual/xml2pdf
12259                 allow generation of manual on systems lacking saxon binary
12260                 but with java and the saxon library installed
12261
12262         * po/es.po
12263                 updated for release
12264
12265 2006-06-09 [colin]      2.2.3cvs7
12266
12267         * src/summaryview.c
12268                 Fix leak when using Display Sender using Addressbook
12269
12270 2006-06-09 [colin]      2.2.3cvs6
12271
12272         * src/compose.c
12273         * src/folder.c
12274         * src/folderview.c
12275         * src/mimeview.c
12276         * src/summaryview.c
12277                 More leaks fixes
12278
12279 2006-06-09 [paul]       2.2.3cvs5
12280
12281         * AUTHORS
12282         * src/gtk/authors.h
12283         * tools/claws.i18n.status.pl
12284                 updated with new info
12285
12286 2006-06-09 [paul]       2.2.3cvs4
12287
12288         * README
12289                 updated
12290         * manual/ack.xml
12291                 add wwp to authors list
12292         * src/gtk/authors.h
12293                 update mine and Colin's addresses
12294
12295 2006-06-08 [colin]      2.2.3cvs3
12296
12297         * src/etpan/imap-thread.c
12298                 Fix leak on SSL cert check
12299
12300 2006-06-08 [colin]      2.2.3cvs2
12301
12302         * src/common/utils.c
12303                 Fix leak
12304
12305 2006-06-08 [paul]       2.2.3cvs1
12306
12307         * configure.ac
12308                 Update version number following
12309                 stable release
12310
12311 2006-06-07 [colin]      2.2.2cvs3
12312
12313         * src/msgcache.c
12314                 Fix catching cache read errors (guint instead of gint)
12315                 Prevent malloc'ing more than 8MB (means cache corruption)
12316
12317 2006-06-07 [paul]       2.2.2cvs2
12318
12319         * src/exporthtml.c
12320         * src/exportldif.c
12321         * src/mh.c
12322         * src/mutt.c
12323         * src/pine.c
12324         * src/common/utils.c
12325                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12326                 obey $HOME'
12327                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12328                 Thanks to Colin
12329
12330 2006-06-06 [paul]       2.2.2cvs1
12331
12332         * configure.ac
12333                 Update version number following
12334                 stable release
12335
12336 2006-06-06 [paul]       2.2.1cvs6
12337
12338         * src/matcher.c
12339                 fix  implicit declaration of
12340                 sylpheed_do_idle()
12341                 Patch by Fabien Vantard
12342
12343 2006-06-06 [paul]       2.2.1cvs5
12344
12345         * src/matcher.c
12346                 fix age_greater and age_lower so that they
12347                 mean what say and not '...or equal to'
12348                 Thanks to Colin
12349
12350 2006-06-06 [paul]       2.2.1cvs4
12351
12352         * src/textview.c
12353         * src/common/utils.c
12354                 fix URI check
12355                 Thanks to Colin
12356
12357 2006-06-05 [wwp]        2.2.1cvs3
12358
12359         * manual/fr/account.xml
12360                 minor language fixes (thanks to Fabien Vantard).
12361
12362 2006-06-05 [colin]      2.2.1cvs2
12363
12364         * src/prefs_folder_item.c
12365         * src/folderview.c
12366                 Allow recursive setting of properties 
12367                 for whole mailboxes
12368         * src/matcher.c
12369                 Don't freeze on 'test' filtering rule
12370
12371 2006-06-05 [colin]      2.2.1cvs1
12372
12373         * configure.ac
12374                 Update version number following
12375                 stable release
12376
12377 2006-06-04 [wwp]        2.2.0cvs82
12378
12379         * manual/glossary.xml
12380         * manual/account.xml
12381         * manual/fr/glossary.xml
12382         * manual/fr/account.xml
12383                 added glossary section and references/links related to the Face custom header.
12384
12385 2006-06-04 [colin]      2.2.0cvs81
12386
12387         * src/summaryview.c
12388                 Skip to next message on move with no
12389                 immediate execution
12390
12391 2006-06-04 [wwp]        2.2.0cvs80
12392
12393         * manual/xml2pdf
12394                 added sanity checks, exit when needed.
12395
12396 2006-06-03 [paul]       2.2.0cvs79
12397
12398         * src/prefs_receive.c
12399                 page name is now 'Receiving'
12400         * src/prefs_send.c
12401                 page name is now 'Sending'
12402
12403 2006-06-03 [colin]      2.2.0cvs78
12404
12405         * src/plugins/spamassassin/spamassassin_gtk.c
12406                 Autoswitch to Localhost if transport was previously
12407                 disabled. Else people had to check [] Enable, then
12408                 *reselect* transport.
12409
12410 2006-06-03 [colin]      2.2.0cvs77
12411
12412         * src/plugins/pgpinline/pgpinline.c
12413         * src/plugins/pgpmime/pgpmime.c
12414                 Check that gpg_data_release_and_get_mem 
12415                 didn't fail (now, why this happens...)
12416
12417 2006-06-03 [colin]      2.2.0cvs76
12418
12419         * src/mbox.c
12420                 Fix bug #962 (Manual and/or UI should 
12421                 warn about incompatible locking 
12422                 causing dataloss)
12423
12424 2006-06-02 [cleroy]     2.2.0cvs75
12425
12426         * src/filtering.c
12427         * src/folder.c
12428         * src/procmsg.c
12429         * src/summaryview.c
12430                 Fix a few leaks
12431
12432 2006-06-02 [colin]      2.2.0cvs74
12433
12434         * src/main.c
12435                 On exit, free caches after writing them
12436                 Shuts up some valgrind false positives
12437         * src/procmsg.c
12438         * src/send_message.c
12439                 Fix races when reusing existing SMTP connections
12440                 Fix inexistant session timeout
12441         * src/toolbar.c
12442                 Display alertpanel after all queues have
12443                 been processed, not after each
12444
12445 2006-06-02 [wwp]        2.2.0cvs73
12446
12447         * manual/fr/glossary.xml
12448         * manual/fr/ack.xml
12449         * manual/ack.xml
12450                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12451
12452 2006-06-02 [wwp]        2.2.0cvs72
12453
12454         * manual/xml2pdf
12455         * manual/dist/pdf/Makefile.am
12456         * manual/dtd/manual.xsl
12457         * manual/fr/dist/pdf/Makefile.am
12458         * manual/pl/dist/pdf/Makefile.am
12459                 we changed the procedure to generate the .pdf version of the manual.
12460                 The procedure is more modern and the .pdf we get now has a valid index.
12461                 Here are the new pre-requisites:
12462
12463                 - JRE 1.x (1.4 here): there must be one from your distro
12464                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12465                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12466                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12467
12468                 See my posts for further info about the installation of this toolchain:
12469
12470                 Date: Fri, 19 May 2006 19:40:06 +0200
12471                 From: wwp <subscript@free.fr>
12472                 To: sylpheed-claws-devel@lists.sourceforge.net
12473                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12474
12475                 and
12476
12477                 Date: Wed, 24 May 2006 12:58:49 +0200
12478                 From: wwp <subscript@free.fr>
12479                 To: sylpheed-claws-devel@lists.sourceforge.net
12480                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12481
12482 2006-06-01 [colin]      2.2.0cvs71
12483
12484         * src/compose.c
12485                 Better guards against IMAP races
12486         * src/main.c
12487         * src/prefs_common.c
12488         * src/prefs_common.h
12489         * src/common/ssl_certificate.c
12490         * src/etpan/imap-thread.c
12491         * src/etpan/imap-thread.h
12492         * src/gtk/sslcertwindow.c
12493                 New hidden option ssl_skip_cert_check to 
12494                 avoid dups of bug #959 (libetpan linked
12495                 against gnutls and gnutls buggy on 64bit)
12496                 Present expired warning only once per
12497                 session/server.
12498         * manual/advanced.xml
12499         * manual/fr/advanced.xml
12500                 Document new option
12501
12502 2006-06-01 [wwp]        2.2.0cvs70
12503
12504         * src/messageview.c
12505                 fix for bug #961 (return receipt dialog 
12506                 complains incorrectly about return-path 
12507                 email adress being different), thanks 
12508                 to Colin.
12509
12510 2006-05-31 [cleroy]     2.2.0cvs69
12511
12512         * src/common/ssl.c
12513                 Guard against NULLs, although this
12514                 should never be an issue
12515
12516 2006-05-31 [colin]      2.2.0cvs68
12517
12518         * src/filtering.c
12519                 Use g_slist_prepend
12520         * src/imap.c
12521                 Don't remove caches when destroying folder, it
12522                 could (should) be done at exit
12523         * src/inc.c
12524                 free processing cache after incorporation
12525         * src/etpan/imap-thread.c
12526                 Maybe fix bug #959 (Crash on moving to emails 
12527                 to a imap account per ssl with a expired 
12528                 certificate.)
12529
12530 2006-05-30 [colin]      2.2.0cvs67
12531
12532         * src/summaryview.c
12533                 Put back event flush when displaying message
12534                 It avoids reading a bunch of messages just
12535                 by hitting shift-n for too long ;)
12536
12537 2006-05-29 [colin]      2.2.0cvs66
12538
12539         * src/summaryview.c
12540                 Remove useless g_warnings
12541
12542 2006-05-29 [colin]      2.2.0cvs65
12543
12544         * src/imap.c
12545                 Fix g_slist_append()s for performance
12546
12547 2006-05-29 [colin]      2.2.0cvs64
12548
12549         * src/compose.c
12550         * src/common/utils.c
12551                 Fix extraneous tab at start of addresses
12552         * src/mainwindow.c
12553                 Fix warnings (thanks to Fabien)
12554                 Fix crash at exit when composing messages 
12555                 exist
12556         * src/pop.c
12557                 Fix progress bar when deleting expired mails
12558                 Thanks to Hiro
12559         * src/summaryview.c
12560         * src/gtk/gtksctree.c
12561                 Fix re-sorting slowness
12562
12563 2006-05-29 [paul]       2.2.0cvs63
12564
12565         * src/mh.c
12566                 fetch full message when moving mails
12567                 from another mailbox, (fixed data loss
12568                 when filtering from IMAP to MH, introduced
12569                 in 2.2.0cvs57).
12570                 Thanks to Colin
12571
12572 2006-05-29 [mones]      2.2.0cvs62
12573
12574         * src/gtk/gtksctree.c
12575                 Unselect faster (patch by Colin)        
12576
12577 2006-05-26 [colin]      2.2.0cvs61
12578
12579         * src/summaryview.c
12580                 Unplug MSGINFO_UPDATE callback on delete too.
12581
12582 2006-05-26 [colin]      2.2.0cvs60
12583
12584         * src/foldersel.c
12585                 Fix bold in folder selection window with glib2.10
12586                 thanks Hiro
12587
12588 2006-05-26 [colin]      2.2.0cvs59
12589
12590         * src/procheader.c
12591                 Convert date only if necessary (and don't
12592                 try to convert from utf8 to utf8, too)
12593         * src/summaryview.c
12594                 Only set column's text if the column's 
12595                 displayed
12596
12597 2006-05-26 [colin]      2.2.0cvs58
12598
12599         * src/summaryview.c
12600         * src/gtk/gtkutils.c
12601                 Fix useless warning
12602
12603 2006-05-26 [colin]      2.2.0cvs57
12604
12605         * src/mainwindow.c
12606                 Make summaryview selectable as long as 
12607                 no message has focus
12608         * src/mh.c
12609                 Faster deletion (by implementing mh_remove_msgs)
12610                 Faster copy (avoid using mh_fetch_msg just to get
12611                 the filename)
12612                 Faster move (using move_file instead of copy_file
12613                 if MSG_IS_MOVE)
12614                 No progressbar if total number of mails to cp/mv 
12615                 is less than 100
12616         * src/summaryview.c
12617                 Fix removal from subject_table when mail gets moved
12618                 Faster deletion (g_slist_prepend instead of append)
12619         * src/gtk/gtksctree.c
12620                 Remove useless code
12621
12622 2006-05-25 [colin]      2.2.0cvs56
12623
12624         * src/common/ssl_certificate.c
12625                 Fix leak in expired cert check
12626
12627 2006-05-25 [colin]      2.2.0cvs55
12628
12629         * src/mh.c
12630                 Disable flags syncing on .mh_sequences - it
12631                 is buggy and marks mails read under unknown
12632                 conditions.
12633
12634 2006-05-25 [paul]
12635
12636         * 2.3.0-rc4 released
12637
12638 2006-05-24 [colin]      2.2.0cvs54
12639
12640         attention cvs users: if you manage to crash
12641         Sylpheed-Claws while moving, copying or deleting
12642         mails, we *are* interested in stack traces and
12643         valgrind logs. It looks stable, but one never
12644         knows...
12645
12646         * src/folder.c
12647                 Add progressbar for cache updates
12648         * src/folderutils.c
12649                 Optimize Mark all read in the current
12650                 folder
12651         * src/mh.c
12652                 Add progressbar for copy/move
12653         * src/procmsg.c
12654                 Optimize O(n^2) in copy/move
12655         * src/summaryview.c
12656         * src/gtk/gtksctree.c
12657                 Optimize O(n^2) algos
12658         * src/common/timing.h
12659                 Display ms instead of us
12660
12661 2006-05-24 [wwp]        2.2.0cvs53
12662
12663         * manual/fr/advanced.xml
12664                 updates to the French manual.
12665
12666 2006-05-24 [wwp]        2.2.0cvs52
12667
12668         * src/common/utils.c
12669                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12670
12671 2006-05-24 [wwp]        2.2.0cvs51
12672
12673         * src/folderutils.c
12674                 fixed "mark all read" in MH folders (thanks to Colin).
12675
12676 2006-05-24 [paul]       2.2.0cvs50
12677
12678         * doc/man/sylpheed-claws.1
12679                 updated the man page
12680
12681 2006-05-23 [colin]      2.2.0cvs49
12682
12683         * src/folderview.c
12684         * src/imap.c
12685         * src/inc.c
12686         * src/mbox.c
12687         * src/messageview.c
12688         * src/news.c
12689         * src/send_message.c
12690         * src/summaryview.c
12691         * src/gtk/sslcertwindow.c
12692                 alertpanel fixes, by Fabien
12693
12694 2006-05-23 [colin]      2.2.0cvs48
12695
12696         * src/folder.c
12697         * src/folderview.c
12698         * src/msgcache.c
12699         * src/summaryview.c
12700         * src/gtk/gtksctree.c
12701         * src/gtk/gtksctree.h
12702                 More timings
12703                 Fix slow loading problem, which was caused by the
12704                 use of some gtk_ctree funcs and their use of
12705                 g_list_position while gtk_ctree_(un)link'ing.
12706                 Reap more functions from gtkctree.c to be sure we
12707                 use our (fast) version instead of theirs.
12708         * src/mh.c
12709                 Fix copy of unread mails
12710
12711
12712 2006-05-22 [wwp]        2.2.0cvs47
12713
12714         * manual/fr/advanced.xml
12715                 updated.
12716
12717 2006-05-22 [colin]      2.2.0cvs46
12718
12719         * src/filtering.c
12720                 Fix possible infinite loop. 'copy' is not a 
12721                 final action, so when encountering a 'copy',
12722                 we have to check if a previous one was set
12723                 and do it. In the same way, if we encounter
12724                 a 'move' we have to perform a possibly 
12725                 pending 'copy'. This will slow down filtering
12726                 on IMAP if move+copy or multiple copy actions
12727                 are to be done, but handling it via the batch
12728                 would be really too convoluted.
12729
12730 2006-05-22 [wwp]        2.2.0cvs45
12731
12732         * manual/fr/advanced.xml
12733         * manual/fr/faq.xml
12734         * manual/fr/glossary.xml
12735         * manual/fr/handling.xml
12736         * manual/fr/intro.xml
12737         * manual/fr/plugins.xml
12738         * manual/fr/sylpheed-claws-manual.xml
12739                 sync w/ the english manual: updates URIs, documented mailing-list
12740                 support, better explanation about the enabled/disabled feature
12741                 in filtering/processing rules by Paul.
12742
12743 2006-05-21 [colin]      2.2.0cvs44
12744
12745         * src/summaryview.c
12746                 Don't expand after building threads, but during
12747
12748 2006-05-21 [colin]      2.2.0cvs43
12749
12750         * src/procmsg.c
12751         * src/summaryview.c
12752                 More timing possibilities... For next time I have 
12753                 to find out how the hell some 3GHz computer takes
12754                 one minute to open a 30k folder...
12755
12756 2006-05-21 [colin]      2.2.0cvs42
12757
12758         * manual/pl/advanced.xml
12759         * manual/pl/faq.xml
12760         * manual/pl/glossary.xml
12761         * manual/pl/handling.xml
12762         * manual/pl/intro.xml
12763         * manual/pl/plugins.xml
12764         * manual/pl/sylpheed-claws-manual.xml
12765                 Polish manual updated by Pawel
12766
12767 2006-05-20 [colin]
12768
12769         * 2.3.0-rc3 released
12770
12771 2006-05-20 [colin]      2.2.0cvs41
12772
12773         * src/imap.c
12774                 Fix -rc2 problems:
12775                 - remove cache of moved messages from original folder
12776                 - apply new flags to messages even if they aren't appliable
12777                   via IMAP.
12778
12779 2006-05-20 [colin]
12780
12781         * 2.3.0-rc2 released
12782
12783 2006-05-19 [colin]      2.2.0cvs40
12784
12785         * src/imap.c
12786                 Don't issue SELECT in imap_change_flags
12787                 before having checked that we indeed have
12788                 some flags to change. MSG_POSTFILTERED for
12789                 example can't be used on IMAP.
12790                 Fixes bug #955 (copying messages between 
12791                 imap folders is extremely slow), which was
12792                 a regression.
12793
12794 2006-05-19 [colin]      2.2.0cvs39
12795
12796         * src/folder.c
12797         * src/folder.h
12798         * src/folderview.c
12799                 Try to fix bug #830 (Some unread messages 
12800                 get marked read in IMAP inbox):
12801                 - Prevent scanning a folder if it's being 
12802                   opened via the GUI
12803                 - Postpone opening via the GUI of a folder
12804                   currently scanned.
12805
12806
12807 2006-05-19 [wwp]        2.2.0cvs38
12808
12809         * manual/advanced.xml
12810                 fix English+typo (thanks to Paul).
12811
12812 2006-05-19 [wwp]        2.2.0cvs37
12813
12814         * manual/advanced.xml
12815         * manual/fr/advanced.xml
12816         * src/gtk/logwindow.c
12817         * src/prefs_common.c
12818         * src/prefs_common.h
12819                 added hidden prefs to allow customization of colors used in
12820                 protocol log window (useful for dark gtk+ themes).
12821
12822 2006-05-19 [wwp]        2.2.0cvs36
12823
12824         * ChangeLog
12825                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12826
12827 2006-05-19 [paul]       2.2.0cvs35
12828
12829         * src/textview.c
12830                 make Reply-To fully clickable
12831         * src/gtk/logwindow.c
12832                 more colouring (SMTP ESMTP)
12833         Both patches by Pawel Pekala
12834
12835 2006-05-19 [cleroy]     2.2.0cvs34
12836
12837         * src/mh.c
12838                 Don't update flags from current folder
12839                 Probably fixes bug #935 (Read Messages 
12840                 Revert to Being Marked as Unread)
12841
12842 2006-05-18 [colin]      2.2.0cvs33
12843
12844         * src/imap.c
12845                 Warning fix
12846         * src/compose.c
12847         * src/mainwindow.c
12848         * src/summaryview.c
12849         * src/toolbar.c
12850                 Allow replying to multiple emails
12851                 in multiple windows
12852         * src/mimeview.c
12853         * src/etpan/imap-thread.c
12854                 Leak fixes
12855
12856 2006-05-18 [paul]       2.2.0cvs32
12857
12858         * src/summaryview.c
12859                 keep Mailing-List menu refreshed
12860                 Thanks to Colin
12861
12862 2006-05-18 [paul]       2.2.0cvs31
12863
12864         * manual/advanced.xml
12865         * manual/faq.xml
12866         * manual/glossary.xml
12867         * manual/handling.xml
12868         * manual/intro.xml
12869         * manual/plugins.xml
12870         * manual/sylpheed-claws-manual.xml
12871                 update URLs
12872                 add info about mailing-list support
12873                 edit filtering info
12874         * src/wizard.c
12875         * src/common/defs.h
12876         * src/gtk/about.c
12877         * src/plugins/dillo_viewer/README
12878                 update URLs
12879
12880 2006-05-17 [wwp]        2.2.0cvs30
12881
12882         * manual/handling.xml
12883         * manual/fr/handling.xml
12884                 documented the ability to enabled/disable filtering/processing rules.
12885
12886 2006-05-17 [colin]      2.2.0cvs29
12887
12888         * src/main.c
12889                 Don't initialize g_thread subsystem if it's 
12890                 already done (thanks to Hiro)
12891         * src/mimeview.c
12892                 Fix saving of parts when there name can't be
12893                 converted from UTF-8.
12894
12895 2006-05-17 [paul]       2.2.0cvs28
12896
12897         * po/Makefile.in.in
12898                 fix config.status warning with autoconf 2.60
12899
12900 2006-05-17 [paul]       2.2.0cvs27
12901
12902         * po/POTFILES.in
12903                 add src/mbox.c
12904
12905 2006-05-17 [wwp]        2.2.0cvs26
12906
12907         * src/mainwindow.c
12908                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12909
12910 2006-05-17 [wwp]        2.2.0cvs25
12911
12912         * src/plugins/demo/demo.c
12913                 updated product name in plugin demo (many plugins need to be
12914                 sync'ed w/ that change).
12915
12916 2006-05-17 [colin]      2.2.0cvs24
12917
12918         * src/mh.c
12919                 Fix leak
12920
12921 2006-05-16 [colin]      2.2.0cvs23
12922
12923         * src/mainwindow.c
12924                 Stupid me hit again. Fix cvs22.
12925
12926 2006-05-16 [colin]      2.2.0cvs22
12927
12928         * src/mainwindow.c
12929                 Fix bug #922 (sylpheed-claws crashed after 
12930                 pushing on Inbox folder)
12931
12932 2006-05-16 [colin]      2.2.0cvs21
12933
12934         * src/compose.c
12935                 Make From header be copy/paste/select-able
12936
12937 2006-05-16 [wwp]        2.2.0cvs20
12938
12939         * src/export.c
12940         * src/matcher.c
12941         * src/summaryview.c
12942         * src/etpan/imap-thread.c
12943                 fix some compiler warnings (thanks to Colin).
12944
12945 2006-05-16 [wwp]        2.2.0cvs19
12946
12947         * src/action.c
12948         * src/gedit-print.c
12949         * src/inc.c
12950         * src/mainwindow.c
12951         * src/mh.c
12952         * src/statusbar.c
12953         * src/send_message.c
12954         * src/summaryview.c
12955                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12956
12957 2006-05-15 [colin]      2.2.0cvs18
12958
12959         * src/procmsg.c
12960                 Fix automatic rule creation with List-Post
12961
12962 2006-05-15 [paul]       2.2.0cvs17
12963
12964         * tools/filter_conv_new.pl
12965                 updated for rule enabling/disabling
12966                 claws version >= 2.3.x required
12967
12968 2006-05-15 [cleroy]     2.2.0cvs16
12969
12970         * src/main.c
12971                 Revert test
12972
12973 2006-05-15 [cleroy]     2.2.0cvs15
12974
12975         * src/main.c
12976                 test
12977
12978 2006-05-15 [wwp]        2.2.0cvs14
12979
12980         * manual/pl/.cvsignore
12981                 ignore generated files.
12982
12983 2006-05-14 [wwp]        2.3.0-rc1
12984
12985         * 2.3.0-rc1 released
12986
12987 2006-05-13 [wwp]        2.2.0cvs13
12988
12989         * src/filtering.c
12990         * src/filtering.h
12991         * src/matcher.c
12992         * src/matcher_parser_lex.l
12993         * src/matcher_parser_parse.y
12994         * src/prefs_filtering.c
12995                 new feature: provide the ability to disable filtering and processing
12996                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12997                 adaptations.
12998
12999 2006-05-13 [colin]      2.2.0cvs12
13000
13001         * src/compose.c
13002                 Remove useless if (a) b; else b;
13003                 Thanks to wwp
13004
13005 2006-05-13 [wwp]        2.2.0cvs11
13006
13007         * src/export.c
13008         * src/import.c
13009         * src/mainwindow.c
13010         * src/mbox.c
13011         * src/summaryview.c
13012         * src/summaryview.h
13013                 no more silent failures (or at least less ones) when importing
13014                 or exporting from/to mbox. Also start importing/exporting if
13015                 the necessary info is set.
13016
13017 2006-05-13 [wwp]        2.2.0cvs10
13018
13019         * RELEASE_NOTES
13020                 restored up-to-date release notes.
13021
13022 2006-05-13 [paul]       2.2.0cvs9
13023
13024         * po/nl.po
13025         * po/ru.po
13026                 updated by Tim Dijkstra and Pavlo Bohmat
13027
13028 2006-05-12 [colin]      2.2.0cvs8
13029
13030         * src/gtk/quicksearch.c
13031                 Add "k" as shortcut for "colorlabel". Patch
13032                 by ath42@users.sf.net.
13033
13034 2006-05-12 [paul]       2.2.0cvs7
13035
13036         * src/prefs_common.h
13037         * src/prefs_summaries.c
13038         * src/summaryview.c
13039                 when entering a folder also allow
13040                 going directly to first Marked message
13041
13042 2006-05-12 [paul]       2.2.0cvs6
13043
13044         * src/summaryview.c
13045                 always obey 'confirm before marking all
13046                 mails read' option
13047
13048 2006-05-12 [paul]       2.2.0cvs5
13049
13050         * src/textview.c
13051                 make Sender fully clickable
13052
13053 2006-05-12 [colin]      2.2.0cvs4
13054
13055         * src/compose.c
13056         * src/compose.h
13057                 Let From be editable
13058         * src/main.c
13059         * src/mh.c
13060                 Full support of .mh_sequences' Unseen seq
13061
13062 2006-05-12 [colin]      2.2.0cvs3
13063
13064         * src/folder.c
13065         * src/mainwindow.c
13066         * src/mainwindow.h
13067         * src/messageview.c
13068         * src/prefs_spelling.c
13069         * src/procheader.c
13070         * src/procmsg.c
13071         * src/procmsg.h
13072         * src/summaryview.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                 add Mailing List support
13080                 based on the old 0.6.5claws25 patch by
13081                 Melvin Hadasht, with finishing touches
13082                 by Colin
13083                 Fix "ignore thread" when mails are threaded by
13084                 subject (and weren't ignored although appearing
13085                 in the thread).
13086                 GUI rework.
13087                 Both patches by Pawel.
13088
13089 2006-05-08 [paul]       2.2.0cvs2
13090
13091         * src/mainwindow.c
13092         * src/mainwindow.h
13093         * src/messageview.c
13094         * src/procheader.c
13095         * src/procmsg.c
13096         * src/procmsg.h
13097         * src/summaryview.c
13098                 add Mailing List support
13099                 based on the old 0.6.5claws25 patch by 
13100                 Melvin Hadasht, with finishing touches
13101                 by Colin
13102
13103 2006-05-08 [colin]      2.2.0cvs1
13104
13105         * src/mainwindow.c
13106         * src/toolbar.c
13107         * src/toolbar.h
13108                 Add contextual menu on Compose toolbar 
13109                 button. Fixes bug #944 (Automatic 
13110                 addresses not applied when changing account 
13111                 from compose window)
13112
13113 2006-05-08 [paul]       2.2.0
13114
13115         2.2.0 released
13116
13117 2006-05-08 [paul]       2.1.1cvs51
13118
13119         * po/cs.po
13120         * po/de.po
13121         * po/en_GB.po
13122         * po/fi.po
13123         * po/fr.po
13124         * po/pt_BR.po
13125         * po/sr.po
13126         * po/zh_CN.po
13127                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13128                 Fabien Vantard, Frederico Goncalves Guimaraes,
13129                 Aleksandar Urosevic, and Ralgh Young
13130
13131 2006-05-12 [colin]      2.1.1cvs50
13132
13133         * po/cs.po
13134         * po/de.po
13135         * po/en_GB.po
13136         * po/es.po
13137         * po/fi.po
13138         * po/fr.po
13139         * po/pt_BR.po
13140         * po/sr.po
13141         * po/zh_CN.po
13142                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13143                 Fabien Vantard, Frederico Goncalves Guimaraes,
13144                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13145
13146 2006-05-05 [colin]      2.1.1cvs49
13147
13148         * manual/Makefile.am
13149         * manual/pl/Makefile.am
13150         * manual/pl/account.xml
13151         * manual/pl/ack.xml
13152         * manual/pl/addrbook.xml
13153         * manual/pl/advanced.xml
13154         * manual/pl/faq.xml
13155         * manual/pl/glossary.xml
13156         * manual/pl/gpl.xml
13157         * manual/pl/handling.xml
13158         * manual/pl/intro.xml
13159         * manual/pl/keyboard.xml
13160         * manual/pl/plugins.xml
13161         * manual/pl/starting.xml
13162         * manual/pl/sylpheed-claws-manual.xml
13163         * manual/pl/dist/.cvsignore
13164         * manual/pl/dist/Makefile.am
13165         * manual/pl/dist/html/.cvsignore
13166         * manual/pl/dist/html/Makefile.am
13167         * manual/pl/dist/pdf/.cvsignore
13168         * manual/pl/dist/pdf/Makefile.am
13169         * manual/pl/dist/ps/.cvsignore
13170         * manual/pl/dist/ps/Makefile.am
13171         * manual/pl/dist/txt/.cvsignore
13172         * manual/pl/dist/txt/Makefile.am
13173                 Add the polish translation of the manual,
13174                 Authored by Pawel Pekala.
13175
13176 2006-05-05 [cleroy]     2.1.1cvs48
13177
13178         * src/main.c
13179                 Re-read matcherrc after loading plugins 
13180                 if some of them add folders.
13181
13182 2006-05-03 [colin]      2.1.1cvs47
13183
13184         * src/imap.c
13185                 I'm idiot
13186
13187 2006-05-03 [colin]      2.1.1cvs46
13188
13189         * src/imap.c
13190                 Be sure to have a session when
13191                 getting separator
13192
13193 2006-05-03 [colin]      2.1.1cvs45
13194
13195         * src/imap.c
13196         * src/imap.h
13197         * src/imap_gtk.c
13198                 Fix preventing renaming with namespace 
13199                 separator.
13200
13201 2006-05-01 [colin]      2.1.1cvs44
13202
13203         * src/action.c
13204                 Don't reload messageview when result of
13205                 action is piped.
13206
13207 2006-04-29 [colin]      2.1.1cvs43
13208
13209         * src/prefs_receive.c
13210         * src/plugins/spamassassin/spamassassin_gtk.c
13211         * src/plugins/clamav/clamav_plugin_gtk.c
13212                 GUI fixes by Pawel
13213
13214 2006-04-29 [colin]      2.1.1cvs42
13215
13216         * src/prefs_compose_writing.c
13217         * src/prefs_quote.c
13218                 Cleanups. Patch by Pawel
13219
13220 2006-04-28 [paul]       2.1.1cvs41
13221
13222         * src/matcher.c
13223                 fix returned quick search results when search
13224                 term contains an underscore.
13225                 Thanks to Colin
13226
13227 2006-04-28 [paul]       2.1.1cvs40
13228
13229         * src/prefs_message.c
13230         * src/prefs_receive.c
13231                 GUI cleanups
13232                 Patches by Pawel Pekala
13233
13234 2006-04-27 [colin]      2.1.1cvs39
13235
13236         * src/wizard.c
13237                 Differentiate subject Welcome from
13238                 window's title Welcome
13239
13240 2006-04-27 [paul]
13241
13242         2.2.0-rc1 released
13243
13244 2006-04-27 [paul]       2.1.1cvs38
13245
13246         * manual/advanced.xml
13247         * manual/fr/advanced.xml
13248                 add info about compose_no_markup hidden pref
13249
13250 2006-04-27 [paul]       2.1.1cvs37
13251
13252         * src/prefs_account.c
13253                 improve privacy labels
13254         * src/prefs_msg_colors.c
13255                 change some strings for translators' convenience
13256         * src/gtk/gtkutils.c
13257                 don't underline the link button text
13258
13259 2006-04-25 [colin]      2.1.1cvs36
13260
13261         * src/folder.c
13262                 Complete 2.1.1cvs33 (once more ;)
13263
13264 2006-04-25 [colin]      2.1.1cvs35
13265
13266         * src/editldap.c
13267                 Fix tooltip
13268
13269 2006-04-25 [cleroy]     2.1.1cvs34
13270
13271         * src/compose.c
13272         * src/gtk/gtkaspell.c
13273                 Fix crash on redirect (related to the return 
13274                 of the aspell menu in compose's toolbar)
13275         * src/prefs_msg_colors.c
13276                 Fix sensitivity widgets
13277         * src/image_viewer.c
13278         * src/gtk/pluginwindow.c
13279         * src/gtk/prefswindow.c
13280                 Change released signals to clicked (Fabien)
13281         * po/POTFILES.in
13282         * src/common/socket.c
13283         * src/plugins/spamassassin/spamassassin.c
13284                 Translate strings (Fabien)
13285
13286 2006-04-25 [paul]       2.1.1cvs33
13287
13288         * src/folder.c
13289         * src/folder.h
13290         * src/folderview.c
13291                 complete the fix of bug #912
13292                 Thanks to Colin
13293
13294 2006-04-25 [colin]      2.1.1cvs32
13295
13296         * src/news.c
13297                 Better progress bar
13298         * src/mimeview.c
13299         * src/summaryview.c
13300         * src/summaryview.h
13301                 Fix focus chain
13302                 Patches by Pawel Pekala
13303
13304 2006-04-24 [colin]      2.1.1cvs31
13305
13306         * src/compose.c
13307                 Fix compilation warnings (Fabien)
13308
13309 2006-04-24 [colin]      2.1.1cvs30
13310
13311         * src/addrindex.c
13312         * src/editldap.c
13313         * src/editldap_basedn.c
13314         * src/editldap_basedn.h
13315         * src/ldapctrl.c
13316         * src/ldapctrl.h
13317         * src/ldapquery.c
13318         * src/ldaputil.c
13319         * src/ldaputil.h
13320                 Fix bug #901 (LDAPS support)
13321
13322 2006-04-24 [colin]      2.1.1cvs29
13323
13324         * src/compose.c
13325                 Fix logic on error with send dialog on
13326         * src/imap.c
13327                 Fix compilation without libetpan, thanks
13328                 to Fabien
13329         * src/summaryview.c
13330                 Fix 'context-menu' key
13331
13332 2006-04-23 [colin]      2.1.1cvs28
13333
13334         * src/folder.c
13335                 Never free current's cache to free up 
13336                 memory. Fixes bug #912 (new count 
13337                 randomly set to message count)
13338
13339 2006-04-23 [colin]      2.1.1cvs27
13340
13341         * src/gtk/quicksearch.c
13342                 And remove printf...
13343
13344 2006-04-23 [colin]      2.1.1cvs26
13345
13346         * src/gtk/quicksearch.c
13347                 Fix replacing in quicksearch, and fix inserting
13348                 in the middle of the string. (introduced at 2.1.0cvs22)
13349
13350 2006-04-23 [colin]      2.1.1cvs25
13351
13352         * src/imap.c
13353                 Make sure uidnext is initialized in get_num_list
13354                 (not for stable, related to 2.1.1cvs8 and friends)
13355
13356 2006-04-23 [colin]      2.1.1cvs24
13357
13358         * src/imap.c
13359                 Output something when login is successful
13360                 too
13361
13362 2006-04-23 [colin]      2.1.1cvs23
13363
13364         * src/etpan/imap-thread.c
13365                 Better logging (line-per-line, hide data in fetch)
13366                 Fix a const warning
13367         * src/gtk/logwindow.c
13368         * src/gtk/logwindow.h
13369                 Better logging (color for input/output)
13370
13371 2006-04-21 [colin]      2.1.1cvs22
13372
13373         * src/gtk/quicksearch.c
13374                 On gtk+-2.8, use stock buttons in quicksearch
13375                 Based on a patch by Fabien and a design by Paul
13376
13377 2006-04-21 [colin]      2.1.1cvs21
13378
13379         * src/folderview.c
13380         * src/mainwindow.c
13381                 Fix occasional flicker in folderview
13382         * src/common/utils.c
13383                 Fix bug #943 (Incorrectly parsed email address 
13384                 list in short headers on message view and in 
13385                 printouts)
13386
13387 2006-04-20 [colin]      2.1.1cvs20
13388
13389         * src/imap.c
13390         * src/imap.h
13391         * src/prefs_account.c
13392                 Add ANONYMOUS auth for IMAP
13393
13394 2006-04-20 [paul]       2.1.1cvs19
13395
13396         * src/main.c
13397                 proper fix for 2.1.1cvs18
13398                 Thanks to Colin
13399
13400 2006-04-20 [paul]       2.1.1cvs18
13401
13402         * src/main.c
13403                 fix build warnings
13404
13405 2006-04-20 [paul]       2.1.1cvs17
13406
13407         * src/gtk/quicksearch.c
13408                 fix standard, non-extended Quick search,
13409                 was broken in 2.1.1cvs15.
13410                 Thanks to Colin.
13411
13412 2006-04-20 [colin]      2.1.1cvs16
13413
13414         * src/prefs_matcher.c
13415                 Fix values when reselecting a ~test
13416                 rule
13417
13418 2006-04-19 [colin]      2.1.1cvs15
13419
13420         * src/compose.c
13421         * src/compose.h
13422         * src/gtk/gtkaspell.c
13423         * src/gtk/gtkaspell.h
13424                 Put back Options menu in Spelling/
13425         * src/gtk/quicksearch.c
13426                 Don't search, and show error, if the
13427                 advanced search has a syntax error
13428
13429 2006-04-18 [colin]      2.1.1cvs14
13430
13431         * src/textview.c
13432                 Fix gdk warnings on set_cursor when textview
13433                 isn't visible
13434
13435 2006-04-18 [colin]      2.1.1cvs13
13436
13437         * src/gtk/gtksctree.c
13438                 Remove seemingly useless refresh that causes
13439                 flicker - watch this commit in case of 
13440                 problems before planned backport to stable
13441
13442 2006-04-18 [colin]      2.1.1cvs12
13443
13444         * src/imap.c
13445                 Factorize get/set_xml code
13446         * src/compose.c
13447         * src/prefs_account.c
13448         * src/prefs_account.h
13449         * src/procmsg.c
13450                 Add Encrypt to self option
13451
13452 2006-04-17 [colin]      2.1.1cvs11
13453
13454         * configure.ac
13455                 Fix search on encrpyt function on dragonfly
13456                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13457
13458 2006-04-17 [colin]      2.1.1cvs10
13459
13460         * src/prefs_account.c
13461                 Be safe by default: remove mails from POP3
13462                 after 7 days, not immediately
13463
13464 2006-04-17 [colin]      2.1.1cvs9
13465
13466         * src/etpan/imap-thread.c
13467                 Fix build on DragonFly - patch by 
13468                 Jonathan Buschmann <jonthn@agmact.com>
13469
13470 2006-04-17 [colin]      2.1.1cvs8
13471
13472         * src/imap.c
13473                 Save uidnext between sessions
13474
13475 2006-04-17 [colin]      2.1.1cvs7
13476
13477         * src/imap.c
13478                 scan is required when uid validity changes
13479
13480 2006-04-17 [colin]      2.1.1cvs6
13481
13482         * src/folderview.c
13483                 Don't scan if not necessary, apart in current
13484                 folder and INBOX to fetch flags.
13485         * src/imap.c
13486                 Scan is necessary if unread count changes
13487
13488 2006-04-17 [colin]      2.1.1cvs5
13489
13490         * src/imap.c
13491                 ...But always fetch ANSWERED and DELETED flags for
13492                 INBOX, as filtering can happen on these flags.
13493
13494 2006-04-17 [colin]      2.1.1cvs4
13495
13496         * src/imap.c
13497                 Don't fetch REPLIED and DELETED flags when synchronising
13498                 flags with a closed folder. We only need UNSEEN and FLAGGED
13499                 to update the folderview.
13500
13501 2006-04-17 [colin]      2.1.1cvs3
13502
13503         * src/imap.c
13504                 Faster flag search when there are new mails 
13505                 in a folder. We can do a full search if the 
13506                 folder contains less messages than the new
13507                 list.
13508
13509 2006-04-17 [colin]      2.1.1cvs2
13510
13511         * po/cs.po
13512         * po/de.po
13513         * po/fr.po
13514         * po/nl.po
13515         * po/pt_BR.po
13516                 Update translations from stable branch
13517
13518 2006-04-17 [colin]      2.1.1cvs1
13519
13520         * configure.ac
13521                 Bump version to follow stable release
13522
13523 2006-04-16 [mones]      2.1.0cvs50
13524
13525         * po/es.po
13526                 Updated for release
13527
13528 2006-04-16 [colin]      2.1.0cvs49
13529
13530         * src/textview.c
13531                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13532                 with gtk < 2.8. Thanks to Fabien Vantard.
13533
13534 2006-04-15 [colin]      2.1.0cvs48
13535
13536         * src/etpan/imap-thread.c
13537                 Fix bug #919 (libetpan: SEGV when connecting 
13538                 using command)
13539
13540 2006-04-14 [colin]      2.1.0cvs47
13541
13542         * src/main.c
13543                 Fix race on --select (should be done better)
13544
13545 2006-04-14 [wwp]        2.1.0cvs46
13546
13547         * src/send_message.c
13548                 enforce a check for domain in account prefs (a sending
13549                 error could be faced if domain was checked but no value set),
13550                 thanks to Colin.
13551
13552 2006-04-14 [colin]      2.1.0cvs45
13553
13554         * src/codeconv.c
13555                 when converting from unknown to unknown, if the
13556                 string is UTF8, don't convert it to the locale
13557                 (which breaks it)
13558
13559 2006-04-14 [colin]      2.1.0cvs44
13560
13561         * src/compose.c
13562                 Don't try to use ASCII for converting headers
13563                 (as done in body)
13564
13565 2006-04-14 [paul]       2.1.0cvs43
13566
13567         * src/crash.c
13568                 add locale/charset info to crash report
13569         * src/gtk/about.c
13570                 add wwp to doc team
13571                 replace 'e-mail' with preferred 'email'
13572         * src/gtk/authors.h
13573                 ensure contributors list is in alphabetical
13574                 order
13575
13576 2006-04-13 [colin]      2.1.0cvs42
13577
13578         * src/textview.c
13579                 Prevent gdk warnings
13580
13581 2006-04-13 [colin]      2.1.0cvs41
13582
13583         * src/common/ssl_certificate.c
13584         * src/common/ssl_certificate.h
13585         * src/gtk/sslcertwindow.c
13586                 Warn on expired certs, and display the expiration date
13587
13588 2006-04-13 [colin]      2.1.0cvs40
13589
13590         * src/plugins/spamassassin/spamassassin_gtk.c
13591                 Fix missing set_text on unix socket
13592
13593 2006-04-13 [wwp]        2.1.0cvs39
13594
13595         * manual/fr/advanced.xml
13596         * manual/fr/glossary.xml
13597                 applied new spam/ham/email lexicon (pourriel, courriel)
13598
13599 2006-04-13 [paul]       2.1.0cvs38
13600
13601         * src/plugins/pgpmime/plugin.c
13602                 remove the mention of S/MIME from the
13603                 description. This is now handled by the
13604                 S/MIME plugin.
13605
13606 2006-04-13 [paul]       2.1.0cvs37
13607
13608         * src/prefs_msg_colors.c
13609                 rework dialog
13610         * src/prefs_folder_item.c
13611         * src/prefs_spelling.c
13612                 add a tooltip to the colour selector buttons
13613
13614 2006-04-13 [wwp]        2.1.0cvs36
13615
13616         * manual/advanced.xml
13617         * manual/glossary.xml
13618         * manual/handling.xml
13619         * manual/keyboard.xml
13620         * manual/plugins.xml
13621         * manual/starting.xml
13622         * manual/fr/account.xml
13623         * manual/fr/ack.xml
13624         * manual/fr/addrbook.xml
13625         * manual/fr/advanced.xml
13626         * manual/fr/faq.xml
13627         * manual/fr/glossary.xml
13628         * manual/fr/gpl.xml
13629         * manual/fr/handling.xml
13630         * manual/fr/intro.xml
13631         * manual/fr/keyboard.xml
13632         * manual/fr/plugins.xml
13633         * manual/fr/starting.xml
13634         * manual/fr/sylpheed-claws-manual.xml
13635                 fixes to the manuals:
13636                  - summaryview -> Message List (same in French)
13637                  - translate key names
13638                  - fix French punctuation, use non-breakable spaces when
13639                    necessary, don't use &thinsp; which is not portable
13640                  - tell what maildir and mbox formats we support
13641
13642 2006-04-12 [wwp]        2.1.0cvs35
13643
13644         * src/prefs_toolbar.c
13645                 unified a replace button more,
13646                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13647
13648 2006-04-12 [wwp]        2.1.0cvs34
13649
13650         * src/prefs_common.c
13651         * src/prefs_msg_colors.c
13652                 make default color labels translatable,
13653                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13654                 thanks to Tim <timbrain@post.cz> for reporting.
13655
13656 2006-04-12 [wwp]        2.1.0cvs33
13657
13658         * manual/glossary.xml
13659         * manual/intro.xml
13660         * manual/plugins.xml
13661         * manual/starting.xml
13662         * manual/sylpheed-claws-manual.xml
13663         * manual/fr/.cvsignore
13664         * manual/fr/account.xml
13665         * manual/fr/ack.xml
13666         * manual/fr/addrbook.xml
13667         * manual/fr/advanced.xml
13668         * manual/fr/faq.xml
13669         * manual/fr/glossary.xml
13670         * manual/fr/handling.xml
13671         * manual/fr/intro.xml
13672         * manual/fr/keyboard.xml
13673         * manual/fr/plugins.xml
13674         * manual/fr/starting.xml
13675         * manual/fr/sylpheed-claws-manual.xml
13676                 various fixes: typos, missing .fr translations, punctuation,
13677                 capitalization, links, accents and some bad French more.
13678
13679 2006-04-12 [wwp]        2.1.0cvs32
13680
13681         * src/prefs_gtk.c
13682                 fix for bug #935: always store prefs files in UTF-8 (thanks
13683                 to Colin).
13684
13685 2006-04-11 [colin]      2.1.0cvs31
13686
13687         * src/compose.c
13688                 Fix inserting files not in utf8 when locale is utf8
13689
13690 2006-04-11 [colin]      2.1.0cvs30
13691
13692         * src/inc.c
13693                 Don't show error dialog when cancelling connection
13694                 Patch by Pawel
13695
13696 2006-04-11 [cleroy]     2.1.0cvs29
13697
13698         * src/compose.c
13699                 Implement multiple quote levels
13700         * src/prefs_common.c
13701                 Change a little bit the quote bgcolor for 2nd level
13702
13703 2006-04-11 [colin]      2.1.0cvs28
13704
13705         * src/gtk/about.c
13706                 Add locale and charset in the label
13707
13708 2006-04-10 [colin]      2.1.0cvs27
13709
13710         * src/compose.c
13711         * src/prefs_common.c
13712         * src/prefs_common.h
13713         * src/prefs_msg_colors.c
13714         * src/textview.c
13715                 Allow optional background color in quotes
13716                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13717                 GTK+-2.8.x feature
13718
13719 2006-04-10 [colin]      2.1.0cvs26
13720
13721         * src/main.c
13722         * src/mainwindow.c
13723         * src/mainwindow.h
13724                 Implement --select
13725
13726 2006-04-10 [colin]      2.1.0cvs25
13727
13728         * manual/plugins.xml
13729         * manual/fr/plugins.xml
13730                 Document libcurl's proxy variables
13731
13732 2006-04-09 [colin]      2.1.0cvs24
13733
13734         * src/prefs_common.c
13735                 gettext() returns statically allocated stuff. We have
13736                 to strdup it in order to be able to free it.
13737
13738 2006-04-09 [colin]      2.1.0cvs23
13739
13740         * AUTHORS
13741         * src/gtk/authors.h
13742                 Add Alexei
13743
13744 2006-04-09 [colin]      2.1.0cvs22
13745
13746         * src/mainwindow.c
13747         * src/gtk/quicksearch.c
13748                 Fix bug #859 (problems with cyrilic input in 
13749                 search panel) - Patch by Alexey Illarionov 
13750                 <littlesavage@rambler.ru>
13751
13752 2006-04-09 [colin]      2.1.0cvs21
13753
13754         * src/prefs_customheader.c
13755                 I prefer removing then freeing rather than the contrary
13756                 (even if it doesn't change anything ;-)
13757         * src/prefs_account.c
13758                 Fix bug #933 (Crash re-entering the custom headers list 
13759                 dialog in accounts prefs)
13760                 The problem happened when cancelling the Account 
13761                 Preferences' dialogs - in which case we didn't do 
13762                 anything to the PrefsAccount * struct. In case of applying,
13763                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13764                 working with in this dialog. The problem is that 
13765                 prefs_customheader.c, working on this tmp_ac_prefs, always
13766                 changes the ->customhdr_list pointer, even when cancelled. 
13767                 So in case of cancelling the prefs_account dialog, we still
13768                 have to update ->customhdr_list in the real account.
13769
13770 2006-04-08 [colin]      2.1.0cvs20
13771
13772         * manual/fr/glossary.xml
13773         * manual/fr/keyboard.xml
13774                 Forgot some headers :)
13775
13776 2006-04-08 [colin]      2.1.0cvs19
13777
13778         * manual/Makefile.am
13779         * manual/fr/Makefile.am
13780         * manual/fr/account.xml
13781         * manual/fr/ack.xml
13782         * manual/fr/addrbook.xml
13783         * manual/fr/advanced.xml
13784         * manual/fr/faq.xml
13785         * manual/fr/glossary.xml
13786         * manual/fr/gpl.xml
13787         * manual/fr/handling.xml
13788         * manual/fr/intro.xml
13789         * manual/fr/keyboard.xml
13790         * manual/fr/plugins.xml
13791         * manual/fr/starting.xml
13792         * manual/fr/sylpheed-claws-manual.xml
13793         * manual/fr/dist/.cvsignore
13794         * manual/fr/dist/Makefile.am
13795         * manual/fr/dist/html/.cvsignore
13796         * manual/fr/dist/html/Makefile.am
13797         * manual/fr/dist/pdf/.cvsignore
13798         * manual/fr/dist/pdf/Makefile.am
13799         * manual/fr/dist/ps/.cvsignore
13800         * manual/fr/dist/ps/Makefile.am
13801         * manual/fr/dist/txt/.cvsignore
13802         * manual/fr/dist/txt/Makefile.am
13803                 Add the french translation of the manual. Thanks to
13804                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13805                 account.xml, ack.xml, addrbook.xml and advanced.xml
13806
13807 2006-04-08 [colin]      2.1.0cvs18
13808
13809         * manual/plugins.xml
13810         * manual/starting.xml
13811                 More fixes
13812
13813 2006-04-07 [colin]      2.1.0cvs17
13814
13815         * manual/faq.xml
13816         * manual/intro.xml
13817         * manual/keyboard.xml
13818                 Little fixes
13819
13820 2006-04-07 [colin]      2.1.0cvs16
13821
13822         * README
13823         * src/compose.c
13824         * src/prefs_common.c
13825         * src/prefs_common.h
13826                 Add hidden compose_no_markup pref
13827
13828 2006-04-07 [wwp]        2.1.0cvs15
13829
13830         * src/summary_search.c
13831         * .cvsignore
13832                 Bugfix: stop button was sticky when searching in an empty folder.
13833                 Applied curly brackets code style to the whole file (summary_search.c).
13834                 More files to ignore.
13835
13836 2006-04-07 [wwp]        2.1.0cvs14
13837
13838         * src/message_search.c
13839         * src/summary_search.c
13840                 changed default button when search bumps at file/folder
13841                 beginning or end, for convenience (thanks to Colin).
13842
13843 2006-04-07 [paul]       2.1.0cvs13
13844
13845         * src/plugins/dillo_viewer/dillo_prefs.c
13846                 avoid future potential for namespace collision
13847                 Patch by Colin
13848
13849 2006-04-06 [wwp]        2.1.0cvs12
13850
13851         * src/summary_search.c
13852                 Unify extended/advanced searches names (and thus factorize labels),
13853                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13854
13855 2006-04-06 [wwp]        2.1.0cvs11
13856
13857         * src/folderview.c
13858         * src/prefs_themes.c
13859         * src/summaryview.c
13860                 Fixed some compilation warnings.
13861
13862 2006-04-06 [colin]      2.1.0cvs10
13863
13864         * manual/advanced.xml
13865                 Document the wizard template and how to deploy
13866                 Sylpheed-Claws effectively
13867
13868 2006-04-06 [colin]      2.1.0cvs9
13869
13870         * src/folderview.c
13871                 gettext patch to tell translators about _("#"),
13872                 by Maxim Britov
13873
13874 2006-04-06 [colin]      2.1.0cvs8
13875
13876         * src/textview.c
13877                 Fix invalid GtkTextBIter after clicking "Display as text"
13878
13879 2006-04-06 [mones]      2.1.0cvs7
13880
13881         * src/addr_compl.c
13882         * src/addrindex.c
13883         * src/addritem.c
13884         * src/codeconv.c
13885         * src/compose.c
13886         * src/filtering.c
13887         * src/folder.c
13888         * src/folder_item_prefs.c
13889         * src/folderview.c
13890         * src/localfolder.c
13891         * src/matcher.c
13892         * src/mimeview.c
13893         * src/prefs_msg_colors.c
13894         * src/prefs_spelling.c
13895         * src/prefs_themes.c
13896         * src/procmime.c
13897         * src/procmsg.c
13898         * src/stock_pixmap.c
13899         * src/summaryview.c
13900         * src/textview.c
13901         * src/toolbar.c
13902         * src/common/mgutils.c
13903         * src/common/prefs.c
13904         * src/common/ssl_certificate.c
13905         * src/gtk/colorlabel.c
13906         * src/gtk/quicksearch.c
13907         * src/plugins/pgpmime/pgpmime.c
13908         * src/plugins/spamassassin/spamassassin.c
13909                 Removed redundant NULL checks for g_free() calls.
13910                 Patch by Pawel Pekala.
13911
13912 2006-04-06 [mones]      2.1.0cvs6
13913
13914         * src/prefs_actions.c
13915         * src/prefs_filtering.c
13916         * src/prefs_filtering_action.c
13917         * src/prefs_matcher.c
13918         * src/prefs_template.c
13919         * src/gtk/gtkutils.c
13920         * src/gtk/gtkutils.h
13921                 Have a nice replace button. Patch by Pawel Pekala
13922
13923 2006-04-06 [colin]      2.1.0cvs5
13924
13925         * src/addressbook.c
13926                 Fix crash with empty columns
13927
13928 2006-04-05 [colin]      2.1.0cvs4
13929
13930         * src/wizard.c
13931         * src/prefs_gtk.c
13932                 Allow wizard customization with pre-filled values
13933
13934 2006-04-05 [colin]      2.1.0cvs3
13935
13936         * src/textview.c
13937         * src/mimeview.c
13938         * src/mimeview.h
13939                 Nicer messages in mimeview
13940
13941 2006-04-05 [colin]      2.1.0cvs2
13942
13943         * src/addressbook.c
13944         * src/prefs_summaries.c
13945                 i18n fix
13946
13947 2006-04-05 [colin]      2.1.0cvs1
13948
13949         * src/plugins/pgpcore/plugin.c
13950         * src/plugins/pgpcore/select-keys.c
13951         * src/plugins/pgpcore/select-keys.h
13952         * src/plugins/pgpcore/sgpgme.c
13953         * src/plugins/pgpcore/sgpgme.h
13954         * src/plugins/pgpinline/pgpinline.c
13955         * src/plugins/pgpinline/plugin.c
13956         * src/plugins/pgpmime/pgpmime.c
13957         * src/plugins/pgpmime/plugin.c
13958                 Factorize and generalize a bit 
13959                 Drop S/MIME signature verification from PGP/MIME
13960                 (adding it as another, more complete plugin)
13961
13962 2006-04-05 [paul]       2.1.0
13963
13964         2.1.0 released
13965
13966 2006-04-05 [paul]       2.0.0cvs186
13967
13968         * manual/advanced.xml
13969                 add info on colour labels
13970
13971 2006-04-05 [paul]       2.0.0cvs185
13972
13973         * po/bg.po
13974         * po/cs.po
13975         * po/de.po
13976         * po/el.po
13977         * po/en_GB.po
13978         * po/fi.po
13979         * po/fr.po
13980         * po/it.po
13981         * po/nl.po
13982         * po/pl.po
13983         * po/pt_BR.po
13984         * po/sr.po
13985         * po/zh_CN.po
13986                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13987                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13988                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13989                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13990         * src/gtk/authors.h
13991         * tools/claws.i18n.status.pl
13992                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13993                 and new Czech translator, Tim <timbrain@post.cz>
13994
13995 2006-04-05 [mones]      2.0.0cvs184
13996
13997         * po/es.po
13998                 Updated translation
13999
14000 2006-04-05 [colin]      2.0.0cvs183
14001
14002         * src/gtk/quicksearch.c
14003                 Fix bug #929 (unnecessary reload in quick search bar)
14004
14005 2006-04-05 [colin]      2.0.0cvs182
14006
14007         * src/compose.c
14008                 Fix crash on Reply with no From:
14009                 Show signature and conversion error on queuing 
14010                 (but not sending)
14011         * src/mainwindow.c
14012         * src/summaryview.c
14013         * src/summaryview.h
14014                 Factorize threading code and make sure msginfo 
14015                 is not null when it comes from a GtkCTreeRow's 
14016                 data
14017         * src/gtk/gtkaspell.c
14018                 Check for necessary things
14019         * src/gtk/gtksctree.c
14020         * src/gtk/gtksctree.h
14021                 Reset anchor if necessary when removing node
14022
14023 2006-03-29 [colin]      2.0.0cvs181
14024
14025         * src/folderview.c
14026                 Warn for disabled IMAP accounts (due to lack of
14027                 libetpan). Breaks string-freeze - sorry - but it
14028                 is kind of important ;)
14029
14030 2006-03-28 [colin]      2.0.0cvs180
14031
14032         * src/gtk/gtkutils.c
14033         * src/gtk/gtkutils.h
14034                 Add a gtkut_get_link_btn() function that
14035                 creates a button which acts like an URI
14036         * src/prefs_themes.c
14037         * src/gtk/about.c
14038                 Use this function (factorizes codes)
14039         * src/common/defs.h
14040         * src/gtk/pluginwindow.c
14041                 Add a "Get more..." in the plugins window
14042
14043 2006-03-28 [colin]      2.0.0cvs179
14044
14045         * src/common/smtp.c
14046         * src/common/passcrypt.c
14047         * src/undo.c
14048                 Warning fixes. Patch by Pawel Pekala
14049
14050 2006-03-27 [colin]      2.0.0cvs178
14051
14052         * src/undo.c
14053                 Fix undoing by blocks with spaces
14054
14055 2006-03-27 [colin]      2.0.0cvs177
14056
14057         * src/textview.c
14058                 Set margin to 3px for headers
14059
14060 2006-03-27 [paul]
14061
14062         2.1.0-rc2 released
14063
14064 2006-03-27 [wwp]        2.0.0cvs176
14065
14066         * src/summaryview.c
14067                 don't reset quicksearch when updating the message list.
14068                 Thanks to Colin.
14069
14070 2006-03-26 [wwp]        2.0.0cvs175
14071
14072         * src/compose.c
14073                 use a unified border width ('other' tab in the compose window,
14074                 patch by Pawel Pekala).
14075
14076
14077 2006-03-26 [wwp]        2.0.0cvs174
14078
14079         * src/common/quoted-printable.c
14080         * src/addressbook.c
14081                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14082
14083 2006-03-26 [colin]      2.0.0cvs173
14084
14085         * src/quote_fmt_parse.y
14086                 Fix non-UTF8 date formats messing up the whole quote a 
14087                 little bit
14088
14089 2006-03-26 [colin]      2.0.0cvs172
14090
14091         * src/procheader.c
14092                 Make sure the date is UTF8 valid, or try to make it
14093                 so. IncrediMail is really IncrediStupid.
14094         * src/compose.c
14095                 Fix possible conversions. 
14096                 
14097
14098 2006-03-26 [colin]      2.0.0cvs171
14099
14100         * src/matcher.c
14101                 Fix corner cases in body search. This is still a
14102                 hack... It seems impossible to make it good and 
14103                 reasonably fast at the same time.
14104
14105 2006-03-26 [colin]      2.0.0cvs170
14106
14107         * src/summaryview.c
14108                 I think I killed the twilight zone bug!
14109                 summary_select_node() flushes GTK events in order
14110                 to be able to center the view. But this also 
14111                 flushes keypresses like Ctrl-Alt-U, so this can
14112                 call summary_show from summary_select_node (itself
14113                 called from summary_show, etc.). And the summaryview
14114                 has to be unlocked in this function. So just locking
14115                 while processing GTK events, and bailing if locked, 
14116                 should fix it.
14117                 Fixes bug #927 (SIGSEGV during Update Summary)
14118
14119 2006-03-25 [colin]      2.0.0cvs169
14120
14121         * src/matcher.c
14122                 Fix search in QP-encoded bodies
14123                 Fix utf-8 searches in bodies encoded in the
14124                 locale's encoding
14125         * src/common/quoted-printable.c
14126         * src/common/quoted-printable.h
14127                 Add a decode function that doesn't overwrite
14128                 the original pointer
14129                 
14130
14131 2006-03-24 [colin]      2.0.0cvs168
14132
14133         * src/action.c
14134         * src/summaryview.c
14135         * src/summaryview.h
14136                 Update message cache after action
14137                 Patch by H. Merijn Brand
14138         * src/prefs_msg_colors.c
14139                 Factorize label 
14140                 Patch by Fabien Vantard
14141         * src/plugins/spamassassin/spamassassin_gtk.c
14142                 Remove useless translation
14143                 Patch by Fabien Vantard
14144
14145 2006-03-23 [colin]      2.0.0cvs167
14146
14147         * src/common/ssl.c
14148                 Let 30 seconds to SSL_connect
14149
14150 2006-03-23 [wwp]        2.0.0cvs166
14151
14152         * src/summaryview.c
14153         * src/gtk/description_window.c
14154                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14155                 and headers are translated; adjust description windows' width to fit their
14156                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14157
14158 2006-03-23 [paul]       2.0.0cvs165
14159
14160         * src/common/utils.c
14161                 fix highlighting of URIs containing "()"
14162                 (2.0.0cvs164's reversal fixed)
14163                 Thanks to Colin.
14164
14165 2006-03-23 [paul]       2.0.0cvs164
14166
14167         * src/common/utils.c
14168                 revert patch, (postponing a fix), at 2.0.0cvs120
14169                 as it breaks more URIs than it fixes.
14170                 Allow '-' to be a terminating character in a URI
14171
14172 2006-03-22 [colin]      2.0.0cvs163
14173
14174         * configure.ac
14175                 Require libetpan 0.45
14176                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14177
14178 2006-03-22 [paul]       2.0.0cvs162
14179
14180         * src/editgroup.c
14181                 replace '<-' and '->' buttons with GTK_STOCK graphical
14182                 buttons
14183         * src/summary_search.c
14184                 don't offer '...' for translation
14185                 add a tooltip to advanced search '...' button
14186         * src/gtk/quicksearch.c
14187                 don't offer '...' for translation
14188
14189 2006-03-21 [colin]      2.0.0cvs161
14190
14191         * src/compose.c
14192                 Fix middle-click pasting (insert at click
14193                 position instead of cursor position, don't
14194                 remove existing selection and allow pasting
14195                 our own selection)
14196         * src/addressbook.c
14197                 "LDAP Server" -> "LDAP servers"
14198
14199 2006-03-21 [wwp]        2.0.0cvs160
14200
14201         * src/etpan/imap-thread.c
14202                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14203
14204 2006-03-20 [colin]      2.0.0cvs159
14205
14206         * src/summaryview.c
14207                 Don't reload summaryview after an execute with no
14208                 move action
14209
14210 2006-03-19 [colin]      2.0.0cvs158
14211
14212         * src/addressbook.c
14213                 and put groups at the top, always
14214
14215 2006-03-19 [colin]      2.0.0cvs157
14216
14217         * src/addressbook.c
14218                 Order groups before names, as previously
14219
14220 2006-03-19 [colin]      2.0.0cvs156
14221
14222         * src/addressbook.c
14223                 - Sort case-unsensitive
14224                 - Put the sort arrow at opening too
14225
14226 2006-03-19 [wwp]        2.0.0cvs155
14227
14228         * src/addressbook.c
14229                 allow sorting by name/email/remarks, ensure that right-pane's contents
14230                 matches the left-pane selection (cleared when appropriate).
14231                 Patch by Pawel Pekala <c0rn@o2.pl>.
14232
14233 2006-03-18 [colin]      2.0.0cvs154
14234
14235         * src/textview.c
14236                 Fix text cursor ;)
14237
14238 2006-03-18 [colin]      2.0.0cvs153
14239
14240         * src/gtk/filesel.c
14241                 Make sure we hide the preview if we didn't get
14242                 a filename
14243
14244 2006-03-18 [colin]      2.0.0cvs152
14245
14246         * src/summaryview.c
14247                 Set cursor to watch for execution (fixes lack
14248                 of watch-cursor when dnd'ing hundreds of mails)
14249         * src/gtk/filesel.c
14250                 Check that mime type is 'image/*' before updating
14251                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14252
14253 2006-03-18 [colin]      2.0.0cvs151
14254
14255         * src/mainwindow.c
14256         * src/textview.c
14257         * src/textview.h
14258                 Put a watch cursor in textview too when the mainwindow's
14259                 cursor in a watch
14260
14261 2006-03-18 [colin]      2.0.0cvs150
14262
14263         * src/folder.c
14264                 Change wrong asserts to simple tests
14265
14266 2006-03-17 [colin]      2.0.0cvs149
14267
14268         * src/mainwindow.c
14269         * src/mainwindow.h
14270         * src/prefs_msg_colors.c
14271         * src/summaryview.c
14272         * src/summaryview.h
14273         * src/gtk/colorlabel.c
14274         * src/gtk/colorlabel.h
14275                 Add a color label menu in the main menubar
14276                 Add (fixed) accels Ctrl-{0-7} to change the color
14277                 They have to be fixed because the menu's dynamic,
14278                 the items are complex widgets, hence we can't use
14279                 a GtkItemFactory.
14280
14281
14282 2006-03-17 [wwp]        2.0.0cvs148
14283
14284         * src/compose.c
14285                 rollback few lines from my previous commit (those lines come from
14286                 a pending patch, accidentally commited, even if neutral as they are
14287                 commented out).
14288
14289 2006-03-17 [wwp]        2.0.0cvs147
14290
14291         * src/compose.c
14292                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14293                 applied code style/indentation to the modified function.
14294
14295 2006-03-17 [wwp]        2.0.0cvs146
14296
14297         * src/procmsg.c
14298         * src/compose.c
14299                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14300
14301 2006-03-17 [paul]
14302
14303         2.1.0-rc1 released
14304
14305 2006-03-17 [paul]       2.0.0cvs145
14306
14307         * src/main.c
14308                 addressbook_read_file() was called twice
14309         * src/textview.c
14310                 X-Mailer highlighting
14311
14312 2006-03-16 [colin]      2.0.0cvs144
14313
14314         * src/sourcewindow.c
14315         * src/sourcewindow.h
14316                 And the last one, in source window.
14317
14318 2006-03-16 [colin]      2.0.0cvs143
14319
14320         * src/compose.c
14321         * src/compose.h
14322                 Fix the same stuff in compose
14323
14324 2006-03-16 [colin]      2.0.0cvs142
14325
14326         * src/messageview.c
14327                 Complete the previous messageview crash fix
14328
14329 2006-03-16 [colin]      2.0.0cvs141
14330
14331         * src/procmsg.h
14332         * src/procmsg.c
14333         * src/folder.c
14334                 Fix POSTPROCESSING hook
14335                 Patch by H. Merijn Brand
14336
14337         * src/procmime.c
14338         * src/procmime.h
14339                 Parse Content-Location
14340
14341         * src/toolbar.c
14342         * src/messageview.c
14343         * src/messageview.h
14344                 Don't crash when a top-level MessageView has
14345                 been closed on us. Same problematic than
14346                 yesterday's quicksearch issue.
14347
14348 2006-03-15 [colin]      2.0.0cvs140
14349
14350         * src/gtk/quicksearch.c
14351                 Fix a bitchy race we didn't think about when we
14352                 added quicksearch cancellation:
14353                 If the search is not on cached fields, for example
14354                 body_part matchcase "stuff"
14355                 the matcher code has to get the whole message. If
14356                 we're on IMAP, that can be slow, and in order to
14357                 be non-blocking, the IMAP code idle loop processes
14358                 gtk events too. So it is possible to cancel a
14359                 quicksearch while the matcher is getting the mail's
14360                 body. After matcher got its body, it will start to
14361                 iterate over the matcher list that the Quicksearch's
14362                 clear_search_cb() just freed via prepare_matcher().
14363                 SIGSEGV ensues.
14364                 The fix consists of guarding the matcherlist_match()
14365                 call with a boolean 'matching'. If we reset the
14366                 quicksearch while matching is TRUE, we don't free
14367                 the matcherlist anymore like we did, but we set
14368                 another new flag, deferred_free, to TRUE. Then,
14369                 in quicksearch_match(), just after returning from
14370                 matcherlist_match() and unsetting the matching flag,
14371                 we check the deferred_free flag and do the
14372                 prepare_matcher() (which does the matcherlist_free)
14373                 for real, so we free the matcherlist once it's not
14374                 used anymore.
14375                 As all of this runs via the glib main loop, we
14376                 luckily don't need a mutex.
14377         * src/summaryview.c
14378                 Also, show progress while searching.
14379
14380
14381 2006-03-14 [colin]      2.0.0cvs139
14382
14383         * src/alertpanel.c
14384                 Make alertpanel_is_open non-static
14385
14386 2006-03-14 [colin]      2.0.0cvs138
14387
14388         * src/prefs_spelling.c
14389                 Cleanups - Fabien Vantard
14390
14391 2006-03-14 [wwp]        2.0.0cvs137
14392
14393         * src/main.c
14394                 code style normalization (curly braces, indentation).
14395
14396 2006-03-14 [wwp]        2.0.0cvs137
14397
14398         * src/main.c
14399                 code style (braces, indentation)
14400
14401 2006-03-12 [paul]       2.0.0cvs136
14402
14403         * src/prefs_common.c
14404                 trans_hdr defaults to FALSE to be RFC-savvy
14405         * src/prefs_summaries.c
14406                 add a tooltip to the trans_hdr option
14407                 
14408
14409 2006-03-12 [paul]       2.0.0cvs135
14410
14411         * src/prefs_matcher.c
14412                 give a little more width to the combos
14413         * src/prefs_display_header.c
14414         * src/textview.c
14415                 translate headers if prefs_common.trans_hdr
14416                 is TRUE
14417
14418         Patches by Pawel Pekala
14419
14420 2006-03-12 [paul]       2.0.0cvs134
14421
14422         * src/plugins/clamav/clamav_plugin.c
14423         * src/plugins/dillo_viewer/dillo_viewer.c
14424         * src/plugins/pgpcore/plugin.c
14425         * src/plugins/pgpinline/plugin.c
14426         * src/plugins/pgpmime/plugin.c
14427         * src/plugins/spamassassin/spamassassin.c
14428                 update/add to descriptions
14429         * src/plugins/spamassassin/spamassassin_gtk.c
14430                 fixes to the english, remove superfluous
14431                 tooltips, clean up a little
14432
14433 2006-03-12 [paul]       2.0.0cvs133
14434
14435         * src/compose.c
14436                 fix Bug 924, 'Account combo box shows up wrong 
14437                 if & is in account name'
14438
14439 2006-03-11 [colin]      2.0.0cvs132
14440
14441         * src/summaryview.c
14442                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14443                 messed up shift-selection because is slows down
14444                 moving around summaryview. thanks -users
14445
14446 2006-03-10 [colin]      2.0.0cvs131
14447
14448         * src/plugins/spamassassin/spamassassin_gtk.c
14449                 Put back Paul's engrish fixes
14450
14451 2006-03-10 [colin]      2.0.0cvs130
14452
14453         * src/plugins/spamassassin/spamassassin.c
14454         * src/plugins/spamassassin/spamassassin.h
14455         * src/plugins/spamassassin/spamassassin_gtk.c
14456                 Cleanup SA prefs page (more)
14457                 Patch by Fabien Vantard
14458
14459 2006-03-10 [paul]       2.0.0cvs129
14460
14461         * src/prefs_msg_colors.c
14462         * src/prefs_spelling.c
14463                 widget sensitivity
14464
14465 2006-03-09 [mones]      2.0.0cvs128
14466
14467         * po/es.po
14468                 Update for next RC
14469
14470 2006-03-09 [wwp]        2.0.0cvs127
14471
14472         * configure.ac
14473                 revert accidental commit (requirement for libetpan 0.43), this time
14474                 not in HEAD.
14475
14476 2006-03-09 [wwp]        2.0.0cvs125
14477
14478         * configure.ac
14479                 revert accidental commit (requirement for libetpan 0.43)
14480
14481 2006-03-09 [paul]       2.0.0cvs126
14482
14483         * src/prefs_receive.c
14484                 remove useless frame
14485                 replace 'incorporation' with 'receiving'
14486         * src/plugins/clamav/clamav_plugin_gtk.c
14487         * src/plugins/spamassassin/spamassassin_gtk.c
14488                 improve widget sensitivity
14489                 fix a bit his engrish
14490
14491 2006-03-09 [wwp]        2.0.0cvs125
14492
14493         * src/addressadd.c
14494         * src/foldersel.c
14495         * src/prefs_common.c
14496         * src/prefs_common.h
14497                 remember some more windows' sizes (add to addressbook and
14498                 select folder).
14499
14500 2006-03-09 [paul]       2.0.0cvs124
14501
14502         * src/plugins/pgpcore/prefs_gpg.c
14503                 normalise construction of dialogue
14504
14505 2006-03-09 [paul]       2.0.0cvs123
14506
14507         * src/plugins/trayicon/Makefile.am
14508                 add missing slash
14509
14510 2006-03-08 [colin]      2.0.0cvs122
14511
14512         * src/plugins/trayicon/Makefile.am
14513                 Fix build in separate dir 
14514                 Patch by Bamanzi <bamanzi@gmail.com>
14515
14516 2006-03-08 [colin]      2.0.0cvs121
14517
14518         * src/procmsg.c
14519                 Batch move and copies from summaryview with delayed execution
14520                 too
14521
14522 2006-03-07 [paul]       2.0.0cvs120
14523
14524         * src/common/utils.c
14525                 fix highlighting of URIs containing "()"
14526                 Patch by Pawel Pekala
14527
14528 2006-03-07 [paul]       2.0.0cvs119
14529
14530         * src/folder.c
14531         * src/folder.h
14532         * src/folderview.c
14533                 immediately do alphabetical resort when
14534                 changing a folder's name
14535                 Patch by Pawel Pekala
14536
14537 2006-03-07 [paul]       2.0.0cvs118
14538
14539         * src/news.c
14540         * src/news_gtk.c
14541                 when unsubscribing a newsgroup, remove the
14542                 folder and msgs in .sylpheed-claws/newscache
14543                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14544
14545 2006-03-07 [paul]       2.0.0cvs117
14546
14547         * src/textview.c
14548                 fix wrong Fake URL Warning
14549                 Thanks to Hiro
14550
14551 2006-03-07 [colin]      2.0.0cvs116
14552
14553         * src/imap.c
14554                 Return immediately when password dialog was
14555                 cancelled
14556         * src/gtk/inputdialog.c
14557                 Allow empty strings for passwords
14558
14559
14560 2006-03-06 [colin]      2.0.0cvs115
14561
14562         * src/imap.c
14563                 Prevent double-timeouts when connection fails
14564
14565 2006-03-06 [colin]
14566
14567         2.0.1-rc1 released
14568
14569 2006-03-06 [colin]      2.0.0cvs114
14570
14571         * src/imap.c
14572                 Refresh session during potentially long
14573                 operations
14574
14575 2006-03-06 [wwp]        2.0.0cvs113
14576
14577         * src/prefs_msg_colors.h
14578                 forgot that one (custom color labels).
14579
14580 2006-03-06 [wwp]        2.0.0cvs112
14581
14582         * src/prefs_common.c
14583         * src/prefs_common.h
14584         * src/prefs_msg_colors.c
14585         * src/summaryview.c
14586         * src/summaryview.h
14587         * src/gtk/colorlabel.c
14588         * src/gtk/colorlabel.h
14589                 colors in messages list are now customizable. Color values and names can
14590                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14591                 Thanks to Paul and Colin for their help with this longstanding patch!
14592
14593 2006-03-06 [wwp]        2.0.0cvs111
14594
14595         * src/textview.c
14596                 don't crash if (x)face is bad.
14597
14598 2006-03-05 [paul]       2.0.0cvs110
14599
14600         * AUTHORS
14601         * configure.ac
14602         * src/Makefile.am
14603         * src/common/Makefile.am
14604         * src/common/utils.h
14605         * src/etpan/imap-thread.c
14606         * src/gtk/authors.h
14607         * src/plugins/clamav/Makefile.am
14608         * src/plugins/demo/Makefile.am
14609         * src/plugins/dillo_viewer/Makefile.am
14610         * src/plugins/pgpcore/Makefile.am
14611         * src/plugins/pgpcore/passphrase.c
14612         * src/plugins/pgpinline/Makefile.am
14613         * src/plugins/pgpmime/Makefile.am
14614         * src/plugins/spamassassin/Makefile.am
14615         * src/plugins/trayicon/Makefile.am
14616                 fix builiding on cygwin
14617                 Patch by Ralgh Young <bamanzi@gmail.com>
14618
14619 2006-03-04 [wwp]        2.0.0cvs109
14620
14621         * manual/keyboard.xml
14622                 fix mixed up/down keys.
14623
14624 2006-03-04 [wwp]        2.0.0cvs108
14625
14626         * README
14627         * INSTALL
14628                 updated links to SpamAssassin.
14629
14630 2006-03-04 [wwp]        2.0.0cvs107
14631
14632         * manual/plugins.xml
14633         * src/plugins/spamassassin/README
14634                 updated SpamAssassin plugin docs to reflect new functional additions
14635                 (also fix/update/documents few technical stuff more, see the README).
14636
14637 2006-03-04 [wwp]        2.0.0cvs106
14638
14639         * src/prefs_message.c
14640                 normalized capitalization of message-prefs paths.
14641
14642 2006-03-04 [wwp]        2.0.0cvs105
14643
14644         * manual/advanced.xml
14645                 typo.
14646
14647 2006-03-03 [colin]      2.0.0cvs104
14648
14649         * src/plugins/clamav/clamav_plugin_gtk.c
14650                 Rework prefs page, patch by Fabien 
14651
14652 2006-03-03 [colin]      2.0.0cvs103
14653
14654         * src/plugins/clamav/clamav_plugin.c
14655                 Set error on all errors
14656
14657 2006-03-03 [colin]      2.0.0cvs102
14658
14659         * src/common/plugin.c
14660                 Initialize error to avoid crashing when a plugin fails
14661                 without setting error
14662
14663 2006-03-02 [wwp]        2.0.0cvs101
14664
14665         * configure.ac
14666                 fixed linker flags for libetpan support on Cygwin
14667                 (thanks to H.Merijn Brand).
14668
14669 2006-03-02 [wwp]        2.0.0cvs100
14670
14671         * src/addressbook.c
14672                 fix some AB error messages: one for punctuation and
14673                 one wrongly duplicate (thanks, maxbritov).
14674
14675 2006-03-02 [wwp]        2.0.0cvs99
14676
14677         * src/plugins/spamassassin/spamassassin.c
14678                 make sync calls to sa-learn/spamc to prevent
14679                 system (whatever local or client/server) overload.
14680
14681 2006-03-02 [colin]      2.0.0cvs98
14682
14683         * src/summaryview.c
14684                 Put the spam icon in the status column instead of the
14685                 mark one
14686
14687 2006-03-01 [colin]      2.0.0cvs97
14688
14689         * src/plugins/spamassassin/spamassassin.c
14690                 Fix segfault (g_file_set_contents fails for some 
14691                 reason and err==0x2f. Can't find out why with
14692                 valgrind, using working function :-)
14693
14694 2006-03-01 [colin]      2.0.0cvs96
14695
14696         * src/inc.c
14697                 Offline overriding: let 'No' be cached only 3 seconds
14698
14699 2006-03-01 [colin]      2.0.0cvs95
14700
14701         * src/addr_compl.c
14702         * src/addrbook.c
14703         * src/addressbook.c
14704         * src/addrindex.c
14705         * src/folder_item_prefs.c
14706         * src/headerview.c
14707         * src/imap.c
14708         * src/inc.c
14709         * src/ldif.c
14710         * src/mainwindow.c
14711         * src/mh.c
14712         * src/msgcache.c
14713         * src/prefs_common.h
14714         * src/prefs_msg_colors.c
14715         * src/procheader.c
14716         * src/procheader.h
14717         * src/procmime.c
14718         * src/procmsg.c
14719         * src/procmsg.h
14720         * src/send_message.h
14721         * src/simple-gettext.c
14722         * src/summaryview.c
14723         * src/summaryview.h
14724         * src/syldap.c
14725         * src/textview.c
14726         * src/undo.c
14727         * src/common/ssl_certificate.c
14728         * src/common/utils.c
14729         * src/gtk/colorsel.c
14730         * src/gtk/gtksctree.c
14731         * src/gtk/gtkshruler.c
14732         * src/plugins/trayicon/trayicon.c
14733                 #if 0 goes to /dev/null
14734
14735 2006-03-01 [colin]      2.0.0cvs94
14736
14737         * src/compose.c
14738         * src/imap.c
14739         * src/inc.c
14740         * src/inc.h
14741         * src/messageview.c
14742         * src/news.c
14743         * src/plugins/spamassassin/spamassassin.c
14744                 Allow to add information in the "working offline"
14745                 window
14746
14747 2006-03-01 [wwp]        2.0.0cvs93
14748
14749         * src/plugins/spamassassin/spamassassin.c
14750                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14751                 'cause it seems that calling `spamc ... < inputfile` with
14752                 g_spawn_(a)sync simply.. erm doesn't work :-).
14753
14754 2006-03-01 [wwp]        2.0.0cvs92
14755
14756         * src/toolbar.c
14757         * src/toolbar.h
14758                 simplify the adding of spam/ham button to the messageview toolbar
14759                 (it gets more clear now that the same button will be "Mark as spam"
14760                 or "Mark as ham" according to the current message status,
14761                 thanks to Colin).
14762
14763 2006-03-01 [wwp]        2.0.0cvs91
14764
14765         * src/messageview.c
14766         * src/procmsg.c
14767         * src/procmsg.h
14768         * src/summaryview.c
14769         * src/plugins/spamassassin/spamassassin.c
14770         * src/plugins/spamassassin/spamassassin.h
14771                 make learner callbacks return a status (0 for ok),
14772                 handle it in main code to avoid setting flags when learning failed,
14773                 don't learn on TCP if offline in spamassassin,
14774                 thanks to Colin.
14775
14776                 
14777
14778 2006-03-01 [wwp]        2.0.0cvs90
14779
14780         * src/compose.c
14781                 some work around the compose window's account menu,
14782                 patch by Fabien Vantard.
14783
14784 2006-03-01 [wwp]        2.0.0cvs89
14785
14786         * src/plugins/spamassassin/spamassassin.c
14787                 fixed bad logics, was using spamc in local mode and sa-learn
14788                 in remote mode (thanks, Colin).
14789
14790 2006-03-01 [wwp]        2.0.0cvs88
14791
14792         * src/plugins/spamassassin/spamassassin.c
14793         * src/plugins/spamassassin/spamassassin.h
14794         * src/plugins/spamassassin/spamassassin_gtk.c
14795                 made processing of emails w/ sa-plugin an option (default is TRUE),
14796                 fixed Engrish some tooltips, capitalization of some debug messages
14797                 and warnings. The spamassassin plugin now provides two separate
14798                 services: process emails upon incorporation and spamd training.
14799                 Both services (un)register independently but use some common
14800                 plugin settings (transport settings, spam storage location).
14801
14802 2006-02-28 [wwp]        2.0.0cvs87
14803
14804         * src/plugins/spamassassin/spamassassin.c
14805                 fix async flag to spamc cmdline execution (batch exec should
14806                 be asynchronous).
14807
14808 2006-02-27 [wwp]        2.0.0cvs86
14809
14810         * src/plugins/spamassassin/spamassassin.c
14811         * src/plugins/spamassassin/spamassassin.h
14812         * src/plugins/spamassassin/spamassassin_gtk.c
14813                 - added the ability to learn a remote spamassassin server (spamd),
14814                 using spamc.
14815                 - added the spamassassin option 'username', that applies to all
14816                 spamassassin operations (filtering, learning, local or remote).
14817                 The default username is the current unix user (if left blank
14818                 from gtk prefs or config file).
14819                 - commented out some unused code (notebook widget), removed unused
14820                 layout (hbox1).
14821                 - make more widgets sensitive to the transport type.
14822
14823 2006-02-27 [colin]      2.0.0cvs85
14824
14825         * src/plugins/spamassassin/spamassassin.c
14826                 Fix sa-learn call when offline
14827
14828 2006-02-27 [colin]      2.0.0cvs84
14829
14830         * configure.ac
14831         * src/Makefile.am
14832         * src/mainwindow.c
14833         * src/mainwindow.h
14834         * src/messageview.c
14835         * src/messageview.h
14836         * src/prefs_toolbar.c
14837         * src/procmsg.c
14838         * src/stock_pixmap.c
14839         * src/stock_pixmap.h
14840         * src/summaryview.c
14841         * src/toolbar.c
14842         * src/toolbar.h
14843         * src/pixmaps/ham_btn.xpm
14844         * src/pixmaps/spam.xpm
14845         * src/pixmaps/spam_btn.xpm
14846         * src/plugins/spamassassin/spamassassin.c
14847                 Add button in toolbar for spam learning
14848                 Fix a few bugs from the last related commit
14849                 Revert 1.9.6cvs23 which messed up shift-selection
14850
14851 2006-02-24 [colin]      2.0.0cvs83
14852
14853         * src/procmsg.c
14854         * src/summaryview.c
14855         * src/summaryview.h
14856         * src/plugins/spamassassin/spamassassin.c
14857         * src/plugins/spamassassin/spamassassin.h
14858         * src/plugins/spamassassin/spamassassin_gtk.c
14859                 Unregister learner when spamassassin is either
14860                 disabled or over tcp
14861
14862 2006-02-24 [colin]      2.0.0cvs82
14863
14864         * src/Makefile.am
14865         * src/mainwindow.c
14866         * src/mainwindow.h
14867         * src/procmsg.c
14868         * src/procmsg.h
14869         * src/stock_pixmap.c
14870         * src/stock_pixmap.h
14871         * src/summaryview.c
14872         * src/summaryview.h
14873         * src/gtk/icon_legend.c
14874         * src/pixmaps/spam.xpm  ** NEW FILE **
14875         * src/plugins/spamassassin/spamassassin.c
14876         * src/plugins/spamassassin/spamassassin_gtk.c
14877                 Add spam learning interface (Mark/Mark as 
14878                 (spam|ham) menus)
14879
14880 2006-02-24 [wwp]        2.0.0cvs81
14881
14882         * src/compose.c
14883         * src/compose.h
14884         * src/filtering.c
14885                 hide compose window when sending message in batch mode
14886                 (filtering: forward and redirect). Also fixed a wrong
14887                 value returned when sending failed, neutral anyway.
14888                 (Colin, me) 
14889
14890 2006-02-24 [wwp]        2.0.0cvs80
14891
14892         * src/mainwindow.c
14893                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14894
14895 2006-02-24 [paul]       2.0.0cvs79
14896
14897         * src/news.c
14898         * src/news.h
14899         * src/news_gtk.c
14900                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14901                 Thanks to Colin
14902
14903 2006-02-23 [colin]      2.0.0cvs78
14904
14905         * src/alertpanel.c
14906                 Change OK to Close in alertpanel with View log
14907                 button; add accel to View log. Patch by Fabien
14908                 Vantard
14909
14910 2006-02-23 [wwp]        2.0.0cvs77
14911
14912         * src/compose.c
14913                 silly me, there were much more tests to perform, since toolbars can
14914                 really have down to 1 element only.
14915
14916 2006-02-23 [wwp]        2.0.0cvs76
14917
14918         * commitHelper
14919                 fixed indentation from my previous commit. Fallback to VISUAL if
14920                 EDITOR is not set (and to vi, at last resort).
14921
14922 2006-02-23 [wwp]        2.0.0cvs75
14923
14924         * commitHelper
14925                 improved error detection (Colin, me).
14926
14927 2006-02-23 [wwp]        2.0.0cvs74
14928
14929         * src/prefs_toolbar.c
14930                 simplify and fix prefs/toolbars layouting. Combos' contents can
14931                 now be really displayed.
14932
14933 2006-02-23 [wwp]        2.0.0cvs73
14934         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14935         be really displayed.
14936
14937 2006-02-22 [wwp]        2.0.0cvs72
14938
14939         * src/compose.c
14940                 fix a typo in my previous commit (sorry!).
14941
14942 2006-02-22 [wwp]        2.0.0cvs71
14943
14944         * src/prefs_toolbar.c
14945                 fix a crash when adding separators to toolbars,
14946                 also fix some separator item information.
14947
14948 2006-02-22 [wwp]        2.0.0cvs70
14949
14950         * src/compose.c
14951                 fix a crash when redirecting (for instance) when compose window's
14952                 toolbar contents has been customized (when some buttons have been
14953                 removed in fact).
14954
14955 2006-02-21 [wwp]        2.0.0cvs69
14956
14957         * src/summaryview.c
14958         * src/gtk/pluginwindow.c
14959         * src/plugins/pgpcore/prefs_gpg.c
14960                 fix some compilation warnings (feat. remains of removed code).
14961
14962 2006-02-21 [wwp]        2.0.0cvs68
14963
14964         * src/gtk/gtkutils.c
14965                 fix two compilation issues, thanks to Stephan Sachse.
14966
14967 2006-02-20 [colin]      2.0.0cvs67
14968
14969         * src/mainwindow.c
14970                 Don't reselect displayed mail on refocus
14971                 This fixes actions misbehaving 
14972
14973 2006-02-20 [wwp]        2.0.0cvs66
14974
14975         * src/summaryview.c
14976         * src/gtk/gtksctree.c
14977         * src/gtk/gtkshruler.c
14978                 changed more runtime typecast checks.
14979
14980 2006-02-20 [wwp]        2.0.0cvs65
14981
14982         * src/summary_search.c
14983                 find all - summaryview refresh issue fixed, thanks to Colin.
14984
14985 2006-02-20 [wwp]        2.0.0cvs64
14986
14987         * src/gtk/gtkutils.c
14988                 better runtime typecast checks.
14989
14990 2006-02-20 [wwp]        2.0.0cvs63
14991
14992         * src/summary_search.c
14993                 enhancements to the summary search:
14994                         - add the ability to stop the running search
14995                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14996                         - don't search if no criteria (From/To/Subject/Body) is set
14997                         - ensure that a busy mouse pointer is always shown when searching,
14998                           show it even a bit earlier
14999
15000 2006-02-19 [colin]      2.0.0cvs62
15001
15002         * src/compose.c
15003         * src/imap.c
15004         * src/etpan/imap-thread.c
15005         * src/etpan/imap-thread.h
15006                 (Future) IMAP speed improvement on sending
15007                 Will require a libetpan update
15008         * src/summaryview.c
15009         * src/gtk/quicksearch.c
15010                 Make quicksearch clearable while running.
15011
15012 2006-02-17 [colin]      2.0.0cvs61
15013
15014         * src/imap.c
15015         * src/etpan/imap-thread.c
15016         * src/etpan/imap-thread.h
15017                 Check for IMAP certificates
15018                 ** Requires libetpan-0.42-cvs4 
15019                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15020
15021 2006-02-17 [colin]      2.0.0cvs60
15022
15023         * src/messageview.c
15024         * src/prefs_common.c
15025         * src/prefs_common.h
15026         * src/prefs_message.c
15027                 Add pref to display HTML-only mails with plugin, 
15028                 if possible (defaulting to FALSE of course).
15029
15030 2006-02-16 [colin]      2.0.0cvs59
15031
15032         * src/main.c
15033         * src/common/plugin.c
15034         * src/common/plugin.h
15035         * src/gtk/pluginwindow.c
15036                 Keep track of requested (but unloaded) plugins
15037                 in some error cases.
15038
15039 2006-02-16 [wwp]        2.0.0cvs58
15040
15041         * src/gtk/gtkaspell.c
15042         * src/gtk/gtkaspell.h
15043         * src/prefs_spelling.c
15044         * src/compose.c
15045         * src/prefs_common.c
15046         * src/prefs_common.h
15047                 implemented new optional spellchecker behaviour: re-check message when
15048                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15049
15050 2006-02-16 [wwp]        2.0.0cvs57
15051
15052         * src/quote_fmt_parse.y
15053                 pclose popen'ed pipe.
15054
15055 2006-02-15 [colin]      2.0.0cvs56
15056
15057         * src/mimeview.c
15058         * src/mimeview.h
15059                 Let MimeViewers know which MimeView they
15060                 depend of.
15061         * src/summaryview.c
15062                 Swap From/To columns in Sent/Queue/Drafts
15063                 folders
15064         * src/etpan/imap-thread.c
15065                 Use mailstream_low_tls_open() for STARTTLS
15066                 instead of mailstream_low_ssl_open()
15067                 ** REQUIRES libetpan 0.42cvs3 **
15068
15069 2006-02-15 [wwp]        2.0.0cvs55
15070
15071         * src/compose.c
15072         * src/compose.h
15073         * src/message_search.c
15074         * src/message_search.h
15075         * src/textview.c
15076         * src/gtk/gtkutils.c
15077         * src/gtk/gtkutils.h
15078                 added the ability to Find text in the compose window (and a bit
15079                 of code factorization).
15080
15081 2006-02-15 [wwp]        2.0.0cvs54
15082
15083         * src/prefs_gtk.c
15084                 yet another one file was missing (fix for some widgets' sensitivity).
15085                 Thanks Colin!
15086
15087 2006-02-15 [wwp]        2.0.0cvs53
15088
15089         * src/prefs_gtk.h
15090                 oops forgot that file (fix for some widgets' sensitivity).
15091
15092 2006-02-15 [wwp]        2.0.0cvs52
15093
15094         * src/summary_search.c
15095                 implemented advanced summary search options (added the ability
15096                 to use matcher conditions in an advanced search mode).
15097
15098 2006-02-15 [wwp]        2.0.0cvs51
15099
15100         * src/plugins/pgpcore/prefs_gpg.c
15101         * src/prefs_account.c
15102                 fix some widget sensitivity, mostly around some labels in
15103                 account prefs.
15104
15105 2006-02-15 [paul]       2.0.0cvs50
15106
15107         * manual/advanced.xml
15108                 improve Templates info
15109                 written by wwp
15110
15111 2006-02-14 [colin]      2.0.0cvs49
15112
15113         * src/pixmaps/address_book.xpm
15114         * src/pixmaps/preferences.xpm
15115         * src/pixmaps/properties.xpm
15116                 Fix pixmap size - patch by Fabien Vantard
15117
15118 2006-02-13 [colin]      2.0.0cvs48
15119
15120         * src/procmime.c
15121                 Add missing fclose()s on error
15122         * src/textview.c
15123                 Remove unused code
15124         * src/common/utils.c
15125                 Fix temp files not being deleted on windows
15126         Patches by Thomas Gilgin
15127
15128 2006-02-13 [colin]      2.0.0cvs47
15129
15130         * src/mainwindow.c
15131                 Fix exit crash
15132
15133 2006-02-13 [wwp]        2.0.0cvs46
15134
15135         * src/plugins/pgpcore/prefs_gpg.c
15136                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15137
15138 2006-02-12 [colin]      2.0.0cvs45
15139
15140         * src/folderview.c
15141         * src/main.c
15142         * src/mainwindow.c
15143                 Fix "stuff" when quitting
15144
15145 2006-02-12 [wwp]        2.0.0cvs44
15146
15147         * src/prefs_themes.c
15148                 fix typos in debug messages.
15149
15150 2006-02-11 [colin]      2.0.0cvs43
15151
15152         * src/summaryview.c
15153                 don't allow drag/drop from ourself
15154
15155 2006-02-10 [wwp]        2.0.0cvs42
15156
15157         * src/exporthtml.c
15158         * src/html.c
15159         * src/html.h
15160         * src/procmime.c
15161         * src/textview.c
15162                 renamed html_ prefixed functions and data structures to avoid
15163                 namespace clashes w/ other software (gtkhtml2 for instance).
15164                 Closes bug #907.
15165
15166
15167 2006-02-09 [colin]      2.0.0cvs41
15168
15169         * src/summaryview.c
15170                 Fix shitty logic messed up. Thanks Ticho for the hint!
15171
15172 2006-02-09 [wwp]        2.0.0cvs40
15173
15174         * src/gtk/about.c
15175         * src/compose.c
15176         * src/prefs_account.c
15177         * src/prefs_gtk.h
15178         * src/editaddress.c
15179                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15180                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15181                 Browse buttons in accounts prefs.
15182
15183 2006-02-09 [colin]      2.0.0cvs39
15184
15185         * src/matcher.c
15186                 Check for pointer before using its members
15187         * src/gtk/gtksourceprintjob.c
15188                 Fix a wrong warning
15189
15190 2006-02-09 [wwp]        2.0.0cvs38
15191
15192         * src/gtk/filesel.c
15193                 fix few compiler warnings (type mismatch).
15194
15195 2006-02-09 [paul]       2.0.0cvs37
15196
15197         * po/fr.po
15198                 updated by Fabien Vantard
15199
15200 2006-02-08 [colin]      2.0.0cvs36
15201
15202         * src/prefs_common.c
15203         * src/common/defs.h
15204         * src/common/plugin.c
15205                 allow windows and linux configurations to coexist
15206                 patch by Thomas Gilgin
15207
15208 2006-02-08 [colin]      2.0.0cvs35
15209
15210         * src/filtering.c
15211         * src/matcher.c
15212         * src/matcher.h
15213         * src/matcher_parser_parse.y
15214         * src/prefs_filtering_action.c
15215         * src/prefs_matcher.c
15216                 Add the "Ignore thread" filtering
15217                 action
15218
15219 2006-02-08 [colin]      2.0.0cvs34
15220
15221         * src/compose.c
15222         * src/procmime.c
15223         * src/procmime.h
15224                 Fix bug #905 (damaged attachment)
15225                 text files with raw \0's aren't really text files
15226         FOR_STABLE
15227
15228 2006-02-08 [colin]      2.0.0cvs33
15229
15230         * src/summaryview.c
15231                 Fix crasher introduced yesterday
15232
15233 2006-02-08 [wwp]        2.0.0cvs32
15234
15235         * src/compose.c
15236         * src/compose.h
15237                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15238
15239 2006-02-08 [wwp]        2.0.0cvs31
15240
15241         * src/prefs_template.c
15242                 templates enhancement: allow address completion for Cc and Bcc fields
15243                 (it was currently possible for the To field only)
15244
15245 2006-02-08 [colin]      2.0.0cvs30
15246
15247         * src/compose.c
15248                 Don't unblock if not blocked
15249         FOR_STABLE
15250
15251 2006-02-07 [colin]      2.0.0cvs29
15252
15253         * src/action.c
15254                 Forgot to refresh summaryview
15255
15256 2006-02-07 [colin]      2.0.0cvs28
15257
15258         * src/action.c
15259                 Freeze/thaw message list and folder list while
15260                 processing %as{} actions 
15261         * src/compose.c
15262                 Fix auto-wrap disabling after a middle-click
15263                 paste - FOR_STABLE
15264
15265 2006-02-07 [paul]       2.0.0cvs27
15266
15267         * src/folder.c
15268                 fix freeing of uninitialised pointers
15269                 Thanks to Colin
15270
15271 2006-02-06 [colin]      2.0.0cvs26
15272
15273         * src/folder.c
15274                 Use g_slist_prepend in potentially big list
15275
15276 2006-02-06 [colin]      2.0.0cvs25
15277
15278         * src/folder.c
15279                 Completely skip processing if it doesn't 
15280                 exist (faster!)
15281
15282 2006-02-06 [colin]      2.0.0cvs24
15283
15284         * src/folder.c
15285         * src/summaryview.c
15286                 Batch filtering in summaryview (from Tools menu)
15287                 and pre/post//-processing too
15288
15289 2006-02-06 [colin]      2.0.0cvs23
15290
15291         * src/procmsg.h
15292         * src/filtering.c
15293                 Use a special field for batch filtering instead
15294                 of stepping on deferred execution's toes
15295
15296 2006-02-06 [colin]      2.0.0cvs22
15297
15298         * src/action.c
15299         * src/filtering.c
15300         * src/filtering.h
15301         * src/folder.c
15302         * src/summaryview.c
15303                 Fix filtering via menus and actions
15304
15305 2006-02-06 [colin]      2.0.0cvs21
15306
15307         * src/imap.c
15308                 Put the added file directly to cache if possible (will work
15309                 with next libetpan)
15310         * src/filtering.c
15311         * src/filtering.h
15312         * src/inc.c
15313         * src/folder.c
15314         * src/mbox.c
15315         * src/procmsg.h
15316                 Move and copy filtered messages by batches instead of one
15317                 by one - faster on IMAP
15318         * src/procmsg.c
15319                 Add a function that'll possibly be useful later
15320
15321 2006-02-06 [colin]      2.0.0cvs20
15322
15323         * src/addressbook.c
15324                 Use internal mime-type instead of text/plain for d'n'd
15325         * src/compose.c
15326                 Allow attaching files from mimeview's icon list via d'n'd
15327         * src/folderview.c
15328         * src/folderview.h
15329                 Use internal mime-type instead of text/plain for d'n'd
15330                 Don't try to selected opened folder if none is
15331                 Factorize d'n'd from other apps code
15332         * src/headerview.c
15333         * src/textview.c
15334         * src/gtk/gtkutils.c
15335         * src/gtk/gtkutils.h
15336                 Factorize Face/X-Face stuff
15337         * src/mimeview.c
15338                 Fix d'n'd to other apps
15339         * src/prefs_message.c
15340                 Let the XFace pref be usable without libcompface as it also
15341                 applies to Face
15342         * src/summaryview.c
15343                 Fix d'n'd to other apps
15344                 Factorize d'n'd from other apps code
15345
15346 2006-02-06 [wwp]        2.0.0cvs19
15347
15348         * po/it.po
15349                 Italian translation fixes by Andrea Spadaccini (no more confusion
15350                 between filtering and processing, and few changes in the About
15351                 dialog).
15352
15353
15354 2006-02-06 [mones]      2.0.0cvs18
15355
15356         * src/gtk/icon_legend.c
15357                 Improved descriptions allowing better translations
15358
15359 2006-02-05 [colin]      2.0.0cvs17
15360
15361         * src/imap.c
15362                 Add the f*cking missing expunge that caused imap_fetch_env
15363                 to fail after an add_msgs ! :-///
15364         * src/etpan/imap-thread.c
15365                 Add a bit of debug
15366         FOR_STABLE
15367
15368 2006-02-05 [colin]      2.0.0cvs16
15369
15370         * src/common/utils.c
15371                 Don't check for return-path (or we can't put
15372                 back non-sent mails)
15373
15374 2006-02-05 [colin]      2.0.0cvs15
15375
15376         * src/textview.c
15377                 Don't try to display Face header in textview
15378                 when teh headerview's active
15379
15380 2006-02-05 [colin]      2.0.0cvs14
15381
15382         * tools/tbird2syl.py
15383         * tools/Makefile.am
15384                 Add script to import Thunderbird mails
15385
15386 2006-02-05 [colin]      2.0.0cvs13
15387
15388         * src/headerview.c
15389         * src/procheader.c
15390         * src/procmsg.c
15391         * src/procmsg.h
15392         * src/textview.c
15393                 Show Face headers - patch partially by Klaus Flittner
15394
15395 2006-02-05 [colin]      2.0.0cvs12
15396
15397         * src/folderview.c
15398         * src/summaryview.c
15399         * src/common/utils.c
15400         * src/common/utils.h
15401                 Let dnd work from mime icons to summaryview
15402                 and to folderview too
15403                 Add a crude test to avoid trying to add files
15404                 drag'n'dropped when they're not mails
15405
15406 2006-02-04 [colin]      2.0.0cvs11
15407
15408         * src/summaryview.c
15409         * src/mimeview.c
15410                 Fix utf8 conversion
15411
15412 2006-02-04 [colin]      2.0.0cvs10
15413
15414         * src/compose.c
15415         * src/folderview.c
15416         * src/mimeview.c
15417         * src/summaryview.c
15418         * src/summaryview.h
15419                 Added various drag and drop capas:
15420                 From                    To
15421                 summaryview             other apps
15422                 mimeview icons          other apps
15423                 other apps              summaryview
15424                 other apps              folderview
15425
15426                 This shouldn't have broken the existing:
15427                 From                    To
15428                 summaryview             folderview
15429                 folderview              folderview
15430                 summaryview             compose's attachments
15431
15432         Tests welcomed.
15433
15434 2006-02-02 [paul]       2.0.0cvs9
15435
15436         * src/mainwindow.c
15437                 move global option 'Set displayed columns...' out
15438                 of folder option grouping.
15439                 fix sensitivity of 'harvest addresses'
15440         FOR_STABLE
15441
15442 2006-02-01 [colin]      2.0.0cvs8
15443
15444         * src/mimeview.c
15445                 Revert the alertpanel patch, it sucks (intrusive
15446                 and gets in the way of "open")
15447
15448 2006-02-01 [colin]      2.0.0cvs7
15449
15450         * src/compose.c
15451         * src/prefs_account.c
15452         * src/prefs_common.c
15453         * src/common/defs.h
15454         * src/common/utils.c
15455         * src/common/utils.h
15456                 Add ability to edit the signature file
15457                 from the account preferences, and use
15458                 a default for the text editor.
15459                 Patch by Fabien Vantard
15460
15461 2006-02-01 [colin]      2.0.0cvs6
15462
15463         * src/mimeview.c
15464                 Try to get mime type by extension if it is
15465                 application/octet-stream
15466                 Display a window with possible choices when
15467                 encountering unknown mime types
15468         * src/gtk/filesel.c
15469         * src/gtk/filesel.h
15470                 Add preview
15471                 Allow multiple selection in filtered filesel
15472                 (patch by Fabien Vantard)
15473         * src/gtk/pluginwindow.c
15474                 Use it (patch by Fabien Vantard)
15475
15476 2006-02-01 [paul]       2.0.0cvs5
15477
15478         * src/jpilot.c
15479                 fix crash on creating jpilot address book
15480                 Thanks to Colin - FOR_STABLE
15481         * src/prefs_summaries.c
15482         * src/prefs_wrapping.c
15483         * src/gtk/icon_legend.c
15484         * src/gtk/quicksearch.c
15485                 string fixes and additions
15486
15487 2006-02-01 [paul]       2.0.0cvs4
15488
15489         * src/compose.c
15490         * src/mainwindow.c
15491         * src/messageview.c
15492         * src/prefs_send.c
15493                 add Arabic encoding option
15494                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15495
15496 2006-01-31 [colin]      2.0.0cvs3
15497
15498         * src/plugins/pgpcore/passphrase.c
15499                 Convert passphrase to locale encoding
15500         * src/compose.c
15501                 Fix drafting on IMAP. Crappy bug sneaked in
15502                 the release :-/
15503         FOR_STABLE
15504
15505 2006-01-30 [paul]       2.0.0cvs2
15506
15507         * src/gtk/icon_legend.c
15508                 show the new entries
15509
15510 2006-01-30 [colin]      2.0.0cvs1
15511
15512         * src/manual.c
15513                 Check for the file to be present before 
15514                 enabling the menu - FOR_STABLE
15515         * src/gtk/icon_legend.c
15516                 Add folders icons (not all of them, there
15517                 are too much, but the most intriguing ones)
15518
15519 2006-01-30 [paul]       2.0.0
15520
15521         version 2.0.0 released
15522
15523 [For previous entries, see ChangeLog.pre2.0.0]