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