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