2008-08-21 [colin] 3.5.0cvs66
[claws.git] / ChangeLog
1 2008-08-21 [colin]      3.5.0cvs66
2
3         * src/compose.c
4         * src/prefs_common.c
5         * src/prefs_common.h
6         * src/prefs_wrapping.c
7                 Add a preference for autoindent; fix no_join tag
8                 being applied to whole lines instead of just \n when
9                 creating a line 
10
11 2008-08-21 [colin]      3.5.0cvs65
12
13         * src/compose.c
14                 Add support for auto-indentation
15
16 2008-08-19 [colin]      3.5.0cvs64
17
18         * src/compose.c
19                 Save Autowrap status in drafts/queued mails
20
21 2008-08-19 [colin]      3.5.0cvs63
22
23         * src/mainwindow.c
24                 Fix a comment (in reality, test commit on
25                 the new CVS server)
26
27 2008-08-17 [colin]      3.5.0cvs62
28
29         * src/prefs_actions.c
30         * src/procmime.c
31         * src/wizard.c
32         * src/common/socket.h
33         * src/gtk/gtkcmctree.c
34                 Fix warnings
35
36 2008-08-16 [colin]      3.5.0cvs61
37
38         * src/editaddress_other_attributes_ldap.h
39                 Add 'l' field (localityName)
40
41 2008-08-16 [colin]      3.5.0cvs60
42
43         * src/mainwindow.c
44         * src/gtk/gtkcmclist.c
45         * src/gtk/gtkcmclist.h
46         * src/gtk/gtkcmctree.c
47         * src/gtk/gtksctree.c
48         * src/gtk/gtkutils.c
49         * src/gtk/gtkvscrollbutton.c
50                 Fix Maemo build (OS2007)
51
52 2008-08-14 [colin]      3.5.0cvs59
53
54         * src/folder.c
55                 Don't crash if parent is null when creating
56                 a folder
57         * src/gtk/pluginwindow.c
58                 Don't crash on race when closing window while
59                 a plugin is loading and does gtk_iterations
60
61 2008-08-13 [colin]      3.5.0cvs58
62
63         * src/messageview.c
64         * src/messageview.h
65         * src/mimeview.c
66                 Fix bug 1696, 'Viewing binary attachements 
67                 as text over 1 MB' (various buglets)
68
69 2008-08-10 [colin]      3.5.0cvs57
70
71         * src/summaryview.c
72         * src/gtk/gtkcmclist.c
73                 Continue fixing GTK < 2.12 build, thanks to
74                 Michael Hugues
75
76 2008-08-10 [colin]      3.5.0cvs56
77
78         * src/gtk/gtksctree.c
79                 Fix build on GTK < 2.12
80
81 2008-08-09 [colin]      3.5.0cvs55
82
83         * src/mainwindow.c
84                 Fix untranslatable strings, thanks to
85                 Stephan Sachse
86
87 2008-08-07 [colin]      3.5.0cvs54
88
89         * src/compose.c
90         * src/editaddress.c
91         * src/folderview.c
92         * src/mainwindow.c
93         * src/message_search.c
94         * src/mimeview.c
95         * src/noticeview.c
96         * src/prefs_account.c
97         * src/prefs_common.c
98         * src/prefs_customheader.c
99         * src/prefs_ext_prog.c
100         * src/prefs_filtering_action.c
101         * src/prefs_gtk.c
102         * src/prefs_logging.c
103         * src/prefs_matcher.c
104         * src/prefs_msg_colors.c
105         * src/procmime.c
106         * src/summary_search.c
107         * src/summaryview.c
108         * src/toolbar.c
109         * src/gtk/colorsel.c
110         * src/gtk/gtkaspell.c
111         * src/gtk/gtkutils.c
112         * src/gtk/gtkutils.h
113         * src/gtk/inputdialog.c
114         * src/gtk/pluginwindow.c
115         * src/gtk/quicksearch.c
116         * src/plugins/bogofilter/bogofilter_gtk.c
117         * src/plugins/dillo_viewer/dillo_prefs.c
118         * src/plugins/spamassassin/spamassassin_gtk.c
119                 - Fix Ctrl-Space shortcut
120                 - Fix mime-parsing bug in procmime (cvs52)
121                 - Fix double-free in procmime (cvs52)
122                 - Use gtk_bin_get_child instead of GTK_BIN()->child
123                 - Fix Goto menu in mainwindow
124
125 2008-08-07 [mones]      3.5.0cvs53
126
127         * po/es.po
128                 Updated translation (lots of changes!)
129         * src/compose.c
130                 Add missing accelerator key
131         * src/mainwindow.c
132                 Restored 'v' key function (thanks Colin!)
133
134 2008-08-06 [colin]      3.5.0cvs52
135
136         * src/addrbook.c
137         * src/addrcindex.c
138         * src/addrduplicates.c
139         * src/addrharvest.c
140         * src/enriched.c
141         * src/html.c
142         * src/ldif.c
143         * src/mimeview.c
144         * src/mutt.c
145         * src/pine.c
146         * src/procmime.c
147         * src/vcard.c
148         * src/wizard.c
149                 Fix my use of g_utf8_strdown (it returns
150                 a newly allocated string and doesn't
151                 change the parameter)
152
153 2008-08-06 [colin]      3.5.0cvs51
154
155         * src/compose.c
156                 Fix bug 1690, 'Copy/Paste in edit window may 
157                 break Undo'; middle-click pastes aren't 
158                 REPLACE_INSERT but just INSERT. 
159                 Also, fix privacy menu selection
160
161 2008-08-05 [colin]      3.5.0cvs50
162
163         * src/action.c
164         * src/addr_compl.c
165         * src/addrbook.c
166         * src/addrcindex.c
167         * src/addrduplicates.c
168         * src/addrharvest.c
169         * src/enriched.c
170         * src/html.c
171         * src/ldif.c
172         * src/main.c
173         * src/mimeview.c
174         * src/mutt.c
175         * src/pine.c
176         * src/procmime.c
177         * src/vcard.c
178         * src/wizard.c
179         * src/common/socket.c
180         * src/gtk/gtkutils.c
181         * src/gtk/gtkutils.h
182         * src/gtk/menu.c
183         * src/plugins/spamassassin/spamassassin.c
184                 More undeprecation (Glib)
185
186 2008-08-05 [colin]      3.5.0cvs49
187
188         * src/prefs_account.c
189         * src/prefs_filtering_action.c
190         * src/prefs_matcher.c
191         * src/gtk/Makefile.am
192         * src/gtk/claws-marshal.list
193         * src/gtk/colorlabel.c
194         * src/gtk/colorsel.c
195         * src/gtk/foldersort.c
196         * src/gtk/gtkaspell.c
197         * src/gtk/gtkcmclist.c
198         * src/gtk/gtkcmclist.h
199         * src/gtk/gtkcmctree.c
200         * src/gtk/gtkcmctree.h
201         * src/gtk/gtkcmoptionmenu.c
202         * src/gtk/gtkcmoptionmenu.h
203         * src/gtk/gtksctree.c
204         * src/gtk/gtksctree.h
205         * src/gtk/gtkutils.c
206         * src/gtk/gtkutils.h
207         * src/gtk/gtkvscrollbutton.c
208         * src/gtk/menu.c
209         * src/gtk/menu.h
210         * src/gtk/quicksearch.c
211         * src/plugins/dillo_viewer/dillo_viewer.c
212         * src/plugins/pgpcore/select-keys.c
213                 Try to finish yesterday's commit
214
215 2008-08-04 [colin]      3.5.0cvs48
216
217         * src/addressadd.c
218         * src/addressbook.c
219         * src/addressbook_foldersel.c
220         * src/addressitem.h
221         * src/addrgather.c
222         * src/browseldap.c
223         * src/compose.c
224         * src/compose.h
225         * src/editaddress.c
226         * src/editaddress_other_attributes_ldap.c
227         * src/editgroup.c
228         * src/editldap_basedn.c
229         * src/folderview.c
230         * src/folderview.h
231         * src/grouplistdialog.c
232         * src/image_viewer.c
233         * src/imap_gtk.c
234         * src/importldif.c
235         * src/main.c
236         * src/mainwindow.c
237         * src/message_search.c
238         * src/mh_gtk.c
239         * src/mimeview.c
240         * src/mimeview.h
241         * src/news_gtk.c
242         * src/noticeview.h
243         * src/prefs_account.c
244         * src/prefs_filtering_action.c
245         * src/prefs_matcher.c
246         * src/prefs_msg_colors.c
247         * src/prefs_summaries.c
248         * src/statusbar.c
249         * src/stock_pixmap.c
250         * src/summary_search.c
251         * src/summaryview.c
252         * src/summaryview.h
253         * src/textview.c
254         * src/toolbar.h
255         * src/gtk/Makefile.am
256         * src/gtk/claws-marshal.list
257         * src/gtk/colorsel.c
258         * src/gtk/foldersort.c
259         * src/gtk/gtkaspell.c
260         * src/gtk/gtkcmclist.c
261         * src/gtk/gtkcmclist.h
262         * src/gtk/gtkcmctree.c
263         * src/gtk/gtkcmctree.h
264         * src/gtk/gtksctree.c
265         * src/gtk/gtksctree.h
266         * src/gtk/gtkutils.c
267         * src/gtk/gtkutils.h
268         * src/gtk/gtkvscrollbutton.c
269         * src/gtk/menu.c
270         * src/gtk/menu.h
271         * src/gtk/quicksearch.c
272         * src/plugins/dillo_viewer/dillo_viewer.c
273         * src/plugins/pgpcore/select-keys.c
274                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
275                 Undeprecate their implementation (GtkArg, GtkType, ...)
276                 Undeprecate a few other things here and there
277                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
278                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
279                 still have work to do
280
281 2008-08-04 [colin]      3.5.0cvs47
282
283         * src/compose.c
284         * src/compose.h
285         * src/toolbar.h
286         * src/textview.c
287         * src/stock_pixmap.c
288         * src/statusbar.c
289         * src/noticeview.h
290         * src/mimeview.h
291         * src/mainwindow.c
292         * src/image_viewer.c
293         * src/gtk/gtkaspell.c
294         * src/gtk/gtkvscrollbutton.c
295         * src/plugins/dillo_viewer/dillo_viewer.c
296                 Undeprecate more things
297
298 2008-08-02 [colin]      3.5.0cvs46
299
300         * src/mainwindow.c
301                 Fix toggle menu activation state
302                 (thanks to cvs45 ;)
303
304 2008-08-02 [paul]       3.5.0cvs45
305
306         * src/mainwindow.c
307                 fix sensitivity of
308                 /View/Show or hide/Message View
309
310 2008-08-01 [paul]       3.5.0cvs44
311
312         * src/common/utils.c
313         * src/plugins/pgpcore/claws.def
314         * src/plugins/pgpinline/claws.def
315                 fix compilation problems on mingw32,
316                 (bug 1688) Patch by Marcus Brinkmann
317
318 2008-08-01 [colin]      3.5.0cvs43
319
320         * src/gtk/gtkutils.c
321         * src/gtk/gtkvscrollbutton.c
322                 Oups, fix build
323
324 2008-08-01 [colin]      3.5.0cvs42
325
326         * src/compose.c
327         * src/foldersel.c
328         * src/mainwindow.c
329         * src/prefs_account.c
330         * src/prefs_folder_item.c
331         * src/prefs_quote.c
332         * src/summaryview.c
333         * src/gtk/gtkaspell.c
334         * src/gtk/gtkutils.c
335         * src/gtk/gtkvscrollbutton.c
336                 Replace a few deprecated function calls
337
338 2008-08-01 [paul]       3.5.0cvs41
339
340         * src/action.c
341                 fix crash that occurs because of recent GtkUIManager
342                 changes. Thanks to Colin
343
344 2008-07-31 [colin]      3.5.0cvs40
345
346         * src/addressbook.c
347         * src/compose.c
348         * src/mainwindow.c
349         * src/messageview.c
350                 Some Maemo fixes
351         * src/gtk/menu.c
352         * src/gtk/menu.h
353                 Remove deprecated helper funcs
354
355 2008-07-30 [colin]      3.5.0cvs39
356
357         * src/folderview.c
358         * src/folderview.h
359         * src/imap_gtk.c
360         * src/mh_gtk.c
361         * src/news_gtk.c
362                 Move the folderview popup menu to GtkUIManager
363
364 2008-07-29 [colin]      3.5.0cvs38
365
366         * src/account.c
367         * src/account.h
368         * src/action.c
369         * src/action.h
370         * src/addressitem.h
371         * src/compose.c
372         * src/edittags.c
373         * src/mainwindow.c
374         * src/mainwindow.h
375         * src/mimeview.c
376         * src/summaryview.c
377         * src/gtk/menu.c
378         * src/gtk/menu.h
379                 Switch the main menu to GtkUIManager
380                 Warning fixes
381
382 2008-07-29 [colin]      3.5.0cvs37
383
384         * src/news.c
385                 Fix bug 1684, 'view news messages with large 
386                 attachements segfaults'
387
388 2008-07-29 [colin]      3.5.0cvs36
389
390         * src/action.c
391         * src/action.h
392         * src/addressbook.c
393         * src/addressitem.h
394         * src/compose.c
395         * src/compose.h
396         * src/messageview.c
397         * src/messageview.h
398         * src/summaryview.c
399         * src/gtk/menu.c
400         * src/gtk/menu.h
401                 More switches to GtkUIManager
402
403 2008-07-26 [colin]      3.5.0cvs35
404
405         * src/gtk/menu.c
406         * src/gtk/menu.h
407                 Fix prototype
408
409 2008-07-25 [colin]      3.5.0cvs34
410
411         * src/addrcustomattr.c
412         * src/addressbook.c
413         * src/compose.c
414         * src/editaddress.c
415         * src/editaddress_other_attributes_ldap.h
416         * src/edittags.c
417         * src/mainwindow.c
418         * src/mimeview.c
419         * src/prefs_actions.c
420         * src/prefs_filtering.c
421         * src/prefs_template.c
422         * src/summaryview.c
423         * src/textview.c
424         * src/textview.h
425         * src/toolbar.c
426         * src/gtk/about.c
427         * src/gtk/menu.c
428         * src/gtk/menu.h
429         * src/plugins/trayicon/trayicon.c
430                 More changes from GtkItemFactory to GtkUIManager
431
432 2008-07-25 [colin]      3.5.0cvs33
433
434         * src/gtk/menu.h
435                 Add a macro to remove menu items
436                 Make the gui_manager variable useless
437
438 2008-07-24 [colin]      3.5.0cvs32
439
440         * src/mimeview.c
441                 Fix a gtk warning on clear
442         * src/mainwindow.c
443         * src/summaryview.c
444         * src/summaryview.h
445                 Switch the message list popup menu to
446                 GtkUIManager
447
448 2008-07-23 [colin]      3.5.0cvs31
449
450         * src/plugins/pgpcore/pgp_viewer.c
451         * src/plugins/pgpcore/sgpgme.c
452                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
453                 Patch by Thomas Wiegner <wiegner@gmx.de>
454
455 2008-07-20 [paul]       3.5.0cvs30
456
457         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
458                 remove redundant GTK version check
459
460 2008-07-20 [ticho]      3.5.0cvs29
461
462         * src/folderview.c
463         * src/imap_gtk.c
464         * src/news_gtk.c
465                 Moved sensitivity setting for "Download messages" for IMAP and
466                 news folders from folderview.c to imap_gtk.c and news_gtk.c
467                 respectively for better code readability.
468                 Fixed indentation in news' set_sensitivity().
469
470 2008-07-20 [paul]       3.5.0cvs28
471
472         * src/addrgather.c
473                 remove more redundant code following cvs27
474
475 2008-07-20 [paul]       3.5.0cvs27
476
477         * src/addrgather.c
478                 remove now redundant code
479         * src/mainwindow.c
480         * src/mainwindow.h
481                 fix bug 1673, 'Tools/Harvest adresses is
482                 grayed out if folder is empty'
483
484 2008-07-19 [ticho]      3.5.0cvs26
485
486         * src/edittags.c
487         * src/main.c
488         * src/mimeview.c
489         * src/mimeview.h
490         * src/gtk/gtkutils.c
491         * src/gtk/gtkutils.h
492         * src/gtk/menu.c
493         * src/gtk/menu.h
494                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
495                 instead of deprecated GtkItemFactory.
496
497 2008-07-19 [colin]      3.5.0cvs25
498
499         * src/account.c
500         * src/addrgather.c
501         * src/compose.c
502         * src/editldap.c
503         * src/expldifdlg.c
504         * src/importldif.c
505         * src/main.c
506         * src/mainwindow.c
507         * src/mimeview.c
508         * src/noticeview.c
509         * src/prefs_account.c
510         * src/prefs_actions.c
511         * src/prefs_ext_prog.c
512         * src/prefs_filtering.c
513         * src/prefs_folder_item.c
514         * src/prefs_image_viewer.c
515         * src/prefs_logging.c
516         * src/prefs_msg_colors.c
517         * src/prefs_other.c
518         * src/prefs_send.c
519         * src/prefs_spelling.c
520         * src/prefs_summaries.c
521         * src/prefs_template.c
522         * src/printing.c
523         * src/quote_fmt.c
524         * src/summary_search.c
525         * src/summaryview.c
526         * src/toolbar.c
527         * src/wizard.c
528         * src/common/Makefile.am
529         * src/gtk/gtksctree.c
530         * src/gtk/gtkutils.h
531         * src/gtk/pluginwindow.c
532         * src/gtk/quicksearch.c
533         * src/plugins/bogofilter/bogofilter_gtk.c
534         * src/plugins/dillo_viewer/dillo_prefs.c
535         * src/plugins/pgpcore/prefs_gpg.c
536         * src/plugins/spamassassin/spamassassin_gtk.c
537         * src/plugins/trayicon/trayicon.c
538         * src/plugins/trayicon/trayicon_prefs.c
539                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
540                 or greater). Use the old deprecated one on GTK+ < 2.12.
541                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
542                 of time!
543
544 2008-07-16 [colin]      3.5.0cvs24
545
546         * src/mainwindow.c
547                 Fix folderview's scrolbar when starting minimised
548                 to tray, and popping up the mainwindow by calling
549                 claws-mail from the command line
550
551 2008-07-08 [colin]      3.5.0cvs23
552
553         * src/compose.c
554                 Possibly fix po-headers appearing on empty
555                 templates
556
557 2008-07-08 [colin]      3.5.0cvs22
558
559         * src/folderview.c
560         * src/summaryview.c
561                 Finish the always_open tristate patch, by Jonathan
562                 Corbet.
563
564 2008-07-07 [paul]       3.5.0cvs21
565
566         * src/mainwindow.c
567                 fix typo (missing ")
568
569 2008-07-07 [paul]       3.5.0cvs20
570
571         * src/mainwindow.c
572                 fit the menu style a bit better
573
574 2008-07-07 [colin]      3.5.0cvs19
575
576         * src/prefs_themes.c
577                 Make upgrading themes easier
578
579 2008-07-07 [colin]      3.5.0cvs18
580
581         * src/mainwindow.c
582         * src/prefs_toolbar.c
583         * src/stock_pixmap.c
584                 Finish fixing bug 1609, 'Icon issues'
585
586 2008-07-07 [colin]      3.5.0cvs17
587
588         * src/prefs_common.c
589                 Fix the default value
590
591 2008-07-07 [colin]      3.5.0cvs16
592
593         * src/prefs_summaries.c
594                 Revert my fix to the string, the correct term
595                 is indeed Message View
596
597 2008-07-07 [colin]      3.5.0cvs15
598
599         * AUTHORS
600         * src/gtk/authors.h
601         * src/prefs_common.c
602         * src/prefs_common.h
603         * src/prefs_summaries.c
604         * src/summaryview.c
605         * src/gtk/authors.h
606                 Change "Always open message when selected" to
607                 a tristate (Never/Always/When preview is visible)
608                 Patch by Jonathan Corbet <corbet@lwn.net>.
609
610 2008-07-06 [paul]       3.5.0cvs14
611
612         * src/addrgather.c
613                 improve the layout of the dialogue
614                 improve the English
615                 add tooltips
616                 fix some of the nasty coding style
617         * src/mainwindow.c
618                 improve the English
619                 add some missing mnemonics
620
621 2008-07-05 [paul]       3.5.0cvs13
622
623         * src/mainwindow.c
624         * src/mainwindow.h
625                 fix bug 1398, '"Change current account" is
626                 available even when there's only one account'
627         * src/plugins/pgpcore/prefs_gpg.c
628                 put back a needed include, removed in error
629
630 2008-07-05 [colin]      3.5.0cvs12
631
632         * src/mainwindow.c
633                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
634
635 2008-07-05 [colin]      3.5.0cvs11
636
637         * src/news.c
638         * src/news_gtk.c
639                 Provide ability to rename newsgroups. Closes
640                 bug 1444, 'Add GUI option for renaming 
641                 newsgroups'. Patch by Pawel Pekala
642
643 2008-07-05 [colin]      3.5.0cvs10
644
645         * src/plugins/pgpcore/passphrase.c
646         * src/plugins/pgpcore/prefs_gpg.c
647         * src/plugins/pgpcore/select-keys.c
648                 Simplify GTK includes (with the advantage
649                 of compiling against GTK+2.13); patch by
650                 Charles A Edwards
651
652 2008-07-05 [colin]      3.5.0cvs9
653
654         * src/wizard.c
655                 Add SSL client certificates
656
657 2008-07-05 [colin]      3.5.0cvs8
658
659         * src/prefs_account.c
660         * src/common/session.h
661                 Fix warnings
662         * src/common/ssl.c
663                 Add one path for certs
664
665 2008-07-05 [colin]      3.5.0cvs7
666
667         * src/prefs_account.c
668                 Fix no-ssl build
669
670 2008-07-04 [colin]      3.5.0cvs6
671
672         * src/common/ssl.c
673         * src/common/ssl.h
674         * src/common/ssl_certificate.c
675                 Workaround distro bugs and fix certificate checking
676                 with OpenSSL
677
678 2008-07-04 [colin]      3.5.0cvs5
679
680         * src/filtering.c
681         * src/common/ssl_certificate.c
682         * src/common/ssl_certificate.h
683         * src/etpan/imap-thread.c
684         * src/etpan/nntp-thread.c
685                 Fix some leaks, thanks to Martin Zwickel
686                 Rename gnutls functions that do the same
687                 as OpenSSL ones, to avoid symbol clashing
688                 when Claws is built against GnuTLS and
689                 libetpan against OpenSSL
690
691 2008-07-04 [paul]       3.5.0cvs4
692
693         * src/prefs_account.c
694                 remove 1 forgotten '.'
695
696 2008-07-04 [paul]       3.5.0cvs3
697
698         * src/prefs_account.c
699                 layout/engrish fixes to the 'Client
700                 certificates' frame
701
702 2008-07-03 [colin]      3.5.0cvs2
703
704         * src/imap.c
705         * src/news.c
706         * src/pop.c
707         * src/prefs_account.c
708         * src/prefs_account.h
709         * src/prefs_common.c
710         * src/send_message.c
711         * src/common/session.c
712         * src/common/session.h
713         * src/common/smtp.c
714         * src/common/smtp.h
715         * src/common/socket.h
716         * src/common/ssl.c
717         * src/common/ssl.h
718         * src/common/ssl_certificate.c
719         * src/common/ssl_certificate.h
720         * src/etpan/imap-thread.c
721         * src/etpan/nntp-thread.c
722         * src/gtk/inputdialog.c
723                 Add support for SSL client certificates (either PEM files
724                 with certificate and private key, either PKCS12 files)
725
726 2008-06-28 [colin]      3.5.0cvs1
727
728         * src/foldersel.c
729                 Fix compilation with older GTKs
730
731 2008-06-27 [paul]       3.5.0
732
733         * NEWS
734         * README
735         * RELEASE_NOTES 
736                 3.5.0 released
737
738 2008-06-27 [paul]       3.4.0cvs116
739
740         * src/gtk/authors.h
741                 complete cvs115
742
743 2008-06-27 [paul]       3.4.0cvs115
744
745         * configure.ac
746         * src/gtk/authors.h
747                 no longer build unmaintained translations
748
749 2008-06-27 [paul]       3.4.0cvs114
750
751         * po/de.po
752         * po/fi.po
753         * po/pt_BR.po
754                 updated by Stephan Sachse, Flammie Pirinen, and
755                 Frederico Goncalves Guimaraes
756
757 2008-06-26 [wwp]        3.4.0cvs113
758
759         * manual/fr/advanced.xml
760                 Update French version of the manual (AutoFaces documentation).
761
762 2008-06-26 [wwp]        3.4.0cvs112
763
764         * manual/fr/advanced.xml
765         * manual/fr/plugins.xml
766                 Updated French version of the manual (completed
767                 hidden options list, added note about Clawsker
768                 and new mail archiver plugin).
769
770 2008-06-25 [colin]      3.4.0cvs111
771
772         * src/gtk/gtkaspell.c
773                 Fix non-UTF8 in the replace with dialog
774         * src/prefs_actions.c
775                 Fix possible crasher
776                 Patches by Pawel
777
778 2008-06-24 [mones]      3.4.0cvs110
779
780         * src/autofaces.c
781                 Fix non-warning message, downgraded to debug info
782
783 2008-06-24 [colin]      3.4.0cvs109
784
785         * src/summaryview.c
786                 Fix bug 1650, Message line too small after 
787                 changing columns in "three columns" layout
788
789 2008-06-24 [colin]      3.4.0cvs108
790
791         * src/messageview.c
792                 Fix Spam button sensitivity in newsgroups
793
794 2008-06-23 [wwp]        3.4.0cvs107
795
796         * po/fr.po
797                 Updated French translation.
798
799 2008-06-23 [mones]      3.4.0cvs106
800
801         * po/es.po
802                 Updated translation for release
803
804 2008-06-22 [mones]      3.4.0cvs105
805
806         * manual/es/plugins.xml
807                 Synced new entry for Mail Archiver plugin
808
809 2008-06-22 [colin]      3.4.0cvs104
810
811         * src/compose.c
812                 Fix initial cursor position
813
814 2008-06-21 [paul]       3.4.0cvs103
815
816         * manual/plugins.xml
817                 add an entry for the new Mail Archiver plugin
818
819 2008-06-21 [paul]       3.4.0cvs102
820
821         * src/gtk/about.c
822                 we're in 'string freeze', put back the
823                 < > symbols for now
824
825 2008-06-21 [paul]       3.4.0cvs101
826
827         * manual/advanced.xml
828         * manual/es/advanced.xml
829                 fix build warning: <emphasis> cannot be contained
830                 within <filename>
831         * src/gtk/about.c
832                 fix non-clickable link on License page and drop
833                 the containing < > symbols to match other links
834
835 2008-06-20 [mones]      3.4.0cvs100
836
837         * manual/advanced.xml
838                 Added autofaces documentation, note about clawsker in hidden
839                 preferences, minor markup fix. Thanks Paul for proofreading
840         * manual/es/advanced.xml
841                 Synchronised Spanish manual
842
843 2008-06-16 [colin]      3.4.0cvs99
844
845         * src/compose.c
846                 Fix cursor placing on signature change
847
848 2008-06-16 [paul]       3.4.0cvs98
849
850         * src/imap_gtk.c
851         * src/mh_gtk.c
852         * src/gtk/inputdialog.c
853                 really fussy coding style fixes
854
855 2008-06-16 [paul]       3.4.0cvs97
856
857         * src/Makefile.am
858                 keep the alphabetical order
859
860 2008-06-13 [mones]      3.4.0cvs96
861
862         * src/autofaces.c
863                 Fix crasher ;-)
864         * src/prefs_filtering_action.c
865                 Fixed cosmetic bug, processing also displays "Filtering"
866
867 2008-06-13 [mones]      3.4.0cvs95
868
869         * src/Makefile.am
870         * src/autofaces.c       ** NEW FILE **  
871         * src/autofaces.h       ** NEW FILE **
872         * src/compose.c
873                 Allow setting Faces and X-Faces globally and per-account
874                 from configuration files under ~/.claws-mail/autofaces
875
876 2008-06-13 [holger]     3.4.0cvs94
877
878         * .cvsignore
879                 More files to ignore
880         * src/gtk/inputdialog.c
881         * src/gtk/inputdialog.h
882                 Make input dialog more generic so that a checkbox
883                 with custom text can be used in addition to the
884                 "remember this" checkbox
885         * src/imap_gtk.c
886         * src/mh_gtk.c
887         * src/prefs_common.c
888         * src/prefs_common.h
889                 Allow new folders to inherit the properties of the
890                 parent folder during folder creation
891
892 2008-06-13 [wwp]        3.4.0cvs93
893
894         * src/addressbook.c
895                 a better fix for this string, won't break up translations,
896                 and is conform to other similar ones.
897
898 2008-06-13 [wwp]        3.4.0cvs92
899
900         * src/addrduplicates.c
901         * src/addressadd.c
902         * src/addressbook.c
903         * src/addressbook_foldersel.c
904         * src/editgroup.c
905                 use tree decorations everywhere AB folders are used (AB tree pane,
906                     add address to AB, select AB folder, edit group, custom attr, find dup
907                     results), in order to match global style
908                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
909                     double clicking on groups in tree pane does open the group edit dialog
910                     double clicking on other items in tree pane does expand/collapse
911                 fix a missing space in AB's delete-folder dialog
912                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
913
914         * src/foldersel.c
915                 make foldersel dialog show dotted lines according to global (hidden) prefs
916
917 2008-06-12 [colin]      3.4.0cvs91
918
919         * src/compose.c
920         * src/compose.h
921                 Fix bug 1635, 'Last character of message is truncated 
922                 when changing accounts w/ sigs'
923         * src/folderview.c
924                 Fix bug 1636, 'Can't select "properties" on "folders 
925                 only" folders'
926
927 2008-06-11 [colin]      3.4.0cvs90
928
929         * src/folder.c
930                 Maybe fix bug 1623, 'exits with segfault when 
931                 logging in to certain imap-servers'
932
933 2008-06-10 [mones]      3.4.0cvs89
934
935         * AUTHORS
936         * tools/Makefile.am
937         * tools/README
938         * tools/convert_mbox.sh
939                 Undo cvs86 and cvs87, it really should be a patch to 
940                 convert_mbox.pl
941
942 2008-06-10 [wwp]        3.4.0cvs88
943
944         * po/fr.po
945                 Updated French translation.
946
947 2008-06-10 [mones]      3.4.0cvs87
948
949         * tools/Makefile.am
950                 Oops, forgot to add previous script for distribution
951
952 2008-06-10 [mones]      3.4.0cvs86
953
954         * AUTHORS
955         * tools/README
956         * tools/convert_mbox.sh
957                 Added script to convert Evolution mail folders contributed
958                 by Daniel Dickinson <cshore@fionavar.ca>
959                 Fixes debian bug 461435
960
961 2008-06-09 [colin]      3.4.0cvs85
962
963         * src/main.c
964                 Integrate AWN information bubble if dbus is
965                 available
966         * src/folder.c
967                 Fix crash when calling scan_required() on 
968                 folder classes that don't implement them
969         * src/common/session.c
970                 Fix a little typo
971
972 2008-06-09 [colin]      3.4.0cvs84
973
974         * src/main.c
975                 Fix bug 1447, 'If user tries to close while starting 
976                 up, it will not close ever.'
977
978 2008-06-09 [colin]      3.4.0cvs83
979
980         * src/filtering.c
981                 Fix bug 1628, 'Claws Mail crashes when 
982                 filtering selected messages'
983
984 2008-06-04 [colin]      3.4.0cvs82
985
986         * src/messageview.c
987                 Complete handling of html parts in multipart/alternative
988                 mails
989
990 2008-06-03 [paul]       3.4.0cvs81
991
992         * src/prefs_message.c
993                 make always the english good
994
995 2008-06-03 [colin]      3.4.0cvs80
996
997         * src/mainwindow.c
998         * src/mainwindow.h
999                 Fix bug 1624, '[PATCH] Quick search should be 
1000                 disabled for folder view'; based on a patch by
1001                 Michael Terry
1002
1003 2008-06-03 [iwkse]      3.4.0cvs79
1004
1005         * src/addressbook.c
1006                 Fix little gui bug on button sensitivity
1007         * src/messageview.c
1008         * src/prefs_common.c
1009         * src/prefs_common.h
1010         * src/prefs_message.c
1011                 Allow by default to show html in multipart/alternative
1012
1013 2008-06-02 [colin]      3.4.0cvs78
1014
1015         * src/prefs_actions.c
1016                 GUI rework, patch by Pawel 
1017
1018 2008-06-02 [colin]      3.4.0cvs77
1019
1020         * src/quote_fmt.c
1021                 Fix sensitivity/alignment, patch from
1022                 Pawel
1023
1024 2008-05-31 [colin]      3.4.0cvs76
1025
1026         * src/imap.c
1027                 Fix login issue introduced in cvs75.
1028
1029 2008-05-31 [colin]      3.4.0cvs75
1030
1031         * src/imap.c
1032                 Fix more possible double-frees. Also, fix the root cause
1033                 of these double-frees by just noting the Session is to
1034                 be destroyed instead of destroying it in flight
1035
1036 2008-05-29 [paul]       3.4.0cvs74
1037
1038         * manual/keyboard.xml
1039                 'Makes' these entries like the others
1040
1041 2008-05-29 [colin]      3.4.0cvs73
1042
1043         * src/procmsg.h
1044                 Include utils.h in case we
1045                 need to pull goffset definition
1046
1047 2008-05-29 [colin]      3.4.0cvs72
1048
1049         * src/common/utils.h
1050                 Workaround a stupid Glib issue, where
1051                 goffset happens to be undefined. 
1052
1053 2008-05-28 [colin]      3.4.0cvs71
1054
1055         * src/compose.c
1056         * src/compose.h
1057         * src/grouplistdialog.c
1058         * src/image_viewer.c
1059         * src/imap.c
1060         * src/inc.c
1061         * src/main.c
1062         * src/matcher.c
1063         * src/messageview.c
1064         * src/mimeview.c
1065         * src/prefs_themes.c
1066         * src/procmsg.h
1067         * src/summaryview.c
1068         * src/summaryview.h
1069         * src/textview.c
1070         * src/common/smtp.c
1071         * src/common/utils.c
1072         * src/common/utils.h
1073                 Use goffset instead of off_t for MsgInfo's size
1074                 Allows using MsgInfo structure from plugins
1075                 compiled with largefile support
1076
1077 2008-05-26 [colin]      3.4.0cvs70
1078
1079         * src/mainwindow.c
1080         * src/mainwindow.h
1081                 Define THEME_CHANGED_HOOKLIST and invoke
1082                 it on theme change
1083         * src/plugins/trayicon/trayicon.c
1084                 Listen to THEME_CHANGED_HOOKLIST and
1085                 update accordingly
1086
1087 2008-05-26 [paul]       3.4.0cvs69
1088
1089         * src/mimeview.c
1090                 plug a leak in mimeview_save_all()
1091
1092 2008-05-24 [colin]      3.4.0cvs68
1093
1094         * src/common/utils.h
1095                 Fix wrong define on old glibs
1096
1097 2008-05-24 [paul]       3.4.0cvs67
1098
1099         * src/Makefile.am
1100         * src/stock_pixmap.c
1101         * src/stock_pixmap.h
1102         * src/toolbar.c
1103         * src/pixmaps/cancel.xpm
1104         * src/pixmaps/close.xpm
1105                 add a specific icon for A_CANCEL_INC (addresses
1106                 point 1 of bug 1609 'Icon issues')
1107                 replace close.xpm with an icon of the standard
1108                 24x24 size
1109
1110 2008-05-24 [paul]       3.4.0cvs66
1111
1112         * src/pixmaps/insert_file.xpm
1113                 replaced
1114
1115 2008-05-23 [paul]       3.4.0cvs65
1116
1117         * src/common/md5.c
1118         * src/common/md5.h
1119                 add the possibility to check md5 on binary files,
1120                 thanks to Colin
1121
1122 2008-05-23 [colin]      3.4.0cvs64
1123
1124         * src/mainwindow.c
1125         * src/summaryview.c
1126                 Fix bug 1610, 'claws crash after opening/closing 
1127                 preferences and window update'
1128
1129 2008-05-22 [colin]      3.4.0cvs63
1130
1131         * src/prefs_filtering_action.c
1132         * src/gtk/combobox.c
1133         * src/gtk/combobox.h
1134                 Fix reselecting of Tags actions in
1135                 filtering actions dialog
1136
1137 2008-05-22 [colin]      3.4.0cvs62
1138
1139         * src/Makefile.am
1140         * src/prefs_toolbar.c
1141         * src/stock_pixmap.c
1142         * src/stock_pixmap.h
1143         * src/toolbar.c
1144         * src/pixmaps/delete_btn.xpm
1145         * src/pixmaps/insert_file.xpm
1146         * src/pixmaps/mail_reply_to_list.xpm
1147                 Fix more of bug 1609:
1148                 - Add a Delete button icon
1149                 - Add a Reply to list button icon
1150                 - Fix Insert file button icon
1151                 Artwork by Ciprian Popovici.
1152
1153 2008-05-21 [colin]      3.4.0cvs61
1154
1155         * src/common/utils.c
1156                 Fix a little leak
1157
1158 2008-05-21 [wwp]        3.4.0cvs60
1159
1160         * src/prefs_filtering.c
1161                 Don't show SMTP-only accounts in accounts list, as they are
1162                 irrelevant for filtering incoming messages.
1163
1164 2008-05-21 [colin]      3.4.0cvs59
1165
1166         * src/mainwindow.c
1167                 Don't put SMTP-only accounts in receive menus
1168
1169 2008-05-21 [colin]      3.4.0cvs58
1170
1171         * src/imap.c
1172                 Fix cvs56 (brain fart)
1173
1174 2008-05-21 [colin]      3.4.0cvs57
1175
1176         * src/common/utils.c
1177                 Fix bug 1615, 'hang on FIFO when the other end's not 
1178                 opened'
1179
1180 2008-05-21 [colin]      3.4.0cvs56
1181
1182         * src/imap.c
1183                 Fix a warning
1184
1185 2008-05-19 [colin]      3.4.0cvs55
1186
1187         * src/plugins/pgpcore/sgpgme.c
1188                 Maybe fix debian bug 481856, 'Segmentation fault 
1189                 when verifying a GPG signature'. Although it 
1190                 looks like a race condition...
1191
1192 2008-05-19 [colin]      3.4.0cvs54
1193
1194         * src/prefs_filtering_action.c
1195         * src/prefs_matcher.c
1196         * src/common/tags.c
1197         * src/common/tags.h
1198         * src/gtk/combobox.c
1199         * src/gtk/combobox.h
1200                 Patch by Pawel: disabled Tags menus in filtering dialogs
1201
1202 2008-05-19 [colin]      3.4.0cvs53
1203
1204         * src/prefs_account.c
1205                 GUI patch by Pawel: align ports entries
1206
1207 2008-05-19 [colin]      3.4.0cvs52
1208
1209         * src/mainwindow.c
1210                 Fix bug 1616, 'strange question while emptying trash'
1211
1212 2008-05-18 [colin]      3.4.0cvs51
1213
1214         * src/common/plugin.c
1215         * src/etpan/imap-thread.c
1216         * src/etpan/nntp-thread.c
1217         * src/gtk/gtksctree.c
1218                 Fix bug 1613, 'Various memory leaks'; 
1219                 based on a patch by Didier Barvaux.
1220
1221 2008-05-18 [colin]      3.4.0cvs50
1222
1223         * src/mimeview.c
1224         * src/privacy.h
1225         * src/toolbar.c
1226         * src/toolbar.h
1227         * src/plugins/pgpcore/sgpgme.c
1228                 Fix more parts of bug 1609:
1229                 - Make use of specific Expired privacy icon
1230                 - Use CLOSE instead of NOTICE_ERROR for cancel
1231                   receiving
1232                 - Allow a Preferences button in the main toolbar
1233
1234 2008-05-18 [colin]      3.4.0cvs49
1235
1236         * src/stock_pixmap.c
1237                 Fix bug with non-updating icons after theme change:
1238                 If fetching pixbuf for a given icon after a theme
1239                 change, the next pixmap fetch would return the old
1240                 cached one, as the theme change was forgotten at 
1241                 this time. (and vice-versa). This was mostly 
1242                 visible on open folder icons
1243
1244 2008-05-17 [colin]      3.4.0cvs48
1245
1246         * src/prefs_summaries.c
1247         * src/summaryview.c
1248                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
1249                 options'. Patch by Pawel
1250
1251 2008-05-16 [colin]      3.4.0cvs47
1252
1253         * src/imap.c
1254                 Fix another possible crash (on fatal errors
1255                 at login, like stream error).
1256
1257 2008-05-16 [paul]       3.4.0cvs46
1258
1259         * tools/thunderbird-filters-convertor.pl
1260                 fix a typo
1261                 fix reading a tb rule that contains something
1262                 like that: \"Sender\"
1263
1264 2008-05-16 [paul]       3.4.0cvs45
1265
1266         * tools/README
1267         * tools/csv2addressbook.pl
1268                 add support for gmail exported csv address book
1269
1270 2008-05-16 [colin]      3.4.0cvs44
1271
1272         * configure.ac
1273         * src/ldapupdate.c
1274                 Fix ldap deprecated calls. Patch by
1275                 Michael Rasmussen
1276
1277 2008-05-16 [paul]       3.4.0cvs43
1278
1279         * manual/de/account.xml
1280         * manual/it/account.xml
1281         * manual/it/ack.xml
1282         * manual/it/addrbook.xml
1283         * manual/it/claws-mail-manual.xml
1284         * manual/it/gpl.xml
1285         * manual/it/intro.xml
1286         * manual/it/starting.xml
1287                 add pages towards German and Italian manuals.
1288                 (just for storage, they are not built yet, due
1289                 to being incomplete.) submitted by Speckmade
1290                 <Speckmade@gmx.net> and Salvatore De Paolis
1291                 <iwkse@claws-mail.org>
1292
1293 2008-05-16 [colin]      3.4.0cvs42
1294
1295         * src/gtk/sslcertwindow.c
1296                 Fix SHA1 fingerprint with GnuTLS
1297
1298 2008-05-15 [colin]      3.4.0cvs41
1299
1300         * src/gtk/sslcertwindow.c
1301                 Print SHA1 fingerprint too
1302
1303 2008-05-15 [colin]      3.4.0cvs40
1304
1305         * src/imap.c
1306                 Fix certificate port on TLS. It was 
1307                 previously always 0.
1308                 **IMPORTANT INFORMATION**: this will trigger 
1309                 one wrong "New certificate" warning at the 
1310                 first connection with this fix, if using STARTTLS
1311                 on IMAP.
1312         * src/gtk/sslcertwindow.c
1313                 Make labels selectable
1314
1315 2008-05-15 [colin]      3.4.0cvs39
1316
1317         * src/imap.c
1318                 Fix double free when STARTTLS fails (for
1319                 example due to refusing the certificate)
1320
1321 2008-05-15 [paul]       3.4.0cvs38
1322
1323         * manual/advanced.xml
1324                 fix typo
1325
1326 2008-05-15 [paul]       3.4.0cvs37
1327
1328         * manual/advanced.xml
1329         * src/prefs_send.c
1330                 make outgoing_fallback_to_ascii a hidden pref
1331
1332 2008-05-14 [colin]      3.4.0cvs36
1333
1334         * src/main.c
1335         * src/mainwindow.c
1336         * src/mainwindow.h
1337                 Make it possible to cancel quit when Claws
1338                 ask whether to empty trash.
1339
1340 2008-05-14 [colin]      3.4.0cvs35
1341
1342         * src/compose.c
1343         * src/prefs_common.c
1344         * src/prefs_common.h
1345         * src/prefs_send.c
1346                 Add a preference to be able to specify an
1347                 outgoing charset/encoding but still fallback
1348                 to 7bit US-ASCII when possible (default TRUE,
1349                 same behavior as pre-cvs34)
1350
1351 2008-05-14 [colin]      3.4.0cvs34
1352
1353         * src/compose.c
1354                 Always use the specified encoding and charset if it is
1355                 specified, even if the mail is ASCII.
1356
1357 2008-05-13 [paul]       3.4.0cvs33
1358
1359         * src/ldapupdate.c
1360                 fix the build warnings the easy way for now
1361
1362 2008-05-13 [colin]      3.4.0cvs32
1363
1364         * src/prefs_themes.c
1365                 Count .png files as icons too (fixes part
1366                 of bug 1609, 'Icon issues')
1367
1368 2008-05-13 [wwp]        3.4.0cvs31
1369
1370         * src/addressbook_foldersel.c
1371                 Fix wrong check (completes 3.4.0.cvs30).
1372
1373 2008-05-12 [wwp]        3.4.0cvs30
1374
1375         * src/addressbook.c
1376         * src/addressbook_foldersel.c
1377         * src/filtering.c
1378         * src/matcher.c
1379         * src/prefs_matcher.c
1380         * src/plugins/bogofilter/bogofilter.c
1381         * src/plugins/bogofilter/bogofilter_gtk.c
1382         * src/plugins/dillo_viewer/dillo_prefs.c
1383         * src/plugins/spamassassin/spamassassin.c
1384         * src/plugins/spamassassin/spamassassin_gtk.c
1385                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
1386                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
1387                 translated string "Any" in plugins (whitelisting) and
1388                 UTF8 comparisons.
1389
1390 2008-05-07 [colin]      3.4.0cvs29
1391
1392         * configure.ac
1393                 Fix --enable-maemo (assume --enable-generic-umpc)
1394
1395 2008-05-07 [colin]      3.4.0cvs28
1396
1397         * configure.ac
1398         * src/account.c
1399         * src/addr_compl.c
1400         * src/compose.c
1401         * src/editaddress.c
1402         * src/folderview.c
1403         * src/mainwindow.c
1404         * src/messageview.c
1405         * src/mimeview.c
1406         * src/prefs_account.c
1407         * src/prefs_common.c
1408         * src/prefs_display_header.c
1409         * src/prefs_filtering.c
1410         * src/prefs_summaries.c
1411         * src/prefs_template.c
1412         * src/prefs_toolbar.c
1413         * src/stock_pixmap.c
1414         * src/summaryview.c
1415         * src/summaryview.h
1416         * src/textview.c
1417         * src/toolbar.c
1418         * src/gtk/about.c
1419         * src/gtk/gtksctree.c
1420         * src/gtk/menu.c
1421         * src/gtk/prefswindow.c
1422         * src/gtk/sslcertwindow.c
1423                 Separate generic UMPC code (layouts, ...) from 
1424                 MAEMO code (Hildon, ...)
1425
1426 2008-05-06 [paul]       3.4.0cvs27
1427
1428         * tools/claws.i18n.status.pl
1429                 add he.po
1430
1431 2008-05-06 [colin]      3.4.0cvs26
1432
1433         * src/common/utils.c
1434                 Maybe fix crash on FreeBSD
1435
1436 2008-05-05 [colin]      3.4.0cvs25
1437
1438         * src/messageview.c
1439                 Fix bug 1602, 'Crash when sending return receipt for
1440                 messages with no subject'
1441
1442 2008-05-05 [colin]      3.4.0cvs24
1443
1444         * src/mimeview.c
1445                 Don't overwrite temporary files with same
1446                 name when drag and dropping. Fixes bug 1599,
1447                 'attach multiple files with the same name from 
1448                 one mail to another'
1449
1450 2008-05-04 [paul]       3.4.0cvs23
1451
1452         * src/compose.c
1453         * src/prefs_common.c
1454                 fix bug 1587 'can not replay with quote'
1455
1456 2008-05-03 [colin]      3.4.0cvs22
1457
1458         * po/de.po
1459                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
1460
1461 2008-05-03 [colin]      3.4.0cvs21
1462
1463         * src/toolbar.c
1464                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
1465                 icon isn't grayed although ineffective'
1466
1467 2008-05-02 [wwp]        3.4.0cvs20
1468
1469         * po/fr.po
1470                 Fix translation.
1471
1472         * src/prefs_folder_item.c
1473                 Add missing notice in folder properties (templates) when
1474                 folder is a root node.
1475
1476 2008-04-30 [colin]      3.4.0cvs19
1477
1478         * src/prefs_toolbar.c
1479                 Add Trash and Delete icons to the icon chooser
1480
1481 2008-04-30 [colin]      3.4.0cvs18
1482
1483         * src/compose.c
1484                 Remove "Delete entire line" which was a noop
1485                 and should be the same as "Delete line" :)
1486
1487 2008-04-30 [colin]      3.4.0cvs17
1488
1489         * src/compose.c
1490                 Fix 'Delete line' and 'Delete to end of line'
1491                 on the last line. Patch by <seelenhirt@gmx.net>
1492
1493 2008-04-28 [colin]      3.4.0cvs16
1494
1495         * src/folder.c
1496                 Fix bug 1589, 'tagsdb file not removed when
1497                 folder deleted'.
1498         * src/common/utils.c
1499                 Make sure claws_unlink accepts NULL arg.
1500
1501 2008-04-25 [colin]      3.4.0cvs15
1502
1503         * src/common/ssl.c
1504                 Fix/simplify previous commit
1505
1506 2008-04-25 [colin]      3.4.0cvs14
1507
1508         * src/addrindex.h
1509         * src/common/ssl_certificate.c
1510                 Patch by Marcus: Fix Win32 build
1511         * src/common/ssl.c
1512                 Fix build with GnuTLS/no pthread, thanks
1513                 to Marcus
1514
1515 2008-04-25 [colin]      3.4.0cvs13
1516
1517         * src/summaryview.c
1518                 Fix bug 1586, '3-pane vertical layout now and then 
1519                 still shows sender column'
1520
1521 2008-04-25 [colin]      3.4.0cvs12
1522
1523         * src/Makefile.am
1524         * src/w32-logo.ico
1525         * src/w32-resource.rc
1526                 Patch from Marcus Brinkmann to set an icon on w32.
1527
1528 2008-04-24 [colin]      3.4.0cvs11
1529
1530         * src/inc.c
1531         * src/inc.h
1532                 Trace inc locks
1533         * src/ldif.c
1534         * src/ldif.h
1535                 Fix bug 1581, 'Bad File Format during Import LDIF':
1536                 Use dynamically allocated buffers; also, allow 
1537                 importing contacts with no email address
1538
1539 2008-04-24 [colin]      3.4.0cvs10
1540
1541         * src/prefs_common.c
1542                 Increment the timeout a bit on OpenBSD, 75 isn't enough
1543
1544 2008-04-23 [colin]      3.4.0cvs9
1545
1546         * src/compose.c
1547         * src/prefs_folder_item.c
1548         * src/prefs_template.c
1549         * src/quote_fmt.c
1550                 Fix bug 1576: Fix unescaping of templates when testing them
1551                 I think it breaks nothing. (wwp, you're welcome to double-check)
1552
1553 2008-04-23 [paul]       3.4.0cvs8
1554
1555         * manual/advanced.xml
1556                 add info about the "two_line_vertical" hidden
1557                 pref
1558
1559 2008-04-22 [paul]       3.4.0cvs7
1560
1561         * src/prefs_common.c
1562         * src/prefs_common.h
1563         * src/summaryview.c
1564                 make the 2-line view in summaryview when in three
1565                 columns mode configurable. hidden pref: "two_line_vertical"
1566
1567 2008-04-22 [colin]      3.4.0cvs6
1568
1569         * src/inc.c
1570                 Fix missing inc_unlock()
1571         * src/prefs_matcher.c
1572         * src/send_message.c
1573                 Fix my last commit
1574
1575 2008-04-22 [colin]      3.4.0cvs5
1576
1577         * src/etpan/imap-thread.c
1578                 Use g_(un)setenv instead of (un)setenv which
1579                 doesn't exist on IRIX 6.5
1580
1581 2008-04-22 [colin]      3.4.0cvs4
1582
1583         * src/inc.c
1584         * src/prefs_common.c
1585         * src/send_message.c
1586                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
1587                 Set the default timeout to 75 seconds
1588
1589 2008-04-20 [colin]      3.4.0cvs3
1590
1591         * src/pixmaps/tray_newmail.offline.xpm
1592         * src/pixmaps/tray_newmail.xpm
1593         * src/pixmaps/tray_newmarkedmail.offline.xpm
1594         * src/pixmaps/tray_newmarkedmail.xpm
1595         * src/pixmaps/tray_nomail.offline.xpm
1596         * src/pixmaps/tray_nomail.xpm
1597         * src/pixmaps/tray_unreadmail.offline.xpm
1598         * src/pixmaps/tray_unreadmail.xpm
1599         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
1600         * src/pixmaps/tray_unreadmarkedmail.xpm
1601                 Make the tray icons a bit nicer. Would be
1602                 nice to get really nice icons from someone
1603                 who's good at Gimp :)
1604
1605 2008-04-18 [colin]      3.4.0cvs2
1606
1607         * src/common/log.c
1608                 Forgot one g_unlink
1609
1610 lease complete the changelog entry below
1611 2008-04-18 [colin]      3.4.0cvs1
1612
1613         * src/addrduplicates.c
1614         * src/addressbook.c
1615         * src/compose.c
1616         * src/crash.c
1617         * src/editaddress.c
1618         * src/folder.c
1619         * src/image_viewer.c
1620         * src/imap.c
1621         * src/inc.c
1622         * src/main.c
1623         * src/mbox.c
1624         * src/messageview.c
1625         * src/mh.c
1626         * src/msgcache.c
1627         * src/news.c
1628         * src/partial_download.c
1629         * src/pop.c
1630         * src/prefs_common.c
1631         * src/prefs_common.h
1632         * src/prefs_other.c
1633         * src/prefs_themes.c
1634         * src/procheader.c
1635         * src/procmime.c
1636         * src/procmsg.c
1637         * src/textview.c
1638         * src/wizard.c
1639         * src/common/prefs.c
1640         * src/common/ssl_certificate.c
1641         * src/common/template.c
1642         * src/common/utils.c
1643         * src/common/utils.h
1644         * src/etpan/imap-thread.c
1645         * src/plugins/dillo_viewer/dillo_viewer.c
1646         * src/plugins/pgpcore/sgpgme.c
1647         * src/plugins/pgpinline/pgpinline.c
1648                 Add an option to shred temporary files and messages
1649                 instead of just removing them. Slows deletions down!
1650
1651 2008-04-18 [paul]       3.4.0
1652
1653         * NEWS
1654         * README
1655         * RELEASE_NOTES 
1656                 3.4.0 released
1657
1658
1659 2008-04-18 [paul]       3.3.1cvs61
1660
1661         * po/de.po
1662         * po/fi.po
1663         * po/it.po
1664         * po/pt_BR.po
1665                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
1666                 and Frederico Goncalves Guimaraes
1667         * po/es.po
1668                 updated on the last minute by a lazy Ricardo Mones
1669
1670 2008-04-18 [colin]      3.3.1cvs60
1671
1672         * po/fr.po
1673                 Update translation (Fabien Vantard)
1674
1675 2008-04-17 [colin]      3.3.1cvs59
1676
1677         * src/imap.c
1678                 Fix debian bug 474712, 'claws seg faults when IMAP 
1679                 connection breaks after an IMAP protocol error 
1680                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
1681         * src/summaryview.c
1682                 Fix a little leak
1683
1684 2008-04-17 [colin]      3.3.1cvs58
1685
1686         * src/common/log.c
1687                 Fix log size getting out of control (claws-mail
1688                 getting SIGXFSZ): rotate if every 10MB
1689
1690 2008-04-10 [paul]       3.3.1cvs57
1691
1692         * src/prefs_other.c
1693                 improvements to english usage
1694
1695 2008-04-10 [paul]       3.3.1cvs56
1696
1697         * src/prefs_receive.c
1698                 add an accurate description
1699
1700 2008-04-08 [colin]      3.3.1cvs55
1701
1702         * src/undo.c
1703                 Probably fix corruption, introduced in cvs53
1704
1705 2008-04-04 [iwkse]      3.3.1cvs54
1706
1707         * src/undo.c
1708                 undo should works properly again
1709
1710 2008-04-04 [iwkse]      3.3.1cvs53
1711
1712         * src/undo.c
1713                 Fix a segfault but breaks undo
1714                 on a specific case (eg. double paste with
1715                 middle-mouse button)
1716
1717 2008-04-04 [iwkse]      3.3.1cvs52
1718
1719         * src/prefs_filtering.c
1720                 Fix previous Tab mess
1721
1722 2008-04-03 [iwkse]      3.3.1cvs51
1723
1724         * src/prefs_filtering.c
1725                 Add search in filtering rules list
1726
1727 2008-04-02 [colin]      3.3.1cvs50
1728
1729         * src/main.c
1730                 Revert part of the previous patch: we do
1731                 want to parse ~/.claws-mail/gtkrc-2.0 if it
1732                 exists
1733
1734 2008-04-02 [colin]      3.3.1cvs49
1735
1736         * src/main.c
1737                 Fix bug 1562, 'Claws-Mail does not completely 
1738                 respect settings in GTK2_RC_FILES environment'
1739                 Remove manual parsing of .gtkrc-2.0 and 
1740                 .gtk/gtkrc-2.0. GTK does it itself these days.
1741
1742 2008-04-01 [colin]      3.3.1cvs48
1743
1744         * src/imap_gtk.c
1745                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
1746                 ticking "Show only subscribed"'
1747
1748 2008-03-31 [colin]      3.3.1cvs47
1749
1750         * src/folder.c
1751                 Fix bug 1553, 'File lock not respected'
1752                 Regression due to the implementation of
1753                 deletion batching
1754
1755 2008-03-31 [colin]      3.3.1cvs46
1756
1757         * src/mainwindow.c
1758                 Fix tags menu update, thanks to Paul
1759
1760 2008-03-29 [wwp]        3.3.1cvs45
1761
1762         * src/prefs_account.c
1763         * src/prefs_common.c
1764         * src/prefs_folder_item.c
1765         * src/prefs_quote.c
1766         * src/quote_fmt.c
1767         * src/quote_fmt.h
1768                 Fix compose template formats (in global preferences)
1769                 being translated under specific conditions.
1770                 Add a button to restore factory defaults for current
1771                 language.
1772
1773 2008-03-27 [colin]      3.3.1cvs44
1774
1775         * src/common/prefs.c
1776         * src/common/xmlprops.c
1777                 Fix RedHat bug 431735, 'segfault if /home is full' 
1778                 (when starting): Fix double fclose() in prefs.c
1779                 and potentially xmlprops.c
1780
1781 2008-03-27 [colin]      3.3.1cvs43
1782
1783         * src/addressbook.c
1784                 Fix bug 1559, 'Claws Mail crashed deleting all 
1785                 common contacts'
1786
1787 2008-03-27 [wwp]        3.3.1cvs42
1788
1789         * src/addressbook.c
1790                 Fix 3.3.0cvs41.
1791
1792 2008-03-27 [wwp]        3.3.1cvs41
1793
1794         * src/addressbook.c
1795                 Prevent list flickering when deleting addresses.
1796
1797 2008-03-26 [colin]      3.3.1cvs40
1798
1799         * src/imap.c
1800                 Clean up session disconnection. Possibly
1801                 fix Ubuntu bug #204290
1802
1803 2008-03-26 [colin]      3.3.1cvs39
1804
1805         * src/textview.c
1806                 Fix bug 1555: current folder wasn't used when
1807                 right-clicking on an email address
1808
1809 2008-03-25 [colin]      3.3.1cvs38
1810
1811         * src/plugins/bogofilter/bogofilter.c
1812         * src/plugins/bogofilter/bogofilter.h
1813         * src/plugins/bogofilter/bogofilter_gtk.c
1814                 Add a "learn from whitelist" preference
1815                 Whitelist Unsure mails too.
1816
1817 2008-03-24 [paul]       3.3.1cvs37
1818
1819         * src/prefs_account.c
1820                 If no MH mailbox and no account exists, when
1821                 creating a POP/Local account, just create and
1822                 use the default one instead of bailing with a
1823                 "Mailbox doesn't exist" error
1824
1825 2008-03-21 [colin]      3.3.1cvs36
1826
1827         * src/procmime.c
1828                 strstrip mime subtype
1829
1830 2008-03-21 [paul]       3.3.1cvs35
1831
1832         * manual/advanced.xml
1833                 correct and update the info about Actions
1834
1835 2008-03-20 [colin]      3.3.1cvs34
1836
1837         * src/messageview.c
1838         * src/messageview.h
1839         * src/textview.c
1840                 Show at max 1MB of text, add a noticeview to
1841                 show everything optionally.
1842
1843 2008-03-20 [colin]      3.3.1cvs33
1844
1845         * src/stock_pixmap.c
1846                 Add support for png themes
1847
1848 2008-03-19 [wwp]        3.3.1cvs32
1849
1850         * src/procheader.c
1851                 Sanity check.
1852
1853 2008-03-18 [colin]      3.3.1cvs31
1854
1855         * src/common/utils.c
1856         * src/common/utils.h
1857                 Handle size_t instead of off_t in to_human_readable
1858
1859 2008-03-18 [colin]      3.3.1cvs30
1860
1861         * src/imap.c
1862                 Remove raw printf
1863
1864 2008-03-16 [colin]      3.3.1cvs29
1865
1866         * src/summaryview.c
1867                 Fix build on GTK < 2.12
1868
1869 2008-03-16 [colin]      3.3.1cvs28
1870
1871         * src/mainwindow.c
1872                 Refresh non-list widget when switching
1873                 messageview
1874
1875 2008-03-16 [colin]      3.3.1cvs27
1876
1877         * manual/faq.xml
1878                 Revert cvs25: This wasn't a typo :) :
1879                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
1880
1881
1882 2008-03-16 [colin]      3.3.1cvs26
1883
1884         * src/summaryview.c
1885         * src/gtk/gtksctree.c
1886         * src/gtk/gtksctree.h
1887                 Implement 2-lines items in Summaryview when in 
1888                 three columns mode
1889
1890 2008-03-16 [paul]       3.3.1cvs25
1891
1892         * manual/faq.xml
1893                 fix typo
1894
1895 2008-03-14 [colin]      3.3.1cvs24
1896
1897         * src/prefs_filtering_action.c
1898                 Fix buglet on setting recipient when
1899                 reediting forward rules.
1900
1901 2008-03-12 [colin]      3.3.1cvs23
1902
1903         * src/summaryview.c
1904                 Fix a new unused variable warning
1905         * src/plugins/trayicon/trayicon.c
1906                 Fix folderview's scrollbar at startup
1907                 if starting hidden
1908
1909 2008-03-12 [colin]      3.3.1cvs22
1910
1911         * src/folderview.c
1912         * src/summaryview.c
1913                 Use item_opened at the beginning of showing
1914                 a folder instead of the end. Fixes flicker.
1915
1916 2008-03-12 [paul]       3.3.1cvs21
1917
1918         * src/folder.c
1919         * src/folder.h
1920         * src/mainwindow.c
1921         * src/procmsg.c
1922         * src/summaryview.c
1923         * src/plugins/trayicon/trayicon.c
1924                 add tooltip with extended folder stats
1925
1926 2008-03-10 [colin]      3.3.1cvs20
1927
1928         * src/common/xml.c
1929                 Handle comments
1930
1931 2008-03-07 [colin]      3.3.1cvs19
1932
1933         * src/mainwindow.c
1934                 Fix blinking of the taskbar entry
1935
1936 2008-03-07 [colin]      3.3.1cvs18
1937
1938         * src/mainwindow.c
1939                 MAEMO: Fix bug 1494, 'Trayicon 
1940                 plugin breaks UI...'
1941
1942 2008-03-07 [paul]       3.3.1cvs17
1943
1944         * src/gtk/authors.h
1945                 reflect reality a bit more closely
1946
1947 2008-03-06 [colin]      3.3.1cvs16
1948
1949         * src/mainwindow.c
1950         * src/mainwindow.h
1951         * src/summaryview.c
1952         * src/summaryview.h
1953         * src/toolbar.c
1954                 Integrate things better wrt the new
1955                 summaryview extensibility.
1956
1957 2008-03-06 [wwp]        3.3.1cvs15
1958
1959         * src/quote_fmt.c
1960                 Fix some gcc warnings.
1961
1962 2008-03-06 [wwp]        3.3.1cvs14
1963
1964         * src/prefs_account.c
1965         * src/prefs_folder_item.c
1966         * src/prefs_gtk.c
1967         * src/prefs_template.c
1968         * src/gtk/prefswindow.c
1969         * src/gtk/prefswindow.h
1970                 prefs_templates: fix missing unregistering of addr_completion widgets
1971                 and and ending of addr_completion service.
1972                 prefs_folder_item: fix missing registering/unregistering of widgets,
1973                 and rework the way add_completion service is started and stopped.
1974                 Plus few prefswindow API changes (opening).
1975
1976 2008-03-06 [wwp]        3.3.1cvs13
1977
1978         * src/folder_item_prefs.c
1979         * src/prefs_template.c
1980         * src/prefs_template.h
1981         * src/quote_fmt.c
1982         * src/common/template.c
1983                 Complete 3.3.1cvs12, thanks to Colin.
1984
1985 2008-03-06 [wwp]        3.3.1cvs12
1986
1987         * src/compose.c
1988         * src/folder_item_prefs.c
1989         * src/folder_item_prefs.h
1990         * src/prefs_account.c
1991         * src/prefs_folder_item.c
1992         * src/prefs_quote.c
1993         * src/prefs_template.c
1994         * src/quote_fmt.c
1995         * src/quote_fmt.h
1996         * src/common/template.c
1997         * src/common/template.h
1998                 Global and per-folder templates can now override the from name (this
1999                 doesn't change the account being used).
2000                 Examples:
2001                  "My other name" <%account_email> (just changes the name)
2002                  my.faked.email@address.org (overrides the address too)
2003
2004 2008-03-05 [colin]      3.3.1cvs11
2005
2006         * src/summaryview.c
2007         * src/summaryview.h
2008                 Replace that hbox with a notebook
2009
2010 2008-03-05 [colin]      3.3.1cvs10
2011
2012         * src/folder.h
2013         * src/folderview.c
2014                 Add klass functions for notification of folder
2015                 opening/closing via the GUI
2016         * src/summaryview.c
2017         * src/summaryview.h
2018                 Add a specific container for the scrolledwin
2019
2020 2008-03-05 [colin]      3.3.1cvs9
2021
2022         * src/folder.h
2023         * src/folderview.c
2024                 Add klass functions for notification of folder 
2025                 opening/closing via the GUI
2026         * src/summaryview.c
2027         * src/summaryview.h
2028                 Add a specific container for the scrolledwin
2029
2030 2008-03-02 [colin]      3.3.1cvs8
2031
2032         * src/messageview.c
2033                 MAEMO: Fix bug 1541, 'Deleting message from within 
2034                 read window displays next message then closes.'
2035
2036 2008-03-02 [colin]      3.3.1cvs7
2037
2038         * src/main.c
2039                 Probably fix bug 1539, 'Program crashes':
2040                 Setup Gcrypt's thread functions when built
2041                 with GnuTLS
2042
2043 2008-03-01 [colin]      3.3.1cvs6
2044
2045         * src/folder.c
2046         * src/imap_gtk.c
2047                 Get rid of stale folders with no account
2048
2049 2008-02-28 [colin]      3.3.1cvs5
2050
2051         * src/compose.c
2052                 Fix bug 1534, 'Segmentation fault when doing 
2053                 some draft saving and then throwing away'
2054         * src/imap.c
2055                 Fix bug 1533, 'Claws is unable to mark messages 
2056                 as "read" in IMAP shared folders'
2057         * src/etpan/imap-thread.c
2058                 Fix bug 1515, 'large messages crash claws when 
2059                 syncing for offline mode'. This is rather a
2060                 workaround, and mails > 64MB will still be
2061                 problematic if there's less than 64MB available
2062                 on the dataroot volume.
2063         * src/messageview.c
2064                 MAEMO: Add information when fetching big messages
2065
2066 2008-02-26 [colin]      3.3.1cvs4
2067
2068         * src/imap.c
2069                 fix bug 1532, '"login refused" message insufficiently 
2070                 detailed'
2071
2072 2008-02-26 [paul]       3.3.1cvs3
2073
2074         * INSTALL
2075         * README
2076                 remove mentions of ClamAV and a few other
2077                 old bits of information
2078
2079 2008-02-23 [colin]      3.3.1cvs2
2080
2081         * src/main.c
2082                 Fix log output (missing \n)
2083
2084 2008-02-23 [colin]      3.3.1cvs1
2085
2086         * configure.ac
2087                 Bump version number for stable release
2088
2089 2008-02-23 [paul]       3.3.0cvs21
2090
2091         * po/he.po
2092                 updated by Ofer
2093
2094 2008-02-21 [colin]      3.3.0cvs20
2095
2096         * src/matcher.c
2097                 Fix bug 1527, 'filtering is case sensitive when it 
2098                 shouldn't be'
2099
2100 2008-02-20 [colin]      3.3.0cvs19
2101
2102         * src/main.c
2103                 Fix file attachments from older Thunar
2104
2105 2008-02-19 [colin]      3.3.0cvs18
2106
2107         * manual/plugins.xml
2108         * manual/es/plugins.xml
2109         * manual/fr/plugins.xml
2110         * manual/pl/plugins.xml
2111                 Remove Clamav
2112
2113 2008-02-19 [paul]       3.3.0cvs17
2114
2115         * tools/README
2116         * tools/csv2addressbook.pl
2117                 add support for Kmail/Kaddressbook
2118
2119 2008-02-18 [colin]      3.3.0cvs16
2120
2121         * src/imap.c
2122                 Unset folder's session before creating a
2123                 new one
2124         * src/main.c
2125         * src/prefs_common.c
2126         * src/prefs_common.h
2127         * manual/advanced.xml
2128                 Add an hidden use_networkmanager pref, to
2129                 disable NetworkManager handling. Also,
2130                 consider UNKNOWN state to be CONNECTED.
2131
2132 2008-02-18 [wwp]        3.3.0cvs15
2133
2134         * src/matcher.c
2135                 Fix Engrish and make 'not' more visible in filtering debug logs.
2136
2137 2008-02-15 [colin]      3.3.0cvs14
2138
2139         * src/matcher.c
2140                 Revert cvs10 for now, it breaks the feature
2141
2142 2008-02-15 [colin]      3.3.0cvs13
2143
2144         * src/main.c
2145                 Always focus folder tree at startup
2146         * src/compose.c
2147                 Fix bug 1521, 'Cannot close compose window after 
2148                 replying to a non-existent news message'
2149
2150 2008-02-13 [colin]      3.3.0cvs12
2151
2152         * src/folderview.c
2153                 Fix important warnings
2154
2155 2008-02-12 [colin]      3.3.0cvs11
2156
2157         * src/imap.c
2158         * src/etpan/imap-thread.c
2159         * src/etpan/imap-thread.h
2160                 Fix handling of $Forwarded flag on Exchange:
2161                 check for the existence or creatability of a
2162                 flag before using it.
2163
2164 2008-02-12 [colin]      3.3.0cvs10
2165
2166         * src/matcher.c
2167                 Optimise matching on Found in addressbook if
2168                 the matched header is in cache (From, etc)
2169
2170 2008-02-12 [colin]      3.3.0cvs9
2171
2172         * src/folderview.c
2173                 Fix crashy stuff when changing displayed
2174                 columns
2175
2176 2008-02-12 [wwp]        3.3.0cvs8
2177
2178         * src/folder.h
2179                 Remove duplicate func declaration and restore the one
2180                 a missing one.
2181
2182 2008-02-12 [wwp]        3.3.0cvs7
2183
2184         * src/compose.c
2185         * src/export.c
2186         * src/folder.c
2187         * src/folder.h
2188         * src/foldersel.c
2189         * src/foldersel.h
2190         * src/imap_gtk.c
2191         * src/import.c
2192         * src/mainwindow.c
2193         * src/messageview.c
2194         * src/mh_gtk.c
2195         * src/prefs_account.c
2196         * src/prefs_filtering_action.c
2197         * src/summaryview.c
2198         * src/plugins/bogofilter/bogofilter_gtk.c
2199         * src/plugins/spamassassin/spamassassin_gtk.c
2200                 Allow moving/copying folders to root folders when using
2201                 the folder selection dialog (it was not possible to
2202                 maemo users to reparent a subfolder to a root folder
2203                 at all).
2204
2205 2008-02-12 [fabien]     3.3.0cvs6
2206
2207         * po/fr.po
2208                 a few days late for i18n fr update. Sorry.
2209
2210 2008-02-11 [colin]      3.3.0cvs5
2211
2212         * src/main.c
2213                 Implement support for future /dev/mem_notify.
2214                 This Linux kernel feature will allow applications
2215                 to be notified that memory has to be freed
2216                 before getting OOM-killed. For more information:
2217                 http://lwn.net/Articles/267013/
2218
2219 2008-02-10 [paul]       3.3.0cvs4
2220
2221         * src/Makefile.am
2222         * src/mimeview.c
2223         * src/prefs_toolbar.c
2224         * src/stock_pixmap.c
2225         * src/stock_pixmap.h
2226         * src/pixmaps/mime_text_patch.xpm
2227                 add an icon for attached patches
2228
2229 2008-02-09 [paul]       3.3.0cvs3
2230
2231         * src/gtk/about.c
2232                 bump the (c) year
2233
2234 2008-02-09 [wwp]        3.3.0cvs2
2235
2236         * src/main.c
2237                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
2238
2239 2008-02-08 [colin]      3.3.0cvs1
2240
2241         * src/common/utils.c
2242                 Forbid attaching anything containing "../" or ".ssh/"
2243                 from mailto: URI
2244
2245 2008-02-08 [paul]       3.3.0
2246
2247         * NEWS
2248         * README
2249         * RELEASE_NOTES 
2250                 3.3.0 released
2251
2252 2008-02-08 [paul]       3.2.0cvs77
2253
2254         * AUTHORS
2255                 updated with new translators
2256         * configure.ac
2257                 added he to ALL_LINGUAS
2258         * po/cs.po
2259         * po/de.po
2260         * po/es.po
2261         * po/fi.po
2262         * po/hu.po
2263         * po/it.po
2264         * po/pt_BR.po
2265         * po/zh_CN.po
2266                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
2267                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
2268                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
2269                 and Ralph Young
2270         * po/he.po
2271                 new Hebrew translation by Ofer <oc666@netvision.net.il>
2272         * src/gtk/about.c
2273                 updated with new translators and bumped (c) year
2274         * src/gtk/authors.h
2275                 updated with new translators
2276
2277 2008-02-05 [colin]      3.2.0cvs76
2278
2279         * src/messageview.c
2280         * src/mimeview.c
2281         * src/mimeview.h
2282                 Special case text/calendar parts: if there's one in
2283                 the mail, and a plugin handling text/calendar is
2284                 loaded, show that part. That'll avoid rendering 
2285                 meetings as plain text, which just looks broken to
2286                 many users.
2287
2288 2008-02-04 [colin]      3.2.0cvs75
2289
2290         * src/mainwindow.c
2291                 Maemo: Fix LED handling on OS 2008
2292
2293 2008-02-01 [colin]      3.2.0cvs74
2294
2295         * src/compose.c
2296                 Possibly fix the annoying and hard-to reproduce bug
2297                 where lines 
2298                 are
2299                 rewrapped
2300                 like
2301                 that.
2302
2303 2008-02-01 [paul]       3.2.0cvs73
2304
2305         * src/common/utils.c
2306                 fix bug 1502, 'Plus signs are stripped from
2307                 email addresses when calling from command line'
2308                 Thanks to Colin
2309
2310 2008-01-31 [colin]      3.2.0cvs72
2311
2312         * src/exphtmldlg.c
2313         * src/mimeview.c
2314         * src/summaryview.c
2315                 Fix building of URIs from filenames
2316
2317 2008-01-31 [wwp]        3.2.0cvs71
2318
2319         * src/main.c
2320                 Fixes debug output of compiled-in features list
2321                 (completes 3.2.0cvs60).
2322
2323 2008-01-31 [colin]      3.2.0cvs70
2324
2325         * configure.ac
2326         * po/POTFILES.in
2327         * src/compose.c
2328         * src/plugins/Makefile.am
2329         * src/plugins/clamav/.cvsignore
2330         * src/plugins/clamav/Makefile.am
2331         * src/plugins/clamav/README
2332         * src/plugins/clamav/clamav_plugin.c
2333         * src/plugins/clamav/clamav_plugin.h
2334         * src/plugins/clamav/clamav_plugin_gtk.c
2335         * src/plugins/clamav/clamav_plugin_gtk.deps
2336                 Remove the Clamav plugin from the core
2337
2338 2008-01-28 [wwp]        3.2.0cvs69
2339
2340         * src/compose.c
2341         * src/prefs_template.c
2342         * src/prefs_template.h
2343         * src/quote_fmt.c
2344         * src/quote_fmt.h
2345         * src/quote_fmt_lex.l
2346         * src/quote_fmt_parse.y
2347                 Fix for bug #1493: count lines (\n chars) according to the way
2348                 format body is passed (i.e. \-escaped or not).
2349
2350 2008-01-27 [paul]       3.2.0cvs68
2351
2352         * po/en_GB.po
2353                 updated
2354         * src/prefs_actions.c
2355         * src/prefs_filtering.c
2356         * src/prefs_folder_item.c
2357         * src/prefs_template.c
2358         * src/gtk/about.c
2359                 some minor changes to the English
2360
2361 2008-01-24 [colin]      3.2.0cvs67
2362
2363         * src/etpan/imap-thread.c
2364         * src/etpan/nntp-thread.c
2365                 Fix bug 1348, 'Hang ups at exit time with 
2366                 pgp plugin since 3.0.2'
2367
2368 2008-01-23 [colin]      3.2.0cvs66
2369
2370         * src/toolbar.c
2371                 Fix translation of something that shouldn't be
2372
2373 2008-01-23 [colin]      3.2.0cvs65
2374
2375         * src/procmime.c
2376                 Fix bug 1486, 'Re: Incorrect content when replying'
2377                 Revert to full scan if short scan found only 0-length
2378                 text parts
2379
2380 2008-01-23 [paul]       3.2.0cvs64
2381
2382         * src/prefs_folder_item.c
2383                 fix bug 1485, 'selecting a folder's default
2384                 account if name contains '&''
2385
2386 2008-01-23 [colin]      3.2.0cvs63
2387
2388         * src/folder.c
2389         * src/folder.h
2390         * src/main.c
2391         * src/mainwindow.c
2392                 Fix bug 1480, 'should be able to display mail file
2393                 from command line'. Let 'claws-mail --select' accept
2394                 absolute paths in addition to folder identifiers.
2395
2396 2008-01-22 [wwp]        3.2.0cvs62
2397
2398         * src/account.c
2399         * src/account.h
2400         * src/compose.c
2401         * src/messageview.c
2402         * src/summaryview.c
2403         * src/common/utils.c
2404         * src/common/utils.h
2405                 Allow from=address in mailto sequence:
2406                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
2407                   The 'from' will try to select the first account matching in accounts list,
2408                   otherwise will use the usual account selection mechanism but override with
2409                   this 'from' address.
2410                 Allow mailto with NNTP accounts
2411                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
2412                   is the default one or if a NNTP account address is used with 'from'.
2413                   This is more or less a bugfix as it was possible to use mailto with a NNTP
2414                   default account but the complete mailto sequence was put in To.
2415
2416 2008-01-22 [wwp]        3.2.0cvs61
2417
2418         * doc/man/claws-mail.1
2419                 Updated the man page: status of few features, command-line
2420                 usage (--version-full) and completed list of config files
2421                 and dirs.
2422
2423 2008-01-22 [wwp]        3.2.0cvs60
2424
2425         * src/main.c
2426                 Added --version-full to display version and compiled-in
2427                 features list (for later use by Clawsker for instance).
2428
2429 2008-01-22 [holger]     3.2.0cvs59
2430
2431         * src/addrduplicates.c
2432                 Fix scrolling in addressbook duplicate
2433                 finder result dialog
2434
2435 2008-01-21 [colin]      3.2.0cvs58
2436
2437         * src/summaryview.c
2438                 Fix bug 1457, 'sorting messages on, say, from, 
2439                 should subsort on previous sort choice'. Subsort
2440                 by date when sort is Subject, From, To, Tags.
2441
2442 2008-01-21 [colin]      3.2.0cvs57
2443
2444         * AUTHORS
2445         * src/matcher.c
2446         * src/mimeview.c
2447         * src/common/ssl.c
2448         * src/gtk/authors.h
2449                 Fix bug 1478, 'Wrong pthread_create calls all 
2450                 over the place'. Patch by Christian Cornelssen
2451
2452 2008-01-20 [colin]      3.2.0cvs56
2453
2454         * src/imap.c
2455         * src/etpan/imap-thread.c
2456         * src/etpan/imap-thread.h
2457                 Fix bug 1468, 'Use IMAP keyword to 
2458                 store "forwarded" flag'
2459
2460 2008-01-20 [colin]      3.2.0cvs55
2461
2462         * src/folderutils.c
2463                 Make list operations faster
2464
2465 2008-01-20 [colin]      3.2.0cvs54
2466
2467         * src/mainwindow.c
2468                 Fix bug 1353, 'on startup with small screen 
2469                 layout, keyboard input gets lost'
2470
2471 2008-01-20 [colin]      3.2.0cvs53
2472
2473         * src/textview.c
2474                 Complete 3.2.0cvs49, and fixes bug 1477, 
2475                 'Claws Mail crashes when view PGP-encrypted 
2476                 message'
2477
2478 2008-01-20 [colin]      3.2.0cvs52
2479
2480         * src/compose.c
2481                 Fix privacy menu update when replying to
2482                 encrypted mail and no default privacy 
2483                 system is set
2484
2485 2008-01-19 [colin]      3.2.0cvs51
2486
2487         * src/filtering.c
2488         * src/procmsg.h
2489         * src/plugins/bogofilter/bogofilter.c
2490         * src/plugins/clamav/clamav_plugin.c
2491         * src/plugins/spamassassin/spamassassin.c
2492                 Batch filtering deletions too (and save 4 bytes
2493                 per MsgInfo in the process :)
2494
2495 2008-01-19 [colin]      3.2.0cvs50
2496
2497         * src/folder.c
2498                 Make cache update after copies much faster
2499                 on IMAP
2500
2501 2008-01-19 [colin]      3.2.0cvs49
2502
2503         * src/textview.c
2504                 Check g_fopen() success
2505
2506 2008-01-17 [wwp]        3.2.0cvs48
2507
2508         * manual/faq.xml
2509         * manual/es/faq.xml
2510         * manual/fr/faq.xml
2511         * manual/pl/faq.xml
2512                 Sylpheed? No idea what this means.
2513
2514 2008-01-17 [colin]      3.2.0cvs47
2515
2516         * src/gtk/gtksctree.c
2517                 Make dnd threshold higher on Maemo
2518
2519 2008-01-16 [colin]      3.2.0cvs46
2520
2521         * src/common/passcrypt.c
2522                 Fix build on FreeBSD, thanks to Pawel
2523
2524 2008-01-15 [colin]      3.2.0cvs45
2525
2526         * src/compose.c
2527                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
2528                 spell check of actuall word'
2529         * src/summaryview.c
2530                 Temporarily disable immediate execution when learning
2531                 spam *only* if the summaryview isn't locked
2532
2533 2008-01-15 [wwp]        3.2.0cvs44
2534
2535         * src/prefs_filtering.c
2536                 Fix filtering prefs layout (Maemo port), moving page up/down
2537                 from buttons to context menu.
2538
2539 2008-01-15 [colin]      3.2.0cvs43
2540
2541         * src/compose.c
2542                 Fix bug 1465, 'First line in new message does not mark URLs'
2543
2544 2008-01-15 [colin]      3.2.0cvs42
2545
2546         * src/common/passcrypt.c
2547                 Fix bug 1461, 'several components #define 
2548                 _XOPEN_SOURCE improperly'
2549
2550 2008-01-15 [colin]      3.2.0cvs41
2551
2552         * src/summaryview.c
2553                 Fix bug 1469, 'Column width adjustments on message 
2554                 lists do not save'
2555
2556 2008-01-14 [holger]     3.2.0cvs40
2557
2558         * configure.ac
2559                 Add tests for dbus, dbus glib bindings,
2560                 and NetworkManager. All is optional. Add new
2561                 --(en|dis)able-networkmanager-support switch.
2562         * src/Makefile.am
2563         * src/imap.c
2564         * src/inc.c
2565         * src/main.c
2566         * src/main.h
2567         * src/mainwindow.c
2568         * src/gtk/about.c
2569                 Add optional NetworkManager support, so Claws Mail
2570                 can try to do the right thing when the network connection
2571                 status changes. NetworkManager support is active by
2572                 default if above requirements were met.
2573
2574 2008-01-12 [colin]      3.2.0cvs39
2575
2576         * src/summaryview.c
2577                 Advertise the click-on-reply feature in the tooltip
2578
2579 2008-01-12 [colin]      3.2.0cvs38
2580
2581         * src/Makefile.am
2582         * src/stock_pixmap.c
2583         * src/stock_pixmap.h
2584         * src/pixmaps/tray_newmail.offline.xpm
2585         * src/pixmaps/tray_newmail.xpm
2586         * src/pixmaps/tray_newmarkedmail.offline.xpm
2587         * src/pixmaps/tray_newmarkedmail.xpm
2588         * src/pixmaps/tray_nomail.offline.xpm
2589         * src/pixmaps/tray_nomail.xpm
2590         * src/pixmaps/tray_unreadmail.offline.xpm
2591         * src/pixmaps/tray_unreadmail.xpm
2592         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
2593         * src/pixmaps/tray_unreadmarkedmail.xpm
2594         * src/plugins/trayicon/Makefile.am
2595         * src/plugins/trayicon/newmail.offline.xpm
2596         * src/plugins/trayicon/newmail.xpm
2597         * src/plugins/trayicon/newmarkedmail.offline.xpm
2598         * src/plugins/trayicon/newmarkedmail.xpm
2599         * src/plugins/trayicon/nomail.offline.xpm
2600         * src/plugins/trayicon/nomail.xpm
2601         * src/plugins/trayicon/trayicon.c
2602         * src/plugins/trayicon/unreadmail.offline.xpm
2603         * src/plugins/trayicon/unreadmail.xpm
2604         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
2605         * src/plugins/trayicon/unreadmarkedmail.xpm
2606                 Make the Trayicon plugin icons themable
2607
2608 2008-01-12 [wwp]        3.2.0cvs37
2609
2610         * src/prefs_display_header.c
2611                 Fix extra leading hyphen visible in the display
2612                 header configuration combo list (maemo).
2613
2614 2008-01-11 [colin]      3.2.0cvs36
2615
2616         * src/imap.c
2617                 Set timeout to 1 before disconnecting all -
2618                 for when one switches to offline and has 
2619                 no network anymore
2620         * src/messageview.c
2621                 Fix bug 1454, 'error message shows parts and 
2622                 signature of previous messages'
2623         * src/prefs_common.c
2624                 Maemo: Hide Send dialog by default
2625
2626 2008-01-10 [colin]      3.2.0cvs35
2627
2628         * src/action.c
2629         * src/editldap.c
2630         * src/prefs_account.c
2631         * src/wizard.c
2632         * src/gtk/inputdialog.c
2633         * src/plugins/pgpcore/passphrase.c
2634                 Maemo: Fix bug 1455, 'Password enters leading letter 
2635                 incorrectly as uppercase'
2636
2637 2008-01-09 [colin]      3.2.0cvs34
2638
2639         * po/pl.po
2640                 Fix bug 1446, 'SC crashes frequently when staying 
2641                 in background'. Format string error in Polish 
2642                 translation
2643         * src/gtk/description_window.c
2644         * src/prefs_template.c
2645                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
2646                 patch by Pawel
2647         * src/wizard.c
2648                 Maemo: Fix build
2649
2650 2008-01-08 [colin]      3.2.0cvs33
2651
2652         * src/main.c
2653                 Maemo: connect HW status change signal for shutdown
2654         * src/mainwindow.c
2655                 Maemo: Fix hardware space key
2656         * src/wizard.c
2657                 Maemo: name mmc1 and 2 a better name
2658
2659 2008-01-08 [wwp]        3.2.0cvs32
2660
2661         * src/folder.c
2662         * src/folder_item_prefs.c
2663         * src/folder_item_prefs.h
2664         * src/prefs_folder_item.c
2665                 It's now possible to disable processing rules when
2666                 entering a folder (this adds a new option to the
2667                 folder properties dialog).
2668
2669 2008-01-08 [wwp]        3.2.0cvs31
2670
2671         * src/common/utils.c
2672                 Mailto: now supports 'insert' (stands for 'insert file'), this
2673                 adds the ability to create a new message from the command-line,
2674                 with body set from an existing file contents.
2675
2676 2008-01-08 [colin]      3.2.0cvs30
2677
2678         * src/summaryview.c
2679                 Maybe fix bug 1452, 'crash while drag'n'droping 
2680                 emails to an IMAP folder'
2681
2682 2008-01-07 [wwp]        3.2.0cvs29
2683
2684         * src/prefs_filtering.c
2685                 Static-alize a function, thanks to Colin.
2686
2687 2008-01-07 [colin]      3.2.0cvs28
2688
2689         * src/folderview.c
2690                 Fix scrolling to bottom when drag and dropping
2691         * src/summaryview.c
2692                 Fix bug 1445, 'Display sender using addressbook: fails 
2693                 when From: isn't an email address'
2694
2695 2008-01-07 [wwp]        3.2.0cvs27
2696
2697         * src/prefs_actions.c
2698         * src/prefs_filtering.c
2699         * src/prefs_template.c
2700                 Add tooltips to most buttons in the templates, actions and
2701                 filtering/processing dialogs.
2702
2703 2008-01-07 [wwp]        3.2.0cvs26
2704
2705         * src/prefs_filtering.c
2706                  - add a clear button to clear dialog input fields
2707                  - add page up and page down buttons to move selected rule up and down
2708                  - in rules list popup-menu: added Delete, Delete all and Duplicate
2709                  - popup-menu items are greyed out either if the list is empty (not counting the
2710                    (New) row or if there is no selected item
2711                  - clear store when closing dialog
2712
2713         * src/prefs_actions.c
2714                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
2715                    clear button, popup-menu
2716                  - clear store when closing dialog
2717
2718         * src/prefs_template.c
2719                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
2720                    clear button, popup-menu 
2721
2722         * src/addrcustomattr.c
2723                  - renamed popup-menu item Clear list to Delete all
2724                  - grey out popup-menu items is there is no selected item or if list is empty
2725                  - clear store when closing dialog
2726
2727         * src/edittags.c
2728                  - added popup-menu item Delete all
2729                  - grey out popup-menu items is there is no selected item or if list is empty
2730                  - clear store when closing dialog
2731
2732 2008-01-06 [wwp]        3.2.0cvs25
2733
2734         * src/addressadd.c
2735                 One more layout fix by Pawel (completes 3.2.0cvs24).
2736
2737 2008-01-05 [colin]      3.2.0cvs24
2738
2739         * src/addressadd.c
2740                 Little GUI fixes, patch by Pawel
2741
2742 2007-12-29 [wwp]        3.2.0cvs23
2743
2744         * src/compose.c
2745                 Fix for bug #1443, and strip possible whitespaces around
2746                 custom header names.
2747
2748 2007-12-29 [mones]      3.2.0cvs22
2749
2750         * po/es.po
2751                 Updated translation, corrected a term based 
2752                 on suggestion from Israel Saeta Pérez,
2753                 reverted awful X-Mailer translation
2754         * src/procmime.c
2755                 Complete cvs20 for FreeBSD, patch by Pawel
2756
2757 2007-12-29 [colin]      3.2.0cvs21
2758
2759         * src/textview.c
2760                 Fix bug 1442, 'Tags are repeated in 
2761                 encapsulated messages'
2762
2763 2007-12-28 [colin]      3.2.0cvs20
2764
2765         * src/procmime.c
2766                 Fix path to mime/globs. Patch by Marten King.
2767
2768 2007-12-27 [colin]      3.2.0cvs19
2769
2770         * src/plugins/pgpcore/Makefile.am
2771         * src/plugins/pgpinline/Makefile.am
2772         * src/plugins/pgpmime/Makefile.am
2773                 Add missing flags to build pgp plugins on maemo
2774
2775 2007-12-27 [colin]      3.2.0cvs18
2776
2777         * src/mainwindow.c
2778                 Maximise before showing to avoid probable flickering
2779                 on slow computers.
2780
2781 2007-12-27 [colin]      3.2.0cvs17
2782
2783         * src/main.c
2784         * src/mainwindow.c
2785         * src/prefs_common.c
2786         * src/prefs_common.h
2787                 Fix bug 1439, 'Claws Mail does not remember window size 
2788                 state when restarted'. Save maximised state and force
2789                 maximisation at startup if applicable.
2790
2791 2007-12-23 [paul]       3.2.0cvs16
2792
2793         * src/prefs_matcher.c
2794                 fix bug 1436, 'Filter condition dialog doesn't
2795                 load header name from current rules'
2796
2797 2007-12-22 [paul]       3.2.0cvs15
2798
2799         * src/compose.c
2800                 fix bug 1435, 'Reply doesn't take into account
2801                 reply-to field'
2802
2803 2007-12-21 [paul]       3.2.0cvs14
2804
2805         * src/common/ssl_certificate.c
2806                 fix FreeBSD build with IPV6 support 
2807
2808 2007-12-20 [colin]      3.2.0cvs13
2809
2810         * src/imap.c
2811                 Fix error handling
2812
2813 2007-12-20 [colin]      3.2.0cvs12
2814
2815         * src/imap.c
2816         * src/imap.h
2817         * src/prefs_account.c
2818                 Add DIGEST-MD5 support for IMAP authentication
2819
2820 2007-12-19 [mones]      3.2.0cvs11
2821
2822         * doc/man/claws-mail.1
2823                 Better ordering of sections, updated options
2824         * po/es.po
2825                 Updated strings
2826
2827 2007-12-19 [paul]       3.2.0cvs10
2828
2829         * src/prefs_account.c
2830                 use a spinbutton instead of an entry for
2831                 "POP authentication timeout" also
2832
2833 2007-12-19 [colin]      3.2.0cvs9
2834
2835         * src/prefs_filtering_action.c
2836         * src/prefs_matcher.c
2837         * src/gtk/description_window.c
2838                 Destroy info windows with their parents
2839                 Patch by Pawel
2840
2841 2007-12-19 [colin]      3.2.0cvs8
2842
2843         * src/prefs_account.c
2844                 Use spinbuttons instead of entries where needed
2845                 Patch by Pawel
2846
2847 2007-12-18 [paul]       3.2.0cvs7
2848
2849         * src/prefs_matcher.c
2850                 add missing i18n for a few strings
2851                 Patch by Stephan Sachse
2852
2853 2007-12-18 [paul]       3.2.0cvs6
2854
2855         * src/prefs_logging.c
2856                 use 'disk' instead of 'disc'
2857
2858 2007-12-18 [paul]       3.2.0cvs5
2859
2860         * po/en_GB.po
2861                 updated
2862         * src/addrcustomattr.c
2863         * src/editaddress.c
2864                 fixes to the ingleesh
2865         * src/prefs_filtering_action.c
2866                 fix copyright header
2867                 fix untranslated strings
2868         * src/prefs_filtering_action.h
2869                 fix copyright header
2870
2871 2007-12-18 [wwp]        3.2.0cvs4
2872
2873         * src/folderview.c
2874         * src/headerview.c
2875         * src/prefs_common.c
2876         * src/prefs_common.h
2877         * src/prefs_fonts.c
2878         * src/summaryview.c
2879         * src/textview.c
2880         * src/wizard.c
2881         * src/common/defs.h
2882         * src/gtk/gtkutils.c
2883                 Added prefs to set custom small and bold fonts
2884                 (might matter on some desktops, according to
2885                 DPI and font settings).
2886
2887 2007-12-18 [colin]      3.2.0cvs3
2888
2889         * src/prefs_logging.c
2890                 Rework GUI, patch by Pawel
2891
2892 2007-12-18 [colin]      3.2.0cvs2
2893
2894         * src/prefs_filtering_action.c
2895                 Rework GUI, patch by Pawel
2896
2897 2007-12-18 [colin]      3.2.0cvs1
2898
2899         * src/editaddress.c
2900                 Fix build on old GCC
2901                 Fix inverted buttons
2902
2903 2007-12-17 [paul]       3.2.0
2904
2905         * NEWS
2906         * README
2907         * RELEASE_NOTES 
2908                 3.2.0 released
2909
2910 2007-12-17 [paul]       3.1.0cvs79
2911
2912         * po/de.po
2913         * po/fr.po
2914         * po/hu.po
2915         * po/it.po
2916         * po/pt_BR.po
2917                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
2918                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
2919
2920 2007-12-17 [mones]      3.1.0cvs78
2921
2922         * po/es.po
2923                 Updated Spanish translation for 3.2.0 release
2924
2925 2007-12-16 [colin]      3.1.0cvs77
2926
2927         * src/addrcustomattr.c
2928                 Fix translations, patch by Fabien
2929
2930 2007-12-15 [paul]       3.1.0cvs76
2931
2932         * src/folderview.c
2933                 fix compiler warning
2934
2935 2007-12-14 [colin]      3.1.0cvs75
2936
2937         * src/folderview.c
2938                 Simplify logic
2939
2940 2007-12-12 [wwp]        3.1.0cvs74
2941
2942         * AUTHORS
2943         * src/gtk/authors.h
2944                 Added Marius Glauser to the hall of fame.
2945
2946 2007-12-12 [wwp]        3.1.0cvs73
2947
2948         * src/gtk/gtkutils.c
2949                 Improve the way we show results of searches
2950                 in message bodies: selected text now get centered
2951                 vertically in the message window.
2952                 Patch by Marius Glauser <seelenhirt@gmx.net>.
2953
2954 2007-12-10 [colin]      3.1.0cvs72
2955
2956         * src/folder.c
2957                 Don't crash when setting batch mode on no folder
2958
2959 2007-12-10 [colin]      3.1.0cvs71
2960
2961         * src/common/utils.c
2962                 Fix potential buffer overrun (thanks to
2963                 Hiroyuki)
2964
2965 2007-12-08 [paul]       3.1.0cvs70
2966
2967         * src/prefs_receive.c
2968                 small change to the English
2969
2970 2007-12-08 [colin]      3.1.0cvs69
2971
2972         * src/vcard.c
2973                 Fix warnings
2974
2975 2007-12-07 [colin]      3.1.0cvs68
2976
2977         * src/mainwindow.c
2978         * src/summaryview.c
2979         * src/summaryview.h
2980                 Free simplify_subject_preg at exit
2981
2982 2007-12-07 [colin]      3.1.0cvs67
2983
2984         * src/main.c
2985         * src/summaryview.c
2986         * src/common/utils.c
2987         * src/common/utils.h
2988                 We have to free reused regexps from time to
2989                 time, or they get huge
2990
2991 2007-12-07 [colin]      3.1.0cvs66
2992
2993         * src/vcard.c
2994                 Fix QP decoding (and UTF8)
2995
2996 2007-12-07 [colin]      3.1.0cvs65
2997
2998         * src/addrcustomattr.c
2999                 Update list of default custom attributes
3000                 now (will be needed for a feature patch
3001                 post 3.2.0)
3002
3003 2007-12-07 [colin]      3.1.0cvs64
3004
3005         * src/folder.c
3006                 Batch on destination folder when copying - fixes
3007                 slowness when moving unread mails to trash on IMAP
3008
3009 2007-12-06 [colin]      3.1.0cvs63
3010
3011         * src/common/w32_time.c
3012         * src/common/w32lib.h
3013         * src/etpan/etpan-thread-manager.c
3014         * src/etpan/imap-thread.c
3015         * src/etpan/nntp-thread.c
3016         * src/gtk/Makefile.am
3017                 Fix win32 build with libetpan. Thanks to
3018                 Marcus Brinkmann.
3019
3020 2007-12-06 [colin]      3.1.0cvs62
3021
3022         * src/account.c
3023         * src/imap.c
3024         * src/prefs_account.c
3025         * src/prefs_account.h
3026         * src/etpan/imap-thread.c
3027         * src/etpan/imap-thread.h
3028                 Disable connection via command line on WIN32
3029                 Disable mmap use on WIN32 - use normal strings
3030         * src/addressbook.c
3031         * src/addressbook.h
3032         * src/addressbook_foldersel.c
3033         * src/addressbook_foldersel.h
3034         * src/prefs_filtering_action.c
3035         * src/prefs_matcher.c
3036         * src/plugins/bogofilter/bogofilter_gtk.c
3037         * src/plugins/dillo_viewer/dillo_prefs.c
3038         * src/plugins/spamassassin/spamassassin_gtk.c
3039                 Fix leak, rework function logics to be more
3040                 natural - thanks to Holger
3041         * src/common/utils.c
3042                 Fix warnings
3043
3044 2007-12-06 [colin]      3.1.0cvs61
3045
3046         * src/news.c
3047         * src/common/utils.c
3048         * src/common/utils.h
3049                 Fix posting, and fix UTF-8 being sent when encoding
3050                 is 8bit
3051
3052 2007-12-05 [colin]      3.1.0cvs60
3053
3054         * src/news.c
3055                 Fix debian bug #453157, 'Fails to post usenet
3056                 articles after NNTP connection has been 
3057                 interrupted". Fix return value to prevent deletion
3058                 on failure, and issue MODE READER in case posting
3059                 fails at first.
3060
3061 2007-12-05 [colin]      3.1.0cvs59
3062
3063         * src/messageview.c
3064         * src/uri_opener.c
3065                 Improvements to the List URIs dialog
3066                 Patch by Pawel
3067
3068 2007-12-05 [colin]      3.1.0cvs58
3069
3070         * src/prefs_other.c
3071         * src/gtk/gtksctree.h
3072                 Fix warnings
3073
3074 2007-12-04 [colin]      3.1.0cvs57
3075
3076         * src/etpan/imap-thread.c
3077                 Fix bug 1378, 'Claws exits on IMAP alert message'
3078                 Don't do GTK calls directly from Etpan thread
3079
3080 2007-12-04 [colin]      3.1.0cvs56
3081
3082         * src/folderview.c
3083         * src/gtk/gtksctree.c
3084                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
3085                 Make all the left of column zero an hotspot for
3086                 expanding.
3087
3088 2007-12-04 [colin]      3.1.0cvs55
3089
3090         * src/mainwindow.c
3091         * src/mainwindow.h
3092         * src/prefs_common.c
3093         * src/prefs_common.h
3094         * src/prefs_receive.c
3095                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
3096
3097 2007-12-04 [wwp]        3.1.0cvs54
3098
3099         * src/prefs_other.c
3100                 Fix for bug #1419.
3101
3102 2007-12-04 [holger]     3.1.0cvs53
3103
3104         * src/addrduplicates.c
3105         * src/addrduplicates.h
3106                 Export addressbook entry deletion
3107
3108 2007-12-04 [colin]      3.1.0cvs52
3109
3110         * tools/Makefile.am
3111         * tools/README.sylprint
3112         * tools/sylprint.pl
3113         * tools/sylprint.rc
3114                 Fix debian bug #454089 (symlink attack in TMP directory)
3115                 http://secwatch.org/advisories/1019661/ :
3116                 Remove the buggy script, which was unmaintained anyway
3117         * src/news.c
3118         * src/procmsg.c
3119                 Store things in our private tmp directory.
3120
3121 2007-12-03 [colin]      3.1.0cvs51
3122
3123         * src/folder.c
3124         * src/folder.h
3125         * src/folderview.c
3126         * src/imap.c
3127         * src/mainwindow.c
3128                 Fix update problem when getting remote tags
3129         * src/prefs_matcher.c
3130                 Rework GUI to make it better. Patch by Pawel
3131                 Pekala
3132
3133 2007-12-03 [colin]      3.1.0cvs50
3134
3135         * src/etpan/imap-thread.c
3136         * src/etpan/nntp-thread.c
3137                 Fix bug 1417, 'Network log doesn't reveal 
3138                 enough NNTP errors'
3139
3140 2007-12-02 [iwkse]      3.1.0cvs49
3141
3142         * src/plugins/dillo_viewer/dillo_prefs.c
3143                         Insert dillo under the Plugins menu
3144
3145 2007-12-01 [paul]       3.1.0cvs48
3146
3147         * src/html.c
3148                 add these variant forms
3149                 Thanks to Colin
3150
3151 2007-12-01 [paul]       3.1.0cvs47
3152
3153         * src/matcher.c
3154                 fix a typo
3155
3156 2007-12-01 [paul]       3.1.0cvs46
3157
3158         * po/POTFILES.in
3159                 add the new addrcustomattr.c file
3160
3161 2007-11-29 [colin]      3.1.0cvs45
3162
3163         * src/common/ssl_certificate.c
3164                 Use the more modern getaddrinfo instead of 
3165                 gethostbyname when possible
3166
3167 2007-11-28 [colin]      3.1.0cvs44
3168
3169         * src/summaryview.c
3170                 Maybe fix bug 1410 and other crash reports
3171                 in summaryview since cvs38.
3172
3173 2007-11-28 [wwp]        3.1.0cvs43
3174
3175         * src/prefs_summary_open.c
3176                 Guard against an empty list of actions to perform
3177                 when opening a folder (or migration defaults could
3178                 be introduced, confusing).
3179
3180 2007-11-28 [colin]      3.1.0cvs42
3181
3182         * src/folderview.c
3183                 Fix mark all read from folder's contextual menu
3184
3185 2007-11-27 [colin]      3.1.0cvs41
3186
3187         * src/imap.c
3188         * src/imap.h
3189         * src/imap_gtk.c
3190         * src/prefs_account.c
3191         * src/etpan/imap-thread.c
3192                 A few fixes to the IMAP flags handling: Optimisations,
3193                 two crashers, mention that Bandwitdh-efficient mode
3194                 prevents tag fetching.
3195                 Fix M-UTF7 in subscription dialog.
3196
3197 2007-11-27 [colin]      3.1.0cvs40
3198
3199         * src/folder.c
3200         * src/mbox.c
3201         * src/summaryview.c
3202                 Make filtering faster on flags change: Batch original 
3203                 folderitem, where we'll do flags/tags changes.
3204
3205 2007-11-27 [colin]      3.1.0cvs39
3206
3207         * src/filtering.c
3208                 Fix bug 1407, 'After a copy action, further rules apply 
3209                 to both original and copy'
3210
3211 2007-11-27 [colin]      3.1.0cvs38
3212
3213         * src/edittags.c
3214         * src/summaryview.c
3215                 Fixes races when doing a long operation and user
3216                 asks for another one (Mark all read/unread on a 
3217                 big folder on IMAP for example)
3218
3219 2007-11-27 [wwp]        3.1.0cvs37
3220
3221         * src/addressbook.c
3222         * src/prefs_common.c
3223                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
3224                 and 3.1.0cvs35 (addressbook.c).
3225
3226 2007-11-27 [holger]     3.1.0cvs36
3227
3228         * src/printing.c
3229                 Add a line separating header and body
3230                 in the printout
3231
3232 2007-11-27 [wwp]        3.1.0cvs35
3233
3234         * src/addressbook.c
3235                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
3236                 (thanks to Colin) and revert disabling of cut/copy
3237                 context menu entries upon selected groups.
3238
3239 2007-11-27 [holger]     3.1.0cvs34
3240
3241         * src/printing.c
3242                 Add weights to the list of supported text attributes
3243                 for printing
3244
3245 2007-11-27 [wwp]        3.1.0cvs33
3246
3247         * src/Makefile.am
3248         * src/addrcustomattr.c
3249         * src/addrcustomattr.h
3250         * src/addressbook.c
3251         * src/editaddress.c
3252         * src/editaddress.h
3253         * src/prefs_common.c
3254         * src/prefs_common.h
3255         * src/common/defs.h
3256                 Provide a (customizable) list of preset attribute names
3257                 for editing contacts (closes bug #1391).
3258
3259 2007-11-27 [wwp]        3.1.0cvs32
3260
3261         * src/addrclip.c
3262         * src/addressbook.c
3263         * src/addritem.c
3264                 Various fixes in the address book:
3265                         - made copy/move of a folder to itself or its subtree
3266                           impossible (-> error)
3267                         - errors messages don't show in the status bar anymore,
3268                           use alertpanels instead
3269                         - simple click on group doesn't open group edit dialog
3270                           anymore when in contact edit embedded mode (was too itchy)
3271                         - fixed disabling of edit button and and menu entry when
3272                           in contact edit embedded mode (was done in a bad and
3273                           ineffective way)
3274                         - fix menu cut/paste sensitivity in treelist context
3275                           menu (conflicting enabling was done by different functions)
3276                         - fix some menu item sensitivity in address list context menu
3277                         - don't allow cut/copy of groups, it's useless as they won't
3278                           be copied w/ their contents
3279                         - fix missing copy of the picture file when copying (bug #1402),
3280                           fix picture attribute (internal) value when moving or copying
3281
3282
3283 2007-11-27 [colin]      3.1.0cvs31
3284
3285         * src/folder.c
3286         * src/imap.c
3287                 Fix tags loss on move, fix space encoding
3288
3289 2007-11-26 [colin]      3.1.0cvs30
3290
3291         * src/edittags.c
3292         * src/folder.c
3293         * src/folder.h
3294         * src/imap.c
3295         * src/messageview.c
3296         * src/procmsg.c
3297         * src/procmsg.h
3298         * src/summaryview.c
3299         * src/common/utils.c
3300         * src/common/utils.h
3301         * src/etpan/imap-thread.c
3302         * src/etpan/imap-thread.h
3303                 Add IMAP tags support
3304
3305 2007-11-26 [colin]      3.1.0cvs29
3306
3307         * src/imap.c
3308                 Fix bug 1405, 'imap auto auth method doesn't 
3309                 work since 3.1.0'
3310
3311 2007-11-26 [colin]      3.1.0cvs28
3312
3313         * src/messageview.c
3314         * src/procmime.c
3315                 Handle broken disposition-notifications from Evolution
3316                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
3317
3318 2007-11-25 [paul]       3.1.0cvs27
3319
3320         * src/folder_item_prefs.c
3321         * src/folder_item_prefs.h
3322                 remove dead code
3323
3324 2007-11-23 [wwp]        3.1.0cvs26
3325
3326         * src/matcher.c
3327         * src/matcher.h
3328         * src/matcher_parser_parse.y
3329         * src/prefs_matcher.c
3330                 Fix irrelevant case folding when adding matcher condition 'test',
3331                 thanks to Colin.
3332
3333 2007-11-23 [wwp]        3.1.0cvs25
3334
3335         * src/prefs_common.c
3336         * src/prefs_common.h
3337         * src/prefs_summary_open.c
3338         * src/prefs_summary_open.h
3339         * src/summaryview.c
3340                 Add "select first email in list" to the list of possible selections
3341                 when opening a folder.
3342
3343 2007-11-23 [paul]       3.1.0cvs24
3344
3345         * po/de.po
3346                 a fix by Stephan Sachse, plus remove all
3347                 old strings from the end of the file
3348
3349 2007-11-23 [wwp]        3.1.0cvs23
3350
3351         * src/prefs_msg_colors.c
3352                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
3353                 with little changes.
3354
3355 2007-11-23 [paul]       3.1.0cvs22
3356
3357         * src/prefs_logging.c
3358                 eliminate wasted horizontal space
3359
3360 2007-11-23 [paul]       3.1.0cvs21
3361
3362         * src/prefs_summaries.c
3363                 don't wrap the label or put linebreaks
3364
3365 2007-11-22 [colin]      3.1.0cvs20
3366
3367         * src/plugins/pgpinline/pgpinline.c
3368                 Fix decryption
3369
3370 2007-11-22 [wwp]        3.1.0cvs19
3371
3372         * src/prefs_themes.c
3373                 Yet another misuse of get_rc_dir(), still related
3374                 to user themes. Completes 3.1.0cvs18.
3375
3376 2007-11-22 [wwp]        3.1.0cvs18
3377
3378         * src/stock_pixmap.c
3379                 Fix a misuse of get_rc_dir(), user themes dir was
3380                 not set properly and some themes might have disappeared
3381                 from themes list in prefs.
3382
3383 2007-11-22 [wwp]        3.1.0cvs17
3384
3385         * src/edittags.c
3386         * src/edittags.h
3387         * src/common/tags.c
3388         * src/common/tags.h
3389                 Correct copyright for these claws-mail-only brand new
3390                 files.
3391
3392 2007-11-22 [paul]       3.1.0cvs16
3393
3394         * src/compose.c
3395                 fix bug 1400, 'Drag and drop of URLs does not work'
3396                 Thanks to Colin
3397
3398 2007-11-22 [paul]       3.1.0cvs15
3399
3400         * src/prefs_common.c
3401                 make "cmds_use_system_default" default to FALSE
3402                 so as not to disrupt current settings
3403         * src/summaryview.c
3404                 increase the size of the GdkRectangle, tooltips
3405                 didn't show for me otherwise
3406
3407 2007-11-21 [colin]      3.1.0cvs14
3408
3409         * src/compose.c
3410         * src/crash.c
3411         * src/exphtmldlg.c
3412         * src/mainwindow.c
3413         * src/manual.c
3414         * src/mimeview.c
3415         * src/prefs_account.c
3416         * src/prefs_common.c
3417         * src/prefs_common.h
3418         * src/prefs_ext_prog.c
3419         * src/textview.c
3420         * src/uri_opener.c
3421         * src/gtk/about.c
3422         * src/gtk/gtkutils.c
3423                 Use xdg-open as a way to find default browser,
3424                 when available
3425
3426 2007-11-21 [colin]      3.1.0cvs13
3427
3428         * src/messageview.c
3429         * src/procmime.c
3430         * src/procmsg.h
3431                 Send better return receipts (useful ones)
3432                 Handle incoming return receipts
3433
3434 2007-11-20 [colin]      3.1.0cvs12
3435
3436         * src/printing.c
3437         * src/printing.h
3438                 Add getter/setter for settings, and getter
3439                 for page setup
3440
3441 2007-11-20 [colin]      3.1.0cvs11
3442
3443         * src/folderview.c
3444         * src/main.c
3445         * src/mainwindow.c
3446                 Fix bug 1396, 'Crash on disabling a filter 
3447                 while it is processing'
3448
3449 2007-11-20 [paul]       3.1.0cvs10
3450
3451         * src/folder.c
3452                 fix bug 1395, 'Crash on checking for new mails
3453                 while filter is running'
3454                 Thanks to Colin
3455
3456 2007-11-20 [paul]       3.1.0cvs9
3457
3458         * src/compose.c
3459                 make this string easier for translators
3460
3461 2007-11-19 [colin]      3.1.0cvs8
3462
3463         * src/prefs_summaries.c
3464         * src/summaryview.c
3465                 Don't enable more tooltips on Maemo
3466
3467 2007-11-19 [colin]      3.1.0cvs7
3468
3469         * src/prefs_common.c
3470         * src/prefs_common.h
3471         * src/prefs_summaries.c
3472         * src/summaryview.c
3473                 Fix bug 1388, 'message list tool tips'
3474                 Add (optional) tooltips in summaryview.
3475                 This only works with GTK+ >= 2.12
3476
3477 2007-11-19 [colin]      3.1.0cvs6
3478
3479         * src/compose.c
3480                 Make strings a bit better when attaching
3481                 from mailto: URIs
3482
3483 2007-11-19 [colin]      3.1.0cvs5
3484
3485         * src/common/utils.c
3486                 Fix bug 1392, 'Top level domain .EU is 
3487                 not recognised as valid'
3488
3489 2007-11-19 [wwp]        3.1.0cvs4
3490
3491         * src/compose.c
3492         * src/compose.h
3493                 Revert changes to compose.c made in 3.1.0cvs2.
3494
3495 2007-11-19 [wwp]        3.1.0cvs3
3496
3497         * src/addressbook.c
3498         * src/addressbook.h
3499         * src/editaddress.c
3500         * src/editgroup.c
3501         * src/addrduplicates.c
3502                 Minor improvements in the address book:
3503                 always accept new contacts provided that some
3504                 detail is set (instead of rejecting silently).
3505                 Better guessing of contact name from incomplete
3506                 name information. Better display of contacts with
3507                 no name, in contact lists, group contents, find
3508                 duplicate results.
3509                 
3510
3511 2007-11-19 [wwp]        3.1.0cvs2
3512
3513         * src/compose.c
3514         * src/compose.h
3515         * src/prefs_logging.c
3516         * src/prefs_summaries.c
3517                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
3518                 wrap some long label in prefs/summaries, layout checkboxes
3519                 in a more compact form in prefs/loggin, make account and
3520                 header's combos have the same size/spacing in compose
3521                 window.
3522
3523 2007-11-19 [wwp]        3.1.0cvs1
3524
3525         * src/edittags.c
3526                 Fix a tiny leak and duplicate variable.
3527
3528 2007-11-19 [paul]       3.1.0
3529
3530         * NEWS
3531         * README
3532         * RELEASE_NOTES 
3533                 3.1.0 released
3534
3535 2007-11-19 [paul]       3.0.2cvs145
3536
3537         * po/de.po
3538         * po/fi.po
3539         * po/fr.po
3540         * po/hu.po
3541         * po/it.po
3542         * po/pl.po
3543         * po/pt_BR.po
3544         * po/sk.po
3545         * po/zh_CN.po
3546                 updated by Stephan Sachse, Flammie Pirinen,
3547                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
3548                 Emil Nowak, Frederico Goncalves Guimaraes,
3549                 Andrej Kacian, and Ralph Young
3550
3551 2007-11-18 [mones]      3.0.2cvs144
3552
3553         * po/es.po
3554                 Updated Spanish translation
3555
3556 2007-11-18 [colin]      3.0.2cvs143
3557
3558         * src/edittags.c
3559                 Prevent empty tag after edit, thanks to wwp
3560
3561 2007-11-18 [colin]      3.0.2cvs142
3562
3563         * src/editaddress.c
3564                 Fix possible "(null)" %s - thanks to wwp
3565
3566 2007-11-16 [wwp]        3.0.2cvs141
3567
3568         * src/common/utils.c
3569                 Fix for 3.0.2cvs140, prevents from crashing when opening
3570                 a compose window.
3571
3572 2007-11-16 [colin]      3.0.2cvs140
3573
3574         * src/main.c
3575         * src/common/claws.c
3576                 Output a bit more useful info at startup
3577                 in --debug mode
3578
3579 2007-11-16 [colin]      3.0.2cvs139
3580
3581         * src/compose.c
3582         * src/common/utils.c
3583         * src/common/utils.h
3584                 Fix bug 1387, 'Request for --compose to 
3585                 support multiple attachments'
3586
3587 2007-11-16 [colin]      3.0.2cvs138
3588
3589         * src/news.c
3590                 Fix bug 1390, 'NNTP fails after server 
3591                 closed connection'
3592
3593 2007-11-16 [colin]      3.0.2cvs137
3594
3595         * src/prefs_display_header.c
3596                 Fix bug 1389, 'Changing 'Display headers 
3597                 in message view' breaks dispheaderrc'
3598
3599 2007-11-14 [colin]      3.0.2cvs136
3600
3601         * src/summaryview.c
3602         * src/gtk/quicksearch.c
3603         * src/gtk/quicksearch.h
3604                 Fix resetting the quicksearch when in non-sticky
3605                 mode, but Recursive is set: reset only when going
3606                 out of the root search folder.
3607
3608 2007-11-14 [colin]      3.0.2cvs135
3609
3610         * src/filtering.c
3611                 Don't set new flag back when doing "Mark as unread"
3612                 from filtering
3613
3614 2007-11-12 [paul]       3.0.2cvs134
3615
3616         * src/plugins/dillo_viewer/dillo_viewer.c
3617                 don't offer the mime type for translation
3618
3619 2007-11-12 [paul]
3620
3621         3.1.0-rc2 released
3622
3623 2007-11-11 [colin]      3.0.2cvs133
3624
3625         * src/imap_gtk.c
3626         * src/mh_gtk.c
3627                 Use markup-escaped strings in dialogs
3628
3629 2007-11-11 [colin]      3.0.2cvs132
3630
3631         * src/imap.c
3632                 Better IMAP-UTF7/UTF8 conversion
3633
3634 2007-11-10 [colin]      3.0.2cvs131
3635
3636         * src/news.c
3637                 Fix debian bug 450698, 'nntp auth behavior changed 
3638                 without notice'
3639
3640 2007-11-10 [colin]      3.0.2cvs130
3641
3642         * configure.ac
3643         * src/inc.c
3644         * src/main.c
3645         * src/main.h
3646         * src/mimeview.c
3647         * src/statusbar.c
3648         * src/common/utils.c
3649         * src/etpan/Makefile.am
3650         * src/gtk/filesel.c
3651         * src/gtk/gtkutils.h
3652         * src/gtk/menu.c
3653         * src/plugins/bogofilter/Makefile.am
3654         * src/plugins/clamav/Makefile.am
3655         * src/plugins/dillo_viewer/Makefile.am
3656         * src/plugins/pgpcore/Makefile.am
3657         * src/plugins/spamassassin/Makefile.am
3658         * src/plugins/trayicon/Makefile.am
3659                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
3660
3661 2007-11-09 [colin]      3.0.2cvs129
3662
3663         * src/addressbook.c
3664         * src/ldapupdate.c
3665                 fix bug 1375, 'Impossible to modify e-mail
3666                 in LDAP addressbook twice'; Try two. update
3667                 externalID, don't make display lag, and
3668                 fix the cases where dn is not mail.
3669
3670 2007-11-08 [paul]       3.0.2cvs128
3671
3672         * src/account.c
3673         * src/compose.c
3674         * src/messageview.c
3675         * src/prefs_account.c
3676         * src/prefs_account.h
3677                 reinstate 'Generate Message-ID' option as an
3678                 account preference. (hidden on IMAP)
3679                 Thanks to Colin
3680
3681 2007-11-08 [paul]       3.0.2cvs127
3682
3683         * src/textview.c
3684                 MAEMO: fix failure of loading images inline
3685                 MAEMO: fix bug 1349, 'Emails still skip to end
3686                 when opened (in certain circumstances)...'
3687
3688 2007-11-07 [colin]      3.0.2cvs126
3689
3690         * src/toolbar.c
3691                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
3692
3693 2007-11-07 [colin]      3.0.2cvs125
3694
3695         * src/toolbar.c
3696                 Re-change the string occurence of A_CLAWS_ACTIONS
3697                 to A_SYL_ACTIONS, to prevent parse errors of the
3698                 toolbar_*.xml files
3699
3700 2007-11-07 [colin]      3.0.2cvs124
3701
3702         * src/mimeview.c
3703         * src/prefs_common.c
3704         * src/prefs_common.h
3705         * manual/advanced.xml
3706                 Add an hidden pref, 'save_parts_readwrite';
3707                 completes 3.0.2cvs35
3708
3709 2007-11-07 [paul]       3.0.2cvs123
3710
3711         * src/prefs_toolbar.c
3712         * src/toolbar.c
3713         * src/toolbar.h
3714                 rename ToolbarSylpheedActions to ToolbarClawsActions
3715                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
3716
3717 2007-11-07 [paul]       3.0.2cvs122
3718
3719         * src/toolbar.c
3720                 MAEMO: remove tooltips
3721
3722 2007-11-07 [colin]      3.0.2cvs121
3723
3724         * src/plugins/pgpinline/pgpinline.c
3725                 Fix bug 1377, 'unspecific errors on 
3726                 signature checking'. Fix trimming of
3727                 UTF8 data.
3728
3729 2007-11-06 [iwkse]      3.0.2cvs120
3730
3731         * src/prefs_summary_open.c
3732                 yet a string change
3733
3734 2007-11-06 [paul]       3.0.2cvs119
3735
3736         * tools/Makefile.am
3737         * tools/README
3738         * tools/csv2addressbook.pl
3739                 add a new script that imports a CSV formatted
3740                 address book. Becky and Thunderbird address
3741                 book are currently supported.
3742
3743 2007-11-05 [colin]      3.0.2cvs118
3744
3745         * src/imap.c
3746                 Fix deletion 
3747
3748 2007-11-05 [iwkse]      3.0.2cvs117
3749
3750         * src/prefs_summary_open.c
3751                 String changes
3752
3753 2007-11-04 [paul]       3.0.2cvs116
3754
3755         * src/addressbook_foldersel.c
3756                 fix gtk critical warning
3757                 Patch by Pawel Pekala
3758
3759 2007-11-04 [paul]       3.0.2cvs115
3760
3761         * tools/README
3762         * tools/claws-mail-compose-insert-files.pl
3763                 add --bcc and uri_escape() everything
3764
3765 2007-11-04 [paul]       3.0.2cvs114
3766
3767         * src/gtk/gtkutils.c
3768                 gtkut_stock_with_text_button_set_create(): set
3769                 GTK_CAN_DEFAULT on buttons 2 and 3
3770
3771 2007-11-03 [paul]       3.0.2cvs113
3772
3773         * src/common/utils.c
3774                 fix debian bug #448814, 'mailto: URI decoding
3775                 desn't decode the destination address field'
3776                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
3777
3778 2007-11-03 [paul]       3.0.2cvs112
3779
3780         * AUTHORS
3781         * src/compose.c
3782         * src/gtk/authors.h
3783                 allow Bcc in commandline URIs
3784                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
3785
3786 2007-11-02 [colin]      3.0.2cvs111
3787
3788         * src/addressbook.c
3789                 Maybe fix bug 1376, 'crash on 
3790                 addressbook manipulation'
3791
3792 2007-10-31 [paul]       3.0.2cvs110
3793
3794         * src/ldapupdate.c
3795                 fix bug 1375, 'Impossible to modify e-mail
3796                 in LDAP addressbook twice'
3797                 Patch by Michael Rasmussen
3798
3799 2007-10-30 [paul]       3.0.2cvs109
3800
3801         * configure.ac
3802                 enable GnuTLS support with --enable-gnutls which
3803                 will disable openssl support. if the user has
3804                 gtk >= 2.10.x don't allow gnomeprint even if the
3805                 user asks for it
3806
3807 2007-10-30 [paul]
3808
3809         3.1.0-rc1 released
3810
3811 2007-10-30 [paul]       3.0.2cvs108
3812
3813         * Makefile.am
3814                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
3815
3816 2007-10-30 [paul]       3.0.2cvs107
3817
3818         * src/expldifdlg.c
3819         * src/prefs_account.c
3820         * src/prefs_folder_item.c
3821         * src/prefs_spelling.c
3822         * src/prefs_themes.c
3823         * src/wizard.c
3824         * src/gtk/gtkaspell.c
3825         * src/gtk/gtkaspell.h
3826         * src/plugins/spamassassin/spamassassin_gtk.c
3827                 replace deprecated gtk_option_menu...
3828                 patch by Pawel Pekala
3829
3830 2007-10-29 [colin]      3.0.2cvs106
3831
3832         * src/plugins/dillo_viewer/dillo_prefs.c
3833                 Fix forgotten signal connect
3834
3835 2007-10-28 [colin]      3.0.2cvs105
3836
3837         * src/plugins/dillo_viewer/dillo_prefs.c
3838         * src/plugins/dillo_viewer/dillo_prefs.h
3839         * src/plugins/dillo_viewer/dillo_viewer.c
3840                 Implement addressbook-based whitelisting for loading
3841                 remote images. Fixed missing destroy of the embedded
3842                 browser that made a Dillo window pop up on exit, if
3843                 an HTML part was displayed.
3844
3845 2007-10-26 [colin]      3.0.2cvs104
3846
3847         * src/edittags.c
3848                 Add missing static
3849
3850 2007-10-25 [colin]      3.0.2cvs103
3851
3852         * src/editaddress.c
3853                 Add tap-and-hold on the picture, for Maemo
3854         * src/edittags.c
3855         * src/edittags.h
3856         * src/mainwindow.c
3857         * src/procmsg.c
3858         * src/summaryview.c
3859         * src/textview.c
3860                 Unify tag interfaces.
3861
3862 2007-10-25 [colin]      3.0.2cvs102
3863
3864         * src/imap.c
3865         * src/etpan/imap-thread.h
3866                 Much better error handling. We'll need to be really
3867                 clear to users about where errors come from, with 
3868                 the apparition of Gmail's IMAP server.
3869
3870 2007-10-24 [colin]      3.0.2cvs101
3871
3872         * src/edittags.c
3873         * src/mainwindow.c
3874         * src/summaryview.c
3875         * src/textview.c
3876                 Add tags sorting (alphabetical); allow deletion of
3877                 tags from the Apply Tags window
3878
3879 2007-10-24 [colin]      3.0.2cvs100
3880
3881         * src/editaddress.c
3882         * src/editaddress_other_attributes_ldap.c
3883         * src/editaddress_other_attributes_ldap.h
3884         * src/ldapctrl.c
3885         * src/ldapquery.c
3886         * src/ldapupdate.c
3887                 Fix LDAP writing (got broken in cvs39)
3888                 Add read-only support for jpegPhoto LDAP field
3889
3890 2007-10-23 [colin]      3.0.2cvs99
3891
3892         * src/news.c
3893                 Fix crash in some cases
3894
3895 2007-10-22 [colin]      3.0.2cvs98
3896
3897         * src/common/socket.h
3898         * src/common/ssl.c
3899                 Fix big leak in GnuTLS code
3900
3901 2007-10-22 [colin]      3.0.2cvs97
3902
3903         * src/news.c
3904                 Fix bug 1368, 'SIGSEGV in NNTP code'
3905
3906 2007-10-22 [colin]      3.0.2cvs96
3907
3908         * src/prefs_customheader.c
3909                 Catch compface warnings when generating X-Faces
3910
3911 2007-10-22 [wwp]        3.0.2cvs95
3912
3913         * src/quote_fmt_parse.y
3914                 Remove accidentally committed debug traces.
3915                 Fix a warning.
3916
3917 2007-10-22 [colin]      3.0.2cvs94
3918
3919         * src/etpan/nntp-thread.c
3920                 Fix authentication
3921
3922 2007-10-19 [wwp]        3.0.2cvs93
3923
3924         * src/common/ssl_certificate.c
3925                 Add missing include (Windows).
3926
3927 2007-10-19 [colin]      3.0.2cvs92
3928
3929         * src/imap_gtk.c
3930         * src/mimeview.c
3931         * src/textview.c
3932         * src/gtk/inputdialog.c
3933         * src/gtk/inputdialog.h
3934                 Remove the last old combo; patch by
3935                 Pawel
3936
3937 2007-10-19 [colin]      3.0.2cvs91
3938
3939         * src/common/ssl.c
3940                 Fix interop problem with GnuTLS and some crappy
3941                 servers that have very little keys.
3942
3943 2007-10-19 [colin]      3.0.2cvs90
3944
3945         * src/common/ssl.c
3946                 Fix return value check on GnuTLS, and
3947                 display the error
3948
3949 2007-10-18 [colin]      3.0.2cvs89
3950
3951         * src/common/ssl_certificate.c
3952                 Fix missing initialisations
3953
3954 2007-10-18 [wwp]        3.0.2cvs88
3955
3956         * src/Makefile.am
3957                 Fix linking against GNUTLS (matters if --enable-gnutls only).
3958
3959 2007-10-18 [colin]      3.0.2cvs87
3960
3961         * po/POTFILES.in
3962                 Fix build
3963
3964 2007-10-18 [mones]      3.0.2cvs86
3965
3966         * src/editbook.c
3967         * src/import.c
3968         * src/prefs_account.c
3969         * src/prefs_receive.c
3970         * src/gtk/about.c
3971         * src/plugins/bogofilter/bogofilter_gtk.c
3972         * src/plugins/spamassassin/spamassassin_gtk.c
3973                 More capitalisation micro-fixes
3974
3975 2007-10-18 [paul]       3.0.2cvs85
3976
3977         * configure.ac
3978                 add info about NNTP support via libetpan
3979                 change the configure output ending msg a little
3980         * src/gtk/about.c
3981                 similar changes to above
3982
3983 2007-10-18 [colin]      3.0.2cvs84
3984
3985         * src/procmime.c
3986         * src/procmime.h
3987                 Fix missing symbol for S/MIME
3988
3989 2007-10-18 [colin]      3.0.2cvs83
3990
3991         * src/prefs_filtering_action.c
3992                 Fix crash in tags (introduced in cvs78)
3993
3994 2007-10-18 [colin]      3.0.2cvs82
3995
3996         * src/common/Makefile.am
3997         * src/common/nntp.c
3998         * src/common/nntp.h
3999         * src/etpan/Makefile.am
4000         * src/etpan/etpan-thread-manager-types.h
4001         * src/etpan/etpan-thread-manager.c
4002         * src/etpan/imap-thread.c
4003         * src/etpan/nntp-thread.c
4004         * src/etpan/nntp-thread.h
4005         * src/news.c
4006         * src/news.h
4007                 Rewrite the nntp implementation
4008                 to use libetpan. Non-blocking NNTP!
4009         * src/account.c
4010         * src/crash.c
4011         * src/imap.c
4012         * src/inc.c
4013         * src/main.c
4014         * src/mainwindow.c
4015         * src/pop.c
4016         * src/pop.h
4017         * src/prefs_account.c
4018         * src/recv.c
4019         * src/recv.h
4020         * src/send_message.c
4021         * src/send_message.h
4022         * src/ssl_manager.c
4023         * src/ssl_manager.h
4024         * src/wizard.c
4025         * src/common/claws.c
4026         * src/common/session.c
4027         * src/common/session.h
4028         * src/common/smtp.c
4029         * src/common/smtp.h
4030         * src/common/socket.c
4031         * src/common/socket.h
4032         * src/common/ssl.c
4033         * src/common/ssl.h
4034         * src/common/ssl_certificate.c
4035         * src/common/ssl_certificate.h
4036         * src/gtk/about.c
4037         * src/gtk/sslcertwindow.c
4038         * src/gtk/sslcertwindow.h
4039                 Implement GnuTLS support. GnuTLS support
4040                 will be used if OpenSSL isn't available, or
4041                 specified explicitely. (the reason is that
4042                 GnuTLS cerficate checking is a bit less 
4043                 practical than OpenSSL's)
4044
4045 2007-10-18 [paul]       3.0.2cvs81
4046
4047         * src/gtk/inputdialog.c
4048         * src/gtk/inputdialog.h
4049                 fix copyright header
4050
4051 2007-10-17 [colin]      3.0.2cvs80
4052
4053         * src/plugins/pgpcore/select-keys.c
4054                 Fix bug which prevented encryption key
4055                 auto-selection when two or more matched the
4056                 email address, but only one isn't revoked
4057                 or expired.
4058
4059 2007-10-17 [wwp]        3.0.2cvs79
4060
4061         * src/compose.c
4062         * src/quote_fmt.c
4063         * src/quote_fmt.h
4064         * src/quote_fmt_lex.l
4065         * src/quote_fmt_parse.y
4066                 Templates can now attach files using |attach{filename}.
4067
4068 2007-10-17 [wwp]        3.0.2cvs78
4069
4070         * src/prefs_customheader.c
4071         * src/prefs_ext_prog.c
4072         * src/prefs_filtering_action.c
4073         * src/prefs_matcher.c
4074         * src/prefs_other.c
4075         * src/prefs_toolbar.c
4076         * src/gtk/combobox.c
4077         * src/gtk/combobox.h
4078         * src/gtk/gtkutils.c
4079         * src/gtk/gtkutils.h
4080         * src/plugins/bogofilter/bogofilter_gtk.c
4081         * src/plugins/spamassassin/spamassassin_gtk.c
4082                 Removed almost all remaining instances of GtkCombo
4083                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
4084                 few visual and code cleanup from Colin.
4085
4086 2007-10-16 [wwp]        3.0.2cvs77
4087         * src/gtk/pluginwindow.c
4088                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
4089
4090 2007-10-15 [colin]      3.0.2cvs76
4091
4092         * src/edittags.c
4093         * src/edittags.h
4094         * src/filtering.c
4095         * src/filtering.h
4096         * src/importmutt.c
4097         * src/importpine.c
4098         * src/main.c
4099         * src/messageview.c
4100         * src/messageview.h
4101         * src/mimeview.c
4102         * src/mimeview.h
4103         * src/pop.c
4104         * src/pop.h
4105         * src/prefs_common.c
4106         * src/prefs_common.h
4107         * src/prefs_customheader.c
4108         * src/prefs_customheader.h
4109         * src/prefs_display_header.c
4110         * src/prefs_display_header.h
4111         * src/prefs_filtering_action.c
4112         * src/prefs_filtering_action.h
4113         * src/prefs_folder_column.c
4114         * src/prefs_folder_column.h
4115         * src/prefs_folder_item.c
4116         * src/prefs_folder_item.h
4117         * src/prefs_gtk.c
4118         * src/prefs_gtk.h
4119         * src/prefs_logging.h
4120         * src/prefs_matcher.c
4121         * src/prefs_matcher.h
4122         * src/prefs_summary_column.c
4123         * src/prefs_summary_column.h
4124         * src/prefs_summary_open.c
4125         * src/procheader.c
4126         * src/procheader.h
4127         * src/procmime.c
4128         * src/procmime.h
4129         * src/recv.c
4130         * src/recv.h
4131         * src/sourcewindow.c
4132         * src/sourcewindow.h
4133         * src/summaryview.c
4134         * src/summaryview.h
4135         * src/textview.c
4136         * src/textview.h
4137         * src/toolbar.c
4138         * src/toolbar.h
4139         * src/common/mgutils.c
4140         * src/common/mgutils.h
4141         * src/common/nntp.c
4142         * src/common/nntp.h
4143         * src/common/prefs.c
4144         * src/common/prefs.h
4145         * src/common/socket.c
4146         * src/common/socket.h
4147         * src/common/stringtable.c
4148         * src/common/stringtable.h
4149         * src/common/template.c
4150         * src/common/template.h
4151         * src/common/uuencode.c
4152         * src/common/uuencode.h
4153         * src/gtk/gtkshruler.c
4154         * src/gtk/gtkshruler.h
4155         * src/gtk/menu.c
4156         * src/gtk/menu.h
4157         * src/gtk/progressdialog.c
4158         * src/gtk/progressdialog.h
4159                 Remove/staticalize, the return of the revenge
4160
4161 2007-10-15 [colin]      3.0.2cvs75
4162
4163         * src/matcher.c
4164                 Fix redirections in filtering's tests
4165
4166 2007-10-15 [colin]      3.0.2cvs74
4167
4168         * src/imap.c
4169                 Don't build imap_synchronise at all when 
4170                 building without libetpan
4171
4172 2007-10-14 [colin]      3.0.2cvs73
4173
4174         * src/imap.c
4175         * src/common/md5.c
4176         * src/common/md5.h
4177         * src/gtk/manage_window.c
4178         * src/gtk/manage_window.h
4179                 Remove more unused code
4180
4181 2007-10-14 [colin]      3.0.2cvs72
4182
4183         * src/addrquery.c
4184         * src/addrquery.h
4185         * src/recv.c
4186         * src/recv.h
4187         * src/vcard.c
4188         * src/vcard.h
4189         * src/common/xml.c
4190         * src/common/xml.h
4191         * src/common/xmlprops.c
4192         * src/common/xmlprops.h
4193                 Remove more unused code
4194
4195 2007-10-14 [colin]      3.0.2cvs71
4196
4197         * src/common/utils.c
4198                 Remove unused function
4199
4200 2007-10-13 [colin]      3.0.2cvs70
4201
4202         * src/imap.c
4203         * src/imap.h
4204         * src/mainwindow.c
4205         * src/mainwindow.h
4206         * src/gtk/gtkutils.c
4207         * src/gtk/gtkutils.h
4208                 Staticalise/Remove more code
4209
4210 2007-10-13 [colin]      3.0.2cvs69
4211
4212         * src/common/utils.c
4213         * src/common/utils.h
4214                 Remove dead code, unused for ages
4215
4216 2007-10-13 [colin]      3.0.2cvs68
4217
4218         * src/main.c
4219         * src/main.h
4220                 Maemo: define hildon_program in main.c,
4221                 make it accessible in the .h with extern
4222
4223 2007-10-13 [paul]       3.0.2cvs67
4224
4225         * src/gtk/menu.c
4226                 fix a bunch of runtime warnings on maemo
4227
4228 2007-10-13 [paul]       3.0.2cvs66
4229
4230         * src/main.c
4231         * src/main.h
4232         * src/gtk/gtkutils.c
4233         * src/gtk/gtkutils.h
4234                 fix a bunch of compiler warnings on maemo
4235
4236 2007-10-12 [colin]      3.0.2cvs65
4237
4238         * src/account.c
4239         * src/addritem.c
4240         * src/addritem.h
4241         * src/filtering.c
4242         * src/filtering.h
4243         * src/folder.c
4244         * src/folder.h
4245         * src/common/utils.c
4246         * src/common/utils.h
4247                 Remove unused code, staticalise some functions
4248
4249 2007-10-12 [paul]       3.0.2cvs64
4250
4251         * src/account.c
4252         * src/folderview.c
4253         * src/main.c
4254         * src/mainwindow.c
4255         * src/messageview.c
4256         * src/summary_search.c
4257         * src/summaryview.c
4258         * src/toolbar.c
4259         * src/wizard.c
4260         * src/common/utils.c
4261         * src/gtk/prefswindow.c
4262                 fix a bunch of compiler warnings on maemo
4263
4264 2007-10-11 [colin]      3.0.2cvs63
4265
4266         * src/editaddress.c
4267                 Make static function static
4268
4269 2007-10-11 [mones]      3.0.2cvs62
4270
4271         * src/addrduplicates.c
4272         * src/addressbook.c
4273         * src/compose.c
4274         * src/expldifdlg.c
4275         * src/mainwindow.c
4276         * src/messageview.c
4277         * src/pop.c
4278         * src/prefs_customheader.c
4279         * src/prefs_send.c
4280         * src/prefs_themes.c
4281         * src/common/plugin.c
4282         * src/gtk/pluginwindow.c
4283         * src/gtk/quicksearch.c
4284                 Fix several typos and capitalisation issues
4285
4286 2007-10-11 [wwp]        3.0.2cvs61
4287
4288         * src/editaddress.c
4289                 Fix a warning about possible use of uninitialized
4290                 filename var.
4291
4292 2007-10-11 [wwp]        3.0.2cvs60
4293
4294         * src/editaddress.c
4295                 Disable "Unset picture" menu item when there's
4296                 no picture to clear. Fix an extraneous g_unref_object,
4297                 add missing initializers.
4298
4299 2007-10-11 [wwp]        3.0.2cvs59
4300
4301         * src/pixmaps/anonymous.xpm
4302         * src/editaddress.c
4303         * src/Makefile.am
4304         * src/stock_pixmap.c
4305         * src/stock_pixmap.h
4306                 Fix a leak, gettext-ize the photo label.
4307                 Don't clear the existing picture if loading
4308                 a new one fails. Use a default 'anonymous'
4309                 picture (this new xpm has been added to the
4310                 internal stock_pixmap API). Add a
4311                 "Set picture" context menu entry.
4312
4313 2007-10-11 [colin]      3.0.2cvs58
4314
4315         * src/messageview.c
4316                 Make shift-shortcuts work
4317         * src/prefs_actions.c
4318                 Don't ask if we really want to close when
4319                 choosing OK and only the list is changed
4320         * src/prefs_template.c
4321                 Don't ask if we really want to close when
4322                 choosing OK and only the list is changed
4323         * src/common/plugin.c
4324                 Fix writing of second [Plugins_*] block
4325         * src/common/template.c
4326                 Remove unused files (fixes deletion)
4327
4328 2007-10-10 [paul]       3.0.2cvs57
4329
4330         * src/prefs_template.c
4331                 put the whole thing in a scrolled window
4332                 so that half the page is no longer inaccessible
4333                 on maemo
4334                 make the gtk_text_view smaller on maemo
4335
4336 2007-10-10 [colin]      3.0.2cvs56
4337
4338         * src/compose.c
4339                 Fix updating of Attachments number in some
4340                 cases (reedit, attach from command-line, ...)
4341
4342 2007-10-10 [colin]      3.0.2cvs55
4343
4344         * src/editaddress.c
4345                 Initialise error correctly
4346
4347 2007-10-10 [paul]       3.0.2cvs54
4348
4349         * src/prefs_filtering_action.c
4350         * src/gtk/description_window.c
4351         * src/gtk/foldersort.c
4352         * src/gtk/quicksearch.c
4353                 get rid of some pointless new lines and
4354                 make the descripton labels wrap better
4355
4356 2007-10-10 [colin]      3.0.2cvs53
4357
4358         * src/addressadd.c
4359         * src/editaddress.c
4360         * src/headerview.c
4361         * src/textview.c
4362                 More error handling on saving pictures
4363
4364 2007-10-10 [colin]      3.0.2cvs52
4365
4366         * src/printing.c
4367         * src/printing.h
4368                 Generalize a bit printing, so we can factorize
4369                 most of the code. 
4370
4371 2007-10-10 [paul]       3.0.2cvs51
4372
4373         * src/addrduplicates.c
4374                 fix engrish
4375                 use GTK_STOCK... buttons
4376
4377 2007-10-10 [paul]       3.0.2cvs50
4378
4379         * src/addressadd.c
4380         * src/addrindex.c
4381         * src/editaddress.c
4382                 Fix previous patch
4383                 Thanks to Colin
4384
4385 2007-10-10 [paul]       3.0.2cvs49
4386
4387         * src/summaryview.c
4388         * src/messageview.c
4389                 Fix crash on Add sender to addressbook when
4390                 From is null
4391         * src/addressadd.c
4392         * src/addrindex.c
4393         * src/editaddress.c
4394         * src/editaddress_other_attributes_ldap.h
4395                 Fix leaks 
4396                 Rename images to .png in addrbook/
4397         * src/headerview.c
4398         * src/textview.c
4399                 Fix Face/X-Face being used if adding another
4400                 address than sender to addressbook
4401                 Thanks to Colin
4402
4403 2007-10-10 [holger]     3.0.2cvs48
4404
4405         * src/addrduplicates.c
4406         * src/editaddress.c
4407                 Improvements to the addressbook duplicate finder
4408                 feature:
4409                  - add an edit button to the button bar
4410                  - display the whole bookname (with iface) and
4411                    use this for same-book checking
4412                  - after editing, try to keep selections if the
4413                    entries are still present
4414                  - sort the email column alphabetically
4415                  - put results in a scrolled window
4416                  - support embedded editing
4417                  - make columns in detail view resizable
4418                  - add keyboard shortcuts
4419
4420 2007-10-10 [wwp]        3.0.2cvs47
4421
4422         * src/addrindex.c
4423                 Fix a crash when there's no From: in email, thanks to Colin.
4424
4425 2007-10-09 [paul]       3.0.2cvs46
4426
4427         * src/messageview.c
4428         * src/summaryview.c
4429         * src/textview.c
4430                 fix building without compface support
4431
4432 2007-10-09 [colin]      3.0.2cvs45
4433
4434         * src/editaddress.c
4435         * src/headerview.c
4436         * src/textview.c
4437                 Add error handling
4438
4439 2007-10-09 [colin]      3.0.2cvs44
4440
4441         * src/addrduplicates.c
4442         * src/addressadd.c
4443         * src/addressadd.h
4444         * src/addressbook.c
4445         * src/addressbook.h
4446         * src/addrindex.c
4447         * src/addrindex.h
4448         * src/addritem.c
4449         * src/addritem.h
4450         * src/compose.c
4451         * src/editaddress.c
4452         * src/editaddress_other_attributes_ldap.h
4453         * src/headerview.c
4454         * src/messageview.c
4455         * src/mimeview.c
4456         * src/summaryview.c
4457         * src/textview.c
4458         * src/gtk/gtkutils.c
4459                 Automatically set contacts' pictures from Face 
4460                 or X-Face if they have no picture
4461                 Display the contact picture in textview or
4462                 headerview for mails sent by people in the 
4463                 addressbook, that have no Face or X-Face
4464                 Fix a few details in the Person edition dialog
4465                 (ability to unset picture)
4466                 Remove picture file when deleting contacts
4467
4468 2007-10-09 [iwkse]      3.0.2cvs43
4469
4470         * src/gtk/about.c
4471                 center the about window
4472
4473 2007-10-09 [paul]       3.0.2cvs42
4474
4475         * src/prefs_toolbar.c
4476                 fix icon selector window on maemo
4477
4478 2007-10-09 [paul]       3.0.2cvs41
4479
4480         * src/messageview.c
4481                 add 'go to' menu to separate msgview
4482
4483 2007-10-09 [colin]      3.0.2cvs40
4484
4485         * src/common/defs.h
4486                 Add forgotten file
4487
4488 2007-10-09 [iwkse]      3.0.2cvs39
4489
4490         * Makefile.am
4491         * src/addressbook.c
4492         * src/addritem.c
4493         * src/addritem.h
4494         * src/editaddress.c
4495         * src/editaddress_other_attributes_ldap.h
4496         * src/addrbook.c
4497         * src/Makefile.am
4498                 set a photo in the Addressbook
4499
4500 2007-10-08 [colin]      3.0.2cvs38
4501
4502         * src/prefs_toolbar.c
4503                 Make height 320 to remove the scrollbar 
4504                 (with current number of icons)
4505
4506 2007-10-08 [colin]      3.0.2cvs37
4507
4508         * src/prefs_toolbar.c
4509                 Transform the treeview to a GtkIconView.
4510                 Patch by Pawel
4511                 In addition, transform the window so that 
4512                 it looks like a popup menu. Patch by me
4513
4514 2007-10-08 [colin]      3.0.2cvs36
4515
4516         * src/compose.c
4517         * src/compose.h
4518                 Beautify the GUI a bit; in particular, show the
4519                 number of attachments in the tab's title.
4520                 Patch by Pawel
4521
4522 2007-10-08 [paul]       3.0.2cvs35
4523
4524         * src/mimeview.c
4525                 Save users from themselves: save temporary
4526                 files used for Open/Open with as read-only.
4527                 Thanks to Colin
4528
4529 2007-10-08 [paul]       3.0.2cvs34
4530
4531         * tools/Makefile.am
4532                 forgot this in cvs33
4533
4534 2007-10-08 [paul]       3.0.2cvs33
4535
4536         * tools/kdeservicemenu/README
4537         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
4538         * tools/kdeservicemenu/install.sh
4539         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
4540                 renamed template* to *template so as not to confuse
4541                 lintian
4542
4543 2007-10-08 [paul]       3.0.2cvs32
4544
4545         * src/prefs_themes.c
4546         * src/stock_pixmap.c
4547                 replace 2 direct uses of RC_DIR
4548
4549 2007-10-07 [colin]      3.0.2cvs31
4550
4551         * src/addrduplicates.c
4552         * src/addrduplicates.h
4553         * src/addressbook.c
4554         * src/addressbook.h
4555         * src/addrindex.c
4556         * src/addrindex.h
4557                 Implement deletion in duplicate finder. 
4558                 Patch by Holger 
4559
4560 2007-10-07 [colin]      3.0.2cvs30
4561
4562         * src/exporthtml.c
4563         * src/mbox.c
4564         * src/common/utils.c
4565                 Better fix for Solaris, thanks to Nicolas Doualot
4566
4567 2007-10-07 [colin]      3.0.2cvs29
4568
4569         * AUTHORS
4570         * src/gtk/authors.h
4571                 Add Frank Dietrich
4572
4573 2007-10-07 [colin]      3.0.2cvs28
4574
4575         * src/exporthtml.c
4576                 Fix HTML export to make it more compliant
4577                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
4578
4579 2007-10-07 [colin]      3.0.2cvs27
4580
4581         * src/prefs_toolbar.c
4582                 Only use icons that wouldn't look stupid in the toolbar
4583                 Patch by Pawel
4584
4585 2007-10-07 [colin]      3.0.2cvs26
4586
4587         * src/prefs_toolbar.c
4588                 Fix old icon being used when none is selected
4589
4590 2007-10-07 [colin]      3.0.2cvs25
4591
4592         * src/toolbar.c
4593                 Fix copy/paste error
4594
4595 2007-10-07 [colin]      3.0.2cvs24
4596
4597         * src/prefs_toolbar.c
4598         * src/toolbar.c
4599         * src/toolbar.h
4600                 Update icon to default one when changing event
4601                 Make the icon chooser nicer (handle Esc, Enter,
4602                 double-click)
4603
4604 2007-10-06 [colin]      3.0.2cvs23
4605
4606         * src/prefs_toolbar.c
4607                 Fix text reset; patch by Pawel
4608
4609 2007-10-06 [colin]      3.0.2cvs22
4610
4611         * src/toolbar.h
4612                 Complete previous commit
4613
4614 2007-10-06 [colin]      3.0.2cvs21
4615
4616         * src/prefs_toolbar.c
4617         * src/toolbar.c
4618                 Set toolbar text automatically to the default
4619                 when changing Event executed on click
4620
4621 2007-10-06 [colin]      3.0.2cvs20
4622
4623         * src/prefs_toolbar.c
4624                 Invert Text and Event fields
4625
4626 2007-10-06 [colin]      3.0.2cvs19
4627
4628         * src/prefs_toolbar.c
4629         * src/toolbar.c
4630                 Make toolbar prefs look much better
4631                 Patch by Pawel Pekala
4632
4633 2007-10-06 [paul]       3.0.2cvs18
4634
4635         * src/account.c
4636         * src/prefs_filtering.c
4637                 fix checkbuttons in gtktreeview on maemo by
4638                 setting maemo's "allow-checkbox-mode" to FALSE
4639
4640 2007-10-06 [colin]      3.0.2cvs17
4641
4642         * configure.ac
4643                 Export -DSOLARIS in CFLAGS for all
4644                 Solaris (not just 2.8) and OpenSolaris
4645
4646 2007-10-06 [paul]       3.0.2cvs16
4647
4648         * AUTHORS
4649         * src/exporthtml.c
4650         * src/mbox.c
4651         * src/gtk/authors.h
4652                 fix build on solaris where ctime_r takes
4653                 3 arguments rather than 2.
4654                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
4655
4656 2007-10-05 [colin]      3.0.2cvs15
4657
4658         * src/etpan/imap-thread.c
4659                 Fix wrong error codepath
4660
4661 2007-10-05 [wwp]        3.0.2cvs14
4662
4663         * src/filtering.c
4664                 Fix unexpected logging of quicksearches:
4665                 debug_filtering_session flag was never reset to FALSE, causing
4666                 matcher functions to log when called from a quicksearch
4667                 (if a filtering session happened before).
4668
4669 2007-10-05 [paul]       3.0.2cvs13
4670
4671         * src/prefs_actions.c
4672         * src/prefs_filtering.c
4673         * src/prefs_template.c
4674                 fix bug 1343, 'Filtering..'s close button
4675                 silently discards new filter'
4676                 Thanks to Colin
4677
4678 2007-10-05 [paul]       3.0.2cvs12
4679
4680         * configure.ac
4681         * src/Makefile.am
4682                 fix bug 1347, '-Wno-unused-function, optional'
4683
4684 2007-10-05 [colin]      3.0.2cvs11
4685
4686         * src/procmime.c
4687         * src/common/mgutils.c
4688                 Fix warnings
4689
4690 2007-10-05 [mones]      3.0.2cvs10
4691
4692         * manual/advanced.xml
4693                 Use full menu name
4694         * manual/es/advanced.xml
4695                 Synchronise translation
4696
4697 2007-10-04 [colin]      3.0.2cvs9
4698
4699         * src/action.c
4700         * src/addrbook.c
4701         * src/addrindex.c
4702         * src/compose.c
4703         * src/exporthtml.c
4704         * src/exportldif.c
4705         * src/folder.c
4706         * src/main.c
4707         * src/matcher.c
4708         * src/mbox.c
4709         * src/messageview.c
4710         * src/mh.c
4711         * src/news.c
4712         * src/partial_download.c
4713         * src/pop.c
4714         * src/procmime.c
4715         * src/procmsg.c
4716         * src/toolbar.c
4717         * src/common/log.c
4718         * src/common/mgutils.c
4719         * src/common/plugin.c
4720         * src/common/utils.c
4721         * src/common/xml.c
4722         * src/common/xml.h
4723         * src/common/xmlprops.c
4724         * src/common/xmlprops.h
4725         * src/plugins/bogofilter/bogofilter.c
4726         * src/plugins/clamav/clamav_plugin.c
4727         * src/plugins/dillo_viewer/dillo_prefs.c
4728         * src/plugins/pgpcore/prefs_gpg.c
4729         * src/plugins/pgpinline/pgpinline.c
4730         * src/plugins/pgpmime/pgpmime.c
4731         * src/plugins/spamassassin/spamassassin.c
4732         * src/plugins/trayicon/trayicon_prefs.c
4733                 Verify success on writes. Will fix possible strange
4734                 failure on disk full.
4735
4736 2007-10-04 [paul]       3.0.2cvs8
4737
4738         * manual/advanced.xml
4739                 add further info about Actions
4740                 Patch by Emmanuel Briot <briot@adacore.com>
4741
4742 2007-10-04 [paul]       3.0.2cvs7
4743
4744         * src/account.c
4745                 remove the D column, instead indicate the
4746                 default account by use of bold text
4747
4748 2007-10-03 [colin]      3.0.2cvs6
4749
4750         * src/common/template.c
4751                 Fix templates writing (was prone to disk full problems)
4752
4753 2007-10-03 [colin]      3.0.2cvs5
4754
4755         * src/Makefile.am
4756         * src/addrduplicates.c
4757         * src/addrduplicates.h
4758         * src/addressbook.c
4759                 Add duplicate deletion. Patch by Holger
4760
4761 2007-10-03 [colin]      3.0.2cvs4
4762
4763         * src/matcher.c
4764         * src/gtk/quicksearch.c
4765                 Fix bug 1340, 'Case insensitive searches with 
4766                 non-ascii alphabets fail'.
4767
4768 2007-10-03 [colin]      3.0.2cvs3
4769
4770         * src/main.c
4771         * src/common/utils.c
4772         * src/common/utils.h
4773                 Implement run-time alternative config directories
4774
4775 2007-10-03 [colin]      3.0.2cvs2
4776
4777         * src/folderview.c
4778                 Prevent opening folder item while folder
4779                 is scanned in a better way
4780
4781 2007-10-02 [paul]       3.0.2cvs1
4782
4783         * NEWS
4784         * README
4785         * RELEASE_NOTES
4786         * configure.ac
4787                 bump up version number following stable release
4788
4789 2007-09-30 [colin]      3.0.1cvs49
4790
4791         * src/imap.c
4792                 Refresh session if needed
4793
4794 2007-09-30 [colin]      3.0.1cvs48
4795
4796         * src/imap.c
4797                 Reset folder's session to NULL
4798                 before destroying it
4799
4800 2007-09-30 [mones]      3.0.1cvs47
4801
4802         * manual/handling.xml
4803                 Use markup quotes instead hardcoded quotes
4804         * manual/es/handling.xml
4805                 Added new synced section (IMAP subscriptions)
4806
4807 2007-09-29 [colin]      3.0.1cvs46
4808
4809         * src/imap.c
4810                 Notice disconnections faster
4811
4812 2007-09-28 [colin]      3.0.1cvs45
4813
4814         * src/addressbook.c
4815         * src/addrindex.c
4816                 Fix warnings
4817
4818 2007-09-28 [paul]       3.0.1cvs44
4819
4820         * src/mimeview.c
4821                 fix maemo build
4822
4823 2007-09-28 [paul]       3.0.1cvs43
4824
4825         * src/account.c
4826                 use gtk_widget_set_size_request() on the label
4827                 so that wrapping works better. get rid of the
4828                 (partially deprecated) hbutton_box.
4829                 these changes should prevent buttons overlapping
4830                 on maemo
4831
4832 2007-09-28 [colin]      3.0.1cvs42
4833
4834         * src/pop.c
4835                 Fix typo :)
4836
4837 2007-09-28 [colin]      3.0.1cvs41
4838
4839         * src/compose.c
4840         * src/msgcache.c
4841         * src/pop.c
4842         * src/procmime.c
4843         * src/etpan/imap-thread.c
4844                 64bits-related warning fixes
4845
4846 2007-09-28 [colin]      3.0.1cvs40
4847
4848         * src/folder_item_prefs.c
4849         * src/ldaputil.c
4850         * src/mainwindow.c
4851         * src/mimeview.c
4852         * src/common/tags.c
4853                 Fix warnings
4854
4855 2007-09-28 [colin]      3.0.1cvs39
4856
4857         * src/plugins/spamassassin/spamassassin.c
4858         * src/plugins/spamassassin/spamassassin.h
4859         * src/plugins/spamassassin/spamassassin_gtk.c
4860                 Add addressbook-based whitelisting
4861
4862 2007-09-28 [colin]      3.0.1cvs38
4863
4864         * src/folder.c
4865                 Fix bug 1337, 'crash on pressing Send button'
4866
4867 2007-09-28 [paul]       3.0.1cvs37
4868
4869         * src/prefs_folder_item.c
4870                 give the orphans a parent. makes all prefs
4871                 pages visible on maemo
4872
4873 2007-09-28 [colin]      3.0.1cvs36
4874
4875         * src/prefs_folder_column.c
4876         * src/prefs_summary_column.c
4877                 Fix two leaks
4878
4879 2007-09-27 [colin]      3.0.1cvs35
4880
4881         * src/gtk/quicksearch.c
4882                 Fix bug 1336, 'Segfault if empty space before search-string'
4883
4884 2007-09-26 [mones]      3.0.1cvs34
4885
4886         * manual/account.xml
4887         * manual/plugins.xml
4888                 Fixed irc channel name, added some docbook markup.
4889                 Changed text markup to docbook markup. 
4890                 Added spamcop as supported in SpamReport description.
4891         * manual/fr/plugins.xml
4892                 Fixed irc channel name.
4893         * manual/es/account.xml
4894         * manual/es/advanced.xml
4895         * manual/es/claws-mail-manual.xml
4896         * manual/es/glossary.xml
4897         * manual/es/gpl.xml
4898         * manual/es/keyboard.xml
4899         * manual/es/plugins.xml
4900                 Synced with English version, fixed a couple of typos.
4901
4902 2007-09-26 [colin]      3.0.1cvs33
4903
4904         * configure.ac
4905                 Explain why "Libgnomeprint: no" on GTK+ 2.10
4906
4907 2007-09-26 [colin]      3.0.1cvs32
4908
4909         * src/messageview.c
4910         * src/procmsg.c
4911         * src/procmsg.h
4912                 Optimisation: avoid fetching mail 3 times locally
4913                 for displaying
4914
4915 2007-09-26 [colin]      3.0.1cvs31
4916
4917         * src/mh.c
4918                 Fix missing static
4919
4920 2007-09-26 [colin]      3.0.1cvs30
4921
4922         * src/folder.c
4923         * src/folder.h
4924         * src/mh.c
4925         * src/mh.h
4926                 Fix MH mtime hack - make it a folder class function
4927
4928 2007-09-26 [colin]      3.0.1cvs29
4929
4930         * src/inc.c
4931                 Fix bug 1334, 'user defined mail incorporation 
4932                 script not run'
4933
4934 2007-09-25 [colin]      3.0.1cvs28
4935
4936         * src/codeconv.c
4937                 Optimisation: shortcut conv_codeset_strdup
4938                 when src_code and dest_code are the same
4939         * src/common/xml.c
4940         * src/common/xml.h
4941                 Optimisation: shortcut code conversions when
4942                 files are in UTF-8; faster list walking by
4943                 using prepend/reverse.
4944
4945 2007-09-25 [holger]     3.0.1cvs27
4946
4947         * src/printing.c
4948                 Replace button bar of the preview window
4949                 with a real toolbar (patch by Colin)
4950                 Add zooming to the preview window
4951
4952 2007-09-24 [paul]       3.0.1cvs26
4953
4954         * src/compose.c
4955                 compact the character set menu, adding some
4956                 missing encodings. Patch by Pawel Pekala
4957
4958 2007-09-23 [paul]       3.0.1cvs25
4959
4960         * src/prefs_account.c
4961         * src/prefs_folder_item.c
4962         * src/prefs_quote.c
4963         * src/quote_fmt.c
4964         * src/quote_fmt.h
4965                 remove unnecessary frame from Templates options
4966                 and improve the English of the check button label
4967
4968 2007-09-22 [colin]      3.0.1cvs24
4969
4970         * src/gtk/quicksearch.c
4971                 Fix bug 1329, 'error in quicksearch.c'
4972                 Fix return with value in function returning void
4973
4974 2007-09-22 [colin]      3.0.1cvs23
4975
4976         * src/imap.c
4977         * src/procmsg.h
4978         * src/common/utils.c
4979         * src/common/utils.h
4980         * src/etpan/imap-thread.c
4981                 Optimise fetching IMAP cached emails *a lot*
4982                 (remember whether mail is fully cached and \r's
4983                  are already stripped)
4984
4985 2007-09-22 [colin]      3.0.1cvs22
4986
4987         * src/folder.c
4988         * src/folder.h
4989         * src/prefs_folder_item.c
4990                 Add a button to allow users to drop local caches.
4991
4992 2007-09-21 [colin]      3.0.1cvs21
4993
4994         * src/summaryview.c
4995                 Remove unnecessary error when cancelling export to mbox.
4996                 Patch by Pawel
4997
4998 2007-09-21 [paul]       3.0.1cvs20
4999
5000         * src/gtk/prefswindow.c
5001                 remove unnecessary frames from the prefs
5002                 pages. Patch by Pawel Pekala
5003
5004 2007-09-21 [paul]       3.0.1cvs19
5005
5006         * src/prefs_account.c
5007         * src/prefs_folder_item.c
5008         * src/prefs_quote.c
5009         * src/quote_fmt.c
5010                 put the Templates options into a tabbed
5011                 layout. Patch by Pawel Pekala
5012
5013 2007-09-21 [paul]       3.0.1cvs18
5014
5015         * src/mainwindow.c
5016                 group together the character set menu items
5017                 move the /View/Show or hide/Message view below
5018                 .../Toolbar menu item
5019                 Patch by Pawel Pekala
5020
5021 2007-09-21 [mones]      3.0.1cvs17
5022
5023         * src/compose.c
5024                 Fix for bug 1327, 'segfault when replying to a non-existent
5025                 news message', thanks to Colin.
5026
5027 2007-09-21 [colin]      3.0.1cvs16
5028
5029         * src/folderview.c
5030                 Complete 3.0.1cvs15
5031
5032 2007-09-20 [colin]      3.0.1cvs15
5033
5034         * src/folderview.c
5035         * src/folderview.h
5036                 Maybe fix bug 1324, 'Corrupted IMAP cache'
5037
5038 2007-09-20 [colin]      3.0.1cvs14
5039
5040         * src/printing.c
5041                 Fix a little leak
5042
5043 2007-09-20 [holger]     3.0.1cvs13
5044
5045         * src/printing.c
5046                 Add page layout to print preview.
5047                 Make the close-button in the toolbar
5048                 right-aligned.
5049
5050 2007-09-20 [paul]       3.0.1cvs12
5051
5052         * po/ru.po
5053                 updated by Pavlo Bohmat
5054
5055 2007-09-19 [colin]      3.0.1cvs11
5056
5057         * src/common/utils.c
5058                 Prevent unquoted mime boundaries, by always
5059                 using a /
5060
5061 2007-09-19 [colin]      3.0.1cvs10
5062
5063         * src/printing.c
5064                 Fix drawing area size, fix DPI change that
5065                 can cause total number of lines to decrease
5066
5067 2007-09-19 [colin]      3.0.1cvs9
5068
5069         * po/POTFILES.in
5070         * src/printing.c
5071                 Make print preview more efficient and nicer.
5072                 Patch mostly by Holger Berndt <hb@claws-mail.org>
5073
5074 2007-09-19 [colin]      3.0.1cvs8
5075
5076         * src/prefs_common.c
5077         * src/prefs_common.h
5078         * src/printing.c
5079                 Add scrolledwindow, default allocation and
5080                 size saving to the print preview window.
5081
5082 2007-09-18 [colin]      3.0.1cvs7
5083
5084         * src/prefs_common.c
5085         * src/prefs_common.h
5086         * src/prefs_image_viewer.c
5087         * src/printing.c
5088                 GtkPrintOperation:
5089                 - add image printing support
5090                 - add option to print images
5091                 - add preview widget
5092                 - add saving of a few Page Setup parameters
5093
5094 2007-09-18 [colin]      3.0.1cvs6
5095
5096         * AUTHORS
5097         * src/gtk/authors.h
5098                 Add Guillaume Chazarain
5099
5100 2007-09-18 [colin]      3.0.1cvs5
5101
5102         * src/common/utils.c
5103                 Fix bug 1321, 'access before allocation 
5104                 when scanning for uris'. Patch by 
5105                 Guillaume Chazarain <guichaz@yahoo.fr>
5106
5107 2007-09-18 [colin]      3.0.1cvs4
5108
5109         * src/toolbar.c
5110                 Fix bug 1320, 'Memory leak caused by 
5111                 gtk_container_get_children'. Patch by
5112                 Guillaume Chazarain <guichaz@yahoo.fr>
5113
5114 2007-09-18 [colin]      3.0.1cvs3
5115
5116         * src/printing.c
5117         * src/printing.h
5118                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
5119
5120 2007-09-18 [colin]      3.0.1cvs2
5121
5122         * src/Makefile.am
5123         * src/mainwindow.c
5124         * src/messageview.c
5125         * src/messageview.h
5126         * src/prefs_ext_prog.c
5127         * src/prefs_fonts.c
5128         * src/printing.c
5129         * src/printing.h
5130         * src/summaryview.c
5131                 Use GtkPrintOperation by default on GTK+ >= 2.10
5132                 Patch by Holger Berndt <hb@claws-mail.org>
5133
5134 2007-09-18 [paul]       3.0.1cvs1
5135
5136         * NEWS
5137         * README
5138         * RELEASE_NOTES
5139         * configure.ac
5140                 bump up version number following stable release
5141
5142 2007-09-16 [colin]      3.0.0cvs18
5143
5144         * src/folder.c
5145                 Fix possible memleak
5146
5147 2007-09-16 [colin]      3.0.0cvs17
5148
5149         * src/folderview.c
5150                 Fix bug 1311, 'Wrong arrow position 
5151                 while moving message into folder when 
5152                 column headers hidden'
5153         * src/image_viewer.c
5154                 Show error in the GUI if image can't
5155                 be loaded
5156         * src/matcher.c
5157                 Fix spurious output
5158         * src/messageview.c
5159                 Allow setting domain in msgid
5160         * src/common/plugin.c
5161                 Add timing information
5162
5163 2007-09-16 [colin]      3.0.0cvs16
5164
5165         * src/account.c
5166         * src/compose.c
5167         * src/prefs_account.c
5168         * src/prefs_account.h
5169         * src/common/utils.c
5170                 Remove Generate Message-ID option. We need
5171                 this on some IMAP servers.
5172         * src/prefs_template.c
5173                 Fix double-free
5174
5175 2007-09-16 [colin]      3.0.0cvs15
5176
5177         * src/prefs_filtering.c
5178         * src/prefs_filtering.h
5179         * src/prefs_filtering_action.c
5180         * src/common/tags.c
5181                 Fix tags issues: tags with spaces, renaming
5182                 tags.
5183
5184 2007-09-16 [colin]      3.0.0cvs14
5185
5186         * src/folderview.c
5187         * src/main.c
5188         * src/mainwindow.c
5189                 Fix bug 1308, 'Claws deletes folderlist.xml after
5190                 fetching mail short after start-up'
5191
5192 2007-09-16 [colin]      3.0.0cvs13
5193
5194         * src/compose.c
5195                 Fix scrolling to cursor
5196
5197 2007-09-16 [paul]       3.0.0cvs12
5198
5199         * po/sr.po
5200                 updated by Aleksandar Urosevic
5201
5202 2007-09-16 [paul]       3.0.0cvs11
5203
5204         * src/folder.c
5205                 do not allow locked msgs to be deleted,
5206                 even by filtering/processing
5207
5208 2007-09-07 [paul]       3.0.0cvs10
5209
5210         * src/prefs_folder_column.c
5211         * src/prefs_summary_column.c
5212                 implement button sensitivity
5213                 patch by Pawel Pekala
5214
5215 2007-09-06 [wwp]        3.0.0cvs9
5216
5217         * src/prefs_gtk.c
5218                 Add a missing linefeed to a debug message.
5219
5220 2007-09-05 [colin]      3.0.0cvs8
5221
5222         * src/inc.c
5223                 Fix statusbar/window mismatch on Maemo
5224
5225 2007-09-05 [colin]      3.0.0cvs7
5226
5227         * src/ldaputil.c
5228                 Fix build without USE_LDAP_TLS
5229
5230 2007-09-05 [colin]      3.0.0cvs6
5231
5232         * src/folder.c
5233         * src/imap.c
5234         * src/inc.c
5235         * src/mbox.c
5236         * src/send_message.c
5237         * src/statusbar.c
5238         * src/statusbar.h
5239                 Maemo: distinguish various statusbar messages,
5240                 in order to display only the most important.
5241
5242 2007-09-04 [wwp]        3.0.0cvs5
5243
5244         * src/account.c
5245                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
5246                 Show protocol "SMTP" and the appropriate server for send-only
5247                 accounts, show "-" instead of "" when no value is relevant.
5248
5249 2007-09-03 [ticho]      3.0.0cvs4
5250
5251         * src/summaryview.c
5252                 Handle plural form better in delete confirmation dialog.
5253
5254 2007-09-03 [wwp]        3.0.0cvs3
5255
5256         * src/compose.c
5257                 Warn differently when sending or sending later (queueing).
5258
5259 2007-09-03 [colin]      3.0.0cvs2
5260
5261         * src/procmime.c
5262         * src/procmime.h
5263         * src/common/plugin.c
5264         * src/common/plugin.h
5265                 Add a new plugin API, MimeParser. It allows
5266                 plugins to scan email MIME parts and optionally,
5267                 transform them.
5268
5269 2007-09-03 [mones]      3.0.0cvs1
5270
5271         * po/es.po
5272                 Updated translation
5273         * src/common/defs.h
5274                 While a better solution is made double history sizes
5275
5276 2007-09-03 [paul]       3.0.0
5277
5278         * NEWS
5279         * README
5280         * RELEASE_NOTES
5281                 3.0.0 released
5282
5283 [For previous entries, see ChangeLog.2.0.0-3.0.0]