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