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