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