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