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