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