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