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