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