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