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