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