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