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