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