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