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