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