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