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