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