2011-10-22 [colin] 3.7.10cvs40
[claws.git] / ChangeLog
1 2011-10-22 [colin]      3.7.10cvs40
2
3         * src/gtk/gtkutils.h
4         * configure.ac
5                 Fix (hopefully) build with GTK+ 2.18.
6
7 2011-10-20 [paul]       3.7.10cvs39
8
9         * AUTHORS
10         * src/ldif.c
11         * src/gtk/authors.h
12                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
13                 Patch by Bodo Graumann <mail@bodograumann.de>
14
15 2011-10-20 [mones]      3.7.10cvs38
16
17         * po/fr.po
18         * src/common/defs.h
19                 Fix references to old dotsrc mailing lists
20
21 2011-10-19 [mones]      3.7.10cvs37
22
23         * src/prefs_msg_colors.c
24                 Fix Ok/Cancel buttons in color selector of preferences
25
26 2011-10-17 [colin]      3.7.10cvs36
27
28         * src/gtk/gtkshruler.c
29                 (Probably) fix GTK+ <= 2.22
30
31 2011-10-17 [colin]      3.7.10cvs35
32
33         * src/gtk/gtkshruler.c
34                 Fix GTK+2.22 build
35
36 2011-10-17 [mones]      3.7.10cvs34
37
38         * src/addrbook.c
39         * src/exportldif.c
40         * src/jpilot.c
41         * src/mutt.c
42         * src/pine.c
43         * src/procmsg.c
44         * src/vcard.c
45                 Fix potential out-of-buffer writes
46
47 2011-10-17 [mones]      3.7.10cvs33
48
49         * src/main.c
50                 Use just one g_print call per option; correct indentation
51
52 2011-10-17 [colin]      3.7.10cvs32
53
54         * src/compose.c
55         * src/compose.h
56         * src/gtk/Makefile.am
57         * src/gtk/gtkshruler.c
58         * src/gtk/gtkshruler.h
59         * src/gtk/gtkunit.c
60         * src/gtk/gtkunit.h
61                 Reimplement ruler using the GTK widgets. Thanks
62                 to Hanno for the initial patch.
63
64 2011-10-17 [colin]      3.7.10cvs31
65
66         * src/action.c
67         * src/main.c
68         * src/gtk/gtkutils.c
69         * src/gtk/gtkutils.h
70                 Undeprecate GIO/GdkCondition
71
72 2011-10-16 [mones]      3.7.10cvs30
73
74         * src/main.c
75                 Add --compose-from-file option to open composition
76                 window with the headers and body from a file; based
77                 on Debian patch to fix http://bugs.debian.org/544868
78
79 2011-10-15 [mones]      3.7.10cvs29
80
81         * manual/advanced.xml
82                 Document new summary_from_show hidden preference
83
84 2011-10-15 [paul]       3.7.10cvs28
85
86         * src/compose.c
87                 compose_create_tags() - fix misplaced 'int i'
88                 compose_entry_mark_default_to() - fix To field highlighting
89
90 2011-10-09 [colin]      3.7.10cvs27
91
92         * src/addr_compl.c
93                 Fix address completion
94
95 2011-10-07 [colin]      3.7.10cvs26
96
97         * src/prefs_filtering_action.c
98         * src/gtk/gtkutils.h
99                 Fix build with GTK+2.20
100
101 2011-10-07 [colin]      3.7.10cvs25
102
103         * src/gtk/Makefile.am
104         * src/gtk/gdkkeysyms-new.h
105         * src/gtk/gtkutils.h
106                 Copy the new GDK_KEY_* definitions for older GTKs
107
108 2011-10-07 [colin]      3.7.10cvs24
109
110         * configure.ac
111                 Fix typos (thanks to Hanno)
112
113 2011-10-07 [colin]      3.7.10cvs23
114
115         * src/compose.c
116         * src/gtk/gtkshruler.c
117         * src/gtk/gtkshruler.h
118                 Disable ruler starting from 2.24.
119
120 2011-10-07 [colin]      3.7.10cvs22
121
122         * configure.ac
123         * src/messageview.c
124         * src/gtk/Makefile.am
125                 GTK2 build fix
126
127 2011-10-07 [colin]      3.7.10cvs21
128
129         * configure.ac
130         * src/action.c
131         * src/addr_compl.c
132         * src/addrgather.c
133         * src/compose.c
134         * src/compose.h
135         * src/editldap.c
136         * src/mainwindow.c
137         * src/message_search.c
138         * src/mimeview.c
139         * src/mimeview.h
140         * src/prefs_account.c
141         * src/prefs_compose_writing.c
142         * src/prefs_filtering_action.c
143         * src/prefs_folder_item.c
144         * src/prefs_logging.c
145         * src/prefs_matcher.c
146         * src/prefs_message.c
147         * src/prefs_other.c
148         * src/prefs_receive.c
149         * src/prefs_summaries.c
150         * src/prefs_wrapping.c
151         * src/printing.c
152         * src/ssl_manager.c
153         * src/statusbar.c
154         * src/stock_pixmap.c
155         * src/summary_search.c
156         * src/textview.c
157         * src/gtk/Makefile.am
158         * src/gtk/colorlabel.c
159         * src/gtk/gtkutils.c
160         * src/gtk/gtkutils.h
161         * src/gtk/logwindow.c
162         * src/gtk/menu.c
163         * src/gtk/menu.h
164         * src/gtk/quicksearch.c
165         * src/gtk/spell_entry.c
166         * src/plugins/bogofilter/bogofilter_gtk.c
167         * src/plugins/dillo_viewer/dillo_viewer.c
168         * src/plugins/pgpcore/prefs_gpg.c
169         * src/plugins/spamassassin/spamassassin_gtk.c
170                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
171                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
172                 ported (especially GtkCMOptionMenu)
173
174 2011-10-07 [colin]      3.7.10cvs20
175
176         * src/account.c
177         * src/action.c
178         * src/addr_compl.c
179         * src/addrcustomattr.c
180         * src/addrduplicates.c
181         * src/addressadd.c
182         * src/addressbook.c
183         * src/addressbook_foldersel.c
184         * src/addrgather.c
185         * src/alertpanel.c
186         * src/browseldap.c
187         * src/compose.c
188         * src/editaddress.c
189         * src/editaddress_other_attributes_ldap.c
190         * src/editbook.c
191         * src/editgroup.c
192         * src/editjpilot.c
193         * src/editldap.c
194         * src/editldap_basedn.c
195         * src/edittags.c
196         * src/editvcard.c
197         * src/exphtmldlg.c
198         * src/expldifdlg.c
199         * src/export.c
200         * src/foldersel.c
201         * src/folderview.c
202         * src/grouplistdialog.c
203         * src/import.c
204         * src/importldif.c
205         * src/importmutt.c
206         * src/importpine.c
207         * src/mainwindow.c
208         * src/message_search.c
209         * src/messageview.c
210         * src/mimeview.c
211         * src/prefs_actions.c
212         * src/prefs_customheader.c
213         * src/prefs_display_header.c
214         * src/prefs_filtering.c
215         * src/prefs_filtering_action.c
216         * src/prefs_folder_column.c
217         * src/prefs_matcher.c
218         * src/prefs_msg_colors.c
219         * src/prefs_other.c
220         * src/prefs_summaries.c
221         * src/prefs_summary_column.c
222         * src/prefs_summary_open.c
223         * src/prefs_template.c
224         * src/prefs_toolbar.c
225         * src/printing.c
226         * src/sourcewindow.c
227         * src/ssl_manager.c
228         * src/summary_search.c
229         * src/summaryview.c
230         * src/textview.c
231         * src/uri_opener.c
232         * src/gtk/about.c
233         * src/gtk/colorsel.c
234         * src/gtk/combobox.c
235         * src/gtk/description_window.c
236         * src/gtk/foldersort.c
237         * src/gtk/gtkaspell.c
238         * src/gtk/gtkcmclist.c
239         * src/gtk/gtkcmctree.c
240         * src/gtk/gtkcmoptionmenu.c
241         * src/gtk/gtkutils.c
242         * src/gtk/icon_legend.c
243         * src/gtk/inputdialog.c
244         * src/gtk/logwindow.c
245         * src/gtk/pluginwindow.c
246         * src/gtk/prefswindow.c
247         * src/gtk/quicksearch.c
248         * src/plugins/pgpcore/passphrase.c
249         * src/plugins/pgpcore/select-keys.c
250                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
251                 to replace GDK_* by GDK_KEY_*.
252
253 2011-10-07 [colin]      3.7.10cvs19
254
255         * AUTHORS
256         * src/account.c
257         * src/action.c
258         * src/addr_compl.c
259         * src/addressbook.c
260         * src/alertpanel.c
261         * src/compose.c
262         * src/edittags.c
263         * src/folderview.c
264         * src/grouplistdialog.c
265         * src/image_viewer.c
266         * src/mainwindow.c
267         * src/mimeview.c
268         * src/noticeview.c
269         * src/prefs_filtering_action.c
270         * src/prefs_folder_column.c
271         * src/prefs_msg_colors.c
272         * src/prefs_summary_column.c
273         * src/prefs_toolbar.c
274         * src/printing.c
275         * src/stock_pixmap.c
276         * src/summaryview.c
277         * src/textview.c
278         * src/undo.c
279         * src/wizard.c
280         * src/gtk/about.c
281         * src/gtk/authors.h
282         * src/gtk/colorlabel.c
283         * src/gtk/colorsel.c
284         * src/gtk/gtkcmclist.c
285         * src/gtk/gtkcmctree.c
286         * src/gtk/gtkcmoptionmenu.c
287         * src/gtk/gtksctree.c
288         * src/gtk/gtkutils.c
289         * src/gtk/gtkvscrollbutton.c
290         * src/gtk/inputdialog.c
291         * src/gtk/logwindow.c
292         * src/gtk/menu.c
293         * src/gtk/prefswindow.c
294         * src/gtk/progressdialog.c
295         * src/plugins/pgpcore/passphrase.c
296         * src/plugins/trayicon/trayicon.c
297                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
298                 Patch by Hanno Thurow-Meyer, many thanks to him !
299
300 2011-09-20 [colin]      3.7.10cvs18
301
302         * src/common/ssl.c
303                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
304                 gnutls 3.0.3'
305
306 2011-09-18 [colin]      3.7.10cvs17
307
308         * src/news.c
309                 Fix segfault when connection fails
310
311 2011-09-03 [colin]      3.7.10cvs16
312
313         * src/common/ssl.c
314                 Use NORMAL instead of EXPORT priorities.
315
316 2011-09-02 [colin]      3.7.10cvs15
317
318         * configure.ac
319         * src/common/ssl.c
320                 Linking against gcrypt explicitely in order to call
321                 gcry_control() for mutex setup isn't necessary anymore
322                 starting from gnuTLS 2.11.
323
324 2011-08-31 [colin]      3.7.10cvs14
325
326         * src/plugins/pgpinline/pgpinline.c
327         * src/plugins/pgpmime/pgpmime.c
328                 Fix bug #2431, "Major memory leak in PGP message handling".
329
330 2011-08-31 [colin]      3.7.10cvs13
331
332         * AUTHORS
333         * src/gtk/authors.h
334         * src/mainwindow.c
335         * src/messageview.c
336         * src/gtk/authors.h
337                 Apply Steve Rader's patch from bug #2388, "Add 
338                 message view scrolling menu items"
339
340 2011-08-30 [colin]      3.7.10cvs12
341
342         * src/gtk/prefswindow.c
343                 Fix layout issues (i.e. on SSL page if changing account
344                 type prior to visiting it).
345
346 2011-08-30 [colin]      3.7.10cvs11
347
348         * configure.ac
349         * src/common/ssl.c
350                 Don't use deprecated functions for GnuTLS priorities.
351                 Require GnuTLS 2.2 that is the first version with the
352                 new function.
353
354 2011-08-30 [colin]      3.7.10cvs10
355
356         * src/common/socket.c
357         * src/common/ssl.c
358                 Long-term fix for bug #2402, "GnuTLS change breaks socket
359                 communication", as per http://savannah.gnu.org/support/?107660
360
361 2011-08-30 [colin]      3.7.10cvs9
362
363         * src/etpan/imap-thread.c
364         * src/etpan/nntp-thread.c
365                 Remove dead openSSL code
366
367 2011-08-30 [colin]      3.7.10cvs8
368
369         * src/ssl_manager.c
370         * src/common/ssl.c
371         * src/common/ssl_certificate.c
372         * src/common/ssl_certificate.h
373         * src/etpan/imap-thread.c
374         * src/etpan/nntp-thread.c
375                 Fix bug #2127, "SSL cert check uses canonical name instead of
376                 specified name"
377
378 2011-08-29 [colin]      3.7.10cvs7
379
380         * src/prefs_account.c
381                 Fix X-Mailer option not appearing on IMAP
382
383 2011-08-29 [colin]      3.7.10cvs6
384
385         * src/plugins/pgpcore/Makefile.am
386         * src/plugins/pgpinline/Makefile.am
387         * src/plugins/pgpmime/Makefile.am
388         * src/plugins/smime/Makefile.am
389                 Windows build fix:
390                 libtool: link: require no space between `-L' and `.'
391
392 2011-08-29 [colin]      3.7.10cvs5
393
394         * src/account.c
395         * src/compose.c
396         * src/prefs_account.c
397         * src/prefs_account.h
398                 Revert cvs4 which is rather illogical and instead
399                 use Fabian's patch from bug #2471
400
401 2011-08-29 [colin]      3.7.10cvs4
402
403         * src/compose.c
404                 Don't insert custom headers that have empty values.
405                 Allows not inserting X-Mailer if it's set to nothing.
406                 Fixes bug #2471, "Make setting an X-Mailer header optional".
407
408 2011-08-29 [colin]      3.7.10cvs3
409
410         * src/image_viewer.c
411         * src/textview.c
412         * src/gtk/gtkutils.c
413         * src/gtk/gtkutils.h
414                 Handle EXIF orientation in images (both in textview's
415                 preview and image viewer)
416
417 2011-08-28 [paul]       3.7.10cvs2
418
419         * src/prefs_common.c
420         * src/prefs_common.h
421         * src/summaryview.c
422                 add new hidden option to control the display in the From
423                 column in the Message List: 0 (default): show name,
424                 1: show address, 2: show name + address
425
426 2011-08-27 [paul]       3.7.10cvs1
427
428         * po/POTFILES.in
429         * src/common/ssl_certificate.c
430         * src/etpan/imap-thread.c
431         * src/etpan/nntp-thread.c
432                 offer up some missing log_error() strings to translators
433
434 2011-08-27 [paul]       3.7.10
435         * NEWS
436         * README
437         * RELEASE_NOTES 
438                 3.7.10 unleashed!               
439
440 2011-08-27 [paul]       3.7.9cvs52
441
442         * po/cs.po
443         * po/fr.po
444         * po/hu.po
445         * po/lt.po
446         * po/pt_BR.po
447         * po/sk.po
448                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
449                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
450
451 2011-08-27 [mones]      3.7.9cvs51
452
453         * claws-mail.desktop
454                 Include generic name and comment translations
455                 Thanks to all the people on the translators ML!
456
457 2011-08-23 [paul]       3.7.9cvs50
458
459         * src/common/ssl.c
460                 probable/possible fix/workaround for bug 2402,
461                 'can't download message from pop3 server'
462
463 2011-08-18 [paul]       3.7.9cvs49
464
465         * manual/handling.xml
466                 fix typos. thanks to vilpan
467
468 2011-08-17 [paul]       3.7.9cvs48
469
470         * tools/claws.i18n.status.pl
471                 add Mindaugas Baranauskas (Lithuanian)
472
473 2011-08-14 [mir]        3.7.9cvs47
474
475         * src/news.c
476         * src/etpan/nntp-thread.c
477                 Fix bug 2418. Patch provided by Sébastien Bigaret with
478                 some minor contribution by me.
479
480 2011-08-13 [mir]        3.7.9cvs46
481
482         * src/etpan/nntp-thread.c
483                 Fix bug when NNTP server sends authentication warning
484                 as part of the connection session. Privously etpan would
485                 bail out for any return code other than NEWSNNTP_NO_ERROR
486                 but as early as the connection session a return code like
487                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
488                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
489                 be considered as an error.
490
491 2011-08-12 [paul]       3.7.9cvs45
492
493         * src/mimeview.c
494                 3.7.9cvs43 mistakenly dropped off the info
495                 about the mime part from the tooltip
496
497 2011-08-12 [wwp]        3.7.9cvs44
498
499         * src/gtk/quicksearch.c
500          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
501
502 2011-08-09 [paul]       3.7.9cvs43
503
504         * src/mimeview.c
505                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
506
507 2011-08-06 [paul]       3.7.9cvs42
508
509         * src/compose.c
510                 fix cursor placement in Forward template
511
512 2011-08-06 [paul]       3.7.9cvs41
513
514         * src/gtk/description_window.c
515                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
516
517 2011-08-05 [holger]     3.7.9cvs40
518
519         * claws-mail.desktop
520                 Revert 3.7.9cvs35 for now, it may be problematic
521                 (see bug #2450)
522
523 2011-08-05 [paul]       3.7.9cvs39
524
525         * src/mainwindow.c
526         * src/messageview.c
527                 use 'Collapse quotes' rather than 'Fold quotes' on
528                 labels, for consistency
529         * src/toolbar.c
530                 use 'Receive mail from account' rather than 'on account'
531
532 2011-07-30 [mir]        3.7.9cvs38
533
534         * src/etpan/Makefile.am
535         * src/plugins/pgpcore/Makefile.am
536         * src/plugins/pgpmime/Makefile.am
537         * src/plugins/smime/Makefile.am
538                 Fix broken build on Debian Sid. enchant.h cannot be
539                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
540                 present in Makefile.am. Apparently enchant.h in older
541                 versions were placed in /usr/include which is always
542                 scanned be default.
543
544 2011-07-21 [mones]      3.7.9cvs37
545
546         * src/common/plugin.c
547         * src/common/plugin.h
548                 Make licences allowed for plugins more explicit and also
549                 accept dual (or more) licences when properly formatted.
550                 Doesn't require any change on current plugins.
551
552 2011-07-18 [mones]      3.7.9cvs36
553
554         * manual/advanced.xml
555                 Document briefly tags feature.
556         * manual/glossary.xml
557                 Fix definition to avoid confussion with tags.
558         * manual/es/advanced.xml
559         * manual/es/glossary.xml
560                 Synchronize Spanish translation with the above.
561
562 2011-07-07 [holger]     3.7.9cvs35
563
564         * claws-mail.desktop
565                 Add indicator stuff to the desktop file
566                 Taken from bug #2450
567
568 2011-07-06 [paul]       3.7.9cvs34
569
570         * src/edittags.c
571                 fix English usage
572
573 2011-07-06 [mones]      3.7.9cvs33
574
575         * src/edittags.c
576                 Do not create an empty tag name row in panel and
577                 warn user about using a non-reserved tag instead
578
579 2011-07-05 [mones]      3.7.9cvs32
580
581         * src/imap.c
582         * src/common/tags.c
583         * src/common/tags.h
584         * src/etpan/imap-thread.c
585                 Make constants for reserved tags and use them
586                 Removed also duplicate comparison while at it
587
588 2011-07-05 [paul]       3.7.9cvs31
589
590         * src/compose.c
591                 when using a Compose template, only place the cursor
592                 in the body when the cursor symbol, %cursor (%X), is used
593
594 2011-07-03 [paul]       3.7.9cvs30
595
596         * src/main.c
597                 do main_window_popup(mainwin); on plugin load error, or
598                 else the warning dialogue and mainwindow stays minimised
599                 and hidden
600
601 2011-07-03 [paul]       3.7.9cvs29
602
603         * src/wizard.c
604                 fix bug 2462, 'Building without GnuTLS support leads to a
605                 failure in wizard.c'
606
607 2011-07-03 [paul]       3.7.9cvs28
608
609         * src/mainwindow.c
610         * src/mainwindow.h
611         * src/summaryview.c
612                 fix bug #2461, 'popup menu in message list displays
613                 'move to trash' and 'delete''.
614                 Add a new sensitivity condition 'M_NOT_TRASH' and
615                 remove the broken workaround for right-click in summaryview.c.
616                 Fix broken main menu sensitivity for "Menu/Message/Move" in
617                 News folder.
618
619 2011-06-21 [paul]       3.7.9cvs27
620
621         * src/mainwindow.c
622                 revert 3.7.9cvs2, it does no good
623
624 2011-06-18 [mir]        3.7.9cvs26
625
626         * configure.ac
627                 Fix autoconf warnings introduced in autoconf >= 2.64
628
629 2011-06-05 [paul]       3.7.9cvs25
630
631         * po/ca.po
632         * po/cs.po
633         * po/de.po
634         * po/it.po
635         * po/ja.po
636         * po/pt_PT.po
637         * po/sk.po
638         * po/uk.po
639                 fix strings where an informational message has been
640                 wrongly entered into the translated string
641         * src/toolbar.c
642                 enable 'Trash' and 'Sender' to be translated based on
643                 the context, e.g. as button text and as mail header
644         * src/gtk/about.c
645                 fix english in Info tab
646
647 2011-05-25 [colin]      3.7.9cvs24
648
649         * src/action.c
650                 Fix bug #2439, "use bitwise operator for bitmask instead of
651                 logical operator". Thanks to Nicolas Kaiser for the patch.
652
653 2011-05-18 [colin]      3.7.9cvs23
654
655         * src/news.c
656                 Fix missing group selection before xover if the
657                 connection was reset before.
658
659 2011-05-12 [colin]      3.7.9cvs22
660
661         * src/common/utils.c
662                 Fix bug #2412, "Send account mail address in Message-ID
663                 wrongly implemented". Patch by Fabian Keil.
664
665 2011-05-12 [mones]      3.7.9cvs21
666
667         * src/etpan/nntp-thread.c
668                 Fix bug #2418 "NNTP authentication is broken"
669
670 2011-05-09 [pawel]      3.7.9cvs20
671
672         * src/mainwindow.c
673         * src/prefs_folder_item.c
674                 Small UI fixes
675
676 2011-05-05 [colin]      3.7.9cvs19
677
678         * src/imap.c
679         * src/inc.c
680         * src/news.c
681         * src/send_message.c
682                 Fix bug #2184, "Add account name information inside network log".
683                 Initial patch by MSulchan Darmawan, expanded to other protocols.
684                 This stuff is too much copy-pasted.
685
686
687 2011-04-30 [colin]      3.7.9cvs18
688
689         * src/main.c
690                 Fix bug #2414, 'Claws segfaults on startup with
691                 notification plugin enabled". Thanks Christian
692                 Faulhammer for the patch.
693
694 2011-04-27 [colin]      3.7.9cvs17
695
696         * src/codeconv.c
697                 Make Windows' encoding CP1251 for ru_RU locale
698                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
699
700 2011-04-24 [paul]       3.7.9cvs16
701
702         * manual/claws-mail-manual.xml
703         * manual/de/claws-mail-manual.xml
704         * manual/es/claws-mail-manual.xml
705         * manual/fr/claws-mail-manual.xml
706         * manual/it/claws-mail-manual.xml
707                 update copyright year
708
709 2011-04-24 [paul]       3.7.9cvs15
710
711         * src/summaryview.c
712                 fix bug #2353, 'Right-clicking on spam in order to delete
713                 it causes it to show in message window'
714
715 2011-04-24 [paul]       3.7.9cvs14
716
717         * src/mainwindow.c
718         * src/gtk/foldersort.c
719         * src/gtk/foldersort.h
720                 fix labelling, 'change folder order' to 'change mailbox order'
721
722 2011-04-23 [paul]       3.7.9cvs13
723
724         * configure.ac
725                 fix bug #2409, 'Failed to compile under GCC 3.x : option
726                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
727                 committed in 3.7.8cvs19 
728
729 2011-04-11 [paul]       3.7.9cvs12
730
731         * src/plugins/trayicon/trayicon.c
732                 fix build bug: gtk_status_icon_set_title() is available
733                 since gtk 2.18.x not 2.14.x
734
735 2011-04-11 [paul]       3.7.9cvs11
736
737         * po/hu.po
738                 updated by Páder RezsÅ‘
739
740 2011-04-10 [colin]      3.7.9cvs10
741
742         * src/addr_compl.c
743         * src/addressbook.c
744         * src/compose.c
745         * src/editaddress.c
746         * src/editaddress_other_attributes_ldap.c
747         * src/main.c
748         * src/message_search.c
749         * src/prefs_display_header.c
750         * src/prefs_filtering_action.c
751         * src/prefs_matcher.c
752         * src/prefs_other.c
753         * src/prefs_toolbar.c
754         * src/summary_search.c
755         * src/gtk/colorlabel.c
756         * src/gtk/combobox.c
757         * src/gtk/gtkcmoptionmenu.c
758         * src/gtk/gtkshruler.c
759         * src/gtk/gtkshruler.h
760         * src/gtk/gtkutils.h
761         * src/gtk/inputdialog.c
762         * src/gtk/quicksearch.c
763                 Revert the whole pile of crap introduced in
764                 cvs9,8,7,4.
765
766 2011-04-10 [colin]      3.7.9cvs9
767
768         * src/compose.c
769         * src/editaddress.c
770         * src/editaddress_other_attributes_ldap.c
771         * src/main.c
772         * src/message_search.c
773         * src/prefs_display_header.c
774         * src/prefs_matcher.c
775         * src/prefs_toolbar.c
776         * src/summary_search.c
777         * src/gtk/combobox.c
778         * src/gtk/gtkutils.h
779         * src/gtk/inputdialog.c
780         * src/gtk/quicksearch.c
781                 Finish fun with combo boxes. (hopefully)
782
783 2011-04-10 [colin]      3.7.9cvs8
784
785         * src/compose.c
786         * src/prefs_filtering_action.c
787         * src/gtk/combobox.c
788         * src/gtk/gtkshruler.c
789         * src/gtk/gtkshruler.h
790                 More undeprecation. GTKSHRuler is #if'ed out. We can
791                 still decide to maintain the old GtkRuler widget in-tree
792                 if the lack of ruler in Compose window is too
793                 annoying.
794
795 2011-04-10 [colin]      3.7.9cvs7
796
797         * src/addr_compl.c
798         * src/addressbook.c
799         * src/compose.c
800         * src/editaddress_other_attributes_ldap.c
801         * src/message_search.c
802         * src/prefs_display_header.c
803         * src/prefs_filtering_action.c
804         * src/prefs_other.c
805         * src/prefs_toolbar.c
806         * src/summary_search.c
807         * src/gtk/colorlabel.c
808         * src/gtk/combobox.c
809         * src/gtk/gtkcmoptionmenu.c
810         * src/gtk/gtkutils.h
811                 More comboboxtext undeprecation
812
813 2011-04-10 [colin]      3.7.9cvs6
814
815         * src/messageview.c
816                 Fix it better.
817
818 2011-04-10 [colin]      3.7.9cvs5
819
820         * src/messageview.c
821                 Fix age-old typo.
822
823 2011-04-10 [colin]      3.7.9cvs4
824
825         * src/compose.c
826         * src/editaddress_other_attributes_ldap.c
827         * src/message_search.c
828         * src/prefs_display_header.c
829         * src/prefs_filtering_action.c
830         * src/prefs_other.c
831         * src/prefs_toolbar.c
832         * src/summary_search.c
833         * src/gtk/combobox.c
834         * src/gtk/gtkutils.h
835                 gtk_combo_box_*_text() is deprecated, and
836                 gtk_combo_box_text_*() is the new hotness.
837
838 2011-04-10 [colin]      3.7.9cvs3
839
840         * src/addr_compl.c
841         * src/addressbook.c
842         * src/browseldap.c
843         * src/compose.c
844         * src/folder.c
845         * src/folderview.c
846         * src/gtk/gtkvscrollbutton.c
847         * src/gtk/gtkvscrollbutton.h
848                 s/GtkFunction/GSourceFunc
849
850 2011-04-10 [colin]      3.7.9cvs2
851
852         * src/mainwindow.c
853                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
854                 This is the patch from bug #2396, it should be innocuous even
855                 if that's useless to do deiconify + present window...
856
857 2011-04-09 [paul]       3.7.9cvs1
858
859         * src/prefs_summaries.c
860                 fix typo in string. (thanks, Brad!)
861
862 2011-04-09 [paul]       3.7.9
863         * NEWS
864         * README
865         * RELEASE_NOTES 
866                 3.7.9 unleashed!        
867
868 2011-04-09 [paul]       3.7.8cvs78
869
870         * po/cs.po
871         * po/es.po
872         * po/fi.po
873         * po/fr.po
874         * po/lt.po
875         * po/pt_BR.po
876         * po/sk.po
877         * po/uk.po
878                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
879                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
880                 Slavko, and Yarema
881
882 2011-04-09 [colin]      3.7.8cvs77
883
884         * src/gtk/filesel.c
885                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
886                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
887                 encoding filename. Hooray for stupid.
888
889 2011-04-08 [colin]      3.7.8cvs76
890
891         * src/action.c
892                 Fix action Stop: if child does not react to SIGTERM, it'll
893                 probably start behaving when it'll get a SIGKILL on the user's
894                 second press on Stop.
895                 Fixes bug #2237, "User action makes Claws unresponsive".
896
897 2011-04-08 [colin]      3.7.8cvs75
898
899         * src/account.c
900         * src/folder.c
901         * src/folder.h
902         * src/folder_item_prefs.c
903         * src/folder_item_prefs.h
904         * src/prefs_account.c
905                 Fix bug #2382, "folderitemrc not updated when account
906                 name is changed". Indeed, this wasn't done.
907
908 2011-04-08 [wwp]        3.7.8cvs74
909
910         * src/procmime.c
911         Add support for quoted values (*="value").
912         This commonly fixes a trailing quote appearing to filenames
913         sent by iphone Mail (not sure if it's culprit at all, though).
914
915 2011-04-08 [colin]      3.7.8cvs73
916
917         * src/gtk/filesel.c
918                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
919                 caused by attachments with extended chars in the file name". Patch
920                 derived from a patch bt Fabien Keil
921
922 2011-04-05 [wwp]        3.7.8cvs72
923
924         * src/compose.c
925                 A debug string not to translate.
926
927 2011-04-03 [colin]      3.7.8cvs71
928
929         * src/common/utils.h
930                 Fix bug #2394, "backtrace() crashes on FreeBSD"
931                 That's not the first bug-report where internal
932                 debug-only backtrace() crashes on FreeBSD.
933
934 2011-04-03 [colin]      3.7.8cvs70
935
936         * src/compose.c
937                 Fix bug #2365 again, "Crash when auto-scrolling headers in
938                 compose window".
939                 Batch-mode compose windows (from filtering actions) shouldn't
940                 try to access stuff after flushing events...
941
942 2011-03-31 [paul]       3.7.8cvs69
943
944         * INSTALL
945                 update as gtk >= 2.10 now required
946                 (because I'll never remember to do this later)
947
948 2011-03-26 [paul]       3.7.8cvs68
949
950         * src/messageview.c
951                 fix separators in Go To menu
952
953 2011-03-20 [colin]      3.7.8cvs67
954
955         * configure.ac
956                 Drop the *_DISABLE_DEPRECATED. We'll put them back
957                 when we'll have time to handle them
958
959 2011-03-18 [paul]       3.7.8cvs66
960
961         * src/textview.c
962                 make user-facing message more accurate -
963                 'Network Log' not 'View Log'
964
965 2011-03-17 [wwp]        3.7.8cvs65
966
967         * po/fr.po
968                 Fix a typo around plural form, as reported by
969                 Yannick Palanque.
970
971 2011-03-15 [colin]      3.7.8cvs64
972
973         * AUTHORS
974         * src/gtk/authors.h
975         * src/main.c
976                 Fix bug #2381, "Support for NetworkManager 0.9".
977                 Patch by Mikhail Efremov
978
979 2011-03-04 [colin]      3.7.8cvs63
980
981         * src/mimeview.c
982         * src/mimeview.h
983                 Fix segfault on Windows
984         * src/exporthtml.c
985         * src/common/utils.c
986         * src/common/w32_unistd.c
987         * src/common/w32lib.h
988                 Rationalize use of time_r() funcs (pthread do define them)
989
990 2011-03-02 [pawel]      3.7.8cvs62
991
992         * src/wizard.c
993                 Re-implement widgets aligning, switch from GtkSizeGroup
994                 to GtkTable - this should fix disappearing labels
995
996 2011-03-01 [pawel]      3.7.8cvs61
997
998         * src/wizard.c
999                 Wizard GUI cleanups. Make it look and behave more
1000                 like account preferences.
1001
1002 2011-02-23 [colin]      3.7.8cvs60
1003
1004         * src/common/Makefile.am
1005                 Fix make dist
1006
1007 2011-02-23 [colin]      3.7.8cvs59
1008
1009         * src/Makefile.am
1010         * src/main.c
1011         * src/common/Makefile.am
1012         * src/common/plugin.c
1013         * src/common/valgrind.h
1014                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
1015                 Use valgrind's own header.
1016
1017 2011-02-22 [colin]      3.7.8cvs58
1018
1019         * src/prefs_account.c
1020                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
1021                 signed message" upon new installation. This is disturbing when PGP
1022                 plugins are loaded by default.
1023
1024 2011-02-16 [paul]       3.7.8cvs57
1025
1026         * src/*
1027                 update copyright headers throughout
1028
1029 2011-02-16 [paul]       3.7.8cvs56
1030
1031         * src/summaryview.c
1032                 use gettext plural form for "item selected"/"items selected"
1033
1034 2011-02-13 [colin]      3.7.8cvs55
1035
1036         * src/mimeview.c
1037         * src/mimeview.h
1038                 Fix bug #2361, "Claws crashes after PGP Check in separate
1039                 msg view". Don't let the cancel thread lie around after
1040                 the verification ended.
1041
1042 2011-02-13 [paul]       3.7.8cvs54
1043
1044         * po/lt.po
1045                 updated by Mindaugas Baranauskas
1046
1047 2011-02-11 [mones]      3.7.8cvs53
1048
1049         * manual/es/advanced.xml
1050                 Sync with English manual
1051         * src/imap.c
1052                 Fix remaining mismatched alloc/free from cppcheck
1053
1054 2011-02-10 [pawel]      3.7.8cvs52
1055
1056         * src/ldapupdate.c
1057                 Fix memleaks
1058
1059 2011-02-10 [pawel]      3.7.8cvs51
1060
1061         * src/prefs_toolbar.c
1062                 - set menus sensitivity in item type combo depending on
1063                   availability of actions / plugin hooks
1064                 - style fixes, spaces instead of tabs mostly
1065
1066 2011-02-10 [paul]       3.7.8cvs50
1067
1068         * src/prefs_account.c
1069                 move the 'send acc mail addr in msg-id" option to
1070                 the send page
1071
1072 2011-02-10 [paul]       3.7.8cvs49
1073
1074         * src/prefs_account.c
1075                 move the 'expunge immediately' option to a more
1076                 suitable page
1077
1078 2011-02-05 [pawel]      3.7.8cvs48
1079
1080         * manual/advanced.xml
1081                 Document new hidden pref
1082         * src/folder.c
1083                 Dont treat mimeparts referenced by others as
1084                 real attachments
1085         * src/mimeview.c
1086         * src/prefs_common.c
1087         * src/prefs_common.h
1088                 Add ability to hide inline attachments referenced
1089                 by other mimeparts in MimeView. To enable this
1090                 feature set show_inline_attachments=0 in your clawsrc
1091
1092 2011-01-25 [colin]      3.7.8cvs47
1093
1094         * src/matcher.c
1095                 Fix matcher body parsing: decode mails with our
1096                 MIME parser. This speeds up body search a bit as
1097                 binary attachments are not searched anymore, slows
1098                 down a bit full message searches, but not awfully.
1099         * src/summary_search.c
1100                 Use matcher API to search, in all cases (advanced search or
1101                 not). Also, fix little logic bugs related to combos history
1102         * src/common/utils.c
1103         * src/common/utils.h
1104         * src/procmime.c
1105         * src/procmime.h
1106                 Remove dead code, export functions needed by matcher.c
1107
1108 2011-01-25 [colin]      3.7.8cvs46
1109
1110         * src/compose.c
1111         * src/prefs_common.c
1112         * src/common/md5.c
1113         * src/common/ssl_certificate.c
1114                 Fix mismatched alloc/free (thanks to cppcheck)
1115
1116 2011-01-25 [colin]      3.7.8cvs45
1117
1118         * src/pop.c
1119                 Fix leak on error path
1120
1121 2011-01-23 [mones]      3.7.8cvs44
1122
1123         * manual/es/advanced.xml
1124                 Sync with English manual
1125
1126 2011-01-23 [paul]       3.7.8cvs43
1127
1128         * src/gtk/about.c
1129                 it's 2011, update copyright line
1130
1131 2011-01-23 [paul]       3.7.8cvs42
1132
1133         * manual/advanced.xml
1134         * src/prefs_common.c
1135         * src/prefs_common.h
1136         * src/textview.c
1137                 fix bug #2350, 'Make displaying localized date/time in
1138                 message view optional'.
1139                 This introduces a new hidden option (why do more?),
1140                 'msgview_date_format', which defaults to OFF, maintaining
1141                 the current and expected behaviour.
1142
1143 2011-01-21 [colin]      3.7.8cvs41
1144
1145         * src/procmime.c
1146                 Fix bug #2050, Clawsmail sends return receipt every seconds
1147                 We forgot to close the file when parsing 
1148                 disposition-notification fields, which made unlinking of the
1149                 corresponding emails in tempfolder/processing impossible in
1150                 Windows. Causing them to be re-fetched every time.
1151
1152 2011-01-21 [colin]      3.7.8cvs40
1153
1154         * claws-mail.desktop
1155                 Fix again bug #2346: We should have a %u parameter.
1156
1157 2011-01-21 [colin]      3.7.8cvs39
1158
1159         * src/plugins/spamassassin/spamassassin.c
1160                 Fix sa-learn when offline (its command line parsing is
1161                 space-dependant). Patch by Wolfgang Lorenz
1162
1163 2011-01-19 [pawel]      3.7.8cvs38
1164
1165         * claws-mail.desktop
1166                 Fix Bug 2346 'Please register x-handler-scheme
1167                  in .desktop file' patch by Laurent Bigonville
1168                 While I'm here update things to current
1169                 standards, fix desktop-file-validate warnings/errors
1170
1171 2011-01-18 [colin]      3.7.8cvs37
1172
1173         * src/common/smtp.c
1174                 Fix logic on SMTP AUTH: If the selected method isn't
1175                 available, say so instead of supposing it'll work.
1176                 Fixes bug #2039, 'SMTP AUTHENTICATION'
1177
1178 2011-01-15 [pawel]      3.7.8cvs36
1179
1180         * src/prefs_folder_item.c
1181                 Rework subject regexp simplify gui a bit, this give us better
1182                 options page layout (window with min width was too short to 
1183                 show all contents and thigs were unwieldy) and better preview
1184                 of regexp working/not working
1185
1186 2011-01-14 [pawel]      3.7.8cvs35
1187
1188         * src/textview.c
1189                 strncpy2() NULLify strings just fine, no need to be
1190                 extra "clever"
1191
1192 2011-01-14 [pawel]      3.7.8cvs34
1193
1194         * src/textview.c
1195                 Fix Bug #2165 'The date not localized in the message view'
1196                 Display Date header in messageview in the same way as in
1197                 summaryview by respecting date format set in preferences.
1198
1199 2011-01-06 [pawel]      3.7.8cvs33
1200
1201         * src/prefs_account.c
1202         * src/prefs_folder_item.c
1203         * src/prefs_quote.c
1204         * src/quote_fmt.c
1205                 Make quote templates widgets more compact
1206
1207 2011-01-06 [pawel]      3.7.8cvs32
1208
1209         * src/plugins/trayicon/trayicon.c
1210                 - fix logic bug which caused icon to be
1211                   always set no-mail status on plugin load
1212                 - force icon hide on plugin_done(), without
1213                   it empty space(?!) is left in tray under KDE3 and KDE4
1214
1215 2011-01-06 [colin]      3.7.8cvs31
1216
1217         * src/addrharvest.c
1218         * src/codeconv.c
1219         * src/codeconv.h
1220         * src/compose.c
1221         * src/news.c
1222         * src/procheader.c
1223         * src/procmime.c
1224         * src/unmime.c
1225         * src/unmime.h
1226                 Unmime headers differently whether they're addresses or not:
1227                 It's useless to quote things containing commas if it's in
1228                 subject, for example. (introduced in 3.7.8cvs26)
1229
1230 2011-01-06 [colin]      3.7.8cvs30
1231
1232         * src/gtk/gtkaspell.c
1233                 Complete previous patch
1234         * src/messageview.c
1235         * src/plugins/pgpinline/pgpinline.c
1236                 Coding style
1237
1238 2011-01-06 [paul]       3.7.8cvs29
1239
1240         * AUTHORS
1241         * configure.ac
1242         * po/lt.po
1243         * src/gtk/authors.h
1244                 add Lithuanian translation (approx. 65% complete)
1245                 submitted by Mindaugas Baranauskas
1246
1247 2011-01-06 [pawel]      3.7.8cvs28
1248
1249         * src/export.c
1250         * src/import.c
1251         * src/messageview.c
1252         * src/prefs_actions.c
1253         * src/procmime.c
1254         * src/gtk/gtkaspell.c
1255         * src/plugins/pgpinline/pgpinline.c
1256         * src/plugins/pgpmime/pgpmime.c
1257         * src/plugins/smime/smime.c
1258                 Fix memory/file descriptors leaks
1259
1260 2011-01-06 [paul]       3.7.8cvs27
1261
1262         * src/plugins/pgpcore/sgpgme.c
1263                 fix bug #2322, 'GPG Full info: showing subkey
1264                 ID instead of primary key fingerprint'
1265                 Patch by Sébastien Bigaret.
1266
1267 2011-01-03 [colin]      3.7.8cvs26
1268
1269         * src/unmime.c
1270                 Better quote-checking when unmim-ing headers
1271                 that may have comas.
1272
1273 2011-01-03 [colin]      3.7.8cvs25
1274
1275         * src/unmime.c
1276                 Fix bug #2299, "Incorrect handling of quoted printable coma
1277                 in headers". As this is really painful to fix by switching
1278                 the whole stuff to a list of headers tokens, we workaround
1279                 the problem by adding quotes around the encoded-word (making
1280                 it a quoted-string which continuity is already handled).
1281
1282 2011-01-03 [colin]      3.7.8cvs24
1283
1284         * src/procheader.c
1285                 Remove dead code
1286
1287 2010-12-23 [colin]      3.7.8cvs23
1288
1289         * src/compose.c
1290                 Finish fixing bug #2203: When forwarding (inline) and there
1291                 are some text/* parts with no name, set them a name and
1292                 set their disposition to attachment, so that recipients with
1293                 MUAs preferring HTML parts don't show them by default.
1294
1295 2010-12-22 [paul]       3.7.8cvs22
1296
1297         * src/compose.h
1298                 fix missing file in 3.7.8cvs20
1299
1300 2010-12-22 [colin]      3.7.8cvs21
1301
1302         * src/folderview.c
1303         * src/folderview.h
1304                 Implement a nicer scroll when drag and dropping
1305
1306 2010-12-22 [colin]      3.7.8cvs20
1307
1308         * src/compose.c
1309                 Store charset if available when attaching text/* parts
1310                 Fixes bug #2203, 'Problems in forwarding multipart/
1311                 alternative messages with HTML part'
1312
1313 2010-12-22 [colin]      3.7.8cvs19
1314
1315         * src/textview.c
1316                 Fix wrong free
1317
1318 2010-12-21 [colin]      3.7.8cvs18
1319
1320         * src/inc.c
1321         * src/send_message.c
1322         * src/common/session.c
1323         * src/common/session.h
1324                 Differentiate between running sessions and connected
1325                 sessions. Fixes bug #2332, "Crash when hitting cancel
1326                 on the SMTP status window"
1327
1328 2010-12-21 [colin]      3.7.8cvs17
1329
1330         * src/etpan/etpan-thread-manager.c
1331                 Dead code removal
1332
1333 2010-12-21 [colin]      3.7.8cvs16
1334
1335         * src/textview.c
1336                 Check whether we should continue loading the
1337                 current textview after inserting a possibly
1338                 big image.
1339
1340 2010-12-20 [colin]      3.7.8cvs15
1341
1342         * src/addrcindex.c
1343         * src/addrcindex.h
1344                 Removed. Dead code since ages!
1345         * src/addr_compl.c
1346         * src/gtk/gtkcmclist.c
1347         * src/gtk/gtkcmctree.c
1348         * src/gtk/gtksctree.c
1349                 undefine *_DISABLE_DEPRECATED in the files that
1350                 use deprecated interfaces. Implicit declarations
1351                 can lead to crashes as prototypes are unknown, as
1352                 evidenced by bug #2315.
1353
1354 2010-12-20 [colin]      3.7.8cvs14
1355
1356         * src/compose.c
1357                 Don't flush events when adding an header entry. This
1358                 can mess up the keypresses in the previous header.
1359                 Instead, make the scroll happen later (doing it on the
1360                 spot without flushing events doesn't work as the new
1361                 requisitions aren't set yet).
1362
1363 2010-12-20 [colin]      3.7.8cvs13
1364
1365         * src/mainwindow.c
1366                 Don't iconify at start on w32. This un-iconifies in the
1367                 background.
1368
1369 2010-12-20 [colin]      3.7.8cvs12
1370
1371         * src/common/base64.c
1372                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
1373                 Patch by pochini at shiny.it
1374
1375 2010-12-19 [colin]      3.7.8cvs11
1376
1377         * src/ldapserver.c
1378                 Better debug.
1379
1380 2010-12-18 [colin]      3.7.8cvs10
1381
1382         * src/compose.c
1383                 Fix bug #2148, "Attachment content-transfer-encoding 
1384                 incorrectly set when signing emails". The RFC 2045
1385                 states that message/* and multipart/* encoding must
1386                 be either 7-bit, 8-bit or binary.
1387
1388 2010-12-18 [mones]      3.7.8cvs9
1389
1390         * src/ldaputil.c
1391                 Fix crash when searching or adding a LDAP server
1392
1393 2010-12-17 [colin]      3.7.8cvs8
1394
1395         * configure.ac
1396         * src/editldap.c
1397         * src/ldapquery.c
1398         * src/ldapserver.c
1399         * src/ldapupdate.c
1400         * src/ldaputil.c
1401         * src/ldaputil.h
1402                 Better error logging. Disable LDAP SSL/TLS on
1403                 Windows, it's crashy/non-worky.
1404
1405 2010-12-17 [colin]      3.7.8cvs7
1406
1407         * src/folder.c
1408                 Fix bug #2325, "messages remains in folder cache after moving
1409                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
1410
1411 2010-12-17 [colin]      3.7.8cvs6
1412
1413         * src/addressadd.c
1414         * src/addressbook.c
1415         * src/addrindex.c
1416         * src/ldapquery.c
1417         * src/ldapquery.h
1418         * src/ldapserver.c
1419         * src/ldapserver.h
1420         * src/ldapupdate.c
1421         * src/ldaputil.c
1422         * src/ldaputil.h
1423                 Windows build fixes (w32 LDAP completely untested!)
1424
1425 2010-12-16 [colin]      3.7.8cvs5
1426
1427         * src/addrindex.c
1428         * src/editldap.c
1429         * src/ldapctrl.c
1430         * src/ldapquery.c
1431         * src/ldapserver.c
1432         * src/ldapserver.h
1433         * src/ldapupdate.c
1434         * src/ldaputil.c
1435                 Try to rationalize a bit LDAP connections
1436
1437 2010-12-16 [colin]      3.7.8cvs4
1438
1439         * src/prefs_spelling.c
1440         * src/common/defs.h
1441                 Add a button to get dictionaries (win32)
1442
1443 2010-12-16 [colin]      3.7.8cvs3
1444
1445         * src/prefs_matcher.c
1446                 Fix bug #2279, "crash when clicking 'define' in filter
1447                 configuring". Thanks to Theodor Ciobanu for the hint at
1448                 the problem.
1449
1450 2010-12-14 [colin]      3.7.8cvs2
1451
1452         * src/gtk/gtkaspell.c
1453                 Add missing guard for sys/wait.h
1454
1455 2010-12-05 [colin]      3.7.8cvs1
1456
1457         * tools/make.themes.project
1458                 Seems wget has changed naming of targets downloaded.
1459                 Fix it by always providing our own name.
1460                 [Pushing mones' patch again after messing with CVSROOT]
1461
1462 2010-12-04 [paul]       3.7.8
1463         * NEWS
1464         * README
1465         * RELEASE_NOTES 
1466                 3.7.8 unleashed!
1467
1468 2010-12-03 [paul]       3.7.7cvs11
1469
1470         * configure.ac
1471         * manual/xml2pdf ** REMOVED **
1472         * manual/dist/pdf/Makefile.am
1473         * manual/es/dist/pdf/Makefile.am
1474         * manual/fr/dist/pdf/Makefile.am
1475         * manual/pl/dist/pdf/Makefile.am
1476                 simplify check for tools needed for manual building,
1477                 remove xml2pdf and use docbook2pdf instead
1478
1479 2010-12-03 [mir]        3.7.7cvs10
1480
1481         * configure.ac
1482                 Fix bug so that configure option --disable-manual
1483                 actually disable building the manuals
1484
1485 2010-12-01 [pawel]      3.7.7cvs9
1486
1487         * src/crash.c
1488                 One more GTK+ 2.22 build fix
1489
1490 2010-11-30 [colin]      3.7.7cvs8
1491
1492         * src/action.c
1493                 Fix bug #2317, 'Action results in "Bad file descriptor"'
1494                 Introduced in 3.7.6cvs57. In fact the error has been there
1495                 since ages, and only new thing is the verification of the
1496                 various functions return code. Let the stuff work as it
1497                 does, as it seems to do the right thing since ages.
1498
1499 2010-11-28 [colin]      3.7.7cvs7
1500
1501         * src/gtk/quicksearch.c
1502                 Fix bug #2313, 'CLI quicksearch sometimes returns 
1503                 the same messages twice'. Patch by Sebastien Bigaret
1504
1505 2010-11-25 [paul]       3.7.7cvs6
1506
1507         * src/prefs_common.c
1508                 make "gtk_can_change_accels" FALSE by default.
1509                 fixes bug #2309, 'Shortcuts should not be modifiable
1510                 by default' (RFE)
1511
1512 2010-11-24 [mones]      3.7.7cvs5
1513
1514         * src/mainwindow.c
1515                 Add missing shortcuts for marking as spam and ham
1516                 Fixes Debian bug #599547
1517
1518 2010-11-22 [colin]      3.7.7cvs4
1519
1520         * src/compose.c
1521                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
1522                 five patches were needed to fix a corner case
1523                 is a good indicator that is was bound to break
1524                 something.
1525
1526 2010-11-21 [colin]      3.7.7cvs3
1527
1528         * src/plugins/pgpcore/claws.def
1529                 Win32 build fix
1530
1531 2010-11-20 [wwp]        3.7.7cvs2
1532
1533         * src/main.c
1534           Fix either a typo or an irrelevant iff word there.
1535           IMO type and recursive possible values should be changed to
1536           smth simple and neat here, and help strings be really
1537           translatable.
1538
1539 2010-11-20 [colin]      3.7.7cvs1
1540
1541         * AUTHORS
1542                 Damn, forgot to commit this file twice.
1543
1544 2010-11-19 [paul]       3.7.7
1545         * NEWS
1546         * README
1547         * RELEASE_NOTES 
1548                 3.7.7 unleashed!
1549
1550 2010-11-19 [paul]       3.7.6cvs66
1551
1552         * po/ca.po
1553         * po/cs.po
1554         * po/de.po
1555         * po/es.po
1556         * po/fi.po
1557         * po/fr.po
1558         * po/hu.po
1559         * po/id.po
1560         * po/pt_BR.po
1561         * po/sk.po
1562         * po/uk.po
1563                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
1564                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
1565                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
1566
1567 2010-11-17 [colin]      3.7.6cvs65
1568
1569         * src/common/utils.c
1570                 Separate email address from timestamp with a dot.
1571                 Fix coding style.
1572
1573 2010-11-17 [colin]      3.7.6cvs64
1574
1575         * src/common/utils.c
1576                 Fix multiple @ in generated message-ids.
1577                 That's not allowed in RFC 2822.
1578
1579 2010-11-16 [mones]      3.7.6cvs63
1580
1581         * manual/es/advanced.xml
1582                 Synchronise with English version
1583
1584 2010-11-04 [wwp]        3.7.6cvs62
1585
1586         * src/filtering.c
1587                 Fix bug 2293, "filtering: simplify expression", as simplifying
1588                 this expression doesn't make it less easy to understand and we
1589                 gain few cycles by making the logical expression more simple
1590                 by applying. Patch by Nicolas Kaiser.
1591
1592 2010-11-03 [colin]      3.7.6cvs61
1593
1594         * src/addrindex.c
1595                 Fix bug 2294, "addrindex.c: address index conversion always
1596                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
1597
1598 2010-11-02 [wwp]        3.7.6cvs60
1599
1600         * src/action.c
1601         * src/statusbar.c
1602         * src/toolbar.c
1603                 Enlarge the progress bar (main window) a bit when compiling
1604                 for UMPCs like maemo: this solves truncated text that might
1605                 appear in the progress bar while processing messages.
1606                 Also use a more compact string format when displaying
1607                 progress like 'number/total', still for UMPCs, this fixes
1608                 a previous inconsistency with these format strings where
1609                 no space around the / were used sometimes.
1610
1611 2010-10-26 [ticho]      3.7.6cvs59
1612
1613         * src/news.c
1614                 Recreate NNTP session if server port setting has changed. Fixes
1615                 bug #2092.
1616
1617 2010-10-26 [colin]      3.7.6cvs58
1618
1619         * src/imap_gtk.c
1620         * src/mh_gtk.c
1621                 Fix copy-paste error, thanks to David Relson
1622                 for spotting it.
1623
1624 2010-10-18 [colin]      3.7.6cvs57
1625
1626         * src/action.c
1627         * src/addrharvest.c
1628         * src/alertpanel.c
1629         * src/filtering.c
1630         * src/jpilot.c
1631         * src/prefs_themes.c
1632         * src/procmime.c
1633         * src/textview.c
1634         * src/gtk/gtkutils.c
1635         * src/gtk/quicksearch.c
1636         * src/gtk/quicksearch.h
1637         * src/plugins/pgpcore/passphrase.c
1638         * src/plugins/spamassassin/libspamc.c
1639                 Fix warnings
1640
1641 2010-10-17 [colin]      3.7.6cvs56
1642
1643         * src/prefs_themes.c
1644         * src/gtk/gtkaspell.c
1645         * src/gtk/gtkutils.c
1646         * src/gtk/gtkutils.h
1647         * src/gtk/inputdialog.c
1648         * src/gtk/progressdialog.c
1649                 Undeprecate a few things
1650
1651 2010-10-17 [colin]      3.7.6cvs55
1652
1653         * src/main.c
1654         * src/gtk/authors.h
1655         * src/gtk/quicksearch.c
1656         * src/gtk/quicksearch.h
1657                 Add ability to search from the command-line.
1658                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
1659                 Patch by Sebastien Bigarret.
1660
1661 2010-10-04 [mones]      3.7.6cvs54
1662
1663         * manual/dist/pdf/Makefile.am
1664                 Fix build of English PDF manual
1665                 (sh: Can't open ../../../xml2pdf)
1666
1667 2010-10-03 [colin]      3.7.6cvs53
1668
1669         * src/folder.c
1670         * src/folder.h
1671         * src/imap.c
1672         * src/mh.c
1673         * src/procmsg.c
1674                 Get rid of GRelation which were, mostly, used as
1675                 GHashTables. Probably fixes bug #2277, 'Segfault when
1676                 loading inbox for the first time'
1677
1678 2010-10-03 [mir]        3.7.6cvs52
1679
1680         * manual/de/dist/html/Makefile.am
1681         * manual/de/dist/pdf/Makefile.am
1682         * manual/de/dist/ps/Makefile.am
1683         * manual/de/dist/txt/Makefile.am
1684         * manual/dist/html/Makefile.am
1685         * manual/dist/pdf/Makefile.am
1686         * manual/dist/ps/Makefile.am
1687         * manual/dist/txt/Makefile.am
1688         * manual/es/dist/html/Makefile.am
1689         * manual/es/dist/pdf/Makefile.am
1690         * manual/es/dist/ps/Makefile.am
1691         * manual/es/dist/txt/Makefile.am
1692         * manual/fr/dist/html/Makefile.am
1693         * manual/fr/dist/pdf/Makefile.am
1694         * manual/fr/dist/ps/Makefile.am
1695         * manual/fr/dist/txt/Makefile.am
1696         * manual/pl/dist/html/Makefile.am
1697         * manual/pl/dist/pdf/Makefile.am
1698         * manual/pl/dist/ps/Makefile.am
1699         * manual/pl/dist/txt/Makefile.am
1700             Missing Makefile.am's for 3.7.6cvs49
1701
1702
1703 2010-10-03 [colin]      3.7.6cvs51
1704
1705         * po/POTFILES.in
1706                 Fix build
1707
1708 2010-10-02 [mir]        3.7.6cvs50
1709
1710         * manual/de/dist/html/Makefile.am
1711         * manual/de/dist/pdf/Makefile.am
1712         * manual/de/dist/ps/Makefile.am
1713         * manual/de/dist/txt/Makefile.am
1714         * manual/dist/html/Makefile.am
1715         * manual/dist/pdf/Makefile.am
1716         * manual/dist/ps/Makefile.am
1717         * manual/dist/txt/Makefile.am
1718         * manual/es/dist/html/Makefile.am
1719         * manual/es/dist/pdf/Makefile.am
1720         * manual/es/dist/ps/Makefile.am
1721         * manual/es/dist/txt/Makefile.am
1722         * manual/fr/dist/html/Makefile.am
1723         * manual/fr/dist/pdf/Makefile.am
1724         * manual/fr/dist/ps/Makefile.am
1725         * manual/fr/dist/txt/Makefile.am
1726         * manual/pl/dist/html/Makefile.am
1727         * manual/pl/dist/pdf/Makefile.am
1728         * manual/pl/dist/ps/Makefile.am
1729         * manual/pl/dist/txt/Makefile.am
1730             Part 2 of last commit which broke due to a permission error
1731             Avoid claws trying to build manuals if the required
1732             tools are not present.
1733
1734 2010-10-02 [mir]        3.7.6cvs49
1735
1736         * configure.ac
1737         * manual/de/dist/html/Makefile.am
1738         * manual/de/dist/pdf/Makefile.am
1739         * manual/de/dist/ps/Makefile.am
1740         * manual/de/dist/txt/Makefile.am
1741         * manual/dist/html/Makefile.am
1742         * manual/dist/pdf/Makefile.am
1743         * manual/dist/ps/Makefile.am
1744         * manual/dist/txt/Makefile.am
1745         * manual/es/dist/html/Makefile.am
1746         * manual/es/dist/pdf/Makefile.am
1747         * manual/es/dist/ps/Makefile.am
1748         * manual/es/dist/txt/Makefile.am
1749         * manual/fr/dist/html/Makefile.am
1750         * manual/fr/dist/pdf/Makefile.am
1751         * manual/fr/dist/ps/Makefile.am
1752         * manual/fr/dist/txt/Makefile.am
1753         * manual/pl/dist/html/Makefile.am
1754         * manual/pl/dist/pdf/Makefile.am
1755         * manual/pl/dist/ps/Makefile.am
1756         * manual/pl/dist/txt/Makefile.am
1757             1) Downgrade autoconf requirements to 2.59 to allow
1758             building on oldest supported Linux distributions.
1759             2) Only try to build manuals if the needed software
1760             is present.
1761
1762 2010-10-02 [colin]      3.7.6cvs48
1763
1764         * src/plugins/trayicon/trayicon.c
1765                 And fix theme updating.
1766
1767 2010-10-02 [colin]      3.7.6cvs47
1768
1769         * src/plugins/trayicon/trayicon.c
1770                 Got burnt by wrong indentation!
1771
1772 2010-10-02 [colin]      3.7.6cvs46
1773
1774         * configure.ac
1775                 Forgot to remove the directory from top-level
1776
1777 2010-10-02 [colin]      3.7.6cvs45
1778
1779         * src/plugins/trayicon/Makefile.am
1780         * src/plugins/trayicon/trayicon.c
1781         * src/plugins/trayicon/libeggtrayicon/.cvsignore
1782         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1783         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1784         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1785         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
1786         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1787         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1788         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1789         * src/plugins/trayicon/libeggtrayicon/xembed.h
1790                 Finally get rid of Eggtrayicon, use GtkStatusIcon
1791                 instead (which can be done safely now that we 
1792                 require GTK+ 2.10).
1793
1794 2010-10-02 [colin]      3.7.6cvs44
1795
1796         * src/action.c
1797         * src/addr_compl.c
1798         * src/addressbook.c
1799         * src/addrgather.c
1800         * src/alertpanel.c
1801         * src/editaddress.c
1802         * src/editaddress_other_attributes_ldap.c
1803         * src/editgroup.c
1804         * src/folderview.c
1805         * src/grouplistdialog.c
1806         * src/headerview.c
1807         * src/image_viewer.c
1808         * src/importldif.c
1809         * src/main.c
1810         * src/mainwindow.c
1811         * src/message_search.c
1812         * src/mimeview.c
1813         * src/prefs_themes.c
1814         * src/summary_search.c
1815         * src/summaryview.c
1816         * src/toolbar.c
1817         * src/etpan/imap-thread.c
1818         * src/gtk/authors.h
1819         * src/gtk/gtkcmclist.c
1820         * src/gtk/gtkcmoptionmenu.c
1821         * src/gtk/gtkutils.c
1822         * src/gtk/gtkutils.h
1823         * src/gtk/gtkvscrollbutton.c
1824         * src/plugins/pgpcore/select-keys.c
1825         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1826                 Undeprecate for GTK+2.22. Patch by Reed Loden.
1827                 Fixes bug #2276, 'Compile in maintainer mode
1828                 fails on GTK+ 2.22'.
1829
1830 2010-10-02 [colin]      3.7.6cvs43
1831
1832         * configure.ac
1833                 It's now time to remove the temporary enable-openssl
1834                 option that was used when we removed OpenSSL. See 
1835                 bug #2276 comment #14.
1836
1837 2010-09-30 [wwp]        3.7.6cvs42
1838
1839         * src/prefs_account.c
1840         * src/prefs_filtering_action.c
1841         * src/prefs_matcher.c
1842                         Fix bug #2274, wrong color label index range
1843                         used w/ gtk_cmoption_menu (behaviour change
1844                         has been introduced w/ 3.5.0cvs49 apparently),
1845                         now it must be 1..N so let's use colorlabel value
1846                         (0..N) + 1.
1847                         
1848
1849 2010-09-20 [pawel]      3.7.6cvs41
1850
1851         * src/compose.c
1852         * src/mainwindow.c
1853         * src/summaryview.c
1854                 revert last patch
1855
1856 2010-09-19 [pawel]      3.7.6cvs40
1857
1858         * src/compose.c
1859         * src/mainwindow.c
1860         * src/summaryview.c
1861                 Set ML menus sensitivity accordingly to
1862                 possibility of reply to ML
1863
1864 2010-09-19 [colin]      3.7.6cvs39
1865
1866         * src/compose.c
1867                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
1868                 to newsgroups, and NNTP accounts *can* send email. We 
1869                 should not force an email account when replying to_ml or
1870                 anything...
1871
1872 2010-09-19 [colin]      3.7.6cvs38
1873
1874         * src/compose.c
1875                 Revert previous commit (which breaks Reply to newsgroups)
1876
1877 2010-09-17 [pawel]      3.7.6cvs37
1878
1879         * src/compose.c
1880                 Respect reply_account_autosel when changing compose
1881                 account to email one while replying to NNTP post
1882
1883 2010-09-17 [wwp]        3.7.6cvs36
1884
1885         * doc/man/claws-mail.1
1886         Update --compose documentation in `man claws-mail`.
1887
1888 2010-09-12 [pawel]      3.7.6cvs35
1889
1890         * src/compose.c
1891                 Add forgotten bit to previous commit,
1892                 select email account when replying to ML
1893
1894 2010-09-12 [pawel]      3.7.6cvs34
1895
1896         * src/compose.c
1897                 Fix bug #2247 "nntp reply-to-all broken?"
1898                 Make reply-to-all and reply-to-ml work as expected in
1899                 mailing list through NNTP case
1900
1901 2010-09-11 [pawel]      3.7.6cvs33
1902
1903         * src/mainwindow.c
1904         * src/summaryview.c
1905         * src/toolbar.c
1906                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
1907                 fixes build with GTK+ < 2.18
1908
1909 2010-09-10 [pawel]      3.7.6cvs32
1910
1911         * src/mainwindow.c
1912         * src/summaryview.c
1913         * src/toolbar.c
1914                 Make Tab key switch between FolderView, MsgView and
1915                 SummaryView only, other widgets have/can have their own
1916                 keybindings anyway
1917
1918 2010-08-25 [colin]      3.7.6cvs31
1919
1920         * src/procmime.c
1921         * AUTHORS
1922         * src/gtk/authors.h
1923         * src/common/base64.c
1924         * src/common/base64.h
1925                 Fix bug #2245, "base64 decoding fails with line breaks"
1926                 Patch by Yotam Medini
1927
1928 2010-08-25 [colin]      3.7.6cvs30
1929
1930         * src/main.c
1931                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
1932
1933 2010-08-23 [pawel]      3.7.6cvs29
1934
1935         * src/inc.c
1936         * src/send_message.c
1937         * src/statusbar.c
1938         * src/toolbar.c
1939                 Hide progressbar on statusbar when not needed
1940
1941 2010-08-17 [colin]      3.7.6cvs28
1942
1943         * src/main.c
1944                 Fix previous patch (our own tmp dir is inside
1945                 our rc dir)
1946
1947 2010-08-16 [colin]      3.7.6cvs27
1948
1949         * src/main.c
1950                 Use temp dir to store logs in Windows. Avoids doing
1951                 get_rc_dir() early, which prevents set_rc_dir()
1952                 working correctly.
1953
1954 2010-07-31 [holger]     3.7.6cvs26
1955
1956         * src/gtk/gtkshruler.c
1957                 Yet more GdkGC to Cairo porting
1958
1959 2010-07-30 [holger]     3.7.6cvs25
1960
1961         * src/stock_pixmap.c
1962                 More GdkGC to Cairo porting
1963
1964 2010-07-30 [holger]     3.7.6cvs24
1965
1966         * src/gtk/colorlabel.c
1967                 One GdkGC usage less
1968
1969 2010-07-29 [holger]     3.7.6cvs23
1970
1971         * src/printing.c
1972                 Replace some gdk drawing with cairo, as the former
1973                 is going towards deprecation.
1974
1975 2010-07-25 [colin]      3.7.6cvs22
1976
1977         * src/common/utils.c
1978                 And now for a real fix. g_list_remove() doesn't, of
1979                 course, free the data. But we have to have a solid
1980                 pointer to it in order to free it ourselves instead
1981                 of relying on the old freed list pointer.
1982                 Maybe that's the last patch on the subject now ? :)
1983
1984 2010-07-25 [colin]      3.7.6cvs21
1985
1986         * src/common/utils.c
1987                 Remove stupid and extraneous g_free() of elements
1988                 which have just been freed by g_list_remove(). (see
1989                 GList documentation). I don't know how it worked before
1990
1991 2010-07-25 [colin]      3.7.6cvs20
1992
1993         * src/common/utils.c
1994                 Reverse free/use with more logical and safe
1995                 use/free. Thanks to Michael Rasmussen !
1996
1997 2010-07-24 [colin]      3.7.6cvs19
1998
1999         * src/gtk/quicksearch.c
2000                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
2001                 'freeze when using quick search'
2002
2003 2010-07-11 [iwkse]      3.7.6cvs18
2004
2005         * src/gtk/quicksearch.c
2006                 Add SMALL_LAYOUT to quicksearch_relayout
2007
2008 2010-07-10 [iwkse]      3.7.6cvs17
2009
2010         * src/mainwindow.h
2011                         Remove forgotten variable from
2012                         the last bugfix #2224
2013
2014 2010-07-10 [colin]      3.7.6cvs16
2015
2016         * src/mainwindow.c
2017         * src/gtk/quicksearch.c
2018                 Clean fix for bug #2224: don't mess with GTK settings when
2019                 handling the layout ourselves is enough
2020
2021 2010-07-09 [iwkse]      3.7.6cvs15
2022
2023         * src/mainwindow.h
2024         * src/mainwindow.c
2025                         Better fix for Bug #2224
2026
2027 2010-07-09 [iwkse]      3.7.6cvs14
2028
2029         * src/mainwindow.c
2030                         Bug #2224
2031                         Always use stock icons on buttons
2032
2033 2010-07-08 [colin]      3.7.6cvs13
2034
2035         * src/gtk/filesel.c
2036                 Fix bug 2223, 'Compilation fails with GTK+
2037                 2.21.3'. Thanks to Jan Psota !
2038
2039 2010-06-29 [pawel]      3.7.6cvs12
2040
2041         * src/compose.c
2042                 Revert 3.7.5cvs41, it breaks templates that use %X
2043
2044 2010-06-23 [wwp]        3.7.6cvs11
2045
2046         * src/gtk/colorlabel.c
2047                 Silent up a warning by avoiding possible confusion
2048                 in logical expression evaluation, thanks to TuxCM.
2049
2050 2010-06-21 [iwkse]      3.7.6cvs10
2051
2052         * src/gtk/quicksearch.c
2053                 Do not add into quicksearch history
2054                 matching rules with bad syntax
2055
2056 2010-05-26 [holger]     3.7.6cvs9
2057
2058         * src/summaryview.c
2059         * src/summaryview.h
2060                 Add function to select rows given a list of messages,
2061                 complementary to summary_get_selected_msg_list()
2062
2063 2010-05-22 [mir]        3.7.6cvs8
2064
2065         * src/ldapctrl.c
2066                 Fix bug 2208. Encode encrypted password to qouted
2067                 printable to avoid making invalid XML. Encoding
2068                 will be activated the first time the password is
2069                 changed.
2070
2071 2010-05-22 [paul]       3.7.6cvs7
2072
2073         * manual/advanced.xml
2074         * src/compose.c
2075         * src/prefs_common.c
2076         * src/prefs_common.h
2077                 after using the compose margin for several days
2078                 I wanted the old style back - add a new hidden
2079                 pref 'show_compose_margin' to restore the old
2080                 behaviour (defaults to FALSE)
2081
2082 2010-05-14 [paul]       3.7.6cvs6
2083
2084         * src/compose.c
2085                 add a margin to the compose window text that matches
2086                 the margin in textview
2087
2088 2010-05-14 [colin]      3.7.6cvs5
2089
2090         * src/gtk/sslcertwindow.c
2091                 Fix dangling pointer. Thanks to Michael R!
2092
2093 2010-05-14 [colin]      3.7.6cvs4
2094
2095         * src/gtk/sslcertwindow.c
2096                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
2097                 expired but certificate check is skipped' and maybe
2098                 bug 2200, 'SSL is not working with POP3'
2099
2100 2010-05-14 [colin]      3.7.6cvs3
2101
2102         * src/plugins/pgpinline/pgpinline.c
2103                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
2104
2105 2010-05-04 [iwkse]      3.7.6cvs2
2106
2107         * src/prefs_message.c
2108                         Get a generic name as 'Quotation' for
2109                         the frame
2110
2111 2010-05-04 [iwkse]      3.7.6cvs1
2112
2113         * src/prefs_message.c
2114         * src/prefs_common.h
2115         * src/prefs_common.c
2116         * src/textview.c
2117                         Fix #2188
2118                         Option for collapsing via double-click
2119
2120 2010-05-01 [paul]       3.7.6
2121         * NEWS
2122         * README
2123         * RELEASE_NOTES 
2124                 3.7.6 unleashed!
2125
2126 2010-05-01 [paul]       3.7.5cvs55
2127
2128         * tools/claws.i18n.status.pl
2129                 add Ukrainian stat
2130
2131 2010-05-01 [paul]       3.7.5cvs54
2132
2133         * src/gtk/authors.h
2134                 add YUP, new Ukrainian translator
2135
2136 2010-04-30 [paul]       3.7.5cvs53
2137
2138         * configure.ac
2139         * po/uk.po
2140                 add Ukrainian translation, submitted by YUP
2141         * po/cs.po
2142         * po/de.po
2143         * po/fi.po
2144         * po/hu.po
2145         * po/nl.po
2146         * po/pt_BR.po
2147         * po/pt_PT.po
2148         * po/sk.po
2149                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
2150                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
2151                 Tiago Faria, and Slavko
2152
2153 2010-04-26 [wwp]        3.7.5cvs52
2154
2155         * po/fr.po
2156                 Fix capitalization.
2157
2158 2010-04-26 [mones]      3.7.5cvs51
2159
2160         * po/es.po
2161                 Updated for release
2162
2163 2010-04-22 [pawel]      3.7.5cvs50
2164
2165         * src/addressbook.c
2166                 fix compile warning
2167         * src/vcard.c
2168                 first NULL check pointer, then use it
2169
2170 2010-04-22 [colin]      3.7.5cvs49
2171
2172         * src/imap.c
2173                 Fix error message when session isn't established
2174         * po/fr.po
2175                 Update translation and fix a typo in it
2176
2177 2010-04-15 [pawel]      3.7.5cvs48
2178
2179         * src/prefs_account.c
2180                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
2181                                 the port isn't configured properly'
2182                 When using SSL/TLS tunneling automatically use default
2183                 ports for encrypted connections: smtps, pop3s, imaps, nntps
2184
2185 2010-04-15 [pawel]      3.7.5cvs47
2186
2187         * src/action.c
2188                 Fix crasher in actions using '%f' argument
2189                 on multiple files with external scripts which
2190                 don't return any output.
2191
2192 2010-04-14 [colin]      3.7.5cvs46
2193
2194         * src/mainwindow.c
2195                 Fix hand cursor after error symbol appears
2196
2197 2010-04-12 [colin]      3.7.5cvs45
2198
2199         * configure.ac
2200                 Fix bug 2162, 'configure check for libetpan 
2201                 fails with libetpan 1.0'
2202
2203
2204 2010-04-09 [mones]      3.7.5cvs44
2205
2206         * manual/de/glossary.xml
2207                 Fix encoding to match main document's
2208                 Also fixes make dist with Debian's openjade
2209
2210 2010-03-29 [pawel]      3.7.5cvs43
2211
2212         * src/matcher_parser.h
2213         * src/matcher_parser_parse.y
2214         * src/gtk/quicksearch.c
2215                 Disable matcher warnings when populating quicksearch
2216                 completion lists on startup
2217
2218 2010-03-27 [colin]      3.7.5cvs42
2219
2220         * src/gtk/quicksearch.c
2221                 Fix double-free later in code. Optimize
2222                 list creation
2223
2224 2010-03-27 [pawel]      3.7.5cvs41
2225
2226         * src/compose.c
2227                 Make sure that quote ends with new line char
2228
2229 2010-03-26 [pawel]      3.7.5cvs40
2230
2231         * src/compose.c
2232         * src/compose.h
2233         * src/textview.c
2234                 Fix Bug 1928 Add "reply to this address" pop menu 
2235                              on Message View
2236                 - Set composing account to email one when creating/replying
2237                   from NNTP folder by clicking link or choosing option
2238                   from popup menu
2239                 - Factorize code
2240
2241 2010-03-25 [paul]       3.7.5cvs39
2242
2243         * src/gtk/gtkcmclist.c
2244                 Fix build with GTK+ 2.20
2245
2246 2010-03-24 [pawel]      3.7.5cvs38
2247
2248         * src/addr_compl.c
2249         * src/compose.c
2250         * src/folderview.c
2251         * src/grouplistdialog.c
2252         * src/headerview.c
2253         * src/mainwindow.c
2254         * src/mimeview.c
2255         * src/prefs_account.c
2256         * src/gtk/gtkcmclist.c
2257         * src/gtk/gtkcmctree.c
2258         * src/gtk/gtkcmoptionmenu.c
2259         * src/gtk/gtksctree.c
2260         * src/gtk/gtkshruler.c
2261         * src/gtk/gtkutils.c
2262         * src/gtk/gtkutils.h
2263         * src/gtk/gtkvscrollbutton.c
2264         * src/gtk/inputdialog.c
2265         * src/gtk/spell_entry.c
2266         * src/plugins/trayicon/trayicon.c
2267         * src/plugins/trayicon/libeggtrayicon/Makefile.am
2268         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2269         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2270                 Fix build with GTK+ 2.19
2271
2272 2010-03-23 [pawel]      3.7.5cvs37
2273
2274         * src/mainwindow.c
2275         * src/mimeview.c
2276                 Respect view->show_col_headers option
2277         * src/gtk/gtkcmctree.c
2278                 Fix GtkCmcTree column width calculation when it has
2279                 auto_resize set and new node is added
2280
2281 2010-03-22 [pawel]      3.7.5cvs36
2282
2283         * src/grouplistdialog.c
2284         * src/prefs_common.c
2285         * src/prefs_common.h
2286                 - remember newsgroups list dialog size
2287                 - respect use_dotted_lines hidden pref
2288                 - respect use_stripes_everywhere hidden pref
2289
2290 2010-03-21 [pawel]      3.7.5cvs35
2291
2292         * src/addrgather.c
2293                 Remove superfluous gtk_widget_show_all()
2294         * src/mimeview.c
2295                 Add forgotten colon
2296         * src/common/utils.c
2297                 Return correct type
2298
2299 2010-03-21 [pawel]      3.7.5cvs34
2300
2301         * src/main.c
2302         * src/gtk/quicksearch.c
2303         * src/gtk/quicksearch.h
2304                 Implement separate search phrase completion for
2305                 normal/extended quicksearch
2306
2307 2010-03-11 [paul]       3.7.5cvs33
2308
2309         * po/zh_CN.po
2310                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
2311                 submitted by Yuwei Yu
2312
2313 2010-03-09 [colin]      3.7.5cvs32
2314
2315         * manual/de/glossary.xml
2316                 Fix build
2317
2318 2010-03-02 [colin]      3.7.5cvs31
2319
2320         * manual/de/glossary.xml
2321                 Sort alphabetically. Done by Volker Ribbert.
2322
2323 2010-03-02 [mones]      3.7.5cvs30
2324
2325         * README
2326                 Fix mailing list archives location
2327                 Remove currently unavailable CVS webview
2328
2329 2010-03-01 [iwkse]      3.7.5cvs29
2330
2331         * src/common/plugin.c
2332                         Other indentation issues
2333
2334 2010-03-01 [iwkse]      3.7.5cvs28
2335
2336         * src/common/plugin.c
2337                         Fix indentation of the previous commit
2338
2339 2010-03-01 [iwkse]      3.7.5cvs27
2340
2341         * src/common/plugin.h
2342         * src/common/plugin.c
2343                         Add API for getting a loaded Plugin from the
2344                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
2345                         Thanks to Colin, Michael
2346
2347 2010-02-27 [colin]      3.7.5cvs26
2348
2349         * configure.ac
2350         * AUTHORS
2351         * src/gtk/authors.h
2352         * manual/Makefile.am
2353         * manual/de/Makefile.am
2354         * manual/de/account.xml
2355         * manual/de/ack.xml
2356         * manual/de/addrbook.xml
2357         * manual/de/advanced.xml
2358         * manual/de/claws-mail-manual.xml
2359         * manual/de/faq.xml
2360         * manual/de/glossary.xml
2361         * manual/de/gpl.xml
2362         * manual/de/handling.xml
2363         * manual/de/intro.xml
2364         * manual/de/keyboard.xml
2365         * manual/de/plugins.xml
2366         * manual/de/starting.xml
2367         * manual/de/dist/.cvsignore
2368         * manual/de/dist/Makefile.am
2369         * manual/de/dist/html/.cvsignore
2370         * manual/de/dist/html/Makefile.am
2371         * manual/de/dist/pdf/.cvsignore
2372         * manual/de/dist/pdf/Makefile.am
2373         * manual/de/dist/ps/.cvsignore
2374         * manual/de/dist/ps/Makefile.am
2375         * manual/de/dist/txt/.cvsignore
2376         * manual/de/dist/txt/Makefile.am
2377                 Add the german translation of the manual, done by
2378                 Volker Ribbert <thoraki@arcor.de>.
2379
2380 2010-02-27 [holger]     3.7.5cvs25
2381
2382         * src/prefs_toolbar.c
2383                 Don't make toolbar item description for
2384                 plugin registered items editable
2385
2386 2010-02-26 [colin]      3.7.5cvs24
2387
2388         * src/toolbar.c
2389                 Don't translate empty description
2390
2391 2010-02-22 [colin]      3.7.5cvs23
2392
2393         * src/compose.c
2394                 Don't make In-Reply-To visible when reediting
2395                 a draft or sent mail.
2396
2397 2010-02-20 [colin]      3.7.5cvs22
2398
2399         * src/imap.c
2400         * src/imap.h
2401         * src/main.c
2402         * src/mainwindow.c
2403         * src/etpan/imap-thread.c
2404         * src/etpan/imap-thread.h
2405         * src/etpan/nntp-thread.c
2406         * src/etpan/nntp-thread.h
2407                 When going offline from NetworkManager, just
2408                 delete IMAP connections. That'll avoid timeouts
2409                 when coming back online in certain cases when
2410                 the TCP socket will have timed out.
2411
2412 2010-02-20 [holger]     3.7.5cvs21
2413
2414         * .cvsignore
2415                 More files to ignore
2416
2417 2010-02-17 [ticho]      3.7.5cvs20
2418
2419         * src/summaryview.c
2420         * src/summaryview.h
2421         * src/toolbar.c
2422                 Revert 3.7.5cvs19.
2423
2424 2010-02-16 [ticho]      3.7.5cvs19
2425
2426         * src/summaryview.c
2427         * src/summaryview.h
2428         * src/toolbar.c
2429                 Removed unused argument from summary_open_row().
2430
2431 2010-02-10 [pawel]      3.7.5cvs18
2432
2433         * src/compose.c
2434                 - fix headers filtering when prefs_common.trans_hdr is on
2435                 - fix headers setting when changing composing account 
2436                 - plug memleak
2437         * src/prefs_template.c
2438                 Re-add template's name for translation
2439
2440 2010-02-10 [colin]      3.7.5cvs17
2441
2442         * src/prefs_matcher.c
2443                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
2444                 Condition>Define>Header>Name combo box'. Patch by
2445                 Francois Cami
2446
2447 2010-02-10 [colin]      3.7.5cvs16
2448
2449         * src/codeconv.c
2450         * src/codeconv.h
2451         * src/compose.c
2452         * src/mainwindow.c
2453         * src/messageview.c
2454         * src/prefs_send.c
2455         * src/procmime.c
2456         * src/textview.c
2457                 Add the GB18030 Chinese charset, which is a superset
2458                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
2459
2460 2010-02-09 [holger]     3.7.5cvs15
2461
2462         * configure.ac
2463                 GTK+ 2.10 related cleanup
2464
2465 2010-02-09 [pawel]      3.7.5cvs14
2466
2467         * src/prefs_account.c
2468         * src/prefs_folder_item.c
2469         * src/prefs_template.c
2470         * src/quote_fmt.c
2471                 Respect prefs_common.trans_hdr in couple more places to avoid
2472                 confusion with translated/non-translated header names
2473
2474 2010-02-09 [colin]      3.7.5cvs13
2475
2476         * po/POTFILES.in
2477                 Fix make dist
2478
2479 2010-02-09 [colin]      3.7.5cvs12
2480
2481         * src/mimeview.c
2482                 And fix 2.10 build :)
2483
2484 2010-02-09 [colin]      3.7.5cvs11
2485
2486         * configure.ac
2487                 Bump up GTK+ requirement to 2.10
2488         * src/Makefile.am
2489         * src/compose.c
2490         * src/crash.c
2491         * src/foldersel.c
2492         * src/main.c
2493         * src/mainwindow.c
2494         * src/messageview.c
2495         * src/messageview.h
2496         * src/prefs_actions.c
2497         * src/prefs_common.c
2498         * src/prefs_common.h
2499         * src/prefs_ext_prog.c
2500         * src/prefs_filtering_action.c
2501         * src/prefs_fonts.c
2502         * src/prefs_image_viewer.c
2503         * src/prefs_matcher.c
2504         * src/prefs_msg_colors.c
2505         * src/prefs_summaries.c
2506         * src/prefs_template.c
2507         * src/printing.c
2508         * src/printing.h
2509         * src/quote_fmt.c
2510         * src/summaryview.c
2511         * src/textview.c
2512         * src/gtk/Makefile.am
2513         * src/gtk/about.c
2514         * src/gtk/gtkcmclist.c
2515         * src/gtk/gtkcmctree.c
2516         * src/gtk/gtkutils.c
2517         * src/gtk/quicksearch.c
2518                 Remove all compile-time conditionals depending on
2519                 GTK+ < 2.10
2520         * src/gedit-print.c
2521         * src/gedit-print.h
2522         * src/gtk/gtksourceprintjob.c
2523         * src/gtk/gtksourceprintjob.h
2524                 Remove libgnomeprint-based printing system (and
2525                 command-line-based printing system) as GTK+ 2.10
2526                 ships with print support.
2527
2528 2010-02-08 [mir]        3.7.5cvs10
2529
2530         * src/compose.c
2531             Avoid displaying Bcc headers in message sent
2532             to NNTP servers. Thanks to Henning Mersch.
2533
2534
2535 2010-02-08 [pawel]      3.7.5cvs9
2536
2537         * src/mimeview.c
2538                 Make tooltips less cryptic
2539         * src/gtk/description_window.c
2540                 Improve window size calculation
2541
2542 2010-02-08 [pawel]      3.7.5cvs8
2543
2544         * src/compose.c
2545         * src/compose.h
2546         * src/common/utils.c
2547         * src/common/utils.h
2548         * src/gtk/authors.h
2549                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
2550                 Patch by Laurent Bigonville with slight modifications
2551
2552 2010-02-03 [pawel]      3.7.5cvs7
2553
2554         * m4/.cvsignore
2555                 Add some libtool files to ignore
2556
2557 2010-02-03 [pawel]      3.7.5cvs6
2558
2559         * src/plugins/trayicon/trayicon.c
2560                 Save and then restore focus when closing/minimizing to tray
2561
2562 2010-02-03 [mir]        3.7.5cvs5
2563
2564         * src/addrindex.c
2565         * src/editldap.c
2566         * src/ldapctrl.c
2567         * src/ldapctrl.h
2568         * src/ldapquery.c
2569         * src/ldapupdate.c
2570             Save LDAP password encrypted. See bug 2113.
2571
2572
2573 2010-02-03 [colin]      3.7.5cvs4
2574
2575         * src/privacy.c
2576                 Fix again decoding of encrypted parts. The
2577                 reverting of the patch was wrong, as the
2578                 double-decoding was fixed in smime itself.
2579                 Thanks to Matthias Drochner again...
2580
2581 2010-02-02 [colin]      3.7.5cvs3
2582
2583         * src/plugins/smime/smime.c
2584         * src/privacy.c
2585                 Revert 3.7.4cvs2 and make a better patch for bug
2586                 2059 and 2076. Patch by Matthias Drochner
2587
2588 2010-01-31 [pawel]      3.7.5cvs2
2589
2590         * src/gtk/authors.h
2591                 Fix hungarian translator's name
2592
2593 2010-01-31 [pawel]      3.7.5cvs1
2594
2595         * src/messageview.c
2596         * src/mimeview.c
2597                 Fix Bug 2107 - Arrow keys don't work in message view window
2598
2599 2010-01-31 [paul]       3.7.5
2600
2601         * NEWS
2602         * README
2603         * RELEASE_NOTES 
2604                 3.7.5 released!
2605
2606 2010-01-23 [pawel]      3.7.4cvs10
2607
2608         * src/addressbook.c
2609                 Fix button sensitivity in compose mode
2610
2611 2010-01-23 [pawel]      3.7.4cvs9
2612
2613         * commitHelper
2614         * tools/kdeservicemenu/install.sh
2615         * tools/make.themes.project
2616         * tools/nautilus2claws-mail.sh
2617         * tools/popfile-link.sh
2618         * tools/textviewer.sh
2619                 Not all systems have bash installed in /bin, use env(1) to find
2620                 it`s location
2621
2622 2010-01-22 [pawel]      3.7.4cvs8
2623
2624         * src/prefs_account.c
2625         * src/prefs_filtering.c
2626         * src/prefs_send.c
2627         * src/gtk/colorlabel.c
2628                 Add some separators in combos
2629
2630 2010-01-22 [pawel]      3.7.4cvs7
2631
2632         * autogen.sh
2633                 --disable-aspell -> --disable-enchant
2634         * configure.ac
2635                 Fix options spacing in configure --help
2636         * src/wizard.c
2637                 Make wizard's window centered on the screen
2638
2639 2010-01-19 [holger]     3.7.4cvs6
2640
2641         * src/folder.c
2642         * src/folder.h
2643                 Introduce folder_get_item_from_identifier().
2644                 In contrast to folder_find_item_from_identifier(), this
2645                 function recursively creates the FolderItems in the id path.
2646                 Useful for programmatically creating folders (e.g. by plugins)
2647
2648 2010-01-17 [pawel]      3.7.4cvs5
2649
2650         * src/gtk/authors.h
2651                 Fix my lastname
2652
2653 2010-01-16 [colin]      3.7.4cvs4
2654
2655         * src/plugins/pgpcore/sgpgme.c
2656                 Probably fix bug 2098, 'claws-mails crashes frequently 
2657                 with pgpcore'. Fix double-free.
2658
2659 2010-01-16 [holger]     3.7.4cvs3
2660
2661         * src/prefs_toolbar.h
2662                 Forgotten header
2663
2664 2010-01-15 [colin]      3.7.4cvs2
2665
2666         * src/privacy.c
2667                 Decode mimeinfo before decrypting it. Probably
2668                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
2669                 with S/MIME encryption' and bug 2076 'having 
2670                 worked 2 times properly CLAWS ceased to 
2671                 decrypt incoming PGP mails -displays base64 
2672                 instead - sucks completely'
2673                 Let's hope complete suckage ends here!
2674                 Thanks to Matthias Drochner.
2675
2676 2010-01-08 [paul]       3.7.4cvs1
2677
2678         * tools/claws.i18n.status.pl
2679                 fix typos
2680
2681 2010-01-08 [paul]       3.7.4
2682
2683         * NEWS
2684         * README
2685         * RELEASE_NOTES 
2686                 3.7.4 released!
2687
2688 2010-01-08 [paul]       3.7.3cvs57
2689
2690         * po/ca.po
2691         * po/cs.po
2692         * po/de.po
2693         * po/fi.po
2694         * po/hu.po
2695         * po/id.po
2696         * po/ja.po
2697         * po/nl.po
2698         * po/pt_BR.po
2699         * po/pt_PT.po
2700         * po/ru.po
2701         * po/sk.po
2702                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
2703                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
2704                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
2705                 Slavko
2706
2707 2010-01-08 [paul]       3.7.3cvs56
2708
2709         * src/common/utils.c
2710                 fix bug 2089, 'URLs ending with an underscore ('_')
2711                 are not correctly parsed'. thanks to Johan
2712
2713 2010-01-05 [colin]      3.7.3cvs55
2714
2715         * po/fr.po
2716                 Update french translation
2717
2718 2010-01-04 [mones]      3.7.3cvs54
2719
2720         * po/es.po
2721                 Update Spanish translation
2722
2723 2010-01-04 [mones]      3.7.3cvs53
2724
2725         * manual/plugins.xml
2726                 Some format
2727         * manual/es/claws-mail-manual.xml
2728         * manual/es/intro.xml
2729         * manual/es/plugins.xml
2730                 Synchronise with English version
2731
2732 2010-01-03 [paul]       3.7.3cvs52
2733
2734         * ChangeLog
2735                 fix format
2736         * src/gtk/authors.h
2737                 update TEAM_LIST, fix encoding
2738
2739 2010-01-03 [mir]        3.7.3cvs51
2740
2741         * src/compose.c
2742                 When composing to a NNTP list TO: will always be preset
2743                 to the NNTP list unless user has chosen some other default
2744                 in which case we will handle this the normal way. Therefore
2745                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
2746
2747 2010-01-01 [paul]       3.7.3cvs50
2748
2749         * src/gtk/about.c
2750                 bump copyright year whilst it's in mind
2751
2752 2009-12-31 [paul]       3.7.3cvs49
2753
2754         * manual/claws-mail-manual.xml
2755         * manual/intro.xml
2756         * manual/plugins.xml
2757                 fix links so that they make sense in the context of the
2758                 text version of the manual
2759
2760 2009-12-31 [paul]       3.7.3cvs48
2761
2762         * manual/intro.xml
2763         * manual/plugins.xml
2764                 updates, improvements, corrections, additions
2765
2766 2009-12-29 [pawel]      3.7.3cvs47
2767
2768         * src/prefs_filtering_action.c
2769                 Fix Bug 2082 'Wrong color rectangle position when replacing
2770                 "color" processing rule'
2771
2772 2009-12-29 [colin]      3.7.3cvs46
2773
2774         * src/compose.c
2775                 Fix bug 2074, 'Remember sending account 
2776                 for sent messages'
2777
2778 2009-12-20 [holger]     3.7.3cvs45
2779
2780         * src/compose.c
2781                 Delay CREATED_HOOKLIST invokation until
2782                 after the modifications to the compose window
2783                 are done, to allow hooks to further modify the
2784                 window without getting overridden again
2785
2786 2009-12-20 [holger]     3.7.3cvs44
2787
2788         * src/prefs_toolbar.h
2789                 Fix last commit
2790
2791 2009-12-20 [holger]     3.7.3cvs43
2792
2793         * src/prefs_toolbar.c
2794         * src/prefs_toolbar.h
2795         * src/toolbar.c
2796                 Pass window struct to caller
2797
2798 2009-12-20 [holger]     3.7.3cvs42
2799
2800         * src/compose.c
2801         * src/compose.h
2802                 Add hooklist after creation of a compose window
2803
2804 2009-12-19 [holger]     3.7.3cvs41
2805
2806         * src/prefs_toolbar.c
2807         * src/prefs_toolbar.h
2808         * src/toolbar.c
2809                 Allow plugins to choose to which toolbar they want
2810                 to add actions (main window, compose window, or message view)
2811
2812 2009-12-19 [paul]       3.7.3cvs40
2813
2814         * src/statusbar.c
2815                 fix statusbar in GTK+ 2.19.1
2816
2817 2009-12-10 [pawel]      3.7.3cvs39
2818
2819         * src/compose.c
2820                 Better fix for cvs28 regression
2821
2822 2009-12-10 [iwkse]      3.7.3cvs38
2823
2824         * src/compose.c
2825             Fix some indentation
2826
2827 2009-12-10 [iwkse]      3.7.3cvs37
2828
2829         * src/compose.c
2830             Add missing checks for gtkaspell: avoid
2831             crashing in some cases when Enchant is 
2832             enabled but the spell checker is disabled 
2833             in preferences.
2834
2835 2009-12-09 [colin]      3.7.3cvs36
2836
2837         * src/compose.c
2838                 Fix leak and unchecked accesses.
2839
2840 2009-12-09 [mir]        3.7.3cvs35
2841
2842         * src/compose.c
2843         Fix Bug 2072 "template at folder properties is not working"
2844         introduced in cvs24.
2845
2846 2009-12-08 [pawel]      3.7.3cvs34
2847
2848         * src/compose.c
2849                 When 'Reply All' remove current compose address from
2850                 Cc/Bcc list - fix for regression introduced in cvs28
2851
2852 2009-12-05 [pawel]      3.7.3cvs33
2853
2854         * src/messageview.c
2855                 Fix memory management, duh!
2856
2857 2009-12-04 [pawel]      3.7.3cvs32
2858
2859         * src/messageview.c
2860                 Use case insensitive comparison in search for
2861                 duplicate urls
2862         * src/uri_opener.c
2863                 Refresh scrollbars on every window open
2864
2865 2009-12-04 [pawel]      3.7.3cvs31
2866
2867         * src/compose.c
2868                 Highlight misspelled words when applying template and
2869                 check_while_typing option is on
2870
2871 2009-12-03 [pawel]      3.7.3cvs30
2872
2873         * src/compose.c
2874                 Highlight misspelled words in text inserted from file(s)
2875                 or pasted to message body when check_while_typing
2876                 options is on
2877
2878 2009-12-02 [pawel]      3.7.3cvs29
2879
2880         * src/compose.c
2881                 Revert first part of previous commit
2882
2883 2009-12-02 [pawel]      3.7.3cvs28
2884
2885         * src/compose.c
2886                 Fix Bug 2055 "duplicate mailing list reply if
2887                 List-Post + Reply-To present"
2888                 - Ignore Reply-To if answering to ML
2889                 - Improve parsing of List-Post header
2890
2891 2009-12-02 [pawel]      3.7.3cvs27
2892
2893         * src/compose.c
2894         * src/compose.h
2895                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
2896                 email had user in "From" and "CC"
2897                 Don't allow duplicate addresses in compose window headers
2898
2899 2009-12-02 [mones]      3.7.3cvs26
2900
2901         * manual/intro.xml
2902         * manual/es/intro.xml
2903         * manual/fr/intro.xml
2904         * manual/it/intro.xml
2905         * manual/pl/intro.xml
2906                 Make URL to point current site
2907
2908 2009-12-01 [holger]     3.7.3cvs25
2909
2910         * src/summaryview.c
2911         * src/summaryview.h
2912                 Introduce new drag type "claws-mail/msg-path-list" for
2913                 drag'n'drop of a message selection from the summaryview
2914                 into other applications. The drag data gets set to the
2915                 folder-item-id followed by message ids, separated by newlines.
2916                 This enables other applications to back-link to Claws Mail
2917                 via a "claws-mail --select" call after they received a drop.
2918
2919 2009-11-30 [mir]        3.7.3cvs24
2920
2921         * src/compose.c
2922            Place cursor in compose window according to provided input
2923            If to: is present place cursor in subject field and if both
2924            to: and subject: is present place cursor in body. If body: is
2925            present insert a new line after text and place cursor there.
2926
2927 2009-11-27 [mones]      3.7.3cvs23
2928
2929         * src/gtk/quicksearch.c
2930                 Allow viewing longer expressions if there's space
2931
2932 2009-11-25 [holger]     3.7.3cvs22
2933
2934         * Makefile.am
2935         * src/common/Makefile.am
2936         * src/common/utils.c
2937         * src/common/utils.h
2938                 Add a function to query the
2939                 filepath of the .desktop file
2940
2941 2009-11-25 [colin]      3.7.3cvs21
2942
2943         * src/imap.c
2944                 Fix bug 2063, 'glib assertion in GRelation use in 
2945                 imap.c'
2946
2947 2009-11-24 [pawel]      3.7.3cvs20
2948
2949         * src/common/utils.c
2950                 Fix Bug 2053 'Inconsistent application of Coloration 
2951                 of Message text'
2952                 Don't allow '<' character between quotation marks
2953
2954 2009-11-21 [holger]     3.7.3cvs19
2955
2956         * src/printing.c
2957                 Modify cairo clip handling in preview windows,
2958                 to prevent print preview windows from being blank
2959                 with GTK+ 2.18. Follow recommendation of the GTK+
2960                 documentation (section "Migrating to client side windows")
2961                 and create a new cairo context for each expose event.
2962
2963 2009-11-19 [pawel]      3.7.3cvs18
2964
2965         * Makefile.am
2966                 complete 3.7.3cvs15 so install is DESTDIR safe
2967                 remove icons with changed names on uninstall
2968
2969 2009-11-18 [pawel]      3.7.3cvs17
2970
2971         * src/news_gtk.c
2972                 remove unneeded and code-duplicating function
2973
2974 2009-11-18 [pawel]      3.7.3cvs16
2975
2976         * src/news_gtk.c
2977                 Fix Bug 2057 'Claws mail does not keep renamed names
2978                 of nntp-subscribed groups'
2979                 Check for already subscribed group using item->path for group
2980                 comparision as folders item->path != item->name may be truth 
2981                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
2982
2983 2009-11-17 [pawel]      3.7.3cvs15
2984
2985         * Makefile.am
2986                 Fix Bug 2049 'some icons not copied?'
2987                 Install additional 64x64 and 128x128 icons
2988
2989 2009-11-17 [holger]     3.7.3cvs14
2990
2991         * src/prefs_toolbar.c
2992         * src/prefs_toolbar.h
2993         * src/toolbar.c
2994         * src/toolbar.h
2995                 Allow plugins to register toolbar items
2996
2997 2009-11-11 [pawel]      3.7.3cvs13
2998
2999         * src/addressbook.c
3000         * src/compose.c
3001         * src/compose.h
3002         * src/filtering.c
3003                 Fix Bug 1867 Changing account does not change BCC address
3004                 Set account specific headers when changing account
3005                 in compose window.
3006
3007 2009-11-07 [colin]      3.7.3cvs12
3008
3009         * src/gtk/prefswindow.c
3010                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
3011                 Patch by Pawel
3012
3013 2009-11-07 [colin]      3.7.3cvs11
3014
3015         * src/gtk/spell_entry.c
3016                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
3017                 Patch by Pawel Pekala
3018
3019 2009-10-27 [colin]      3.7.3cvs10
3020
3021         * src/folder.c
3022                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
3023                 Don't try to check whether the folder is up-to-date if
3024                 the folder class doesn't implement set_mtime, as we don't
3025                 care in this case. This code exists since a long time, but
3026                 the bug was triggered by more scanning of queue folders 
3027                 since recently (when we added \Deleted handling).
3028
3029 2009-10-27 [colin]      3.7.3cvs9
3030
3031         * src/mainwindow.c
3032                 Try to fix registering as default client
3033                 on windows 7
3034
3035 2009-10-21 [wwp]        3.7.3cvs8
3036
3037         * src/common/utils.c
3038                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
3039
3040 2009-10-21 [wwp]        3.7.3cvs7
3041
3042         * src/common/utils.c
3043                 Don't core dump when attempting to insert a non-existing
3044                 file using a mailto: uri (g_error does core dump).
3045
3046 2009-10-20 [colin]      3.7.3cvs6
3047
3048         * src/common/utils.c
3049                 Don't g_error on normal warnings...
3050
3051 2009-10-20 [colin]      3.7.3cvs5
3052
3053         * src/plugins/pgpcore/sgpgme.c
3054                 Fix bug 1996, 'S/MIME key not selected'
3055                 Check for S/MIME certs too
3056
3057 2009-10-20 [colin]      3.7.3cvs4
3058
3059         * src/common/w32lib.h
3060                 Fix win32 build on latest mingw32
3061
3062 2009-10-20 [colin]      3.7.3cvs3
3063
3064         * src/exportldif.c
3065         * src/ldif.c
3066         * src/ldif.h
3067                 Fix LDIF export. Patch by Michael Rasmussen
3068
3069 2009-10-18 [paul]       3.7.3cvs2
3070
3071         * tools/claws.i18n.status.pl
3072                 increase the value of $transolddays since we're relasing less
3073                 often now.
3074                 rework the en_GB.po hack so that en_GB is always 100% translated
3075                 and recently updated
3076
3077 2009-10-17 [paul]       3.7.3cvs1
3078
3079         * src/prefs_account.c
3080         * src/prefs_compose_writing.c
3081         * src/prefs_receive.c
3082         * src/prefs_summaries.c
3083         * src/prefs_wrapping.c
3084                 reword a few labels. (this incorporates everything
3085                 that seemed worthwhile from bug 2020)
3086         * src/prefs_customheader.c
3087                 use a 'Browse' button instead of button with
3088                 label 'From file...'
3089
3090 2009-10-12 [colin]
3091
3092         * CVS repository change
3093
3094 2009-10-09 [paul[       3.7.3
3095
3096         version 3.7.3 unleashed!!
3097
3098 2009-10-07 [paul]       3.7.2cvs49
3099
3100         * src/folderview.c
3101         * src/folderview.h
3102         * src/mainwindow.c
3103                 fix  Bug 1994 -  Changing colors required restart.
3104                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
3105                 more accurate folderview_reinit_fonts()
3106
3107 2009-10-07 [paul]       3.7.2cvs48
3108
3109         * src/addrgather.c
3110         * src/prefs_common.c
3111         * src/prefs_common.h
3112                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
3113                 patch by Pawel Pekala
3114
3115 2009-10-07 [paul]       3.7.2cvs47
3116
3117         * po/cs.po
3118         * po/de.po
3119         * po/hu.po
3120         * po/id.po
3121         * po/ja.po
3122         * po/pt_BR.po
3123                 updated by David Vachulka, Stephan Sachse and Marc Arens,
3124                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
3125                 Goncalves Guimaraes
3126
3127 2009-10-06 [colin]      3.7.2cvs46
3128
3129         * po/fr.po
3130                 French translation update
3131
3132 2009-10-05 [paul]       3.7.2cvs45
3133
3134         * src/printing.c
3135                 enable Page Size and Orientation in the print dialog,
3136                 GTK+ >= 2.18.x only. Patch by Mark__T
3137
3138 2009-10-05 [paul]       3.7.2cvs44
3139
3140         * src/prefs_summaries.c
3141                 fix label, startup --> start-up, to match other uses of the
3142                 term
3143
3144 2009-10-05 [paul]       3.7.2cvs43
3145
3146         * po/pl.po
3147                 updated by Emilian Nowak
3148
3149 2009-10-03 [colin]      3.7.2cvs42
3150
3151         * src/mimeview.c
3152         * src/noticeview.c
3153         * src/gtk/gtkcmclist.c
3154         * src/gtk/gtkvscrollbutton.c
3155         * src/gtk/logwindow.c
3156                 GTK+ 2.18 fixes:
3157                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
3158                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
3159                 Fix warning at start
3160
3161 2009-09-28 [colin]      3.7.2cvs41
3162
3163         * src/matcher.c
3164         * src/mimeview.c
3165         * src/prefs_folder_item.c
3166                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
3167
3168 2009-09-28 [colin]      3.7.2cvs40
3169
3170         * src/prefs_summaries.c
3171         * src/gtk/sslcertwindow.c
3172                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
3173                 shows up garbled in GUI'. Patch by Pawel Pekala
3174
3175 2009-09-24 [iwkse]      3.7.2cvs39
3176
3177         * configure.ac
3178             That's only for statistics, of course :)
3179
3180 2009-09-24 [iwkse]      3.7.2cvs38
3181
3182         * configure.ac
3183             ...
3184
3185 2009-09-24 [iwkse]      3.7.2cvs37
3186
3187         * configure.ac
3188             Revert unwanted change
3189
3190 2009-09-24 [iwkse]      3.7.2cvs36
3191
3192         * src/action.c
3193             Fix issue with filtering actions and 
3194             parsed parameters
3195
3196 2009-09-20 [mones]      3.7.2cvs35
3197
3198         * tools/convert_mbox.pl
3199                 Add -R flag to support recursive conversions
3200                 of arbitrary Evolution mail folders, based on
3201                 bash script by Daniel Dickinson (fixes debian 
3202                 bug #461435) 
3203         * tools/popfile-link.sh
3204                 Set required shell for script (fixes debian 
3205                 bug #530057)
3206
3207 2009-09-16 [colin]      3.7.2cvs34
3208
3209         * src/main.c
3210                 Go grab files in /etc/skel if they exist
3211                 at first startup 
3212
3213 2009-09-15 [colin]      3.7.2cvs33
3214
3215         * src/procmime.c
3216                 Complete 3.7.1cvs42: only output directly to
3217                 final file if we get NULL byes at the start.
3218                 Still fixes saving UTF16 files, but also
3219                 fixes displaying Base64 parts with decoding
3220                 errors (parts without errors get displayed)
3221
3222 2009-09-14 [colin]      3.7.2cvs32
3223
3224         * src/matcher.c
3225         * src/matcher.h
3226         * src/matcher_parser_parse.y
3227         * src/prefs_matcher.c
3228                 Add 'has_attachment' and 'signed' matcher
3229                 expressions. Patch by Aleksei Miheev, fixes
3230                 bug 1997. 
3231
3232 2009-09-14 [colin]      3.7.2cvs31
3233
3234         * src/common/utils.c
3235                 Add "Re :" prefix from french Yahoo mail.
3236                 Patch by Didier Barvaux, fixes bug 1999
3237
3238 2009-09-10 [mones]      3.7.2cvs30
3239
3240         * manual/plugins.xml
3241                 Fix sites supported by SpamReport
3242         * manual/es/plugins.xml
3243                 Synchronise Spanish manual
3244
3245 2009-09-07 [holger]     3.7.2cvs29
3246
3247         * Makefile.am
3248                 Also update the icon cache on uninstall.
3249                 This prevents possible problems when Claws Mail was
3250                 uninstalled and installed again into a different location,
3251                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
3252                 and the blog post linked therein
3253
3254 2009-09-07 [paul]       3.7.2cvs28
3255
3256         * src/prefs_toolbar.c
3257                 when updating the main toolbar icons just update
3258                 the main toolbar (and consequently fix a bug where
3259                 folderview icons would disappear)
3260
3261 2009-08-30 [holger]     3.7.2cvs27
3262
3263         * src/compose.c
3264                 Do case-insensitive comparison against
3265                 header names when extracting recipients
3266                 from composed mails
3267
3268 2009-08-23 [colin]      3.7.2cvs26
3269
3270         * src/mbox.c
3271                 Probably fix RH bug 512024, " folder.c:3543 
3272                 Condition msglist != NULL failed"
3273
3274 2009-08-23 [colin]      3.7.2cvs25
3275
3276         * src/prefs_compose_writing.c
3277                 Make the maximum size warning bigger. Patch
3278                 by Didier Barvaux on bug 1986.
3279
3280 2009-08-21 [colin]      3.7.2cvs24
3281
3282         * src/compose.c
3283                 Previous commit: move the function into compose_insert_file
3284                 so that it's also used on drag-n-drop
3285
3286 2009-08-21 [colin]      3.7.2cvs23
3287
3288         * src/compose.c
3289                 Fix scrolling when adding an header
3290
3291 2009-08-21 [colin]      3.7.2cvs22
3292
3293         * src/compose.c
3294         * src/prefs_common.c
3295         * src/prefs_common.h
3296         * src/prefs_compose_writing.c
3297         * src/common/utils.c
3298                 Fix bug 1986, "New feature: warn user when inserting 
3299                 a large file in the message body". Patch by Didier
3300                 Barvaux
3301
3302 2009-08-21 [colin]      3.7.2cvs21
3303
3304         * AUTHORS
3305         * src/gtk/authors.h
3306         * src/common/utils.c
3307                 Fix bug 1984: Add R�f. : reply prefix (french 
3308                 Lotus Notes); patch by Didier Barvaux
3309
3310 2009-08-21 [colin]      3.7.2cvs20
3311
3312         * src/codeconv.c
3313         * src/codeconv.h
3314                 Fix bug 1969, 'Bad guess for outgoing encoding'
3315                 Make sure the specific converters (japanese in
3316                 this case) can return success/error in strict
3317                 mode, instead of silently failing back to 
3318                 strncpy
3319
3320 2009-08-20 [holger]     3.7.2cvs19
3321
3322         * src/compose.c
3323         * src/compose.h
3324                 Make it possible for code outside
3325                 compose (e.g. plugins) to attach files
3326
3327 2009-08-20 [colin]      3.7.2cvs18
3328
3329         * src/main.c
3330                 Fix crash when accessing IMAP soon
3331
3332 2009-08-18 [colin]      3.7.2cvs17
3333
3334         * src/ldapquery.c
3335                 Maybe fix crash on non-existent LDAP server
3336
3337 2009-08-04 [colin]      3.7.2cvs16
3338
3339         * src/toolbar.c
3340                 Fix toolbar's spacing that breaks dark
3341                 themes (patch from http://blogs.igalia.com/aperez/
3342                 2009/07/making-claws-mail-look-better/)
3343
3344 2009-07-28 [colin]      3.7.2cvs15
3345
3346         * src/account.c
3347         * src/addrcustomattr.c
3348         * src/addressadd.c
3349         * src/addressbook_foldersel.c
3350         * src/addrgather.c
3351         * src/browseldap.c
3352         * src/compose.c
3353         * src/editbook.c
3354         * src/editgroup.c
3355         * src/editjpilot.c
3356         * src/editldap.c
3357         * src/editldap_basedn.c
3358         * src/edittags.c
3359         * src/editvcard.c
3360         * src/exphtmldlg.c
3361         * src/expldifdlg.c
3362         * src/export.c
3363         * src/foldersel.c
3364         * src/import.c
3365         * src/importldif.c
3366         * src/importmutt.c
3367         * src/importpine.c
3368         * src/prefs_actions.c
3369         * src/prefs_customheader.c
3370         * src/prefs_display_header.c
3371         * src/prefs_filtering.c
3372         * src/prefs_folder_column.c
3373         * src/prefs_matcher.c
3374         * src/prefs_summary_column.c
3375         * src/prefs_summary_open.c
3376         * src/prefs_template.c
3377         * src/textview.c
3378         * src/uri_opener.c
3379                 Fix bug 1950, 'Program freeze up during folder selection'
3380                 Don't leave hidden windows modal
3381
3382 2009-07-28 [colin]      3.7.2cvs14
3383
3384         * src/ldapquery.c
3385                 Fix bug 1957, 'LDAP errs out after searching too 
3386                 many search bases'
3387
3388 2009-07-28 [colin]      3.7.2cvs13
3389
3390         * src/summaryview.c
3391                 Fix bug 1966, '"Collapse all threads" slower than 
3392                 "Expand all threads"'
3393
3394 2009-07-28 [colin]      3.7.2cvs12
3395
3396         * src/common/session.c
3397                 Fix bug 1967, 'Claws gets stuck after accepting 
3398                 a certificate warning dialog'
3399
3400 2009-07-19 [paul]       3.7.2cvs11
3401
3402         * manual/plugins.xml
3403                 a few small changes to the English
3404
3405 2009-07-18 [mones]      3.7.2cvs10
3406
3407         * manual/plugins.xml
3408                 Add new bsfilter and fancy plugins to the docs
3409                 and a note about dealing with plugins of the same class
3410         * src/prefs_account.c
3411                 Fix extra space at the end typo
3412
3413 2009-07-16 [colin]      3.7.2cvs9
3414
3415         * src/summaryview.c
3416                 Fix wrong return without unlocking; thanks
3417                 to mupuf_
3418
3419 2009-07-14 [colin]      3.7.2cvs8
3420
3421         * src/imap.c
3422                 Fix bug 1954, 'Segfault on reading wrong STATUS'
3423
3424 2009-07-10 [colin]      3.7.2cvs7
3425
3426         * src/plugins/pgpcore/plugin.def
3427         * src/common/utils.h
3428                 Fix windows port
3429
3430 2009-07-10 [colin]      3.7.2cvs6
3431
3432         * src/prefs_display_header.c
3433                 Fix bug 1951, 'C-Mail dumps core when editing 
3434                 displayed headers'. Patch by Alexey Rusakov
3435
3436 2009-07-10 [colin]      3.7.2cvs5
3437
3438         * src/folderview.c
3439                 Fix bug 1952, 'Deleted mails in Queue folder 
3440                 highlight it'.
3441
3442 2009-07-09 [colin]      3.7.2cvs4
3443
3444         * src/gtk/spell_entry.c
3445                 Fix bug 1949, 'Spell checker doesn't recognise 
3446                 certain word in Subject header, but does in 
3447                 message body'. Patch by Pawel Pekala.
3448
3449 2009-07-09 [paul]       3.7.2cvs3
3450
3451         * configure.ac
3452                 use pkgconfig to check for the minimum required
3453                 version of GnuTLS
3454
3455 2009-07-06 [colin]      3.7.2cvs2
3456
3457         * src/prefs_customheader.c
3458                 Fix build failure
3459
3460 2009-07-04 [paul]       3.7.2cvs1
3461
3462         * tools/claws.i18n.status.pl
3463                 updated
3464
3465 2009-07-03 [paul]       3.7.2
3466
3467         * NEWS
3468         * README
3469         * RELEASE_NOTES 
3470                 3.7.2 released!
3471
3472 2009-07-03 [paul]       3.7.1cvs85
3473
3474         * AUTHORS
3475         * configure.ac
3476         * po/pt_PT.po
3477         * po/sk.po
3478         * src/gtk/authors.h
3479                 added new translations by Tiago Faria and Slavko
3480         * po/bg.po
3481         * po/cs.po
3482         * po/de.po
3483         * po/es.po
3484         * po/fi.po
3485         * po/fr.po
3486         * po/hu.po
3487         * po/id.po
3488         * po/it.po
3489         * po/ja.po
3490         * po/pt_BR.po
3491         * po/ru.po
3492                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
3493                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
3494                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
3495                 Goncalves Guimaraes, Aleksei Miheev
3496
3497 2009-07-01 [colin]      3.7.1cvs84
3498
3499         * src/prefs_common.c
3500                 Fix bug 1940, 'Doesn't open links in 
3501                 user's default browser'. Turn the preference
3502                 to TRUE by default; that will only change the
3503                 behaviour for new users.
3504
3505 2009-06-29 [colin]      3.7.1cvs83
3506
3507         * src/filtering.c
3508         * src/filtering.h
3509         * src/prefs_filtering_action.c
3510                 Fix bug 1935, 'problems with very long filtering actions':
3511                 Use a dynamic buffer in action to string, and a bigger
3512                 buffer in string to action
3513
3514 2009-06-29 [colin]      3.7.1cvs82
3515
3516         * src/matcher_parser_lex.l
3517                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
3518
3519 2009-06-29 [colin]      3.7.1cvs81
3520
3521         * src/addressbook.c
3522                 Fix warnings
3523         * src/editgroup.c
3524                 Fix crash (out-of-bounds tree column)
3525         * src/gtk/gtkcmctree.c
3526         * src/gtk/gtksctree.c
3527                 Prevent using an out-of-bounds tree column
3528
3529 2009-06-29 [colin]      3.7.1cvs80
3530
3531         * src/ldapupdate.c
3532         * src/ldif.c
3533                 Leak fixes; patch by Pawel Pekala.
3534
3535 2009-06-26 [colin]      3.7.1cvs79
3536
3537         * src/summaryview.c
3538                 Sort by msgnum if dates are equal
3539
3540 2009-06-24 [paul]       3.7.1cvs78
3541
3542         * src/summaryview.c
3543                 make some (forgotten) strings translatable
3544
3545 2009-06-19 [colin]      3.7.1cvs77
3546
3547         * src/summaryview.c
3548                 Fix menu sensitiveness
3549
3550 2009-06-18 [colin]      3.7.1cvs76
3551
3552         * configure.ac
3553         * src/plugins/pgpcore/sgpgme.c
3554         * src/plugins/pgpcore/sgpgme.h
3555         * src/plugins/pgpmime/mypgpcore.def
3556         * src/plugins/pgpmime/pgpmime.c
3557         * src/plugins/smime/mypgpcore.def
3558         * src/plugins/smime/smime.c
3559                 Use largefile support (and stop using our old GPGME
3560                 hack on gpgme_data_seek/rewind)
3561                 (See 1.9.12cvs44 to 46 - if this breaks things we 
3562                 should soon know :)
3563
3564 2009-06-13 [colin]      3.7.1cvs75
3565
3566         * src/gtk/spell_entry.c
3567                 Fix assertion. We can put a NULL gtkaspell to
3568                 an entry; it just means it won't be spell-checked.
3569
3570 2009-06-12 [mones]      3.7.1cvs74
3571
3572         * src/compose.c
3573         * src/messageview.c
3574         * src/prefs_account.c
3575         * src/prefs_account.h
3576         * src/common/utils.c
3577         * src/common/utils.h
3578                 Added preference to use account address in generated
3579                 Message-Id. Fixes Debian bug #531052
3580
3581 2009-06-12 [colin]      3.7.1cvs73
3582
3583         * src/common/ssl.c
3584                 Better fix, API-compatible with libgnutls13
3585
3586 2009-06-12 [colin]      3.7.1cvs72
3587
3588         * src/common/ssl.c
3589                 Use compatibility mode in GnuTLS, and avoid problems with 
3590                 servers that don't comply 100% with the spec, but still
3591                 exist.
3592
3593 2009-06-06 [iwkse]      3.7.1cvs71
3594
3595         * src/compose.c
3596                 Ops..revert a mix with another patch
3597
3598 2009-06-06 [iwkse]      3.7.1cvs70
3599
3600         * src/compose.c
3601                 A better fix for the previous commit's issue
3602
3603 2009-06-06 [iwkse]      3.7.1cvs69
3604
3605         * src/compose.c
3606                 Fix shutting down of Claws Mail while a GTK_Return keypress 
3607                 event is sent to the Attach property window
3608
3609 2009-06-05 [colin]      3.7.1cvs68
3610
3611         * src/compose.c
3612                 Fix build on GTK+ 2.6
3613
3614 2009-06-03 [mones]      3.7.1cvs67
3615
3616         * tools/make.themes.project
3617                 Oops! fix header, sorry Paul ;-)
3618
3619 2009-06-03 [mones]      3.7.1cvs66
3620
3621         * tools/make.themes.project
3622                 Add support for PNG themes and other
3623                 fixes i don't remember now... :)
3624
3625 2009-06-02 [colin]      3.7.1cvs65
3626
3627         * src/compose.c
3628         * src/prefs_template.c
3629         * src/quote_fmt.c
3630                 Fix error messages in templates, and fix their
3631                 checking
3632
3633 2009-05-22 [colin]      3.7.1cvs64
3634
3635         * src/compose.c
3636                 And remove hbox too
3637
3638 2009-05-22 [colin]      3.7.1cvs63
3639
3640         * src/compose.c
3641                 Fix phantom button behind entry when
3642                 changing fields via Tools/Reply mode.
3643
3644 2009-05-22 [colin]      3.7.1cvs62
3645
3646         * src/compose.c
3647                 Fix icon size
3648
3649 2009-05-21 [mones]      3.7.1cvs61
3650
3651         * src/compose.c
3652         * src/compose.h
3653                 Add button to empty header lines with one click
3654
3655 2009-05-21 [paul]       3.7.1cvs60
3656
3657         * src/mainwindow.c
3658         * src/mainwindow.h
3659         * src/plugins/trayicon/trayicon.c
3660                 when quitting from the trayicon, honour
3661                 prefs_common.clean_on_exit
3662
3663 2009-05-21 [paul]       3.7.1cvs59
3664
3665         * src/gtk/Makefile.am
3666                 remove duplicate entry
3667                 thanks to Charles A Edwards
3668
3669 2009-05-19 [paul]       3.7.1cvs58
3670
3671         * src/send_message.c
3672                 clear progressbar in the statusbar on 'Cancel'
3673
3674 2009-05-16 [colin]      3.7.1cvs57
3675
3676         * AUTHORS
3677         * src/gtk/authors.h
3678                 Add Fabian
3679
3680 2009-05-16 [colin]      3.7.1cvs56
3681
3682         * src/msgcache.c
3683                 Remove msgnum>0 condition for removing messages
3684                 from caches. There's no such condition on add.
3685                 Fixes bug 1913, 'Allow to remove phantom 
3686                 messages from the cache'; patch by Fabian
3687                 Keil <fk at fabiankeil.de>
3688
3689 2009-05-12 [holger]     3.7.1cvs55
3690
3691         * src/messageview.c
3692         * src/messageview.h
3693                 Introduce hook after showing of the message view
3694
3695 2009-05-11 [colin]      3.7.1cvs54
3696
3697         * src/compose.c
3698                 Fix bug 1872, 'A: Cc: CCi: selector should 
3699                 default on same as preceding contact'
3700
3701 2009-05-10 [holger]     3.7.1cvs53
3702
3703         * src/addr_compl.c
3704         * src/addr_compl.h
3705                 Add a hook to make it possible for plugins to
3706                 modify the address completion list
3707
3708 2009-05-06 [paul]       3.7.1cvs52
3709
3710         * src/folder.c
3711         * src/mimeview.c
3712                 fix bug 1915, 'Mails signed with smime.p7s
3713                 display both signed and attachment icon.'
3714
3715 2009-05-05 [colin]      3.7.1cvs51
3716
3717         * src/common/utils.c
3718                 Fix patch :)
3719
3720 2009-05-05 [colin]      3.7.1cvs50
3721
3722         * src/common/utils.c
3723                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
3724                 different mountpoint than tempdir'
3725
3726 2009-05-04 [colin]      3.7.1cvs49
3727
3728         * src/msgcache.c
3729                 Probably fix bug 1914, 'Crash reading
3730                 corrupted tags file'
3731
3732 2009-04-26 [paul]       3.7.1cvs48
3733
3734         * configure.ac
3735         * src/gtk/gtkaspell.h
3736                 fix bug 1904, 'build mechanism looks for
3737                 'enchant.h' in a wrong place'
3738
3739 2009-04-25 [paul]       3.7.1cvs47
3740
3741         * src/printing.c
3742                 gah! fix coding style!
3743
3744 2009-04-25 [paul]       3.7.1cvs46
3745
3746         * src/printing.c
3747         * src/toolbar.c
3748                 if building with GTK+ >= 2.16 use
3749                 gtk_orientable_set_orientation() instead of now
3750                 deprecated gtk_toolbar_set_orientation()
3751
3752 2009-04-24 [colin]      3.7.1cvs45
3753
3754         * src/compose.c
3755                 Ask before sending if an attached file has
3756                 disappeared.
3757
3758 2009-04-19 [paul]       3.7.1cvs44
3759
3760         * src/prefs_common.c
3761         * src/prefs_common.h
3762         * src/gtk/about.c
3763                 save About window size.
3764                 patch by Pawel Pekala
3765
3766 2009-04-12 [paul]       3.7.1cvs43
3767
3768         * tools/csv2addressbook.pl
3769                 add extra CSV fields that are now appended
3770                 by thunderbird (version 2.0.0.21)
3771
3772 2009-04-08 [colin]      3.7.1cvs42
3773
3774         * src/procmime.c
3775                 fix saving (but not displaying) of UTF-16
3776                 files
3777
3778 2009-04-08 [colin]      3.7.1cvs41
3779
3780         * src/gtk/manage_window.c
3781                 Disable transient windows on win32 - seems to
3782                 fix most focusing issues
3783
3784 2009-04-05 [colin]      3.7.1cvs40
3785
3786         * src/procmsg.c
3787                 Don't ask whether we want to send deleted mails in queue
3788                 folders; also, don't send deleted mails when flushing
3789                 queues
3790
3791 2009-04-04 [paul]       3.7.1cvs39
3792
3793         * AUTHORS
3794         * configure.ac
3795         * po/id.po
3796         * src/gtk/authors.h
3797         * tools/claws.i18n.status.pl
3798                 add new Indonesian translation, by
3799                 MSulchan Darmawan
3800
3801 2009-04-03 [paul]       3.7.1cvs38
3802
3803         * AUTHORS
3804         * src/gtk/authors.h
3805                 credit due
3806
3807 2009-04-03 [colin]      3.7.1cvs37
3808
3809         * src/compose.c
3810         * src/textview.c
3811                 Fix bug 1891, 'Add support for gopher:// links'
3812                 Patch by Jacob Head <clawsmail at jacob-head.com>
3813                 Let's go back to the roots! 
3814
3815 2009-04-03 [paul]       3.7.1cvs36
3816
3817         * m4/Makefile.am
3818                 complete cvs35
3819
3820 2009-04-03 [paul]       3.7.1cvs35
3821
3822         * configure.ac
3823                 add AC_CONFIG_MACRO_DIR([m4])
3824                 remove CLAWS_ACLOCAL_INCLUDE(m4)
3825         * m4/aclocal-include.m4
3826                 removed this now unneeded file
3827
3828 2009-04-02 [colin]      3.7.1cvs34
3829
3830         * src/common/utils.h
3831                 Fix previous (thanks to Marcus :)
3832
3833 2009-04-02 [colin]      3.7.1cvs33
3834
3835         * src/common/utils.h
3836         * src/etpan/etpan-thread-manager.c
3837                 pipe() was a macro from GLib on win32 until
3838                 glib 2.13.2. It's undefined after that.
3839                 Thanks to Marcus Brinkmann for the heads-up!
3840
3841 2009-03-31 [colin]      3.7.1cvs32
3842
3843         * src/folder_item_prefs.c
3844                 Copy folder settings with prefs
3845
3846 2009-03-31 [colin]      3.7.1cvs31
3847
3848         * src/prefs_account.c
3849                 Don't use un-sensitive checkboxes in Privacy tab
3850                 when privacy system in None (makes unchecking 
3851                 painful when no privacy plugin is loaded)
3852
3853 2009-03-30 [colin]      3.7.1cvs30
3854
3855         * src/folder.c
3856         * src/folder.h
3857         * src/imap.c
3858         * src/mainwindow.c
3859         * src/mainwindow.h
3860         * src/prefs_account.c
3861         * src/prefs_account.h
3862         * src/summaryview.c
3863         * src/summaryview.h
3864                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
3865                 Add an option on the Receive page of IMAP account preferences:
3866                 "Move deleted mails to trash and expunge immediately". This
3867                 option defaults to TRUE to avoid changing the existing behaviour.
3868                 Setting it to FALSE prevents automatic expunging. 
3869                 Also, add Tools/Expunge and View/Hide deleted messages menu items
3870                 (View/Hide deleted message being a per-folder setting, and behaving,
3871                 like View/Hide read messages).
3872
3873 2009-03-30 [colin]      3.7.1cvs29
3874
3875         * src/imap.c
3876                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
3877                 ask for IMAP password when using GSSAPI auth
3878
3879 2009-03-27 [colin]      3.7.1cvs28
3880
3881         * src/folder.c
3882                 Fix cvs14, make sure we mark non-existent caches dirty
3883                 (or they never get written)
3884
3885 2009-03-27 [colin]      3.7.1cvs27
3886
3887         * src/imap.c
3888                 Fix tag update when all tags are removed 
3889                 from another client
3890
3891 2009-03-25 [colin]      3.7.1cvs26
3892
3893         * configure.ac
3894                 Fix configure.ac, thanks to Pawel
3895
3896 2009-03-25 [colin]      3.7.1cvs25
3897
3898         * src/news.c
3899         * src/etpan/nntp-thread.c
3900                 Fix header fetching (NG/To/Cc). Fixes 
3901                 bug 1883, 'Message processing fails to 
3902                 act on Newsgroups: field'
3903
3904 2009-03-23 [colin]      3.7.1cvs24
3905
3906         * src/textview.c
3907                 Fix internal headers visible in queue/sent
3908
3909 2009-03-23 [colin]      3.7.1cvs23
3910
3911         * configure.ac
3912                 Fix check for RC (resource compiler) used
3913                 on win32 (AC_LIBTOOL_RC used to call it 
3914                 implicitely but stopped)
3915
3916 2009-03-19 [colin]      3.7.1cvs22
3917
3918         * src/toolbar.c
3919                 Put spam button in default toolbar even if
3920                 bogofilter and spamassassin are not built.
3921                 Other anti-spam plugin could exist! :)
3922         * src/common/utils.c
3923                 Fix exit status fetch on win32
3924
3925 2009-03-18 [paul]       3.7.1cvs21
3926
3927         * src/gtk/spell_entry.c
3928                 fix "[BUG] Wrong word replaced in 'Subject:'
3929                 when spell-checking correction used"
3930                 Patch by Pawel Pekala
3931
3932 2009-03-17 [colin]      3.7.1cvs20
3933
3934         * src/common/utils.c
3935                 Fix win32 build (from cvs12)
3936
3937 2009-03-17 [colin]      3.7.1cvs19
3938
3939         * src/compose.c
3940                 Fix bug 1735, 'Change To: and Newsgroups: 
3941                 recipient field according account type'
3942                 Patch by Pawel
3943
3944 2009-03-17 [colin]      3.7.1cvs18
3945
3946         * src/msgcache.c
3947         * src/prefs_common.c
3948         * src/prefs_common.h
3949         * src/prefs_other.c
3950         * src/common/prefs.c
3951                 Add preference for fsyncing metadata
3952
3953 2009-03-16 [paul]       3.7.1cvs17
3954
3955         * src/prefs_customheader.c
3956                 add forgotten #if HAVE_LIBCOMPFACE
3957
3958 2009-03-16 [paul]       3.7.1cvs16
3959
3960         * src/prefs_customheader.c
3961                 put the (X-)Face preview image below the up/down
3962                 buttons so they don't jump around.
3963                 make the list reorderable by drag'n'drop
3964
3965 2009-03-16 [colin]      3.7.1cvs15
3966
3967         * src/prefs_customheader.c
3968                 Add a (X-)Face preview. Patch by iwkse.
3969
3970 2009-03-16 [colin]      3.7.1cvs14
3971
3972         * src/compose.c
3973         * src/folder.c
3974         * src/folder.h
3975         * src/msgcache.c
3976         * src/common/prefs.c
3977                 Add fsync calls to make sure we don't
3978                 lose data on system crashes. (to do:
3979                 add a pref to allow people choosing raw
3980                 speed)
3981
3982 2009-03-15 [colin]      3.7.1cvs13
3983
3984         * src/gtk/gtkaspell.c
3985                 Fix empty menu when there are no
3986                 suggestions (using the Spelling menu)
3987
3988 2009-03-14 [colin]      3.7.1cvs12
3989
3990         * src/common/utils.c
3991                 Win32: fix subject prefix length
3992
3993 2009-03-11 [mones]      3.7.1cvs11
3994
3995         * po/es.po
3996                 fix encoding declared in header
3997                 update translation now we're at it
3998
3999 2009-03-10 [colin]      3.7.1cvs10
4000
4001         * src/messageview.c
4002                 Fix "wrong mime" message printed out multiple
4003                 times
4004
4005 2009-03-10 [colin]      3.7.1cvs9
4006
4007         * src/prefs_folder_item.c
4008                 Fix build
4009
4010 2009-03-09 [paul]       3.7.1cvs8
4011
4012         * src/prefs_folder_item.c
4013         * src/send_message.c
4014                 fixes to english text
4015
4016 2009-03-08 [paul]       3.7.1cvs7
4017
4018         * po/ja.po
4019                 correct errors in header
4020
4021 2009-03-08 [paul]       3.7.1cvs6
4022
4023         * AUTHORS
4024         * configure.ac
4025         * po/ja.po
4026         * src/gtk/authors.h
4027         * tools/claws.i18n.status.pl
4028                 add Japanese translation, submitted by kazken3
4029
4030 2009-03-07 [colin]      3.7.1cvs5
4031
4032         * src/messageview.c
4033                 Don't let the invalid MIME warning hide
4034                 other noticeview (Partial receive or 
4035                 return receipt).
4036
4037 2009-03-07 [colin]      3.7.1cvs4
4038
4039         * src/procmime.c
4040                 Fix build
4041
4042 2009-03-07 [colin]      3.7.1cvs3
4043
4044         * src/messageview.c
4045         * src/procmime.c
4046         * src/procmime.h
4047                 Handle mimeparts that lack an end boundary.
4048                 They're invalid but it's too annoying for
4049                 normal users to fix.
4050
4051 2009-03-06 [wwp]        3.7.1cvs2
4052
4053         * src/compose.c
4054         * src/folder_item_prefs.c
4055         * src/folder_item_prefs.h
4056         * src/prefs_folder_item.c
4057                 Add per-folder default cc, bcc and reply-to.
4058
4059 2009-03-06 [colin]      3.7.1cvs1
4060
4061         * src/gedit-print.c
4062         * src/gtk/gtksourceprintjob.c
4063                 Fix build with old print interface
4064
4065 2009-03-06 [paul]       3.7.1
4066
4067         * NEWS
4068         * README
4069         * RELEASE_NOTES 
4070                 3.7.1 released!
4071
4072 2009-03-06 [paul]       3.7.0cvs78
4073
4074         * po/cs.po
4075         * po/de.po
4076         * po/fi.po
4077         * po/fr.po
4078         * po/hu.po
4079         * po/nl.po
4080         * po/pt_BR.po
4081         * po/sv.po
4082         * po/zh_CN.po
4083                 updated by David Vachulka, Stephan Sachse, Flammie
4084                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
4085                 Frederico Goncalves Guimaraes, Lars Persson Fink,
4086                 and Ralph Young
4087
4088 2009-03-03 [colin]      3.7.0cvs77
4089
4090         * src/prefs_filtering.c
4091                 Win32: Fix bug 1865, 'IMAP account name changes 
4092                 are not followed at filter actions'
4093
4094 2009-03-02 [colin]      3.7.0cvs76
4095
4096         * src/imap.c
4097                 Fix Launchpad bug 335571: 'claws-mail crashed 
4098                 with SIGSEGV in strlen() while deleting 
4099                 large amount of e-mails on IMAP account
4100
4101 2009-02-27 [mones]      3.7.0cvs75
4102
4103         * manual/es/account.xml
4104         * manual/es/ack.xml
4105         * manual/es/addrbook.xml
4106         * manual/es/advanced.xml
4107         * manual/es/claws-mail-manual.xml
4108         * manual/es/faq.xml
4109         * manual/es/glossary.xml
4110         * manual/es/gpl.xml
4111         * manual/es/handling.xml
4112         * manual/es/intro.xml
4113         * manual/es/keyboard.xml
4114         * manual/es/plugins.xml
4115         * manual/es/starting.xml
4116                 Sync with English version, fix some typos
4117                 Changed encoding to UTF-8
4118         * po/es.po
4119                 Update for release, changed encoding to UTF-8
4120
4121 2009-02-24 [colin]      3.7.0cvs74
4122
4123         * src/printing.c
4124                 Don't print separation line if there
4125                 are no headers
4126
4127 2009-02-23 [cleroy]     3.7.0cvs73
4128
4129         * src/account.c
4130         * src/action.c
4131         * src/addr_compl.c
4132         * src/addrbook.c
4133         * src/addrcache.c
4134         * src/addrcindex.c
4135         * src/addrclip.c
4136         * src/addrduplicates.c
4137         * src/addressadd.c
4138         * src/addressbook.c
4139         * src/addressbook_foldersel.c
4140         * src/addrharvest.c
4141         * src/addrindex.c
4142         * src/addritem.c
4143         * src/addrquery.c
4144         * src/addrselect.c
4145         * src/codeconv.c
4146         * src/compose.c
4147         * src/customheader.c
4148         * src/editaddress.c
4149         * src/editaddress_other_attributes_ldap.c
4150         * src/editgroup.c
4151         * src/editldap.c
4152         * src/enriched.c
4153         * src/exporthtml.c
4154         * src/exportldif.c
4155         * src/filtering.c
4156         * src/folder.c
4157         * src/foldersel.c
4158         * src/folderutils.c
4159         * src/folderview.c
4160         * src/gedit-print.c
4161         * src/html.c
4162         * src/imap.c
4163         * src/imap_gtk.c
4164         * src/inc.c
4165         * src/jpilot.c
4166         * src/ldapctrl.c
4167         * src/ldapquery.c
4168         * src/ldapserver.c
4169         * src/ldapupdate.c
4170         * src/ldif.c
4171         * src/localfolder.c
4172         * src/main.c
4173         * src/mainwindow.c
4174         * src/matcher.c
4175         * src/mbox.c
4176         * src/messageview.c
4177         * src/mh.c
4178         * src/mh_gtk.c
4179         * src/mimeview.c
4180         * src/msgcache.c
4181         * src/mutt.c
4182         * src/news.c
4183         * src/news_gtk.c
4184         * src/noticeview.c
4185         * src/pine.c
4186         * src/pop.c
4187         * src/prefs_account.c
4188         * src/prefs_actions.c
4189         * src/prefs_common.c
4190         * src/prefs_filtering.c
4191         * src/prefs_filtering_action.c
4192         * src/prefs_folder_column.c
4193         * src/prefs_folder_item.c
4194         * src/prefs_gtk.c
4195         * src/prefs_matcher.c
4196         * src/prefs_quote.c
4197         * src/prefs_send.c
4198         * src/prefs_summaries.c
4199         * src/prefs_summary_column.c
4200         * src/prefs_template.c
4201         * src/prefs_themes.c
4202         * src/prefs_toolbar.c
4203         * src/printing.c
4204         * src/privacy.c
4205         * src/procheader.c
4206         * src/procmime.c
4207         * src/procmsg.c
4208         * src/quote_fmt.c
4209         * src/remotefolder.c
4210         * src/send_message.c
4211         * src/sourcewindow.c
4212         * src/statusbar.c
4213         * src/stock_pixmap.c
4214         * src/summary_search.c
4215         * src/summaryview.c
4216         * src/textview.c
4217         * src/toolbar.c
4218         * src/undo.c
4219         * src/uri_opener.c
4220         * src/vcard.c
4221         * src/common/base64.c
4222         * src/common/claws.c
4223         * src/common/hooks.c
4224         * src/common/plugin.c
4225         * src/common/prefs.c
4226         * src/common/session.c
4227         * src/common/smtp.c
4228         * src/common/socket.c
4229         * src/common/string_match.c
4230         * src/common/stringtable.c
4231         * src/common/utils.c
4232         * src/common/utils.h
4233         * src/common/xml.c
4234         * src/common/xmlprops.c
4235         * src/gtk/colorlabel.c
4236         * src/gtk/combobox.c
4237         * src/gtk/foldersort.c
4238         * src/gtk/gtkaspell.c
4239         * src/gtk/gtkcmclist.c
4240         * src/gtk/gtkcmctree.c
4241         * src/gtk/gtkcmoptionmenu.c
4242         * src/gtk/gtksctree.c
4243         * src/gtk/gtkshruler.c
4244         * src/gtk/gtksourceprintjob.c
4245         * src/gtk/gtkutils.c
4246         * src/gtk/gtkvscrollbutton.c
4247         * src/gtk/logwindow.c
4248         * src/gtk/menu.c
4249         * src/gtk/pluginwindow.c
4250         * src/gtk/prefswindow.c
4251         * src/gtk/quicksearch.c
4252         * src/gtk/spell_entry.c
4253         * src/plugins/pgpcore/select-keys.c
4254         * src/plugins/pgpinline/pgpinline.c
4255         * src/plugins/pgpmime/pgpmime.c
4256         * src/plugins/smime/smime.c
4257         * src/plugins/spamassassin/spamassassin_gtk.c
4258                 Mass commit changing g_return_* to cm_return_*
4259                 and making these more interesting
4260
4261 2009-02-23 [colin]      3.7.0cvs72
4262
4263         * src/imap.c
4264                 Always initialise error code to no error
4265
4266 2009-02-23 [colin]      3.7.0cvs71
4267
4268         * src/imap.c
4269                 Fix separator substitution
4270
4271 2009-02-23 [colin]      3.7.0cvs70
4272
4273         * src/stock_pixmap.c
4274         * src/gtk/colorlabel.c
4275                 don't use g_return on normal checks
4276
4277 2009-02-22 [colin]      3.7.0cvs69
4278
4279         * src/addressbook.c
4280         * src/procmime.c
4281                 More fixes
4282
4283 2009-02-22 [colin]      3.7.0cvs68
4284
4285         * src/addrduplicates.c
4286         * src/addressbook.c
4287         * src/addrharvest.c
4288         * src/codeconv.c
4289         * src/compose.c
4290         * src/filtering.c
4291         * src/folder.c
4292         * src/imap.c
4293         * src/imap_gtk.c
4294         * src/importldif.c
4295         * src/jpilot.c
4296         * src/mainwindow.c
4297         * src/matcher.c
4298         * src/mbox.c
4299         * src/messageview.c
4300         * src/mh_gtk.c
4301         * src/prefs_common.c
4302         * src/prefs_filtering.c
4303         * src/prefs_gtk.c
4304         * src/printing.c
4305         * src/privacy.c
4306         * src/procmime.c
4307         * src/procmsg.c
4308         * src/summaryview.c
4309         * src/textview.c
4310         * src/undo.c
4311         * src/wizard.c
4312         * src/common/md5.c
4313         * src/common/socket.c
4314         * src/common/template.c
4315         * src/etpan/imap-thread.c
4316         * src/gtk/gtkaspell.c
4317         * src/gtk/gtkcmctree.c
4318         * src/gtk/gtksctree.c
4319         * src/gtk/inputdialog.c
4320         * src/plugins/pgpcore/sgpgme.c
4321         * src/plugins/pgpmime/pgpmime.c
4322         * src/plugins/smime/smime.c
4323         * src/plugins/spamassassin/spamassassin.c
4324                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
4325                 uninitialised accesses
4326
4327 2009-02-17 [colin]      3.7.0cvs67
4328
4329         * src/compose.c
4330                 Disable controls during queuing
4331
4332 2009-02-15 [colin]      3.7.0cvs66
4333
4334         * src/privacy.c
4335         * src/plugins/pgpcore/select-keys.c
4336         * src/plugins/pgpcore/sgpgme.c
4337                 Disable use of disabled keys
4338
4339 2009-02-15 [colin]      3.7.0cvs65
4340
4341         * src/folderview.c
4342         * src/summaryview.c
4343                 Fix font updating after changing 
4344                 prefs_common.derive_from_normal_font
4345
4346 2009-02-12 [paul]       3.7.0cvs64
4347
4348         * src/addressitem.h
4349         * src/export.h
4350         * src/headerview.c
4351         * src/headerview.h
4352         * src/common/version.h.in
4353         * src/gtk/about.h
4354         * src/gtk/menu.c
4355         * src/gtk/menu.h
4356                 more copyright header fixes
4357
4358 2009-02-12 [paul]       3.7.0cvs63
4359
4360         * src/gtk/progressdialog.c
4361         * src/gtk/progressdialog.h
4362                 fix copyright header
4363
4364 2009-02-12 [paul]       3.7.0cvs62
4365
4366         * src/gtk/spell_entry.c
4367         * src/gtk/spell_entry.h
4368                 better, more standard copyright header
4369
4370 2009-02-12 [paul]       3.7.0cvs61
4371
4372         * src/gtk/spell_entry.c
4373         * src/gtk/spell_entry.h
4374                 changes to copyright header
4375
4376 2009-02-12 [paul]       3.7.0cvs60
4377
4378         * src/gtk/spell_entry.c
4379         * src/gtk/spell_entry.h
4380                 fix broken build
4381
4382 2009-02-11 [colin]      3.7.0cvs59
4383
4384         * src/gtk/spell_entry.c
4385         * src/gtk/spell_entry.h
4386                 Forgot to add files
4387
4388 2009-02-11 [colin]      3.7.0cvs58
4389
4390         * src/compose.c
4391         * src/gtk/Makefile.am
4392         * src/gtk/gtkaspell.c
4393         * src/gtk/gtkaspell.h
4394                 Add spellcheck to subject. Patch by
4395                 Pawel.
4396
4397 2009-02-10 [holger]     3.7.0cvs57
4398
4399         * src/printing.c
4400         * src/common/defs.h
4401                 Move filename define for printing page setup cache to defs.h
4402
4403 2009-02-08 [mones]      3.7.0cvs56
4404
4405         * src/matcher.h
4406                 Fix build for bison 2.4.1
4407
4408 2009-02-06 [holger]     3.7.0cvs55
4409
4410         * src/prefs_common.c
4411         * src/prefs_common.h
4412         * src/printing.c
4413                 Fix restoring of custom page setups for printing by
4414                 temporarily caching the settings.
4415                 This is a workaround for Gnome Bug #39018, and fixes
4416                 Claws Mail Bug #1840.
4417
4418 2009-02-06 [colin]      3.7.0cvs54
4419
4420         * src/mainwindow.c
4421                 Fix hardcoded Shift-Q quits. Fixes
4422                 bug 1838, 'Claws-Mail sometimes quits 
4423                 when attempting to type a capital Q'
4424
4425 2009-01-31 [paul]       3.7.0cvs53
4426
4427         * src/compose.c
4428                 revert 3.7.0cvs49, until there is time to find out
4429                 why it causes a nasty crash!
4430
4431 2009-01-31 [paul]       3.7.0cvs52
4432
4433         * src/mainwindow.c
4434                 1 string that was forgotten for translation
4435
4436 2009-01-31 [paul]       3.7.0cvs51
4437
4438         * src/messageview.c
4439                 2 strings that were forgotten for translation
4440
4441 2009-01-31 [paul]       3.7.0cvs50
4442
4443         * src/gtk/prefswindow.c
4444                 build prefs tree in a slightly smarter way -
4445                 fix bug where if path[0] had same name as
4446                 path[1], (like in the de translation), path[1]
4447                 was lost and not shown in the window
4448
4449 2009-01-31 [paul]       3.7.0cvs49
4450
4451         * src/compose.c
4452                 fix bug 1836, 'Quoted text still blue after
4453                 removal of quote-character'
4454                 comment out some debug_print's that needlessly
4455                 slow things down
4456         * src/undo.c
4457                 comment out a debug_print that needlessly slows
4458                 things down
4459
4460 2009-01-31 [paul]       3.7.0cvs48
4461
4462         * src/summaryview.c
4463                 fix bug 1834, '"semi"-selection when collapsing thread'
4464
4465 2009-01-31 [paul]       3.7.0cvs47
4466
4467         * src/prefs_compose_writing.c
4468         * src/prefs_message.c
4469                 move 'quote_chars' pref to where it should be
4470
4471 2009-01-30 [paul]       3.7.0cvs46
4472
4473         * src/summaryview.c
4474                 fix updating of popup menu sensitivity
4475
4476 2009-01-28 [paul]       3.7.0cvs45
4477
4478         * tools/filter_conv_new.pl
4479                 move 'move' and 'delete' to end of @actions
4480                 so that they are always final actions in the
4481                 generated filtering rule
4482
4483 2009-01-27 [paul]       3.7.0cvs44
4484
4485         * src/messageview.c
4486                 always select text/calendar mimepart if suitable
4487                 plugin (i.e. vCalendar) is available
4488
4489 2009-01-27 [paul]       3.7.0cvs43
4490
4491         * src/folder.c
4492                 fix crash when right-clicking in summaryview when
4493                 processing is active
4494
4495 2009-01-22 [colin]      3.7.0cvs42
4496
4497         * src/compose.c
4498         * src/privacy.c
4499         * src/privacy.h
4500                 When replying to signed/encrypted mail and the
4501                 preference to sign/encrypt in this case is set,
4502                 choose the original mail's privacy system (if
4503                 available).
4504
4505 2009-01-21 [colin]      3.7.0cvs41
4506
4507         * src/addressbook.h
4508                 Fix warning (on-the-fly theming of
4509                 addressbook isn't complete yet)
4510
4511 2009-01-21 [colin]      3.7.0cvs40
4512
4513         * src/account.c
4514         * src/addressbook.c
4515                 Win32: Fix window placement
4516
4517 2009-01-21 [paul]       3.7.0cvs39
4518
4519         * src/inc.c
4520                 update timeout log msg
4521
4522 2009-01-17 [colin]      3.7.0cvs38
4523
4524         * src/main.c
4525         * src/mbox.c
4526         * src/common/md5.c
4527         * src/common/utils.c
4528         * src/etpan/imap-thread.c
4529                 Fix g_open calls (which don't ignore mode)
4530
4531 2009-01-17 [colin]      3.7.0cvs37
4532
4533         * src/addressbook.c
4534         * src/compose.c
4535         * src/foldersel.c
4536         * src/main.c
4537         * src/mainwindow.c
4538         * src/mbox.c
4539         * src/common/md5.c
4540         * src/common/ssl_certificate.c
4541         * src/common/tags.c
4542         * src/common/utils.c
4543         * src/etpan/imap-thread.c
4544         * src/plugins/bogofilter/bogofilter.c
4545         * src/plugins/pgpinline/pgpinline.c
4546         * src/plugins/smime/smime.c
4547                 Probably fix bug 1825, 'Unable to fetch messages from 
4548                 IMAP folders named with non-ASCII string'
4549                 Change remaining occurences of fopen and open with
4550                 g_fopen and g_open
4551
4552 2009-01-17 [paul]       3.7.0cvs36
4553
4554         * manual/faq.xml
4555                 update an old, outdated piece of info
4556
4557 2009-01-17 [paul]       3.7.0cvs35
4558
4559         * src/prefs_folder_item.c
4560                 fix bug where saving Folder Properties of a
4561                 sub-folder of outbox, queue, draft or trash
4562                 would change its parent's folder type to normal
4563
4564 2009-01-12 [mones]      3.7.0cvs34
4565
4566         * po/es.po
4567                 Updated translation
4568
4569 2009-01-12 [wwp]        3.7.0cvs33
4570
4571         * tools/fix_date.sh
4572         * tools/popfile-link.sh
4573         * tools/textviewer.sh
4574                 Fix bashisms and other portability glitches (thanks to
4575                 Steven M. Bellovin).
4576
4577 2009-01-11 [paul]       3.7.0cvs32
4578
4579         * src/addrindex.c
4580                 clean up some build warnings
4581
4582 2009-01-11 [colin]      3.7.0cvs31
4583
4584         * src/addrindex.c
4585                 Revert part of patch 3.7.0cvs29 
4586                 This function is used when jpilot
4587                 support is disabled
4588
4589 2009-01-11 [colin]      3.7.0cvs30
4590
4591         * src/folder.c
4592                 folder_find_child_item_by_name():
4593                 actually use name, not path's basename
4594
4595 2009-01-11 [paul]       3.7.0cvs29
4596
4597         * src/addrclip.c
4598         * src/addrindex.c
4599         * src/addritem.c
4600         * src/foldersel.h
4601         * src/folderview.c
4602         * src/prefs_folder_item.c
4603                 clean up some build warnings
4604
4605 2009-01-11 [paul]       3.7.0cvs28
4606
4607         * src/gtk/about.c
4608                 don't even mention printing support, assume its
4609                 presence, unless building with GTK+ < 2.10.0
4610
4611 2009-01-10 [colin]      3.7.0cvs27
4612
4613         * src/codeconv.c
4614                 Fix bug 1811, '[mime] Crash when there's no 
4615                 room for filename's start on the same line'
4616                 When the mimetype of the attachment is very 
4617                 long, there's no room at all to start the 
4618                 name=... parameter on the same line. This
4619                 caused an infinite loop as 0 characters of
4620                 the filename could be appended.
4621                 In such cases, insert linebreak before the
4622                 name parameter.
4623
4624 2009-01-09 [colin]      3.7.0cvs26
4625
4626         * src/compose.c
4627         * src/mainwindow.c
4628         * src/common/utils.c
4629                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
4630                 Compose Window does not attach'
4631
4632 2009-01-09 [colin]      3.7.0cvs25
4633
4634         * src/foldersel.c
4635                 Fix bug 1817, 'Changing Themes does not 
4636                 update the pixmaps in "Select folder" 
4637                 dialog box'
4638
4639 2009-01-09 [colin]      3.7.0cvs24
4640
4641         * src/main.c
4642                 Win32: Fix bug 1816, 'Attaching files with 
4643                 command-line generates error after attaching'
4644
4645 2009-01-09 [paul]       3.7.0cvs23
4646
4647         * src/gtk/about.c
4648                 forgot this '2009' in last commit
4649
4650 2009-01-09 [paul]       3.7.0cvs22
4651
4652         * src/*/*.[c,h]
4653                 it's 2009!
4654                 update copyright headers
4655
4656 2009-01-09 [paul]       3.7.0cvs21
4657
4658         * doc/man/claws-mail.1
4659                 update Team list
4660
4661 2009-01-09 [colin]      3.7.0cvs20
4662
4663         * src/messageview.c
4664                 Fix bug 1814, 'Windows' WM badly places 
4665                 message view'
4666
4667 2009-01-09 [colin]      3.7.0cvs19
4668
4669         * src/prefs_themes.c
4670         * src/stock_pixmap.c
4671         * src/stock_pixmap.h
4672         * src/common/utils.c
4673         * src/common/utils.h
4674                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
4675
4676 2009-01-08 [colin]      3.7.0cvs18
4677
4678         * src/mimeview.c
4679                 Win32: Fix bug 1810, 'Pressing 'o' key 
4680                 crashes CM'
4681
4682 2009-01-07 [colin]      3.7.0cvs17
4683
4684         * src/html.c
4685                 Fix bug 1432, '&amp; not escaped in links (HTML 
4686                 rendered as text)'
4687
4688 2009-01-06 [colin]      3.7.0cvs16
4689
4690         * src/plugins/pgpcore/select-keys.c
4691                 Warn translators the usual way about
4692                 accels
4693
4694 2009-01-06 [colin]      3.7.0cvs15
4695
4696         * src/mainwindow.c
4697                 Fix synchronisation dialog that shouldn't
4698                 appear when network goes down (Network
4699                 Manager)
4700         * src/mimeview.c
4701         * src/textview.c
4702                 Fix save as when attach_save_dir isn't set
4703                 fixes bug 1804, 'attach_save_directory does 
4704                 not default to $HOME'
4705         * src/plugins/pgpcore/select-keys.c
4706                 Add mnemonics to buttons - warn translators!
4707
4708 2009-01-06 [wwp]        3.7.0cvs14
4709
4710         * src/common/utils.c
4711                 Fix cvs13, thanks to Colin.
4712
4713 2009-01-06 [wwp]        3.7.0cvs13
4714
4715         * src/common/utils.c
4716                 Better support for Spanish Outlook replies (RES).
4717
4718 2009-01-02 [colin]      3.7.0cvs12
4719
4720         * src/folderview.c
4721                 Fix (+) sign after collapsed folder names that 
4722                 have quicksearch-matching children.
4723                 Fixes bug 1506, 'Recursive search in collapsed 
4724                 folders'
4725
4726 2009-01-02 [colin]      3.7.0cvs11
4727
4728         * src/stock_pixmap.c
4729         * src/stock_pixmap.h
4730                 Remove now-unused stock_pixmap_gdk
4731
4732 2009-01-02 [colin]      3.7.0cvs10
4733
4734         * src/gtk/gtkutils.c
4735         * src/pixmaps/claws-mail_icon.xpm
4736                 Use pixbuf for app icon, and make the app icon
4737                 a bit nicer
4738
4739 2009-01-02 [colin]      3.7.0cvs9
4740
4741         * src/uri_opener.c
4742                 Show both link title and URI if possible
4743
4744 2009-01-02 [colin]      3.7.0cvs8
4745
4746         * src/addressadd.c
4747         * src/addressbook.c
4748         * src/addressbook_foldersel.c
4749         * src/addressitem.h
4750         * src/folderview.c
4751         * src/grouplistdialog.c
4752         * src/importldif.c
4753         * src/mimeview.c
4754         * src/summaryview.c
4755         * src/gtk/gtkcmclist.c
4756         * src/gtk/gtkcmclist.h
4757         * src/gtk/gtkcmctree.c
4758         * src/gtk/gtkcmctree.h
4759         * src/gtk/gtksctree.c
4760         * src/gtk/gtksctree.h
4761                 Implement pixbuf rendering in tree widgets
4762                 instead of pixmaps
4763         * src/plugins/trayicon/trayicon.c
4764         * src/noticeview.c
4765         * src/prefs_themes.c
4766                 Use pixbuf rendering here too
4767
4768 2008-12-30 [paul]       3.7.0cvs7
4769
4770         * src/textview.c
4771                 no need to prematurely trim the uri in the statusbar
4772
4773 2008-12-29 [paul]       3.7.0cvs6
4774
4775         * src/procmsg.c
4776                 prefer List-Id header to X-* headers when creating
4777                 filter rule automatically
4778
4779 2008-12-28 [colin]      3.7.0cvs5
4780
4781         * src/compose.c
4782                 Set minimum height to 440 instead of 480
4783
4784 2008-12-22 [colin]      3.7.0cvs4
4785
4786         * src/compose.c
4787                 Fix bug 1799, '"Discard message" deletes manually 
4788                 saved draft'. Switch rmode to REEDIT after 
4789                 manually saving.
4790
4791 2008-12-21 [paul]       3.7.0cvs3
4792
4793         * tools/claws.i18n.status.pl
4794                 updates
4795
4796 2008-12-21 [paul]       3.7.0cvs2
4797
4798         * AUTHORS
4799         * src/gtk/authors.h
4800                 (more) updates
4801
4802 2008-12-21 [paul]       3.7.0cvs1
4803
4804         * AUTHORS
4805         * src/gtk/authors.h
4806                 updates
4807
4808 2008-12-19 [paul]       3.7.0
4809
4810         * NEWS
4811         * README
4812         * RELEASE_NOTES 
4813                 3.7.0 released!
4814
4815 2008-12-19 [paul]       3.6.1cvs80
4816
4817         * configure.ac
4818                 remove unmaintained sk and sr from ALL_LINGUAS
4819                 add newly maintained cs to ALL_LINGUAS
4820         * po/bg.po
4821         * po/ca.po
4822         * po/cs.po
4823         * po/de.po
4824         * po/fi.po
4825         * po/hu.po
4826         * po/nl.po
4827         * po/pt_BR.po
4828         * po/ru.po
4829         * po/sv.po
4830                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
4831                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
4832                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
4833                 Persson Fink
4834
4835 2008-12-16 [colin]      3.6.1cvs79
4836
4837         * src/plugins/pgpcore/sgpgme.c
4838                 Fix warning
4839
4840 2008-12-15 [colin]      3.6.1cvs78
4841
4842         * src/compose.c
4843         * src/privacy.c
4844         * src/privacy.h
4845         * src/plugins/pgpcore/sgpgme.c
4846         * src/plugins/pgpcore/sgpgme.h
4847         * src/plugins/pgpinline/pgpinline.c
4848         * src/plugins/pgpmime/pgpmime.c
4849         * src/plugins/smime/smime.c
4850                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
4851                 email address" doesn't work'. Use custom from address
4852                 if set
4853
4854 2008-12-15 [colin]      3.6.1cvs77
4855
4856         * src/common/utils.c
4857                 Fix bug 1746, 'Makes a mailto link from several 
4858                 paragraphs'
4859
4860 2008-12-15 [paul]       3.6.1cvs76
4861
4862         * m4/spamassassin.m4
4863                 fix warnings thrown up by autoconf-2.63
4864
4865 2008-12-13 [colin]      3.6.1cvs75
4866
4867         * Makefile.am
4868         * src/Makefile.am
4869         * src/common/ssl.c
4870         * src/common/utils.c
4871         * src/common/utils.h
4872         * tools/Makefile.am
4873                 Finish previous patch
4874
4875 2008-12-13 [colin]      3.6.1cvs74
4876
4877         * tools/Makefile.am
4878                 Only install certs on windows
4879
4880 2008-12-13 [colin]      3.6.1cvs73
4881
4882         * tools/Makefile.am
4883         * tools/ca-certificates.crt
4884         * src/common/Makefile.am
4885         * src/common/ssl.c
4886                 First try to ship SSL certificates in Windows
4887                 build
4888
4889 2008-12-12 [colin]      3.6.1cvs72
4890
4891         * configure.ac
4892         * src/plugins/pgpinline/claws.def
4893                 Windows build fixes
4894
4895 2008-12-12 [paul]       3.6.1cvs71
4896
4897         * src/imap.c
4898         * src/mh.c
4899         * src/partial_download.c
4900         * src/textview.c
4901         * src/common/claws.c
4902         * src/common/prefs.c
4903         * src/common/utils.c
4904                 win32: fix unlinking, renaming and bug with
4905                 non-ascii username
4906                 Patch by Colin
4907
4908 2008-12-11 [colin]      3.6.1cvs70
4909
4910         * po/fr.po
4911         * manual/fr/advanced.xml
4912                 Update french translations
4913
4914 2008-12-10 [colin]      3.6.1cvs69
4915
4916         * manual/faq.xml
4917                 Correct bug submission guidelines
4918
4919 2008-12-10 [colin]      3.6.1cvs68
4920
4921         * src/plugins/pgpcore/pgp_viewer.c
4922                 Fix bug 1736, 'Key import does not work'
4923                 Kill the correct pid (and not the parent
4924                 shell), and increase the timeout a bit.
4925
4926 2008-12-09 [paul]       3.6.1cvs67
4927
4928         * src/messageview.c
4929                 ensure that any stray noticeview buttons are hidden,
4930                 as clicking them causes segfaults!
4931
4932 2008-12-09 [colin]      3.6.1cvs66
4933
4934         * src/compose.c
4935         * src/compose.h
4936         * src/folder_item_prefs.h
4937         * src/prefs_common.c
4938         * src/prefs_common.h
4939         * src/common/defs.h
4940                 Fix bug 1792, '"Save Message to" should 
4941                 retain list of recently selected folders'
4942                 Also, make Enchant-related prefs stick
4943                 even if the build doesn't enable enchant
4944
4945 2008-12-09 [paul]       3.6.1cvs65
4946
4947         * src/messageview.c
4948                 fix bug 1787, 'Prevent automatic PGP inline
4949                 decryption attempts' use the noticeview to display
4950                 decryption failure messages instead of the irritating
4951                 popup dialog
4952
4953 2008-12-09 [colin]      3.6.1cvs64
4954
4955         * src/prefs_filtering.c
4956                 Fix bug 1789, 'filtering account selection 
4957                 (regression)'. Filtering on sending-only
4958                 accounts can be a little useful when using
4959                 filtering via Tools menu.
4960
4961 2008-12-07 [paul]       3.6.1cvs63
4962
4963         * src/prefs_actions.c
4964                 don't auto-select first entry (same as other
4965                 similar dialogs)
4966         * src/gtk/pluginwindow.c
4967                 these parents don't have children so don't look
4968                 for them
4969
4970 2008-12-07 [paul]       3.6.1cvs62
4971
4972         * src/prefs_account.c
4973         * src/gtk/pluginwindow.c
4974         * src/gtk/prefswindow.c
4975         * src/gtk/prefswindow.h
4976                 auto-select first page
4977
4978 2008-12-05 [colin]      3.6.1cvs61
4979
4980         * src/codeconv.c
4981         * src/procmime.c
4982                 Fix bug 1788, 'CM crashes re-encoding 
4983                 encoded parameters' (introduced in cvs40)
4984
4985 2008-12-05 [paul]       3.6.1cvs60
4986
4987         * src/prefs_common.h
4988                 remove gpg prefs that are no longer needed here
4989
4990 2008-12-03 [colin]      3.6.1cvs59
4991
4992         * src/msgcache.c
4993                 Speed up cache reading (about 10% gain)
4994         * src/summaryview.c
4995         * src/gtk/gtksctree.c
4996                 Speed up expand/collapse all threads
4997                 (about 95% gain)
4998
4999 2008-12-03 [paul]       3.6.1cvs58
5000
5001         * configure.ac
5002                 eradicate gcc4's signedness warnings
5003                 fix building with gnuTLS on (Open)Solaris
5004
5005 2008-12-01 [colin]      3.6.1cvs57
5006
5007         * src/gtk/gtkcmclist.c
5008                 Fix column headers
5009
5010 2008-12-01 [colin]      3.6.1cvs56
5011
5012         * src/plugins/pgpinline/pgpinline.c
5013                 Fix bug 1779, 'PGP Inline badly handles 
5014                 multipart'. Properly dump the current part
5015                 instead of running around with scissors
5016
5017 2008-11-30 [paul]       3.6.1cvs55
5018
5019         * manual/advanced.xml
5020         * manual/plugins.xml
5021         * src/prefs_toolbar.c
5022                 remove the verb from the page title and
5023                 update references in the manual
5024
5025 2008-11-30 [paul]       3.6.1cvs54
5026
5027         * src/prefs_other.c
5028                 move Other/ page to Other/Miscellaneous
5029         * src/gtk/prefswindow.c
5030                 make parent page unselectable
5031
5032 2008-11-29 [paul]       3.6.1cvs53
5033
5034         * README
5035                 add the new 'primary_paste_unselects' hidden
5036                 option, add missing 'log_[...]_color' options,
5037                 and reformat the text
5038         * manual/advanced.xml
5039                 add the new 'primary_paste_unselects' hidden
5040                 option, add missing 'log_[...]_color' options
5041
5042 2008-11-28 [colin]      3.6.1cvs52
5043
5044         * src/mimeview.c
5045                 Fix leak
5046
5047 2008-11-28 [colin]      3.6.1cvs51
5048
5049         * po/fr.po
5050                 Update translation
5051
5052 2008-11-28 [colin]      3.6.1cvs50
5053
5054         * src/mainwindow.c
5055                 Fix account selection in Mailing list
5056                 menu
5057
5058 2008-11-28 [paul]       3.6.1cvs49
5059
5060         * po/Makefile.in.in
5061                 automatically remove obsolete strings
5062
5063 2008-11-28 [colin]      3.6.1cvs48
5064
5065         * src/plugins/pgpcore/sgpgme.c
5066                 Fix error message when key isn't available.
5067
5068 2008-11-27 [colin]      3.6.1cvs47
5069
5070         * src/filtering.c
5071         * src/matcher.c
5072                 Fix a little leak
5073
5074 2008-11-26 [colin]      3.6.1cvs46
5075
5076         * src/common/ssl.c
5077                 Fix new warning
5078
5079 2008-11-26 [colin]      3.6.1cvs45
5080
5081         * src/plugins/pgpcore/select-keys.c
5082         * src/plugins/pgpcore/sgpgme.c
5083                 Fix bug 1591, 'S/MIME: better key 
5084                 handling/selection dialog'
5085                 Really ignore revoked/expired keys
5086
5087 2008-11-26 [colin]      3.6.1cvs44
5088
5089         * src/main.c
5090         * src/common/claws.c
5091         * src/common/ssl.c
5092                 Make sure libgcrypt's threading is initialised
5093                 before gnutls. See also old bug 1539.
5094
5095 2008-11-26 [colin]      3.6.1cvs43
5096
5097         * src/imap.c
5098         * src/news.c
5099         * src/etpan/imap-thread.c
5100                 Fix possible crashes due to clist_begin()
5101                 not checking for NULLs (it should!)
5102
5103 2008-11-25 [colin]      3.6.1cvs42
5104
5105         * src/procmime.c
5106                 Fix line length in MIME parameters
5107
5108 2008-11-22 [paul]       3.6.1cvs41
5109
5110         * src/compose.c
5111                 grab Return key press in attachments Properties
5112                 dialog
5113
5114 2008-11-21 [colin]      3.6.1cvs40
5115
5116         * src/compose.c
5117         * src/procmime.c
5118                 Fix bug 1776, 'use encoded name parameters 
5119                 for attachments instead of ascii'.
5120                 Break the RFC 2047 by using B-encoded 
5121                 filename parameter, like everyone does,
5122                 following advice from the RFC author.
5123
5124 2008-11-21 [colin]      3.6.1cvs39
5125
5126         * src/common/socket.c
5127                 Rehandshake if server asks to
5128
5129 2008-11-21 [colin]      3.6.1cvs38
5130
5131         * src/mimeview.h
5132         * src/toolbar.h
5133         * src/common/session.h
5134         * src/common/smtp.h
5135                 Move conditional-compilation members to
5136                 end of structs
5137
5138 2008-11-19 [wwp]        3.6.1cvs37
5139
5140         * src/prefs_actions.c
5141                 Fixed wrong behaviour when pressing Escape (was not cancelling
5142                 the action).
5143
5144 2008-11-19 [wwp]        3.6.1cvs36
5145
5146         * src/compose.c
5147         * src/matcher.c
5148         * src/messageview.c
5149         * src/mimeview.c
5150         * src/prefs_actions.c
5151         * src/prefs_filtering_action.c
5152         * src/procmsg.c
5153         * src/summaryview.c
5154         * src/textview.c
5155         * src/common/utils.c
5156                 Replace occurrences of "command line" with "command-line" everywhere.
5157                 Enforce code style (mostly indentation) in prefs_actions.c.
5158
5159 2008-11-19 [colin]      3.6.1cvs35
5160
5161         * src/compose.c
5162         * src/prefs_common.c
5163         * src/prefs_common.h
5164                 Add primary_paste_unselects hidden preference
5165                 to change how middle-click pasting changes
5166                 the selection and insert point; defaults to
5167                 pre-3.6.1cvs31
5168
5169 2008-11-19 [colin]      3.6.1cvs34
5170
5171         * src/folderview.c
5172                 Always give focus to summaryview, even if
5173                 the folder is empty, in small screen layout.
5174                 Allows to go back to folderlist using the
5175                 keyboard.
5176
5177 2008-11-18 [colin]      3.6.1cvs33
5178
5179         * src/mainwindow.h
5180                 Put back conditional at the end of struct
5181
5182 2008-11-18 [colin]      3.6.1cvs32
5183
5184         * src/procmime.c
5185         * src/common/w32_reg.c
5186                 Fix crash on win32 when browsing to a
5187                 directory
5188
5189 2008-11-15 [colin]      3.6.1cvs31
5190
5191         * src/compose.c
5192                 After a mid-click paste, deselect selection
5193                 and go to end of paste.
5194
5195 2008-11-15 [colin]      3.6.1cvs30
5196
5197         * src/compose.c
5198                 Auto-save draft after external editor quits
5199
5200 2008-11-15 [colin]      3.6.1cvs29
5201
5202         * src/plugins/pgpcore/sgpgme.c
5203                 Fix wrong error display, thanks to
5204                 Charles A. Edwards
5205
5206 2008-11-14 [colin]      3.6.1cvs28
5207
5208         * src/prefs_actions.c
5209                 Comment out bogus (IMO) warning
5210
5211 2008-11-14 [colin]      3.6.1cvs27
5212
5213         * src/mainwindow.c
5214         * src/summaryview.c
5215         * src/summaryview.h
5216         * src/gtk/menu.c
5217         * src/gtk/menu.h
5218                 Share summaryview's context menu actions with
5219                 the equivalent menu items of the main menu;
5220                 this allows to share accelerators and de-
5221                 duplicate code.
5222
5223 2008-11-14 [colin]      3.6.1cvs26
5224
5225         * src/plugins/pgpcore/sgpgme.c
5226                 Fix bug 1768, 'claws-mail crashes while 
5227                 checking smime bad signature'
5228
5229 2008-11-13 [colin]      3.6.1cvs25
5230
5231         * src/account.c
5232         * src/filtering.c
5233                 Fix redefinition of PREFSBUFSIZE
5234
5235 2008-11-13 [wwp]        3.6.1cvs24
5236
5237         * tools/popfile-link.sh
5238                 Add support for reusing existing POPFile session ID.
5239
5240 2008-11-12 [colin]      3.6.1cvs23
5241
5242         * src/prefs_gtk.h
5243                 Fix bug 1771, 'Folder template gets 
5244                 truncated when exiting the application'
5245                 Use a 32k buffer for string preferences
5246
5247 2008-11-11 [colin]      3.6.1cvs22
5248
5249         * src/summaryview.c
5250                 Fix "display sender using addressbook" when
5251                 prefs_common.swap_from is in use. Patch by
5252                 H. Merijn Brand
5253
5254 2008-11-11 [colin]      3.6.1cvs21
5255
5256         * src/autofaces.c
5257         * src/common/md5.c
5258         * src/common/md5.h
5259                 Make a few functions static
5260
5261 2008-11-07 [colin]      3.6.1cvs20
5262
5263         * src/mainwindow.c
5264         * src/summaryview.c
5265                 Fix crash when rebuilding colorlabel
5266                 menu
5267         * src/addrgather.c
5268         * src/editldap.c
5269         * src/prefs_account.c
5270         * src/prefs_compose_writing.c
5271         * src/prefs_logging.c
5272         * src/prefs_message.c
5273         * src/prefs_other.c
5274         * src/prefs_receive.c
5275         * src/prefs_summaries.c
5276         * src/prefs_wrapping.c
5277         * src/plugins/bogofilter/bogofilter_gtk.c
5278         * src/plugins/pgpcore/prefs_gpg.c
5279         * src/plugins/spamassassin/spamassassin_gtk.c
5280                 Fix deprecated use of page_size in 
5281                 gtkspinbutton adjustments
5282
5283 2008-11-06 [mones]      3.6.1cvs19
5284
5285         * src/mainwindow.c
5286                 Fix missing "About" in Help menu
5287         * tools/claws.i18n.status.pl
5288                 Fix header
5289
5290 2008-11-05 [colin]      3.6.1cvs18
5291
5292         * src/action.c
5293         * src/main.c
5294         * src/mainwindow.c
5295         * src/common/socket.c
5296         * src/common/socket.h
5297         * src/gtk/gtkutils.c
5298         * src/gtk/gtkutils.h
5299                 w32: Implement single launch (lock
5300                 socket); always put debug log to
5301                 the rc_dir; fix Start menu update
5302                 after registering as default Mail 
5303                 app
5304
5305 2008-11-05 [colin]      3.6.1cvs17
5306
5307         * src/mainwindow.c
5308                 Setting the Mail start menu item in HKCU 
5309                 confuses the Internet Options dialog. Do 
5310                 it in HKLM as this dialog does.
5311
5312 2008-11-04 [colin]      3.6.1cvs16
5313
5314         * src/common/w32_reg.c
5315                 Fix off-by-one
5316
5317 2008-11-04 [colin]      3.6.1cvs15
5318
5319         * src/procmime.c
5320                 w32: Fix getting content-type 
5321         * src/mimeview.c
5322         * src/prefs_common.c
5323         * src/prefs_common.h
5324         * src/prefs_ext_prog.c
5325         * src/textview.c
5326                 w32: better integration (use the
5327                 standard file associations instead
5328                 of our platform-unadapted open
5329                 dialog)
5330         * src/mainwindow.c
5331         * src/common/utils.c
5332         * src/common/w32_reg.c
5333         * src/common/w32lib.h
5334                 w32: better integration (allow 
5335                 setting Claws as default MUA)
5336
5337 2008-11-01 [colin]      3.6.1cvs14
5338
5339         * src/codeconv.c
5340                 Fix wrongly converted non-ascii characters
5341                 when locale's charset is US-ASCII (strict-mode
5342                 was failing in this case)
5343
5344 2008-10-30 [colin]      3.6.1cvs13
5345
5346         * src/mimeview.c
5347         * src/mimeview.h
5348         * src/textview.c
5349         * src/textview.h
5350                 Use one UI Manager per mimeview, instead of
5351                 the global one -- else user_data pointer gets
5352                 broken if opening and closing another message-
5353                 view, then using right-click on a mimeview's 
5354                 mimepart. Probably fixes bug 1711, 'Save-as
5355                 attachment crashes'
5356
5357 2008-10-24 [paul]       3.6.1cvs12
5358
5359         * tools/Makefile.am
5360         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
5361         * tools/kdeservicemenu/install.sh
5362                 another, possibly the final?, attempt on getting this
5363                 sorted for kde4
5364
5365 2008-10-24 [paul]       3.6.1cvs11
5366
5367         * tools/kdeservicemenu/install.sh
5368                 fix servicemenu installation directory on kde4
5369
5370 2008-10-24 [paul]       3.6.1cvs10
5371
5372         * tools/kdeservicemenu/README
5373         * tools/kdeservicemenu/install.sh
5374                 add support for kde4 in addition to kde3.
5375                 a rework involving checking for kde4-config, then
5376                 kde-config, finally prompting the user for the
5377                 location of either if they cannot be found
5378                 
5379
5380 2008-10-18 [paul]       3.6.1cvs9
5381
5382         * tools/claws.i18n.status.pl
5383                 updated with latest translator info.
5384                 only print for languages defined in %langname
5385
5386 2008-10-17 [paul]       3.6.1cvs8
5387
5388         * src/plugins/pgpcore/sgpgme.c
5389                 when listing the uid's, show the uid validity
5390
5391 2008-10-16 [paul]       3.6.1cvs7
5392
5393         * INSTALL
5394                 updated
5395
5396 2008-10-13 [wwp]        3.6.1cvs6
5397
5398         * po/fr.po
5399                 Updated French translation.
5400
5401 2008-10-11 [colin]      3.6.1cvs5
5402
5403         * src/gtk/authors.h
5404                 Fix bug 1756, "Outdated translators list in About 
5405                 dialogue". Patch by Aleksei Miheev.
5406
5407 2008-10-11 [colin]      3.6.1cvs4
5408
5409         * src/account.c
5410         * src/imap.c
5411         * src/inc.c
5412         * src/main.c
5413         * src/mainwindow.c
5414         * src/news.c
5415         * src/pop.c
5416         * src/pop.h
5417         * src/prefs_account.c
5418         * src/send_message.c
5419         * src/send_message.h
5420         * src/ssl_manager.c
5421         * src/ssl_manager.h
5422         * src/wizard.c
5423         * src/common/claws.c
5424         * src/common/defs.h
5425         * src/common/session.c
5426         * src/common/session.h
5427         * src/common/smtp.c
5428         * src/common/smtp.h
5429         * src/common/socket.c
5430         * src/common/socket.h
5431         * src/common/ssl.c
5432         * src/common/ssl.h
5433         * src/common/ssl_certificate.c
5434         * src/common/ssl_certificate.h
5435         * src/gtk/about.c
5436         * src/gtk/sslcertwindow.c
5437         * src/gtk/sslcertwindow.h
5438                 Remove OpenSSL code
5439
5440 2008-10-11 [colin]      3.6.1cvs3
5441
5442         * src/common/ssl_certificate.c
5443                 Make local function static
5444
5445 2008-10-10 [colin]      3.6.1cvs2
5446
5447         * src/common/ssl.h
5448         * src/common/ssl_certificate.c
5449         * src/gtk/sslcertwindow.c
5450                 Add offline certificate verification,
5451                 thanks to Nikos Mavrogiannopoulos for the
5452                 hints
5453
5454 2008-10-10 [colin]      3.6.1cvs1
5455
5456         * src/common/ssl_certificate.c
5457         * src/gtk/sslcertwindow.c
5458                 Fix warnings
5459
5460 2008-10-10 [paul]       3.6.1
5461
5462         * m4/spamassassin.m4
5463                 remove openssl dross
5464
5465         * NEWS
5466         * README
5467         * RELEASE_NOTES 
5468                 3.6.1 released!
5469
5470 2008-10-10 [colin]      3.6.0cvs25
5471
5472         * src/common/ssl.c
5473                 Tell libetpan it doesn't need to init
5474                 GnuTLS
5475
5476 2008-10-10 [colin]      3.6.0cvs24
5477
5478         * claws-mail.pc.in
5479                 Remove references to openssl
5480
5481 2008-10-09 [colin]      3.6.0cvs23
5482
5483         * configure.ac
5484                 Fix message
5485
5486 2008-10-09 [colin]      3.6.0cvs22
5487
5488         * configure.ac
5489                 Error out when building against openssl
5490
5491 2008-10-09 [colin]      3.6.0cvs21
5492
5493         * configure.ac
5494         * COPYING
5495         * src/crash.c
5496         * src/main.c
5497         * src/gtk/about.c
5498                 Disable OpenSSL due to requirement of
5499                 OpenSSL exception. Code not removed yet,
5500                 just in case, but disabled.
5501
5502 2008-10-09 [colin]      3.6.0cvs20
5503
5504         * configure.ac
5505         * src/Makefile.am
5506         * src/crash.c
5507         * src/gedit-print.c
5508         * src/gedit-print.h
5509         * src/main.c
5510         * src/mainwindow.c
5511         * src/messageview.c
5512         * src/prefs_ext_prog.c
5513         * src/prefs_fonts.c
5514         * src/prefs_image_viewer.c
5515         * src/printing.c
5516         * src/printing.h
5517         * src/summaryview.c
5518         * src/gtk/Makefile.am
5519         * src/gtk/about.c
5520         * src/gtk/gtksourceprintjob.c
5521         * src/gtk/gtksourceprintjob.h
5522                 Revert previous patch. It'd be better to remove
5523                 OpenSSL instead, as GnuTLS works as well.
5524
5525 2008-10-09 [colin]      3.6.0cvs19
5526
5527         * configure.ac
5528         * src/Makefile.am
5529         * src/crash.c
5530         * src/gedit-print.c
5531         * src/gedit-print.h
5532         * src/main.c
5533         * src/mainwindow.c
5534         * src/messageview.c
5535         * src/prefs_ext_prog.c
5536         * src/prefs_fonts.c
5537         * src/prefs_image_viewer.c
5538         * src/printing.c
5539         * src/printing.h
5540         * src/summaryview.c
5541         * src/gtk/Makefile.am
5542         * src/gtk/about.c
5543         * src/gtk/gtksourceprintjob.c
5544         * src/gtk/gtksourceprintjob.h
5545                 Remove the libgnomeprint interface (deprecated,
5546                 and fixes Debian's #501570, 'Copyright confusion')
5547
5548 2008-10-09 [colin]      3.6.0cvs18
5549
5550         * configure.ac
5551                 Require libetpan 0.57 (important fixes)
5552
5553 2008-10-08 [paul]       3.6.0cvs17
5554
5555         * src/prefs_filtering_action.c
5556         * src/prefs_matcher.c
5557                 enable re-ordering of the filtering/processing
5558                 condition and actions lists by drag'n'drop
5559
5560 2008-10-08 [colin]      3.6.0cvs16
5561
5562         * src/addressbook.c
5563                 Fix wrong menu title
5564
5565 2008-10-07 [colin]      3.6.0cvs15
5566
5567         * src/imap.c
5568                 After thinking, revert this. It's only a minor
5569                 annoyance to GSSAPI users, and I can't test this
5570                 right now. Postponed until after next good release.
5571
5572 2008-10-07 [colin]      3.6.0cvs14
5573
5574         * src/imap.c
5575                 Don't ask for a password when using GSSAPI
5576
5577 2008-10-07 [colin]      3.6.0cvs13
5578
5579         * src/mainwindow.c
5580                 Fix build with GTK+ < 2.14
5581
5582 2008-10-07 [colin]      3.6.0cvs12
5583
5584         * src/mainwindow.c
5585         * src/mainwindow.h
5586         * src/prefs_common.c
5587         * src/prefs_common.h
5588         * src/summaryview.c
5589         * src/gtk/colorlabel.c
5590                 Fix bug 1749, 'Shortcut keys for color labels 
5591                 not changeable'
5592                 Make fullscreen a setting remembered between
5593                 sessions
5594
5595 2008-10-07 [colin]      3.6.0cvs11
5596
5597         * src/prefs_other.c
5598                 Fix bug 1747, 'Wanderlust keybindings no longer 
5599                 working (regression)'
5600
5601 2008-10-07 [colin]      3.6.0cvs10
5602
5603         * src/mainwindow.c
5604                 Make fullscreen a real menu item
5605
5606 2008-10-07 [colin]      3.6.0cvs9
5607
5608         * src/mainwindow.c
5609                 Make sure we won't save size when
5610                 fullscreening
5611
5612 2008-10-06 [colin]      3.6.0cvs8
5613
5614         * src/mainwindow.c
5615         * src/mainwindow.h
5616                 Handle fullscreen via F11. Patch by
5617                 Michael Rasmussen
5618
5619 2008-10-06 [colin]      3.6.0cvs7
5620
5621         * src/common/ssl.c
5622                 Fix return value when setting client cert
5623
5624 2008-10-04 [colin]      3.6.0cvs6
5625
5626         * src/mimeview.c
5627                 Fix bug 1742, 'Attachment list contents not 
5628                 visible/scrollable'
5629
5630 2008-10-04 [paul]       3.6.0cvs5
5631
5632         * src/mainwindow.c
5633                 fix failure of Hide toolbar option on restart
5634
5635 2008-10-04 [colin]      3.6.0cvs4
5636
5637         * src/addressbook.c
5638         * src/compose.c
5639         * src/mainwindow.c
5640         * src/messageview.c
5641         * src/summaryview.c
5642                 Maemo: Fix bug 1737, Crashes upon opening
5643
5644 2008-10-04 [paul]       3.6.0cvs3
5645
5646         * po/pt_BR.po
5647                 submitted (just a little late) by Frederico
5648                 Goncalves Guimaraes
5649
5650 2008-10-03 [wwp]        3.6.0cvs2
5651
5652         * po/fr.po
5653                 Many fixes, mostly in menus and accelerators.
5654
5655 2008-10-03 [colin]      3.6.0cvs1
5656
5657         * src/gtk/filesel.c
5658                 Allow network mounts with new GTKs: they're
5659                 available via FUSE mounts and we don't need
5660                 GVFS.
5661
5662 2008-10-03 [paul]       3.6.0
5663
5664         * NEWS
5665         * README
5666         * RELEASE_NOTES 
5667                 3.6.0 released!
5668
5669 2008-10-03 [paul]       3.5.0cvs145
5670
5671         * configure.ac
5672         * po/bg.po
5673         * po/nl.po
5674         * po/ru.po
5675         * po/sv.po
5676                 new translations. added by Yasen Pramatarov,
5677                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
5678         * po/ca.po
5679         * po/de.po
5680         * po/fi.po
5681         * po/fr.po
5682         * po/hu.po
5683         * po/it.po
5684         * po/pl.po
5685         * po/zh_CN.po
5686                 updated translations. submitted by Miquel Oliete,
5687                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
5688                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
5689
5690 2008-10-02 [colin]      3.5.0cvs144
5691
5692         * src/common/session.c
5693                 Fix crash when connection fails on windows
5694
5695 2008-10-01 [colin]      3.5.0cvs143
5696
5697         * src/imap.c
5698                 Real fix for FS-unsafe chars on win32
5699
5700 2008-10-01 [colin]      3.5.0cvs142
5701
5702         * src/imap.c
5703                 Encode prohibited filenames on win32
5704
5705 2008-09-30 [mones]      3.5.0cvs141
5706
5707         * src/ldapctrl.c
5708         * src/main.c
5709         * src/prefs_themes.c
5710         * src/printing.c
5711                 Fix output of some debug messages
5712
5713 2008-09-30 [colin]      3.5.0cvs140
5714
5715         * src/addrbook.c
5716         * src/addrharvest.c
5717         * src/compose.c
5718         * src/jpilot.c
5719         * src/mh.c
5720         * src/prefs_themes.c
5721         * src/procheader.c
5722         * src/procmime.c
5723         * src/summaryview.c
5724         * src/common/utils.c
5725         * src/gtk/sslcertwindow.c
5726                 Win32: Fix time usage; use g_stat
5727
5728 2008-09-29 [colin]      3.5.0cvs139
5729
5730         * src/common/utils.c
5731                 Fix case-sensitive match of subject
5732                 prefixes on win32
5733
5734 2008-09-29 [colin]      3.5.0cvs138
5735
5736         * src/folder_item_prefs.c
5737         * src/folder_item_prefs.h
5738         * src/matcher.c
5739         * src/prefs_folder_item.c
5740         * src/prefs_matcher.c
5741         * src/summaryview.c
5742         * src/common/string_match.c
5743         * src/common/utils.c
5744                 Fix a huge leak (dozens of megs per folder
5745                 change) on Windows: disable regexps 
5746
5747 2008-09-28 [paul]       3.5.0cvs137
5748
5749         * po/en_GB.po
5750                 updated
5751
5752 2008-09-27 [colin]      3.5.0cvs136
5753
5754         * src/account.c
5755         * src/account.h
5756                 Add accessor for cur_account
5757
5758 2008-09-27 [colin]      3.5.0cvs135
5759
5760         * src/imap.c
5761                 Fix crash when error happen on session establishment
5762
5763 2008-09-26 [mones]      3.5.0cvs134
5764
5765         * po/es.po
5766                 Updated for release
5767
5768 2008-09-26 [colin]      3.5.0cvs133
5769
5770         * src/plugins/pgpcore/claws.def
5771                 Fix symbol
5772
5773 2008-09-26 [colin]      3.5.0cvs132
5774
5775         * src/prefs_common.c
5776         * src/prefs_common.h
5777         * src/plugins/pgpcore/pgp_viewer.c
5778                 Add an accessor to prefs_common for plugins
5779                 (Win32 fix)
5780
5781 2008-09-25 [colin]      3.5.0cvs131
5782
5783         * src/main.c
5784                 Fix bug 1725, 'useless lines in clawsrc'
5785         * src/plugins/smime/mypgpcore.def
5786                 Add a missing symbol
5787
5788 2008-09-25 [paul]       3.5.0cvs130
5789
5790         * src/plugins/smime/mypgpcore.def
5791         * src/plugins/smime/plugin.def
5792         * src/plugins/smime/version.rc
5793                 add these windows-specific files
5794                 (Thanks to Colin)
5795
5796 2008-09-25 [colin]      3.5.0cvs129
5797
5798         * src/main.c
5799                 Load standard plugins only on first run
5800
5801 2008-09-25 [colin]      3.5.0cvs128
5802
5803         * src/codeconv.c
5804                 Fix build...
5805
5806 2008-09-24 [colin]      3.5.0cvs127
5807
5808         * src/codeconv.c
5809                 Add nb_NO's charset (iso-8859-1)
5810
5811 2008-09-24 [colin]      3.5.0cvs126
5812
5813         * src/common/utils.c
5814                 Fix get_mail_base_dir() on windows
5815                 (was synced from main ages ago)
5816
5817 2008-09-24 [colin]      3.5.0cvs125
5818
5819         * src/main.c
5820         * src/wizard.c
5821                 Integrate better with Windows' style
5822
5823 2008-09-23 [paul]       3.5.0cvs124
5824
5825         * src/compose.c
5826         * src/mainwindow.c
5827         * src/messageview.c
5828                 offer these strings to translators too 
5829
5830 2008-09-23 [colin]      3.5.0cvs123
5831
5832         * configure.ac
5833                 Add a --disable-dbus flag in case we want
5834                 no DBUS even if headers are available (like
5835                 for building gpg4win)
5836         * src/filtering.c
5837         * src/mainwindow.c
5838         * src/prefs_logging.c
5839         * src/common/utils.c
5840         * src/plugins/pgpcore/sgpgme.c
5841         * src/plugins/smime/claws.def
5842                 Windows fixes:
5843                 - disable filtering log (it's crashy for
5844                   some reason)
5845                 - fix gmtime_r when time is -1 (before 01/01/70)
5846                 - add symbols for smime
5847
5848 2008-09-22 [colin]      3.5.0cvs122
5849
5850         * src/common/utils.c
5851         * src/account.c
5852                 Remove raw printf
5853         * src/compose.c
5854                 Fix cursor position after changing account
5855         * src/imap.c
5856         * src/mimeview.c
5857         * src/news.c
5858                 Fix absolute path detection 
5859
5860 2008-09-21 [colin]      3.5.0cvs121
5861
5862         * src/gtk/gtkaspell.c
5863                 Don't try to use empty dictionaries
5864
5865 2008-09-20 [colin]      3.5.0cvs120
5866
5867         * po/POTFILES.in
5868                 Add the new files to the translations
5869
5870 2008-09-20 [colin]      3.5.0cvs119
5871
5872         * configure.ac
5873         * src/plugins/Makefile.am
5874         * src/plugins/smime/Makefile.am
5875         * src/plugins/smime/plugin.c
5876         * src/plugins/smime/smime.c
5877         * src/plugins/smime/smime.deps
5878         * src/plugins/smime/smime.h
5879                 Include S/Mime plugin in the main plugins
5880                 Will ease the Gpg4win team's work
5881
5882 2008-09-20 [colin]      3.5.0cvs118
5883
5884         * src/autofaces.c
5885         * src/compose.c
5886         * src/ldapquery.c
5887         * src/main.c
5888         * src/news.c
5889         * src/common/socket.c
5890         * src/gtk/gtkutils.c
5891         * src/plugins/pgpcore/claws.def
5892                 Windows: more fixes, thanks to wwp and
5893                 Marcus Brinkmann
5894
5895 2008-09-20 [colin]      3.5.0cvs117
5896
5897         * src/imap.c
5898                 Tell on which server errors happened
5899
5900 2008-09-20 [colin]      3.5.0cvs116
5901
5902         * src/etpan/etpan-thread-manager.c
5903         * src/etpan/imap-thread.c
5904         * src/etpan/nntp-thread.c
5905                 Windows: Fix hang on IMAP/NNTP
5906
5907 2008-09-20 [colin]      3.5.0cvs115
5908
5909         * src/common/utils.c
5910                 Fix bug 1723, "Buffer overflow crash caused by 
5911                 preview in 'Date format help' dialog box"
5912                 Also, optimise fast_strftime a bit :)
5913
5914 2008-09-18 [colin]      3.5.0cvs114
5915
5916         * src/procmime.c
5917         * src/textview.c
5918                 Check for NULLs before str* functions
5919
5920 2008-09-18 [colin]      3.5.0cvs113
5921
5922         * src/messageview.c
5923         * src/procmime.c
5924         * src/textview.c
5925                 Handle html parts in multipart/related
5926                 Decode ISO-8859-1 as Windows-1252 (the former
5927                 is a subset of the latter) in order to 
5928                 workaround Outlook mails misencoding
5929         * src/gtk/logwindow.c
5930         * src/gtk/logwindow.h
5931                 Clear mainwindow's error pixmap when the
5932                 error scrolls out of the log
5933
5934 2008-09-17 [colin]      3.5.0cvs112
5935
5936         * src/image_viewer.c
5937                 Fix image loading (multiple childs added to 
5938                 scrolledwindow, break of the resize functionality)
5939         * src/account.c
5940         * src/prefs_folder_item.c
5941         * src/prefs_spelling.c
5942         * src/gtk/gtkaspell.c
5943                 Better fix problems with dictionaries updates
5944
5945 2008-09-17 [colin]      3.5.0cvs111
5946
5947         * src/common/utils.c
5948                 Fix double-opening (fixes multiple signatures when
5949                 using signify)
5950
5951 2008-09-16 [colin]      3.5.0cvs110
5952
5953         * src/prefs_account.c
5954         * src/prefs_folder_item.c
5955         * src/prefs_spelling.c
5956         * src/gtk/gtkaspell.c
5957                 Better stripping of aspell dictionaries names
5958
5959 2008-09-16 [colin]
5960
5961         * 3.6.0-rc1 released
5962
5963 2008-09-16 [colin]      3.5.0cvs109
5964
5965         * src/account.c
5966         * src/inc.c
5967         * src/mainwindow.c
5968         * src/prefs_account.h
5969         * src/prefs_other.c
5970         * src/send_message.c
5971         * src/gtk/inputdialog.c
5972                 Don't add a pref to allow remembering passwords
5973                 (Just not checking the checkbox is enough)
5974
5975 2008-09-16 [colin]      3.5.0cvs108
5976
5977         * configure.ac
5978                 Require libetpan 0.56 as 0.55 is crashy
5979         * src/messageview.c
5980                 Fix english
5981         * src/gtk/inputdialog.c
5982         * src/gtk/inputdialog.h
5983                 Fix warnings
5984
5985 2008-09-16 [wwp]        3.5.0cvs107
5986
5987         * src/compose.c
5988                 Complete 3.5.0cvs106 by removing a function that got
5989                 moved to account.[ch].
5990
5991 2008-09-16 [wwp]        3.5.0cvs106
5992
5993         * src/account.c
5994         * src/account.h
5995         * src/compose.c
5996         * src/quote_fmt.c
5997         * src/quote_fmt_lex.l
5998         * src/quote_fmt_parse.y
5999                 Add account signature (path and value string) manipulation
6000                 keywords to the template processor. It's now possible in
6001                 all templates to insert the account signature to an
6002                 arbitrary location or to pass it to a external script for
6003                 further editing.
6004
6005
6006 2008-09-16 [mones]      3.5.0cvs105
6007
6008         * src/imap.c
6009         * src/inc.c
6010         * src/mainwindow.c
6011         * src/mainwindow.h
6012         * src/news.c
6013         * src/prefs_account.h
6014         * src/prefs_common.c
6015         * src/prefs_common.h
6016         * src/prefs_other.c
6017         * src/send_message.c
6018         * src/gtk/inputdialog.c
6019         * src/gtk/inputdialog.h
6020                 Implement session passwords: unsaved passwords for receiving
6021                 or sending of accounts can be remembered while running to 
6022                 avoid repetitive typing.
6023                 As keeping passwords in memory is unsafe a new preference 
6024                 in Other page is added to activate or not such capability.
6025
6026 2008-09-14 [colin]      3.5.0cvs104
6027
6028         * src/codeconv.c
6029         * src/codeconv.h
6030                 Make conv_iconv_strdup static
6031
6032 2008-09-12 [colin]      3.5.0cvs103
6033
6034         * claws-mail.pc.in
6035         * src/Makefile.am
6036         * src/compose.c
6037         * src/compose.h
6038         * src/crash.c
6039         * src/folder_item_prefs.c
6040         * src/folder_item_prefs.h
6041         * src/main.c
6042         * src/prefs_account.c
6043         * src/prefs_common.c
6044         * src/prefs_common.h
6045         * src/prefs_folder_item.c
6046         * src/prefs_spelling.c
6047         * src/prefs_template.c
6048         * src/quote_fmt.h
6049         * src/quote_fmt_parse.y
6050         * src/toolbar.c
6051         * src/toolbar.h
6052         * src/gtk/Makefile.am
6053         * src/gtk/about.c
6054         * src/gtk/filesel.c
6055         * src/gtk/gtkaspell.c
6056         * src/gtk/gtkaspell.h
6057         * src/plugins/bogofilter/Makefile.am
6058         * src/plugins/dillo_viewer/Makefile.am
6059         * src/plugins/spamassassin/Makefile.am
6060         * src/plugins/trayicon/Makefile.am
6061                 Switch spellchecker to Enchant
6062
6063 2008-09-12 [paul]       3.5.0cvs102
6064
6065         * tools/README
6066         * tools/csv2addressbook.pl
6067                 add support for Fox Mail
6068
6069 2008-09-12 [paul]       3.5.0cvs101
6070
6071         * src/compose.c
6072         * src/prefs_wrapping.c
6073                 changes to English
6074
6075 2008-09-12 [paul]       3.5.0cvs100
6076
6077         * configure.ac
6078                 revert cvs99's libenchant commit error
6079
6080 2008-09-12 [colin]      3.5.0cvs99
6081
6082         * src/inc.c
6083                 Only go to inbox if there are new mails
6084                 (and fetch was manual)
6085
6086 2008-09-10 [colin]      3.5.0cvs98
6087
6088         * src/inc.c
6089         * src/summaryview.c
6090         * src/common/session.c
6091                 Use g_timeout_add_seconds instead of g_timeout_add
6092                 on glib >= 2.14 when we don't need precision on the 
6093                 delay. This helps reducing power consumption:
6094                 http://mjg59.livejournal.com/74651.html
6095
6096 2008-09-10 [colin]      3.5.0cvs97
6097
6098         * src/compose.c
6099                 Don't save window size and position when
6100                 compose is hidden (filtering action)
6101
6102 2008-09-09 [colin]      3.5.0cvs96
6103
6104         * src/action.h
6105         * src/addr_compl.c
6106         * src/addressadd.c
6107         * src/addressbook.h
6108         * src/addressbook_foldersel.c
6109         * src/addressitem.h
6110         * src/addrgather.c
6111         * src/alertpanel.c
6112         * src/browseldap.c
6113         * src/editaddress.c
6114         * src/editaddress_other_attributes_ldap.h
6115         * src/editbook.c
6116         * src/editjpilot.c
6117         * src/editldap.c
6118         * src/editldap_basedn.c
6119         * src/editvcard.c
6120         * src/exphtmldlg.c
6121         * src/expldifdlg.c
6122         * src/export.c
6123         * src/foldersel.c
6124         * src/foldersel.h
6125         * src/gedit-print.c
6126         * src/gedit-print.h
6127         * src/grouplistdialog.c
6128         * src/headerview.c
6129         * src/headerview.h
6130         * src/image_viewer.c
6131         * src/import.c
6132         * src/importldif.c
6133         * src/importmutt.c
6134         * src/importpine.c
6135         * src/inc.c
6136         * src/main.c
6137         * src/main.h
6138         * src/messageview.c
6139         * src/messageview.h
6140         * src/noticeview.c
6141         * src/prefs_actions.c
6142         * src/prefs_filtering.c
6143         * src/prefs_folder_column.c
6144         * src/prefs_gtk.h
6145         * src/prefs_summary_column.c
6146         * src/prefs_toolbar.c
6147         * src/send_message.c
6148         * src/setup.c
6149         * src/sourcewindow.c
6150         * src/sourcewindow.h
6151         * src/ssl_manager.c
6152         * src/statusbar.c
6153         * src/statusbar.h
6154         * src/stock_pixmap.c
6155         * src/stock_pixmap.h
6156         * src/summaryview.c
6157         * src/textview.c
6158         * src/textview.h
6159         * src/undo.h
6160         * src/uri_opener.c
6161         * src/wizard.c
6162         * src/wizard.h
6163         * src/common/ssl.h
6164         * src/common/utils.c
6165         * src/gtk/about.c
6166         * src/gtk/colorlabel.c
6167         * src/gtk/colorlabel.h
6168         * src/gtk/combobox.h
6169         * src/gtk/description_window.c
6170         * src/gtk/filesel.c
6171         * src/gtk/gtkaspell.c
6172         * src/gtk/gtkaspell.h
6173         * src/gtk/gtkcmclist.c
6174         * src/gtk/gtkcmclist.h
6175         * src/gtk/gtkcmctree.c
6176         * src/gtk/gtkcmctree.h
6177         * src/gtk/gtkcmoptionmenu.h
6178         * src/gtk/gtksctree.c
6179         * src/gtk/gtksctree.h
6180         * src/gtk/gtkshruler.c
6181         * src/gtk/gtkshruler.h
6182         * src/gtk/gtksourceprintjob.c
6183         * src/gtk/gtksourceprintjob.h
6184         * src/gtk/gtkutils.c
6185         * src/gtk/gtkutils.h
6186         * src/gtk/gtkvscrollbutton.c
6187         * src/gtk/gtkvscrollbutton.h
6188         * src/gtk/icon_legend.c
6189         * src/gtk/inputdialog.c
6190         * src/gtk/logwindow.c
6191         * src/gtk/logwindow.h
6192         * src/gtk/manage_window.c
6193         * src/gtk/manage_window.h
6194         * src/gtk/menu.c
6195         * src/gtk/prefswindow.c
6196         * src/gtk/progressdialog.c
6197         * src/gtk/progressdialog.h
6198         * src/plugins/bogofilter/bogofilter_gtk.c
6199         * src/plugins/pgpcore/passphrase.c
6200         * src/plugins/spamassassin/spamassassin_gtk.c
6201         * src/plugins/trayicon/trayicon.c
6202         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6203         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
6204         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
6205         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6206         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
6207                 Complete GTK+ 2.14 undeprecation
6208                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
6209
6210 2008-09-09 [colin]      3.5.0cvs95
6211
6212         * src/gtk/gtkcmclist.h
6213                 Fix build on GTK+ 2.14
6214
6215 2008-09-08 [colin]      3.5.0cvs94
6216
6217         * src/noticeview.c
6218         * src/noticeview.h
6219                 Remove GtkSignalFunc
6220
6221 2008-09-07 [colin]      3.5.0cvs93
6222
6223         * src/addressadd.c
6224         * src/addressbook_foldersel.c
6225         * src/gtk/gtkcmclist.c
6226         * src/gtk/gtkcmclist.h
6227         * src/gtk/gtkcmctree.c
6228         * src/gtk/gtkcmctree.h
6229         * src/gtk/gtksctree.c
6230         * src/gtk/prefswindow.c
6231         * src/gtk/prefswindow.h
6232                 Use GDestroyNotify instead of GtkDestroyNotify
6233                 (deprecated in GTK+ 2.14)
6234
6235 2008-09-07 [colin]      3.5.0cvs92
6236
6237         * src/textview.c
6238                 Fix bug 1712, 'invalid "Phishing attempt warning" 
6239                 when linked text ends with spaces'
6240
6241 2008-09-05 [colin]      3.5.0cvs91
6242
6243         * src/procmime.c
6244                 Maybe fix bug 1711, 'Save-as attachment crashes'
6245                 Possibly wrong free() due to pointer shifting
6246
6247 2008-09-05 [colin]      3.5.0cvs90
6248
6249         * src/compose.c
6250                 Fix bug 1710, 'User misreads "Discard Message" 
6251                 as "Discard Changes"'. Propose to save or discard
6252                 only the latest changes when closing an existing
6253                 draft. Autosave may still have saved parts of the
6254                 edit session.
6255
6256 2008-09-04 [colin]      3.5.0cvs89
6257
6258         * src/summaryview.c
6259                 Fix bug 1707, 'Segfault when sorting on non-visible column'
6260
6261 2008-09-01 [colin]      3.5.0cvs88
6262
6263         * src/imap.c
6264         * src/summaryview.c
6265         * src/common/tags.c
6266         * src/etpan/imap-thread.c
6267         * src/etpan/imap-thread.h
6268                 Store spam flag on IMAP (Junk/NonJunk, as 
6269                 ThunderBird does - this is nonstandard)
6270
6271 2008-08-31 [wwp]        3.5.0cvs87
6272
6273         * ChangeLog
6274                 Fix globish edition^Wediting.
6275
6276 2008-08-31 [wwp]        3.5.0cvs86
6277
6278         * src/addressbook.c
6279                 Don't break nickname editing for non-LDAP books (nickname
6280                 value was overwritten when editing existing contact, this
6281                 came from 3.0.2cvs109).
6282
6283 2008-08-30 [colin]      3.5.0cvs85
6284
6285         * src/mainwindow.c
6286         * src/summaryview.c
6287                 Fix "Apply tags..." key shortcut
6288
6289 2008-08-29 [iwkse]      3.5.0cvs84
6290
6291         * src/summaryview.c
6292                         Bit of clean:)
6293
6294 2008-08-29 [iwkse]      3.5.0cvs83
6295
6296         * src/summaryview.c
6297                         Disable "Move to trash" action if
6298                         we are in a trash-like folder.
6299                         Thanks to colinl
6300
6301 2008-08-29 [paul]       3.5.0cvs82
6302
6303         * configure.ac
6304                 bump up libetpan version requirement since
6305                 0.55 is released now
6306
6307 2008-08-28 [wwp]        3.5.0cvs81
6308
6309         * src/account.c
6310         * src/pop.c
6311         * src/prefs_account.c
6312         * src/prefs_account.h
6313                 Add finer granularity to the POP3's remove-after delay (now in
6314                 hours in addition to in days), patch by Paul Rolland.
6315
6316 2008-08-28 [wwp]        3.5.0cvs80
6317
6318         * src/gtk/combobox.c
6319                 Fix a typo in a comment.
6320
6321 2008-08-28 [iwkse]      3.5.0cvs79
6322
6323         * src/account.c
6324         * src/prefs_actions.c
6325         * src/prefs_filtering.c
6326         * src/prefs_template.c
6327                         Add search feature to the account, 
6328                         template and action dialog.
6329                         It's turned on selecting one row
6330                         of the list and typing some random
6331                         letter. Thanks to wwp, colinl
6332
6333 2008-08-28 [colin]      3.5.0cvs78
6334
6335         * src/Makefile.am
6336         * src/account.c
6337         * src/compose.c
6338         * src/prefs_account.c
6339         * src/prefs_account.h
6340         * src/privacy.c
6341         * src/privacy.h
6342         * src/procmime.c
6343         * src/stock_pixmap.c
6344         * src/stock_pixmap.h
6345         * src/summaryview.c
6346         * src/pixmaps/key_gpg_signed.xpm
6347                 Fix bug 1412, "Sign reply, if mail was signed"
6348                 Add an account preference to sign replies to signed mails
6349
6350 2008-08-28 [iwkse]      3.5.0cvs77
6351
6352         * src/prefs_filtering.c
6353                 Making the search more useful,
6354                 jumping directly to the relative rule.
6355
6356 2008-08-27 [colin]      3.5.0cvs76
6357
6358         * src/main.c
6359                 Add a bit of info
6360
6361 2008-08-27 [colin]      3.5.0cvs75
6362
6363         * src/gtk/gtkcmctree.c
6364                 Fix a few ifdefs
6365
6366 2008-08-26 [colin]      3.5.0cvs74
6367
6368         * src/gtk/gtkcmctree.c
6369                 Fix missing inits on old glib
6370
6371 2008-08-26 [wwp]        3.5.0cvs73
6372
6373         * src/common/utils.c
6374                 Added 'Fwd' to the list of known common subject prefixes.
6375
6376 2008-08-25 [iwkse]      3.5.0cvs72
6377
6378         * src/image_viewer.c
6379                 Add animated gif support to the
6380                 message preview.
6381
6382 2008-08-25 [colin]      3.5.0cvs71
6383
6384         * src/gtk/gtkcmctree.c
6385                 Make sure work isn't null
6386
6387 2008-08-24 [colin]      3.5.0cvs70
6388
6389         * src/common/ssl.c
6390                 Fix typo on SSL_CERT_DIR
6391
6392 2008-08-23 [holger]     3.5.0cvs69
6393
6394         * src/printing.c
6395                 Fix bug 1699 'Separator line mis-placed when
6396                 printing some e-mails'. The number of header lines
6397                 was not correctly calculated when Pango inserts
6398                 linebreaks
6399
6400 2008-08-23 [colin]      3.5.0cvs68
6401
6402         * src/mainwindow.c
6403                 Fix the account selector button; thanks
6404                 to wwp
6405
6406 2008-08-21 [colin]      3.5.0cvs67
6407
6408         * src/compose.c
6409         * src/compose.h
6410                 Add a compose preference for auto-indent
6411         * src/mainwindow.c
6412         * src/summaryview.c
6413                 Make colorlabel accels a bit less hacky
6414
6415 2008-08-21 [colin]      3.5.0cvs66
6416
6417         * src/compose.c
6418         * src/prefs_common.c
6419         * src/prefs_common.h
6420         * src/prefs_wrapping.c
6421                 Add a preference for autoindent; fix no_join tag
6422                 being applied to whole lines instead of just \n when
6423                 creating a line 
6424
6425 2008-08-21 [colin]      3.5.0cvs65
6426
6427         * src/compose.c
6428                 Add support for auto-indentation
6429
6430 2008-08-19 [colin]      3.5.0cvs64
6431
6432         * src/compose.c
6433                 Save Autowrap status in drafts/queued mails
6434
6435 2008-08-19 [colin]      3.5.0cvs63
6436
6437         * src/mainwindow.c
6438                 Fix a comment (in reality, test commit on
6439                 the new CVS server)
6440
6441 2008-08-17 [colin]      3.5.0cvs62
6442
6443         * src/prefs_actions.c
6444         * src/procmime.c
6445         * src/wizard.c
6446         * src/common/socket.h
6447         * src/gtk/gtkcmctree.c
6448                 Fix warnings
6449
6450 2008-08-16 [colin]      3.5.0cvs61
6451
6452         * src/editaddress_other_attributes_ldap.h
6453                 Add 'l' field (localityName)
6454
6455 2008-08-16 [colin]      3.5.0cvs60
6456
6457         * src/mainwindow.c
6458         * src/gtk/gtkcmclist.c
6459         * src/gtk/gtkcmclist.h
6460         * src/gtk/gtkcmctree.c
6461         * src/gtk/gtksctree.c
6462         * src/gtk/gtkutils.c
6463         * src/gtk/gtkvscrollbutton.c
6464                 Fix Maemo build (OS2007)
6465
6466 2008-08-14 [colin]      3.5.0cvs59
6467
6468         * src/folder.c
6469                 Don't crash if parent is null when creating
6470                 a folder
6471         * src/gtk/pluginwindow.c
6472                 Don't crash on race when closing window while
6473                 a plugin is loading and does gtk_iterations
6474
6475 2008-08-13 [colin]      3.5.0cvs58
6476
6477         * src/messageview.c
6478         * src/messageview.h
6479         * src/mimeview.c
6480                 Fix bug 1696, 'Viewing binary attachements 
6481                 as text over 1 MB' (various buglets)
6482
6483 2008-08-10 [colin]      3.5.0cvs57
6484
6485         * src/summaryview.c
6486         * src/gtk/gtkcmclist.c
6487                 Continue fixing GTK < 2.12 build, thanks to
6488                 Michael Hugues
6489
6490 2008-08-10 [colin]      3.5.0cvs56
6491
6492         * src/gtk/gtksctree.c
6493                 Fix build on GTK < 2.12
6494
6495 2008-08-09 [colin]      3.5.0cvs55
6496
6497         * src/mainwindow.c
6498                 Fix untranslatable strings, thanks to
6499                 Stephan Sachse
6500
6501 2008-08-07 [colin]      3.5.0cvs54
6502
6503         * src/compose.c
6504         * src/editaddress.c
6505         * src/folderview.c
6506         * src/mainwindow.c
6507         * src/message_search.c
6508         * src/mimeview.c
6509         * src/noticeview.c
6510         * src/prefs_account.c
6511         * src/prefs_common.c
6512         * src/prefs_customheader.c
6513         * src/prefs_ext_prog.c
6514         * src/prefs_filtering_action.c
6515         * src/prefs_gtk.c
6516         * src/prefs_logging.c
6517         * src/prefs_matcher.c
6518         * src/prefs_msg_colors.c
6519         * src/procmime.c
6520         * src/summary_search.c
6521         * src/summaryview.c
6522         * src/toolbar.c
6523         * src/gtk/colorsel.c
6524         * src/gtk/gtkaspell.c
6525         * src/gtk/gtkutils.c
6526         * src/gtk/gtkutils.h
6527         * src/gtk/inputdialog.c
6528         * src/gtk/pluginwindow.c
6529         * src/gtk/quicksearch.c
6530         * src/plugins/bogofilter/bogofilter_gtk.c
6531         * src/plugins/dillo_viewer/dillo_prefs.c
6532         * src/plugins/spamassassin/spamassassin_gtk.c
6533                 - Fix Ctrl-Space shortcut
6534                 - Fix mime-parsing bug in procmime (cvs52)
6535                 - Fix double-free in procmime (cvs52)
6536                 - Use gtk_bin_get_child instead of GTK_BIN()->child
6537                 - Fix Goto menu in mainwindow
6538
6539 2008-08-07 [mones]      3.5.0cvs53
6540
6541         * po/es.po
6542                 Updated translation (lots of changes!)
6543         * src/compose.c
6544                 Add missing accelerator key
6545         * src/mainwindow.c
6546                 Restored 'v' key function (thanks Colin!)
6547
6548 2008-08-06 [colin]      3.5.0cvs52
6549
6550         * src/addrbook.c
6551         * src/addrcindex.c
6552         * src/addrduplicates.c
6553         * src/addrharvest.c
6554         * src/enriched.c
6555         * src/html.c
6556         * src/ldif.c
6557         * src/mimeview.c
6558         * src/mutt.c
6559         * src/pine.c
6560         * src/procmime.c
6561         * src/vcard.c
6562         * src/wizard.c
6563                 Fix my use of g_utf8_strdown (it returns
6564                 a newly allocated string and doesn't
6565                 change the parameter)
6566
6567 2008-08-06 [colin]      3.5.0cvs51
6568
6569         * src/compose.c
6570                 Fix bug 1690, 'Copy/Paste in edit window may 
6571                 break Undo'; middle-click pastes aren't 
6572                 REPLACE_INSERT but just INSERT. 
6573                 Also, fix privacy menu selection
6574
6575 2008-08-05 [colin]      3.5.0cvs50
6576
6577         * src/action.c
6578         * src/addr_compl.c
6579         * src/addrbook.c
6580         * src/addrcindex.c
6581         * src/addrduplicates.c
6582         * src/addrharvest.c
6583         * src/enriched.c
6584         * src/html.c
6585         * src/ldif.c
6586         * src/main.c
6587         * src/mimeview.c
6588         * src/mutt.c
6589         * src/pine.c
6590         * src/procmime.c
6591         * src/vcard.c
6592         * src/wizard.c
6593         * src/common/socket.c
6594         * src/gtk/gtkutils.c
6595         * src/gtk/gtkutils.h
6596         * src/gtk/menu.c
6597         * src/plugins/spamassassin/spamassassin.c
6598                 More undeprecation (Glib)
6599
6600 2008-08-05 [colin]      3.5.0cvs49
6601
6602         * src/prefs_account.c
6603         * src/prefs_filtering_action.c
6604         * src/prefs_matcher.c
6605         * src/gtk/Makefile.am
6606         * src/gtk/claws-marshal.list
6607         * src/gtk/colorlabel.c
6608         * src/gtk/colorsel.c
6609         * src/gtk/foldersort.c
6610         * src/gtk/gtkaspell.c
6611         * src/gtk/gtkcmclist.c
6612         * src/gtk/gtkcmclist.h
6613         * src/gtk/gtkcmctree.c
6614         * src/gtk/gtkcmctree.h
6615         * src/gtk/gtkcmoptionmenu.c
6616         * src/gtk/gtkcmoptionmenu.h
6617         * src/gtk/gtksctree.c
6618         * src/gtk/gtksctree.h
6619         * src/gtk/gtkutils.c
6620         * src/gtk/gtkutils.h
6621         * src/gtk/gtkvscrollbutton.c
6622         * src/gtk/menu.c
6623         * src/gtk/menu.h
6624         * src/gtk/quicksearch.c
6625         * src/plugins/dillo_viewer/dillo_viewer.c
6626         * src/plugins/pgpcore/select-keys.c
6627                 Try to finish yesterday's commit
6628
6629 2008-08-04 [colin]      3.5.0cvs48
6630
6631         * src/addressadd.c
6632         * src/addressbook.c
6633         * src/addressbook_foldersel.c
6634         * src/addressitem.h
6635         * src/addrgather.c
6636         * src/browseldap.c
6637         * src/compose.c
6638         * src/compose.h
6639         * src/editaddress.c
6640         * src/editaddress_other_attributes_ldap.c
6641         * src/editgroup.c
6642         * src/editldap_basedn.c
6643         * src/folderview.c
6644         * src/folderview.h
6645         * src/grouplistdialog.c
6646         * src/image_viewer.c
6647         * src/imap_gtk.c
6648         * src/importldif.c
6649         * src/main.c
6650         * src/mainwindow.c
6651         * src/message_search.c
6652         * src/mh_gtk.c
6653         * src/mimeview.c
6654         * src/mimeview.h
6655         * src/news_gtk.c
6656         * src/noticeview.h
6657         * src/prefs_account.c
6658         * src/prefs_filtering_action.c
6659         * src/prefs_matcher.c
6660         * src/prefs_msg_colors.c
6661         * src/prefs_summaries.c
6662         * src/statusbar.c
6663         * src/stock_pixmap.c
6664         * src/summary_search.c
6665         * src/summaryview.c
6666         * src/summaryview.h
6667         * src/textview.c
6668         * src/toolbar.h
6669         * src/gtk/Makefile.am
6670         * src/gtk/claws-marshal.list
6671         * src/gtk/colorsel.c
6672         * src/gtk/foldersort.c
6673         * src/gtk/gtkaspell.c
6674         * src/gtk/gtkcmclist.c
6675         * src/gtk/gtkcmclist.h
6676         * src/gtk/gtkcmctree.c
6677         * src/gtk/gtkcmctree.h
6678         * src/gtk/gtksctree.c
6679         * src/gtk/gtksctree.h
6680         * src/gtk/gtkutils.c
6681         * src/gtk/gtkutils.h
6682         * src/gtk/gtkvscrollbutton.c
6683         * src/gtk/menu.c
6684         * src/gtk/menu.h
6685         * src/gtk/quicksearch.c
6686         * src/plugins/dillo_viewer/dillo_viewer.c
6687         * src/plugins/pgpcore/select-keys.c
6688                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
6689                 Undeprecate their implementation (GtkArg, GtkType, ...)
6690                 Undeprecate a few other things here and there
6691                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
6692                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
6693                 still have work to do
6694
6695 2008-08-04 [colin]      3.5.0cvs47
6696
6697         * src/compose.c
6698         * src/compose.h
6699         * src/toolbar.h
6700         * src/textview.c
6701         * src/stock_pixmap.c
6702         * src/statusbar.c
6703         * src/noticeview.h
6704         * src/mimeview.h
6705         * src/mainwindow.c
6706         * src/image_viewer.c
6707         * src/gtk/gtkaspell.c
6708         * src/gtk/gtkvscrollbutton.c
6709         * src/plugins/dillo_viewer/dillo_viewer.c
6710                 Undeprecate more things
6711
6712 2008-08-02 [colin]      3.5.0cvs46
6713
6714         * src/mainwindow.c
6715                 Fix toggle menu activation state
6716                 (thanks to cvs45 ;)
6717
6718 2008-08-02 [paul]       3.5.0cvs45
6719
6720         * src/mainwindow.c
6721                 fix sensitivity of
6722                 /View/Show or hide/Message View
6723
6724 2008-08-01 [paul]       3.5.0cvs44
6725
6726         * src/common/utils.c
6727         * src/plugins/pgpcore/claws.def
6728         * src/plugins/pgpinline/claws.def
6729                 fix compilation problems on mingw32,
6730                 (bug 1688) Patch by Marcus Brinkmann
6731
6732 2008-08-01 [colin]      3.5.0cvs43
6733
6734         * src/gtk/gtkutils.c
6735         * src/gtk/gtkvscrollbutton.c
6736                 Oups, fix build
6737
6738 2008-08-01 [colin]      3.5.0cvs42
6739
6740         * src/compose.c
6741         * src/foldersel.c
6742         * src/mainwindow.c
6743         * src/prefs_account.c
6744         * src/prefs_folder_item.c
6745         * src/prefs_quote.c
6746         * src/summaryview.c
6747         * src/gtk/gtkaspell.c
6748         * src/gtk/gtkutils.c
6749         * src/gtk/gtkvscrollbutton.c
6750                 Replace a few deprecated function calls
6751
6752 2008-08-01 [paul]       3.5.0cvs41
6753
6754         * src/action.c
6755                 fix crash that occurs because of recent GtkUIManager
6756                 changes. Thanks to Colin
6757
6758 2008-07-31 [colin]      3.5.0cvs40
6759
6760         * src/addressbook.c
6761         * src/compose.c
6762         * src/mainwindow.c
6763         * src/messageview.c
6764                 Some Maemo fixes
6765         * src/gtk/menu.c
6766         * src/gtk/menu.h
6767                 Remove deprecated helper funcs
6768
6769 2008-07-30 [colin]      3.5.0cvs39
6770
6771         * src/folderview.c
6772         * src/folderview.h
6773         * src/imap_gtk.c
6774         * src/mh_gtk.c
6775         * src/news_gtk.c
6776                 Move the folderview popup menu to GtkUIManager
6777
6778 2008-07-29 [colin]      3.5.0cvs38
6779
6780         * src/account.c
6781         * src/account.h
6782         * src/action.c
6783         * src/action.h
6784         * src/addressitem.h
6785         * src/compose.c
6786         * src/edittags.c
6787         * src/mainwindow.c
6788         * src/mainwindow.h
6789         * src/mimeview.c
6790         * src/summaryview.c
6791         * src/gtk/menu.c
6792         * src/gtk/menu.h
6793                 Switch the main menu to GtkUIManager
6794                 Warning fixes
6795
6796 2008-07-29 [colin]      3.5.0cvs37
6797
6798         * src/news.c
6799                 Fix bug 1684, 'view news messages with large 
6800                 attachements segfaults'
6801
6802 2008-07-29 [colin]      3.5.0cvs36
6803
6804         * src/action.c
6805         * src/action.h
6806         * src/addressbook.c
6807         * src/addressitem.h
6808         * src/compose.c
6809         * src/compose.h
6810         * src/messageview.c
6811         * src/messageview.h
6812         * src/summaryview.c
6813         * src/gtk/menu.c
6814         * src/gtk/menu.h
6815                 More switches to GtkUIManager
6816
6817 2008-07-26 [colin]      3.5.0cvs35
6818
6819         * src/gtk/menu.c
6820         * src/gtk/menu.h
6821                 Fix prototype
6822
6823 2008-07-25 [colin]      3.5.0cvs34
6824
6825         * src/addrcustomattr.c
6826         * src/addressbook.c
6827         * src/compose.c
6828         * src/editaddress.c
6829         * src/editaddress_other_attributes_ldap.h
6830         * src/edittags.c
6831         * src/mainwindow.c
6832         * src/mimeview.c
6833         * src/prefs_actions.c
6834         * src/prefs_filtering.c
6835         * src/prefs_template.c
6836         * src/summaryview.c
6837         * src/textview.c
6838         * src/textview.h
6839         * src/toolbar.c
6840         * src/gtk/about.c
6841         * src/gtk/menu.c
6842         * src/gtk/menu.h
6843         * src/plugins/trayicon/trayicon.c
6844                 More changes from GtkItemFactory to GtkUIManager
6845
6846 2008-07-25 [colin]      3.5.0cvs33
6847
6848         * src/gtk/menu.h
6849                 Add a macro to remove menu items
6850                 Make the gui_manager variable useless
6851
6852 2008-07-24 [colin]      3.5.0cvs32
6853
6854         * src/mimeview.c
6855                 Fix a gtk warning on clear
6856         * src/mainwindow.c
6857         * src/summaryview.c
6858         * src/summaryview.h
6859                 Switch the message list popup menu to
6860                 GtkUIManager
6861
6862 2008-07-23 [colin]      3.5.0cvs31
6863
6864         * src/plugins/pgpcore/pgp_viewer.c
6865         * src/plugins/pgpcore/sgpgme.c
6866                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
6867                 Patch by Thomas Wiegner <wiegner@gmx.de>
6868
6869 2008-07-20 [paul]       3.5.0cvs30
6870
6871         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6872                 remove redundant GTK version check
6873
6874 2008-07-20 [ticho]      3.5.0cvs29
6875
6876         * src/folderview.c
6877         * src/imap_gtk.c
6878         * src/news_gtk.c
6879                 Moved sensitivity setting for "Download messages" for IMAP and
6880                 news folders from folderview.c to imap_gtk.c and news_gtk.c
6881                 respectively for better code readability.
6882                 Fixed indentation in news' set_sensitivity().
6883
6884 2008-07-20 [paul]       3.5.0cvs28
6885
6886         * src/addrgather.c
6887                 remove more redundant code following cvs27
6888
6889 2008-07-20 [paul]       3.5.0cvs27
6890
6891         * src/addrgather.c
6892                 remove now redundant code
6893         * src/mainwindow.c
6894         * src/mainwindow.h
6895                 fix bug 1673, 'Tools/Harvest adresses is
6896                 grayed out if folder is empty'
6897
6898 2008-07-19 [ticho]      3.5.0cvs26
6899
6900         * src/edittags.c
6901         * src/main.c
6902         * src/mimeview.c
6903         * src/mimeview.h
6904         * src/gtk/gtkutils.c
6905         * src/gtk/gtkutils.h
6906         * src/gtk/menu.c
6907         * src/gtk/menu.h
6908                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
6909                 instead of deprecated GtkItemFactory.
6910
6911 2008-07-19 [colin]      3.5.0cvs25
6912
6913         * src/account.c
6914         * src/addrgather.c
6915         * src/compose.c
6916         * src/editldap.c
6917         * src/expldifdlg.c
6918         * src/importldif.c
6919         * src/main.c
6920         * src/mainwindow.c
6921         * src/mimeview.c
6922         * src/noticeview.c
6923         * src/prefs_account.c
6924         * src/prefs_actions.c
6925         * src/prefs_ext_prog.c
6926         * src/prefs_filtering.c
6927         * src/prefs_folder_item.c
6928         * src/prefs_image_viewer.c
6929         * src/prefs_logging.c
6930         * src/prefs_msg_colors.c
6931         * src/prefs_other.c
6932         * src/prefs_send.c
6933         * src/prefs_spelling.c
6934         * src/prefs_summaries.c
6935         * src/prefs_template.c
6936         * src/printing.c
6937         * src/quote_fmt.c
6938         * src/summary_search.c
6939         * src/summaryview.c
6940         * src/toolbar.c
6941         * src/wizard.c
6942         * src/common/Makefile.am
6943         * src/gtk/gtksctree.c
6944         * src/gtk/gtkutils.h
6945         * src/gtk/pluginwindow.c
6946         * src/gtk/quicksearch.c
6947         * src/plugins/bogofilter/bogofilter_gtk.c
6948         * src/plugins/dillo_viewer/dillo_prefs.c
6949         * src/plugins/pgpcore/prefs_gpg.c
6950         * src/plugins/spamassassin/spamassassin_gtk.c
6951         * src/plugins/trayicon/trayicon.c
6952         * src/plugins/trayicon/trayicon_prefs.c
6953                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
6954                 or greater). Use the old deprecated one on GTK+ < 2.12.
6955                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
6956                 of time!
6957
6958 2008-07-16 [colin]      3.5.0cvs24
6959
6960         * src/mainwindow.c
6961                 Fix folderview's scrolbar when starting minimised
6962                 to tray, and popping up the mainwindow by calling
6963                 claws-mail from the command line
6964
6965 2008-07-08 [colin]      3.5.0cvs23
6966
6967         * src/compose.c
6968                 Possibly fix po-headers appearing on empty
6969                 templates
6970
6971 2008-07-08 [colin]      3.5.0cvs22
6972
6973         * src/folderview.c
6974         * src/summaryview.c
6975                 Finish the always_open tristate patch, by Jonathan
6976                 Corbet.
6977
6978 2008-07-07 [paul]       3.5.0cvs21
6979
6980         * src/mainwindow.c
6981                 fix typo (missing ")
6982
6983 2008-07-07 [paul]       3.5.0cvs20
6984
6985         * src/mainwindow.c
6986                 fit the menu style a bit better
6987
6988 2008-07-07 [colin]      3.5.0cvs19
6989
6990         * src/prefs_themes.c
6991                 Make upgrading themes easier
6992
6993 2008-07-07 [colin]      3.5.0cvs18
6994
6995         * src/mainwindow.c
6996         * src/prefs_toolbar.c
6997         * src/stock_pixmap.c
6998                 Finish fixing bug 1609, 'Icon issues'
6999
7000 2008-07-07 [colin]      3.5.0cvs17
7001
7002         * src/prefs_common.c
7003                 Fix the default value
7004
7005 2008-07-07 [colin]      3.5.0cvs16
7006
7007         * src/prefs_summaries.c
7008                 Revert my fix to the string, the correct term
7009                 is indeed Message View
7010
7011 2008-07-07 [colin]      3.5.0cvs15
7012
7013         * AUTHORS
7014         * src/gtk/authors.h
7015         * src/prefs_common.c
7016         * src/prefs_common.h
7017         * src/prefs_summaries.c
7018         * src/summaryview.c
7019         * src/gtk/authors.h
7020                 Change "Always open message when selected" to
7021                 a tristate (Never/Always/When preview is visible)
7022                 Patch by Jonathan Corbet <corbet@lwn.net>.
7023
7024 2008-07-06 [paul]       3.5.0cvs14
7025
7026         * src/addrgather.c
7027                 improve the layout of the dialogue
7028                 improve the English
7029                 add tooltips
7030                 fix some of the nasty coding style
7031         * src/mainwindow.c
7032                 improve the English
7033                 add some missing mnemonics
7034
7035 2008-07-05 [paul]       3.5.0cvs13
7036
7037         * src/mainwindow.c
7038         * src/mainwindow.h
7039                 fix bug 1398, '"Change current account" is
7040                 available even when there's only one account'
7041         * src/plugins/pgpcore/prefs_gpg.c
7042                 put back a needed include, removed in error
7043
7044 2008-07-05 [colin]      3.5.0cvs12
7045
7046         * src/mainwindow.c
7047                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
7048
7049 2008-07-05 [colin]      3.5.0cvs11
7050
7051         * src/news.c
7052         * src/news_gtk.c
7053                 Provide ability to rename newsgroups. Closes
7054                 bug 1444, 'Add GUI option for renaming 
7055                 newsgroups'. Patch by Pawel Pekala
7056
7057 2008-07-05 [colin]      3.5.0cvs10
7058
7059         * src/plugins/pgpcore/passphrase.c
7060         * src/plugins/pgpcore/prefs_gpg.c
7061         * src/plugins/pgpcore/select-keys.c
7062                 Simplify GTK includes (with the advantage
7063                 of compiling against GTK+2.13); patch by
7064                 Charles A Edwards
7065
7066 2008-07-05 [colin]      3.5.0cvs9
7067
7068         * src/wizard.c
7069                 Add SSL client certificates
7070
7071 2008-07-05 [colin]      3.5.0cvs8
7072
7073         * src/prefs_account.c
7074         * src/common/session.h
7075                 Fix warnings
7076         * src/common/ssl.c
7077                 Add one path for certs
7078
7079 2008-07-05 [colin]      3.5.0cvs7
7080
7081         * src/prefs_account.c
7082                 Fix no-ssl build
7083
7084 2008-07-04 [colin]      3.5.0cvs6
7085
7086         * src/common/ssl.c
7087         * src/common/ssl.h
7088         * src/common/ssl_certificate.c
7089                 Workaround distro bugs and fix certificate checking
7090                 with OpenSSL
7091
7092 2008-07-04 [colin]      3.5.0cvs5
7093
7094         * src/filtering.c
7095         * src/common/ssl_certificate.c
7096         * src/common/ssl_certificate.h
7097         * src/etpan/imap-thread.c
7098         * src/etpan/nntp-thread.c
7099                 Fix some leaks, thanks to Martin Zwickel
7100                 Rename gnutls functions that do the same
7101                 as OpenSSL ones, to avoid symbol clashing
7102                 when Claws is built against GnuTLS and
7103                 libetpan against OpenSSL
7104
7105 2008-07-04 [paul]       3.5.0cvs4
7106
7107         * src/prefs_account.c
7108                 remove 1 forgotten '.'
7109
7110 2008-07-04 [paul]       3.5.0cvs3
7111
7112         * src/prefs_account.c
7113                 layout/engrish fixes to the 'Client
7114                 certificates' frame
7115
7116 2008-07-03 [colin]      3.5.0cvs2
7117
7118         * src/imap.c
7119         * src/news.c
7120         * src/pop.c
7121         * src/prefs_account.c
7122         * src/prefs_account.h
7123         * src/prefs_common.c
7124         * src/send_message.c
7125         * src/common/session.c
7126         * src/common/session.h
7127         * src/common/smtp.c
7128         * src/common/smtp.h
7129         * src/common/socket.h
7130         * src/common/ssl.c
7131         * src/common/ssl.h
7132         * src/common/ssl_certificate.c
7133         * src/common/ssl_certificate.h
7134         * src/etpan/imap-thread.c
7135         * src/etpan/nntp-thread.c
7136         * src/gtk/inputdialog.c
7137                 Add support for SSL client certificates (either PEM files
7138                 with certificate and private key, either PKCS12 files)
7139
7140 2008-06-28 [colin]      3.5.0cvs1
7141
7142         * src/foldersel.c
7143                 Fix compilation with older GTKs
7144
7145 2008-06-27 [paul]       3.5.0
7146
7147         * NEWS
7148         * README
7149         * RELEASE_NOTES 
7150                 3.5.0 released
7151
7152 2008-06-27 [paul]       3.4.0cvs116
7153
7154         * src/gtk/authors.h
7155                 complete cvs115
7156
7157 2008-06-27 [paul]       3.4.0cvs115
7158
7159         * configure.ac
7160         * src/gtk/authors.h
7161                 no longer build unmaintained translations
7162
7163 2008-06-27 [paul]       3.4.0cvs114
7164
7165         * po/de.po
7166         * po/fi.po
7167         * po/pt_BR.po
7168                 updated by Stephan Sachse, Flammie Pirinen, and
7169                 Frederico Goncalves Guimaraes
7170
7171 2008-06-26 [wwp]        3.4.0cvs113
7172
7173         * manual/fr/advanced.xml
7174                 Update French version of the manual (AutoFaces documentation).
7175
7176 2008-06-26 [wwp]        3.4.0cvs112
7177
7178         * manual/fr/advanced.xml
7179         * manual/fr/plugins.xml
7180                 Updated French version of the manual (completed
7181                 hidden options list, added note about Clawsker
7182                 and new mail archiver plugin).
7183
7184 2008-06-25 [colin]      3.4.0cvs111
7185
7186         * src/gtk/gtkaspell.c
7187                 Fix non-UTF8 in the replace with dialog
7188         * src/prefs_actions.c
7189                 Fix possible crasher
7190                 Patches by Pawel
7191
7192 2008-06-24 [mones]      3.4.0cvs110
7193
7194         * src/autofaces.c
7195                 Fix non-warning message, downgraded to debug info
7196
7197 2008-06-24 [colin]      3.4.0cvs109
7198
7199         * src/summaryview.c
7200                 Fix bug 1650, Message line too small after 
7201                 changing columns in "three columns" layout
7202
7203 2008-06-24 [colin]      3.4.0cvs108
7204
7205         * src/messageview.c
7206                 Fix Spam button sensitivity in newsgroups
7207
7208 2008-06-23 [wwp]        3.4.0cvs107
7209
7210         * po/fr.po
7211                 Updated French translation.
7212
7213 2008-06-23 [mones]      3.4.0cvs106
7214
7215         * po/es.po
7216                 Updated translation for release
7217
7218 2008-06-22 [mones]      3.4.0cvs105
7219
7220         * manual/es/plugins.xml
7221                 Synced new entry for Mail Archiver plugin
7222
7223 2008-06-22 [colin]      3.4.0cvs104
7224
7225         * src/compose.c
7226                 Fix initial cursor position
7227
7228 2008-06-21 [paul]       3.4.0cvs103
7229
7230         * manual/plugins.xml
7231                 add an entry for the new Mail Archiver plugin
7232
7233 2008-06-21 [paul]       3.4.0cvs102
7234
7235         * src/gtk/about.c
7236                 we're in 'string freeze', put back the
7237                 < > symbols for now
7238
7239 2008-06-21 [paul]       3.4.0cvs101
7240
7241         * manual/advanced.xml
7242         * manual/es/advanced.xml
7243                 fix build warning: <emphasis> cannot be contained
7244                 within <filename>
7245         * src/gtk/about.c
7246                 fix non-clickable link on License page and drop
7247                 the containing < > symbols to match other links
7248
7249 2008-06-20 [mones]      3.4.0cvs100
7250
7251         * manual/advanced.xml
7252                 Added autofaces documentation, note about clawsker in hidden
7253                 preferences, minor markup fix. Thanks Paul for proofreading
7254         * manual/es/advanced.xml
7255                 Synchronised Spanish manual
7256
7257 2008-06-16 [colin]      3.4.0cvs99
7258
7259         * src/compose.c
7260                 Fix cursor placing on signature change
7261
7262 2008-06-16 [paul]       3.4.0cvs98
7263
7264         * src/imap_gtk.c
7265         * src/mh_gtk.c
7266         * src/gtk/inputdialog.c
7267                 really fussy coding style fixes
7268
7269 2008-06-16 [paul]       3.4.0cvs97
7270
7271         * src/Makefile.am
7272                 keep the alphabetical order
7273
7274 2008-06-13 [mones]      3.4.0cvs96
7275
7276         * src/autofaces.c
7277                 Fix crasher ;-)
7278         * src/prefs_filtering_action.c
7279                 Fixed cosmetic bug, processing also displays "Filtering"
7280
7281 2008-06-13 [mones]      3.4.0cvs95
7282
7283         * src/Makefile.am
7284         * src/autofaces.c       ** NEW FILE **  
7285         * src/autofaces.h       ** NEW FILE **
7286         * src/compose.c
7287                 Allow setting Faces and X-Faces globally and per-account
7288                 from configuration files under ~/.claws-mail/autofaces
7289
7290 2008-06-13 [holger]     3.4.0cvs94
7291
7292         * .cvsignore
7293                 More files to ignore
7294         * src/gtk/inputdialog.c
7295         * src/gtk/inputdialog.h
7296                 Make input dialog more generic so that a checkbox
7297                 with custom text can be used in addition to the
7298                 "remember this" checkbox
7299         * src/imap_gtk.c
7300         * src/mh_gtk.c
7301         * src/prefs_common.c
7302         * src/prefs_common.h
7303                 Allow new folders to inherit the properties of the
7304                 parent folder during folder creation
7305
7306 2008-06-13 [wwp]        3.4.0cvs93
7307
7308         * src/addressbook.c
7309                 a better fix for this string, won't break up translations,
7310                 and is conform to other similar ones.
7311
7312 2008-06-13 [wwp]        3.4.0cvs92
7313
7314         * src/addrduplicates.c
7315         * src/addressadd.c
7316         * src/addressbook.c
7317         * src/addressbook_foldersel.c
7318         * src/editgroup.c
7319                 use tree decorations everywhere AB folders are used (AB tree pane,
7320                     add address to AB, select AB folder, edit group, custom attr, find dup
7321                     results), in order to match global style
7322                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
7323                     double clicking on groups in tree pane does open the group edit dialog
7324                     double clicking on other items in tree pane does expand/collapse
7325                 fix a missing space in AB's delete-folder dialog
7326                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
7327
7328         * src/foldersel.c
7329                 make foldersel dialog show dotted lines according to global (hidden) prefs
7330
7331 2008-06-12 [colin]      3.4.0cvs91
7332
7333         * src/compose.c
7334         * src/compose.h
7335                 Fix bug 1635, 'Last character of message is truncated 
7336                 when changing accounts w/ sigs'
7337         * src/folderview.c
7338                 Fix bug 1636, 'Can't select "properties" on "folders 
7339                 only" folders'
7340
7341 2008-06-11 [colin]      3.4.0cvs90
7342
7343         * src/folder.c
7344                 Maybe fix bug 1623, 'exits with segfault when 
7345                 logging in to certain imap-servers'
7346
7347 2008-06-10 [mones]      3.4.0cvs89
7348
7349         * AUTHORS
7350         * tools/Makefile.am
7351         * tools/README
7352         * tools/convert_mbox.sh
7353                 Undo cvs86 and cvs87, it really should be a patch to 
7354                 convert_mbox.pl
7355
7356 2008-06-10 [wwp]        3.4.0cvs88
7357
7358         * po/fr.po
7359                 Updated French translation.
7360
7361 2008-06-10 [mones]      3.4.0cvs87
7362
7363         * tools/Makefile.am
7364                 Oops, forgot to add previous script for distribution
7365
7366 2008-06-10 [mones]      3.4.0cvs86
7367
7368         * AUTHORS
7369         * tools/README
7370         * tools/convert_mbox.sh
7371                 Added script to convert Evolution mail folders contributed
7372                 by Daniel Dickinson <cshore@fionavar.ca>
7373                 Fixes debian bug 461435
7374
7375 2008-06-09 [colin]      3.4.0cvs85
7376
7377         * src/main.c
7378                 Integrate AWN information bubble if dbus is
7379                 available
7380         * src/folder.c
7381                 Fix crash when calling scan_required() on 
7382                 folder classes that don't implement them
7383         * src/common/session.c
7384                 Fix a little typo
7385
7386 2008-06-09 [colin]      3.4.0cvs84
7387
7388         * src/main.c
7389                 Fix bug 1447, 'If user tries to close while starting 
7390                 up, it will not close ever.'
7391
7392 2008-06-09 [colin]      3.4.0cvs83
7393
7394         * src/filtering.c
7395                 Fix bug 1628, 'Claws Mail crashes when 
7396                 filtering selected messages'
7397
7398 2008-06-04 [colin]      3.4.0cvs82
7399
7400         * src/messageview.c
7401                 Complete handling of html parts in multipart/alternative
7402                 mails
7403
7404 2008-06-03 [paul]       3.4.0cvs81
7405
7406         * src/prefs_message.c
7407                 make always the english good
7408
7409 2008-06-03 [colin]      3.4.0cvs80
7410
7411         * src/mainwindow.c
7412         * src/mainwindow.h
7413                 Fix bug 1624, '[PATCH] Quick search should be 
7414                 disabled for folder view'; based on a patch by
7415                 Michael Terry
7416
7417 2008-06-03 [iwkse]      3.4.0cvs79
7418
7419         * src/addressbook.c
7420                 Fix little gui bug on button sensitivity
7421         * src/messageview.c
7422         * src/prefs_common.c
7423         * src/prefs_common.h
7424         * src/prefs_message.c
7425                 Allow by default to show html in multipart/alternative
7426
7427 2008-06-02 [colin]      3.4.0cvs78
7428
7429         * src/prefs_actions.c
7430                 GUI rework, patch by Pawel 
7431
7432 2008-06-02 [colin]      3.4.0cvs77
7433
7434         * src/quote_fmt.c
7435                 Fix sensitivity/alignment, patch from
7436                 Pawel
7437
7438 2008-05-31 [colin]      3.4.0cvs76
7439
7440         * src/imap.c
7441                 Fix login issue introduced in cvs75.
7442
7443 2008-05-31 [colin]      3.4.0cvs75
7444
7445         * src/imap.c
7446                 Fix more possible double-frees. Also, fix the root cause
7447                 of these double-frees by just noting the Session is to
7448                 be destroyed instead of destroying it in flight
7449
7450 2008-05-29 [paul]       3.4.0cvs74
7451
7452         * manual/keyboard.xml
7453                 'Makes' these entries like the others
7454
7455 2008-05-29 [colin]      3.4.0cvs73
7456
7457         * src/procmsg.h
7458                 Include utils.h in case we
7459                 need to pull goffset definition
7460
7461 2008-05-29 [colin]      3.4.0cvs72
7462
7463         * src/common/utils.h
7464                 Workaround a stupid Glib issue, where
7465                 goffset happens to be undefined. 
7466
7467 2008-05-28 [colin]      3.4.0cvs71
7468
7469         * src/compose.c
7470         * src/compose.h
7471         * src/grouplistdialog.c
7472         * src/image_viewer.c
7473         * src/imap.c
7474         * src/inc.c
7475         * src/main.c
7476         * src/matcher.c
7477         * src/messageview.c
7478         * src/mimeview.c
7479         * src/prefs_themes.c
7480         * src/procmsg.h
7481         * src/summaryview.c
7482         * src/summaryview.h
7483         * src/textview.c
7484         * src/common/smtp.c
7485         * src/common/utils.c
7486         * src/common/utils.h
7487                 Use goffset instead of off_t for MsgInfo's size
7488                 Allows using MsgInfo structure from plugins
7489                 compiled with largefile support
7490
7491 2008-05-26 [colin]      3.4.0cvs70
7492
7493         * src/mainwindow.c
7494         * src/mainwindow.h
7495                 Define THEME_CHANGED_HOOKLIST and invoke
7496                 it on theme change
7497         * src/plugins/trayicon/trayicon.c
7498                 Listen to THEME_CHANGED_HOOKLIST and
7499                 update accordingly
7500
7501 2008-05-26 [paul]       3.4.0cvs69
7502
7503         * src/mimeview.c
7504                 plug a leak in mimeview_save_all()
7505
7506 2008-05-24 [colin]      3.4.0cvs68
7507
7508         * src/common/utils.h
7509                 Fix wrong define on old glibs
7510
7511 2008-05-24 [paul]       3.4.0cvs67
7512
7513         * src/Makefile.am
7514         * src/stock_pixmap.c
7515         * src/stock_pixmap.h
7516         * src/toolbar.c
7517         * src/pixmaps/cancel.xpm
7518         * src/pixmaps/close.xpm
7519                 add a specific icon for A_CANCEL_INC (addresses
7520                 point 1 of bug 1609 'Icon issues')
7521                 replace close.xpm with an icon of the standard
7522                 24x24 size
7523
7524 2008-05-24 [paul]       3.4.0cvs66
7525
7526         * src/pixmaps/insert_file.xpm
7527                 replaced
7528
7529 2008-05-23 [paul]       3.4.0cvs65
7530
7531         * src/common/md5.c
7532         * src/common/md5.h
7533                 add the possibility to check md5 on binary files,
7534                 thanks to Colin
7535
7536 2008-05-23 [colin]      3.4.0cvs64
7537
7538         * src/mainwindow.c
7539         * src/summaryview.c
7540                 Fix bug 1610, 'claws crash after opening/closing 
7541                 preferences and window update'
7542
7543 2008-05-22 [colin]      3.4.0cvs63
7544
7545         * src/prefs_filtering_action.c
7546         * src/gtk/combobox.c
7547         * src/gtk/combobox.h
7548                 Fix reselecting of Tags actions in
7549                 filtering actions dialog
7550
7551 2008-05-22 [colin]      3.4.0cvs62
7552
7553         * src/Makefile.am
7554         * src/prefs_toolbar.c
7555         * src/stock_pixmap.c
7556         * src/stock_pixmap.h
7557         * src/toolbar.c
7558         * src/pixmaps/delete_btn.xpm
7559         * src/pixmaps/insert_file.xpm
7560         * src/pixmaps/mail_reply_to_list.xpm
7561                 Fix more of bug 1609:
7562                 - Add a Delete button icon
7563                 - Add a Reply to list button icon
7564                 - Fix Insert file button icon
7565                 Artwork by Ciprian Popovici.
7566
7567 2008-05-21 [colin]      3.4.0cvs61
7568
7569         * src/common/utils.c
7570                 Fix a little leak
7571
7572 2008-05-21 [wwp]        3.4.0cvs60
7573
7574         * src/prefs_filtering.c
7575                 Don't show SMTP-only accounts in accounts list, as they are
7576                 irrelevant for filtering incoming messages.
7577
7578 2008-05-21 [colin]      3.4.0cvs59
7579
7580         * src/mainwindow.c
7581                 Don't put SMTP-only accounts in receive menus
7582
7583 2008-05-21 [colin]      3.4.0cvs58
7584
7585         * src/imap.c
7586                 Fix cvs56 (brain fart)
7587
7588 2008-05-21 [colin]      3.4.0cvs57
7589
7590         * src/common/utils.c
7591                 Fix bug 1615, 'hang on FIFO when the other end's not 
7592                 opened'
7593
7594 2008-05-21 [colin]      3.4.0cvs56
7595
7596         * src/imap.c
7597                 Fix a warning
7598
7599 2008-05-19 [colin]      3.4.0cvs55
7600
7601         * src/plugins/pgpcore/sgpgme.c
7602                 Maybe fix debian bug 481856, 'Segmentation fault 
7603                 when verifying a GPG signature'. Although it 
7604                 looks like a race condition...
7605
7606 2008-05-19 [colin]      3.4.0cvs54
7607
7608         * src/prefs_filtering_action.c
7609         * src/prefs_matcher.c
7610         * src/common/tags.c
7611         * src/common/tags.h
7612         * src/gtk/combobox.c
7613         * src/gtk/combobox.h
7614                 Patch by Pawel: disabled Tags menus in filtering dialogs
7615
7616 2008-05-19 [colin]      3.4.0cvs53
7617
7618         * src/prefs_account.c
7619                 GUI patch by Pawel: align ports entries
7620
7621 2008-05-19 [colin]      3.4.0cvs52
7622
7623         * src/mainwindow.c
7624                 Fix bug 1616, 'strange question while emptying trash'
7625
7626 2008-05-18 [colin]      3.4.0cvs51
7627
7628         * src/common/plugin.c
7629         * src/etpan/imap-thread.c
7630         * src/etpan/nntp-thread.c
7631         * src/gtk/gtksctree.c
7632                 Fix bug 1613, 'Various memory leaks'; 
7633                 based on a patch by Didier Barvaux.
7634
7635 2008-05-18 [colin]      3.4.0cvs50
7636
7637         * src/mimeview.c
7638         * src/privacy.h
7639         * src/toolbar.c
7640         * src/toolbar.h
7641         * src/plugins/pgpcore/sgpgme.c
7642                 Fix more parts of bug 1609:
7643                 - Make use of specific Expired privacy icon
7644                 - Use CLOSE instead of NOTICE_ERROR for cancel
7645                   receiving
7646                 - Allow a Preferences button in the main toolbar
7647
7648 2008-05-18 [colin]      3.4.0cvs49
7649
7650         * src/stock_pixmap.c
7651                 Fix bug with non-updating icons after theme change:
7652                 If fetching pixbuf for a given icon after a theme
7653                 change, the next pixmap fetch would return the old
7654                 cached one, as the theme change was forgotten at 
7655                 this time. (and vice-versa). This was mostly 
7656                 visible on open folder icons
7657
7658 2008-05-17 [colin]      3.4.0cvs48
7659
7660         * src/prefs_summaries.c
7661         * src/summaryview.c
7662                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
7663                 options'. Patch by Pawel
7664
7665 2008-05-16 [colin]      3.4.0cvs47
7666
7667         * src/imap.c
7668                 Fix another possible crash (on fatal errors
7669                 at login, like stream error).
7670
7671 2008-05-16 [paul]       3.4.0cvs46
7672
7673         * tools/thunderbird-filters-convertor.pl
7674                 fix a typo
7675                 fix reading a tb rule that contains something
7676                 like that: \"Sender\"
7677
7678 2008-05-16 [paul]       3.4.0cvs45
7679
7680         * tools/README
7681         * tools/csv2addressbook.pl
7682                 add support for gmail exported csv address book
7683
7684 2008-05-16 [colin]      3.4.0cvs44
7685
7686         * configure.ac
7687         * src/ldapupdate.c
7688                 Fix ldap deprecated calls. Patch by
7689                 Michael Rasmussen
7690
7691 2008-05-16 [paul]       3.4.0cvs43
7692
7693         * manual/de/account.xml
7694         * manual/it/account.xml
7695         * manual/it/ack.xml
7696         * manual/it/addrbook.xml
7697         * manual/it/claws-mail-manual.xml
7698         * manual/it/gpl.xml
7699         * manual/it/intro.xml
7700         * manual/it/starting.xml
7701                 add pages towards German and Italian manuals.
7702                 (just for storage, they are not built yet, due
7703                 to being incomplete.) submitted by Speckmade
7704                 <Speckmade@gmx.net> and Salvatore De Paolis
7705                 <iwkse@claws-mail.org>
7706
7707 2008-05-16 [colin]      3.4.0cvs42
7708
7709         * src/gtk/sslcertwindow.c
7710                 Fix SHA1 fingerprint with GnuTLS
7711
7712 2008-05-15 [colin]      3.4.0cvs41
7713
7714         * src/gtk/sslcertwindow.c
7715                 Print SHA1 fingerprint too
7716
7717 2008-05-15 [colin]      3.4.0cvs40
7718
7719         * src/imap.c
7720                 Fix certificate port on TLS. It was 
7721                 previously always 0.
7722                 **IMPORTANT INFORMATION**: this will trigger 
7723                 one wrong "New certificate" warning at the 
7724                 first connection with this fix, if using STARTTLS
7725                 on IMAP.
7726         * src/gtk/sslcertwindow.c
7727                 Make labels selectable
7728
7729 2008-05-15 [colin]      3.4.0cvs39
7730
7731         * src/imap.c
7732                 Fix double free when STARTTLS fails (for
7733                 example due to refusing the certificate)
7734
7735 2008-05-15 [paul]       3.4.0cvs38
7736
7737         * manual/advanced.xml
7738                 fix typo
7739
7740 2008-05-15 [paul]       3.4.0cvs37
7741
7742         * manual/advanced.xml
7743         * src/prefs_send.c
7744                 make outgoing_fallback_to_ascii a hidden pref
7745
7746 2008-05-14 [colin]      3.4.0cvs36
7747
7748         * src/main.c
7749         * src/mainwindow.c
7750         * src/mainwindow.h
7751                 Make it possible to cancel quit when Claws
7752                 ask whether to empty trash.
7753
7754 2008-05-14 [colin]      3.4.0cvs35
7755
7756         * src/compose.c
7757         * src/prefs_common.c
7758         * src/prefs_common.h
7759         * src/prefs_send.c
7760                 Add a preference to be able to specify an
7761                 outgoing charset/encoding but still fallback
7762                 to 7bit US-ASCII when possible (default TRUE,
7763                 same behavior as pre-cvs34)
7764
7765 2008-05-14 [colin]      3.4.0cvs34
7766
7767         * src/compose.c
7768                 Always use the specified encoding and charset if it is
7769                 specified, even if the mail is ASCII.
7770
7771 2008-05-13 [paul]       3.4.0cvs33
7772
7773         * src/ldapupdate.c
7774                 fix the build warnings the easy way for now
7775
7776 2008-05-13 [colin]      3.4.0cvs32
7777
7778         * src/prefs_themes.c
7779                 Count .png files as icons too (fixes part
7780                 of bug 1609, 'Icon issues')
7781
7782 2008-05-13 [wwp]        3.4.0cvs31
7783
7784         * src/addressbook_foldersel.c
7785                 Fix wrong check (completes 3.4.0.cvs30).
7786
7787 2008-05-12 [wwp]        3.4.0cvs30
7788
7789         * src/addressbook.c
7790         * src/addressbook_foldersel.c
7791         * src/filtering.c
7792         * src/matcher.c
7793         * src/prefs_matcher.c
7794         * src/plugins/bogofilter/bogofilter.c
7795         * src/plugins/bogofilter/bogofilter_gtk.c
7796         * src/plugins/dillo_viewer/dillo_prefs.c
7797         * src/plugins/spamassassin/spamassassin.c
7798         * src/plugins/spamassassin/spamassassin_gtk.c
7799                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
7800                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
7801                 translated string "Any" in plugins (whitelisting) and
7802                 UTF8 comparisons.
7803
7804 2008-05-07 [colin]      3.4.0cvs29
7805
7806         * configure.ac
7807                 Fix --enable-maemo (assume --enable-generic-umpc)
7808
7809 2008-05-07 [colin]      3.4.0cvs28
7810
7811         * configure.ac
7812         * src/account.c
7813         * src/addr_compl.c
7814         * src/compose.c
7815         * src/editaddress.c
7816         * src/folderview.c
7817         * src/mainwindow.c
7818         * src/messageview.c
7819         * src/mimeview.c
7820         * src/prefs_account.c
7821         * src/prefs_common.c
7822         * src/prefs_display_header.c
7823         * src/prefs_filtering.c
7824         * src/prefs_summaries.c
7825         * src/prefs_template.c
7826         * src/prefs_toolbar.c
7827         * src/stock_pixmap.c
7828         * src/summaryview.c
7829         * src/summaryview.h
7830         * src/textview.c
7831         * src/toolbar.c
7832         * src/gtk/about.c
7833         * src/gtk/gtksctree.c
7834         * src/gtk/menu.c
7835         * src/gtk/prefswindow.c
7836         * src/gtk/sslcertwindow.c
7837                 Separate generic UMPC code (layouts, ...) from 
7838                 MAEMO code (Hildon, ...)
7839
7840 2008-05-06 [paul]       3.4.0cvs27
7841
7842         * tools/claws.i18n.status.pl
7843                 add he.po
7844
7845 2008-05-06 [colin]      3.4.0cvs26
7846
7847         * src/common/utils.c
7848                 Maybe fix crash on FreeBSD
7849
7850 2008-05-05 [colin]      3.4.0cvs25
7851
7852         * src/messageview.c
7853                 Fix bug 1602, 'Crash when sending return receipt for
7854                 messages with no subject'
7855
7856 2008-05-05 [colin]      3.4.0cvs24
7857
7858         * src/mimeview.c
7859                 Don't overwrite temporary files with same
7860                 name when drag and dropping. Fixes bug 1599,
7861                 'attach multiple files with the same name from 
7862                 one mail to another'
7863
7864 2008-05-04 [paul]       3.4.0cvs23
7865
7866         * src/compose.c
7867         * src/prefs_common.c
7868                 fix bug 1587 'can not replay with quote'
7869
7870 2008-05-03 [colin]      3.4.0cvs22
7871
7872         * po/de.po
7873                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
7874
7875 2008-05-03 [colin]      3.4.0cvs21
7876
7877         * src/toolbar.c
7878                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
7879                 icon isn't grayed although ineffective'
7880
7881 2008-05-02 [wwp]        3.4.0cvs20
7882
7883         * po/fr.po
7884                 Fix translation.
7885
7886         * src/prefs_folder_item.c
7887                 Add missing notice in folder properties (templates) when
7888                 folder is a root node.
7889
7890 2008-04-30 [colin]      3.4.0cvs19
7891
7892         * src/prefs_toolbar.c
7893                 Add Trash and Delete icons to the icon chooser
7894
7895 2008-04-30 [colin]      3.4.0cvs18
7896
7897         * src/compose.c
7898                 Remove "Delete entire line" which was a noop
7899                 and should be the same as "Delete line" :)
7900
7901 2008-04-30 [colin]      3.4.0cvs17
7902
7903         * src/compose.c
7904                 Fix 'Delete line' and 'Delete to end of line'
7905                 on the last line. Patch by <seelenhirt@gmx.net>
7906
7907 2008-04-28 [colin]      3.4.0cvs16
7908
7909         * src/folder.c
7910                 Fix bug 1589, 'tagsdb file not removed when
7911                 folder deleted'.
7912         * src/common/utils.c
7913                 Make sure claws_unlink accepts NULL arg.
7914
7915 2008-04-25 [colin]      3.4.0cvs15
7916
7917         * src/common/ssl.c
7918                 Fix/simplify previous commit
7919
7920 2008-04-25 [colin]      3.4.0cvs14
7921
7922         * src/addrindex.h
7923         * src/common/ssl_certificate.c
7924                 Patch by Marcus: Fix Win32 build
7925         * src/common/ssl.c
7926                 Fix build with GnuTLS/no pthread, thanks
7927                 to Marcus
7928
7929 2008-04-25 [colin]      3.4.0cvs13
7930
7931         * src/summaryview.c
7932                 Fix bug 1586, '3-pane vertical layout now and then 
7933                 still shows sender column'
7934
7935 2008-04-25 [colin]      3.4.0cvs12
7936
7937         * src/Makefile.am
7938         * src/w32-logo.ico
7939         * src/w32-resource.rc
7940                 Patch from Marcus Brinkmann to set an icon on w32.
7941
7942 2008-04-24 [colin]      3.4.0cvs11
7943
7944         * src/inc.c
7945         * src/inc.h
7946                 Trace inc locks
7947         * src/ldif.c
7948         * src/ldif.h
7949                 Fix bug 1581, 'Bad File Format during Import LDIF':
7950                 Use dynamically allocated buffers; also, allow 
7951                 importing contacts with no email address
7952
7953 2008-04-24 [colin]      3.4.0cvs10
7954
7955         * src/prefs_common.c
7956                 Increment the timeout a bit on OpenBSD, 75 isn't enough
7957
7958 2008-04-23 [colin]      3.4.0cvs9
7959
7960         * src/compose.c
7961         * src/prefs_folder_item.c
7962         * src/prefs_template.c
7963         * src/quote_fmt.c
7964                 Fix bug 1576: Fix unescaping of templates when testing them
7965                 I think it breaks nothing. (wwp, you're welcome to double-check)
7966
7967 2008-04-23 [paul]       3.4.0cvs8
7968
7969         * manual/advanced.xml
7970                 add info about the "two_line_vertical" hidden
7971                 pref
7972
7973 2008-04-22 [paul]       3.4.0cvs7
7974
7975         * src/prefs_common.c
7976         * src/prefs_common.h
7977         * src/summaryview.c
7978                 make the 2-line view in summaryview when in three
7979                 columns mode configurable. hidden pref: "two_line_vertical"
7980
7981 2008-04-22 [colin]      3.4.0cvs6
7982
7983         * src/inc.c
7984                 Fix missing inc_unlock()
7985         * src/prefs_matcher.c
7986         * src/send_message.c
7987                 Fix my last commit
7988
7989 2008-04-22 [colin]      3.4.0cvs5
7990
7991         * src/etpan/imap-thread.c
7992                 Use g_(un)setenv instead of (un)setenv which
7993                 doesn't exist on IRIX 6.5
7994
7995 2008-04-22 [colin]      3.4.0cvs4
7996
7997         * src/inc.c
7998         * src/prefs_common.c
7999         * src/send_message.c
8000                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
8001                 Set the default timeout to 75 seconds
8002
8003 2008-04-20 [colin]      3.4.0cvs3
8004
8005         * src/pixmaps/tray_newmail.offline.xpm
8006         * src/pixmaps/tray_newmail.xpm
8007         * src/pixmaps/tray_newmarkedmail.offline.xpm
8008         * src/pixmaps/tray_newmarkedmail.xpm
8009         * src/pixmaps/tray_nomail.offline.xpm
8010         * src/pixmaps/tray_nomail.xpm
8011         * src/pixmaps/tray_unreadmail.offline.xpm
8012         * src/pixmaps/tray_unreadmail.xpm
8013         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
8014         * src/pixmaps/tray_unreadmarkedmail.xpm
8015                 Make the tray icons a bit nicer. Would be
8016                 nice to get really nice icons from someone
8017                 who's good at Gimp :)
8018
8019 2008-04-18 [colin]      3.4.0cvs2
8020
8021         * src/common/log.c
8022                 Forgot one g_unlink
8023
8024 lease complete the changelog entry below
8025 2008-04-18 [colin]      3.4.0cvs1
8026
8027         * src/addrduplicates.c
8028         * src/addressbook.c
8029         * src/compose.c
8030         * src/crash.c
8031         * src/editaddress.c
8032         * src/folder.c
8033         * src/image_viewer.c
8034         * src/imap.c
8035         * src/inc.c
8036         * src/main.c
8037         * src/mbox.c
8038         * src/messageview.c
8039         * src/mh.c
8040         * src/msgcache.c
8041         * src/news.c
8042         * src/partial_download.c
8043         * src/pop.c
8044         * src/prefs_common.c
8045         * src/prefs_common.h
8046         * src/prefs_other.c
8047         * src/prefs_themes.c
8048         * src/procheader.c
8049         * src/procmime.c
8050         * src/procmsg.c
8051         * src/textview.c
8052         * src/wizard.c
8053         * src/common/prefs.c
8054         * src/common/ssl_certificate.c
8055         * src/common/template.c
8056         * src/common/utils.c
8057         * src/common/utils.h
8058         * src/etpan/imap-thread.c
8059         * src/plugins/dillo_viewer/dillo_viewer.c
8060         * src/plugins/pgpcore/sgpgme.c
8061         * src/plugins/pgpinline/pgpinline.c
8062                 Add an option to shred temporary files and messages
8063                 instead of just removing them. Slows deletions down!
8064
8065 2008-04-18 [paul]       3.4.0
8066
8067         * NEWS
8068         * README
8069         * RELEASE_NOTES 
8070                 3.4.0 released
8071
8072
8073 2008-04-18 [paul]       3.3.1cvs61
8074
8075         * po/de.po
8076         * po/fi.po
8077         * po/it.po
8078         * po/pt_BR.po
8079                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
8080                 and Frederico Goncalves Guimaraes
8081         * po/es.po
8082                 updated on the last minute by a lazy Ricardo Mones
8083
8084 2008-04-18 [colin]      3.3.1cvs60
8085
8086         * po/fr.po
8087                 Update translation (Fabien Vantard)
8088
8089 2008-04-17 [colin]      3.3.1cvs59
8090
8091         * src/imap.c
8092                 Fix debian bug 474712, 'claws seg faults when IMAP 
8093                 connection breaks after an IMAP protocol error 
8094                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
8095         * src/summaryview.c
8096                 Fix a little leak
8097
8098 2008-04-17 [colin]      3.3.1cvs58
8099
8100         * src/common/log.c
8101                 Fix log size getting out of control (claws-mail
8102                 getting SIGXFSZ): rotate if every 10MB
8103
8104 2008-04-10 [paul]       3.3.1cvs57
8105
8106         * src/prefs_other.c
8107                 improvements to english usage
8108
8109 2008-04-10 [paul]       3.3.1cvs56
8110
8111         * src/prefs_receive.c
8112                 add an accurate description
8113
8114 2008-04-08 [colin]      3.3.1cvs55
8115
8116         * src/undo.c
8117                 Probably fix corruption, introduced in cvs53
8118
8119 2008-04-04 [iwkse]      3.3.1cvs54
8120
8121         * src/undo.c
8122                 undo should works properly again
8123
8124 2008-04-04 [iwkse]      3.3.1cvs53
8125
8126         * src/undo.c
8127                 Fix a segfault but breaks undo
8128                 on a specific case (eg. double paste with
8129                 middle-mouse button)
8130
8131 2008-04-04 [iwkse]      3.3.1cvs52
8132
8133         * src/prefs_filtering.c
8134                 Fix previous Tab mess
8135
8136 2008-04-03 [iwkse]      3.3.1cvs51
8137
8138         * src/prefs_filtering.c
8139                 Add search in filtering rules list
8140
8141 2008-04-02 [colin]      3.3.1cvs50
8142
8143         * src/main.c
8144                 Revert part of the previous patch: we do
8145                 want to parse ~/.claws-mail/gtkrc-2.0 if it
8146                 exists
8147
8148 2008-04-02 [colin]      3.3.1cvs49
8149
8150         * src/main.c
8151                 Fix bug 1562, 'Claws-Mail does not completely 
8152                 respect settings in GTK2_RC_FILES environment'
8153                 Remove manual parsing of .gtkrc-2.0 and 
8154                 .gtk/gtkrc-2.0. GTK does it itself these days.
8155
8156 2008-04-01 [colin]      3.3.1cvs48
8157
8158         * src/imap_gtk.c
8159                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
8160                 ticking "Show only subscribed"'
8161
8162 2008-03-31 [colin]      3.3.1cvs47
8163
8164         * src/folder.c
8165                 Fix bug 1553, 'File lock not respected'
8166                 Regression due to the implementation of
8167                 deletion batching
8168
8169 2008-03-31 [colin]      3.3.1cvs46
8170
8171         * src/mainwindow.c
8172                 Fix tags menu update, thanks to Paul
8173
8174 2008-03-29 [wwp]        3.3.1cvs45
8175
8176         * src/prefs_account.c
8177         * src/prefs_common.c
8178         * src/prefs_folder_item.c
8179         * src/prefs_quote.c
8180         * src/quote_fmt.c
8181         * src/quote_fmt.h
8182                 Fix compose template formats (in global preferences)
8183                 being translated under specific conditions.
8184                 Add a button to restore factory defaults for current
8185                 language.
8186
8187 2008-03-27 [colin]      3.3.1cvs44
8188
8189         * src/common/prefs.c
8190         * src/common/xmlprops.c
8191                 Fix RedHat bug 431735, 'segfault if /home is full' 
8192                 (when starting): Fix double fclose() in prefs.c
8193                 and potentially xmlprops.c
8194
8195 2008-03-27 [colin]      3.3.1cvs43
8196
8197         * src/addressbook.c
8198                 Fix bug 1559, 'Claws Mail crashed deleting all 
8199                 common contacts'
8200
8201 2008-03-27 [wwp]        3.3.1cvs42
8202
8203         * src/addressbook.c
8204                 Fix 3.3.0cvs41.
8205
8206 2008-03-27 [wwp]        3.3.1cvs41
8207
8208         * src/addressbook.c
8209                 Prevent list flickering when deleting addresses.
8210
8211 2008-03-26 [colin]      3.3.1cvs40
8212
8213         * src/imap.c
8214                 Clean up session disconnection. Possibly
8215                 fix Ubuntu bug #204290
8216
8217 2008-03-26 [colin]      3.3.1cvs39
8218
8219         * src/textview.c
8220                 Fix bug 1555: current folder wasn't used when
8221                 right-clicking on an email address
8222
8223 2008-03-25 [colin]      3.3.1cvs38
8224
8225         * src/plugins/bogofilter/bogofilter.c
8226         * src/plugins/bogofilter/bogofilter.h
8227         * src/plugins/bogofilter/bogofilter_gtk.c
8228                 Add a "learn from whitelist" preference
8229                 Whitelist Unsure mails too.
8230
8231 2008-03-24 [paul]       3.3.1cvs37
8232
8233         * src/prefs_account.c
8234                 If no MH mailbox and no account exists, when
8235                 creating a POP/Local account, just create and
8236                 use the default one instead of bailing with a
8237                 "Mailbox doesn't exist" error
8238
8239 2008-03-21 [colin]      3.3.1cvs36
8240
8241         * src/procmime.c
8242                 strstrip mime subtype
8243
8244 2008-03-21 [paul]       3.3.1cvs35
8245
8246         * manual/advanced.xml
8247                 correct and update the info about Actions
8248
8249 2008-03-20 [colin]      3.3.1cvs34
8250
8251         * src/messageview.c
8252         * src/messageview.h
8253         * src/textview.c
8254                 Show at max 1MB of text, add a noticeview to
8255                 show everything optionally.
8256
8257 2008-03-20 [colin]      3.3.1cvs33
8258
8259         * src/stock_pixmap.c
8260                 Add support for png themes
8261
8262 2008-03-19 [wwp]        3.3.1cvs32
8263
8264         * src/procheader.c
8265                 Sanity check.
8266
8267 2008-03-18 [colin]      3.3.1cvs31
8268
8269         * src/common/utils.c
8270         * src/common/utils.h
8271                 Handle size_t instead of off_t in to_human_readable
8272
8273 2008-03-18 [colin]      3.3.1cvs30
8274
8275         * src/imap.c
8276                 Remove raw printf
8277
8278 2008-03-16 [colin]      3.3.1cvs29
8279
8280         * src/summaryview.c
8281                 Fix build on GTK < 2.12
8282
8283 2008-03-16 [colin]      3.3.1cvs28
8284
8285         * src/mainwindow.c
8286                 Refresh non-list widget when switching
8287                 messageview
8288
8289 2008-03-16 [colin]      3.3.1cvs27
8290
8291         * manual/faq.xml
8292                 Revert cvs25: This wasn't a typo :) :
8293                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
8294
8295
8296 2008-03-16 [colin]      3.3.1cvs26
8297
8298         * src/summaryview.c
8299         * src/gtk/gtksctree.c
8300         * src/gtk/gtksctree.h
8301                 Implement 2-lines items in Summaryview when in 
8302                 three columns mode
8303
8304 2008-03-16 [paul]       3.3.1cvs25
8305
8306         * manual/faq.xml
8307                 fix typo
8308
8309 2008-03-14 [colin]      3.3.1cvs24
8310
8311         * src/prefs_filtering_action.c
8312                 Fix buglet on setting recipient when
8313                 reediting forward rules.
8314
8315 2008-03-12 [colin]      3.3.1cvs23
8316
8317         * src/summaryview.c
8318                 Fix a new unused variable warning
8319         * src/plugins/trayicon/trayicon.c
8320                 Fix folderview's scrollbar at startup
8321                 if starting hidden
8322
8323 2008-03-12 [colin]      3.3.1cvs22
8324
8325         * src/folderview.c
8326         * src/summaryview.c
8327                 Use item_opened at the beginning of showing
8328                 a folder instead of the end. Fixes flicker.
8329
8330 2008-03-12 [paul]       3.3.1cvs21
8331
8332         * src/folder.c
8333         * src/folder.h
8334         * src/mainwindow.c
8335         * src/procmsg.c
8336         * src/summaryview.c
8337         * src/plugins/trayicon/trayicon.c
8338                 add tooltip with extended folder stats
8339
8340 2008-03-10 [colin]      3.3.1cvs20
8341
8342         * src/common/xml.c
8343                 Handle comments
8344
8345 2008-03-07 [colin]      3.3.1cvs19
8346
8347         * src/mainwindow.c
8348                 Fix blinking of the taskbar entry
8349
8350 2008-03-07 [colin]      3.3.1cvs18
8351
8352         * src/mainwindow.c
8353                 MAEMO: Fix bug 1494, 'Trayicon 
8354                 plugin breaks UI...'
8355
8356 2008-03-07 [paul]       3.3.1cvs17
8357
8358         * src/gtk/authors.h
8359                 reflect reality a bit more closely
8360
8361 2008-03-06 [colin]      3.3.1cvs16
8362
8363         * src/mainwindow.c
8364         * src/mainwindow.h
8365         * src/summaryview.c
8366         * src/summaryview.h
8367         * src/toolbar.c
8368                 Integrate things better wrt the new
8369                 summaryview extensibility.
8370
8371 2008-03-06 [wwp]        3.3.1cvs15
8372
8373         * src/quote_fmt.c
8374                 Fix some gcc warnings.
8375
8376 2008-03-06 [wwp]        3.3.1cvs14
8377
8378         * src/prefs_account.c
8379         * src/prefs_folder_item.c
8380         * src/prefs_gtk.c
8381         * src/prefs_template.c
8382         * src/gtk/prefswindow.c
8383         * src/gtk/prefswindow.h
8384                 prefs_templates: fix missing unregistering of addr_completion widgets
8385                 and and ending of addr_completion service.
8386                 prefs_folder_item: fix missing registering/unregistering of widgets,
8387                 and rework the way add_completion service is started and stopped.
8388                 Plus few prefswindow API changes (opening).
8389
8390 2008-03-06 [wwp]        3.3.1cvs13
8391
8392         * src/folder_item_prefs.c
8393         * src/prefs_template.c
8394         * src/prefs_template.h
8395         * src/quote_fmt.c
8396         * src/common/template.c
8397                 Complete 3.3.1cvs12, thanks to Colin.
8398
8399 2008-03-06 [wwp]        3.3.1cvs12
8400
8401         * src/compose.c
8402         * src/folder_item_prefs.c
8403         * src/folder_item_prefs.h
8404         * src/prefs_account.c
8405         * src/prefs_folder_item.c
8406         * src/prefs_quote.c
8407         * src/prefs_template.c
8408         * src/quote_fmt.c
8409         * src/quote_fmt.h
8410         * src/common/template.c
8411         * src/common/template.h
8412                 Global and per-folder templates can now override the from name (this
8413                 doesn't change the account being used).
8414                 Examples:
8415                  "My other name" <%account_email> (just changes the name)
8416                  my.faked.email@address.org (overrides the address too)
8417
8418 2008-03-05 [colin]      3.3.1cvs11
8419
8420         * src/summaryview.c
8421         * src/summaryview.h
8422                 Replace that hbox with a notebook
8423
8424 2008-03-05 [colin]      3.3.1cvs10
8425
8426         * src/folder.h
8427         * src/folderview.c
8428                 Add klass functions for notification of folder
8429                 opening/closing via the GUI
8430         * src/summaryview.c
8431         * src/summaryview.h
8432                 Add a specific container for the scrolledwin
8433
8434 2008-03-05 [colin]      3.3.1cvs9
8435
8436         * src/folder.h
8437         * src/folderview.c
8438                 Add klass functions for notification of folder 
8439                 opening/closing via the GUI
8440         * src/summaryview.c
8441         * src/summaryview.h
8442                 Add a specific container for the scrolledwin
8443
8444 2008-03-02 [colin]      3.3.1cvs8
8445
8446         * src/messageview.c
8447                 MAEMO: Fix bug 1541, 'Deleting message from within 
8448                 read window displays next message then closes.'
8449
8450 2008-03-02 [colin]      3.3.1cvs7
8451
8452         * src/main.c
8453                 Probably fix bug 1539, 'Program crashes':
8454                 Setup Gcrypt's thread functions when built
8455                 with GnuTLS
8456
8457 2008-03-01 [colin]      3.3.1cvs6
8458
8459         * src/folder.c
8460         * src/imap_gtk.c
8461                 Get rid of stale folders with no account
8462
8463 2008-02-28 [colin]      3.3.1cvs5
8464
8465         * src/compose.c
8466                 Fix bug 1534, 'Segmentation fault when doing 
8467                 some draft saving and then throwing away'
8468         * src/imap.c
8469                 Fix bug 1533, 'Claws is unable to mark messages 
8470                 as "read" in IMAP shared folders'
8471         * src/etpan/imap-thread.c
8472                 Fix bug 1515, 'large messages crash claws when 
8473                 syncing for offline mode'. This is rather a
8474                 workaround, and mails > 64MB will still be
8475                 problematic if there's less than 64MB available
8476                 on the dataroot volume.
8477         * src/messageview.c
8478                 MAEMO: Add information when fetching big messages
8479
8480 2008-02-26 [colin]      3.3.1cvs4
8481
8482         * src/imap.c
8483                 fix bug 1532, '"login refused" message insufficiently 
8484                 detailed'
8485
8486 2008-02-26 [paul]       3.3.1cvs3
8487
8488         * INSTALL
8489         * README
8490                 remove mentions of ClamAV and a few other
8491                 old bits of information
8492
8493 2008-02-23 [colin]      3.3.1cvs2
8494
8495         * src/main.c
8496                 Fix log output (missing \n)
8497
8498 2008-02-23 [colin]      3.3.1cvs1
8499
8500         * configure.ac
8501                 Bump version number for stable release
8502
8503 2008-02-23 [paul]       3.3.0cvs21
8504
8505         * po/he.po
8506                 updated by Ofer
8507
8508 2008-02-21 [colin]      3.3.0cvs20
8509
8510         * src/matcher.c
8511                 Fix bug 1527, 'filtering is case sensitive when it 
8512                 shouldn't be'
8513
8514 2008-02-20 [colin]      3.3.0cvs19
8515
8516         * src/main.c
8517                 Fix file attachments from older Thunar
8518
8519 2008-02-19 [colin]      3.3.0cvs18
8520
8521         * manual/plugins.xml
8522         * manual/es/plugins.xml
8523         * manual/fr/plugins.xml
8524         * manual/pl/plugins.xml
8525                 Remove Clamav
8526
8527 2008-02-19 [paul]       3.3.0cvs17
8528
8529         * tools/README
8530         * tools/csv2addressbook.pl
8531                 add support for Kmail/Kaddressbook
8532
8533 2008-02-18 [colin]      3.3.0cvs16
8534
8535         * src/imap.c
8536                 Unset folder's session before creating a
8537                 new one
8538         * src/main.c
8539         * src/prefs_common.c
8540         * src/prefs_common.h
8541         * manual/advanced.xml
8542                 Add an hidden use_networkmanager pref, to
8543                 disable NetworkManager handling. Also,
8544                 consider UNKNOWN state to be CONNECTED.
8545
8546 2008-02-18 [wwp]        3.3.0cvs15
8547
8548         * src/matcher.c
8549                 Fix Engrish and make 'not' more visible in filtering debug logs.
8550
8551 2008-02-15 [colin]      3.3.0cvs14
8552
8553         * src/matcher.c
8554                 Revert cvs10 for now, it breaks the feature
8555
8556 2008-02-15 [colin]      3.3.0cvs13
8557
8558         * src/main.c
8559                 Always focus folder tree at startup
8560         * src/compose.c
8561                 Fix bug 1521, 'Cannot close compose window after 
8562                 replying to a non-existent news message'
8563
8564 2008-02-13 [colin]      3.3.0cvs12
8565
8566         * src/folderview.c
8567                 Fix important warnings
8568
8569 2008-02-12 [colin]      3.3.0cvs11
8570
8571         * src/imap.c
8572         * src/etpan/imap-thread.c
8573         * src/etpan/imap-thread.h
8574                 Fix handling of $Forwarded flag on Exchange:
8575                 check for the existence or creatability of a
8576                 flag before using it.
8577
8578 2008-02-12 [colin]      3.3.0cvs10
8579
8580         * src/matcher.c
8581                 Optimise matching on Found in addressbook if
8582                 the matched header is in cache (From, etc)
8583
8584 2008-02-12 [colin]      3.3.0cvs9
8585
8586         * src/folderview.c
8587                 Fix crashy stuff when changing displayed
8588                 columns
8589
8590 2008-02-12 [wwp]        3.3.0cvs8
8591
8592         * src/folder.h
8593                 Remove duplicate func declaration and restore the one
8594                 a missing one.
8595
8596 2008-02-12 [wwp]        3.3.0cvs7
8597
8598         * src/compose.c
8599         * src/export.c
8600         * src/folder.c
8601         * src/folder.h
8602         * src/foldersel.c
8603         * src/foldersel.h
8604         * src/imap_gtk.c
8605         * src/import.c
8606         * src/mainwindow.c
8607         * src/messageview.c
8608         * src/mh_gtk.c
8609         * src/prefs_account.c
8610         * src/prefs_filtering_action.c
8611         * src/summaryview.c
8612         * src/plugins/bogofilter/bogofilter_gtk.c
8613         * src/plugins/spamassassin/spamassassin_gtk.c
8614                 Allow moving/copying folders to root folders when using
8615                 the folder selection dialog (it was not possible to
8616                 maemo users to reparent a subfolder to a root folder
8617                 at all).
8618
8619 2008-02-12 [fabien]     3.3.0cvs6
8620
8621         * po/fr.po
8622                 a few days late for i18n fr update. Sorry.
8623
8624 2008-02-11 [colin]      3.3.0cvs5
8625
8626         * src/main.c
8627                 Implement support for future /dev/mem_notify.
8628                 This Linux kernel feature will allow applications
8629                 to be notified that memory has to be freed
8630                 before getting OOM-killed. For more information:
8631                 http://lwn.net/Articles/267013/
8632
8633 2008-02-10 [paul]       3.3.0cvs4
8634
8635         * src/Makefile.am
8636         * src/mimeview.c
8637         * src/prefs_toolbar.c
8638         * src/stock_pixmap.c
8639         * src/stock_pixmap.h
8640         * src/pixmaps/mime_text_patch.xpm
8641                 add an icon for attached patches
8642
8643 2008-02-09 [paul]       3.3.0cvs3
8644
8645         * src/gtk/about.c
8646                 bump the (c) year
8647
8648 2008-02-09 [wwp]        3.3.0cvs2
8649
8650         * src/main.c
8651                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
8652
8653 2008-02-08 [colin]      3.3.0cvs1
8654
8655         * src/common/utils.c
8656                 Forbid attaching anything containing "../" or ".ssh/"
8657                 from mailto: URI
8658
8659 2008-02-08 [paul]       3.3.0
8660
8661         * NEWS
8662         * README
8663         * RELEASE_NOTES 
8664                 3.3.0 released
8665
8666 2008-02-08 [paul]       3.2.0cvs77
8667
8668         * AUTHORS
8669                 updated with new translators
8670         * configure.ac
8671                 added he to ALL_LINGUAS
8672         * po/cs.po
8673         * po/de.po
8674         * po/es.po
8675         * po/fi.po
8676         * po/hu.po
8677         * po/it.po
8678         * po/pt_BR.po
8679         * po/zh_CN.po
8680                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
8681                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
8682                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
8683                 and Ralph Young
8684         * po/he.po
8685                 new Hebrew translation by Ofer <oc666@netvision.net.il>
8686         * src/gtk/about.c
8687                 updated with new translators and bumped (c) year
8688         * src/gtk/authors.h
8689                 updated with new translators
8690
8691 2008-02-05 [colin]      3.2.0cvs76
8692
8693         * src/messageview.c
8694         * src/mimeview.c
8695         * src/mimeview.h
8696                 Special case text/calendar parts: if there's one in
8697                 the mail, and a plugin handling text/calendar is
8698                 loaded, show that part. That'll avoid rendering 
8699                 meetings as plain text, which just looks broken to
8700                 many users.
8701
8702 2008-02-04 [colin]      3.2.0cvs75
8703
8704         * src/mainwindow.c
8705                 Maemo: Fix LED handling on OS 2008
8706
8707 2008-02-01 [colin]      3.2.0cvs74
8708
8709         * src/compose.c
8710                 Possibly fix the annoying and hard-to reproduce bug
8711                 where lines 
8712                 are
8713                 rewrapped
8714                 like
8715                 that.
8716
8717 2008-02-01 [paul]       3.2.0cvs73
8718
8719         * src/common/utils.c
8720                 fix bug 1502, 'Plus signs are stripped from
8721                 email addresses when calling from command line'
8722                 Thanks to Colin
8723
8724 2008-01-31 [colin]      3.2.0cvs72
8725
8726         * src/exphtmldlg.c
8727         * src/mimeview.c
8728         * src/summaryview.c
8729                 Fix building of URIs from filenames
8730
8731 2008-01-31 [wwp]        3.2.0cvs71
8732
8733         * src/main.c
8734                 Fixes debug output of compiled-in features list
8735                 (completes 3.2.0cvs60).
8736
8737 2008-01-31 [colin]      3.2.0cvs70
8738
8739         * configure.ac
8740         * po/POTFILES.in
8741         * src/compose.c
8742         * src/plugins/Makefile.am
8743         * src/plugins/clamav/.cvsignore
8744         * src/plugins/clamav/Makefile.am
8745         * src/plugins/clamav/README
8746         * src/plugins/clamav/clamav_plugin.c
8747         * src/plugins/clamav/clamav_plugin.h
8748         * src/plugins/clamav/clamav_plugin_gtk.c
8749         * src/plugins/clamav/clamav_plugin_gtk.deps
8750                 Remove the Clamav plugin from the core
8751
8752 2008-01-28 [wwp]        3.2.0cvs69
8753
8754         * src/compose.c
8755         * src/prefs_template.c
8756         * src/prefs_template.h
8757         * src/quote_fmt.c
8758         * src/quote_fmt.h
8759         * src/quote_fmt_lex.l
8760         * src/quote_fmt_parse.y
8761                 Fix for bug #1493: count lines (\n chars) according to the way
8762                 format body is passed (i.e. \-escaped or not).
8763
8764 2008-01-27 [paul]       3.2.0cvs68
8765
8766         * po/en_GB.po
8767                 updated
8768         * src/prefs_actions.c
8769         * src/prefs_filtering.c
8770         * src/prefs_folder_item.c
8771         * src/prefs_template.c
8772         * src/gtk/about.c
8773                 some minor changes to the English
8774
8775 2008-01-24 [colin]      3.2.0cvs67
8776
8777         * src/etpan/imap-thread.c
8778         * src/etpan/nntp-thread.c
8779                 Fix bug 1348, 'Hang ups at exit time with 
8780                 pgp plugin since 3.0.2'
8781
8782 2008-01-23 [colin]      3.2.0cvs66
8783
8784         * src/toolbar.c
8785                 Fix translation of something that shouldn't be
8786
8787 2008-01-23 [colin]      3.2.0cvs65
8788
8789         * src/procmime.c
8790                 Fix bug 1486, 'Re: Incorrect content when replying'
8791                 Revert to full scan if short scan found only 0-length
8792                 text parts
8793
8794 2008-01-23 [paul]       3.2.0cvs64
8795
8796         * src/prefs_folder_item.c
8797                 fix bug 1485, 'selecting a folder's default
8798                 account if name contains '&''
8799
8800 2008-01-23 [colin]      3.2.0cvs63
8801
8802         * src/folder.c
8803         * src/folder.h
8804         * src/main.c
8805         * src/mainwindow.c
8806                 Fix bug 1480, 'should be able to display mail file
8807                 from command line'. Let 'claws-mail --select' accept
8808                 absolute paths in addition to folder identifiers.
8809
8810 2008-01-22 [wwp]        3.2.0cvs62
8811
8812         * src/account.c
8813         * src/account.h
8814         * src/compose.c
8815         * src/messageview.c
8816         * src/summaryview.c
8817         * src/common/utils.c
8818         * src/common/utils.h
8819                 Allow from=address in mailto sequence:
8820                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
8821                   The 'from' will try to select the first account matching in accounts list,
8822                   otherwise will use the usual account selection mechanism but override with
8823                   this 'from' address.
8824                 Allow mailto with NNTP accounts
8825                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
8826                   is the default one or if a NNTP account address is used with 'from'.
8827                   This is more or less a bugfix as it was possible to use mailto with a NNTP
8828                   default account but the complete mailto sequence was put in To.
8829
8830 2008-01-22 [wwp]        3.2.0cvs61
8831
8832         * doc/man/claws-mail.1
8833                 Updated the man page: status of few features, command-line
8834                 usage (--version-full) and completed list of config files
8835                 and dirs.
8836
8837 2008-01-22 [wwp]        3.2.0cvs60
8838
8839         * src/main.c
8840                 Added --version-full to display version and compiled-in
8841                 features list (for later use by Clawsker for instance).
8842
8843 2008-01-22 [holger]     3.2.0cvs59
8844
8845         * src/addrduplicates.c
8846                 Fix scrolling in addressbook duplicate
8847                 finder result dialog
8848
8849 2008-01-21 [colin]      3.2.0cvs58
8850
8851         * src/summaryview.c
8852                 Fix bug 1457, 'sorting messages on, say, from, 
8853                 should subsort on previous sort choice'. Subsort
8854                 by date when sort is Subject, From, To, Tags.
8855
8856 2008-01-21 [colin]      3.2.0cvs57
8857
8858         * AUTHORS
8859         * src/matcher.c
8860         * src/mimeview.c
8861         * src/common/ssl.c
8862         * src/gtk/authors.h
8863                 Fix bug 1478, 'Wrong pthread_create calls all 
8864                 over the place'. Patch by Christian Cornelssen
8865
8866 2008-01-20 [colin]      3.2.0cvs56
8867
8868         * src/imap.c
8869         * src/etpan/imap-thread.c
8870         * src/etpan/imap-thread.h
8871                 Fix bug 1468, 'Use IMAP keyword to 
8872                 store "forwarded" flag'
8873
8874 2008-01-20 [colin]      3.2.0cvs55
8875
8876         * src/folderutils.c
8877                 Make list operations faster
8878
8879 2008-01-20 [colin]      3.2.0cvs54
8880
8881         * src/mainwindow.c
8882                 Fix bug 1353, 'on startup with small screen 
8883                 layout, keyboard input gets lost'
8884
8885 2008-01-20 [colin]      3.2.0cvs53
8886
8887         * src/textview.c
8888                 Complete 3.2.0cvs49, and fixes bug 1477, 
8889                 'Claws Mail crashes when view PGP-encrypted 
8890                 message'
8891
8892 2008-01-20 [colin]      3.2.0cvs52
8893
8894         * src/compose.c
8895                 Fix privacy menu update when replying to
8896                 encrypted mail and no default privacy 
8897                 system is set
8898
8899 2008-01-19 [colin]      3.2.0cvs51
8900
8901         * src/filtering.c
8902         * src/procmsg.h
8903         * src/plugins/bogofilter/bogofilter.c
8904         * src/plugins/clamav/clamav_plugin.c
8905         * src/plugins/spamassassin/spamassassin.c
8906                 Batch filtering deletions too (and save 4 bytes
8907                 per MsgInfo in the process :)
8908
8909 2008-01-19 [colin]      3.2.0cvs50
8910
8911         * src/folder.c
8912                 Make cache update after copies much faster
8913                 on IMAP
8914
8915 2008-01-19 [colin]      3.2.0cvs49
8916
8917         * src/textview.c
8918                 Check g_fopen() success
8919
8920 2008-01-17 [wwp]        3.2.0cvs48
8921
8922         * manual/faq.xml
8923         * manual/es/faq.xml
8924         * manual/fr/faq.xml
8925         * manual/pl/faq.xml
8926                 Sylpheed? No idea what this means.
8927
8928 2008-01-17 [colin]      3.2.0cvs47
8929
8930         * src/gtk/gtksctree.c
8931                 Make dnd threshold higher on Maemo
8932
8933 2008-01-16 [colin]      3.2.0cvs46
8934
8935         * src/common/passcrypt.c
8936                 Fix build on FreeBSD, thanks to Pawel
8937
8938 2008-01-15 [colin]      3.2.0cvs45
8939
8940         * src/compose.c
8941                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
8942                 spell check of actuall word'
8943         * src/summaryview.c
8944                 Temporarily disable immediate execution when learning
8945                 spam *only* if the summaryview isn't locked
8946
8947 2008-01-15 [wwp]        3.2.0cvs44
8948
8949         * src/prefs_filtering.c
8950                 Fix filtering prefs layout (Maemo port), moving page up/down
8951                 from buttons to context menu.
8952
8953 2008-01-15 [colin]      3.2.0cvs43
8954
8955         * src/compose.c
8956                 Fix bug 1465, 'First line in new message does not mark URLs'
8957
8958 2008-01-15 [colin]      3.2.0cvs42
8959
8960         * src/common/passcrypt.c
8961                 Fix bug 1461, 'several components #define 
8962                 _XOPEN_SOURCE improperly'
8963
8964 2008-01-15 [colin]      3.2.0cvs41
8965
8966         * src/summaryview.c
8967                 Fix bug 1469, 'Column width adjustments on message 
8968                 lists do not save'
8969
8970 2008-01-14 [holger]     3.2.0cvs40
8971
8972         * configure.ac
8973                 Add tests for dbus, dbus glib bindings,
8974                 and NetworkManager. All is optional. Add new
8975                 --(en|dis)able-networkmanager-support switch.
8976         * src/Makefile.am
8977         * src/imap.c
8978         * src/inc.c
8979         * src/main.c
8980         * src/main.h
8981         * src/mainwindow.c
8982         * src/gtk/about.c
8983                 Add optional NetworkManager support, so Claws Mail
8984                 can try to do the right thing when the network connection
8985                 status changes. NetworkManager support is active by
8986                 default if above requirements were met.
8987
8988 2008-01-12 [colin]      3.2.0cvs39
8989
8990         * src/summaryview.c
8991                 Advertise the click-on-reply feature in the tooltip
8992
8993 2008-01-12 [colin]      3.2.0cvs38
8994
8995         * src/Makefile.am
8996         * src/stock_pixmap.c
8997         * src/stock_pixmap.h
8998         * src/pixmaps/tray_newmail.offline.xpm
8999         * src/pixmaps/tray_newmail.xpm
9000         * src/pixmaps/tray_newmarkedmail.offline.xpm
9001         * src/pixmaps/tray_newmarkedmail.xpm
9002         * src/pixmaps/tray_nomail.offline.xpm
9003         * src/pixmaps/tray_nomail.xpm
9004         * src/pixmaps/tray_unreadmail.offline.xpm
9005         * src/pixmaps/tray_unreadmail.xpm
9006         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
9007         * src/pixmaps/tray_unreadmarkedmail.xpm
9008         * src/plugins/trayicon/Makefile.am
9009         * src/plugins/trayicon/newmail.offline.xpm
9010         * src/plugins/trayicon/newmail.xpm
9011         * src/plugins/trayicon/newmarkedmail.offline.xpm
9012         * src/plugins/trayicon/newmarkedmail.xpm
9013         * src/plugins/trayicon/nomail.offline.xpm
9014         * src/plugins/trayicon/nomail.xpm
9015         * src/plugins/trayicon/trayicon.c
9016         * src/plugins/trayicon/unreadmail.offline.xpm
9017         * src/plugins/trayicon/unreadmail.xpm
9018         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9019         * src/plugins/trayicon/unreadmarkedmail.xpm
9020                 Make the Trayicon plugin icons themable
9021
9022 2008-01-12 [wwp]        3.2.0cvs37
9023
9024         * src/prefs_display_header.c
9025                 Fix extra leading hyphen visible in the display
9026                 header configuration combo list (maemo).
9027
9028 2008-01-11 [colin]      3.2.0cvs36
9029
9030         * src/imap.c
9031                 Set timeout to 1 before disconnecting all -
9032                 for when one switches to offline and has 
9033                 no network anymore
9034         * src/messageview.c
9035                 Fix bug 1454, 'error message shows parts and 
9036                 signature of previous messages'
9037         * src/prefs_common.c
9038                 Maemo: Hide Send dialog by default
9039
9040 2008-01-10 [colin]      3.2.0cvs35
9041
9042         * src/action.c
9043         * src/editldap.c
9044         * src/prefs_account.c
9045         * src/wizard.c
9046         * src/gtk/inputdialog.c
9047         * src/plugins/pgpcore/passphrase.c
9048                 Maemo: Fix bug 1455, 'Password enters leading letter 
9049                 incorrectly as uppercase'
9050
9051 2008-01-09 [colin]      3.2.0cvs34
9052
9053         * po/pl.po
9054                 Fix bug 1446, 'SC crashes frequently when staying 
9055                 in background'. Format string error in Polish 
9056                 translation
9057         * src/gtk/description_window.c
9058         * src/prefs_template.c
9059                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
9060                 patch by Pawel
9061         * src/wizard.c
9062                 Maemo: Fix build
9063
9064 2008-01-08 [colin]      3.2.0cvs33
9065
9066         * src/main.c
9067                 Maemo: connect HW status change signal for shutdown
9068         * src/mainwindow.c
9069                 Maemo: Fix hardware space key
9070         * src/wizard.c
9071                 Maemo: name mmc1 and 2 a better name
9072
9073 2008-01-08 [wwp]        3.2.0cvs32
9074
9075         * src/folder.c
9076         * src/folder_item_prefs.c
9077         * src/folder_item_prefs.h
9078         * src/prefs_folder_item.c
9079                 It's now possible to disable processing rules when
9080                 entering a folder (this adds a new option to the
9081                 folder properties dialog).
9082
9083 2008-01-08 [wwp]        3.2.0cvs31
9084
9085         * src/common/utils.c
9086                 Mailto: now supports 'insert' (stands for 'insert file'), this
9087                 adds the ability to create a new message from the command-line,
9088                 with body set from an existing file contents.
9089
9090 2008-01-08 [colin]      3.2.0cvs30
9091
9092         * src/summaryview.c
9093                 Maybe fix bug 1452, 'crash while drag'n'droping 
9094                 emails to an IMAP folder'
9095
9096 2008-01-07 [wwp]        3.2.0cvs29
9097
9098         * src/prefs_filtering.c
9099                 Static-alize a function, thanks to Colin.
9100
9101 2008-01-07 [colin]      3.2.0cvs28
9102
9103         * src/folderview.c
9104                 Fix scrolling to bottom when drag and dropping
9105         * src/summaryview.c
9106                 Fix bug 1445, 'Display sender using addressbook: fails 
9107                 when From: isn't an email address'
9108
9109 2008-01-07 [wwp]        3.2.0cvs27
9110
9111         * src/prefs_actions.c
9112         * src/prefs_filtering.c
9113         * src/prefs_template.c
9114                 Add tooltips to most buttons in the templates, actions and
9115                 filtering/processing dialogs.
9116
9117 2008-01-07 [wwp]        3.2.0cvs26
9118
9119         * src/prefs_filtering.c
9120                  - add a clear button to clear dialog input fields
9121                  - add page up and page down buttons to move selected rule up and down
9122                  - in rules list popup-menu: added Delete, Delete all and Duplicate
9123                  - popup-menu items are greyed out either if the list is empty (not counting the
9124                    (New) row or if there is no selected item
9125                  - clear store when closing dialog
9126
9127         * src/prefs_actions.c
9128                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
9129                    clear button, popup-menu
9130                  - clear store when closing dialog
9131
9132         * src/prefs_template.c
9133                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
9134                    clear button, popup-menu 
9135
9136         * src/addrcustomattr.c
9137                  - renamed popup-menu item Clear list to Delete all
9138                  - grey out popup-menu items is there is no selected item or if list is empty
9139                  - clear store when closing dialog
9140
9141         * src/edittags.c
9142                  - added popup-menu item Delete all
9143                  - grey out popup-menu items is there is no selected item or if list is empty
9144                  - clear store when closing dialog
9145
9146 2008-01-06 [wwp]        3.2.0cvs25
9147
9148         * src/addressadd.c
9149                 One more layout fix by Pawel (completes 3.2.0cvs24).
9150
9151 2008-01-05 [colin]      3.2.0cvs24
9152
9153         * src/addressadd.c
9154                 Little GUI fixes, patch by Pawel
9155
9156 2007-12-29 [wwp]        3.2.0cvs23
9157
9158         * src/compose.c
9159                 Fix for bug #1443, and strip possible whitespaces around
9160                 custom header names.
9161
9162 2007-12-29 [mones]      3.2.0cvs22
9163
9164         * po/es.po
9165                 Updated translation, corrected a term based 
9166                 on suggestion from Israel Saeta P�rez,
9167                 reverted awful X-Mailer translation
9168         * src/procmime.c
9169                 Complete cvs20 for FreeBSD, patch by Pawel
9170
9171 2007-12-29 [colin]      3.2.0cvs21
9172
9173         * src/textview.c
9174                 Fix bug 1442, 'Tags are repeated in 
9175                 encapsulated messages'
9176
9177 2007-12-28 [colin]      3.2.0cvs20
9178
9179         * src/procmime.c
9180                 Fix path to mime/globs. Patch by Marten King.
9181
9182 2007-12-27 [colin]      3.2.0cvs19
9183
9184         * src/plugins/pgpcore/Makefile.am
9185         * src/plugins/pgpinline/Makefile.am
9186         * src/plugins/pgpmime/Makefile.am
9187                 Add missing flags to build pgp plugins on maemo
9188
9189 2007-12-27 [colin]      3.2.0cvs18
9190
9191         * src/mainwindow.c
9192                 Maximise before showing to avoid probable flickering
9193                 on slow computers.
9194
9195 2007-12-27 [colin]      3.2.0cvs17
9196
9197         * src/main.c
9198         * src/mainwindow.c
9199         * src/prefs_common.c
9200         * src/prefs_common.h
9201                 Fix bug 1439, 'Claws Mail does not remember window size 
9202                 state when restarted'. Save maximised state and force
9203                 maximisation at startup if applicable.
9204
9205 2007-12-23 [paul]       3.2.0cvs16
9206
9207         * src/prefs_matcher.c
9208                 fix bug 1436, 'Filter condition dialog doesn't
9209                 load header name from current rules'
9210
9211 2007-12-22 [paul]       3.2.0cvs15
9212
9213         * src/compose.c
9214                 fix bug 1435, 'Reply doesn't take into account
9215                 reply-to field'
9216
9217 2007-12-21 [paul]       3.2.0cvs14
9218
9219         * src/common/ssl_certificate.c
9220                 fix FreeBSD build with IPV6 support 
9221
9222 2007-12-20 [colin]      3.2.0cvs13
9223
9224         * src/imap.c
9225                 Fix error handling
9226
9227 2007-12-20 [colin]      3.2.0cvs12
9228
9229         * src/imap.c
9230         * src/imap.h
9231         * src/prefs_account.c
9232                 Add DIGEST-MD5 support for IMAP authentication
9233
9234 2007-12-19 [mones]      3.2.0cvs11
9235
9236         * doc/man/claws-mail.1
9237                 Better ordering of sections, updated options
9238         * po/es.po
9239                 Updated strings
9240
9241 2007-12-19 [paul]       3.2.0cvs10
9242
9243         * src/prefs_account.c
9244                 use a spinbutton instead of an entry for
9245                 "POP authentication timeout" also
9246
9247 2007-12-19 [colin]      3.2.0cvs9
9248
9249         * src/prefs_filtering_action.c
9250         * src/prefs_matcher.c
9251         * src/gtk/description_window.c
9252                 Destroy info windows with their parents
9253                 Patch by Pawel
9254
9255 2007-12-19 [colin]      3.2.0cvs8
9256
9257         * src/prefs_account.c
9258                 Use spinbuttons instead of entries where needed
9259                 Patch by Pawel
9260
9261 2007-12-18 [paul]       3.2.0cvs7
9262
9263         * src/prefs_matcher.c
9264                 add missing i18n for a few strings
9265                 Patch by Stephan Sachse
9266
9267 2007-12-18 [paul]       3.2.0cvs6
9268
9269         * src/prefs_logging.c
9270                 use 'disk' instead of 'disc'
9271
9272 2007-12-18 [paul]       3.2.0cvs5
9273
9274         * po/en_GB.po
9275                 updated
9276         * src/addrcustomattr.c
9277         * src/editaddress.c
9278                 fixes to the ingleesh
9279         * src/prefs_filtering_action.c
9280                 fix copyright header
9281                 fix untranslated strings
9282         * src/prefs_filtering_action.h
9283                 fix copyright header
9284
9285 2007-12-18 [wwp]        3.2.0cvs4
9286
9287         * src/folderview.c
9288         * src/headerview.c
9289         * src/prefs_common.c
9290         * src/prefs_common.h
9291         * src/prefs_fonts.c
9292         * src/summaryview.c
9293         * src/textview.c
9294         * src/wizard.c
9295         * src/common/defs.h
9296         * src/gtk/gtkutils.c
9297                 Added prefs to set custom small and bold fonts
9298                 (might matter on some desktops, according to
9299                 DPI and font settings).
9300
9301 2007-12-18 [colin]      3.2.0cvs3
9302
9303         * src/prefs_logging.c
9304                 Rework GUI, patch by Pawel
9305
9306 2007-12-18 [colin]      3.2.0cvs2
9307
9308         * src/prefs_filtering_action.c
9309                 Rework GUI, patch by Pawel
9310
9311 2007-12-18 [colin]      3.2.0cvs1
9312
9313         * src/editaddress.c
9314                 Fix build on old GCC
9315                 Fix inverted buttons
9316
9317 2007-12-17 [paul]       3.2.0
9318
9319         * NEWS
9320         * README
9321         * RELEASE_NOTES 
9322                 3.2.0 released
9323
9324 2007-12-17 [paul]       3.1.0cvs79
9325
9326         * po/de.po
9327         * po/fr.po
9328         * po/hu.po
9329         * po/it.po
9330         * po/pt_BR.po
9331                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
9332                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
9333
9334 2007-12-17 [mones]      3.1.0cvs78
9335
9336         * po/es.po
9337                 Updated Spanish translation for 3.2.0 release
9338
9339 2007-12-16 [colin]      3.1.0cvs77
9340
9341         * src/addrcustomattr.c
9342                 Fix translations, patch by Fabien
9343
9344 2007-12-15 [paul]       3.1.0cvs76
9345
9346         * src/folderview.c
9347                 fix compiler warning
9348
9349 2007-12-14 [colin]      3.1.0cvs75
9350
9351         * src/folderview.c
9352                 Simplify logic
9353
9354 2007-12-12 [wwp]        3.1.0cvs74
9355
9356         * AUTHORS
9357         * src/gtk/authors.h
9358                 Added Marius Glauser to the hall of fame.
9359
9360 2007-12-12 [wwp]        3.1.0cvs73
9361
9362         * src/gtk/gtkutils.c
9363                 Improve the way we show results of searches
9364                 in message bodies: selected text now get centered
9365                 vertically in the message window.
9366                 Patch by Marius Glauser <seelenhirt@gmx.net>.
9367
9368 2007-12-10 [colin]      3.1.0cvs72
9369
9370         * src/folder.c
9371                 Don't crash when setting batch mode on no folder
9372
9373 2007-12-10 [colin]      3.1.0cvs71
9374
9375         * src/common/utils.c
9376                 Fix potential buffer overrun (thanks to
9377                 Hiroyuki)
9378
9379 2007-12-08 [paul]       3.1.0cvs70
9380
9381         * src/prefs_receive.c
9382                 small change to the English
9383
9384 2007-12-08 [colin]      3.1.0cvs69
9385
9386         * src/vcard.c
9387                 Fix warnings
9388
9389 2007-12-07 [colin]      3.1.0cvs68
9390
9391         * src/mainwindow.c
9392         * src/summaryview.c
9393         * src/summaryview.h
9394                 Free simplify_subject_preg at exit
9395
9396 2007-12-07 [colin]      3.1.0cvs67
9397
9398         * src/main.c
9399         * src/summaryview.c
9400         * src/common/utils.c
9401         * src/common/utils.h
9402                 We have to free reused regexps from time to
9403                 time, or they get huge
9404
9405 2007-12-07 [colin]      3.1.0cvs66
9406
9407         * src/vcard.c
9408                 Fix QP decoding (and UTF8)
9409
9410 2007-12-07 [colin]      3.1.0cvs65
9411
9412         * src/addrcustomattr.c
9413                 Update list of default custom attributes
9414                 now (will be needed for a feature patch
9415                 post 3.2.0)
9416
9417 2007-12-07 [colin]      3.1.0cvs64
9418
9419         * src/folder.c
9420                 Batch on destination folder when copying - fixes
9421                 slowness when moving unread mails to trash on IMAP
9422
9423 2007-12-06 [colin]      3.1.0cvs63
9424
9425         * src/common/w32_time.c
9426         * src/common/w32lib.h
9427         * src/etpan/etpan-thread-manager.c
9428         * src/etpan/imap-thread.c
9429         * src/etpan/nntp-thread.c
9430         * src/gtk/Makefile.am
9431                 Fix win32 build with libetpan. Thanks to
9432                 Marcus Brinkmann.
9433
9434 2007-12-06 [colin]      3.1.0cvs62
9435
9436         * src/account.c
9437         * src/imap.c
9438         * src/prefs_account.c
9439         * src/prefs_account.h
9440         * src/etpan/imap-thread.c
9441         * src/etpan/imap-thread.h
9442                 Disable connection via command line on WIN32
9443                 Disable mmap use on WIN32 - use normal strings
9444         * src/addressbook.c
9445         * src/addressbook.h
9446         * src/addressbook_foldersel.c
9447         * src/addressbook_foldersel.h
9448         * src/prefs_filtering_action.c
9449         * src/prefs_matcher.c
9450         * src/plugins/bogofilter/bogofilter_gtk.c
9451         * src/plugins/dillo_viewer/dillo_prefs.c
9452         * src/plugins/spamassassin/spamassassin_gtk.c
9453                 Fix leak, rework function logics to be more
9454                 natural - thanks to Holger
9455         * src/common/utils.c
9456                 Fix warnings
9457
9458 2007-12-06 [colin]      3.1.0cvs61
9459
9460         * src/news.c
9461         * src/common/utils.c
9462         * src/common/utils.h
9463                 Fix posting, and fix UTF-8 being sent when encoding
9464                 is 8bit
9465
9466 2007-12-05 [colin]      3.1.0cvs60
9467
9468         * src/news.c
9469                 Fix debian bug #453157, 'Fails to post usenet
9470                 articles after NNTP connection has been 
9471                 interrupted". Fix return value to prevent deletion
9472                 on failure, and issue MODE READER in case posting
9473                 fails at first.
9474
9475 2007-12-05 [colin]      3.1.0cvs59
9476
9477         * src/messageview.c
9478         * src/uri_opener.c
9479                 Improvements to the List URIs dialog
9480                 Patch by Pawel
9481
9482 2007-12-05 [colin]      3.1.0cvs58
9483
9484         * src/prefs_other.c
9485         * src/gtk/gtksctree.h
9486                 Fix warnings
9487
9488 2007-12-04 [colin]      3.1.0cvs57
9489
9490         * src/etpan/imap-thread.c
9491                 Fix bug 1378, 'Claws exits on IMAP alert message'
9492                 Don't do GTK calls directly from Etpan thread
9493
9494 2007-12-04 [colin]      3.1.0cvs56
9495
9496         * src/folderview.c
9497         * src/gtk/gtksctree.c
9498                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
9499                 Make all the left of column zero an hotspot for
9500                 expanding.
9501
9502 2007-12-04 [colin]      3.1.0cvs55
9503
9504         * src/mainwindow.c
9505         * src/mainwindow.h
9506         * src/prefs_common.c
9507         * src/prefs_common.h
9508         * src/prefs_receive.c
9509                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
9510
9511 2007-12-04 [wwp]        3.1.0cvs54
9512
9513         * src/prefs_other.c
9514                 Fix for bug #1419.
9515
9516 2007-12-04 [holger]     3.1.0cvs53
9517
9518         * src/addrduplicates.c
9519         * src/addrduplicates.h
9520                 Export addressbook entry deletion
9521
9522 2007-12-04 [colin]      3.1.0cvs52
9523
9524         * tools/Makefile.am
9525         * tools/README.sylprint
9526         * tools/sylprint.pl
9527         * tools/sylprint.rc
9528                 Fix debian bug #454089 (symlink attack in TMP directory)
9529                 http://secwatch.org/advisories/1019661/ :
9530                 Remove the buggy script, which was unmaintained anyway
9531         * src/news.c
9532         * src/procmsg.c
9533                 Store things in our private tmp directory.
9534
9535 2007-12-03 [colin]      3.1.0cvs51
9536
9537         * src/folder.c
9538         * src/folder.h
9539         * src/folderview.c
9540         * src/imap.c
9541         * src/mainwindow.c
9542                 Fix update problem when getting remote tags
9543         * src/prefs_matcher.c
9544                 Rework GUI to make it better. Patch by Pawel
9545                 Pekala
9546
9547 2007-12-03 [colin]      3.1.0cvs50
9548
9549         * src/etpan/imap-thread.c
9550         * src/etpan/nntp-thread.c
9551                 Fix bug 1417, 'Network log doesn't reveal 
9552                 enough NNTP errors'
9553
9554 2007-12-02 [iwkse]      3.1.0cvs49
9555
9556         * src/plugins/dillo_viewer/dillo_prefs.c
9557                         Insert dillo under the Plugins menu
9558
9559 2007-12-01 [paul]       3.1.0cvs48
9560
9561         * src/html.c
9562                 add these variant forms
9563                 Thanks to Colin
9564
9565 2007-12-01 [paul]       3.1.0cvs47
9566
9567         * src/matcher.c
9568                 fix a typo
9569
9570 2007-12-01 [paul]       3.1.0cvs46
9571
9572         * po/POTFILES.in
9573                 add the new addrcustomattr.c file
9574
9575 2007-11-29 [colin]      3.1.0cvs45
9576
9577         * src/common/ssl_certificate.c
9578                 Use the more modern getaddrinfo instead of 
9579                 gethostbyname when possible
9580
9581 2007-11-28 [colin]      3.1.0cvs44
9582
9583         * src/summaryview.c
9584                 Maybe fix bug 1410 and other crash reports
9585                 in summaryview since cvs38.
9586
9587 2007-11-28 [wwp]        3.1.0cvs43
9588
9589         * src/prefs_summary_open.c
9590                 Guard against an empty list of actions to perform
9591                 when opening a folder (or migration defaults could
9592                 be introduced, confusing).
9593
9594 2007-11-28 [colin]      3.1.0cvs42
9595
9596         * src/folderview.c
9597                 Fix mark all read from folder's contextual menu
9598
9599 2007-11-27 [colin]      3.1.0cvs41
9600
9601         * src/imap.c
9602         * src/imap.h
9603         * src/imap_gtk.c
9604         * src/prefs_account.c
9605         * src/etpan/imap-thread.c
9606                 A few fixes to the IMAP flags handling: Optimisations,
9607                 two crashers, mention that Bandwitdh-efficient mode
9608                 prevents tag fetching.
9609                 Fix M-UTF7 in subscription dialog.
9610
9611 2007-11-27 [colin]      3.1.0cvs40
9612
9613         * src/folder.c
9614         * src/mbox.c
9615         * src/summaryview.c
9616                 Make filtering faster on flags change: Batch original 
9617                 folderitem, where we'll do flags/tags changes.
9618
9619 2007-11-27 [colin]      3.1.0cvs39
9620
9621         * src/filtering.c
9622                 Fix bug 1407, 'After a copy action, further rules apply 
9623                 to both original and copy'
9624
9625 2007-11-27 [colin]      3.1.0cvs38
9626
9627         * src/edittags.c
9628         * src/summaryview.c
9629                 Fixes races when doing a long operation and user
9630                 asks for another one (Mark all read/unread on a 
9631                 big folder on IMAP for example)
9632
9633 2007-11-27 [wwp]        3.1.0cvs37
9634
9635         * src/addressbook.c
9636         * src/prefs_common.c
9637                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
9638                 and 3.1.0cvs35 (addressbook.c).
9639
9640 2007-11-27 [holger]     3.1.0cvs36
9641
9642         * src/printing.c
9643                 Add a line separating header and body
9644                 in the printout
9645
9646 2007-11-27 [wwp]        3.1.0cvs35
9647
9648         * src/addressbook.c
9649                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
9650                 (thanks to Colin) and revert disabling of cut/copy
9651                 context menu entries upon selected groups.
9652
9653 2007-11-27 [holger]     3.1.0cvs34
9654
9655         * src/printing.c
9656                 Add weights to the list of supported text attributes
9657                 for printing
9658
9659 2007-11-27 [wwp]        3.1.0cvs33
9660
9661         * src/Makefile.am
9662         * src/addrcustomattr.c
9663         * src/addrcustomattr.h
9664         * src/addressbook.c
9665         * src/editaddress.c
9666         * src/editaddress.h
9667         * src/prefs_common.c
9668         * src/prefs_common.h
9669         * src/common/defs.h
9670                 Provide a (customizable) list of preset attribute names
9671                 for editing contacts (closes bug #1391).
9672
9673 2007-11-27 [wwp]        3.1.0cvs32
9674
9675         * src/addrclip.c
9676         * src/addressbook.c
9677         * src/addritem.c
9678                 Various fixes in the address book:
9679                         - made copy/move of a folder to itself or its subtree
9680                           impossible (-> error)
9681                         - errors messages don't show in the status bar anymore,
9682                           use alertpanels instead
9683                         - simple click on group doesn't open group edit dialog
9684                           anymore when in contact edit embedded mode (was too itchy)
9685                         - fixed disabling of edit button and and menu entry when
9686                           in contact edit embedded mode (was done in a bad and
9687                           ineffective way)
9688                         - fix menu cut/paste sensitivity in treelist context
9689                           menu (conflicting enabling was done by different functions)
9690                         - fix some menu item sensitivity in address list context menu
9691                         - don't allow cut/copy of groups, it's useless as they won't
9692                           be copied w/ their contents
9693                         - fix missing copy of the picture file when copying (bug #1402),
9694                           fix picture attribute (internal) value when moving or copying
9695
9696
9697 2007-11-27 [colin]      3.1.0cvs31
9698
9699         * src/folder.c
9700         * src/imap.c
9701                 Fix tags loss on move, fix space encoding
9702
9703 2007-11-26 [colin]      3.1.0cvs30
9704
9705         * src/edittags.c
9706         * src/folder.c
9707         * src/folder.h
9708         * src/imap.c
9709         * src/messageview.c
9710         * src/procmsg.c
9711         * src/procmsg.h
9712         * src/summaryview.c
9713         * src/common/utils.c
9714         * src/common/utils.h
9715         * src/etpan/imap-thread.c
9716         * src/etpan/imap-thread.h
9717                 Add IMAP tags support
9718
9719 2007-11-26 [colin]      3.1.0cvs29
9720
9721         * src/imap.c
9722                 Fix bug 1405, 'imap auto auth method doesn't 
9723                 work since 3.1.0'
9724
9725 2007-11-26 [colin]      3.1.0cvs28
9726
9727         * src/messageview.c
9728         * src/procmime.c
9729                 Handle broken disposition-notifications from Evolution
9730                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
9731
9732 2007-11-25 [paul]       3.1.0cvs27
9733
9734         * src/folder_item_prefs.c
9735         * src/folder_item_prefs.h
9736                 remove dead code
9737
9738 2007-11-23 [wwp]        3.1.0cvs26
9739
9740         * src/matcher.c
9741         * src/matcher.h
9742         * src/matcher_parser_parse.y
9743         * src/prefs_matcher.c
9744                 Fix irrelevant case folding when adding matcher condition 'test',
9745                 thanks to Colin.
9746
9747 2007-11-23 [wwp]        3.1.0cvs25
9748
9749         * src/prefs_common.c
9750         * src/prefs_common.h
9751         * src/prefs_summary_open.c
9752         * src/prefs_summary_open.h
9753         * src/summaryview.c
9754                 Add "select first email in list" to the list of possible selections
9755                 when opening a folder.
9756
9757 2007-11-23 [paul]       3.1.0cvs24
9758
9759         * po/de.po
9760                 a fix by Stephan Sachse, plus remove all
9761                 old strings from the end of the file
9762
9763 2007-11-23 [wwp]        3.1.0cvs23
9764
9765         * src/prefs_msg_colors.c
9766                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
9767                 with little changes.
9768
9769 2007-11-23 [paul]       3.1.0cvs22
9770
9771         * src/prefs_logging.c
9772                 eliminate wasted horizontal space
9773
9774 2007-11-23 [paul]       3.1.0cvs21
9775
9776         * src/prefs_summaries.c
9777                 don't wrap the label or put linebreaks
9778
9779 2007-11-22 [colin]      3.1.0cvs20
9780
9781         * src/plugins/pgpinline/pgpinline.c
9782                 Fix decryption
9783
9784 2007-11-22 [wwp]        3.1.0cvs19
9785
9786         * src/prefs_themes.c
9787                 Yet another misuse of get_rc_dir(), still related
9788                 to user themes. Completes 3.1.0cvs18.
9789
9790 2007-11-22 [wwp]        3.1.0cvs18
9791
9792         * src/stock_pixmap.c
9793                 Fix a misuse of get_rc_dir(), user themes dir was
9794                 not set properly and some themes might have disappeared
9795                 from themes list in prefs.
9796
9797 2007-11-22 [wwp]        3.1.0cvs17
9798
9799         * src/edittags.c
9800         * src/edittags.h
9801         * src/common/tags.c
9802         * src/common/tags.h
9803                 Correct copyright for these claws-mail-only brand new
9804                 files.
9805
9806 2007-11-22 [paul]       3.1.0cvs16
9807
9808         * src/compose.c
9809                 fix bug 1400, 'Drag and drop of URLs does not work'
9810                 Thanks to Colin
9811
9812 2007-11-22 [paul]       3.1.0cvs15
9813
9814         * src/prefs_common.c
9815                 make "cmds_use_system_default" default to FALSE
9816                 so as not to disrupt current settings
9817         * src/summaryview.c
9818                 increase the size of the GdkRectangle, tooltips
9819                 didn't show for me otherwise
9820
9821 2007-11-21 [colin]      3.1.0cvs14
9822
9823         * src/compose.c
9824         * src/crash.c
9825         * src/exphtmldlg.c
9826         * src/mainwindow.c
9827         * src/manual.c
9828         * src/mimeview.c
9829         * src/prefs_account.c
9830         * src/prefs_common.c
9831         * src/prefs_common.h
9832         * src/prefs_ext_prog.c
9833         * src/textview.c
9834         * src/uri_opener.c
9835         * src/gtk/about.c
9836         * src/gtk/gtkutils.c
9837                 Use xdg-open as a way to find default browser,
9838                 when available
9839
9840 2007-11-21 [colin]      3.1.0cvs13
9841
9842         * src/messageview.c
9843         * src/procmime.c
9844         * src/procmsg.h
9845                 Send better return receipts (useful ones)
9846                 Handle incoming return receipts
9847
9848 2007-11-20 [colin]      3.1.0cvs12
9849
9850         * src/printing.c
9851         * src/printing.h
9852                 Add getter/setter for settings, and getter
9853                 for page setup
9854
9855 2007-11-20 [colin]      3.1.0cvs11
9856
9857         * src/folderview.c
9858         * src/main.c
9859         * src/mainwindow.c
9860                 Fix bug 1396, 'Crash on disabling a filter 
9861                 while it is processing'
9862
9863 2007-11-20 [paul]       3.1.0cvs10
9864
9865         * src/folder.c
9866                 fix bug 1395, 'Crash on checking for new mails
9867                 while filter is running'
9868                 Thanks to Colin
9869
9870 2007-11-20 [paul]       3.1.0cvs9
9871
9872         * src/compose.c
9873                 make this string easier for translators
9874
9875 2007-11-19 [colin]      3.1.0cvs8
9876
9877         * src/prefs_summaries.c
9878         * src/summaryview.c
9879                 Don't enable more tooltips on Maemo
9880
9881 2007-11-19 [colin]      3.1.0cvs7
9882
9883         * src/prefs_common.c
9884         * src/prefs_common.h
9885         * src/prefs_summaries.c
9886         * src/summaryview.c
9887                 Fix bug 1388, 'message list tool tips'
9888                 Add (optional) tooltips in summaryview.
9889                 This only works with GTK+ >= 2.12
9890
9891 2007-11-19 [colin]      3.1.0cvs6
9892
9893         * src/compose.c
9894                 Make strings a bit better when attaching
9895                 from mailto: URIs
9896
9897 2007-11-19 [colin]      3.1.0cvs5
9898
9899         * src/common/utils.c
9900                 Fix bug 1392, 'Top level domain .EU is 
9901                 not recognised as valid'
9902
9903 2007-11-19 [wwp]        3.1.0cvs4
9904
9905         * src/compose.c
9906         * src/compose.h
9907                 Revert changes to compose.c made in 3.1.0cvs2.
9908
9909 2007-11-19 [wwp]        3.1.0cvs3
9910
9911         * src/addressbook.c
9912         * src/addressbook.h
9913         * src/editaddress.c
9914         * src/editgroup.c
9915         * src/addrduplicates.c
9916                 Minor improvements in the address book:
9917                 always accept new contacts provided that some
9918                 detail is set (instead of rejecting silently).
9919                 Better guessing of contact name from incomplete
9920                 name information. Better display of contacts with
9921                 no name, in contact lists, group contents, find
9922                 duplicate results.
9923                 
9924
9925 2007-11-19 [wwp]        3.1.0cvs2
9926
9927         * src/compose.c
9928         * src/compose.h
9929         * src/prefs_logging.c
9930         * src/prefs_summaries.c
9931                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
9932                 wrap some long label in prefs/summaries, layout checkboxes
9933                 in a more compact form in prefs/loggin, make account and
9934                 header's combos have the same size/spacing in compose
9935                 window.
9936
9937 2007-11-19 [wwp]        3.1.0cvs1
9938
9939         * src/edittags.c
9940                 Fix a tiny leak and duplicate variable.
9941
9942 2007-11-19 [paul]       3.1.0
9943
9944         * NEWS
9945         * README
9946         * RELEASE_NOTES 
9947                 3.1.0 released
9948
9949 2007-11-19 [paul]       3.0.2cvs145
9950
9951         * po/de.po
9952         * po/fi.po
9953         * po/fr.po
9954         * po/hu.po
9955         * po/it.po
9956         * po/pl.po
9957         * po/pt_BR.po
9958         * po/sk.po
9959         * po/zh_CN.po
9960                 updated by Stephan Sachse, Flammie Pirinen,
9961                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
9962                 Emil Nowak, Frederico Goncalves Guimaraes,
9963                 Andrej Kacian, and Ralph Young
9964
9965 2007-11-18 [mones]      3.0.2cvs144
9966
9967         * po/es.po
9968                 Updated Spanish translation
9969
9970 2007-11-18 [colin]      3.0.2cvs143
9971
9972         * src/edittags.c
9973                 Prevent empty tag after edit, thanks to wwp
9974
9975 2007-11-18 [colin]      3.0.2cvs142
9976
9977         * src/editaddress.c
9978                 Fix possible "(null)" %s - thanks to wwp
9979
9980 2007-11-16 [wwp]        3.0.2cvs141
9981
9982         * src/common/utils.c
9983                 Fix for 3.0.2cvs140, prevents from crashing when opening
9984                 a compose window.
9985
9986 2007-11-16 [colin]      3.0.2cvs140
9987
9988         * src/main.c
9989         * src/common/claws.c
9990                 Output a bit more useful info at startup
9991                 in --debug mode
9992
9993 2007-11-16 [colin]      3.0.2cvs139
9994
9995         * src/compose.c
9996         * src/common/utils.c
9997         * src/common/utils.h
9998                 Fix bug 1387, 'Request for --compose to 
9999                 support multiple attachments'
10000
10001 2007-11-16 [colin]      3.0.2cvs138
10002
10003         * src/news.c
10004                 Fix bug 1390, 'NNTP fails after server 
10005                 closed connection'
10006
10007 2007-11-16 [colin]      3.0.2cvs137
10008
10009         * src/prefs_display_header.c
10010                 Fix bug 1389, 'Changing 'Display headers 
10011                 in message view' breaks dispheaderrc'
10012
10013 2007-11-14 [colin]      3.0.2cvs136
10014
10015         * src/summaryview.c
10016         * src/gtk/quicksearch.c
10017         * src/gtk/quicksearch.h
10018                 Fix resetting the quicksearch when in non-sticky
10019                 mode, but Recursive is set: reset only when going
10020                 out of the root search folder.
10021
10022 2007-11-14 [colin]      3.0.2cvs135
10023
10024         * src/filtering.c
10025                 Don't set new flag back when doing "Mark as unread"
10026                 from filtering
10027
10028 2007-11-12 [paul]       3.0.2cvs134
10029
10030         * src/plugins/dillo_viewer/dillo_viewer.c
10031                 don't offer the mime type for translation
10032
10033 2007-11-12 [paul]
10034
10035         3.1.0-rc2 released
10036
10037 2007-11-11 [colin]      3.0.2cvs133
10038
10039         * src/imap_gtk.c
10040         * src/mh_gtk.c
10041                 Use markup-escaped strings in dialogs
10042
10043 2007-11-11 [colin]      3.0.2cvs132
10044
10045         * src/imap.c
10046                 Better IMAP-UTF7/UTF8 conversion
10047
10048 2007-11-10 [colin]      3.0.2cvs131
10049
10050         * src/news.c
10051                 Fix debian bug 450698, 'nntp auth behavior changed 
10052                 without notice'
10053
10054 2007-11-10 [colin]      3.0.2cvs130
10055
10056         * configure.ac
10057         * src/inc.c
10058         * src/main.c
10059         * src/main.h
10060         * src/mimeview.c
10061         * src/statusbar.c
10062         * src/common/utils.c
10063         * src/etpan/Makefile.am
10064         * src/gtk/filesel.c
10065         * src/gtk/gtkutils.h
10066         * src/gtk/menu.c
10067         * src/plugins/bogofilter/Makefile.am
10068         * src/plugins/clamav/Makefile.am
10069         * src/plugins/dillo_viewer/Makefile.am
10070         * src/plugins/pgpcore/Makefile.am
10071         * src/plugins/spamassassin/Makefile.am
10072         * src/plugins/trayicon/Makefile.am
10073                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
10074
10075 2007-11-09 [colin]      3.0.2cvs129
10076
10077         * src/addressbook.c
10078         * src/ldapupdate.c
10079                 fix bug 1375, 'Impossible to modify e-mail
10080                 in LDAP addressbook twice'; Try two. update
10081                 externalID, don't make display lag, and
10082                 fix the cases where dn is not mail.
10083
10084 2007-11-08 [paul]       3.0.2cvs128
10085
10086         * src/account.c
10087         * src/compose.c
10088         * src/messageview.c
10089         * src/prefs_account.c
10090         * src/prefs_account.h
10091                 reinstate 'Generate Message-ID' option as an
10092                 account preference. (hidden on IMAP)
10093                 Thanks to Colin
10094
10095 2007-11-08 [paul]       3.0.2cvs127
10096
10097         * src/textview.c
10098                 MAEMO: fix failure of loading images inline
10099                 MAEMO: fix bug 1349, 'Emails still skip to end
10100                 when opened (in certain circumstances)...'
10101
10102 2007-11-07 [colin]      3.0.2cvs126
10103
10104         * src/toolbar.c
10105                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
10106
10107 2007-11-07 [colin]      3.0.2cvs125
10108
10109         * src/toolbar.c
10110                 Re-change the string occurence of A_CLAWS_ACTIONS
10111                 to A_SYL_ACTIONS, to prevent parse errors of the
10112                 toolbar_*.xml files
10113
10114 2007-11-07 [colin]      3.0.2cvs124
10115
10116         * src/mimeview.c
10117         * src/prefs_common.c
10118         * src/prefs_common.h
10119         * manual/advanced.xml
10120                 Add an hidden pref, 'save_parts_readwrite';
10121                 completes 3.0.2cvs35
10122
10123 2007-11-07 [paul]       3.0.2cvs123
10124
10125         * src/prefs_toolbar.c
10126         * src/toolbar.c
10127         * src/toolbar.h
10128                 rename ToolbarSylpheedActions to ToolbarClawsActions
10129                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
10130
10131 2007-11-07 [paul]       3.0.2cvs122
10132
10133         * src/toolbar.c
10134                 MAEMO: remove tooltips
10135
10136 2007-11-07 [colin]      3.0.2cvs121
10137
10138         * src/plugins/pgpinline/pgpinline.c
10139                 Fix bug 1377, 'unspecific errors on 
10140                 signature checking'. Fix trimming of
10141                 UTF8 data.
10142
10143 2007-11-06 [iwkse]      3.0.2cvs120
10144
10145         * src/prefs_summary_open.c
10146                 yet a string change
10147
10148 2007-11-06 [paul]       3.0.2cvs119
10149
10150         * tools/Makefile.am
10151         * tools/README
10152         * tools/csv2addressbook.pl
10153                 add a new script that imports a CSV formatted
10154                 address book. Becky and Thunderbird address
10155                 book are currently supported.
10156
10157 2007-11-05 [colin]      3.0.2cvs118
10158
10159         * src/imap.c
10160                 Fix deletion 
10161
10162 2007-11-05 [iwkse]      3.0.2cvs117
10163
10164         * src/prefs_summary_open.c
10165                 String changes
10166
10167 2007-11-04 [paul]       3.0.2cvs116
10168
10169         * src/addressbook_foldersel.c
10170                 fix gtk critical warning
10171                 Patch by Pawel Pekala
10172
10173 2007-11-04 [paul]       3.0.2cvs115
10174
10175         * tools/README
10176         * tools/claws-mail-compose-insert-files.pl
10177                 add --bcc and uri_escape() everything
10178
10179 2007-11-04 [paul]       3.0.2cvs114
10180
10181         * src/gtk/gtkutils.c
10182                 gtkut_stock_with_text_button_set_create(): set
10183                 GTK_CAN_DEFAULT on buttons 2 and 3
10184
10185 2007-11-03 [paul]       3.0.2cvs113
10186
10187         * src/common/utils.c
10188                 fix debian bug #448814, 'mailto: URI decoding
10189                 desn't decode the destination address field'
10190                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
10191
10192 2007-11-03 [paul]       3.0.2cvs112
10193
10194         * AUTHORS
10195         * src/compose.c
10196         * src/gtk/authors.h
10197                 allow Bcc in commandline URIs
10198                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
10199
10200 2007-11-02 [colin]      3.0.2cvs111
10201
10202         * src/addressbook.c
10203                 Maybe fix bug 1376, 'crash on 
10204                 addressbook manipulation'
10205
10206 2007-10-31 [paul]       3.0.2cvs110
10207
10208         * src/ldapupdate.c
10209                 fix bug 1375, 'Impossible to modify e-mail
10210                 in LDAP addressbook twice'
10211                 Patch by Michael Rasmussen
10212
10213 2007-10-30 [paul]       3.0.2cvs109
10214
10215         * configure.ac
10216                 enable GnuTLS support with --enable-gnutls which
10217                 will disable openssl support. if the user has
10218                 gtk >= 2.10.x don't allow gnomeprint even if the
10219                 user asks for it
10220
10221 2007-10-30 [paul]
10222
10223         3.1.0-rc1 released
10224
10225 2007-10-30 [paul]       3.0.2cvs108
10226
10227         * Makefile.am
10228                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
10229
10230 2007-10-30 [paul]       3.0.2cvs107
10231
10232         * src/expldifdlg.c
10233         * src/prefs_account.c
10234         * src/prefs_folder_item.c
10235         * src/prefs_spelling.c
10236         * src/prefs_themes.c
10237         * src/wizard.c
10238         * src/gtk/gtkaspell.c
10239         * src/gtk/gtkaspell.h
10240         * src/plugins/spamassassin/spamassassin_gtk.c
10241                 replace deprecated gtk_option_menu...
10242                 patch by Pawel Pekala
10243
10244 2007-10-29 [colin]      3.0.2cvs106
10245
10246         * src/plugins/dillo_viewer/dillo_prefs.c
10247                 Fix forgotten signal connect
10248
10249 2007-10-28 [colin]      3.0.2cvs105
10250
10251         * src/plugins/dillo_viewer/dillo_prefs.c
10252         * src/plugins/dillo_viewer/dillo_prefs.h
10253         * src/plugins/dillo_viewer/dillo_viewer.c
10254                 Implement addressbook-based whitelisting for loading
10255                 remote images. Fixed missing destroy of the embedded
10256                 browser that made a Dillo window pop up on exit, if
10257                 an HTML part was displayed.
10258
10259 2007-10-26 [colin]      3.0.2cvs104
10260
10261         * src/edittags.c
10262                 Add missing static
10263
10264 2007-10-25 [colin]      3.0.2cvs103
10265
10266         * src/editaddress.c
10267                 Add tap-and-hold on the picture, for Maemo
10268         * src/edittags.c
10269         * src/edittags.h
10270         * src/mainwindow.c
10271         * src/procmsg.c
10272         * src/summaryview.c
10273         * src/textview.c
10274                 Unify tag interfaces.
10275
10276 2007-10-25 [colin]      3.0.2cvs102
10277
10278         * src/imap.c
10279         * src/etpan/imap-thread.h
10280                 Much better error handling. We'll need to be really
10281                 clear to users about where errors come from, with 
10282                 the apparition of Gmail's IMAP server.
10283
10284 2007-10-24 [colin]      3.0.2cvs101
10285
10286         * src/edittags.c
10287         * src/mainwindow.c
10288         * src/summaryview.c
10289         * src/textview.c
10290                 Add tags sorting (alphabetical); allow deletion of
10291                 tags from the Apply Tags window
10292
10293 2007-10-24 [colin]      3.0.2cvs100
10294
10295         * src/editaddress.c
10296         * src/editaddress_other_attributes_ldap.c
10297         * src/editaddress_other_attributes_ldap.h
10298         * src/ldapctrl.c
10299         * src/ldapquery.c
10300         * src/ldapupdate.c
10301                 Fix LDAP writing (got broken in cvs39)
10302                 Add read-only support for jpegPhoto LDAP field
10303
10304 2007-10-23 [colin]      3.0.2cvs99
10305
10306         * src/news.c
10307                 Fix crash in some cases
10308
10309 2007-10-22 [colin]      3.0.2cvs98
10310
10311         * src/common/socket.h
10312         * src/common/ssl.c
10313                 Fix big leak in GnuTLS code
10314
10315 2007-10-22 [colin]      3.0.2cvs97
10316
10317         * src/news.c
10318                 Fix bug 1368, 'SIGSEGV in NNTP code'
10319
10320 2007-10-22 [colin]      3.0.2cvs96
10321
10322         * src/prefs_customheader.c
10323                 Catch compface warnings when generating X-Faces
10324
10325 2007-10-22 [wwp]        3.0.2cvs95
10326
10327         * src/quote_fmt_parse.y
10328                 Remove accidentally committed debug traces.
10329                 Fix a warning.
10330
10331 2007-10-22 [colin]      3.0.2cvs94
10332
10333         * src/etpan/nntp-thread.c
10334                 Fix authentication
10335
10336 2007-10-19 [wwp]        3.0.2cvs93
10337
10338         * src/common/ssl_certificate.c
10339                 Add missing include (Windows).
10340
10341 2007-10-19 [colin]      3.0.2cvs92
10342
10343         * src/imap_gtk.c
10344         * src/mimeview.c
10345         * src/textview.c
10346         * src/gtk/inputdialog.c
10347         * src/gtk/inputdialog.h
10348                 Remove the last old combo; patch by
10349                 Pawel
10350
10351 2007-10-19 [colin]      3.0.2cvs91
10352
10353         * src/common/ssl.c
10354                 Fix interop problem with GnuTLS and some crappy
10355                 servers that have very little keys.
10356
10357 2007-10-19 [colin]      3.0.2cvs90
10358
10359         * src/common/ssl.c
10360                 Fix return value check on GnuTLS, and
10361                 display the error
10362
10363 2007-10-18 [colin]      3.0.2cvs89
10364
10365         * src/common/ssl_certificate.c
10366                 Fix missing initialisations
10367
10368 2007-10-18 [wwp]        3.0.2cvs88
10369
10370         * src/Makefile.am
10371                 Fix linking against GNUTLS (matters if --enable-gnutls only).
10372
10373 2007-10-18 [colin]      3.0.2cvs87
10374
10375         * po/POTFILES.in
10376                 Fix build
10377
10378 2007-10-18 [mones]      3.0.2cvs86
10379
10380         * src/editbook.c
10381         * src/import.c
10382         * src/prefs_account.c
10383         * src/prefs_receive.c
10384         * src/gtk/about.c
10385         * src/plugins/bogofilter/bogofilter_gtk.c
10386         * src/plugins/spamassassin/spamassassin_gtk.c
10387                 More capitalisation micro-fixes
10388
10389 2007-10-18 [paul]       3.0.2cvs85
10390
10391         * configure.ac
10392                 add info about NNTP support via libetpan
10393                 change the configure output ending msg a little
10394         * src/gtk/about.c
10395                 similar changes to above
10396
10397 2007-10-18 [colin]      3.0.2cvs84
10398
10399         * src/procmime.c
10400         * src/procmime.h
10401                 Fix missing symbol for S/MIME
10402
10403 2007-10-18 [colin]      3.0.2cvs83
10404
10405         * src/prefs_filtering_action.c
10406                 Fix crash in tags (introduced in cvs78)
10407
10408 2007-10-18 [colin]      3.0.2cvs82
10409
10410         * src/common/Makefile.am
10411         * src/common/nntp.c
10412         * src/common/nntp.h
10413         * src/etpan/Makefile.am
10414         * src/etpan/etpan-thread-manager-types.h
10415         * src/etpan/etpan-thread-manager.c
10416         * src/etpan/imap-thread.c
10417         * src/etpan/nntp-thread.c
10418         * src/etpan/nntp-thread.h
10419         * src/news.c
10420         * src/news.h
10421                 Rewrite the nntp implementation
10422                 to use libetpan. Non-blocking NNTP!
10423         * src/account.c
10424         * src/crash.c
10425         * src/imap.c
10426         * src/inc.c
10427         * src/main.c
10428         * src/mainwindow.c
10429         * src/pop.c
10430         * src/pop.h
10431         * src/prefs_account.c
10432         * src/recv.c
10433         * src/recv.h
10434         * src/send_message.c
10435         * src/send_message.h
10436         * src/ssl_manager.c
10437         * src/ssl_manager.h
10438         * src/wizard.c
10439         * src/common/claws.c
10440         * src/common/session.c
10441         * src/common/session.h
10442         * src/common/smtp.c
10443         * src/common/smtp.h
10444         * src/common/socket.c
10445         * src/common/socket.h
10446         * src/common/ssl.c
10447         * src/common/ssl.h
10448         * src/common/ssl_certificate.c
10449         * src/common/ssl_certificate.h
10450         * src/gtk/about.c
10451         * src/gtk/sslcertwindow.c
10452         * src/gtk/sslcertwindow.h
10453                 Implement GnuTLS support. GnuTLS support
10454                 will be used if OpenSSL isn't available, or
10455                 specified explicitely. (the reason is that
10456                 GnuTLS cerficate checking is a bit less 
10457                 practical than OpenSSL's)
10458
10459 2007-10-18 [paul]       3.0.2cvs81
10460
10461         * src/gtk/inputdialog.c
10462         * src/gtk/inputdialog.h
10463                 fix copyright header
10464
10465 2007-10-17 [colin]      3.0.2cvs80
10466
10467         * src/plugins/pgpcore/select-keys.c
10468                 Fix bug which prevented encryption key
10469                 auto-selection when two or more matched the
10470                 email address, but only one isn't revoked
10471                 or expired.
10472
10473 2007-10-17 [wwp]        3.0.2cvs79
10474
10475         * src/compose.c
10476         * src/quote_fmt.c
10477         * src/quote_fmt.h
10478         * src/quote_fmt_lex.l
10479         * src/quote_fmt_parse.y
10480                 Templates can now attach files using |attach{filename}.
10481
10482 2007-10-17 [wwp]        3.0.2cvs78
10483
10484         * src/prefs_customheader.c
10485         * src/prefs_ext_prog.c
10486         * src/prefs_filtering_action.c
10487         * src/prefs_matcher.c
10488         * src/prefs_other.c
10489         * src/prefs_toolbar.c
10490         * src/gtk/combobox.c
10491         * src/gtk/combobox.h
10492         * src/gtk/gtkutils.c
10493         * src/gtk/gtkutils.h
10494         * src/plugins/bogofilter/bogofilter_gtk.c
10495         * src/plugins/spamassassin/spamassassin_gtk.c
10496                 Removed almost all remaining instances of GtkCombo
10497                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
10498                 few visual and code cleanup from Colin.
10499
10500 2007-10-16 [wwp]        3.0.2cvs77
10501         * src/gtk/pluginwindow.c
10502                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
10503
10504 2007-10-15 [colin]      3.0.2cvs76
10505
10506         * src/edittags.c
10507         * src/edittags.h
10508         * src/filtering.c
10509         * src/filtering.h
10510         * src/importmutt.c
10511         * src/importpine.c
10512         * src/main.c
10513         * src/messageview.c
10514         * src/messageview.h
10515         * src/mimeview.c
10516         * src/mimeview.h
10517         * src/pop.c
10518         * src/pop.h
10519         * src/prefs_common.c
10520         * src/prefs_common.h
10521         * src/prefs_customheader.c
10522         * src/prefs_customheader.h
10523         * src/prefs_display_header.c
10524         * src/prefs_display_header.h
10525         * src/prefs_filtering_action.c
10526         * src/prefs_filtering_action.h
10527         * src/prefs_folder_column.c
10528         * src/prefs_folder_column.h
10529         * src/prefs_folder_item.c
10530         * src/prefs_folder_item.h
10531         * src/prefs_gtk.c
10532         * src/prefs_gtk.h
10533         * src/prefs_logging.h
10534         * src/prefs_matcher.c
10535         * src/prefs_matcher.h
10536         * src/prefs_summary_column.c
10537         * src/prefs_summary_column.h
10538         * src/prefs_summary_open.c
10539         * src/procheader.c
10540         * src/procheader.h
10541         * src/procmime.c
10542         * src/procmime.h
10543         * src/recv.c
10544         * src/recv.h
10545         * src/sourcewindow.c
10546         * src/sourcewindow.h
10547         * src/summaryview.c
10548         * src/summaryview.h
10549         * src/textview.c
10550         * src/textview.h
10551         * src/toolbar.c
10552         * src/toolbar.h
10553         * src/common/mgutils.c
10554         * src/common/mgutils.h
10555         * src/common/nntp.c
10556         * src/common/nntp.h
10557         * src/common/prefs.c
10558         * src/common/prefs.h
10559         * src/common/socket.c
10560         * src/common/socket.h
10561         * src/common/stringtable.c
10562         * src/common/stringtable.h
10563         * src/common/template.c
10564         * src/common/template.h
10565         * src/common/uuencode.c
10566         * src/common/uuencode.h
10567         * src/gtk/gtkshruler.c
10568         * src/gtk/gtkshruler.h
10569         * src/gtk/menu.c
10570         * src/gtk/menu.h
10571         * src/gtk/progressdialog.c
10572         * src/gtk/progressdialog.h
10573                 Remove/staticalize, the return of the revenge
10574
10575 2007-10-15 [colin]      3.0.2cvs75
10576
10577         * src/matcher.c
10578                 Fix redirections in filtering's tests
10579
10580 2007-10-15 [colin]      3.0.2cvs74
10581
10582         * src/imap.c
10583                 Don't build imap_synchronise at all when 
10584                 building without libetpan
10585
10586 2007-10-14 [colin]      3.0.2cvs73
10587
10588         * src/imap.c
10589         * src/common/md5.c
10590         * src/common/md5.h
10591         * src/gtk/manage_window.c
10592         * src/gtk/manage_window.h
10593                 Remove more unused code
10594
10595 2007-10-14 [colin]      3.0.2cvs72
10596
10597         * src/addrquery.c
10598         * src/addrquery.h
10599         * src/recv.c
10600         * src/recv.h
10601         * src/vcard.c
10602         * src/vcard.h
10603         * src/common/xml.c
10604         * src/common/xml.h
10605         * src/common/xmlprops.c
10606         * src/common/xmlprops.h
10607                 Remove more unused code
10608
10609 2007-10-14 [colin]      3.0.2cvs71
10610
10611         * src/common/utils.c
10612                 Remove unused function
10613
10614 2007-10-13 [colin]      3.0.2cvs70
10615
10616         * src/imap.c
10617         * src/imap.h
10618         * src/mainwindow.c
10619         * src/mainwindow.h
10620         * src/gtk/gtkutils.c
10621         * src/gtk/gtkutils.h
10622                 Staticalise/Remove more code
10623
10624 2007-10-13 [colin]      3.0.2cvs69
10625
10626         * src/common/utils.c
10627         * src/common/utils.h
10628                 Remove dead code, unused for ages
10629
10630 2007-10-13 [colin]      3.0.2cvs68
10631
10632         * src/main.c
10633         * src/main.h
10634                 Maemo: define hildon_program in main.c,
10635                 make it accessible in the .h with extern
10636
10637 2007-10-13 [paul]       3.0.2cvs67
10638
10639         * src/gtk/menu.c
10640                 fix a bunch of runtime warnings on maemo
10641
10642 2007-10-13 [paul]       3.0.2cvs66
10643
10644         * src/main.c
10645         * src/main.h
10646         * src/gtk/gtkutils.c
10647         * src/gtk/gtkutils.h
10648                 fix a bunch of compiler warnings on maemo
10649
10650 2007-10-12 [colin]      3.0.2cvs65
10651
10652         * src/account.c
10653         * src/addritem.c
10654         * src/addritem.h
10655         * src/filtering.c
10656         * src/filtering.h
10657         * src/folder.c
10658         * src/folder.h
10659         * src/common/utils.c
10660         * src/common/utils.h
10661                 Remove unused code, staticalise some functions
10662
10663 2007-10-12 [paul]       3.0.2cvs64
10664
10665         * src/account.c
10666         * src/folderview.c
10667         * src/main.c
10668         * src/mainwindow.c
10669         * src/messageview.c
10670         * src/summary_search.c
10671         * src/summaryview.c
10672         * src/toolbar.c
10673         * src/wizard.c
10674         * src/common/utils.c
10675         * src/gtk/prefswindow.c
10676                 fix a bunch of compiler warnings on maemo
10677
10678 2007-10-11 [colin]      3.0.2cvs63
10679
10680         * src/editaddress.c
10681                 Make static function static
10682
10683 2007-10-11 [mones]      3.0.2cvs62
10684
10685         * src/addrduplicates.c
10686         * src/addressbook.c
10687         * src/compose.c
10688         * src/expldifdlg.c
10689         * src/mainwindow.c
10690         * src/messageview.c
10691         * src/pop.c
10692         * src/prefs_customheader.c
10693         * src/prefs_send.c
10694         * src/prefs_themes.c
10695         * src/common/plugin.c
10696         * src/gtk/pluginwindow.c
10697         * src/gtk/quicksearch.c
10698                 Fix several typos and capitalisation issues
10699
10700 2007-10-11 [wwp]        3.0.2cvs61
10701
10702         * src/editaddress.c
10703                 Fix a warning about possible use of uninitialized
10704                 filename var.
10705
10706 2007-10-11 [wwp]        3.0.2cvs60
10707
10708         * src/editaddress.c
10709                 Disable "Unset picture" menu item when there's
10710                 no picture to clear. Fix an extraneous g_unref_object,
10711                 add missing initializers.
10712
10713 2007-10-11 [wwp]        3.0.2cvs59
10714
10715         * src/pixmaps/anonymous.xpm
10716         * src/editaddress.c
10717         * src/Makefile.am
10718         * src/stock_pixmap.c
10719         * src/stock_pixmap.h
10720                 Fix a leak, gettext-ize the photo label.
10721                 Don't clear the existing picture if loading
10722                 a new one fails. Use a default 'anonymous'
10723                 picture (this new xpm has been added to the
10724                 internal stock_pixmap API). Add a
10725                 "Set picture" context menu entry.
10726
10727 2007-10-11 [colin]      3.0.2cvs58
10728
10729         * src/messageview.c
10730                 Make shift-shortcuts work
10731         * src/prefs_actions.c
10732                 Don't ask if we really want to close when
10733                 choosing OK and only the list is changed
10734         * src/prefs_template.c
10735                 Don't ask if we really want to close when
10736                 choosing OK and only the list is changed
10737         * src/common/plugin.c
10738                 Fix writing of second [Plugins_*] block
10739         * src/common/template.c
10740                 Remove unused files (fixes deletion)
10741
10742 2007-10-10 [paul]       3.0.2cvs57
10743
10744         * src/prefs_template.c
10745                 put the whole thing in a scrolled window
10746                 so that half the page is no longer inaccessible
10747                 on maemo
10748                 make the gtk_text_view smaller on maemo
10749
10750 2007-10-10 [colin]      3.0.2cvs56
10751
10752         * src/compose.c
10753                 Fix updating of Attachments number in some
10754                 cases (reedit, attach from command-line, ...)
10755
10756 2007-10-10 [colin]      3.0.2cvs55
10757
10758         * src/editaddress.c
10759                 Initialise error correctly
10760
10761 2007-10-10 [paul]       3.0.2cvs54
10762
10763         * src/prefs_filtering_action.c
10764         * src/gtk/description_window.c
10765         * src/gtk/foldersort.c
10766         * src/gtk/quicksearch.c
10767                 get rid of some pointless new lines and
10768                 make the descripton labels wrap better
10769
10770 2007-10-10 [colin]      3.0.2cvs53
10771
10772         * src/addressadd.c
10773         * src/editaddress.c
10774         * src/headerview.c
10775         * src/textview.c
10776                 More error handling on saving pictures
10777
10778 2007-10-10 [colin]      3.0.2cvs52
10779
10780         * src/printing.c
10781         * src/printing.h
10782                 Generalize a bit printing, so we can factorize
10783                 most of the code. 
10784
10785 2007-10-10 [paul]       3.0.2cvs51
10786
10787         * src/addrduplicates.c
10788                 fix engrish
10789                 use GTK_STOCK... buttons
10790
10791 2007-10-10 [paul]       3.0.2cvs50
10792
10793         * src/addressadd.c
10794         * src/addrindex.c
10795         * src/editaddress.c
10796                 Fix previous patch
10797                 Thanks to Colin
10798
10799 2007-10-10 [paul]       3.0.2cvs49
10800
10801         * src/summaryview.c
10802         * src/messageview.c
10803                 Fix crash on Add sender to addressbook when
10804                 From is null
10805         * src/addressadd.c
10806         * src/addrindex.c
10807         * src/editaddress.c
10808         * src/editaddress_other_attributes_ldap.h
10809                 Fix leaks 
10810                 Rename images to .png in addrbook/
10811         * src/headerview.c
10812         * src/textview.c
10813                 Fix Face/X-Face being used if adding another
10814                 address than sender to addressbook
10815                 Thanks to Colin
10816
10817 2007-10-10 [holger]     3.0.2cvs48
10818
10819         * src/addrduplicates.c
10820         * src/editaddress.c
10821                 Improvements to the addressbook duplicate finder
10822                 feature:
10823                  - add an edit button to the button bar
10824                  - display the whole bookname (with iface) and
10825                    use this for same-book checking
10826                  - after editing, try to keep selections if the
10827                    entries are still present
10828                  - sort the email column alphabetically
10829                  - put results in a scrolled window
10830                  - support embedded editing
10831                  - make columns in detail view resizable
10832                  - add keyboard shortcuts
10833
10834 2007-10-10 [wwp]        3.0.2cvs47
10835
10836         * src/addrindex.c
10837                 Fix a crash when there's no From: in email, thanks to Colin.
10838
10839 2007-10-09 [paul]       3.0.2cvs46
10840
10841         * src/messageview.c
10842         * src/summaryview.c
10843         * src/textview.c
10844                 fix building without compface support
10845
10846 2007-10-09 [colin]      3.0.2cvs45
10847
10848         * src/editaddress.c
10849         * src/headerview.c
10850         * src/textview.c
10851                 Add error handling
10852
10853 2007-10-09 [colin]      3.0.2cvs44
10854
10855         * src/addrduplicates.c
10856         * src/addressadd.c
10857         * src/addressadd.h
10858         * src/addressbook.c
10859         * src/addressbook.h
10860         * src/addrindex.c
10861         * src/addrindex.h
10862         * src/addritem.c
10863         * src/addritem.h
10864         * src/compose.c
10865         * src/editaddress.c
10866         * src/editaddress_other_attributes_ldap.h
10867         * src/headerview.c
10868         * src/messageview.c
10869         * src/mimeview.c
10870         * src/summaryview.c
10871         * src/textview.c
10872         * src/gtk/gtkutils.c
10873                 Automatically set contacts' pictures from Face 
10874                 or X-Face if they have no picture
10875                 Display the contact picture in textview or
10876                 headerview for mails sent by people in the 
10877                 addressbook, that have no Face or X-Face
10878                 Fix a few details in the Person edition dialog
10879                 (ability to unset picture)
10880                 Remove picture file when deleting contacts
10881
10882 2007-10-09 [iwkse]      3.0.2cvs43
10883
10884         * src/gtk/about.c
10885                 center the about window
10886
10887 2007-10-09 [paul]       3.0.2cvs42
10888
10889         * src/prefs_toolbar.c
10890                 fix icon selector window on maemo
10891
10892 2007-10-09 [paul]       3.0.2cvs41
10893
10894         * src/messageview.c
10895                 add 'go to' menu to separate msgview
10896
10897 2007-10-09 [colin]      3.0.2cvs40
10898
10899         * src/common/defs.h
10900                 Add forgotten file
10901
10902 2007-10-09 [iwkse]      3.0.2cvs39
10903
10904         * Makefile.am
10905         * src/addressbook.c
10906         * src/addritem.c
10907         * src/addritem.h
10908         * src/editaddress.c
10909         * src/editaddress_other_attributes_ldap.h
10910         * src/addrbook.c
10911         * src/Makefile.am
10912                 set a photo in the Addressbook
10913
10914 2007-10-08 [colin]      3.0.2cvs38
10915
10916         * src/prefs_toolbar.c
10917                 Make height 320 to remove the scrollbar 
10918                 (with current number of icons)
10919
10920 2007-10-08 [colin]      3.0.2cvs37
10921
10922         * src/prefs_toolbar.c
10923                 Transform the treeview to a GtkIconView.
10924                 Patch by Pawel
10925                 In addition, transform the window so that 
10926                 it looks like a popup menu. Patch by me
10927
10928 2007-10-08 [colin]      3.0.2cvs36
10929
10930         * src/compose.c
10931         * src/compose.h
10932                 Beautify the GUI a bit; in particular, show the
10933                 number of attachments in the tab's title.
10934                 Patch by Pawel
10935
10936 2007-10-08 [paul]       3.0.2cvs35
10937
10938         * src/mimeview.c
10939                 Save users from themselves: save temporary
10940                 files used for Open/Open with as read-only.
10941                 Thanks to Colin
10942
10943 2007-10-08 [paul]       3.0.2cvs34
10944
10945         * tools/Makefile.am
10946                 forgot this in cvs33
10947
10948 2007-10-08 [paul]       3.0.2cvs33
10949
10950         * tools/kdeservicemenu/README
10951         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
10952         * tools/kdeservicemenu/install.sh
10953         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
10954                 renamed template* to *template so as not to confuse
10955                 lintian
10956
10957 2007-10-08 [paul]       3.0.2cvs32
10958
10959         * src/prefs_themes.c
10960         * src/stock_pixmap.c
10961                 replace 2 direct uses of RC_DIR
10962
10963 2007-10-07 [colin]      3.0.2cvs31
10964
10965         * src/addrduplicates.c
10966         * src/addrduplicates.h
10967         * src/addressbook.c
10968         * src/addressbook.h
10969         * src/addrindex.c
10970         * src/addrindex.h
10971                 Implement deletion in duplicate finder. 
10972                 Patch by Holger 
10973
10974 2007-10-07 [colin]      3.0.2cvs30
10975
10976         * src/exporthtml.c
10977         * src/mbox.c
10978         * src/common/utils.c
10979                 Better fix for Solaris, thanks to Nicolas Doualot
10980
10981 2007-10-07 [colin]      3.0.2cvs29
10982
10983         * AUTHORS
10984         * src/gtk/authors.h
10985                 Add Frank Dietrich
10986
10987 2007-10-07 [colin]      3.0.2cvs28
10988
10989         * src/exporthtml.c
10990                 Fix HTML export to make it more compliant
10991                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
10992
10993 2007-10-07 [colin]      3.0.2cvs27
10994
10995         * src/prefs_toolbar.c
10996                 Only use icons that wouldn't look stupid in the toolbar
10997                 Patch by Pawel
10998
10999 2007-10-07 [colin]      3.0.2cvs26
11000
11001         * src/prefs_toolbar.c
11002                 Fix old icon being used when none is selected
11003
11004 2007-10-07 [colin]      3.0.2cvs25
11005
11006         * src/toolbar.c
11007                 Fix copy/paste error
11008
11009 2007-10-07 [colin]      3.0.2cvs24
11010
11011         * src/prefs_toolbar.c
11012         * src/toolbar.c
11013         * src/toolbar.h
11014                 Update icon to default one when changing event
11015                 Make the icon chooser nicer (handle Esc, Enter,
11016                 double-click)
11017
11018 2007-10-06 [colin]      3.0.2cvs23
11019
11020         * src/prefs_toolbar.c
11021                 Fix text reset; patch by Pawel
11022
11023 2007-10-06 [colin]      3.0.2cvs22
11024
11025         * src/toolbar.h
11026                 Complete previous commit
11027
11028 2007-10-06 [colin]      3.0.2cvs21
11029
11030         * src/prefs_toolbar.c
11031         * src/toolbar.c
11032                 Set toolbar text automatically to the default
11033                 when changing Event executed on click
11034
11035 2007-10-06 [colin]      3.0.2cvs20
11036
11037         * src/prefs_toolbar.c
11038                 Invert Text and Event fields
11039
11040 2007-10-06 [colin]      3.0.2cvs19
11041
11042         * src/prefs_toolbar.c
11043         * src/toolbar.c
11044                 Make toolbar prefs look much better
11045                 Patch by Pawel Pekala
11046
11047 2007-10-06 [paul]       3.0.2cvs18
11048
11049         * src/account.c
11050         * src/prefs_filtering.c
11051                 fix checkbuttons in gtktreeview on maemo by
11052                 setting maemo's "allow-checkbox-mode" to FALSE
11053
11054 2007-10-06 [colin]      3.0.2cvs17
11055
11056         * configure.ac
11057                 Export -DSOLARIS in CFLAGS for all
11058                 Solaris (not just 2.8) and OpenSolaris
11059
11060 2007-10-06 [paul]       3.0.2cvs16
11061
11062         * AUTHORS
11063         * src/exporthtml.c
11064         * src/mbox.c
11065         * src/gtk/authors.h
11066                 fix build on solaris where ctime_r takes
11067                 3 arguments rather than 2.
11068                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
11069
11070 2007-10-05 [colin]      3.0.2cvs15
11071
11072         * src/etpan/imap-thread.c
11073                 Fix wrong error codepath
11074
11075 2007-10-05 [wwp]        3.0.2cvs14
11076
11077         * src/filtering.c
11078                 Fix unexpected logging of quicksearches:
11079                 debug_filtering_session flag was never reset to FALSE, causing
11080                 matcher functions to log when called from a quicksearch
11081                 (if a filtering session happened before).
11082
11083 2007-10-05 [paul]       3.0.2cvs13
11084
11085         * src/prefs_actions.c
11086         * src/prefs_filtering.c
11087         * src/prefs_template.c
11088                 fix bug 1343, 'Filtering..'s close button
11089                 silently discards new filter'
11090                 Thanks to Colin
11091
11092 2007-10-05 [paul]       3.0.2cvs12
11093
11094         * configure.ac
11095         * src/Makefile.am
11096                 fix bug 1347, '-Wno-unused-function, optional'
11097
11098 2007-10-05 [colin]      3.0.2cvs11
11099
11100         * src/procmime.c
11101         * src/common/mgutils.c
11102                 Fix warnings
11103
11104 2007-10-05 [mones]      3.0.2cvs10
11105
11106         * manual/advanced.xml
11107                 Use full menu name
11108         * manual/es/advanced.xml
11109                 Synchronise translation
11110
11111 2007-10-04 [colin]      3.0.2cvs9
11112
11113         * src/action.c
11114         * src/addrbook.c
11115         * src/addrindex.c
11116         * src/compose.c
11117         * src/exporthtml.c
11118         * src/exportldif.c
11119         * src/folder.c
11120         * src/main.c
11121         * src/matcher.c
11122         * src/mbox.c
11123         * src/messageview.c
11124         * src/mh.c
11125         * src/news.c
11126         * src/partial_download.c
11127         * src/pop.c
11128         * src/procmime.c
11129         * src/procmsg.c
11130         * src/toolbar.c
11131         * src/common/log.c
11132         * src/common/mgutils.c
11133         * src/common/plugin.c
11134         * src/common/utils.c
11135         * src/common/xml.c
11136         * src/common/xml.h
11137         * src/common/xmlprops.c
11138         * src/common/xmlprops.h
11139         * src/plugins/bogofilter/bogofilter.c
11140         * src/plugins/clamav/clamav_plugin.c
11141         * src/plugins/dillo_viewer/dillo_prefs.c
11142         * src/plugins/pgpcore/prefs_gpg.c
11143         * src/plugins/pgpinline/pgpinline.c
11144         * src/plugins/pgpmime/pgpmime.c
11145         * src/plugins/spamassassin/spamassassin.c
11146         * src/plugins/trayicon/trayicon_prefs.c
11147                 Verify success on writes. Will fix possible strange
11148                 failure on disk full.
11149
11150 2007-10-04 [paul]       3.0.2cvs8
11151
11152         * manual/advanced.xml
11153                 add further info about Actions
11154                 Patch by Emmanuel Briot <briot@adacore.com>
11155
11156 2007-10-04 [paul]       3.0.2cvs7
11157
11158         * src/account.c
11159                 remove the D column, instead indicate the
11160                 default account by use of bold text
11161
11162 2007-10-03 [colin]      3.0.2cvs6
11163
11164         * src/common/template.c
11165                 Fix templates writing (was prone to disk full problems)
11166
11167 2007-10-03 [colin]      3.0.2cvs5
11168
11169         * src/Makefile.am
11170         * src/addrduplicates.c
11171         * src/addrduplicates.h
11172         * src/addressbook.c
11173                 Add duplicate deletion. Patch by Holger
11174
11175 2007-10-03 [colin]      3.0.2cvs4
11176
11177         * src/matcher.c
11178         * src/gtk/quicksearch.c
11179                 Fix bug 1340, 'Case insensitive searches with 
11180                 non-ascii alphabets fail'.
11181
11182 2007-10-03 [colin]      3.0.2cvs3
11183
11184         * src/main.c
11185         * src/common/utils.c
11186         * src/common/utils.h
11187                 Implement run-time alternative config directories
11188
11189 2007-10-03 [colin]      3.0.2cvs2
11190
11191         * src/folderview.c
11192                 Prevent opening folder item while folder
11193                 is scanned in a better way
11194
11195 2007-10-02 [paul]       3.0.2cvs1
11196
11197         * NEWS
11198         * README
11199         * RELEASE_NOTES
11200         * configure.ac
11201                 bump up version number following stable release
11202
11203 2007-09-30 [colin]      3.0.1cvs49
11204
11205         * src/imap.c
11206                 Refresh session if needed
11207
11208 2007-09-30 [colin]      3.0.1cvs48
11209
11210         * src/imap.c
11211                 Reset folder's session to NULL
11212                 before destroying it
11213
11214 2007-09-30 [mones]      3.0.1cvs47
11215
11216         * manual/handling.xml
11217                 Use markup quotes instead hardcoded quotes
11218         * manual/es/handling.xml
11219                 Added new synced section (IMAP subscriptions)
11220
11221 2007-09-29 [colin]      3.0.1cvs46
11222
11223         * src/imap.c
11224                 Notice disconnections faster
11225
11226 2007-09-28 [colin]      3.0.1cvs45
11227
11228         * src/addressbook.c
11229         * src/addrindex.c
11230                 Fix warnings
11231
11232 2007-09-28 [paul]       3.0.1cvs44
11233
11234         * src/mimeview.c
11235                 fix maemo build
11236
11237 2007-09-28 [paul]       3.0.1cvs43
11238
11239         * src/account.c
11240                 use gtk_widget_set_size_request() on the label
11241                 so that wrapping works better. get rid of the
11242                 (partially deprecated) hbutton_box.
11243                 these changes should prevent buttons overlapping
11244                 on maemo
11245
11246 2007-09-28 [colin]      3.0.1cvs42
11247
11248         * src/pop.c
11249                 Fix typo :)
11250
11251 2007-09-28 [colin]      3.0.1cvs41
11252
11253         * src/compose.c
11254         * src/msgcache.c
11255         * src/pop.c
11256         * src/procmime.c
11257         * src/etpan/imap-thread.c
11258                 64bits-related warning fixes
11259
11260 2007-09-28 [colin]      3.0.1cvs40
11261
11262         * src/folder_item_prefs.c
11263         * src/ldaputil.c
11264         * src/mainwindow.c
11265         * src/mimeview.c
11266         * src/common/tags.c
11267                 Fix warnings
11268
11269 2007-09-28 [colin]      3.0.1cvs39
11270
11271         * src/plugins/spamassassin/spamassassin.c
11272         * src/plugins/spamassassin/spamassassin.h
11273         * src/plugins/spamassassin/spamassassin_gtk.c
11274                 Add addressbook-based whitelisting
11275
11276 2007-09-28 [colin]      3.0.1cvs38
11277
11278         * src/folder.c
11279                 Fix bug 1337, 'crash on pressing Send button'
11280
11281 2007-09-28 [paul]       3.0.1cvs37
11282
11283         * src/prefs_folder_item.c
11284                 give the orphans a parent. makes all prefs
11285                 pages visible on maemo
11286
11287 2007-09-28 [colin]      3.0.1cvs36
11288
11289         * src/prefs_folder_column.c
11290         * src/prefs_summary_column.c
11291                 Fix two leaks
11292
11293 2007-09-27 [colin]      3.0.1cvs35
11294
11295         * src/gtk/quicksearch.c
11296                 Fix bug 1336, 'Segfault if empty space before search-string'
11297
11298 2007-09-26 [mones]      3.0.1cvs34
11299
11300         * manual/account.xml
11301         * manual/plugins.xml
11302                 Fixed irc channel name, added some docbook markup.
11303                 Changed text markup to docbook markup. 
11304                 Added spamcop as supported in SpamReport description.
11305         * manual/fr/plugins.xml
11306                 Fixed irc channel name.
11307         * manual/es/account.xml
11308         * manual/es/advanced.xml
11309         * manual/es/claws-mail-manual.xml
11310         * manual/es/glossary.xml
11311         * manual/es/gpl.xml
11312         * manual/es/keyboard.xml
11313         * manual/es/plugins.xml
11314                 Synced with English version, fixed a couple of typos.
11315
11316 2007-09-26 [colin]      3.0.1cvs33
11317
11318         * configure.ac
11319                 Explain why "Libgnomeprint: no" on GTK+ 2.10
11320
11321 2007-09-26 [colin]      3.0.1cvs32
11322
11323         * src/messageview.c
11324         * src/procmsg.c
11325         * src/procmsg.h
11326                 Optimisation: avoid fetching mail 3 times locally
11327                 for displaying
11328
11329 2007-09-26 [colin]      3.0.1cvs31
11330
11331         * src/mh.c
11332                 Fix missing static
11333
11334 2007-09-26 [colin]      3.0.1cvs30
11335
11336         * src/folder.c
11337         * src/folder.h
11338         * src/mh.c
11339         * src/mh.h
11340                 Fix MH mtime hack - make it a folder class function
11341
11342 2007-09-26 [colin]      3.0.1cvs29
11343
11344         * src/inc.c
11345                 Fix bug 1334, 'user defined mail incorporation 
11346                 script not run'
11347
11348 2007-09-25 [colin]      3.0.1cvs28
11349
11350         * src/codeconv.c
11351                 Optimisation: shortcut conv_codeset_strdup
11352                 when src_code and dest_code are the same
11353         * src/common/xml.c
11354         * src/common/xml.h
11355                 Optimisation: shortcut code conversions when
11356                 files are in UTF-8; faster list walking by
11357                 using prepend/reverse.
11358
11359 2007-09-25 [holger]     3.0.1cvs27
11360
11361         * src/printing.c
11362                 Replace button bar of the preview window
11363                 with a real toolbar (patch by Colin)
11364                 Add zooming to the preview window
11365
11366 2007-09-24 [paul]       3.0.1cvs26
11367
11368         * src/compose.c
11369                 compact the character set menu, adding some
11370                 missing encodings. Patch by Pawel Pekala
11371
11372 2007-09-23 [paul]       3.0.1cvs25
11373
11374         * src/prefs_account.c
11375         * src/prefs_folder_item.c
11376         * src/prefs_quote.c
11377         * src/quote_fmt.c
11378         * src/quote_fmt.h
11379                 remove unnecessary frame from Templates options
11380                 and improve the English of the check button label
11381
11382 2007-09-22 [colin]      3.0.1cvs24
11383
11384         * src/gtk/quicksearch.c
11385                 Fix bug 1329, 'error in quicksearch.c'
11386                 Fix return with value in function returning void
11387
11388 2007-09-22 [colin]      3.0.1cvs23
11389
11390         * src/imap.c
11391         * src/procmsg.h
11392         * src/common/utils.c
11393         * src/common/utils.h
11394         * src/etpan/imap-thread.c
11395                 Optimise fetching IMAP cached emails *a lot*
11396                 (remember whether mail is fully cached and \r's
11397                  are already stripped)
11398
11399 2007-09-22 [colin]      3.0.1cvs22
11400
11401         * src/folder.c
11402         * src/folder.h
11403         * src/prefs_folder_item.c
11404                 Add a button to allow users to drop local caches.
11405
11406 2007-09-21 [colin]      3.0.1cvs21
11407
11408         * src/summaryview.c
11409                 Remove unnecessary error when cancelling export to mbox.
11410                 Patch by Pawel
11411
11412 2007-09-21 [paul]       3.0.1cvs20
11413
11414         * src/gtk/prefswindow.c
11415                 remove unnecessary frames from the prefs
11416                 pages. Patch by Pawel Pekala
11417
11418 2007-09-21 [paul]       3.0.1cvs19
11419
11420         * src/prefs_account.c
11421         * src/prefs_folder_item.c
11422         * src/prefs_quote.c
11423         * src/quote_fmt.c
11424                 put the Templates options into a tabbed
11425                 layout. Patch by Pawel Pekala
11426
11427 2007-09-21 [paul]       3.0.1cvs18
11428
11429         * src/mainwindow.c
11430                 group together the character set menu items
11431                 move the /View/Show or hide/Message view below
11432                 .../Toolbar menu item
11433                 Patch by Pawel Pekala
11434
11435 2007-09-21 [mones]      3.0.1cvs17
11436
11437         * src/compose.c
11438                 Fix for bug 1327, 'segfault when replying to a non-existent
11439                 news message', thanks to Colin.
11440
11441 2007-09-21 [colin]      3.0.1cvs16
11442
11443         * src/folderview.c
11444                 Complete 3.0.1cvs15
11445
11446 2007-09-20 [colin]      3.0.1cvs15
11447
11448         * src/folderview.c
11449         * src/folderview.h
11450                 Maybe fix bug 1324, 'Corrupted IMAP cache'
11451
11452 2007-09-20 [colin]      3.0.1cvs14
11453
11454         * src/printing.c
11455                 Fix a little leak
11456
11457 2007-09-20 [holger]     3.0.1cvs13
11458
11459         * src/printing.c
11460                 Add page layout to print preview.
11461                 Make the close-button in the toolbar
11462                 right-aligned.
11463
11464 2007-09-20 [paul]       3.0.1cvs12
11465
11466         * po/ru.po
11467                 updated by Pavlo Bohmat
11468
11469 2007-09-19 [colin]      3.0.1cvs11
11470
11471         * src/common/utils.c
11472                 Prevent unquoted mime boundaries, by always
11473                 using a /
11474
11475 2007-09-19 [colin]      3.0.1cvs10
11476
11477         * src/printing.c
11478                 Fix drawing area size, fix DPI change that
11479                 can cause total number of lines to decrease
11480
11481 2007-09-19 [colin]      3.0.1cvs9
11482
11483         * po/POTFILES.in
11484         * src/printing.c
11485                 Make print preview more efficient and nicer.
11486                 Patch mostly by Holger Berndt <hb@claws-mail.org>
11487
11488 2007-09-19 [colin]      3.0.1cvs8
11489
11490         * src/prefs_common.c
11491         * src/prefs_common.h
11492         * src/printing.c
11493                 Add scrolledwindow, default allocation and
11494                 size saving to the print preview window.
11495
11496 2007-09-18 [colin]      3.0.1cvs7
11497
11498         * src/prefs_common.c
11499         * src/prefs_common.h
11500         * src/prefs_image_viewer.c
11501         * src/printing.c
11502                 GtkPrintOperation:
11503                 - add image printing support
11504                 - add option to print images
11505                 - add preview widget
11506                 - add saving of a few Page Setup parameters
11507
11508 2007-09-18 [colin]      3.0.1cvs6
11509
11510         * AUTHORS
11511         * src/gtk/authors.h
11512                 Add Guillaume Chazarain
11513
11514 2007-09-18 [colin]      3.0.1cvs5
11515
11516         * src/common/utils.c
11517                 Fix bug 1321, 'access before allocation 
11518                 when scanning for uris'. Patch by 
11519                 Guillaume Chazarain <guichaz@yahoo.fr>
11520
11521 2007-09-18 [colin]      3.0.1cvs4
11522
11523         * src/toolbar.c
11524                 Fix bug 1320, 'Memory leak caused by 
11525                 gtk_container_get_children'. Patch by
11526                 Guillaume Chazarain <guichaz@yahoo.fr>
11527
11528 2007-09-18 [colin]      3.0.1cvs3
11529
11530         * src/printing.c
11531         * src/printing.h
11532                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
11533
11534 2007-09-18 [colin]      3.0.1cvs2
11535
11536         * src/Makefile.am
11537         * src/mainwindow.c
11538         * src/messageview.c
11539         * src/messageview.h
11540         * src/prefs_ext_prog.c
11541         * src/prefs_fonts.c
11542         * src/printing.c
11543         * src/printing.h
11544         * src/summaryview.c
11545                 Use GtkPrintOperation by default on GTK+ >= 2.10
11546                 Patch by Holger Berndt <hb@claws-mail.org>
11547
11548 2007-09-18 [paul]       3.0.1cvs1
11549
11550         * NEWS
11551         * README
11552         * RELEASE_NOTES
11553         * configure.ac
11554                 bump up version number following stable release
11555
11556 2007-09-16 [colin]      3.0.0cvs18
11557
11558         * src/folder.c
11559                 Fix possible memleak
11560
11561 2007-09-16 [colin]      3.0.0cvs17
11562
11563         * src/folderview.c
11564                 Fix bug 1311, 'Wrong arrow position 
11565                 while moving message into folder when 
11566                 column headers hidden'
11567         * src/image_viewer.c
11568                 Show error in the GUI if image can't
11569                 be loaded
11570         * src/matcher.c
11571                 Fix spurious output
11572         * src/messageview.c
11573                 Allow setting domain in msgid
11574         * src/common/plugin.c
11575                 Add timing information
11576
11577 2007-09-16 [colin]      3.0.0cvs16
11578
11579         * src/account.c
11580         * src/compose.c
11581         * src/prefs_account.c
11582         * src/prefs_account.h
11583         * src/common/utils.c
11584                 Remove Generate Message-ID option. We need
11585                 this on some IMAP servers.
11586         * src/prefs_template.c
11587                 Fix double-free
11588
11589 2007-09-16 [colin]      3.0.0cvs15
11590
11591         * src/prefs_filtering.c
11592         * src/prefs_filtering.h
11593         * src/prefs_filtering_action.c
11594         * src/common/tags.c
11595                 Fix tags issues: tags with spaces, renaming
11596                 tags.
11597
11598 2007-09-16 [colin]      3.0.0cvs14
11599
11600         * src/folderview.c
11601         * src/main.c
11602         * src/mainwindow.c
11603                 Fix bug 1308, 'Claws deletes folderlist.xml after
11604                 fetching mail short after start-up'
11605
11606 2007-09-16 [colin]      3.0.0cvs13
11607
11608         * src/compose.c
11609                 Fix scrolling to cursor
11610
11611 2007-09-16 [paul]       3.0.0cvs12
11612
11613         * po/sr.po
11614                 updated by Aleksandar Urosevic
11615
11616 2007-09-16 [paul]       3.0.0cvs11
11617
11618         * src/folder.c
11619                 do not allow locked msgs to be deleted,
11620                 even by filtering/processing
11621
11622 2007-09-07 [paul]       3.0.0cvs10
11623
11624         * src/prefs_folder_column.c
11625         * src/prefs_summary_column.c
11626                 implement button sensitivity
11627                 patch by Pawel Pekala
11628
11629 2007-09-06 [wwp]        3.0.0cvs9
11630
11631         * src/prefs_gtk.c
11632                 Add a missing linefeed to a debug message.
11633
11634 2007-09-05 [colin]      3.0.0cvs8
11635
11636         * src/inc.c
11637                 Fix statusbar/window mismatch on Maemo
11638
11639 2007-09-05 [colin]      3.0.0cvs7
11640
11641         * src/ldaputil.c
11642                 Fix build without USE_LDAP_TLS
11643
11644 2007-09-05 [colin]      3.0.0cvs6
11645
11646         * src/folder.c
11647         * src/imap.c
11648         * src/inc.c
11649         * src/mbox.c
11650         * src/send_message.c
11651         * src/statusbar.c
11652         * src/statusbar.h
11653                 Maemo: distinguish various statusbar messages,
11654                 in order to display only the most important.
11655
11656 2007-09-04 [wwp]        3.0.0cvs5
11657
11658         * src/account.c
11659                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
11660                 Show protocol "SMTP" and the appropriate server for send-only
11661                 accounts, show "-" instead of "" when no value is relevant.
11662
11663 2007-09-03 [ticho]      3.0.0cvs4
11664
11665         * src/summaryview.c
11666                 Handle plural form better in delete confirmation dialog.
11667
11668 2007-09-03 [wwp]        3.0.0cvs3
11669
11670         * src/compose.c
11671                 Warn differently when sending or sending later (queueing).
11672
11673 2007-09-03 [colin]      3.0.0cvs2
11674
11675         * src/procmime.c
11676         * src/procmime.h
11677         * src/common/plugin.c
11678         * src/common/plugin.h
11679                 Add a new plugin API, MimeParser. It allows
11680                 plugins to scan email MIME parts and optionally,
11681                 transform them.
11682
11683 2007-09-03 [mones]      3.0.0cvs1
11684
11685         * po/es.po
11686                 Updated translation
11687         * src/common/defs.h
11688                 While a better solution is made double history sizes
11689
11690 2007-09-03 [paul]       3.0.0
11691
11692         * NEWS
11693         * README
11694         * RELEASE_NOTES
11695                 3.0.0 released
11696
11697 [For previous entries, see ChangeLog.2.0.0-3.0.0]