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