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