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