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