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