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