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