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