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