2008-01-21 [colin] 3.2.0cvs57
[claws.git] / ChangeLog
1 2008-01-21 [colin]      3.2.0cvs57
2
3         * AUTHORS
4         * src/matcher.c
5         * src/mimeview.c
6         * src/common/ssl.c
7         * src/gtk/authors.h
8                 Fix bug 1478, 'Wrong pthread_create calls all 
9                 over the place'. Patch by Christian Cornelssen
10
11 2008-01-20 [colin]      3.2.0cvs56
12
13         * src/imap.c
14         * src/etpan/imap-thread.c
15         * src/etpan/imap-thread.h
16                 Fix bug 1468, 'Use IMAP keyword to 
17                 store "forwarded" flag'
18
19 2008-01-20 [colin]      3.2.0cvs55
20
21         * src/folderutils.c
22                 Make list operations faster
23
24 2008-01-20 [colin]      3.2.0cvs54
25
26         * src/mainwindow.c
27                 Fix bug 1353, 'on startup with small screen 
28                 layout, keyboard input gets lost'
29
30 2008-01-20 [colin]      3.2.0cvs53
31
32         * src/textview.c
33                 Complete 3.2.0cvs49, and fixes bug 1477, 
34                 'Claws Mail crashes when view PGP-encrypted 
35                 message'
36
37 2008-01-20 [colin]      3.2.0cvs52
38
39         * src/compose.c
40                 Fix privacy menu update when replying to
41                 encrypted mail and no default privacy 
42                 system is set
43
44 2008-01-19 [colin]      3.2.0cvs51
45
46         * src/filtering.c
47         * src/procmsg.h
48         * src/plugins/bogofilter/bogofilter.c
49         * src/plugins/clamav/clamav_plugin.c
50         * src/plugins/spamassassin/spamassassin.c
51                 Batch filtering deletions too (and save 4 bytes
52                 per MsgInfo in the process :)
53
54 2008-01-19 [colin]      3.2.0cvs50
55
56         * src/folder.c
57                 Make cache update after copies much faster
58                 on IMAP
59
60 2008-01-19 [colin]      3.2.0cvs49
61
62         * src/textview.c
63                 Check g_fopen() success
64
65 2008-01-17 [wwp]        3.2.0cvs48
66
67         * manual/faq.xml
68         * manual/es/faq.xml
69         * manual/fr/faq.xml
70         * manual/pl/faq.xml
71                 Sylpheed? No idea what this means.
72
73 2008-01-17 [colin]      3.2.0cvs47
74
75         * src/gtk/gtksctree.c
76                 Make dnd threshold higher on Maemo
77
78 2008-01-16 [colin]      3.2.0cvs46
79
80         * src/common/passcrypt.c
81                 Fix build on FreeBSD, thanks to Pawel
82
83 2008-01-15 [colin]      3.2.0cvs45
84
85         * src/compose.c
86                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
87                 spell check of actuall word'
88         * src/summaryview.c
89                 Temporarily disable immediate execution when learning
90                 spam *only* if the summaryview isn't locked
91
92 2008-01-15 [wwp]        3.2.0cvs44
93
94         * src/prefs_filtering.c
95                 Fix filtering prefs layout (Maemo port), moving page up/down
96                 from buttons to context menu.
97
98 2008-01-15 [colin]      3.2.0cvs43
99
100         * src/compose.c
101                 Fix bug 1465, 'First line in new message does not mark URLs'
102
103 2008-01-15 [colin]      3.2.0cvs42
104
105         * src/common/passcrypt.c
106                 Fix bug 1461, 'several components #define 
107                 _XOPEN_SOURCE improperly'
108
109 2008-01-15 [colin]      3.2.0cvs41
110
111         * src/summaryview.c
112                 Fix bug 1469, 'Column width adjustments on message 
113                 lists do not save'
114
115 2008-01-14 [holger]     3.2.0cvs40
116
117         * configure.ac
118                 Add tests for dbus, dbus glib bindings,
119                 and NetworkManager. All is optional. Add new
120                 --(en|dis)able-networkmanager-support switch.
121         * src/Makefile.am
122         * src/imap.c
123         * src/inc.c
124         * src/main.c
125         * src/main.h
126         * src/mainwindow.c
127         * src/gtk/about.c
128                 Add optional NetworkManager support, so Claws Mail
129                 can try to do the right thing when the network connection
130                 status changes. NetworkManager support is active by
131                 default if above requirements were met.
132
133 2008-01-12 [colin]      3.2.0cvs39
134
135         * src/summaryview.c
136                 Advertise the click-on-reply feature in the tooltip
137
138 2008-01-12 [colin]      3.2.0cvs38
139
140         * src/Makefile.am
141         * src/stock_pixmap.c
142         * src/stock_pixmap.h
143         * src/pixmaps/tray_newmail.offline.xpm
144         * src/pixmaps/tray_newmail.xpm
145         * src/pixmaps/tray_newmarkedmail.offline.xpm
146         * src/pixmaps/tray_newmarkedmail.xpm
147         * src/pixmaps/tray_nomail.offline.xpm
148         * src/pixmaps/tray_nomail.xpm
149         * src/pixmaps/tray_unreadmail.offline.xpm
150         * src/pixmaps/tray_unreadmail.xpm
151         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
152         * src/pixmaps/tray_unreadmarkedmail.xpm
153         * src/plugins/trayicon/Makefile.am
154         * src/plugins/trayicon/newmail.offline.xpm
155         * src/plugins/trayicon/newmail.xpm
156         * src/plugins/trayicon/newmarkedmail.offline.xpm
157         * src/plugins/trayicon/newmarkedmail.xpm
158         * src/plugins/trayicon/nomail.offline.xpm
159         * src/plugins/trayicon/nomail.xpm
160         * src/plugins/trayicon/trayicon.c
161         * src/plugins/trayicon/unreadmail.offline.xpm
162         * src/plugins/trayicon/unreadmail.xpm
163         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
164         * src/plugins/trayicon/unreadmarkedmail.xpm
165                 Make the Trayicon plugin icons themable
166
167 2008-01-12 [wwp]        3.2.0cvs37
168
169         * src/prefs_display_header.c
170                 Fix extra leading hyphen visible in the display
171                 header configuration combo list (maemo).
172
173 2008-01-11 [colin]      3.2.0cvs36
174
175         * src/imap.c
176                 Set timeout to 1 before disconnecting all -
177                 for when one switches to offline and has 
178                 no network anymore
179         * src/messageview.c
180                 Fix bug 1454, 'error message shows parts and 
181                 signature of previous messages'
182         * src/prefs_common.c
183                 Maemo: Hide Send dialog by default
184
185 2008-01-10 [colin]      3.2.0cvs35
186
187         * src/action.c
188         * src/editldap.c
189         * src/prefs_account.c
190         * src/wizard.c
191         * src/gtk/inputdialog.c
192         * src/plugins/pgpcore/passphrase.c
193                 Maemo: Fix bug 1455, 'Password enters leading letter 
194                 incorrectly as uppercase'
195
196 2008-01-09 [colin]      3.2.0cvs34
197
198         * po/pl.po
199                 Fix bug 1446, 'SC crashes frequently when staying 
200                 in background'. Format string error in Polish 
201                 translation
202         * src/gtk/description_window.c
203         * src/prefs_template.c
204                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
205                 patch by Pawel
206         * src/wizard.c
207                 Maemo: Fix build
208
209 2008-01-08 [colin]      3.2.0cvs33
210
211         * src/main.c
212                 Maemo: connect HW status change signal for shutdown
213         * src/mainwindow.c
214                 Maemo: Fix hardware space key
215         * src/wizard.c
216                 Maemo: name mmc1 and 2 a better name
217
218 2008-01-08 [wwp]        3.2.0cvs32
219
220         * src/folder.c
221         * src/folder_item_prefs.c
222         * src/folder_item_prefs.h
223         * src/prefs_folder_item.c
224                 It's now possible to disable processing rules when
225                 entering a folder (this adds a new option to the
226                 folder properties dialog).
227
228 2008-01-08 [wwp]        3.2.0cvs31
229
230         * src/common/utils.c
231                 Mailto: now supports 'insert' (stands for 'insert file'), this
232                 adds the ability to create a new message from the command-line,
233                 with body set from an existing file contents.
234
235 2008-01-08 [colin]      3.2.0cvs30
236
237         * src/summaryview.c
238                 Maybe fix bug 1452, 'crash while drag'n'droping 
239                 emails to an IMAP folder'
240
241 2008-01-07 [wwp]        3.2.0cvs29
242
243         * src/prefs_filtering.c
244                 Static-alize a function, thanks to Colin.
245
246 2008-01-07 [colin]      3.2.0cvs28
247
248         * src/folderview.c
249                 Fix scrolling to bottom when drag and dropping
250         * src/summaryview.c
251                 Fix bug 1445, 'Display sender using addressbook: fails 
252                 when From: isn't an email address'
253
254 2008-01-07 [wwp]        3.2.0cvs27
255
256         * src/prefs_actions.c
257         * src/prefs_filtering.c
258         * src/prefs_template.c
259                 Add tooltips to most buttons in the templates, actions and
260                 filtering/processing dialogs.
261
262 2008-01-07 [wwp]        3.2.0cvs26
263
264         * src/prefs_filtering.c
265                  - add a clear button to clear dialog input fields
266                  - add page up and page down buttons to move selected rule up and down
267                  - in rules list popup-menu: added Delete, Delete all and Duplicate
268                  - popup-menu items are greyed out either if the list is empty (not counting the
269                    (New) row or if there is no selected item
270                  - clear store when closing dialog
271
272         * src/prefs_actions.c
273                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
274                    clear button, popup-menu
275                  - clear store when closing dialog
276
277         * src/prefs_template.c
278                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
279                    clear button, popup-menu 
280
281         * src/addrcustomattr.c
282                  - renamed popup-menu item Clear list to Delete all
283                  - grey out popup-menu items is there is no selected item or if list is empty
284                  - clear store when closing dialog
285
286         * src/edittags.c
287                  - added popup-menu item Delete all
288                  - grey out popup-menu items is there is no selected item or if list is empty
289                  - clear store when closing dialog
290
291 2008-01-06 [wwp]        3.2.0cvs25
292
293         * src/addressadd.c
294                 One more layout fix by Pawel (completes 3.2.0cvs24).
295
296 2008-01-05 [colin]      3.2.0cvs24
297
298         * src/addressadd.c
299                 Little GUI fixes, patch by Pawel
300
301 2007-12-29 [wwp]        3.2.0cvs23
302
303         * src/compose.c
304                 Fix for bug #1443, and strip possible whitespaces around
305                 custom header names.
306
307 2007-12-29 [mones]      3.2.0cvs22
308
309         * po/es.po
310                 Updated translation, corrected a term based 
311                 on suggestion from Israel Saeta Pérez,
312                 reverted awful X-Mailer translation
313         * src/procmime.c
314                 Complete cvs20 for FreeBSD, patch by Pawel
315
316 2007-12-29 [colin]      3.2.0cvs21
317
318         * src/textview.c
319                 Fix bug 1442, 'Tags are repeated in 
320                 encapsulated messages'
321
322 2007-12-28 [colin]      3.2.0cvs20
323
324         * src/procmime.c
325                 Fix path to mime/globs. Patch by Marten King.
326
327 2007-12-27 [colin]      3.2.0cvs19
328
329         * src/plugins/pgpcore/Makefile.am
330         * src/plugins/pgpinline/Makefile.am
331         * src/plugins/pgpmime/Makefile.am
332                 Add missing flags to build pgp plugins on maemo
333
334 2007-12-27 [colin]      3.2.0cvs18
335
336         * src/mainwindow.c
337                 Maximise before showing to avoid probable flickering
338                 on slow computers.
339
340 2007-12-27 [colin]      3.2.0cvs17
341
342         * src/main.c
343         * src/mainwindow.c
344         * src/prefs_common.c
345         * src/prefs_common.h
346                 Fix bug 1439, 'Claws Mail does not remember window size 
347                 state when restarted'. Save maximised state and force
348                 maximisation at startup if applicable.
349
350 2007-12-23 [paul]       3.2.0cvs16
351
352         * src/prefs_matcher.c
353                 fix bug 1436, 'Filter condition dialog doesn't
354                 load header name from current rules'
355
356 2007-12-22 [paul]       3.2.0cvs15
357
358         * src/compose.c
359                 fix bug 1435, 'Reply doesn't take into account
360                 reply-to field'
361
362 2007-12-21 [paul]       3.2.0cvs14
363
364         * src/common/ssl_certificate.c
365                 fix FreeBSD build with IPV6 support 
366
367 2007-12-20 [colin]      3.2.0cvs13
368
369         * src/imap.c
370                 Fix error handling
371
372 2007-12-20 [colin]      3.2.0cvs12
373
374         * src/imap.c
375         * src/imap.h
376         * src/prefs_account.c
377                 Add DIGEST-MD5 support for IMAP authentication
378
379 2007-12-19 [mones]      3.2.0cvs11
380
381         * doc/man/claws-mail.1
382                 Better ordering of sections, updated options
383         * po/es.po
384                 Updated strings
385
386 2007-12-19 [paul]       3.2.0cvs10
387
388         * src/prefs_account.c
389                 use a spinbutton instead of an entry for
390                 "POP authentication timeout" also
391
392 2007-12-19 [colin]      3.2.0cvs9
393
394         * src/prefs_filtering_action.c
395         * src/prefs_matcher.c
396         * src/gtk/description_window.c
397                 Destroy info windows with their parents
398                 Patch by Pawel
399
400 2007-12-19 [colin]      3.2.0cvs8
401
402         * src/prefs_account.c
403                 Use spinbuttons instead of entries where needed
404                 Patch by Pawel
405
406 2007-12-18 [paul]       3.2.0cvs7
407
408         * src/prefs_matcher.c
409                 add missing i18n for a few strings
410                 Patch by Stephan Sachse
411
412 2007-12-18 [paul]       3.2.0cvs6
413
414         * src/prefs_logging.c
415                 use 'disk' instead of 'disc'
416
417 2007-12-18 [paul]       3.2.0cvs5
418
419         * po/en_GB.po
420                 updated
421         * src/addrcustomattr.c
422         * src/editaddress.c
423                 fixes to the ingleesh
424         * src/prefs_filtering_action.c
425                 fix copyright header
426                 fix untranslated strings
427         * src/prefs_filtering_action.h
428                 fix copyright header
429
430 2007-12-18 [wwp]        3.2.0cvs4
431
432         * src/folderview.c
433         * src/headerview.c
434         * src/prefs_common.c
435         * src/prefs_common.h
436         * src/prefs_fonts.c
437         * src/summaryview.c
438         * src/textview.c
439         * src/wizard.c
440         * src/common/defs.h
441         * src/gtk/gtkutils.c
442                 Added prefs to set custom small and bold fonts
443                 (might matter on some desktops, according to
444                 DPI and font settings).
445
446 2007-12-18 [colin]      3.2.0cvs3
447
448         * src/prefs_logging.c
449                 Rework GUI, patch by Pawel
450
451 2007-12-18 [colin]      3.2.0cvs2
452
453         * src/prefs_filtering_action.c
454                 Rework GUI, patch by Pawel
455
456 2007-12-18 [colin]      3.2.0cvs1
457
458         * src/editaddress.c
459                 Fix build on old GCC
460                 Fix inverted buttons
461
462 2007-12-17 [paul]       3.2.0
463
464         * NEWS
465         * README
466         * RELEASE_NOTES 
467                 3.2.0 released
468
469 2007-12-17 [paul]       3.1.0cvs79
470
471         * po/de.po
472         * po/fr.po
473         * po/hu.po
474         * po/it.po
475         * po/pt_BR.po
476                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
477                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
478
479 2007-12-17 [mones]      3.1.0cvs78
480
481         * po/es.po
482                 Updated Spanish translation for 3.2.0 release
483
484 2007-12-16 [colin]      3.1.0cvs77
485
486         * src/addrcustomattr.c
487                 Fix translations, patch by Fabien
488
489 2007-12-15 [paul]       3.1.0cvs76
490
491         * src/folderview.c
492                 fix compiler warning
493
494 2007-12-14 [colin]      3.1.0cvs75
495
496         * src/folderview.c
497                 Simplify logic
498
499 2007-12-12 [wwp]        3.1.0cvs74
500
501         * AUTHORS
502         * src/gtk/authors.h
503                 Added Marius Glauser to the hall of fame.
504
505 2007-12-12 [wwp]        3.1.0cvs73
506
507         * src/gtk/gtkutils.c
508                 Improve the way we show results of searches
509                 in message bodies: selected text now get centered
510                 vertically in the message window.
511                 Patch by Marius Glauser <seelenhirt@gmx.net>.
512
513 2007-12-10 [colin]      3.1.0cvs72
514
515         * src/folder.c
516                 Don't crash when setting batch mode on no folder
517
518 2007-12-10 [colin]      3.1.0cvs71
519
520         * src/common/utils.c
521                 Fix potential buffer overrun (thanks to
522                 Hiroyuki)
523
524 2007-12-08 [paul]       3.1.0cvs70
525
526         * src/prefs_receive.c
527                 small change to the English
528
529 2007-12-08 [colin]      3.1.0cvs69
530
531         * src/vcard.c
532                 Fix warnings
533
534 2007-12-07 [colin]      3.1.0cvs68
535
536         * src/mainwindow.c
537         * src/summaryview.c
538         * src/summaryview.h
539                 Free simplify_subject_preg at exit
540
541 2007-12-07 [colin]      3.1.0cvs67
542
543         * src/main.c
544         * src/summaryview.c
545         * src/common/utils.c
546         * src/common/utils.h
547                 We have to free reused regexps from time to
548                 time, or they get huge
549
550 2007-12-07 [colin]      3.1.0cvs66
551
552         * src/vcard.c
553                 Fix QP decoding (and UTF8)
554
555 2007-12-07 [colin]      3.1.0cvs65
556
557         * src/addrcustomattr.c
558                 Update list of default custom attributes
559                 now (will be needed for a feature patch
560                 post 3.2.0)
561
562 2007-12-07 [colin]      3.1.0cvs64
563
564         * src/folder.c
565                 Batch on destination folder when copying - fixes
566                 slowness when moving unread mails to trash on IMAP
567
568 2007-12-06 [colin]      3.1.0cvs63
569
570         * src/common/w32_time.c
571         * src/common/w32lib.h
572         * src/etpan/etpan-thread-manager.c
573         * src/etpan/imap-thread.c
574         * src/etpan/nntp-thread.c
575         * src/gtk/Makefile.am
576                 Fix win32 build with libetpan. Thanks to
577                 Marcus Brinkmann.
578
579 2007-12-06 [colin]      3.1.0cvs62
580
581         * src/account.c
582         * src/imap.c
583         * src/prefs_account.c
584         * src/prefs_account.h
585         * src/etpan/imap-thread.c
586         * src/etpan/imap-thread.h
587                 Disable connection via command line on WIN32
588                 Disable mmap use on WIN32 - use normal strings
589         * src/addressbook.c
590         * src/addressbook.h
591         * src/addressbook_foldersel.c
592         * src/addressbook_foldersel.h
593         * src/prefs_filtering_action.c
594         * src/prefs_matcher.c
595         * src/plugins/bogofilter/bogofilter_gtk.c
596         * src/plugins/dillo_viewer/dillo_prefs.c
597         * src/plugins/spamassassin/spamassassin_gtk.c
598                 Fix leak, rework function logics to be more
599                 natural - thanks to Holger
600         * src/common/utils.c
601                 Fix warnings
602
603 2007-12-06 [colin]      3.1.0cvs61
604
605         * src/news.c
606         * src/common/utils.c
607         * src/common/utils.h
608                 Fix posting, and fix UTF-8 being sent when encoding
609                 is 8bit
610
611 2007-12-05 [colin]      3.1.0cvs60
612
613         * src/news.c
614                 Fix debian bug #453157, 'Fails to post usenet
615                 articles after NNTP connection has been 
616                 interrupted". Fix return value to prevent deletion
617                 on failure, and issue MODE READER in case posting
618                 fails at first.
619
620 2007-12-05 [colin]      3.1.0cvs59
621
622         * src/messageview.c
623         * src/uri_opener.c
624                 Improvements to the List URIs dialog
625                 Patch by Pawel
626
627 2007-12-05 [colin]      3.1.0cvs58
628
629         * src/prefs_other.c
630         * src/gtk/gtksctree.h
631                 Fix warnings
632
633 2007-12-04 [colin]      3.1.0cvs57
634
635         * src/etpan/imap-thread.c
636                 Fix bug 1378, 'Claws exits on IMAP alert message'
637                 Don't do GTK calls directly from Etpan thread
638
639 2007-12-04 [colin]      3.1.0cvs56
640
641         * src/folderview.c
642         * src/gtk/gtksctree.c
643                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
644                 Make all the left of column zero an hotspot for
645                 expanding.
646
647 2007-12-04 [colin]      3.1.0cvs55
648
649         * src/mainwindow.c
650         * src/mainwindow.h
651         * src/prefs_common.c
652         * src/prefs_common.h
653         * src/prefs_receive.c
654                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
655
656 2007-12-04 [wwp]        3.1.0cvs54
657
658         * src/prefs_other.c
659                 Fix for bug #1419.
660
661 2007-12-04 [holger]     3.1.0cvs53
662
663         * src/addrduplicates.c
664         * src/addrduplicates.h
665                 Export addressbook entry deletion
666
667 2007-12-04 [colin]      3.1.0cvs52
668
669         * tools/Makefile.am
670         * tools/README.sylprint
671         * tools/sylprint.pl
672         * tools/sylprint.rc
673                 Fix debian bug #454089 (symlink attack in TMP directory)
674                 http://secwatch.org/advisories/1019661/ :
675                 Remove the buggy script, which was unmaintained anyway
676         * src/news.c
677         * src/procmsg.c
678                 Store things in our private tmp directory.
679
680 2007-12-03 [colin]      3.1.0cvs51
681
682         * src/folder.c
683         * src/folder.h
684         * src/folderview.c
685         * src/imap.c
686         * src/mainwindow.c
687                 Fix update problem when getting remote tags
688         * src/prefs_matcher.c
689                 Rework GUI to make it better. Patch by Pawel
690                 Pekala
691
692 2007-12-03 [colin]      3.1.0cvs50
693
694         * src/etpan/imap-thread.c
695         * src/etpan/nntp-thread.c
696                 Fix bug 1417, 'Network log doesn't reveal 
697                 enough NNTP errors'
698
699 2007-12-02 [iwkse]      3.1.0cvs49
700
701         * src/plugins/dillo_viewer/dillo_prefs.c
702                         Insert dillo under the Plugins menu
703
704 2007-12-01 [paul]       3.1.0cvs48
705
706         * src/html.c
707                 add these variant forms
708                 Thanks to Colin
709
710 2007-12-01 [paul]       3.1.0cvs47
711
712         * src/matcher.c
713                 fix a typo
714
715 2007-12-01 [paul]       3.1.0cvs46
716
717         * po/POTFILES.in
718                 add the new addrcustomattr.c file
719
720 2007-11-29 [colin]      3.1.0cvs45
721
722         * src/common/ssl_certificate.c
723                 Use the more modern getaddrinfo instead of 
724                 gethostbyname when possible
725
726 2007-11-28 [colin]      3.1.0cvs44
727
728         * src/summaryview.c
729                 Maybe fix bug 1410 and other crash reports
730                 in summaryview since cvs38.
731
732 2007-11-28 [wwp]        3.1.0cvs43
733
734         * src/prefs_summary_open.c
735                 Guard against an empty list of actions to perform
736                 when opening a folder (or migration defaults could
737                 be introduced, confusing).
738
739 2007-11-28 [colin]      3.1.0cvs42
740
741         * src/folderview.c
742                 Fix mark all read from folder's contextual menu
743
744 2007-11-27 [colin]      3.1.0cvs41
745
746         * src/imap.c
747         * src/imap.h
748         * src/imap_gtk.c
749         * src/prefs_account.c
750         * src/etpan/imap-thread.c
751                 A few fixes to the IMAP flags handling: Optimisations,
752                 two crashers, mention that Bandwitdh-efficient mode
753                 prevents tag fetching.
754                 Fix M-UTF7 in subscription dialog.
755
756 2007-11-27 [colin]      3.1.0cvs40
757
758         * src/folder.c
759         * src/mbox.c
760         * src/summaryview.c
761                 Make filtering faster on flags change: Batch original 
762                 folderitem, where we'll do flags/tags changes.
763
764 2007-11-27 [colin]      3.1.0cvs39
765
766         * src/filtering.c
767                 Fix bug 1407, 'After a copy action, further rules apply 
768                 to both original and copy'
769
770 2007-11-27 [colin]      3.1.0cvs38
771
772         * src/edittags.c
773         * src/summaryview.c
774                 Fixes races when doing a long operation and user
775                 asks for another one (Mark all read/unread on a 
776                 big folder on IMAP for example)
777
778 2007-11-27 [wwp]        3.1.0cvs37
779
780         * src/addressbook.c
781         * src/prefs_common.c
782                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
783                 and 3.1.0cvs35 (addressbook.c).
784
785 2007-11-27 [holger]     3.1.0cvs36
786
787         * src/printing.c
788                 Add a line separating header and body
789                 in the printout
790
791 2007-11-27 [wwp]        3.1.0cvs35
792
793         * src/addressbook.c
794                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
795                 (thanks to Colin) and revert disabling of cut/copy
796                 context menu entries upon selected groups.
797
798 2007-11-27 [holger]     3.1.0cvs34
799
800         * src/printing.c
801                 Add weights to the list of supported text attributes
802                 for printing
803
804 2007-11-27 [wwp]        3.1.0cvs33
805
806         * src/Makefile.am
807         * src/addrcustomattr.c
808         * src/addrcustomattr.h
809         * src/addressbook.c
810         * src/editaddress.c
811         * src/editaddress.h
812         * src/prefs_common.c
813         * src/prefs_common.h
814         * src/common/defs.h
815                 Provide a (customizable) list of preset attribute names
816                 for editing contacts (closes bug #1391).
817
818 2007-11-27 [wwp]        3.1.0cvs32
819
820         * src/addrclip.c
821         * src/addressbook.c
822         * src/addritem.c
823                 Various fixes in the address book:
824                         - made copy/move of a folder to itself or its subtree
825                           impossible (-> error)
826                         - errors messages don't show in the status bar anymore,
827                           use alertpanels instead
828                         - simple click on group doesn't open group edit dialog
829                           anymore when in contact edit embedded mode (was too itchy)
830                         - fixed disabling of edit button and and menu entry when
831                           in contact edit embedded mode (was done in a bad and
832                           ineffective way)
833                         - fix menu cut/paste sensitivity in treelist context
834                           menu (conflicting enabling was done by different functions)
835                         - fix some menu item sensitivity in address list context menu
836                         - don't allow cut/copy of groups, it's useless as they won't
837                           be copied w/ their contents
838                         - fix missing copy of the picture file when copying (bug #1402),
839                           fix picture attribute (internal) value when moving or copying
840
841
842 2007-11-27 [colin]      3.1.0cvs31
843
844         * src/folder.c
845         * src/imap.c
846                 Fix tags loss on move, fix space encoding
847
848 2007-11-26 [colin]      3.1.0cvs30
849
850         * src/edittags.c
851         * src/folder.c
852         * src/folder.h
853         * src/imap.c
854         * src/messageview.c
855         * src/procmsg.c
856         * src/procmsg.h
857         * src/summaryview.c
858         * src/common/utils.c
859         * src/common/utils.h
860         * src/etpan/imap-thread.c
861         * src/etpan/imap-thread.h
862                 Add IMAP tags support
863
864 2007-11-26 [colin]      3.1.0cvs29
865
866         * src/imap.c
867                 Fix bug 1405, 'imap auto auth method doesn't 
868                 work since 3.1.0'
869
870 2007-11-26 [colin]      3.1.0cvs28
871
872         * src/messageview.c
873         * src/procmime.c
874                 Handle broken disposition-notifications from Evolution
875                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
876
877 2007-11-25 [paul]       3.1.0cvs27
878
879         * src/folder_item_prefs.c
880         * src/folder_item_prefs.h
881                 remove dead code
882
883 2007-11-23 [wwp]        3.1.0cvs26
884
885         * src/matcher.c
886         * src/matcher.h
887         * src/matcher_parser_parse.y
888         * src/prefs_matcher.c
889                 Fix irrelevant case folding when adding matcher condition 'test',
890                 thanks to Colin.
891
892 2007-11-23 [wwp]        3.1.0cvs25
893
894         * src/prefs_common.c
895         * src/prefs_common.h
896         * src/prefs_summary_open.c
897         * src/prefs_summary_open.h
898         * src/summaryview.c
899                 Add "select first email in list" to the list of possible selections
900                 when opening a folder.
901
902 2007-11-23 [paul]       3.1.0cvs24
903
904         * po/de.po
905                 a fix by Stephan Sachse, plus remove all
906                 old strings from the end of the file
907
908 2007-11-23 [wwp]        3.1.0cvs23
909
910         * src/prefs_msg_colors.c
911                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
912                 with little changes.
913
914 2007-11-23 [paul]       3.1.0cvs22
915
916         * src/prefs_logging.c
917                 eliminate wasted horizontal space
918
919 2007-11-23 [paul]       3.1.0cvs21
920
921         * src/prefs_summaries.c
922                 don't wrap the label or put linebreaks
923
924 2007-11-22 [colin]      3.1.0cvs20
925
926         * src/plugins/pgpinline/pgpinline.c
927                 Fix decryption
928
929 2007-11-22 [wwp]        3.1.0cvs19
930
931         * src/prefs_themes.c
932                 Yet another misuse of get_rc_dir(), still related
933                 to user themes. Completes 3.1.0cvs18.
934
935 2007-11-22 [wwp]        3.1.0cvs18
936
937         * src/stock_pixmap.c
938                 Fix a misuse of get_rc_dir(), user themes dir was
939                 not set properly and some themes might have disappeared
940                 from themes list in prefs.
941
942 2007-11-22 [wwp]        3.1.0cvs17
943
944         * src/edittags.c
945         * src/edittags.h
946         * src/common/tags.c
947         * src/common/tags.h
948                 Correct copyright for these claws-mail-only brand new
949                 files.
950
951 2007-11-22 [paul]       3.1.0cvs16
952
953         * src/compose.c
954                 fix bug 1400, 'Drag and drop of URLs does not work'
955                 Thanks to Colin
956
957 2007-11-22 [paul]       3.1.0cvs15
958
959         * src/prefs_common.c
960                 make "cmds_use_system_default" default to FALSE
961                 so as not to disrupt current settings
962         * src/summaryview.c
963                 increase the size of the GdkRectangle, tooltips
964                 didn't show for me otherwise
965
966 2007-11-21 [colin]      3.1.0cvs14
967
968         * src/compose.c
969         * src/crash.c
970         * src/exphtmldlg.c
971         * src/mainwindow.c
972         * src/manual.c
973         * src/mimeview.c
974         * src/prefs_account.c
975         * src/prefs_common.c
976         * src/prefs_common.h
977         * src/prefs_ext_prog.c
978         * src/textview.c
979         * src/uri_opener.c
980         * src/gtk/about.c
981         * src/gtk/gtkutils.c
982                 Use xdg-open as a way to find default browser,
983                 when available
984
985 2007-11-21 [colin]      3.1.0cvs13
986
987         * src/messageview.c
988         * src/procmime.c
989         * src/procmsg.h
990                 Send better return receipts (useful ones)
991                 Handle incoming return receipts
992
993 2007-11-20 [colin]      3.1.0cvs12
994
995         * src/printing.c
996         * src/printing.h
997                 Add getter/setter for settings, and getter
998                 for page setup
999
1000 2007-11-20 [colin]      3.1.0cvs11
1001
1002         * src/folderview.c
1003         * src/main.c
1004         * src/mainwindow.c
1005                 Fix bug 1396, 'Crash on disabling a filter 
1006                 while it is processing'
1007
1008 2007-11-20 [paul]       3.1.0cvs10
1009
1010         * src/folder.c
1011                 fix bug 1395, 'Crash on checking for new mails
1012                 while filter is running'
1013                 Thanks to Colin
1014
1015 2007-11-20 [paul]       3.1.0cvs9
1016
1017         * src/compose.c
1018                 make this string easier for translators
1019
1020 2007-11-19 [colin]      3.1.0cvs8
1021
1022         * src/prefs_summaries.c
1023         * src/summaryview.c
1024                 Don't enable more tooltips on Maemo
1025
1026 2007-11-19 [colin]      3.1.0cvs7
1027
1028         * src/prefs_common.c
1029         * src/prefs_common.h
1030         * src/prefs_summaries.c
1031         * src/summaryview.c
1032                 Fix bug 1388, 'message list tool tips'
1033                 Add (optional) tooltips in summaryview.
1034                 This only works with GTK+ >= 2.12
1035
1036 2007-11-19 [colin]      3.1.0cvs6
1037
1038         * src/compose.c
1039                 Make strings a bit better when attaching
1040                 from mailto: URIs
1041
1042 2007-11-19 [colin]      3.1.0cvs5
1043
1044         * src/common/utils.c
1045                 Fix bug 1392, 'Top level domain .EU is 
1046                 not recognised as valid'
1047
1048 2007-11-19 [wwp]        3.1.0cvs4
1049
1050         * src/compose.c
1051         * src/compose.h
1052                 Revert changes to compose.c made in 3.1.0cvs2.
1053
1054 2007-11-19 [wwp]        3.1.0cvs3
1055
1056         * src/addressbook.c
1057         * src/addressbook.h
1058         * src/editaddress.c
1059         * src/editgroup.c
1060         * src/addrduplicates.c
1061                 Minor improvements in the address book:
1062                 always accept new contacts provided that some
1063                 detail is set (instead of rejecting silently).
1064                 Better guessing of contact name from incomplete
1065                 name information. Better display of contacts with
1066                 no name, in contact lists, group contents, find
1067                 duplicate results.
1068                 
1069
1070 2007-11-19 [wwp]        3.1.0cvs2
1071
1072         * src/compose.c
1073         * src/compose.h
1074         * src/prefs_logging.c
1075         * src/prefs_summaries.c
1076                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
1077                 wrap some long label in prefs/summaries, layout checkboxes
1078                 in a more compact form in prefs/loggin, make account and
1079                 header's combos have the same size/spacing in compose
1080                 window.
1081
1082 2007-11-19 [wwp]        3.1.0cvs1
1083
1084         * src/edittags.c
1085                 Fix a tiny leak and duplicate variable.
1086
1087 2007-11-19 [paul]       3.1.0
1088
1089         * NEWS
1090         * README
1091         * RELEASE_NOTES 
1092                 3.1.0 released
1093
1094 2007-11-19 [paul]       3.0.2cvs145
1095
1096         * po/de.po
1097         * po/fi.po
1098         * po/fr.po
1099         * po/hu.po
1100         * po/it.po
1101         * po/pl.po
1102         * po/pt_BR.po
1103         * po/sk.po
1104         * po/zh_CN.po
1105                 updated by Stephan Sachse, Flammie Pirinen,
1106                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
1107                 Emil Nowak, Frederico Goncalves Guimaraes,
1108                 Andrej Kacian, and Ralph Young
1109
1110 2007-11-18 [mones]      3.0.2cvs144
1111
1112         * po/es.po
1113                 Updated Spanish translation
1114
1115 2007-11-18 [colin]      3.0.2cvs143
1116
1117         * src/edittags.c
1118                 Prevent empty tag after edit, thanks to wwp
1119
1120 2007-11-18 [colin]      3.0.2cvs142
1121
1122         * src/editaddress.c
1123                 Fix possible "(null)" %s - thanks to wwp
1124
1125 2007-11-16 [wwp]        3.0.2cvs141
1126
1127         * src/common/utils.c
1128                 Fix for 3.0.2cvs140, prevents from crashing when opening
1129                 a compose window.
1130
1131 2007-11-16 [colin]      3.0.2cvs140
1132
1133         * src/main.c
1134         * src/common/claws.c
1135                 Output a bit more useful info at startup
1136                 in --debug mode
1137
1138 2007-11-16 [colin]      3.0.2cvs139
1139
1140         * src/compose.c
1141         * src/common/utils.c
1142         * src/common/utils.h
1143                 Fix bug 1387, 'Request for --compose to 
1144                 support multiple attachments'
1145
1146 2007-11-16 [colin]      3.0.2cvs138
1147
1148         * src/news.c
1149                 Fix bug 1390, 'NNTP fails after server 
1150                 closed connection'
1151
1152 2007-11-16 [colin]      3.0.2cvs137
1153
1154         * src/prefs_display_header.c
1155                 Fix bug 1389, 'Changing 'Display headers 
1156                 in message view' breaks dispheaderrc'
1157
1158 2007-11-14 [colin]      3.0.2cvs136
1159
1160         * src/summaryview.c
1161         * src/gtk/quicksearch.c
1162         * src/gtk/quicksearch.h
1163                 Fix resetting the quicksearch when in non-sticky
1164                 mode, but Recursive is set: reset only when going
1165                 out of the root search folder.
1166
1167 2007-11-14 [colin]      3.0.2cvs135
1168
1169         * src/filtering.c
1170                 Don't set new flag back when doing "Mark as unread"
1171                 from filtering
1172
1173 2007-11-12 [paul]       3.0.2cvs134
1174
1175         * src/plugins/dillo_viewer/dillo_viewer.c
1176                 don't offer the mime type for translation
1177
1178 2007-11-12 [paul]
1179
1180         3.1.0-rc2 released
1181
1182 2007-11-11 [colin]      3.0.2cvs133
1183
1184         * src/imap_gtk.c
1185         * src/mh_gtk.c
1186                 Use markup-escaped strings in dialogs
1187
1188 2007-11-11 [colin]      3.0.2cvs132
1189
1190         * src/imap.c
1191                 Better IMAP-UTF7/UTF8 conversion
1192
1193 2007-11-10 [colin]      3.0.2cvs131
1194
1195         * src/news.c
1196                 Fix debian bug 450698, 'nntp auth behavior changed 
1197                 without notice'
1198
1199 2007-11-10 [colin]      3.0.2cvs130
1200
1201         * configure.ac
1202         * src/inc.c
1203         * src/main.c
1204         * src/main.h
1205         * src/mimeview.c
1206         * src/statusbar.c
1207         * src/common/utils.c
1208         * src/etpan/Makefile.am
1209         * src/gtk/filesel.c
1210         * src/gtk/gtkutils.h
1211         * src/gtk/menu.c
1212         * src/plugins/bogofilter/Makefile.am
1213         * src/plugins/clamav/Makefile.am
1214         * src/plugins/dillo_viewer/Makefile.am
1215         * src/plugins/pgpcore/Makefile.am
1216         * src/plugins/spamassassin/Makefile.am
1217         * src/plugins/trayicon/Makefile.am
1218                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
1219
1220 2007-11-09 [colin]      3.0.2cvs129
1221
1222         * src/addressbook.c
1223         * src/ldapupdate.c
1224                 fix bug 1375, 'Impossible to modify e-mail
1225                 in LDAP addressbook twice'; Try two. update
1226                 externalID, don't make display lag, and
1227                 fix the cases where dn is not mail.
1228
1229 2007-11-08 [paul]       3.0.2cvs128
1230
1231         * src/account.c
1232         * src/compose.c
1233         * src/messageview.c
1234         * src/prefs_account.c
1235         * src/prefs_account.h
1236                 reinstate 'Generate Message-ID' option as an
1237                 account preference. (hidden on IMAP)
1238                 Thanks to Colin
1239
1240 2007-11-08 [paul]       3.0.2cvs127
1241
1242         * src/textview.c
1243                 MAEMO: fix failure of loading images inline
1244                 MAEMO: fix bug 1349, 'Emails still skip to end
1245                 when opened (in certain circumstances)...'
1246
1247 2007-11-07 [colin]      3.0.2cvs126
1248
1249         * src/toolbar.c
1250                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
1251
1252 2007-11-07 [colin]      3.0.2cvs125
1253
1254         * src/toolbar.c
1255                 Re-change the string occurence of A_CLAWS_ACTIONS
1256                 to A_SYL_ACTIONS, to prevent parse errors of the
1257                 toolbar_*.xml files
1258
1259 2007-11-07 [colin]      3.0.2cvs124
1260
1261         * src/mimeview.c
1262         * src/prefs_common.c
1263         * src/prefs_common.h
1264         * manual/advanced.xml
1265                 Add an hidden pref, 'save_parts_readwrite';
1266                 completes 3.0.2cvs35
1267
1268 2007-11-07 [paul]       3.0.2cvs123
1269
1270         * src/prefs_toolbar.c
1271         * src/toolbar.c
1272         * src/toolbar.h
1273                 rename ToolbarSylpheedActions to ToolbarClawsActions
1274                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
1275
1276 2007-11-07 [paul]       3.0.2cvs122
1277
1278         * src/toolbar.c
1279                 MAEMO: remove tooltips
1280
1281 2007-11-07 [colin]      3.0.2cvs121
1282
1283         * src/plugins/pgpinline/pgpinline.c
1284                 Fix bug 1377, 'unspecific errors on 
1285                 signature checking'. Fix trimming of
1286                 UTF8 data.
1287
1288 2007-11-06 [iwkse]      3.0.2cvs120
1289
1290         * src/prefs_summary_open.c
1291                 yet a string change
1292
1293 2007-11-06 [paul]       3.0.2cvs119
1294
1295         * tools/Makefile.am
1296         * tools/README
1297         * tools/csv2addressbook.pl
1298                 add a new script that imports a CSV formatted
1299                 address book. Becky and Thunderbird address
1300                 book are currently supported.
1301
1302 2007-11-05 [colin]      3.0.2cvs118
1303
1304         * src/imap.c
1305                 Fix deletion 
1306
1307 2007-11-05 [iwkse]      3.0.2cvs117
1308
1309         * src/prefs_summary_open.c
1310                 String changes
1311
1312 2007-11-04 [paul]       3.0.2cvs116
1313
1314         * src/addressbook_foldersel.c
1315                 fix gtk critical warning
1316                 Patch by Pawel Pekala
1317
1318 2007-11-04 [paul]       3.0.2cvs115
1319
1320         * tools/README
1321         * tools/claws-mail-compose-insert-files.pl
1322                 add --bcc and uri_escape() everything
1323
1324 2007-11-04 [paul]       3.0.2cvs114
1325
1326         * src/gtk/gtkutils.c
1327                 gtkut_stock_with_text_button_set_create(): set
1328                 GTK_CAN_DEFAULT on buttons 2 and 3
1329
1330 2007-11-03 [paul]       3.0.2cvs113
1331
1332         * src/common/utils.c
1333                 fix debian bug #448814, 'mailto: URI decoding
1334                 desn't decode the destination address field'
1335                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
1336
1337 2007-11-03 [paul]       3.0.2cvs112
1338
1339         * AUTHORS
1340         * src/compose.c
1341         * src/gtk/authors.h
1342                 allow Bcc in commandline URIs
1343                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
1344
1345 2007-11-02 [colin]      3.0.2cvs111
1346
1347         * src/addressbook.c
1348                 Maybe fix bug 1376, 'crash on 
1349                 addressbook manipulation'
1350
1351 2007-10-31 [paul]       3.0.2cvs110
1352
1353         * src/ldapupdate.c
1354                 fix bug 1375, 'Impossible to modify e-mail
1355                 in LDAP addressbook twice'
1356                 Patch by Michael Rasmussen
1357
1358 2007-10-30 [paul]       3.0.2cvs109
1359
1360         * configure.ac
1361                 enable GnuTLS support with --enable-gnutls which
1362                 will disable openssl support. if the user has
1363                 gtk >= 2.10.x don't allow gnomeprint even if the
1364                 user asks for it
1365
1366 2007-10-30 [paul]
1367
1368         3.1.0-rc1 released
1369
1370 2007-10-30 [paul]       3.0.2cvs108
1371
1372         * Makefile.am
1373                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
1374
1375 2007-10-30 [paul]       3.0.2cvs107
1376
1377         * src/expldifdlg.c
1378         * src/prefs_account.c
1379         * src/prefs_folder_item.c
1380         * src/prefs_spelling.c
1381         * src/prefs_themes.c
1382         * src/wizard.c
1383         * src/gtk/gtkaspell.c
1384         * src/gtk/gtkaspell.h
1385         * src/plugins/spamassassin/spamassassin_gtk.c
1386                 replace deprecated gtk_option_menu...
1387                 patch by Pawel Pekala
1388
1389 2007-10-29 [colin]      3.0.2cvs106
1390
1391         * src/plugins/dillo_viewer/dillo_prefs.c
1392                 Fix forgotten signal connect
1393
1394 2007-10-28 [colin]      3.0.2cvs105
1395
1396         * src/plugins/dillo_viewer/dillo_prefs.c
1397         * src/plugins/dillo_viewer/dillo_prefs.h
1398         * src/plugins/dillo_viewer/dillo_viewer.c
1399                 Implement addressbook-based whitelisting for loading
1400                 remote images. Fixed missing destroy of the embedded
1401                 browser that made a Dillo window pop up on exit, if
1402                 an HTML part was displayed.
1403
1404 2007-10-26 [colin]      3.0.2cvs104
1405
1406         * src/edittags.c
1407                 Add missing static
1408
1409 2007-10-25 [colin]      3.0.2cvs103
1410
1411         * src/editaddress.c
1412                 Add tap-and-hold on the picture, for Maemo
1413         * src/edittags.c
1414         * src/edittags.h
1415         * src/mainwindow.c
1416         * src/procmsg.c
1417         * src/summaryview.c
1418         * src/textview.c
1419                 Unify tag interfaces.
1420
1421 2007-10-25 [colin]      3.0.2cvs102
1422
1423         * src/imap.c
1424         * src/etpan/imap-thread.h
1425                 Much better error handling. We'll need to be really
1426                 clear to users about where errors come from, with 
1427                 the apparition of Gmail's IMAP server.
1428
1429 2007-10-24 [colin]      3.0.2cvs101
1430
1431         * src/edittags.c
1432         * src/mainwindow.c
1433         * src/summaryview.c
1434         * src/textview.c
1435                 Add tags sorting (alphabetical); allow deletion of
1436                 tags from the Apply Tags window
1437
1438 2007-10-24 [colin]      3.0.2cvs100
1439
1440         * src/editaddress.c
1441         * src/editaddress_other_attributes_ldap.c
1442         * src/editaddress_other_attributes_ldap.h
1443         * src/ldapctrl.c
1444         * src/ldapquery.c
1445         * src/ldapupdate.c
1446                 Fix LDAP writing (got broken in cvs39)
1447                 Add read-only support for jpegPhoto LDAP field
1448
1449 2007-10-23 [colin]      3.0.2cvs99
1450
1451         * src/news.c
1452                 Fix crash in some cases
1453
1454 2007-10-22 [colin]      3.0.2cvs98
1455
1456         * src/common/socket.h
1457         * src/common/ssl.c
1458                 Fix big leak in GnuTLS code
1459
1460 2007-10-22 [colin]      3.0.2cvs97
1461
1462         * src/news.c
1463                 Fix bug 1368, 'SIGSEGV in NNTP code'
1464
1465 2007-10-22 [colin]      3.0.2cvs96
1466
1467         * src/prefs_customheader.c
1468                 Catch compface warnings when generating X-Faces
1469
1470 2007-10-22 [wwp]        3.0.2cvs95
1471
1472         * src/quote_fmt_parse.y
1473                 Remove accidentally committed debug traces.
1474                 Fix a warning.
1475
1476 2007-10-22 [colin]      3.0.2cvs94
1477
1478         * src/etpan/nntp-thread.c
1479                 Fix authentication
1480
1481 2007-10-19 [wwp]        3.0.2cvs93
1482
1483         * src/common/ssl_certificate.c
1484                 Add missing include (Windows).
1485
1486 2007-10-19 [colin]      3.0.2cvs92
1487
1488         * src/imap_gtk.c
1489         * src/mimeview.c
1490         * src/textview.c
1491         * src/gtk/inputdialog.c
1492         * src/gtk/inputdialog.h
1493                 Remove the last old combo; patch by
1494                 Pawel
1495
1496 2007-10-19 [colin]      3.0.2cvs91
1497
1498         * src/common/ssl.c
1499                 Fix interop problem with GnuTLS and some crappy
1500                 servers that have very little keys.
1501
1502 2007-10-19 [colin]      3.0.2cvs90
1503
1504         * src/common/ssl.c
1505                 Fix return value check on GnuTLS, and
1506                 display the error
1507
1508 2007-10-18 [colin]      3.0.2cvs89
1509
1510         * src/common/ssl_certificate.c
1511                 Fix missing initialisations
1512
1513 2007-10-18 [wwp]        3.0.2cvs88
1514
1515         * src/Makefile.am
1516                 Fix linking against GNUTLS (matters if --enable-gnutls only).
1517
1518 2007-10-18 [colin]      3.0.2cvs87
1519
1520         * po/POTFILES.in
1521                 Fix build
1522
1523 2007-10-18 [mones]      3.0.2cvs86
1524
1525         * src/editbook.c
1526         * src/import.c
1527         * src/prefs_account.c
1528         * src/prefs_receive.c
1529         * src/gtk/about.c
1530         * src/plugins/bogofilter/bogofilter_gtk.c
1531         * src/plugins/spamassassin/spamassassin_gtk.c
1532                 More capitalisation micro-fixes
1533
1534 2007-10-18 [paul]       3.0.2cvs85
1535
1536         * configure.ac
1537                 add info about NNTP support via libetpan
1538                 change the configure output ending msg a little
1539         * src/gtk/about.c
1540                 similar changes to above
1541
1542 2007-10-18 [colin]      3.0.2cvs84
1543
1544         * src/procmime.c
1545         * src/procmime.h
1546                 Fix missing symbol for S/MIME
1547
1548 2007-10-18 [colin]      3.0.2cvs83
1549
1550         * src/prefs_filtering_action.c
1551                 Fix crash in tags (introduced in cvs78)
1552
1553 2007-10-18 [colin]      3.0.2cvs82
1554
1555         * src/common/Makefile.am
1556         * src/common/nntp.c
1557         * src/common/nntp.h
1558         * src/etpan/Makefile.am
1559         * src/etpan/etpan-thread-manager-types.h
1560         * src/etpan/etpan-thread-manager.c
1561         * src/etpan/imap-thread.c
1562         * src/etpan/nntp-thread.c
1563         * src/etpan/nntp-thread.h
1564         * src/news.c
1565         * src/news.h
1566                 Rewrite the nntp implementation
1567                 to use libetpan. Non-blocking NNTP!
1568         * src/account.c
1569         * src/crash.c
1570         * src/imap.c
1571         * src/inc.c
1572         * src/main.c
1573         * src/mainwindow.c
1574         * src/pop.c
1575         * src/pop.h
1576         * src/prefs_account.c
1577         * src/recv.c
1578         * src/recv.h
1579         * src/send_message.c
1580         * src/send_message.h
1581         * src/ssl_manager.c
1582         * src/ssl_manager.h
1583         * src/wizard.c
1584         * src/common/claws.c
1585         * src/common/session.c
1586         * src/common/session.h
1587         * src/common/smtp.c
1588         * src/common/smtp.h
1589         * src/common/socket.c
1590         * src/common/socket.h
1591         * src/common/ssl.c
1592         * src/common/ssl.h
1593         * src/common/ssl_certificate.c
1594         * src/common/ssl_certificate.h
1595         * src/gtk/about.c
1596         * src/gtk/sslcertwindow.c
1597         * src/gtk/sslcertwindow.h
1598                 Implement GnuTLS support. GnuTLS support
1599                 will be used if OpenSSL isn't available, or
1600                 specified explicitely. (the reason is that
1601                 GnuTLS cerficate checking is a bit less 
1602                 practical than OpenSSL's)
1603
1604 2007-10-18 [paul]       3.0.2cvs81
1605
1606         * src/gtk/inputdialog.c
1607         * src/gtk/inputdialog.h
1608                 fix copyright header
1609
1610 2007-10-17 [colin]      3.0.2cvs80
1611
1612         * src/plugins/pgpcore/select-keys.c
1613                 Fix bug which prevented encryption key
1614                 auto-selection when two or more matched the
1615                 email address, but only one isn't revoked
1616                 or expired.
1617
1618 2007-10-17 [wwp]        3.0.2cvs79
1619
1620         * src/compose.c
1621         * src/quote_fmt.c
1622         * src/quote_fmt.h
1623         * src/quote_fmt_lex.l
1624         * src/quote_fmt_parse.y
1625                 Templates can now attach files using |attach{filename}.
1626
1627 2007-10-17 [wwp]        3.0.2cvs78
1628
1629         * src/prefs_customheader.c
1630         * src/prefs_ext_prog.c
1631         * src/prefs_filtering_action.c
1632         * src/prefs_matcher.c
1633         * src/prefs_other.c
1634         * src/prefs_toolbar.c
1635         * src/gtk/combobox.c
1636         * src/gtk/combobox.h
1637         * src/gtk/gtkutils.c
1638         * src/gtk/gtkutils.h
1639         * src/plugins/bogofilter/bogofilter_gtk.c
1640         * src/plugins/spamassassin/spamassassin_gtk.c
1641                 Removed almost all remaining instances of GtkCombo
1642                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
1643                 few visual and code cleanup from Colin.
1644
1645 2007-10-16 [wwp]        3.0.2cvs77
1646         * src/gtk/pluginwindow.c
1647                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
1648
1649 2007-10-15 [colin]      3.0.2cvs76
1650
1651         * src/edittags.c
1652         * src/edittags.h
1653         * src/filtering.c
1654         * src/filtering.h
1655         * src/importmutt.c
1656         * src/importpine.c
1657         * src/main.c
1658         * src/messageview.c
1659         * src/messageview.h
1660         * src/mimeview.c
1661         * src/mimeview.h
1662         * src/pop.c
1663         * src/pop.h
1664         * src/prefs_common.c
1665         * src/prefs_common.h
1666         * src/prefs_customheader.c
1667         * src/prefs_customheader.h
1668         * src/prefs_display_header.c
1669         * src/prefs_display_header.h
1670         * src/prefs_filtering_action.c
1671         * src/prefs_filtering_action.h
1672         * src/prefs_folder_column.c
1673         * src/prefs_folder_column.h
1674         * src/prefs_folder_item.c
1675         * src/prefs_folder_item.h
1676         * src/prefs_gtk.c
1677         * src/prefs_gtk.h
1678         * src/prefs_logging.h
1679         * src/prefs_matcher.c
1680         * src/prefs_matcher.h
1681         * src/prefs_summary_column.c
1682         * src/prefs_summary_column.h
1683         * src/prefs_summary_open.c
1684         * src/procheader.c
1685         * src/procheader.h
1686         * src/procmime.c
1687         * src/procmime.h
1688         * src/recv.c
1689         * src/recv.h
1690         * src/sourcewindow.c
1691         * src/sourcewindow.h
1692         * src/summaryview.c
1693         * src/summaryview.h
1694         * src/textview.c
1695         * src/textview.h
1696         * src/toolbar.c
1697         * src/toolbar.h
1698         * src/common/mgutils.c
1699         * src/common/mgutils.h
1700         * src/common/nntp.c
1701         * src/common/nntp.h
1702         * src/common/prefs.c
1703         * src/common/prefs.h
1704         * src/common/socket.c
1705         * src/common/socket.h
1706         * src/common/stringtable.c
1707         * src/common/stringtable.h
1708         * src/common/template.c
1709         * src/common/template.h
1710         * src/common/uuencode.c
1711         * src/common/uuencode.h
1712         * src/gtk/gtkshruler.c
1713         * src/gtk/gtkshruler.h
1714         * src/gtk/menu.c
1715         * src/gtk/menu.h
1716         * src/gtk/progressdialog.c
1717         * src/gtk/progressdialog.h
1718                 Remove/staticalize, the return of the revenge
1719
1720 2007-10-15 [colin]      3.0.2cvs75
1721
1722         * src/matcher.c
1723                 Fix redirections in filtering's tests
1724
1725 2007-10-15 [colin]      3.0.2cvs74
1726
1727         * src/imap.c
1728                 Don't build imap_synchronise at all when 
1729                 building without libetpan
1730
1731 2007-10-14 [colin]      3.0.2cvs73
1732
1733         * src/imap.c
1734         * src/common/md5.c
1735         * src/common/md5.h
1736         * src/gtk/manage_window.c
1737         * src/gtk/manage_window.h
1738                 Remove more unused code
1739
1740 2007-10-14 [colin]      3.0.2cvs72
1741
1742         * src/addrquery.c
1743         * src/addrquery.h
1744         * src/recv.c
1745         * src/recv.h
1746         * src/vcard.c
1747         * src/vcard.h
1748         * src/common/xml.c
1749         * src/common/xml.h
1750         * src/common/xmlprops.c
1751         * src/common/xmlprops.h
1752                 Remove more unused code
1753
1754 2007-10-14 [colin]      3.0.2cvs71
1755
1756         * src/common/utils.c
1757                 Remove unused function
1758
1759 2007-10-13 [colin]      3.0.2cvs70
1760
1761         * src/imap.c
1762         * src/imap.h
1763         * src/mainwindow.c
1764         * src/mainwindow.h
1765         * src/gtk/gtkutils.c
1766         * src/gtk/gtkutils.h
1767                 Staticalise/Remove more code
1768
1769 2007-10-13 [colin]      3.0.2cvs69
1770
1771         * src/common/utils.c
1772         * src/common/utils.h
1773                 Remove dead code, unused for ages
1774
1775 2007-10-13 [colin]      3.0.2cvs68
1776
1777         * src/main.c
1778         * src/main.h
1779                 Maemo: define hildon_program in main.c,
1780                 make it accessible in the .h with extern
1781
1782 2007-10-13 [paul]       3.0.2cvs67
1783
1784         * src/gtk/menu.c
1785                 fix a bunch of runtime warnings on maemo
1786
1787 2007-10-13 [paul]       3.0.2cvs66
1788
1789         * src/main.c
1790         * src/main.h
1791         * src/gtk/gtkutils.c
1792         * src/gtk/gtkutils.h
1793                 fix a bunch of compiler warnings on maemo
1794
1795 2007-10-12 [colin]      3.0.2cvs65
1796
1797         * src/account.c
1798         * src/addritem.c
1799         * src/addritem.h
1800         * src/filtering.c
1801         * src/filtering.h
1802         * src/folder.c
1803         * src/folder.h
1804         * src/common/utils.c
1805         * src/common/utils.h
1806                 Remove unused code, staticalise some functions
1807
1808 2007-10-12 [paul]       3.0.2cvs64
1809
1810         * src/account.c
1811         * src/folderview.c
1812         * src/main.c
1813         * src/mainwindow.c
1814         * src/messageview.c
1815         * src/summary_search.c
1816         * src/summaryview.c
1817         * src/toolbar.c
1818         * src/wizard.c
1819         * src/common/utils.c
1820         * src/gtk/prefswindow.c
1821                 fix a bunch of compiler warnings on maemo
1822
1823 2007-10-11 [colin]      3.0.2cvs63
1824
1825         * src/editaddress.c
1826                 Make static function static
1827
1828 2007-10-11 [mones]      3.0.2cvs62
1829
1830         * src/addrduplicates.c
1831         * src/addressbook.c
1832         * src/compose.c
1833         * src/expldifdlg.c
1834         * src/mainwindow.c
1835         * src/messageview.c
1836         * src/pop.c
1837         * src/prefs_customheader.c
1838         * src/prefs_send.c
1839         * src/prefs_themes.c
1840         * src/common/plugin.c
1841         * src/gtk/pluginwindow.c
1842         * src/gtk/quicksearch.c
1843                 Fix several typos and capitalisation issues
1844
1845 2007-10-11 [wwp]        3.0.2cvs61
1846
1847         * src/editaddress.c
1848                 Fix a warning about possible use of uninitialized
1849                 filename var.
1850
1851 2007-10-11 [wwp]        3.0.2cvs60
1852
1853         * src/editaddress.c
1854                 Disable "Unset picture" menu item when there's
1855                 no picture to clear. Fix an extraneous g_unref_object,
1856                 add missing initializers.
1857
1858 2007-10-11 [wwp]        3.0.2cvs59
1859
1860         * src/pixmaps/anonymous.xpm
1861         * src/editaddress.c
1862         * src/Makefile.am
1863         * src/stock_pixmap.c
1864         * src/stock_pixmap.h
1865                 Fix a leak, gettext-ize the photo label.
1866                 Don't clear the existing picture if loading
1867                 a new one fails. Use a default 'anonymous'
1868                 picture (this new xpm has been added to the
1869                 internal stock_pixmap API). Add a
1870                 "Set picture" context menu entry.
1871
1872 2007-10-11 [colin]      3.0.2cvs58
1873
1874         * src/messageview.c
1875                 Make shift-shortcuts work
1876         * src/prefs_actions.c
1877                 Don't ask if we really want to close when
1878                 choosing OK and only the list is changed
1879         * src/prefs_template.c
1880                 Don't ask if we really want to close when
1881                 choosing OK and only the list is changed
1882         * src/common/plugin.c
1883                 Fix writing of second [Plugins_*] block
1884         * src/common/template.c
1885                 Remove unused files (fixes deletion)
1886
1887 2007-10-10 [paul]       3.0.2cvs57
1888
1889         * src/prefs_template.c
1890                 put the whole thing in a scrolled window
1891                 so that half the page is no longer inaccessible
1892                 on maemo
1893                 make the gtk_text_view smaller on maemo
1894
1895 2007-10-10 [colin]      3.0.2cvs56
1896
1897         * src/compose.c
1898                 Fix updating of Attachments number in some
1899                 cases (reedit, attach from command-line, ...)
1900
1901 2007-10-10 [colin]      3.0.2cvs55
1902
1903         * src/editaddress.c
1904                 Initialise error correctly
1905
1906 2007-10-10 [paul]       3.0.2cvs54
1907
1908         * src/prefs_filtering_action.c
1909         * src/gtk/description_window.c
1910         * src/gtk/foldersort.c
1911         * src/gtk/quicksearch.c
1912                 get rid of some pointless new lines and
1913                 make the descripton labels wrap better
1914
1915 2007-10-10 [colin]      3.0.2cvs53
1916
1917         * src/addressadd.c
1918         * src/editaddress.c
1919         * src/headerview.c
1920         * src/textview.c
1921                 More error handling on saving pictures
1922
1923 2007-10-10 [colin]      3.0.2cvs52
1924
1925         * src/printing.c
1926         * src/printing.h
1927                 Generalize a bit printing, so we can factorize
1928                 most of the code. 
1929
1930 2007-10-10 [paul]       3.0.2cvs51
1931
1932         * src/addrduplicates.c
1933                 fix engrish
1934                 use GTK_STOCK... buttons
1935
1936 2007-10-10 [paul]       3.0.2cvs50
1937
1938         * src/addressadd.c
1939         * src/addrindex.c
1940         * src/editaddress.c
1941                 Fix previous patch
1942                 Thanks to Colin
1943
1944 2007-10-10 [paul]       3.0.2cvs49
1945
1946         * src/summaryview.c
1947         * src/messageview.c
1948                 Fix crash on Add sender to addressbook when
1949                 From is null
1950         * src/addressadd.c
1951         * src/addrindex.c
1952         * src/editaddress.c
1953         * src/editaddress_other_attributes_ldap.h
1954                 Fix leaks 
1955                 Rename images to .png in addrbook/
1956         * src/headerview.c
1957         * src/textview.c
1958                 Fix Face/X-Face being used if adding another
1959                 address than sender to addressbook
1960                 Thanks to Colin
1961
1962 2007-10-10 [holger]     3.0.2cvs48
1963
1964         * src/addrduplicates.c
1965         * src/editaddress.c
1966                 Improvements to the addressbook duplicate finder
1967                 feature:
1968                  - add an edit button to the button bar
1969                  - display the whole bookname (with iface) and
1970                    use this for same-book checking
1971                  - after editing, try to keep selections if the
1972                    entries are still present
1973                  - sort the email column alphabetically
1974                  - put results in a scrolled window
1975                  - support embedded editing
1976                  - make columns in detail view resizable
1977                  - add keyboard shortcuts
1978
1979 2007-10-10 [wwp]        3.0.2cvs47
1980
1981         * src/addrindex.c
1982                 Fix a crash when there's no From: in email, thanks to Colin.
1983
1984 2007-10-09 [paul]       3.0.2cvs46
1985
1986         * src/messageview.c
1987         * src/summaryview.c
1988         * src/textview.c
1989                 fix building without compface support
1990
1991 2007-10-09 [colin]      3.0.2cvs45
1992
1993         * src/editaddress.c
1994         * src/headerview.c
1995         * src/textview.c
1996                 Add error handling
1997
1998 2007-10-09 [colin]      3.0.2cvs44
1999
2000         * src/addrduplicates.c
2001         * src/addressadd.c
2002         * src/addressadd.h
2003         * src/addressbook.c
2004         * src/addressbook.h
2005         * src/addrindex.c
2006         * src/addrindex.h
2007         * src/addritem.c
2008         * src/addritem.h
2009         * src/compose.c
2010         * src/editaddress.c
2011         * src/editaddress_other_attributes_ldap.h
2012         * src/headerview.c
2013         * src/messageview.c
2014         * src/mimeview.c
2015         * src/summaryview.c
2016         * src/textview.c
2017         * src/gtk/gtkutils.c
2018                 Automatically set contacts' pictures from Face 
2019                 or X-Face if they have no picture
2020                 Display the contact picture in textview or
2021                 headerview for mails sent by people in the 
2022                 addressbook, that have no Face or X-Face
2023                 Fix a few details in the Person edition dialog
2024                 (ability to unset picture)
2025                 Remove picture file when deleting contacts
2026
2027 2007-10-09 [iwkse]      3.0.2cvs43
2028
2029         * src/gtk/about.c
2030                 center the about window
2031
2032 2007-10-09 [paul]       3.0.2cvs42
2033
2034         * src/prefs_toolbar.c
2035                 fix icon selector window on maemo
2036
2037 2007-10-09 [paul]       3.0.2cvs41
2038
2039         * src/messageview.c
2040                 add 'go to' menu to separate msgview
2041
2042 2007-10-09 [colin]      3.0.2cvs40
2043
2044         * src/common/defs.h
2045                 Add forgotten file
2046
2047 2007-10-09 [iwkse]      3.0.2cvs39
2048
2049         * Makefile.am
2050         * src/addressbook.c
2051         * src/addritem.c
2052         * src/addritem.h
2053         * src/editaddress.c
2054         * src/editaddress_other_attributes_ldap.h
2055         * src/addrbook.c
2056         * src/Makefile.am
2057                 set a photo in the Addressbook
2058
2059 2007-10-08 [colin]      3.0.2cvs38
2060
2061         * src/prefs_toolbar.c
2062                 Make height 320 to remove the scrollbar 
2063                 (with current number of icons)
2064
2065 2007-10-08 [colin]      3.0.2cvs37
2066
2067         * src/prefs_toolbar.c
2068                 Transform the treeview to a GtkIconView.
2069                 Patch by Pawel
2070                 In addition, transform the window so that 
2071                 it looks like a popup menu. Patch by me
2072
2073 2007-10-08 [colin]      3.0.2cvs36
2074
2075         * src/compose.c
2076         * src/compose.h
2077                 Beautify the GUI a bit; in particular, show the
2078                 number of attachments in the tab's title.
2079                 Patch by Pawel
2080
2081 2007-10-08 [paul]       3.0.2cvs35
2082
2083         * src/mimeview.c
2084                 Save users from themselves: save temporary
2085                 files used for Open/Open with as read-only.
2086                 Thanks to Colin
2087
2088 2007-10-08 [paul]       3.0.2cvs34
2089
2090         * tools/Makefile.am
2091                 forgot this in cvs33
2092
2093 2007-10-08 [paul]       3.0.2cvs33
2094
2095         * tools/kdeservicemenu/README
2096         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
2097         * tools/kdeservicemenu/install.sh
2098         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2099                 renamed template* to *template so as not to confuse
2100                 lintian
2101
2102 2007-10-08 [paul]       3.0.2cvs32
2103
2104         * src/prefs_themes.c
2105         * src/stock_pixmap.c
2106                 replace 2 direct uses of RC_DIR
2107
2108 2007-10-07 [colin]      3.0.2cvs31
2109
2110         * src/addrduplicates.c
2111         * src/addrduplicates.h
2112         * src/addressbook.c
2113         * src/addressbook.h
2114         * src/addrindex.c
2115         * src/addrindex.h
2116                 Implement deletion in duplicate finder. 
2117                 Patch by Holger 
2118
2119 2007-10-07 [colin]      3.0.2cvs30
2120
2121         * src/exporthtml.c
2122         * src/mbox.c
2123         * src/common/utils.c
2124                 Better fix for Solaris, thanks to Nicolas Doualot
2125
2126 2007-10-07 [colin]      3.0.2cvs29
2127
2128         * AUTHORS
2129         * src/gtk/authors.h
2130                 Add Frank Dietrich
2131
2132 2007-10-07 [colin]      3.0.2cvs28
2133
2134         * src/exporthtml.c
2135                 Fix HTML export to make it more compliant
2136                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
2137
2138 2007-10-07 [colin]      3.0.2cvs27
2139
2140         * src/prefs_toolbar.c
2141                 Only use icons that wouldn't look stupid in the toolbar
2142                 Patch by Pawel
2143
2144 2007-10-07 [colin]      3.0.2cvs26
2145
2146         * src/prefs_toolbar.c
2147                 Fix old icon being used when none is selected
2148
2149 2007-10-07 [colin]      3.0.2cvs25
2150
2151         * src/toolbar.c
2152                 Fix copy/paste error
2153
2154 2007-10-07 [colin]      3.0.2cvs24
2155
2156         * src/prefs_toolbar.c
2157         * src/toolbar.c
2158         * src/toolbar.h
2159                 Update icon to default one when changing event
2160                 Make the icon chooser nicer (handle Esc, Enter,
2161                 double-click)
2162
2163 2007-10-06 [colin]      3.0.2cvs23
2164
2165         * src/prefs_toolbar.c
2166                 Fix text reset; patch by Pawel
2167
2168 2007-10-06 [colin]      3.0.2cvs22
2169
2170         * src/toolbar.h
2171                 Complete previous commit
2172
2173 2007-10-06 [colin]      3.0.2cvs21
2174
2175         * src/prefs_toolbar.c
2176         * src/toolbar.c
2177                 Set toolbar text automatically to the default
2178                 when changing Event executed on click
2179
2180 2007-10-06 [colin]      3.0.2cvs20
2181
2182         * src/prefs_toolbar.c
2183                 Invert Text and Event fields
2184
2185 2007-10-06 [colin]      3.0.2cvs19
2186
2187         * src/prefs_toolbar.c
2188         * src/toolbar.c
2189                 Make toolbar prefs look much better
2190                 Patch by Pawel Pekala
2191
2192 2007-10-06 [paul]       3.0.2cvs18
2193
2194         * src/account.c
2195         * src/prefs_filtering.c
2196                 fix checkbuttons in gtktreeview on maemo by
2197                 setting maemo's "allow-checkbox-mode" to FALSE
2198
2199 2007-10-06 [colin]      3.0.2cvs17
2200
2201         * configure.ac
2202                 Export -DSOLARIS in CFLAGS for all
2203                 Solaris (not just 2.8) and OpenSolaris
2204
2205 2007-10-06 [paul]       3.0.2cvs16
2206
2207         * AUTHORS
2208         * src/exporthtml.c
2209         * src/mbox.c
2210         * src/gtk/authors.h
2211                 fix build on solaris where ctime_r takes
2212                 3 arguments rather than 2.
2213                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
2214
2215 2007-10-05 [colin]      3.0.2cvs15
2216
2217         * src/etpan/imap-thread.c
2218                 Fix wrong error codepath
2219
2220 2007-10-05 [wwp]        3.0.2cvs14
2221
2222         * src/filtering.c
2223                 Fix unexpected logging of quicksearches:
2224                 debug_filtering_session flag was never reset to FALSE, causing
2225                 matcher functions to log when called from a quicksearch
2226                 (if a filtering session happened before).
2227
2228 2007-10-05 [paul]       3.0.2cvs13
2229
2230         * src/prefs_actions.c
2231         * src/prefs_filtering.c
2232         * src/prefs_template.c
2233                 fix bug 1343, 'Filtering..'s close button
2234                 silently discards new filter'
2235                 Thanks to Colin
2236
2237 2007-10-05 [paul]       3.0.2cvs12
2238
2239         * configure.ac
2240         * src/Makefile.am
2241                 fix bug 1347, '-Wno-unused-function, optional'
2242
2243 2007-10-05 [colin]      3.0.2cvs11
2244
2245         * src/procmime.c
2246         * src/common/mgutils.c
2247                 Fix warnings
2248
2249 2007-10-05 [mones]      3.0.2cvs10
2250
2251         * manual/advanced.xml
2252                 Use full menu name
2253         * manual/es/advanced.xml
2254                 Synchronise translation
2255
2256 2007-10-04 [colin]      3.0.2cvs9
2257
2258         * src/action.c
2259         * src/addrbook.c
2260         * src/addrindex.c
2261         * src/compose.c
2262         * src/exporthtml.c
2263         * src/exportldif.c
2264         * src/folder.c
2265         * src/main.c
2266         * src/matcher.c
2267         * src/mbox.c
2268         * src/messageview.c
2269         * src/mh.c
2270         * src/news.c
2271         * src/partial_download.c
2272         * src/pop.c
2273         * src/procmime.c
2274         * src/procmsg.c
2275         * src/toolbar.c
2276         * src/common/log.c
2277         * src/common/mgutils.c
2278         * src/common/plugin.c
2279         * src/common/utils.c
2280         * src/common/xml.c
2281         * src/common/xml.h
2282         * src/common/xmlprops.c
2283         * src/common/xmlprops.h
2284         * src/plugins/bogofilter/bogofilter.c
2285         * src/plugins/clamav/clamav_plugin.c
2286         * src/plugins/dillo_viewer/dillo_prefs.c
2287         * src/plugins/pgpcore/prefs_gpg.c
2288         * src/plugins/pgpinline/pgpinline.c
2289         * src/plugins/pgpmime/pgpmime.c
2290         * src/plugins/spamassassin/spamassassin.c
2291         * src/plugins/trayicon/trayicon_prefs.c
2292                 Verify success on writes. Will fix possible strange
2293                 failure on disk full.
2294
2295 2007-10-04 [paul]       3.0.2cvs8
2296
2297         * manual/advanced.xml
2298                 add further info about Actions
2299                 Patch by Emmanuel Briot <briot@adacore.com>
2300
2301 2007-10-04 [paul]       3.0.2cvs7
2302
2303         * src/account.c
2304                 remove the D column, instead indicate the
2305                 default account by use of bold text
2306
2307 2007-10-03 [colin]      3.0.2cvs6
2308
2309         * src/common/template.c
2310                 Fix templates writing (was prone to disk full problems)
2311
2312 2007-10-03 [colin]      3.0.2cvs5
2313
2314         * src/Makefile.am
2315         * src/addrduplicates.c
2316         * src/addrduplicates.h
2317         * src/addressbook.c
2318                 Add duplicate deletion. Patch by Holger
2319
2320 2007-10-03 [colin]      3.0.2cvs4
2321
2322         * src/matcher.c
2323         * src/gtk/quicksearch.c
2324                 Fix bug 1340, 'Case insensitive searches with 
2325                 non-ascii alphabets fail'.
2326
2327 2007-10-03 [colin]      3.0.2cvs3
2328
2329         * src/main.c
2330         * src/common/utils.c
2331         * src/common/utils.h
2332                 Implement run-time alternative config directories
2333
2334 2007-10-03 [colin]      3.0.2cvs2
2335
2336         * src/folderview.c
2337                 Prevent opening folder item while folder
2338                 is scanned in a better way
2339
2340 2007-10-02 [paul]       3.0.2cvs1
2341
2342         * NEWS
2343         * README
2344         * RELEASE_NOTES
2345         * configure.ac
2346                 bump up version number following stable release
2347
2348 2007-09-30 [colin]      3.0.1cvs49
2349
2350         * src/imap.c
2351                 Refresh session if needed
2352
2353 2007-09-30 [colin]      3.0.1cvs48
2354
2355         * src/imap.c
2356                 Reset folder's session to NULL
2357                 before destroying it
2358
2359 2007-09-30 [mones]      3.0.1cvs47
2360
2361         * manual/handling.xml
2362                 Use markup quotes instead hardcoded quotes
2363         * manual/es/handling.xml
2364                 Added new synced section (IMAP subscriptions)
2365
2366 2007-09-29 [colin]      3.0.1cvs46
2367
2368         * src/imap.c
2369                 Notice disconnections faster
2370
2371 2007-09-28 [colin]      3.0.1cvs45
2372
2373         * src/addressbook.c
2374         * src/addrindex.c
2375                 Fix warnings
2376
2377 2007-09-28 [paul]       3.0.1cvs44
2378
2379         * src/mimeview.c
2380                 fix maemo build
2381
2382 2007-09-28 [paul]       3.0.1cvs43
2383
2384         * src/account.c
2385                 use gtk_widget_set_size_request() on the label
2386                 so that wrapping works better. get rid of the
2387                 (partially deprecated) hbutton_box.
2388                 these changes should prevent buttons overlapping
2389                 on maemo
2390
2391 2007-09-28 [colin]      3.0.1cvs42
2392
2393         * src/pop.c
2394                 Fix typo :)
2395
2396 2007-09-28 [colin]      3.0.1cvs41
2397
2398         * src/compose.c
2399         * src/msgcache.c
2400         * src/pop.c
2401         * src/procmime.c
2402         * src/etpan/imap-thread.c
2403                 64bits-related warning fixes
2404
2405 2007-09-28 [colin]      3.0.1cvs40
2406
2407         * src/folder_item_prefs.c
2408         * src/ldaputil.c
2409         * src/mainwindow.c
2410         * src/mimeview.c
2411         * src/common/tags.c
2412                 Fix warnings
2413
2414 2007-09-28 [colin]      3.0.1cvs39
2415
2416         * src/plugins/spamassassin/spamassassin.c
2417         * src/plugins/spamassassin/spamassassin.h
2418         * src/plugins/spamassassin/spamassassin_gtk.c
2419                 Add addressbook-based whitelisting
2420
2421 2007-09-28 [colin]      3.0.1cvs38
2422
2423         * src/folder.c
2424                 Fix bug 1337, 'crash on pressing Send button'
2425
2426 2007-09-28 [paul]       3.0.1cvs37
2427
2428         * src/prefs_folder_item.c
2429                 give the orphans a parent. makes all prefs
2430                 pages visible on maemo
2431
2432 2007-09-28 [colin]      3.0.1cvs36
2433
2434         * src/prefs_folder_column.c
2435         * src/prefs_summary_column.c
2436                 Fix two leaks
2437
2438 2007-09-27 [colin]      3.0.1cvs35
2439
2440         * src/gtk/quicksearch.c
2441                 Fix bug 1336, 'Segfault if empty space before search-string'
2442
2443 2007-09-26 [mones]      3.0.1cvs34
2444
2445         * manual/account.xml
2446         * manual/plugins.xml
2447                 Fixed irc channel name, added some docbook markup.
2448                 Changed text markup to docbook markup. 
2449                 Added spamcop as supported in SpamReport description.
2450         * manual/fr/plugins.xml
2451                 Fixed irc channel name.
2452         * manual/es/account.xml
2453         * manual/es/advanced.xml
2454         * manual/es/claws-mail-manual.xml
2455         * manual/es/glossary.xml
2456         * manual/es/gpl.xml
2457         * manual/es/keyboard.xml
2458         * manual/es/plugins.xml
2459                 Synced with English version, fixed a couple of typos.
2460
2461 2007-09-26 [colin]      3.0.1cvs33
2462
2463         * configure.ac
2464                 Explain why "Libgnomeprint: no" on GTK+ 2.10
2465
2466 2007-09-26 [colin]      3.0.1cvs32
2467
2468         * src/messageview.c
2469         * src/procmsg.c
2470         * src/procmsg.h
2471                 Optimisation: avoid fetching mail 3 times locally
2472                 for displaying
2473
2474 2007-09-26 [colin]      3.0.1cvs31
2475
2476         * src/mh.c
2477                 Fix missing static
2478
2479 2007-09-26 [colin]      3.0.1cvs30
2480
2481         * src/folder.c
2482         * src/folder.h
2483         * src/mh.c
2484         * src/mh.h
2485                 Fix MH mtime hack - make it a folder class function
2486
2487 2007-09-26 [colin]      3.0.1cvs29
2488
2489         * src/inc.c
2490                 Fix bug 1334, 'user defined mail incorporation 
2491                 script not run'
2492
2493 2007-09-25 [colin]      3.0.1cvs28
2494
2495         * src/codeconv.c
2496                 Optimisation: shortcut conv_codeset_strdup
2497                 when src_code and dest_code are the same
2498         * src/common/xml.c
2499         * src/common/xml.h
2500                 Optimisation: shortcut code conversions when
2501                 files are in UTF-8; faster list walking by
2502                 using prepend/reverse.
2503
2504 2007-09-25 [holger]     3.0.1cvs27
2505
2506         * src/printing.c
2507                 Replace button bar of the preview window
2508                 with a real toolbar (patch by Colin)
2509                 Add zooming to the preview window
2510
2511 2007-09-24 [paul]       3.0.1cvs26
2512
2513         * src/compose.c
2514                 compact the character set menu, adding some
2515                 missing encodings. Patch by Pawel Pekala
2516
2517 2007-09-23 [paul]       3.0.1cvs25
2518
2519         * src/prefs_account.c
2520         * src/prefs_folder_item.c
2521         * src/prefs_quote.c
2522         * src/quote_fmt.c
2523         * src/quote_fmt.h
2524                 remove unnecessary frame from Templates options
2525                 and improve the English of the check button label
2526
2527 2007-09-22 [colin]      3.0.1cvs24
2528
2529         * src/gtk/quicksearch.c
2530                 Fix bug 1329, 'error in quicksearch.c'
2531                 Fix return with value in function returning void
2532
2533 2007-09-22 [colin]      3.0.1cvs23
2534
2535         * src/imap.c
2536         * src/procmsg.h
2537         * src/common/utils.c
2538         * src/common/utils.h
2539         * src/etpan/imap-thread.c
2540                 Optimise fetching IMAP cached emails *a lot*
2541                 (remember whether mail is fully cached and \r's
2542                  are already stripped)
2543
2544 2007-09-22 [colin]      3.0.1cvs22
2545
2546         * src/folder.c
2547         * src/folder.h
2548         * src/prefs_folder_item.c
2549                 Add a button to allow users to drop local caches.
2550
2551 2007-09-21 [colin]      3.0.1cvs21
2552
2553         * src/summaryview.c
2554                 Remove unnecessary error when cancelling export to mbox.
2555                 Patch by Pawel
2556
2557 2007-09-21 [paul]       3.0.1cvs20
2558
2559         * src/gtk/prefswindow.c
2560                 remove unnecessary frames from the prefs
2561                 pages. Patch by Pawel Pekala
2562
2563 2007-09-21 [paul]       3.0.1cvs19
2564
2565         * src/prefs_account.c
2566         * src/prefs_folder_item.c
2567         * src/prefs_quote.c
2568         * src/quote_fmt.c
2569                 put the Templates options into a tabbed
2570                 layout. Patch by Pawel Pekala
2571
2572 2007-09-21 [paul]       3.0.1cvs18
2573
2574         * src/mainwindow.c
2575                 group together the character set menu items
2576                 move the /View/Show or hide/Message view below
2577                 .../Toolbar menu item
2578                 Patch by Pawel Pekala
2579
2580 2007-09-21 [mones]      3.0.1cvs17
2581
2582         * src/compose.c
2583                 Fix for bug 1327, 'segfault when replying to a non-existent
2584                 news message', thanks to Colin.
2585
2586 2007-09-21 [colin]      3.0.1cvs16
2587
2588         * src/folderview.c
2589                 Complete 3.0.1cvs15
2590
2591 2007-09-20 [colin]      3.0.1cvs15
2592
2593         * src/folderview.c
2594         * src/folderview.h
2595                 Maybe fix bug 1324, 'Corrupted IMAP cache'
2596
2597 2007-09-20 [colin]      3.0.1cvs14
2598
2599         * src/printing.c
2600                 Fix a little leak
2601
2602 2007-09-20 [holger]     3.0.1cvs13
2603
2604         * src/printing.c
2605                 Add page layout to print preview.
2606                 Make the close-button in the toolbar
2607                 right-aligned.
2608
2609 2007-09-20 [paul]       3.0.1cvs12
2610
2611         * po/ru.po
2612                 updated by Pavlo Bohmat
2613
2614 2007-09-19 [colin]      3.0.1cvs11
2615
2616         * src/common/utils.c
2617                 Prevent unquoted mime boundaries, by always
2618                 using a /
2619
2620 2007-09-19 [colin]      3.0.1cvs10
2621
2622         * src/printing.c
2623                 Fix drawing area size, fix DPI change that
2624                 can cause total number of lines to decrease
2625
2626 2007-09-19 [colin]      3.0.1cvs9
2627
2628         * po/POTFILES.in
2629         * src/printing.c
2630                 Make print preview more efficient and nicer.
2631                 Patch mostly by Holger Berndt <hb@claws-mail.org>
2632
2633 2007-09-19 [colin]      3.0.1cvs8
2634
2635         * src/prefs_common.c
2636         * src/prefs_common.h
2637         * src/printing.c
2638                 Add scrolledwindow, default allocation and
2639                 size saving to the print preview window.
2640
2641 2007-09-18 [colin]      3.0.1cvs7
2642
2643         * src/prefs_common.c
2644         * src/prefs_common.h
2645         * src/prefs_image_viewer.c
2646         * src/printing.c
2647                 GtkPrintOperation:
2648                 - add image printing support
2649                 - add option to print images
2650                 - add preview widget
2651                 - add saving of a few Page Setup parameters
2652
2653 2007-09-18 [colin]      3.0.1cvs6
2654
2655         * AUTHORS
2656         * src/gtk/authors.h
2657                 Add Guillaume Chazarain
2658
2659 2007-09-18 [colin]      3.0.1cvs5
2660
2661         * src/common/utils.c
2662                 Fix bug 1321, 'access before allocation 
2663                 when scanning for uris'. Patch by 
2664                 Guillaume Chazarain <guichaz@yahoo.fr>
2665
2666 2007-09-18 [colin]      3.0.1cvs4
2667
2668         * src/toolbar.c
2669                 Fix bug 1320, 'Memory leak caused by 
2670                 gtk_container_get_children'. Patch by
2671                 Guillaume Chazarain <guichaz@yahoo.fr>
2672
2673 2007-09-18 [colin]      3.0.1cvs3
2674
2675         * src/printing.c
2676         * src/printing.h
2677                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
2678
2679 2007-09-18 [colin]      3.0.1cvs2
2680
2681         * src/Makefile.am
2682         * src/mainwindow.c
2683         * src/messageview.c
2684         * src/messageview.h
2685         * src/prefs_ext_prog.c
2686         * src/prefs_fonts.c
2687         * src/printing.c
2688         * src/printing.h
2689         * src/summaryview.c
2690                 Use GtkPrintOperation by default on GTK+ >= 2.10
2691                 Patch by Holger Berndt <hb@claws-mail.org>
2692
2693 2007-09-18 [paul]       3.0.1cvs1
2694
2695         * NEWS
2696         * README
2697         * RELEASE_NOTES
2698         * configure.ac
2699                 bump up version number following stable release
2700
2701 2007-09-16 [colin]      3.0.0cvs18
2702
2703         * src/folder.c
2704                 Fix possible memleak
2705
2706 2007-09-16 [colin]      3.0.0cvs17
2707
2708         * src/folderview.c
2709                 Fix bug 1311, 'Wrong arrow position 
2710                 while moving message into folder when 
2711                 column headers hidden'
2712         * src/image_viewer.c
2713                 Show error in the GUI if image can't
2714                 be loaded
2715         * src/matcher.c
2716                 Fix spurious output
2717         * src/messageview.c
2718                 Allow setting domain in msgid
2719         * src/common/plugin.c
2720                 Add timing information
2721
2722 2007-09-16 [colin]      3.0.0cvs16
2723
2724         * src/account.c
2725         * src/compose.c
2726         * src/prefs_account.c
2727         * src/prefs_account.h
2728         * src/common/utils.c
2729                 Remove Generate Message-ID option. We need
2730                 this on some IMAP servers.
2731         * src/prefs_template.c
2732                 Fix double-free
2733
2734 2007-09-16 [colin]      3.0.0cvs15
2735
2736         * src/prefs_filtering.c
2737         * src/prefs_filtering.h
2738         * src/prefs_filtering_action.c
2739         * src/common/tags.c
2740                 Fix tags issues: tags with spaces, renaming
2741                 tags.
2742
2743 2007-09-16 [colin]      3.0.0cvs14
2744
2745         * src/folderview.c
2746         * src/main.c
2747         * src/mainwindow.c
2748                 Fix bug 1308, 'Claws deletes folderlist.xml after
2749                 fetching mail short after start-up'
2750
2751 2007-09-16 [colin]      3.0.0cvs13
2752
2753         * src/compose.c
2754                 Fix scrolling to cursor
2755
2756 2007-09-16 [paul]       3.0.0cvs12
2757
2758         * po/sr.po
2759                 updated by Aleksandar Urosevic
2760
2761 2007-09-16 [paul]       3.0.0cvs11
2762
2763         * src/folder.c
2764                 do not allow locked msgs to be deleted,
2765                 even by filtering/processing
2766
2767 2007-09-07 [paul]       3.0.0cvs10
2768
2769         * src/prefs_folder_column.c
2770         * src/prefs_summary_column.c
2771                 implement button sensitivity
2772                 patch by Pawel Pekala
2773
2774 2007-09-06 [wwp]        3.0.0cvs9
2775
2776         * src/prefs_gtk.c
2777                 Add a missing linefeed to a debug message.
2778
2779 2007-09-05 [colin]      3.0.0cvs8
2780
2781         * src/inc.c
2782                 Fix statusbar/window mismatch on Maemo
2783
2784 2007-09-05 [colin]      3.0.0cvs7
2785
2786         * src/ldaputil.c
2787                 Fix build without USE_LDAP_TLS
2788
2789 2007-09-05 [colin]      3.0.0cvs6
2790
2791         * src/folder.c
2792         * src/imap.c
2793         * src/inc.c
2794         * src/mbox.c
2795         * src/send_message.c
2796         * src/statusbar.c
2797         * src/statusbar.h
2798                 Maemo: distinguish various statusbar messages,
2799                 in order to display only the most important.
2800
2801 2007-09-04 [wwp]        3.0.0cvs5
2802
2803         * src/account.c
2804                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
2805                 Show protocol "SMTP" and the appropriate server for send-only
2806                 accounts, show "-" instead of "" when no value is relevant.
2807
2808 2007-09-03 [ticho]      3.0.0cvs4
2809
2810         * src/summaryview.c
2811                 Handle plural form better in delete confirmation dialog.
2812
2813 2007-09-03 [wwp]        3.0.0cvs3
2814
2815         * src/compose.c
2816                 Warn differently when sending or sending later (queueing).
2817
2818 2007-09-03 [colin]      3.0.0cvs2
2819
2820         * src/procmime.c
2821         * src/procmime.h
2822         * src/common/plugin.c
2823         * src/common/plugin.h
2824                 Add a new plugin API, MimeParser. It allows
2825                 plugins to scan email MIME parts and optionally,
2826                 transform them.
2827
2828 2007-09-03 [mones]      3.0.0cvs1
2829
2830         * po/es.po
2831                 Updated translation
2832         * src/common/defs.h
2833                 While a better solution is made double history sizes
2834
2835 2007-09-03 [paul]       3.0.0
2836
2837         * NEWS
2838         * README
2839         * RELEASE_NOTES
2840                 3.0.0 released
2841
2842 [For previous entries, see ChangeLog.2.0.0-3.0.0]