2009-06-29 [colin] 3.7.1cvs83
[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
4630                 Fix previous Tab mess
4631
4632 2008-04-03 [iwkse]      3.3.1cvs51
4633
4634         * src/prefs_filtering.c
4635                 Add search in filtering rules list
4636
4637 2008-04-02 [colin]      3.3.1cvs50
4638
4639         * src/main.c
4640                 Revert part of the previous patch: we do
4641                 want to parse ~/.claws-mail/gtkrc-2.0 if it
4642                 exists
4643
4644 2008-04-02 [colin]      3.3.1cvs49
4645
4646         * src/main.c
4647                 Fix bug 1562, 'Claws-Mail does not completely 
4648                 respect settings in GTK2_RC_FILES environment'
4649                 Remove manual parsing of .gtkrc-2.0 and 
4650                 .gtk/gtkrc-2.0. GTK does it itself these days.
4651
4652 2008-04-01 [colin]      3.3.1cvs48
4653
4654         * src/imap_gtk.c
4655                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
4656                 ticking "Show only subscribed"'
4657
4658 2008-03-31 [colin]      3.3.1cvs47
4659
4660         * src/folder.c
4661                 Fix bug 1553, 'File lock not respected'
4662                 Regression due to the implementation of
4663                 deletion batching
4664
4665 2008-03-31 [colin]      3.3.1cvs46
4666
4667         * src/mainwindow.c
4668                 Fix tags menu update, thanks to Paul
4669
4670 2008-03-29 [wwp]        3.3.1cvs45
4671
4672         * src/prefs_account.c
4673         * src/prefs_common.c
4674         * src/prefs_folder_item.c
4675         * src/prefs_quote.c
4676         * src/quote_fmt.c
4677         * src/quote_fmt.h
4678                 Fix compose template formats (in global preferences)
4679                 being translated under specific conditions.
4680                 Add a button to restore factory defaults for current
4681                 language.
4682
4683 2008-03-27 [colin]      3.3.1cvs44
4684
4685         * src/common/prefs.c
4686         * src/common/xmlprops.c
4687                 Fix RedHat bug 431735, 'segfault if /home is full' 
4688                 (when starting): Fix double fclose() in prefs.c
4689                 and potentially xmlprops.c
4690
4691 2008-03-27 [colin]      3.3.1cvs43
4692
4693         * src/addressbook.c
4694                 Fix bug 1559, 'Claws Mail crashed deleting all 
4695                 common contacts'
4696
4697 2008-03-27 [wwp]        3.3.1cvs42
4698
4699         * src/addressbook.c
4700                 Fix 3.3.0cvs41.
4701
4702 2008-03-27 [wwp]        3.3.1cvs41
4703
4704         * src/addressbook.c
4705                 Prevent list flickering when deleting addresses.
4706
4707 2008-03-26 [colin]      3.3.1cvs40
4708
4709         * src/imap.c
4710                 Clean up session disconnection. Possibly
4711                 fix Ubuntu bug #204290
4712
4713 2008-03-26 [colin]      3.3.1cvs39
4714
4715         * src/textview.c
4716                 Fix bug 1555: current folder wasn't used when
4717                 right-clicking on an email address
4718
4719 2008-03-25 [colin]      3.3.1cvs38
4720
4721         * src/plugins/bogofilter/bogofilter.c
4722         * src/plugins/bogofilter/bogofilter.h
4723         * src/plugins/bogofilter/bogofilter_gtk.c
4724                 Add a "learn from whitelist" preference
4725                 Whitelist Unsure mails too.
4726
4727 2008-03-24 [paul]       3.3.1cvs37
4728
4729         * src/prefs_account.c
4730                 If no MH mailbox and no account exists, when
4731                 creating a POP/Local account, just create and
4732                 use the default one instead of bailing with a
4733                 "Mailbox doesn't exist" error
4734
4735 2008-03-21 [colin]      3.3.1cvs36
4736
4737         * src/procmime.c
4738                 strstrip mime subtype
4739
4740 2008-03-21 [paul]       3.3.1cvs35
4741
4742         * manual/advanced.xml
4743                 correct and update the info about Actions
4744
4745 2008-03-20 [colin]      3.3.1cvs34
4746
4747         * src/messageview.c
4748         * src/messageview.h
4749         * src/textview.c
4750                 Show at max 1MB of text, add a noticeview to
4751                 show everything optionally.
4752
4753 2008-03-20 [colin]      3.3.1cvs33
4754
4755         * src/stock_pixmap.c
4756                 Add support for png themes
4757
4758 2008-03-19 [wwp]        3.3.1cvs32
4759
4760         * src/procheader.c
4761                 Sanity check.
4762
4763 2008-03-18 [colin]      3.3.1cvs31
4764
4765         * src/common/utils.c
4766         * src/common/utils.h
4767                 Handle size_t instead of off_t in to_human_readable
4768
4769 2008-03-18 [colin]      3.3.1cvs30
4770
4771         * src/imap.c
4772                 Remove raw printf
4773
4774 2008-03-16 [colin]      3.3.1cvs29
4775
4776         * src/summaryview.c
4777                 Fix build on GTK < 2.12
4778
4779 2008-03-16 [colin]      3.3.1cvs28
4780
4781         * src/mainwindow.c
4782                 Refresh non-list widget when switching
4783                 messageview
4784
4785 2008-03-16 [colin]      3.3.1cvs27
4786
4787         * manual/faq.xml
4788                 Revert cvs25: This wasn't a typo :) :
4789                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
4790
4791
4792 2008-03-16 [colin]      3.3.1cvs26
4793
4794         * src/summaryview.c
4795         * src/gtk/gtksctree.c
4796         * src/gtk/gtksctree.h
4797                 Implement 2-lines items in Summaryview when in 
4798                 three columns mode
4799
4800 2008-03-16 [paul]       3.3.1cvs25
4801
4802         * manual/faq.xml
4803                 fix typo
4804
4805 2008-03-14 [colin]      3.3.1cvs24
4806
4807         * src/prefs_filtering_action.c
4808                 Fix buglet on setting recipient when
4809                 reediting forward rules.
4810
4811 2008-03-12 [colin]      3.3.1cvs23
4812
4813         * src/summaryview.c
4814                 Fix a new unused variable warning
4815         * src/plugins/trayicon/trayicon.c
4816                 Fix folderview's scrollbar at startup
4817                 if starting hidden
4818
4819 2008-03-12 [colin]      3.3.1cvs22
4820
4821         * src/folderview.c
4822         * src/summaryview.c
4823                 Use item_opened at the beginning of showing
4824                 a folder instead of the end. Fixes flicker.
4825
4826 2008-03-12 [paul]       3.3.1cvs21
4827
4828         * src/folder.c
4829         * src/folder.h
4830         * src/mainwindow.c
4831         * src/procmsg.c
4832         * src/summaryview.c
4833         * src/plugins/trayicon/trayicon.c
4834                 add tooltip with extended folder stats
4835
4836 2008-03-10 [colin]      3.3.1cvs20
4837
4838         * src/common/xml.c
4839                 Handle comments
4840
4841 2008-03-07 [colin]      3.3.1cvs19
4842
4843         * src/mainwindow.c
4844                 Fix blinking of the taskbar entry
4845
4846 2008-03-07 [colin]      3.3.1cvs18
4847
4848         * src/mainwindow.c
4849                 MAEMO: Fix bug 1494, 'Trayicon 
4850                 plugin breaks UI...'
4851
4852 2008-03-07 [paul]       3.3.1cvs17
4853
4854         * src/gtk/authors.h
4855                 reflect reality a bit more closely
4856
4857 2008-03-06 [colin]      3.3.1cvs16
4858
4859         * src/mainwindow.c
4860         * src/mainwindow.h
4861         * src/summaryview.c
4862         * src/summaryview.h
4863         * src/toolbar.c
4864                 Integrate things better wrt the new
4865                 summaryview extensibility.
4866
4867 2008-03-06 [wwp]        3.3.1cvs15
4868
4869         * src/quote_fmt.c
4870                 Fix some gcc warnings.
4871
4872 2008-03-06 [wwp]        3.3.1cvs14
4873
4874         * src/prefs_account.c
4875         * src/prefs_folder_item.c
4876         * src/prefs_gtk.c
4877         * src/prefs_template.c
4878         * src/gtk/prefswindow.c
4879         * src/gtk/prefswindow.h
4880                 prefs_templates: fix missing unregistering of addr_completion widgets
4881                 and and ending of addr_completion service.
4882                 prefs_folder_item: fix missing registering/unregistering of widgets,
4883                 and rework the way add_completion service is started and stopped.
4884                 Plus few prefswindow API changes (opening).
4885
4886 2008-03-06 [wwp]        3.3.1cvs13
4887
4888         * src/folder_item_prefs.c
4889         * src/prefs_template.c
4890         * src/prefs_template.h
4891         * src/quote_fmt.c
4892         * src/common/template.c
4893                 Complete 3.3.1cvs12, thanks to Colin.
4894
4895 2008-03-06 [wwp]        3.3.1cvs12
4896
4897         * src/compose.c
4898         * src/folder_item_prefs.c
4899         * src/folder_item_prefs.h
4900         * src/prefs_account.c
4901         * src/prefs_folder_item.c
4902         * src/prefs_quote.c
4903         * src/prefs_template.c
4904         * src/quote_fmt.c
4905         * src/quote_fmt.h
4906         * src/common/template.c
4907         * src/common/template.h
4908                 Global and per-folder templates can now override the from name (this
4909                 doesn't change the account being used).
4910                 Examples:
4911                  "My other name" <%account_email> (just changes the name)
4912                  my.faked.email@address.org (overrides the address too)
4913
4914 2008-03-05 [colin]      3.3.1cvs11
4915
4916         * src/summaryview.c
4917         * src/summaryview.h
4918                 Replace that hbox with a notebook
4919
4920 2008-03-05 [colin]      3.3.1cvs10
4921
4922         * src/folder.h
4923         * src/folderview.c
4924                 Add klass functions for notification of folder
4925                 opening/closing via the GUI
4926         * src/summaryview.c
4927         * src/summaryview.h
4928                 Add a specific container for the scrolledwin
4929
4930 2008-03-05 [colin]      3.3.1cvs9
4931
4932         * src/folder.h
4933         * src/folderview.c
4934                 Add klass functions for notification of folder 
4935                 opening/closing via the GUI
4936         * src/summaryview.c
4937         * src/summaryview.h
4938                 Add a specific container for the scrolledwin
4939
4940 2008-03-02 [colin]      3.3.1cvs8
4941
4942         * src/messageview.c
4943                 MAEMO: Fix bug 1541, 'Deleting message from within 
4944                 read window displays next message then closes.'
4945
4946 2008-03-02 [colin]      3.3.1cvs7
4947
4948         * src/main.c
4949                 Probably fix bug 1539, 'Program crashes':
4950                 Setup Gcrypt's thread functions when built
4951                 with GnuTLS
4952
4953 2008-03-01 [colin]      3.3.1cvs6
4954
4955         * src/folder.c
4956         * src/imap_gtk.c
4957                 Get rid of stale folders with no account
4958
4959 2008-02-28 [colin]      3.3.1cvs5
4960
4961         * src/compose.c
4962                 Fix bug 1534, 'Segmentation fault when doing 
4963                 some draft saving and then throwing away'
4964         * src/imap.c
4965                 Fix bug 1533, 'Claws is unable to mark messages 
4966                 as "read" in IMAP shared folders'
4967         * src/etpan/imap-thread.c
4968                 Fix bug 1515, 'large messages crash claws when 
4969                 syncing for offline mode'. This is rather a
4970                 workaround, and mails > 64MB will still be
4971                 problematic if there's less than 64MB available
4972                 on the dataroot volume.
4973         * src/messageview.c
4974                 MAEMO: Add information when fetching big messages
4975
4976 2008-02-26 [colin]      3.3.1cvs4
4977
4978         * src/imap.c
4979                 fix bug 1532, '"login refused" message insufficiently 
4980                 detailed'
4981
4982 2008-02-26 [paul]       3.3.1cvs3
4983
4984         * INSTALL
4985         * README
4986                 remove mentions of ClamAV and a few other
4987                 old bits of information
4988
4989 2008-02-23 [colin]      3.3.1cvs2
4990
4991         * src/main.c
4992                 Fix log output (missing \n)
4993
4994 2008-02-23 [colin]      3.3.1cvs1
4995
4996         * configure.ac
4997                 Bump version number for stable release
4998
4999 2008-02-23 [paul]       3.3.0cvs21
5000
5001         * po/he.po
5002                 updated by Ofer
5003
5004 2008-02-21 [colin]      3.3.0cvs20
5005
5006         * src/matcher.c
5007                 Fix bug 1527, 'filtering is case sensitive when it 
5008                 shouldn't be'
5009
5010 2008-02-20 [colin]      3.3.0cvs19
5011
5012         * src/main.c
5013                 Fix file attachments from older Thunar
5014
5015 2008-02-19 [colin]      3.3.0cvs18
5016
5017         * manual/plugins.xml
5018         * manual/es/plugins.xml
5019         * manual/fr/plugins.xml
5020         * manual/pl/plugins.xml
5021                 Remove Clamav
5022
5023 2008-02-19 [paul]       3.3.0cvs17
5024
5025         * tools/README
5026         * tools/csv2addressbook.pl
5027                 add support for Kmail/Kaddressbook
5028
5029 2008-02-18 [colin]      3.3.0cvs16
5030
5031         * src/imap.c
5032                 Unset folder's session before creating a
5033                 new one
5034         * src/main.c
5035         * src/prefs_common.c
5036         * src/prefs_common.h
5037         * manual/advanced.xml
5038                 Add an hidden use_networkmanager pref, to
5039                 disable NetworkManager handling. Also,
5040                 consider UNKNOWN state to be CONNECTED.
5041
5042 2008-02-18 [wwp]        3.3.0cvs15
5043
5044         * src/matcher.c
5045                 Fix Engrish and make 'not' more visible in filtering debug logs.
5046
5047 2008-02-15 [colin]      3.3.0cvs14
5048
5049         * src/matcher.c
5050                 Revert cvs10 for now, it breaks the feature
5051
5052 2008-02-15 [colin]      3.3.0cvs13
5053
5054         * src/main.c
5055                 Always focus folder tree at startup
5056         * src/compose.c
5057                 Fix bug 1521, 'Cannot close compose window after 
5058                 replying to a non-existent news message'
5059
5060 2008-02-13 [colin]      3.3.0cvs12
5061
5062         * src/folderview.c
5063                 Fix important warnings
5064
5065 2008-02-12 [colin]      3.3.0cvs11
5066
5067         * src/imap.c
5068         * src/etpan/imap-thread.c
5069         * src/etpan/imap-thread.h
5070                 Fix handling of $Forwarded flag on Exchange:
5071                 check for the existence or creatability of a
5072                 flag before using it.
5073
5074 2008-02-12 [colin]      3.3.0cvs10
5075
5076         * src/matcher.c
5077                 Optimise matching on Found in addressbook if
5078                 the matched header is in cache (From, etc)
5079
5080 2008-02-12 [colin]      3.3.0cvs9
5081
5082         * src/folderview.c
5083                 Fix crashy stuff when changing displayed
5084                 columns
5085
5086 2008-02-12 [wwp]        3.3.0cvs8
5087
5088         * src/folder.h
5089                 Remove duplicate func declaration and restore the one
5090                 a missing one.
5091
5092 2008-02-12 [wwp]        3.3.0cvs7
5093
5094         * src/compose.c
5095         * src/export.c
5096         * src/folder.c
5097         * src/folder.h
5098         * src/foldersel.c
5099         * src/foldersel.h
5100         * src/imap_gtk.c
5101         * src/import.c
5102         * src/mainwindow.c
5103         * src/messageview.c
5104         * src/mh_gtk.c
5105         * src/prefs_account.c
5106         * src/prefs_filtering_action.c
5107         * src/summaryview.c
5108         * src/plugins/bogofilter/bogofilter_gtk.c
5109         * src/plugins/spamassassin/spamassassin_gtk.c
5110                 Allow moving/copying folders to root folders when using
5111                 the folder selection dialog (it was not possible to
5112                 maemo users to reparent a subfolder to a root folder
5113                 at all).
5114
5115 2008-02-12 [fabien]     3.3.0cvs6
5116
5117         * po/fr.po
5118                 a few days late for i18n fr update. Sorry.
5119
5120 2008-02-11 [colin]      3.3.0cvs5
5121
5122         * src/main.c
5123                 Implement support for future /dev/mem_notify.
5124                 This Linux kernel feature will allow applications
5125                 to be notified that memory has to be freed
5126                 before getting OOM-killed. For more information:
5127                 http://lwn.net/Articles/267013/
5128
5129 2008-02-10 [paul]       3.3.0cvs4
5130
5131         * src/Makefile.am
5132         * src/mimeview.c
5133         * src/prefs_toolbar.c
5134         * src/stock_pixmap.c
5135         * src/stock_pixmap.h
5136         * src/pixmaps/mime_text_patch.xpm
5137                 add an icon for attached patches
5138
5139 2008-02-09 [paul]       3.3.0cvs3
5140
5141         * src/gtk/about.c
5142                 bump the (c) year
5143
5144 2008-02-09 [wwp]        3.3.0cvs2
5145
5146         * src/main.c
5147                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
5148
5149 2008-02-08 [colin]      3.3.0cvs1
5150
5151         * src/common/utils.c
5152                 Forbid attaching anything containing "../" or ".ssh/"
5153                 from mailto: URI
5154
5155 2008-02-08 [paul]       3.3.0
5156
5157         * NEWS
5158         * README
5159         * RELEASE_NOTES 
5160                 3.3.0 released
5161
5162 2008-02-08 [paul]       3.2.0cvs77
5163
5164         * AUTHORS
5165                 updated with new translators
5166         * configure.ac
5167                 added he to ALL_LINGUAS
5168         * po/cs.po
5169         * po/de.po
5170         * po/es.po
5171         * po/fi.po
5172         * po/hu.po
5173         * po/it.po
5174         * po/pt_BR.po
5175         * po/zh_CN.po
5176                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
5177                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
5178                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
5179                 and Ralph Young
5180         * po/he.po
5181                 new Hebrew translation by Ofer <oc666@netvision.net.il>
5182         * src/gtk/about.c
5183                 updated with new translators and bumped (c) year
5184         * src/gtk/authors.h
5185                 updated with new translators
5186
5187 2008-02-05 [colin]      3.2.0cvs76
5188
5189         * src/messageview.c
5190         * src/mimeview.c
5191         * src/mimeview.h
5192                 Special case text/calendar parts: if there's one in
5193                 the mail, and a plugin handling text/calendar is
5194                 loaded, show that part. That'll avoid rendering 
5195                 meetings as plain text, which just looks broken to
5196                 many users.
5197
5198 2008-02-04 [colin]      3.2.0cvs75
5199
5200         * src/mainwindow.c
5201                 Maemo: Fix LED handling on OS 2008
5202
5203 2008-02-01 [colin]      3.2.0cvs74
5204
5205         * src/compose.c
5206                 Possibly fix the annoying and hard-to reproduce bug
5207                 where lines 
5208                 are
5209                 rewrapped
5210                 like
5211                 that.
5212
5213 2008-02-01 [paul]       3.2.0cvs73
5214
5215         * src/common/utils.c
5216                 fix bug 1502, 'Plus signs are stripped from
5217                 email addresses when calling from command line'
5218                 Thanks to Colin
5219
5220 2008-01-31 [colin]      3.2.0cvs72
5221
5222         * src/exphtmldlg.c
5223         * src/mimeview.c
5224         * src/summaryview.c
5225                 Fix building of URIs from filenames
5226
5227 2008-01-31 [wwp]        3.2.0cvs71
5228
5229         * src/main.c
5230                 Fixes debug output of compiled-in features list
5231                 (completes 3.2.0cvs60).
5232
5233 2008-01-31 [colin]      3.2.0cvs70
5234
5235         * configure.ac
5236         * po/POTFILES.in
5237         * src/compose.c
5238         * src/plugins/Makefile.am
5239         * src/plugins/clamav/.cvsignore
5240         * src/plugins/clamav/Makefile.am
5241         * src/plugins/clamav/README
5242         * src/plugins/clamav/clamav_plugin.c
5243         * src/plugins/clamav/clamav_plugin.h
5244         * src/plugins/clamav/clamav_plugin_gtk.c
5245         * src/plugins/clamav/clamav_plugin_gtk.deps
5246                 Remove the Clamav plugin from the core
5247
5248 2008-01-28 [wwp]        3.2.0cvs69
5249
5250         * src/compose.c
5251         * src/prefs_template.c
5252         * src/prefs_template.h
5253         * src/quote_fmt.c
5254         * src/quote_fmt.h
5255         * src/quote_fmt_lex.l
5256         * src/quote_fmt_parse.y
5257                 Fix for bug #1493: count lines (\n chars) according to the way
5258                 format body is passed (i.e. \-escaped or not).
5259
5260 2008-01-27 [paul]       3.2.0cvs68
5261
5262         * po/en_GB.po
5263                 updated
5264         * src/prefs_actions.c
5265         * src/prefs_filtering.c
5266         * src/prefs_folder_item.c
5267         * src/prefs_template.c
5268         * src/gtk/about.c
5269                 some minor changes to the English
5270
5271 2008-01-24 [colin]      3.2.0cvs67
5272
5273         * src/etpan/imap-thread.c
5274         * src/etpan/nntp-thread.c
5275                 Fix bug 1348, 'Hang ups at exit time with 
5276                 pgp plugin since 3.0.2'
5277
5278 2008-01-23 [colin]      3.2.0cvs66
5279
5280         * src/toolbar.c
5281                 Fix translation of something that shouldn't be
5282
5283 2008-01-23 [colin]      3.2.0cvs65
5284
5285         * src/procmime.c
5286                 Fix bug 1486, 'Re: Incorrect content when replying'
5287                 Revert to full scan if short scan found only 0-length
5288                 text parts
5289
5290 2008-01-23 [paul]       3.2.0cvs64
5291
5292         * src/prefs_folder_item.c
5293                 fix bug 1485, 'selecting a folder's default
5294                 account if name contains '&''
5295
5296 2008-01-23 [colin]      3.2.0cvs63
5297
5298         * src/folder.c
5299         * src/folder.h
5300         * src/main.c
5301         * src/mainwindow.c
5302                 Fix bug 1480, 'should be able to display mail file
5303                 from command line'. Let 'claws-mail --select' accept
5304                 absolute paths in addition to folder identifiers.
5305
5306 2008-01-22 [wwp]        3.2.0cvs62
5307
5308         * src/account.c
5309         * src/account.h
5310         * src/compose.c
5311         * src/messageview.c
5312         * src/summaryview.c
5313         * src/common/utils.c
5314         * src/common/utils.h
5315                 Allow from=address in mailto sequence:
5316                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
5317                   The 'from' will try to select the first account matching in accounts list,
5318                   otherwise will use the usual account selection mechanism but override with
5319                   this 'from' address.
5320                 Allow mailto with NNTP accounts
5321                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
5322                   is the default one or if a NNTP account address is used with 'from'.
5323                   This is more or less a bugfix as it was possible to use mailto with a NNTP
5324                   default account but the complete mailto sequence was put in To.
5325
5326 2008-01-22 [wwp]        3.2.0cvs61
5327
5328         * doc/man/claws-mail.1
5329                 Updated the man page: status of few features, command-line
5330                 usage (--version-full) and completed list of config files
5331                 and dirs.
5332
5333 2008-01-22 [wwp]        3.2.0cvs60
5334
5335         * src/main.c
5336                 Added --version-full to display version and compiled-in
5337                 features list (for later use by Clawsker for instance).
5338
5339 2008-01-22 [holger]     3.2.0cvs59
5340
5341         * src/addrduplicates.c
5342                 Fix scrolling in addressbook duplicate
5343                 finder result dialog
5344
5345 2008-01-21 [colin]      3.2.0cvs58
5346
5347         * src/summaryview.c
5348                 Fix bug 1457, 'sorting messages on, say, from, 
5349                 should subsort on previous sort choice'. Subsort
5350                 by date when sort is Subject, From, To, Tags.
5351
5352 2008-01-21 [colin]      3.2.0cvs57
5353
5354         * AUTHORS
5355         * src/matcher.c
5356         * src/mimeview.c
5357         * src/common/ssl.c
5358         * src/gtk/authors.h
5359                 Fix bug 1478, 'Wrong pthread_create calls all 
5360                 over the place'. Patch by Christian Cornelssen
5361
5362 2008-01-20 [colin]      3.2.0cvs56
5363
5364         * src/imap.c
5365         * src/etpan/imap-thread.c
5366         * src/etpan/imap-thread.h
5367                 Fix bug 1468, 'Use IMAP keyword to 
5368                 store "forwarded" flag'
5369
5370 2008-01-20 [colin]      3.2.0cvs55
5371
5372         * src/folderutils.c
5373                 Make list operations faster
5374
5375 2008-01-20 [colin]      3.2.0cvs54
5376
5377         * src/mainwindow.c
5378                 Fix bug 1353, 'on startup with small screen 
5379                 layout, keyboard input gets lost'
5380
5381 2008-01-20 [colin]      3.2.0cvs53
5382
5383         * src/textview.c
5384                 Complete 3.2.0cvs49, and fixes bug 1477, 
5385                 'Claws Mail crashes when view PGP-encrypted 
5386                 message'
5387
5388 2008-01-20 [colin]      3.2.0cvs52
5389
5390         * src/compose.c
5391                 Fix privacy menu update when replying to
5392                 encrypted mail and no default privacy 
5393                 system is set
5394
5395 2008-01-19 [colin]      3.2.0cvs51
5396
5397         * src/filtering.c
5398         * src/procmsg.h
5399         * src/plugins/bogofilter/bogofilter.c
5400         * src/plugins/clamav/clamav_plugin.c
5401         * src/plugins/spamassassin/spamassassin.c
5402                 Batch filtering deletions too (and save 4 bytes
5403                 per MsgInfo in the process :)
5404
5405 2008-01-19 [colin]      3.2.0cvs50
5406
5407         * src/folder.c
5408                 Make cache update after copies much faster
5409                 on IMAP
5410
5411 2008-01-19 [colin]      3.2.0cvs49
5412
5413         * src/textview.c
5414                 Check g_fopen() success
5415
5416 2008-01-17 [wwp]        3.2.0cvs48
5417
5418         * manual/faq.xml
5419         * manual/es/faq.xml
5420         * manual/fr/faq.xml
5421         * manual/pl/faq.xml
5422                 Sylpheed? No idea what this means.
5423
5424 2008-01-17 [colin]      3.2.0cvs47
5425
5426         * src/gtk/gtksctree.c
5427                 Make dnd threshold higher on Maemo
5428
5429 2008-01-16 [colin]      3.2.0cvs46
5430
5431         * src/common/passcrypt.c
5432                 Fix build on FreeBSD, thanks to Pawel
5433
5434 2008-01-15 [colin]      3.2.0cvs45
5435
5436         * src/compose.c
5437                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
5438                 spell check of actuall word'
5439         * src/summaryview.c
5440                 Temporarily disable immediate execution when learning
5441                 spam *only* if the summaryview isn't locked
5442
5443 2008-01-15 [wwp]        3.2.0cvs44
5444
5445         * src/prefs_filtering.c
5446                 Fix filtering prefs layout (Maemo port), moving page up/down
5447                 from buttons to context menu.
5448
5449 2008-01-15 [colin]      3.2.0cvs43
5450
5451         * src/compose.c
5452                 Fix bug 1465, 'First line in new message does not mark URLs'
5453
5454 2008-01-15 [colin]      3.2.0cvs42
5455
5456         * src/common/passcrypt.c
5457                 Fix bug 1461, 'several components #define 
5458                 _XOPEN_SOURCE improperly'
5459
5460 2008-01-15 [colin]      3.2.0cvs41
5461
5462         * src/summaryview.c
5463                 Fix bug 1469, 'Column width adjustments on message 
5464                 lists do not save'
5465
5466 2008-01-14 [holger]     3.2.0cvs40
5467
5468         * configure.ac
5469                 Add tests for dbus, dbus glib bindings,
5470                 and NetworkManager. All is optional. Add new
5471                 --(en|dis)able-networkmanager-support switch.
5472         * src/Makefile.am
5473         * src/imap.c
5474         * src/inc.c
5475         * src/main.c
5476         * src/main.h
5477         * src/mainwindow.c
5478         * src/gtk/about.c
5479                 Add optional NetworkManager support, so Claws Mail
5480                 can try to do the right thing when the network connection
5481                 status changes. NetworkManager support is active by
5482                 default if above requirements were met.
5483
5484 2008-01-12 [colin]      3.2.0cvs39
5485
5486         * src/summaryview.c
5487                 Advertise the click-on-reply feature in the tooltip
5488
5489 2008-01-12 [colin]      3.2.0cvs38
5490
5491         * src/Makefile.am
5492         * src/stock_pixmap.c
5493         * src/stock_pixmap.h
5494         * src/pixmaps/tray_newmail.offline.xpm
5495         * src/pixmaps/tray_newmail.xpm
5496         * src/pixmaps/tray_newmarkedmail.offline.xpm
5497         * src/pixmaps/tray_newmarkedmail.xpm
5498         * src/pixmaps/tray_nomail.offline.xpm
5499         * src/pixmaps/tray_nomail.xpm
5500         * src/pixmaps/tray_unreadmail.offline.xpm
5501         * src/pixmaps/tray_unreadmail.xpm
5502         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
5503         * src/pixmaps/tray_unreadmarkedmail.xpm
5504         * src/plugins/trayicon/Makefile.am
5505         * src/plugins/trayicon/newmail.offline.xpm
5506         * src/plugins/trayicon/newmail.xpm
5507         * src/plugins/trayicon/newmarkedmail.offline.xpm
5508         * src/plugins/trayicon/newmarkedmail.xpm
5509         * src/plugins/trayicon/nomail.offline.xpm
5510         * src/plugins/trayicon/nomail.xpm
5511         * src/plugins/trayicon/trayicon.c
5512         * src/plugins/trayicon/unreadmail.offline.xpm
5513         * src/plugins/trayicon/unreadmail.xpm
5514         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
5515         * src/plugins/trayicon/unreadmarkedmail.xpm
5516                 Make the Trayicon plugin icons themable
5517
5518 2008-01-12 [wwp]        3.2.0cvs37
5519
5520         * src/prefs_display_header.c
5521                 Fix extra leading hyphen visible in the display
5522                 header configuration combo list (maemo).
5523
5524 2008-01-11 [colin]      3.2.0cvs36
5525
5526         * src/imap.c
5527                 Set timeout to 1 before disconnecting all -
5528                 for when one switches to offline and has 
5529                 no network anymore
5530         * src/messageview.c
5531                 Fix bug 1454, 'error message shows parts and 
5532                 signature of previous messages'
5533         * src/prefs_common.c
5534                 Maemo: Hide Send dialog by default
5535
5536 2008-01-10 [colin]      3.2.0cvs35
5537
5538         * src/action.c
5539         * src/editldap.c
5540         * src/prefs_account.c
5541         * src/wizard.c
5542         * src/gtk/inputdialog.c
5543         * src/plugins/pgpcore/passphrase.c
5544                 Maemo: Fix bug 1455, 'Password enters leading letter 
5545                 incorrectly as uppercase'
5546
5547 2008-01-09 [colin]      3.2.0cvs34
5548
5549         * po/pl.po
5550                 Fix bug 1446, 'SC crashes frequently when staying 
5551                 in background'. Format string error in Polish 
5552                 translation
5553         * src/gtk/description_window.c
5554         * src/prefs_template.c
5555                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
5556                 patch by Pawel
5557         * src/wizard.c
5558                 Maemo: Fix build
5559
5560 2008-01-08 [colin]      3.2.0cvs33
5561
5562         * src/main.c
5563                 Maemo: connect HW status change signal for shutdown
5564         * src/mainwindow.c
5565                 Maemo: Fix hardware space key
5566         * src/wizard.c
5567                 Maemo: name mmc1 and 2 a better name
5568
5569 2008-01-08 [wwp]        3.2.0cvs32
5570
5571         * src/folder.c
5572         * src/folder_item_prefs.c
5573         * src/folder_item_prefs.h
5574         * src/prefs_folder_item.c
5575                 It's now possible to disable processing rules when
5576                 entering a folder (this adds a new option to the
5577                 folder properties dialog).
5578
5579 2008-01-08 [wwp]        3.2.0cvs31
5580
5581         * src/common/utils.c
5582                 Mailto: now supports 'insert' (stands for 'insert file'), this
5583                 adds the ability to create a new message from the command-line,
5584                 with body set from an existing file contents.
5585
5586 2008-01-08 [colin]      3.2.0cvs30
5587
5588         * src/summaryview.c
5589                 Maybe fix bug 1452, 'crash while drag'n'droping 
5590                 emails to an IMAP folder'
5591
5592 2008-01-07 [wwp]        3.2.0cvs29
5593
5594         * src/prefs_filtering.c
5595                 Static-alize a function, thanks to Colin.
5596
5597 2008-01-07 [colin]      3.2.0cvs28
5598
5599         * src/folderview.c
5600                 Fix scrolling to bottom when drag and dropping
5601         * src/summaryview.c
5602                 Fix bug 1445, 'Display sender using addressbook: fails 
5603                 when From: isn't an email address'
5604
5605 2008-01-07 [wwp]        3.2.0cvs27
5606
5607         * src/prefs_actions.c
5608         * src/prefs_filtering.c
5609         * src/prefs_template.c
5610                 Add tooltips to most buttons in the templates, actions and
5611                 filtering/processing dialogs.
5612
5613 2008-01-07 [wwp]        3.2.0cvs26
5614
5615         * src/prefs_filtering.c
5616                  - add a clear button to clear dialog input fields
5617                  - add page up and page down buttons to move selected rule up and down
5618                  - in rules list popup-menu: added Delete, Delete all and Duplicate
5619                  - popup-menu items are greyed out either if the list is empty (not counting the
5620                    (New) row or if there is no selected item
5621                  - clear store when closing dialog
5622
5623         * src/prefs_actions.c
5624                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
5625                    clear button, popup-menu
5626                  - clear store when closing dialog
5627
5628         * src/prefs_template.c
5629                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
5630                    clear button, popup-menu 
5631
5632         * src/addrcustomattr.c
5633                  - renamed popup-menu item Clear list to Delete all
5634                  - grey out popup-menu items is there is no selected item or if list is empty
5635                  - clear store when closing dialog
5636
5637         * src/edittags.c
5638                  - added popup-menu item Delete all
5639                  - grey out popup-menu items is there is no selected item or if list is empty
5640                  - clear store when closing dialog
5641
5642 2008-01-06 [wwp]        3.2.0cvs25
5643
5644         * src/addressadd.c
5645                 One more layout fix by Pawel (completes 3.2.0cvs24).
5646
5647 2008-01-05 [colin]      3.2.0cvs24
5648
5649         * src/addressadd.c
5650                 Little GUI fixes, patch by Pawel
5651
5652 2007-12-29 [wwp]        3.2.0cvs23
5653
5654         * src/compose.c
5655                 Fix for bug #1443, and strip possible whitespaces around
5656                 custom header names.
5657
5658 2007-12-29 [mones]      3.2.0cvs22
5659
5660         * po/es.po
5661                 Updated translation, corrected a term based 
5662                 on suggestion from Israel Saeta Pérez,
5663                 reverted awful X-Mailer translation
5664         * src/procmime.c
5665                 Complete cvs20 for FreeBSD, patch by Pawel
5666
5667 2007-12-29 [colin]      3.2.0cvs21
5668
5669         * src/textview.c
5670                 Fix bug 1442, 'Tags are repeated in 
5671                 encapsulated messages'
5672
5673 2007-12-28 [colin]      3.2.0cvs20
5674
5675         * src/procmime.c
5676                 Fix path to mime/globs. Patch by Marten King.
5677
5678 2007-12-27 [colin]      3.2.0cvs19
5679
5680         * src/plugins/pgpcore/Makefile.am
5681         * src/plugins/pgpinline/Makefile.am
5682         * src/plugins/pgpmime/Makefile.am
5683                 Add missing flags to build pgp plugins on maemo
5684
5685 2007-12-27 [colin]      3.2.0cvs18
5686
5687         * src/mainwindow.c
5688                 Maximise before showing to avoid probable flickering
5689                 on slow computers.
5690
5691 2007-12-27 [colin]      3.2.0cvs17
5692
5693         * src/main.c
5694         * src/mainwindow.c
5695         * src/prefs_common.c
5696         * src/prefs_common.h
5697                 Fix bug 1439, 'Claws Mail does not remember window size 
5698                 state when restarted'. Save maximised state and force
5699                 maximisation at startup if applicable.
5700
5701 2007-12-23 [paul]       3.2.0cvs16
5702
5703         * src/prefs_matcher.c
5704                 fix bug 1436, 'Filter condition dialog doesn't
5705                 load header name from current rules'
5706
5707 2007-12-22 [paul]       3.2.0cvs15
5708
5709         * src/compose.c
5710                 fix bug 1435, 'Reply doesn't take into account
5711                 reply-to field'
5712
5713 2007-12-21 [paul]       3.2.0cvs14
5714
5715         * src/common/ssl_certificate.c
5716                 fix FreeBSD build with IPV6 support 
5717
5718 2007-12-20 [colin]      3.2.0cvs13
5719
5720         * src/imap.c
5721                 Fix error handling
5722
5723 2007-12-20 [colin]      3.2.0cvs12
5724
5725         * src/imap.c
5726         * src/imap.h
5727         * src/prefs_account.c
5728                 Add DIGEST-MD5 support for IMAP authentication
5729
5730 2007-12-19 [mones]      3.2.0cvs11
5731
5732         * doc/man/claws-mail.1
5733                 Better ordering of sections, updated options
5734         * po/es.po
5735                 Updated strings
5736
5737 2007-12-19 [paul]       3.2.0cvs10
5738
5739         * src/prefs_account.c
5740                 use a spinbutton instead of an entry for
5741                 "POP authentication timeout" also
5742
5743 2007-12-19 [colin]      3.2.0cvs9
5744
5745         * src/prefs_filtering_action.c
5746         * src/prefs_matcher.c
5747         * src/gtk/description_window.c
5748                 Destroy info windows with their parents
5749                 Patch by Pawel
5750
5751 2007-12-19 [colin]      3.2.0cvs8
5752
5753         * src/prefs_account.c
5754                 Use spinbuttons instead of entries where needed
5755                 Patch by Pawel
5756
5757 2007-12-18 [paul]       3.2.0cvs7
5758
5759         * src/prefs_matcher.c
5760                 add missing i18n for a few strings
5761                 Patch by Stephan Sachse
5762
5763 2007-12-18 [paul]       3.2.0cvs6
5764
5765         * src/prefs_logging.c
5766                 use 'disk' instead of 'disc'
5767
5768 2007-12-18 [paul]       3.2.0cvs5
5769
5770         * po/en_GB.po
5771                 updated
5772         * src/addrcustomattr.c
5773         * src/editaddress.c
5774                 fixes to the ingleesh
5775         * src/prefs_filtering_action.c
5776                 fix copyright header
5777                 fix untranslated strings
5778         * src/prefs_filtering_action.h
5779                 fix copyright header
5780
5781 2007-12-18 [wwp]        3.2.0cvs4
5782
5783         * src/folderview.c
5784         * src/headerview.c
5785         * src/prefs_common.c
5786         * src/prefs_common.h
5787         * src/prefs_fonts.c
5788         * src/summaryview.c
5789         * src/textview.c
5790         * src/wizard.c
5791         * src/common/defs.h
5792         * src/gtk/gtkutils.c
5793                 Added prefs to set custom small and bold fonts
5794                 (might matter on some desktops, according to
5795                 DPI and font settings).
5796
5797 2007-12-18 [colin]      3.2.0cvs3
5798
5799         * src/prefs_logging.c
5800                 Rework GUI, patch by Pawel
5801
5802 2007-12-18 [colin]      3.2.0cvs2
5803
5804         * src/prefs_filtering_action.c
5805                 Rework GUI, patch by Pawel
5806
5807 2007-12-18 [colin]      3.2.0cvs1
5808
5809         * src/editaddress.c
5810                 Fix build on old GCC
5811                 Fix inverted buttons
5812
5813 2007-12-17 [paul]       3.2.0
5814
5815         * NEWS
5816         * README
5817         * RELEASE_NOTES 
5818                 3.2.0 released
5819
5820 2007-12-17 [paul]       3.1.0cvs79
5821
5822         * po/de.po
5823         * po/fr.po
5824         * po/hu.po
5825         * po/it.po
5826         * po/pt_BR.po
5827                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
5828                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
5829
5830 2007-12-17 [mones]      3.1.0cvs78
5831
5832         * po/es.po
5833                 Updated Spanish translation for 3.2.0 release
5834
5835 2007-12-16 [colin]      3.1.0cvs77
5836
5837         * src/addrcustomattr.c
5838                 Fix translations, patch by Fabien
5839
5840 2007-12-15 [paul]       3.1.0cvs76
5841
5842         * src/folderview.c
5843                 fix compiler warning
5844
5845 2007-12-14 [colin]      3.1.0cvs75
5846
5847         * src/folderview.c
5848                 Simplify logic
5849
5850 2007-12-12 [wwp]        3.1.0cvs74
5851
5852         * AUTHORS
5853         * src/gtk/authors.h
5854                 Added Marius Glauser to the hall of fame.
5855
5856 2007-12-12 [wwp]        3.1.0cvs73
5857
5858         * src/gtk/gtkutils.c
5859                 Improve the way we show results of searches
5860                 in message bodies: selected text now get centered
5861                 vertically in the message window.
5862                 Patch by Marius Glauser <seelenhirt@gmx.net>.
5863
5864 2007-12-10 [colin]      3.1.0cvs72
5865
5866         * src/folder.c
5867                 Don't crash when setting batch mode on no folder
5868
5869 2007-12-10 [colin]      3.1.0cvs71
5870
5871         * src/common/utils.c
5872                 Fix potential buffer overrun (thanks to
5873                 Hiroyuki)
5874
5875 2007-12-08 [paul]       3.1.0cvs70
5876
5877         * src/prefs_receive.c
5878                 small change to the English
5879
5880 2007-12-08 [colin]      3.1.0cvs69
5881
5882         * src/vcard.c
5883                 Fix warnings
5884
5885 2007-12-07 [colin]      3.1.0cvs68
5886
5887         * src/mainwindow.c
5888         * src/summaryview.c
5889         * src/summaryview.h
5890                 Free simplify_subject_preg at exit
5891
5892 2007-12-07 [colin]      3.1.0cvs67
5893
5894         * src/main.c
5895         * src/summaryview.c
5896         * src/common/utils.c
5897         * src/common/utils.h
5898                 We have to free reused regexps from time to
5899                 time, or they get huge
5900
5901 2007-12-07 [colin]      3.1.0cvs66
5902
5903         * src/vcard.c
5904                 Fix QP decoding (and UTF8)
5905
5906 2007-12-07 [colin]      3.1.0cvs65
5907
5908         * src/addrcustomattr.c
5909                 Update list of default custom attributes
5910                 now (will be needed for a feature patch
5911                 post 3.2.0)
5912
5913 2007-12-07 [colin]      3.1.0cvs64
5914
5915         * src/folder.c
5916                 Batch on destination folder when copying - fixes
5917                 slowness when moving unread mails to trash on IMAP
5918
5919 2007-12-06 [colin]      3.1.0cvs63
5920
5921         * src/common/w32_time.c
5922         * src/common/w32lib.h
5923         * src/etpan/etpan-thread-manager.c
5924         * src/etpan/imap-thread.c
5925         * src/etpan/nntp-thread.c
5926         * src/gtk/Makefile.am
5927                 Fix win32 build with libetpan. Thanks to
5928                 Marcus Brinkmann.
5929
5930 2007-12-06 [colin]      3.1.0cvs62
5931
5932         * src/account.c
5933         * src/imap.c
5934         * src/prefs_account.c
5935         * src/prefs_account.h
5936         * src/etpan/imap-thread.c
5937         * src/etpan/imap-thread.h
5938                 Disable connection via command line on WIN32
5939                 Disable mmap use on WIN32 - use normal strings
5940         * src/addressbook.c
5941         * src/addressbook.h
5942         * src/addressbook_foldersel.c
5943         * src/addressbook_foldersel.h
5944         * src/prefs_filtering_action.c
5945         * src/prefs_matcher.c
5946         * src/plugins/bogofilter/bogofilter_gtk.c
5947         * src/plugins/dillo_viewer/dillo_prefs.c
5948         * src/plugins/spamassassin/spamassassin_gtk.c
5949                 Fix leak, rework function logics to be more
5950                 natural - thanks to Holger
5951         * src/common/utils.c
5952                 Fix warnings
5953
5954 2007-12-06 [colin]      3.1.0cvs61
5955
5956         * src/news.c
5957         * src/common/utils.c
5958         * src/common/utils.h
5959                 Fix posting, and fix UTF-8 being sent when encoding
5960                 is 8bit
5961
5962 2007-12-05 [colin]      3.1.0cvs60
5963
5964         * src/news.c
5965                 Fix debian bug #453157, 'Fails to post usenet
5966                 articles after NNTP connection has been 
5967                 interrupted". Fix return value to prevent deletion
5968                 on failure, and issue MODE READER in case posting
5969                 fails at first.
5970
5971 2007-12-05 [colin]      3.1.0cvs59
5972
5973         * src/messageview.c
5974         * src/uri_opener.c
5975                 Improvements to the List URIs dialog
5976                 Patch by Pawel
5977
5978 2007-12-05 [colin]      3.1.0cvs58
5979
5980         * src/prefs_other.c
5981         * src/gtk/gtksctree.h
5982                 Fix warnings
5983
5984 2007-12-04 [colin]      3.1.0cvs57
5985
5986         * src/etpan/imap-thread.c
5987                 Fix bug 1378, 'Claws exits on IMAP alert message'
5988                 Don't do GTK calls directly from Etpan thread
5989
5990 2007-12-04 [colin]      3.1.0cvs56
5991
5992         * src/folderview.c
5993         * src/gtk/gtksctree.c
5994                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
5995                 Make all the left of column zero an hotspot for
5996                 expanding.
5997
5998 2007-12-04 [colin]      3.1.0cvs55
5999
6000         * src/mainwindow.c
6001         * src/mainwindow.h
6002         * src/prefs_common.c
6003         * src/prefs_common.h
6004         * src/prefs_receive.c
6005                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
6006
6007 2007-12-04 [wwp]        3.1.0cvs54
6008
6009         * src/prefs_other.c
6010                 Fix for bug #1419.
6011
6012 2007-12-04 [holger]     3.1.0cvs53
6013
6014         * src/addrduplicates.c
6015         * src/addrduplicates.h
6016                 Export addressbook entry deletion
6017
6018 2007-12-04 [colin]      3.1.0cvs52
6019
6020         * tools/Makefile.am
6021         * tools/README.sylprint
6022         * tools/sylprint.pl
6023         * tools/sylprint.rc
6024                 Fix debian bug #454089 (symlink attack in TMP directory)
6025                 http://secwatch.org/advisories/1019661/ :
6026                 Remove the buggy script, which was unmaintained anyway
6027         * src/news.c
6028         * src/procmsg.c
6029                 Store things in our private tmp directory.
6030
6031 2007-12-03 [colin]      3.1.0cvs51
6032
6033         * src/folder.c
6034         * src/folder.h
6035         * src/folderview.c
6036         * src/imap.c
6037         * src/mainwindow.c
6038                 Fix update problem when getting remote tags
6039         * src/prefs_matcher.c
6040                 Rework GUI to make it better. Patch by Pawel
6041                 Pekala
6042
6043 2007-12-03 [colin]      3.1.0cvs50
6044
6045         * src/etpan/imap-thread.c
6046         * src/etpan/nntp-thread.c
6047                 Fix bug 1417, 'Network log doesn't reveal 
6048                 enough NNTP errors'
6049
6050 2007-12-02 [iwkse]      3.1.0cvs49
6051
6052         * src/plugins/dillo_viewer/dillo_prefs.c
6053                         Insert dillo under the Plugins menu
6054
6055 2007-12-01 [paul]       3.1.0cvs48
6056
6057         * src/html.c
6058                 add these variant forms
6059                 Thanks to Colin
6060
6061 2007-12-01 [paul]       3.1.0cvs47
6062
6063         * src/matcher.c
6064                 fix a typo
6065
6066 2007-12-01 [paul]       3.1.0cvs46
6067
6068         * po/POTFILES.in
6069                 add the new addrcustomattr.c file
6070
6071 2007-11-29 [colin]      3.1.0cvs45
6072
6073         * src/common/ssl_certificate.c
6074                 Use the more modern getaddrinfo instead of 
6075                 gethostbyname when possible
6076
6077 2007-11-28 [colin]      3.1.0cvs44
6078
6079         * src/summaryview.c
6080                 Maybe fix bug 1410 and other crash reports
6081                 in summaryview since cvs38.
6082
6083 2007-11-28 [wwp]        3.1.0cvs43
6084
6085         * src/prefs_summary_open.c
6086                 Guard against an empty list of actions to perform
6087                 when opening a folder (or migration defaults could
6088                 be introduced, confusing).
6089
6090 2007-11-28 [colin]      3.1.0cvs42
6091
6092         * src/folderview.c
6093                 Fix mark all read from folder's contextual menu
6094
6095 2007-11-27 [colin]      3.1.0cvs41
6096
6097         * src/imap.c
6098         * src/imap.h
6099         * src/imap_gtk.c
6100         * src/prefs_account.c
6101         * src/etpan/imap-thread.c
6102                 A few fixes to the IMAP flags handling: Optimisations,
6103                 two crashers, mention that Bandwitdh-efficient mode
6104                 prevents tag fetching.
6105                 Fix M-UTF7 in subscription dialog.
6106
6107 2007-11-27 [colin]      3.1.0cvs40
6108
6109         * src/folder.c
6110         * src/mbox.c
6111         * src/summaryview.c
6112                 Make filtering faster on flags change: Batch original 
6113                 folderitem, where we'll do flags/tags changes.
6114
6115 2007-11-27 [colin]      3.1.0cvs39
6116
6117         * src/filtering.c
6118                 Fix bug 1407, 'After a copy action, further rules apply 
6119                 to both original and copy'
6120
6121 2007-11-27 [colin]      3.1.0cvs38
6122
6123         * src/edittags.c
6124         * src/summaryview.c
6125                 Fixes races when doing a long operation and user
6126                 asks for another one (Mark all read/unread on a 
6127                 big folder on IMAP for example)
6128
6129 2007-11-27 [wwp]        3.1.0cvs37
6130
6131         * src/addressbook.c
6132         * src/prefs_common.c
6133                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
6134                 and 3.1.0cvs35 (addressbook.c).
6135
6136 2007-11-27 [holger]     3.1.0cvs36
6137
6138         * src/printing.c
6139                 Add a line separating header and body
6140                 in the printout
6141
6142 2007-11-27 [wwp]        3.1.0cvs35
6143
6144         * src/addressbook.c
6145                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
6146                 (thanks to Colin) and revert disabling of cut/copy
6147                 context menu entries upon selected groups.
6148
6149 2007-11-27 [holger]     3.1.0cvs34
6150
6151         * src/printing.c
6152                 Add weights to the list of supported text attributes
6153                 for printing
6154
6155 2007-11-27 [wwp]        3.1.0cvs33
6156
6157         * src/Makefile.am
6158         * src/addrcustomattr.c
6159         * src/addrcustomattr.h
6160         * src/addressbook.c
6161         * src/editaddress.c
6162         * src/editaddress.h
6163         * src/prefs_common.c
6164         * src/prefs_common.h
6165         * src/common/defs.h
6166                 Provide a (customizable) list of preset attribute names
6167                 for editing contacts (closes bug #1391).
6168
6169 2007-11-27 [wwp]        3.1.0cvs32
6170
6171         * src/addrclip.c
6172         * src/addressbook.c
6173         * src/addritem.c
6174                 Various fixes in the address book:
6175                         - made copy/move of a folder to itself or its subtree
6176                           impossible (-> error)
6177                         - errors messages don't show in the status bar anymore,
6178                           use alertpanels instead
6179                         - simple click on group doesn't open group edit dialog
6180                           anymore when in contact edit embedded mode (was too itchy)
6181                         - fixed disabling of edit button and and menu entry when
6182                           in contact edit embedded mode (was done in a bad and
6183                           ineffective way)
6184                         - fix menu cut/paste sensitivity in treelist context
6185                           menu (conflicting enabling was done by different functions)
6186                         - fix some menu item sensitivity in address list context menu
6187                         - don't allow cut/copy of groups, it's useless as they won't
6188                           be copied w/ their contents
6189                         - fix missing copy of the picture file when copying (bug #1402),
6190                           fix picture attribute (internal) value when moving or copying
6191
6192
6193 2007-11-27 [colin]      3.1.0cvs31
6194
6195         * src/folder.c
6196         * src/imap.c
6197                 Fix tags loss on move, fix space encoding
6198
6199 2007-11-26 [colin]      3.1.0cvs30
6200
6201         * src/edittags.c
6202         * src/folder.c
6203         * src/folder.h
6204         * src/imap.c
6205         * src/messageview.c
6206         * src/procmsg.c
6207         * src/procmsg.h
6208         * src/summaryview.c
6209         * src/common/utils.c
6210         * src/common/utils.h
6211         * src/etpan/imap-thread.c
6212         * src/etpan/imap-thread.h
6213                 Add IMAP tags support
6214
6215 2007-11-26 [colin]      3.1.0cvs29
6216
6217         * src/imap.c
6218                 Fix bug 1405, 'imap auto auth method doesn't 
6219                 work since 3.1.0'
6220
6221 2007-11-26 [colin]      3.1.0cvs28
6222
6223         * src/messageview.c
6224         * src/procmime.c
6225                 Handle broken disposition-notifications from Evolution
6226                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
6227
6228 2007-11-25 [paul]       3.1.0cvs27
6229
6230         * src/folder_item_prefs.c
6231         * src/folder_item_prefs.h
6232                 remove dead code
6233
6234 2007-11-23 [wwp]        3.1.0cvs26
6235
6236         * src/matcher.c
6237         * src/matcher.h
6238         * src/matcher_parser_parse.y
6239         * src/prefs_matcher.c
6240                 Fix irrelevant case folding when adding matcher condition 'test',
6241                 thanks to Colin.
6242
6243 2007-11-23 [wwp]        3.1.0cvs25
6244
6245         * src/prefs_common.c
6246         * src/prefs_common.h
6247         * src/prefs_summary_open.c
6248         * src/prefs_summary_open.h
6249         * src/summaryview.c
6250                 Add "select first email in list" to the list of possible selections
6251                 when opening a folder.
6252
6253 2007-11-23 [paul]       3.1.0cvs24
6254
6255         * po/de.po
6256                 a fix by Stephan Sachse, plus remove all
6257                 old strings from the end of the file
6258
6259 2007-11-23 [wwp]        3.1.0cvs23
6260
6261         * src/prefs_msg_colors.c
6262                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
6263                 with little changes.
6264
6265 2007-11-23 [paul]       3.1.0cvs22
6266
6267         * src/prefs_logging.c
6268                 eliminate wasted horizontal space
6269
6270 2007-11-23 [paul]       3.1.0cvs21
6271
6272         * src/prefs_summaries.c
6273                 don't wrap the label or put linebreaks
6274
6275 2007-11-22 [colin]      3.1.0cvs20
6276
6277         * src/plugins/pgpinline/pgpinline.c
6278                 Fix decryption
6279
6280 2007-11-22 [wwp]        3.1.0cvs19
6281
6282         * src/prefs_themes.c
6283                 Yet another misuse of get_rc_dir(), still related
6284                 to user themes. Completes 3.1.0cvs18.
6285
6286 2007-11-22 [wwp]        3.1.0cvs18
6287
6288         * src/stock_pixmap.c
6289                 Fix a misuse of get_rc_dir(), user themes dir was
6290                 not set properly and some themes might have disappeared
6291                 from themes list in prefs.
6292
6293 2007-11-22 [wwp]        3.1.0cvs17
6294
6295         * src/edittags.c
6296         * src/edittags.h
6297         * src/common/tags.c
6298         * src/common/tags.h
6299                 Correct copyright for these claws-mail-only brand new
6300                 files.
6301
6302 2007-11-22 [paul]       3.1.0cvs16
6303
6304         * src/compose.c
6305                 fix bug 1400, 'Drag and drop of URLs does not work'
6306                 Thanks to Colin
6307
6308 2007-11-22 [paul]       3.1.0cvs15
6309
6310         * src/prefs_common.c
6311                 make "cmds_use_system_default" default to FALSE
6312                 so as not to disrupt current settings
6313         * src/summaryview.c
6314                 increase the size of the GdkRectangle, tooltips
6315                 didn't show for me otherwise
6316
6317 2007-11-21 [colin]      3.1.0cvs14
6318
6319         * src/compose.c
6320         * src/crash.c
6321         * src/exphtmldlg.c
6322         * src/mainwindow.c
6323         * src/manual.c
6324         * src/mimeview.c
6325         * src/prefs_account.c
6326         * src/prefs_common.c
6327         * src/prefs_common.h
6328         * src/prefs_ext_prog.c
6329         * src/textview.c
6330         * src/uri_opener.c
6331         * src/gtk/about.c
6332         * src/gtk/gtkutils.c
6333                 Use xdg-open as a way to find default browser,
6334                 when available
6335
6336 2007-11-21 [colin]      3.1.0cvs13
6337
6338         * src/messageview.c
6339         * src/procmime.c
6340         * src/procmsg.h
6341                 Send better return receipts (useful ones)
6342                 Handle incoming return receipts
6343
6344 2007-11-20 [colin]      3.1.0cvs12
6345
6346         * src/printing.c
6347         * src/printing.h
6348                 Add getter/setter for settings, and getter
6349                 for page setup
6350
6351 2007-11-20 [colin]      3.1.0cvs11
6352
6353         * src/folderview.c
6354         * src/main.c
6355         * src/mainwindow.c
6356                 Fix bug 1396, 'Crash on disabling a filter 
6357                 while it is processing'
6358
6359 2007-11-20 [paul]       3.1.0cvs10
6360
6361         * src/folder.c
6362                 fix bug 1395, 'Crash on checking for new mails
6363                 while filter is running'
6364                 Thanks to Colin
6365
6366 2007-11-20 [paul]       3.1.0cvs9
6367
6368         * src/compose.c
6369                 make this string easier for translators
6370
6371 2007-11-19 [colin]      3.1.0cvs8
6372
6373         * src/prefs_summaries.c
6374         * src/summaryview.c
6375                 Don't enable more tooltips on Maemo
6376
6377 2007-11-19 [colin]      3.1.0cvs7
6378
6379         * src/prefs_common.c
6380         * src/prefs_common.h
6381         * src/prefs_summaries.c
6382         * src/summaryview.c
6383                 Fix bug 1388, 'message list tool tips'
6384                 Add (optional) tooltips in summaryview.
6385                 This only works with GTK+ >= 2.12
6386
6387 2007-11-19 [colin]      3.1.0cvs6
6388
6389         * src/compose.c
6390                 Make strings a bit better when attaching
6391                 from mailto: URIs
6392
6393 2007-11-19 [colin]      3.1.0cvs5
6394
6395         * src/common/utils.c
6396                 Fix bug 1392, 'Top level domain .EU is 
6397                 not recognised as valid'
6398
6399 2007-11-19 [wwp]        3.1.0cvs4
6400
6401         * src/compose.c
6402         * src/compose.h
6403                 Revert changes to compose.c made in 3.1.0cvs2.
6404
6405 2007-11-19 [wwp]        3.1.0cvs3
6406
6407         * src/addressbook.c
6408         * src/addressbook.h
6409         * src/editaddress.c
6410         * src/editgroup.c
6411         * src/addrduplicates.c
6412                 Minor improvements in the address book:
6413                 always accept new contacts provided that some
6414                 detail is set (instead of rejecting silently).
6415                 Better guessing of contact name from incomplete
6416                 name information. Better display of contacts with
6417                 no name, in contact lists, group contents, find
6418                 duplicate results.
6419                 
6420
6421 2007-11-19 [wwp]        3.1.0cvs2
6422
6423         * src/compose.c
6424         * src/compose.h
6425         * src/prefs_logging.c
6426         * src/prefs_summaries.c
6427                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
6428                 wrap some long label in prefs/summaries, layout checkboxes
6429                 in a more compact form in prefs/loggin, make account and
6430                 header's combos have the same size/spacing in compose
6431                 window.
6432
6433 2007-11-19 [wwp]        3.1.0cvs1
6434
6435         * src/edittags.c
6436                 Fix a tiny leak and duplicate variable.
6437
6438 2007-11-19 [paul]       3.1.0
6439
6440         * NEWS
6441         * README
6442         * RELEASE_NOTES 
6443                 3.1.0 released
6444
6445 2007-11-19 [paul]       3.0.2cvs145
6446
6447         * po/de.po
6448         * po/fi.po
6449         * po/fr.po
6450         * po/hu.po
6451         * po/it.po
6452         * po/pl.po
6453         * po/pt_BR.po
6454         * po/sk.po
6455         * po/zh_CN.po
6456                 updated by Stephan Sachse, Flammie Pirinen,
6457                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
6458                 Emil Nowak, Frederico Goncalves Guimaraes,
6459                 Andrej Kacian, and Ralph Young
6460
6461 2007-11-18 [mones]      3.0.2cvs144
6462
6463         * po/es.po
6464                 Updated Spanish translation
6465
6466 2007-11-18 [colin]      3.0.2cvs143
6467
6468         * src/edittags.c
6469                 Prevent empty tag after edit, thanks to wwp
6470
6471 2007-11-18 [colin]      3.0.2cvs142
6472
6473         * src/editaddress.c
6474                 Fix possible "(null)" %s - thanks to wwp
6475
6476 2007-11-16 [wwp]        3.0.2cvs141
6477
6478         * src/common/utils.c
6479                 Fix for 3.0.2cvs140, prevents from crashing when opening
6480                 a compose window.
6481
6482 2007-11-16 [colin]      3.0.2cvs140
6483
6484         * src/main.c
6485         * src/common/claws.c
6486                 Output a bit more useful info at startup
6487                 in --debug mode
6488
6489 2007-11-16 [colin]      3.0.2cvs139
6490
6491         * src/compose.c
6492         * src/common/utils.c
6493         * src/common/utils.h
6494                 Fix bug 1387, 'Request for --compose to 
6495                 support multiple attachments'
6496
6497 2007-11-16 [colin]      3.0.2cvs138
6498
6499         * src/news.c
6500                 Fix bug 1390, 'NNTP fails after server 
6501                 closed connection'
6502
6503 2007-11-16 [colin]      3.0.2cvs137
6504
6505         * src/prefs_display_header.c
6506                 Fix bug 1389, 'Changing 'Display headers 
6507                 in message view' breaks dispheaderrc'
6508
6509 2007-11-14 [colin]      3.0.2cvs136
6510
6511         * src/summaryview.c
6512         * src/gtk/quicksearch.c
6513         * src/gtk/quicksearch.h
6514                 Fix resetting the quicksearch when in non-sticky
6515                 mode, but Recursive is set: reset only when going
6516                 out of the root search folder.
6517
6518 2007-11-14 [colin]      3.0.2cvs135
6519
6520         * src/filtering.c
6521                 Don't set new flag back when doing "Mark as unread"
6522                 from filtering
6523
6524 2007-11-12 [paul]       3.0.2cvs134
6525
6526         * src/plugins/dillo_viewer/dillo_viewer.c
6527                 don't offer the mime type for translation
6528
6529 2007-11-12 [paul]
6530
6531         3.1.0-rc2 released
6532
6533 2007-11-11 [colin]      3.0.2cvs133
6534
6535         * src/imap_gtk.c
6536         * src/mh_gtk.c
6537                 Use markup-escaped strings in dialogs
6538
6539 2007-11-11 [colin]      3.0.2cvs132
6540
6541         * src/imap.c
6542                 Better IMAP-UTF7/UTF8 conversion
6543
6544 2007-11-10 [colin]      3.0.2cvs131
6545
6546         * src/news.c
6547                 Fix debian bug 450698, 'nntp auth behavior changed 
6548                 without notice'
6549
6550 2007-11-10 [colin]      3.0.2cvs130
6551
6552         * configure.ac
6553         * src/inc.c
6554         * src/main.c
6555         * src/main.h
6556         * src/mimeview.c
6557         * src/statusbar.c
6558         * src/common/utils.c
6559         * src/etpan/Makefile.am
6560         * src/gtk/filesel.c
6561         * src/gtk/gtkutils.h
6562         * src/gtk/menu.c
6563         * src/plugins/bogofilter/Makefile.am
6564         * src/plugins/clamav/Makefile.am
6565         * src/plugins/dillo_viewer/Makefile.am
6566         * src/plugins/pgpcore/Makefile.am
6567         * src/plugins/spamassassin/Makefile.am
6568         * src/plugins/trayicon/Makefile.am
6569                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
6570
6571 2007-11-09 [colin]      3.0.2cvs129
6572
6573         * src/addressbook.c
6574         * src/ldapupdate.c
6575                 fix bug 1375, 'Impossible to modify e-mail
6576                 in LDAP addressbook twice'; Try two. update
6577                 externalID, don't make display lag, and
6578                 fix the cases where dn is not mail.
6579
6580 2007-11-08 [paul]       3.0.2cvs128
6581
6582         * src/account.c
6583         * src/compose.c
6584         * src/messageview.c
6585         * src/prefs_account.c
6586         * src/prefs_account.h
6587                 reinstate 'Generate Message-ID' option as an
6588                 account preference. (hidden on IMAP)
6589                 Thanks to Colin
6590
6591 2007-11-08 [paul]       3.0.2cvs127
6592
6593         * src/textview.c
6594                 MAEMO: fix failure of loading images inline
6595                 MAEMO: fix bug 1349, 'Emails still skip to end
6596                 when opened (in certain circumstances)...'
6597
6598 2007-11-07 [colin]      3.0.2cvs126
6599
6600         * src/toolbar.c
6601                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
6602
6603 2007-11-07 [colin]      3.0.2cvs125
6604
6605         * src/toolbar.c
6606                 Re-change the string occurence of A_CLAWS_ACTIONS
6607                 to A_SYL_ACTIONS, to prevent parse errors of the
6608                 toolbar_*.xml files
6609
6610 2007-11-07 [colin]      3.0.2cvs124
6611
6612         * src/mimeview.c
6613         * src/prefs_common.c
6614         * src/prefs_common.h
6615         * manual/advanced.xml
6616                 Add an hidden pref, 'save_parts_readwrite';
6617                 completes 3.0.2cvs35
6618
6619 2007-11-07 [paul]       3.0.2cvs123
6620
6621         * src/prefs_toolbar.c
6622         * src/toolbar.c
6623         * src/toolbar.h
6624                 rename ToolbarSylpheedActions to ToolbarClawsActions
6625                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
6626
6627 2007-11-07 [paul]       3.0.2cvs122
6628
6629         * src/toolbar.c
6630                 MAEMO: remove tooltips
6631
6632 2007-11-07 [colin]      3.0.2cvs121
6633
6634         * src/plugins/pgpinline/pgpinline.c
6635                 Fix bug 1377, 'unspecific errors on 
6636                 signature checking'. Fix trimming of
6637                 UTF8 data.
6638
6639 2007-11-06 [iwkse]      3.0.2cvs120
6640
6641         * src/prefs_summary_open.c
6642                 yet a string change
6643
6644 2007-11-06 [paul]       3.0.2cvs119
6645
6646         * tools/Makefile.am
6647         * tools/README
6648         * tools/csv2addressbook.pl
6649                 add a new script that imports a CSV formatted
6650                 address book. Becky and Thunderbird address
6651                 book are currently supported.
6652
6653 2007-11-05 [colin]      3.0.2cvs118
6654
6655         * src/imap.c
6656                 Fix deletion 
6657
6658 2007-11-05 [iwkse]      3.0.2cvs117
6659
6660         * src/prefs_summary_open.c
6661                 String changes
6662
6663 2007-11-04 [paul]       3.0.2cvs116
6664
6665         * src/addressbook_foldersel.c
6666                 fix gtk critical warning
6667                 Patch by Pawel Pekala
6668
6669 2007-11-04 [paul]       3.0.2cvs115
6670
6671         * tools/README
6672         * tools/claws-mail-compose-insert-files.pl
6673                 add --bcc and uri_escape() everything
6674
6675 2007-11-04 [paul]       3.0.2cvs114
6676
6677         * src/gtk/gtkutils.c
6678                 gtkut_stock_with_text_button_set_create(): set
6679                 GTK_CAN_DEFAULT on buttons 2 and 3
6680
6681 2007-11-03 [paul]       3.0.2cvs113
6682
6683         * src/common/utils.c
6684                 fix debian bug #448814, 'mailto: URI decoding
6685                 desn't decode the destination address field'
6686                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
6687
6688 2007-11-03 [paul]       3.0.2cvs112
6689
6690         * AUTHORS
6691         * src/compose.c
6692         * src/gtk/authors.h
6693                 allow Bcc in commandline URIs
6694                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
6695
6696 2007-11-02 [colin]      3.0.2cvs111
6697
6698         * src/addressbook.c
6699                 Maybe fix bug 1376, 'crash on 
6700                 addressbook manipulation'
6701
6702 2007-10-31 [paul]       3.0.2cvs110
6703
6704         * src/ldapupdate.c
6705                 fix bug 1375, 'Impossible to modify e-mail
6706                 in LDAP addressbook twice'
6707                 Patch by Michael Rasmussen
6708
6709 2007-10-30 [paul]       3.0.2cvs109
6710
6711         * configure.ac
6712                 enable GnuTLS support with --enable-gnutls which
6713                 will disable openssl support. if the user has
6714                 gtk >= 2.10.x don't allow gnomeprint even if the
6715                 user asks for it
6716
6717 2007-10-30 [paul]
6718
6719         3.1.0-rc1 released
6720
6721 2007-10-30 [paul]       3.0.2cvs108
6722
6723         * Makefile.am
6724                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
6725
6726 2007-10-30 [paul]       3.0.2cvs107
6727
6728         * src/expldifdlg.c
6729         * src/prefs_account.c
6730         * src/prefs_folder_item.c
6731         * src/prefs_spelling.c
6732         * src/prefs_themes.c
6733         * src/wizard.c
6734         * src/gtk/gtkaspell.c
6735         * src/gtk/gtkaspell.h
6736         * src/plugins/spamassassin/spamassassin_gtk.c
6737                 replace deprecated gtk_option_menu...
6738                 patch by Pawel Pekala
6739
6740 2007-10-29 [colin]      3.0.2cvs106
6741
6742         * src/plugins/dillo_viewer/dillo_prefs.c
6743                 Fix forgotten signal connect
6744
6745 2007-10-28 [colin]      3.0.2cvs105
6746
6747         * src/plugins/dillo_viewer/dillo_prefs.c
6748         * src/plugins/dillo_viewer/dillo_prefs.h
6749         * src/plugins/dillo_viewer/dillo_viewer.c
6750                 Implement addressbook-based whitelisting for loading
6751                 remote images. Fixed missing destroy of the embedded
6752                 browser that made a Dillo window pop up on exit, if
6753                 an HTML part was displayed.
6754
6755 2007-10-26 [colin]      3.0.2cvs104
6756
6757         * src/edittags.c
6758                 Add missing static
6759
6760 2007-10-25 [colin]      3.0.2cvs103
6761
6762         * src/editaddress.c
6763                 Add tap-and-hold on the picture, for Maemo
6764         * src/edittags.c
6765         * src/edittags.h
6766         * src/mainwindow.c
6767         * src/procmsg.c
6768         * src/summaryview.c
6769         * src/textview.c
6770                 Unify tag interfaces.
6771
6772 2007-10-25 [colin]      3.0.2cvs102
6773
6774         * src/imap.c
6775         * src/etpan/imap-thread.h
6776                 Much better error handling. We'll need to be really
6777                 clear to users about where errors come from, with 
6778                 the apparition of Gmail's IMAP server.
6779
6780 2007-10-24 [colin]      3.0.2cvs101
6781
6782         * src/edittags.c
6783         * src/mainwindow.c
6784         * src/summaryview.c
6785         * src/textview.c
6786                 Add tags sorting (alphabetical); allow deletion of
6787                 tags from the Apply Tags window
6788
6789 2007-10-24 [colin]      3.0.2cvs100
6790
6791         * src/editaddress.c
6792         * src/editaddress_other_attributes_ldap.c
6793         * src/editaddress_other_attributes_ldap.h
6794         * src/ldapctrl.c
6795         * src/ldapquery.c
6796         * src/ldapupdate.c
6797                 Fix LDAP writing (got broken in cvs39)
6798                 Add read-only support for jpegPhoto LDAP field
6799
6800 2007-10-23 [colin]      3.0.2cvs99
6801
6802         * src/news.c
6803                 Fix crash in some cases
6804
6805 2007-10-22 [colin]      3.0.2cvs98
6806
6807         * src/common/socket.h
6808         * src/common/ssl.c
6809                 Fix big leak in GnuTLS code
6810
6811 2007-10-22 [colin]      3.0.2cvs97
6812
6813         * src/news.c
6814                 Fix bug 1368, 'SIGSEGV in NNTP code'
6815
6816 2007-10-22 [colin]      3.0.2cvs96
6817
6818         * src/prefs_customheader.c
6819                 Catch compface warnings when generating X-Faces
6820
6821 2007-10-22 [wwp]        3.0.2cvs95
6822
6823         * src/quote_fmt_parse.y
6824                 Remove accidentally committed debug traces.
6825                 Fix a warning.
6826
6827 2007-10-22 [colin]      3.0.2cvs94
6828
6829         * src/etpan/nntp-thread.c
6830                 Fix authentication
6831
6832 2007-10-19 [wwp]        3.0.2cvs93
6833
6834         * src/common/ssl_certificate.c
6835                 Add missing include (Windows).
6836
6837 2007-10-19 [colin]      3.0.2cvs92
6838
6839         * src/imap_gtk.c
6840         * src/mimeview.c
6841         * src/textview.c
6842         * src/gtk/inputdialog.c
6843         * src/gtk/inputdialog.h
6844                 Remove the last old combo; patch by
6845                 Pawel
6846
6847 2007-10-19 [colin]      3.0.2cvs91
6848
6849         * src/common/ssl.c
6850                 Fix interop problem with GnuTLS and some crappy
6851                 servers that have very little keys.
6852
6853 2007-10-19 [colin]      3.0.2cvs90
6854
6855         * src/common/ssl.c
6856                 Fix return value check on GnuTLS, and
6857                 display the error
6858
6859 2007-10-18 [colin]      3.0.2cvs89
6860
6861         * src/common/ssl_certificate.c
6862                 Fix missing initialisations
6863
6864 2007-10-18 [wwp]        3.0.2cvs88
6865
6866         * src/Makefile.am
6867                 Fix linking against GNUTLS (matters if --enable-gnutls only).
6868
6869 2007-10-18 [colin]      3.0.2cvs87
6870
6871         * po/POTFILES.in
6872                 Fix build
6873
6874 2007-10-18 [mones]      3.0.2cvs86
6875
6876         * src/editbook.c
6877         * src/import.c
6878         * src/prefs_account.c
6879         * src/prefs_receive.c
6880         * src/gtk/about.c
6881         * src/plugins/bogofilter/bogofilter_gtk.c
6882         * src/plugins/spamassassin/spamassassin_gtk.c
6883                 More capitalisation micro-fixes
6884
6885 2007-10-18 [paul]       3.0.2cvs85
6886
6887         * configure.ac
6888                 add info about NNTP support via libetpan
6889                 change the configure output ending msg a little
6890         * src/gtk/about.c
6891                 similar changes to above
6892
6893 2007-10-18 [colin]      3.0.2cvs84
6894
6895         * src/procmime.c
6896         * src/procmime.h
6897                 Fix missing symbol for S/MIME
6898
6899 2007-10-18 [colin]      3.0.2cvs83
6900
6901         * src/prefs_filtering_action.c
6902                 Fix crash in tags (introduced in cvs78)
6903
6904 2007-10-18 [colin]      3.0.2cvs82
6905
6906         * src/common/Makefile.am
6907         * src/common/nntp.c
6908         * src/common/nntp.h
6909         * src/etpan/Makefile.am
6910         * src/etpan/etpan-thread-manager-types.h
6911         * src/etpan/etpan-thread-manager.c
6912         * src/etpan/imap-thread.c
6913         * src/etpan/nntp-thread.c
6914         * src/etpan/nntp-thread.h
6915         * src/news.c
6916         * src/news.h
6917                 Rewrite the nntp implementation
6918                 to use libetpan. Non-blocking NNTP!
6919         * src/account.c
6920         * src/crash.c
6921         * src/imap.c
6922         * src/inc.c
6923         * src/main.c
6924         * src/mainwindow.c
6925         * src/pop.c
6926         * src/pop.h
6927         * src/prefs_account.c
6928         * src/recv.c
6929         * src/recv.h
6930         * src/send_message.c
6931         * src/send_message.h
6932         * src/ssl_manager.c
6933         * src/ssl_manager.h
6934         * src/wizard.c
6935         * src/common/claws.c
6936         * src/common/session.c
6937         * src/common/session.h
6938         * src/common/smtp.c
6939         * src/common/smtp.h
6940         * src/common/socket.c
6941         * src/common/socket.h
6942         * src/common/ssl.c
6943         * src/common/ssl.h
6944         * src/common/ssl_certificate.c
6945         * src/common/ssl_certificate.h
6946         * src/gtk/about.c
6947         * src/gtk/sslcertwindow.c
6948         * src/gtk/sslcertwindow.h
6949                 Implement GnuTLS support. GnuTLS support
6950                 will be used if OpenSSL isn't available, or
6951                 specified explicitely. (the reason is that
6952                 GnuTLS cerficate checking is a bit less 
6953                 practical than OpenSSL's)
6954
6955 2007-10-18 [paul]       3.0.2cvs81
6956
6957         * src/gtk/inputdialog.c
6958         * src/gtk/inputdialog.h
6959                 fix copyright header
6960
6961 2007-10-17 [colin]      3.0.2cvs80
6962
6963         * src/plugins/pgpcore/select-keys.c
6964                 Fix bug which prevented encryption key
6965                 auto-selection when two or more matched the
6966                 email address, but only one isn't revoked
6967                 or expired.
6968
6969 2007-10-17 [wwp]        3.0.2cvs79
6970
6971         * src/compose.c
6972         * src/quote_fmt.c
6973         * src/quote_fmt.h
6974         * src/quote_fmt_lex.l
6975         * src/quote_fmt_parse.y
6976                 Templates can now attach files using |attach{filename}.
6977
6978 2007-10-17 [wwp]        3.0.2cvs78
6979
6980         * src/prefs_customheader.c
6981         * src/prefs_ext_prog.c
6982         * src/prefs_filtering_action.c
6983         * src/prefs_matcher.c
6984         * src/prefs_other.c
6985         * src/prefs_toolbar.c
6986         * src/gtk/combobox.c
6987         * src/gtk/combobox.h
6988         * src/gtk/gtkutils.c
6989         * src/gtk/gtkutils.h
6990         * src/plugins/bogofilter/bogofilter_gtk.c
6991         * src/plugins/spamassassin/spamassassin_gtk.c
6992                 Removed almost all remaining instances of GtkCombo
6993                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
6994                 few visual and code cleanup from Colin.
6995
6996 2007-10-16 [wwp]        3.0.2cvs77
6997         * src/gtk/pluginwindow.c
6998                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
6999
7000 2007-10-15 [colin]      3.0.2cvs76
7001
7002         * src/edittags.c
7003         * src/edittags.h
7004         * src/filtering.c
7005         * src/filtering.h
7006         * src/importmutt.c
7007         * src/importpine.c
7008         * src/main.c
7009         * src/messageview.c
7010         * src/messageview.h
7011         * src/mimeview.c
7012         * src/mimeview.h
7013         * src/pop.c
7014         * src/pop.h
7015         * src/prefs_common.c
7016         * src/prefs_common.h
7017         * src/prefs_customheader.c
7018         * src/prefs_customheader.h
7019         * src/prefs_display_header.c
7020         * src/prefs_display_header.h
7021         * src/prefs_filtering_action.c
7022         * src/prefs_filtering_action.h
7023         * src/prefs_folder_column.c
7024         * src/prefs_folder_column.h
7025         * src/prefs_folder_item.c
7026         * src/prefs_folder_item.h
7027         * src/prefs_gtk.c
7028         * src/prefs_gtk.h
7029         * src/prefs_logging.h
7030         * src/prefs_matcher.c
7031         * src/prefs_matcher.h
7032         * src/prefs_summary_column.c
7033         * src/prefs_summary_column.h
7034         * src/prefs_summary_open.c
7035         * src/procheader.c
7036         * src/procheader.h
7037         * src/procmime.c
7038         * src/procmime.h
7039         * src/recv.c
7040         * src/recv.h
7041         * src/sourcewindow.c
7042         * src/sourcewindow.h
7043         * src/summaryview.c
7044         * src/summaryview.h
7045         * src/textview.c
7046         * src/textview.h
7047         * src/toolbar.c
7048         * src/toolbar.h
7049         * src/common/mgutils.c
7050         * src/common/mgutils.h
7051         * src/common/nntp.c
7052         * src/common/nntp.h
7053         * src/common/prefs.c
7054         * src/common/prefs.h
7055         * src/common/socket.c
7056         * src/common/socket.h
7057         * src/common/stringtable.c
7058         * src/common/stringtable.h
7059         * src/common/template.c
7060         * src/common/template.h
7061         * src/common/uuencode.c
7062         * src/common/uuencode.h
7063         * src/gtk/gtkshruler.c
7064         * src/gtk/gtkshruler.h
7065         * src/gtk/menu.c
7066         * src/gtk/menu.h
7067         * src/gtk/progressdialog.c
7068         * src/gtk/progressdialog.h
7069                 Remove/staticalize, the return of the revenge
7070
7071 2007-10-15 [colin]      3.0.2cvs75
7072
7073         * src/matcher.c
7074                 Fix redirections in filtering's tests
7075
7076 2007-10-15 [colin]      3.0.2cvs74
7077
7078         * src/imap.c
7079                 Don't build imap_synchronise at all when 
7080                 building without libetpan
7081
7082 2007-10-14 [colin]      3.0.2cvs73
7083
7084         * src/imap.c
7085         * src/common/md5.c
7086         * src/common/md5.h
7087         * src/gtk/manage_window.c
7088         * src/gtk/manage_window.h
7089                 Remove more unused code
7090
7091 2007-10-14 [colin]      3.0.2cvs72
7092
7093         * src/addrquery.c
7094         * src/addrquery.h
7095         * src/recv.c
7096         * src/recv.h
7097         * src/vcard.c
7098         * src/vcard.h
7099         * src/common/xml.c
7100         * src/common/xml.h
7101         * src/common/xmlprops.c
7102         * src/common/xmlprops.h
7103                 Remove more unused code
7104
7105 2007-10-14 [colin]      3.0.2cvs71
7106
7107         * src/common/utils.c
7108                 Remove unused function
7109
7110 2007-10-13 [colin]      3.0.2cvs70
7111
7112         * src/imap.c
7113         * src/imap.h
7114         * src/mainwindow.c
7115         * src/mainwindow.h
7116         * src/gtk/gtkutils.c
7117         * src/gtk/gtkutils.h
7118                 Staticalise/Remove more code
7119
7120 2007-10-13 [colin]      3.0.2cvs69
7121
7122         * src/common/utils.c
7123         * src/common/utils.h
7124                 Remove dead code, unused for ages
7125
7126 2007-10-13 [colin]      3.0.2cvs68
7127
7128         * src/main.c
7129         * src/main.h
7130                 Maemo: define hildon_program in main.c,
7131                 make it accessible in the .h with extern
7132
7133 2007-10-13 [paul]       3.0.2cvs67
7134
7135         * src/gtk/menu.c
7136                 fix a bunch of runtime warnings on maemo
7137
7138 2007-10-13 [paul]       3.0.2cvs66
7139
7140         * src/main.c
7141         * src/main.h
7142         * src/gtk/gtkutils.c
7143         * src/gtk/gtkutils.h
7144                 fix a bunch of compiler warnings on maemo
7145
7146 2007-10-12 [colin]      3.0.2cvs65
7147
7148         * src/account.c
7149         * src/addritem.c
7150         * src/addritem.h
7151         * src/filtering.c
7152         * src/filtering.h
7153         * src/folder.c
7154         * src/folder.h
7155         * src/common/utils.c
7156         * src/common/utils.h
7157                 Remove unused code, staticalise some functions
7158
7159 2007-10-12 [paul]       3.0.2cvs64
7160
7161         * src/account.c
7162         * src/folderview.c
7163         * src/main.c
7164         * src/mainwindow.c
7165         * src/messageview.c
7166         * src/summary_search.c
7167         * src/summaryview.c
7168         * src/toolbar.c
7169         * src/wizard.c
7170         * src/common/utils.c
7171         * src/gtk/prefswindow.c
7172                 fix a bunch of compiler warnings on maemo
7173
7174 2007-10-11 [colin]      3.0.2cvs63
7175
7176         * src/editaddress.c
7177                 Make static function static
7178
7179 2007-10-11 [mones]      3.0.2cvs62
7180
7181         * src/addrduplicates.c
7182         * src/addressbook.c
7183         * src/compose.c
7184         * src/expldifdlg.c
7185         * src/mainwindow.c
7186         * src/messageview.c
7187         * src/pop.c
7188         * src/prefs_customheader.c
7189         * src/prefs_send.c
7190         * src/prefs_themes.c
7191         * src/common/plugin.c
7192         * src/gtk/pluginwindow.c
7193         * src/gtk/quicksearch.c
7194                 Fix several typos and capitalisation issues
7195
7196 2007-10-11 [wwp]        3.0.2cvs61
7197
7198         * src/editaddress.c
7199                 Fix a warning about possible use of uninitialized
7200                 filename var.
7201
7202 2007-10-11 [wwp]        3.0.2cvs60
7203
7204         * src/editaddress.c
7205                 Disable "Unset picture" menu item when there's
7206                 no picture to clear. Fix an extraneous g_unref_object,
7207                 add missing initializers.
7208
7209 2007-10-11 [wwp]        3.0.2cvs59
7210
7211         * src/pixmaps/anonymous.xpm
7212         * src/editaddress.c
7213         * src/Makefile.am
7214         * src/stock_pixmap.c
7215         * src/stock_pixmap.h
7216                 Fix a leak, gettext-ize the photo label.
7217                 Don't clear the existing picture if loading
7218                 a new one fails. Use a default 'anonymous'
7219                 picture (this new xpm has been added to the
7220                 internal stock_pixmap API). Add a
7221                 "Set picture" context menu entry.
7222
7223 2007-10-11 [colin]      3.0.2cvs58
7224
7225         * src/messageview.c
7226                 Make shift-shortcuts work
7227         * src/prefs_actions.c
7228                 Don't ask if we really want to close when
7229                 choosing OK and only the list is changed
7230         * src/prefs_template.c
7231                 Don't ask if we really want to close when
7232                 choosing OK and only the list is changed
7233         * src/common/plugin.c
7234                 Fix writing of second [Plugins_*] block
7235         * src/common/template.c
7236                 Remove unused files (fixes deletion)
7237
7238 2007-10-10 [paul]       3.0.2cvs57
7239
7240         * src/prefs_template.c
7241                 put the whole thing in a scrolled window
7242                 so that half the page is no longer inaccessible
7243                 on maemo
7244                 make the gtk_text_view smaller on maemo
7245
7246 2007-10-10 [colin]      3.0.2cvs56
7247
7248         * src/compose.c
7249                 Fix updating of Attachments number in some
7250                 cases (reedit, attach from command-line, ...)
7251
7252 2007-10-10 [colin]      3.0.2cvs55
7253
7254         * src/editaddress.c
7255                 Initialise error correctly
7256
7257 2007-10-10 [paul]       3.0.2cvs54
7258
7259         * src/prefs_filtering_action.c
7260         * src/gtk/description_window.c
7261         * src/gtk/foldersort.c
7262         * src/gtk/quicksearch.c
7263                 get rid of some pointless new lines and
7264                 make the descripton labels wrap better
7265
7266 2007-10-10 [colin]      3.0.2cvs53
7267
7268         * src/addressadd.c
7269         * src/editaddress.c
7270         * src/headerview.c
7271         * src/textview.c
7272                 More error handling on saving pictures
7273
7274 2007-10-10 [colin]      3.0.2cvs52
7275
7276         * src/printing.c
7277         * src/printing.h
7278                 Generalize a bit printing, so we can factorize
7279                 most of the code. 
7280
7281 2007-10-10 [paul]       3.0.2cvs51
7282
7283         * src/addrduplicates.c
7284                 fix engrish
7285                 use GTK_STOCK... buttons
7286
7287 2007-10-10 [paul]       3.0.2cvs50
7288
7289         * src/addressadd.c
7290         * src/addrindex.c
7291         * src/editaddress.c
7292                 Fix previous patch
7293                 Thanks to Colin
7294
7295 2007-10-10 [paul]       3.0.2cvs49
7296
7297         * src/summaryview.c
7298         * src/messageview.c
7299                 Fix crash on Add sender to addressbook when
7300                 From is null
7301         * src/addressadd.c
7302         * src/addrindex.c
7303         * src/editaddress.c
7304         * src/editaddress_other_attributes_ldap.h
7305                 Fix leaks 
7306                 Rename images to .png in addrbook/
7307         * src/headerview.c
7308         * src/textview.c
7309                 Fix Face/X-Face being used if adding another
7310                 address than sender to addressbook
7311                 Thanks to Colin
7312
7313 2007-10-10 [holger]     3.0.2cvs48
7314
7315         * src/addrduplicates.c
7316         * src/editaddress.c
7317                 Improvements to the addressbook duplicate finder
7318                 feature:
7319                  - add an edit button to the button bar
7320                  - display the whole bookname (with iface) and
7321                    use this for same-book checking
7322                  - after editing, try to keep selections if the
7323                    entries are still present
7324                  - sort the email column alphabetically
7325                  - put results in a scrolled window
7326                  - support embedded editing
7327                  - make columns in detail view resizable
7328                  - add keyboard shortcuts
7329
7330 2007-10-10 [wwp]        3.0.2cvs47
7331
7332         * src/addrindex.c
7333                 Fix a crash when there's no From: in email, thanks to Colin.
7334
7335 2007-10-09 [paul]       3.0.2cvs46
7336
7337         * src/messageview.c
7338         * src/summaryview.c
7339         * src/textview.c
7340                 fix building without compface support
7341
7342 2007-10-09 [colin]      3.0.2cvs45
7343
7344         * src/editaddress.c
7345         * src/headerview.c
7346         * src/textview.c
7347                 Add error handling
7348
7349 2007-10-09 [colin]      3.0.2cvs44
7350
7351         * src/addrduplicates.c
7352         * src/addressadd.c
7353         * src/addressadd.h
7354         * src/addressbook.c
7355         * src/addressbook.h
7356         * src/addrindex.c
7357         * src/addrindex.h
7358         * src/addritem.c
7359         * src/addritem.h
7360         * src/compose.c
7361         * src/editaddress.c
7362         * src/editaddress_other_attributes_ldap.h
7363         * src/headerview.c
7364         * src/messageview.c
7365         * src/mimeview.c
7366         * src/summaryview.c
7367         * src/textview.c
7368         * src/gtk/gtkutils.c
7369                 Automatically set contacts' pictures from Face 
7370                 or X-Face if they have no picture
7371                 Display the contact picture in textview or
7372                 headerview for mails sent by people in the 
7373                 addressbook, that have no Face or X-Face
7374                 Fix a few details in the Person edition dialog
7375                 (ability to unset picture)
7376                 Remove picture file when deleting contacts
7377
7378 2007-10-09 [iwkse]      3.0.2cvs43
7379
7380         * src/gtk/about.c
7381                 center the about window
7382
7383 2007-10-09 [paul]       3.0.2cvs42
7384
7385         * src/prefs_toolbar.c
7386                 fix icon selector window on maemo
7387
7388 2007-10-09 [paul]       3.0.2cvs41
7389
7390         * src/messageview.c
7391                 add 'go to' menu to separate msgview
7392
7393 2007-10-09 [colin]      3.0.2cvs40
7394
7395         * src/common/defs.h
7396                 Add forgotten file
7397
7398 2007-10-09 [iwkse]      3.0.2cvs39
7399
7400         * Makefile.am
7401         * src/addressbook.c
7402         * src/addritem.c
7403         * src/addritem.h
7404         * src/editaddress.c
7405         * src/editaddress_other_attributes_ldap.h
7406         * src/addrbook.c
7407         * src/Makefile.am
7408                 set a photo in the Addressbook
7409
7410 2007-10-08 [colin]      3.0.2cvs38
7411
7412         * src/prefs_toolbar.c
7413                 Make height 320 to remove the scrollbar 
7414                 (with current number of icons)
7415
7416 2007-10-08 [colin]      3.0.2cvs37
7417
7418         * src/prefs_toolbar.c
7419                 Transform the treeview to a GtkIconView.
7420                 Patch by Pawel
7421                 In addition, transform the window so that 
7422                 it looks like a popup menu. Patch by me
7423
7424 2007-10-08 [colin]      3.0.2cvs36
7425
7426         * src/compose.c
7427         * src/compose.h
7428                 Beautify the GUI a bit; in particular, show the
7429                 number of attachments in the tab's title.
7430                 Patch by Pawel
7431
7432 2007-10-08 [paul]       3.0.2cvs35
7433
7434         * src/mimeview.c
7435                 Save users from themselves: save temporary
7436                 files used for Open/Open with as read-only.
7437                 Thanks to Colin
7438
7439 2007-10-08 [paul]       3.0.2cvs34
7440
7441         * tools/Makefile.am
7442                 forgot this in cvs33
7443
7444 2007-10-08 [paul]       3.0.2cvs33
7445
7446         * tools/kdeservicemenu/README
7447         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
7448         * tools/kdeservicemenu/install.sh
7449         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7450                 renamed template* to *template so as not to confuse
7451                 lintian
7452
7453 2007-10-08 [paul]       3.0.2cvs32
7454
7455         * src/prefs_themes.c
7456         * src/stock_pixmap.c
7457                 replace 2 direct uses of RC_DIR
7458
7459 2007-10-07 [colin]      3.0.2cvs31
7460
7461         * src/addrduplicates.c
7462         * src/addrduplicates.h
7463         * src/addressbook.c
7464         * src/addressbook.h
7465         * src/addrindex.c
7466         * src/addrindex.h
7467                 Implement deletion in duplicate finder. 
7468                 Patch by Holger 
7469
7470 2007-10-07 [colin]      3.0.2cvs30
7471
7472         * src/exporthtml.c
7473         * src/mbox.c
7474         * src/common/utils.c
7475                 Better fix for Solaris, thanks to Nicolas Doualot
7476
7477 2007-10-07 [colin]      3.0.2cvs29
7478
7479         * AUTHORS
7480         * src/gtk/authors.h
7481                 Add Frank Dietrich
7482
7483 2007-10-07 [colin]      3.0.2cvs28
7484
7485         * src/exporthtml.c
7486                 Fix HTML export to make it more compliant
7487                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
7488
7489 2007-10-07 [colin]      3.0.2cvs27
7490
7491         * src/prefs_toolbar.c
7492                 Only use icons that wouldn't look stupid in the toolbar
7493                 Patch by Pawel
7494
7495 2007-10-07 [colin]      3.0.2cvs26
7496
7497         * src/prefs_toolbar.c
7498                 Fix old icon being used when none is selected
7499
7500 2007-10-07 [colin]      3.0.2cvs25
7501
7502         * src/toolbar.c
7503                 Fix copy/paste error
7504
7505 2007-10-07 [colin]      3.0.2cvs24
7506
7507         * src/prefs_toolbar.c
7508         * src/toolbar.c
7509         * src/toolbar.h
7510                 Update icon to default one when changing event
7511                 Make the icon chooser nicer (handle Esc, Enter,
7512                 double-click)
7513
7514 2007-10-06 [colin]      3.0.2cvs23
7515
7516         * src/prefs_toolbar.c
7517                 Fix text reset; patch by Pawel
7518
7519 2007-10-06 [colin]      3.0.2cvs22
7520
7521         * src/toolbar.h
7522                 Complete previous commit
7523
7524 2007-10-06 [colin]      3.0.2cvs21
7525
7526         * src/prefs_toolbar.c
7527         * src/toolbar.c
7528                 Set toolbar text automatically to the default
7529                 when changing Event executed on click
7530
7531 2007-10-06 [colin]      3.0.2cvs20
7532
7533         * src/prefs_toolbar.c
7534                 Invert Text and Event fields
7535
7536 2007-10-06 [colin]      3.0.2cvs19
7537
7538         * src/prefs_toolbar.c
7539         * src/toolbar.c
7540                 Make toolbar prefs look much better
7541                 Patch by Pawel Pekala
7542
7543 2007-10-06 [paul]       3.0.2cvs18
7544
7545         * src/account.c
7546         * src/prefs_filtering.c
7547                 fix checkbuttons in gtktreeview on maemo by
7548                 setting maemo's "allow-checkbox-mode" to FALSE
7549
7550 2007-10-06 [colin]      3.0.2cvs17
7551
7552         * configure.ac
7553                 Export -DSOLARIS in CFLAGS for all
7554                 Solaris (not just 2.8) and OpenSolaris
7555
7556 2007-10-06 [paul]       3.0.2cvs16
7557
7558         * AUTHORS
7559         * src/exporthtml.c
7560         * src/mbox.c
7561         * src/gtk/authors.h
7562                 fix build on solaris where ctime_r takes
7563                 3 arguments rather than 2.
7564                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
7565
7566 2007-10-05 [colin]      3.0.2cvs15
7567
7568         * src/etpan/imap-thread.c
7569                 Fix wrong error codepath
7570
7571 2007-10-05 [wwp]        3.0.2cvs14
7572
7573         * src/filtering.c
7574                 Fix unexpected logging of quicksearches:
7575                 debug_filtering_session flag was never reset to FALSE, causing
7576                 matcher functions to log when called from a quicksearch
7577                 (if a filtering session happened before).
7578
7579 2007-10-05 [paul]       3.0.2cvs13
7580
7581         * src/prefs_actions.c
7582         * src/prefs_filtering.c
7583         * src/prefs_template.c
7584                 fix bug 1343, 'Filtering..'s close button
7585                 silently discards new filter'
7586                 Thanks to Colin
7587
7588 2007-10-05 [paul]       3.0.2cvs12
7589
7590         * configure.ac
7591         * src/Makefile.am
7592                 fix bug 1347, '-Wno-unused-function, optional'
7593
7594 2007-10-05 [colin]      3.0.2cvs11
7595
7596         * src/procmime.c
7597         * src/common/mgutils.c
7598                 Fix warnings
7599
7600 2007-10-05 [mones]      3.0.2cvs10
7601
7602         * manual/advanced.xml
7603                 Use full menu name
7604         * manual/es/advanced.xml
7605                 Synchronise translation
7606
7607 2007-10-04 [colin]      3.0.2cvs9
7608
7609         * src/action.c
7610         * src/addrbook.c
7611         * src/addrindex.c
7612         * src/compose.c
7613         * src/exporthtml.c
7614         * src/exportldif.c
7615         * src/folder.c
7616         * src/main.c
7617         * src/matcher.c
7618         * src/mbox.c
7619         * src/messageview.c
7620         * src/mh.c
7621         * src/news.c
7622         * src/partial_download.c
7623         * src/pop.c
7624         * src/procmime.c
7625         * src/procmsg.c
7626         * src/toolbar.c
7627         * src/common/log.c
7628         * src/common/mgutils.c
7629         * src/common/plugin.c
7630         * src/common/utils.c
7631         * src/common/xml.c
7632         * src/common/xml.h
7633         * src/common/xmlprops.c
7634         * src/common/xmlprops.h
7635         * src/plugins/bogofilter/bogofilter.c
7636         * src/plugins/clamav/clamav_plugin.c
7637         * src/plugins/dillo_viewer/dillo_prefs.c
7638         * src/plugins/pgpcore/prefs_gpg.c
7639         * src/plugins/pgpinline/pgpinline.c
7640         * src/plugins/pgpmime/pgpmime.c
7641         * src/plugins/spamassassin/spamassassin.c
7642         * src/plugins/trayicon/trayicon_prefs.c
7643                 Verify success on writes. Will fix possible strange
7644                 failure on disk full.
7645
7646 2007-10-04 [paul]       3.0.2cvs8
7647
7648         * manual/advanced.xml
7649                 add further info about Actions
7650                 Patch by Emmanuel Briot <briot@adacore.com>
7651
7652 2007-10-04 [paul]       3.0.2cvs7
7653
7654         * src/account.c
7655                 remove the D column, instead indicate the
7656                 default account by use of bold text
7657
7658 2007-10-03 [colin]      3.0.2cvs6
7659
7660         * src/common/template.c
7661                 Fix templates writing (was prone to disk full problems)
7662
7663 2007-10-03 [colin]      3.0.2cvs5
7664
7665         * src/Makefile.am
7666         * src/addrduplicates.c
7667         * src/addrduplicates.h
7668         * src/addressbook.c
7669                 Add duplicate deletion. Patch by Holger
7670
7671 2007-10-03 [colin]      3.0.2cvs4
7672
7673         * src/matcher.c
7674         * src/gtk/quicksearch.c
7675                 Fix bug 1340, 'Case insensitive searches with 
7676                 non-ascii alphabets fail'.
7677
7678 2007-10-03 [colin]      3.0.2cvs3
7679
7680         * src/main.c
7681         * src/common/utils.c
7682         * src/common/utils.h
7683                 Implement run-time alternative config directories
7684
7685 2007-10-03 [colin]      3.0.2cvs2
7686
7687         * src/folderview.c
7688                 Prevent opening folder item while folder
7689                 is scanned in a better way
7690
7691 2007-10-02 [paul]       3.0.2cvs1
7692
7693         * NEWS
7694         * README
7695         * RELEASE_NOTES
7696         * configure.ac
7697                 bump up version number following stable release
7698
7699 2007-09-30 [colin]      3.0.1cvs49
7700
7701         * src/imap.c
7702                 Refresh session if needed
7703
7704 2007-09-30 [colin]      3.0.1cvs48
7705
7706         * src/imap.c
7707                 Reset folder's session to NULL
7708                 before destroying it
7709
7710 2007-09-30 [mones]      3.0.1cvs47
7711
7712         * manual/handling.xml
7713                 Use markup quotes instead hardcoded quotes
7714         * manual/es/handling.xml
7715                 Added new synced section (IMAP subscriptions)
7716
7717 2007-09-29 [colin]      3.0.1cvs46
7718
7719         * src/imap.c
7720                 Notice disconnections faster
7721
7722 2007-09-28 [colin]      3.0.1cvs45
7723
7724         * src/addressbook.c
7725         * src/addrindex.c
7726                 Fix warnings
7727
7728 2007-09-28 [paul]       3.0.1cvs44
7729
7730         * src/mimeview.c
7731                 fix maemo build
7732
7733 2007-09-28 [paul]       3.0.1cvs43
7734
7735         * src/account.c
7736                 use gtk_widget_set_size_request() on the label
7737                 so that wrapping works better. get rid of the
7738                 (partially deprecated) hbutton_box.
7739                 these changes should prevent buttons overlapping
7740                 on maemo
7741
7742 2007-09-28 [colin]      3.0.1cvs42
7743
7744         * src/pop.c
7745                 Fix typo :)
7746
7747 2007-09-28 [colin]      3.0.1cvs41
7748
7749         * src/compose.c
7750         * src/msgcache.c
7751         * src/pop.c
7752         * src/procmime.c
7753         * src/etpan/imap-thread.c
7754                 64bits-related warning fixes
7755
7756 2007-09-28 [colin]      3.0.1cvs40
7757
7758         * src/folder_item_prefs.c
7759         * src/ldaputil.c
7760         * src/mainwindow.c
7761         * src/mimeview.c
7762         * src/common/tags.c
7763                 Fix warnings
7764
7765 2007-09-28 [colin]      3.0.1cvs39
7766
7767         * src/plugins/spamassassin/spamassassin.c
7768         * src/plugins/spamassassin/spamassassin.h
7769         * src/plugins/spamassassin/spamassassin_gtk.c
7770                 Add addressbook-based whitelisting
7771
7772 2007-09-28 [colin]      3.0.1cvs38
7773
7774         * src/folder.c
7775                 Fix bug 1337, 'crash on pressing Send button'
7776
7777 2007-09-28 [paul]       3.0.1cvs37
7778
7779         * src/prefs_folder_item.c
7780                 give the orphans a parent. makes all prefs
7781                 pages visible on maemo
7782
7783 2007-09-28 [colin]      3.0.1cvs36
7784
7785         * src/prefs_folder_column.c
7786         * src/prefs_summary_column.c
7787                 Fix two leaks
7788
7789 2007-09-27 [colin]      3.0.1cvs35
7790
7791         * src/gtk/quicksearch.c
7792                 Fix bug 1336, 'Segfault if empty space before search-string'
7793
7794 2007-09-26 [mones]      3.0.1cvs34
7795
7796         * manual/account.xml
7797         * manual/plugins.xml
7798                 Fixed irc channel name, added some docbook markup.
7799                 Changed text markup to docbook markup. 
7800                 Added spamcop as supported in SpamReport description.
7801         * manual/fr/plugins.xml
7802                 Fixed irc channel name.
7803         * manual/es/account.xml
7804         * manual/es/advanced.xml
7805         * manual/es/claws-mail-manual.xml
7806         * manual/es/glossary.xml
7807         * manual/es/gpl.xml
7808         * manual/es/keyboard.xml
7809         * manual/es/plugins.xml
7810                 Synced with English version, fixed a couple of typos.
7811
7812 2007-09-26 [colin]      3.0.1cvs33
7813
7814         * configure.ac
7815                 Explain why "Libgnomeprint: no" on GTK+ 2.10
7816
7817 2007-09-26 [colin]      3.0.1cvs32
7818
7819         * src/messageview.c
7820         * src/procmsg.c
7821         * src/procmsg.h
7822                 Optimisation: avoid fetching mail 3 times locally
7823                 for displaying
7824
7825 2007-09-26 [colin]      3.0.1cvs31
7826
7827         * src/mh.c
7828                 Fix missing static
7829
7830 2007-09-26 [colin]      3.0.1cvs30
7831
7832         * src/folder.c
7833         * src/folder.h
7834         * src/mh.c
7835         * src/mh.h
7836                 Fix MH mtime hack - make it a folder class function
7837
7838 2007-09-26 [colin]      3.0.1cvs29
7839
7840         * src/inc.c
7841                 Fix bug 1334, 'user defined mail incorporation 
7842                 script not run'
7843
7844 2007-09-25 [colin]      3.0.1cvs28
7845
7846         * src/codeconv.c
7847                 Optimisation: shortcut conv_codeset_strdup
7848                 when src_code and dest_code are the same
7849         * src/common/xml.c
7850         * src/common/xml.h
7851                 Optimisation: shortcut code conversions when
7852                 files are in UTF-8; faster list walking by
7853                 using prepend/reverse.
7854
7855 2007-09-25 [holger]     3.0.1cvs27
7856
7857         * src/printing.c
7858                 Replace button bar of the preview window
7859                 with a real toolbar (patch by Colin)
7860                 Add zooming to the preview window
7861
7862 2007-09-24 [paul]       3.0.1cvs26
7863
7864         * src/compose.c
7865                 compact the character set menu, adding some
7866                 missing encodings. Patch by Pawel Pekala
7867
7868 2007-09-23 [paul]       3.0.1cvs25
7869
7870         * src/prefs_account.c
7871         * src/prefs_folder_item.c
7872         * src/prefs_quote.c
7873         * src/quote_fmt.c
7874         * src/quote_fmt.h
7875                 remove unnecessary frame from Templates options
7876                 and improve the English of the check button label
7877
7878 2007-09-22 [colin]      3.0.1cvs24
7879
7880         * src/gtk/quicksearch.c
7881                 Fix bug 1329, 'error in quicksearch.c'
7882                 Fix return with value in function returning void
7883
7884 2007-09-22 [colin]      3.0.1cvs23
7885
7886         * src/imap.c
7887         * src/procmsg.h
7888         * src/common/utils.c
7889         * src/common/utils.h
7890         * src/etpan/imap-thread.c
7891                 Optimise fetching IMAP cached emails *a lot*
7892                 (remember whether mail is fully cached and \r's
7893                  are already stripped)
7894
7895 2007-09-22 [colin]      3.0.1cvs22
7896
7897         * src/folder.c
7898         * src/folder.h
7899         * src/prefs_folder_item.c
7900                 Add a button to allow users to drop local caches.
7901
7902 2007-09-21 [colin]      3.0.1cvs21
7903
7904         * src/summaryview.c
7905                 Remove unnecessary error when cancelling export to mbox.
7906                 Patch by Pawel
7907
7908 2007-09-21 [paul]       3.0.1cvs20
7909
7910         * src/gtk/prefswindow.c
7911                 remove unnecessary frames from the prefs
7912                 pages. Patch by Pawel Pekala
7913
7914 2007-09-21 [paul]       3.0.1cvs19
7915
7916         * src/prefs_account.c
7917         * src/prefs_folder_item.c
7918         * src/prefs_quote.c
7919         * src/quote_fmt.c
7920                 put the Templates options into a tabbed
7921                 layout. Patch by Pawel Pekala
7922
7923 2007-09-21 [paul]       3.0.1cvs18
7924
7925         * src/mainwindow.c
7926                 group together the character set menu items
7927                 move the /View/Show or hide/Message view below
7928                 .../Toolbar menu item
7929                 Patch by Pawel Pekala
7930
7931 2007-09-21 [mones]      3.0.1cvs17
7932
7933         * src/compose.c
7934                 Fix for bug 1327, 'segfault when replying to a non-existent
7935                 news message', thanks to Colin.
7936
7937 2007-09-21 [colin]      3.0.1cvs16
7938
7939         * src/folderview.c
7940                 Complete 3.0.1cvs15
7941
7942 2007-09-20 [colin]      3.0.1cvs15
7943
7944         * src/folderview.c
7945         * src/folderview.h
7946                 Maybe fix bug 1324, 'Corrupted IMAP cache'
7947
7948 2007-09-20 [colin]      3.0.1cvs14
7949
7950         * src/printing.c
7951                 Fix a little leak
7952
7953 2007-09-20 [holger]     3.0.1cvs13
7954
7955         * src/printing.c
7956                 Add page layout to print preview.
7957                 Make the close-button in the toolbar
7958                 right-aligned.
7959
7960 2007-09-20 [paul]       3.0.1cvs12
7961
7962         * po/ru.po
7963                 updated by Pavlo Bohmat
7964
7965 2007-09-19 [colin]      3.0.1cvs11
7966
7967         * src/common/utils.c
7968                 Prevent unquoted mime boundaries, by always
7969                 using a /
7970
7971 2007-09-19 [colin]      3.0.1cvs10
7972
7973         * src/printing.c
7974                 Fix drawing area size, fix DPI change that
7975                 can cause total number of lines to decrease
7976
7977 2007-09-19 [colin]      3.0.1cvs9
7978
7979         * po/POTFILES.in
7980         * src/printing.c
7981                 Make print preview more efficient and nicer.
7982                 Patch mostly by Holger Berndt <hb@claws-mail.org>
7983
7984 2007-09-19 [colin]      3.0.1cvs8
7985
7986         * src/prefs_common.c
7987         * src/prefs_common.h
7988         * src/printing.c
7989                 Add scrolledwindow, default allocation and
7990                 size saving to the print preview window.
7991
7992 2007-09-18 [colin]      3.0.1cvs7
7993
7994         * src/prefs_common.c
7995         * src/prefs_common.h
7996         * src/prefs_image_viewer.c
7997         * src/printing.c
7998                 GtkPrintOperation:
7999                 - add image printing support
8000                 - add option to print images
8001                 - add preview widget
8002                 - add saving of a few Page Setup parameters
8003
8004 2007-09-18 [colin]      3.0.1cvs6
8005
8006         * AUTHORS
8007         * src/gtk/authors.h
8008                 Add Guillaume Chazarain
8009
8010 2007-09-18 [colin]      3.0.1cvs5
8011
8012         * src/common/utils.c
8013                 Fix bug 1321, 'access before allocation 
8014                 when scanning for uris'. Patch by 
8015                 Guillaume Chazarain <guichaz@yahoo.fr>
8016
8017 2007-09-18 [colin]      3.0.1cvs4
8018
8019         * src/toolbar.c
8020                 Fix bug 1320, 'Memory leak caused by 
8021                 gtk_container_get_children'. Patch by
8022                 Guillaume Chazarain <guichaz@yahoo.fr>
8023
8024 2007-09-18 [colin]      3.0.1cvs3
8025
8026         * src/printing.c
8027         * src/printing.h
8028                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
8029
8030 2007-09-18 [colin]      3.0.1cvs2
8031
8032         * src/Makefile.am
8033         * src/mainwindow.c
8034         * src/messageview.c
8035         * src/messageview.h
8036         * src/prefs_ext_prog.c
8037         * src/prefs_fonts.c
8038         * src/printing.c
8039         * src/printing.h
8040         * src/summaryview.c
8041                 Use GtkPrintOperation by default on GTK+ >= 2.10
8042                 Patch by Holger Berndt <hb@claws-mail.org>
8043
8044 2007-09-18 [paul]       3.0.1cvs1
8045
8046         * NEWS
8047         * README
8048         * RELEASE_NOTES
8049         * configure.ac
8050                 bump up version number following stable release
8051
8052 2007-09-16 [colin]      3.0.0cvs18
8053
8054         * src/folder.c
8055                 Fix possible memleak
8056
8057 2007-09-16 [colin]      3.0.0cvs17
8058
8059         * src/folderview.c
8060                 Fix bug 1311, 'Wrong arrow position 
8061                 while moving message into folder when 
8062                 column headers hidden'
8063         * src/image_viewer.c
8064                 Show error in the GUI if image can't
8065                 be loaded
8066         * src/matcher.c
8067                 Fix spurious output
8068         * src/messageview.c
8069                 Allow setting domain in msgid
8070         * src/common/plugin.c
8071                 Add timing information
8072
8073 2007-09-16 [colin]      3.0.0cvs16
8074
8075         * src/account.c
8076         * src/compose.c
8077         * src/prefs_account.c
8078         * src/prefs_account.h
8079         * src/common/utils.c
8080                 Remove Generate Message-ID option. We need
8081                 this on some IMAP servers.
8082         * src/prefs_template.c
8083                 Fix double-free
8084
8085 2007-09-16 [colin]      3.0.0cvs15
8086
8087         * src/prefs_filtering.c
8088         * src/prefs_filtering.h
8089         * src/prefs_filtering_action.c
8090         * src/common/tags.c
8091                 Fix tags issues: tags with spaces, renaming
8092                 tags.
8093
8094 2007-09-16 [colin]      3.0.0cvs14
8095
8096         * src/folderview.c
8097         * src/main.c
8098         * src/mainwindow.c
8099                 Fix bug 1308, 'Claws deletes folderlist.xml after
8100                 fetching mail short after start-up'
8101
8102 2007-09-16 [colin]      3.0.0cvs13
8103
8104         * src/compose.c
8105                 Fix scrolling to cursor
8106
8107 2007-09-16 [paul]       3.0.0cvs12
8108
8109         * po/sr.po
8110                 updated by Aleksandar Urosevic
8111
8112 2007-09-16 [paul]       3.0.0cvs11
8113
8114         * src/folder.c
8115                 do not allow locked msgs to be deleted,
8116                 even by filtering/processing
8117
8118 2007-09-07 [paul]       3.0.0cvs10
8119
8120         * src/prefs_folder_column.c
8121         * src/prefs_summary_column.c
8122                 implement button sensitivity
8123                 patch by Pawel Pekala
8124
8125 2007-09-06 [wwp]        3.0.0cvs9
8126
8127         * src/prefs_gtk.c
8128                 Add a missing linefeed to a debug message.
8129
8130 2007-09-05 [colin]      3.0.0cvs8
8131
8132         * src/inc.c
8133                 Fix statusbar/window mismatch on Maemo
8134
8135 2007-09-05 [colin]      3.0.0cvs7
8136
8137         * src/ldaputil.c
8138                 Fix build without USE_LDAP_TLS
8139
8140 2007-09-05 [colin]      3.0.0cvs6
8141
8142         * src/folder.c
8143         * src/imap.c
8144         * src/inc.c
8145         * src/mbox.c
8146         * src/send_message.c
8147         * src/statusbar.c
8148         * src/statusbar.h
8149                 Maemo: distinguish various statusbar messages,
8150                 in order to display only the most important.
8151
8152 2007-09-04 [wwp]        3.0.0cvs5
8153
8154         * src/account.c
8155                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
8156                 Show protocol "SMTP" and the appropriate server for send-only
8157                 accounts, show "-" instead of "" when no value is relevant.
8158
8159 2007-09-03 [ticho]      3.0.0cvs4
8160
8161         * src/summaryview.c
8162                 Handle plural form better in delete confirmation dialog.
8163
8164 2007-09-03 [wwp]        3.0.0cvs3
8165
8166         * src/compose.c
8167                 Warn differently when sending or sending later (queueing).
8168
8169 2007-09-03 [colin]      3.0.0cvs2
8170
8171         * src/procmime.c
8172         * src/procmime.h
8173         * src/common/plugin.c
8174         * src/common/plugin.h
8175                 Add a new plugin API, MimeParser. It allows
8176                 plugins to scan email MIME parts and optionally,
8177                 transform them.
8178
8179 2007-09-03 [mones]      3.0.0cvs1
8180
8181         * po/es.po
8182                 Updated translation
8183         * src/common/defs.h
8184                 While a better solution is made double history sizes
8185
8186 2007-09-03 [paul]       3.0.0
8187
8188         * NEWS
8189         * README
8190         * RELEASE_NOTES
8191                 3.0.0 released
8192
8193 [For previous entries, see ChangeLog.2.0.0-3.0.0]