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