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