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