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