2010-12-21 [colin] 3.7.8cvs16
[claws.git] / ChangeLog
1 2010-12-21 [colin]      3.7.8cvs16
2
3         * src/textview.c
4                 Check whether we should continue loading the
5                 current textview after inserting a possibly
6                 big image.
7
8 2010-12-20 [colin]      3.7.8cvs15
9
10         * src/addrcindex.c
11         * src/addrcindex.h
12                 Removed. Dead code since ages!
13         * src/addr_compl.c
14         * src/gtk/gtkcmclist.c
15         * src/gtk/gtkcmctree.c
16         * src/gtk/gtksctree.c
17                 undefine *_DISABLE_DEPRECATED in the files that
18                 use deprecated interfaces. Implicit declarations
19                 can lead to crashes as prototypes are unknown, as
20                 evidenced by bug #2315.
21
22 2010-12-20 [colin]      3.7.8cvs14
23
24         * src/compose.c
25                 Don't flush events when adding an header entry. This
26                 can mess up the keypresses in the previous header.
27                 Instead, make the scroll happen later (doing it on the
28                 spot without flushing events doesn't work as the new
29                 requisitions aren't set yet).
30
31 2010-12-20 [colin]      3.7.8cvs13
32
33         * src/mainwindow.c
34                 Don't iconify at start on w32. This un-iconifies in the
35                 background.
36
37 2010-12-20 [colin]      3.7.8cvs12
38
39         * src/common/base64.c
40                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
41                 Patch by pochini at shiny.it
42
43 2010-12-19 [colin]      3.7.8cvs11
44
45         * src/ldapserver.c
46                 Better debug.
47
48 2010-12-18 [colin]      3.7.8cvs10
49
50         * src/compose.c
51                 Fix bug #2148, "Attachment content-transfer-encoding 
52                 incorrectly set when signing emails". The RFC 2045
53                 states that message/* and multipart/* encoding must
54                 be either 7-bit, 8-bit or binary.
55
56 2010-12-18 [mones]      3.7.8cvs9
57
58         * src/ldaputil.c
59                 Fix crash when searching or adding a LDAP server
60
61 2010-12-17 [colin]      3.7.8cvs8
62
63         * configure.ac
64         * src/editldap.c
65         * src/ldapquery.c
66         * src/ldapserver.c
67         * src/ldapupdate.c
68         * src/ldaputil.c
69         * src/ldaputil.h
70                 Better error logging. Disable LDAP SSL/TLS on
71                 Windows, it's crashy/non-worky.
72
73 2010-12-17 [colin]      3.7.8cvs7
74
75         * src/folder.c
76                 Fix bug #2325, "messages remains in folder cache after moving
77                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
78
79 2010-12-17 [colin]      3.7.8cvs6
80
81         * src/addressadd.c
82         * src/addressbook.c
83         * src/addrindex.c
84         * src/ldapquery.c
85         * src/ldapquery.h
86         * src/ldapserver.c
87         * src/ldapserver.h
88         * src/ldapupdate.c
89         * src/ldaputil.c
90         * src/ldaputil.h
91                 Windows build fixes (w32 LDAP completely untested!)
92
93 2010-12-16 [colin]      3.7.8cvs5
94
95         * src/addrindex.c
96         * src/editldap.c
97         * src/ldapctrl.c
98         * src/ldapquery.c
99         * src/ldapserver.c
100         * src/ldapserver.h
101         * src/ldapupdate.c
102         * src/ldaputil.c
103                 Try to rationalize a bit LDAP connections
104
105 2010-12-16 [colin]      3.7.8cvs4
106
107         * src/prefs_spelling.c
108         * src/common/defs.h
109                 Add a button to get dictionaries (win32)
110
111 2010-12-16 [colin]      3.7.8cvs3
112
113         * src/prefs_matcher.c
114                 Fix bug #2279, "crash when clicking 'define' in filter
115                 configuring". Thanks to Theodor Ciobanu for the hint at
116                 the problem.
117
118 2010-12-14 [colin]      3.7.8cvs2
119
120         * src/gtk/gtkaspell.c
121                 Add missing guard for sys/wait.h
122
123 2010-12-05 [colin]      3.7.8cvs1
124
125         * tools/make.themes.project
126                 Seems wget has changed naming of targets downloaded.
127                 Fix it by always providing our own name.
128                 [Pushing mones' patch again after messing with CVSROOT]
129
130 2010-12-04 [paul]       3.7.8
131         * NEWS
132         * README
133         * RELEASE_NOTES 
134                 3.7.8 unleashed!
135
136 2010-12-03 [paul]       3.7.7cvs11
137
138         * configure.ac
139         * manual/xml2pdf ** REMOVED **
140         * manual/dist/pdf/Makefile.am
141         * manual/es/dist/pdf/Makefile.am
142         * manual/fr/dist/pdf/Makefile.am
143         * manual/pl/dist/pdf/Makefile.am
144                 simplify check for tools needed for manual building,
145                 remove xml2pdf and use docbook2pdf instead
146
147 2010-12-03 [mir]        3.7.7cvs10
148
149         * configure.ac
150           Fix bug so that configure option --disable-manual
151           actually disable building the manuals
152
153 2010-12-01 [pawel]      3.7.7cvs9
154
155         * src/crash.c
156                 One more GTK+ 2.22 build fix
157
158 2010-11-30 [colin]      3.7.7cvs8
159
160         * src/action.c
161                 Fix bug #2317, 'Action results in "Bad file descriptor"'
162                 Introduced in 3.7.6cvs57. In fact the error has been there
163                 since ages, and only new thing is the verification of the
164                 various functions return code. Let the stuff work as it
165                 does, as it seems to do the right thing since ages.
166
167 2010-11-28 [colin]      3.7.7cvs7
168
169         * src/gtk/quicksearch.c
170                 Fix bug #2313, 'CLI quicksearch sometimes returns 
171                 the same messages twice'. Patch by Sebastien Bigaret
172
173 2010-11-25 [paul]       3.7.7cvs6
174
175         * src/prefs_common.c
176                 make "gtk_can_change_accels" FALSE by default.
177                 fixes bug #2309, 'Shortcuts should not be modifiable
178                 by default' (RFE)
179
180 2010-11-24 [mones]      3.7.7cvs5
181
182         * src/mainwindow.c
183                 Add missing shortcuts for marking as spam and ham
184                 Fixes Debian bug #599547
185
186 2010-11-22 [colin]      3.7.7cvs4
187
188         * src/compose.c
189                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
190                 five patches were needed to fix a corner case
191                 is a good indicator that is was bound to break
192                 something.
193
194 2010-11-21 [colin]      3.7.7cvs3
195
196         * src/plugins/pgpcore/claws.def
197                 Win32 build fix
198
199 2010-11-20 [wwp]        3.7.7cvs2
200
201         * src/main.c
202           Fix either a typo or an irrelevant iff word there.
203           IMO type and recursive possible values should be changed to
204           smth simple and neat here, and help strings be really
205           translatable.
206
207 2010-11-20 [colin]      3.7.7cvs1
208
209         * AUTHORS
210                 Damn, forgot to commit this file twice.
211
212 2010-11-19 [paul]       3.7.7
213         * NEWS
214         * README
215         * RELEASE_NOTES 
216                 3.7.7 unleashed!
217
218 2010-11-19 [paul]       3.7.6cvs66
219
220         * po/ca.po
221         * po/cs.po
222         * po/de.po
223         * po/es.po
224         * po/fi.po
225         * po/fr.po
226         * po/hu.po
227         * po/id.po
228         * po/pt_BR.po
229         * po/sk.po
230         * po/uk.po
231                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
232                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
233                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
234
235 2010-11-17 [colin]      3.7.6cvs65
236
237         * src/common/utils.c
238                 Separate email address from timestamp with a dot.
239                 Fix coding style.
240
241 2010-11-17 [colin]      3.7.6cvs64
242
243         * src/common/utils.c
244                 Fix multiple @ in generated message-ids.
245                 That's not allowed in RFC 2822.
246
247 2010-11-16 [mones]      3.7.6cvs63
248
249         * manual/es/advanced.xml
250                 Synchronise with English version
251
252 2010-11-04 [wwp]        3.7.6cvs62
253
254         * src/filtering.c
255                 Fix bug 2293, "filtering: simplify expression", as simplifying
256                 this expression doesn't make it less easy to understand and we
257                 gain few cycles by making the logical expression more simple
258                 by applying. Patch by Nicolas Kaiser.
259
260 2010-11-03 [colin]      3.7.6cvs61
261
262         * src/addrindex.c
263                 Fix bug 2294, "addrindex.c: address index conversion always
264                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
265
266 2010-11-02 [wwp]        3.7.6cvs60
267
268         * src/action.c
269         * src/statusbar.c
270         * src/toolbar.c
271                 Enlarge the progress bar (main window) a bit when compiling
272                 for UMPCs like maemo: this solves truncated text that might
273                 appear in the progress bar while processing messages.
274                 Also use a more compact string format when displaying
275                 progress like 'number/total', still for UMPCs, this fixes
276                 a previous inconsistency with these format strings where
277                 no space around the / were used sometimes.
278
279 2010-10-26 [ticho]      3.7.6cvs59
280
281         * src/news.c
282                 Recreate NNTP session if server port setting has changed. Fixes
283                 bug #2092.
284
285 2010-10-26 [colin]      3.7.6cvs58
286
287         * src/imap_gtk.c
288         * src/mh_gtk.c
289                 Fix copy-paste error, thanks to David Relson
290                 for spotting it.
291
292 2010-10-18 [colin]      3.7.6cvs57
293
294         * src/action.c
295         * src/addrharvest.c
296         * src/alertpanel.c
297         * src/filtering.c
298         * src/jpilot.c
299         * src/prefs_themes.c
300         * src/procmime.c
301         * src/textview.c
302         * src/gtk/gtkutils.c
303         * src/gtk/quicksearch.c
304         * src/gtk/quicksearch.h
305         * src/plugins/pgpcore/passphrase.c
306         * src/plugins/spamassassin/libspamc.c
307                 Fix warnings
308
309 2010-10-17 [colin]      3.7.6cvs56
310
311         * src/prefs_themes.c
312         * src/gtk/gtkaspell.c
313         * src/gtk/gtkutils.c
314         * src/gtk/gtkutils.h
315         * src/gtk/inputdialog.c
316         * src/gtk/progressdialog.c
317                 Undeprecate a few things
318
319 2010-10-17 [colin]      3.7.6cvs55
320
321         * src/main.c
322         * src/gtk/authors.h
323         * src/gtk/quicksearch.c
324         * src/gtk/quicksearch.h
325                 Add ability to search from the command-line.
326                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
327                 Patch by Sebastien Bigarret.
328
329 2010-10-04 [mones]      3.7.6cvs54
330
331         * manual/dist/pdf/Makefile.am
332                 Fix build of English PDF manual
333                 (sh: Can't open ../../../xml2pdf)
334
335 2010-10-03 [colin]      3.7.6cvs53
336
337         * src/folder.c
338         * src/folder.h
339         * src/imap.c
340         * src/mh.c
341         * src/procmsg.c
342                 Get rid of GRelation which were, mostly, used as
343                 GHashTables. Probably fixes bug #2277, 'Segfault when
344                 loading inbox for the first time'
345
346 2010-10-03 [mir]        3.7.6cvs52
347
348         * manual/de/dist/html/Makefile.am
349         * manual/de/dist/pdf/Makefile.am
350         * manual/de/dist/ps/Makefile.am
351         * manual/de/dist/txt/Makefile.am
352         * manual/dist/html/Makefile.am
353         * manual/dist/pdf/Makefile.am
354         * manual/dist/ps/Makefile.am
355         * manual/dist/txt/Makefile.am
356         * manual/es/dist/html/Makefile.am
357         * manual/es/dist/pdf/Makefile.am
358         * manual/es/dist/ps/Makefile.am
359         * manual/es/dist/txt/Makefile.am
360         * manual/fr/dist/html/Makefile.am
361         * manual/fr/dist/pdf/Makefile.am
362         * manual/fr/dist/ps/Makefile.am
363         * manual/fr/dist/txt/Makefile.am
364         * manual/pl/dist/html/Makefile.am
365         * manual/pl/dist/pdf/Makefile.am
366         * manual/pl/dist/ps/Makefile.am
367         * manual/pl/dist/txt/Makefile.am
368             Missing Makefile.am's for 3.7.6cvs49
369
370
371 2010-10-03 [colin]      3.7.6cvs51
372
373         * po/POTFILES.in
374                 Fix build
375
376 2010-10-02 [mir]        3.7.6cvs50
377
378         * manual/de/dist/html/Makefile.am
379         * manual/de/dist/pdf/Makefile.am
380         * manual/de/dist/ps/Makefile.am
381         * manual/de/dist/txt/Makefile.am
382         * manual/dist/html/Makefile.am
383         * manual/dist/pdf/Makefile.am
384         * manual/dist/ps/Makefile.am
385         * manual/dist/txt/Makefile.am
386         * manual/es/dist/html/Makefile.am
387         * manual/es/dist/pdf/Makefile.am
388         * manual/es/dist/ps/Makefile.am
389         * manual/es/dist/txt/Makefile.am
390         * manual/fr/dist/html/Makefile.am
391         * manual/fr/dist/pdf/Makefile.am
392         * manual/fr/dist/ps/Makefile.am
393         * manual/fr/dist/txt/Makefile.am
394         * manual/pl/dist/html/Makefile.am
395         * manual/pl/dist/pdf/Makefile.am
396         * manual/pl/dist/ps/Makefile.am
397         * manual/pl/dist/txt/Makefile.am
398             Part 2 of last commit which broke due to a permission error
399             Avoid claws trying to build manuals if the required
400             tools are not present.
401
402 2010-10-02 [mir]        3.7.6cvs49
403
404         * configure.ac
405         * manual/de/dist/html/Makefile.am
406         * manual/de/dist/pdf/Makefile.am
407         * manual/de/dist/ps/Makefile.am
408         * manual/de/dist/txt/Makefile.am
409         * manual/dist/html/Makefile.am
410         * manual/dist/pdf/Makefile.am
411         * manual/dist/ps/Makefile.am
412         * manual/dist/txt/Makefile.am
413         * manual/es/dist/html/Makefile.am
414         * manual/es/dist/pdf/Makefile.am
415         * manual/es/dist/ps/Makefile.am
416         * manual/es/dist/txt/Makefile.am
417         * manual/fr/dist/html/Makefile.am
418         * manual/fr/dist/pdf/Makefile.am
419         * manual/fr/dist/ps/Makefile.am
420         * manual/fr/dist/txt/Makefile.am
421         * manual/pl/dist/html/Makefile.am
422         * manual/pl/dist/pdf/Makefile.am
423         * manual/pl/dist/ps/Makefile.am
424         * manual/pl/dist/txt/Makefile.am
425             1) Downgrade autoconf requirements to 2.59 to allow
426             building on oldest supported Linux distributions.
427             2) Only try to build manuals if the needed software
428             is present.
429
430 2010-10-02 [colin]      3.7.6cvs48
431
432         * src/plugins/trayicon/trayicon.c
433                 And fix theme updating.
434
435 2010-10-02 [colin]      3.7.6cvs47
436
437         * src/plugins/trayicon/trayicon.c
438                 Got burnt by wrong indentation!
439
440 2010-10-02 [colin]      3.7.6cvs46
441
442         * configure.ac
443                 Forgot to remove the directory from top-level
444
445 2010-10-02 [colin]      3.7.6cvs45
446
447         * src/plugins/trayicon/Makefile.am
448         * src/plugins/trayicon/trayicon.c
449         * src/plugins/trayicon/libeggtrayicon/.cvsignore
450         * src/plugins/trayicon/libeggtrayicon/Makefile.am
451         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
452         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
453         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
454         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
455         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
456         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
457         * src/plugins/trayicon/libeggtrayicon/xembed.h
458                 Finally get rid of Eggtrayicon, use GtkStatusIcon
459                 instead (which can be done safely now that we 
460                 require GTK+ 2.10).
461
462 2010-10-02 [colin]      3.7.6cvs44
463
464         * src/action.c
465         * src/addr_compl.c
466         * src/addressbook.c
467         * src/addrgather.c
468         * src/alertpanel.c
469         * src/editaddress.c
470         * src/editaddress_other_attributes_ldap.c
471         * src/editgroup.c
472         * src/folderview.c
473         * src/grouplistdialog.c
474         * src/headerview.c
475         * src/image_viewer.c
476         * src/importldif.c
477         * src/main.c
478         * src/mainwindow.c
479         * src/message_search.c
480         * src/mimeview.c
481         * src/prefs_themes.c
482         * src/summary_search.c
483         * src/summaryview.c
484         * src/toolbar.c
485         * src/etpan/imap-thread.c
486         * src/gtk/authors.h
487         * src/gtk/gtkcmclist.c
488         * src/gtk/gtkcmoptionmenu.c
489         * src/gtk/gtkutils.c
490         * src/gtk/gtkutils.h
491         * src/gtk/gtkvscrollbutton.c
492         * src/plugins/pgpcore/select-keys.c
493         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
494                 Undeprecate for GTK+2.22. Patch by Reed Loden.
495                 Fixes bug #2276, 'Compile in maintainer mode
496                 fails on GTK+ 2.22'.
497
498 2010-10-02 [colin]      3.7.6cvs43
499
500         * configure.ac
501                 It's now time to remove the temporary enable-openssl
502                 option that was used when we removed OpenSSL. See 
503                 bug #2276 comment #14.
504
505 2010-09-30 [wwp]        3.7.6cvs42
506
507         * src/prefs_account.c
508         * src/prefs_filtering_action.c
509         * src/prefs_matcher.c
510                         Fix bug #2274, wrong color label index range
511                         used w/ gtk_cmoption_menu (behaviour change
512                         has been introduced w/ 3.5.0cvs49 apparently),
513                         now it must be 1..N so let's use colorlabel value
514                         (0..N) + 1.
515                         
516
517 2010-09-20 [pawel]      3.7.6cvs41
518
519         * src/compose.c
520         * src/mainwindow.c
521         * src/summaryview.c
522                 revert last patch
523
524 2010-09-19 [pawel]      3.7.6cvs40
525
526         * src/compose.c
527         * src/mainwindow.c
528         * src/summaryview.c
529                 Set ML menus sensitivity accordingly to
530                 possibility of reply to ML
531
532 2010-09-19 [colin]      3.7.6cvs39
533
534         * src/compose.c
535                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
536                 to newsgroups, and NNTP accounts *can* send email. We 
537                 should not force an email account when replying to_ml or
538                 anything...
539
540 2010-09-19 [colin]      3.7.6cvs38
541
542         * src/compose.c
543                 Revert previous commit (which breaks Reply to newsgroups)
544
545 2010-09-17 [pawel]      3.7.6cvs37
546
547         * src/compose.c
548                 Respect reply_account_autosel when changing compose
549                 account to email one while replying to NNTP post
550
551 2010-09-17 [wwp]        3.7.6cvs36
552
553         * doc/man/claws-mail.1
554         Update --compose documentation in `man claws-mail`.
555
556 2010-09-12 [pawel]      3.7.6cvs35
557
558         * src/compose.c
559                 Add forgotten bit to previous commit,
560                 select email account when replying to ML
561
562 2010-09-12 [pawel]      3.7.6cvs34
563
564         * src/compose.c
565                 Fix bug #2247 "nntp reply-to-all broken?"
566                 Make reply-to-all and reply-to-ml work as expected in
567                 mailing list through NNTP case
568
569 2010-09-11 [pawel]      3.7.6cvs33
570
571         * src/mainwindow.c
572         * src/summaryview.c
573         * src/toolbar.c
574                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
575                 fixes build with GTK+ < 2.18
576
577 2010-09-10 [pawel]      3.7.6cvs32
578
579         * src/mainwindow.c
580         * src/summaryview.c
581         * src/toolbar.c
582                 Make Tab key switch between FolderView, MsgView and
583                 SummaryView only, other widgets have/can have their own
584                 keybindings anyway
585
586 2010-08-25 [colin]      3.7.6cvs31
587
588         * src/procmime.c
589         * AUTHORS
590         * src/gtk/authors.h
591         * src/common/base64.c
592         * src/common/base64.h
593                 Fix bug #2245, "base64 decoding fails with line breaks"
594                 Patch by Yotam Medini
595
596 2010-08-25 [colin]      3.7.6cvs30
597
598         * src/main.c
599                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
600
601 2010-08-23 [pawel]      3.7.6cvs29
602
603         * src/inc.c
604         * src/send_message.c
605         * src/statusbar.c
606         * src/toolbar.c
607                 Hide progressbar on statusbar when not needed
608
609 2010-08-17 [colin]      3.7.6cvs28
610
611         * src/main.c
612                 Fix previous patch (our own tmp dir is inside
613                 our rc dir)
614
615 2010-08-16 [colin]      3.7.6cvs27
616
617         * src/main.c
618                 Use temp dir to store logs in Windows. Avoids doing
619                 get_rc_dir() early, which prevents set_rc_dir()
620                 working correctly.
621
622 2010-07-31 [holger]     3.7.6cvs26
623
624         * src/gtk/gtkshruler.c
625                 Yet more GdkGC to Cairo porting
626
627 2010-07-30 [holger]     3.7.6cvs25
628
629         * src/stock_pixmap.c
630                 More GdkGC to Cairo porting
631
632 2010-07-30 [holger]     3.7.6cvs24
633
634         * src/gtk/colorlabel.c
635                 One GdkGC usage less
636
637 2010-07-29 [holger]     3.7.6cvs23
638
639         * src/printing.c
640                 Replace some gdk drawing with cairo, as the former
641                 is going towards deprecation.
642
643 2010-07-25 [colin]      3.7.6cvs22
644
645         * src/common/utils.c
646                 And now for a real fix. g_list_remove() doesn't, of
647                 course, free the data. But we have to have a solid
648                 pointer to it in order to free it ourselves instead
649                 of relying on the old freed list pointer.
650                 Maybe that's the last patch on the subject now ? :)
651
652 2010-07-25 [colin]      3.7.6cvs21
653
654         * src/common/utils.c
655                 Remove stupid and extraneous g_free() of elements
656                 which have just been freed by g_list_remove(). (see
657                 GList documentation). I don't know how it worked before
658
659 2010-07-25 [colin]      3.7.6cvs20
660
661         * src/common/utils.c
662                 Reverse free/use with more logical and safe
663                 use/free. Thanks to Michael Rasmussen !
664
665 2010-07-24 [colin]      3.7.6cvs19
666
667         * src/gtk/quicksearch.c
668                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
669                 'freeze when using quick search'
670
671 2010-07-11 [iwkse]      3.7.6cvs18
672
673         * src/gtk/quicksearch.c
674                 Add SMALL_LAYOUT to quicksearch_relayout
675
676 2010-07-10 [iwkse]      3.7.6cvs17
677
678         * src/mainwindow.h
679                         Remove forgotten variable from
680                         the last bugfix #2224
681
682 2010-07-10 [colin]      3.7.6cvs16
683
684         * src/mainwindow.c
685         * src/gtk/quicksearch.c
686                 Clean fix for bug #2224: don't mess with GTK settings when
687                 handling the layout ourselves is enough
688
689 2010-07-09 [iwkse]      3.7.6cvs15
690
691         * src/mainwindow.h
692         * src/mainwindow.c
693                         Better fix for Bug #2224
694
695 2010-07-09 [iwkse]      3.7.6cvs14
696
697         * src/mainwindow.c
698                         Bug #2224
699                         Always use stock icons on buttons
700
701 2010-07-08 [colin]      3.7.6cvs13
702
703         * src/gtk/filesel.c
704                 Fix bug 2223, 'Compilation fails with GTK+
705                 2.21.3'. Thanks to Jan Psota !
706
707 2010-06-29 [pawel]      3.7.6cvs12
708
709         * src/compose.c
710                 Revert 3.7.5cvs41, it breaks templates that use %X
711
712 2010-06-23 [wwp]        3.7.6cvs11
713
714         * src/gtk/colorlabel.c
715                 Silent up a warning by avoiding possible confusion
716                 in logical expression evaluation, thanks to TuxCM.
717
718 2010-06-21 [iwkse]      3.7.6cvs10
719
720         * src/gtk/quicksearch.c
721                 Do not add into quicksearch history
722                 matching rules with bad syntax
723
724 2010-05-26 [holger]     3.7.6cvs9
725
726         * src/summaryview.c
727         * src/summaryview.h
728                 Add function to select rows given a list of messages,
729                 complementary to summary_get_selected_msg_list()
730
731 2010-05-22 [mir]        3.7.6cvs8
732
733         * src/ldapctrl.c
734                 Fix bug 2208. Encode encrypted password to qouted
735                 printable to avoid making invalid XML. Encoding
736                 will be activated the first time the password is
737                 changed.
738
739 2010-05-22 [paul]       3.7.6cvs7
740
741         * manual/advanced.xml
742         * src/compose.c
743         * src/prefs_common.c
744         * src/prefs_common.h
745                 after using the compose margin for several days
746                 I wanted the old style back - add a new hidden
747                 pref 'show_compose_margin' to restore the old
748                 behaviour (defaults to FALSE)
749
750 2010-05-14 [paul]       3.7.6cvs6
751
752         * src/compose.c
753                 add a margin to the compose window text that matches
754                 the margin in textview
755
756 2010-05-14 [colin]      3.7.6cvs5
757
758         * src/gtk/sslcertwindow.c
759                 Fix dangling pointer. Thanks to Michael R!
760
761 2010-05-14 [colin]      3.7.6cvs4
762
763         * src/gtk/sslcertwindow.c
764                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
765                 expired but certificate check is skipped' and maybe
766                 bug 2200, 'SSL is not working with POP3'
767
768 2010-05-14 [colin]      3.7.6cvs3
769
770         * src/plugins/pgpinline/pgpinline.c
771                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
772
773 2010-05-04 [iwkse]      3.7.6cvs2
774
775         * src/prefs_message.c
776                         Get a generic name as 'Quotation' for
777                         the frame
778
779 2010-05-04 [iwkse]      3.7.6cvs1
780
781         * src/prefs_message.c
782         * src/prefs_common.h
783         * src/prefs_common.c
784         * src/textview.c
785                         Fix #2188
786                         Option for collapsing via double-click
787
788 2010-05-01 [paul]       3.7.6
789         * NEWS
790         * README
791         * RELEASE_NOTES 
792                 3.7.6 unleashed!
793
794 2010-05-01 [paul]       3.7.5cvs55
795
796         * tools/claws.i18n.status.pl
797                 add Ukrainian stat
798
799 2010-05-01 [paul]       3.7.5cvs54
800
801         * src/gtk/authors.h
802                 add YUP, new Ukrainian translator
803
804 2010-04-30 [paul]       3.7.5cvs53
805
806         * configure.ac
807         * po/uk.po
808                 add Ukrainian translation, submitted by YUP
809         * po/cs.po
810         * po/de.po
811         * po/fi.po
812         * po/hu.po
813         * po/nl.po
814         * po/pt_BR.po
815         * po/pt_PT.po
816         * po/sk.po
817                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
818                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
819                 Tiago Faria, and Slavko
820
821 2010-04-26 [wwp]        3.7.5cvs52
822
823         * po/fr.po
824                 Fix capitalization.
825
826 2010-04-26 [mones]      3.7.5cvs51
827
828         * po/es.po
829                 Updated for release
830
831 2010-04-22 [pawel]      3.7.5cvs50
832
833         * src/addressbook.c
834                 fix compile warning
835         * src/vcard.c
836                 first NULL check pointer, then use it
837
838 2010-04-22 [colin]      3.7.5cvs49
839
840         * src/imap.c
841                 Fix error message when session isn't established
842         * po/fr.po
843                 Update translation and fix a typo in it
844
845 2010-04-15 [pawel]      3.7.5cvs48
846
847         * src/prefs_account.c
848                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
849                                 the port isn't configured properly'
850                 When using SSL/TLS tunneling automatically use default
851                 ports for encrypted connections: smtps, pop3s, imaps, nntps
852
853 2010-04-15 [pawel]      3.7.5cvs47
854
855         * src/action.c
856                 Fix crasher in actions using '%f' argument
857                 on multiple files with external scripts which
858                 don't return any output.
859
860 2010-04-14 [colin]      3.7.5cvs46
861
862         * src/mainwindow.c
863                 Fix hand cursor after error symbol appears
864
865 2010-04-12 [colin]      3.7.5cvs45
866
867         * configure.ac
868                 Fix bug 2162, 'configure check for libetpan 
869                 fails with libetpan 1.0'
870
871
872 2010-04-09 [mones]      3.7.5cvs44
873
874         * manual/de/glossary.xml
875                 Fix encoding to match main document's
876                 Also fixes make dist with Debian's openjade
877
878 2010-03-29 [pawel]      3.7.5cvs43
879
880         * src/matcher_parser.h
881         * src/matcher_parser_parse.y
882         * src/gtk/quicksearch.c
883                 Disable matcher warnings when populating quicksearch
884                 completion lists on startup
885
886 2010-03-27 [colin]      3.7.5cvs42
887
888         * src/gtk/quicksearch.c
889                 Fix double-free later in code. Optimize
890                 list creation
891
892 2010-03-27 [pawel]      3.7.5cvs41
893
894         * src/compose.c
895                 Make sure that quote ends with new line char
896
897 2010-03-26 [pawel]      3.7.5cvs40
898
899         * src/compose.c
900         * src/compose.h
901         * src/textview.c
902                 Fix Bug 1928 Add "reply to this address" pop menu 
903                              on Message View
904                 - Set composing account to email one when creating/replying
905                   from NNTP folder by clicking link or choosing option
906                   from popup menu
907                 - Factorize code
908
909 2010-03-25 [paul]       3.7.5cvs39
910
911         * src/gtk/gtkcmclist.c
912                 Fix build with GTK+ 2.20
913
914 2010-03-24 [pawel]      3.7.5cvs38
915
916         * src/addr_compl.c
917         * src/compose.c
918         * src/folderview.c
919         * src/grouplistdialog.c
920         * src/headerview.c
921         * src/mainwindow.c
922         * src/mimeview.c
923         * src/prefs_account.c
924         * src/gtk/gtkcmclist.c
925         * src/gtk/gtkcmctree.c
926         * src/gtk/gtkcmoptionmenu.c
927         * src/gtk/gtksctree.c
928         * src/gtk/gtkshruler.c
929         * src/gtk/gtkutils.c
930         * src/gtk/gtkutils.h
931         * src/gtk/gtkvscrollbutton.c
932         * src/gtk/inputdialog.c
933         * src/gtk/spell_entry.c
934         * src/plugins/trayicon/trayicon.c
935         * src/plugins/trayicon/libeggtrayicon/Makefile.am
936         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
937         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
938                 Fix build with GTK+ 2.19
939
940 2010-03-23 [pawel]      3.7.5cvs37
941
942         * src/mainwindow.c
943         * src/mimeview.c
944                 Respect view->show_col_headers option
945         * src/gtk/gtkcmctree.c
946                 Fix GtkCmcTree column width calculation when it has
947                 auto_resize set and new node is added
948
949 2010-03-22 [pawel]      3.7.5cvs36
950
951         * src/grouplistdialog.c
952         * src/prefs_common.c
953         * src/prefs_common.h
954                 - remember newsgroups list dialog size
955                 - respect use_dotted_lines hidden pref
956                 - respect use_stripes_everywhere hidden pref
957
958 2010-03-21 [pawel]      3.7.5cvs35
959
960         * src/addrgather.c
961                 Remove superfluous gtk_widget_show_all()
962         * src/mimeview.c
963                 Add forgotten colon
964         * src/common/utils.c
965                 Return correct type
966
967 2010-03-21 [pawel]      3.7.5cvs34
968
969         * src/main.c
970         * src/gtk/quicksearch.c
971         * src/gtk/quicksearch.h
972                 Implement separate search phrase completion for
973                 normal/extended quicksearch
974
975 2010-03-11 [paul]       3.7.5cvs33
976
977         * po/zh_CN.po
978                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
979                 submitted by Yuwei Yu
980
981 2010-03-09 [colin]      3.7.5cvs32
982
983         * manual/de/glossary.xml
984                 Fix build
985
986 2010-03-02 [colin]      3.7.5cvs31
987
988         * manual/de/glossary.xml
989                 Sort alphabetically. Done by Volker Ribbert.
990
991 2010-03-02 [mones]      3.7.5cvs30
992
993         * README
994                 Fix mailing list archives location
995                 Remove currently unavailable CVS webview
996
997 2010-03-01 [iwkse]      3.7.5cvs29
998
999         * src/common/plugin.c
1000                         Other indentation issues
1001
1002 2010-03-01 [iwkse]      3.7.5cvs28
1003
1004         * src/common/plugin.c
1005                         Fix indentation of the previous commit
1006
1007 2010-03-01 [iwkse]      3.7.5cvs27
1008
1009         * src/common/plugin.h
1010         * src/common/plugin.c
1011                         Add API for getting a loaded Plugin from the
1012                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
1013                         Thanks to Colin, Michael
1014
1015 2010-02-27 [colin]      3.7.5cvs26
1016
1017         * configure.ac
1018         * AUTHORS
1019         * src/gtk/authors.h
1020         * manual/Makefile.am
1021         * manual/de/Makefile.am
1022         * manual/de/account.xml
1023         * manual/de/ack.xml
1024         * manual/de/addrbook.xml
1025         * manual/de/advanced.xml
1026         * manual/de/claws-mail-manual.xml
1027         * manual/de/faq.xml
1028         * manual/de/glossary.xml
1029         * manual/de/gpl.xml
1030         * manual/de/handling.xml
1031         * manual/de/intro.xml
1032         * manual/de/keyboard.xml
1033         * manual/de/plugins.xml
1034         * manual/de/starting.xml
1035         * manual/de/dist/.cvsignore
1036         * manual/de/dist/Makefile.am
1037         * manual/de/dist/html/.cvsignore
1038         * manual/de/dist/html/Makefile.am
1039         * manual/de/dist/pdf/.cvsignore
1040         * manual/de/dist/pdf/Makefile.am
1041         * manual/de/dist/ps/.cvsignore
1042         * manual/de/dist/ps/Makefile.am
1043         * manual/de/dist/txt/.cvsignore
1044         * manual/de/dist/txt/Makefile.am
1045                 Add the german translation of the manual, done by
1046                 Volker Ribbert <thoraki@arcor.de>.
1047
1048 2010-02-27 [holger]     3.7.5cvs25
1049
1050         * src/prefs_toolbar.c
1051                 Don't make toolbar item description for
1052                 plugin registered items editable
1053
1054 2010-02-26 [colin]      3.7.5cvs24
1055
1056         * src/toolbar.c
1057                 Don't translate empty description
1058
1059 2010-02-22 [colin]      3.7.5cvs23
1060
1061         * src/compose.c
1062                 Don't make In-Reply-To visible when reediting
1063                 a draft or sent mail.
1064
1065 2010-02-20 [colin]      3.7.5cvs22
1066
1067         * src/imap.c
1068         * src/imap.h
1069         * src/main.c
1070         * src/mainwindow.c
1071         * src/etpan/imap-thread.c
1072         * src/etpan/imap-thread.h
1073         * src/etpan/nntp-thread.c
1074         * src/etpan/nntp-thread.h
1075                 When going offline from NetworkManager, just
1076                 delete IMAP connections. That'll avoid timeouts
1077                 when coming back online in certain cases when
1078                 the TCP socket will have timed out.
1079
1080 2010-02-20 [holger]     3.7.5cvs21
1081
1082         * .cvsignore
1083                 More files to ignore
1084
1085 2010-02-17 [ticho]      3.7.5cvs20
1086
1087         * src/summaryview.c
1088         * src/summaryview.h
1089         * src/toolbar.c
1090                 Revert 3.7.5cvs19.
1091
1092 2010-02-16 [ticho]      3.7.5cvs19
1093
1094         * src/summaryview.c
1095         * src/summaryview.h
1096         * src/toolbar.c
1097                 Removed unused argument from summary_open_row().
1098
1099 2010-02-10 [pawel]      3.7.5cvs18
1100
1101         * src/compose.c
1102                 - fix headers filtering when prefs_common.trans_hdr is on
1103                 - fix headers setting when changing composing account 
1104                 - plug memleak
1105         * src/prefs_template.c
1106                 Re-add template's name for translation
1107
1108 2010-02-10 [colin]      3.7.5cvs17
1109
1110         * src/prefs_matcher.c
1111                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
1112                 Condition>Define>Header>Name combo box'. Patch by
1113                 Francois Cami
1114
1115 2010-02-10 [colin]      3.7.5cvs16
1116
1117         * src/codeconv.c
1118         * src/codeconv.h
1119         * src/compose.c
1120         * src/mainwindow.c
1121         * src/messageview.c
1122         * src/prefs_send.c
1123         * src/procmime.c
1124         * src/textview.c
1125                 Add the GB18030 Chinese charset, which is a superset
1126                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
1127
1128 2010-02-09 [holger]     3.7.5cvs15
1129
1130         * configure.ac
1131                 GTK+ 2.10 related cleanup
1132
1133 2010-02-09 [pawel]      3.7.5cvs14
1134
1135         * src/prefs_account.c
1136         * src/prefs_folder_item.c
1137         * src/prefs_template.c
1138         * src/quote_fmt.c
1139                 Respect prefs_common.trans_hdr in couple more places to avoid
1140                 confusion with translated/non-translated header names
1141
1142 2010-02-09 [colin]      3.7.5cvs13
1143
1144         * po/POTFILES.in
1145                 Fix make dist
1146
1147 2010-02-09 [colin]      3.7.5cvs12
1148
1149         * src/mimeview.c
1150                 And fix 2.10 build :)
1151
1152 2010-02-09 [colin]      3.7.5cvs11
1153
1154         * configure.ac
1155                 Bump up GTK+ requirement to 2.10
1156         * src/Makefile.am
1157         * src/compose.c
1158         * src/crash.c
1159         * src/foldersel.c
1160         * src/main.c
1161         * src/mainwindow.c
1162         * src/messageview.c
1163         * src/messageview.h
1164         * src/prefs_actions.c
1165         * src/prefs_common.c
1166         * src/prefs_common.h
1167         * src/prefs_ext_prog.c
1168         * src/prefs_filtering_action.c
1169         * src/prefs_fonts.c
1170         * src/prefs_image_viewer.c
1171         * src/prefs_matcher.c
1172         * src/prefs_msg_colors.c
1173         * src/prefs_summaries.c
1174         * src/prefs_template.c
1175         * src/printing.c
1176         * src/printing.h
1177         * src/quote_fmt.c
1178         * src/summaryview.c
1179         * src/textview.c
1180         * src/gtk/Makefile.am
1181         * src/gtk/about.c
1182         * src/gtk/gtkcmclist.c
1183         * src/gtk/gtkcmctree.c
1184         * src/gtk/gtkutils.c
1185         * src/gtk/quicksearch.c
1186                 Remove all compile-time conditionals depending on
1187                 GTK+ < 2.10
1188         * src/gedit-print.c
1189         * src/gedit-print.h
1190         * src/gtk/gtksourceprintjob.c
1191         * src/gtk/gtksourceprintjob.h
1192                 Remove libgnomeprint-based printing system (and
1193                 command-line-based printing system) as GTK+ 2.10
1194                 ships with print support.
1195
1196 2010-02-08 [mir]        3.7.5cvs10
1197
1198         * src/compose.c
1199             Avoid displaying Bcc headers in message sent
1200             to NNTP servers. Thanks to Henning Mersch.
1201
1202
1203 2010-02-08 [pawel]      3.7.5cvs9
1204
1205         * src/mimeview.c
1206                 Make tooltips less cryptic
1207         * src/gtk/description_window.c
1208                 Improve window size calculation
1209
1210 2010-02-08 [pawel]      3.7.5cvs8
1211
1212         * src/compose.c
1213         * src/compose.h
1214         * src/common/utils.c
1215         * src/common/utils.h
1216         * src/gtk/authors.h
1217                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
1218                 Patch by Laurent Bigonville with slight modifications
1219
1220 2010-02-03 [pawel]      3.7.5cvs7
1221
1222         * m4/.cvsignore
1223                 Add some libtool files to ignore
1224
1225 2010-02-03 [pawel]      3.7.5cvs6
1226
1227         * src/plugins/trayicon/trayicon.c
1228                 Save and then restore focus when closing/minimizing to tray
1229
1230 2010-02-03 [mir]        3.7.5cvs5
1231
1232         * src/addrindex.c
1233         * src/editldap.c
1234         * src/ldapctrl.c
1235         * src/ldapctrl.h
1236         * src/ldapquery.c
1237         * src/ldapupdate.c
1238             Save LDAP password encrypted. See bug 2113.
1239
1240
1241 2010-02-03 [colin]      3.7.5cvs4
1242
1243         * src/privacy.c
1244                 Fix again decoding of encrypted parts. The
1245                 reverting of the patch was wrong, as the
1246                 double-decoding was fixed in smime itself.
1247                 Thanks to Matthias Drochner again...
1248
1249 2010-02-02 [colin]      3.7.5cvs3
1250
1251         * src/plugins/smime/smime.c
1252         * src/privacy.c
1253                 Revert 3.7.4cvs2 and make a better patch for bug
1254                 2059 and 2076. Patch by Matthias Drochner
1255
1256 2010-01-31 [pawel]      3.7.5cvs2
1257
1258         * src/gtk/authors.h
1259                 Fix hungarian translator's name
1260
1261 2010-01-31 [pawel]      3.7.5cvs1
1262
1263         * src/messageview.c
1264         * src/mimeview.c
1265                 Fix Bug 2107 - Arrow keys don't work in message view window
1266
1267 2010-01-31 [paul]       3.7.5
1268
1269         * NEWS
1270         * README
1271         * RELEASE_NOTES 
1272                 3.7.5 released!
1273
1274 2010-01-23 [pawel]      3.7.4cvs10
1275
1276         * src/addressbook.c
1277                 Fix button sensitivity in compose mode
1278
1279 2010-01-23 [pawel]      3.7.4cvs9
1280
1281         * commitHelper
1282         * tools/kdeservicemenu/install.sh
1283         * tools/make.themes.project
1284         * tools/nautilus2claws-mail.sh
1285         * tools/popfile-link.sh
1286         * tools/textviewer.sh
1287                 Not all systems have bash installed in /bin, use env(1) to find
1288                 it`s location
1289
1290 2010-01-22 [pawel]      3.7.4cvs8
1291
1292         * src/prefs_account.c
1293         * src/prefs_filtering.c
1294         * src/prefs_send.c
1295         * src/gtk/colorlabel.c
1296                 Add some separators in combos
1297
1298 2010-01-22 [pawel]      3.7.4cvs7
1299
1300         * autogen.sh
1301                 --disable-aspell -> --disable-enchant
1302         * configure.ac
1303                 Fix options spacing in configure --help
1304         * src/wizard.c
1305                 Make wizard's window centered on the screen
1306
1307 2010-01-19 [holger]     3.7.4cvs6
1308
1309         * src/folder.c
1310         * src/folder.h
1311                 Introduce folder_get_item_from_identifier().
1312                 In contrast to folder_find_item_from_identifier(), this
1313                 function recursively creates the FolderItems in the id path.
1314                 Useful for programmatically creating folders (e.g. by plugins)
1315
1316 2010-01-17 [pawel]      3.7.4cvs5
1317
1318         * src/gtk/authors.h
1319                 Fix my lastname
1320
1321 2010-01-16 [colin]      3.7.4cvs4
1322
1323         * src/plugins/pgpcore/sgpgme.c
1324                 Probably fix bug 2098, 'claws-mails crashes frequently 
1325                 with pgpcore'. Fix double-free.
1326
1327 2010-01-16 [holger]     3.7.4cvs3
1328
1329         * src/prefs_toolbar.h
1330                 Forgotten header
1331
1332 2010-01-15 [colin]      3.7.4cvs2
1333
1334         * src/privacy.c
1335                 Decode mimeinfo before decrypting it. Probably
1336                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
1337                 with S/MIME encryption' and bug 2076 'having 
1338                 worked 2 times properly CLAWS ceased to 
1339                 decrypt incoming PGP mails -displays base64 
1340                 instead - sucks completely'
1341                 Let's hope complete suckage ends here!
1342                 Thanks to Matthias Drochner.
1343
1344 2010-01-08 [paul]       3.7.4cvs1
1345
1346         * tools/claws.i18n.status.pl
1347                 fix typos
1348
1349 2010-01-08 [paul]       3.7.4
1350
1351         * NEWS
1352         * README
1353         * RELEASE_NOTES 
1354                 3.7.4 released!
1355
1356 2010-01-08 [paul]       3.7.3cvs57
1357
1358         * po/ca.po
1359         * po/cs.po
1360         * po/de.po
1361         * po/fi.po
1362         * po/hu.po
1363         * po/id.po
1364         * po/ja.po
1365         * po/nl.po
1366         * po/pt_BR.po
1367         * po/pt_PT.po
1368         * po/ru.po
1369         * po/sk.po
1370                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
1371                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
1372                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
1373                 Slavko
1374
1375 2010-01-08 [paul]       3.7.3cvs56
1376
1377         * src/common/utils.c
1378                 fix bug 2089, 'URLs ending with an underscore ('_')
1379                 are not correctly parsed'. thanks to Johan
1380
1381 2010-01-05 [colin]      3.7.3cvs55
1382
1383         * po/fr.po
1384                 Update french translation
1385
1386 2010-01-04 [mones]      3.7.3cvs54
1387
1388         * po/es.po
1389                 Update Spanish translation
1390
1391 2010-01-04 [mones]      3.7.3cvs53
1392
1393         * manual/plugins.xml
1394                 Some format
1395         * manual/es/claws-mail-manual.xml
1396         * manual/es/intro.xml
1397         * manual/es/plugins.xml
1398                 Synchronise with English version
1399
1400 2010-01-03 [paul]       3.7.3cvs52
1401
1402         * ChangeLog
1403                 fix format
1404         * src/gtk/authors.h
1405                 update TEAM_LIST, fix encoding
1406
1407 2010-01-03 [mir]        3.7.3cvs51
1408
1409         * src/compose.c
1410                 When composing to a NNTP list TO: will always be preset
1411                 to the NNTP list unless user has chosen some other default
1412                 in which case we will handle this the normal way. Therefore
1413                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
1414
1415 2010-01-01 [paul]       3.7.3cvs50
1416
1417         * src/gtk/about.c
1418                 bump copyright year whilst it's in mind
1419
1420 2009-12-31 [paul]       3.7.3cvs49
1421
1422         * manual/claws-mail-manual.xml
1423         * manual/intro.xml
1424         * manual/plugins.xml
1425                 fix links so that they make sense in the context of the
1426                 text version of the manual
1427
1428 2009-12-31 [paul]       3.7.3cvs48
1429
1430         * manual/intro.xml
1431         * manual/plugins.xml
1432                 updates, improvements, corrections, additions
1433
1434 2009-12-29 [pawel]      3.7.3cvs47
1435
1436         * src/prefs_filtering_action.c
1437                 Fix Bug 2082 'Wrong color rectangle position when replacing
1438                 "color" processing rule'
1439
1440 2009-12-29 [colin]      3.7.3cvs46
1441
1442         * src/compose.c
1443                 Fix bug 2074, 'Remember sending account 
1444                 for sent messages'
1445
1446 2009-12-20 [holger]     3.7.3cvs45
1447
1448         * src/compose.c
1449                 Delay CREATED_HOOKLIST invokation until
1450                 after the modifications to the compose window
1451                 are done, to allow hooks to further modify the
1452                 window without getting overridden again
1453
1454 2009-12-20 [holger]     3.7.3cvs44
1455
1456         * src/prefs_toolbar.h
1457                 Fix last commit
1458
1459 2009-12-20 [holger]     3.7.3cvs43
1460
1461         * src/prefs_toolbar.c
1462         * src/prefs_toolbar.h
1463         * src/toolbar.c
1464                 Pass window struct to caller
1465
1466 2009-12-20 [holger]     3.7.3cvs42
1467
1468         * src/compose.c
1469         * src/compose.h
1470                 Add hooklist after creation of a compose window
1471
1472 2009-12-19 [holger]     3.7.3cvs41
1473
1474         * src/prefs_toolbar.c
1475         * src/prefs_toolbar.h
1476         * src/toolbar.c
1477                 Allow plugins to choose to which toolbar they want
1478                 to add actions (main window, compose window, or message view)
1479
1480 2009-12-19 [paul]       3.7.3cvs40
1481
1482         * src/statusbar.c
1483                 fix statusbar in GTK+ 2.19.1
1484
1485 2009-12-10 [pawel]      3.7.3cvs39
1486
1487         * src/compose.c
1488                 Better fix for cvs28 regression
1489
1490 2009-12-10 [iwkse]      3.7.3cvs38
1491
1492         * src/compose.c
1493             Fix some indentation
1494
1495 2009-12-10 [iwkse]      3.7.3cvs37
1496
1497         * src/compose.c
1498             Add missing checks for gtkaspell: avoid
1499             crashing in some cases when Enchant is 
1500             enabled but the spell checker is disabled 
1501             in preferences.
1502
1503 2009-12-09 [colin]      3.7.3cvs36
1504
1505         * src/compose.c
1506                 Fix leak and unchecked accesses.
1507
1508 2009-12-09 [mir]        3.7.3cvs35
1509
1510         * src/compose.c
1511         Fix Bug 2072 "template at folder properties is not working"
1512         introduced in cvs24.
1513
1514 2009-12-08 [pawel]      3.7.3cvs34
1515
1516         * src/compose.c
1517                 When 'Reply All' remove current compose address from
1518                 Cc/Bcc list - fix for regression introduced in cvs28
1519
1520 2009-12-05 [pawel]      3.7.3cvs33
1521
1522         * src/messageview.c
1523                 Fix memory management, duh!
1524
1525 2009-12-04 [pawel]      3.7.3cvs32
1526
1527         * src/messageview.c
1528                 Use case insensitive comparison in search for
1529                 duplicate urls
1530         * src/uri_opener.c
1531                 Refresh scrollbars on every window open
1532
1533 2009-12-04 [pawel]      3.7.3cvs31
1534
1535         * src/compose.c
1536                 Highlight misspelled words when applying template and
1537                 check_while_typing option is on
1538
1539 2009-12-03 [pawel]      3.7.3cvs30
1540
1541         * src/compose.c
1542                 Highlight misspelled words in text inserted from file(s)
1543                 or pasted to message body when check_while_typing
1544                 options is on
1545
1546 2009-12-02 [pawel]      3.7.3cvs29
1547
1548         * src/compose.c
1549                 Revert first part of previous commit
1550
1551 2009-12-02 [pawel]      3.7.3cvs28
1552
1553         * src/compose.c
1554                 Fix Bug 2055 "duplicate mailing list reply if
1555                 List-Post + Reply-To present"
1556                 - Ignore Reply-To if answering to ML
1557                 - Improve parsing of List-Post header
1558
1559 2009-12-02 [pawel]      3.7.3cvs27
1560
1561         * src/compose.c
1562         * src/compose.h
1563                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
1564                 email had user in "From" and "CC"
1565                 Don't allow duplicate addresses in compose window headers
1566
1567 2009-12-02 [mones]      3.7.3cvs26
1568
1569         * manual/intro.xml
1570         * manual/es/intro.xml
1571         * manual/fr/intro.xml
1572         * manual/it/intro.xml
1573         * manual/pl/intro.xml
1574                 Make URL to point current site
1575
1576 2009-12-01 [holger]     3.7.3cvs25
1577
1578         * src/summaryview.c
1579         * src/summaryview.h
1580                 Introduce new drag type "claws-mail/msg-path-list" for
1581                 drag'n'drop of a message selection from the summaryview
1582                 into other applications. The drag data gets set to the
1583                 folder-item-id followed by message ids, separated by newlines.
1584                 This enables other applications to back-link to Claws Mail
1585                 via a "claws-mail --select" call after they received a drop.
1586
1587 2009-11-30 [mir]        3.7.3cvs24
1588
1589         * src/compose.c
1590            Place cursor in compose window according to provided input
1591            If to: is present place cursor in subject field and if both
1592            to: and subject: is present place cursor in body. If body: is
1593            present insert a new line after text and place cursor there.
1594
1595 2009-11-27 [mones]      3.7.3cvs23
1596
1597         * src/gtk/quicksearch.c
1598                 Allow viewing longer expressions if there's space
1599
1600 2009-11-25 [holger]     3.7.3cvs22
1601
1602         * Makefile.am
1603         * src/common/Makefile.am
1604         * src/common/utils.c
1605         * src/common/utils.h
1606                 Add a function to query the
1607                 filepath of the .desktop file
1608
1609 2009-11-25 [colin]      3.7.3cvs21
1610
1611         * src/imap.c
1612                 Fix bug 2063, 'glib assertion in GRelation use in 
1613                 imap.c'
1614
1615 2009-11-24 [pawel]      3.7.3cvs20
1616
1617         * src/common/utils.c
1618                 Fix Bug 2053 'Inconsistent application of Coloration 
1619                 of Message text'
1620                 Don't allow '<' character between quotation marks
1621
1622 2009-11-21 [holger]     3.7.3cvs19
1623
1624         * src/printing.c
1625                 Modify cairo clip handling in preview windows,
1626                 to prevent print preview windows from being blank
1627                 with GTK+ 2.18. Follow recommendation of the GTK+
1628                 documentation (section "Migrating to client side windows")
1629                 and create a new cairo context for each expose event.
1630
1631 2009-11-19 [pawel]      3.7.3cvs18
1632
1633         * Makefile.am
1634                 complete 3.7.3cvs15 so install is DESTDIR safe
1635                 remove icons with changed names on uninstall
1636
1637 2009-11-18 [pawel]      3.7.3cvs17
1638
1639         * src/news_gtk.c
1640                 remove unneeded and code-duplicating function
1641
1642 2009-11-18 [pawel]      3.7.3cvs16
1643
1644         * src/news_gtk.c
1645                 Fix Bug 2057 'Claws mail does not keep renamed names
1646                 of nntp-subscribed groups'
1647                 Check for already subscribed group using item->path for group
1648                 comparision as folders item->path != item->name may be truth 
1649                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1650
1651 2009-11-17 [pawel]      3.7.3cvs15
1652
1653         * Makefile.am
1654                 Fix Bug 2049 'some icons not copied?'
1655                 Install additional 64x64 and 128x128 icons
1656
1657 2009-11-17 [holger]     3.7.3cvs14
1658
1659         * src/prefs_toolbar.c
1660         * src/prefs_toolbar.h
1661         * src/toolbar.c
1662         * src/toolbar.h
1663                 Allow plugins to register toolbar items
1664
1665 2009-11-11 [pawel]      3.7.3cvs13
1666
1667         * src/addressbook.c
1668         * src/compose.c
1669         * src/compose.h
1670         * src/filtering.c
1671                 Fix Bug 1867 Changing account does not change BCC address
1672                 Set account specific headers when changing account
1673                 in compose window.
1674
1675 2009-11-07 [colin]      3.7.3cvs12
1676
1677         * src/gtk/prefswindow.c
1678                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1679                 Patch by Pawel
1680
1681 2009-11-07 [colin]      3.7.3cvs11
1682
1683         * src/gtk/spell_entry.c
1684                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1685                 Patch by Pawel Pekala
1686
1687 2009-10-27 [colin]      3.7.3cvs10
1688
1689         * src/folder.c
1690                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1691                 Don't try to check whether the folder is up-to-date if
1692                 the folder class doesn't implement set_mtime, as we don't
1693                 care in this case. This code exists since a long time, but
1694                 the bug was triggered by more scanning of queue folders 
1695                 since recently (when we added \Deleted handling).
1696
1697 2009-10-27 [colin]      3.7.3cvs9
1698
1699         * src/mainwindow.c
1700                 Try to fix registering as default client
1701                 on windows 7
1702
1703 2009-10-21 [wwp]        3.7.3cvs8
1704
1705         * src/common/utils.c
1706                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1707
1708 2009-10-21 [wwp]        3.7.3cvs7
1709
1710         * src/common/utils.c
1711                 Don't core dump when attempting to insert a non-existing
1712                 file using a mailto: uri (g_error does core dump).
1713
1714 2009-10-20 [colin]      3.7.3cvs6
1715
1716         * src/common/utils.c
1717                 Don't g_error on normal warnings...
1718
1719 2009-10-20 [colin]      3.7.3cvs5
1720
1721         * src/plugins/pgpcore/sgpgme.c
1722                 Fix bug 1996, 'S/MIME key not selected'
1723                 Check for S/MIME certs too
1724
1725 2009-10-20 [colin]      3.7.3cvs4
1726
1727         * src/common/w32lib.h
1728                 Fix win32 build on latest mingw32
1729
1730 2009-10-20 [colin]      3.7.3cvs3
1731
1732         * src/exportldif.c
1733         * src/ldif.c
1734         * src/ldif.h
1735                 Fix LDIF export. Patch by Michael Rasmussen
1736
1737 2009-10-18 [paul]       3.7.3cvs2
1738
1739         * tools/claws.i18n.status.pl
1740                 increase the value of $transolddays since we're relasing less
1741                 often now.
1742                 rework the en_GB.po hack so that en_GB is always 100% translated
1743                 and recently updated
1744
1745 2009-10-17 [paul]       3.7.3cvs1
1746
1747         * src/prefs_account.c
1748         * src/prefs_compose_writing.c
1749         * src/prefs_receive.c
1750         * src/prefs_summaries.c
1751         * src/prefs_wrapping.c
1752                 reword a few labels. (this incorporates everything
1753                 that seemed worthwhile from bug 2020)
1754         * src/prefs_customheader.c
1755                 use a 'Browse' button instead of button with
1756                 label 'From file...'
1757
1758 2009-10-12 [colin]
1759
1760         * CVS repository change
1761
1762 2009-10-09 [paul[       3.7.3
1763
1764         version 3.7.3 unleashed!!
1765
1766 2009-10-07 [paul]       3.7.2cvs49
1767
1768         * src/folderview.c
1769         * src/folderview.h
1770         * src/mainwindow.c
1771                 fix  Bug 1994 -  Changing colors required restart.
1772                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1773                 more accurate folderview_reinit_fonts()
1774
1775 2009-10-07 [paul]       3.7.2cvs48
1776
1777         * src/addrgather.c
1778         * src/prefs_common.c
1779         * src/prefs_common.h
1780                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
1781                 patch by Pawel Pekala
1782
1783 2009-10-07 [paul]       3.7.2cvs47
1784
1785         * po/cs.po
1786         * po/de.po
1787         * po/hu.po
1788         * po/id.po
1789         * po/ja.po
1790         * po/pt_BR.po
1791                 updated by David Vachulka, Stephan Sachse and Marc Arens,
1792                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1793                 Goncalves Guimaraes
1794
1795 2009-10-06 [colin]      3.7.2cvs46
1796
1797         * po/fr.po
1798                 French translation update
1799
1800 2009-10-05 [paul]       3.7.2cvs45
1801
1802         * src/printing.c
1803                 enable Page Size and Orientation in the print dialog,
1804                 GTK+ >= 2.18.x only. Patch by Mark__T
1805
1806 2009-10-05 [paul]       3.7.2cvs44
1807
1808         * src/prefs_summaries.c
1809                 fix label, startup --> start-up, to match other uses of the
1810                 term
1811
1812 2009-10-05 [paul]       3.7.2cvs43
1813
1814         * po/pl.po
1815                 updated by Emilian Nowak
1816
1817 2009-10-03 [colin]      3.7.2cvs42
1818
1819         * src/mimeview.c
1820         * src/noticeview.c
1821         * src/gtk/gtkcmclist.c
1822         * src/gtk/gtkvscrollbutton.c
1823         * src/gtk/logwindow.c
1824                 GTK+ 2.18 fixes:
1825                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1826                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1827                 Fix warning at start
1828
1829 2009-09-28 [colin]      3.7.2cvs41
1830
1831         * src/matcher.c
1832         * src/mimeview.c
1833         * src/prefs_folder_item.c
1834                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1835
1836 2009-09-28 [colin]      3.7.2cvs40
1837
1838         * src/prefs_summaries.c
1839         * src/gtk/sslcertwindow.c
1840                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
1841                 shows up garbled in GUI'. Patch by Pawel Pekala
1842
1843 2009-09-24 [iwkse]      3.7.2cvs39
1844
1845         * configure.ac
1846             That's only for statistics, of course :)
1847
1848 2009-09-24 [iwkse]      3.7.2cvs38
1849
1850         * configure.ac
1851             ...
1852
1853 2009-09-24 [iwkse]      3.7.2cvs37
1854
1855         * configure.ac
1856             Revert unwanted change
1857
1858 2009-09-24 [iwkse]      3.7.2cvs36
1859
1860         * src/action.c
1861             Fix issue with filtering actions and 
1862             parsed parameters
1863
1864 2009-09-20 [mones]      3.7.2cvs35
1865
1866         * tools/convert_mbox.pl
1867                 Add -R flag to support recursive conversions
1868                 of arbitrary Evolution mail folders, based on
1869                 bash script by Daniel Dickinson (fixes debian 
1870                 bug #461435) 
1871         * tools/popfile-link.sh
1872                 Set required shell for script (fixes debian 
1873                 bug #530057)
1874
1875 2009-09-16 [colin]      3.7.2cvs34
1876
1877         * src/main.c
1878                 Go grab files in /etc/skel if they exist
1879                 at first startup 
1880
1881 2009-09-15 [colin]      3.7.2cvs33
1882
1883         * src/procmime.c
1884                 Complete 3.7.1cvs42: only output directly to
1885                 final file if we get NULL byes at the start.
1886                 Still fixes saving UTF16 files, but also
1887                 fixes displaying Base64 parts with decoding
1888                 errors (parts without errors get displayed)
1889
1890 2009-09-14 [colin]      3.7.2cvs32
1891
1892         * src/matcher.c
1893         * src/matcher.h
1894         * src/matcher_parser_parse.y
1895         * src/prefs_matcher.c
1896                 Add 'has_attachment' and 'signed' matcher
1897                 expressions. Patch by Aleksei Miheev, fixes
1898                 bug 1997. 
1899
1900 2009-09-14 [colin]      3.7.2cvs31
1901
1902         * src/common/utils.c
1903                 Add "Re :" prefix from french Yahoo mail.
1904                 Patch by Didier Barvaux, fixes bug 1999
1905
1906 2009-09-10 [mones]      3.7.2cvs30
1907
1908         * manual/plugins.xml
1909                 Fix sites supported by SpamReport
1910         * manual/es/plugins.xml
1911                 Synchronise Spanish manual
1912
1913 2009-09-07 [holger]     3.7.2cvs29
1914
1915         * Makefile.am
1916                 Also update the icon cache on uninstall.
1917                 This prevents possible problems when Claws Mail was
1918                 uninstalled and installed again into a different location,
1919                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1920                 and the blog post linked therein
1921
1922 2009-09-07 [paul]       3.7.2cvs28
1923
1924         * src/prefs_toolbar.c
1925                 when updating the main toolbar icons just update
1926                 the main toolbar (and consequently fix a bug where
1927                 folderview icons would disappear)
1928
1929 2009-08-30 [holger]     3.7.2cvs27
1930
1931         * src/compose.c
1932                 Do case-insensitive comparison against
1933                 header names when extracting recipients
1934                 from composed mails
1935
1936 2009-08-23 [colin]      3.7.2cvs26
1937
1938         * src/mbox.c
1939                 Probably fix RH bug 512024, " folder.c:3543 
1940                 Condition msglist != NULL failed"
1941
1942 2009-08-23 [colin]      3.7.2cvs25
1943
1944         * src/prefs_compose_writing.c
1945                 Make the maximum size warning bigger. Patch
1946                 by Didier Barvaux on bug 1986.
1947
1948 2009-08-21 [colin]      3.7.2cvs24
1949
1950         * src/compose.c
1951                 Previous commit: move the function into compose_insert_file
1952                 so that it's also used on drag-n-drop
1953
1954 2009-08-21 [colin]      3.7.2cvs23
1955
1956         * src/compose.c
1957                 Fix scrolling when adding an header
1958
1959 2009-08-21 [colin]      3.7.2cvs22
1960
1961         * src/compose.c
1962         * src/prefs_common.c
1963         * src/prefs_common.h
1964         * src/prefs_compose_writing.c
1965         * src/common/utils.c
1966                 Fix bug 1986, "New feature: warn user when inserting 
1967                 a large file in the message body". Patch by Didier
1968                 Barvaux
1969
1970 2009-08-21 [colin]      3.7.2cvs21
1971
1972         * AUTHORS
1973         * src/gtk/authors.h
1974         * src/common/utils.c
1975                 Fix bug 1984: Add R�f. : reply prefix (french 
1976                 Lotus Notes); patch by Didier Barvaux
1977
1978 2009-08-21 [colin]      3.7.2cvs20
1979
1980         * src/codeconv.c
1981         * src/codeconv.h
1982                 Fix bug 1969, 'Bad guess for outgoing encoding'
1983                 Make sure the specific converters (japanese in
1984                 this case) can return success/error in strict
1985                 mode, instead of silently failing back to 
1986                 strncpy
1987
1988 2009-08-20 [holger]     3.7.2cvs19
1989
1990         * src/compose.c
1991         * src/compose.h
1992                 Make it possible for code outside
1993                 compose (e.g. plugins) to attach files
1994
1995 2009-08-20 [colin]      3.7.2cvs18
1996
1997         * src/main.c
1998                 Fix crash when accessing IMAP soon
1999
2000 2009-08-18 [colin]      3.7.2cvs17
2001
2002         * src/ldapquery.c
2003                 Maybe fix crash on non-existent LDAP server
2004
2005 2009-08-04 [colin]      3.7.2cvs16
2006
2007         * src/toolbar.c
2008                 Fix toolbar's spacing that breaks dark
2009                 themes (patch from http://blogs.igalia.com/aperez/
2010                 2009/07/making-claws-mail-look-better/)
2011
2012 2009-07-28 [colin]      3.7.2cvs15
2013
2014         * src/account.c
2015         * src/addrcustomattr.c
2016         * src/addressadd.c
2017         * src/addressbook_foldersel.c
2018         * src/addrgather.c
2019         * src/browseldap.c
2020         * src/compose.c
2021         * src/editbook.c
2022         * src/editgroup.c
2023         * src/editjpilot.c
2024         * src/editldap.c
2025         * src/editldap_basedn.c
2026         * src/edittags.c
2027         * src/editvcard.c
2028         * src/exphtmldlg.c
2029         * src/expldifdlg.c
2030         * src/export.c
2031         * src/foldersel.c
2032         * src/import.c
2033         * src/importldif.c
2034         * src/importmutt.c
2035         * src/importpine.c
2036         * src/prefs_actions.c
2037         * src/prefs_customheader.c
2038         * src/prefs_display_header.c
2039         * src/prefs_filtering.c
2040         * src/prefs_folder_column.c
2041         * src/prefs_matcher.c
2042         * src/prefs_summary_column.c
2043         * src/prefs_summary_open.c
2044         * src/prefs_template.c
2045         * src/textview.c
2046         * src/uri_opener.c
2047                 Fix bug 1950, 'Program freeze up during folder selection'
2048                 Don't leave hidden windows modal
2049
2050 2009-07-28 [colin]      3.7.2cvs14
2051
2052         * src/ldapquery.c
2053                 Fix bug 1957, 'LDAP errs out after searching too 
2054                 many search bases'
2055
2056 2009-07-28 [colin]      3.7.2cvs13
2057
2058         * src/summaryview.c
2059                 Fix bug 1966, '"Collapse all threads" slower than 
2060                 "Expand all threads"'
2061
2062 2009-07-28 [colin]      3.7.2cvs12
2063
2064         * src/common/session.c
2065                 Fix bug 1967, 'Claws gets stuck after accepting 
2066                 a certificate warning dialog'
2067
2068 2009-07-19 [paul]       3.7.2cvs11
2069
2070         * manual/plugins.xml
2071                 a few small changes to the English
2072
2073 2009-07-18 [mones]      3.7.2cvs10
2074
2075         * manual/plugins.xml
2076                 Add new bsfilter and fancy plugins to the docs
2077                 and a note about dealing with plugins of the same class
2078         * src/prefs_account.c
2079                 Fix extra space at the end typo
2080
2081 2009-07-16 [colin]      3.7.2cvs9
2082
2083         * src/summaryview.c
2084                 Fix wrong return without unlocking; thanks
2085                 to mupuf_
2086
2087 2009-07-14 [colin]      3.7.2cvs8
2088
2089         * src/imap.c
2090                 Fix bug 1954, 'Segfault on reading wrong STATUS'
2091
2092 2009-07-10 [colin]      3.7.2cvs7
2093
2094         * src/plugins/pgpcore/plugin.def
2095         * src/common/utils.h
2096                 Fix windows port
2097
2098 2009-07-10 [colin]      3.7.2cvs6
2099
2100         * src/prefs_display_header.c
2101                 Fix bug 1951, 'C-Mail dumps core when editing 
2102                 displayed headers'. Patch by Alexey Rusakov
2103
2104 2009-07-10 [colin]      3.7.2cvs5
2105
2106         * src/folderview.c
2107                 Fix bug 1952, 'Deleted mails in Queue folder 
2108                 highlight it'.
2109
2110 2009-07-09 [colin]      3.7.2cvs4
2111
2112         * src/gtk/spell_entry.c
2113                 Fix bug 1949, 'Spell checker doesn't recognise 
2114                 certain word in Subject header, but does in 
2115                 message body'. Patch by Pawel Pekala.
2116
2117 2009-07-09 [paul]       3.7.2cvs3
2118
2119         * configure.ac
2120                 use pkgconfig to check for the minimum required
2121                 version of GnuTLS
2122
2123 2009-07-06 [colin]      3.7.2cvs2
2124
2125         * src/prefs_customheader.c
2126                 Fix build failure
2127
2128 2009-07-04 [paul]       3.7.2cvs1
2129
2130         * tools/claws.i18n.status.pl
2131                 updated
2132
2133 2009-07-03 [paul]       3.7.2
2134
2135         * NEWS
2136         * README
2137         * RELEASE_NOTES 
2138                 3.7.2 released!
2139
2140 2009-07-03 [paul]       3.7.1cvs85
2141
2142         * AUTHORS
2143         * configure.ac
2144         * po/pt_PT.po
2145         * po/sk.po
2146         * src/gtk/authors.h
2147                 added new translations by Tiago Faria and Slavko
2148         * po/bg.po
2149         * po/cs.po
2150         * po/de.po
2151         * po/es.po
2152         * po/fi.po
2153         * po/fr.po
2154         * po/hu.po
2155         * po/id.po
2156         * po/it.po
2157         * po/ja.po
2158         * po/pt_BR.po
2159         * po/ru.po
2160                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
2161                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
2162                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
2163                 Goncalves Guimaraes, Aleksei Miheev
2164
2165 2009-07-01 [colin]      3.7.1cvs84
2166
2167         * src/prefs_common.c
2168                 Fix bug 1940, 'Doesn't open links in 
2169                 user's default browser'. Turn the preference
2170                 to TRUE by default; that will only change the
2171                 behaviour for new users.
2172
2173 2009-06-29 [colin]      3.7.1cvs83
2174
2175         * src/filtering.c
2176         * src/filtering.h
2177         * src/prefs_filtering_action.c
2178                 Fix bug 1935, 'problems with very long filtering actions':
2179                 Use a dynamic buffer in action to string, and a bigger
2180                 buffer in string to action
2181
2182 2009-06-29 [colin]      3.7.1cvs82
2183
2184         * src/matcher_parser_lex.l
2185                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2186
2187 2009-06-29 [colin]      3.7.1cvs81
2188
2189         * src/addressbook.c
2190                 Fix warnings
2191         * src/editgroup.c
2192                 Fix crash (out-of-bounds tree column)
2193         * src/gtk/gtkcmctree.c
2194         * src/gtk/gtksctree.c
2195                 Prevent using an out-of-bounds tree column
2196
2197 2009-06-29 [colin]      3.7.1cvs80
2198
2199         * src/ldapupdate.c
2200         * src/ldif.c
2201                 Leak fixes; patch by Pawel Pekala.
2202
2203 2009-06-26 [colin]      3.7.1cvs79
2204
2205         * src/summaryview.c
2206                 Sort by msgnum if dates are equal
2207
2208 2009-06-24 [paul]       3.7.1cvs78
2209
2210         * src/summaryview.c
2211                 make some (forgotten) strings translatable
2212
2213 2009-06-19 [colin]      3.7.1cvs77
2214
2215         * src/summaryview.c
2216                 Fix menu sensitiveness
2217
2218 2009-06-18 [colin]      3.7.1cvs76
2219
2220         * configure.ac
2221         * src/plugins/pgpcore/sgpgme.c
2222         * src/plugins/pgpcore/sgpgme.h
2223         * src/plugins/pgpmime/mypgpcore.def
2224         * src/plugins/pgpmime/pgpmime.c
2225         * src/plugins/smime/mypgpcore.def
2226         * src/plugins/smime/smime.c
2227                 Use largefile support (and stop using our old GPGME
2228                 hack on gpgme_data_seek/rewind)
2229                 (See 1.9.12cvs44 to 46 - if this breaks things we 
2230                 should soon know :)
2231
2232 2009-06-13 [colin]      3.7.1cvs75
2233
2234         * src/gtk/spell_entry.c
2235                 Fix assertion. We can put a NULL gtkaspell to
2236                 an entry; it just means it won't be spell-checked.
2237
2238 2009-06-12 [mones]      3.7.1cvs74
2239
2240         * src/compose.c
2241         * src/messageview.c
2242         * src/prefs_account.c
2243         * src/prefs_account.h
2244         * src/common/utils.c
2245         * src/common/utils.h
2246                 Added preference to use account address in generated
2247                 Message-Id. Fixes Debian bug #531052
2248
2249 2009-06-12 [colin]      3.7.1cvs73
2250
2251         * src/common/ssl.c
2252                 Better fix, API-compatible with libgnutls13
2253
2254 2009-06-12 [colin]      3.7.1cvs72
2255
2256         * src/common/ssl.c
2257                 Use compatibility mode in GnuTLS, and avoid problems with 
2258                 servers that don't comply 100% with the spec, but still
2259                 exist.
2260
2261 2009-06-06 [iwkse]      3.7.1cvs71
2262
2263         * src/compose.c
2264                 Ops..revert a mix with another patch
2265
2266 2009-06-06 [iwkse]      3.7.1cvs70
2267
2268         * src/compose.c
2269                 A better fix for the previous commit's issue
2270
2271 2009-06-06 [iwkse]      3.7.1cvs69
2272
2273         * src/compose.c
2274                 Fix shutting down of Claws Mail while a GTK_Return keypress 
2275                 event is sent to the Attach property window
2276
2277 2009-06-05 [colin]      3.7.1cvs68
2278
2279         * src/compose.c
2280                 Fix build on GTK+ 2.6
2281
2282 2009-06-03 [mones]      3.7.1cvs67
2283
2284         * tools/make.themes.project
2285                 Oops! fix header, sorry Paul ;-)
2286
2287 2009-06-03 [mones]      3.7.1cvs66
2288
2289         * tools/make.themes.project
2290                 Add support for PNG themes and other
2291                 fixes i don't remember now... :)
2292
2293 2009-06-02 [colin]      3.7.1cvs65
2294
2295         * src/compose.c
2296         * src/prefs_template.c
2297         * src/quote_fmt.c
2298                 Fix error messages in templates, and fix their
2299                 checking
2300
2301 2009-05-22 [colin]      3.7.1cvs64
2302
2303         * src/compose.c
2304                 And remove hbox too
2305
2306 2009-05-22 [colin]      3.7.1cvs63
2307
2308         * src/compose.c
2309                 Fix phantom button behind entry when
2310                 changing fields via Tools/Reply mode.
2311
2312 2009-05-22 [colin]      3.7.1cvs62
2313
2314         * src/compose.c
2315                 Fix icon size
2316
2317 2009-05-21 [mones]      3.7.1cvs61
2318
2319         * src/compose.c
2320         * src/compose.h
2321                 Add button to empty header lines with one click
2322
2323 2009-05-21 [paul]       3.7.1cvs60
2324
2325         * src/mainwindow.c
2326         * src/mainwindow.h
2327         * src/plugins/trayicon/trayicon.c
2328                 when quitting from the trayicon, honour
2329                 prefs_common.clean_on_exit
2330
2331 2009-05-21 [paul]       3.7.1cvs59
2332
2333         * src/gtk/Makefile.am
2334                 remove duplicate entry
2335                 thanks to Charles A Edwards
2336
2337 2009-05-19 [paul]       3.7.1cvs58
2338
2339         * src/send_message.c
2340                 clear progressbar in the statusbar on 'Cancel'
2341
2342 2009-05-16 [colin]      3.7.1cvs57
2343
2344         * AUTHORS
2345         * src/gtk/authors.h
2346                 Add Fabian
2347
2348 2009-05-16 [colin]      3.7.1cvs56
2349
2350         * src/msgcache.c
2351                 Remove msgnum>0 condition for removing messages
2352                 from caches. There's no such condition on add.
2353                 Fixes bug 1913, 'Allow to remove phantom 
2354                 messages from the cache'; patch by Fabian
2355                 Keil <fk at fabiankeil.de>
2356
2357 2009-05-12 [holger]     3.7.1cvs55
2358
2359         * src/messageview.c
2360         * src/messageview.h
2361                 Introduce hook after showing of the message view
2362
2363 2009-05-11 [colin]      3.7.1cvs54
2364
2365         * src/compose.c
2366                 Fix bug 1872, 'A: Cc: CCi: selector should 
2367                 default on same as preceding contact'
2368
2369 2009-05-10 [holger]     3.7.1cvs53
2370
2371         * src/addr_compl.c
2372         * src/addr_compl.h
2373                 Add a hook to make it possible for plugins to
2374                 modify the address completion list
2375
2376 2009-05-06 [paul]       3.7.1cvs52
2377
2378         * src/folder.c
2379         * src/mimeview.c
2380                 fix bug 1915, 'Mails signed with smime.p7s
2381                 display both signed and attachment icon.'
2382
2383 2009-05-05 [colin]      3.7.1cvs51
2384
2385         * src/common/utils.c
2386                 Fix patch :)
2387
2388 2009-05-05 [colin]      3.7.1cvs50
2389
2390         * src/common/utils.c
2391                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
2392                 different mountpoint than tempdir'
2393
2394 2009-05-04 [colin]      3.7.1cvs49
2395
2396         * src/msgcache.c
2397                 Probably fix bug 1914, 'Crash reading
2398                 corrupted tags file'
2399
2400 2009-04-26 [paul]       3.7.1cvs48
2401
2402         * configure.ac
2403         * src/gtk/gtkaspell.h
2404                 fix bug 1904, 'build mechanism looks for
2405                 'enchant.h' in a wrong place'
2406
2407 2009-04-25 [paul]       3.7.1cvs47
2408
2409         * src/printing.c
2410                 gah! fix coding style!
2411
2412 2009-04-25 [paul]       3.7.1cvs46
2413
2414         * src/printing.c
2415         * src/toolbar.c
2416                 if building with GTK+ >= 2.16 use
2417                 gtk_orientable_set_orientation() instead of now
2418                 deprecated gtk_toolbar_set_orientation()
2419
2420 2009-04-24 [colin]      3.7.1cvs45
2421
2422         * src/compose.c
2423                 Ask before sending if an attached file has
2424                 disappeared.
2425
2426 2009-04-19 [paul]       3.7.1cvs44
2427
2428         * src/prefs_common.c
2429         * src/prefs_common.h
2430         * src/gtk/about.c
2431                 save About window size.
2432                 patch by Pawel Pekala
2433
2434 2009-04-12 [paul]       3.7.1cvs43
2435
2436         * tools/csv2addressbook.pl
2437                 add extra CSV fields that are now appended
2438                 by thunderbird (version 2.0.0.21)
2439
2440 2009-04-08 [colin]      3.7.1cvs42
2441
2442         * src/procmime.c
2443                 fix saving (but not displaying) of UTF-16
2444                 files
2445
2446 2009-04-08 [colin]      3.7.1cvs41
2447
2448         * src/gtk/manage_window.c
2449                 Disable transient windows on win32 - seems to
2450                 fix most focusing issues
2451
2452 2009-04-05 [colin]      3.7.1cvs40
2453
2454         * src/procmsg.c
2455                 Don't ask whether we want to send deleted mails in queue
2456                 folders; also, don't send deleted mails when flushing
2457                 queues
2458
2459 2009-04-04 [paul]       3.7.1cvs39
2460
2461         * AUTHORS
2462         * configure.ac
2463         * po/id.po
2464         * src/gtk/authors.h
2465         * tools/claws.i18n.status.pl
2466                 add new Indonesian translation, by
2467                 MSulchan Darmawan
2468
2469 2009-04-03 [paul]       3.7.1cvs38
2470
2471         * AUTHORS
2472         * src/gtk/authors.h
2473                 credit due
2474
2475 2009-04-03 [colin]      3.7.1cvs37
2476
2477         * src/compose.c
2478         * src/textview.c
2479                 Fix bug 1891, 'Add support for gopher:// links'
2480                 Patch by Jacob Head <clawsmail at jacob-head.com>
2481                 Let's go back to the roots! 
2482
2483 2009-04-03 [paul]       3.7.1cvs36
2484
2485         * m4/Makefile.am
2486                 complete cvs35
2487
2488 2009-04-03 [paul]       3.7.1cvs35
2489
2490         * configure.ac
2491                 add AC_CONFIG_MACRO_DIR([m4])
2492                 remove CLAWS_ACLOCAL_INCLUDE(m4)
2493         * m4/aclocal-include.m4
2494                 removed this now unneeded file
2495
2496 2009-04-02 [colin]      3.7.1cvs34
2497
2498         * src/common/utils.h
2499                 Fix previous (thanks to Marcus :)
2500
2501 2009-04-02 [colin]      3.7.1cvs33
2502
2503         * src/common/utils.h
2504         * src/etpan/etpan-thread-manager.c
2505                 pipe() was a macro from GLib on win32 until
2506                 glib 2.13.2. It's undefined after that.
2507                 Thanks to Marcus Brinkmann for the heads-up!
2508
2509 2009-03-31 [colin]      3.7.1cvs32
2510
2511         * src/folder_item_prefs.c
2512                 Copy folder settings with prefs
2513
2514 2009-03-31 [colin]      3.7.1cvs31
2515
2516         * src/prefs_account.c
2517                 Don't use un-sensitive checkboxes in Privacy tab
2518                 when privacy system in None (makes unchecking 
2519                 painful when no privacy plugin is loaded)
2520
2521 2009-03-30 [colin]      3.7.1cvs30
2522
2523         * src/folder.c
2524         * src/folder.h
2525         * src/imap.c
2526         * src/mainwindow.c
2527         * src/mainwindow.h
2528         * src/prefs_account.c
2529         * src/prefs_account.h
2530         * src/summaryview.c
2531         * src/summaryview.h
2532                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
2533                 Add an option on the Receive page of IMAP account preferences:
2534                 "Move deleted mails to trash and expunge immediately". This
2535                 option defaults to TRUE to avoid changing the existing behaviour.
2536                 Setting it to FALSE prevents automatic expunging. 
2537                 Also, add Tools/Expunge and View/Hide deleted messages menu items
2538                 (View/Hide deleted message being a per-folder setting, and behaving,
2539                 like View/Hide read messages).
2540
2541 2009-03-30 [colin]      3.7.1cvs29
2542
2543         * src/imap.c
2544                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
2545                 ask for IMAP password when using GSSAPI auth
2546
2547 2009-03-27 [colin]      3.7.1cvs28
2548
2549         * src/folder.c
2550                 Fix cvs14, make sure we mark non-existent caches dirty
2551                 (or they never get written)
2552
2553 2009-03-27 [colin]      3.7.1cvs27
2554
2555         * src/imap.c
2556                 Fix tag update when all tags are removed 
2557                 from another client
2558
2559 2009-03-25 [colin]      3.7.1cvs26
2560
2561         * configure.ac
2562                 Fix configure.ac, thanks to Pawel
2563
2564 2009-03-25 [colin]      3.7.1cvs25
2565
2566         * src/news.c
2567         * src/etpan/nntp-thread.c
2568                 Fix header fetching (NG/To/Cc). Fixes 
2569                 bug 1883, 'Message processing fails to 
2570                 act on Newsgroups: field'
2571
2572 2009-03-23 [colin]      3.7.1cvs24
2573
2574         * src/textview.c
2575                 Fix internal headers visible in queue/sent
2576
2577 2009-03-23 [colin]      3.7.1cvs23
2578
2579         * configure.ac
2580                 Fix check for RC (resource compiler) used
2581                 on win32 (AC_LIBTOOL_RC used to call it 
2582                 implicitely but stopped)
2583
2584 2009-03-19 [colin]      3.7.1cvs22
2585
2586         * src/toolbar.c
2587                 Put spam button in default toolbar even if
2588                 bogofilter and spamassassin are not built.
2589                 Other anti-spam plugin could exist! :)
2590         * src/common/utils.c
2591                 Fix exit status fetch on win32
2592
2593 2009-03-18 [paul]       3.7.1cvs21
2594
2595         * src/gtk/spell_entry.c
2596                 fix "[BUG] Wrong word replaced in 'Subject:'
2597                 when spell-checking correction used"
2598                 Patch by Pawel Pekala
2599
2600 2009-03-17 [colin]      3.7.1cvs20
2601
2602         * src/common/utils.c
2603                 Fix win32 build (from cvs12)
2604
2605 2009-03-17 [colin]      3.7.1cvs19
2606
2607         * src/compose.c
2608                 Fix bug 1735, 'Change To: and Newsgroups: 
2609                 recipient field according account type'
2610                 Patch by Pawel
2611
2612 2009-03-17 [colin]      3.7.1cvs18
2613
2614         * src/msgcache.c
2615         * src/prefs_common.c
2616         * src/prefs_common.h
2617         * src/prefs_other.c
2618         * src/common/prefs.c
2619                 Add preference for fsyncing metadata
2620
2621 2009-03-16 [paul]       3.7.1cvs17
2622
2623         * src/prefs_customheader.c
2624                 add forgotten #if HAVE_LIBCOMPFACE
2625
2626 2009-03-16 [paul]       3.7.1cvs16
2627
2628         * src/prefs_customheader.c
2629                 put the (X-)Face preview image below the up/down
2630                 buttons so they don't jump around.
2631                 make the list reorderable by drag'n'drop
2632
2633 2009-03-16 [colin]      3.7.1cvs15
2634
2635         * src/prefs_customheader.c
2636                 Add a (X-)Face preview. Patch by iwkse.
2637
2638 2009-03-16 [colin]      3.7.1cvs14
2639
2640         * src/compose.c
2641         * src/folder.c
2642         * src/folder.h
2643         * src/msgcache.c
2644         * src/common/prefs.c
2645                 Add fsync calls to make sure we don't
2646                 lose data on system crashes. (to do:
2647                 add a pref to allow people choosing raw
2648                 speed)
2649
2650 2009-03-15 [colin]      3.7.1cvs13
2651
2652         * src/gtk/gtkaspell.c
2653                 Fix empty menu when there are no
2654                 suggestions (using the Spelling menu)
2655
2656 2009-03-14 [colin]      3.7.1cvs12
2657
2658         * src/common/utils.c
2659                 Win32: fix subject prefix length
2660
2661 2009-03-11 [mones]      3.7.1cvs11
2662
2663         * po/es.po
2664                 fix encoding declared in header
2665                 update translation now we're at it
2666
2667 2009-03-10 [colin]      3.7.1cvs10
2668
2669         * src/messageview.c
2670                 Fix "wrong mime" message printed out multiple
2671                 times
2672
2673 2009-03-10 [colin]      3.7.1cvs9
2674
2675         * src/prefs_folder_item.c
2676                 Fix build
2677
2678 2009-03-09 [paul]       3.7.1cvs8
2679
2680         * src/prefs_folder_item.c
2681         * src/send_message.c
2682                 fixes to english text
2683
2684 2009-03-08 [paul]       3.7.1cvs7
2685
2686         * po/ja.po
2687                 correct errors in header
2688
2689 2009-03-08 [paul]       3.7.1cvs6
2690
2691         * AUTHORS
2692         * configure.ac
2693         * po/ja.po
2694         * src/gtk/authors.h
2695         * tools/claws.i18n.status.pl
2696                 add Japanese translation, submitted by kazken3
2697
2698 2009-03-07 [colin]      3.7.1cvs5
2699
2700         * src/messageview.c
2701                 Don't let the invalid MIME warning hide
2702                 other noticeview (Partial receive or 
2703                 return receipt).
2704
2705 2009-03-07 [colin]      3.7.1cvs4
2706
2707         * src/procmime.c
2708                 Fix build
2709
2710 2009-03-07 [colin]      3.7.1cvs3
2711
2712         * src/messageview.c
2713         * src/procmime.c
2714         * src/procmime.h
2715                 Handle mimeparts that lack an end boundary.
2716                 They're invalid but it's too annoying for
2717                 normal users to fix.
2718
2719 2009-03-06 [wwp]        3.7.1cvs2
2720
2721         * src/compose.c
2722         * src/folder_item_prefs.c
2723         * src/folder_item_prefs.h
2724         * src/prefs_folder_item.c
2725                 Add per-folder default cc, bcc and reply-to.
2726
2727 2009-03-06 [colin]      3.7.1cvs1
2728
2729         * src/gedit-print.c
2730         * src/gtk/gtksourceprintjob.c
2731                 Fix build with old print interface
2732
2733 2009-03-06 [paul]       3.7.1
2734
2735         * NEWS
2736         * README
2737         * RELEASE_NOTES 
2738                 3.7.1 released!
2739
2740 2009-03-06 [paul]       3.7.0cvs78
2741
2742         * po/cs.po
2743         * po/de.po
2744         * po/fi.po
2745         * po/fr.po
2746         * po/hu.po
2747         * po/nl.po
2748         * po/pt_BR.po
2749         * po/sv.po
2750         * po/zh_CN.po
2751                 updated by David Vachulka, Stephan Sachse, Flammie
2752                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2753                 Frederico Goncalves Guimaraes, Lars Persson Fink,
2754                 and Ralph Young
2755
2756 2009-03-03 [colin]      3.7.0cvs77
2757
2758         * src/prefs_filtering.c
2759                 Win32: Fix bug 1865, 'IMAP account name changes 
2760                 are not followed at filter actions'
2761
2762 2009-03-02 [colin]      3.7.0cvs76
2763
2764         * src/imap.c
2765                 Fix Launchpad bug 335571: 'claws-mail crashed 
2766                 with SIGSEGV in strlen() while deleting 
2767                 large amount of e-mails on IMAP account
2768
2769 2009-02-27 [mones]      3.7.0cvs75
2770
2771         * manual/es/account.xml
2772         * manual/es/ack.xml
2773         * manual/es/addrbook.xml
2774         * manual/es/advanced.xml
2775         * manual/es/claws-mail-manual.xml
2776         * manual/es/faq.xml
2777         * manual/es/glossary.xml
2778         * manual/es/gpl.xml
2779         * manual/es/handling.xml
2780         * manual/es/intro.xml
2781         * manual/es/keyboard.xml
2782         * manual/es/plugins.xml
2783         * manual/es/starting.xml
2784                 Sync with English version, fix some typos
2785                 Changed encoding to UTF-8
2786         * po/es.po
2787                 Update for release, changed encoding to UTF-8
2788
2789 2009-02-24 [colin]      3.7.0cvs74
2790
2791         * src/printing.c
2792                 Don't print separation line if there
2793                 are no headers
2794
2795 2009-02-23 [cleroy]     3.7.0cvs73
2796
2797         * src/account.c
2798         * src/action.c
2799         * src/addr_compl.c
2800         * src/addrbook.c
2801         * src/addrcache.c
2802         * src/addrcindex.c
2803         * src/addrclip.c
2804         * src/addrduplicates.c
2805         * src/addressadd.c
2806         * src/addressbook.c
2807         * src/addressbook_foldersel.c
2808         * src/addrharvest.c
2809         * src/addrindex.c
2810         * src/addritem.c
2811         * src/addrquery.c
2812         * src/addrselect.c
2813         * src/codeconv.c
2814         * src/compose.c
2815         * src/customheader.c
2816         * src/editaddress.c
2817         * src/editaddress_other_attributes_ldap.c
2818         * src/editgroup.c
2819         * src/editldap.c
2820         * src/enriched.c
2821         * src/exporthtml.c
2822         * src/exportldif.c
2823         * src/filtering.c
2824         * src/folder.c
2825         * src/foldersel.c
2826         * src/folderutils.c
2827         * src/folderview.c
2828         * src/gedit-print.c
2829         * src/html.c
2830         * src/imap.c
2831         * src/imap_gtk.c
2832         * src/inc.c
2833         * src/jpilot.c
2834         * src/ldapctrl.c
2835         * src/ldapquery.c
2836         * src/ldapserver.c
2837         * src/ldapupdate.c
2838         * src/ldif.c
2839         * src/localfolder.c
2840         * src/main.c
2841         * src/mainwindow.c
2842         * src/matcher.c
2843         * src/mbox.c
2844         * src/messageview.c
2845         * src/mh.c
2846         * src/mh_gtk.c
2847         * src/mimeview.c
2848         * src/msgcache.c
2849         * src/mutt.c
2850         * src/news.c
2851         * src/news_gtk.c
2852         * src/noticeview.c
2853         * src/pine.c
2854         * src/pop.c
2855         * src/prefs_account.c
2856         * src/prefs_actions.c
2857         * src/prefs_common.c
2858         * src/prefs_filtering.c
2859         * src/prefs_filtering_action.c
2860         * src/prefs_folder_column.c
2861         * src/prefs_folder_item.c
2862         * src/prefs_gtk.c
2863         * src/prefs_matcher.c
2864         * src/prefs_quote.c
2865         * src/prefs_send.c
2866         * src/prefs_summaries.c
2867         * src/prefs_summary_column.c
2868         * src/prefs_template.c
2869         * src/prefs_themes.c
2870         * src/prefs_toolbar.c
2871         * src/printing.c
2872         * src/privacy.c
2873         * src/procheader.c
2874         * src/procmime.c
2875         * src/procmsg.c
2876         * src/quote_fmt.c
2877         * src/remotefolder.c
2878         * src/send_message.c
2879         * src/sourcewindow.c
2880         * src/statusbar.c
2881         * src/stock_pixmap.c
2882         * src/summary_search.c
2883         * src/summaryview.c
2884         * src/textview.c
2885         * src/toolbar.c
2886         * src/undo.c
2887         * src/uri_opener.c
2888         * src/vcard.c
2889         * src/common/base64.c
2890         * src/common/claws.c
2891         * src/common/hooks.c
2892         * src/common/plugin.c
2893         * src/common/prefs.c
2894         * src/common/session.c
2895         * src/common/smtp.c
2896         * src/common/socket.c
2897         * src/common/string_match.c
2898         * src/common/stringtable.c
2899         * src/common/utils.c
2900         * src/common/utils.h
2901         * src/common/xml.c
2902         * src/common/xmlprops.c
2903         * src/gtk/colorlabel.c
2904         * src/gtk/combobox.c
2905         * src/gtk/foldersort.c
2906         * src/gtk/gtkaspell.c
2907         * src/gtk/gtkcmclist.c
2908         * src/gtk/gtkcmctree.c
2909         * src/gtk/gtkcmoptionmenu.c
2910         * src/gtk/gtksctree.c
2911         * src/gtk/gtkshruler.c
2912         * src/gtk/gtksourceprintjob.c
2913         * src/gtk/gtkutils.c
2914         * src/gtk/gtkvscrollbutton.c
2915         * src/gtk/logwindow.c
2916         * src/gtk/menu.c
2917         * src/gtk/pluginwindow.c
2918         * src/gtk/prefswindow.c
2919         * src/gtk/quicksearch.c
2920         * src/gtk/spell_entry.c
2921         * src/plugins/pgpcore/select-keys.c
2922         * src/plugins/pgpinline/pgpinline.c
2923         * src/plugins/pgpmime/pgpmime.c
2924         * src/plugins/smime/smime.c
2925         * src/plugins/spamassassin/spamassassin_gtk.c
2926                 Mass commit changing g_return_* to cm_return_*
2927                 and making these more interesting
2928
2929 2009-02-23 [colin]      3.7.0cvs72
2930
2931         * src/imap.c
2932                 Always initialise error code to no error
2933
2934 2009-02-23 [colin]      3.7.0cvs71
2935
2936         * src/imap.c
2937                 Fix separator substitution
2938
2939 2009-02-23 [colin]      3.7.0cvs70
2940
2941         * src/stock_pixmap.c
2942         * src/gtk/colorlabel.c
2943                 don't use g_return on normal checks
2944
2945 2009-02-22 [colin]      3.7.0cvs69
2946
2947         * src/addressbook.c
2948         * src/procmime.c
2949                 More fixes
2950
2951 2009-02-22 [colin]      3.7.0cvs68
2952
2953         * src/addrduplicates.c
2954         * src/addressbook.c
2955         * src/addrharvest.c
2956         * src/codeconv.c
2957         * src/compose.c
2958         * src/filtering.c
2959         * src/folder.c
2960         * src/imap.c
2961         * src/imap_gtk.c
2962         * src/importldif.c
2963         * src/jpilot.c
2964         * src/mainwindow.c
2965         * src/matcher.c
2966         * src/mbox.c
2967         * src/messageview.c
2968         * src/mh_gtk.c
2969         * src/prefs_common.c
2970         * src/prefs_filtering.c
2971         * src/prefs_gtk.c
2972         * src/printing.c
2973         * src/privacy.c
2974         * src/procmime.c
2975         * src/procmsg.c
2976         * src/summaryview.c
2977         * src/textview.c
2978         * src/undo.c
2979         * src/wizard.c
2980         * src/common/md5.c
2981         * src/common/socket.c
2982         * src/common/template.c
2983         * src/etpan/imap-thread.c
2984         * src/gtk/gtkaspell.c
2985         * src/gtk/gtkcmctree.c
2986         * src/gtk/gtksctree.c
2987         * src/gtk/inputdialog.c
2988         * src/plugins/pgpcore/sgpgme.c
2989         * src/plugins/pgpmime/pgpmime.c
2990         * src/plugins/smime/smime.c
2991         * src/plugins/spamassassin/spamassassin.c
2992                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
2993                 uninitialised accesses
2994
2995 2009-02-17 [colin]      3.7.0cvs67
2996
2997         * src/compose.c
2998                 Disable controls during queuing
2999
3000 2009-02-15 [colin]      3.7.0cvs66
3001
3002         * src/privacy.c
3003         * src/plugins/pgpcore/select-keys.c
3004         * src/plugins/pgpcore/sgpgme.c
3005                 Disable use of disabled keys
3006
3007 2009-02-15 [colin]      3.7.0cvs65
3008
3009         * src/folderview.c
3010         * src/summaryview.c
3011                 Fix font updating after changing 
3012                 prefs_common.derive_from_normal_font
3013
3014 2009-02-12 [paul]       3.7.0cvs64
3015
3016         * src/addressitem.h
3017         * src/export.h
3018         * src/headerview.c
3019         * src/headerview.h
3020         * src/common/version.h.in
3021         * src/gtk/about.h
3022         * src/gtk/menu.c
3023         * src/gtk/menu.h
3024                 more copyright header fixes
3025
3026 2009-02-12 [paul]       3.7.0cvs63
3027
3028         * src/gtk/progressdialog.c
3029         * src/gtk/progressdialog.h
3030                 fix copyright header
3031
3032 2009-02-12 [paul]       3.7.0cvs62
3033
3034         * src/gtk/spell_entry.c
3035         * src/gtk/spell_entry.h
3036                 better, more standard copyright header
3037
3038 2009-02-12 [paul]       3.7.0cvs61
3039
3040         * src/gtk/spell_entry.c
3041         * src/gtk/spell_entry.h
3042                 changes to copyright header
3043
3044 2009-02-12 [paul]       3.7.0cvs60
3045
3046         * src/gtk/spell_entry.c
3047         * src/gtk/spell_entry.h
3048                 fix broken build
3049
3050 2009-02-11 [colin]      3.7.0cvs59
3051
3052         * src/gtk/spell_entry.c
3053         * src/gtk/spell_entry.h
3054                 Forgot to add files
3055
3056 2009-02-11 [colin]      3.7.0cvs58
3057
3058         * src/compose.c
3059         * src/gtk/Makefile.am
3060         * src/gtk/gtkaspell.c
3061         * src/gtk/gtkaspell.h
3062                 Add spellcheck to subject. Patch by
3063                 Pawel.
3064
3065 2009-02-10 [holger]     3.7.0cvs57
3066
3067         * src/printing.c
3068         * src/common/defs.h
3069                 Move filename define for printing page setup cache to defs.h
3070
3071 2009-02-08 [mones]      3.7.0cvs56
3072
3073         * src/matcher.h
3074                 Fix build for bison 2.4.1
3075
3076 2009-02-06 [holger]     3.7.0cvs55
3077
3078         * src/prefs_common.c
3079         * src/prefs_common.h
3080         * src/printing.c
3081                 Fix restoring of custom page setups for printing by
3082                 temporarily caching the settings.
3083                 This is a workaround for Gnome Bug #39018, and fixes
3084                 Claws Mail Bug #1840.
3085
3086 2009-02-06 [colin]      3.7.0cvs54
3087
3088         * src/mainwindow.c
3089                 Fix hardcoded Shift-Q quits. Fixes
3090                 bug 1838, 'Claws-Mail sometimes quits 
3091                 when attempting to type a capital Q'
3092
3093 2009-01-31 [paul]       3.7.0cvs53
3094
3095         * src/compose.c
3096                 revert 3.7.0cvs49, until there is time to find out
3097                 why it causes a nasty crash!
3098
3099 2009-01-31 [paul]       3.7.0cvs52
3100
3101         * src/mainwindow.c
3102                 1 string that was forgotten for translation
3103
3104 2009-01-31 [paul]       3.7.0cvs51
3105
3106         * src/messageview.c
3107                 2 strings that were forgotten for translation
3108
3109 2009-01-31 [paul]       3.7.0cvs50
3110
3111         * src/gtk/prefswindow.c
3112                 build prefs tree in a slightly smarter way -
3113                 fix bug where if path[0] had same name as
3114                 path[1], (like in the de translation), path[1]
3115                 was lost and not shown in the window
3116
3117 2009-01-31 [paul]       3.7.0cvs49
3118
3119         * src/compose.c
3120                 fix bug 1836, 'Quoted text still blue after
3121                 removal of quote-character'
3122                 comment out some debug_print's that needlessly
3123                 slow things down
3124         * src/undo.c
3125                 comment out a debug_print that needlessly slows
3126                 things down
3127
3128 2009-01-31 [paul]       3.7.0cvs48
3129
3130         * src/summaryview.c
3131                 fix bug 1834, '"semi"-selection when collapsing thread'
3132
3133 2009-01-31 [paul]       3.7.0cvs47
3134
3135         * src/prefs_compose_writing.c
3136         * src/prefs_message.c
3137                 move 'quote_chars' pref to where it should be
3138
3139 2009-01-30 [paul]       3.7.0cvs46
3140
3141         * src/summaryview.c
3142                 fix updating of popup menu sensitivity
3143
3144 2009-01-28 [paul]       3.7.0cvs45
3145
3146         * tools/filter_conv_new.pl
3147                 move 'move' and 'delete' to end of @actions
3148                 so that they are always final actions in the
3149                 generated filtering rule
3150
3151 2009-01-27 [paul]       3.7.0cvs44
3152
3153         * src/messageview.c
3154                 always select text/calendar mimepart if suitable
3155                 plugin (i.e. vCalendar) is available
3156
3157 2009-01-27 [paul]       3.7.0cvs43
3158
3159         * src/folder.c
3160                 fix crash when right-clicking in summaryview when
3161                 processing is active
3162
3163 2009-01-22 [colin]      3.7.0cvs42
3164
3165         * src/compose.c
3166         * src/privacy.c
3167         * src/privacy.h
3168                 When replying to signed/encrypted mail and the
3169                 preference to sign/encrypt in this case is set,
3170                 choose the original mail's privacy system (if
3171                 available).
3172
3173 2009-01-21 [colin]      3.7.0cvs41
3174
3175         * src/addressbook.h
3176                 Fix warning (on-the-fly theming of
3177                 addressbook isn't complete yet)
3178
3179 2009-01-21 [colin]      3.7.0cvs40
3180
3181         * src/account.c
3182         * src/addressbook.c
3183                 Win32: Fix window placement
3184
3185 2009-01-21 [paul]       3.7.0cvs39
3186
3187         * src/inc.c
3188                 update timeout log msg
3189
3190 2009-01-17 [colin]      3.7.0cvs38
3191
3192         * src/main.c
3193         * src/mbox.c
3194         * src/common/md5.c
3195         * src/common/utils.c
3196         * src/etpan/imap-thread.c
3197                 Fix g_open calls (which don't ignore mode)
3198
3199 2009-01-17 [colin]      3.7.0cvs37
3200
3201         * src/addressbook.c
3202         * src/compose.c
3203         * src/foldersel.c
3204         * src/main.c
3205         * src/mainwindow.c
3206         * src/mbox.c
3207         * src/common/md5.c
3208         * src/common/ssl_certificate.c
3209         * src/common/tags.c
3210         * src/common/utils.c
3211         * src/etpan/imap-thread.c
3212         * src/plugins/bogofilter/bogofilter.c
3213         * src/plugins/pgpinline/pgpinline.c
3214         * src/plugins/smime/smime.c
3215                 Probably fix bug 1825, 'Unable to fetch messages from 
3216                 IMAP folders named with non-ASCII string'
3217                 Change remaining occurences of fopen and open with
3218                 g_fopen and g_open
3219
3220 2009-01-17 [paul]       3.7.0cvs36
3221
3222         * manual/faq.xml
3223                 update an old, outdated piece of info
3224
3225 2009-01-17 [paul]       3.7.0cvs35
3226
3227         * src/prefs_folder_item.c
3228                 fix bug where saving Folder Properties of a
3229                 sub-folder of outbox, queue, draft or trash
3230                 would change its parent's folder type to normal
3231
3232 2009-01-12 [mones]      3.7.0cvs34
3233
3234         * po/es.po
3235                 Updated translation
3236
3237 2009-01-12 [wwp]        3.7.0cvs33
3238
3239         * tools/fix_date.sh
3240         * tools/popfile-link.sh
3241         * tools/textviewer.sh
3242                 Fix bashisms and other portability glitches (thanks to
3243                 Steven M. Bellovin).
3244
3245 2009-01-11 [paul]       3.7.0cvs32
3246
3247         * src/addrindex.c
3248                 clean up some build warnings
3249
3250 2009-01-11 [colin]      3.7.0cvs31
3251
3252         * src/addrindex.c
3253                 Revert part of patch 3.7.0cvs29 
3254                 This function is used when jpilot
3255                 support is disabled
3256
3257 2009-01-11 [colin]      3.7.0cvs30
3258
3259         * src/folder.c
3260                 folder_find_child_item_by_name():
3261                 actually use name, not path's basename
3262
3263 2009-01-11 [paul]       3.7.0cvs29
3264
3265         * src/addrclip.c
3266         * src/addrindex.c
3267         * src/addritem.c
3268         * src/foldersel.h
3269         * src/folderview.c
3270         * src/prefs_folder_item.c
3271                 clean up some build warnings
3272
3273 2009-01-11 [paul]       3.7.0cvs28
3274
3275         * src/gtk/about.c
3276                 don't even mention printing support, assume its
3277                 presence, unless building with GTK+ < 2.10.0
3278
3279 2009-01-10 [colin]      3.7.0cvs27
3280
3281         * src/codeconv.c
3282                 Fix bug 1811, '[mime] Crash when there's no 
3283                 room for filename's start on the same line'
3284                 When the mimetype of the attachment is very 
3285                 long, there's no room at all to start the 
3286                 name=... parameter on the same line. This
3287                 caused an infinite loop as 0 characters of
3288                 the filename could be appended.
3289                 In such cases, insert linebreak before the
3290                 name parameter.
3291
3292 2009-01-09 [colin]      3.7.0cvs26
3293
3294         * src/compose.c
3295         * src/mainwindow.c
3296         * src/common/utils.c
3297                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
3298                 Compose Window does not attach'
3299
3300 2009-01-09 [colin]      3.7.0cvs25
3301
3302         * src/foldersel.c
3303                 Fix bug 1817, 'Changing Themes does not 
3304                 update the pixmaps in "Select folder" 
3305                 dialog box'
3306
3307 2009-01-09 [colin]      3.7.0cvs24
3308
3309         * src/main.c
3310                 Win32: Fix bug 1816, 'Attaching files with 
3311                 command-line generates error after attaching'
3312
3313 2009-01-09 [paul]       3.7.0cvs23
3314
3315         * src/gtk/about.c
3316                 forgot this '2009' in last commit
3317
3318 2009-01-09 [paul]       3.7.0cvs22
3319
3320         * src/*/*.[c,h]
3321                 it's 2009!
3322                 update copyright headers
3323
3324 2009-01-09 [paul]       3.7.0cvs21
3325
3326         * doc/man/claws-mail.1
3327                 update Team list
3328
3329 2009-01-09 [colin]      3.7.0cvs20
3330
3331         * src/messageview.c
3332                 Fix bug 1814, 'Windows' WM badly places 
3333                 message view'
3334
3335 2009-01-09 [colin]      3.7.0cvs19
3336
3337         * src/prefs_themes.c
3338         * src/stock_pixmap.c
3339         * src/stock_pixmap.h
3340         * src/common/utils.c
3341         * src/common/utils.h
3342                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
3343
3344 2009-01-08 [colin]      3.7.0cvs18
3345
3346         * src/mimeview.c
3347                 Win32: Fix bug 1810, 'Pressing 'o' key 
3348                 crashes CM'
3349
3350 2009-01-07 [colin]      3.7.0cvs17
3351
3352         * src/html.c
3353                 Fix bug 1432, '&amp; not escaped in links (HTML 
3354                 rendered as text)'
3355
3356 2009-01-06 [colin]      3.7.0cvs16
3357
3358         * src/plugins/pgpcore/select-keys.c
3359                 Warn translators the usual way about
3360                 accels
3361
3362 2009-01-06 [colin]      3.7.0cvs15
3363
3364         * src/mainwindow.c
3365                 Fix synchronisation dialog that shouldn't
3366                 appear when network goes down (Network
3367                 Manager)
3368         * src/mimeview.c
3369         * src/textview.c
3370                 Fix save as when attach_save_dir isn't set
3371                 fixes bug 1804, 'attach_save_directory does 
3372                 not default to $HOME'
3373         * src/plugins/pgpcore/select-keys.c
3374                 Add mnemonics to buttons - warn translators!
3375
3376 2009-01-06 [wwp]        3.7.0cvs14
3377
3378         * src/common/utils.c
3379                 Fix cvs13, thanks to Colin.
3380
3381 2009-01-06 [wwp]        3.7.0cvs13
3382
3383         * src/common/utils.c
3384                 Better support for Spanish Outlook replies (RES).
3385
3386 2009-01-02 [colin]      3.7.0cvs12
3387
3388         * src/folderview.c
3389                 Fix (+) sign after collapsed folder names that 
3390                 have quicksearch-matching children.
3391                 Fixes bug 1506, 'Recursive search in collapsed 
3392                 folders'
3393
3394 2009-01-02 [colin]      3.7.0cvs11
3395
3396         * src/stock_pixmap.c
3397         * src/stock_pixmap.h
3398                 Remove now-unused stock_pixmap_gdk
3399
3400 2009-01-02 [colin]      3.7.0cvs10
3401
3402         * src/gtk/gtkutils.c
3403         * src/pixmaps/claws-mail_icon.xpm
3404                 Use pixbuf for app icon, and make the app icon
3405                 a bit nicer
3406
3407 2009-01-02 [colin]      3.7.0cvs9
3408
3409         * src/uri_opener.c
3410                 Show both link title and URI if possible
3411
3412 2009-01-02 [colin]      3.7.0cvs8
3413
3414         * src/addressadd.c
3415         * src/addressbook.c
3416         * src/addressbook_foldersel.c
3417         * src/addressitem.h
3418         * src/folderview.c
3419         * src/grouplistdialog.c
3420         * src/importldif.c
3421         * src/mimeview.c
3422         * src/summaryview.c
3423         * src/gtk/gtkcmclist.c
3424         * src/gtk/gtkcmclist.h
3425         * src/gtk/gtkcmctree.c
3426         * src/gtk/gtkcmctree.h
3427         * src/gtk/gtksctree.c
3428         * src/gtk/gtksctree.h
3429                 Implement pixbuf rendering in tree widgets
3430                 instead of pixmaps
3431         * src/plugins/trayicon/trayicon.c
3432         * src/noticeview.c
3433         * src/prefs_themes.c
3434                 Use pixbuf rendering here too
3435
3436 2008-12-30 [paul]       3.7.0cvs7
3437
3438         * src/textview.c
3439                 no need to prematurely trim the uri in the statusbar
3440
3441 2008-12-29 [paul]       3.7.0cvs6
3442
3443         * src/procmsg.c
3444                 prefer List-Id header to X-* headers when creating
3445                 filter rule automatically
3446
3447 2008-12-28 [colin]      3.7.0cvs5
3448
3449         * src/compose.c
3450                 Set minimum height to 440 instead of 480
3451
3452 2008-12-22 [colin]      3.7.0cvs4
3453
3454         * src/compose.c
3455                 Fix bug 1799, '"Discard message" deletes manually 
3456                 saved draft'. Switch rmode to REEDIT after 
3457                 manually saving.
3458
3459 2008-12-21 [paul]       3.7.0cvs3
3460
3461         * tools/claws.i18n.status.pl
3462                 updates
3463
3464 2008-12-21 [paul]       3.7.0cvs2
3465
3466         * AUTHORS
3467         * src/gtk/authors.h
3468                 (more) updates
3469
3470 2008-12-21 [paul]       3.7.0cvs1
3471
3472         * AUTHORS
3473         * src/gtk/authors.h
3474                 updates
3475
3476 2008-12-19 [paul]       3.7.0
3477
3478         * NEWS
3479         * README
3480         * RELEASE_NOTES 
3481                 3.7.0 released!
3482
3483 2008-12-19 [paul]       3.6.1cvs80
3484
3485         * configure.ac
3486                 remove unmaintained sk and sr from ALL_LINGUAS
3487                 add newly maintained cs to ALL_LINGUAS
3488         * po/bg.po
3489         * po/ca.po
3490         * po/cs.po
3491         * po/de.po
3492         * po/fi.po
3493         * po/hu.po
3494         * po/nl.po
3495         * po/pt_BR.po
3496         * po/ru.po
3497         * po/sv.po
3498                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
3499                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
3500                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
3501                 Persson Fink
3502
3503 2008-12-16 [colin]      3.6.1cvs79
3504
3505         * src/plugins/pgpcore/sgpgme.c
3506                 Fix warning
3507
3508 2008-12-15 [colin]      3.6.1cvs78
3509
3510         * src/compose.c
3511         * src/privacy.c
3512         * src/privacy.h
3513         * src/plugins/pgpcore/sgpgme.c
3514         * src/plugins/pgpcore/sgpgme.h
3515         * src/plugins/pgpinline/pgpinline.c
3516         * src/plugins/pgpmime/pgpmime.c
3517         * src/plugins/smime/smime.c
3518                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
3519                 email address" doesn't work'. Use custom from address
3520                 if set
3521
3522 2008-12-15 [colin]      3.6.1cvs77
3523
3524         * src/common/utils.c
3525                 Fix bug 1746, 'Makes a mailto link from several 
3526                 paragraphs'
3527
3528 2008-12-15 [paul]       3.6.1cvs76
3529
3530         * m4/spamassassin.m4
3531                 fix warnings thrown up by autoconf-2.63
3532
3533 2008-12-13 [colin]      3.6.1cvs75
3534
3535         * Makefile.am
3536         * src/Makefile.am
3537         * src/common/ssl.c
3538         * src/common/utils.c
3539         * src/common/utils.h
3540         * tools/Makefile.am
3541                 Finish previous patch
3542
3543 2008-12-13 [colin]      3.6.1cvs74
3544
3545         * tools/Makefile.am
3546                 Only install certs on windows
3547
3548 2008-12-13 [colin]      3.6.1cvs73
3549
3550         * tools/Makefile.am
3551         * tools/ca-certificates.crt
3552         * src/common/Makefile.am
3553         * src/common/ssl.c
3554                 First try to ship SSL certificates in Windows
3555                 build
3556
3557 2008-12-12 [colin]      3.6.1cvs72
3558
3559         * configure.ac
3560         * src/plugins/pgpinline/claws.def
3561                 Windows build fixes
3562
3563 2008-12-12 [paul]       3.6.1cvs71
3564
3565         * src/imap.c
3566         * src/mh.c
3567         * src/partial_download.c
3568         * src/textview.c
3569         * src/common/claws.c
3570         * src/common/prefs.c
3571         * src/common/utils.c
3572                 win32: fix unlinking, renaming and bug with
3573                 non-ascii username
3574                 Patch by Colin
3575
3576 2008-12-11 [colin]      3.6.1cvs70
3577
3578         * po/fr.po
3579         * manual/fr/advanced.xml
3580                 Update french translations
3581
3582 2008-12-10 [colin]      3.6.1cvs69
3583
3584         * manual/faq.xml
3585                 Correct bug submission guidelines
3586
3587 2008-12-10 [colin]      3.6.1cvs68
3588
3589         * src/plugins/pgpcore/pgp_viewer.c
3590                 Fix bug 1736, 'Key import does not work'
3591                 Kill the correct pid (and not the parent
3592                 shell), and increase the timeout a bit.
3593
3594 2008-12-09 [paul]       3.6.1cvs67
3595
3596         * src/messageview.c
3597                 ensure that any stray noticeview buttons are hidden,
3598                 as clicking them causes segfaults!
3599
3600 2008-12-09 [colin]      3.6.1cvs66
3601
3602         * src/compose.c
3603         * src/compose.h
3604         * src/folder_item_prefs.h
3605         * src/prefs_common.c
3606         * src/prefs_common.h
3607         * src/common/defs.h
3608                 Fix bug 1792, '"Save Message to" should 
3609                 retain list of recently selected folders'
3610                 Also, make Enchant-related prefs stick
3611                 even if the build doesn't enable enchant
3612
3613 2008-12-09 [paul]       3.6.1cvs65
3614
3615         * src/messageview.c
3616                 fix bug 1787, 'Prevent automatic PGP inline
3617                 decryption attempts' use the noticeview to display
3618                 decryption failure messages instead of the irritating
3619                 popup dialog
3620
3621 2008-12-09 [colin]      3.6.1cvs64
3622
3623         * src/prefs_filtering.c
3624                 Fix bug 1789, 'filtering account selection 
3625                 (regression)'. Filtering on sending-only
3626                 accounts can be a little useful when using
3627                 filtering via Tools menu.
3628
3629 2008-12-07 [paul]       3.6.1cvs63
3630
3631         * src/prefs_actions.c
3632                 don't auto-select first entry (same as other
3633                 similar dialogs)
3634         * src/gtk/pluginwindow.c
3635                 these parents don't have children so don't look
3636                 for them
3637
3638 2008-12-07 [paul]       3.6.1cvs62
3639
3640         * src/prefs_account.c
3641         * src/gtk/pluginwindow.c
3642         * src/gtk/prefswindow.c
3643         * src/gtk/prefswindow.h
3644                 auto-select first page
3645
3646 2008-12-05 [colin]      3.6.1cvs61
3647
3648         * src/codeconv.c
3649         * src/procmime.c
3650                 Fix bug 1788, 'CM crashes re-encoding 
3651                 encoded parameters' (introduced in cvs40)
3652
3653 2008-12-05 [paul]       3.6.1cvs60
3654
3655         * src/prefs_common.h
3656                 remove gpg prefs that are no longer needed here
3657
3658 2008-12-03 [colin]      3.6.1cvs59
3659
3660         * src/msgcache.c
3661                 Speed up cache reading (about 10% gain)
3662         * src/summaryview.c
3663         * src/gtk/gtksctree.c
3664                 Speed up expand/collapse all threads
3665                 (about 95% gain)
3666
3667 2008-12-03 [paul]       3.6.1cvs58
3668
3669         * configure.ac
3670                 eradicate gcc4's signedness warnings
3671                 fix building with gnuTLS on (Open)Solaris
3672
3673 2008-12-01 [colin]      3.6.1cvs57
3674
3675         * src/gtk/gtkcmclist.c
3676                 Fix column headers
3677
3678 2008-12-01 [colin]      3.6.1cvs56
3679
3680         * src/plugins/pgpinline/pgpinline.c
3681                 Fix bug 1779, 'PGP Inline badly handles 
3682                 multipart'. Properly dump the current part
3683                 instead of running around with scissors
3684
3685 2008-11-30 [paul]       3.6.1cvs55
3686
3687         * manual/advanced.xml
3688         * manual/plugins.xml
3689         * src/prefs_toolbar.c
3690                 remove the verb from the page title and
3691                 update references in the manual
3692
3693 2008-11-30 [paul]       3.6.1cvs54
3694
3695         * src/prefs_other.c
3696                 move Other/ page to Other/Miscellaneous
3697         * src/gtk/prefswindow.c
3698                 make parent page unselectable
3699
3700 2008-11-29 [paul]       3.6.1cvs53
3701
3702         * README
3703                 add the new 'primary_paste_unselects' hidden
3704                 option, add missing 'log_[...]_color' options,
3705                 and reformat the text
3706         * manual/advanced.xml
3707                 add the new 'primary_paste_unselects' hidden
3708                 option, add missing 'log_[...]_color' options
3709
3710 2008-11-28 [colin]      3.6.1cvs52
3711
3712         * src/mimeview.c
3713                 Fix leak
3714
3715 2008-11-28 [colin]      3.6.1cvs51
3716
3717         * po/fr.po
3718                 Update translation
3719
3720 2008-11-28 [colin]      3.6.1cvs50
3721
3722         * src/mainwindow.c
3723                 Fix account selection in Mailing list
3724                 menu
3725
3726 2008-11-28 [paul]       3.6.1cvs49
3727
3728         * po/Makefile.in.in
3729                 automatically remove obsolete strings
3730
3731 2008-11-28 [colin]      3.6.1cvs48
3732
3733         * src/plugins/pgpcore/sgpgme.c
3734                 Fix error message when key isn't available.
3735
3736 2008-11-27 [colin]      3.6.1cvs47
3737
3738         * src/filtering.c
3739         * src/matcher.c
3740                 Fix a little leak
3741
3742 2008-11-26 [colin]      3.6.1cvs46
3743
3744         * src/common/ssl.c
3745                 Fix new warning
3746
3747 2008-11-26 [colin]      3.6.1cvs45
3748
3749         * src/plugins/pgpcore/select-keys.c
3750         * src/plugins/pgpcore/sgpgme.c
3751                 Fix bug 1591, 'S/MIME: better key 
3752                 handling/selection dialog'
3753                 Really ignore revoked/expired keys
3754
3755 2008-11-26 [colin]      3.6.1cvs44
3756
3757         * src/main.c
3758         * src/common/claws.c
3759         * src/common/ssl.c
3760                 Make sure libgcrypt's threading is initialised
3761                 before gnutls. See also old bug 1539.
3762
3763 2008-11-26 [colin]      3.6.1cvs43
3764
3765         * src/imap.c
3766         * src/news.c
3767         * src/etpan/imap-thread.c
3768                 Fix possible crashes due to clist_begin()
3769                 not checking for NULLs (it should!)
3770
3771 2008-11-25 [colin]      3.6.1cvs42
3772
3773         * src/procmime.c
3774                 Fix line length in MIME parameters
3775
3776 2008-11-22 [paul]       3.6.1cvs41
3777
3778         * src/compose.c
3779                 grab Return key press in attachments Properties
3780                 dialog
3781
3782 2008-11-21 [colin]      3.6.1cvs40
3783
3784         * src/compose.c
3785         * src/procmime.c
3786                 Fix bug 1776, 'use encoded name parameters 
3787                 for attachments instead of ascii'.
3788                 Break the RFC 2047 by using B-encoded 
3789                 filename parameter, like everyone does,
3790                 following advice from the RFC author.
3791
3792 2008-11-21 [colin]      3.6.1cvs39
3793
3794         * src/common/socket.c
3795                 Rehandshake if server asks to
3796
3797 2008-11-21 [colin]      3.6.1cvs38
3798
3799         * src/mimeview.h
3800         * src/toolbar.h
3801         * src/common/session.h
3802         * src/common/smtp.h
3803                 Move conditional-compilation members to
3804                 end of structs
3805
3806 2008-11-19 [wwp]        3.6.1cvs37
3807
3808         * src/prefs_actions.c
3809                 Fixed wrong behaviour when pressing Escape (was not cancelling
3810                 the action).
3811
3812 2008-11-19 [wwp]        3.6.1cvs36
3813
3814         * src/compose.c
3815         * src/matcher.c
3816         * src/messageview.c
3817         * src/mimeview.c
3818         * src/prefs_actions.c
3819         * src/prefs_filtering_action.c
3820         * src/procmsg.c
3821         * src/summaryview.c
3822         * src/textview.c
3823         * src/common/utils.c
3824                 Replace occurrences of "command line" with "command-line" everywhere.
3825                 Enforce code style (mostly indentation) in prefs_actions.c.
3826
3827 2008-11-19 [colin]      3.6.1cvs35
3828
3829         * src/compose.c
3830         * src/prefs_common.c
3831         * src/prefs_common.h
3832                 Add primary_paste_unselects hidden preference
3833                 to change how middle-click pasting changes
3834                 the selection and insert point; defaults to
3835                 pre-3.6.1cvs31
3836
3837 2008-11-19 [colin]      3.6.1cvs34
3838
3839         * src/folderview.c
3840                 Always give focus to summaryview, even if
3841                 the folder is empty, in small screen layout.
3842                 Allows to go back to folderlist using the
3843                 keyboard.
3844
3845 2008-11-18 [colin]