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