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