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