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