5db0eb5d2b3b6ce8454ba5c54d3429de4c21f311
[claws.git] / ChangeLog
1 2007-12-04 [colin]      3.1.0cvs52
2
3         * tools/Makefile.am
4         * tools/README.sylprint
5         * tools/sylprint.pl
6         * tools/sylprint.rc
7                 Fix debian bug #454089 (symlink attack in TMP directory)
8                 http://secwatch.org/advisories/1019661/ :
9                 Remove the buggy script, which was unmaintained anyway
10         * src/news.c
11         * src/procmsg.c
12                 Store things in our private tmp directory.
13
14 2007-12-03 [colin]      3.1.0cvs51
15
16         * src/folder.c
17         * src/folder.h
18         * src/folderview.c
19         * src/imap.c
20         * src/mainwindow.c
21                 Fix update problem when getting remote tags
22         * src/prefs_matcher.c
23                 Rework GUI to make it better. Patch by Pawel
24                 Pekala
25
26 2007-12-03 [colin]      3.1.0cvs50
27
28         * src/etpan/imap-thread.c
29         * src/etpan/nntp-thread.c
30                 Fix bug 1417, 'Network log doesn't reveal 
31                 enough NNTP errors'
32
33 2007-12-02 [iwkse]      3.1.0cvs49
34
35         * src/plugins/dillo_viewer/dillo_prefs.c
36                         Insert dillo under the Plugins menu
37
38 2007-12-01 [paul]       3.1.0cvs48
39
40         * src/html.c
41                 add these variant forms
42                 Thanks to Colin
43
44 2007-12-01 [paul]       3.1.0cvs47
45
46         * src/matcher.c
47                 fix a typo
48
49 2007-12-01 [paul]       3.1.0cvs46
50
51         * po/POTFILES.in
52                 add the new addrcustomattr.c file
53
54 2007-11-29 [colin]      3.1.0cvs45
55
56         * src/common/ssl_certificate.c
57                 Use the more modern getaddrinfo instead of 
58                 gethostbyname when possible
59
60 2007-11-28 [colin]      3.1.0cvs44
61
62         * src/summaryview.c
63                 Maybe fix bug 1410 and other crash reports
64                 in summaryview since cvs38.
65
66 2007-11-28 [wwp]        3.1.0cvs43
67
68         * src/prefs_summary_open.c
69                 Guard against an empty list of actions to perform
70                 when opening a folder (or migration defaults could
71                 be introduced, confusing).
72
73 2007-11-28 [colin]      3.1.0cvs42
74
75         * src/folderview.c
76                 Fix mark all read from folder's contextual menu
77
78 2007-11-27 [colin]      3.1.0cvs41
79
80         * src/imap.c
81         * src/imap.h
82         * src/imap_gtk.c
83         * src/prefs_account.c
84         * src/etpan/imap-thread.c
85                 A few fixes to the IMAP flags handling: Optimisations,
86                 two crashers, mention that Bandwitdh-efficient mode
87                 prevents tag fetching.
88                 Fix M-UTF7 in subscription dialog.
89
90 2007-11-27 [colin]      3.1.0cvs40
91
92         * src/folder.c
93         * src/mbox.c
94         * src/summaryview.c
95                 Make filtering faster on flags change: Batch original 
96                 folderitem, where we'll do flags/tags changes.
97
98 2007-11-27 [colin]      3.1.0cvs39
99
100         * src/filtering.c
101                 Fix bug 1407, 'After a copy action, further rules apply 
102                 to both original and copy'
103
104 2007-11-27 [colin]      3.1.0cvs38
105
106         * src/edittags.c
107         * src/summaryview.c
108                 Fixes races when doing a long operation and user
109                 asks for another one (Mark all read/unread on a 
110                 big folder on IMAP for example)
111
112 2007-11-27 [wwp]        3.1.0cvs37
113
114         * src/addressbook.c
115         * src/prefs_common.c
116                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
117                 and 3.1.0cvs35 (addressbook.c).
118
119 2007-11-27 [holger]     3.1.0cvs36
120
121         * src/printing.c
122                 Add a line separating header and body
123                 in the printout
124
125 2007-11-27 [wwp]        3.1.0cvs35
126
127         * src/addressbook.c
128                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
129                 (thanks to Colin) and revert disabling of cut/copy
130                 context menu entries upon selected groups.
131
132 2007-11-27 [holger]     3.1.0cvs34
133
134         * src/printing.c
135                 Add weights to the list of supported text attributes
136                 for printing
137
138 2007-11-27 [wwp]        3.1.0cvs33
139
140         * src/Makefile.am
141         * src/addrcustomattr.c
142         * src/addrcustomattr.h
143         * src/addressbook.c
144         * src/editaddress.c
145         * src/editaddress.h
146         * src/prefs_common.c
147         * src/prefs_common.h
148         * src/common/defs.h
149                 Provide a (customizable) list of preset attribute names
150                 for editing contacts (closes bug #1391).
151
152 2007-11-27 [wwp]        3.1.0cvs32
153
154         * src/addrclip.c
155         * src/addressbook.c
156         * src/addritem.c
157                 Various fixes in the address book:
158                         - made copy/move of a folder to itself or its subtree
159                           impossible (-> error)
160                         - errors messages don't show in the status bar anymore,
161                           use alertpanels instead
162                         - simple click on group doesn't open group edit dialog
163                           anymore when in contact edit embedded mode (was too itchy)
164                         - fixed disabling of edit button and and menu entry when
165                           in contact edit embedded mode (was done in a bad and
166                           ineffective way)
167                         - fix menu cut/paste sensitivity in treelist context
168                           menu (conflicting enabling was done by different functions)
169                         - fix some menu item sensitivity in address list context menu
170                         - don't allow cut/copy of groups, it's useless as they won't
171                           be copied w/ their contents
172                         - fix missing copy of the picture file when copying (bug #1402),
173                           fix picture attribute (internal) value when moving or copying
174
175
176 2007-11-27 [colin]      3.1.0cvs31
177
178         * src/folder.c
179         * src/imap.c
180                 Fix tags loss on move, fix space encoding
181
182 2007-11-26 [colin]      3.1.0cvs30
183
184         * src/edittags.c
185         * src/folder.c
186         * src/folder.h
187         * src/imap.c
188         * src/messageview.c
189         * src/procmsg.c
190         * src/procmsg.h
191         * src/summaryview.c
192         * src/common/utils.c
193         * src/common/utils.h
194         * src/etpan/imap-thread.c
195         * src/etpan/imap-thread.h
196                 Add IMAP tags support
197
198 2007-11-26 [colin]      3.1.0cvs29
199
200         * src/imap.c
201                 Fix bug 1405, 'imap auto auth method doesn't 
202                 work since 3.1.0'
203
204 2007-11-26 [colin]      3.1.0cvs28
205
206         * src/messageview.c
207         * src/procmime.c
208                 Handle broken disposition-notifications from Evolution
209                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
210
211 2007-11-25 [paul]       3.1.0cvs27
212
213         * src/folder_item_prefs.c
214         * src/folder_item_prefs.h
215                 remove dead code
216
217 2007-11-23 [wwp]        3.1.0cvs26
218
219         * src/matcher.c
220         * src/matcher.h
221         * src/matcher_parser_parse.y
222         * src/prefs_matcher.c
223                 Fix irrelevant case folding when adding matcher condition 'test',
224                 thanks to Colin.
225
226 2007-11-23 [wwp]        3.1.0cvs25
227
228         * src/prefs_common.c
229         * src/prefs_common.h
230         * src/prefs_summary_open.c
231         * src/prefs_summary_open.h
232         * src/summaryview.c
233                 Add "select first email in list" to the list of possible selections
234                 when opening a folder.
235
236 2007-11-23 [paul]       3.1.0cvs24
237
238         * po/de.po
239                 a fix by Stephan Sachse, plus remove all
240                 old strings from the end of the file
241
242 2007-11-23 [wwp]        3.1.0cvs23
243
244         * src/prefs_msg_colors.c
245                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
246                 with little changes.
247
248 2007-11-23 [paul]       3.1.0cvs22
249
250         * src/prefs_logging.c
251                 eliminate wasted horizontal space
252
253 2007-11-23 [paul]       3.1.0cvs21
254
255         * src/prefs_summaries.c
256                 don't wrap the label or put linebreaks
257
258 2007-11-22 [colin]      3.1.0cvs20
259
260         * src/plugins/pgpinline/pgpinline.c
261                 Fix decryption
262
263 2007-11-22 [wwp]        3.1.0cvs19
264
265         * src/prefs_themes.c
266                 Yet another misuse of get_rc_dir(), still related
267                 to user themes. Completes 3.1.0cvs18.
268
269 2007-11-22 [wwp]        3.1.0cvs18
270
271         * src/stock_pixmap.c
272                 Fix a misuse of get_rc_dir(), user themes dir was
273                 not set properly and some themes might have disappeared
274                 from themes list in prefs.
275
276 2007-11-22 [wwp]        3.1.0cvs17
277
278         * src/edittags.c
279         * src/edittags.h
280         * src/common/tags.c
281         * src/common/tags.h
282                 Correct copyright for these claws-mail-only brand new
283                 files.
284
285 2007-11-22 [paul]       3.1.0cvs16
286
287         * src/compose.c
288                 fix bug 1400, 'Drag and drop of URLs does not work'
289                 Thanks to Colin
290
291 2007-11-22 [paul]       3.1.0cvs15
292
293         * src/prefs_common.c
294                 make "cmds_use_system_default" default to FALSE
295                 so as not to disrupt current settings
296         * src/summaryview.c
297                 increase the size of the GdkRectangle, tooltips
298                 didn't show for me otherwise
299
300 2007-11-21 [colin]      3.1.0cvs14
301
302         * src/compose.c
303         * src/crash.c
304         * src/exphtmldlg.c
305         * src/mainwindow.c
306         * src/manual.c
307         * src/mimeview.c
308         * src/prefs_account.c
309         * src/prefs_common.c
310         * src/prefs_common.h
311         * src/prefs_ext_prog.c
312         * src/textview.c
313         * src/uri_opener.c
314         * src/gtk/about.c
315         * src/gtk/gtkutils.c
316                 Use xdg-open as a way to find default browser,
317                 when available
318
319 2007-11-21 [colin]      3.1.0cvs13
320
321         * src/messageview.c
322         * src/procmime.c
323         * src/procmsg.h
324                 Send better return receipts (useful ones)
325                 Handle incoming return receipts
326
327 2007-11-20 [colin]      3.1.0cvs12
328
329         * src/printing.c
330         * src/printing.h
331                 Add getter/setter for settings, and getter
332                 for page setup
333
334 2007-11-20 [colin]      3.1.0cvs11
335
336         * src/folderview.c
337         * src/main.c
338         * src/mainwindow.c
339                 Fix bug 1396, 'Crash on disabling a filter 
340                 while it is processing'
341
342 2007-11-20 [paul]       3.1.0cvs10
343
344         * src/folder.c
345                 fix bug 1395, 'Crash on checking for new mails
346                 while filter is running'
347                 Thanks to Colin
348
349 2007-11-20 [paul]       3.1.0cvs9
350
351         * src/compose.c
352                 make this string easier for translators
353
354 2007-11-19 [colin]      3.1.0cvs8
355
356         * src/prefs_summaries.c
357         * src/summaryview.c
358                 Don't enable more tooltips on Maemo
359
360 2007-11-19 [colin]      3.1.0cvs7
361
362         * src/prefs_common.c
363         * src/prefs_common.h
364         * src/prefs_summaries.c
365         * src/summaryview.c
366                 Fix bug 1388, 'message list tool tips'
367                 Add (optional) tooltips in summaryview.
368                 This only works with GTK+ >= 2.12
369
370 2007-11-19 [colin]      3.1.0cvs6
371
372         * src/compose.c
373                 Make strings a bit better when attaching
374                 from mailto: URIs
375
376 2007-11-19 [colin]      3.1.0cvs5
377
378         * src/common/utils.c
379                 Fix bug 1392, 'Top level domain .EU is 
380                 not recognised as valid'
381
382 2007-11-19 [wwp]        3.1.0cvs4
383
384         * src/compose.c
385         * src/compose.h
386                 Revert changes to compose.c made in 3.1.0cvs2.
387
388 2007-11-19 [wwp]        3.1.0cvs3
389
390         * src/addressbook.c
391         * src/addressbook.h
392         * src/editaddress.c
393         * src/editgroup.c
394         * src/addrduplicates.c
395                 Minor improvements in the address book:
396                 always accept new contacts provided that some
397                 detail is set (instead of rejecting silently).
398                 Better guessing of contact name from incomplete
399                 name information. Better display of contacts with
400                 no name, in contact lists, group contents, find
401                 duplicate results.
402                 
403
404 2007-11-19 [wwp]        3.1.0cvs2
405
406         * src/compose.c
407         * src/compose.h
408         * src/prefs_logging.c
409         * src/prefs_summaries.c
410                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
411                 wrap some long label in prefs/summaries, layout checkboxes
412                 in a more compact form in prefs/loggin, make account and
413                 header's combos have the same size/spacing in compose
414                 window.
415
416 2007-11-19 [wwp]        3.1.0cvs1
417
418         * src/edittags.c
419                 Fix a tiny leak and duplicate variable.
420
421 2007-11-19 [paul]       3.1.0
422
423         * NEWS
424         * README
425         * RELEASE_NOTES 
426                 3.1.0 released
427
428 2007-11-19 [paul]       3.0.2cvs145
429
430         * po/de.po
431         * po/fi.po
432         * po/fr.po
433         * po/hu.po
434         * po/it.po
435         * po/pl.po
436         * po/pt_BR.po
437         * po/sk.po
438         * po/zh_CN.po
439                 updated by Stephan Sachse, Flammie Pirinen,
440                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
441                 Emil Nowak, Frederico Goncalves Guimaraes,
442                 Andrej Kacian, and Ralph Young
443
444 2007-11-18 [mones]      3.0.2cvs144
445
446         * po/es.po
447                 Updated Spanish translation
448
449 2007-11-18 [colin]      3.0.2cvs143
450
451         * src/edittags.c
452                 Prevent empty tag after edit, thanks to wwp
453
454 2007-11-18 [colin]      3.0.2cvs142
455
456         * src/editaddress.c
457                 Fix possible "(null)" %s - thanks to wwp
458
459 2007-11-16 [wwp]        3.0.2cvs141
460
461         * src/common/utils.c
462                 Fix for 3.0.2cvs140, prevents from crashing when opening
463                 a compose window.
464
465 2007-11-16 [colin]      3.0.2cvs140
466
467         * src/main.c
468         * src/common/claws.c
469                 Output a bit more useful info at startup
470                 in --debug mode
471
472 2007-11-16 [colin]      3.0.2cvs139
473
474         * src/compose.c
475         * src/common/utils.c
476         * src/common/utils.h
477                 Fix bug 1387, 'Request for --compose to 
478                 support multiple attachments'
479
480 2007-11-16 [colin]      3.0.2cvs138
481
482         * src/news.c
483                 Fix bug 1390, 'NNTP fails after server 
484                 closed connection'
485
486 2007-11-16 [colin]      3.0.2cvs137
487
488         * src/prefs_display_header.c
489                 Fix bug 1389, 'Changing 'Display headers 
490                 in message view' breaks dispheaderrc'
491
492 2007-11-14 [colin]      3.0.2cvs136
493
494         * src/summaryview.c
495         * src/gtk/quicksearch.c
496         * src/gtk/quicksearch.h
497                 Fix resetting the quicksearch when in non-sticky
498                 mode, but Recursive is set: reset only when going
499                 out of the root search folder.
500
501 2007-11-14 [colin]      3.0.2cvs135
502
503         * src/filtering.c
504                 Don't set new flag back when doing "Mark as unread"
505                 from filtering
506
507 2007-11-12 [paul]       3.0.2cvs134
508
509         * src/plugins/dillo_viewer/dillo_viewer.c
510                 don't offer the mime type for translation
511
512 2007-11-12 [paul]
513
514         3.1.0-rc2 released
515
516 2007-11-11 [colin]      3.0.2cvs133
517
518         * src/imap_gtk.c
519         * src/mh_gtk.c
520                 Use markup-escaped strings in dialogs
521
522 2007-11-11 [colin]      3.0.2cvs132
523
524         * src/imap.c
525                 Better IMAP-UTF7/UTF8 conversion
526
527 2007-11-10 [colin]      3.0.2cvs131
528
529         * src/news.c
530                 Fix debian bug 450698, 'nntp auth behavior changed 
531                 without notice'
532
533 2007-11-10 [colin]      3.0.2cvs130
534
535         * configure.ac
536         * src/inc.c
537         * src/main.c
538         * src/main.h
539         * src/mimeview.c
540         * src/statusbar.c
541         * src/common/utils.c
542         * src/etpan/Makefile.am
543         * src/gtk/filesel.c
544         * src/gtk/gtkutils.h
545         * src/gtk/menu.c
546         * src/plugins/bogofilter/Makefile.am
547         * src/plugins/clamav/Makefile.am
548         * src/plugins/dillo_viewer/Makefile.am
549         * src/plugins/pgpcore/Makefile.am
550         * src/plugins/spamassassin/Makefile.am
551         * src/plugins/trayicon/Makefile.am
552                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
553
554 2007-11-09 [colin]      3.0.2cvs129
555
556         * src/addressbook.c
557         * src/ldapupdate.c
558                 fix bug 1375, 'Impossible to modify e-mail
559                 in LDAP addressbook twice'; Try two. update
560                 externalID, don't make display lag, and
561                 fix the cases where dn is not mail.
562
563 2007-11-08 [paul]       3.0.2cvs128
564
565         * src/account.c
566         * src/compose.c
567         * src/messageview.c
568         * src/prefs_account.c
569         * src/prefs_account.h
570                 reinstate 'Generate Message-ID' option as an
571                 account preference. (hidden on IMAP)
572                 Thanks to Colin
573
574 2007-11-08 [paul]       3.0.2cvs127
575
576         * src/textview.c
577                 MAEMO: fix failure of loading images inline
578                 MAEMO: fix bug 1349, 'Emails still skip to end
579                 when opened (in certain circumstances)...'
580
581 2007-11-07 [colin]      3.0.2cvs126
582
583         * src/toolbar.c
584                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
585
586 2007-11-07 [colin]      3.0.2cvs125
587
588         * src/toolbar.c
589                 Re-change the string occurence of A_CLAWS_ACTIONS
590                 to A_SYL_ACTIONS, to prevent parse errors of the
591                 toolbar_*.xml files
592
593 2007-11-07 [colin]      3.0.2cvs124
594
595         * src/mimeview.c
596         * src/prefs_common.c
597         * src/prefs_common.h
598         * manual/advanced.xml
599                 Add an hidden pref, 'save_parts_readwrite';
600                 completes 3.0.2cvs35
601
602 2007-11-07 [paul]       3.0.2cvs123
603
604         * src/prefs_toolbar.c
605         * src/toolbar.c
606         * src/toolbar.h
607                 rename ToolbarSylpheedActions to ToolbarClawsActions
608                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
609
610 2007-11-07 [paul]       3.0.2cvs122
611
612         * src/toolbar.c
613                 MAEMO: remove tooltips
614
615 2007-11-07 [colin]      3.0.2cvs121
616
617         * src/plugins/pgpinline/pgpinline.c
618                 Fix bug 1377, 'unspecific errors on 
619                 signature checking'. Fix trimming of
620                 UTF8 data.
621
622 2007-11-06 [iwkse]      3.0.2cvs120
623
624         * src/prefs_summary_open.c
625                 yet a string change
626
627 2007-11-06 [paul]       3.0.2cvs119
628
629         * tools/Makefile.am
630         * tools/README
631         * tools/csv2addressbook.pl
632                 add a new script that imports a CSV formatted
633                 address book. Becky and Thunderbird address
634                 book are currently supported.
635
636 2007-11-05 [colin]      3.0.2cvs118
637
638         * src/imap.c
639                 Fix deletion 
640
641 2007-11-05 [iwkse]      3.0.2cvs117
642
643         * src/prefs_summary_open.c
644                 String changes
645
646 2007-11-04 [paul]       3.0.2cvs116
647
648         * src/addressbook_foldersel.c
649                 fix gtk critical warning
650                 Patch by Pawel Pekala
651
652 2007-11-04 [paul]       3.0.2cvs115
653
654         * tools/README
655         * tools/claws-mail-compose-insert-files.pl
656                 add --bcc and uri_escape() everything
657
658 2007-11-04 [paul]       3.0.2cvs114
659
660         * src/gtk/gtkutils.c
661                 gtkut_stock_with_text_button_set_create(): set
662                 GTK_CAN_DEFAULT on buttons 2 and 3
663
664 2007-11-03 [paul]       3.0.2cvs113
665
666         * src/common/utils.c
667                 fix debian bug #448814, 'mailto: URI decoding
668                 desn't decode the destination address field'
669                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
670
671 2007-11-03 [paul]       3.0.2cvs112
672
673         * AUTHORS
674         * src/compose.c
675         * src/gtk/authors.h
676                 allow Bcc in commandline URIs
677                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
678
679 2007-11-02 [colin]      3.0.2cvs111
680
681         * src/addressbook.c
682                 Maybe fix bug 1376, 'crash on 
683                 addressbook manipulation'
684
685 2007-10-31 [paul]       3.0.2cvs110
686
687         * src/ldapupdate.c
688                 fix bug 1375, 'Impossible to modify e-mail
689                 in LDAP addressbook twice'
690                 Patch by Michael Rasmussen
691
692 2007-10-30 [paul]       3.0.2cvs109
693
694         * configure.ac
695                 enable GnuTLS support with --enable-gnutls which
696                 will disable openssl support. if the user has
697                 gtk >= 2.10.x don't allow gnomeprint even if the
698                 user asks for it
699
700 2007-10-30 [paul]
701
702         3.1.0-rc1 released
703
704 2007-10-30 [paul]       3.0.2cvs108
705
706         * Makefile.am
707                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
708
709 2007-10-30 [paul]       3.0.2cvs107
710
711         * src/expldifdlg.c
712         * src/prefs_account.c
713         * src/prefs_folder_item.c
714         * src/prefs_spelling.c
715         * src/prefs_themes.c
716         * src/wizard.c
717         * src/gtk/gtkaspell.c
718         * src/gtk/gtkaspell.h
719         * src/plugins/spamassassin/spamassassin_gtk.c
720                 replace deprecated gtk_option_menu...
721                 patch by Pawel Pekala
722
723 2007-10-29 [colin]      3.0.2cvs106
724
725         * src/plugins/dillo_viewer/dillo_prefs.c
726                 Fix forgotten signal connect
727
728 2007-10-28 [colin]      3.0.2cvs105
729
730         * src/plugins/dillo_viewer/dillo_prefs.c
731         * src/plugins/dillo_viewer/dillo_prefs.h
732         * src/plugins/dillo_viewer/dillo_viewer.c
733                 Implement addressbook-based whitelisting for loading
734                 remote images. Fixed missing destroy of the embedded
735                 browser that made a Dillo window pop up on exit, if
736                 an HTML part was displayed.
737
738 2007-10-26 [colin]      3.0.2cvs104
739
740         * src/edittags.c
741                 Add missing static
742
743 2007-10-25 [colin]      3.0.2cvs103
744
745         * src/editaddress.c
746                 Add tap-and-hold on the picture, for Maemo
747         * src/edittags.c
748         * src/edittags.h
749         * src/mainwindow.c
750         * src/procmsg.c
751         * src/summaryview.c
752         * src/textview.c
753                 Unify tag interfaces.
754
755 2007-10-25 [colin]      3.0.2cvs102
756
757         * src/imap.c
758         * src/etpan/imap-thread.h
759                 Much better error handling. We'll need to be really
760                 clear to users about where errors come from, with 
761                 the apparition of Gmail's IMAP server.
762
763 2007-10-24 [colin]      3.0.2cvs101
764
765         * src/edittags.c
766         * src/mainwindow.c
767         * src/summaryview.c
768         * src/textview.c
769                 Add tags sorting (alphabetical); allow deletion of
770                 tags from the Apply Tags window
771
772 2007-10-24 [colin]      3.0.2cvs100
773
774         * src/editaddress.c
775         * src/editaddress_other_attributes_ldap.c
776         * src/editaddress_other_attributes_ldap.h
777         * src/ldapctrl.c
778         * src/ldapquery.c
779         * src/ldapupdate.c
780                 Fix LDAP writing (got broken in cvs39)
781                 Add read-only support for jpegPhoto LDAP field
782
783 2007-10-23 [colin]      3.0.2cvs99
784
785         * src/news.c
786                 Fix crash in some cases
787
788 2007-10-22 [colin]      3.0.2cvs98
789
790         * src/common/socket.h
791         * src/common/ssl.c
792                 Fix big leak in GnuTLS code
793
794 2007-10-22 [colin]      3.0.2cvs97
795
796         * src/news.c
797                 Fix bug 1368, 'SIGSEGV in NNTP code'
798
799 2007-10-22 [colin]      3.0.2cvs96
800
801         * src/prefs_customheader.c
802                 Catch compface warnings when generating X-Faces
803
804 2007-10-22 [wwp]        3.0.2cvs95
805
806         * src/quote_fmt_parse.y
807                 Remove accidentally committed debug traces.
808                 Fix a warning.
809
810 2007-10-22 [colin]      3.0.2cvs94
811
812         * src/etpan/nntp-thread.c
813                 Fix authentication
814
815 2007-10-19 [wwp]        3.0.2cvs93
816
817         * src/common/ssl_certificate.c
818                 Add missing include (Windows).
819
820 2007-10-19 [colin]      3.0.2cvs92
821
822         * src/imap_gtk.c
823         * src/mimeview.c
824         * src/textview.c
825         * src/gtk/inputdialog.c
826         * src/gtk/inputdialog.h
827                 Remove the last old combo; patch by
828                 Pawel
829
830 2007-10-19 [colin]      3.0.2cvs91
831
832         * src/common/ssl.c
833                 Fix interop problem with GnuTLS and some crappy
834                 servers that have very little keys.
835
836 2007-10-19 [colin]      3.0.2cvs90
837
838         * src/common/ssl.c
839                 Fix return value check on GnuTLS, and
840                 display the error
841
842 2007-10-18 [colin]      3.0.2cvs89
843
844         * src/common/ssl_certificate.c
845                 Fix missing initialisations
846
847 2007-10-18 [wwp]        3.0.2cvs88
848
849         * src/Makefile.am
850                 Fix linking against GNUTLS (matters if --enable-gnutls only).
851
852 2007-10-18 [colin]      3.0.2cvs87
853
854         * po/POTFILES.in
855                 Fix build
856
857 2007-10-18 [mones]      3.0.2cvs86
858
859         * src/editbook.c
860         * src/import.c
861         * src/prefs_account.c
862         * src/prefs_receive.c
863         * src/gtk/about.c
864         * src/plugins/bogofilter/bogofilter_gtk.c
865         * src/plugins/spamassassin/spamassassin_gtk.c
866                 More capitalisation micro-fixes
867
868 2007-10-18 [paul]       3.0.2cvs85
869
870         * configure.ac
871                 add info about NNTP support via libetpan
872                 change the configure output ending msg a little
873         * src/gtk/about.c
874                 similar changes to above
875
876 2007-10-18 [colin]      3.0.2cvs84
877
878         * src/procmime.c
879         * src/procmime.h
880                 Fix missing symbol for S/MIME
881
882 2007-10-18 [colin]      3.0.2cvs83
883
884         * src/prefs_filtering_action.c
885                 Fix crash in tags (introduced in cvs78)
886
887 2007-10-18 [colin]      3.0.2cvs82
888
889         * src/common/Makefile.am
890         * src/common/nntp.c
891         * src/common/nntp.h
892         * src/etpan/Makefile.am
893         * src/etpan/etpan-thread-manager-types.h
894         * src/etpan/etpan-thread-manager.c
895         * src/etpan/imap-thread.c
896         * src/etpan/nntp-thread.c
897         * src/etpan/nntp-thread.h
898         * src/news.c
899         * src/news.h
900                 Rewrite the nntp implementation
901                 to use libetpan. Non-blocking NNTP!
902         * src/account.c
903         * src/crash.c
904         * src/imap.c
905         * src/inc.c
906         * src/main.c
907         * src/mainwindow.c
908         * src/pop.c
909         * src/pop.h
910         * src/prefs_account.c
911         * src/recv.c
912         * src/recv.h
913         * src/send_message.c
914         * src/send_message.h
915         * src/ssl_manager.c
916         * src/ssl_manager.h
917         * src/wizard.c
918         * src/common/claws.c
919         * src/common/session.c
920         * src/common/session.h
921         * src/common/smtp.c
922         * src/common/smtp.h
923         * src/common/socket.c
924         * src/common/socket.h
925         * src/common/ssl.c
926         * src/common/ssl.h
927         * src/common/ssl_certificate.c
928         * src/common/ssl_certificate.h
929         * src/gtk/about.c
930         * src/gtk/sslcertwindow.c
931         * src/gtk/sslcertwindow.h
932                 Implement GnuTLS support. GnuTLS support
933                 will be used if OpenSSL isn't available, or
934                 specified explicitely. (the reason is that
935                 GnuTLS cerficate checking is a bit less 
936                 practical than OpenSSL's)
937
938 2007-10-18 [paul]       3.0.2cvs81
939
940         * src/gtk/inputdialog.c
941         * src/gtk/inputdialog.h
942                 fix copyright header
943
944 2007-10-17 [colin]      3.0.2cvs80
945
946         * src/plugins/pgpcore/select-keys.c
947                 Fix bug which prevented encryption key
948                 auto-selection when two or more matched the
949                 email address, but only one isn't revoked
950                 or expired.
951
952 2007-10-17 [wwp]        3.0.2cvs79
953
954         * src/compose.c
955         * src/quote_fmt.c
956         * src/quote_fmt.h
957         * src/quote_fmt_lex.l
958         * src/quote_fmt_parse.y
959                 Templates can now attach files using |attach{filename}.
960
961 2007-10-17 [wwp]        3.0.2cvs78
962
963         * src/prefs_customheader.c
964         * src/prefs_ext_prog.c
965         * src/prefs_filtering_action.c
966         * src/prefs_matcher.c
967         * src/prefs_other.c
968         * src/prefs_toolbar.c
969         * src/gtk/combobox.c
970         * src/gtk/combobox.h
971         * src/gtk/gtkutils.c
972         * src/gtk/gtkutils.h
973         * src/plugins/bogofilter/bogofilter_gtk.c
974         * src/plugins/spamassassin/spamassassin_gtk.c
975                 Removed almost all remaining instances of GtkCombo
976                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
977                 few visual and code cleanup from Colin.
978
979 2007-10-16 [wwp]        3.0.2cvs77
980         * src/gtk/pluginwindow.c
981                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
982
983 2007-10-15 [colin]      3.0.2cvs76
984
985         * src/edittags.c
986         * src/edittags.h
987         * src/filtering.c
988         * src/filtering.h
989         * src/importmutt.c
990         * src/importpine.c
991         * src/main.c
992         * src/messageview.c
993         * src/messageview.h
994         * src/mimeview.c
995         * src/mimeview.h
996         * src/pop.c
997         * src/pop.h
998         * src/prefs_common.c
999         * src/prefs_common.h
1000         * src/prefs_customheader.c
1001         * src/prefs_customheader.h
1002         * src/prefs_display_header.c
1003         * src/prefs_display_header.h
1004         * src/prefs_filtering_action.c
1005         * src/prefs_filtering_action.h
1006         * src/prefs_folder_column.c
1007         * src/prefs_folder_column.h
1008         * src/prefs_folder_item.c
1009         * src/prefs_folder_item.h
1010         * src/prefs_gtk.c
1011         * src/prefs_gtk.h
1012         * src/prefs_logging.h
1013         * src/prefs_matcher.c
1014         * src/prefs_matcher.h
1015         * src/prefs_summary_column.c
1016         * src/prefs_summary_column.h
1017         * src/prefs_summary_open.c
1018         * src/procheader.c
1019         * src/procheader.h
1020         * src/procmime.c
1021         * src/procmime.h
1022         * src/recv.c
1023         * src/recv.h
1024         * src/sourcewindow.c
1025         * src/sourcewindow.h
1026         * src/summaryview.c
1027         * src/summaryview.h
1028         * src/textview.c
1029         * src/textview.h
1030         * src/toolbar.c
1031         * src/toolbar.h
1032         * src/common/mgutils.c
1033         * src/common/mgutils.h
1034         * src/common/nntp.c
1035         * src/common/nntp.h
1036         * src/common/prefs.c
1037         * src/common/prefs.h
1038         * src/common/socket.c
1039         * src/common/socket.h
1040         * src/common/stringtable.c
1041         * src/common/stringtable.h
1042         * src/common/template.c
1043         * src/common/template.h
1044         * src/common/uuencode.c
1045         * src/common/uuencode.h
1046         * src/gtk/gtkshruler.c
1047         * src/gtk/gtkshruler.h
1048         * src/gtk/menu.c
1049         * src/gtk/menu.h
1050         * src/gtk/progressdialog.c
1051         * src/gtk/progressdialog.h
1052                 Remove/staticalize, the return of the revenge
1053
1054 2007-10-15 [colin]      3.0.2cvs75
1055
1056         * src/matcher.c
1057                 Fix redirections in filtering's tests
1058
1059 2007-10-15 [colin]      3.0.2cvs74
1060
1061         * src/imap.c
1062                 Don't build imap_synchronise at all when 
1063                 building without libetpan
1064
1065 2007-10-14 [colin]      3.0.2cvs73
1066
1067         * src/imap.c
1068         * src/common/md5.c
1069         * src/common/md5.h
1070         * src/gtk/manage_window.c
1071         * src/gtk/manage_window.h
1072                 Remove more unused code
1073
1074 2007-10-14 [colin]      3.0.2cvs72
1075
1076         * src/addrquery.c
1077         * src/addrquery.h
1078         * src/recv.c
1079         * src/recv.h
1080         * src/vcard.c
1081         * src/vcard.h
1082         * src/common/xml.c
1083         * src/common/xml.h
1084         * src/common/xmlprops.c
1085         * src/common/xmlprops.h
1086                 Remove more unused code
1087
1088 2007-10-14 [colin]      3.0.2cvs71
1089
1090         * src/common/utils.c
1091                 Remove unused function
1092
1093 2007-10-13 [colin]      3.0.2cvs70
1094
1095         * src/imap.c
1096         * src/imap.h
1097         * src/mainwindow.c
1098         * src/mainwindow.h
1099         * src/gtk/gtkutils.c
1100         * src/gtk/gtkutils.h
1101                 Staticalise/Remove more code
1102
1103 2007-10-13 [colin]      3.0.2cvs69
1104
1105         * src/common/utils.c
1106         * src/common/utils.h
1107                 Remove dead code, unused for ages
1108
1109 2007-10-13 [colin]      3.0.2cvs68
1110
1111         * src/main.c
1112         * src/main.h
1113                 Maemo: define hildon_program in main.c,
1114                 make it accessible in the .h with extern
1115
1116 2007-10-13 [paul]       3.0.2cvs67
1117
1118         * src/gtk/menu.c
1119                 fix a bunch of runtime warnings on maemo
1120
1121 2007-10-13 [paul]       3.0.2cvs66
1122
1123         * src/main.c
1124         * src/main.h
1125         * src/gtk/gtkutils.c
1126         * src/gtk/gtkutils.h
1127                 fix a bunch of compiler warnings on maemo
1128
1129 2007-10-12 [colin]      3.0.2cvs65
1130
1131         * src/account.c
1132         * src/addritem.c
1133         * src/addritem.h
1134         * src/filtering.c
1135         * src/filtering.h
1136         * src/folder.c
1137         * src/folder.h
1138         * src/common/utils.c
1139         * src/common/utils.h
1140                 Remove unused code, staticalise some functions
1141
1142 2007-10-12 [paul]       3.0.2cvs64
1143
1144         * src/account.c
1145         * src/folderview.c
1146         * src/main.c
1147         * src/mainwindow.c
1148         * src/messageview.c
1149         * src/summary_search.c
1150         * src/summaryview.c
1151         * src/toolbar.c
1152         * src/wizard.c
1153         * src/common/utils.c
1154         * src/gtk/prefswindow.c
1155                 fix a bunch of compiler warnings on maemo
1156
1157 2007-10-11 [colin]      3.0.2cvs63
1158
1159         * src/editaddress.c
1160                 Make static function static
1161
1162 2007-10-11 [mones]      3.0.2cvs62
1163
1164         * src/addrduplicates.c
1165         * src/addressbook.c
1166         * src/compose.c
1167         * src/expldifdlg.c
1168         * src/mainwindow.c
1169         * src/messageview.c
1170         * src/pop.c
1171         * src/prefs_customheader.c
1172         * src/prefs_send.c
1173         * src/prefs_themes.c
1174         * src/common/plugin.c
1175         * src/gtk/pluginwindow.c
1176         * src/gtk/quicksearch.c
1177                 Fix several typos and capitalisation issues
1178
1179 2007-10-11 [wwp]        3.0.2cvs61
1180
1181         * src/editaddress.c
1182                 Fix a warning about possible use of uninitialized
1183                 filename var.
1184
1185 2007-10-11 [wwp]        3.0.2cvs60
1186
1187         * src/editaddress.c
1188                 Disable "Unset picture" menu item when there's
1189                 no picture to clear. Fix an extraneous g_unref_object,
1190                 add missing initializers.
1191
1192 2007-10-11 [wwp]        3.0.2cvs59
1193
1194         * src/pixmaps/anonymous.xpm
1195         * src/editaddress.c
1196         * src/Makefile.am
1197         * src/stock_pixmap.c
1198         * src/stock_pixmap.h
1199                 Fix a leak, gettext-ize the photo label.
1200                 Don't clear the existing picture if loading
1201                 a new one fails. Use a default 'anonymous'
1202                 picture (this new xpm has been added to the
1203                 internal stock_pixmap API). Add a
1204                 "Set picture" context menu entry.
1205
1206 2007-10-11 [colin]      3.0.2cvs58
1207
1208         * src/messageview.c
1209                 Make shift-shortcuts work
1210         * src/prefs_actions.c
1211                 Don't ask if we really want to close when
1212                 choosing OK and only the list is changed
1213         * src/prefs_template.c
1214                 Don't ask if we really want to close when
1215                 choosing OK and only the list is changed
1216         * src/common/plugin.c
1217                 Fix writing of second [Plugins_*] block
1218         * src/common/template.c
1219                 Remove unused files (fixes deletion)
1220
1221 2007-10-10 [paul]       3.0.2cvs57
1222
1223         * src/prefs_template.c
1224                 put the whole thing in a scrolled window
1225                 so that half the page is no longer inaccessible
1226                 on maemo
1227                 make the gtk_text_view smaller on maemo
1228
1229 2007-10-10 [colin]      3.0.2cvs56
1230
1231         * src/compose.c
1232                 Fix updating of Attachments number in some
1233                 cases (reedit, attach from command-line, ...)
1234
1235 2007-10-10 [colin]      3.0.2cvs55
1236
1237         * src/editaddress.c
1238                 Initialise error correctly
1239
1240 2007-10-10 [paul]       3.0.2cvs54
1241
1242         * src/prefs_filtering_action.c
1243         * src/gtk/description_window.c
1244         * src/gtk/foldersort.c
1245         * src/gtk/quicksearch.c
1246                 get rid of some pointless new lines and
1247                 make the descripton labels wrap better
1248
1249 2007-10-10 [colin]      3.0.2cvs53
1250
1251         * src/addressadd.c
1252         * src/editaddress.c
1253         * src/headerview.c
1254         * src/textview.c
1255                 More error handling on saving pictures
1256
1257 2007-10-10 [colin]      3.0.2cvs52
1258
1259         * src/printing.c
1260         * src/printing.h
1261                 Generalize a bit printing, so we can factorize
1262                 most of the code. 
1263
1264 2007-10-10 [paul]       3.0.2cvs51
1265
1266         * src/addrduplicates.c
1267                 fix engrish
1268                 use GTK_STOCK... buttons
1269
1270 2007-10-10 [paul]       3.0.2cvs50
1271
1272         * src/addressadd.c
1273         * src/addrindex.c
1274         * src/editaddress.c
1275                 Fix previous patch
1276                 Thanks to Colin
1277
1278 2007-10-10 [paul]       3.0.2cvs49
1279
1280         * src/summaryview.c
1281         * src/messageview.c
1282                 Fix crash on Add sender to addressbook when
1283                 From is null
1284         * src/addressadd.c
1285         * src/addrindex.c
1286         * src/editaddress.c
1287         * src/editaddress_other_attributes_ldap.h
1288                 Fix leaks 
1289                 Rename images to .png in addrbook/
1290         * src/headerview.c
1291         * src/textview.c
1292                 Fix Face/X-Face being used if adding another
1293                 address than sender to addressbook
1294                 Thanks to Colin
1295
1296 2007-10-10 [holger]     3.0.2cvs48
1297
1298         * src/addrduplicates.c
1299         * src/editaddress.c
1300                 Improvements to the addressbook duplicate finder
1301                 feature:
1302                  - add an edit button to the button bar
1303                  - display the whole bookname (with iface) and
1304                    use this for same-book checking
1305                  - after editing, try to keep selections if the
1306                    entries are still present
1307                  - sort the email column alphabetically
1308                  - put results in a scrolled window
1309                  - support embedded editing
1310                  - make columns in detail view resizable
1311                  - add keyboard shortcuts
1312
1313 2007-10-10 [wwp]        3.0.2cvs47
1314
1315         * src/addrindex.c
1316                 Fix a crash when there's no From: in email, thanks to Colin.
1317
1318 2007-10-09 [paul]       3.0.2cvs46
1319
1320         * src/messageview.c
1321         * src/summaryview.c
1322         * src/textview.c
1323                 fix building without compface support
1324
1325 2007-10-09 [colin]      3.0.2cvs45
1326
1327         * src/editaddress.c
1328         * src/headerview.c
1329         * src/textview.c
1330                 Add error handling
1331
1332 2007-10-09 [colin]      3.0.2cvs44
1333
1334         * src/addrduplicates.c
1335         * src/addressadd.c
1336         * src/addressadd.h
1337         * src/addressbook.c
1338         * src/addressbook.h
1339         * src/addrindex.c
1340         * src/addrindex.h
1341         * src/addritem.c
1342         * src/addritem.h
1343         * src/compose.c
1344         * src/editaddress.c
1345         * src/editaddress_other_attributes_ldap.h
1346         * src/headerview.c
1347         * src/messageview.c
1348         * src/mimeview.c
1349         * src/summaryview.c
1350         * src/textview.c
1351         * src/gtk/gtkutils.c
1352                 Automatically set contacts' pictures from Face 
1353                 or X-Face if they have no picture
1354                 Display the contact picture in textview or
1355                 headerview for mails sent by people in the 
1356                 addressbook, that have no Face or X-Face
1357                 Fix a few details in the Person edition dialog
1358                 (ability to unset picture)
1359                 Remove picture file when deleting contacts
1360
1361 2007-10-09 [iwkse]      3.0.2cvs43
1362
1363         * src/gtk/about.c
1364                 center the about window
1365
1366 2007-10-09 [paul]       3.0.2cvs42
1367
1368         * src/prefs_toolbar.c
1369                 fix icon selector window on maemo
1370
1371 2007-10-09 [paul]       3.0.2cvs41
1372
1373         * src/messageview.c
1374                 add 'go to' menu to separate msgview
1375
1376 2007-10-09 [colin]      3.0.2cvs40
1377
1378         * src/common/defs.h
1379                 Add forgotten file
1380
1381 2007-10-09 [iwkse]      3.0.2cvs39
1382
1383         * Makefile.am
1384         * src/addressbook.c
1385         * src/addritem.c
1386         * src/addritem.h
1387         * src/editaddress.c
1388         * src/editaddress_other_attributes_ldap.h
1389         * src/addrbook.c
1390         * src/Makefile.am
1391                 set a photo in the Addressbook
1392
1393 2007-10-08 [colin]      3.0.2cvs38
1394
1395         * src/prefs_toolbar.c
1396                 Make height 320 to remove the scrollbar 
1397                 (with current number of icons)
1398
1399 2007-10-08 [colin]      3.0.2cvs37
1400
1401         * src/prefs_toolbar.c
1402                 Transform the treeview to a GtkIconView.
1403                 Patch by Pawel
1404                 In addition, transform the window so that 
1405                 it looks like a popup menu. Patch by me
1406
1407 2007-10-08 [colin]      3.0.2cvs36
1408
1409         * src/compose.c
1410         * src/compose.h
1411                 Beautify the GUI a bit; in particular, show the
1412                 number of attachments in the tab's title.
1413                 Patch by Pawel
1414
1415 2007-10-08 [paul]       3.0.2cvs35
1416
1417         * src/mimeview.c
1418                 Save users from themselves: save temporary
1419                 files used for Open/Open with as read-only.
1420                 Thanks to Colin
1421
1422 2007-10-08 [paul]       3.0.2cvs34
1423
1424         * tools/Makefile.am
1425                 forgot this in cvs33
1426
1427 2007-10-08 [paul]       3.0.2cvs33
1428
1429         * tools/kdeservicemenu/README
1430         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
1431         * tools/kdeservicemenu/install.sh
1432         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1433                 renamed template* to *template so as not to confuse
1434                 lintian
1435
1436 2007-10-08 [paul]       3.0.2cvs32
1437
1438         * src/prefs_themes.c
1439         * src/stock_pixmap.c
1440                 replace 2 direct uses of RC_DIR
1441
1442 2007-10-07 [colin]      3.0.2cvs31
1443
1444         * src/addrduplicates.c
1445         * src/addrduplicates.h
1446         * src/addressbook.c
1447         * src/addressbook.h
1448         * src/addrindex.c
1449         * src/addrindex.h
1450                 Implement deletion in duplicate finder. 
1451                 Patch by Holger 
1452
1453 2007-10-07 [colin]      3.0.2cvs30
1454
1455         * src/exporthtml.c
1456         * src/mbox.c
1457         * src/common/utils.c
1458                 Better fix for Solaris, thanks to Nicolas Doualot
1459
1460 2007-10-07 [colin]      3.0.2cvs29
1461
1462         * AUTHORS
1463         * src/gtk/authors.h
1464                 Add Frank Dietrich
1465
1466 2007-10-07 [colin]      3.0.2cvs28
1467
1468         * src/exporthtml.c
1469                 Fix HTML export to make it more compliant
1470                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
1471
1472 2007-10-07 [colin]      3.0.2cvs27
1473
1474         * src/prefs_toolbar.c
1475                 Only use icons that wouldn't look stupid in the toolbar
1476                 Patch by Pawel
1477
1478 2007-10-07 [colin]      3.0.2cvs26
1479
1480         * src/prefs_toolbar.c
1481                 Fix old icon being used when none is selected
1482
1483 2007-10-07 [colin]      3.0.2cvs25
1484
1485         * src/toolbar.c
1486                 Fix copy/paste error
1487
1488 2007-10-07 [colin]      3.0.2cvs24
1489
1490         * src/prefs_toolbar.c
1491         * src/toolbar.c
1492         * src/toolbar.h
1493                 Update icon to default one when changing event
1494                 Make the icon chooser nicer (handle Esc, Enter,
1495                 double-click)
1496
1497 2007-10-06 [colin]      3.0.2cvs23
1498
1499         * src/prefs_toolbar.c
1500                 Fix text reset; patch by Pawel
1501
1502 2007-10-06 [colin]      3.0.2cvs22
1503
1504         * src/toolbar.h
1505                 Complete previous commit
1506
1507 2007-10-06 [colin]      3.0.2cvs21
1508
1509         * src/prefs_toolbar.c
1510         * src/toolbar.c
1511                 Set toolbar text automatically to the default
1512                 when changing Event executed on click
1513
1514 2007-10-06 [colin]      3.0.2cvs20
1515
1516         * src/prefs_toolbar.c
1517                 Invert Text and Event fields
1518
1519 2007-10-06 [colin]      3.0.2cvs19
1520
1521         * src/prefs_toolbar.c
1522         * src/toolbar.c
1523                 Make toolbar prefs look much better
1524                 Patch by Pawel Pekala
1525
1526 2007-10-06 [paul]       3.0.2cvs18
1527
1528         * src/account.c
1529         * src/prefs_filtering.c
1530                 fix checkbuttons in gtktreeview on maemo by
1531                 setting maemo's "allow-checkbox-mode" to FALSE
1532
1533 2007-10-06 [colin]      3.0.2cvs17
1534
1535         * configure.ac
1536                 Export -DSOLARIS in CFLAGS for all
1537                 Solaris (not just 2.8) and OpenSolaris
1538
1539 2007-10-06 [paul]       3.0.2cvs16
1540
1541         * AUTHORS
1542         * src/exporthtml.c
1543         * src/mbox.c
1544         * src/gtk/authors.h
1545                 fix build on solaris where ctime_r takes
1546                 3 arguments rather than 2.
1547                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
1548
1549 2007-10-05 [colin]      3.0.2cvs15
1550
1551         * src/etpan/imap-thread.c
1552                 Fix wrong error codepath
1553
1554 2007-10-05 [wwp]        3.0.2cvs14
1555
1556         * src/filtering.c
1557                 Fix unexpected logging of quicksearches:
1558                 debug_filtering_session flag was never reset to FALSE, causing
1559                 matcher functions to log when called from a quicksearch
1560                 (if a filtering session happened before).
1561
1562 2007-10-05 [paul]       3.0.2cvs13
1563
1564         * src/prefs_actions.c
1565         * src/prefs_filtering.c
1566         * src/prefs_template.c
1567                 fix bug 1343, 'Filtering..'s close button
1568                 silently discards new filter'
1569                 Thanks to Colin
1570
1571 2007-10-05 [paul]       3.0.2cvs12
1572
1573         * configure.ac
1574         * src/Makefile.am
1575                 fix bug 1347, '-Wno-unused-function, optional'
1576
1577 2007-10-05 [colin]      3.0.2cvs11
1578
1579         * src/procmime.c
1580         * src/common/mgutils.c
1581                 Fix warnings
1582
1583 2007-10-05 [mones]      3.0.2cvs10
1584
1585         * manual/advanced.xml
1586                 Use full menu name
1587         * manual/es/advanced.xml
1588                 Synchronise translation
1589
1590 2007-10-04 [colin]      3.0.2cvs9
1591
1592         * src/action.c
1593         * src/addrbook.c
1594         * src/addrindex.c
1595         * src/compose.c
1596         * src/exporthtml.c
1597         * src/exportldif.c
1598         * src/folder.c
1599         * src/main.c
1600         * src/matcher.c
1601         * src/mbox.c
1602         * src/messageview.c
1603         * src/mh.c
1604         * src/news.c
1605         * src/partial_download.c
1606         * src/pop.c
1607         * src/procmime.c
1608         * src/procmsg.c
1609         * src/toolbar.c
1610         * src/common/log.c
1611         * src/common/mgutils.c
1612         * src/common/plugin.c
1613         * src/common/utils.c
1614         * src/common/xml.c
1615         * src/common/xml.h
1616         * src/common/xmlprops.c
1617         * src/common/xmlprops.h
1618         * src/plugins/bogofilter/bogofilter.c
1619         * src/plugins/clamav/clamav_plugin.c
1620         * src/plugins/dillo_viewer/dillo_prefs.c
1621         * src/plugins/pgpcore/prefs_gpg.c
1622         * src/plugins/pgpinline/pgpinline.c
1623         * src/plugins/pgpmime/pgpmime.c
1624         * src/plugins/spamassassin/spamassassin.c
1625         * src/plugins/trayicon/trayicon_prefs.c
1626                 Verify success on writes. Will fix possible strange
1627                 failure on disk full.
1628
1629 2007-10-04 [paul]       3.0.2cvs8
1630
1631         * manual/advanced.xml
1632                 add further info about Actions
1633                 Patch by Emmanuel Briot <briot@adacore.com>
1634
1635 2007-10-04 [paul]       3.0.2cvs7
1636
1637         * src/account.c
1638                 remove the D column, instead indicate the
1639                 default account by use of bold text
1640
1641 2007-10-03 [colin]      3.0.2cvs6
1642
1643         * src/common/template.c
1644                 Fix templates writing (was prone to disk full problems)
1645
1646 2007-10-03 [colin]      3.0.2cvs5
1647
1648         * src/Makefile.am
1649         * src/addrduplicates.c
1650         * src/addrduplicates.h
1651         * src/addressbook.c
1652                 Add duplicate deletion. Patch by Holger
1653
1654 2007-10-03 [colin]      3.0.2cvs4
1655
1656         * src/matcher.c
1657         * src/gtk/quicksearch.c
1658                 Fix bug 1340, 'Case insensitive searches with 
1659                 non-ascii alphabets fail'.
1660
1661 2007-10-03 [colin]      3.0.2cvs3
1662
1663         * src/main.c
1664         * src/common/utils.c
1665         * src/common/utils.h
1666                 Implement run-time alternative config directories
1667
1668 2007-10-03 [colin]      3.0.2cvs2
1669
1670         * src/folderview.c
1671                 Prevent opening folder item while folder
1672                 is scanned in a better way
1673
1674 2007-10-02 [paul]       3.0.2cvs1
1675
1676         * NEWS
1677         * README
1678         * RELEASE_NOTES
1679         * configure.ac
1680                 bump up version number following stable release
1681
1682 2007-09-30 [colin]      3.0.1cvs49
1683
1684         * src/imap.c
1685                 Refresh session if needed
1686
1687 2007-09-30 [colin]      3.0.1cvs48
1688
1689         * src/imap.c
1690                 Reset folder's session to NULL
1691                 before destroying it
1692
1693 2007-09-30 [mones]      3.0.1cvs47
1694
1695         * manual/handling.xml
1696                 Use markup quotes instead hardcoded quotes
1697         * manual/es/handling.xml
1698                 Added new synced section (IMAP subscriptions)
1699
1700 2007-09-29 [colin]      3.0.1cvs46
1701
1702         * src/imap.c
1703                 Notice disconnections faster
1704
1705 2007-09-28 [colin]      3.0.1cvs45
1706
1707         * src/addressbook.c
1708         * src/addrindex.c
1709                 Fix warnings
1710
1711 2007-09-28 [paul]       3.0.1cvs44
1712
1713         * src/mimeview.c
1714                 fix maemo build
1715
1716 2007-09-28 [paul]       3.0.1cvs43
1717
1718         * src/account.c
1719                 use gtk_widget_set_size_request() on the label
1720                 so that wrapping works better. get rid of the
1721                 (partially deprecated) hbutton_box.
1722                 these changes should prevent buttons overlapping
1723                 on maemo
1724
1725 2007-09-28 [colin]      3.0.1cvs42
1726
1727         * src/pop.c
1728                 Fix typo :)
1729
1730 2007-09-28 [colin]      3.0.1cvs41
1731
1732         * src/compose.c
1733         * src/msgcache.c
1734         * src/pop.c
1735         * src/procmime.c
1736         * src/etpan/imap-thread.c
1737                 64bits-related warning fixes
1738
1739 2007-09-28 [colin]      3.0.1cvs40
1740
1741         * src/folder_item_prefs.c
1742         * src/ldaputil.c
1743         * src/mainwindow.c
1744         * src/mimeview.c
1745         * src/common/tags.c
1746                 Fix warnings
1747
1748 2007-09-28 [colin]      3.0.1cvs39
1749
1750         * src/plugins/spamassassin/spamassassin.c
1751         * src/plugins/spamassassin/spamassassin.h
1752         * src/plugins/spamassassin/spamassassin_gtk.c
1753                 Add addressbook-based whitelisting
1754
1755 2007-09-28 [colin]      3.0.1cvs38
1756
1757         * src/folder.c
1758                 Fix bug 1337, 'crash on pressing Send button'
1759
1760 2007-09-28 [paul]       3.0.1cvs37
1761
1762         * src/prefs_folder_item.c
1763                 give the orphans a parent. makes all prefs
1764                 pages visible on maemo
1765
1766 2007-09-28 [colin]      3.0.1cvs36
1767
1768         * src/prefs_folder_column.c
1769         * src/prefs_summary_column.c
1770                 Fix two leaks
1771
1772 2007-09-27 [colin]      3.0.1cvs35
1773
1774         * src/gtk/quicksearch.c
1775                 Fix bug 1336, 'Segfault if empty space before search-string'
1776
1777 2007-09-26 [mones]      3.0.1cvs34
1778
1779         * manual/account.xml
1780         * manual/plugins.xml
1781                 Fixed irc channel name, added some docbook markup.
1782                 Changed text markup to docbook markup. 
1783                 Added spamcop as supported in SpamReport description.
1784         * manual/fr/plugins.xml
1785                 Fixed irc channel name.
1786         * manual/es/account.xml
1787         * manual/es/advanced.xml
1788         * manual/es/claws-mail-manual.xml
1789         * manual/es/glossary.xml
1790         * manual/es/gpl.xml
1791         * manual/es/keyboard.xml
1792         * manual/es/plugins.xml
1793                 Synced with English version, fixed a couple of typos.
1794
1795 2007-09-26 [colin]      3.0.1cvs33
1796
1797         * configure.ac
1798                 Explain why "Libgnomeprint: no" on GTK+ 2.10
1799
1800 2007-09-26 [colin]      3.0.1cvs32
1801
1802         * src/messageview.c
1803         * src/procmsg.c
1804         * src/procmsg.h
1805                 Optimisation: avoid fetching mail 3 times locally
1806                 for displaying
1807
1808 2007-09-26 [colin]      3.0.1cvs31
1809
1810         * src/mh.c
1811                 Fix missing static
1812
1813 2007-09-26 [colin]      3.0.1cvs30
1814
1815         * src/folder.c
1816         * src/folder.h
1817         * src/mh.c
1818         * src/mh.h
1819                 Fix MH mtime hack - make it a folder class function
1820
1821 2007-09-26 [colin]      3.0.1cvs29
1822
1823         * src/inc.c
1824                 Fix bug 1334, 'user defined mail incorporation 
1825                 script not run'
1826
1827 2007-09-25 [colin]      3.0.1cvs28
1828
1829         * src/codeconv.c
1830                 Optimisation: shortcut conv_codeset_strdup
1831                 when src_code and dest_code are the same
1832         * src/common/xml.c
1833         * src/common/xml.h
1834                 Optimisation: shortcut code conversions when
1835                 files are in UTF-8; faster list walking by
1836                 using prepend/reverse.
1837
1838 2007-09-25 [holger]     3.0.1cvs27
1839
1840         * src/printing.c
1841                 Replace button bar of the preview window
1842                 with a real toolbar (patch by Colin)
1843                 Add zooming to the preview window
1844
1845 2007-09-24 [paul]       3.0.1cvs26
1846
1847         * src/compose.c
1848                 compact the character set menu, adding some
1849                 missing encodings. Patch by Pawel Pekala
1850
1851 2007-09-23 [paul]       3.0.1cvs25
1852
1853         * src/prefs_account.c
1854         * src/prefs_folder_item.c
1855         * src/prefs_quote.c
1856         * src/quote_fmt.c
1857         * src/quote_fmt.h
1858                 remove unnecessary frame from Templates options
1859                 and improve the English of the check button label
1860
1861 2007-09-22 [colin]      3.0.1cvs24
1862
1863         * src/gtk/quicksearch.c
1864                 Fix bug 1329, 'error in quicksearch.c'
1865                 Fix return with value in function returning void
1866
1867 2007-09-22 [colin]      3.0.1cvs23
1868
1869         * src/imap.c
1870         * src/procmsg.h
1871         * src/common/utils.c
1872         * src/common/utils.h
1873         * src/etpan/imap-thread.c
1874                 Optimise fetching IMAP cached emails *a lot*
1875                 (remember whether mail is fully cached and \r's
1876                  are already stripped)
1877
1878 2007-09-22 [colin]      3.0.1cvs22
1879
1880         * src/folder.c
1881         * src/folder.h
1882         * src/prefs_folder_item.c
1883                 Add a button to allow users to drop local caches.
1884
1885 2007-09-21 [colin]      3.0.1cvs21
1886
1887         * src/summaryview.c
1888                 Remove unnecessary error when cancelling export to mbox.
1889                 Patch by Pawel
1890
1891 2007-09-21 [paul]       3.0.1cvs20
1892
1893         * src/gtk/prefswindow.c
1894                 remove unnecessary frames from the prefs
1895                 pages. Patch by Pawel Pekala
1896
1897 2007-09-21 [paul]       3.0.1cvs19
1898
1899         * src/prefs_account.c
1900         * src/prefs_folder_item.c
1901         * src/prefs_quote.c
1902         * src/quote_fmt.c
1903                 put the Templates options into a tabbed
1904                 layout. Patch by Pawel Pekala
1905
1906 2007-09-21 [paul]       3.0.1cvs18
1907
1908         * src/mainwindow.c
1909                 group together the character set menu items
1910                 move the /View/Show or hide/Message view below
1911                 .../Toolbar menu item
1912                 Patch by Pawel Pekala
1913
1914 2007-09-21 [mones]      3.0.1cvs17
1915
1916         * src/compose.c
1917                 Fix for bug 1327, 'segfault when replying to a non-existent
1918                 news message', thanks to Colin.
1919
1920 2007-09-21 [colin]      3.0.1cvs16
1921
1922         * src/folderview.c
1923                 Complete 3.0.1cvs15
1924
1925 2007-09-20 [colin]      3.0.1cvs15
1926
1927         * src/folderview.c
1928         * src/folderview.h
1929                 Maybe fix bug 1324, 'Corrupted IMAP cache'
1930
1931 2007-09-20 [colin]      3.0.1cvs14
1932
1933         * src/printing.c
1934                 Fix a little leak
1935
1936 2007-09-20 [holger]     3.0.1cvs13
1937
1938         * src/printing.c
1939                 Add page layout to print preview.
1940                 Make the close-button in the toolbar
1941                 right-aligned.
1942
1943 2007-09-20 [paul]       3.0.1cvs12
1944
1945         * po/ru.po
1946                 updated by Pavlo Bohmat
1947
1948 2007-09-19 [colin]      3.0.1cvs11
1949
1950         * src/common/utils.c
1951                 Prevent unquoted mime boundaries, by always
1952                 using a /
1953
1954 2007-09-19 [colin]      3.0.1cvs10
1955
1956         * src/printing.c
1957                 Fix drawing area size, fix DPI change that
1958                 can cause total number of lines to decrease
1959
1960 2007-09-19 [colin]      3.0.1cvs9
1961
1962         * po/POTFILES.in
1963         * src/printing.c
1964                 Make print preview more efficient and nicer.
1965                 Patch mostly by Holger Berndt <hb@claws-mail.org>
1966
1967 2007-09-19 [colin]      3.0.1cvs8
1968
1969         * src/prefs_common.c
1970         * src/prefs_common.h
1971         * src/printing.c
1972                 Add scrolledwindow, default allocation and
1973                 size saving to the print preview window.
1974
1975 2007-09-18 [colin]      3.0.1cvs7
1976
1977         * src/prefs_common.c
1978         * src/prefs_common.h
1979         * src/prefs_image_viewer.c
1980         * src/printing.c
1981                 GtkPrintOperation:
1982                 - add image printing support
1983                 - add option to print images
1984                 - add preview widget
1985                 - add saving of a few Page Setup parameters
1986
1987 2007-09-18 [colin]      3.0.1cvs6
1988
1989         * AUTHORS
1990         * src/gtk/authors.h
1991                 Add Guillaume Chazarain
1992
1993 2007-09-18 [colin]      3.0.1cvs5
1994
1995         * src/common/utils.c
1996                 Fix bug 1321, 'access before allocation 
1997                 when scanning for uris'. Patch by 
1998                 Guillaume Chazarain <guichaz@yahoo.fr>
1999
2000 2007-09-18 [colin]      3.0.1cvs4
2001
2002         * src/toolbar.c
2003                 Fix bug 1320, 'Memory leak caused by 
2004                 gtk_container_get_children'. Patch by
2005                 Guillaume Chazarain <guichaz@yahoo.fr>
2006
2007 2007-09-18 [colin]      3.0.1cvs3
2008
2009         * src/printing.c
2010         * src/printing.h
2011                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
2012
2013 2007-09-18 [colin]      3.0.1cvs2
2014
2015         * src/Makefile.am
2016         * src/mainwindow.c
2017         * src/messageview.c
2018         * src/messageview.h
2019         * src/prefs_ext_prog.c
2020         * src/prefs_fonts.c
2021         * src/printing.c
2022         * src/printing.h
2023         * src/summaryview.c
2024                 Use GtkPrintOperation by default on GTK+ >= 2.10
2025                 Patch by Holger Berndt <hb@claws-mail.org>
2026
2027 2007-09-18 [paul]       3.0.1cvs1
2028
2029         * NEWS
2030         * README
2031         * RELEASE_NOTES
2032         * configure.ac
2033                 bump up version number following stable release
2034
2035 2007-09-16 [colin]      3.0.0cvs18
2036
2037         * src/folder.c
2038                 Fix possible memleak
2039
2040 2007-09-16 [colin]      3.0.0cvs17
2041
2042         * src/folderview.c
2043                 Fix bug 1311, 'Wrong arrow position 
2044                 while moving message into folder when 
2045                 column headers hidden'
2046         * src/image_viewer.c
2047                 Show error in the GUI if image can't
2048                 be loaded
2049         * src/matcher.c
2050                 Fix spurious output
2051         * src/messageview.c
2052                 Allow setting domain in msgid
2053         * src/common/plugin.c
2054                 Add timing information
2055
2056 2007-09-16 [colin]      3.0.0cvs16
2057
2058         * src/account.c
2059         * src/compose.c
2060         * src/prefs_account.c
2061         * src/prefs_account.h
2062         * src/common/utils.c
2063                 Remove Generate Message-ID option. We need
2064                 this on some IMAP servers.
2065         * src/prefs_template.c
2066                 Fix double-free
2067
2068 2007-09-16 [colin]      3.0.0cvs15
2069
2070         * src/prefs_filtering.c
2071         * src/prefs_filtering.h
2072         * src/prefs_filtering_action.c
2073         * src/common/tags.c
2074                 Fix tags issues: tags with spaces, renaming
2075                 tags.
2076
2077 2007-09-16 [colin]      3.0.0cvs14
2078
2079         * src/folderview.c
2080         * src/main.c
2081         * src/mainwindow.c
2082                 Fix bug 1308, 'Claws deletes folderlist.xml after
2083                 fetching mail short after start-up'
2084
2085 2007-09-16 [colin]      3.0.0cvs13
2086
2087         * src/compose.c
2088                 Fix scrolling to cursor
2089
2090 2007-09-16 [paul]       3.0.0cvs12
2091
2092         * po/sr.po
2093                 updated by Aleksandar Urosevic
2094
2095 2007-09-16 [paul]       3.0.0cvs11
2096
2097         * src/folder.c
2098                 do not allow locked msgs to be deleted,
2099                 even by filtering/processing
2100
2101 2007-09-07 [paul]       3.0.0cvs10
2102
2103         * src/prefs_folder_column.c
2104         * src/prefs_summary_column.c
2105                 implement button sensitivity
2106                 patch by Pawel Pekala
2107
2108 2007-09-06 [wwp]        3.0.0cvs9
2109
2110         * src/prefs_gtk.c
2111                 Add a missing linefeed to a debug message.
2112
2113 2007-09-05 [colin]      3.0.0cvs8
2114
2115         * src/inc.c
2116                 Fix statusbar/window mismatch on Maemo
2117
2118 2007-09-05 [colin]      3.0.0cvs7
2119
2120         * src/ldaputil.c
2121                 Fix build without USE_LDAP_TLS
2122
2123 2007-09-05 [colin]      3.0.0cvs6
2124
2125         * src/folder.c
2126         * src/imap.c
2127         * src/inc.c
2128         * src/mbox.c
2129         * src/send_message.c
2130         * src/statusbar.c
2131         * src/statusbar.h
2132                 Maemo: distinguish various statusbar messages,
2133                 in order to display only the most important.
2134
2135 2007-09-04 [wwp]        3.0.0cvs5
2136
2137         * src/account.c
2138                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
2139                 Show protocol "SMTP" and the appropriate server for send-only
2140                 accounts, show "-" instead of "" when no value is relevant.
2141
2142 2007-09-03 [ticho]      3.0.0cvs4
2143
2144         * src/summaryview.c
2145                 Handle plural form better in delete confirmation dialog.
2146
2147 2007-09-03 [wwp]        3.0.0cvs3
2148
2149         * src/compose.c
2150                 Warn differently when sending or sending later (queueing).
2151
2152 2007-09-03 [colin]      3.0.0cvs2
2153
2154         * src/procmime.c
2155         * src/procmime.h
2156         * src/common/plugin.c
2157         * src/common/plugin.h
2158                 Add a new plugin API, MimeParser. It allows
2159                 plugins to scan email MIME parts and optionally,
2160                 transform them.
2161
2162 2007-09-03 [mones]      3.0.0cvs1
2163
2164         * po/es.po
2165                 Updated translation
2166         * src/common/defs.h
2167                 While a better solution is made double history sizes
2168
2169 2007-09-03 [paul]       3.0.0
2170
2171         * NEWS
2172         * README
2173         * RELEASE_NOTES
2174                 3.0.0 released
2175
2176 [For previous entries, see ChangeLog.2.0.0-3.0.0]