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