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