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