Moved compose_can_autosave() outside of #ifdef G_OS_UNIX.
[claws.git] / ChangeLog.2.0.0-3.0.0
1 2007-09-03 [paul]       3.0.0
2
3         * NEWS
4         * README
5         * RELEASE_NOTES
6                 3.0.0 released
7
8 2007-09-03 [paul]       2.10.0cvs191
9
10         * po/bg.po
11         * po/ca.po
12         * po/de.po
13         * po/fi.po
14         * po/fr.po
15         * po/hu.po
16         * po/it.po
17         * po/pl.po
18         * po/pt_BR.po
19         * po/ru.po
20         * po/sk.po
21         * po/zh_CN.po
22                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
23                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
24                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
25                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
26
27 2007-09-02 [colin]      2.10.0cvs190
28
29         * src/edittags.c
30         * src/common/tags.c
31                 Prevent empty or white-space tags
32
33 2007-09-01 [colin]      2.10.0cvs189
34
35         * src/main.c
36                 Fix double-reading of accounts list when
37                 the wizard has been run due to no accounts
38         * src/mainwindow.c
39                 Fix sensitivity of a menu item in case 
40                 there's no account
41
42 2007-09-01 [wwp]        2.10.0cvs188
43
44         * src/wizard.c
45                 Fix wizard crash when Mailbox dir already exists
46                 (thanks to Colin).
47
48 2007-08-31 [colin]      2.10.0cvs187
49
50         * src/etpan/imap-thread.c
51                 Fix unwanted creation of 
52                 libetpan's stream dump file
53         * src/compose.c
54                 Fix coloring of pastes as quotation
55         * src/summaryview.c
56                 Maemo: Fix opening of mails from keypad
57                 in Sent folders
58         * src/addressbook.c
59         * src/folderview.c
60         * src/image_viewer.c
61         * src/mimeview.c
62         * src/gtk/prefswindow.c
63                 Maemo: Fix adjustments changes 
64
65 2007-08-30 [colin]      2.10.0cvs186
66
67         * src/folderview.c
68                 Don't opened selected folder when clicking
69                 on white space
70         * src/mainwindow.c
71                 Maemo: Make Esc close messageviews
72         * src/messageview.c
73                 Maemo: Fix message scrolling to the end on 
74                 opening
75                 Maemo: Fix reopening same message
76         * src/gtk/prefswindow.c
77                 Maemo: try to fix scrollbar. Doesn't work,
78                 it seems as if gtk_adjustment_set_value was
79                 a noop.
80
81 2007-08-30 [colin]      2.10.0cvs185
82
83         * src/compose.c
84         * src/folderview.c
85         * src/main.c
86         * src/prefs_matcher.c
87         * src/prefs_template.c
88         * src/quote_fmt.c
89         * src/send_message.c
90         * src/toolbar.c
91         * src/gtk/gtkaspell.c
92         * src/plugins/bogofilter/bogofilter.c
93         * src/plugins/bogofilter/bogofilter_gtk.c
94         * src/plugins/clamav/clamav_plugin_gtk.c
95         * src/plugins/pgpcore/sgpgme.c
96         * src/plugins/spamassassin/spamassassin.c
97         * src/plugins/spamassassin/spamassassin_gtk.c
98                 Fix all potential misuses of format-string functions
99
100 2007-08-30 [wwp]        2.10.0cvs184
101
102         * src/prefs_template.c
103                 Fix a leak.
104
105 2007-08-29 [colin]      2.10.0cvs183
106
107         * src/plugins/trayicon/trayicon.c
108                 Fix leak of hooks in case of error,
109                 thanks to Holger Berndt
110
111 2007-08-28 [colin]      2.10.0cvs182
112
113         * src/mainwindow.c
114                 Don't use current folder settings when
115                 composing from the compose button's
116                 account selector
117
118 2007-08-28 [colin]      2.10.0cvs181
119
120         * src/quote_fmt_parse.y
121                 Fix cursor offset when quote contains UTF-8
122                 chars
123
124 2007-08-28 [colin]      2.10.0cvs180
125
126         * src/compose.c
127         * src/compose.h
128                 Fix signature replacement when it's been wrapped
129
130 2007-08-27 [colin]      2.10.0cvs179
131
132         * src/summaryview.c
133                 Fix indentation
134
135 2007-08-27 [colin]      2.10.0cvs178
136
137         * src/summaryview.c
138                 Fix Quicksearch's Sticky mode
139
140 2007-08-27 [colin]      2.10.0cvs177
141
142         * src/folder_item_prefs.c
143         * src/folder_item_prefs.h
144         * src/imap_gtk.c
145         * src/mh_gtk.c
146                 Fix loss of subfolders properties when
147                 renaming a folder
148
149 2007-08-26 [wwp]        2.10.0cvs176
150
151         * src/alertpanel.c
152         * src/messageview.c
153         * src/prefs_actions.c
154                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
155                 will have to be used when necessary *before* calling
156                 alertpanel functions.
157
158 2007-08-25 [paul]       2.10.0cvs175
159
160         * src/prefs_actions.c
161                 workaround gettext problem marking
162                 string as c-format when it's not
163
164 2007-08-25 [wwp]        2.10.0cvs174
165
166         * src/alertpanel.c
167         * src/messageview.c
168         * src/prefs_actions.c
169                 Call the pango markup escape function right ince in alertpanel_create
170                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
171                 2.10.0cvs158).
172
173         * src/common/log.c
174                 Fix a crash due to a misuse of g_print(), encountered when the string
175                 passed to g_print was containing printf substitution symbols.
176
177 2007-08-25 [paul]       2.10.0cvs173
178
179         * src/common/log.c
180                 fix a segfault when refreshing RSSyl feeds
181
182 2007-08-25 [paul]       2.10.0cvs172
183
184         * src/gtk/icon_legend.c
185                 add watchthread.xpm
186
187 2007-08-25 [paul]       2.10.0cvs171
188
189         * src/Makefile.am
190         * src/stock_pixmap.c
191         * src/pixmaps/insert_file.xpm
192                 add a new pixmap instead of re-using
193                 paste.xpm. (easier for icon theme authors)
194
195 2007-08-24 [holger]     2.10.0cvs170
196
197         * src/plugins/trayicon/trayicon.c
198                 The same fix for another hook id.
199
200 2007-08-24 [holger]     2.10.0cvs169
201
202         * src/plugins/trayicon/trayicon.c
203                 Micro-fix: Do the error checking for
204                 the right hook id.
205
206 2007-08-24 [paul]       2.10.0cvs168
207
208         * src/folder.h
209                 fix typo causing compiler warning
210
211 2007-08-24 [paul]       2.10.0cvs167
212
213         * README
214                 put back the correct version of this file also
215
216 2007-08-24 [colin]      2.10.0cvs166
217
218         * src/send_message.c
219                 Use progress bar when sending messages
220
221 2007-08-24 [paul]       2.10.0cvs165
222
223         * Makefile.am
224                 oops! if i'm quick no-one will notice
225                 (put back the proper file)
226
227 2007-08-24 [paul]       2.10.0cvs164
228
229         * AUTHORS
230         * Makefile.am
231         * README
232         * src/gtk/authors.h
233         * tools/Makefile.am
234         * tools/README
235         * tools/mew2claws-mail.pl
236                 add new script that imports a Mew address book
237                 submitted by Jerome Lelong
238
239 2007-08-24 [paul]       2.10.0cvs163
240
241         * manual/plugins.xml
242                 remove the obsolete plugins, add the
243                 missing plugins, including the forthcoming
244                 SpamReport plugin
245
246 2007-08-24 [paul]       2.10.0cvs162
247
248         * manual/advanced.xml
249                 add info about the hidden emphasis_color option
250         * manual/keyboard.xml
251                 correct the info about hotkeys
252                 wrap the long lines
253
254 2007-08-24 [paul]       2.10.0cvs161
255
256         * src/folderview.c
257                 add mnemonic to 'Run procesing rules'
258
259 2007-08-24 [paul]       2.10.0cvs160
260
261         * src/account.c
262         * src/folder.c
263         * src/folder.h
264                 use suitable defaults for outbox,
265                 queue, drafts and trash folders
266
267 2007-08-24 [wwp]        2.10.0cvs159
268
269         * src/folderview.c
270                 Update menu item sensitivity if necessary (or we get a
271                 gtk critical message).
272
273 2007-08-23 [wwp]        2.10.0cvs158
274
275         * src/action.c
276         * src/prefs_actions.c
277                 Allow literal % chars in action commands (use %%).
278                 Add a missing p++ to the action parser in action_get_type(),
279                 which was missing it, even if it was neutral.
280                 Fix a pango markup warning at runtime.
281
282 2007-08-23 [wwp]        2.10.0cvs157
283
284         * src/addressbook.c
285                 Contacts are now locale-aware sorted in the address book
286                 (LC_COLLATE matters here).
287                 Fix missing table initializers.
288
289 2007-08-23 [colin]      2.10.0cvs156
290
291         * src/imap.c
292                 Check scan_required on dest folder when copying
293
294 2007-08-23 [colin]      2.10.0cvs155
295
296         * src/imap.c
297                 Fix scanning when folder was empty
298
299 2007-08-22 [colin]      2.10.0cvs154
300
301         * src/msgcache.c
302                 Don't g_warning when g_try_malloc fails(), or it makes
303                 things worse as g_log() allocates. Fixes bug 1290,
304                 'Claws Mail crashes if too little memory when 
305                 rebuilding folder tree'
306
307 2007-08-22 [colin]      2.10.0cvs153
308
309         * src/inc.c
310                 Fix format string vulnerability, thanks to
311                 Ulf Harnhammar, Secunia Research
312
313 2007-08-22 [colin]      2.10.0cvs152
314
315         * src/ldapserver.c
316                 Set tv_usec too
317
318 2007-08-22 [wwp]        2.10.0cvs151
319
320         * src/ldapquery.c
321                 Few better null-ptr checks.
322
323 2007-08-22 [colin]      2.10.0cvs150
324
325         * src/editldap.c
326         * src/editldap_basedn.c
327         * src/ldapquery.c
328         * src/ldapserver.c
329         * src/ldapserver.h
330         * src/ldapupdate.c
331         * src/ldaputil.c
332         * src/ldaputil.h
333                 Fix ldap timeouts
334
335 2007-08-22 [colin]      2.10.0cvs149
336
337         * src/ldapquery.c
338                 Finish previous fix
339
340 2007-08-22 [colin]      2.10.0cvs148
341
342         * src/ldapquery.c
343                 Fix wrong assertions
344
345 2007-08-22 [colin]      2.10.0cvs147
346
347         * src/ldaputil.c
348                 Fix test (set ldap v3 if bindDN is set or TLS is set)
349
350 2007-08-22 [colin]      2.10.0cvs146
351
352         * src/editldap.c
353         * src/ldaputil.c
354                 Fix wrong "Connected successfully to server". Connection only succeeds if
355                 we can get the base DN.
356
357 2007-08-21 [wwp]        2.10.0cvs145
358
359         * src/browseldap.c
360         * src/editldap.c
361         * src/ldapctrl.c
362         * src/ldapquery.c
363         * src/ldapserver.c
364         * src/ldapupdate.c
365         * src/ldaputil.c
366                 More sanity checks in ldap functions.
367
368 2007-08-21 [wwp]        2.10.0cvs144
369
370         * src/prefs_account.c
371                 Don't return a value in a void function().
372
373 2007-08-21 [paul]       2.10.0cvs143
374
375         * src/messageview.c
376                 add check for ftp: to messageview_list_urls()
377
378 2007-08-21 [colin]      2.10.0cvs142
379
380         * src/editldap.c
381         * src/ldapctrl.c
382         * src/ldapctrl.h
383         * src/ldapquery.c
384         * src/ldapupdate.c
385                 Fix bug 1293, 'LDAP address book not working'
386                 Search only on specified fields, but fetch 
387                 every field possible. People will have to 
388                 reset the searched Attributes in their LDAP
389                 servers properties.
390
391 2007-08-21 [wwp]        2.10.0cvs141
392
393         * src/addr_compl.c
394         * src/addrbook.c
395         * src/addrcache.c
396         * src/addrcindex.c
397         * src/addressbook.c
398         * src/addrindex.c
399         * src/browseldap.c
400         * src/crash.c
401         * src/editaddress_other_attributes_ldap.c
402         * src/exporthtml.c
403         * src/folder.c
404         * src/folderview.c
405         * src/imap.c
406         * src/jpilot.c
407         * src/ldapserver.c
408         * src/ldapupdate.c
409         * src/ldif.c
410         * src/main.c
411         * src/mainwindow.c
412         * src/matcher.c
413         * src/mh.c
414         * src/msgcache.c
415         * src/mutt.c
416         * src/pine.c
417         * src/pop.c
418         * src/prefs_customheader.c
419         * src/prefs_msg_colors.c
420         * src/procmime.c
421         * src/textview.c
422         * src/vcard.c
423         * src/wizard.c
424         * src/common/log.c
425         * src/common/socket.c
426         * src/common/ssl_certificate.c
427         * src/common/utils.c
428         * src/common/utils.h
429         * src/gtk/description_window.c
430         * src/plugins/demo/demo.c
431         * src/plugins/pgpcore/prefs_gpg.c
432         * src/plugins/spamassassin/libspamc.c
433                 Make sure we use glib functions to send text messages (information,
434                 debug, warning, errors) to stdout/stderr - no more direct puts
435                 fputs printf fprintf to stdout/stderr when it can be done using
436                 g_log*() and g_print/g_printerr. Doing this, we make sure every
437                 stdout/stderr message is saved to log in Windows.
438
439
440 2007-08-21 [wwp]        2.10.0cvs140
441
442         * src/main.c
443         * src/common/utils.h
444                 Route glib's stdout/stderr messages to a log file (Windows only),
445                 instead of loosing them.
446
447 2007-08-21 [paul]       2.10.0cvs139
448
449         * src/mainwindow.c
450                 replace deprecated g_strncasecmp()
451         * src/messageview.c
452                 fix 'List URLS'
453
454 2007-08-20 [ticho]      2.10.0cvs138
455
456         * src/account.c
457         * src/prefs_account.h
458                 Copy all account preferences in account_clone() - some
459                 were missing.
460         * src/prefs_account.c
461                 Handle empty privacy system combobox gracefully (warning
462                 instead of a crash).
463
464 2007-08-20 [colin]      2.10.0cvs137
465
466         * src/ldapctrl.c
467                 Fix a leak
468
469 2007-08-20 [paul]       2.10.0cvs136
470
471         * src/browseldap.c
472         * src/editldap.c
473         * src/ldapctrl.c
474         * src/ldapquery.c
475         * src/ldapquery.h
476         * src/ldapserver.c
477         * src/ldaputil.c
478                 add debug_prints
479                 patch by Michael Rasmussen
480
481 2007-08-19 [colin]      2.10.0cvs135
482
483         * src/imap.c
484                 Fix previous commit. Sensitivity update is needed
485                 for "Cancel receiving". However when batching we
486                 don't need to do it for every message flag change,
487                 just once at the start and once at the end.
488
489 2007-08-19 [colin]      2.10.0cvs134
490
491         * src/imap.c
492                 Remove useless menu updates on session lock/unlock
493
494 2007-08-19 [colin]      2.10.0cvs133
495
496         * src/etpan/imap-thread.c
497                 Make all fetch logs less verbose
498
499 2007-08-19 [paul]       2.10.0cvs132
500
501         * src/foldersel.c
502         * src/folderview.c
503         * src/summaryview.c
504                 fix bug 1286, 'Can't move a folder into a "Folders
505                 Only" folder'
506
507 2007-08-18 [ticho]      2.10.0cvs131
508
509         * src/editaddress_other_attributes_ldap.c
510                 Converted option menu for other ldap attributes to GtkComboBox.
511
512 2007-08-18 [colin]      2.10.0cvs130
513
514         * src/compose.c
515         * src/prefs_common.c
516         * src/prefs_common.h
517         * src/prefs_send.c
518         * src/send_message.c
519                 Revert 'send_dialog_mode' meaning to 
520                 'send_dialog_invisible', so that the 
521                 new checkbox doesn't change the 
522                 existing behaviour.
523
524 2007-08-18 [paul]       2.10.0cvs129
525
526         * src/summaryview.c
527                 add missing menu update
528
529 2007-08-17 [colin]      2.10.0cvs128
530
531         * src/folder.c
532                 Set batching after getting flags - maybe fixes
533                 bug 1292, 'CM crashes on writing mail'
534
535 2007-08-16 [ticho]      2.10.0cvs127
536
537         * src/prefs_send.c
538                 Convert two GtkOptionMenu widgets to new GtkComboBox.
539         * src/gtk/combobox.h
540         * src/gtk/gtkutils.c
541                 Allow NULL for GtkComboBox menuitem label, rendering such
542                 items as row separators.
543
544 2007-08-16 [paul]       2.10.0cvs126
545
546         * src/plugins/trayicon/trayicon.c
547                 remove wrongly used gettextisation
548
549 2007-08-15 [ticho]      2.10.0cvs125
550
551         * src/importldif.c
552                 Fixed a runtime warning where an attempt to pack an
553                 already packed GtkLabel was made.
554
555 2007-08-15 [ticho]      2.10.0cvs124
556
557         * src/prefs_compose_writing.c
558                 Convert the insert-or-attach-dragged-files GtkOptionMenu
559                 into GtkComboBox.
560
561 2007-08-14 [ticho]      2.10.0cvs123
562
563         * src/messageview.c
564         * src/gtk/gtkutils.c
565                 Changed return receipt account selector to GtkComboBox.
566                 Fixed a runtime warning where GTK tried to parse
567                 "name <email@address" as a Pango markup in an alertpanel label.
568
569 2007-08-14 [ticho]      2.10.0cvs122
570
571         * src/prefs_logging.c
572                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
573
574 2007-08-14 [wwp]        2.10.0cvs121
575
576         * tools/Makefile.am
577         * tools/README
578         * tools/popfile-link.sh
579                 Added a new tool: POPFile helper, to open
580                 selected messages in POPFile control center,
581                 in order to change the messages' status.
582
583 2007-08-14 [ticho]      2.10.0cvs120
584
585         * src/compose.c
586         * src/prefs_common.c
587         * src/prefs_common.h
588         * src/prefs_send.c
589         * src/send_message.c
590                 Change "Show send dialog" optionmenu to a checkbutton.
591         * src/prefs_receive.c
592                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
593
594 2007-08-13 [wwp]        2.10.0cvs119
595
596         * src/addr_compl.c
597         * src/addressbook.c
598         * src/addrindex.c
599         * src/compose.c
600         * src/filtering.c
601         * src/folderview.c
602         * src/inc.c
603         * src/matcher.c
604         * src/mh.c
605         * src/partial_download.c
606         * src/prefs_gtk.c
607         * src/procmsg.c
608         * src/stock_pixmap.c
609         * src/summaryview.c
610         * src/common/utils.c
611         * src/gtk/gtkaspell.c
612         * src/gtk/menu.c
613                 Make sure we never pass NULL pointers for %s substitutions
614                 (prevent from crashing in Windows).
615
616 2007-08-13 [wwp]        2.10.0cvs118
617
618         * src/msgcache.c
619                 Re-enable mmap_reads in Windows with some missing
620                 CloseHandle of mapping objects, thanks to
621                 Marcus Brinkmann.
622
623 2007-08-13 [paul]       2.10.0cvs117
624
625         * src/common/utils.c
626                 fix bug 1287, 'Compile time problem on Solaris
627                 (nexenta gnu/Solaris) utils.c'
628                 Thanks to Piotr Chrzczonowicz
629
630 2007-08-12 [wwp]        2.10.0cvs116
631
632         * src/plugins/pgpcore/prefs_gpg.c
633                 Don't try to unset a GPG_AGENT_INFO that was not
634                 set (and don't use a NULL string in Windows, it was
635                 crashing with --debug if GPG_AGENT_INFO was not set).
636
637 2007-08-12 [wwp]        2.10.0cvs115
638
639         * src/privacy.h
640                 Make gcc type-check arguments passed to privacy_set_error().
641
642 2007-08-12 [ticho]      2.10.0cvs114
643
644         * src/prefs_folder_item.c
645                 Make sure that folder default account combobox always has some
646                 account preselected.
647         * src/gtk/combobox.c
648                 Handle empty combobox gracefully (warning instead of crash).
649
650 2007-08-12 [ticho]      2.10.0cvs114
651
652         * src/prefs_folder_item.c
653                 Make sure that folder default account combobox is not empty.
654         * src/gtk/combobox.c
655                 Handle empty combobox gracefully (warning instead of crash).
656
657 2007-08-11 [paul]       2.10.0cvs113
658
659         * src/addrgather.c
660         * src/folderview.c
661                 use 'subfolder' instead of 'sub-folder', matching
662                 everywhere else the term is used
663         * src/imap_gtk.c
664                 fix engrish
665
666 2007-08-10 [wwp]        2.10.0cvs112
667
668         * src/msgcache.c
669                 Disable mmap reads in Windows only (at least temporarily), they
670                 prevent from renaming/removing target cache files.
671
672 2007-08-10 [paul]
673
674         3.0.0-rc2 released
675
676 2007-08-10 [wwp]        2.10.0cvs111
677
678         * src/msgcache.c
679                 fix unpredictable crashes in Windows due to broken
680                 cache/mark/tags files writting (file were opened for
681                 writing in text mode).
682
683         * src/recv.c
684                 use gettimeofday() from w32lib.h on Windows.
685
686 2007-08-10 [colin]      2.10.0cvs110
687
688         * src/imap.c
689         * src/etpan/imap-thread.c
690         * src/etpan/imap-thread.h
691                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
692
693 2007-08-09 [colin]      2.10.0cvs109
694
695         * src/editldap.c
696                 Fix port being reset to 636 on SSL
697         * src/folder.c
698                 Fix folder_item_get_msg_num_by_file
699                 on drafts/queue folders
700
701 2007-08-09 [wwp]        2.10.0cvs108
702
703         * src/folder.c
704                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
705                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
706
707
708 2007-08-09 [colin]      2.10.0cvs107
709
710         * src/folderview.c
711         * src/summaryview.c
712         * src/gtk/prefswindow.c
713                 A few Maemo layout fixes
714
715 2007-08-09 [paul]       2.10.0cvs106
716
717         * src/prefs_account.c
718                 remove the hyphen from plug-ins to
719                 match everywhere else
720
721 2007-08-08 [wwp]        2.10.0cvs105
722
723         * src/prefs_folder_item.c
724                 Fix an extraneous stealth ^L char.
725
726 2007-08-08 [wwp]        2.10.0cvs104
727
728         * src/prefs_folder_item.c
729                 Better fix, group variables declarations (USE_ASPELL).
730
731 2007-08-08 [wwp]        2.10.0cvs103
732
733         * src/prefs_folder_item.c
734                 Fix compilation w/ USE_ASPELL set (broken
735                 by 2.10.0cvs102).
736
737 2007-08-08 [ticho]      2.10.0cvs102
738
739         * src/prefs_folder_item.c
740                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
741
742 2007-08-08 [colin]      2.10.0cvs101
743
744         * src/imap.c
745         * src/etpan/imap-thread.c
746         * src/etpan/imap-thread.h
747                 Close selected mailbox before doing
748                 status on it.
749
750 2007-08-08 [colin]      2.10.0cvs100
751
752         * src/html.c
753                 Complete symbol table, thanks to wwp.
754                 Fixes bug 1284, 'The html -> text 
755                 converter ignores entities'
756         * src/msgcache.c
757                 Fix possible fd leak
758
759 2007-08-08 [colin]      2.10.0cvs99
760
761         * src/imap.c
762                 Better way to fetch UIDs on non-UIDPLUS servers
763
764 2007-08-07 [colin]      2.10.0cvs98
765
766         * src/imap.c
767                 fix bug 1275, 'auto-saved draft messages not 
768                 always being removed'; Also, make multiple
769                 copy (in the same account) faster by matching
770                 source/destination message UIDs.
771         * src/messageview.c
772                 Don't try to reshow deleted mail
773         * src/msgcache.c
774                 Fix leak on error path
775
776 2007-08-07 [wwp]        2.10.0cvs97
777
778         * manual/account.xml
779         * manual/advanced.xml
780         * manual/fr/account.xml
781         * manual/fr/advanced.xml
782                 Updated the reference manual and the French translation to
783                 reflect 2.10.0cvs84: enable running folder Processing
784                 rules on demand.
785
786 2007-08-06 [wwp]        2.10.0cvs96
787
788         * src/prefs_common.c
789         * src/prefs_common.h
790         * src/textview.c
791                 Allow changing the emphasis color used to highlight
792                 the newsreader/x-mailer header value when it matches
793                 our preferred mail agent (hidden pref 'emphasis_col' added
794                 to clawsrc).
795
796 2007-08-06 [colin]      2.10.0cvs95
797
798         * src/compose.c
799         * src/compose.h
800                 Re-commit 2.10.0cvs86, with a protection
801                 against Pango bug. Also, try to fix 
802                 bug 1275, 'auto-saved draft messages not 
803                 always being removed'
804
805 2007-08-06 [wwp]        2.10.0cvs94
806
807         * src/gtk/quicksearch.c
808                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
809
810 2007-08-06 [ticho]      2.10.0cvs93
811
812         * src/prefs_account.c
813         * src/gtk/combobox.c
814                 Use GtkComboBox instead of GtkOptionMenu for privacy system
815                 selection in account preferences.
816
817 2007-08-06 [wwp]        2.10.0cvs92
818
819         * src/plugins/pgpcore/plugin.def
820                 Apply one more chunk from gpg4win's 03-w32-port patch.
821
822 2007-08-05 [colin]      2.10.0cvs91
823
824         * src/compose.c
825         * src/compose.h
826                 reverting buggy patch for now
827
828 2007-08-05 [colin]      2.10.0cvs90
829
830         * src/folder.c
831                 Fix slowdown
832
833 2007-08-04 [colin]      2.10.0cvs89
834
835         * src/prefs_summaries.c
836         * src/summary_search.c
837                 Replace deprecated widgets. Patch by
838                 Andrej.
839
840 2007-08-04 [colin]      2.10.0cvs88
841
842         * src/mh.c
843                 Refresh GUI only every 2000 mails on mh_get_last_num
844                 This is fast (readdir) and done only once per 
845                 session/folder
846
847 2007-08-03 [colin]      2.10.0cvs87
848
849         * src/prefs_account.c
850         * src/gtk/combobox.h
851         * src/gtk/gtkutils.c
852                 Fix a deprecated widget. Patch by
853                 Andrej
854
855 2007-08-03 [colin]      2.10.0cvs86
856
857         * src/compose.c
858         * src/compose.h
859                 Make colorisation and wrapping algorithms
860                 faster. Fixes bug 1246, 'compose becomes 
861                 increasingly slow replying to complex emails'
862
863 2007-08-03 [paul]       2.10.0cvs85
864
865         * src/mh.c
866                 keep the window painted
867
868 2007-08-02 [paul]       2.10.0cvs84
869
870         * src/folderview.c
871         * src/mainwindow.c
872         * src/mainwindow.h
873                 enable running folder Processing
874                 rules on demand
875
876 2007-08-02 [paul]       2.10.0cvs83
877
878         * src/textview.c
879                 speed up/clean up rendering of larger
880                 msgs
881                 Thanks to Colin
882
883 2007-08-01 [paul]       2.10.0cvs82
884
885         * src/mainwindow.h
886                 clean up cruft
887         * src/toolbar.c
888                 change default toolbar layout on maemo
889         * src/pixmaps/close.xpm
890                 make the red cross a grey cross
891         * src/pixmaps/jpilot.xpm
892                 make icon smaller so it fits better
893
894 2007-07-31 [paul]       2.10.0cvs81
895
896         * src/setup.c
897         * src/gtk/gtkutils.c
898                 fix crash on maemo on first launch
899
900 2007-07-30 [paul]       2.10.0cvs80
901
902         * src/prefs_matcher.c
903                 specify the units of age and size
904
905 2007-07-30 [paul]       2.10.0cvs79
906
907         * src/main.c
908                 Fix IMAP timeout setting
909
910 2007-07-30 [colin]      2.10.0cvs78
911
912         * src/prefs_account.c
913                 Fix a deprecated widget. Patch by
914                 Andrej
915
916 2007-07-27 [paul]       2.10.0cvs77
917
918         * src/matcher_parser_parse.y
919         * src/prefs_filtering_action.c
920         * src/prefs_matcher.c
921                 these changes forgotten in cvs74's
922                 'watch thread' feature
923
924 2007-07-27 [paul]       2.10.0cvs76
925
926         * src/compose.c
927                 fix potential crasher
928                 thanks to Colin
929
930 2007-07-27 [paul]       2.10.0cvs75
931
932         * src/mainwindow.c
933         * src/manual.c
934         * src/manual.h
935         * src/gtk/gtkutils.c
936                 make mainwindow's /Help/Manual point to the
937                 remote copy if the local copy doesn't exist
938
939 2007-07-27 [paul]       2.10.0cvs74
940
941         * src/Makefile.am
942         * src/filtering.c
943         * src/folder.c
944         * src/mainwindow.c
945         * src/matcher.c
946         * src/matcher.h
947         * src/matcher_parser_parse.y
948         * src/procmsg.c
949         * src/procmsg.h
950         * src/stock_pixmap.c
951         * src/stock_pixmap.h
952         * src/summaryview.c
953         * src/summaryview.h
954         * src/toolbar.c
955         * src/toolbar.h
956         * src/pixmaps/watchthread.xpm
957                 add 'watch thread' feature
958
959 2007-07-27 [paul]       2.10.0cvs73
960
961         * src/prefs_folder_item.c
962                 adjust labels, add tooltips
963
964 2007-07-27 [colin]      2.10.0cvs72
965
966         * src/summaryview.c
967                 Maemo: Remove less used menu items
968
969 2007-07-26 [colin]      2.10.0cvs71
970
971         * src/messageview.c
972                 Maemo: destroy messageview after trashing mail.
973                 Maybe should be done on X11 too
974
975 2007-07-26 [colin]      2.10.0cvs70
976
977         * src/folderview.c
978         * src/mainwindow.c
979         * src/prefs_common.c
980         * src/prefs_common.h
981         * src/summaryview.c
982                 Add View/Show or Hide/Column headers
983
984 2007-07-26 [colin]      2.10.0cvs69
985
986         * src/procmime.c
987                 Fix unwanted output
988
989 2007-07-26 [colin]      2.10.0cvs68
990
991         * src/ldapserver.c
992                 Fix possible crash on cache invalidation
993         * src/compose.c
994         * src/procmime.c
995         * src/procmime.h
996         * src/quote_fmt_parse.y
997                 Make replying to mails with big attachments
998                 much faster. Fixes bug 1224, 'The process of 
999                 Replying to emails with large attachments 
1000                 seems unreasonably long...'
1001
1002 2007-07-26 [colin]      2.10.0cvs67
1003
1004         * src/mimeview.c
1005         * src/matcher.c
1006         * src/common/ssl.c
1007                 Fix threads use on BSDs
1008
1009 2007-07-26 [paul]       2.10.0cvs66
1010
1011         * src/gtk/prefswindow.c
1012                 fix account prefs breakage
1013                 thanks to Colin
1014
1015 2007-07-26 [paul]       2.10.0cvs65
1016
1017         * configure.ac
1018                 standardise ./configure --help messages
1019
1020 2007-07-26 [colin]      2.10.0cvs64
1021
1022         * src/addressbook.c
1023         * src/editaddress.c
1024                 Fix two vCard-related crashes
1025
1026 2007-07-25 [colin]      2.10.0cvs63
1027
1028         * src/inc.c
1029         * src/prefs_common.c
1030         * src/prefs_common.h
1031         * src/prefs_receive.c
1032                 Maemo: Add a better way to notify of
1033                 new mails
1034         * src/mainwindow.c
1035         * src/statusbar.h
1036         * src/summaryview.c
1037         * src/toolbar.c
1038                 Maemo: Various layout fixes
1039         * src/gtk/prefswindow.c
1040                 Maemo: Better prefs layout
1041
1042 2007-07-25 [paul]       2.10.0cvs62
1043
1044         * src/textview.c
1045                 fix the layout on maemo
1046                 thanks to Colin
1047
1048 2007-07-25 [iwkse]      2.10.0cvs61
1049
1050         * src/summaryview.c
1051                 add 'o' shortcut on summaryview
1052
1053 2007-07-25 [iwkse]      2.10.0cvs60
1054
1055         * src/textview.c
1056                 fix o shortcut
1057
1058 2007-07-24 [colin]      2.10.0cvs59
1059
1060         * src/mh.c
1061                 Fix missing timestamp update on source
1062                 folder when moving
1063         * src/textview.c
1064         * src/textview.h
1065                 Better text layout on part's choices
1066
1067 2007-07-23 [colin]      2.10.0cvs58
1068
1069         * src/mimeview.c
1070         * src/textview.c
1071                 Maemo: Automatically choose the correct application
1072                 to open parts
1073         * src/gtk/quicksearch.c
1074                 Make search run on GDK_KP_Enter too
1075
1076 2007-07-23 [wwp]        2.10.0cvs57
1077
1078         * src/quote_fmt_lex.l
1079                 Revert accidentaly committed lines (account_sig) in
1080                 2.10.0cvs56.
1081
1082 2007-07-23 [wwp]        2.10.0cvs56
1083
1084         * src/quote_fmt_lex.l
1085                 Fix typos around long form expressions in the quote lexer.
1086
1087 2007-07-23 [paul]
1088
1089         3.0.0-rc1 released
1090
1091 2007-07-23 [colin]      2.10.0cvs55
1092
1093         * src/addr_compl.c
1094                 Fix auto-completion on Maemo
1095
1096 2007-07-23 [colin]      2.10.0cvs54
1097
1098         * src/statusbar.c
1099                 Maemo: Fix sticking statusbars
1100
1101 2007-07-22 [colin]      2.10.0cvs53
1102
1103         * src/main.c
1104                 Maemo: Fix the strange "top_application" info
1105                 at startup. We should do something when 
1106                 receiving such a message.
1107
1108 2007-07-20 [paul]       2.10.0cvs52
1109
1110         * src/news_gtk.c
1111                 add missing #include "statusbar.h"
1112
1113 2007-07-20 [colin]      2.10.0cvs51
1114
1115         * src/folder.c
1116         * src/folder.h
1117         * src/folder_item_prefs.c
1118         * src/folder_item_prefs.h
1119         * src/folderview.c
1120         * src/imap.c
1121         * src/imap_gtk.c
1122         * src/imap_gtk.h
1123         * src/news.c
1124         * src/news_gtk.c
1125         * src/news_gtk.h
1126         * src/prefs_folder_item.c
1127                 Implement age-based caching: allow to
1128                 specify a threshold for the offline synchronisation
1129                 feature, and whether old cached bodies should 
1130                 be removed
1131         * src/toolbar.c
1132         * src/toolbar.h
1133                 Fix label/tooltips
1134         * src/plugins/dillo_viewer/dillo_viewer.c
1135                 Check that Dillo's installed
1136
1137 2007-07-20 [wwp]        2.10.0cvs50
1138
1139         * src/mimeview.c
1140         * src/stock_pixmap.c
1141                 Draw a frame around the selected mimeview part icon (instead of the
1142                 shifted 'dancing' icon).
1143
1144 2007-07-20 [colin]      2.10.0cvs49
1145
1146         * src/main.c
1147                 Unref stuff even on error
1148         * src/wizard.c
1149                 disconnect signals only at the very
1150                 end of the wizard save.
1151
1152 2007-07-20 [colin]      2.10.0cvs48
1153
1154         * src/mainwindow.c
1155         * src/messageview.c
1156         * src/toolbar.c
1157         * src/toolbar.h
1158                 Fix random crashes while navigating
1159                 (GTK_EVENTS_FLUSH)
1160
1161 2007-07-19 [colin]      2.10.0cvs47
1162
1163         * configure.ac
1164         * src/main.c
1165         * src/prefs_common.c
1166         * src/prefs_common.h
1167         * src/wizard.c
1168         * src/common/defs.h
1169         * src/common/utils.c
1170                 Maemo: add an easy way to store data (mails
1171                 and IMAP/NNTP caches) on one of the SD cards,
1172                 and protect against unmounts if needed
1173
1174 2007-07-19 [paul]       2.10.0cvs46
1175
1176         * src/Makefile.am
1177         * src/stock_pixmap.c
1178         * src/gtk/about.c
1179         * src/pixmaps/claws-mail_logo-small.xpm
1180                 implement a (slightly) different About
1181                 dialog for maemo and add a small version
1182                 of the logo for it
1183         * src/wizard.c
1184                 use a scrolled window for wizard page 1
1185                 on maemo
1186
1187 2007-07-19 [paul]       2.10.0cvs45
1188
1189         * src/Makefile.am
1190                 too soon for this line
1191
1192 2007-07-19 [paul]       2.10.0cvs44
1193
1194         * src/Makefile.am
1195                 fix build on n800
1196
1197 2007-07-19 [colin]      2.10.0cvs43
1198
1199         * src/wizard.c
1200                 Solve Mail/Mailbox name when specifying
1201                 full /path/to/Mail.
1202
1203 2007-07-18 [colin]      2.10.0cvs42
1204
1205         * src/inc.c
1206         * configure.ac
1207                 Fix build on n770
1208
1209 2007-07-18 [colin]      2.10.0cvs41
1210
1211         * src/inc.c
1212                 Maemo: plug the online/offline system into
1213                 maemo's interfaces to have Claws automatically
1214                 switch according to the system status
1215         * src/statusbar.c
1216                 Maemo: use HildonBanners to display status
1217                 messages. Renders the main statusbar useless.
1218
1219 2007-07-18 [paul]       2.10.0cvs40
1220
1221         * src/filtering.c
1222                 fix screen blanking on moving/copying many msgs
1223         * src/folder.c
1224                 fix processing progressbar and screen blanking
1225                 during processing
1226
1227 2007-07-18 [paul]       2.10.0cvs39
1228
1229         * src/messageview.c
1230                 revert cvs37, breakage on maemo
1231
1232 2007-07-18 [paul]       2.10.0cvs38
1233
1234         * src/gtk/gtkutils.c
1235                 make sure we can still build with older GTK's
1236
1237 2007-07-18 [colin]      2.10.0cvs37
1238
1239         * src/messageview.c
1240                 Only hide the small layout's messageview, instead
1241                 of destroying it when closing
1242         * src/gtk/gtkutils.c
1243                 Use gtk_window_present_with_time to popup windows,
1244                 it seems to make things better with modern WMs
1245                 (actually focusing)
1246
1247 2007-07-17 [colin]      2.10.0cvs36
1248
1249         * src/editaddress.c
1250                 Simplify layout on Maemo
1251         * src/folder.c
1252                 Fix possible crash
1253         * src/prefs_display_header.c
1254                 Remove some headers by default on Maemo
1255
1256 2007-07-17 [paul]       2.10.0cvs35
1257
1258         * src/prefs_common.c
1259         * src/prefs_common.h
1260         * src/prefs_logging.c
1261         * src/common/log.c
1262                 add options to stop/enable writing logs to disc
1263
1264 2007-07-17 [paul]       2.10.0cvs34
1265
1266         * src/edittags.c
1267                 fix some issues with the Apply tags window:
1268                 - set search column (enables autocompl in the treeview)
1269                 - apply tag from "New tag" if it existed
1270                 - clears New tag entry when adding it with the button
1271                 Thanks to Colin
1272
1273 2007-07-17 [paul]       2.10.0cvs33
1274
1275         * src/edittags.c
1276                 fix 'apply tags' dialogue weirdness
1277
1278 2007-07-16 [colin]      2.10.0cvs32
1279
1280         * src/toolbar.c
1281                 Fix double-loading of mails on Maemo
1282
1283 2007-07-16 [colin]      2.10.0cvs31
1284
1285         * src/messageview.c
1286                 Prevent double-loading of the same part under some
1287                 conditions; hide statusbar on Maemo
1288
1289 2007-07-16 [colin]      2.10.0cvs30
1290
1291         * src/edittags.c
1292         * src/edittags.h
1293         * src/mainwindow.c
1294         * src/summaryview.c
1295                 Improve the tag interface - allow
1296                 to set/unset tags from a special
1297                 window.
1298         * src/gtk/gtkvscrollbutton.c
1299         * src/mimeview.c
1300         * src/mimeview.h
1301         * src/stock_pixmap.c
1302                 Fix Mimeview's ugly hacks in the
1303                 icon list. 
1304
1305 2007-07-16 [paul]       2.10.0cvs29
1306
1307         * src/wizard.c
1308                 rework dialog
1309         * src/gtk/icon_legend.c
1310                 put it all in a scrolled window
1311
1312 2007-07-15 [colin]      2.10.0cvs28
1313
1314         * src/mainwindow.c
1315                 Maemo: force layout to be Small screen; the
1316                 others don't make sense
1317
1318 2007-07-14 [colin]      2.10.0cvs27
1319
1320         * src/mimeview.c
1321         * src/gtk/gtkvscrollbutton.c
1322                 Maemo: Fix mimeview's buttons size
1323
1324 2007-07-14 [colin]      2.10.0cvs26
1325
1326         * src/toolbar.c
1327                 Fix the button workaround fix.
1328                 (Use the correct variable)
1329
1330 2007-07-14 [colin]      2.10.0cvs25
1331
1332         * src/mainwindow.c
1333         * src/toolbar.c
1334                 Maemo: put the progress bar in the
1335                 toolbar
1336
1337 2007-07-14 [colin]      2.10.0cvs24
1338
1339         * src/prefs_common.c
1340                 Maemo: hide statusbar by default
1341         * src/Makefile.am
1342         * src/stock_pixmap.c
1343         * src/stock_pixmap.h
1344         * src/toolbar.c
1345         * src/pixmaps/go_folders.xpm
1346                 Maemo: Add a specific icon to go back to
1347                 folder list
1348
1349 2007-07-14 [colin]      2.10.0cvs23
1350
1351         * src/toolbar.c
1352                 Don't set homogeneous finally
1353
1354 2007-07-14 [colin]      2.10.0cvs22
1355
1356         * src/toolbar.c
1357                 Fix button show/hide issues
1358
1359 2007-07-14 [colin]      2.10.0cvs21
1360
1361         * src/toolbar.c
1362                 Fix huge arrows
1363                 Fix button workaround to be able to click
1364                 if mouse was on button when it went un-
1365                 sensitive.
1366                 Revert previous commit, gtk_tool_item_set_homogeneous
1367                 doesn't mean what it seems to mean ;-)
1368
1369 2007-07-14 [paul]       2.10.0cvs20
1370
1371         * src/toolbar.c
1372                 make homogeneous FALSE always
1373
1374 2007-07-13 [colin]      2.10.0cvs19
1375
1376         * src/toolbar.c
1377         * src/toolbar.h
1378                 Rework to fit the non-deprecated API
1379         * src/compose.c
1380         * src/folderview.c
1381         * src/mainwindow.c
1382         * src/messageview.c
1383         * src/summaryview.c
1384                 Maemo layout changes. Better toolbars,
1385                 removal of CTree headers. 
1386
1387 2007-07-13 [paul]       2.10.0cvs18
1388
1389         * src/gtk/colorlabel.c
1390                 fix bug 1261, '[DE] coloring messages in overview 
1391                 keys are not localised'
1392                 the string is now included in claws-mail.pot
1393
1394 2007-07-13 [colin]      2.10.0cvs17
1395
1396         * src/summaryview.c
1397                 Fix bug 1267, 'printing mutliple messages 
1398                 opens one message-dialog after the other'
1399                 Ask for confirmation when printing 10
1400                 messages or more.
1401
1402 2007-07-11 [colin]      2.10.0cvs16
1403
1404         * COPYING
1405         * README
1406         * autogen.sh
1407         * manual/claws-mail-manual.xml
1408         * manual/gpl.xml
1409         * manual/es/claws-mail-manual.xml
1410         * manual/es/gpl.xml
1411         * manual/fr/claws-mail-manual.xml
1412         * manual/fr/gpl.xml
1413         * manual/pl/gpl.xml
1414         * src/account.c
1415         * src/account.h
1416         * src/action.c
1417         * src/action.h
1418         * src/adbookbase.h
1419         * src/addr_compl.c
1420         * src/addr_compl.h
1421         * src/addrbook.c
1422         * src/addrbook.h
1423         * src/addrcache.c
1424         * src/addrcache.h
1425         * src/addrcindex.c
1426         * src/addrcindex.h
1427         * src/addrclip.c
1428         * src/addrclip.h
1429         * src/addrdefs.h
1430         * src/addressadd.c
1431         * src/addressadd.h
1432         * src/addressbook.c
1433         * src/addressbook.h
1434         * src/addressbook_foldersel.c
1435         * src/addressbook_foldersel.h
1436         * src/addressitem.h
1437         * src/addrgather.c
1438         * src/addrgather.h
1439         * src/addrharvest.c
1440         * src/addrharvest.h
1441         * src/addrindex.c
1442         * src/addrindex.h
1443         * src/addritem.c
1444         * src/addritem.h
1445         * src/addrquery.c
1446         * src/addrquery.h
1447         * src/addrselect.c
1448         * src/addrselect.h
1449         * src/alertpanel.c
1450         * src/alertpanel.h
1451         * src/browseldap.c
1452         * src/browseldap.h
1453         * src/codeconv.c
1454         * src/codeconv.h
1455         * src/compose.c
1456         * src/compose.h
1457         * src/crash.c
1458         * src/crash.h
1459         * src/customheader.c
1460         * src/customheader.h
1461         * src/displayheader.c
1462         * src/displayheader.h
1463         * src/editaddress.c
1464         * src/editaddress.h
1465         * src/editaddress_other_attributes_ldap.c
1466         * src/editaddress_other_attributes_ldap.h
1467         * src/editbook.c
1468         * src/editbook.h
1469         * src/editgroup.c
1470         * src/editgroup.h
1471         * src/editjpilot.c
1472         * src/editjpilot.h
1473         * src/editldap.c
1474         * src/editldap.h
1475         * src/editldap_basedn.c
1476         * src/editldap_basedn.h
1477         * src/edittags.c
1478         * src/edittags.h
1479         * src/editvcard.c
1480         * src/editvcard.h
1481         * src/enriched.c
1482         * src/enriched.h
1483         * src/exphtmldlg.c
1484         * src/exphtmldlg.h
1485         * src/expldifdlg.c
1486         * src/expldifdlg.h
1487         * src/export.c
1488         * src/export.h
1489         * src/exporthtml.c
1490         * src/exporthtml.h
1491         * src/exportldif.c
1492         * src/exportldif.h
1493         * src/filtering.c
1494         * src/filtering.h
1495         * src/folder.c
1496         * src/folder.h
1497         * src/folder_item_prefs.c
1498         * src/folder_item_prefs.h
1499         * src/foldersel.c
1500         * src/foldersel.h
1501         * src/folderutils.c
1502         * src/folderutils.h
1503         * src/folderview.c
1504         * src/folderview.h
1505         * src/gedit-print.c
1506         * src/gedit-print.h
1507         * src/grouplistdialog.c
1508         * src/grouplistdialog.h
1509         * src/headerview.c
1510         * src/headerview.h
1511         * src/html.c
1512         * src/html.h
1513         * src/image_viewer.c
1514         * src/image_viewer.h
1515         * src/imap.c
1516         * src/imap.h
1517         * src/imap_gtk.c
1518         * src/imap_gtk.h
1519         * src/import.c
1520         * src/import.h
1521         * src/importldif.c
1522         * src/importldif.h
1523         * src/importmutt.c
1524         * src/importmutt.h
1525         * src/importpine.c
1526         * src/importpine.h
1527         * src/inc.c
1528         * src/inc.h
1529         * src/jpilot.c
1530         * src/jpilot.h
1531         * src/ldapctrl.c
1532         * src/ldapctrl.h
1533         * src/ldaplocate.c
1534         * src/ldaplocate.h
1535         * src/ldapquery.c
1536         * src/ldapquery.h
1537         * src/ldapserver.c
1538         * src/ldapserver.h
1539         * src/ldapupdate.c
1540         * src/ldapupdate.h
1541         * src/ldaputil.c
1542         * src/ldaputil.h
1543         * src/ldif.c
1544         * src/ldif.h
1545         * src/localfolder.c
1546         * src/localfolder.h
1547         * src/main.c
1548         * src/main.h
1549         * src/mainwindow.c
1550         * src/mainwindow.h
1551         * src/manual.c
1552         * src/manual.h
1553         * src/matcher.c
1554         * src/matcher.h
1555         * src/matcher_parser.h
1556         * src/matcher_parser_lex.l
1557         * src/matcher_parser_parse.y
1558         * src/mbox.c
1559         * src/mbox.h
1560         * src/message_search.c
1561         * src/message_search.h
1562         * src/messageview.c
1563         * src/messageview.h
1564         * src/mh.c
1565         * src/mh.h
1566         * src/mh_gtk.c
1567         * src/mh_gtk.h
1568         * src/mimeview.c
1569         * src/mimeview.h
1570         * src/msgcache.c
1571         * src/msgcache.h
1572         * src/mutt.c
1573         * src/mutt.h
1574         * src/news.c
1575         * src/news.h
1576         * src/news_gtk.c
1577         * src/news_gtk.h
1578         * src/noticeview.c
1579         * src/noticeview.h
1580         * src/partial_download.c
1581         * src/partial_download.h
1582         * src/pine.c
1583         * src/pine.h
1584         * src/pop.c
1585         * src/pop.h
1586         * src/prefs_account.c
1587         * src/prefs_account.h
1588         * src/prefs_actions.c
1589         * src/prefs_actions.h
1590         * src/prefs_common.c
1591         * src/prefs_common.h
1592         * src/prefs_compose_writing.c
1593         * src/prefs_compose_writing.h
1594         * src/prefs_customheader.c
1595         * src/prefs_customheader.h
1596         * src/prefs_display_header.c
1597         * src/prefs_display_header.h
1598         * src/prefs_ext_prog.c
1599         * src/prefs_ext_prog.h
1600         * src/prefs_filtering.c
1601         * src/prefs_filtering.h
1602         * src/prefs_filtering_action.c
1603         * src/prefs_filtering_action.h
1604         * src/prefs_folder_column.c
1605         * src/prefs_folder_column.h
1606         * src/prefs_folder_item.c
1607         * src/prefs_folder_item.h
1608         * src/prefs_fonts.c
1609         * src/prefs_fonts.h
1610         * src/prefs_gtk.c
1611         * src/prefs_gtk.h
1612         * src/prefs_image_viewer.c
1613         * src/prefs_image_viewer.h
1614         * src/prefs_logging.c
1615         * src/prefs_logging.h
1616         * src/prefs_matcher.c
1617         * src/prefs_matcher.h
1618         * src/prefs_message.c
1619         * src/prefs_message.h
1620         * src/prefs_msg_colors.c
1621         * src/prefs_msg_colors.h
1622         * src/prefs_other.c
1623         * src/prefs_other.h
1624         * src/prefs_quote.c
1625         * src/prefs_quote.h
1626         * src/prefs_receive.c
1627         * src/prefs_receive.h
1628         * src/prefs_send.c
1629         * src/prefs_send.h
1630         * src/prefs_spelling.c
1631         * src/prefs_spelling.h
1632         * src/prefs_summaries.c
1633         * src/prefs_summaries.h
1634         * src/prefs_summary_column.c
1635         * src/prefs_summary_column.h
1636         * src/prefs_summary_open.c
1637         * src/prefs_summary_open.h
1638         * src/prefs_template.c
1639         * src/prefs_template.h
1640         * src/prefs_themes.c
1641         * src/prefs_themes.h
1642         * src/prefs_toolbar.c
1643         * src/prefs_toolbar.h
1644         * src/prefs_wrapping.c
1645         * src/prefs_wrapping.h
1646         * src/privacy.c
1647         * src/privacy.h
1648         * src/procheader.c
1649         * src/procheader.h
1650         * src/procmime.c
1651         * src/procmime.h
1652         * src/procmsg.c
1653         * src/procmsg.h
1654         * src/quote_fmt.c
1655         * src/quote_fmt_lex.l
1656         * src/quote_fmt_parse.y
1657         * src/recv.c
1658         * src/recv.h
1659         * src/remotefolder.c
1660         * src/remotefolder.h
1661         * src/send_message.c
1662         * src/send_message.h
1663         * src/setup.c
1664         * src/setup.h
1665         * src/simple-gettext.c
1666         * src/sourcewindow.c
1667         * src/sourcewindow.h
1668         * src/ssl_manager.c
1669         * src/ssl_manager.h
1670         * src/statusbar.c
1671         * src/statusbar.h
1672         * src/stock_pixmap.c
1673         * src/stock_pixmap.h
1674         * src/summary_search.c
1675         * src/summary_search.h
1676         * src/summaryview.c
1677         * src/summaryview.h
1678         * src/textview.c
1679         * src/textview.h
1680         * src/toolbar.c
1681         * src/toolbar.h
1682         * src/undo.c
1683         * src/undo.h
1684         * src/unmime.c
1685         * src/unmime.h
1686         * src/uri_opener.c
1687         * src/uri_opener.h
1688         * src/vcard.c
1689         * src/vcard.h
1690         * src/wizard.c
1691         * src/wizard.h
1692         * src/common/base64.c
1693         * src/common/base64.h
1694         * src/common/claws.c
1695         * src/common/claws.h
1696         * src/common/defs.h
1697         * src/common/fnmatch.c
1698         * src/common/fnmatch.h
1699         * src/common/fnmatch_loop.c
1700         * src/common/hooks.c
1701         * src/common/hooks.h
1702         * src/common/log.c
1703         * src/common/log.h
1704         * src/common/md5.c
1705         * src/common/md5.h
1706         * src/common/mgutils.c
1707         * src/common/mgutils.h
1708         * src/common/nntp.c
1709         * src/common/nntp.h
1710         * src/common/passcrypt.c
1711         * src/common/passcrypt.h.in
1712         * src/common/plugin.c
1713         * src/common/plugin.h
1714         * src/common/prefs.c
1715         * src/common/prefs.h
1716         * src/common/progressindicator.c
1717         * src/common/progressindicator.h
1718         * src/common/quoted-printable.c
1719         * src/common/quoted-printable.h
1720         * src/common/session.c
1721         * src/common/session.h
1722         * src/common/smtp.c
1723         * src/common/smtp.h
1724         * src/common/socket.c
1725         * src/common/socket.h
1726         * src/common/ssl.c
1727         * src/common/ssl.h
1728         * src/common/ssl_certificate.c
1729         * src/common/ssl_certificate.h
1730         * src/common/string_match.c
1731         * src/common/string_match.h
1732         * src/common/stringtable.c
1733         * src/common/stringtable.h
1734         * src/common/tags.c
1735         * src/common/tags.h
1736         * src/common/template.c
1737         * src/common/template.h
1738         * src/common/timing.h
1739         * src/common/utils.c
1740         * src/common/utils.h
1741         * src/common/uuencode.c
1742         * src/common/uuencode.h
1743         * src/common/version.h.in
1744         * src/common/w32_dirent.c
1745         * src/common/w32_reg.c
1746         * src/common/w32_signal.c
1747         * src/common/w32_stat.c
1748         * src/common/w32_stdlib.c
1749         * src/common/w32_string.c
1750         * src/common/w32_time.c
1751         * src/common/w32_unistd.c
1752         * src/common/w32_wait.c
1753         * src/common/w32lib.h
1754         * src/common/xml.c
1755         * src/common/xml.h
1756         * src/common/xmlprops.c
1757         * src/common/xmlprops.h
1758         * src/etpan/etpan-errors.h
1759         * src/etpan/etpan-thread-manager-types.h
1760         * src/etpan/etpan-thread-manager.c
1761         * src/etpan/etpan-thread-manager.h
1762         * src/etpan/imap-thread.c
1763         * src/etpan/imap-thread.h
1764         * src/gtk/about.c
1765         * src/gtk/about.h
1766         * src/gtk/colorlabel.c
1767         * src/gtk/colorlabel.h
1768         * src/gtk/colorsel.c
1769         * src/gtk/colorsel.h
1770         * src/gtk/combobox.c
1771         * src/gtk/combobox.h
1772         * src/gtk/description_window.c
1773         * src/gtk/description_window.h
1774         * src/gtk/filesel.c
1775         * src/gtk/filesel.h
1776         * src/gtk/foldersort.c
1777         * src/gtk/foldersort.h
1778         * src/gtk/gtkaspell.c
1779         * src/gtk/gtkaspell.h
1780         * src/gtk/gtksctree.c
1781         * src/gtk/gtkshruler.c
1782         * src/gtk/gtkshruler.h
1783         * src/gtk/gtksourceprintjob.c
1784         * src/gtk/gtksourceprintjob.h
1785         * src/gtk/gtkutils.c
1786         * src/gtk/gtkutils.h
1787         * src/gtk/gtkvscrollbutton.c
1788         * src/gtk/gtkvscrollbutton.h
1789         * src/gtk/icon_legend.c
1790         * src/gtk/icon_legend.h
1791         * src/gtk/inputdialog.c
1792         * src/gtk/inputdialog.h
1793         * src/gtk/logwindow.c
1794         * src/gtk/logwindow.h
1795         * src/gtk/manage_window.c
1796         * src/gtk/manage_window.h
1797         * src/gtk/menu.c
1798         * src/gtk/menu.h
1799         * src/gtk/pluginwindow.c
1800         * src/gtk/pluginwindow.h
1801         * src/gtk/prefswindow.c
1802         * src/gtk/prefswindow.h
1803         * src/gtk/progressdialog.c
1804         * src/gtk/progressdialog.h
1805         * src/gtk/quicksearch.c
1806         * src/gtk/quicksearch.h
1807         * src/gtk/sslcertwindow.c
1808         * src/gtk/sslcertwindow.h
1809         * src/plugins/bogofilter/bogofilter.c
1810         * src/plugins/bogofilter/bogofilter.h
1811         * src/plugins/bogofilter/bogofilter_gtk.c
1812         * src/plugins/clamav/clamav_plugin.c
1813         * src/plugins/clamav/clamav_plugin.h
1814         * src/plugins/clamav/clamav_plugin_gtk.c
1815         * src/plugins/demo/demo.c
1816         * src/plugins/dillo_viewer/dillo_prefs.c
1817         * src/plugins/dillo_viewer/dillo_prefs.h
1818         * src/plugins/dillo_viewer/dillo_viewer.c
1819         * src/plugins/pgpcore/passphrase.c
1820         * src/plugins/pgpcore/passphrase.h
1821         * src/plugins/pgpcore/pgp_viewer.c
1822         * src/plugins/pgpcore/pgp_viewer.h
1823         * src/plugins/pgpcore/plugin.c
1824         * src/plugins/pgpcore/prefs_gpg.c
1825         * src/plugins/pgpcore/prefs_gpg.h
1826         * src/plugins/pgpcore/select-keys.c
1827         * src/plugins/pgpcore/select-keys.h
1828         * src/plugins/pgpcore/sgpgme.c
1829         * src/plugins/pgpcore/sgpgme.h
1830         * src/plugins/pgpinline/pgpinline.c
1831         * src/plugins/pgpinline/pgpinline.h
1832         * src/plugins/pgpinline/plugin.c
1833         * src/plugins/pgpmime/pgpmime.c
1834         * src/plugins/pgpmime/pgpmime.h
1835         * src/plugins/pgpmime/plugin.c
1836         * src/plugins/spamassassin/spamassassin.c
1837         * src/plugins/spamassassin/spamassassin.h
1838         * src/plugins/spamassassin/spamassassin_gtk.c
1839         * src/plugins/trayicon/trayicon.c
1840         * src/plugins/trayicon/trayicon_prefs.c
1841         * src/plugins/trayicon/trayicon_prefs.h
1842         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1843         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1844         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1845         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1846         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1847         * tools/OOo2claws-mail.pl
1848         * tools/README.sylprint
1849         * tools/acroread2claws-mail.pl
1850         * tools/claws-mail-compose-insert-files.pl
1851         * tools/convert_mbox.pl
1852         * tools/filter_conv.pl
1853         * tools/filter_conv_new.pl
1854         * tools/fix_date.sh
1855         * tools/freshmeat_search.pl
1856         * tools/google_search.pl
1857         * tools/kmail-mailbox2claws-mail.pl
1858         * tools/kmail2claws-mail.pl
1859         * tools/kmail2claws-mail_v2.pl
1860         * tools/mairix.sh
1861         * tools/make.themes.project
1862         * tools/multiwebsearch.pl
1863         * tools/nautilus2claws-mail.sh
1864         * tools/outlook2claws-mail.pl
1865         * tools/textviewer.sh
1866         * tools/thunderbird-filters-convertor.pl
1867         * tools/update-po
1868         * tools/uuooffice
1869         * tools/vcard2xml.py
1870         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1871                 Upgrade to GPLv3 or later.
1872
1873 2007-07-10 [wwp]        2.10.0cvs15
1874
1875         * src/main.c
1876                 Fix re-opening of all composing messages that were
1877                 opened when closing the previous instance, thanks
1878                 to Colin.
1879
1880 2007-07-10 [paul]       2.10.0cvs14
1881
1882         * src/editaddress_other_attributes_ldap.c
1883         * src/ldapupdate.c
1884                 fix crash on selecting 'other attributes' combo
1885                 for either a new entry or an old entry with no
1886                 existing attributes.
1887                 fix bug on editing multiple attributes which
1888                 resulted them all having the value of the last
1889                 one changed.
1890                 Thanks to Colin
1891
1892 2007-07-10 [colin]      2.10.0cvs13
1893
1894         * src/editaddress.c
1895         * src/editaddress_other_attributes_ldap.h
1896         * src/ldapupdate.c
1897                 Fix --disable-ldap build
1898
1899 2007-07-09 [colin]      2.10.0cvs12
1900
1901         * src/Makefile.am
1902         * src/addritem.c
1903         * src/addritem.h
1904         * src/editaddress.c
1905         * src/editaddress_other_attributes_ldap.c
1906         * src/editaddress_other_attributes_ldap.h
1907         * src/editldap.c
1908         * src/ldapctrl.c
1909         * src/ldapctrl.h
1910         * src/ldapupdate.c
1911                 Add capability to edit all inetOrgPerson
1912                 attributes on LDAP. Patch by Michael 
1913                 Rasmussen
1914
1915 2007-07-09 [colin]      2.10.0cvs11
1916
1917         * src/Makefile.am
1918         * src/exporthtml.c
1919         * src/mbox.c
1920         * src/msgcache.c
1921         * src/prefs_summaries.c
1922         * src/prefs_themes.c
1923         * src/procheader.c
1924         * src/common/Makefile.am
1925         * src/common/log.c
1926         * src/common/timing.h
1927         * src/common/utils.c
1928         * src/common/utils.h
1929         * src/common/w32_account.c
1930         * src/common/w32lib.h
1931         * src/gtk/Makefile.am
1932         * src/gtk/colorlabel.c
1933         * src/plugins/pgpcore/Makefile.am
1934         * src/plugins/pgpcore/claws.def
1935         * src/plugins/pgpcore/passphrase.c
1936         * src/plugins/pgpcore/pgp_viewer.c
1937         * src/plugins/pgpcore/plugin.def
1938         * src/plugins/pgpcore/sgpgme.c
1939         * src/plugins/pgpinline/Makefile.am
1940         * src/plugins/pgpinline/claws.def
1941         * src/plugins/pgpinline/mypgpcore.def
1942         * src/plugins/pgpinline/plugin.def
1943         * src/plugins/pgpmime/Makefile.am
1944         * src/plugins/pgpmime/claws.def
1945         * src/plugins/pgpmime/mypgpcore.def
1946         * src/plugins/pgpmime/plugin.def
1947                 Commit win32 patch, from Werner Koch and
1948                 Marcus Brinkmann
1949
1950 2007-07-09 [colin]      2.10.0cvs10
1951
1952         * src/prefs_toolbar.c
1953                 Fix crash when no actions exist
1954
1955 2007-07-07 [paul]       2.10.0cvs9
1956
1957         * COPYING
1958         * manual/claws-mail-manual.xml
1959                 update copyright year
1960         * po/fi.po
1961                 updated by Flammie Pirinen
1962
1963 2007-07-05 [wwp]        2.10.0cvs8
1964
1965         * src/plugins/clamav/clamav_plugin_gtk.c
1966                 Make vertical spacing like in other plugin prefs pages.
1967
1968 2007-07-05 [wwp]        2.10.0cvs7
1969
1970         * src/quote_fmt.c
1971                 It's %am that works, not %ae (this doc incoherence has been
1972                 introduced with 2.9.2cvs13).
1973
1974 2007-07-04 [wwp]        2.10.0cvs6
1975
1976         * src/plugins/bogofilter/bogofilter.c
1977                 Gettext-ize an occurrence of "Any" that wasn't.
1978
1979 2007-07-04 [colin]      2.10.0cvs5
1980
1981         * po/POTFILES.in
1982                 Fix untranslated strings; thanks
1983                 to Pader Rezso.
1984
1985 2007-07-03 [colin]      2.10.0cvs4
1986
1987         * src/folder.c
1988         * src/mainwindow.c
1989                 Fix saving of sort mode for tags and
1990                 thread date. Thanks to Pierre Ossman.
1991                 Completes fix for bug 1233
1992
1993 2007-07-03 [paul]       2.10.0cvs3
1994
1995         * src/compose.c
1996                 fix auto-save
1997         * src/summaryview.c
1998                 fix build warnings
1999         Thanks to Colin
2000
2001 2007-07-02 [colin]      2.10.0cvs2
2002
2003         * src/folder.h
2004         * src/mainwindow.c
2005         * src/procmsg.h
2006         * src/summaryview.c
2007                 Add View/Sort/by Thread date
2008                 Fixes bug 1233, 'Capability to sort 
2009                 threads by most recent message'
2010                 Based on a patch by Paul Rolland
2011
2012 2007-07-02 [colin]      2.10.0cvs1
2013
2014         * src/Makefile.am
2015         * src/compose.c
2016         * src/edittags.c
2017         * src/edittags.h
2018         * src/filtering.c
2019         * src/folder.c
2020         * src/folder.h
2021         * src/headerview.c
2022         * src/headerview.h
2023         * src/main.c
2024         * src/mainwindow.c
2025         * src/mainwindow.h
2026         * src/manual.h
2027         * src/matcher.c
2028         * src/matcher.h
2029         * src/matcher_parser_parse.y
2030         * src/mimeview.c
2031         * src/msgcache.c
2032         * src/msgcache.h
2033         * src/prefs_common.c
2034         * src/prefs_common.h
2035         * src/prefs_filtering_action.c
2036         * src/prefs_matcher.c
2037         * src/prefs_summary_column.c
2038         * src/procmsg.c
2039         * src/procmsg.h
2040         * src/quote_fmt.c
2041         * src/quote_fmt_lex.l
2042         * src/quote_fmt_parse.y
2043         * src/summaryview.c
2044         * src/summaryview.h
2045         * src/textview.c
2046         * src/common/Makefile.am
2047         * src/common/defs.h
2048         * src/common/tags.c
2049         * src/common/tags.h
2050         * src/gtk/quicksearch.c
2051         * src/gtk/quicksearch.h
2052                 Add Tags implementation. Tags are arbitrary labels
2053                 that can be applied to messages. It is possible 
2054                 to create, edit, remove tags; apply them to mails;
2055                 filter on tags or tag presence; apply or unset
2056                 tags via filtering actions; reference tags in
2057                 reply templates.
2058
2059 2007-07-02 [paul]       2.10.0
2060
2061         * NEWS
2062         * README
2063         * RELEASE_NOTES
2064                 2.10.0 released
2065
2066 2007-07-02 [paul]       2.9.2cvs78
2067
2068         * po/de.po
2069         * po/en_GB.po
2070         * po/es.po
2071         * po/fr.po
2072         * po/hu.po
2073         * po/pt_BR.po
2074         * po/ru.po
2075         * po/zh_CN.po
2076                 updated by Stephan Sachse, me, Ricardo Mones
2077                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2078                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2079
2080 2007-07-02 [paul]       2.9.2cvs77
2081
2082         * AUTHORS
2083                 updated
2084
2085 2007-06-29 [wwp]        2.9.2cvs76
2086
2087         * src/gtk/headers.h
2088                 Fix a typo (thanks to Ricardo for finding this out).
2089
2090 2007-06-28 [paul]       2.9.2cvs75
2091
2092         * src/folderview.c
2093                 fix build warnings
2094
2095 2007-06-28 [paul]       2.9.2cvs74
2096
2097         * tools/Makefile.am
2098                 fix bug in the autotools build system.
2099                 Files cataloged under EXTRA_DIST were never
2100                 automatically copied to the build tree.
2101                 (fix 'make distcheck')
2102                 Patch by Michael Rasmussen.
2103
2104 2007-06-24 [colin]      2.9.2cvs73
2105
2106         * src/news_gtk.c
2107                 Fix bug 1249, 'Error handling for 
2108                 news errors needs modification'
2109                 Only popup error if the according
2110                 pref in Prefs/Receive is set.
2111
2112 2007-06-21 [colin]      2.9.2cvs72
2113
2114         * src/common/plugin.c
2115         * src/common/plugin.h
2116                 Change plugin API to know whether it's safe to 
2117                 unload plugins or whether we should just hide
2118                 them. Fixes bug 1248, 'Core dumps after 
2119                 unloading plugin and clicking on load plugins'
2120         * src/plugins/bogofilter/bogofilter.c
2121         * src/plugins/clamav/clamav_plugin.c
2122         * src/plugins/demo/demo.c
2123         * src/plugins/dillo_viewer/dillo_viewer.c
2124         * src/plugins/pgpcore/plugin.c
2125         * src/plugins/pgpinline/plugin.c
2126         * src/plugins/pgpmime/plugin.c
2127         * src/plugins/spamassassin/spamassassin.c
2128         * src/plugins/trayicon/trayicon.c
2129                 Update API
2130
2131 2007-06-19 [colin]      2.9.2cvs71
2132
2133         * src/compose.c
2134         * src/messageview.c
2135                 Fix crash mentioned in bug 1246
2136                 Race condition when automatically drafting
2137                 due to insertion on reedit.
2138
2139 2007-06-18 [wwp]        2.9.2cvs70
2140
2141         * src/importldif.c
2142                 LDIF import: use a "Proceed" button to complete
2143                 the process.
2144
2145 2007-06-18 [paul]       2.9.2cvs69
2146
2147         * configure.ac
2148                 use pkgconfig to check for gtk and glib
2149
2150 2007-06-17 [wwp]        2.9.2cvs68
2151
2152         * src/ldif.c
2153         * src/importldif.c
2154                 LDIF import: better error handling, minor code
2155                 and UI cleanup, and renamed the Save button
2156                 to Close, as imported stuff is already saved
2157                 when the Save button is shown.
2158
2159 2007-06-17 [colin]      2.9.2cvs67
2160
2161         * src/prefs_summaries.c
2162         * src/procmsg.c
2163                 Don't set as read when forwarded, only replied to
2164
2165 2007-06-17 [paul]       2.9.2cvs66
2166
2167         * src/alertpanel.c
2168                 add missing #include
2169
2170 2007-06-16 [colin]      2.9.2cvs65
2171
2172         * src/prefs_summaries.c
2173         * src/procmsg.c
2174                 Change the pref "Only mark as read when opened
2175                 in new window" to "..., replied to or forwarded".
2176                 Based on a patch by Paul Rolland.
2177
2178 2007-06-16 [paul]       2.9.2cvs64
2179
2180         * src/gtk/authors.h
2181                 alphabetical order! :)
2182
2183 2007-06-16 [colin]      2.9.2cvs63
2184
2185         * AUTHORS
2186         * src/gtk/authors.h
2187                 Add Michael Rasmussen in authors list
2188
2189 2007-06-16 [colin]      2.9.2cvs62
2190
2191         * src/messageview.c
2192                 Fix messageview_copy_clipboard to take advantage
2193                 of plugins' get_selection.
2194
2195 2007-06-15 [colin]      2.9.2cvs61
2196
2197         * src/action.c
2198         * src/addr_compl.c
2199         * src/addressbook.c
2200         * src/folderview.c
2201         * src/message_search.c
2202         * src/mimeview.c
2203         * src/summary_search.c
2204         * src/summaryview.c
2205         * src/textview.c
2206                 Allow GDK_KP_Enter to do the same as GDK_Return
2207                 Patch by Michael Rasmussen
2208
2209 2007-06-15 [paul]       2.9.2cvs60
2210
2211         * src/compose.c
2212                 fix bug when closing a compose window
2213                 during autosave
2214
2215 2007-06-14 [paul]       2.9.2cvs59
2216
2217         * src/main.c
2218         * src/common/defs.h
2219                 migrate sylpheed config
2220
2221 2007-06-14 [wwp]        2.9.2cvs58
2222
2223         * src/gtk/pluginwindow.c
2224                 Yet another attempt to fix sizing/alignment of the
2225                 button bar in plugins window.
2226
2227 2007-06-12 [colin]      2.9.2cvs57
2228
2229         * po/POTFILES.in
2230         * src/Makefile.am
2231         * src/folderview.c
2232         * src/prefs_common.c
2233         * src/prefs_common.h
2234         * src/prefs_summaries.c
2235         * src/prefs_summary_open.c
2236         * src/prefs_summary_open.h
2237         * src/summaryview.c
2238                 Make "when entering a folder" actions more personalisable
2239
2240 2007-06-12 [wwp]        2.9.2cvs56
2241
2242         * tools/README
2243                 Use short description from Paul (mairix.sh).
2244
2245 2007-06-12 [wwp]        2.9.2cvs55
2246
2247         * tools/README
2248                 Updated info about mairix.sh.
2249
2250 2007-06-11 [paul]       2.9.2cvs54
2251
2252         * src/prefs_logging.c
2253                 rework log window length widgets
2254                 and some sensitivity fixes
2255
2256 2007-06-11 [paul]       2.9.2cvs53
2257
2258         * src/mainwindow.c
2259         * src/prefs_logging.c
2260                 rename 'Protocol Log' to 'Network Log'
2261                 and some function renaming
2262
2263 2007-06-10 [wwp]        2.9.2cvs52
2264
2265         * src/gtk/pluginwindow.c
2266                 Revert 2.9.2cvs51.
2267
2268 2007-06-10 [wwp]        2.9.2cvs51
2269
2270         * src/gtk/pluginwindow.c
2271                 Fix button bar in plugin window, was centered and not
2272                 behaving like other dialogs w/ such button bar.
2273
2274 2007-06-08 [wwp]        2.9.2cvs50
2275
2276         * src/compose.c
2277         * src/compose.h
2278         * src/main.c
2279         * src/mainwindow.c
2280         * src/mainwindow.h
2281                 Provide a way out of automatic draft saving on IMAP, when
2282                 exiting offline.
2283                 Prevent drafting while sending and quitting while sending.
2284                 Thanks for Colin.
2285
2286
2287
2288 2007-06-08 [wwp]        2.9.2cvs49
2289
2290         * src/prefs_account.c
2291         * src/gtk/prefswindow.c
2292         * src/gtk/prefswindow.h
2293                 Activate the Basic page when opening account prefs.
2294
2295 2007-06-08 [wwp]        2.9.2cvs48
2296
2297         * src/common/socket.c
2298                 Don't crash if fork() fails, thanks to Colin.
2299
2300 2007-06-08 [wwp]        2.9.2cvs47
2301
2302         * src/gtk/prefswindow.c
2303                 Wrap some long lines, and reset horizontal scroller's adjusment
2304                 (this was already done, vertically), when changing tab (not page)
2305                 in prefs windows.
2306
2307 2007-06-08 [paul]       2.9.2cvs46
2308
2309         * src/common/utils.c
2310                 use gethostname() instead of uname()
2311                 based on a patch by Michael Hughes
2312                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2313
2314 2007-06-07 [wwp]        2.9.2cvs45
2315
2316         * src/prefs_common.c
2317                 Fix some useless warnings, thanks to Colin.
2318
2319 2007-06-06 [colin]      2.9.2cvs44
2320
2321         * src/ldapupdate.c
2322                 Fix strange allocations. 
2323
2324 2007-06-06 [colin]      2.9.2cvs43
2325
2326         * src/ldapupdate.c
2327                 Patch by Michael Rasmussus to help
2328                 bug 1232
2329
2330 2007-06-05 [wwp]        2.9.2cvs42
2331
2332         * src/prefs_account.c
2333         * src/prefs_folder_item.c
2334         * src/prefs_quote.c
2335         * src/quote_fmt.c
2336         * src/quote_fmt.h
2337                 Per-folder templates can now be applied recursively.
2338                 Always save per-folder templates (formats were erroneously
2339                 saved only if they were enabled).
2340                 Check for validity of quotation marks everywhere there
2341                 are defined.
2342
2343 2007-06-05 [wwp]        2.9.2cvs41
2344
2345         * src/inc.c
2346                 Fix incoming messages from local accounts always getting filtered
2347                 (even if the account prefs say don't), thanks to Colin.
2348
2349 2007-06-05 [wwp]        2.9.2cvs40
2350
2351         * src/compose.c
2352         * src/compose.h
2353                 Use per-folder/per-account quote chars when applying a
2354                 template or inserting text as well. Const'ify some
2355                 vars more.
2356
2357 2007-06-04 [colin]      2.9.2cvs39
2358
2359         * src/compose.c
2360                 More work for wwp :)
2361
2362 2007-06-04 [wwp]        2.9.2cvs38
2363
2364         * src/compose.c
2365                 Same as 2.9.2cvs36 but for forwarding.
2366
2367 2007-06-04 [colin]      2.9.2cvs37
2368
2369         * src/compose.c
2370                 Use original mail file for forward/redirect
2371                 Fixes some forwarded mails to be attached as
2372                 application/octet-stream (when they have binary
2373                 parts), and incidentally fixes bug 848
2374                 'Redirect breaks GnuPG'
2375
2376 2007-06-04 [wwp]        2.9.2cvs36
2377
2378         * src/compose.c
2379                 Fix quote mark mis-initialisation when replying/forwarding
2380                 (introduced w/ 2.9.2cvs20).
2381
2382 2007-06-04 [wwp]        2.9.2cvs35
2383
2384         * src/prefs_compose_writing.c
2385         * src/prefs_quote.c
2386                 Fix a bug where Quotation characters (prefs/compose/writing)
2387                 was cleared (introduced w/ 2.9.2cvs26).
2388
2389 2007-06-04 [wwp]        2.9.2cvs34
2390
2391         * src/prefs_account.c
2392         * src/prefs_account.h
2393                 Better fix for compiling w/o aspell (rollbacks
2394                 2.9.2cvs31).
2395
2396 2007-06-04 [wwp]        2.9.2cvs33
2397
2398         * src/account.c
2399         * src/prefs_account.c
2400         * src/prefs_account.h
2401         * src/procmsg.c
2402                 It's now possible to disable mail filtering plugins
2403                 on a per-account basis.
2404
2405 2007-06-04 [wwp]        2.9.2cvs32
2406
2407         * src/procheader.c
2408         * src/common/utils.c
2409         * src/common/utils.h
2410                 Support CRLF in headers part of messages.
2411                 Support few more date formats (RFC3339 subsets).
2412
2413 2007-06-04 [wwp]        2.9.2cvs31
2414
2415         * src/prefs_account.c
2416                 Fix compiling w/o aspell support.
2417
2418 2007-06-03 [wwp]        2.9.2cvs30
2419
2420         * src/prefs_gtk.c
2421                 Don't decode leading ENV_ and ~ in P_PASSWORD
2422                 values.
2423
2424 2007-06-03 [wwp]        2.9.2cvs29
2425
2426         * src/prefs_gtk.c
2427                 Don't decode leading ENV_ and ~ in P_PASSWORD
2428                 values.
2429
2430 2007-06-03 [wwp]        2.9.2cvs28
2431
2432         * src/prefs_account.c
2433         * src/gtk/prefswindow.c
2434         * src/gtk/prefswindow.h
2435                 Added a way to force preloading of all pages
2436                 (prefswindow).
2437                 Moved tabs to pages in account prefs.
2438
2439 2007-06-02 [colin]      2.9.2cvs27
2440
2441         * src/addressbook.c
2442                 Fix possible crash, fix ldap write bugs
2443         * src/ldapupdate.c
2444                 Fix ldap write bugs - patch by Michael
2445                 Rasmussen
2446         * src/alertpanel.c
2447         * src/alertpanel.h
2448                 Add a hook whenever alertpanel opens/closes
2449
2450 2007-05-31 [wwp]        2.9.2cvs26
2451
2452         * src/prefs_compose_writing.c
2453         * src/prefs_quote.c
2454                 Re-organized writing options a bit:
2455                  - renamed the Quoting page to Templates
2456                  - moved all composing templates to that page
2457                  - moved non-templates options to the Writing one,
2458                    grouped reply-related options, reordered reply and
2459                    forward options.
2460
2461 2007-05-31 [wwp]        2.9.2cvs25
2462
2463         * src/compose.c
2464                 Removed unused code.
2465
2466 2007-05-31 [colin]      2.9.2cvs24
2467
2468         * src/addressbook.c
2469                 Fix missing display name when modifying
2470                 LDAP. Patch by Michael Rasmussen
2471
2472 2007-05-31 [wwp]        2.9.2cvs23
2473
2474         * src/plugins/bogofilter/Makefile.am
2475         * src/plugins/clamav/Makefile.am
2476         * src/plugins/demo/Makefile.am
2477         * src/plugins/dillo_viewer/Makefile.am
2478         * src/plugins/spamassassin/Makefile.am
2479                 Fix building of those plugins in Mac OS X.
2480
2481 2007-05-30 [wwp]        2.9.2cvs22
2482
2483         * src/gtk/quicksearch.c
2484                 Fix missing initialization.
2485
2486 2007-05-30 [wwp]        2.9.2cvs21
2487
2488         * src/procheader.c
2489                 Revert accidental commit (debug outputs).
2490
2491 2007-05-30 [wwp]        2.9.2cvs20
2492
2493         * src/compose.c
2494         * src/folder_item_prefs.c
2495         * src/folder_item_prefs.h
2496         * src/prefs_account.c
2497         * src/prefs_account.h
2498         * src/prefs_folder_item.c
2499         * src/prefs_gtk.c
2500         * src/prefs_gtk.h
2501                 Implemented per-account and per-folder
2502                 compose/reply/forward formats.
2503
2504 2007-05-30 [wwp]        2.9.2cvs19
2505
2506         * src/prefs_compose_writing.c
2507         * src/prefs_quote.c
2508         * src/procheader.c
2509         * src/quote_fmt.c
2510         * src/quote_fmt.h
2511                 Internal API changes (factorize quote format
2512                 prefs and checks).
2513
2514 2007-05-30 [colin]      2.9.2cvs18
2515
2516         * src/compose.c
2517                 Fix race where it's possible to re-click Send
2518                 between end of SMTP session and end of "move to
2519                 sent folder" when sending an email with send
2520                 dialog enabled.
2521
2522 2007-05-30 [colin]      2.9.2cvs17
2523
2524         * src/crash.c
2525                 Ask for backtrace on all threads. Patch by
2526                 Pawel
2527         * src/folderview.c
2528                 Fix stale news statusbar when scanning fails.
2529                 Patch by Pawel
2530         * src/ldapupdate.c
2531                 Fix some LDAP write updates bugs. Patch
2532                 by Michael Rasmussen
2533
2534 2007-05-29 [colin]      2.9.2cvs16
2535
2536         * src/imap.c
2537                 Fix loss of local flags when moving mails
2538                 on IMAP in high-bandwidth mode (UID FETCH)
2539
2540 2007-05-25 [paul]       2.9.2cvs15
2541
2542         * src/common/socket.c
2543                 fix sometimes crasher on cancelling
2544                 message sending
2545
2546 2007-05-25 [colin]      2.9.2cvs14
2547
2548         * src/imap.c
2549                 Fix a memory leak
2550         * src/imap_gtk.c
2551                 Be more helpful in the subscription
2552                 message
2553
2554 2007-05-23 [wwp]        2.9.2cvs13
2555
2556         * src/compose.c
2557         * src/prefs_compose_writing.c
2558         * src/prefs_quote.c
2559         * src/prefs_template.c
2560         * src/prefs_template.h
2561         * src/quote_fmt.c
2562         * src/quote_fmt.h
2563         * src/quote_fmt_lex.l
2564         * src/quote_fmt_parse.y
2565                 Introduced new syntax elements (symbols and commands)
2566                 in templates/quote_fmt. Compatibility w/ old
2567                 symbols is kept.
2568                 Updated and reworked the corresponding Information
2569                 dialog.
2570                 Display the line number in dialogs that talk about
2571                 parser errors (in addition to the error message in
2572                 output).
2573
2574 2007-05-23 [wwp]        2.9.2cvs12
2575
2576         * src/quote_fmt_parse.y
2577                 Fix 2.9.2cvs11, probably a paste accident ;).
2578
2579 2007-05-23 [wwp]        2.9.2cvs11
2580
2581         * src/compose.c
2582         * src/prefs_template.c
2583         * src/quote_fmt.h
2584         * src/quote_fmt_parse.y
2585                 Fix 2.9.2cvs10, which broke --disable-aspell.
2586
2587 2007-05-22 [wwp]        2.9.2cvs10
2588
2589         * src/compose.c
2590         * src/prefs_template.c
2591         * src/quote_fmt.c
2592         * src/quote_fmt.h
2593         * src/quote_fmt_lex.l
2594         * src/quote_fmt_parse.y
2595         * src/gtk/gtkaspell.c
2596         * src/gtk/gtkaspell.h
2597                 Added template/quote format syntactical elements
2598                 to show and query:
2599                         - current dictionary
2600                           %T to show (shows empty if not set or not enabled),
2601                           ?T and !T to check if the default dictionary is
2602                           enabled and set
2603                         - current account's default dictionary
2604                           %aT to show (empty if not set or not enabled),
2605                           ?aT and !aT to check if it's enabled and set
2606                         - name completion for an address, from the address
2607                           book
2608                           %ABf, %ABt, %ABc respectively show the full name got
2609                           from the address book if From, To or Cc match a single
2610                           contact.
2611                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2612                           matches any contact and if the full name is non-empty.
2613                           If From, To or Cc are lists of email addresses, only
2614                           the first address will be checked.
2615                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2616                 that could show a trailing ','.
2617                 Also, template/quote_fmt parser now shows the line number in case
2618                 of parser error.
2619
2620 2007-05-15 [colin]      2.9.2cvs9
2621
2622         * src/main.c
2623         * src/main.h
2624                 Add a public function to know whether Claws
2625                 crashed last time
2626                 Store opened folder when exiting
2627         * src/folder.c
2628         * src/folder.h
2629                 Store last opened message in each FolderItem;
2630                 Reset last seen messages if Claws crashed, so 
2631                 that one can't go in an infinite crash in case 
2632                 a particular mail crashes Claws.
2633         * src/messageview.c
2634         * src/prefs_common.c
2635         * src/prefs_common.h
2636         * src/summaryview.c
2637         * src/prefs_summaries.c
2638                 Add "Select last opened message" when entering
2639                 a folder
2640                 Add "Select last opened folder" at startup.
2641
2642 2007-05-14 [colin]      2.9.2cvs8
2643
2644         * manual/xml2pdf
2645                 Fix bashism, search for xml catalog 
2646                 in /usr/local/share/xml/catalog too
2647                 Patch by Pawel
2648
2649 2007-05-13 [wwp]        2.9.2cvs7
2650
2651         * src/gtk/logwindow.c
2652                 fix raising log windows when they are either minimized or
2653                 in background.
2654
2655 2007-05-11 [colin]      2.9.2cvs6
2656
2657         * src/gtk/filesel.c
2658                 Use Hildon's file chooser on Maemo. Patch
2659                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2660                 'File attachment "manipulation" bugs...'
2661
2662 2007-05-10 [wwp]        2.9.2cvs5
2663
2664         * src/prefs_common.c
2665         * src/prefs_common.h
2666         * src/gtk/quicksearch.c
2667                 Add a quicksearch option to automatically run
2668                 a search selected from the history (this option
2669                 is exclusive towards type-ahead).
2670
2671 2007-05-10 [colin]      2.9.2cvs4
2672
2673         * src/imap.c
2674                 Fix g_warnings, thanks to Brian
2675                 Morrison
2676
2677 2007-05-09 [colin]      2.9.2cvs3
2678
2679         * src/crash.c
2680         * src/exporthtml.c
2681         * src/mbox.c
2682         * src/prefs_summaries.c
2683         * src/procheader.c
2684         * src/common/log.c
2685         * src/common/utils.c
2686         * src/gtk/gtksourceprintjob.c
2687         * src/gtk/sslcertwindow.c
2688                 Use the re-entrant variant of time functions
2689                 Probably fixes bug 1217, 'reentrancy problems 
2690                 with time functions'
2691
2692 2007-05-09 [colin]      2.9.2cvs2
2693
2694         * src/imap.c
2695                 Fix crasher when reconnection fails
2696
2697 2007-05-08 [paul]       2.9.2cvs1
2698
2699         * NEWS
2700         * README
2701         * RELEASE_NOTES
2702         * configure.ac
2703                 bump version number following
2704                 stable release
2705
2706 2007-05-08 [paul]       2.9.1cvs48
2707
2708         * src/plugins/demo/demo.c
2709         * src/plugins/dillo_viewer/dillo_prefs.c
2710         * src/plugins/dillo_viewer/dillo_prefs.h
2711         * src/plugins/dillo_viewer/dillo_viewer.c
2712         * src/plugins/pgpcore/pgp_viewer.c
2713         * src/plugins/pgpcore/pgp_viewer.h
2714         * src/plugins/pgpcore/plugin.c
2715         * src/plugins/pgpcore/prefs_gpg.c
2716         * src/plugins/pgpcore/prefs_gpg.h
2717         * src/plugins/pgpcore/sgpgme.c
2718         * src/plugins/pgpcore/sgpgme.h
2719         * src/plugins/pgpinline/plugin.c
2720         * src/plugins/pgpmime/pgpmime.c
2721         * src/plugins/pgpmime/pgpmime.h
2722         * src/plugins/pgpmime/plugin.c
2723         * src/plugins/spamassassin/spamassassin.c
2724         * src/plugins/spamassassin/spamassassin.h
2725         * src/plugins/spamassassin/spamassassin_gtk.c
2726         * src/plugins/trayicon/README
2727         * tools/README
2728         * tools/README.sylprint
2729         * tools/outlook2claws-mail.pl
2730         * tools/sylprint.pl
2731         * tools/tb2claws-mail
2732         * tools/tbird2claws.py
2733         * tools/update-po
2734         * tools/vcard2xml.py
2735         * tools/kdeservicemenu/README
2736                 cleanups and corrections
2737
2738 2007-05-06 [wwp]        2.9.1cvs47
2739
2740         * tools/uudec
2741                 Fix missing dash to `display` command-line, reported
2742                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2743
2744 2007-05-06 [colin]      2.9.1cvs46
2745
2746         * src/Makefile.am
2747         * src/stock_pixmap.c
2748         * src/stock_pixmap.h
2749         * src/pixmaps/printer.xpm
2750                 Add a printer icon
2751
2752 2007-05-06 [paul]       2.9.1cvs45
2753
2754         * src/compose.c
2755         * src/ldapquery.c
2756         * src/privacy.h
2757         * src/summary_search.c
2758         * src/summaryview.c
2759                 fix build warnings
2760
2761 2007-05-05 [wwp]        2.9.1cvs44
2762
2763         * src/messageview.c
2764         * src/mh.c
2765         * src/prefs_actions.c
2766         * src/prefs_gtk.c
2767         * src/summaryview.c
2768         * src/common/xml.c
2769                 Fix "faild" typos everywhere and capitalization of
2770                 some g_warnings.
2771
2772 2007-05-04 [colin]      2.9.1cvs43
2773
2774         * src/compose.c
2775         * src/privacy.c
2776         * src/privacy.h
2777         * src/plugins/pgpcore/prefs_gpg.c
2778         * src/plugins/pgpcore/prefs_gpg.h
2779         * src/plugins/pgpinline/pgpinline.c
2780         * src/plugins/pgpmime/pgpmime.c
2781                 Add an API to warn about encryption limits,
2782                 and allow to disable these warnings
2783
2784 2007-05-03 [colin]      2.9.1cvs42
2785
2786         * src/summaryview.c
2787         * src/mainwindow.c
2788                 Fix bug 1213, 'Delete more than 
2789                 one thread at once'
2790
2791 2007-05-03 [wwp]        2.9.1cvs41
2792
2793         * src/prefs_common.c
2794         * src/prefs_filtering.c
2795         * src/prefs_template.c
2796         * src/common/template.c
2797         * src/common/template.h
2798         * src/gtk/gtkutils.c
2799         * src/gtk/gtkutils.h
2800                 Templates are no longer automatically sorted
2801                 by name, but can be sorted manually using
2802                 |< < > >| buttons as well as drag'n'drop.
2803
2804 2007-05-03 [wwp]        2.9.1cvs40
2805
2806         * src/plugins/spamassassin/spamassassin.c
2807         * src/plugins/spamassassin/spamassassin.h
2808         * src/plugins/spamassassin/spamassassin_gtk.c
2809         * src/plugins/bogofilter/bogofilter.c
2810         * src/plugins/bogofilter/bogofilter.h
2811         * src/plugins/bogofilter/bogofilter_gtk.c
2812                 Added an option to conditionally mark saved spam
2813                 as read (default is and was to do so).
2814                 Satisfies feature request 1708539 on sf.net tracker.
2815
2816 2007-05-03 [colin]      2.9.1cvs39
2817
2818         * src/inc.c
2819                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2820
2821 2007-05-02 [colin]      2.9.1cvs38
2822
2823         * src/textview.c
2824                 Fix bug 1209, 'Clicking on address 
2825                 in header (mailto uri) selects 
2826                 default account'. Patch adapted from
2827                 G.P. Halkes' patch.
2828
2829 2007-05-02 [colin]      2.9.1cvs37
2830
2831         * src/grouplistdialog.c
2832                 Set cursor to wait cursor while loading
2833                 groups.
2834
2835 2007-05-02 [paul]       2.9.1cvs36
2836
2837         * src/folder.c
2838         * src/common/defs.h
2839                 rename cache and mark files
2840                 (data is preserved)
2841
2842 2007-04-30 [paul]       2.9.1cvs35
2843
2844         * manual/glossary.xml
2845         * manual/plugins.xml
2846                 updates. Patch by Ricardo
2847
2848 2007-04-29 [wwp]        2.9.1cvs34
2849
2850         * src/mainwindow.c
2851         * configure.ac
2852                 Fix few grammatical errors (patch by David Relson < relson at
2853                 osagesoftware dot com >).
2854
2855 2007-04-28 [colin]      2.9.1cvs33
2856
2857         * src/account.c
2858         * src/pop.c
2859         * src/prefs_account.c
2860         * src/prefs_account.h
2861                 Drop the "Download all" preference. It's
2862                 stupidly useless and confuses people from
2863                 time to time.
2864
2865 2007-04-27 [wwp]        2.9.1cvs32
2866
2867         * src/account.c
2868         * src/prefs_account.c
2869         * src/prefs_account.h
2870                 Don't reflect accounts changes to the mainwindow when it's
2871                 not necessary.
2872
2873 2007-04-27 [colin]      2.9.1cvs31
2874
2875         * src/folder.c
2876                 Freeze/thaw when sync'ing flags
2877         * src/imap.c
2878         * src/prefs_account.c
2879         * src/prefs_account.h
2880         * src/etpan/imap-thread.c
2881         * src/etpan/imap-thread.h
2882                 Add a way to use UID FETCH instead
2883                 of searches to fetch message lists
2884                 and flags. More expensive towards
2885                 bandwidth, less expensive towards
2886                 server's CPU. Probably fixes 
2887                 bug 1158, 'Scanning new folders on 
2888                 Exchange 2007 extremely slow'.
2889                 Patch 95% by Hoa.
2890
2891 2007-04-27 [paul]       2.9.1cvs30
2892
2893         * src/mainwindow.c
2894         * src/prefs_logging.c
2895                 improvements to english usage
2896
2897 2007-04-27 [colin]      2.9.1cvs29
2898
2899         * src/imap.c
2900                 Fix build without libetpan (my bad!)
2901
2902 2007-04-26 [colin]      2.9.1cvs28
2903
2904         * src/imap.c
2905         * src/imap.h
2906                 Fix uselessly exported function
2907         * src/textview.c
2908                 Consider "- -- \n" as signature separator
2909                 (that's what signature separators look like
2910                  in PGP/Inline signed mails)
2911
2912 2007-04-26 [colin]      2.9.1cvs27
2913
2914         * configure.ac
2915                 libetpan-0.49 is now required
2916         * src/procmime.c
2917                 Fix double fetching of mails if
2918                 first try failed
2919         * src/imap.c
2920                 Make offline sync faster, by
2921                 remembering last change time, and
2922                 last sync time.
2923
2924 2007-04-26 [hoa]        2.9.1cvs26
2925
2926         * src/imap.c
2927         * src/imap.h
2928         * src/mainwindow.c
2929         * src/toolbar.c
2930         * src/etpan/imap-thread.c
2931         * src/etpan/imap-thread.h
2932                 cancellation of IMAP operations is now allowed.
2933                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2934
2935 2007-04-26 [colin]      2.9.1cvs25
2936
2937         * src/folder.c
2938                 Always fetch body+headers in folders that are
2939                 synched for offline use, if "Synchronise as
2940                 soon as possible" is set.
2941                 Fixes bug 1200, 'Add option to always retrieve full 
2942                 messages'
2943
2944 2007-04-25 [colin]      2.9.1cvs24
2945
2946         * src/compose.c
2947                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2948                 persists...'
2949
2950 2007-04-24 [colin]      2.9.1cvs23
2951
2952         * src/folderview.c
2953                 Fix bug 1195, 'Hardware key navigation' 
2954                 Make GDK_Enter toggle expansion (Maemo)
2955
2956 2007-04-24 [wwp]        2.9.1cvs22
2957
2958         * src/compose.c
2959                 Fix few compiler warnings.
2960
2961 2007-04-24 [paul]       2.9.1cvs21
2962
2963         * src/Makefile.am
2964         * src/stock_pixmap.c
2965         * src/stock_pixmap.h
2966                 complete last commit
2967
2968 2007-04-24 [paul]       2.9.1cvs20
2969
2970         * src/gtk/about.c
2971         * src/pixmaps/active.xpm
2972         * src/pixmaps/checkbox_off.xpm
2973         * src/pixmaps/checkbox_on.xpm
2974         * src/pixmaps/inactive.xpm
2975                 kick out the blobs
2976                 remove transparent border from checkbox icons
2977
2978 2007-04-24 [wwp]        2.9.1cvs19
2979
2980         * src/textview.c
2981         * src/textview.h
2982                 Fix a crash in textview, thanks to Colin.
2983
2984 2007-04-23 [wwp]        2.9.1cvs18
2985
2986         * src/prefs_common.c
2987                 Fix 2.9.1cvs5: no header was being translated at all.
2988
2989 2007-04-23 [colin]      2.9.1cvs17
2990
2991         * src/Makefile.am
2992         * src/stock_pixmap.c
2993         * src/stock_pixmap.h
2994         * src/summaryview.c
2995         * src/summaryview.h
2996         * src/gtk/gtksctree.c
2997         * src/gtk/gtksctree.h
2998         * src/pixmaps/selection.xpm
2999                 Fix bug 1193, 'Need a way to multi-select
3000                 items'. Add a toggle button to the summaryview
3001                 to switch between normal and multiple selection
3002                 (Maemo)
3003
3004 2007-04-23 [colin]      2.9.1cvs16
3005
3006         * src/Makefile.am
3007         * src/stock_pixmap.c
3008         * src/stock_pixmap.h
3009         * src/summaryview.c
3010         * src/summaryview.h
3011         * src/gtk/gtksctree.c
3012         * src/gtk/gtksctree.h
3013         * src/pixmaps/selection.xpm
3014                 Fix bug 1193, 'Need a way to multi-
3015                 select items'
3016                 Add a toggle button in the summaryview
3017                 to enable normal or multiple selection.
3018                 (Maemo)
3019
3020 2007-04-23 [colin]      2.9.1cvs15
3021
3022         * src/compose.c
3023                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3024
3025 2007-04-21 [colin]      2.9.1cvs14
3026
3027         * src/gtk/quicksearch.c
3028                 Fix previous commit (actually use correct
3029                 parameter)
3030
3031 2007-04-21 [colin]      2.9.1cvs13
3032
3033         * src/gtk/quicksearch.c
3034                 Fix changing quicksearch type (after Esc,
3035                 after changing Recursive, ...)
3036
3037 2007-04-20 [wwp]        2.9.1cvs12
3038
3039         * src/gtk/Makefile.am
3040                 Added headers.h (completes 2.9.1cvs5).
3041
3042 2007-04-20 [wwp]        2.9.1cvs11
3043
3044         * src/addressbook.c
3045                 Fix the use of display name in name column,
3046                 it has been overriden w/ the use of nickname
3047                 by 2.9.0cvs3. Now nickname is used (if any)
3048                 in case of LDAP books only.
3049
3050 2007-04-20 [colin]      2.9.1cvs10
3051
3052         * src/mimeview.c
3053         * src/summaryview.c
3054         * src/textview.c
3055                 Add handling of 'a' to loop in a mail's
3056                 mimeparts
3057
3058 2007-04-20 [colin]      2.9.1cvs9
3059
3060         * src/toolbar.c
3061                 Fix bug 1190, 'dir_open' button doesn't work'
3062                 (Maemo)
3063
3064 2007-04-20 [colin]      2.9.1cvs8
3065
3066         * src/folderview.c
3067         * src/mainwindow.c
3068                 Fix bug 1194, 'Hardware keys move from email 
3069                 list to account/directory list, but not back 
3070                 to email list...' (Maemo)
3071
3072 2007-04-20 [colin]      2.9.1cvs7
3073
3074         * src/compose.h
3075                 complete previous commit
3076
3077 2007-04-20 [colin]      2.9.1cvs6
3078
3079         * src/compose.c
3080                 Fix bug 1187, 'Reply-to addressee disappears 
3081                 when reply-to text box is clicked...' (Maemo)
3082
3083 2007-04-20 [wwp]        2.9.1cvs5
3084
3085         * po/POTFILES.in
3086         * src/addressbook.c
3087         * src/compose.c
3088         * src/filtering.c
3089         * src/headerview.c
3090         * src/matcher.c
3091         * src/prefs_common.c
3092         * src/prefs_common.h
3093         * src/prefs_display_header.c
3094         * src/prefs_matcher.c
3095         * src/summaryview.c
3096         * src/gtk/headers.h
3097         * src/gtk/quicksearch.c
3098                 Translate more header names according to the relevant option value,
3099                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3100                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3101                 to prefs_common_translated_header_name().
3102                 Added a headers.h reference file that contains known header names
3103                 (RFC2822 and others) to the translation process' input, so that
3104                 translated header names will still exist even if no occurrence of
3105                 _("headername") is found anymore in the sources.
3106                 Don't translate column name 'Number' following to trans_hdr option
3107                 value as it's not a header name.
3108
3109 2007-04-20 [colin]      2.9.1cvs4
3110
3111         * src/gtk/quicksearch.c
3112         * src/gtk/quicksearch.h
3113                 Add "From, To or Subject" quicksearch
3114                 type. Patch by ulfschaper@users.sf.net
3115
3116 2007-04-20 [colin]      2.9.1cvs3
3117
3118         * src/matcher.c
3119                 Implement proper references filtering condition.
3120                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3121
3122 2007-04-19 [wwp]        2.9.1cvs2
3123
3124         * src/prefs_display_header.c
3125         * src/message_search.c
3126                 Fix few warnings (g_free of const gchar*).
3127
3128 2007-04-19 [paul]       2.9.1cvs1
3129
3130         * NEWS
3131         * README
3132         * RELEASE_NOTES
3133         * configure.ac
3134                 bump version number following
3135                 stable release
3136
3137 2007-04-19 [paul]       2.9.0cvs9
3138
3139         * manual/advanced.xml
3140         * manual/glossary.xml
3141                 fix typos
3142
3143 2007-04-18 [paul]       2.9.0cvs8
3144
3145         * src/pop.c
3146                 fix for CVE-2007-1558 (APOP)
3147                 Thanks to Colin
3148
3149 2007-04-18 [paul]       2.9.0cvs7
3150
3151         * src/messageview.c
3152         * src/mimeview.c
3153         * src/summaryview.c
3154         * src/gtk/filesel.c
3155                 Fix encoding woes wrt saving of
3156                 mails and parts
3157                 Thanks to Colin
3158
3159 2007-04-18 [colin]      2.9.0cvs6
3160
3161         * src/gtk/pluginwindow.c
3162                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3163
3164 2007-04-17 [wwp]        2.9.0cvs5
3165
3166         * src/addressadd.c
3167         * src/addressbook.c
3168         * src/addrindex.c
3169         * src/ldapupdate.c
3170                 Fix --disable-ldap build,
3171                 fix some LDAP annoyances on 
3172                 searches, thanks to Colin.
3173
3174 2007-04-17 [wwp]        2.9.0cvs4
3175
3176         * src/ldapupdate.c
3177                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3178                 like gcc 2.9x. Thanks to Colin.
3179
3180 2007-04-17 [wwp]        2.9.0cvs3
3181
3182         * src/Makefile.am
3183         * src/addressadd.c
3184         * src/addressbook.c
3185         * src/addrindex.c
3186         * src/addritem.c
3187         * src/addritem.h
3188         * src/editaddress.c
3189         * src/ldapctrl.c
3190         * src/ldapctrl.h
3191         * src/ldapquery.c
3192         * src/ldapserver.c
3193         * src/ldapserver.h
3194         * src/ldapupdate.c
3195         * src/ldapupdate.h
3196                 Add LDAP write support. Patch mostly by 
3197                 Michael <mir at datanom dot net>
3198
3199 2007-04-17 [wwp]        2.9.0cvs2
3200
3201         * src/compose.c
3202                 Prepend "Add to address book" to the context menu of compose window's sender and
3203                 recipient fields.
3204
3205 2007-04-16 [paul]       2.9.0cvs1
3206
3207         * src/gtk/authors.h
3208                 add Pader Rezso
3209
3210 2007-04-16 [paul]       2.9.0
3211
3212         * NEWS
3213         * README
3214         * RELEASE_NOTES
3215                 2.9.0 released
3216
3217 2007-04-16 [paul]       2.8.1cvs102
3218
3219         * po/fr.po
3220                 updated by Fabien Vantard
3221
3222 2007-04-16 [paul]       2.8.1cvs101
3223
3224         * po/ca.po
3225         * po/cs.po
3226         * po/de.po
3227         * po/hu.po
3228         * po/pl.po
3229         * po/pt_BR.po
3230         * po/sr.po
3231         * po/zh_CN.po
3232                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3233                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3234                 Aleksandar Urosevic, and Ralgh Young
3235
3236 2007-04-15 [mones]      2.8.1cvs100
3237
3238         * po/es.po
3239                 Updated for release
3240
3241 2007-04-14 [colin]      2.8.1cvs99
3242
3243         * src/message_search.c
3244         * src/prefs_display_header.c
3245         * src/summary_search.c
3246         * src/gtk/combobox.c
3247                 Fix allocations
3248
3249 2007-04-14 [wwp]        2.8.1cvs98
3250
3251         * src/gtk/combobox.c
3252         * src/message_search.c
3253         * src/summary_search.c
3254         * src/prefs_display_header.c
3255                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3256                 returns NULL, get the text value directly from the GtkEntry child.
3257
3258 2007-04-13 [colin]      2.8.1cvs97
3259
3260         * src/gtk/quicksearch.c
3261                 Give the focus back to summaryview when
3262                 emptying the quicksearch with Esc
3263
3264 2007-04-13 [colin]      2.8.1cvs96
3265
3266         * src/message_search.c
3267         * src/prefs_display_header.c
3268         * src/summary_search.c
3269                 Fix possibles crashes when getting text
3270                 from gtk combos
3271
3272 2007-04-13 [colin]      2.8.1cvs95
3273
3274         * src/pop.c
3275                 Add some UIDL debugging
3276
3277 2007-04-12 [colin]      2.8.1cvs94
3278
3279         * src/folder.c
3280                 Force folder scan if necessary after
3281                 copying mails, to be able to reapply
3282                 flags.
3283
3284 2007-04-11 [colin]      2.8.1cvs93
3285
3286         * src/main.c
3287                 don't scan for new mail on startup if --select
3288                 is specified (or race conditions arise). If so,
3289                 do both sequentially.
3290
3291 2007-04-09 [colin]      2.8.1cvs92
3292
3293         * src/common/defs.h
3294                 Use leafpad by default on Maemo. Patch
3295                 by Jean-Luc Biord.
3296
3297 2007-04-06 [colin]      2.8.1cvs91
3298
3299         * src/pixmaps/queue_close.xpm
3300         * src/pixmaps/queue_close_hrm.xpm
3301         * src/pixmaps/queue_close_hrm_mark.xpm
3302         * src/pixmaps/queue_close_mark.xpm
3303         * src/pixmaps/queue_open.xpm
3304         * src/pixmaps/queue_open_hrm.xpm
3305         * src/pixmaps/queue_open_hrm_mark.xpm
3306         * src/pixmaps/queue_open_mark.xpm
3307                 Move the clock one pixel down :)
3308
3309 2007-04-05 [colin]      2.8.1cvs90
3310
3311         * src/mainwindow.c
3312                 Don't sync when switching offline from
3313                 command line - it's usually too late :)
3314
3315 2007-04-05 [paul]       2.8.1cvs89
3316
3317         * src/Makefile.am
3318         * src/stock_pixmap.c
3319         * src/pixmaps/dir_close_hrm.xpm
3320         * src/pixmaps/dir_close_hrm_mark.xpm
3321         * src/pixmaps/drafts_close.xpm
3322         * src/pixmaps/drafts_close_mark.xpm
3323         * src/pixmaps/drafts_open.xpm
3324         * src/pixmaps/drafts_open_mark.xpm
3325         * src/pixmaps/inbox.xpm
3326         * src/pixmaps/inbox_close.xpm
3327         * src/pixmaps/inbox_close_hrm.xpm
3328         * src/pixmaps/inbox_close_hrm_mark.xpm
3329         * src/pixmaps/inbox_close_mark.xpm
3330         * src/pixmaps/inbox_hrm.xpm
3331         * src/pixmaps/inbox_hrm_mark.xpm
3332         * src/pixmaps/inbox_mark.xpm
3333         * src/pixmaps/inbox_open.xpm
3334         * src/pixmaps/inbox_open_hrm.xpm
3335         * src/pixmaps/inbox_open_hrm_mark.xpm
3336         * src/pixmaps/inbox_open_mark.xpm
3337         * src/pixmaps/outbox.xpm
3338         * src/pixmaps/outbox_close.xpm
3339         * src/pixmaps/outbox_close_hrm.xpm
3340         * src/pixmaps/outbox_close_hrm_mark.xpm
3341         * src/pixmaps/outbox_close_mark.xpm
3342         * src/pixmaps/outbox_hrm.xpm
3343         * src/pixmaps/outbox_hrm_mark.xpm
3344         * src/pixmaps/outbox_mark.xpm
3345         * src/pixmaps/outbox_open.xpm
3346         * src/pixmaps/outbox_open_hrm.xpm
3347         * src/pixmaps/outbox_open_hrm_mark.xpm
3348         * src/pixmaps/outbox_open_mark.xpm
3349         * src/pixmaps/queue_close.xpm
3350         * src/pixmaps/queue_close_hrm.xpm
3351         * src/pixmaps/queue_close_hrm_mark.xpm
3352         * src/pixmaps/queue_close_mark.xpm
3353         * src/pixmaps/queue_open.xpm
3354         * src/pixmaps/queue_open_hrm.xpm
3355         * src/pixmaps/queue_open_hrm_mark.xpm
3356         * src/pixmaps/queue_open_mark.xpm
3357                 updated, added and replaced icons
3358                 Icons by Colin
3359
3360 2007-04-04 [colin]      2.8.1cvs88
3361
3362         * src/imap.c
3363                 Fix build without libetpan
3364
3365 2007-04-03 [colin]      2.8.1cvs87
3366
3367         * src/imap.c
3368                 Fix crash with Citadel, and try to make
3369                 things work. this server (and specifically 
3370                 STATUS and APPEND at least) seems broken.
3371
3372 2007-04-03 [colin]      2.8.1cvs86
3373
3374         * src/folderview.c
3375                 Fix icons on folder close
3376
3377 2007-04-03 [colin]      2.8.1cvs85
3378
3379         * src/inc.c
3380                 Fix double-ask of offline override in
3381                 certain cases
3382         * src/imap.c
3383         * src/imap.h
3384         * src/imap_gtk.c
3385                 Much more efficient way to synchronise
3386                 for offline use
3387         * src/etpan/imap-thread.c
3388                 Fix possible segs
3389         * src/folder.c
3390         * src/gtk/quicksearch.c
3391                 Fix some GUI lags
3392
3393 2007-04-03 [paul]       2.8.1cvs84
3394
3395         * src/filtering.c
3396         * src/folder.c
3397         * src/folder.h
3398         * src/prefs_common.c
3399         * src/prefs_common.h
3400         * src/prefs_other.c
3401                 Fix sync being done too late
3402                 Thanks to Colin
3403
3404 2007-04-02 [colin]      2.8.1cvs83
3405
3406         * src/summaryview.c
3407                 Maemo: Put status and quicksearch at the top
3408         * src/plugins/bogofilter/bogofilter.c
3409         * src/plugins/spamassassin/spamassassin.c
3410                 Derive trash from inbox if possible
3411
3412 2007-04-02 [paul]       2.8.1cvs82
3413
3414         * src/plugins/bogofilter/bogofilter_gtk.c
3415                 a few English changes
3416
3417 2007-04-02 [paul]
3418
3419         2.9.0-rc1 released
3420
3421 2007-04-02 [colin]      2.8.1cvs81
3422
3423         * src/image_viewer.c
3424                 Fix transparent images by using
3425                 GtkImage
3426         * src/messageview.c
3427                 Flush events (on new windows) to avoid
3428                 having the textview's image resize fail
3429                 to know the available width
3430
3431 2007-04-01 [colin]      2.8.1cvs80
3432
3433         * src/prefs_account.c
3434                 If no MH mailbox exist, when creating a POP/Local
3435                 account, just create and use the default one 
3436                 instead of bailing with a "Mailbox doesn't exist"
3437                 error
3438
3439 2007-03-31 [colin]      2.8.1cvs79
3440
3441         * src/prefs_account.c
3442                 Create signature file if it doesn't exist
3443                 before editing
3444         * src/prefs_toolbar.c
3445                 Maemo: Move "Use default" on the left so
3446                 that people can find it
3447         * src/common/defs.h
3448                 Maemo: make default editor "Maemopad", 
3449                 default signature file "MyDocs/signature.txt"
3450
3451 2007-03-31 [colin]      2.8.1cvs78
3452
3453         * src/prefs_account.c
3454                 Maemo: rework account prefs so
3455                 that less horizontal scrolling
3456                 is required
3457
3458 2007-03-31 [colin]      2.8.1cvs77
3459
3460         * src/folderview.c
3461         * src/prefs_common.c
3462         * src/prefs_common.h
3463                 Fix bug 1167, 'Allow not displaying zeros 
3464                 in folder list'. Patch by MartinP
3465
3466 2007-03-31 [colin]      2.8.1cvs76
3467
3468         * AUTHORS
3469                 Add Jean-Luc Biord
3470
3471 2007-03-31 [colin]      2.8.1cvs75
3472
3473         * src/imap.c
3474                 Apply patch from bug 1172, direct
3475                 access to the folder's session instead
3476                 of using getter. Patch by MartinP
3477
3478 2007-03-31 [paul]       2.8.1cvs74
3479
3480         * src/gtk/authors.h
3481                 no need to list Fabien twice!
3482
3483 2007-03-31 [colin]      2.8.1cvs73
3484
3485         * src/inc.c
3486                 If we're currently "overriding for %d minutes",
3487                 don't ask
3488
3489 2007-03-31 [colin]      2.8.1cvs72
3490
3491         * src/compose.c
3492         * src/imap.c
3493         * src/inc.c
3494         * src/inc.h
3495         * src/messageview.c
3496         * src/news.c
3497         * src/plugins/spamassassin/spamassassin.c
3498                 Offline override: Add a parameter to allow
3499                 asking even if the override timer is running.
3500                 Allows to ask every time the user makes an
3501                 explicit action needing online access (such
3502                 as Get Mail), and not when the action is 
3503                 implicit (such as opening an IMAP folder)
3504
3505 2007-03-31 [colin]      2.8.1cvs71
3506
3507         * src/inc.c
3508                 Override offline: "No" answer shouldn't
3509                 re-ask after 3 seconds, but 10 minutes. 
3510
3511 2007-03-30 [colin]      2.8.1cvs70
3512
3513         * src/common/socket.c
3514                 Better error reporting on unix socket
3515                 failure (bind usually)
3516         * src/gtk/gtkutils.c
3517         * src/gtk/gtkutils.h
3518                 Label window: add a pulsing progress
3519                 bar to show we're not hung :)
3520         * src/folderview.c
3521         * src/main.c
3522         * src/plugins/pgpcore/sgpgme.c
3523                 Update API
3524
3525 2007-03-30 [colin]      2.8.1cvs69
3526
3527         * src/pop.c
3528         * src/prefs_common.c
3529                 Fix possible trashing of history and uidl
3530                 files on disk full problems
3531
3532 2007-03-30 [paul]       2.8.1cvs68
3533
3534         * src/mainwindow.c
3535         * src/summaryview.c
3536         * src/summaryview.h
3537                 update summary when changing layout type
3538                 (fixes wrong folder icon being displayed)
3539                 Thanks to Colin
3540
3541 2007-03-29 [colin]      2.8.1cvs67
3542
3543         * src/prefs_ext_prog.c
3544                 The browser pref is irrelevant on Maemo
3545
3546 2007-03-29 [colin]      2.8.1cvs66
3547
3548         * src/compose.c
3549         * src/compose.h
3550                 Maemo: dynamically switch headers/text position
3551         * src/prefs_common.c
3552                 Maemo: hide compose's ruler by default
3553         * src/common/socket.c
3554         * src/common/socket.h
3555                 Fix build warning
3556
3557 2007-03-29 [colin]      2.8.1cvs65
3558
3559         * src/common/socket.c
3560         * src/common/socket.h
3561                 Fix build when MAEMO_CFLAGS contains
3562                 _X_OPENSOURCE (resolv.h errors as long
3563                 as we don't add _BSD_SOURCE. Ugly).
3564
3565 2007-03-29 [wwp]        2.8.1cvs64
3566
3567         * src/prefs_logging.c
3568                 Fix sensitivity of clip-log widgets in prefs/logging,
3569                 thanks to Fabien.
3570
3571 2007-03-29 [wwp]        2.8.1cvs63
3572
3573         * po/POTFILES.in
3574                 Updated files list for translations, thanks to Fabien.
3575
3576 2007-03-29 [colin]      2.8.1cvs62
3577
3578         * src/main.c
3579         * src/common/Makefile.am
3580         * src/common/utils.c
3581                 Maybe make URI opening work in Maemo
3582                 Requires testing :)
3583
3584 2007-03-28 [colin]      2.8.1cvs61
3585
3586         * src/folder.c
3587         * src/folder.h
3588         * src/folderview.c
3589                 Add the possibility to sort folders arbitrarily
3590                 (via editing of folderlist.xml only). Patch by
3591                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3592                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3593                 be changed by the user'
3594
3595 2007-03-28 [colin]      2.8.1cvs60
3596
3597         * src/mimeview.c
3598                 Add popup menu for mime icons
3599
3600 2007-03-28 [colin]      2.8.1cvs59
3601
3602         * src/mainwindow.c
3603                 Fix a layout issue when presenting
3604                 mainwindow in Small screen layout
3605         * src/toolbar.c
3606         * src/toolbar.h
3607                 Add a "Go to folder list" button for
3608                 mainwindow, and make it default in
3609                 the Maemo build
3610
3611 2007-03-28 [colin]      2.8.1cvs58
3612
3613         * src/compose.c
3614                 Don't dynamically update title on Maemo
3615                 Patch by Jean-Luc Biord
3616
3617 2007-03-27 [colin]      2.8.1cvs57
3618
3619         * src/compose.c
3620         * src/folderview.c
3621         * src/summaryview.c
3622                 Enable tap-and-hold on Maemo
3623
3624 2007-03-26 [colin]      2.8.1cvs56
3625
3626         * src/compose.c
3627                 More popup-menu (in attachments list)
3628
3629 2007-03-26 [colin]      2.8.1cvs55
3630
3631         * src/compose.c
3632                 Enable popup-menu signal
3633
3634 2007-03-26 [colin]      2.8.1cvs54
3635
3636         * src/plugins/pgpinline/pgpinline.c
3637                 Fix bug 1111, 'PGP/inline plugin hides text 
3638                 around encrypted text block'. Patch based on
3639                 a patch from Michal Cihar.
3640
3641 2007-03-26 [wwp]        2.8.1cvs53
3642
3643         * src/procmsg.c
3644                 Fix getting a false error when sending queued message
3645                 whereas the sending was fine (if there are subfolders
3646                 in the queue folder), thanks to Colin.
3647
3648 2007-03-26 [paul]       2.8.1cvs52
3649
3650         * src/wizard.c
3651                 update FACE header in welcome message
3652
3653 2007-03-25 [colin]      2.8.1cvs51
3654
3655         * src/Makefile.am
3656                 Fix make dist
3657
3658 2007-03-25 [colin]      2.8.1cvs50
3659
3660         * src/main.c
3661                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3662
3663 2007-03-24 [colin]      2.8.1cvs49
3664
3665         * src/main.c
3666                 Fix a few launch problems on Maemo
3667                 Patch by Jean-Luc Biord
3668
3669 2007-03-24 [wwp]        2.8.1cvs48
3670
3671         * src/alertpanel.c
3672       &n