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