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