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