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