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