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