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