2009-10-07 [paul] 3.7.2cvs48
[claws.git] / ChangeLog
1 2009-10-07 [paul]       3.7.2cvs48
2
3         * src/addrgather.c
4         * src/prefs_common.c
5         * src/prefs_common.h
6                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
7                 patch by Pawel Pekala
8
9 2009-10-07 [paul]       3.7.2cvs47
10
11         * po/cs.po
12         * po/de.po
13         * po/hu.po
14         * po/id.po
15         * po/ja.po
16         * po/pt_BR.po
17                 updated by David Vachulka, Stephan Sachse and Marc Arens,
18                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
19                 Goncalves Guimaraes
20
21 2009-10-06 [colin]      3.7.2cvs46
22
23         * po/fr.po
24                 French translation update
25
26 2009-10-05 [paul]       3.7.2cvs45
27
28         * src/printing.c
29                 enable Page Size and Orientation in the print dialog,
30                 GTK+ >= 2.18.x only. Patch by Mark__T
31
32 2009-10-05 [paul]       3.7.2cvs44
33
34         * src/prefs_summaries.c
35                 fix label, startup --> start-up, to match other uses of the
36                 term
37
38 2009-10-05 [paul]       3.7.2cvs43
39
40         * po/pl.po
41                 updated by Emilian Nowak
42
43 2009-10-03 [colin]      3.7.2cvs42
44
45         * src/mimeview.c
46         * src/noticeview.c
47         * src/gtk/gtkcmclist.c
48         * src/gtk/gtkvscrollbutton.c
49         * src/gtk/logwindow.c
50                 GTK+ 2.18 fixes:
51                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
52                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
53                 Fix warning at start
54
55 2009-09-28 [colin]      3.7.2cvs41
56
57         * src/matcher.c
58         * src/mimeview.c
59         * src/prefs_folder_item.c
60                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
61
62 2009-09-28 [colin]      3.7.2cvs40
63
64         * src/prefs_summaries.c
65         * src/gtk/sslcertwindow.c
66                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
67                 shows up garbled in GUI'. Patch by Pawel Pekala
68
69 2009-09-24 [iwkse]      3.7.2cvs39
70
71         * configure.ac
72             That's only for statistics, of course :)
73
74 2009-09-24 [iwkse]      3.7.2cvs38
75
76         * configure.ac
77             ...
78
79 2009-09-24 [iwkse]      3.7.2cvs37
80
81         * configure.ac
82             Revert unwanted change
83
84 2009-09-24 [iwkse]      3.7.2cvs36
85
86         * src/action.c
87             Fix issue with filtering actions and 
88             parsed parameters
89
90 2009-09-20 [mones]      3.7.2cvs35
91
92         * tools/convert_mbox.pl
93                 Add -R flag to support recursive conversions
94                 of arbitrary Evolution mail folders, based on
95                 bash script by Daniel Dickinson (fixes debian 
96                 bug #461435) 
97         * tools/popfile-link.sh
98                 Set required shell for script (fixes debian 
99                 bug #530057)
100
101 2009-09-16 [colin]      3.7.2cvs34
102
103         * src/main.c
104                 Go grab files in /etc/skel if they exist
105                 at first startup 
106
107 2009-09-15 [colin]      3.7.2cvs33
108
109         * src/procmime.c
110                 Complete 3.7.1cvs42: only output directly to
111                 final file if we get NULL byes at the start.
112                 Still fixes saving UTF16 files, but also
113                 fixes displaying Base64 parts with decoding
114                 errors (parts without errors get displayed)
115
116 2009-09-14 [colin]      3.7.2cvs32
117
118         * src/matcher.c
119         * src/matcher.h
120         * src/matcher_parser_parse.y
121         * src/prefs_matcher.c
122                 Add 'has_attachment' and 'signed' matcher
123                 expressions. Patch by Aleksei Miheev, fixes
124                 bug 1997. 
125
126 2009-09-14 [colin]      3.7.2cvs31
127
128         * src/common/utils.c
129                 Add "Re :" prefix from french Yahoo mail.
130                 Patch by Didier Barvaux, fixes bug 1999
131
132 2009-09-10 [mones]      3.7.2cvs30
133
134         * manual/plugins.xml
135                 Fix sites supported by SpamReport
136         * manual/es/plugins.xml
137                 Synchronise Spanish manual
138
139 2009-09-07 [holger]     3.7.2cvs29
140
141         * Makefile.am
142                 Also update the icon cache on uninstall.
143                 This prevents possible problems when Claws Mail was
144                 uninstalled and installed again into a different location,
145                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
146                 and the blog post linked therein
147
148 2009-09-07 [paul]       3.7.2cvs28
149
150         * src/prefs_toolbar.c
151                 when updating the main toolbar icons just update
152                 the main toolbar (and consequently fix a bug where
153                 folderview icons would disappear)
154
155 2009-08-30 [holger]     3.7.2cvs27
156
157         * src/compose.c
158                 Do case-insensitive comparison against
159                 header names when extracting recipients
160                 from composed mails
161
162 2009-08-23 [colin]      3.7.2cvs26
163
164         * src/mbox.c
165                 Probably fix RH bug 512024, " folder.c:3543 
166                 Condition msglist != NULL failed"
167
168 2009-08-23 [colin]      3.7.2cvs25
169
170         * src/prefs_compose_writing.c
171                 Make the maximum size warning bigger. Patch
172                 by Didier Barvaux on bug 1986.
173
174 2009-08-21 [colin]      3.7.2cvs24
175
176         * src/compose.c
177                 Previous commit: move the function into compose_insert_file
178                 so that it's also used on drag-n-drop
179
180 2009-08-21 [colin]      3.7.2cvs23
181
182         * src/compose.c
183                 Fix scrolling when adding an header
184
185 2009-08-21 [colin]      3.7.2cvs22
186
187         * src/compose.c
188         * src/prefs_common.c
189         * src/prefs_common.h
190         * src/prefs_compose_writing.c
191         * src/common/utils.c
192                 Fix bug 1986, "New feature: warn user when inserting 
193                 a large file in the message body". Patch by Didier
194                 Barvaux
195
196 2009-08-21 [colin]      3.7.2cvs21
197
198         * AUTHORS
199         * src/gtk/authors.h
200         * src/common/utils.c
201                 Fix bug 1984: Add Réf. : reply prefix (french 
202                 Lotus Notes); patch by Didier Barvaux
203
204 2009-08-21 [colin]      3.7.2cvs20
205
206         * src/codeconv.c
207         * src/codeconv.h
208                 Fix bug 1969, 'Bad guess for outgoing encoding'
209                 Make sure the specific converters (japanese in
210                 this case) can return success/error in strict
211                 mode, instead of silently failing back to 
212                 strncpy
213
214 2009-08-20 [holger]     3.7.2cvs19
215
216         * src/compose.c
217         * src/compose.h
218                 Make it possible for code outside
219                 compose (e.g. plugins) to attach files
220
221 2009-08-20 [colin]      3.7.2cvs18
222
223         * src/main.c
224                 Fix crash when accessing IMAP soon
225
226 2009-08-18 [colin]      3.7.2cvs17
227
228         * src/ldapquery.c
229                 Maybe fix crash on non-existent LDAP server
230
231 2009-08-04 [colin]      3.7.2cvs16
232
233         * src/toolbar.c
234                 Fix toolbar's spacing that breaks dark
235                 themes (patch from http://blogs.igalia.com/aperez/
236                 2009/07/making-claws-mail-look-better/)
237
238 2009-07-28 [colin]      3.7.2cvs15
239
240         * src/account.c
241         * src/addrcustomattr.c
242         * src/addressadd.c
243         * src/addressbook_foldersel.c
244         * src/addrgather.c
245         * src/browseldap.c
246         * src/compose.c
247         * src/editbook.c
248         * src/editgroup.c
249         * src/editjpilot.c
250         * src/editldap.c
251         * src/editldap_basedn.c
252         * src/edittags.c
253         * src/editvcard.c
254         * src/exphtmldlg.c
255         * src/expldifdlg.c
256         * src/export.c
257         * src/foldersel.c
258         * src/import.c
259         * src/importldif.c
260         * src/importmutt.c
261         * src/importpine.c
262         * src/prefs_actions.c
263         * src/prefs_customheader.c
264         * src/prefs_display_header.c
265         * src/prefs_filtering.c
266         * src/prefs_folder_column.c
267         * src/prefs_matcher.c
268         * src/prefs_summary_column.c
269         * src/prefs_summary_open.c
270         * src/prefs_template.c
271         * src/textview.c
272         * src/uri_opener.c
273                 Fix bug 1950, 'Program freeze up during folder selection'
274                 Don't leave hidden windows modal
275
276 2009-07-28 [colin]      3.7.2cvs14
277
278         * src/ldapquery.c
279                 Fix bug 1957, 'LDAP errs out after searching too 
280                 many search bases'
281
282 2009-07-28 [colin]      3.7.2cvs13
283
284         * src/summaryview.c
285                 Fix bug 1966, '"Collapse all threads" slower than 
286                 "Expand all threads"'
287
288 2009-07-28 [colin]      3.7.2cvs12
289
290         * src/common/session.c
291                 Fix bug 1967, 'Claws gets stuck after accepting 
292                 a certificate warning dialog'
293
294 2009-07-19 [paul]       3.7.2cvs11
295
296         * manual/plugins.xml
297                 a few small changes to the English
298
299 2009-07-18 [mones]      3.7.2cvs10
300
301         * manual/plugins.xml
302                 Add new bsfilter and fancy plugins to the docs
303                 and a note about dealing with plugins of the same class
304         * src/prefs_account.c
305                 Fix extra space at the end typo
306
307 2009-07-16 [colin]      3.7.2cvs9
308
309         * src/summaryview.c
310                 Fix wrong return without unlocking; thanks
311                 to mupuf_
312
313 2009-07-14 [colin]      3.7.2cvs8
314
315         * src/imap.c
316                 Fix bug 1954, 'Segfault on reading wrong STATUS'
317
318 2009-07-10 [colin]      3.7.2cvs7
319
320         * src/plugins/pgpcore/plugin.def
321         * src/common/utils.h
322                 Fix windows port
323
324 2009-07-10 [colin]      3.7.2cvs6
325
326         * src/prefs_display_header.c
327                 Fix bug 1951, 'C-Mail dumps core when editing 
328                 displayed headers'. Patch by Alexey Rusakov
329
330 2009-07-10 [colin]      3.7.2cvs5
331
332         * src/folderview.c
333                 Fix bug 1952, 'Deleted mails in Queue folder 
334                 highlight it'.
335
336 2009-07-09 [colin]      3.7.2cvs4
337
338         * src/gtk/spell_entry.c
339                 Fix bug 1949, 'Spell checker doesn't recognise 
340                 certain word in Subject header, but does in 
341                 message body'. Patch by Pawel Pekala.
342
343 2009-07-09 [paul]       3.7.2cvs3
344
345         * configure.ac
346                 use pkgconfig to check for the minimum required
347                 version of GnuTLS
348
349 2009-07-06 [colin]      3.7.2cvs2
350
351         * src/prefs_customheader.c
352                 Fix build failure
353
354 2009-07-04 [paul]       3.7.2cvs1
355
356         * tools/claws.i18n.status.pl
357                 updated
358
359 2009-07-03 [paul]       3.7.2
360
361         * NEWS
362         * README
363         * RELEASE_NOTES 
364                 3.7.2 released!
365
366 2009-07-03 [paul]       3.7.1cvs85
367
368         * AUTHORS
369         * configure.ac
370         * po/pt_PT.po
371         * po/sk.po
372         * src/gtk/authors.h
373                 added new translations by Tiago Faria and Slavko
374         * po/bg.po
375         * po/cs.po
376         * po/de.po
377         * po/es.po
378         * po/fi.po
379         * po/fr.po
380         * po/hu.po
381         * po/id.po
382         * po/it.po
383         * po/ja.po
384         * po/pt_BR.po
385         * po/ru.po
386                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
387                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
388                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
389                 Goncalves Guimaraes, Aleksei Miheev
390
391 2009-07-01 [colin]      3.7.1cvs84
392
393         * src/prefs_common.c
394                 Fix bug 1940, 'Doesn't open links in 
395                 user's default browser'. Turn the preference
396                 to TRUE by default; that will only change the
397                 behaviour for new users.
398
399 2009-06-29 [colin]      3.7.1cvs83
400
401         * src/filtering.c
402         * src/filtering.h
403         * src/prefs_filtering_action.c
404                 Fix bug 1935, 'problems with very long filtering actions':
405                 Use a dynamic buffer in action to string, and a bigger
406                 buffer in string to action
407
408 2009-06-29 [colin]      3.7.1cvs82
409
410         * src/matcher_parser_lex.l
411                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
412
413 2009-06-29 [colin]      3.7.1cvs81
414
415         * src/addressbook.c
416                 Fix warnings
417         * src/editgroup.c
418                 Fix crash (out-of-bounds tree column)
419         * src/gtk/gtkcmctree.c
420         * src/gtk/gtksctree.c
421                 Prevent using an out-of-bounds tree column
422
423 2009-06-29 [colin]      3.7.1cvs80
424
425         * src/ldapupdate.c
426         * src/ldif.c
427                 Leak fixes; patch by Pawel Pekala.
428
429 2009-06-26 [colin]      3.7.1cvs79
430
431         * src/summaryview.c
432                 Sort by msgnum if dates are equal
433
434 2009-06-24 [paul]       3.7.1cvs78
435
436         * src/summaryview.c
437                 make some (forgotten) strings translatable
438
439 2009-06-19 [colin]      3.7.1cvs77
440
441         * src/summaryview.c
442                 Fix menu sensitiveness
443
444 2009-06-18 [colin]      3.7.1cvs76
445
446         * configure.ac
447         * src/plugins/pgpcore/sgpgme.c
448         * src/plugins/pgpcore/sgpgme.h
449         * src/plugins/pgpmime/mypgpcore.def
450         * src/plugins/pgpmime/pgpmime.c
451         * src/plugins/smime/mypgpcore.def
452         * src/plugins/smime/smime.c
453                 Use largefile support (and stop using our old GPGME
454                 hack on gpgme_data_seek/rewind)
455                 (See 1.9.12cvs44 to 46 - if this breaks things we 
456                 should soon know :)
457
458 2009-06-13 [colin]      3.7.1cvs75
459
460         * src/gtk/spell_entry.c
461                 Fix assertion. We can put a NULL gtkaspell to
462                 an entry; it just means it won't be spell-checked.
463
464 2009-06-12 [mones]      3.7.1cvs74
465
466         * src/compose.c
467         * src/messageview.c
468         * src/prefs_account.c
469         * src/prefs_account.h
470         * src/common/utils.c
471         * src/common/utils.h
472                 Added preference to use account address in generated
473                 Message-Id. Fixes Debian bug #531052
474
475 2009-06-12 [colin]      3.7.1cvs73
476
477         * src/common/ssl.c
478                 Better fix, API-compatible with libgnutls13
479
480 2009-06-12 [colin]      3.7.1cvs72
481
482         * src/common/ssl.c
483                 Use compatibility mode in GnuTLS, and avoid problems with 
484                 servers that don't comply 100% with the spec, but still
485                 exist.
486
487 2009-06-06 [iwkse]      3.7.1cvs71
488
489         * src/compose.c
490                 Ops..revert a mix with another patch
491
492 2009-06-06 [iwkse]      3.7.1cvs70
493
494         * src/compose.c
495                 A better fix for the previous commit's issue
496
497 2009-06-06 [iwkse]      3.7.1cvs69
498
499         * src/compose.c
500                 Fix shutting down of Claws Mail while a GTK_Return keypress 
501                 event is sent to the Attach property window
502
503 2009-06-05 [colin]      3.7.1cvs68
504
505         * src/compose.c
506                 Fix build on GTK+ 2.6
507
508 2009-06-03 [mones]      3.7.1cvs67
509
510         * tools/make.themes.project
511                 Oops! fix header, sorry Paul ;-)
512
513 2009-06-03 [mones]      3.7.1cvs66
514
515         * tools/make.themes.project
516                 Add support for PNG themes and other
517                 fixes i don't remember now... :)
518
519 2009-06-02 [colin]      3.7.1cvs65
520
521         * src/compose.c
522         * src/prefs_template.c
523         * src/quote_fmt.c
524                 Fix error messages in templates, and fix their
525                 checking
526
527 2009-05-22 [colin]      3.7.1cvs64
528
529         * src/compose.c
530                 And remove hbox too
531
532 2009-05-22 [colin]      3.7.1cvs63
533
534         * src/compose.c
535                 Fix phantom button behind entry when
536                 changing fields via Tools/Reply mode.
537
538 2009-05-22 [colin]      3.7.1cvs62
539
540         * src/compose.c
541                 Fix icon size
542
543 2009-05-21 [mones]      3.7.1cvs61
544
545         * src/compose.c
546         * src/compose.h
547                 Add button to empty header lines with one click
548
549 2009-05-21 [paul]       3.7.1cvs60
550
551         * src/mainwindow.c
552         * src/mainwindow.h
553         * src/plugins/trayicon/trayicon.c
554                 when quitting from the trayicon, honour
555                 prefs_common.clean_on_exit
556
557 2009-05-21 [paul]       3.7.1cvs59
558
559         * src/gtk/Makefile.am
560                 remove duplicate entry
561                 thanks to Charles A Edwards
562
563 2009-05-19 [paul]       3.7.1cvs58
564
565         * src/send_message.c
566                 clear progressbar in the statusbar on 'Cancel'
567
568 2009-05-16 [colin]      3.7.1cvs57
569
570         * AUTHORS
571         * src/gtk/authors.h
572                 Add Fabian
573
574 2009-05-16 [colin]      3.7.1cvs56
575
576         * src/msgcache.c
577                 Remove msgnum>0 condition for removing messages
578                 from caches. There's no such condition on add.
579                 Fixes bug 1913, 'Allow to remove phantom 
580                 messages from the cache'; patch by Fabian
581                 Keil <fk at fabiankeil.de>
582
583 2009-05-12 [holger]     3.7.1cvs55
584
585         * src/messageview.c
586         * src/messageview.h
587                 Introduce hook after showing of the message view
588
589 2009-05-11 [colin]      3.7.1cvs54
590
591         * src/compose.c
592                 Fix bug 1872, 'A: Cc: CCi: selector should 
593                 default on same as preceding contact'
594
595 2009-05-10 [holger]     3.7.1cvs53
596
597         * src/addr_compl.c
598         * src/addr_compl.h
599                 Add a hook to make it possible for plugins to
600                 modify the address completion list
601
602 2009-05-06 [paul]       3.7.1cvs52
603
604         * src/folder.c
605         * src/mimeview.c
606                 fix bug 1915, 'Mails signed with smime.p7s
607                 display both signed and attachment icon.'
608
609 2009-05-05 [colin]      3.7.1cvs51
610
611         * src/common/utils.c
612                 Fix patch :)
613
614 2009-05-05 [colin]      3.7.1cvs50
615
616         * src/common/utils.c
617                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
618                 different mountpoint than tempdir'
619
620 2009-05-04 [colin]      3.7.1cvs49
621
622         * src/msgcache.c
623                 Probably fix bug 1914, 'Crash reading
624                 corrupted tags file'
625
626 2009-04-26 [paul]       3.7.1cvs48
627
628         * configure.ac
629         * src/gtk/gtkaspell.h
630                 fix bug 1904, 'build mechanism looks for
631                 'enchant.h' in a wrong place'
632
633 2009-04-25 [paul]       3.7.1cvs47
634
635         * src/printing.c
636                 gah! fix coding style!
637
638 2009-04-25 [paul]       3.7.1cvs46
639
640         * src/printing.c
641         * src/toolbar.c
642                 if building with GTK+ >= 2.16 use
643                 gtk_orientable_set_orientation() instead of now
644                 deprecated gtk_toolbar_set_orientation()
645
646 2009-04-24 [colin]      3.7.1cvs45
647
648         * src/compose.c
649                 Ask before sending if an attached file has
650                 disappeared.
651
652 2009-04-19 [paul]       3.7.1cvs44
653
654         * src/prefs_common.c
655         * src/prefs_common.h
656         * src/gtk/about.c
657                 save About window size.
658                 patch by Pawel Pekala
659
660 2009-04-12 [paul]       3.7.1cvs43
661
662         * tools/csv2addressbook.pl
663                 add extra CSV fields that are now appended
664                 by thunderbird (version 2.0.0.21)
665
666 2009-04-08 [colin]      3.7.1cvs42
667
668         * src/procmime.c
669                 fix saving (but not displaying) of UTF-16
670                 files
671
672 2009-04-08 [colin]      3.7.1cvs41
673
674         * src/gtk/manage_window.c
675                 Disable transient windows on win32 - seems to
676                 fix most focusing issues
677
678 2009-04-05 [colin]      3.7.1cvs40
679
680         * src/procmsg.c
681                 Don't ask whether we want to send deleted mails in queue
682                 folders; also, don't send deleted mails when flushing
683                 queues
684
685 2009-04-04 [paul]       3.7.1cvs39
686
687         * AUTHORS
688         * configure.ac
689         * po/id.po
690         * src/gtk/authors.h
691         * tools/claws.i18n.status.pl
692                 add new Indonesian translation, by
693                 MSulchan Darmawan
694
695 2009-04-03 [paul]       3.7.1cvs38
696
697         * AUTHORS
698         * src/gtk/authors.h
699                 credit due
700
701 2009-04-03 [colin]      3.7.1cvs37
702
703         * src/compose.c
704         * src/textview.c
705                 Fix bug 1891, 'Add support for gopher:// links'
706                 Patch by Jacob Head <clawsmail at jacob-head.com>
707                 Let's go back to the roots! 
708
709 2009-04-03 [paul]       3.7.1cvs36
710
711         * m4/Makefile.am
712                 complete cvs35
713
714 2009-04-03 [paul]       3.7.1cvs35
715
716         * configure.ac
717                 add AC_CONFIG_MACRO_DIR([m4])
718                 remove CLAWS_ACLOCAL_INCLUDE(m4)
719         * m4/aclocal-include.m4
720                 removed this now unneeded file
721
722 2009-04-02 [colin]      3.7.1cvs34
723
724         * src/common/utils.h
725                 Fix previous (thanks to Marcus :)
726
727 2009-04-02 [colin]      3.7.1cvs33
728
729         * src/common/utils.h
730         * src/etpan/etpan-thread-manager.c
731                 pipe() was a macro from GLib on win32 until
732                 glib 2.13.2. It's undefined after that.
733                 Thanks to Marcus Brinkmann for the heads-up!
734
735 2009-03-31 [colin]      3.7.1cvs32
736
737         * src/folder_item_prefs.c
738                 Copy folder settings with prefs
739
740 2009-03-31 [colin]      3.7.1cvs31
741
742         * src/prefs_account.c
743                 Don't use un-sensitive checkboxes in Privacy tab
744                 when privacy system in None (makes unchecking 
745                 painful when no privacy plugin is loaded)
746
747 2009-03-30 [colin]      3.7.1cvs30
748
749         * src/folder.c
750         * src/folder.h
751         * src/imap.c
752         * src/mainwindow.c
753         * src/mainwindow.h
754         * src/prefs_account.c
755         * src/prefs_account.h
756         * src/summaryview.c
757         * src/summaryview.h
758                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
759                 Add an option on the Receive page of IMAP account preferences:
760                 "Move deleted mails to trash and expunge immediately". This
761                 option defaults to TRUE to avoid changing the existing behaviour.
762                 Setting it to FALSE prevents automatic expunging. 
763                 Also, add Tools/Expunge and View/Hide deleted messages menu items
764                 (View/Hide deleted message being a per-folder setting, and behaving,
765                 like View/Hide read messages).
766
767 2009-03-30 [colin]      3.7.1cvs29
768
769         * src/imap.c
770                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
771                 ask for IMAP password when using GSSAPI auth
772
773 2009-03-27 [colin]      3.7.1cvs28
774
775         * src/folder.c
776                 Fix cvs14, make sure we mark non-existent caches dirty
777                 (or they never get written)
778
779 2009-03-27 [colin]      3.7.1cvs27
780
781         * src/imap.c
782                 Fix tag update when all tags are removed 
783                 from another client
784
785 2009-03-25 [colin]      3.7.1cvs26
786
787         * configure.ac
788                 Fix configure.ac, thanks to Pawel
789
790 2009-03-25 [colin]      3.7.1cvs25
791
792         * src/news.c
793         * src/etpan/nntp-thread.c
794                 Fix header fetching (NG/To/Cc). Fixes 
795                 bug 1883, 'Message processing fails to 
796                 act on Newsgroups: field'
797
798 2009-03-23 [colin]      3.7.1cvs24
799
800         * src/textview.c
801                 Fix internal headers visible in queue/sent
802
803 2009-03-23 [colin]      3.7.1cvs23
804
805         * configure.ac
806                 Fix check for RC (resource compiler) used
807                 on win32 (AC_LIBTOOL_RC used to call it 
808                 implicitely but stopped)
809
810 2009-03-19 [colin]      3.7.1cvs22
811
812         * src/toolbar.c
813                 Put spam button in default toolbar even if
814                 bogofilter and spamassassin are not built.
815                 Other anti-spam plugin could exist! :)
816         * src/common/utils.c
817                 Fix exit status fetch on win32
818
819 2009-03-18 [paul]       3.7.1cvs21
820
821         * src/gtk/spell_entry.c
822                 fix "[BUG] Wrong word replaced in 'Subject:'
823                 when spell-checking correction used"
824                 Patch by Pawel Pekala
825
826 2009-03-17 [colin]      3.7.1cvs20
827
828         * src/common/utils.c
829                 Fix win32 build (from cvs12)
830
831 2009-03-17 [colin]      3.7.1cvs19
832
833         * src/compose.c
834                 Fix bug 1735, 'Change To: and Newsgroups: 
835                 recipient field according account type'
836                 Patch by Pawel
837
838 2009-03-17 [colin]      3.7.1cvs18
839
840         * src/msgcache.c
841         * src/prefs_common.c
842         * src/prefs_common.h
843         * src/prefs_other.c
844         * src/common/prefs.c
845                 Add preference for fsyncing metadata
846
847 2009-03-16 [paul]       3.7.1cvs17
848
849         * src/prefs_customheader.c
850                 add forgotten #if HAVE_LIBCOMPFACE
851
852 2009-03-16 [paul]       3.7.1cvs16
853
854         * src/prefs_customheader.c
855                 put the (X-)Face preview image below the up/down
856                 buttons so they don't jump around.
857                 make the list reorderable by drag'n'drop
858
859 2009-03-16 [colin]      3.7.1cvs15
860
861         * src/prefs_customheader.c
862                 Add a (X-)Face preview. Patch by iwkse.
863
864 2009-03-16 [colin]      3.7.1cvs14
865
866         * src/compose.c
867         * src/folder.c
868         * src/folder.h
869         * src/msgcache.c
870         * src/common/prefs.c
871                 Add fsync calls to make sure we don't
872                 lose data on system crashes. (to do:
873                 add a pref to allow people choosing raw
874                 speed)
875
876 2009-03-15 [colin]      3.7.1cvs13
877
878         * src/gtk/gtkaspell.c
879                 Fix empty menu when there are no
880                 suggestions (using the Spelling menu)
881
882 2009-03-14 [colin]      3.7.1cvs12
883
884         * src/common/utils.c
885                 Win32: fix subject prefix length
886
887 2009-03-11 [mones]      3.7.1cvs11
888
889         * po/es.po
890                 fix encoding declared in header
891                 update translation now we're at it
892
893 2009-03-10 [colin]      3.7.1cvs10
894
895         * src/messageview.c
896                 Fix "wrong mime" message printed out multiple
897                 times
898
899 2009-03-10 [colin]      3.7.1cvs9
900
901         * src/prefs_folder_item.c
902                 Fix build
903
904 2009-03-09 [paul]       3.7.1cvs8
905
906         * src/prefs_folder_item.c
907         * src/send_message.c
908                 fixes to english text
909
910 2009-03-08 [paul]       3.7.1cvs7
911
912         * po/ja.po
913                 correct errors in header
914
915 2009-03-08 [paul]       3.7.1cvs6
916
917         * AUTHORS
918         * configure.ac
919         * po/ja.po
920         * src/gtk/authors.h
921         * tools/claws.i18n.status.pl
922                 add Japanese translation, submitted by kazken3
923
924 2009-03-07 [colin]      3.7.1cvs5
925
926         * src/messageview.c
927                 Don't let the invalid MIME warning hide
928                 other noticeview (Partial receive or 
929                 return receipt).
930
931 2009-03-07 [colin]      3.7.1cvs4
932
933         * src/procmime.c
934                 Fix build
935
936 2009-03-07 [colin]      3.7.1cvs3
937
938         * src/messageview.c
939         * src/procmime.c
940         * src/procmime.h
941                 Handle mimeparts that lack an end boundary.
942                 They're invalid but it's too annoying for
943                 normal users to fix.
944
945 2009-03-06 [wwp]        3.7.1cvs2
946
947         * src/compose.c
948         * src/folder_item_prefs.c
949         * src/folder_item_prefs.h
950         * src/prefs_folder_item.c
951                 Add per-folder default cc, bcc and reply-to.
952
953 2009-03-06 [colin]      3.7.1cvs1
954
955         * src/gedit-print.c
956         * src/gtk/gtksourceprintjob.c
957                 Fix build with old print interface
958
959 2009-03-06 [paul]       3.7.1
960
961         * NEWS
962         * README
963         * RELEASE_NOTES 
964                 3.7.1 released!
965
966 2009-03-06 [paul]       3.7.0cvs78
967
968         * po/cs.po
969         * po/de.po
970         * po/fi.po
971         * po/fr.po
972         * po/hu.po
973         * po/nl.po
974         * po/pt_BR.po
975         * po/sv.po
976         * po/zh_CN.po
977                 updated by David Vachulka, Stephan Sachse, Flammie
978                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
979                 Frederico Goncalves Guimaraes, Lars Persson Fink,
980                 and Ralph Young
981
982 2009-03-03 [colin]      3.7.0cvs77
983
984         * src/prefs_filtering.c
985                 Win32: Fix bug 1865, 'IMAP account name changes 
986                 are not followed at filter actions'
987
988 2009-03-02 [colin]      3.7.0cvs76
989
990         * src/imap.c
991                 Fix Launchpad bug 335571: 'claws-mail crashed 
992                 with SIGSEGV in strlen() while deleting 
993                 large amount of e-mails on IMAP account
994
995 2009-02-27 [mones]      3.7.0cvs75
996
997         * manual/es/account.xml
998         * manual/es/ack.xml
999         * manual/es/addrbook.xml
1000         * manual/es/advanced.xml
1001         * manual/es/claws-mail-manual.xml
1002         * manual/es/faq.xml
1003         * manual/es/glossary.xml
1004         * manual/es/gpl.xml
1005         * manual/es/handling.xml
1006         * manual/es/intro.xml
1007         * manual/es/keyboard.xml
1008         * manual/es/plugins.xml
1009         * manual/es/starting.xml
1010                 Sync with English version, fix some typos
1011                 Changed encoding to UTF-8
1012         * po/es.po
1013                 Update for release, changed encoding to UTF-8
1014
1015 2009-02-24 [colin]      3.7.0cvs74
1016
1017         * src/printing.c
1018                 Don't print separation line if there
1019                 are no headers
1020
1021 2009-02-23 [cleroy]     3.7.0cvs73
1022
1023         * src/account.c
1024         * src/action.c
1025         * src/addr_compl.c
1026         * src/addrbook.c
1027         * src/addrcache.c
1028         * src/addrcindex.c
1029         * src/addrclip.c
1030         * src/addrduplicates.c
1031         * src/addressadd.c
1032         * src/addressbook.c
1033         * src/addressbook_foldersel.c
1034         * src/addrharvest.c
1035         * src/addrindex.c
1036         * src/addritem.c
1037         * src/addrquery.c
1038         * src/addrselect.c
1039         * src/codeconv.c
1040         * src/compose.c
1041         * src/customheader.c
1042         * src/editaddress.c
1043         * src/editaddress_other_attributes_ldap.c
1044         * src/editgroup.c
1045         * src/editldap.c
1046         * src/enriched.c
1047         * src/exporthtml.c
1048         * src/exportldif.c
1049         * src/filtering.c
1050         * src/folder.c
1051         * src/foldersel.c
1052         * src/folderutils.c
1053         * src/folderview.c
1054         * src/gedit-print.c
1055         * src/html.c
1056         * src/imap.c
1057         * src/imap_gtk.c
1058         * src/inc.c
1059         * src/jpilot.c
1060         * src/ldapctrl.c
1061         * src/ldapquery.c
1062         * src/ldapserver.c
1063         * src/ldapupdate.c
1064         * src/ldif.c
1065         * src/localfolder.c
1066         * src/main.c
1067         * src/mainwindow.c
1068         * src/matcher.c
1069         * src/mbox.c
1070         * src/messageview.c
1071         * src/mh.c
1072         * src/mh_gtk.c
1073         * src/mimeview.c
1074         * src/msgcache.c
1075         * src/mutt.c
1076         * src/news.c
1077         * src/news_gtk.c
1078         * src/noticeview.c
1079         * src/pine.c
1080         * src/pop.c
1081         * src/prefs_account.c
1082         * src/prefs_actions.c
1083         * src/prefs_common.c
1084         * src/prefs_filtering.c
1085         * src/prefs_filtering_action.c
1086         * src/prefs_folder_column.c
1087         * src/prefs_folder_item.c
1088         * src/prefs_gtk.c
1089         * src/prefs_matcher.c
1090         * src/prefs_quote.c
1091         * src/prefs_send.c
1092         * src/prefs_summaries.c
1093         * src/prefs_summary_column.c
1094         * src/prefs_template.c
1095         * src/prefs_themes.c
1096         * src/prefs_toolbar.c
1097         * src/printing.c
1098         * src/privacy.c
1099         * src/procheader.c
1100         * src/procmime.c
1101         * src/procmsg.c
1102         * src/quote_fmt.c
1103         * src/remotefolder.c
1104         * src/send_message.c
1105         * src/sourcewindow.c
1106         * src/statusbar.c
1107         * src/stock_pixmap.c
1108         * src/summary_search.c
1109         * src/summaryview.c
1110         * src/textview.c
1111         * src/toolbar.c
1112         * src/undo.c
1113         * src/uri_opener.c
1114         * src/vcard.c
1115         * src/common/base64.c
1116         * src/common/claws.c
1117         * src/common/hooks.c
1118         * src/common/plugin.c
1119         * src/common/prefs.c
1120         * src/common/session.c
1121         * src/common/smtp.c
1122         * src/common/socket.c
1123         * src/common/string_match.c
1124         * src/common/stringtable.c
1125         * src/common/utils.c
1126         * src/common/utils.h
1127         * src/common/xml.c
1128         * src/common/xmlprops.c
1129         * src/gtk/colorlabel.c
1130         * src/gtk/combobox.c
1131         * src/gtk/foldersort.c
1132         * src/gtk/gtkaspell.c
1133         * src/gtk/gtkcmclist.c
1134         * src/gtk/gtkcmctree.c
1135         * src/gtk/gtkcmoptionmenu.c
1136         * src/gtk/gtksctree.c
1137         * src/gtk/gtkshruler.c
1138         * src/gtk/gtksourceprintjob.c
1139         * src/gtk/gtkutils.c
1140         * src/gtk/gtkvscrollbutton.c
1141         * src/gtk/logwindow.c
1142         * src/gtk/menu.c
1143         * src/gtk/pluginwindow.c
1144         * src/gtk/prefswindow.c
1145         * src/gtk/quicksearch.c
1146         * src/gtk/spell_entry.c
1147         * src/plugins/pgpcore/select-keys.c
1148         * src/plugins/pgpinline/pgpinline.c
1149         * src/plugins/pgpmime/pgpmime.c
1150         * src/plugins/smime/smime.c
1151         * src/plugins/spamassassin/spamassassin_gtk.c
1152                 Mass commit changing g_return_* to cm_return_*
1153                 and making these more interesting
1154
1155 2009-02-23 [colin]      3.7.0cvs72
1156
1157         * src/imap.c
1158                 Always initialise error code to no error
1159
1160 2009-02-23 [colin]      3.7.0cvs71
1161
1162         * src/imap.c
1163                 Fix separator substitution
1164
1165 2009-02-23 [colin]      3.7.0cvs70
1166
1167         * src/stock_pixmap.c
1168         * src/gtk/colorlabel.c
1169                 don't use g_return on normal checks
1170
1171 2009-02-22 [colin]      3.7.0cvs69
1172
1173         * src/addressbook.c
1174         * src/procmime.c
1175                 More fixes
1176
1177 2009-02-22 [colin]      3.7.0cvs68
1178
1179         * src/addrduplicates.c
1180         * src/addressbook.c
1181         * src/addrharvest.c
1182         * src/codeconv.c
1183         * src/compose.c
1184         * src/filtering.c
1185         * src/folder.c
1186         * src/imap.c
1187         * src/imap_gtk.c
1188         * src/importldif.c
1189         * src/jpilot.c
1190         * src/mainwindow.c
1191         * src/matcher.c
1192         * src/mbox.c
1193         * src/messageview.c
1194         * src/mh_gtk.c
1195         * src/prefs_common.c
1196         * src/prefs_filtering.c
1197         * src/prefs_gtk.c
1198         * src/printing.c
1199         * src/privacy.c
1200         * src/procmime.c
1201         * src/procmsg.c
1202         * src/summaryview.c
1203         * src/textview.c
1204         * src/undo.c
1205         * src/wizard.c
1206         * src/common/md5.c
1207         * src/common/socket.c
1208         * src/common/template.c
1209         * src/etpan/imap-thread.c
1210         * src/gtk/gtkaspell.c
1211         * src/gtk/gtkcmctree.c
1212         * src/gtk/gtksctree.c
1213         * src/gtk/inputdialog.c
1214         * src/plugins/pgpcore/sgpgme.c
1215         * src/plugins/pgpmime/pgpmime.c
1216         * src/plugins/smime/smime.c
1217         * src/plugins/spamassassin/spamassassin.c
1218                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
1219                 uninitialised accesses
1220
1221 2009-02-17 [colin]      3.7.0cvs67
1222
1223         * src/compose.c
1224                 Disable controls during queuing
1225
1226 2009-02-15 [colin]      3.7.0cvs66
1227
1228         * src/privacy.c
1229         * src/plugins/pgpcore/select-keys.c
1230         * src/plugins/pgpcore/sgpgme.c
1231                 Disable use of disabled keys
1232
1233 2009-02-15 [colin]      3.7.0cvs65
1234
1235         * src/folderview.c
1236         * src/summaryview.c
1237                 Fix font updating after changing 
1238                 prefs_common.derive_from_normal_font
1239
1240 2009-02-12 [paul]       3.7.0cvs64
1241
1242         * src/addressitem.h
1243         * src/export.h
1244         * src/headerview.c
1245         * src/headerview.h
1246         * src/common/version.h.in
1247         * src/gtk/about.h
1248         * src/gtk/menu.c
1249         * src/gtk/menu.h
1250                 more copyright header fixes
1251
1252 2009-02-12 [paul]       3.7.0cvs63
1253
1254         * src/gtk/progressdialog.c
1255         * src/gtk/progressdialog.h
1256                 fix copyright header
1257
1258 2009-02-12 [paul]       3.7.0cvs62
1259
1260         * src/gtk/spell_entry.c
1261         * src/gtk/spell_entry.h
1262                 better, more standard copyright header
1263
1264 2009-02-12 [paul]       3.7.0cvs61
1265
1266         * src/gtk/spell_entry.c
1267         * src/gtk/spell_entry.h
1268                 changes to copyright header
1269
1270 2009-02-12 [paul]       3.7.0cvs60
1271
1272         * src/gtk/spell_entry.c
1273         * src/gtk/spell_entry.h
1274                 fix broken build
1275
1276 2009-02-11 [colin]      3.7.0cvs59
1277
1278         * src/gtk/spell_entry.c
1279         * src/gtk/spell_entry.h
1280                 Forgot to add files
1281
1282 2009-02-11 [colin]      3.7.0cvs58
1283
1284         * src/compose.c
1285         * src/gtk/Makefile.am
1286         * src/gtk/gtkaspell.c
1287         * src/gtk/gtkaspell.h
1288                 Add spellcheck to subject. Patch by
1289                 Pawel.
1290
1291 2009-02-10 [holger]     3.7.0cvs57
1292
1293         * src/printing.c
1294         * src/common/defs.h
1295                 Move filename define for printing page setup cache to defs.h
1296
1297 2009-02-08 [mones]      3.7.0cvs56
1298
1299         * src/matcher.h
1300                 Fix build for bison 2.4.1
1301
1302 2009-02-06 [holger]     3.7.0cvs55
1303
1304         * src/prefs_common.c
1305         * src/prefs_common.h
1306         * src/printing.c
1307                 Fix restoring of custom page setups for printing by
1308                 temporarily caching the settings.
1309                 This is a workaround for Gnome Bug #39018, and fixes
1310                 Claws Mail Bug #1840.
1311
1312 2009-02-06 [colin]      3.7.0cvs54
1313
1314         * src/mainwindow.c
1315                 Fix hardcoded Shift-Q quits. Fixes
1316                 bug 1838, 'Claws-Mail sometimes quits 
1317                 when attempting to type a capital Q'
1318
1319 2009-01-31 [paul]       3.7.0cvs53
1320
1321         * src/compose.c
1322                 revert 3.7.0cvs49, until there is time to find out
1323                 why it causes a nasty crash!
1324
1325 2009-01-31 [paul]       3.7.0cvs52
1326
1327         * src/mainwindow.c
1328                 1 string that was forgotten for translation
1329
1330 2009-01-31 [paul]       3.7.0cvs51
1331
1332         * src/messageview.c
1333                 2 strings that were forgotten for translation
1334
1335 2009-01-31 [paul]       3.7.0cvs50
1336
1337         * src/gtk/prefswindow.c
1338                 build prefs tree in a slightly smarter way -
1339                 fix bug where if path[0] had same name as
1340                 path[1], (like in the de translation), path[1]
1341                 was lost and not shown in the window
1342
1343 2009-01-31 [paul]       3.7.0cvs49
1344
1345         * src/compose.c
1346                 fix bug 1836, 'Quoted text still blue after
1347                 removal of quote-character'
1348                 comment out some debug_print's that needlessly
1349                 slow things down
1350         * src/undo.c
1351                 comment out a debug_print that needlessly slows
1352                 things down
1353
1354 2009-01-31 [paul]       3.7.0cvs48
1355
1356         * src/summaryview.c
1357                 fix bug 1834, '"semi"-selection when collapsing thread'
1358
1359 2009-01-31 [paul]       3.7.0cvs47
1360
1361         * src/prefs_compose_writing.c
1362         * src/prefs_message.c
1363                 move 'quote_chars' pref to where it should be
1364
1365 2009-01-30 [paul]       3.7.0cvs46
1366
1367         * src/summaryview.c
1368                 fix updating of popup menu sensitivity
1369
1370 2009-01-28 [paul]       3.7.0cvs45
1371
1372         * tools/filter_conv_new.pl
1373                 move 'move' and 'delete' to end of @actions
1374                 so that they are always final actions in the
1375                 generated filtering rule
1376
1377 2009-01-27 [paul]       3.7.0cvs44
1378
1379         * src/messageview.c
1380                 always select text/calendar mimepart if suitable
1381                 plugin (i.e. vCalendar) is available
1382
1383 2009-01-27 [paul]       3.7.0cvs43
1384
1385         * src/folder.c
1386                 fix crash when right-clicking in summaryview when
1387                 processing is active
1388
1389 2009-01-22 [colin]      3.7.0cvs42
1390
1391         * src/compose.c
1392         * src/privacy.c
1393         * src/privacy.h
1394                 When replying to signed/encrypted mail and the
1395                 preference to sign/encrypt in this case is set,
1396                 choose the original mail's privacy system (if
1397                 available).
1398
1399 2009-01-21 [colin]      3.7.0cvs41
1400
1401         * src/addressbook.h
1402                 Fix warning (on-the-fly theming of
1403                 addressbook isn't complete yet)
1404
1405 2009-01-21 [colin]      3.7.0cvs40
1406
1407         * src/account.c
1408         * src/addressbook.c
1409                 Win32: Fix window placement
1410
1411 2009-01-21 [paul]       3.7.0cvs39
1412
1413         * src/inc.c
1414                 update timeout log msg
1415
1416 2009-01-17 [colin]      3.7.0cvs38
1417
1418         * src/main.c
1419         * src/mbox.c
1420         * src/common/md5.c
1421         * src/common/utils.c
1422         * src/etpan/imap-thread.c
1423                 Fix g_open calls (which don't ignore mode)
1424
1425 2009-01-17 [colin]      3.7.0cvs37
1426
1427         * src/addressbook.c
1428         * src/compose.c
1429         * src/foldersel.c
1430         * src/main.c
1431         * src/mainwindow.c
1432         * src/mbox.c
1433         * src/common/md5.c
1434         * src/common/ssl_certificate.c
1435         * src/common/tags.c
1436         * src/common/utils.c
1437         * src/etpan/imap-thread.c
1438         * src/plugins/bogofilter/bogofilter.c
1439         * src/plugins/pgpinline/pgpinline.c
1440         * src/plugins/smime/smime.c
1441                 Probably fix bug 1825, 'Unable to fetch messages from 
1442                 IMAP folders named with non-ASCII string'
1443                 Change remaining occurences of fopen and open with
1444                 g_fopen and g_open
1445
1446 2009-01-17 [paul]       3.7.0cvs36
1447
1448         * manual/faq.xml
1449                 update an old, outdated piece of info
1450
1451 2009-01-17 [paul]       3.7.0cvs35
1452
1453         * src/prefs_folder_item.c
1454                 fix bug where saving Folder Properties of a
1455                 sub-folder of outbox, queue, draft or trash
1456                 would change its parent's folder type to normal
1457
1458 2009-01-12 [mones]      3.7.0cvs34
1459
1460         * po/es.po
1461                 Updated translation
1462
1463 2009-01-12 [wwp]        3.7.0cvs33
1464
1465         * tools/fix_date.sh
1466         * tools/popfile-link.sh
1467         * tools/textviewer.sh
1468                 Fix bashisms and other portability glitches (thanks to
1469                 Steven M. Bellovin).
1470
1471 2009-01-11 [paul]       3.7.0cvs32
1472
1473         * src/addrindex.c
1474                 clean up some build warnings
1475
1476 2009-01-11 [colin]      3.7.0cvs31
1477
1478         * src/addrindex.c
1479                 Revert part of patch 3.7.0cvs29 
1480                 This function is used when jpilot
1481                 support is disabled
1482
1483 2009-01-11 [colin]      3.7.0cvs30
1484
1485         * src/folder.c
1486                 folder_find_child_item_by_name():
1487                 actually use name, not path's basename
1488
1489 2009-01-11 [paul]       3.7.0cvs29
1490
1491         * src/addrclip.c
1492         * src/addrindex.c
1493         * src/addritem.c
1494         * src/foldersel.h
1495         * src/folderview.c
1496         * src/prefs_folder_item.c
1497                 clean up some build warnings
1498
1499 2009-01-11 [paul]       3.7.0cvs28
1500
1501         * src/gtk/about.c
1502                 don't even mention printing support, assume its
1503                 presence, unless building with GTK+ < 2.10.0
1504
1505 2009-01-10 [colin]      3.7.0cvs27
1506
1507         * src/codeconv.c
1508                 Fix bug 1811, '[mime] Crash when there's no 
1509                 room for filename's start on the same line'
1510                 When the mimetype of the attachment is very 
1511                 long, there's no room at all to start the 
1512                 name=... parameter on the same line. This
1513                 caused an infinite loop as 0 characters of
1514                 the filename could be appended.
1515                 In such cases, insert linebreak before the
1516                 name parameter.
1517
1518 2009-01-09 [colin]      3.7.0cvs26
1519
1520         * src/compose.c
1521         * src/mainwindow.c
1522         * src/common/utils.c
1523                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
1524                 Compose Window does not attach'
1525
1526 2009-01-09 [colin]      3.7.0cvs25
1527
1528         * src/foldersel.c
1529                 Fix bug 1817, 'Changing Themes does not 
1530                 update the pixmaps in "Select folder" 
1531                 dialog box'
1532
1533 2009-01-09 [colin]      3.7.0cvs24
1534
1535         * src/main.c
1536                 Win32: Fix bug 1816, 'Attaching files with 
1537                 command-line generates error after attaching'
1538
1539 2009-01-09 [paul]       3.7.0cvs23
1540
1541         * src/gtk/about.c
1542                 forgot this '2009' in last commit
1543
1544 2009-01-09 [paul]       3.7.0cvs22
1545
1546         * src/*/*.[c,h]
1547                 it's 2009!
1548                 update copyright headers
1549
1550 2009-01-09 [paul]       3.7.0cvs21
1551
1552         * doc/man/claws-mail.1
1553                 update Team list
1554
1555 2009-01-09 [colin]      3.7.0cvs20
1556
1557         * src/messageview.c
1558                 Fix bug 1814, 'Windows' WM badly places 
1559                 message view'
1560
1561 2009-01-09 [colin]      3.7.0cvs19
1562
1563         * src/prefs_themes.c
1564         * src/stock_pixmap.c
1565         * src/stock_pixmap.h
1566         * src/common/utils.c
1567         * src/common/utils.h
1568                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
1569
1570 2009-01-08 [colin]      3.7.0cvs18
1571
1572         * src/mimeview.c
1573                 Win32: Fix bug 1810, 'Pressing 'o' key 
1574                 crashes CM'
1575
1576 2009-01-07 [colin]      3.7.0cvs17
1577
1578         * src/html.c
1579                 Fix bug 1432, '&amp; not escaped in links (HTML 
1580                 rendered as text)'
1581
1582 2009-01-06 [colin]      3.7.0cvs16
1583
1584         * src/plugins/pgpcore/select-keys.c
1585                 Warn translators the usual way about
1586                 accels
1587
1588 2009-01-06 [colin]      3.7.0cvs15
1589
1590         * src/mainwindow.c
1591                 Fix synchronisation dialog that shouldn't
1592                 appear when network goes down (Network
1593                 Manager)
1594         * src/mimeview.c
1595         * src/textview.c
1596                 Fix save as when attach_save_dir isn't set
1597                 fixes bug 1804, 'attach_save_directory does 
1598                 not default to $HOME'
1599         * src/plugins/pgpcore/select-keys.c
1600                 Add mnemonics to buttons - warn translators!
1601
1602 2009-01-06 [wwp]        3.7.0cvs14
1603
1604         * src/common/utils.c
1605                 Fix cvs13, thanks to Colin.
1606
1607 2009-01-06 [wwp]        3.7.0cvs13
1608
1609         * src/common/utils.c
1610                 Better support for Spanish Outlook replies (RES).
1611
1612 2009-01-02 [colin]      3.7.0cvs12
1613
1614         * src/folderview.c
1615                 Fix (+) sign after collapsed folder names that 
1616                 have quicksearch-matching children.
1617                 Fixes bug 1506, 'Recursive search in collapsed 
1618                 folders'
1619
1620 2009-01-02 [colin]      3.7.0cvs11
1621
1622         * src/stock_pixmap.c
1623         * src/stock_pixmap.h
1624                 Remove now-unused stock_pixmap_gdk
1625
1626 2009-01-02 [colin]      3.7.0cvs10
1627
1628         * src/gtk/gtkutils.c
1629         * src/pixmaps/claws-mail_icon.xpm
1630                 Use pixbuf for app icon, and make the app icon
1631                 a bit nicer
1632
1633 2009-01-02 [colin]      3.7.0cvs9
1634
1635         * src/uri_opener.c
1636                 Show both link title and URI if possible
1637
1638 2009-01-02 [colin]      3.7.0cvs8
1639
1640         * src/addressadd.c
1641         * src/addressbook.c
1642         * src/addressbook_foldersel.c
1643         * src/addressitem.h
1644         * src/folderview.c
1645         * src/grouplistdialog.c
1646         * src/importldif.c
1647         * src/mimeview.c
1648         * src/summaryview.c
1649         * src/gtk/gtkcmclist.c
1650         * src/gtk/gtkcmclist.h
1651         * src/gtk/gtkcmctree.c
1652         * src/gtk/gtkcmctree.h
1653         * src/gtk/gtksctree.c
1654         * src/gtk/gtksctree.h
1655                 Implement pixbuf rendering in tree widgets
1656                 instead of pixmaps
1657         * src/plugins/trayicon/trayicon.c
1658         * src/noticeview.c
1659         * src/prefs_themes.c
1660                 Use pixbuf rendering here too
1661
1662 2008-12-30 [paul]       3.7.0cvs7
1663
1664         * src/textview.c
1665                 no need to prematurely trim the uri in the statusbar
1666
1667 2008-12-29 [paul]       3.7.0cvs6
1668
1669         * src/procmsg.c
1670                 prefer List-Id header to X-* headers when creating
1671                 filter rule automatically
1672
1673 2008-12-28 [colin]      3.7.0cvs5
1674
1675         * src/compose.c
1676                 Set minimum height to 440 instead of 480
1677
1678 2008-12-22 [colin]      3.7.0cvs4
1679
1680         * src/compose.c
1681                 Fix bug 1799, '"Discard message" deletes manually 
1682                 saved draft'. Switch rmode to REEDIT after 
1683                 manually saving.
1684
1685 2008-12-21 [paul]       3.7.0cvs3
1686
1687         * tools/claws.i18n.status.pl
1688                 updates
1689
1690 2008-12-21 [paul]       3.7.0cvs2
1691
1692         * AUTHORS
1693         * src/gtk/authors.h
1694                 (more) updates
1695
1696 2008-12-21 [paul]       3.7.0cvs1
1697
1698         * AUTHORS
1699         * src/gtk/authors.h
1700                 updates
1701
1702 2008-12-19 [paul]       3.7.0
1703
1704         * NEWS
1705         * README
1706         * RELEASE_NOTES 
1707                 3.7.0 released!
1708
1709 2008-12-19 [paul]       3.6.1cvs80
1710
1711         * configure.ac
1712                 remove unmaintained sk and sr from ALL_LINGUAS
1713                 add newly maintained cs to ALL_LINGUAS
1714         * po/bg.po
1715         * po/ca.po
1716         * po/cs.po
1717         * po/de.po
1718         * po/fi.po
1719         * po/hu.po
1720         * po/nl.po
1721         * po/pt_BR.po
1722         * po/ru.po
1723         * po/sv.po
1724                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
1725                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
1726                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
1727                 Persson Fink
1728
1729 2008-12-16 [colin]      3.6.1cvs79
1730
1731         * src/plugins/pgpcore/sgpgme.c
1732                 Fix warning
1733
1734 2008-12-15 [colin]      3.6.1cvs78
1735
1736         * src/compose.c
1737         * src/privacy.c
1738         * src/privacy.h
1739         * src/plugins/pgpcore/sgpgme.c
1740         * src/plugins/pgpcore/sgpgme.h
1741         * src/plugins/pgpinline/pgpinline.c
1742         * src/plugins/pgpmime/pgpmime.c
1743         * src/plugins/smime/smime.c
1744                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
1745                 email address" doesn't work'. Use custom from address
1746                 if set
1747
1748 2008-12-15 [colin]      3.6.1cvs77
1749
1750         * src/common/utils.c
1751                 Fix bug 1746, 'Makes a mailto link from several 
1752                 paragraphs'
1753
1754 2008-12-15 [paul]       3.6.1cvs76
1755
1756         * m4/spamassassin.m4
1757                 fix warnings thrown up by autoconf-2.63
1758
1759 2008-12-13 [colin]      3.6.1cvs75
1760
1761         * Makefile.am
1762         * src/Makefile.am
1763         * src/common/ssl.c
1764         * src/common/utils.c
1765         * src/common/utils.h
1766         * tools/Makefile.am
1767                 Finish previous patch
1768
1769 2008-12-13 [colin]      3.6.1cvs74
1770
1771         * tools/Makefile.am
1772                 Only install certs on windows
1773
1774 2008-12-13 [colin]      3.6.1cvs73
1775
1776         * tools/Makefile.am
1777         * tools/ca-certificates.crt
1778         * src/common/Makefile.am
1779         * src/common/ssl.c
1780                 First try to ship SSL certificates in Windows
1781                 build
1782
1783 2008-12-12 [colin]      3.6.1cvs72
1784
1785         * configure.ac
1786         * src/plugins/pgpinline/claws.def
1787                 Windows build fixes
1788
1789 2008-12-12 [paul]       3.6.1cvs71
1790
1791         * src/imap.c
1792         * src/mh.c
1793         * src/partial_download.c
1794         * src/textview.c
1795         * src/common/claws.c
1796         * src/common/prefs.c
1797         * src/common/utils.c
1798                 win32: fix unlinking, renaming and bug with
1799                 non-ascii username
1800                 Patch by Colin
1801
1802 2008-12-11 [colin]      3.6.1cvs70
1803
1804         * po/fr.po
1805         * manual/fr/advanced.xml
1806                 Update french translations
1807
1808 2008-12-10 [colin]      3.6.1cvs69
1809
1810         * manual/faq.xml
1811                 Correct bug submission guidelines
1812
1813 2008-12-10 [colin]      3.6.1cvs68
1814
1815         * src/plugins/pgpcore/pgp_viewer.c
1816                 Fix bug 1736, 'Key import does not work'
1817                 Kill the correct pid (and not the parent
1818                 shell), and increase the timeout a bit.
1819
1820 2008-12-09 [paul]       3.6.1cvs67
1821
1822         * src/messageview.c
1823                 ensure that any stray noticeview buttons are hidden,
1824                 as clicking them causes segfaults!
1825
1826 2008-12-09 [colin]      3.6.1cvs66
1827
1828         * src/compose.c
1829         * src/compose.h
1830         * src/folder_item_prefs.h
1831         * src/prefs_common.c
1832         * src/prefs_common.h
1833         * src/common/defs.h
1834                 Fix bug 1792, '"Save Message to" should 
1835                 retain list of recently selected folders'
1836                 Also, make Enchant-related prefs stick
1837                 even if the build doesn't enable enchant
1838
1839 2008-12-09 [paul]       3.6.1cvs65
1840
1841         * src/messageview.c
1842                 fix bug 1787, 'Prevent automatic PGP inline
1843                 decryption attempts' use the noticeview to display
1844                 decryption failure messages instead of the irritating
1845                 popup dialog
1846
1847 2008-12-09 [colin]      3.6.1cvs64
1848
1849         * src/prefs_filtering.c
1850                 Fix bug 1789, 'filtering account selection 
1851                 (regression)'. Filtering on sending-only
1852                 accounts can be a little useful when using
1853                 filtering via Tools menu.
1854
1855 2008-12-07 [paul]       3.6.1cvs63
1856
1857         * src/prefs_actions.c
1858                 don't auto-select first entry (same as other
1859                 similar dialogs)
1860         * src/gtk/pluginwindow.c
1861                 these parents don't have children so don't look
1862                 for them
1863
1864 2008-12-07 [paul]       3.6.1cvs62
1865
1866         * src/prefs_account.c
1867         * src/gtk/pluginwindow.c
1868         * src/gtk/prefswindow.c
1869         * src/gtk/prefswindow.h
1870                 auto-select first page
1871
1872 2008-12-05 [colin]      3.6.1cvs61
1873
1874         * src/codeconv.c
1875         * src/procmime.c
1876                 Fix bug 1788, 'CM crashes re-encoding 
1877                 encoded parameters' (introduced in cvs40)
1878
1879 2008-12-05 [paul]       3.6.1cvs60
1880
1881         * src/prefs_common.h
1882                 remove gpg prefs that are no longer needed here
1883
1884 2008-12-03 [colin]      3.6.1cvs59
1885
1886         * src/msgcache.c
1887                 Speed up cache reading (about 10% gain)
1888         * src/summaryview.c
1889         * src/gtk/gtksctree.c
1890                 Speed up expand/collapse all threads
1891                 (about 95% gain)
1892
1893 2008-12-03 [paul]       3.6.1cvs58
1894
1895         * configure.ac
1896                 eradicate gcc4's signedness warnings
1897                 fix building with gnuTLS on (Open)Solaris
1898
1899 2008-12-01 [colin]      3.6.1cvs57
1900
1901         * src/gtk/gtkcmclist.c
1902                 Fix column headers
1903
1904 2008-12-01 [colin]      3.6.1cvs56
1905
1906         * src/plugins/pgpinline/pgpinline.c
1907                 Fix bug 1779, 'PGP Inline badly handles 
1908                 multipart'. Properly dump the current part
1909                 instead of running around with scissors
1910
1911 2008-11-30 [paul]       3.6.1cvs55
1912
1913         * manual/advanced.xml
1914         * manual/plugins.xml
1915         * src/prefs_toolbar.c
1916                 remove the verb from the page title and
1917                 update references in the manual
1918
1919 2008-11-30 [paul]       3.6.1cvs54
1920
1921         * src/prefs_other.c
1922                 move Other/ page to Other/Miscellaneous
1923         * src/gtk/prefswindow.c
1924                 make parent page unselectable
1925
1926 2008-11-29 [paul]       3.6.1cvs53
1927
1928         * README
1929                 add the new 'primary_paste_unselects' hidden
1930                 option, add missing 'log_[...]_color' options,
1931                 and reformat the text
1932         * manual/advanced.xml
1933                 add the new 'primary_paste_unselects' hidden
1934                 option, add missing 'log_[...]_color' options
1935
1936 2008-11-28 [colin]      3.6.1cvs52
1937
1938         * src/mimeview.c
1939                 Fix leak
1940
1941 2008-11-28 [colin]      3.6.1cvs51
1942
1943         * po/fr.po
1944                 Update translation
1945
1946 2008-11-28 [colin]      3.6.1cvs50
1947
1948         * src/mainwindow.c
1949                 Fix account selection in Mailing list
1950                 menu
1951
1952 2008-11-28 [paul]       3.6.1cvs49
1953
1954         * po/Makefile.in.in
1955                 automatically remove obsolete strings
1956
1957 2008-11-28 [colin]      3.6.1cvs48
1958
1959         * src/plugins/pgpcore/sgpgme.c
1960                 Fix error message when key isn't available.
1961
1962 2008-11-27 [colin]      3.6.1cvs47
1963
1964         * src/filtering.c
1965         * src/matcher.c
1966                 Fix a little leak
1967
1968 2008-11-26 [colin]      3.6.1cvs46
1969
1970         * src/common/ssl.c
1971                 Fix new warning
1972
1973 2008-11-26 [colin]      3.6.1cvs45
1974
1975         * src/plugins/pgpcore/select-keys.c
1976         * src/plugins/pgpcore/sgpgme.c
1977                 Fix bug 1591, 'S/MIME: better key 
1978                 handling/selection dialog'
1979                 Really ignore revoked/expired keys
1980
1981 2008-11-26 [colin]      3.6.1cvs44
1982
1983         * src/main.c
1984         * src/common/claws.c
1985         * src/common/ssl.c
1986                 Make sure libgcrypt's threading is initialised
1987                 before gnutls. See also old bug 1539.
1988
1989 2008-11-26 [colin]      3.6.1cvs43
1990
1991         * src/imap.c
1992         * src/news.c
1993         * src/etpan/imap-thread.c
1994                 Fix possible crashes due to clist_begin()
1995                 not checking for NULLs (it should!)
1996
1997 2008-11-25 [colin]      3.6.1cvs42
1998
1999         * src/procmime.c
2000                 Fix line length in MIME parameters
2001
2002 2008-11-22 [paul]       3.6.1cvs41
2003
2004         * src/compose.c
2005                 grab Return key press in attachments Properties
2006                 dialog
2007
2008 2008-11-21 [colin]      3.6.1cvs40
2009
2010         * src/compose.c
2011         * src/procmime.c
2012                 Fix bug 1776, 'use encoded name parameters 
2013                 for attachments instead of ascii'.
2014                 Break the RFC 2047 by using B-encoded 
2015                 filename parameter, like everyone does,
2016                 following advice from the RFC author.
2017
2018 2008-11-21 [colin]      3.6.1cvs39
2019
2020         * src/common/socket.c
2021                 Rehandshake if server asks to
2022
2023 2008-11-21 [colin]      3.6.1cvs38
2024
2025         * src/mimeview.h
2026         * src/toolbar.h
2027         * src/common/session.h
2028         * src/common/smtp.h
2029                 Move conditional-compilation members to
2030                 end of structs
2031
2032 2008-11-19 [wwp]        3.6.1cvs37
2033
2034         * src/prefs_actions.c
2035                 Fixed wrong behaviour when pressing Escape (was not cancelling
2036                 the action).
2037
2038 2008-11-19 [wwp]        3.6.1cvs36
2039
2040         * src/compose.c
2041         * src/matcher.c
2042         * src/messageview.c
2043         * src/mimeview.c
2044         * src/prefs_actions.c
2045         * src/prefs_filtering_action.c
2046         * src/procmsg.c
2047         * src/summaryview.c
2048         * src/textview.c
2049         * src/common/utils.c
2050                 Replace occurrences of "command line" with "command-line" everywhere.
2051                 Enforce code style (mostly indentation) in prefs_actions.c.
2052
2053 2008-11-19 [colin]      3.6.1cvs35
2054
2055         * src/compose.c
2056         * src/prefs_common.c
2057         * src/prefs_common.h
2058                 Add primary_paste_unselects hidden preference
2059                 to change how middle-click pasting changes
2060                 the selection and insert point; defaults to
2061                 pre-3.6.1cvs31
2062
2063 2008-11-19 [colin]      3.6.1cvs34
2064
2065         * src/folderview.c
2066                 Always give focus to summaryview, even if
2067                 the folder is empty, in small screen layout.
2068                 Allows to go back to folderlist using the
2069                 keyboard.
2070
2071 2008-11-18 [colin]      3.6.1cvs33
2072
2073         * src/mainwindow.h
2074                 Put back conditional at the end of struct
2075
2076 2008-11-18 [colin]      3.6.1cvs32
2077
2078         * src/procmime.c
2079         * src/common/w32_reg.c
2080                 Fix crash on win32 when browsing to a
2081                 directory
2082
2083 2008-11-15 [colin]      3.6.1cvs31
2084
2085         * src/compose.c
2086                 After a mid-click paste, deselect selection
2087                 and go to end of paste.
2088
2089 2008-11-15 [colin]      3.6.1cvs30
2090
2091         * src/compose.c
2092                 Auto-save draft after external editor quits
2093
2094 2008-11-15 [colin]      3.6.1cvs29
2095
2096         * src/plugins/pgpcore/sgpgme.c
2097                 Fix wrong error display, thanks to
2098                 Charles A. Edwards
2099
2100 2008-11-14 [colin]      3.6.1cvs28
2101
2102         * src/prefs_actions.c
2103                 Comment out bogus (IMO) warning
2104
2105 2008-11-14 [colin]      3.6.1cvs27
2106
2107         * src/mainwindow.c
2108         * src/summaryview.c
2109         * src/summaryview.h
2110         * src/gtk/menu.c
2111         * src/gtk/menu.h
2112                 Share summaryview's context menu actions with
2113                 the equivalent menu items of the main menu;
2114                 this allows to share accelerators and de-
2115                 duplicate code.
2116
2117 2008-11-14 [colin]      3.6.1cvs26
2118
2119         * src/plugins/pgpcore/sgpgme.c
2120                 Fix bug 1768, 'claws-mail crashes while 
2121                 checking smime bad signature'
2122
2123 2008-11-13 [colin]      3.6.1cvs25
2124
2125         * src/account.c
2126         * src/filtering.c
2127                 Fix redefinition of PREFSBUFSIZE
2128
2129 2008-11-13 [wwp]        3.6.1cvs24
2130
2131         * tools/popfile-link.sh
2132                 Add support for reusing existing POPFile session ID.
2133
2134 2008-11-12 [colin]      3.6.1cvs23
2135
2136         * src/prefs_gtk.h
2137                 Fix bug 1771, 'Folder template gets 
2138                 truncated when exiting the application'
2139                 Use a 32k buffer for string preferences
2140
2141 2008-11-11 [colin]      3.6.1cvs22
2142
2143         * src/summaryview.c
2144                 Fix "display sender using addressbook" when
2145                 prefs_common.swap_from is in use. Patch by
2146                 H. Merijn Brand
2147
2148 2008-11-11 [colin]      3.6.1cvs21
2149
2150         * src/autofaces.c
2151         * src/common/md5.c
2152         * src/common/md5.h
2153                 Make a few functions static
2154
2155 2008-11-07 [colin]      3.6.1cvs20
2156
2157         * src/mainwindow.c
2158         * src/summaryview.c
2159                 Fix crash when rebuilding colorlabel
2160                 menu
2161         * src/addrgather.c
2162         * src/editldap.c
2163         * src/prefs_account.c
2164         * src/prefs_compose_writing.c
2165         * src/prefs_logging.c
2166         * src/prefs_message.c
2167         * src/prefs_other.c
2168         * src/prefs_receive.c
2169         * src/prefs_summaries.c
2170         * src/prefs_wrapping.c
2171         * src/plugins/bogofilter/bogofilter_gtk.c
2172         * src/plugins/pgpcore/prefs_gpg.c
2173         * src/plugins/spamassassin/spamassassin_gtk.c
2174                 Fix deprecated use of page_size in 
2175                 gtkspinbutton adjustments
2176
2177 2008-11-06 [mones]      3.6.1cvs19
2178
2179         * src/mainwindow.c
2180                 Fix missing "About" in Help menu
2181         * tools/claws.i18n.status.pl
2182                 Fix header
2183
2184 2008-11-05 [colin]      3.6.1cvs18
2185
2186         * src/action.c
2187         * src/main.c
2188         * src/mainwindow.c
2189         * src/common/socket.c
2190         * src/common/socket.h
2191         * src/gtk/gtkutils.c
2192         * src/gtk/gtkutils.h
2193                 w32: Implement single launch (lock
2194                 socket); always put debug log to
2195                 the rc_dir; fix Start menu update
2196                 after registering as default Mail 
2197                 app
2198
2199 2008-11-05 [colin]      3.6.1cvs17
2200
2201         * src/mainwindow.c
2202                 Setting the Mail start menu item in HKCU 
2203                 confuses the Internet Options dialog. Do 
2204                 it in HKLM as this dialog does.
2205
2206 2008-11-04 [colin]      3.6.1cvs16
2207
2208         * src/common/w32_reg.c
2209                 Fix off-by-one
2210
2211 2008-11-04 [colin]      3.6.1cvs15
2212
2213         * src/procmime.c
2214                 w32: Fix getting content-type 
2215         * src/mimeview.c
2216         * src/prefs_common.c
2217         * src/prefs_common.h
2218         * src/prefs_ext_prog.c
2219         * src/textview.c
2220                 w32: better integration (use the
2221                 standard file associations instead
2222                 of our platform-unadapted open
2223                 dialog)
2224         * src/mainwindow.c
2225         * src/common/utils.c
2226         * src/common/w32_reg.c
2227         * src/common/w32lib.h
2228                 w32: better integration (allow 
2229                 setting Claws as default MUA)
2230
2231 2008-11-01 [colin]      3.6.1cvs14
2232
2233         * src/codeconv.c
2234                 Fix wrongly converted non-ascii characters
2235                 when locale's charset is US-ASCII (strict-mode
2236                 was failing in this case)
2237
2238 2008-10-30 [colin]      3.6.1cvs13
2239
2240         * src/mimeview.c
2241         * src/mimeview.h
2242         * src/textview.c
2243         * src/textview.h
2244                 Use one UI Manager per mimeview, instead of
2245                 the global one -- else user_data pointer gets
2246                 broken if opening and closing another message-
2247                 view, then using right-click on a mimeview's 
2248                 mimepart. Probably fixes bug 1711, 'Save-as
2249                 attachment crashes'
2250
2251 2008-10-24 [paul]       3.6.1cvs12
2252
2253         * tools/Makefile.am
2254         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
2255         * tools/kdeservicemenu/install.sh
2256                 another, possibly the final?, attempt on getting this
2257                 sorted for kde4
2258
2259 2008-10-24 [paul]       3.6.1cvs11
2260
2261         * tools/kdeservicemenu/install.sh
2262                 fix servicemenu installation directory on kde4
2263
2264 2008-10-24 [paul]       3.6.1cvs10
2265
2266         * tools/kdeservicemenu/README
2267         * tools/kdeservicemenu/install.sh
2268                 add support for kde4 in addition to kde3.
2269                 a rework involving checking for kde4-config, then
2270                 kde-config, finally prompting the user for the
2271                 location of either if they cannot be found
2272                 
2273
2274 2008-10-18 [paul]       3.6.1cvs9
2275
2276         * tools/claws.i18n.status.pl
2277                 updated with latest translator info.
2278                 only print for languages defined in %langname
2279
2280 2008-10-17 [paul]       3.6.1cvs8
2281
2282         * src/plugins/pgpcore/sgpgme.c
2283                 when listing the uid's, show the uid validity
2284
2285 2008-10-16 [paul]       3.6.1cvs7
2286
2287         * INSTALL
2288                 updated
2289
2290 2008-10-13 [wwp]        3.6.1cvs6
2291
2292         * po/fr.po
2293                 Updated French translation.
2294
2295 2008-10-11 [colin]      3.6.1cvs5
2296
2297         * src/gtk/authors.h
2298                 Fix bug 1756, "Outdated translators list in About 
2299                 dialogue". Patch by Aleksei Miheev.
2300
2301 2008-10-11 [colin]      3.6.1cvs4
2302
2303         * src/account.c
2304         * src/imap.c
2305         * src/inc.c
2306         * src/main.c
2307         * src/mainwindow.c
2308         * src/news.c
2309         * src/pop.c
2310         * src/pop.h
2311         * src/prefs_account.c
2312         * src/send_message.c
2313         * src/send_message.h
2314         * src/ssl_manager.c
2315         * src/ssl_manager.h
2316         * src/wizard.c
2317         * src/common/claws.c
2318         * src/common/defs.h
2319         * src/common/session.c
2320         * src/common/session.h
2321         * src/common/smtp.c
2322         * src/common/smtp.h
2323         * src/common/socket.c
2324         * src/common/socket.h
2325         * src/common/ssl.c
2326         * src/common/ssl.h
2327         * src/common/ssl_certificate.c
2328         * src/common/ssl_certificate.h
2329         * src/gtk/about.c
2330         * src/gtk/sslcertwindow.c
2331         * src/gtk/sslcertwindow.h
2332                 Remove OpenSSL code
2333
2334 2008-10-11 [colin]      3.6.1cvs3
2335
2336         * src/common/ssl_certificate.c
2337                 Make local function static
2338
2339 2008-10-10 [colin]      3.6.1cvs2
2340
2341         * src/common/ssl.h
2342         * src/common/ssl_certificate.c
2343         * src/gtk/sslcertwindow.c
2344                 Add offline certificate verification,
2345                 thanks to Nikos Mavrogiannopoulos for the
2346                 hints
2347
2348 2008-10-10 [colin]      3.6.1cvs1
2349
2350         * src/common/ssl_certificate.c
2351         * src/gtk/sslcertwindow.c
2352                 Fix warnings
2353
2354 2008-10-10 [paul]       3.6.1
2355
2356         * m4/spamassassin.m4
2357                 remove openssl dross
2358
2359         * NEWS
2360         * README
2361         * RELEASE_NOTES 
2362                 3.6.1 released!
2363
2364 2008-10-10 [colin]      3.6.0cvs25
2365
2366         * src/common/ssl.c
2367                 Tell libetpan it doesn't need to init
2368                 GnuTLS
2369
2370 2008-10-10 [colin]      3.6.0cvs24
2371
2372         * claws-mail.pc.in
2373                 Remove references to openssl
2374
2375 2008-10-09 [colin]      3.6.0cvs23
2376
2377         * configure.ac
2378                 Fix message
2379
2380 2008-10-09 [colin]      3.6.0cvs22
2381
2382         * configure.ac
2383                 Error out when building against openssl
2384
2385 2008-10-09 [colin]      3.6.0cvs21
2386
2387         * configure.ac
2388         * COPYING
2389         * src/crash.c
2390         * src/main.c
2391         * src/gtk/about.c
2392                 Disable OpenSSL due to requirement of
2393                 OpenSSL exception. Code not removed yet,
2394                 just in case, but disabled.
2395
2396 2008-10-09 [colin]      3.6.0cvs20
2397
2398         * configure.ac
2399         * src/Makefile.am
2400         * src/crash.c
2401         * src/gedit-print.c
2402         * src/gedit-print.h
2403         * src/main.c
2404         * src/mainwindow.c
2405         * src/messageview.c
2406         * src/prefs_ext_prog.c
2407         * src/prefs_fonts.c
2408         * src/prefs_image_viewer.c
2409         * src/printing.c
2410         * src/printing.h
2411         * src/summaryview.c
2412         * src/gtk/Makefile.am
2413         * src/gtk/about.c
2414         * src/gtk/gtksourceprintjob.c
2415         * src/gtk/gtksourceprintjob.h
2416                 Revert previous patch. It'd be better to remove
2417                 OpenSSL instead, as GnuTLS works as well.
2418
2419 2008-10-09 [colin]      3.6.0cvs19
2420
2421         * configure.ac
2422         * src/Makefile.am
2423         * src/crash.c
2424         * src/gedit-print.c
2425         * src/gedit-print.h
2426         * src/main.c
2427         * src/mainwindow.c
2428         * src/messageview.c
2429         * src/prefs_ext_prog.c
2430         * src/prefs_fonts.c
2431         * src/prefs_image_viewer.c
2432         * src/printing.c
2433         * src/printing.h
2434         * src/summaryview.c
2435         * src/gtk/Makefile.am
2436         * src/gtk/about.c
2437         * src/gtk/gtksourceprintjob.c
2438         * src/gtk/gtksourceprintjob.h
2439                 Remove the libgnomeprint interface (deprecated,
2440                 and fixes Debian's #501570, 'Copyright confusion')
2441
2442 2008-10-09 [colin]      3.6.0cvs18
2443
2444         * configure.ac
2445                 Require libetpan 0.57 (important fixes)
2446
2447 2008-10-08 [paul]       3.6.0cvs17
2448
2449         * src/prefs_filtering_action.c
2450         * src/prefs_matcher.c
2451                 enable re-ordering of the filtering/processing
2452                 condition and actions lists by drag'n'drop
2453
2454 2008-10-08 [colin]      3.6.0cvs16
2455
2456         * src/addressbook.c
2457                 Fix wrong menu title
2458
2459 2008-10-07 [colin]      3.6.0cvs15
2460
2461         * src/imap.c
2462                 After thinking, revert this. It's only a minor
2463                 annoyance to GSSAPI users, and I can't test this
2464                 right now. Postponed until after next good release.
2465
2466 2008-10-07 [colin]      3.6.0cvs14
2467
2468         * src/imap.c
2469                 Don't ask for a password when using GSSAPI
2470
2471 2008-10-07 [colin]      3.6.0cvs13
2472
2473         * src/mainwindow.c
2474                 Fix build with GTK+ < 2.14
2475
2476 2008-10-07 [colin]      3.6.0cvs12
2477
2478         * src/mainwindow.c
2479         * src/mainwindow.h
2480         * src/prefs_common.c
2481         * src/prefs_common.h
2482         * src/summaryview.c
2483         * src/gtk/colorlabel.c
2484                 Fix bug 1749, 'Shortcut keys for color labels 
2485                 not changeable'
2486                 Make fullscreen a setting remembered between
2487                 sessions
2488
2489 2008-10-07 [colin]      3.6.0cvs11
2490
2491         * src/prefs_other.c
2492                 Fix bug 1747, 'Wanderlust keybindings no longer 
2493                 working (regression)'
2494
2495 2008-10-07 [colin]      3.6.0cvs10
2496
2497         * src/mainwindow.c
2498                 Make fullscreen a real menu item
2499
2500 2008-10-07 [colin]      3.6.0cvs9
2501
2502         * src/mainwindow.c
2503                 Make sure we won't save size when
2504                 fullscreening
2505
2506 2008-10-06 [colin]      3.6.0cvs8
2507
2508         * src/mainwindow.c
2509         * src/mainwindow.h
2510                 Handle fullscreen via F11. Patch by
2511                 Michael Rasmussen
2512
2513 2008-10-06 [colin]      3.6.0cvs7
2514
2515         * src/common/ssl.c
2516                 Fix return value when setting client cert
2517
2518 2008-10-04 [colin]      3.6.0cvs6
2519
2520         * src/mimeview.c
2521                 Fix bug 1742, 'Attachment list contents not 
2522                 visible/scrollable'
2523
2524 2008-10-04 [paul]       3.6.0cvs5
2525
2526         * src/mainwindow.c
2527                 fix failure of Hide toolbar option on restart
2528
2529 2008-10-04 [colin]      3.6.0cvs4
2530
2531         * src/addressbook.c
2532         * src/compose.c
2533         * src/mainwindow.c
2534         * src/messageview.c
2535         * src/summaryview.c
2536                 Maemo: Fix bug 1737, Crashes upon opening
2537
2538 2008-10-04 [paul]       3.6.0cvs3
2539
2540         * po/pt_BR.po
2541                 submitted (just a little late) by Frederico
2542                 Goncalves Guimaraes
2543
2544 2008-10-03 [wwp]        3.6.0cvs2
2545
2546         * po/fr.po
2547                 Many fixes, mostly in menus and accelerators.
2548
2549 2008-10-03 [colin]      3.6.0cvs1
2550
2551         * src/gtk/filesel.c
2552                 Allow network mounts with new GTKs: they're
2553                 available via FUSE mounts and we don't need
2554                 GVFS.
2555
2556 2008-10-03 [paul]       3.6.0
2557
2558         * NEWS
2559         * README
2560         * RELEASE_NOTES 
2561                 3.6.0 released!
2562
2563 2008-10-03 [paul]       3.5.0cvs145
2564
2565         * configure.ac
2566         * po/bg.po
2567         * po/nl.po
2568         * po/ru.po
2569         * po/sv.po
2570                 new translations. added by Yasen Pramatarov,
2571                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
2572         * po/ca.po
2573         * po/de.po
2574         * po/fi.po
2575         * po/fr.po
2576         * po/hu.po
2577         * po/it.po
2578         * po/pl.po
2579         * po/zh_CN.po
2580                 updated translations. submitted by Miquel Oliete,
2581                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
2582                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
2583
2584 2008-10-02 [colin]      3.5.0cvs144
2585
2586         * src/common/session.c
2587                 Fix crash when connection fails on windows
2588
2589 2008-10-01 [colin]      3.5.0cvs143
2590
2591         * src/imap.c
2592                 Real fix for FS-unsafe chars on win32
2593
2594 2008-10-01 [colin]      3.5.0cvs142
2595
2596         * src/imap.c
2597                 Encode prohibited filenames on win32
2598
2599 2008-09-30 [mones]      3.5.0cvs141
2600
2601         * src/ldapctrl.c
2602         * src/main.c
2603         * src/prefs_themes.c
2604         * src/printing.c
2605                 Fix output of some debug messages
2606
2607 2008-09-30 [colin]      3.5.0cvs140
2608
2609         * src/addrbook.c
2610         * src/addrharvest.c
2611         * src/compose.c
2612         * src/jpilot.c
2613         * src/mh.c
2614         * src/prefs_themes.c
2615         * src/procheader.c
2616         * src/procmime.c
2617         * src/summaryview.c
2618         * src/common/utils.c
2619         * src/gtk/sslcertwindow.c
2620                 Win32: Fix time usage; use g_stat
2621
2622 2008-09-29 [colin]      3.5.0cvs139
2623
2624         * src/common/utils.c
2625                 Fix case-sensitive match of subject
2626                 prefixes on win32
2627
2628 2008-09-29 [colin]      3.5.0cvs138
2629
2630         * src/folder_item_prefs.c
2631         * src/folder_item_prefs.h
2632         * src/matcher.c
2633         * src/prefs_folder_item.c
2634         * src/prefs_matcher.c
2635         * src/summaryview.c
2636         * src/common/string_match.c
2637         * src/common/utils.c
2638                 Fix a huge leak (dozens of megs per folder
2639                 change) on Windows: disable regexps 
2640
2641 2008-09-28 [paul]       3.5.0cvs137
2642
2643         * po/en_GB.po
2644                 updated
2645
2646 2008-09-27 [colin]      3.5.0cvs136
2647
2648         * src/account.c
2649         * src/account.h
2650                 Add accessor for cur_account
2651
2652 2008-09-27 [colin]      3.5.0cvs135
2653
2654         * src/imap.c
2655                 Fix crash when error happen on session establishment
2656
2657 2008-09-26 [mones]      3.5.0cvs134
2658
2659         * po/es.po
2660                 Updated for release
2661
2662 2008-09-26 [colin]      3.5.0cvs133
2663
2664         * src/plugins/pgpcore/claws.def
2665                 Fix symbol
2666
2667 2008-09-26 [colin]      3.5.0cvs132
2668
2669         * src/prefs_common.c
2670         * src/prefs_common.h
2671         * src/plugins/pgpcore/pgp_viewer.c
2672                 Add an accessor to prefs_common for plugins
2673                 (Win32 fix)
2674
2675 2008-09-25 [colin]      3.5.0cvs131
2676
2677         * src/main.c
2678                 Fix bug 1725, 'useless lines in clawsrc'
2679         * src/plugins/smime/mypgpcore.def
2680                 Add a missing symbol
2681
2682 2008-09-25 [paul]       3.5.0cvs130
2683
2684         * src/plugins/smime/mypgpcore.def
2685         * src/plugins/smime/plugin.def
2686         * src/plugins/smime/version.rc
2687                 add these windows-specific files
2688                 (Thanks to Colin)
2689
2690 2008-09-25 [colin]      3.5.0cvs129
2691
2692         * src/main.c
2693                 Load standard plugins only on first run
2694
2695 2008-09-25 [colin]      3.5.0cvs128
2696
2697         * src/codeconv.c
2698                 Fix build...
2699
2700 2008-09-24 [colin]      3.5.0cvs127
2701
2702         * src/codeconv.c
2703                 Add nb_NO's charset (iso-8859-1)
2704
2705 2008-09-24 [colin]      3.5.0cvs126
2706
2707         * src/common/utils.c
2708                 Fix get_mail_base_dir() on windows
2709                 (was synced from main ages ago)
2710
2711 2008-09-24 [colin]      3.5.0cvs125
2712
2713         * src/main.c
2714         * src/wizard.c
2715                 Integrate better with Windows' style
2716
2717 2008-09-23 [paul]       3.5.0cvs124
2718
2719         * src/compose.c
2720         * src/mainwindow.c
2721         * src/messageview.c
2722                 offer these strings to translators too 
2723
2724 2008-09-23 [colin]      3.5.0cvs123
2725
2726         * configure.ac
2727                 Add a --disable-dbus flag in case we want
2728                 no DBUS even if headers are available (like
2729                 for building gpg4win)
2730         * src/filtering.c
2731         * src/mainwindow.c
2732         * src/prefs_logging.c
2733         * src/common/utils.c
2734         * src/plugins/pgpcore/sgpgme.c
2735         * src/plugins/smime/claws.def
2736                 Windows fixes:
2737                 - disable filtering log (it's crashy for
2738                   some reason)
2739                 - fix gmtime_r when time is -1 (before 01/01/70)
2740                 - add symbols for smime
2741
2742 2008-09-22 [colin]      3.5.0cvs122
2743
2744         * src/common/utils.c
2745         * src/account.c
2746                 Remove raw printf
2747         * src/compose.c
2748                 Fix cursor position after changing account
2749         * src/imap.c
2750         * src/mimeview.c
2751         * src/news.c
2752                 Fix absolute path detection 
2753
2754 2008-09-21 [colin]      3.5.0cvs121
2755
2756         * src/gtk/gtkaspell.c
2757                 Don't try to use empty dictionaries
2758
2759 2008-09-20 [colin]      3.5.0cvs120
2760
2761         * po/POTFILES.in
2762                 Add the new files to the translations
2763
2764 2008-09-20 [colin]      3.5.0cvs119
2765
2766         * configure.ac
2767         * src/plugins/Makefile.am
2768         * src/plugins/smime/Makefile.am
2769         * src/plugins/smime/plugin.c
2770         * src/plugins/smime/smime.c
2771         * src/plugins/smime/smime.deps
2772         * src/plugins/smime/smime.h
2773                 Include S/Mime plugin in the main plugins
2774                 Will ease the Gpg4win team's work
2775
2776 2008-09-20 [colin]      3.5.0cvs118
2777
2778         * src/autofaces.c
2779         * src/compose.c
2780         * src/ldapquery.c
2781         * src/main.c
2782         * src/news.c
2783         * src/common/socket.c
2784         * src/gtk/gtkutils.c
2785         * src/plugins/pgpcore/claws.def
2786                 Windows: more fixes, thanks to wwp and
2787                 Marcus Brinkmann
2788
2789 2008-09-20 [colin]      3.5.0cvs117
2790
2791         * src/imap.c
2792                 Tell on which server errors happened
2793
2794 2008-09-20 [colin]      3.5.0cvs116
2795
2796         * src/etpan/etpan-thread-manager.c
2797         * src/etpan/imap-thread.c
2798         * src/etpan/nntp-thread.c
2799                 Windows: Fix hang on IMAP/NNTP
2800
2801 2008-09-20 [colin]      3.5.0cvs115
2802
2803         * src/common/utils.c
2804                 Fix bug 1723, "Buffer overflow crash caused by 
2805                 preview in 'Date format help' dialog box"
2806                 Also, optimise fast_strftime a bit :)
2807
2808 2008-09-18 [colin]      3.5.0cvs114
2809
2810         * src/procmime.c
2811         * src/textview.c
2812                 Check for NULLs before str* functions
2813
2814 2008-09-18 [colin]      3.5.0cvs113
2815
2816         * src/messageview.c
2817         * src/procmime.c
2818         * src/textview.c
2819                 Handle html parts in multipart/related
2820                 Decode ISO-8859-1 as Windows-1252 (the former
2821                 is a subset of the latter) in order to 
2822                 workaround Outlook mails misencoding
2823         * src/gtk/logwindow.c
2824         * src/gtk/logwindow.h
2825                 Clear mainwindow's error pixmap when the
2826                 error scrolls out of the log
2827
2828 2008-09-17 [colin]      3.5.0cvs112
2829
2830         * src/image_viewer.c
2831                 Fix image loading (multiple childs added to 
2832                 scrolledwindow, break of the resize functionality)
2833         * src/account.c
2834         * src/prefs_folder_item.c
2835         * src/prefs_spelling.c
2836         * src/gtk/gtkaspell.c
2837                 Better fix problems with dictionaries updates
2838
2839 2008-09-17 [colin]      3.5.0cvs111
2840
2841         * src/common/utils.c
2842                 Fix double-opening (fixes multiple signatures when
2843                 using signify)
2844
2845 2008-09-16 [colin]      3.5.0cvs110
2846
2847         * src/prefs_account.c
2848         * src/prefs_folder_item.c
2849         * src/prefs_spelling.c
2850         * src/gtk/gtkaspell.c
2851                 Better stripping of aspell dictionaries names
2852
2853 2008-09-16 [colin]
2854
2855         * 3.6.0-rc1 released
2856
2857 2008-09-16 [colin]      3.5.0cvs109
2858
2859         * src/account.c
2860         * src/inc.c
2861         * src/mainwindow.c
2862         * src/prefs_account.h
2863         * src/prefs_other.c
2864         * src/send_message.c
2865         * src/gtk/inputdialog.c
2866                 Don't add a pref to allow remembering passwords
2867                 (Just not checking the checkbox is enough)
2868
2869 2008-09-16 [colin]      3.5.0cvs108
2870
2871         * configure.ac
2872                 Require libetpan 0.56 as 0.55 is crashy
2873         * src/messageview.c
2874                 Fix english
2875         * src/gtk/inputdialog.c
2876         * src/gtk/inputdialog.h
2877                 Fix warnings
2878
2879 2008-09-16 [wwp]        3.5.0cvs107
2880
2881         * src/compose.c
2882                 Complete 3.5.0cvs106 by removing a function that got
2883                 moved to account.[ch].
2884
2885 2008-09-16 [wwp]        3.5.0cvs106
2886
2887         * src/account.c
2888         * src/account.h
2889         * src/compose.c
2890         * src/quote_fmt.c
2891         * src/quote_fmt_lex.l
2892         * src/quote_fmt_parse.y
2893                 Add account signature (path and value string) manipulation
2894                 keywords to the template processor. It's now possible in
2895                 all templates to insert the account signature to an
2896                 arbitrary location or to pass it to a external script for
2897                 further editing.
2898
2899
2900 2008-09-16 [mones]      3.5.0cvs105
2901
2902         * src/imap.c
2903         * src/inc.c
2904         * src/mainwindow.c
2905         * src/mainwindow.h
2906         * src/news.c
2907         * src/prefs_account.h
2908         * src/prefs_common.c
2909         * src/prefs_common.h
2910         * src/prefs_other.c
2911         * src/send_message.c
2912         * src/gtk/inputdialog.c
2913         * src/gtk/inputdialog.h
2914                 Implement session passwords: unsaved passwords for receiving
2915                 or sending of accounts can be remembered while running to 
2916                 avoid repetitive typing.
2917                 As keeping passwords in memory is unsafe a new preference 
2918                 in Other page is added to activate or not such capability.
2919
2920 2008-09-14 [colin]      3.5.0cvs104
2921
2922         * src/codeconv.c
2923         * src/codeconv.h
2924                 Make conv_iconv_strdup static
2925
2926 2008-09-12 [colin]      3.5.0cvs103
2927
2928         * claws-mail.pc.in
2929         * src/Makefile.am
2930         * src/compose.c
2931         * src/compose.h
2932         * src/crash.c
2933         * src/folder_item_prefs.c
2934         * src/folder_item_prefs.h
2935         * src/main.c
2936         * src/prefs_account.c
2937         * src/prefs_common.c
2938         * src/prefs_common.h
2939         * src/prefs_folder_item.c
2940         * src/prefs_spelling.c
2941         * src/prefs_template.c
2942         * src/quote_fmt.h
2943         * src/quote_fmt_parse.y
2944         * src/toolbar.c
2945         * src/toolbar.h
2946         * src/gtk/Makefile.am
2947         * src/gtk/about.c
2948         * src/gtk/filesel.c
2949         * src/gtk/gtkaspell.c
2950         * src/gtk/gtkaspell.h
2951         * src/plugins/bogofilter/Makefile.am
2952         * src/plugins/dillo_viewer/Makefile.am
2953         * src/plugins/spamassassin/Makefile.am
2954         * src/plugins/trayicon/Makefile.am
2955                 Switch spellchecker to Enchant
2956
2957 2008-09-12 [paul]       3.5.0cvs102
2958
2959         * tools/README
2960         * tools/csv2addressbook.pl
2961                 add support for Fox Mail
2962
2963 2008-09-12 [paul]       3.5.0cvs101
2964
2965         * src/compose.c
2966         * src/prefs_wrapping.c
2967                 changes to English
2968
2969 2008-09-12 [paul]       3.5.0cvs100
2970
2971         * configure.ac
2972                 revert cvs99's libenchant commit error
2973
2974 2008-09-12 [colin]      3.5.0cvs99
2975
2976         * src/inc.c
2977                 Only go to inbox if there are new mails
2978                 (and fetch was manual)
2979
2980 2008-09-10 [colin]      3.5.0cvs98
2981
2982         * src/inc.c
2983         * src/summaryview.c
2984         * src/common/session.c
2985                 Use g_timeout_add_seconds instead of g_timeout_add
2986                 on glib >= 2.14 when we don't need precision on the 
2987                 delay. This helps reducing power consumption:
2988                 http://mjg59.livejournal.com/74651.html
2989
2990 2008-09-10 [colin]      3.5.0cvs97
2991
2992         * src/compose.c
2993                 Don't save window size and position when
2994                 compose is hidden (filtering action)
2995
2996 2008-09-09 [colin]      3.5.0cvs96
2997
2998         * src/action.h
2999         * src/addr_compl.c
3000         * src/addressadd.c
3001         * src/addressbook.h
3002         * src/addressbook_foldersel.c
3003         * src/addressitem.h
3004         * src/addrgather.c
3005         * src/alertpanel.c
3006         * src/browseldap.c
3007         * src/editaddress.c
3008         * src/editaddress_other_attributes_ldap.h
3009         * src/editbook.c
3010         * src/editjpilot.c
3011         * src/editldap.c
3012         * src/editldap_basedn.c
3013         * src/editvcard.c
3014         * src/exphtmldlg.c
3015         * src/expldifdlg.c
3016         * src/export.c
3017         * src/foldersel.c
3018         * src/foldersel.h
3019         * src/gedit-print.c
3020         * src/gedit-print.h
3021         * src/grouplistdialog.c
3022         * src/headerview.c
3023         * src/headerview.h
3024         * src/image_viewer.c
3025         * src/import.c
3026         * src/importldif.c
3027         * src/importmutt.c
3028         * src/importpine.c
3029         * src/inc.c
3030         * src/main.c
3031         * src/main.h
3032         * src/messageview.c
3033         * src/messageview.h
3034         * src/noticeview.c
3035         * src/prefs_actions.c
3036         * src/prefs_filtering.c
3037         * src/prefs_folder_column.c
3038         * src/prefs_gtk.h
3039         * src/prefs_summary_column.c
3040         * src/prefs_toolbar.c
3041         * src/send_message.c
3042         * src/setup.c
3043         * src/sourcewindow.c
3044         * src/sourcewindow.h
3045         * src/ssl_manager.c
3046         * src/statusbar.c
3047         * src/statusbar.h
3048         * src/stock_pixmap.c
3049         * src/stock_pixmap.h
3050         * src/summaryview.c
3051         * src/textview.c
3052         * src/textview.h
3053         * src/undo.h
3054         * src/uri_opener.c
3055         * src/wizard.c
3056         * src/wizard.h
3057         * src/common/ssl.h
3058         * src/common/utils.c
3059         * src/gtk/about.c
3060         * src/gtk/colorlabel.c
3061         * src/gtk/colorlabel.h
3062         * src/gtk/combobox.h
3063         * src/gtk/description_window.c
3064         * src/gtk/filesel.c
3065         * src/gtk/gtkaspell.c
3066         * src/gtk/gtkaspell.h
3067         * src/gtk/gtkcmclist.c
3068         * src/gtk/gtkcmclist.h
3069         * src/gtk/gtkcmctree.c
3070         * src/gtk/gtkcmctree.h
3071         * src/gtk/gtkcmoptionmenu.h
3072         * src/gtk/gtksctree.c
3073         * src/gtk/gtksctree.h
3074         * src/gtk/gtkshruler.c
3075         * src/gtk/gtkshruler.h
3076         * src/gtk/gtksourceprintjob.c
3077         * src/gtk/gtksourceprintjob.h
3078         * src/gtk/gtkutils.c
3079         * src/gtk/gtkutils.h
3080         * src/gtk/gtkvscrollbutton.c
3081         * src/gtk/gtkvscrollbutton.h
3082         * src/gtk/icon_legend.c
3083         * src/gtk/inputdialog.c
3084         * src/gtk/logwindow.c
3085         * src/gtk/logwindow.h
3086         * src/gtk/manage_window.c
3087         * src/gtk/manage_window.h
3088         * src/gtk/menu.c
3089         * src/gtk/prefswindow.c
3090         * src/gtk/progressdialog.c
3091         * src/gtk/progressdialog.h
3092         * src/plugins/bogofilter/bogofilter_gtk.c
3093         * src/plugins/pgpcore/passphrase.c
3094         * src/plugins/spamassassin/spamassassin_gtk.c
3095         * src/plugins/trayicon/trayicon.c
3096         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3097         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
3098         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
3099         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3100         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
3101                 Complete GTK+ 2.14 undeprecation
3102                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
3103
3104 2008-09-09 [colin]      3.5.0cvs95
3105
3106         * src/gtk/gtkcmclist.h
3107                 Fix build on GTK+ 2.14
3108
3109 2008-09-08 [colin]      3.5.0cvs94
3110
3111         * src/noticeview.c
3112         * src/noticeview.h
3113                 Remove GtkSignalFunc
3114
3115 2008-09-07 [colin]      3.5.0cvs93
3116
3117         * src/addressadd.c
3118         * src/addressbook_foldersel.c
3119         * src/gtk/gtkcmclist.c
3120         * src/gtk/gtkcmclist.h
3121         * src/gtk/gtkcmctree.c
3122         * src/gtk/gtkcmctree.h
3123         * src/gtk/gtksctree.c
3124         * src/gtk/prefswindow.c
3125         * src/gtk/prefswindow.h
3126                 Use GDestroyNotify instead of GtkDestroyNotify
3127                 (deprecated in GTK+ 2.14)
3128
3129 2008-09-07 [colin]      3.5.0cvs92
3130
3131         * src/textview.c
3132                 Fix bug 1712, 'invalid "Phishing attempt warning" 
3133                 when linked text ends with spaces'
3134
3135 2008-09-05 [colin]      3.5.0cvs91
3136
3137         * src/procmime.c
3138                 Maybe fix bug 1711, 'Save-as attachment crashes'
3139                 Possibly wrong free() due to pointer shifting
3140
3141 2008-09-05 [colin]      3.5.0cvs90
3142
3143         * src/compose.c
3144                 Fix bug 1710, 'User misreads "Discard Message" 
3145                 as "Discard Changes"'. Propose to save or discard
3146                 only the latest changes when closing an existing
3147                 draft. Autosave may still have saved parts of the
3148                 edit session.
3149
3150 2008-09-04 [colin]      3.5.0cvs89
3151
3152         * src/summaryview.c
3153                 Fix bug 1707, 'Segfault when sorting on non-visible column'
3154
3155 2008-09-01 [colin]      3.5.0cvs88
3156
3157         * src/imap.c
3158         * src/summaryview.c
3159         * src/common/tags.c
3160         * src/etpan/imap-thread.c
3161         * src/etpan/imap-thread.h
3162                 Store spam flag on IMAP (Junk/NonJunk, as 
3163                 ThunderBird does - this is nonstandard)
3164
3165 2008-08-31 [wwp]        3.5.0cvs87
3166
3167         * ChangeLog
3168                 Fix globish edition^Wediting.
3169
3170 2008-08-31 [wwp]        3.5.0cvs86
3171
3172         * src/addressbook.c
3173                 Don't break nickname editing for non-LDAP books (nickname
3174                 value was overwritten when editing existing contact, this
3175                 came from 3.0.2cvs109).
3176
3177 2008-08-30 [colin]      3.5.0cvs85
3178
3179         * src/mainwindow.c
3180         * src/summaryview.c
3181                 Fix "Apply tags..." key shortcut
3182
3183 2008-08-29 [iwkse]      3.5.0cvs84
3184
3185         * src/summaryview.c
3186                         Bit of clean:)
3187
3188 2008-08-29 [iwkse]      3.5.0cvs83
3189
3190         * src/summaryview.c
3191                         Disable "Move to trash" action if
3192                         we are in a trash-like folder.
3193                         Thanks to colinl
3194
3195 2008-08-29 [paul]       3.5.0cvs82
3196
3197         * configure.ac
3198                 bump up libetpan version requirement since
3199                 0.55 is released now
3200
3201 2008-08-28 [wwp]        3.5.0cvs81
3202
3203         * src/account.c
3204         * src/pop.c
3205         * src/prefs_account.c
3206         * src/prefs_account.h
3207                 Add finer granularity to the POP3's remove-after delay (now in
3208                 hours in addition to in days), patch by Paul Rolland.
3209
3210 2008-08-28 [wwp]        3.5.0cvs80
3211
3212         * src/gtk/combobox.c
3213                 Fix a typo in a comment.
3214
3215 2008-08-28 [iwkse]      3.5.0cvs79
3216
3217         * src/account.c
3218         * src/prefs_actions.c
3219         * src/prefs_filtering.c
3220         * src/prefs_template.c
3221                         Add search feature to the account, 
3222                         template and action dialog.
3223                         It's turned on selecting one row
3224                         of the list and typing some random
3225                         letter. Thanks to wwp, colinl
3226
3227 2008-08-28 [colin]      3.5.0cvs78
3228
3229         * src/Makefile.am
3230         * src/account.c
3231         * src/compose.c
3232         * src/prefs_account.c
3233         * src/prefs_account.h
3234         * src/privacy.c
3235         * src/privacy.h
3236         * src/procmime.c
3237         * src/stock_pixmap.c
3238         * src/stock_pixmap.h
3239         * src/summaryview.c
3240         * src/pixmaps/key_gpg_signed.xpm
3241                 Fix bug 1412, "Sign reply, if mail was signed"
3242                 Add an account preference to sign replies to signed mails
3243
3244 2008-08-28 [iwkse]      3.5.0cvs77
3245
3246         * src/prefs_filtering.c
3247                 Making the search more useful,
3248                 jumping directly to the relative rule.
3249
3250 2008-08-27 [colin]      3.5.0cvs76
3251
3252         * src/main.c
3253                 Add a bit of info
3254
3255 2008-08-27 [colin]      3.5.0cvs75
3256
3257         * src/gtk/gtkcmctree.c
3258                 Fix a few ifdefs
3259
3260 2008-08-26 [colin]      3.5.0cvs74
3261
3262         * src/gtk/gtkcmctree.c
3263                 Fix missing inits on old glib
3264
3265 2008-08-26 [wwp]        3.5.0cvs73
3266
3267         * src/common/utils.c
3268                 Added 'Fwd' to the list of known common subject prefixes.
3269
3270 2008-08-25 [iwkse]      3.5.0cvs72
3271
3272         * src/image_viewer.c
3273                 Add animated gif support to the
3274                 message preview.
3275
3276 2008-08-25 [colin]      3.5.0cvs71
3277
3278         * src/gtk/gtkcmctree.c
3279                 Make sure work isn't null
3280
3281 2008-08-24 [colin]      3.5.0cvs70
3282
3283         * src/common/ssl.c
3284                 Fix typo on SSL_CERT_DIR
3285
3286 2008-08-23 [holger]     3.5.0cvs69
3287
3288         * src/printing.c
3289                 Fix bug 1699 'Separator line mis-placed when
3290                 printing some e-mails'. The number of header lines
3291                 was not correctly calculated when Pango inserts
3292                 linebreaks
3293
3294 2008-08-23 [colin]      3.5.0cvs68
3295
3296         * src/mainwindow.c
3297                 Fix the account selector button; thanks
3298                 to wwp
3299
3300 2008-08-21 [colin]      3.5.0cvs67
3301
3302         * src/compose.c
3303         * src/compose.h
3304                 Add a compose preference for auto-indent
3305         * src/mainwindow.c
3306         * src/summaryview.c
3307                 Make colorlabel accels a bit less hacky
3308
3309 2008-08-21 [colin]      3.5.0cvs66
3310
3311         * src/compose.c
3312         * src/prefs_common.c
3313         * src/prefs_common.h
3314         * src/prefs_wrapping.c
3315                 Add a preference for autoindent; fix no_join tag
3316                 being applied to whole lines instead of just \n when
3317                 creating a line 
3318
3319 2008-08-21 [colin]      3.5.0cvs65
3320
3321         * src/compose.c
3322                 Add support for auto-indentation
3323
3324 2008-08-19 [colin]      3.5.0cvs64
3325
3326         * src/compose.c
3327                 Save Autowrap status in drafts/queued mails
3328
3329 2008-08-19 [colin]      3.5.0cvs63
3330
3331         * src/mainwindow.c
3332                 Fix a comment (in reality, test commit on
3333                 the new CVS server)
3334
3335 2008-08-17 [colin]      3.5.0cvs62
3336
3337         * src/prefs_actions.c
3338         * src/procmime.c
3339         * src/wizard.c
3340         * src/common/socket.h
3341         * src/gtk/gtkcmctree.c
3342                 Fix warnings
3343
3344 2008-08-16 [colin]      3.5.0cvs61
3345
3346         * src/editaddress_other_attributes_ldap.h
3347                 Add 'l' field (localityName)
3348
3349 2008-08-16 [colin]      3.5.0cvs60
3350
3351         * src/mainwindow.c
3352         * src/gtk/gtkcmclist.c
3353         * src/gtk/gtkcmclist.h
3354         * src/gtk/gtkcmctree.c
3355         * src/gtk/gtksctree.c
3356         * src/gtk/gtkutils.c
3357         * src/gtk/gtkvscrollbutton.c
3358                 Fix Maemo build (OS2007)
3359
3360 2008-08-14 [colin]      3.5.0cvs59
3361
3362         * src/folder.c
3363                 Don't crash if parent is null when creating
3364                 a folder
3365         * src/gtk/pluginwindow.c
3366                 Don't crash on race when closing window while
3367                 a plugin is loading and does gtk_iterations
3368
3369 2008-08-13 [colin]      3.5.0cvs58
3370
3371         * src/messageview.c
3372         * src/messageview.h
3373         * src/mimeview.c
3374                 Fix bug 1696, 'Viewing binary attachements 
3375                 as text over 1 MB' (various buglets)
3376
3377 2008-08-10 [colin]      3.5.0cvs57
3378
3379         * src/summaryview.c
3380         * src/gtk/gtkcmclist.c
3381                 Continue fixing GTK < 2.12 build, thanks to
3382                 Michael Hugues
3383
3384 2008-08-10 [colin]      3.5.0cvs56
3385
3386         * src/gtk/gtksctree.c
3387                 Fix build on GTK < 2.12
3388
3389 2008-08-09 [colin]      3.5.0cvs55
3390
3391         * src/mainwindow.c
3392                 Fix untranslatable strings, thanks to
3393                 Stephan Sachse
3394
3395 2008-08-07 [colin]      3.5.0cvs54
3396
3397         * src/compose.c
3398         * src/editaddress.c
3399         * src/folderview.c
3400         * src/mainwindow.c
3401         * src/message_search.c
3402         * src/mimeview.c
3403         * src/noticeview.c
3404         * src/prefs_account.c
3405         * src/prefs_common.c
3406         * src/prefs_customheader.c
3407         * src/prefs_ext_prog.c
3408         * src/prefs_filtering_action.c
3409         * src/prefs_gtk.c
3410         * src/prefs_logging.c
3411         * src/prefs_matcher.c
3412         * src/prefs_msg_colors.c
3413         * src/procmime.c
3414         * src/summary_search.c
3415         * src/summaryview.c
3416         * src/toolbar.c
3417         * src/gtk/colorsel.c
3418         * src/gtk/gtkaspell.c
3419         * src/gtk/gtkutils.c
3420         * src/gtk/gtkutils.h
3421         * src/gtk/inputdialog.c
3422         * src/gtk/pluginwindow.c
3423         * src/gtk/quicksearch.c
3424         * src/plugins/bogofilter/bogofilter_gtk.c
3425         * src/plugins/dillo_viewer/dillo_prefs.c
3426         * src/plugins/spamassassin/spamassassin_gtk.c
3427                 - Fix Ctrl-Space shortcut
3428                 - Fix mime-parsing bug in procmime (cvs52)
3429                 - Fix double-free in procmime (cvs52)
3430                 - Use gtk_bin_get_child instead of GTK_BIN()->child
3431                 - Fix Goto menu in mainwindow
3432
3433 2008-08-07 [mones]      3.5.0cvs53
3434
3435         * po/es.po
3436                 Updated translation (lots of changes!)
3437         * src/compose.c
3438                 Add missing accelerator key
3439         * src/mainwindow.c
3440                 Restored 'v' key function (thanks Colin!)
3441
3442 2008-08-06 [colin]      3.5.0cvs52
3443
3444         * src/addrbook.c
3445         * src/addrcindex.c
3446         * src/addrduplicates.c
3447         * src/addrharvest.c
3448         * src/enriched.c
3449         * src/html.c
3450         * src/ldif.c
3451         * src/mimeview.c
3452         * src/mutt.c
3453         * src/pine.c
3454         * src/procmime.c
3455         * src/vcard.c
3456         * src/wizard.c
3457                 Fix my use of g_utf8_strdown (it returns
3458                 a newly allocated string and doesn't
3459                 change the parameter)
3460
3461 2008-08-06 [colin]      3.5.0cvs51
3462
3463         * src/compose.c
3464                 Fix bug 1690, 'Copy/Paste in edit window may 
3465                 break Undo'; middle-click pastes aren't 
3466                 REPLACE_INSERT but just INSERT. 
3467                 Also, fix privacy menu selection
3468
3469 2008-08-05 [colin]      3.5.0cvs50
3470
3471         * src/action.c
3472         * src/addr_compl.c
3473         * src/addrbook.c
3474         * src/addrcindex.c
3475         * src/addrduplicates.c
3476         * src/addrharvest.c
3477         * src/enriched.c
3478         * src/html.c
3479         * src/ldif.c
3480         * src/main.c
3481         * src/mimeview.c
3482         * src/mutt.c
3483         * src/pine.c
3484         * src/procmime.c
3485         * src/vcard.c
3486         * src/wizard.c
3487         * src/common/socket.c
3488         * src/gtk/gtkutils.c
3489         * src/gtk/gtkutils.h
3490         * src/gtk/menu.c
3491         * src/plugins/spamassassin/spamassassin.c
3492                 More undeprecation (Glib)
3493
3494 2008-08-05 [colin]      3.5.0cvs49
3495
3496         * src/prefs_account.c
3497         * src/prefs_filtering_action.c
3498         * src/prefs_matcher.c
3499         * src/gtk/Makefile.am
3500         * src/gtk/claws-marshal.list
3501         * src/gtk/colorlabel.c
3502         * src/gtk/colorsel.c
3503         * src/gtk/foldersort.c
3504         * src/gtk/gtkaspell.c
3505         * src/gtk/gtkcmclist.c
3506         * src/gtk/gtkcmclist.h
3507         * src/gtk/gtkcmctree.c
3508         * src/gtk/gtkcmctree.h
3509         * src/gtk/gtkcmoptionmenu.c
3510         * src/gtk/gtkcmoptionmenu.h
3511         * src/gtk/gtksctree.c
3512         * src/gtk/gtksctree.h
3513         * src/gtk/gtkutils.c
3514         * src/gtk/gtkutils.h
3515         * src/gtk/gtkvscrollbutton.c
3516         * src/gtk/menu.c
3517         * src/gtk/menu.h
3518         * src/gtk/quicksearch.c
3519         * src/plugins/dillo_viewer/dillo_viewer.c
3520         * src/plugins/pgpcore/select-keys.c
3521                 Try to finish yesterday's commit
3522
3523 2008-08-04 [colin]      3.5.0cvs48
3524
3525         * src/addressadd.c
3526         * src/addressbook.c
3527         * src/addressbook_foldersel.c
3528         * src/addressitem.h
3529         * src/addrgather.c
3530         * src/browseldap.c
3531         * src/compose.c
3532         * src/compose.h
3533         * src/editaddress.c
3534         * src/editaddress_other_attributes_ldap.c
3535         * src/editgroup.c
3536         * src/editldap_basedn.c
3537         * src/folderview.c
3538         * src/folderview.h
3539         * src/grouplistdialog.c
3540         * src/image_viewer.c
3541         * src/imap_gtk.c
3542         * src/importldif.c
3543         * src/main.c
3544         * src/mainwindow.c
3545         * src/message_search.c
3546         * src/mh_gtk.c
3547         * src/mimeview.c
3548         * src/mimeview.h
3549         * src/news_gtk.c
3550         * src/noticeview.h
3551         * src/prefs_account.c
3552         * src/prefs_filtering_action.c
3553         * src/prefs_matcher.c
3554         * src/prefs_msg_colors.c
3555         * src/prefs_summaries.c
3556         * src/statusbar.c
3557         * src/stock_pixmap.c
3558         * src/summary_search.c
3559         * src/summaryview.c
3560         * src/summaryview.h
3561         * src/textview.c
3562         * src/toolbar.h
3563         * src/gtk/Makefile.am
3564         * src/gtk/claws-marshal.list
3565         * src/gtk/colorsel.c
3566         * src/gtk/foldersort.c
3567         * src/gtk/gtkaspell.c
3568         * src/gtk/gtkcmclist.c
3569         * src/gtk/gtkcmclist.h
3570         * src/gtk/gtkcmctree.c
3571         * src/gtk/gtkcmctree.h
3572         * src/gtk/gtksctree.c
3573         * src/gtk/gtksctree.h
3574         * src/gtk/gtkutils.c
3575         * src/gtk/gtkutils.h
3576         * src/gtk/gtkvscrollbutton.c
3577         * src/gtk/menu.c
3578         * src/gtk/menu.h
3579         * src/gtk/quicksearch.c
3580         * src/plugins/dillo_viewer/dillo_viewer.c
3581         * src/plugins/pgpcore/select-keys.c
3582                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
3583                 Undeprecate their implementation (GtkArg, GtkType, ...)
3584                 Undeprecate a few other things here and there
3585                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
3586                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
3587                 still have work to do
3588
3589 2008-08-04 [colin]      3.5.0cvs47
3590
3591         * src/compose.c
3592         * src/compose.h
3593         * src/toolbar.h
3594         * src/textview.c
3595         * src/stock_pixmap.c
3596         * src/statusbar.c
3597         * src/noticeview.h
3598         * src/mimeview.h
3599         * src/mainwindow.c
3600         * src/image_viewer.c
3601         * src/gtk/gtkaspell.c
3602         * src/gtk/gtkvscrollbutton.c
3603         * src/plugins/dillo_viewer/dillo_viewer.c
3604                 Undeprecate more things
3605
3606 2008-08-02 [colin]      3.5.0cvs46
3607
3608         * src/mainwindow.c
3609                 Fix toggle menu activation state
3610                 (thanks to cvs45 ;)
3611
3612 2008-08-02 [paul]       3.5.0cvs45
3613
3614         * src/mainwindow.c
3615                 fix sensitivity of
3616                 /View/Show or hide/Message View
3617
3618 2008-08-01 [paul]       3.5.0cvs44
3619
3620         * src/common/utils.c
3621         * src/plugins/pgpcore/claws.def
3622         * src/plugins/pgpinline/claws.def
3623                 fix compilation problems on mingw32,
3624                 (bug 1688) Patch by Marcus Brinkmann
3625
3626 2008-08-01 [colin]      3.5.0cvs43
3627
3628         * src/gtk/gtkutils.c
3629         * src/gtk/gtkvscrollbutton.c
3630                 Oups, fix build
3631
3632 2008-08-01 [colin]      3.5.0cvs42
3633
3634         * src/compose.c
3635         * src/foldersel.c
3636         * src/mainwindow.c
3637         * src/prefs_account.c
3638         * src/prefs_folder_item.c
3639         * src/prefs_quote.c
3640         * src/summaryview.c
3641         * src/gtk/gtkaspell.c
3642         * src/gtk/gtkutils.c
3643         * src/gtk/gtkvscrollbutton.c
3644                 Replace a few deprecated function calls
3645
3646 2008-08-01 [paul]       3.5.0cvs41
3647
3648         * src/action.c
3649                 fix crash that occurs because of recent GtkUIManager
3650                 changes. Thanks to Colin
3651
3652 2008-07-31 [colin]      3.5.0cvs40
3653
3654         * src/addressbook.c
3655         * src/compose.c
3656         * src/mainwindow.c
3657         * src/messageview.c
3658                 Some Maemo fixes
3659         * src/gtk/menu.c
3660         * src/gtk/menu.h
3661                 Remove deprecated helper funcs
3662
3663 2008-07-30 [colin]      3.5.0cvs39
3664
3665         * src/folderview.c
3666         * src/folderview.h
3667         * src/imap_gtk.c
3668         * src/mh_gtk.c
3669         * src/news_gtk.c
3670                 Move the folderview popup menu to GtkUIManager
3671
3672 2008-07-29 [colin]      3.5.0cvs38
3673
3674         * src/account.c
3675         * src/account.h
3676         * src/action.c
3677         * src/action.h
3678         * src/addressitem.h
3679         * src/compose.c
3680         * src/edittags.c
3681         * src/mainwindow.c
3682         * src/mainwindow.h
3683         * src/mimeview.c
3684         * src/summaryview.c
3685         * src/gtk/menu.c
3686         * src/gtk/menu.h
3687                 Switch the main menu to GtkUIManager
3688                 Warning fixes
3689
3690 2008-07-29 [colin]      3.5.0cvs37
3691
3692         * src/news.c
3693                 Fix bug 1684, 'view news messages with large 
3694                 attachements segfaults'
3695
3696 2008-07-29 [colin]      3.5.0cvs36
3697
3698         * src/action.c
3699         * src/action.h
3700         * src/addressbook.c
3701         * src/addressitem.h
3702         * src/compose.c
3703         * src/compose.h
3704         * src/messageview.c
3705         * src/messageview.h
3706         * src/summaryview.c
3707         * src/gtk/menu.c
3708         * src/gtk/menu.h
3709                 More switches to GtkUIManager
3710
3711 2008-07-26 [colin]      3.5.0cvs35
3712
3713         * src/gtk/menu.c
3714         * src/gtk/menu.h
3715                 Fix prototype
3716
3717 2008-07-25 [colin]      3.5.0cvs34
3718
3719         * src/addrcustomattr.c
3720         * src/addressbook.c
3721         * src/compose.c
3722         * src/editaddress.c
3723         * src/editaddress_other_attributes_ldap.h
3724         * src/edittags.c
3725         * src/mainwindow.c
3726         * src/mimeview.c
3727         * src/prefs_actions.c
3728         * src/prefs_filtering.c
3729         * src/prefs_template.c
3730         * src/summaryview.c
3731         * src/textview.c
3732         * src/textview.h
3733         * src/toolbar.c
3734         * src/gtk/about.c
3735         * src/gtk/menu.c
3736         * src/gtk/menu.h
3737         * src/plugins/trayicon/trayicon.c
3738                 More changes from GtkItemFactory to GtkUIManager
3739
3740 2008-07-25 [colin]      3.5.0cvs33
3741
3742         * src/gtk/menu.h
3743                 Add a macro to remove menu items
3744                 Make the gui_manager variable useless
3745
3746 2008-07-24 [colin]      3.5.0cvs32
3747
3748         * src/mimeview.c
3749                 Fix a gtk warning on clear
3750         * src/mainwindow.c
3751         * src/summaryview.c
3752         * src/summaryview.h
3753                 Switch the message list popup menu to
3754                 GtkUIManager
3755
3756 2008-07-23 [colin]      3.5.0cvs31
3757
3758         * src/plugins/pgpcore/pgp_viewer.c
3759         * src/plugins/pgpcore/sgpgme.c
3760                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
3761                 Patch by Thomas Wiegner <wiegner@gmx.de>
3762
3763 2008-07-20 [paul]       3.5.0cvs30
3764
3765         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3766                 remove redundant GTK version check
3767
3768 2008-07-20 [ticho]      3.5.0cvs29
3769
3770         * src/folderview.c
3771         * src/imap_gtk.c
3772         * src/news_gtk.c
3773                 Moved sensitivity setting for "Download messages" for IMAP and
3774                 news folders from folderview.c to imap_gtk.c and news_gtk.c
3775                 respectively for better code readability.
3776                 Fixed indentation in news' set_sensitivity().
3777
3778 2008-07-20 [paul]       3.5.0cvs28
3779
3780         * src/addrgather.c
3781                 remove more redundant code following cvs27
3782
3783 2008-07-20 [paul]       3.5.0cvs27
3784
3785         * src/addrgather.c
3786                 remove now redundant code
3787         * src/mainwindow.c
3788         * src/mainwindow.h
3789                 fix bug 1673, 'Tools/Harvest adresses is
3790                 grayed out if folder is empty'
3791
3792 2008-07-19 [ticho]      3.5.0cvs26
3793
3794         * src/edittags.c
3795         * src/main.c
3796         * src/mimeview.c
3797         * src/mimeview.h
3798         * src/gtk/gtkutils.c
3799         * src/gtk/gtkutils.h
3800         * src/gtk/menu.c
3801         * src/gtk/menu.h
3802                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
3803                 instead of deprecated GtkItemFactory.
3804
3805 2008-07-19 [colin]      3.5.0cvs25
3806
3807         * src/account.c
3808         * src/addrgather.c
3809         * src/compose.c
3810         * src/editldap.c
3811         * src/expldifdlg.c
3812         * src/importldif.c
3813         * src/main.c
3814         * src/mainwindow.c
3815         * src/mimeview.c
3816         * src/noticeview.c
3817         * src/prefs_account.c
3818         * src/prefs_actions.c
3819         * src/prefs_ext_prog.c
3820         * src/prefs_filtering.c
3821         * src/prefs_folder_item.c
3822         * src/prefs_image_viewer.c
3823         * src/prefs_logging.c
3824         * src/prefs_msg_colors.c
3825         * src/prefs_other.c
3826         * src/prefs_send.c
3827         * src/prefs_spelling.c
3828         * src/prefs_summaries.c
3829         * src/prefs_template.c
3830         * src/printing.c
3831         * src/quote_fmt.c
3832         * src/summary_search.c
3833         * src/summaryview.c
3834         * src/toolbar.c
3835         * src/wizard.c
3836         * src/common/Makefile.am
3837         * src/gtk/gtksctree.c
3838         * src/gtk/gtkutils.h
3839         * src/gtk/pluginwindow.c
3840         * src/gtk/quicksearch.c
3841         * src/plugins/bogofilter/bogofilter_gtk.c
3842         * src/plugins/dillo_viewer/dillo_prefs.c
3843         * src/plugins/pgpcore/prefs_gpg.c
3844         * src/plugins/spamassassin/spamassassin_gtk.c
3845         * src/plugins/trayicon/trayicon.c
3846         * src/plugins/trayicon/trayicon_prefs.c
3847                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
3848                 or greater). Use the old deprecated one on GTK+ < 2.12.
3849                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
3850                 of time!
3851
3852 2008-07-16 [colin]      3.5.0cvs24
3853
3854         * src/mainwindow.c
3855                 Fix folderview's scrolbar when starting minimised
3856                 to tray, and popping up the mainwindow by calling
3857                 claws-mail from the command line
3858
3859 2008-07-08 [colin]      3.5.0cvs23
3860
3861         * src/compose.c
3862                 Possibly fix po-headers appearing on empty
3863                 templates
3864
3865 2008-07-08 [colin]      3.5.0cvs22
3866
3867         * src/folderview.c
3868         * src/summaryview.c
3869                 Finish the always_open tristate patch, by Jonathan
3870                 Corbet.
3871
3872 2008-07-07 [paul]       3.5.0cvs21
3873
3874         * src/mainwindow.c
3875                 fix typo (missing ")
3876
3877 2008-07-07 [paul]&n