2005-11-07 [cleroy] 1.9.99cvs16
[claws.git] / ChangeLog
1 2005-11-07 [cleroy]     1.9.99cvs16
2
3         * src/send_message.c
4                 Fix bug #314 (Queue does not empty under certain 
5                 circumstances)
6
7 2005-11-07 [paul]       1.9.99cvs15
8
9         * src/mutt.c
10         * src/pine.c
11                 fix buffer overflows
12                 Thanks to Colin
13
14 2005-11-07 [paul]       1.9.99cvs14
15
16         * doc/man/Makefile.am
17         * doc/man/sylpheed-claws.1      ** ADDED **
18         * doc/man/sylpheed.1            ** DELETED **
19                 rename and update the man file
20
21 2005-11-06 [colin]      1.9.99cvs13
22
23         * src/ldif.c
24                 Fix ldif_get_line() that returned empty strings
25                 (Didn't understand why). Also fix a possible
26                 buffer overflow.
27
28 2005-11-06 [wwp]        1.9.99cvs12
29
30         * src/textview.c
31         * src/gtk/about.c
32         * src/gtk/gtkutils.c
33         * src/gtk/gtkutils.h
34                 fix a compilation warning,
35                 make links sensitive in the about dialog
36
37 2005-11-04 [wwp]        1.9.99cvs11
38
39         * src/gtk/about.c
40                 don't wrap or translate URIs, and a bit text format cleanup
41
42 2005-11-04 [wwp]        1.9.99cvs10
43
44         * src/gtk/about.c
45                 better textview tagging implementation (no more use of marks for
46                 postponed tagging)
47
48 2005-11-02 [colin]      1.9.99cvs9
49
50         * src/common/ssl.c
51                 Forgot an ifdef
52
53 2005-11-02 [colin]      1.9.99cvs8
54
55         * configure.ac
56                 Require libetpan-0.40 due to upstream fix
57         * src/common/ssl.c
58                 Tell libetpan not to call SSL_Library_Init,
59                 as we do it ourselves.
60
61 2005-11-02 [colin]      1.9.99cvs7
62
63         * po/POTFILES.in
64                 Add missing files (thanks to Fabien Vantard)
65
66 2005-11-02 [cleroy]     1.9.99cvs6
67
68         * src/summaryview.c
69                 Fix totals when read messages are hidden or quicksearch
70                 is on
71         * src/ssl_manager.c
72         * src/ssl_manager.h
73         * src/common/ssl_certificate.c
74         * src/common/ssl_certificate.h
75         * src/gtk/sslcertwindow.c
76         * src/gtk/sslcertwindow.h
77                 Fix copyright on my stuff
78
79 2005-11-02 [wwp]        1.9.99cvs5
80
81         * src/prefs_themes.c
82                 fix directory name checking (theme installation/removal),
83                 made related error a bit more verbose
84
85 2005-11-02 [cleroy]     1.9.99cvs4
86
87         * src/summaryview.c
88                 Fix typo (probably fixes bug #841 (Sort by the From 
89                 field doesn't work)
90
91 2005-11-02 [paul]       1.9.99cvs3
92
93         * po/ko.po
94         * po/nb.po
95                 updated by SungHyun Nam, Geir Helland
96         * src/wizard.c
97                 fix typo in welcome message. spotted by
98                 Andrea Spadaccini
99
100 2005-11-01 [colin]      1.9.99cvs2
101
102         * src/compose.c
103                 Fix replying to ml wen confirming subscription
104         * src/messageview.c
105         * src/mimeview.c
106         * src/mimeview.h
107         * src/privacy.h
108         * src/summaryview.c
109                 Make key check non blocking
110
111 2005-10-31 [paul]       1.9.99cvs1
112
113         * tools/claws.i18n.status.pl
114                 updated for ChangeLog
115
116 2005-10-31 [paul]       1.9.99
117
118         1.9.99 released
119
120 2005-10-31 [paul]       1.9.15cvs131
121
122         * .cvsignore
123         * ChangeLog
124         * ChangeLog.claws       ** REMOVED **
125         * ChangeLog-gtk2.claws  ** REMOVED **
126         * ChangeLog.gtk1        ** ADDED **
127         * INSTALL
128         * Makefile.am
129         * NEWS
130         * README
131         * README.claws          ** REMOVED **
132         * README.jp             ** REMOVED **
133         * RELEASE_NOTES         ** ADDED **
134         * RELEASE_NOTES.claws   ** REMOVED **
135         * commitHelper
136         * configure.ac
137         * sylpheed.spec.in      ** REMOVED **
138                 tidy up and update the default docs:
139                 ChangeLog.claws is renamed ChangeLog.gtk1
140                 ChangeLog-gtk2.claws is renamed ChangeLog
141                 README.claws is renamed README
142                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
143
144 2005-10-31 [paul]       1.9.15cvs130
145
146         * po/it.po
147                 fix errors
148
149 2005-10-31 [paul]       1.9.15cvs129
150
151         * po/ca.po
152         * po/de.po
153         * po/en_GB.po
154         * po/fr.po
155         * po/it.po
156         * po/pt_BR.po
157         * po/sk.po
158         * po/sr.po
159         * po/zh_CN.po
160                 updated by Miquel Oliete, Stephan Sachse and
161                 Thomas Gilgin, me, Fabien Vantard, Andrea
162                 Spadaccini, Frederico Goncalves Guimaraes,
163                 Andrej Kacian, Aleksandar Urosevic, and
164                 Ralgh Young.
165
166 2005-10-31 [mones]      1.9.15cvs128
167
168         * manual/faq.xml
169                 More questions.
170         
171         * po/es.po
172                 Updated for release.
173
174 2005-10-30 [colin]      1.9.15cvs127
175
176         * src/compose.c
177                 Place cursor before rewrapping (fixes cursor
178                 pos if quotation gets rewrapped)
179
180 2005-10-29 [paul]       1.9.15cvs126
181
182         * src/crash.c
183         * src/foldersel.c
184         * src/main.c
185         * src/messageview.c
186         * src/toolbar.c
187         * src/gtk/authors.h
188                 corrections to text items
189
190 2005-10-28 [colin]      1.9.15cvs125
191
192         * src/messageview.c
193                 Make "hit 'C' to check sig" work from extern 
194                 messageviews
195
196 2005-10-27 [colin]      1.9.15cvs124
197
198         * src/summaryview.c
199                 Add a hack to avoid segfaulting when hammering 
200                 on gtk's events
201
202 2005-10-27 [wwp]        1.9.15cvs123
203
204         * src/prefs_themes.c
205                 sort list of themes names in themes prefs
206
207 2005-10-27 [paul]       1.9.15cvs122
208
209         * src/folder.c
210         * src/prefs_account.c
211                 fix building on Solaris
212                 Patch by Alex Moore
213
214 2005-10-27 [wwp]        1.9.15cvs121
215
216         * src/summaryview.c
217         * src/gtk/gtksctree.c
218                 speed up unselecting messages in summary view (thanks to Colin)
219
220 2005-10-27 [paul]       1.9.15cvs120
221
222         * src/mainwindow.c
223                 fix a compilation warning
224         * src/summaryview.c
225                 fix updating of 'n items selected' count
226                 when deselecting
227
228 2005-10-27 [martin]     1.9.15cvs119
229
230         * src/action.c
231                 ignore actions with a leading '/' in the action menu name
232                 fixes a crash on menu creation
233         * src/prefs_actions.c
234                 do not allow a leading '/' in the action menu name
235
236 2005-10-27 [paul]       1.9.15cvs118
237
238         * src/main.c
239                 fix compilation warning
240
241 2005-10-27 [paul]       1.9.15cvs117
242
243         * src/procmime.c
244                 add #if HAVE_LOCALE_H
245
246 2005-10-27 [paul]       1.9.15cvs116
247
248         * src/plugins/clamav/clamav_plugin.c
249         * src/plugins/dillo_viewer/dillo_viewer.c
250         * src/plugins/mathml_viewer/mathml_viewer.c
251         * src/plugins/pgpcore/plugin.c
252         * src/plugins/pgpinline/plugin.c
253         * src/plugins/pgpmime/plugin.c
254         * src/plugins/spamassassin/spamassassin.c
255         * src/plugins/trayicon/trayicon.c
256                 plugin_init() : make error messages more
257                 informative
258
259 2005-10-26 [wwp]        1.9.15cvs115
260
261         * src/prefs_matcher.c
262                 enlarge boolean op widget width a bit (wasn't always showing text contents)
263
264 2005-10-26 [wwp]        1.9.15cvs114
265
266         * src/procmime.c
267         * src/gtk/gtksctree.c
268         * src/plugins/spamassassin/libspamc.c
269         * src/plugins/spamassassin/spamassassin.c
270                 fix some compilation warnings more
271
272 2005-10-26 [mones]      1.9.15cvs113
273
274         * po/es.po
275                 Updated translation
276
277 2005-10-26 [paul]       1.9.15cvs112
278
279         * src/prefs_message.c
280                 give all display_xface stuff the
281                 #if HAVE_LIBCOMPFACE treatment, thus
282                 preventing a crash
283                 (Thanks to Wolfgang Enderlein)
284
285 2005-10-26 [colin]      1.9.15cvs111
286
287         * src/gedit-print.c
288                 Fix date format
289         * src/imap_gtk.c
290         * src/news_gtk.c
291                 Remove context menu items that should not be there
292         * src/jpilot.c
293                 Fix encoding
294         * src/main.c
295         * src/mainwindow.c
296                 Don't show the mainwindow too soon
297
298 2005-10-26 [wwp]        1.9.15cvs110
299
300         * src/folder.c
301         * src/manual.c
302         * src/summaryview.c
303                 fix uninitialized pointers in the folder updating hook
304                 (thanks to Colin)
305
306 2005-10-25 [mones]      1.9.15cvs109
307
308         * manual/faq.xml
309                 General information subsection completed. 
310                 Removed archaic references.
311                 
312         * manual/Makefile
313         * manual/dtd/manual.dsl
314                 Added customization stylesheet for getting paragraphs
315                 fully justified in PDF output (as suggested by Colin).
316
317 2005-10-25 [colin]      1.9.15cvs108
318
319         * src/compose.c
320                 Fix a second leak
321
322 2005-10-25 [colin]      1.9.15cvs107
323
324         * src/addrbook.c
325         * src/addrindex.c
326                 Fix leak (xml_get_element() allocates memory)
327         * src/compose.c
328                 Fix leak + dead code (shame!)
329         * src/procmime.c
330                 Fix leak
331
332 2005-10-25 [colin]      1.9.15cvs106
333
334         * src/mimeview.c
335                 Fix encoding issue in Save all and in 
336                 overwrite-confirmation alertpanel
337
338 2005-10-25 [cleroy]     1.9.15cvs105
339
340         * src/common/socket.c
341                 Fix a leak - Thanks to Christopher Aillon
342                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
343
344 2005-10-25 [paul]       1.9.15cvs104
345
346         * src/wizard.c
347                 Always guess servers from the right-hand
348                 email part and guess username from the
349                 left-hand part. (Thanks to Colin)
350                 add an X-Face to the welcome message
351
352 2005-10-25 [paul]       1.9.15cvs103
353
354         * manual/handling.xml
355                 written by Colin, edited by me
356
357 2005-10-25 [wwp]        1.9.15cvs102
358
359         * src/folderview.c
360         * src/grouplistdialog.c
361         * src/imap.c
362         * src/noticeview.c
363                 fix some compilation warnings
364
365 2005-10-24 [paul]
366
367         1.9.99-rc3 released
368
369 2005-10-24 [paul]       1.9.15cvs101
370
371         * src/gtk/about.c
372                 fix window sizing
373
374 2005-10-24 [paul]       1.9.15cvs100
375
376         * src/pixmaps/offline.xpm
377         * src/pixmaps/online.xpm
378                 replace with last default versions
379
380 2005-10-24 [colin]      1.9.15cvs99
381
382         * src/imap.c
383                 Fix bug when moving a folder
384         * src/imap_gtk.c
385         * src/mh_gtk.c
386                 "Delete folder" pops up a window, so it 
387                 should be suffixed with "..."
388         * src/plugins/pgpcore/sgpgme.c
389                 Include locale.h
390
391 2005-10-24 [mones]      1.9.15cvs98
392
393         * manual/Makefile
394         * manual/account.xml
395         * manual/ack.xml
396         * manual/addrbook.xml
397         * manual/advanced.xml
398         * manual/faq.xml
399         * manual/glossary.xml
400         * manual/gpl.xml
401         * manual/handling.xml
402         * manual/intro.xml
403         * manual/keyboard.xml
404         * manual/manual.xml
405         * manual/plugins.xml
406         * manual/starting.xml
407         * manual/dtd/sdocbook.dtd
408                 Initial manual structure and some content.
409
410 2005-10-23 [wwp]        1.9.15cvs97
411
412         * src/gtk/about.c
413                 fix a typo
414
415 2005-10-23 [wwp]        1.9.15cvs96
416
417         * src/gtk/about.c
418         * src/gtk/authors.h
419                 rework of the about window (main work by Paul), also featuring a few
420                 fixes for typos and duplicate names
421
422 2005-10-23 [wwp]        1.9.15cvs95
423
424         * src/.cvsignore
425                 Ignore the right binary name (sylpheed-claws now)
426
427 2005-10-23 [paul]       1.9.15cvs94
428
429         * src/compose.c
430                 when using Folder Pref 'Default To for
431                 replies' make the entry in the Compose
432                 window bold
433                 Patch by Fabien Vantard
434
435 2005-10-22 [colin]      1.9.15cvs93
436
437         * src/codeconv.c
438                 Fix leak
439
440 2005-10-22 [colin]      1.9.15cvs92
441
442         * src/codeconv.c
443                 try to convert using locale (apart utf8) if necessary
444
445 2005-10-22 [colin]      1.9.15cvs91
446
447         * src/pixmaps/new.xpm
448         * src/pixmaps/unread.xpm
449                 Make the unread envelope blue again and
450                 saturate the new one a bit more.
451
452 2005-10-22 [colin]      1.9.15cvs90
453
454         * src/compose.c
455                 When replying to a mail sent by one of our accounts,
456                 use the original list of recipients. Let 'Reply All'
457                 and 'Reply to sender' work like previously.
458
459 2005-10-21 [colin]      1.9.15cvs89
460
461         * src/prefs_filtering.c
462                 Clear fields after add and replace
463         * src/textview.c
464                 Display xface differently (better)
465         * src/plugins/pgpinline/pgpinline.c
466                 Fix crappy encodings/recodings
467
468 2005-10-21 [paul]       1.9.15cvs88
469
470         * src/compose.c
471         * src/prefs_folder_item.c
472         * src/toolbar.c
473                 fix news folder Folder Properties
474                 (thanks to Colin)
475         * src/folderview.c
476                 update folderview after Themes change
477                 keep selected folder selected
478                 (thanks to Colin)
479
480 2005-10-21 [paul]       1.9.15cvs87
481
482         * tools/Makefile.am
483         * tools/OOo2sylpheed.pl
484         * tools/README
485         * tools/README.sylprint
486         * tools/asus_mailled.sh         ** REMOVED **
487         * tools/filter_conv.pl
488         * tools/freshmeat_search.pl
489         * tools/google_search.pl
490         * tools/gpg-sign-syl            ** REMOVED **
491         * tools/kmail2sylpheed.pl
492         * tools/kmail2sylpheed_v2.pl
493         * tools/multiwebsearch.pl
494         * tools/nautilus2sylpheed.sh
495         * tools/newscache_clean.pl
496         * tools/outlook2sylpheed.pl
497         * tools/sylpheed-switcher       ** REMOVED **
498         * tools/sylprint.pl
499         * tools/sylprint.rc
500         * tools/tb2sylpheed
501         * tools/vcard2xml.py
502         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
503                 update default config dir
504                 update binary name (thanks to Fabien Vantard)
505                 remove obsolete scripts
506
507 2005-10-21 [cleroy]     1.9.15cvs86
508
509         * src/inc.c
510                 Fix possible leak and units. Based on a patch by
511                 Fabien Vantard.
512
513 2005-10-20 [colin]      1.9.15cvs85
514
515         * src/textview.c
516                 Clear xface when clearing textview
517
518 2005-10-20 [colin]      1.9.15cvs84
519
520         * configure.ac
521         * src/folderview.c
522         * src/headerview.c
523         * src/main.c
524         * src/prefs_common.c
525         * src/prefs_common.h
526         * src/prefs_message.c
527         * src/textview.c
528         * src/textview.h
529         * src/common/defs.h
530         * src/common/utils.c
531         * src/common/utils.h
532         * src/gtk/gtkutils.c
533         * src/gtk/gtkutils.h
534                 Migrate config to .sylpheed-claws (Automatically)
535                 Add a way to get the Xface in the TextView
536
537 2005-10-20 [colin]      1.9.15cvs83
538
539         * src/gtk/Makefile.am
540         * src/gtk/about.c
541         * src/gtk/authors.h
542                 Make the about dialog *grooovy*
543
544 2005-10-20 [colin]      1.9.15cvs82
545
546         * src/mimeview.c
547                 Use "Open with" on double click if no command
548                 was found
549
550 2005-10-20 [colin]      1.9.15cvs81
551
552         * src/imap.c
553         * src/etpan/imap-thread.c
554                 Fix possible crash.
555
556 2005-10-20 [paul]       1.9.15cvs80
557
558         * src/folder.c
559                 don't show clipkey icon if the only
560                 attachment is the signature
561                 Patch by Colin
562
563 2005-10-20 [paul]       1.9.15cvs79
564
565         * AUTHORS
566         * src/plugins/pgpmime/pgpmime.c
567                 name the PGP/MIME signature 'signature.asc'
568                 Patch by Andrew Nelson <freeandy@gmail.com>
569
570 2005-10-19 [colin]      1.9.15cvs78
571
572         * src/plugins/pgpmime/pgpmime.c
573                 Oops, no need to double-check though
574
575 2005-10-19 [colin]      1.9.15cvs77
576
577         * src/plugins/pgpinline/pgpinline.c
578         * src/plugins/pgpmime/pgpmime.c
579                 Check that my_tmpfile() doesn't 
580                 return NULL
581
582 2005-10-19 [colin]      1.9.15cvs76
583
584         * src/common/utils.c
585                 Use shorter mime boundaries to avoid having
586                 MTAs rewrapping our headers, breaking the
587                 PGP signature in the process 
588         * src/compose.c
589         * src/plugins/pgpmime/pgpmime.c
590                 Check for boundary uniqueness to be sure
591                 it won't happen, instead of hoping for the
592                 best
593
594 2005-10-19 [colin]      1.9.15cvs75
595
596         * sylpheed-claws.desktop
597         * src/Makefile.am
598         * src/main.c
599                 Ship a sylpheed-claws binary instead
600                 of a sylpheed one. Change the socket
601                 name, too
602         * src/folderview.c
603                 Update folder only if it changed
604         * src/wizard.c
605                 Fix i18n in welcome mail, patch by
606                 Fabien Vantard
607
608 2005-10-19 [paul]
609
610         1.9.99-rc2 released
611
612 2005-10-19 [paul]       1.9.15cvs74
613
614         * src/folder.c
615         * src/folderview.c
616                 fix summaryview update
617                 Patch by Colin
618
619 2005-10-18 [colin]      1.9.15cvs73
620
621         * src/plugins/pgpcore/passphrase.c
622                 Don't XGrabServer, and try a bit more to 
623                 sync everything before grabbing mouse/keyboard
624
625 2005-10-18 [colin]      1.9.15cvs72
626
627         * src/Makefile.am
628         * src/addressadd.c
629         * src/addressbook.c
630         * src/folderview.c
631         * src/grouplistdialog.c
632         * src/mimeview.c
633         * src/stock_pixmap.c
634         * src/stock_pixmap.h
635         * src/summaryview.c
636         * src/gtk/gtksctree.c
637         * src/gtk/gtksctree.h
638         * src/pixmaps/empty.xpm
639                 Implement a wrapper call for gtk_ctree_set_node_info
640                 and gtk_ctree_insert_node, that uses a 1x1 transparent
641                 pixmap instead of a NULL one. This works around some
642                 memory problems deep inside gtk, revealed by valgrind,
643                 and fixes bug #834 (Pressing CTRl-D on a message marked 
644                 as locked crashes sylpheed.), as well as, probably, 
645                 wwp's 4th dimension problems that happen in gtk_ctree_*.
646
647 2005-10-17 [colin]      1.9.15cvs71
648
649         * src/mimeview.c
650                 Provide visual feedback when checking
651                 signature
652
653 2005-10-17 [colin]      1.9.15cvs70
654
655         * src/main.c
656                 Keep the folder list frozen while checking caches...
657
658 2005-10-17 [colin]      1.9.15cvs69
659
660         * src/addr_compl.c
661                 Fi bug #833 (Autocompleting from addressbook 
662                 fails with extended chars)
663         * src/imap.c
664                 Fix 'adding messages' staying in statusbar
665                 after an error
666
667 2005-10-17 [wwp]        1.9.15cvs68
668
669         * src/ssl_manager.c
670                 Fix buttons' layout resizing when window size changes
671
672 2005-10-17 [wwp]        1.9.15cvs67
673
674         * src/account.c
675         * src/prefs_account.c
676         * src/prefs_common.c
677         * src/prefs_common.h
678         * src/prefs_folder_item.c
679         * src/prefs_gtk.c
680         * src/gtk/logwindow.c
681         * src/gtk/pluginwindow.c
682         * src/gtk/prefswindow.c
683         * src/gtk/prefswindow.h
684                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
685
686 2005-10-17 [paul]       1.9.15cvs66
687
688         * configure.ac
689                 fix missing libetpan message
690         * po/en_GB.po
691                 updated
692         * src/crash.c
693         * src/manual.c
694         * src/prefs_themes.c
695         * src/common/defs.h
696                 add some new URI defines, change some
697                 others
698         * src/wizard.c
699                 make welcome message translatable
700                 small improvements to english
701                 other tweaks
702         * src/gtk/menu.c
703                 fix warnings
704
705 2005-10-17 [paul]       1.9.15cvs65
706
707         * src/summaryview.c
708                 fix column titles
709
710 2005-10-16 [mones]      1.9.15cvs64
711
712         * po/es.po
713                 Updated translation
714
715 2005-10-16 [colin]
716
717         1.9.99-rc1 released
718
719 2005-10-16 [colin]      1.9.15cvs63
720
721         * src/wizard.c
722                 Fix whitespace
723
724 2005-10-16 [colin]      1.9.15cvs62
725
726         * src/toolbar.c
727                 s/Get All/Get Mail/
728         * src/wizard.c
729                 Real welcome mail text, thanks Paul
730
731 2005-10-16 [colin]      1.9.15cvs61
732
733         * src/editldap.c
734         * src/exporthtml.c
735         * src/main.c
736         * src/mainwindow.c
737         * src/prefs_themes.c
738         * src/prefs_toolbar.c
739         * src/plugins/demo/demo.c
740         * src/plugins/trayicon/trayicon.c
741                 s/Sylpheed/Sylpheed-Claws/
742
743 2005-10-16 [colin]      1.9.15cvs60
744
745         * src/wizard.c
746                 Add a welcome email in the first empty mailbox
747         * src/prefs_common.c
748                 Change one more default
749
750 2005-10-16 [colin]      1.9.15cvs59
751
752         * src/wizard.c
753                 Remove printf
754
755 2005-10-16 [colin]      1.9.15cvs58
756
757         * src/toolbar.c
758         * src/prefs_common.c
759                 Change some defaults
760
761 2005-10-16 [colin]      1.9.15cvs57
762
763         * src/toolbar.c
764         * src/prefs_common.c
765                 Change some defaults
766
767 2005-10-16 [colin]      1.9.15cvs56
768
769         * src/wizard.c
770                 By default, initialize fonts to have
771                 the same size as normal GtkWidgets
772
773 2005-10-16 [colin]      1.9.15cvs55
774
775         * src/mimeview.c
776                 Fix message a bit more
777
778 2005-10-16 [colin]      1.9.15cvs54
779
780         * src/addressbook.c
781                 Second attempt at flicker fixing
782
783 2005-10-16 [colin]      1.9.15cvs53
784
785         * src/addressbook.c
786                 Fix flicker
787
788 2005-10-16 [wwp]        1.9.15cvs52
789
790         * src/addressbook.c
791         * src/editaddress.c
792         * src/prefs_common.c
793         * src/prefs_common.h
794                 Remember window sizes (address book)
795
796 2005-10-16 [wwp]        1.9.15cvs51
797
798         * src/plugins/clamav/clamav_plugin_gtk.c
799         * src/plugins/spamassassin/spamassassin_gtk.c
800                 Fix compilation warnings (missing #include).
801
802 2005-10-16 [colin]      1.9.15cvs50
803
804         * src/mimeview.c
805         * src/summaryview.c
806         * src/textview.c
807                 Make 'c' check signature, and forward
808                 c, l, y, t from summaryview to mimeview
809
810 2005-10-16 [colin]      1.9.15cvs49
811
812         * src/addressbook.c
813                 Put border around buttons
814         * src/mainwindow.c
815         * src/summaryview.c
816                 Rework menus (Patch based on a patch
817                 by Paul)
818
819 2005-10-15 [wwp]        1.9.15cvs48
820
821         * src/editjpilot.c
822         * src/editldap.c
823         * src/editvcard.c
824         * src/exphtmldlg.c
825         * src/expldifdlg.c
826         * src/export.c
827         * src/import.c
828         * src/importldif.c
829         * src/importmutt.c
830         * src/importpine.c
831         * src/prefs_account.c
832         * src/prefs_spelling.c
833         * src/gtk/gtkutils.c
834         * src/gtk/gtkutils.h
835         * src/plugins/clamav/clamav_plugin_gtk.c
836         * src/plugins/spamassassin/spamassassin_gtk.c
837                 use nicer browse-for-file/dir buttons than the "..." ones,
838                 code factorizing more.
839
840 2005-10-14 [colin]      1.9.15cvs47
841
842         * src/mainwindow.c
843                 set relief on the account switcher so that people see it
844                 grey out Create processing rules when no message is selected
845         * src/prefs_filtering.c
846                 ask before closing if the rule has not been modified, even if
847                 it's not valid
848         * src/prefs_matcher.c
849                 fix sensitivity when entering the dialog
850         * src/gtk/inputdialog.c
851                 display a better icon on password ask
852         * src/plugins/pgpcore/passphrase.c
853                 make the dialog look better
854
855 2005-10-14 [paul]       1.9.15cvs46
856
857         * src/folderview.c
858                 indicate presense of marked msgs in
859                 unexpanded subfolders
860
861 2005-10-14 [paul]       1.9.15cvs45
862
863         * src/prefs_actions.c
864         * src/prefs_common.c
865         * src/prefs_common.h
866         * src/prefs_filtering_action.c
867         * src/prefs_matcher.c
868         * src/prefs_template.c
869                 remember window sizes
870                 fix Info button size
871
872         Patches by wwp
873
874 2005-10-13 [colin]      1.9.15cvs44
875
876         * src/mimeview.c
877         * src/noticeview.c
878         * src/noticeview.h
879                 Add a tooltip on the icon (optional) 
880                 Get rid of the signature buttons and only
881                 use the icon+tooltip
882
883 2005-10-13 [colin]      1.9.15cvs43
884
885         * src/noticeview.c
886         * src/noticeview.h
887                 Add hand cursor for hovering over icon
888
889 2005-10-13 [colin]      1.9.15cvs42
890
891         * src/summaryview.c
892                 Fix crash when quicksearch's hidden 
893                 at startup
894
895 2005-10-13 [colin]      1.9.15cvs41
896
897         * src/compose.c
898                 Set subject when forwarding multiple mails
899                 Check that other recipient than the default Cc or Bcc
900                 have been set before sending.
901
902 2005-10-13 [colin]      1.9.15cvs40
903
904         * src/imap.c
905                 Batch per-folder
906                 Introduce locking, but don't use it yet
907
908 2005-10-13 [colin]      1.9.15cvs39
909
910         * src/gtk/quicksearch.c
911                 Reset quicksearch when hiding it
912                 Make sticky a real pref
913
914 2005-10-13 [colin]      1.9.15cvs38
915
916         * src/summaryview.c
917                 Faster prefs apply
918
919 2005-10-13 [colin]      1.9.15cvs37
920
921         * src/mimeview.c
922         * src/noticeview.c
923         * src/noticeview.h
924         * src/plugins/pgpcore/sgpgme.c
925                 Make privacy icon clickable
926                 Move Trust field in Full info
927                 When trust is less than full, don't display
928                 a warning icon
929
930 2005-10-13 [colin]      1.9.15cvs36
931
932         * src/folder.c
933                 Batch on flags sync
934         * src/folderview.c
935                 Revert speed hack which is dangerous in fact
936                 Apply prefs faster
937
938 2005-10-13 [colin]      1.9.15cvs35
939
940         * src/folder_item_prefs.c
941                 Fix pref corruption on folder move. Patch
942                 by wwp
943
944 2005-10-13 [paul]       1.9.15cvs34
945
946         * src/export.c
947         * src/import.c
948                 fix typos in g_warnings
949         * src/prefs_account.c
950                 add a file selector for Signature file
951
952         Patches by wwp
953
954 2005-10-12 [colin]      1.9.15cvs33
955
956         * src/mimeview.c
957                 Provide a quick way to go back from a
958                 signature's full info to the email part
959
960 2005-10-12 [colin]      1.9.15cvs32
961
962         * src/compose.c
963                 Remove old hack of encoding signed mails with base64.
964                 QP works equally well.
965
966 2005-10-12 [colin]      1.9.15cvs31
967
968         * src/crash.c
969                 Replace deprecated GtkText with GtkTextView
970         * src/imap.c
971                 Fix a logic bug about counts in imap_select
972                 (previously un-triggered)
973         * src/mainwindow.c
974         * src/summaryview.c
975         * src/news.c
976                 Allow local deletion of news posts
977         * src/mimeview.c
978                 Show GPG noticeview on the message/rfc822 part
979                 in addition to the text/plain one
980         * src/prefs_image_viewer.c
981           src/plugins/pgpcore/prefs_gpg.c
982                 Polish (set the label as part of the checkbox)
983         * src/wizard.c
984                 Don't sit there doing nothing after destroying
985                 the window - return err
986
987 2005-10-11 [colin]      1.9.15cvs30
988
989         * src/folderview.c
990                 Apply processing rules before showing folders.
991                 Early folder show (before flags sync) will only
992                 be done when there are no processing rules (nor
993                 pre- or post- ones)
994         * src/imap.c
995                 Fix stuff related to mail subdir, creation and 
996                 deletion of folders 
997         * src/imap_gtk.c
998                 Don't allow creation of folders in NoInferior
999                 folders, as it won't work
1000
1001 2005-10-10 [colin]      1.9.15cvs29
1002
1003         * src/compose.c
1004                 Reselect "None" Privacy system when selecting an
1005                 account with no privacy system defined
1006
1007 2005-10-10 [colin]      1.9.15cvs28
1008
1009         * src/mainwindow.c
1010                 Add Windows-1252 encoding
1011         * src/prefs_common.c
1012                 Rework some defaults:
1013                 - autosave to draft by default
1014                 - don't show header pane (it's already in the textview)
1015                 - Select first new or unread mail on entry
1016                 - Assume 'Yes' to change folder when there's no more
1017                   unread message
1018         * src/prefs_matcher.c
1019                 Fix a gtk assertion failure
1020         * src/gtk/colorlabel.c
1021                 Workaround bad repainting on selection
1022         * src/main.c
1023                 Freeze/thaw (a bit faster on ssh -X)
1024         * src/msgcache.c
1025                 Get rid of StrdupConverter that just adds an
1026                 extra strdup/free 
1027         * src/etpan/imap_thread.c
1028                 memset buf to 0
1029
1030 2005-10-10 [colin]      1.9.15cvs27
1031
1032         * src/export.c
1033         * src/import.c
1034                 Fix compile on gtk 2.4. Patch by wwp
1035
1036 2005-10-09 [colin]      1.9.15cvs26
1037
1038         * src/mainwindow.c
1039         * src/messageview.c
1040         * src/summaryview.c
1041                 Clarify forward menus. Patch by wwp
1042
1043 2005-10-09 [colin]      1.9.15cvs25
1044
1045         * src/compose.c
1046         * src/compose.h
1047                 Fix bug #829 (Non-working "Encrypt message by 
1048                 default when replying to an encrypted message")
1049
1050 2005-10-08 [colin]      1.9.15cvs24
1051
1052         * src/wizard.c
1053                 Fix bug #827 ("Welcome" setup wizard after a 
1054                 permission error gives up & forgets itself.)
1055
1056 2005-10-08 [colin]      1.9.15cvs23
1057
1058         * src/procmime.c
1059                 Fix bug #828 (Ignoring headers with spaces around = sign)
1060
1061 2005-10-08 [colin]      1.9.15cvs22
1062
1063         * src/export.c
1064                 Warning fix by wwp
1065
1066 2005-10-08 [colin]      1.9.15cvs21
1067
1068         * src/folder.c
1069         * src/folder.h
1070                 Add a processing_pending indicator, set on 
1071                 folder_item_open and cleared after 
1072                 folder_item_process_open
1073         * src/folderview.c
1074         * src/summaryview.c
1075                 wrap procmsg_msginfo_*_flags, and in the
1076                 wrapper check that there's no folder processing 
1077                 pending. If there is, defer the flags change until 
1078                 processing is done to avoid stepping over each
1079                 other's toes.
1080                 Freeze during processing, but not during scanning.
1081
1082 2005-10-07 [colin]      1.9.15cvs20
1083
1084         * src/plugins/pgpcore/passphrase.c
1085                 Fix bug #826 (X-Server hangs when 
1086                 right-clicking a PGP encrypted message)
1087
1088 2005-10-07 [paul]       1.9.15cvs19
1089
1090         * src/compose.c
1091                 fix compose_entries[]
1092                 patch by Fabien Vantard
1093
1094 2005-10-06 [colin]      1.9.15cvs18
1095
1096         * src/pixmaps/address.xpm
1097         * src/pixmaps/address_book.xpm
1098         * src/pixmaps/book.xpm
1099         * src/pixmaps/check_spelling.xpm
1100         * src/pixmaps/checkbox_off.xpm
1101         * src/pixmaps/checkbox_on.xpm
1102         * src/pixmaps/close.xpm
1103         * src/pixmaps/complete.xpm
1104         * src/pixmaps/continue.xpm
1105         * src/pixmaps/deleted.xpm
1106         * src/pixmaps/down_arrow.xpm
1107         * src/pixmaps/exec.xpm
1108         * src/pixmaps/forwarded.xpm
1109         * src/pixmaps/group.xpm
1110         * src/pixmaps/ignorethread.xpm
1111         * src/pixmaps/interface.xpm
1112         * src/pixmaps/jpilot.xpm
1113         * src/pixmaps/ldap.xpm
1114         * src/pixmaps/linewrap.xpm
1115         * src/pixmaps/linewrapcurrent.xpm
1116         * src/pixmaps/mail.xpm
1117         * src/pixmaps/mail_attach.xpm
1118         * src/pixmaps/mail_compose.xpm
1119         * src/pixmaps/mail_forward.xpm
1120         * src/pixmaps/mail_receive.xpm
1121         * src/pixmaps/mail_receive_all.xpm
1122         * src/pixmaps/mail_reply.xpm
1123         * src/pixmaps/mail_reply_to_all.xpm
1124         * src/pixmaps/mail_reply_to_author.xpm
1125         * src/pixmaps/mail_send.xpm
1126         * src/pixmaps/mail_send_queue.xpm
1127         * src/pixmaps/mime_application.xpm
1128         * src/pixmaps/mime_audio.xpm
1129         * src/pixmaps/mime_image.xpm
1130         * src/pixmaps/mime_message.xpm
1131         * src/pixmaps/mime_text_enriched.xpm
1132         * src/pixmaps/mime_text_html.xpm
1133         * src/pixmaps/mime_text_plain.xpm
1134         * src/pixmaps/mime_unknown.xpm
1135         * src/pixmaps/new.xpm
1136         * src/pixmaps/news_compose.xpm
1137         * src/pixmaps/offline.xpm
1138         * src/pixmaps/online.xpm
1139         * src/pixmaps/paste.xpm
1140         * src/pixmaps/preferences.xpm
1141         * src/pixmaps/privacy_emblem_encrypted.xpm
1142         * src/pixmaps/privacy_expired.xpm
1143         * src/pixmaps/privacy_failed.xpm
1144         * src/pixmaps/privacy_passed.xpm
1145         * src/pixmaps/privacy_signed.xpm
1146         * src/pixmaps/privacy_unknown.xpm
1147         * src/pixmaps/privacy_warn.xpm
1148         * src/pixmaps/properties.xpm
1149         * src/pixmaps/replied.xpm
1150         * src/pixmaps/search.xpm
1151         * src/pixmaps/unread.xpm
1152         * src/pixmaps/up_arrow.xpm
1153         * src/pixmaps/vcard.xpm
1154                 Modernize internal theme, with icons from the 
1155                 Gnomaws theme. Keep some of the old ones where
1156                 they were better.
1157
1158 2005-10-06 [colin]      1.9.15cvs17
1159
1160         * src/summaryview.c
1161                 Little optimisations + bugfix
1162         * src/toolbar.c
1163                 Remove default useless items - useless being defined
1164                 by the default relevant prefs
1165         * src/wizard.c
1166                 include config.h to make gettext work
1167         * src/prefs_themes.c
1168                 Fix selection of current theme in prefs
1169
1170 2005-10-06 [colin]      1.9.15cvs16
1171
1172         * src/prefs_common.c
1173         * src/prefs_common.h
1174         * src/prefs_summaries.c
1175         * src/folderview.c
1176                 Add a warning dialog on Mark all read 
1177                 (with pref to get rid of it)
1178
1179 2005-10-06 [paul]       1.9.15cvs15
1180
1181         * po/nb.po
1182         * po/pt_BR.po
1183                 updated by Geir Helland and Frederico
1184                 Goncalves Guimaraes
1185
1186 2005-10-05 [colin]      1.9.15cvs14
1187
1188         * src/folder.c
1189         * src/folder.h
1190         * src/folderview.c
1191         * src/folderview.h
1192         * src/imap_gtk.c
1193         * src/mh_gtk.c
1194         * src/mainwindow.c
1195         * src/setup.c
1196                 add a way to rescan without rebuilding
1197                 make moving a bit faster (less folders changes)
1198                 don't lock the tree on Get 
1199         * src/imap.c
1200                 Don't re-delete deleted messages before expunging
1201         * src/summaryview.c
1202                 Set batch mode when deleting mails
1203
1204 2005-10-05 [paul]       1.9.15cvs13
1205
1206         * src/mainwindow.c
1207         * src/mainwindow.h
1208                 fix disabled Execute menu item
1209         * src/toolbar.c
1210                 match the change in 1.9.15cvs10: use Compose
1211                 instead of News by default
1212
1213 2005-10-04 [colin]      1.9.15cvs12
1214
1215         * src/compose.c
1216                 When replying to an ML post with Reply-To set
1217                 to the poster's email, honor it (as before),
1218                 but also honor our user's request to reply to
1219                 the mailing list: set the ML address in the To
1220                 field and the Reply-To address in the Cc: 
1221                 field.
1222
1223 2005-10-04 [colin]      1.9.15cvs11
1224
1225         * src/plugins/trayicon/trayicon.c
1226                 Finish cosmetic change - thanks to wwp
1227
1228 2005-10-04 [colin]      1.9.15cvs10
1229
1230         * src/toolbar.c
1231                 Use Compose instead of Email by default.
1232                 Spotted by wwp.
1233
1234 2005-10-04 [colin]      1.9.15cvs9
1235
1236         * src/folder.c
1237         * src/folder.h
1238         * src/folderview.c
1239         * src/imap.c
1240         * src/etpan/imap-thread.c
1241         * src/etpan/imap-thread.h
1242                 Try to make IMAP faster, by simplifying SEARCH
1243                 commands, avoiding sending two STATUS in a row,
1244                 and deferring flags sync and processing just
1245                 after displaying the folder. 
1246                 This will update the SummaryView in certain
1247                 cases (new mails not already fetched, flags
1248                 changed from another client) but in a non-
1249                 blocking manner.
1250
1251 2005-10-04 [colin]      1.9.15cvs8
1252
1253         * src/plugins/trayicon/trayicon.c
1254                 Relabel "Offline" to "Work offline"
1255
1256 2005-10-04 [colin]      1.9.15cvs7
1257
1258         * src/export.c
1259         * src/import.c
1260         * src/mbox.c
1261                 Fix mbox import/export buglets
1262                 Patch by wwp
1263         * src/plugins/trayicon/trayicon.c
1264                 Add offline swithc
1265                 Patch by wwp
1266
1267 2005-10-04 [colin]      1.9.15cvs6
1268
1269         * src/folder.c
1270         * src/folderview.c
1271         * src/summaryview.c
1272                 Better fix (don't break mark all read) for cvs2
1273
1274 2005-10-03 [colin]      1.9.15cvs5
1275
1276         * src/folder.c
1277                 Use a sane sort by default
1278
1279 2005-10-03 [colin]      1.9.15cvs4
1280
1281         * src/inc.c
1282                 Add a 'Only once' button for overriding offline mode
1283         * src/prefs_account.c
1284         * src/wizard.c
1285                 Add Local mbox to the wizard
1286                 Add IMAP subdir to the wizard (or the wizard is useless
1287                 for such accounts, or even worse than useless)
1288                 Move IMAP subdir from Advanced to Receive tab, as it's
1289                 not that uncommon
1290
1291 2005-10-03 [colin]      1.9.15cvs3
1292
1293         * src/send_message.c
1294                 Forgot this one in cvs1
1295
1296 2005-10-03 [colin]      1.9.15cvs2
1297
1298         * src/folder.c
1299                 Faster close when leaving a folder with lots
1300                 of new mails. Idea by David Relson.
1301
1302 2005-10-03 [colin]      1.9.15cvs1
1303
1304         * src/compose.c
1305         * src/imap.c
1306         * src/inc.c
1307         * src/main.c
1308         * src/messageview.c
1309         * src/news.c
1310         * src/summaryview.c
1311         * src/gtk/sslcertwindow.c
1312         * src/plugins/trayicon/trayicon.c
1313                 Add accels to every AlertPanel. Patch by Fabien 
1314                 Vantard
1315
1316 2005-10-03 [paul]       1.9.15
1317
1318         1.9.15 released
1319
1320 2005-10-03 [paul]       1.9.14cvs68
1321
1322         * po/ca.po
1323         * po/de.po
1324         * po/es.po
1325         * po/fi.po
1326         * po/fr.po
1327         * po/sk.po
1328         * po/sr.po
1329         * po/zh_CN.po
1330                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
1331                 Mones Lastra, Tommi Pirinen, Fabien vantard,
1332                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
1333
1334 2005-10-03 [paul]       1.9.14cvs67
1335
1336         * src/send_message.c
1337                 prevent hang on Cancel
1338                 patch by Colin
1339
1340 2005-10-03 [paul]       1.9.14cvs66
1341
1342         * src/main.c
1343                 fix crash in IMAP caused by discrepancy
1344                 between check_at_startup and offline mode
1345                 Patch by Colin
1346
1347 2005-10-01 [paul]       1.9.14cvs65
1348
1349         * src/inc.c
1350                 fix engrish
1351
1352 2005-10-01 [paul]       1.9.14cvs64
1353         * src/export.c
1354         * src/import.c
1355                 synchronise import_mbox() and export_mbox()
1356         * src/mbox.c
1357                 proc_mbox(): add alert if file cannot be opened
1358                 export_list_to_mbox(): test if dest file exists,
1359                 prompt user to overwrite if it does. add alert
1360                 if file cannot be created
1361                                                                 
1362         Patch by wwp
1363                                                                                                                 
1364
1365 2005-09-30 [paul]       1.9.14cvs63
1366
1367         * src/addressbook.c
1368                 Fix sensitivity of a menu
1369         * src/codeconv.c
1370                 Respect hidden pref for mails with no encoding
1371         * src/common/xml.c
1372                 Fix memory corruption
1373         * src/plugins/pgpcore/sgpgme.c
1374                 Fix segfault on incomplete sigs, and display
1375                 of S/Mime UIDs
1376
1377         Patches by Colin
1378
1379 2005-09-30 [colin]      1.9.14cvs62
1380
1381         * src/partial_download.c
1382                 Little logic fix in almost-dead code
1383         * src/pop.c
1384                 Fix partial download when there's no new mail
1385
1386 2005-09-29 [paul]       1.9.14cvs61
1387
1388         * src/plugins/pgpinline/pgpinline.c
1389                 fix bug 819, 'crash accessing sign message'
1390                 Patch by Colin
1391
1392 2005-09-28 [martin]     1.9.14cvs60
1393
1394         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1395                 fix bug #790 (Crash when restarting window manager (fluxbox))
1396
1397 2005-09-28 [paul]       1.9.14cvs59
1398
1399         * src/gtk/gtkaspell.c
1400                 fix off-by-one typo
1401
1402 2005-09-27 [colin]      1.9.14cvs58
1403
1404         * src/plugins/pgpcore/sgpgme.c
1405                 Report error when there's one, instead of
1406                 "Signature unchecked" 
1407
1408 2005-09-27 [colin]      1.9.14cvs57
1409
1410         * src/prefs_quote.c
1411                 Fix bug #816 (Weird quotation with spaces)
1412
1413 2005-09-27 [colin]      1.9.14cvs56
1414
1415         * src/codeconv.c
1416         * src/compose.c
1417         * src/compose.h
1418                 Put subject in compose's title
1419                 Fix Automatic encoding so that it's really automatic:
1420                 first try default locale's charset, then charset of the replied mail, 
1421                 then utf-8
1422                 Fix encoding of headers (must be in strict mode too)
1423
1424 2005-09-26 [colin]      1.9.14cvs55
1425
1426         * src/gtk/gtkaspell.c
1427                 Fix previous patch - don't color the space,
1428                 just uncolor it :)
1429
1430 2005-09-26 [colin]      1.9.14cvs54
1431
1432         * src/gtk/gtkaspell.c
1433                 Unmark space if possible
1434
1435 2005-09-26 [colin]      1.9.14cvs53
1436
1437         * src/imap.c
1438                 log_error instead of alertpanel according to the pref
1439         * src/etpan/imap-thread.c
1440                 Print connect status, copy only necessary size to 
1441                 logger
1442         * src/plugins/pgpmime/pgpmime.c
1443                 Handle S/Mime signatures (verification only). Patch based
1444                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
1445
1446 2005-09-26 [paul]       1.9.14cvs52
1447
1448         * src/common/passcrypt.c
1449                 this 'workaround' not necessary on NetBSD.
1450                 Thanks to Daniel Gustafson
1451
1452 2005-09-26 [paul]
1453
1454         1.9.15-rc4 released
1455
1456 2005-09-26 [paul]       1.9.14cvs51
1457
1458         * src/summaryview.c
1459                 Skip currently selected message when
1460                 looking for next new or unread message
1461                 in current folder. Patch by Colin
1462         * src/common/passcrypt.c
1463                 eliminate warnings on *BSD. Patch by
1464                 Daniel Gustafson
1465
1466 2005-09-26 [colin]      1.9.14cvs50
1467
1468         * src/procmsg.c
1469                 Call postfiltering hook anyway
1470
1471 2005-09-22 [colin]      1.9.14cvs49
1472
1473         * src/codeconv.c
1474         * src/codeconv.h
1475                 Add a strict mode that doesn't replace with _
1476         * src/compose.c
1477         * src/compose.h
1478                 Use strict conversion while sending
1479                 Fix race when drafting while sending (happens
1480                 on IMAP)
1481                 Fix d'n'd of messages from summaryview
1482         * src/prefs_common.c
1483         * src/prefs_common.h
1484                 add hidden utf8_instead_of_locale_for_broken_mail 
1485                 pref for people that preferred the default charset 
1486                 to be utf8 for broken mails
1487         * src/quote_fmt_parse.y
1488                 fix bug #815 (No quote insert if "From:" fied 
1489                 contained Russian letters)
1490         * src/summaryview.c
1491                 Fix d'n'd of messages to compose
1492
1493 2005-09-22 [paul]       1.9.14cvs48
1494
1495         * src/compose.c
1496                 fix bug where attachments Name entry
1497                 would display Path instead
1498
1499 2005-09-21 [paul]       1.9.14cvs47
1500
1501         * README
1502         * README.jp
1503         * configure.ac
1504         * config/config.rpath
1505         * doc/manual/en/sylpheed-20.html
1506         * doc/manual/es/sylpheed-20.html
1507         * po/bg.po
1508         * po/ca.po
1509         * po/de.po
1510         * po/es.po
1511         * po/fr.po
1512         * po/it.po
1513         * po/pt_BR.po
1514         * po/sk.po
1515         * po/zh_TW.po
1516         * src/account.c
1517         * src/account.h
1518         * src/action.c
1519         * src/action.h
1520         * src/adbookbase.h
1521         * src/addr_compl.c
1522         * src/addr_compl.h
1523         * src/addrbook.c
1524         * src/addrbook.h
1525         * src/addrcache.c
1526         * src/addrcache.h
1527         * src/addrcindex.c
1528         * src/addrcindex.h
1529         * src/addrclip.c
1530         * src/addrclip.h
1531         * src/addrdefs.h
1532         * src/addressadd.c
1533         * src/addressadd.h
1534         * src/addressbook.c
1535         * src/addressbook.h
1536         * src/addressitem.h
1537         * src/addrgather.c
1538         * src/addrgather.h
1539         * src/addrharvest.c
1540         * src/addrharvest.h
1541         * src/addrindex.c
1542         * src/addrindex.h
1543         * src/addritem.c
1544         * src/addritem.h
1545         * src/addrquery.c
1546         * src/addrquery.h
1547         * src/addrselect.c
1548         * src/addrselect.h
1549         * src/alertpanel.c
1550         * src/alertpanel.h
1551         * src/browseldap.c
1552         * src/browseldap.h
1553         * src/codeconv.c
1554         * src/codeconv.h
1555         * src/compose.c
1556         * src/compose.h
1557         * src/crash.c
1558         * src/crash.h
1559         * src/customheader.c
1560         * src/customheader.h
1561         * src/displayheader.c
1562         * src/displayheader.h
1563         * src/editaddress.c
1564         * src/editaddress.h
1565         * src/editbook.c
1566         * src/editbook.h
1567         * src/editgroup.c
1568         * src/editgroup.h
1569         * src/editjpilot.c
1570         * src/editjpilot.h
1571         * src/editldap.c
1572         * src/editldap.h
1573         * src/editldap_basedn.c
1574         * src/editldap_basedn.h
1575         * src/editvcard.c
1576         * src/editvcard.h
1577         * src/enriched.c
1578         * src/enriched.h
1579         * src/exphtmldlg.c
1580         * src/exphtmldlg.h
1581         * src/expldifdlg.c
1582         * src/expldifdlg.h
1583         * src/export.c
1584         * src/export.h
1585         * src/exporthtml.c
1586         * src/exporthtml.h
1587         * src/exportldif.c
1588         * src/exportldif.h
1589         * src/filtering.c
1590         * src/filtering.h
1591         * src/folder.c
1592         * src/folder.h
1593         * src/folder_item_prefs.c
1594         * src/folder_item_prefs.h
1595         * src/foldersel.c
1596         * src/foldersel.h
1597         * src/folderutils.c
1598         * src/folderutils.h
1599         * src/folderview.c
1600         * src/folderview.h
1601         * src/grouplistdialog.c
1602         * src/grouplistdialog.h
1603         * src/headerview.c
1604         * src/headerview.h
1605         * src/html.c
1606         * src/html.h
1607         * src/image_viewer.c
1608         * src/image_viewer.h
1609         * src/imap.c
1610         * src/imap.h
1611         * src/imap_gtk.c
1612         * src/imap_gtk.h
1613         * src/import.c
1614         * src/import.h
1615         * src/importldif.c
1616         * src/importldif.h
1617         * src/importmutt.c
1618         * src/importmutt.h
1619         * src/importpine.c
1620         * src/importpine.h
1621         * src/inc.c
1622         * src/inc.h
1623         * src/jpilot.c
1624         * src/jpilot.h
1625         * src/ldapctrl.c
1626         * src/ldapctrl.h
1627         * src/ldaplocate.c
1628         * src/ldaplocate.h
1629         * src/ldapquery.c
1630         * src/ldapquery.h
1631         * src/ldapserver.c
1632         * src/ldapserver.h
1633         * src/ldaputil.c
1634         * src/ldaputil.h
1635         * src/ldif.c
1636         * src/ldif.h
1637         * src/localfolder.c
1638         * src/localfolder.h
1639         * src/main.c
1640         * src/main.h
1641         * src/mainwindow.c
1642         * src/mainwindow.h
1643         * src/manual.c
1644         * src/manual.h
1645         * src/matcher.c
1646         * src/matcher.h
1647         * src/matcher_parser.h
1648         * src/matcher_parser_lex.l
1649         * src/matcher_parser_parse.y
1650         * src/mbox.c
1651         * src/mbox.h
1652         * src/message_search.c
1653         * src/message_search.h
1654         * src/messageview.c
1655         * src/messageview.h
1656         * src/mh.c
1657         * src/mh.h
1658         * src/mh_gtk.c
1659         * src/mh_gtk.h
1660         * src/mimeview.c
1661         * src/mimeview.h
1662         * src/msgcache.c
1663         * src/msgcache.h
1664         * src/mutt.c
1665         * src/mutt.h
1666         * src/news.c
1667         * src/news.h
1668         * src/news_gtk.c
1669         * src/news_gtk.h
1670         * src/noticeview.c
1671         * src/noticeview.h
1672         * src/partial_download.c
1673         * src/partial_download.h
1674         * src/pine.c
1675         * src/pine.h
1676         * src/pop.c
1677         * src/pop.h
1678         * src/prefs_account.c
1679         * src/prefs_account.h
1680         * src/prefs_actions.c
1681         * src/prefs_actions.h
1682         * src/prefs_common.c
1683         * src/prefs_common.h
1684         * src/prefs_compose_writing.c
1685         * src/prefs_compose_writing.h
1686         * src/prefs_customheader.c
1687         * src/prefs_customheader.h
1688         * src/prefs_display_header.c
1689         * src/prefs_display_header.h
1690         * src/prefs_ext_prog.c
1691         * src/prefs_ext_prog.h
1692         * src/prefs_filtering.c
1693         * src/prefs_filtering.h
1694         * src/prefs_filtering_action.c
1695         * src/prefs_filtering_action.h
1696         * src/prefs_folder_column.c
1697         * src/prefs_folder_column.h
1698         * src/prefs_folder_item.c
1699         * src/prefs_folder_item.h
1700         * src/prefs_fonts.c
1701         * src/prefs_fonts.h
1702         * src/prefs_gtk.c
1703         * src/prefs_gtk.h
1704         * src/prefs_image_viewer.c
1705         * src/prefs_image_viewer.h
1706         * src/prefs_matcher.c
1707         * src/prefs_matcher.h
1708         * src/prefs_message.c
1709         * src/prefs_message.h
1710         * src/prefs_msg_colors.c
1711         * src/prefs_msg_colors.h
1712         * src/prefs_other.c
1713         * src/prefs_other.h
1714         * src/prefs_quote.c
1715         * src/prefs_quote.h
1716         * src/prefs_receive.c
1717         * src/prefs_receive.h
1718         * src/prefs_send.c
1719         * src/prefs_send.h
1720         * src/prefs_spelling.c
1721         * src/prefs_spelling.h
1722         * src/prefs_summaries.c
1723         * src/prefs_summaries.h
1724         * src/prefs_summary_column.c
1725         * src/prefs_summary_column.h
1726         * src/prefs_template.c
1727         * src/prefs_template.h
1728         * src/prefs_themes.c
1729         * src/prefs_themes.h
1730         * src/prefs_toolbar.c
1731         * src/prefs_toolbar.h
1732         * src/prefs_wrapping.c
1733         * src/prefs_wrapping.h
1734         * src/privacy.c
1735         * src/privacy.h
1736         * src/procheader.c
1737         * src/procheader.h
1738         * src/procmime.c
1739         * src/procmime.h
1740         * src/procmsg.c
1741         * src/procmsg.h
1742         * src/quote_fmt.c
1743         * src/quote_fmt_parse.y
1744         * src/recv.c
1745         * src/recv.h
1746         * src/remotefolder.c
1747         * src/remotefolder.h
1748         * src/send_message.c
1749         * src/send_message.h
1750         * src/setup.c
1751         * src/setup.h
1752         * src/simple-gettext.c
1753         * src/sourcewindow.c
1754         * src/sourcewindow.h
1755         * src/ssl_manager.c
1756         * src/ssl_manager.h
1757         * src/statusbar.c
1758         * src/statusbar.h
1759         * src/stock_pixmap.c
1760         * src/stock_pixmap.h
1761         * src/summary_search.c
1762         * src/summary_search.h
1763         * src/summaryview.c
1764         * src/summaryview.h
1765         * src/syldap.c
1766         * src/syldap.h
1767         * src/textview.c
1768         * src/textview.h
1769         * src/toolbar.c
1770         * src/toolbar.h
1771         * src/undo.c
1772         * src/undo.h
1773         * src/unmime.c
1774         * src/unmime.h
1775         * src/vcard.c
1776         * src/vcard.h
1777         * src/wizard.c
1778         * src/wizard.h
1779         * src/common/base64.c
1780         * src/common/base64.h
1781         * src/common/defs.h
1782         * src/common/hooks.c
1783         * src/common/hooks.h
1784         * src/common/log.c
1785         * src/common/log.h
1786         * src/common/md5.c
1787         * src/common/md5.h
1788         * src/common/mgutils.c
1789         * src/common/mgutils.h
1790         * src/common/nntp.c
1791         * src/common/nntp.h
1792         * src/common/passcrypt.c
1793         * src/common/passcrypt.h.in
1794         * src/common/plugin.c
1795         * src/common/plugin.h
1796         * src/common/prefs.c
1797         * src/common/prefs.h
1798         * src/common/progressindicator.c
1799         * src/common/progressindicator.h
1800         * src/common/quoted-printable.c
1801         * src/common/quoted-printable.h
1802         * src/common/session.c
1803         * src/common/session.h
1804         * src/common/smtp.c
1805         * src/common/smtp.h
1806         * src/common/socket.c
1807         * src/common/socket.h
1808         * src/common/ssl.c
1809         * src/common/ssl.h
1810         * src/common/ssl_certificate.c
1811         * src/common/ssl_certificate.h
1812         * src/common/string_match.c
1813         * src/common/string_match.h
1814         * src/common/stringtable.c
1815         * src/common/sylpheed.c
1816         * src/common/sylpheed.h
1817         * src/common/template.c
1818         * src/common/template.h
1819         * src/common/timing.h
1820         * src/common/utils.c
1821         * src/common/utils.h
1822         * src/common/uuencode.c
1823         * src/common/uuencode.h
1824         * src/common/version.h.in
1825         * src/common/xml.c
1826         * src/common/xml.h
1827         * src/common/xmlprops.c
1828         * src/common/xmlprops.h
1829         * src/gtk/about.c
1830         * src/gtk/about.h
1831         * src/gtk/colorlabel.c
1832         * src/gtk/colorlabel.h
1833         * src/gtk/colorsel.c
1834         * src/gtk/colorsel.h
1835         * src/gtk/description_window.c
1836         * src/gtk/description_window.h
1837         * src/gtk/filesel.c
1838         * src/gtk/filesel.h
1839         * src/gtk/foldersort.c
1840         * src/gtk/foldersort.h
1841         * src/gtk/gtkutils.c
1842         * src/gtk/gtkutils.h
1843         * src/gtk/inputdialog.c
1844         * src/gtk/inputdialog.h
1845         * src/gtk/logwindow.c
1846         * src/gtk/logwindow.h
1847         * src/gtk/manage_window.c
1848         * src/gtk/manage_window.h
1849         * src/gtk/menu.c
1850         * src/gtk/menu.h
1851         * src/gtk/pluginwindow.c
1852         * src/gtk/pluginwindow.h
1853         * src/gtk/prefswindow.c
1854         * src/gtk/prefswindow.h
1855         * src/gtk/progressdialog.c
1856         * src/gtk/progressdialog.h
1857         * src/gtk/quicksearch.c
1858         * src/gtk/quicksearch.h
1859         * src/gtk/sslcertwindow.c
1860         * src/gtk/sslcertwindow.h
1861         * src/plugins/clamav/clamav_plugin.c
1862         * src/plugins/clamav/clamav_plugin.h
1863         * src/plugins/clamav/clamav_plugin_gtk.c
1864         * src/plugins/demo/demo.c
1865         * src/plugins/dillo_viewer/dillo_prefs.c
1866         * src/plugins/dillo_viewer/dillo_prefs.h
1867         * src/plugins/dillo_viewer/dillo_viewer.c
1868         * src/plugins/mathml_viewer/mathml_viewer.c
1869         * src/plugins/pgpcore/passphrase.c
1870         * src/plugins/pgpcore/passphrase.h
1871         * src/plugins/pgpcore/plugin.c
1872         * src/plugins/pgpcore/prefs_gpg.c
1873         * src/plugins/pgpcore/prefs_gpg.h
1874         * src/plugins/pgpcore/select-keys.c
1875         * src/plugins/pgpcore/select-keys.h
1876         * src/plugins/pgpcore/sgpgme.c
1877         * src/plugins/pgpcore/sgpgme.h
1878         * src/plugins/pgpinline/pgpinline.c
1879         * src/plugins/pgpinline/pgpinline.h
1880         * src/plugins/pgpinline/plugin.c
1881         * src/plugins/pgpmime/pgpmime.c
1882         * src/plugins/pgpmime/pgpmime.h
1883         * src/plugins/pgpmime/plugin.c
1884         * src/plugins/spamassassin/spamassassin.c
1885         * src/plugins/spamassassin/spamassassin.h
1886         * src/plugins/spamassassin/spamassassin_gtk.c
1887         * src/plugins/trayicon/trayicon.c
1888         * tools/OOo2sylpheed.pl
1889         * tools/acroread2sylpheed.pl
1890         * tools/asus_mailled.sh
1891         * tools/filter_conv.pl
1892         * tools/freshmeat_search.pl
1893         * tools/google_search.pl
1894         * tools/kmail2sylpheed.pl
1895         * tools/kmail2sylpheed_v2.pl
1896         * tools/maildir2sylpheed.pl
1897         * tools/multiwebsearch.pl
1898         * tools/newscache_clean.pl
1899         * tools/outlook2sylpheed.pl
1900         * tools/sylpheed-switcher
1901         * tools/update-po
1902         * tools/vcard2xml.py
1903         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1904                 update FSF address
1905
1906 2005-09-21 [colin]      1.9.14cvs46
1907
1908         * src/gedit-print.c
1909         * src/procmsg.c
1910         * src/procmsg.h
1911         * src/textview.c
1912         * src/summaryview.c
1913                 Remove some printing hacks (deselection/reselection),
1914                 which by the way fix printing the currently 
1915                 displayed mime part (still only text)
1916                 Plus a little optimisation of summary_show
1917
1918
1919 2005-09-20 [colin]      1.9.14cvs45
1920
1921         * src/mainwindow.c
1922         * src/messageview.c
1923                 GUI fixups: add accels, set message
1924                 view title to displayed mail's subject
1925         * src/prefs_spelling.c
1926         * src/gtk/gtkaspell.c
1927                 GUI fixups: allow underlining misspelled
1928                 words instead of coloring them (a11y!)
1929
1930 2005-09-19 [colin]
1931
1932         1.9.15rc3 released
1933
1934 2005-09-19 [colin]      1.9.14cvs44
1935
1936         * src/compose.c
1937                 Fix draft message
1938         * src/gtk/gtkaspell.c
1939                 Fix wrong test ;-)
1940
1941 2005-09-19 [colin]      1.9.14cvs43
1942
1943         * src/addressbook.c
1944                 Fix sensitivity of Delete button
1945         * src/compose.c
1946                 Warn if the requested Privacy system
1947                 is not available
1948         * src/exphtmldlg.c
1949         * src/expldifdlg.c
1950         * src/importldif.c
1951         * src/importmutt.c
1952         * src/importpine.c
1953                 Fix crappy UI
1954         * src/
1955         * src/ssl.h
1956         * src/prefs_account.h
1957         * src/prefs_account.c
1958                 Save SSL prefs even in builds that have
1959                 SSL support disable
1960         * src/imap.c
1961         * src/inc.c
1962         * src/news.c
1963         * src/send_message.c
1964                 Warn if connection should be secure, but
1965                 SSL support isn't compiled in
1966         * src/gtkaspell.c
1967                 Fix word separation on UTF-8 systems
1968                 Fixes bug #812 (Strange inline spellchecking)
1969         * src/compose.c
1970                 Warn if the requested Privacy system
1971                 is not available
1972                 Factorize offline warning
1973         * src/imap.c
1974         * src/imap_gtk.c
1975         * src/imap_gtk.h
1976         * src/inc.h
1977         * src/news_gtk.c
1978         * src/news_gtk.h
1979         * src/messageview.c
1980                 Factorize offline warning
1981
1982 2005-09-19 [paul]
1983
1984         1.9.15-rc2 released
1985
1986 2005-09-18 [colin]      1.9.14cvs42
1987
1988         * src/codeconv.c
1989         * src/codeconv.h
1990         * src/procmime.c
1991                 Add a way to get locale's charset ignoring utf-8,
1992                 and use that as default encoding for broken mails
1993
1994 2005-09-18 [colin]      1.9.14cvs41
1995
1996         * src/gtk/logwindow.c
1997                 Translate string. Patch by Fabien Vantard
1998
1999 2005-09-18 [colin]      1.9.14cvs40
2000
2001         * configure.ac
2002                 Fix bug #803 (IMAP/SSL support breaks with 
2003                 GnuTLS libetpan 0.38)
2004
2005 2005-09-18 [colin]      1.9.14cvs39
2006
2007         * src/codeconv.c
2008         * src/compose.c
2009         * src/procmime.c
2010                 More charsets fixes. Fixes bug #806 (non
2011                 ascii characters in subject line)
2012
2013 2005-09-17 [paul]       1.9.14cvs38
2014
2015         * src/folderview.c
2016         * src/mainwindow.c
2017                 fix gcc-2.95 issues
2018                 Patch by Pawel Pekala
2019
2020 2005-09-17 [colin]      1.9.14cvs37
2021
2022         * src/addrindex.c
2023                 bugfix for NO-USE LDAP compilation, patch 
2024                 by Fabien Vantard
2025
2026 2005-09-17 [colin]      1.9.14cvs36
2027
2028         * src/prefs_actions.c
2029         * src/prefs_customheader.c
2030         * src/prefs_display_header.c
2031         * src/prefs_filtering_action.c
2032         * src/prefs_matcher.c
2033         * src/prefs_toolbar.c
2034                 Fix strange casts (less elegant but
2035                 works better)
2036
2037 2005-09-16 [colin]      1.9.14cvs35
2038
2039         * src/jpilot.c
2040                 Missed that one
2041
2042 2005-09-16 [colin]      1.9.14cvs34
2043
2044         * configure.ac
2045         * src/Makefile.am
2046         * src/addr_compl.c
2047         * src/addrindex.c
2048         * src/browseldap.c
2049         * src/editldap.c
2050         * src/ldaplocate.c
2051         * src/ldapquery.c
2052         * src/ldapquery.h
2053         * src/ldapserver.c
2054         * src/ldapserver.h
2055         * src/main.c
2056         * src/matcher_parser_parse.y
2057         * src/prefs_themes.c
2058         * src/etpan/Makefile.am
2059         * src/gtk/description_window.c
2060         * src/plugins/clamav/Makefile.am
2061         * src/plugins/clamav/clamav_plugin.c
2062         * src/plugins/dillo_viewer/Makefile.am
2063         * src/plugins/pgpcore/Makefile.am
2064         * src/plugins/pgpinline/Makefile.am
2065         * src/plugins/pgpmime/Makefile.am
2066         * src/plugins/trayicon/Makefile.am
2067                 Fix 100% cpu usage in address completion list
2068                 Fix little bugs (return with no values etc)
2069                 Fix all warnings (with common CFLAGS)
2070
2071 2005-09-15 [colin]      1.9.14cvs33
2072
2073         * src/addressbook.c
2074                 Fix bug where sometimes a group's email list is empty,
2075                 force its refresh (probably fixes "Re: how to create a 
2076                 distribution list")
2077         * src/ldapquery.c
2078                 Don't return to the callback in the main thread from the
2079                 fetch thread (or face segs!)
2080
2081 2005-09-15 [paul]       1.9.14cvs32
2082
2083         * src/prefs_matcher.c
2084                 forgotten in last commit
2085
2086 2005-09-15 [paul]       1.9.14cvs31
2087
2088         * src/prefs_actions.c
2089         * src/prefs_filtering_action.c
2090         * src/prefs_quote.c
2091         * src/quote_fmt.c
2092         * src/summaryview.c
2093         * src/gtk/description_window.c
2094         * src/gtk/description_window.h
2095         * src/gtk/quicksearch.c
2096                 allow interaction with the called
2097                 description window
2098                 Patch by Anders Hammar
2099
2100 2005-09-14 [paul]       1.9.14cvs30
2101
2102         * src/compose.c
2103                 fix a little annoyance when pasting with 3rd button 
2104                 with wrap_pastes=0 and wrap_input=1
2105                 Patch by Colin
2106
2107 2005-09-14 [paul]       1.9.14cvs29
2108
2109         * src/prefs_account.c
2110                 disable 'Filter messages on receiving' for
2111                 SMTP-only accounts
2112                 Patch  by Anders Hammar
2113
2114 2005-09-14 [paul]       1.9.14cvs28
2115
2116         * po/sk.po
2117                 fix crash
2118                 updated by Andrej Kacian
2119
2120 2005-09-14 [paul]
2121
2122         1.9.15-rc1 released
2123
2124 2005-09-14 [paul]       1.9.14cvs27
2125
2126         * po/es.po
2127                 updated by Ricardo Mones Lastra
2128         * src/compose.c
2129         * src/compose.h
2130                 associate no_wrap_tags to Compose windows
2131                 instead of using a static one
2132                 Patch by Colin
2133         * src/mbox.c
2134                 fix proc_mbox()
2135                 Patch by wwp
2136         * src/textview.c
2137                 remove unneeded printf()
2138
2139 2005-09-14 [paul]       1.9.14cvs26
2140
2141         * src/addrcache.c
2142         * src/codeconv.h
2143         * src/folder.h
2144         * src/mainwindow.h
2145         * src/mh.c
2146         * src/mimeview.h
2147         * src/partial_download.c
2148         * src/pop.c
2149         * src/prefs_account.c
2150         * src/prefs_account.h
2151         * src/prefs_actions.c
2152         * src/prefs_customheader.c
2153         * src/prefs_display_header.c
2154         * src/prefs_filtering_action.c
2155         * src/prefs_matcher.c
2156         * src/prefs_toolbar.c
2157         * src/privacy.h
2158         * src/procmime.c
2159         * src/procmime.h
2160         * src/procmsg.h
2161         * src/textview.c
2162         * src/undo.h
2163         * src/common/plugin.c
2164         * src/common/session.h
2165         * src/common/socket.c
2166         * src/common/socket.h
2167         * src/common/template.c
2168         * src/gtk/gtkaspell.c
2169         * src/gtk/quicksearch.h
2170         * src/plugins/pgpcore/passphrase.c
2171         * src/plugins/pgpcore/prefs_gpg.h
2172         * src/plugins/pgpcore/select-keys.c
2173         * src/plugins/pgpcore/select-keys.h
2174         * src/plugins/pgpcore/sgpgme.c
2175         * src/plugins/pgpinline/pgpinline.c
2176         * src/plugins/pgpmime/pgpmime.c
2177         * src/plugins/trayicon/trayicon.c
2178                 fix compilation warnings
2179                 Patch by Daniel Gustafson
2180
2181 2005-09-14 [paul]       1.9.14cvs25
2182
2183         * src/addressbook.c
2184                 add missing column header, and other small
2185                 bug fixes
2186                 Patch by Anders Hammar
2187
2188 2005-09-13 [colin]      1.9.14cvs24
2189
2190         * src/gtk/gtkaspell.c
2191                 Fix non-utf8 in menu
2192                 Fix little leaks
2193                 Nullify struct members after free()s
2194
2195 2005-09-13 [colin]      1.9.14cvs23
2196
2197         * src/compose.c
2198                 Test utf8 compliance before inserting to 
2199                 buffer, and try to convert if necessary
2200         * src/procmime.c
2201                 If no charset is present, use the locale 
2202                 one instead of us-ascii
2203         * src/procmsg.c
2204                 Add Sender, List-Post and To in the checked 
2205                 headers for automatic rules creation 
2206                 (thanks to wwp)
2207         * src/prefs_themes.c
2208         * src/gtk/gtkaspell.c
2209                 Remove deprecated functions. 
2210                 patch by Daniel Gustafson
2211
2212 2005-09-12 [colin]      1.9.14cvs22
2213
2214         * src/compose.c
2215                 Fix bug #448 (Scrolling/Redraw issue with 
2216                 address-fields in Header)
2217         * src/mainwindow.c
2218         * src/summaryview.c
2219         * src/summaryview.h
2220                 Fix loss of MSG_MARKED on move/copy
2221                 Fix bug #804 (Quicksearch togglebutton doesn't 
2222                 get depressed after '/' key is pressed)
2223
2224 2005-09-12 [paul]       1.9.14cvs21
2225
2226         * AUTHORS
2227         * src/gtk/logwindow.c
2228                 add 'Clear Log' to popup menu
2229                 Patch by Anders Hammar <anders.hammar@telia.com>
2230
2231 2005-09-12 [paul]       1.9.14cvs20
2232
2233         * src/compose.c
2234                 set correct sensitivity on attachments
2235                 popup menu
2236         * src/folder.c
2237                 fix typo
2238         * src/prefs_spelling.c
2239                 fix crash when no LANG env is set
2240         * src/common/xml.c
2241                 fix crash in wizard
2242                 don't use memeory after free
2243
2244         All patches by Daniel Gustafson
2245
2246 2005-09-12 [paul]       1.9.14cvs19
2247
2248         * src/prefs_themes.c
2249                 make theme info selectable
2250         * src/gtk/description_window.c
2251                 make window non-modal
2252         * tools/README
2253                 add details of asus_mailed.sh
2254         * tools/claws.i18n.status.pl
2255                 update for new zh_TW translator
2256                 widen the output
2257                 create alternate coloured lines
2258                 improve readability
2259
2260 2005-09-10 [colin]      1.9.14cvs18
2261
2262         * src/plugins/pgpcore/select-keys.c
2263                 Better order for the buttons
2264
2265 2005-09-10 [colin]      1.9.14cvs17
2266
2267         * src/compose.c
2268         * src/plugins/pgpcore/select-keys.c
2269         * src/plugins/pgpcore/select-keys.h
2270         * src/plugins/pgpcore/sgpgme.c
2271                 Add a "Don't encrypt" button to the key
2272                 selection dialog. Fixes bug #177 (There should be a 
2273                 'Don't encrypt button in the Select Keys dialog)
2274
2275 2005-09-10 [colin]      1.9.14cvs16
2276
2277         * src/compose.c
2278                 Fix bug #572 (%X option does not work with templates)
2279
2280 2005-09-10 [colin]      1.9.14cvs15
2281
2282         * src/toolbar.c 
2283                 Remove g_print
2284
2285 2005-09-10 [colin]      1.9.14cvs14
2286
2287         * src/imap.c
2288                 Fix a possible crash
2289
2290 2005-09-09 [colin]      1.9.14cvs13
2291
2292         * src/imap.c
2293         * src/etpan/imap-thread.c
2294         * src/etpan/imap-thread.h
2295                 Fix moving from queue or drafts to normal folders
2296                 Fix bug #794 (No way to delete without expunging)
2297                 Take flags unset by other mailers into account
2298                 Take deleted flag set by other mailers into account
2299                 Fix unsetting REPLIED flag
2300                 Fix crash when capabilities can't be retrieved
2301         * src/mainwindow.c
2302         * src/mainwindow.h
2303                 Add M_DELAYED_FLAGS condition, and let the user use
2304                 Execute in order to be able to expunge deleted mails,
2305                 even if he's not in delayed execute mode
2306         * src/prefs_spelling.c
2307                 Use 'en' dictionary by default if LANG is POSIX or C
2308         * src/gtk/prefswindow.c
2309                 Fix bug #767 (Preferences windows expanding) by making
2310                 the window a bit larger when the resolution is greater
2311                 than 640x480, and by putting the prefs in a
2312                 GtkScrolledWindow.
2313
2314 2005-09-09 [paul]       1.9.14cvs12
2315
2316         * AUTHORS
2317         * configure.ac
2318         * po/zh_TW.Big5.po      ** REMOVED **
2319         * po/zh_TW.po           ** ADDED **
2320                 updated by Wei-Lun Chao
2321
2322 2005-09-09 [paul]       1.9.14cvs11
2323
2324         * src/mainwindow.c
2325                 fix asserts
2326         * src/common/xml.c
2327                 delay memory allocation until file is
2328                 opened successfully
2329                 Patch by Daniel Gustafson
2330
2331 2005-09-09 [cleroy]     1.9.14cvs10
2332
2333         * src/imap.c
2334                 Add guards
2335
2336 2005-09-08 [colin]      1.9.14cvs9
2337
2338         * src/compose.c
2339                 Alert when we can't save draft
2340                 Fix various wrap/color issues
2341                 Add mid-click pasting respecting wrap_paste option
2342         * src/folder.c
2343         * src/folder.h
2344         * src/folder_item_prefs.c
2345         * src/folder_item_prefs.h
2346         * src/imap.c
2347         * src/imap_gtk.c
2348         * src/imap_gtk.h
2349         * src/main.c
2350         * src/mainwindow.c
2351         * src/mainwindow.h
2352         * src/news.c
2353         * src/news_gtk.c
2354         * src/news_gtk.h
2355         * src/prefs_folder_item.c
2356                 Fix the impossibility to synchronise folders for
2357                 offline use (IMAP and NNTP are concerned)
2358
2359 2005-09-08 [colin]      1.9.14cvs8
2360
2361         * configure.ac
2362                 Build LDAP and JPilot by default if available
2363         * src/textview.c
2364                 Fix use after free
2365
2366 2005-09-08 [paul]       1.9.14cvs7
2367
2368         * doc/manual/en/sylpheed-1.html
2369         * doc/manual/en/sylpheed-18.html
2370         * doc/manual/en/sylpheed-19.html
2371         * doc/manual/en/sylpheed-4.html
2372         * doc/manual/en/sylpheed-6.html
2373         * doc/manual/en/sylpheed.html
2374                 a few minor updates, plus include some
2375                 details about plugins and their requirements
2376         * src/mainwindow.c
2377                 minor changes to English in /View/Sort
2378
2379 2005-09-07 [colin]      1.9.14cvs6
2380
2381         * doc/manual/en/sylpheed-1.html
2382         * doc/manual/en/sylpheed-10.html
2383         * doc/manual/en/sylpheed-11.html
2384         * doc/manual/en/sylpheed-12.html
2385         * doc/manual/en/sylpheed-13.html
2386         * doc/manual/en/sylpheed-14.html
2387         * doc/manual/en/sylpheed-15.html
2388         * doc/manual/en/sylpheed-16.html
2389         * doc/manual/en/sylpheed-17.html
2390         * doc/manual/en/sylpheed-18.html
2391         * doc/manual/en/sylpheed-19.html
2392         * doc/manual/en/sylpheed-2.html
2393         * doc/manual/en/sylpheed-20.html
2394         * doc/manual/en/sylpheed-21.html
2395         * doc/manual/en/sylpheed-22.html
2396         * doc/manual/en/sylpheed-3.html
2397         * doc/manual/en/sylpheed-4.html
2398         * doc/manual/en/sylpheed-5.html
2399         * doc/manual/en/sylpheed-6.html
2400         * doc/manual/en/sylpheed-7.html
2401         * doc/manual/en/sylpheed-8.html
2402         * doc/manual/en/sylpheed-9.html
2403         * doc/manual/en/sylpheed.html
2404                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
2405
2406 2005-09-07 [colin]      1.9.14cvs5
2407
2408         * src/mainwindow.c
2409                 Make labels more to-the-point
2410
2411 2005-09-07 [colin]      1.9.14cvs4
2412
2413         * doc/manual/en/sylpheed-1.html
2414         * doc/manual/en/sylpheed-12.html
2415         * doc/manual/en/sylpheed-13.html
2416         * doc/manual/en/sylpheed-14.html
2417         * doc/manual/en/sylpheed-15.html
2418         * doc/manual/en/sylpheed-16.html
2419         * doc/manual/en/sylpheed-17.html
2420         * doc/manual/en/sylpheed-18.html
2421         * doc/manual/en/sylpheed-19.html
2422         * doc/manual/en/sylpheed-2.html
2423         * doc/manual/en/sylpheed-20.html
2424         * doc/manual/en/sylpheed-21.html
2425         * doc/manual/en/sylpheed-22.html
2426         * doc/manual/en/sylpheed-4.html
2427         * doc/manual/en/sylpheed-5.html
2428         * doc/manual/en/sylpheed-6.html
2429         * doc/manual/en/sylpheed-7.html
2430         * doc/manual/en/sylpheed-8.html
2431         * doc/manual/en/sylpheed-9.html
2432         * doc/manual/en/sylpheed.html
2433                 Update manual
2434
2435 2005-09-07 [colin]      1.9.14cvs3
2436
2437         * doc/faq/en/sylpheed-faq-1.html
2438         * doc/faq/en/sylpheed-faq-2.html
2439         * doc/faq/en/sylpheed-faq-3.html
2440         * doc/faq/en/sylpheed-faq.html
2441                 Update FAQ
2442
2443 2005-09-07 [colin]      1.9.14cvs2
2444
2445         * src/folderview.c
2446         * src/procmsg.c
2447         * src/summaryview.c
2448         * src/toolbar.c
2449                 Fix special subfolders:
2450                 - Inherit parent's icon
2451                 - sent contents of queues subfolders
2452                 - empty subfolders of trashes
2453         * src/mainwindow.c
2454                 Remove outdated manual and faq entries
2455         * src/common/utils.c
2456                 Add quotes around %s coming from mailcap
2457
2458 2005-09-07 [colin]      1.9.14cvs1
2459
2460         * src/compose.c
2461                 After saving draft, set modified to FALSE
2462         * src/mimeview.c
2463         * src/common/utils.c
2464         * src/common/utils.h
2465                 Try to open mime parts using what is 
2466                 indicated in ~/.mailcap or /etc/mailcap,
2467                 if possible.
2468
2469 2005-09-05 [paul]       1.9.14
2470
2471         1.9.14 released
2472
2473         * po/sk.po
2474                 updated by Andrej Kacian
2475
2476 2005-09-05 [paul]       1.9.13cvs83
2477
2478         * po/de.po
2479         * po/es.po
2480         * po/fi.po
2481         * po/fr.po
2482         * po/nb.po
2483         * po/pt_BR.po
2484         * po/sr.po
2485                 updated translations by Thomas Gilgin, Ricardo Mones
2486                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
2487                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
2488
2489 2005-09-04 [paul]       1.9.13cvs82
2490
2491         * src/compose.c
2492                 only warn about exceeded line length limit
2493                 on send
2494
2495 2005-09-04 [paul]       1.9.13cvs81
2496
2497         * src/compose.c
2498                 fix crash in 'line length exceeded' dialogue
2499
2500 2005-09-02 [paul]       1.9.13cvs80
2501
2502         * src/imap.c
2503                 fix bug 795, 'Connection lost IMAP'
2504                 and add statusbar prints
2505                 Patch by Colin
2506
2507 2005-09-02 [paul]       1.9.13cvs79
2508
2509         * src/compose.c
2510                 compose_wrap_paragraph() becomes
2511                 compose_beautify_paragraph()
2512                 Patch by Colin
2513
2514 2005-09-02 [cleroy]     1.9.13cvs78
2515
2516         * src/folderview.c
2517                 Micro-fix
2518
2519 2005-09-01 [colin]      1.9.13cvs77
2520
2521         * src/imap.c
2522                 Maybe fix bug #795 (Connection lost IMAP)
2523                 Don't try to send logout when we're disconnected.
2524         * src/summaryview.c
2525                 Include locked and marked emails in HRM
2526                 view. Fixes bug #800 (Locked messages no longer 
2527                 show up when hide read messages is used)
2528
2529 2005-09-01 [paul]       1.9.13cvs76
2530
2531         * src/prefs_common.c
2532                 fix bad cutting
2533
2534 2005-08-31 [colin]      1.9.13cvs75
2535
2536         * src/folderview.c
2537         * src/folderview.h
2538         * src/prefs_summaries.c
2539         * src/summaryview.c
2540                 Fix "go to next new", fix preference
2541                 (Open unread/next swapped)
2542
2543 2005-08-31 [paul]       1.9.13cvs74
2544
2545         * src/compose.c
2546         * src/folderview.c
2547         * src/headerview.c
2548         * src/headerview.h
2549         * src/mainwindow.c
2550         * src/prefs_common.c
2551         * src/prefs_common.h
2552         * src/prefs_fonts.c
2553         * src/summaryview.c
2554         * src/textview.c
2555         * src/common/defs.h
2556                 remove obsolete BOLD_FONT setting
2557                 fix font update in headerview and textview
2558                 headers after prefs change
2559                 Patch By Colin
2560
2561 2005-08-31 [paul]
2562
2563         1.9.14-rc4 released
2564
2565 2005-08-30 [colin]      1.9.13cvs73
2566
2567         * src/summaryview.c
2568                 When Hide read messages is selected and we
2569                 refresh the summaryview, don't remove the 
2570                 currently displayed message. Fixes bug #797
2571                 (Summary view reloads when new mail is 
2572                 downloaded in 1.9.14 rc)
2573
2574 2005-08-30 [colin]      1.9.13cvs72
2575
2576         * src/folderview.c
2577                 Fix flickering
2578         * src/mainwindow.c
2579                 Remove useless callback
2580         * src/mimeview.c
2581         * src/gtk/filesel.c
2582         * src/gtk/filesel.h
2583                 Add a filesel_select_file_save_folder() - used by Save All
2584
2585 2005-08-29 [paul]       1.9.13cvs71
2586
2587         * AUTHORS
2588         * src/matcher_parser_parse.y
2589         * src/etpan/imap-thread.c
2590                 fix building on FreeBSD
2591                 Patch by Daniel Gustafson <daniel@hobbit.se>
2592
2593 2005-08-29 [paul]       1.9.13cvs70
2594
2595         * src/plugins/pgpinline/pgpinline.c
2596                 only initialise sig result if it's been handled
2597                 Patch by Colin
2598
2599 2005-08-29 [paul]       1.9.13cvs69
2600         
2601         Patches by Colin:
2602
2603         * src/imap.c
2604         * src/common.utils.c
2605         * src/common/utils.h
2606                 optimisation
2607         * src/stock_pixmap.h
2608                 fix wrong icon reference
2609         * src/pixmaps/trash_btn.xpm
2610                 replace with nicer image
2611
2612 2005-08-28 [colin]      1.9.13cvs68
2613
2614         * src/Makefile.am
2615         * src/stock_pixmap.c
2616         * src/stock_pixmap.h
2617         * src/toolbar.c
2618         * src/pixmaps/trash_btn.xpm
2619                 Add a specific trash xpm for the button
2620
2621 2005-08-28 [colin]      1.9.13cvs67
2622
2623         * src/imap.c
2624                 Fix leak
2625
2626 2005-08-27 [colin]      1.9.13cvs66
2627
2628         * src/imap.c
2629         * src/procmime.c
2630                 Correctly fix "Problem with replies", fixes
2631                 pgpmime encryption too. 
2632
2633 2005-08-27 [colin]      1.9.13cvs65
2634
2635         * src/folder.c
2636         * src/procmsg.c
2637         * src/procmsg.h
2638         * src/summaryview.c
2639                 Fix bug #517 (messages removed from summaryview 
2640                 when moving fails)
2641
2642 2005-08-27 [colin]      1.9.13cvs64
2643
2644         * tools/Makefile.am
2645         * tools/asus_mailled.sh
2646                 Add a script to blink ASUS laptops' mail LED where there
2647                 is unread mail.
2648
2649 2005-08-27 [colin]      1.9.13cvs63
2650
2651         * src/imap.c
2652         * src/etpan/imap-thread.c
2653         * src/etpan/imap-thread.h
2654                 Implement automatic choosing of login method
2655                 Fixes bug #791
2656         * src/gtk/.cvsignore
2657                 Add sylpheed-marshal.[ch]
2658
2659 2005-08-27 [colin]      1.9.13cvs62
2660
2661         * src/common/utils.c
2662                 Fix confusing perror
2663
2664 2005-08-27 [colin]      1.9.13cvs61
2665
2666         * src/toolbar.c
2667         * src/toolbar.h
2668                 Remove A_DELETE, replace it with 
2669                 A_TRASH and A_DELETE_REAL. Automatically
2670                 rewrite config files to replace A_DELETE
2671                 with A_TRASH (no functionality change).
2672                 Fixes half of #794
2673
2674 2005-08-26 [colin]      1.9.13cvs60
2675
2676         * src/procmime.c
2677                 Previous "Problem with replies" fix brought other
2678                 problems, fixing them
2679
2680 2005-08-26 [colin]      1.9.13cvs59
2681
2682         * src/procmime.c
2683                 Fix "Problem with replies". This happened only
2684                 on IMAP...
2685         * src/procmsg.c
2686                 Factorize code a bit
2687         * src/compose.c
2688                 Speed improvement on very long messages (wrapping)
2689                 Fix signature color on Reedit and Redirect
2690                 On Reedit, don't attach pgp-signatures parts, but
2691                 set signing to On.
2692
2693 2005-08-24 [paul]       1.9.13cvs58
2694
2695         * src/compose.c
2696                 don't claim success when clicking
2697                 Cancel on the passphrase box.
2698                 Patch by Colin
2699
2700 2005-08-24 [paul]       1.9.13cvs57
2701
2702         * src/main.c
2703                 fix misplaced sylpheed.log
2704         * src/common/defs.h
2705                 define UIDL_DIR
2706
2707 2005-08-24 [paul]       1.9.13cvs56
2708
2709         * src/imap.c
2710         * src/etpan/imap-thread.c
2711         * src/etpan/imap-thread.h
2712                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
2713                 Patch by Colin
2714         * src/gtk/sylpheed-marshal.c    ** REMOVED **
2715         * src/gtk/sylpheed-marshal.h    ** REMOVED **
2716                 remove autogenerated files
2717         * tools/kdeservicemenu/README
2718         * tools/kdeservicemenu/install.sh
2719         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2720         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2721                 use Claws icon, use 'Sylpheed-Claws' in menu,
2722                 use kdialog, and other cleanups
2723
2724 2005-08-23 [paul]       1.9.13cvs55
2725
2726         * src/compose.c
2727                 fix paste/wrap crash
2728                 Patch by Colin
2729
2730 2005-08-23 [paul]       1.9.13cvs54
2731
2732         * src/main.c
2733                 fix crash recovery
2734                 Patch by Colin
2735
2736 2005-08-23 [paul]       1.9.13cvs53
2737
2738         * src/addressbook.c
2739         * src/editaddress.c
2740                 view all data of LDAP contacts
2741                 Patch by Colin
2742
2743 2005-08-23 [paul]       1.9.13cvs52
2744
2745         * src/addressbook.c
2746                 fix issues with the Search field
2747                 Patch by Colin
2748
2749 2005-08-22 [paul]       1.9.13cvs51
2750
2751         * src/folderview.c
2752                 put name of folder in processing dialog
2753                 title
2754         * src/prefs_folder_item.c
2755                 improve english usage
2756
2757 2005-08-22 [paul]       1.9.13cvs50
2758
2759         * src/filtering.c
2760         * src/filtering.h
2761         * src/matcher.c
2762         * src/matcher_parser_lex.l
2763         * src/matcher_parser_parse.y
2764         * src/prefs_filtering.c
2765                 add Filtering/Processing rule names feature.
2766                 (the incompatible old matcherrc is saved as
2767                 matcherrc.pre_names).
2768                 Patch by Colin
2769
2770 2005-08-22 [paul]       1.9.13cvs49
2771
2772         * src/procmsg.c
2773                 fix colour labelling
2774                 Patch by Colin
2775
2776 2005-08-22 [paul]       1.9.13cvs48
2777
2778         * src/textview.c
2779                 fix open_image_cb()
2780
2781 2005-08-22 [paul]       1.9.13cvs47
2782
2783         * src/imap.c
2784                 fix bug 789, 'SC crashes with imap (CVS ver)'
2785                 Patch by Colin
2786
2787 2005-08-22 [paul]       1.9.13cvs46
2788
2789         * src/mimeview.c
2790         * src/prefs_common.c
2791         * src/common/defs.h
2792                 define reused defaults in defs.h
2793         * src/textview.c
2794                 add 'Open image' to image popup menu
2795
2796 2005-08-21 [colin]      1.9.13cvs45
2797
2798         * src/summaryview.c
2799                 Fix bug #788 (Bogus "From" address displayed)
2800
2801 2005-08-20 [colin]      1.9.13cvs44
2802
2803         * src/folder.c
2804                 Fix buf #787 (multilevel delete causes SIGSEGV)
2805
2806 2005-08-19 [colin]      1.9.13cvs43
2807
2808         * src/inc.c
2809         * src/prefs_common.c
2810         * src/prefs_common.h
2811                 Add an hidden pref to allow modifying the
2812                 update stepping in incorporation.
2813                 Patch by wwp.
2814
2815 2005-08-19 [colin]      1.9.13cvs42
2816
2817         * src/compose.c
2818         * src/procmime.c
2819                 Workaround for broken MUAs: encode 
2820                 Content-type: name: as ASCII and 
2821                 Content-Disposition: filename: as
2822                 per rfc2231
2823         * src/prefs_account.c
2824                 Fix invisible-ness of SMTP SSL prefs
2825                 in NNTP accounts
2826
2827 2005-08-19 [paul]       1.9.13cvs41
2828
2829         * src/compose.c
2830         * src/prefs_common.c
2831         * src/prefs_common.h
2832         * src/prefs_wrapping.c
2833                 paste with or without wrapping.
2834                 patch by Colin
2835
2836 2005-08-19 [paul]       1.9.13cvs40
2837
2838         * src/prefs_common.c
2839         * src/prefs_common.h
2840         * src/summaryview.c
2841                 reintroduce enable_swap_from as a
2842                 hidden pref. patch by Colin
2843         * src/quote_fmt_parse.y
2844         * src/plugins/clamav/clamav_plugin.c
2845         * src/plugins/dillo_viewer/dillo_viewer.c
2846         * src/plugins/mathml_viewer/mathml_viewer.c
2847         * src/plugins/pgpcore/sgpgme.c
2848         * src/plugins/pgpinline/pgpinline.c
2849         * src/plugins/pgpmime/pgpmime.c
2850                 tidy up. patch by Colin
2851
2852 2005-08-19 [paul]       1.9.13cvs39
2853
2854         * configure.ac
2855                 complete cvs38's sync
2856         * src/editaddress.c
2857         * src/gedit-print.c
2858         * src/mutt.c
2859         * src/etpan/etpan-log.c
2860         * src/etpan/imap-thread.c
2861         * src/gtk/gtksourceprintjob.c
2862                 fix compilation warnings
2863                 (patch by Colin)
2864
2865 2005-08-19 [paul]       1.9.13cvs38
2866
2867         sync with main:
2868
2869         * src/account.c
2870         * src/action.c
2871         * src/addrbook.c
2872         * src/addrcache.c
2873         * src/addrharvest.c
2874         * src/addrindex.c
2875         * src/codeconv.c
2876         * src/compose.c
2877         * src/crash.c
2878         * src/exporthtml.c
2879         * src/exportldif.c
2880         * src/folder.c
2881         * src/image_viewer.c
2882         * src/inc.c
2883         * src/inc.h
2884         * src/jpilot.c
2885         * src/ldif.c
2886         * src/main.c
2887         * src/matcher.c
2888         * src/mbox.c
2889         * src/messageview.c
2890         * src/mh.c
2891         * src/mimeview.c
2892         * src/msgcache.c
2893         * src/mutt.c
2894         * src/news.c
2895         * src/partial_download.c
2896         * src/pine.c
2897         * src/pop.c
2898         * src/prefs_actions.c
2899         * src/prefs_common.c
2900         * src/prefs_customheader.c
2901         * src/prefs_display_header.c
2902         * src/prefs_gtk.c
2903         * src/prefs_themes.c
2904         * src/procheader.c
2905         * src/procmime.c
2906         * src/procmsg.c
2907         * src/recv.c
2908         * src/send_message.c
2909         * src/simple-gettext.c
2910         * src/sourcewindow.c
2911         * src/textview.c
2912         * src/vcard.c
2913         * src/common/defs.h
2914         * src/common/log.c
2915         * src/common/plugin.c
2916         * src/common/prefs.c
2917         * src/common/session.c
2918         * src/common/session.h
2919         * src/common/socket.c
2920         * src/common/socket.h
2921         * src/common/ssl_certificate.c
2922         * src/common/template.c
2923         * src/common/utils.c
2924         * src/common/utils.h
2925         * src/common/xml.c
2926         * src/gtk/about.c
2927         added wrappers for C library function that
2928                 take pathname arguments.
2929                 enabled compilation with MinGW.
2930                 use GDir instead of directly using opendir().
2931                 added rename_force().
2932
2933 2005-08-19 [paul]       1.9.13cvs37
2934         
2935         patches by Colin:
2936         * src/compose.c
2937                 fix privacy settings on re-editing
2938                 a sent message
2939         * src/jpilot.c
2940                 fix encoding bug
2941         * src/folder.c
2942         * src/procmsg.c
2943         * src/procmsg.h
2944         * src/summaryview.c
2945                 flag changing optimisation
2946
2947 2005-08-18 [martin]     1.9.13cvs36
2948
2949         * commitHelper
2950             added my login
2951         * src/addrcache.c
2952         * src/addrharvest.c
2953         * src/addrindex.c
2954         * src/compose.c
2955         * src/grouplistdialog.c
2956         * src/main.c
2957         * src/mainwindow.c
2958         * src/msgcache.c
2959         * src/mutt.c
2960         * src/pine.c
2961         * src/prefs_account.c
2962         * src/prefs_themes.c
2963         * src/stock_pixmap.c
2964         * src/summaryview.c
2965         * src/gtk/about.c
2966         * src/gtk/logwindow.c
2967             removed deprecated glib and gdk stuff
2968         * src/plugins/pgpcore/select-keys.c
2969             convert attributes from locale to utf8
2970
2971 2005-08-17 [paul]       1.9.13cvs35
2972
2973         * src/account.c
2974         * src/addressbook.c
2975                 use new GTK_STOCK_ icons if available
2976         * src/summaryview.c
2977         * src/gtk/gtksctree.c
2978         * src/gtk/gtksctree.h
2979                 faster range select. patch by Colin
2980
2981 2005-08-17 [paul]       1.9.13cvs34
2982
2983         patches by colin:
2984         * src/addressbook.c
2985         * src/addressitem.h
2986                 Add an edit button for contacts, fix selections
2987                 of gtksctree items
2988         * src/editaddress.c
2989                 Change labels, let Save be always possible in the
2990                 email and user atributes tabs
2991         * src/folderview.c
2992                 fix sort issues
2993         * src/summaryview.c
2994                 select next item instead of the displayed one
2995                 after deletion
2996
2997         * src/gtk/progressdialog.c
2998                 use prefs_common.enable_rules_hint
2999
3000 2005-08-13 [hoa]        1.9.13cvs33
3001
3002         * src/etpan/imap-thread.c
3003                 fixed build on Solaris.
3004
3005 2005-08-10 [colin]      1.9.13cvs32
3006
3007         * src/procmsg.c
3008                 Fix cvs31 (missing fclose before reading
3009                 the file)
3010
3011 2005-08-10 [colin]      1.9.13cvs31
3012
3013         * src/procmsg.c
3014                 Fix procmsg_msginfo_new_from_mimeinfo() when
3015                 the MimeInfo isn't stored in memory. This fixes
3016                 replying to an attached message.
3017
3018 2005-08-10 [colin]      1.9.13cvs30
3019
3020         * src/mainwindow.c
3021                 Fix slowness in account changing
3022
3023 2005-08-10 [colin]      1.9.13cvs29
3024
3025         * src/folder.c
3026         * src/folderutils.c
3027         * src/folderview.c
3028         * src/imap_gtk.c
3029         * src/mainwindow.c
3030         * src/mh_gtk.c
3031         * src/procmsg.c
3032         * src/summaryview.c
3033                 Optimize folder_has_parent_of_type
3034                 Prevent moving special sub-folders from contextual menus
3035                 Rework message a bit ("Empty all messages" -> "Delete all
3036                 messages")
3037                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
3038                 and "Deleted Items" folders)
3039
3040 2005-08-08 [colin]      1.9.13cvs28
3041
3042         * src/summaryview.c
3043         * src/prefs_summaries.c
3044                 Make "Select first unread|new" more flexible
3045                 (just prioritize new or unread)
3046
3047 2005-08-08 [colin]      1.9.13cvs27
3048
3049         * src/summaryview.c
3050                 If "select first new" is selected and there only
3051                 are unread messages, fallback to "select first
3052                 unread".
3053
3054 2005-08-08 [colin]      1.9.13cvs26
3055
3056         * src/folder.c
3057                 Fix shameful bugs (and bug #779)
3058
3059 2005-08-08 [colin]      1.9.13cvs25
3060
3061         * src/folder.c
3062         * src/folder.h
3063                 Cache parents' type to make folder_has_parent_of_type
3064                 faster
3065         * src/folderview.c
3066                 Forbid DnD of special sub-folders
3067         * src/procmsg.c
3068         * src/procmsg.h
3069                 Add MAIL_POSTFILTERING_HOOK
3070         * src/summaryview.c
3071                 Revert over-zealous deletion of the use_addr_book 
3072                 code
3073
3074 2005-08-07 [colin]      1.9.13cvs24
3075
3076         * src/folder.c
3077                 Fix big mistake (passing MsgInfo instead 
3078                 of FolderItem)
3079
3080 2005-08-07 [colin]      1.9.13cvs23
3081
3082         * src/compose.c
3083         * src/folder.c
3084         * src/folder.h
3085         * src/foldersel.c
3086         * src/folderutils.c
3087         * src/folderview.c
3088         * src/imap.c
3089         * src/mainwindow.c
3090         * src/messageview.c
3091         * src/mh.c
3092         * src/msgcache.c
3093         * src/procmime.c
3094         * src/summaryview.c
3095                 Make subfolders of Drafts, Queue, Outbox, Trash
3096                 work like their parents. 
3097                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
3098
3099 2005-08-07 [colin]      1.9.13cvs22
3100
3101         * src/addressbook.c
3102                 Fix bug #771 (Dragged contacts not saved)
3103
3104 2005-08-07 [paul]       1.9.13cvs21
3105
3106         * src/summaryview.c
3107                 fix bug 32 'Search Doesn't display results
3108                 if "Hide Read Messages" is chosen'
3109                 be more literal in interpreting 'Hide read
3110                 messages'
3111
3112 2005-08-07 [colin]      1.9.13cvs20
3113
3114         * src/folderview.c
3115                 Add debug
3116         * src/summaryview.c
3117                 Faster 'unthread_for_execution'
3118
3119 2005-08-06 [paul]       1.9.13cvs19
3120
3121         * src/mainwindow.c
3122                 add mnemonics to Set displayed columns
3123                 fix bug where msgview_visible option was
3124                 overwritten as TRUE on startup
3125
3126 2005-08-06 [paul]       1.9.13cvs18
3127
3128         * src/mainwindow.c
3129                 refer to 'displayed columns in folder/message
3130                 list' not 'displayed items in summary/message view'
3131         * src/prefs_display_header.c
3132                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
3133                 be consistent with similar dialogues
3134         * src/prefs_folder_column.c
3135         * src/prefs_summary_column.c
3136                 'columns' not 'items', and folder and message lists,
3137                 instead of folder and summary views;
3138                 Use 'Hidden columns' as list heading not 'Available
3139                 items';
3140                 move the 'Remove' button to the right hand side;
3141                 top-align the buttons;
3142                 remove unneeded vbox
3143         * src/prefs_summaries.c
3144                 put the 2 column prefs buttons in a frame to reduce
3145                 overall width; refer to columns not items &c.
3146
3147 2005-08-05 [colin]      1.9.13cvs17
3148
3149         * src/prefs_common.c
3150         * src/prefs_common.h
3151         * src/mainwindow.c
3152         * src/compose.c
3153         * src/messageview.c
3154                 Add an hidden toolbar_detachable pref, so
3155                 that I can get rid of these painful handles
3156                 in the toolbars. Defaults to TRUE to avoid
3157                 changing the GUI on unsuspecting people...
3158
3159 2005-08-05 [colin]      1.9.13cvs16
3160
3161         * src/Makefile.am
3162         * src/prefs_folder_column.c
3163         * src/prefs_folder_column.h
3164                 Add prefs for folder columns
3165         * src/folderview.c
3166         * src/folderview.h
3167         * src/mainwindow.c
3168         * src/mainwindow.h
3169         * src/prefs_common.c
3170         * src/prefs_common.h
3171         * src/prefs_summaries.c
3172                 Use them
3173         * src/prefs_summary_column.c
3174         * src/summaryview.c
3175         * src/summaryview.h
3176                 Add a To column
3177         * src/textview.c
3178         * src/common/utils.c
3179         * src/common/utils.h
3180                 Move uri colourisation functions
3181                 to utils
3182         * src/compose.c
3183                 Colourise URIs
3184         * src/imap.c
3185                 Fix bug with LIST where we'd try
3186                 to get Folder//////[...]/// 
3187
3188 2005-08-05 [paul]       1.9.13cvs15
3189
3190         * src/prefs_summaries.c
3191                 improve the English usage
3192         * src/summaryview.c
3193                 set font on column change
3194                 thanks to Colin
3195
3196 2005-08-05 [paul]       1.9.13cvs14
3197
3198         * src/prefs_common.c
3199         * src/prefs_common.h
3200         * src/prefs_summaries.c
3201         * src/summaryview.c
3202                 replace 'open_unread_on_enter' option with
3203                 'select_on_entry' option. opening/not opening
3204                 is now exclusively controlled by 'always_show_msg'
3205
3206 2005-08-04 [colin]      1.9.13cvs13
3207
3208         * src/compose.c
3209                 Remove dead code
3210                 Add colourisation of quotes and signatures
3211         * src/folderview.c
3212                 Fix possible crashes
3213         * src/messageview.c
3214                 Change an assert that is no problem
3215         * src/news.c
3216         * src/news_gtk.c
3217         * src/news_gtk.h
3218                 Fix offline mode
3219         * src/gtk/quicksearch.c
3220                 Fix a possible crash
3221
3222 2005-08-03 [colin]      1.9.13cvs12
3223
3224         * src/prefs_account.c
3225                 Fix bug #777 (Sylpheed crash in account configuration)
3226
3227 2005-08-03 [colin]      1.9.13cvs11
3228
3229         * src/addressbook.c
3230         * src/editaddress.c
3231         * src/editgroup.c
3232                 Fixing addressbook, round 2
3233         * src/textview.c
3234                 Fix emphasis color on rechecking 'Colorize messages'
3235
3236 2005-08-03 [paul]       1.9.13cvs10
3237
3238         sync with main
3239
3240         * src/addr_compl.c
3241         * src/compose.c
3242         * src/main.c
3243         * src/pop.c
3244         * src/prefs_account.c
3245         * src/procmime.c
3246         * src/procmsg.c
3247         * src/quote_fmt_parse.y
3248         * src/textview.c
3249         * src/common/quoted-printable.c
3250         * src/common/utils.c
3251         * src/common/utils.h
3252         * src/common/xml.c
3253                 replaced incorrect locale-independent
3254                 ctype functions with GLib's. Corrected
3255                 signedness mismatch.
3256         * src/headerview.c
3257                 headerview_create(): added spacing for vbox.
3258         * src/gtk/about.c
3259                 set focus to the OK button.
3260
3261 2005-08-03 [colin]      1.9.13cvs9
3262
3263         * src/folderview.c
3264                 Fix possible crash
3265
3266 2005-08-02 [colin]      1.9.13cvs8
3267
3268         * src/mainwindow.c
3269                 Fix cast
3270         * src/addressbook.c
3271         * src/addressitem.h
3272                 Fix a cast and more generally, try to make the
3273                 GUI more intuitive and consistent (round 1)
3274
3275 2005-08-02 [paul]       1.9.13cvs7
3276
3277         * src/folder.h
3278                 missing in 1.9.13cvs6
3279
3280 2005-08-02 [colin]      1.9.13cvs6
3281
3282         * src/folder.c
3283                 Fix one more leak
3284
3285 2005-08-02 [colin]      1.9.13cvs5
3286
3287         * src/folder.c
3288         * src/folderview.c
3289         * src/imap.c
3290         * src/main.c
3291         * src/mbox.c
3292         * src/procmsg.c
3293         * src/summaryview.c
3294                 Fix a number of folder_item_get_msg_list()-related
3295                 leaks (missing procmsg_msginfo_free()s)
3296
3297 2005-08-01 [colin]      1.9.13cvs4
3298
3299         * src/folderview.c
3300         * src/folderview.h
3301         * src/mainwindow.c
3302         * src/prefs_fonts.c
3303         * src/prefs_summaries.c
3304         * src/prefs_themes.c
3305         * src/summaryview.c
3306         * src/summaryview.h
3307         * src/textview.c
3308         * src/textview.h
3309                 Fix instant-apply of summary and folderview-related prefs
3310                 Fix erroneous g_free and alertpanels in prefs_theme
3311                 Add instant-apply for fonts
3312                 Defer applying of prefs a little bit so it's done only
3313                 once even if requested by multiples prefs pages
3314
3315 2005-08-01 [paul]       1.9.13cvs3
3316
3317         * src/main.c
3318                 fix bug 776 'S.C. crashes on close'
3319                 thanks to Colin
3320         * src/etpan/etpan-thread-manager-types.h
3321                 add missing include
3322                 thanks to Hoa
3323
3324 2005-07-25 [paul]       1.9.13cvs2
3325
3326         * src/summaryview.c
3327                 fix typos. spotted by Fabien Vantard
3328
3329 2005-07-24 [paul]       1.9.13cvs1
3330
3331         * doc/man/sylpheed.1
3332                 update man page, incorporating fix of
3333                 bug 769 'Typo in manpage'
3334         * src/etpan/imap-thread.c
3335                 fix NetBSD openssl dependencies. patch by
3336                 George Michaelson <ggm@apnic.net>
3337         * po/pt_BR.po
3338                 updated by Frederico Goncalves Guimaraes
3339
3340 2005-07-22 [paul]       1.9.13
3341
3342         1.9.13 release
3343
3344 2005-07-22 [paul]       1.9.12cvs91
3345
3346         * AUTHORS
3347         * INSTALL
3348         * README.claws
3349         * RELEASE_NOTES.claws
3350                 updated for release
3351         * configure.ac
3352         * po/nb.po
3353         * tools/claws.i18n.status.pl
3354                 add Norwegian translation. submiited by
3355                 Geir Helland <pjallabais@users.sourceforge.net>
3356         * po/ca.po
3357         * po/de.po
3358         * po/es.po
3359         * po/fi.po
3360         * po/fr.po
3361         * po/it.po
3362         * po/sk.po
3363         * po/sr.po
3364         * po/zh_CN.po
3365                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
3366                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
3367                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
3368                 Yang Guilong
3369         * src/plugins/clamav/clamav_plugin_gtk.c
3370         * src/plugins/spamassassin/spamassassin_gtk.c
3371                 replace outdated description strings
3372
3373 2005-07-21 [colin]      1.9.12cvs90
3374
3375         * src/folder.c
3376                 Set folder to batch mode when scanning it. Makes deletion
3377                 of unread mails on IMAP much faster (due to the UNREAD 
3378                 flag unsetting)
3379
3380 2005-07-21 [darko]      1.9.12cvs89
3381
3382         * configure.ac
3383                 link against libresolv if necessary (patch by Paul)
3384         * src/msgcache.c
3385                 use glib's portable macros to determine endianness
3386
3387 2005-07-21 [paul]       1.9.12cvs88
3388
3389         * src/crash.c
3390         * src/gtk/about.c
3391                 update compiled-in features list
3392
3393 2005-07-20 [colin]      1.9.12cvs87
3394
3395         * src/folder.c
3396         * src/textview.c
3397                 Gcc 2.9x compilation fixes, thanks to Darko
3398         * src/plugins/clamav/clamav_plugin.c
3399                 Little optimisation: load virus database only once
3400         * src/plugins/spamassassin/spamassassin.c
3401                 Big optimisation: filtering one mail took at least 1 second,
3402                 now it takes at least 50ms. Doesn't speed up spamassassin 
3403                 itself, but should already be much more tolerable.
3404
3405 2005-07-20 [colin]      1.9.12cvs86
3406
3407         * src/summaryview.c
3408                 Fix performance issue
3409
3410 2005-07-19 [colin]      1.9.12cvs85
3411
3412         * src/plugins/pgpinline/plugin.c
3413                 Fix warning
3414
3415 2005-07-19 [colin]      1.9.12cvs84
3416
3417         * configure.ac
3418         * src/plugins/Makefile.am
3419         * src/plugins/pgpinline/.cvsignore
3420         * src/plugins/pgpinline/Makefile.am
3421         * src/plugins/pgpinline/pgpinline.c
3422         * src/plugins/pgpinline/pgpinline.deps
3423         * src/plugins/pgpinline/pgpinline.h
3424         * src/plugins/pgpinline/plugin.c
3425                 Put pgpinline in the main tree
3426
3427 2005-07-19 [paul]       1.9.12cvs83
3428
3429         * src/prefs_actions.c
3430                 prevent '//' in menu names, which cause a crash
3431                 thanks to Colin
3432
3433 2005-07-19 [paul]       1.9.12cvs82
3434
3435         * configure.ac
3436                 be generally more informative in configure output.
3437                 OpenSSL: correction: '[ --enable-openssl ...' -> 
3438                 '[ --disable-openssl ...', as --enable-openssl is default
3439                 PGP/MIME: don't check for GPGME again, check for
3440                 pgpcore instead. Therefore prevent the possibility of
3441                 attempting to build pgpmime if pgpcore dependencies are
3442                 not met
3443                 ClamAV: use pkgconfig to check for lib
3444                 libgnomeprint: revert logic on inner test to match
3445                 everything else
3446         * src/plugins/pgpcore/sgpgme.c
3447                 add missing include
3448
3449 2005-07-19 [colin]      1.9.12cvs81
3450
3451         * src/summaryview.c
3452                 Fix slow thread rebuilding in particular
3453                 cases
3454
3455 2005-07-19 [paul]       1.9.12cvs80
3456
3457         * sylpheed-claws.desktop
3458                 fix typo, spotted by Stephan Sachse
3459         * src/account.c
3460                 replace GTK_STOCK_ADD with
3461                 GTK_STOCK_NEW button
3462
3463 2005-07-18 [colin]      1.9.12cvs79
3464
3465         * src/etpan/imap-thread.c
3466                 Fix return value (Thanks Hoa)
3467
3468 2005-07-18 [colin]      1.9.12cvs78
3469
3470         * src/imap.c
3471                 Allow empty passwords
3472                 Create drafts/queue/outbox if necessary
3473         * src/summaryview.c
3474                 Remove old code
3475         * src/etpan/imap-thread.c
3476                 Fix STARTTLS (Thanks to Hoa)
3477
3478 2005-07-18 [paul]       1.9.12cvs77
3479
3480         * ChangeLog-gtk2.jp
3481         * ChangeLog.jp
3482                 removed
3483         * Makefile.am
3484                 updated to reflect additions and removals
3485         * TODO
3486                 updated to be claws-specific
3487         * TODO-gtk2
3488         * TODO-gtk2.jp
3489         * TODO.jp
3490         * sylpheed-128x128.png
3491         * sylpheed-64x64.png
3492                 removed
3493         * sylpheed-claws-128x128.png
3494         * sylpheed-claws-64x64.png
3495         * sylpheed-claws.desktop
3496         * sylpheed-claws.png
3497                 added
3498         * sylpheed.desktop
3499         * sylpheed.png
3500                 removed
3501
3502 2005-07-17 [paul]       1.9.12cvs76
3503
3504         * src/account.c
3505         * src/addressbook.c
3506         * src/alertpanel.c
3507         * src/alertpanel.h
3508         * src/compose.c
3509         * src/exphtmldlg.c
3510         * src/expldifdlg.c
3511         * src/folderview.c
3512         * src/imap_gtk.c
3513         * src/inc.c
3514         * src/message_search.c
3515         * src/messageview.c
3516         * src/mh_gtk.c
3517         * src/news_gtk.c
3518         * src/prefs_actions.c
3519         * src/prefs_filtering.c
3520         * src/prefs_matcher.c
3521         * src/prefs_template.c
3522         * src/prefs_themes.c
3523         * src/ssl_manager.c
3524         * src/summary_search.c
3525         * src/textview.c
3526         * src/toolbar.c
3527         * src/gtk/sslcertwindow.c
3528         * src/plugins/pgpcore/sgpgme.c
3529                 rework alertpanels
3530
3531 2005-07-17 [colin]      1.9.12cvs75
3532
3533         * src/privacy.c
3534                 add a PrivacySystem accessor that checks that
3535                 the system cached in a MimeInfo's privacydata
3536                 is still registered. Use this accessor instead
3537                 of directly using data->system. Fixes crashes
3538                 after unloading pgp plugins.
3539
3540 2005-07-17 [colin]      1.9.12cvs74
3541
3542         * src/alertpanel.c
3543                 Change geometry hints to a simple default size.
3544                 Fixes the certs dialogs.
3545
3546 2005-07-17 [colin]      1.9.12cvs73
3547
3548         * src/gtk/sslcertwindow.c
3549                 Use a gtkExpander
3550
3551 2005-07-17 [colin]      1.9.12cvs72
3552
3553         * src/plugins/pgpcore/Makefile.am
3554         * src/plugins/pgpmime/Makefile.am
3555                 Add gpgme libs
3556
3557 2005-07-17 [paul]       1.9.12cvs71
3558
3559         * configure.ac
3560                 add --disable-gnomeprint option
3561                 modified version of patch by Marius Mauch
3562
3563 2005-07-17 [paul]       1.9.12cvs70
3564
3565         * src/common/defs.h
3566                 update urls
3567         * src/account.c
3568         * src/action.c
3569         * src/addressbook.c
3570         * src/compose.c
3571         * src/foldersel.c
3572         * src/folderview.c
3573         * src/html.c
3574         * src/imap_gtk.c
3575         * src/main.c
3576         * src/mainwindow.c
3577         * src/messageview.c
3578         * src/mh_gtk.c
3579         * src/mimeview.c
3580         * src/news_gtk.c
3581         * src/prefs_account.c
3582         * src/prefs_send.c
3583         * src/prefs_summaries.c
3584         * src/procmsg.c
3585         * src/summaryview.c
3586         * src/common/utils.c
3587         * src/common/xml.c
3588         * src/plugins/pgpcore/passphrase.c
3589         * src/plugins/pgpcore/select-keys.c
3590                 replace inappropriately used backticks
3591                 with single quotes
3592
3593 2005-07-16 [colin]      1.9.12cvs69
3594
3595         * src/image_viewer.c
3596                 Add extra paranoid checks
3597
3598 2005-07-16 [colin]      1.9.12cvs68
3599
3600         * src/plugins/pgpcore/prefs_gpg.c
3601                 Don't auto-check sigs by default, as it
3602                 can be really slow.
3603
3604 2005-07-16 [colin]      1.9.12cvs67
3605
3606         * src/plugins/pgpcore/sgpgme.c
3607                 Make messages a bit better.
3608
3609 2005-07-16 [colin]      1.9.12cvs66
3610
3611         * src/imap.c
3612                 Remove pseudo-log
3613         * src/etpan/imap-thread.c
3614                 Add real log
3615
3616 2005-07-16 [colin]      1.9.12cvs65
3617
3618         * src/main.c
3619         * src/prefs_other.c
3620                 And now, fix build with libetpan :-/
3621
3622 2005-07-15 [colin]      1.9.12cvs64
3623
3624         * src/prefs_other.c
3625                 Continue fixing build without libetpan.
3626
3627 2005-07-15 [colin]      1.9.12cvs63
3628
3629         * src/main.c
3630                 Fix build with --disable-libetpan
3631
3632 2005-07-15 [colin]      1.9.12cvs62
3633
3634         * configure.ac
3635                 Bump libetpan's version
3636
3637 2005-07-15 [colin]      1.9.12cvs61
3638
3639         * src/etpan/imap-thread.c
3640                 Actually stop logging :)
3641
3642 2005-07-15 [colin]      1.9.12cvs60
3643
3644         * src/addressbook.c
3645                 Fix dnd of multiple addresses.
3646
3647 2005-07-15 [hoa]        1.9.12cvs59
3648
3649         * src/etpan/imap-thread.c
3650             disable login of IMAP password in libetpan log file.
3651
3652 2005-07-15 [paul]       1.9.12cvs58
3653
3654         * src/account.c
3655                 don't automatically sort
3656                 do allow drag n drop
3657
3658 2005-07-15 [paul]       1.9.12cvs57
3659
3660         * src/account.c
3661         * src/ssl_manager.c
3662                 alphabetical listing
3663
3664 2005-07-15 [paul]       1.9.12cvs56
3665
3666         * src/gtk/pluginwindow.c
3667                 sort plugin list alphabetically
3668
3669 2005-07-15 [paul]       1.9.12cvs55
3670
3671         * src/prefs_spelling.c
3672         * src/prefs_wrapping.c
3673                 unify English usage
3674
3675 2005-07-15 [colin]      1.9.12cvs54
3676
3677         * src/wizard.c
3678                 Typo fix
3679
3680 2005-07-15 [paul]       1.9.12cvs53
3681
3682         * src/prefs_message.c
3683                 make 'show cursor' a hidden option
3684
3685 2005-07-14 [colin]      1.9.12cvs52
3686
3687         * src/plugins/spamassassin/Makefile.am
3688         * src/plugins/clamav/Makefile.am
3689                 Fix double EXTRA_DISTs
3690
3691 2005-07-14 [colin]      1.9.12cvs51
3692
3693         * src/plugins/clamav/Makefile.am
3694         * src/plugins/clamav/clamav_plugin_gtk.deps
3695         * src/plugins/spamassassin/Makefile.am
3696         * src/plugins/spamassassin/spamassassin_gtk.deps
3697                 Make $plugin_gtk depend on $plugin
3698
3699 2005-07-14 [hoa]        1.9.12cvs50
3700
3701         * src/etpan/imap-thread.c
3702                 enable debug log of libetpan when running with --debug
3703
3704 2005-07-14 [colin]      1.9.12cvs49
3705
3706         * configure.ac
3707         * src/common/Makefile.am
3708         * src/common/plugin.c
3709         * src/common/plugin.h
3710                 Add a little plugin dependancy system.
3711                 Plugins can ship a $plugin_name.deps file
3712                 (near them in PLUGINDIR) so that their
3713                 dependancies are loaded if possible.
3714         * src/plugins/Makefile.am
3715         * src/plugins/pgpcore/Makefile.am
3716         * src/plugins/pgpcore/passphrase.c
3717         * src/plugins/pgpcore/passphrase.h
3718         * src/plugins/pgpcore/plugin.c
3719         * src/plugins/pgpcore/prefs_gpg.c
3720         * src/plugins/pgpcore/prefs_gpg.h
3721         * src/plugins/pgpcore/select-keys.c
3722         * src/plugins/pgpcore/select-keys.h
3723         * src/plugins/pgpcore/sgpgme.c
3724         * src/plugins/pgpcore/sgpgme.h
3725                 Introduce pgpcore, used by pgpmime and
3726                 pgpinline
3727         * src/plugins/pgpmime/Makefile.am
3728         * src/plugins/pgpmime/passphrase.c
3729         * src/plugins/pgpmime/passphrase.h
3730         * src/plugins/pgpmime/pgpmime.c
3731         * src/plugins/pgpmime/pgpmime.deps
3732         * src/plugins/pgpmime/plugin.c
3733         * src/plugins/pgpmime/prefs_gpg.c
3734         * src/plugins/pgpmime/prefs_gpg.h
3735         * src/plugins/pgpmime/select-keys.c
3736         * src/plugins/pgpmime/select-keys.h
3737         * src/plugins/pgpmime/sgpgme.c
3738         * src/plugins/pgpmime/sgpgme.h
3739                 Remove the core from pgpmime and add the
3740                 dependancy to pgpcore.
3741
3742 2005-07-14 [paul]       1.9.12cvs48
3743
3744         * src/stock_pixmap.c
3745                 forgot this in last commit
3746
3747 2005-07-14 [paul]       1.9.12cvs47
3748
3749         * src/account.c
3750         * src/addressbook.c
3751                 add accelerators for the buttons (sync with main)
3752         * src/compose.c
3753         * src/compose.h
3754                 add accelerators for the buttons.
3755                 fix editing with external editor.
3756                 replace gdk_input_*() with GIOChannel;
3757                 (sync with main)
3758         * src/foldersel.c
3759                 display folder names with new/unread
3760                 representation (sync with main)
3761         * src/main.c
3762                 specify default window icon (sync with main)
3763         * src/prefs_common.c
3764                 use_addr_book default to FALSE
3765         * src/summaryview.c
3766         * src/textview.c
3767                 add accelerators for the buttons (sync with main)
3768         * src/gtk/menu.c
3769                 fix typos
3770         * src/pixmaps/sylpheed_icon.xpm
3771                 updated
3772
3773 2005-07-13 [paul]       1.9.12cvs46
3774
3775         * src/plugins/pgpmime/pgpmime.c
3776         * src/plugins/pgpmime/sgpgme.c
3777                 (temporarily) use deprecated gpgme_data_rewind()
3778                 while largefile support is not present
3779                 (as suggested by Colin)
3780
3781 2005-07-13 [paul]       1.9.12cvs45
3782
3783         * configure.ac
3784                 remove large file support (for now):
3785                 it breaks too many things
3786
3787 2005-07-13 [paul]       1.9.12cvs44
3788
3789         * configure.ac
3790                 add large file support
3791         * src/html.c
3792                 fix bug #763 where href attribute was not
3793                 the very first attribute of a link
3794                 patch by Thomas Gilgin
3795
3796 2005-07-13 [colin]      1.9.12cvs43
3797
3798         * src/gtk/pluginwindow.c
3799                 Little portability fix
3800
3801 2005-07-13 [colin]      1.9.12cvs42
3802
3803         * src/plugins/pgpmime/sgpgme.c
3804                 Fix crasher.
3805
3806 2005-07-13 [colin]      1.9.12cvs41
3807
3808         * src/plugins/pgpmime/pgpmime.c
3809         * src/plugins/pgpmime/sgpgme.c
3810                 Use gpgme_data_release_and_get_mem instead
3811                 of gpgme_data_read.
3812
3813 2005-07-13 [colin]      1.9.12cvs40
3814
3815         * configure.ac
3816         * src/plugins/pgpmime/passphrase.c
3817         * src/plugins/pgpmime/passphrase.h
3818         * src/plugins/pgpmime/pgpmime.c
3819         * src/plugins/pgpmime/plugin.c
3820         * src/plugins/pgpmime/select-keys.c
3821         * src/plugins/pgpmime/select-keys.h
3822         * src/plugins/pgpmime/sgpgme.c
3823         * src/plugins/pgpmime/sgpgme.h
3824                 Port pgpmime to gpgme-1.0.
3825
3826 2005-07-12 [paul]       1.9.12cvs39
3827
3828         * AUTHORS
3829         * src/toolbar.c
3830         * src/toolbar.h
3831                 add a 'Go to Prev' button to the toolbar.
3832                 correct tooltip text of go to buttons.
3833                 based on patch by Yang Guilong <bamanzi@gmail.com>
3834
3835 2005-07-12 [colin]      1.9.12cvs38
3836
3837         * src/statusbar.c
3838                 Fix progress bar showing stuff at startup.
3839
3840 2005-07-12 [paul]       1.9.12cvs37
3841
3842         * src/editjpilot.c
3843                 fix building with jpilot support
3844
3845 2005-07-11 [colin]      1.9.12cvs36
3846
3847         * src/inc.c
3848                 Add visual indication that filtering is running
3849         * src/textview.c
3850                 Make {}[] uri delimiters
3851         * src/summaryview.c
3852                 Remove useless (and slow) calls
3853
3854 2005-07-11 [paul]       1.9.12cvs35
3855
3856         * src/plugins/clamav/clamav_plugin_gtk.c
3857         * src/plugins/dillo_viewer/dillo_prefs.c
3858         * src/plugins/pgpmime/prefs_gpg.c
3859         * src/plugins/spamassassin/spamassassin_gtk.c
3860                 gather plugins prefs together under their
3861                 own 'Plugins' heading
3862
3863 2005-07-11 [paul]       1.9.12cvs34
3864
3865         sync with main
3866
3867         * src/account.c
3868                 account_delete(): modified alert dialog
3869         * src/editjpilot.c
3870         * src/editvcard.c
3871                 fixed a crash when cancelling file selection
3872                 dialog by Escape key. Made non-ascii filename
3873                 selectable.
3874         * src/prefs_template.c
3875                 prefs_template_window_create(): make scrolled
3876                 window policy AUTOMATIC
3877
3878 2005-07-10 [hoa]        1.9.12cvs33
3879
3880         * src/etpan/imap-thread.c
3881                 workaround for old Courier IMAP servers.
3882
3883 2005-07-10 [colin]      1.9.12cvs32
3884
3885         * src/folder.c
3886         * src/statusbar.c
3887         * src/statusbar.h
3888                 Add visual progress indicator on filtering/processing
3889                 Factorize the progress bar code
3890         * src/imap.c
3891         * src/imap.h
3892         * src/etpan/imap-thread.c
3893                 Add a reference counter to avoid destroying the Folder
3894                 while it's in use by another callback.
3895
3896 2005-07-09 [hoa]        1.9.12cvs31
3897
3898         * src/imap.c
3899         * src/etpan/imap-thread.c
3900                 fixed deadlock when removing IMAP account.
3901
3902 2005-07-08 [colin]      1.9.12cvs30
3903
3904         * src/textview.c
3905         * src/unmime.c
3906                 Fix again problems decoding broken headers
3907         * src/gtk/inputdialog.c
3908                 Fix local variable shadowing a global one
3909
3910 2005-07-08 [colin]      1.9.12cvs29
3911
3912         * src/msgcache.c
3913                 Make the cache/mark files platform-agnostic by writing
3914                 them in little-endian format. Reading them is also done
3915                 in little-endian format, of course; however, in order
3916                 to avoid trashing mark data on big-endian machines, the
3917                 files are, at first, read from the native format if the
3918                 little-endian one doesn't exist. This is easy to deter-
3919                 mine by trying to open a file with a swapped data_ver
3920                 and seeing if it's the wanted version.
3921                 Little-endian using users should see absolutely no
3922                 difference, Big-endian users may get a very little
3923                 performance drop due to byte-swapping.
3924                 Tested on i386 and ppc32. 
3925                 Fixes bug #159 (The index file, in the mailboxes, is 
3926                 hardware depending).
3927
3928                 To have the cache/mark files updated to the new little-
3929                 endian format, "Check for new messages" or even
3930                 "Rebuild folder tree" aren't enough. Files will be
3931                 updated as soon as a folder has been opened/closed.
3932                 To update everything, just select all folders by
3933                 selecting them one by one.
3934
3935 2005-07-07 [colin]      1.9.12cvs28
3936
3937         * src/imap.c
3938                 Remember the folder separator per IMAPFolder
3939                 instead of globally.
3940                 Revive the Session on noop; fixes bug #761
3941                 (mark a bunch of unread messages as read takes 
3942                 forever)
3943
3944 2005-07-07 [darko]      1.9.12cvs27
3945
3946         * src/common/template.c
3947                 Sort templates alphabetically
3948
3949 2005-07-06 [colin]      1.9.12cvs26
3950
3951         * src/imap.c
3952                 Try to use the correct separator in
3953                 most cases. Possibly fixes bug #759
3954                 (only creates the INBOX folder when 
3955                 setting up new IMAP account) and 
3956                 bug #760 (Can't retrieve messages)
3957
3958 2005-07-06 [colin]      1.9.12cvs25
3959
3960         * src/imap.c
3961                 Use real_path in status command. This will
3962                 help later, when namespaces will be used.
3963
3964 2005-07-06 [colin]      1.9.12cvs24
3965
3966         * configure.ac
3967         * src/account.c
3968         * src/folder.c
3969         * src/imap.c
3970         * src/etpan/etpan-log.c
3971         * src/etpan/etpan-thread-manager.c
3972         * src/etpan/imap-thread.c
3973                 Add a --disable-libetpan parameter. With this,
3974                 users that don't want IMAP4 support can avoid
3975                 the new dependancy (and have no IMAP support).
3976                 Users that have IMAP4 accounts and use this
3977                 parameter won't lose their configuration, their
3978                 IMAP accounts will just be invisible and not
3979                 used.
3980         * src/textview.c
3981                 Make the "Copy ..." contextual menu items 
3982                 copy to both the X clipboard and the gtk 
3983                 clipboard - as most other apps do.
3984         * src/gtk/about.c
3985                 Add a notice about OpenSSL usage, in order to
3986                 comply with OpenSSL's license (point 6):
3987                 http://www.openssl.org/source/license.html
3988
3989 2005-07-06 [colin]      1.9.12cvs23
3990
3991         * src/alertpanel.c
3992                 Fix a minimum size for alertpanels
3993         * src/compose.c
3994                 Show 'No space left on device' type errors
3995                 when queuing/sending
3996         * src/imap_gtk.c
3997         * src/mh_gtk.c
3998                 Rework folder's deletion message (remove 
3999                 extra \n)
4000
4001 2005-07-05 [colin]      1.9.12cvs22
4002
4003         * src/imap.c
4004                 Add an alertpanel on auth error
4005                 Add pseudo-log
4006                 Remove pthread-related stuff
4007
4008 2005-07-05 [colin]      1.9.12cvs21
4009
4010         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4011                 Fix crash on plugin reloading (with a hack)
4012
4013 2005-07-05 [colin]      1.9.12cvs20
4014
4015         * src/prefs_account.c
4016         * src/prefs_account.h
4017                 Fix typo
4018         * src/gtk/filesel.c
4019         * src/gtk/filesel.h
4020                 Add a way to filter the view
4021         * src/gtk/pluginwindow.c
4022                 Filter loadable stuff
4023         * src/plugins/pgpmime/prefs_gpg.c
4024                 Fix missing unregistration
4025         * .cvsignore
4026         * src/etpan/.cvsignore
4027         * src/plugins/spamassassin/.cvsignore
4028                 Add more stuff to cvs ignored files
4029
4030 2005-07-04 [colin]      1.9.12cvs19
4031
4032         * src/imap.c
4033                 Fix scan_required returning FALSE when it
4034                 shouldn't. Maybe fix #760 (Can't retrieve
4035                 messages)
4036
4037 2005-07-04 [colin]      1.9.12cvs18
4038
4039         * src/summaryview.c
4040                 Fix always_show_msg pref
4041
4042 2005-07-04 [paul]       1.9.12cvs17
4043
4044         sync with main (forgotten in last commit)
4045         
4046         * src/common/utils.c
4047         * src/common/utils.h
4048                 check_line_length(): new.
4049                 is_dir_exist()
4050                 is_file_entry_exist()
4051                 dirent_is_regular_file()
4052                 dirent_is_directory(): use g_file_test() instead of stat().
4053
4054 2005-07-04 [paul]       1.9.12cvs16
4055
4056         sync with main:
4057
4058         * src/compose.c
4059                 compose_write_to_file(): check for line
4060                 length limit and display warning if exceeds
4061         * src/jpilot.c
4062                 use get_home_dir() instead of g_get_home_dir()
4063         * src/procheader.c
4064                 removed warning about invalid date
4065         * src/vcard.c
4066                 use get_home_dir() instead of g_get_home_dir()
4067
4068 2005-07-04 [paul]       1.9.12cvs15
4069
4070         * src/stock_pixmap.c
4071                 fix new pixmap naming errors
4072                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
4073
4074 2005-07-04 [colin]      1.9.12cvs14
4075
4076         * src/imap.c
4077                 Fix debugging string with a warning
4078
4079 2005-07-04 [colin]      1.9.12cvs13
4080
4081         * configure.ac
4082                 Add a check for libetpan's version (>= 0.37)
4083
4084 2005-07-04 [hoa]        1.9.12cvs12
4085
4086         * commitHelper
4087         * src/imap.c
4088         * src/etpan/imap-thread.c
4089         * src/etpan/imap-thread.h
4090                 fixed IMAP implementation of check of mails.
4091
4092 2005-07-03 [hoa]        1.9.12cvs11
4093
4094         * src/etpan/Makefile.am
4095         * src/etpan/etpan-errors.h
4096         * src/etpan/etpan-log.[ch]
4097         * src/etpan/etpan-thread-manager-types.h
4098         * src/etpan/etpan-thread-manager.[ch]
4099         * src/etpan/imap-thread.[ch]
4100         * src/Makefile.am
4101         * src/imap.c
4102         * src/main.c
4103         * src/prefs_other.c
4104         * configure.ac
4105             merged imap branch.
4106             dependency on libetpan 0.37 is now added.
4107
4108 2005-07-01 [colin]      1.9.12cvs10
4109
4110         * src/Makefile.am
4111         * src/folder.c
4112         * src/folder.h
4113         * src/folderview.c
4114         * src/stock_pixmap.c
4115         * src/stock_pixmap.h
4116         * src/plugins/trayicon/trayicon.c
4117                 Add marked symbol on folders containing
4118                 marked messages
4119         * src/procmsg.c
4120         * src/procmsg.h
4121         * src/toolbar.c
4122         * src/prefs_common.c
4123         * src/prefs_common.h
4124         * src/prefs_send.c
4125                 Add an optional confirmation dialog on queue
4126                 sending. Patch by wwp.
4127         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
4128         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
4129         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
4130         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
4131         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
4132         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
4133         * src/pixmaps/inbox_mark.xpm            ** ADDED **
4134         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
4135         * src/pixmaps/outbox_mark.xpm           ** ADDED **
4136         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
4137         * src/pixmaps/trash_mark.xpm            ** ADDED **
4138                 New pixmaps
4139
4140 2005-07-01 [colin]      1.9.12cvs9
4141
4142         * src/summaryview.c
4143                 Fix a little threading bug
4144         * src/addrgather.c
4145         * src/mainwindow.c
4146                 A little bit of HIG normality never hurts
4147
4148 2005-07-01 [colin]      1.9.12cvs8
4149
4150         * src/compose.c
4151         * src/msgcache.c
4152         * src/pop.c
4153         * src/procmime.c
4154         * src/recv.c
4155         * src/common/log.c
4156         * src/common/template.c
4157         * src/common/utils.c
4158         * src/common/utils.h
4159                 Reverted the fwrite_atomic stuff. In fact
4160                 it is already atomic.
4161
4162 2005-06-30 [colin]      1.9.12cvs7
4163
4164         * src/common/utils.c
4165         * src/common/utils.h
4166                 Add an fwrite_atomic() function to make
4167                 sure we write everything: fwrite can make
4168                 short writes.
4169         * src/compose.c
4170         * src/msgcache.c
4171         * src/pop.c
4172         * src/procmime.c
4173         * src/recv.c
4174         * src/common/log.c
4175         * src/common/template.c
4176                 Use that (and fix swapping of size and nmemb).
4177                 Thanks to Rich Coe for the heads up.
4178
4179 2005-06-30 [colin]      1.9.12cvs6
4180
4181         * src/addressbook.c
4182                 Optimize addressbook opening 
4183
4184 2005-06-30 [colin]      1.9.12cvs5
4185
4186         * src/summaryview.c
4187                 Remove calls to summary_step after move/copy
4188
4189 2005-06-28 [paul]       1.9.12cvs4
4190
4191         * src/alertpanel.c
4192                 wrap and make the error msg selectable
4193
4194 2005-06-28 [paul]       1.9.12cvs3
4195
4196         * src/ssl_manager.c
4197                 replace the OK button with a Close button
4198         * src/gtk/foldersort.c
4199                 use GTK_STOCK_ icons/buttons
4200
4201 2005-06-28 [colin]      1.9.12cvs2
4202
4203         * src/gedit-print.c             ** ADDED **
4204         * src/gedit-print.h             ** ADDED **
4205         * src/gtk/gtksourceprintjob.c   ** ADDED **
4206         * src/gtk/gtksourceprintjob.h   ** ADDED **
4207                 I can't believe no one had enough time to tell
4208                 me I forgot the `cvs add`
4209
4210 2005-06-27 [colin]      1.9.12cvs1
4211
4212         * src/Makefile.am
4213         * src/gtk/Makefile.am
4214         * src/messageview.c
4215         * src/procmsg.c
4216         * src/summaryview.c
4217         * configure.ac
4218                 Add optional libgnomeprint-based printing
4219         * src/mainwindow.c
4220         * src/gtk/quicksearch.c
4221                 Add an Edit/Quick search menu item to show
4222                 and focus the quicksearch
4223
4224 2005-06-27 [paul]       1.9.12
4225
4226         1.9.12 release
4227
4228         * po/ca.po
4229         * po/de.po
4230         * po/es.po
4231         * po/fr.po
4232         * po/it.po
4233         * po/ko.po
4234         * po/pt_BR.po
4235         * po/sk.po
4236         * po/zh_CN.po
4237                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
4238                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
4239                 SungHyun Nam, Frederico Goncalves Guimaraes,
4240                 Andrej Kacian, and Yang Guilong
4241 2005-06-26 [colin]      1.9.11cvs106
4242
4243         * src/imap_gtk.c
4244                 Forgot one file for previous fix
4245
4246 2005-06-26 [colin]      1.9.11cvs105
4247
4248         * src/folder.c
4249         * src/imap.c
4250                 Fix problems with folder operations in no_select
4251                 imap folders. it applies only to mails, and 
4252                 creation/deletion/move/renaming of folders 
4253                 should be possible
4254
4255 2005-06-26 [paul]       1.9.11cvs104
4256
4257         * src/prefs_filtering.c
4258                 replace one more GTK_STOCK_REMOVE
4259                 with GTK_STOCK_DELETE
4260
4261 2005-06-25 [colin]      1.9.11cvs103
4262
4263         * src/imap.c
4264                 Optimize get_seq_set_from_seq_list
4265                 (Patch by Ricardo) 
4266
4267 2005-06-25 [colin]      1.9.11cvs102
4268
4269         * src/mh.c
4270                 If the directory exists, but not in the
4271                 correct encoding, rename it. This should
4272                 handle old-versions-induced bugs.
4273
4274 2005-06-25 [colin]      1.9.11cvs101
4275
4276         * src/mh.c
4277                 Fix path access with extended dir names
4278                 Fixes bug #589 (SC segfaults with wrong locale
4279                 settings)
4280
4281 2005-06-25 [colin]      1.9.11cvs100
4282
4283         * src/prefs_account.c
4284         * src/prefs_account.h
4285         * src/compose.c
4286                 Add an option to encrypt replies to
4287                 encrypted messages
4288
4289 2005-06-25 [colin]      1.9.11cvs99
4290
4291         * src/compose.c
4292         * src/quote_fmt_parse.y
4293                 ... And make it work with pgpinline.
4294
4295 2005-06-25 [colin]      1.9.11cvs98
4296
4297         * src/compose.c
4298         * src/procmime.c
4299         * src/procmime.h
4300         * src/quote_fmt_parse.y
4301                 o Make reedition of encrypted messages possible
4302                   (as long as it is encrypted to self too, no
4303                    magic there)
4304                 o Make replying with quote (and without selecting
4305                   text) possible for encrypted messages.
4306                 Closes bug #550 (Not possible to "reply with quote"
4307                 to gnupg encrypted messages)
4308
4309 2005-06-24 [paul]       1.9.11cvs97
4310
4311         * src/imap.c
4312                 add missing include
4313
4314 2005-06-24 [paul]       1.9.11cvs96
4315
4316         * src/editldap.c
4317                 made bind password entry invisible
4318                 (sync with main)
4319         * src/send_message.c
4320                 send_message_local(): check exit status
4321                 to detect errors (sync with main)
4322         * src/textview.c
4323                 use main's less ambiguous popup menu
4324                 wording
4325
4326 2005-06-24 [paul]       1.9.11cvs95
4327
4328         * src/prefs_actions.c
4329         * src/prefs_customheader.c
4330         * src/prefs_display_header.c
4331         * src/prefs_filtering_action.c
4332         * src/prefs_matcher.c
4333         * src/prefs_template.c
4334         * src/prefs_toolbar.c
4335                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
4336         * src/gtk/description_window.c
4337                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
4338
4339 2005-06-23 [colin]      1.9.11cvs94
4340
4341         * src/summaryview.c
4342                 Fix rough edges (be sure to call status_show whenever
4343                 necessary).
4344
4345 2005-06-23 [colin]      1.9.11cvs93
4346
4347         * src/summaryview.c
4348                 Optimize Select All
4349                 Before, in a 5K mails folder: 11s
4350                 After, in the same folder: 58000µs
4351                 The joys of locking... gtk_clist_select_all() fires a 
4352                 tree-select-row event for each selected row, which in 
4353                 summaryview, callbacks summary_selected which in turn,
4354                 calls summary_status_show, which walks the selected
4355                 rows. Hence, calling gtk_clist_select_all was 
4356                 exponential. Locking the summaryview makes 
4357                 summary_selected return early.
4358
4359 2005-06-23 [colin]      1.9.11cvs92
4360
4361         * src/imap.c
4362                 Move mutex at the important place to avoid
4363                 deadlocks
4364         * src/summaryview.c
4365                 Fix Del key deleting directly instead of
4366                 moving to trash
4367
4368 2005-06-22 [colin]      1.9.11cvs91
4369
4370         * src/plugins/spamassassin/libspamc.c
4371                 As we do spagetti code with assignations in multiple
4372                 places (see _message_read_raw where out = msg = raw),
4373                 let's be sure we don't free the same pointer twice.
4374                 Should fix bug #683 (Crash in libpam at 
4375                 message_cleanup).
4376
4377 2005-06-22 [colin]      1.9.11cvs90
4378
4379         * src/compose.c
4380         * src/messageview.c
4381         * src/toolbar.c
4382                 Make toolbar's delete use the move to trash stuff;
4383                 Add gtk_widget_realize to be sure pixmaps can get
4384                 created (that may fix an old worksforme bug which
4385                 I can't find back...)
4386
4387 2005-06-22 [colin]      1.9.11cvs89
4388
4389         * src/summaryview.c
4390         * src/summaryview.h
4391         * src/mainwindow.c
4392                 Rename "Message/Delete" to "Message/Move to trash"
4393                 Add "Message/Delete..." that directly destroys the
4394                 selected messages after asking for a confirmation.
4395
4396 2005-06-22 [colin]      1.9.11cvs88
4397
4398         * src/imap.c
4399                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
4400                 o Fix a deadlock (thanks Darko)
4401
4402 2005-06-22 [colin]      1.9.11cvs87
4403
4404         * src/gtk/foldersort.c
4405                 Add missing include for the i18n;
4406                 patch by Fabien Vantard
4407
4408 2005-06-21 [colin]      1.9.11cvs86
4409
4410         * src/folder.c
4411         * src/folderview.c
4412                 Respect the no_select flag
4413         * src/imap.c
4414                 Fix recursive deletion
4415         * src/imap_gtk.c
4416         * src/mh_gtk.c
4417                 Make the folder deletion's warning
4418                 more explicit
4419
4420 2005-06-21 [colin]      1.9.11cvs85
4421
4422         * src/textview.c
4423                 Prevent email addresses from spanning accross
4424                 lines - fixes bug # 646 (newline-chars in 
4425                 email addresses)
4426
4427 2005-06-20 [colin]      1.9.11cvs84
4428
4429         * src/folder.c
4430                 Be sure not to remove source if copy failed
4431
4432 2005-06-20 [colin]      1.9.11cvs83
4433
4434         * src/folderview.c
4435         * src/imap_gtk.c
4436                 remove summaryview's lock
4437         * src/imap.c
4438                 introduce threads to avoid problems when foreground tasks
4439                 interfere with background tasks
4440         * src/mh.c
4441                 prevent moving to drafts/queue
4442         * src/mimeview.c
4443                 fix leak
4444
4445 2005-06-19 [colin]      1.9.11cvs82
4446
4447         * src/imap_gtk.c
4448                 Remember that the user doesn't want to override
4449                 offline mode, for 3 seconds. It avoid presenting
4450                 him with N popups in a really short time.
4451
4452 2005-06-17 [colin]      1.9.11cvs81
4453
4454         * src/imap.c
4455                 Fix IMAP breaking on folders containing '('
4456                 (Probably won't be enough)
4457
4458 2005-06-17 [colin]      1.9.11cvs80
4459
4460         Forgotten files on 1.9.11cvs79
4461         * src/summaryview.c
4462                 Fix stepping when not immediately executing
4463         * src/imap.c
4464                 Really prevent UID FETCH 0
4465         * src/codeconv.c
4466                 Fix outgoing charset never set to utf-8
4467         * src/mh.c
4468                 Fix leak
4469
4470 2005-06-16 [colin]      1.9.11cvs79
4471
4472         * src/compose.c
4473                 Fix bug #707 (Dash splits rows)
4474                 Only wrap if we're on a line break position and
4475                 the previous one was a "white" (space) char.
4476                 Pango stuff is weird.
4477
4478 2005-06-16 [colin]      1.9.11cvs78
4479
4480         * src/imap_gtk.c
4481                 Lock summaryview while downloading messages
4482                 on user demand
4483         * src/procheader.c
4484         * src/unmime.c
4485         * src/common/utils.c
4486         * src/common/utils.h
4487                 Replace \r and \n with spaces in From and
4488                 Subject headers
4489
4490 2005-06-16 [paul]       1.9.11cvs77
4491
4492         * src/procmime.c
4493                 liberalise the mime parser
4494         * src/gtk/about.c
4495                 add text wrapping
4496
4497 2005-06-16 [paul]       1.9.11cvs76
4498
4499         * src/gtk/about.c
4500                 reworked
4501
4502 2005-06-15 [colin]      1.9.11cvs75
4503
4504         * src/compose.c
4505                 Finish header encoding fix
4506         * src/summaryview.c
4507                 Fix segfault
4508         * src/headerview.c
4509                 Fix compilation (Thanks Stephan
4510                 Sachse)
4511
4512 2005-06-15 [colin]      1.9.11cvs74
4513
4514         * Makefile.am
4515                 Install gnome2 stuff rather than gnome1, 
4516                 if both are present
4517         * src/codeconv.c
4518         * src/codeconv.h
4519         * src/compose.c
4520                 Fix headers encoding
4521         * src/folder.c
4522                 Visual progress when fetching all messages
4523         * src/folderview.c
4524         * src/summaryview.c
4525         * src/summaryview.h
4526                 Prevent changing current message while
4527                 incorporating
4528
4529 2005-06-15 [paul]       1.9.11cvs73
4530
4531         * src/gtk/gtkaspell.c
4532         * src/gtk/gtkaspell.h
4533                 fix build warnings
4534
4535 2005-06-15 [paul]       1.9.11cvs72
4536
4537         * src/prefs_filtering.c
4538                 allow reordering of filter rules by
4539                 drag n drop
4540
4541 2005-06-15 [paul]       1.9.11cvs71
4542
4543         * COPYING
4544                 updated
4545         * src/codeconv.c
4546                 replace deprecated function
4547         * src/inc.c
4548         * src/send_message.c
4549         * src/gtk/progressdialog.c
4550         * src/gtk/progressdialog.h
4551                 salvage and reuse parts of reverted sync
4552
4553 2005-06-15 [paul]       1.9.11cvs70
4554
4555         * src/inc.c
4556         * src/send_message.c
4557         * src/gtk/progressdialog.c
4558         * src/gtk/progressdialog.h
4559                 revert yesterday's sync with main
4560                 it contains deprecated functions
4561
4562 2005-06-15 [colin]      1.9.11cvs69
4563
4564         * src/headerview.c
4565                 Fix bug #670 (multi user to: will corrupt message 
4566                 headers display)
4567
4568 2005-06-15 [colin]      1.9.11cvs68
4569
4570         * src/compose.c
4571                 Fix bug #421 (Fix undo on wrapping)
4572
4573 2005-06-15 [colin]      1.9.11cvs67
4574
4575         * src/folder.c
4576                 Provide visual feedback while processing
4577                 folder's rules.
4578         * src/imap.c
4579                 Provide visual feedback while getting
4580                 short headers (for uncached messages)
4581
4582
4583 2005-06-14 [paul]       1.9.11cvs66
4584
4585         * src/account.c
4586                 change a couple stock icons
4587         * src/inc.c
4588         * src/send_message.c
4589         * src/gtk/progressdialog.c
4590         * src/gtk/progressdialog.h
4591                 sync main's GtkTreeView implementation
4592
4593 2005-06-14 [colin]      1.9.11cvs65
4594
4595         * src/imap.c
4596                 Various little fixes, mainly on error paths
4597
4598 2005-06-13 [colin]      1.9.11cvs64
4599
4600         * matcher.c
4601         * procmsg.c
4602         * procmsg.h
4603                 Add a way to fetch only headers. This speeds
4604                 up filtering on headers for IMAP. Fixes:
4605                 bug #481 extraneous imap commands slow down 
4606                         imap filtering
4607                 bug #522 Sylpheed downloads all messages 
4608                         when opening mailbox (IMAP)
4609                 bug #677 IMAP fetch is soooooooooooooo slow
4610         * src/folder.c
4611         * src/folder.h
4612                 Add a folder set_batch method so that
4613                 implementations can speed up flags changes
4614         * src/folderutils.c
4615         * src/summaryview.c
4616                 Use that in mark as (un)read and mark all read
4617                 Refix bug #679
4618         * src/imap.c
4619                 Implement set_batch - brings back deferred
4620                 flags in a less buggy manner. Fixes:
4621                 bug #729 IMAP immediate expunge of deleted messages
4622                 bug #191 remove list of messages with one command
4623                 Fix login with strange chars
4624                 Implement fetch_msg_full
4625                 Fix copy (wrong counts)
4626
4627 2005-06-12 [colin]      1.9.11cvs63
4628
4629         * src/folder.c
4630                 lock incorporation during long operations.
4631                 Avoids fucking up the IMAP socket.
4632
4633 2005-06-12 [colin]      1.9.11cvs62
4634
4635         * src/imap.c
4636                 Fix harmful typo
4637                 Factorize remove_all_msg
4638                 Thread-ize expunge
4639         * src/summaryview.c
4640                 Don't update partial-download status if unnecessary
4641         * src/folder.c
4642                 Use remove_msgs everywhere possible
4643
4644 2005-06-12 [colin]      1.9.11cvs61
4645
4646         * src/folder.c
4647         * src/folder.h
4648                 Add a remove_msgs function to remove a 
4649                 list of messages
4650         * src/imap.c
4651                 Implement that.
4652
4653 2005-06-12 [colin]      1.9.11cvs60
4654
4655         * src/imap.c
4656                 Remove flags-processing deferring... Too hard
4657                 to get it to work in all cases.
4658
4659 2005-06-11 [colin]      1.9.11cvs59
4660
4661         * src/imap.c
4662                 printf -> debug_print
4663
4664 2005-06-11 [colin]      1.9.11cvs58
4665
4666         * src/imap.c
4667                 o Fix build without USE_PTHREAD
4668                 o Factorize imap_open
4669                 o Alertpanel in case of impossible connection
4670                 o Alertpanel in case of impossible login
4671                 o Fix deferred flags processing to force a 
4672                   flush before adding some more flags to process,
4673                   but in another folder.
4674
4675 2005-06-10 [colin]      1.9.11cvs57
4676
4677         * src/imap.c
4678                 o Fix a format string error
4679                 o init ssl socket outside of the thread 
4680                   (it possibly invokes gtk calls)
4681         * src/procmime.c
4682                 o Put back the buffer to its necessary size
4683                 o Fix changing a file pointer without keeping
4684                   track of it (thanks Valgrind)
4685         * src/common/smtp.c
4686                 o Fix automatic STARTTLS if login should be done
4687                   and the server only allows it after starting TLS
4688         * src/gtk/gtkinputdialog.c
4689                 o Eat GDK_Return so that the combo popup doesn't 
4690                   appear when we press Enter to validate the combo
4691                   input dialog (as seen in the Open with... dialog)
4692
4693 2005-06-10 [colin]      1.9.11cvs56
4694
4695         * src/imap.c
4696                 o A bit less debug
4697                 o Fix a crash on deletion
4698                 o Threadize imap_select (it's called outside of 
4699                   threads)
4700                 o Defer treatment of DELETED flags
4701
4702
4703 2005-06-09 [colin]      1.9.11cvs55
4704
4705         * src/imap.c
4706                 Make sure we check imap_gtk_should_override(), which
4707                 potentially calls gtk stuff, before creating thread.
4708                 That way it should't be called via imap_get_session()
4709                 inside a thread.
4710
4711 2005-06-09 [colin]      1.9.11cvs54
4712
4713         * src/imap.c
4714                 o add a bit of status output
4715                 o remove some dead code
4716                 o threadize get_list_of_uids
4717                 o threadize imap_get_flags
4718                 o defer flag changing by 500ms so that they
4719                   can be batched
4720
4721
4722 2005-06-08 [colin]      1.9.11cvs53
4723
4724         * src/imap.c
4725                 Thread-ize imap_cmd_fetch
4726
4727 2005-06-08 [colin]      1.9.11cvs52
4728
4729         * src/main.c
4730                 Mmh, that broke POP3...
4731
4732 2005-06-08 [colin]      1.9.11cvs51
4733
4734         * src/main.c
4735                 Stabilize IMAP patch (thanks to Hoa)
4736
4737 2005-06-08 [colin]      1.9.11cvs50
4738
4739         * src/imap.c
4740                 Test patch to speed up imap. 
4741
4742 2005-06-08 [colin]      1.9.11cvs49
4743
4744         * src/imap_gtk.c
4745                 Warning fix
4746         * src/procmime.c
4747                 Apply patch from gentoo to use /usr/share/mime/globs if 
4748                 available, after un-breaking it
4749         * src/common/log.c
4750         * src/common/log.h
4751                 Use g_timeout for invoking hooks that possibly use gtk
4752                 calls. This should leave gtk calls in the main thread.
4753
4754 2005-06-08 [paul]       1.9.11cvs48
4755
4756         * src/codeconv.c
4757                 conv_get_outgoing_charset_str(): don't
4758                 use prefs_common setting
4759         * src/compose.c
4760         * src/compose.h
4761                 add /Options/Character encoding/... to
4762                 temporarily change the outgoing encoding
4763
4764         (belated sync with main)
4765
4766 2005-06-08 [paul]       1.9.11cvs47
4767
4768         * src/compose.c
4769                 correction to/completion of last
4770                 sync with main
4771
4772 2005-06-08 [paul]       1.9.11cvs46
4773
4774         sync with main:
4775         
4776         * src/codeconv.c
4777         * src/codeconv.h
4778                 always enabled Japanese auto-detection
4779                 if the first letters of locale string
4780                 is "ja"
4781         * src/compose.c
4782                 don't use "destroy" signal to destroy
4783                 Compose object (fix rare crashes on discard?)
4784         * src/mainwindow.c
4785         * src/messageview.c
4786         * src/prefs_send.c
4787                 added Hebrew encodings
4788         * src/sourcewindow.c
4789                 don't use "destroy" signal to destroy
4790                 objects
4791
4792 2005-06-07 [colin]      1.9.11cvs45
4793
4794         * src/summaryview.c
4795                 Add missing unlocks/locks
4796
4797 2005-06-07 [paul]       1.9.11cvs44
4798
4799         * src/summaryview.c
4800                 restore bug #749 fix
4801
4802 2005-06-06 [colin]      1.9.11cvs43
4803
4804         * src/summaryview.c
4805                 Fix selection bug when prefs_common.open_unread 
4806                 is FALSE
4807
4808 2005-06-06 [colin]      1.9.11cvs42
4809
4810         * src/common/md5.c
4811                 Fix a warning
4812         * src/summaryview.c
4813         * src/folderview.c
4814                 Factorize long operations beginning and end
4815                 (locking, freezing/thawing, cursor, ...)
4816                 Check selection->data member in selection-
4817                 related loops; this avoids dying an awful
4818                 death if the selection changes on us while
4819                 we're marking a whole IMAP folder unread, 
4820                 for example.
4821
4822 2005-06-06 [paul]       1.9.11cvs41
4823
4824         * src/textview.c
4825                 don't g_free() a static gchar buffer
4826
4827 2005-06-05 [colin]      1.9.11cvs40
4828
4829         * src/mainwindow.c
4830         * src/messageview.c
4831         * src/summaryview.c
4832                 Fix bug #749 (Show all headers should be
4833                 sticky as the GUI suggests)
4834
4835 2005-06-03 [paul]       1.9.11cvs39
4836
4837         * src/compose.c
4838                 don't allow editing of mail while sending.
4839                 patch by Colin
4840
4841 2005-06-03 [paul]       1.9.11cvs38
4842
4843         * src/folderview.c
4844                 add a freeze/thaw to speed up 'mark all read'
4845
4846 2005-06-03 [paul]       1.9.11cvs37
4847
4848         * src/prefs_message.c
4849                 reflect changes immediately
4850
4851 2005-06-02 [colin]      1.9.11cvs36
4852
4853         * po/POTFILES.in
4854                 Patch by Fabien Vantard.
4855
4856 2005-06-02 [colin]      1.9.11cvs35
4857
4858         * src/imap.c
4859                 Use a non-blocking imap_getline() if possible.
4860                 This should completely prevent the interface
4861                 from freezin on imap operations, although it
4862                 may do strange stuff in case of folder switching
4863                 while a big imap operation is taking place...
4864
4865                 In addition, fix a leak in the case thread
4866                 creation fails on connection.
4867
4868 2005-06-02 [colin]      1.9.11cvs34
4869
4870         * src/crash.c
4871         * src/prefs_common.h
4872                 Fix build (prefs_common_init() doesn't exist
4873                 anymore)
4874
4875 2005-06-02 [colin]      1.9.11cvs33
4876
4877         * src/prefs_account.c
4878                 Fix bug #245 (filtering rules broken when
4879                 renaming a remote account (imap4 or nntp)
4880
4881 2005-06-02 [colin]      1.9.11cvs32
4882
4883         * src/imap.c
4884                 Try to fix IMAP shortcomings: 
4885                 o Multithread imap_open()
4886                 o allow offline-mode overriding instead of
4887                   just returning NULL
4888         * src/imap_gtk.c
4889         * src/imap_gtk.h
4890                 Add a function to ask whether we want to
4891                 override offline-mode for 10 minutes (one-shot
4892                 asking was painful)
4893         * src/procheader.c
4894                 Fix segfault when imap parser isn't happy about
4895                 a missing {
4896
4897 2005-06-01 [colin]      1.9.11cvs31
4898
4899         * src/addrharvest.c
4900         * src/compose.c
4901         * src/mbox.c
4902         * src/mbox.h
4903         * src/mh.c
4904         * src/msgcache.c
4905         * src/send_message.c
4906         * src/setup.c
4907         * src/undo.c
4908         * src/common/hooks.c
4909         * src/common/prefs.c
4910         * src/common/template.c
4911         * src/common/utils.c
4912         * src/gtk/gtkutils.c
4913         * src/gtk/inputdialog.c
4914         * src/gtk/menu.c
4915         * src/gtk/pluginwindow.c
4916         * src/gtk/prefswindow.c
4917         * src/plugins/pgpmime/passphrase.c
4918         * src/plugins/pgpmime/prefs_gpg.c
4919                 More -Wall fixes
4920
4921         * src/common/Makefile.am
4922         * src/common/timing.h
4923                 Add basic timing code
4924
4925         * src/summaryview.c
4926                 Fix a bug with unread messages when 
4927                 re-sorting folders, and by the way
4928                 fix a big performance hit when 
4929                 re-sorting (10k mails: before 5s,
4930                 after .5s)
4931
4932         * src/prefs_compose_writing.c
4933         * src/prefs_compose_writing.h
4934         * src/prefs_message.c
4935         * src/prefs_message.h
4936         * src/prefs_other.c
4937         * src/prefs_other.h
4938         * src/prefs_quote.c
4939         * src/prefs_quote.h
4940         * src/prefs_receive.c
4941         * src/prefs_receive.h
4942         * src/prefs_send.c
4943         * src/prefs_send.h
4944         * src/prefs_summaries.c
4945         * src/prefs_summaries.h
4946                 Fix copyright banner
4947
4948 2005-06-01 [paul]       1.9.11cvs30
4949
4950         * po/fi.po
4951                 updated by Flammie Pirinen
4952         * src/procmime.c
4953                 fix 'Bad BASE64 content' output
4954
4955 2005-05-31 [colin]      1.9.11cvs29
4956
4957         * src/procmime.c
4958                 Oops, where did my hunk go.
4959
4960 2005-05-31 [colin]      1.9.11cvs28
4961
4962         * src/Makefile.am
4963         * src/account.c
4964         * src/action.c
4965         * src/addr_compl.c
4966         * src/addressbook.c
4967         * src/codeconv.c
4968         * src/compose.c
4969         * src/export.c
4970         * src/folder.c
4971         * src/folderview.c
4972         * src/image_viewer.c
4973         * src/main.c
4974         * src/mainwindow.c
4975         * src/messageview.c
4976         * src/mimeview.c
4977         * src/msgcache.c
4978         * src/prefs_account.c
4979         * src/prefs_actions.c
4980         * src/prefs_common.c
4981         * src/prefs_compose_writing.c
4982         * src/prefs_customheader.c
4983         * src/prefs_ext_prog.c
4984         * src/prefs_filtering.c
4985         * src/prefs_filtering_action.c
4986         * src/prefs_fonts.c
4987         * src/prefs_image_viewer.c
4988         * src/prefs_message.c
4989         * src/prefs_message.h
4990         * src/prefs_msg_colors.c
4991         * src/prefs_other.c
4992         * src/prefs_other.h
4993         * src/prefs_quote.c
4994         * src/prefs_receive.c
4995         * src/prefs_receive.h
4996         * src/prefs_send.c
4997         * src/prefs_send.h
4998         * src/prefs_spelling.c
4999         * src/prefs_summaries.c
5000         * src/prefs_summary_column.c
5001         * src/prefs_template.c
5002         * src/prefs_themes.c
5003         * src/prefs_toolbar.c
5004         * src/prefs_wrapping.c
5005         * src/procmime.c
5006         * src/procmsg.c
5007         * src/send_message.h
5008         * src/ssl_manager.c
5009         * src/summary_search.c
5010         * src/summaryview.c
5011         * src/textview.c
5012         * src/wizard.c
5013         * src/common/smtp.c
5014         * src/common/smtp.h
5015         * src/gtk/gtkutils.h
5016                 o Move the rest of Common prefs to new style
5017                 o Lots of -Wall warning fixes
5018                 o fix FIXME in cache memusage calculation
5019                 o Let return receipts be sent from any account
5020                 o Little cache optimisation (read)
5021                 o Fix bug #746 (don't treat commas as separators
5022                   when inside a quoted string)
5023
5024 2005-05-31 [paul]       1.9.11cvs27
5025
5026         * src/prefs_common.c
5027                 fix 'off-by-one' typo
5028
5029 2005-05-31 [paul]       1.9.11cvs26
5030
5031         * src/account.c
5032         * src/addr_compl.c
5033         * src/compose.c
5034         * src/foldersel.c
5035         * src/prefs_actions.c
5036         * src/prefs_common.c
5037         * src/prefs_common.h
5038         * src/prefs_customheader.c
5039         * src/prefs_display_header.c
5040         * src/prefs_filtering.c
5041         * src/prefs_filtering_action.c
5042         * src/prefs_matcher.c
5043         * src/prefs_summaries.c
5044         * src/prefs_summary_column.c
5045         * src/prefs_template.c
5046         * src/prefs_toolbar.c
5047         * src/ssl_manager.c
5048         * src/gtk/pluginwindow.c
5049         * src/gtk/prefswindow.c
5050         * src/gtk/progressdialog.c
5051                 add hidden prefs 'enable_rules_hint'
5052                 for gtk_tree_view_set_rules_hint()
5053                 (sync with main)
5054                 
5055
5056 2005-05-31 [colin]      1.9.11cvs25
5057
5058         * src/Makefile.am
5059         * src/main.c
5060         * src/prefs_common.c
5061         * src/prefs_summaries.c ** ADDED **
5062         * src/prefs_summaries.h ** ADDED **
5063                 Common/Display -> Display/Summaries
5064
5065 2005-05-31 [colin]      1.9.11cvs24
5066
5067         * src/Makefile.am
5068         * src/main.c
5069         * src/prefs_quote.c ** ADDED **
5070         * src/prefs_quote.h ** ADDED **
5071                 Move Common/Quote to Compose/Quoting
5072         * src/prefs_common.c
5073         * src/prefs_common.h
5074                 Remove old quote stuff, add
5075                 convenience functions for GtkTextView prefs
5076         * src/gtk/prefswindow.c
5077                 Set default height higher
5078
5079 2005-05-30 [colin]      1.9.11cvs23
5080
5081         * src/Makefile.am
5082         * src/main.c
5083         * src/prefs_common.c
5084         * src/prefs_compose_writing.c ** ADDED **
5085         * src/prefs_compose_writing.h ** ADDED **
5086                 Move Common/Compose prefs to Compose/Writing
5087
5088 2005-05-30 [colin]      1.9.11cvs22
5089
5090         * src/common/utils.c
5091                 Fix bug #651 (Confused Attract by Subject)
5092                 Patch by M. Benkmann <haferfrost@web.de>
5093         * AUTHORS
5094
5095 2005-05-30 [colin]      1.9.11cvs21
5096
5097         * src/compose.c
5098                 Fix concatenation of different headers of
5099                 the same type (bug #645)
5100         * src/prefs_folder_item.c
5101                 Fix bug #699 (setting color to black doesn't
5102                 work immediately)
5103         * src/procmime.c
5104                 Print out decoding error only once per
5105                 block
5106
5107 2005-05-30 [paul]       1.9.11cvs20
5108
5109         * src/common/template.c
5110                 fix Bcc
5111
5112 2005-05-30 [paul]       1.9.11cvs19
5113
5114         * doc/src/rfc2368.txt   **NEW FILE**
5115         * src/compose.c
5116                 compose_entries_set(): don't interpret Bcc
5117                 header field (conform to RFC 2368)
5118                 (sync with main)
5119
5120 2005-05-29 [colin]      1.9.11cvs18
5121
5122         * src/prefs_common.c
5123                 Let the default reply format respect
5124                 netiquette by cutting the signature.
5125
5126 2005-05-29 [colin]      1.9.11cvs17
5127
5128         * src/summaryview.c
5129                 Don't let always_show_msg override
5130                 open_unread_on_enter when opening a new
5131                 directory.
5132
5133 2005-05-27 [paul]       1.9.11cvs16
5134
5135         sync with main:
5136
5137         * src/main.c
5138                 app_will_exit(): cleanup tmp directory when exit
5139         * src/message_search.c
5140                 improved the interface and made code cleanup.
5141                 removed Clear button
5142         * src/send_message.c
5143                 send_message_local(): use GSpawn, and detect errors
5144         * src/summary_search.c
5145                 improved the interface and made code cleanup
5146         * src/textview.c
5147                 textview_write_link(): also skip non-ascii space
5148                  at the head of link strings (phishing check
5149                  didn't work at the case)
5150         * src/common/utils.c
5151                 get_command_output(): use g_spawn_command_line_sync()
5152                 instead of popen()
5153
5154 2005-05-26 [colin]      1.9.11cvs15
5155
5156         * src/folder.c
5157                 remove printf
5158
5159 2005-05-26 [colin]      1.9.11cvs14
5160
5161         * src/common/nntp.c
5162                 Fix nntp mode reader (bug #611)
5163                 Patch by Florian Mickler <florian@mickler.org>
5164
5165 2005-05-26 [colin]      1.9.11cvs13
5166
5167         * src/plugins/pgpmime/passphrase.c
5168                 Fix mouse grabbing (bug #557)
5169
5170 2005-05-26 [colin]      1.9.11cvs12
5171
5172         * src/prefs_themes.c
5173                 Fix g_warning (bug #541)
5174
5175 2005-05-26 [colin]      1.9.11cvs11
5176
5177         * src/prefs_actions.c
5178         * src/prefs_template.c
5179                 Fix bug #506 (no warning if action/template
5180                 is not saved)
5181         * src/common/template.c
5182                 Fix a possible crash
5183
5184 2005-05-26 [colin]      1.9.11cvs10
5185
5186         * src/folder.c
5187         * src/folderview.c
5188         * src/procmsg.c
5189         * src/summaryview.c
5190                 Forbid locked messages to be moved or
5191                 deleted. Locked messages in trashes 
5192                 still get deleted, for performance
5193                 reason (mh.c::mh_remove_all_msgs)
5194
5195 2005-05-25 [colin]      1.9.11cvs9
5196
5197         * src/procmime.c
5198                 Use correct encoding when sending mails
5199                 with attachments that have accentued 
5200                 chars in their name
5201
5202 2005-05-24 [colin]      1.9.11cvs8
5203
5204         * src/summaryview.c
5205                 Fix bug #688 f) read/unread marker not
5206                 changed on first click
5207                 Also, optimize summary_status_show()
5208                 calls
5209         * src/folder.c
5210         * src/inc.c
5211         * src/procmime.c
5212                 Fix bug #688 b) and c) wrt message
5213                 attachments and signature
5214         * src/stock_pixmap.c
5215         * src/stock_pixmap.h
5216         * src/stock_pixmap.c
5217         * src/stock_pixmap.h
5218         * src/Makefile.am
5219         * src/pixmaps/clip_gpg_signed.xpm
5220                 Add clip/signed icon
5221
5222 2005-05-24 [colin]      1.9.11cvs7
5223
5224         * src/folder_item_prefs.c
5225                 whitespace fix
5226
5227 2005-05-24 [colin]      1.9.11cvs6
5228
5229         * src/folderview.c
5230         * src/prefs_common.c
5231         * src/prefs_common.h
5232                 Add a confirmation to folder drag and drop
5233                 fixes bug #156
5234         * src/alertpanel.c
5235         * src/alertpanel.h
5236                 fix _with_disable parameters so that
5237                 the buttons labels are specifiable too
5238         * src/plugins/pgpmime/sgpgme.c
5239                 reflect said change
5240                 
5241
5242 2005-05-24 [colin]      1.9.11cvs5
5243
5244         * src/folderview.c
5245                 Uncollapse/collapse folders on double-click
5246                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
5247                 closes bug #108
5248
5249 2005-05-23 [colin]      1.9.11cvs4
5250
5251         * src/common/socket.c
5252                 Check another special SSL_peek() error.
5253                 Should help wrt bug #728
5254
5255 2005-05-23 [colin]      1.9.11cvs3
5256
5257         * src/plugins/pgpmime/pgpmime.c
5258                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
5259                 breaking menu accelerators and stuff. Users will have to
5260                 reselect "PGP MIME" instead of "PGP/MIME" in their 
5261                 account's privacy preferences if needed.
5262
5263 2005-05-22 [paul]
5264
5265         * tools/kdeservicemenu/install.sh
5266                 use kdesu to prompt for root password if doing
5267                 global install/uninstall
5268
5269 2005-05-20 [colin]      1.9.11cvs2
5270
5271         * src/procmsg.c
5272                 Fix another compilation error with gcc-2.9x
5273                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
5274         * src/send_message.c
5275                 Don't send QUIT if we aren't connected
5276
5277 2005-05-19 [colin]      1.9.11cvs1
5278
5279         * src/procmsg.c
5280                 Fix compilation with gcc 2.9x
5281
5282 2005-05-19 [paul]       1.9.11
5283
5284         1.9.11 released
5285
5286 2005-05-19 [paul]       1.9.9cvs14
5287
5288         * src/gtk/inputdialog.c
5289                 prevent gettext warning
5290
5291 2005-05-19 [paul]       1.9.9cvs13
5292
5293         * src/mainwindow.c
5294         * src/prefs_common.c
5295         * src/prefs_common.h
5296         * src/textview.c
5297         * src/textview.h
5298                 add an option to toggle cursor in message
5299                 view (sync with main)
5300
5301 2005-05-18 [colin]      1.9.9cvs12
5302
5303         * src/compose.c
5304                 Dereference freed pointer
5305         * src/gtk/gtkaspell.c
5306                 Fix duplication of dictionaries (is it an aspell issue?)
5307
5308 2005-05-18 [colin]      1.9.9cvs11
5309
5310         * src/gtk/inputdialog.c
5311         * src/gtk/gtkaspell.c
5312                 HIGuify dialogs
5313         * src/alertpanel.c
5314                 Remove a double call
5315
5316 2005-05-17 [colin]      1.9.9cvs10
5317
5318         * src/gtk/gtkaspell.c
5319                 Fix dialogs, Ctrl-Enter accel
5320
5321 2005-05-17 [colin]      1.9.9cvs9
5322
5323         * src/gtk/gtkaspell.c
5324                 Fix some accelerators, escape in replace-window
5325
5326 2005-05-16 [colin]      1.9.9cvs8
5327
5328         * src/gtk/gtkaspell.c
5329                 Revert last commit, it was a mistake.
5330
5331 2005-05-16 [colin]      1.9.9cvs7
5332
5333         * src/gtk/gtkaspell.c
5334                 Remove buggy code while we're at it. It's a 
5335                 dead code path anyway.
5336
5337 2005-05-16 [colin]      1.9.9cvs6
5338
5339         * src/gtk/gtkaspell.c
5340                 Missed some gtk_menu_popup where deactivate
5341                 signal should be handled. Should fix bug
5342                 #629 a bit more.
5343
5344 2005-05-16 [colin]      1.9.9cvs5
5345
5346         * src/gtk/gtkaspell.c
5347                 Remove debug printf()s
5348
5349 2005-05-16 [colin]      1.9.9cvs4
5350
5351         * src/gtk/gtkaspell.c
5352                 Fix a bit aspell problems
5353                 (see bug #629)
5354
5355 2005-05-13 [colin]      1.9.9cvs3
5356
5357         * src/folderview.c
5358                 Fix the + appearing even when no subfolders
5359                 have unread messages. Thanks to wwp for the
5360                 bug report.
5361
5362 2005-05-11 [paul]       1.9.9cvs2
5363
5364         * src/folderview.c
5365                 correction to 1.9.9cvs1, only colour folders that
5366                 have new msgs (not unread msgs)
5367
5368 2005-05-10 [colin]      1.9.9cvs1
5369
5370         * src/folderview.c
5371         * src/summaryview.c
5372                 Try to fix bolding bugs again.
5373
5374 2005-05-09 [paul]
5375
5376         * tools/claws.i18n.status.pl
5377                 add Ricardo Mones Lastra's script that has been providing
5378                 the i18n status page for many months
5379
5380 2005-05-09 [paul]       1.9.9
5381
5382         1.9.9 release
5383
5384 2005-05-09 [paul]       1.9.6cvs58
5385
5386         * AUTHORS
5387         * INSTALL
5388         * README.claws
5389                 updated
5390         * Makefile.am 
5391         * RELEASE_NOTES.claws
5392                 add release notes to cvs to simplify release
5393                 procedure
5394         * configure.ac
5395                 add ca and fi to ALL_LINGUAS
5396         * po/Makefile.in.in
5397                 workaround for missing Makevars
5398         * po/ca.po
5399         * po/fi.po
5400                 add new Catalan and Finnish translations
5401                 submitted by Miquel Oliete and Flammie Pirinen
5402         * po/de.po
5403         * po/es.po
5404         * po/fr.po
5405         * po/it.po
5406         * po/pl.po
5407         * po/ru.po
5408         * po/sk.po
5409         * po/sr.po
5410         * po/zh_CN.po
5411                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
5412                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
5413                 Urke MMI, and Hansom Young
5414         * src/main.c
5415                 Fix drafting when quitting. compose_draft() closes the
5416                 compose windows, which modifies the compose_list GSList.
5417                 We have to refresh this list after echo drafting to avoid a
5418                 segfault
5419         * src/partial_download.c
5420                 fix segfault on exit
5421
5422 2005-05-06 [paul]       1.9.6cvs57
5423
5424         * src/grouplistdialog.c
5425                 quick fix/workaround for unresizeable newsgroup
5426                 name column 
5427
5428 2005-05-06 [paul]       1.9.6cvs56
5429
5430         * src/inc.c
5431         * src/mainwindow.c
5432                 use gettext plural forms
5433         * src/imap_gtk.c
5434         * src/mh_gtk.c
5435         * src/toolbar.c
5436                 small improvement to english usage
5437
5438 2005-05-05 [thorsten]   1.9.6cvs55
5439
5440         * src/folder.c
5441                 fix possible crash
5442
5443 2005-05-05 [paul]       1.9.6cvs54
5444         
5445         sync with HEAD
5446
5447         * AUTHORS
5448         * src/compose.c
5449                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
5450                 patch by Tim Mann
5451
5452 2005-05-05 [paul]       1.9.6cvs53
5453
5454         * src/mainwindow.c
5455                 fix resizing of separate message and
5456                 folder views
5457
5458 2005-05-05 [paul]       1.9.6cvs52
5459
5460         * src/account.c
5461         * src/addrgather.c
5462         * src/browseldap.c
5463         * src/exphtmldlg.c
5464         * src/expldifdlg.c
5465         * src/importmutt.c
5466         * src/importpine.c
5467         * src/main.c
5468         * src/mainwindow.c
5469         * src/noticeview.c
5470         * src/prefs_filtering.c
5471         * src/prefs_filtering_action.c
5472         * src/prefs_matcher.c
5473         * src/prefs_spelling.c
5474         * src/prefs_toolbar.c
5475         * src/toolbar.c
5476         * src/wizard.c
5477         * src/gtk/description_window.c
5478         * src/gtk/gtkvscrollbutton.c
5479         * src/gtk/progressdialog.c
5480         * src/gtk/quicksearch.c
5481         * src/plugins/pgpmime/prefs_gpg.c
5482         * src/plugins/spamassassin/spamassassin_gtk.c
5483                 replace deprecated gtk_widget_set_usize
5484
5485 2005-05-04 [colin]      1.9.6cvs51
5486
5487         * src/common/utils.c
5488                 Fix crash when subst_for_filename is called
5489                 with a NULL parameter
5490
5491 2005-05-04 [colin]      1.9.6cvs50
5492
5493         * src/partial_download.c
5494         * src/pop.c
5495                 Escape login when writing uidl file
5496                 fixes bug #736
5497
5498 2005-05-03 [colin]      1.9.6cvs49
5499
5500         * src/procmime.c
5501                 Fix possible DOS in mime parser
5502                 (see bug #634)
5503
5504 2005-05-02 [colin]      1.9.6cvs48
5505
5506         * src/compose.c
5507                 Try to fix the copy/paste mess once again.
5508
5509
5510 2005-04-30 [colin]      1.9.6cvs47
5511
5512         * src/prefs_account.h
5513         * src/procmsg.c
5514         * src/send_message.c
5515         * src/common/smtp.c
5516         * src/common/smtp.h
5517                 Try to batch sending mails (per account) instead of
5518                 reconnecting to server every time.
5519
5520 2005-04-29 [colin]      1.9.6cvs46
5521
5522         * src/messageview.c
5523                 Fix window resizing that refused to size down
5524         * src/prefs_common.c
5525         * src/prefs_common.h
5526         * src/prefs_filtering.c
5527                 Save Filtering's window size
5528
5529 2005-04-21 [paul]       1.9.6cvs45
5530
5531         * ChangeLog-gtk2.claws
5532         * src/setup.c
5533                 correction to sync
5534
5535 2005-04-21 [paul]       1.9.6cvs44
5536
5537         sync with main:
5538
5539         * src/setup.c
5540         * src/statusbar.c
5541         * src/statusbar.h
5542                 use gtkut_widget_draw_now(). Improved performance
5543                 of the update of statusbar
5544         * src/textview.c
5545                 textview_smooth_scroll_do(): redraw it after scroll
5546                 is done (fixed incorrect display when a part of the
5547                 view is hidden).
5548         * src/gtk/gtkutils.c
5549         * src/gtk/gtkutils.h
5550                 gtkut_widget_draw_now(): use gdk_window_process_updates()
5551                 to force update of widgets.
5552                 Removed gtkut_widget_wait_for_draw() which had a big
5553                 overhead  because of waiting for all events processed 
5554
5555 2005-04-20 [paul]       1.9.6cvs43
5556
5557         * src/codeconv.c
5558                 complete 1.9.6cvs42's sync:
5559                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
5560
5561 2005-04-19 [paul]       1.9.6cvs42
5562
5563         sync with main:
5564
5565         * src/action.c
5566                 catch_output(): correctly select the insert text
5567                 (fix invalid iterator warnings).
5568         * src/codeconv.c
5569         * src/codeconv.h
5570         * src/mainwindow.c
5571         * src/messageview.c
5572         * src/prefs_common.c
5573                 support GBK encoding.
5574         * src/common/session.c
5575         * src/common/session.h
5576                 use separate buffer for large data to be sent,
5577                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
5578
5579 2005-04-18 [paul]       1.9.6cvs41
5580
5581         * src/jpilot.c
5582                 convert unsigned long into guint32
5583                 patch by Paul LeoNerd Evans 
5584
5585 2005-04-17 [colin]      1.9.6cvs40
5586
5587         * src/compose.c
5588                 Fix 'Request return receipt' from folder
5589                 properties (bug #708)
5590
5591 2005-04-17 [colin]      1.9.6cvs39
5592
5593         * src/mainwindow.c
5594                 Fix duplicate hotkeys in Mainwindow's menu
5595
5596 2005-04-17 [colin]      1.9.6cvs38
5597
5598         * src/folderview.c
5599                 Fix duplicate hotkeys in Folderview's contextual
5600                 menu
5601
5602 2005-04-15 [colin]      1.9.6cvs37
5603
5604         * src/summaryview.c
5605                 Fix 'Save as...' with non-ascii filenames
5606
5607 2005-04-15 [colin]      1.9.6cvs36
5608
5609         * src/plugins/pgpmime/pgpmime.c
5610                 Fix bus error on 64bit. Spotted by 
5611                 macallan1888@gmail.com
5612
5613 2005-04-15 [colin]      1.9.6cvs35
5614
5615         * src/prefs_account.c
5616                 Fix cvs34.
5617
5618 2005-04-12 [colin]      1.9.6cvs34
5619
5620         * src/prefs_account.c
5621                 Fix smtp auth type off-by-one. We forgot to
5622                 add PLAIN in the prefs-to-gui setter func and
5623                 as a result, the selected auth when opening
5624                 account prefs was not the correct one.
5625
5626 2005-04-12 [paul]       1.9.6cvs33
5627
5628         * src/inc.c
5629                 if the recv dialog is visible, Cancel only
5630                 cancels the current account
5631
5632
5633 2005-04-10 [colin]      1.9.6cvs32
5634
5635         * src/filtering.c
5636                 Copy score when copying FilteringActions
5637                 Fix bug #674
5638
5639 2005-04-10 [colin]      1.9.6cvs31
5640
5641         * src/inc.c
5642                 Make Message -> Receive -> Cancel cancel 
5643                 incorporation on all accounts. Fixes
5644                 bug #693
5645
5646 2005-04-10 [colin]      1.9.6cvs30
5647
5648         * src/prefs_account.c
5649                 Update Privacy checkbuttons status based
5650                 on the selected privacy system
5651         * src/compose.c
5652                 Always connect the "None" privacy system; the
5653                 static boolean was probably there to avoid
5654                 reconnecting twice in the same compose window,
5655                 but as the parent function is only called once
5656                 per compose, it's only a bug - as a static is
5657                 initialized once per application instance.
5658                 Also, don't uncheck Sign and Encrypt when
5659                 selecting None as privacy system; just ignore
5660                 them when sending/queuing.
5661                 Should fix bug #695
5662
5663 2005-04-08 [colin]      1.9.6cvs29
5664
5665         * src/account.c
5666         * src/prefs_account.c
5667         * src/prefs_account.h
5668                 Add account preference to queue message in a certain
5669                 folder.
5670
5671 2005-04-06 [colin]      1.9.6cvs28
5672
5673         * src/prefs_account.c
5674                 Update old inbox path syntax
5675
5676 2005-04-06 [paul]       1.9.6cvs27
5677
5678         sync with main:
5679
5680         * configure.ac
5681                 changed -traditional-cpp to -no-cpp-precomp for newer
5682                 Mac OS X support
5683         * src/foldersel.c
5684                 made column resize automatically
5685         * src/send_message.c
5686                 send_message_smtp(): consider EOF right after QUIT
5687                 successful (workaround for Gmail SMTP server)
5688         * src/common/socket.c
5689                 ssl_read(), ssl_peek(): check EOF which violates the
5690                 SSL protocol
5691         * src/gtk/colorlabel.c
5692                 removed warnings when displaying colorlabel menu
5693                 (don't use GtkAlignment)
5694
5695 2005-04-05 [paul]       1.9.6cvs26
5696
5697         * src/plugins/trayicon/trayicon.c
5698                 fix clipping of icon under KDE3 
5699
5700 2005-04-05 [paul]       1.9.6cvs25
5701
5702         * src/summaryview.c
5703                 hide display of threading
5704                 patch by Alfons
5705
5706 2005-04-04 [thorsten]   1.9.6cvs24
5707
5708         * src/mh.c
5709                 marks lost on filesystems with different stat() results on
5710                 summer-/wintertime
5711
5712 2005-04-03 [colin]      1.9.6cvs23
5713
5714         * src/summaryview.c
5715                 Don't handle up/down. Patch by Alfons
5716
5717 2005-04-02 [colin]      1.9.6cvs22
5718
5719         * src/summaryview.c
5720                 Make scrolling faster. Patch by Alfons.
5721
5722 2005-04-01 [colin]      1.9.6cvs21
5723
5724         * src/Makefile.am
5725         * src/stock_pixmap.c
5726         * src/pixmaps/dir-noselect.xpm ** REMOVED **
5727         * src/pixmaps/dir_noselect.xpm ** ADDED **
5728                 Fix pixmap name mismatch (Thanks Stephan Sachse)
5729
5730 2005-04-01 [colin]      1.9.6cvs20
5731
5732         * src/image_viewer.c
5733         * src/image_viewer.h
5734         * src/procmime.c
5735         * src/procmime.h
5736         * src/textview.c
5737         * src/textview.h
5738                 Implement inline image resizing and right-clicking
5739
5740 2005-04-01 [paul]       1.9.6cvs19
5741
5742         * AUTHORS
5743         * Makefile.am
5744         * configure.ac
5745                 check for gnome2
5746                 patch by Luca Cavalli <loopback<AT>slackit.org>
5747         * po/ru.po
5748                 updated by Pavlo Bohmat
5749
5750 2005-03-31 [colin]      1.9.6cvs18
5751
5752         * src/news.c
5753                 Fix parsing references
5754         * src/msgcache.c
5755                 don't put nulls in the references list
5756         * src/procheader.c
5757                 commit that forgotten file in 1.9.6cvs14
5758
5759 2005-03-31 [colin]      1.9.6cvs17
5760
5761         * src/compose.c
5762                 Fix joining of signature separator again. 
5763                 Maybe Hiro could put it in main too...
5764
5765 2005-03-31 [colin]      1.9.6cvs16
5766
5767         * src/Makefile.am
5768         * src/foldersel.c
5769         * src/stock_pixmap.c
5770         * src/stock_pixmap.h
5771         * src/pixmaps/dir-noselect.xpm
5772                 Update foldersel.c (sync from main, patch by Alfons)
5773
5774 2005-03-30 [colin]      1.9.6cvs15
5775
5776         * src/imap.c
5777                 Fix handling of imap folders containing [] in 
5778                 their name. Thanks to Nahuel Angelinetti for
5779                 the detailed bugreport.
5780
5781 2005-03-30 [colin]      1.9.6cvs14
5782
5783         * src/common/utils.h
5784         * src/common/utils.c
5785         * src/common/defs.h
5786         * src/matcher.c
5787         * src/msgcache.c
5788         * src/news.c
5789         * src/procmsg.c
5790         * src/procmsg.h
5791         * src/quote_fmt_parse.y
5792         * src/summaryview.c
5793                 Update references system. Patch by Alfons
5794
5795 2005-03-30 [colin]      1.9.6cvs13
5796
5797         * src/common/socket.c
5798                 Force the glibc to read resolv.conf again when 
5799                 it has changed. Should fix issues when changing
5800                 networks on a laptop and not restarting sylpheed. 
5801
5802 2005-03-30 [paul]       1.9.6cvs12
5803
5804         partial sync with main:
5805
5806         * src/action.c
5807                 create_io_dialog(): use user-defined text font
5808                 (thanks to Alfons), and modified its appearance.
5809         * src/addrgather.c
5810         * src/addrharvest.c
5811         * src/browseldap.c
5812                 replace old code
5813         * src/compose.c
5814                 don't join (presumably) itemized lines on line-wrapping
5815                 fixed wrapping of quote when auto-wrapping is enabled
5816                 compose_destroy(): destroy paned only if it's not
5817                 attached to window. Fixed memory leak of popup menu.
5818         * src/exphtmldlg.c
5819         * src/expldifdlg.c
5820                 replace old code
5821         * src/html.c
5822         * src/html.h
5823         * src/importmutt.c
5824         * src/importpine.c
5825                 replace old code
5826         * src/main.c
5827                 removed redundant code
5828         * src/mainwindow.c
5829                 changed 'Code set' (which is rather incorrect)
5830                 in the menu to 'Character encoding'
5831                 main_window_set_widgets(): request size first
5832                 to prevent window size becoming wrong
5833                 fixed remembering of the state of the visibility
5834                 of MessageView
5835         * src/messageview.c
5836                 changed 'Code set' (which is rather incorrect)
5837                 in the menu to 'Character encoding'
5838         * src/prefs_common.c
5839         * src/prefs_common.h
5840                 added an option whether to render HTML as text or not
5841                 added separators to outgoing encoding menu
5842         * src/procheader.c
5843                 procheader_scan_date_string(): support header
5844                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
5845         * src/summaryview.c
5846         * src/summaryview.h
5847                 minor code cleanup
5848         * src/textview.c
5849                 textview_show_html(): force output of newline
5850                 added an option whether to render HTML as text or not
5851         * src/common/utils.c
5852                 strncpy2(): optimized based on Alfons' code
5853         * src/gtk/gtkutils.c
5854         * src/gtk/gtkutils.h
5855                 removed non-used code
5856         * src/plugins/pgpmime/passphrase.c
5857                 partially fixed grab input of passphrase dialog
5858                 Confine pointer to window
5859
5860 2005-03-30 [colin]      1.9.6cvs11
5861
5862         * src/msgcache.c
5863         * src/msgcache.h
5864                 Read/write 32bit ints from cache & marks
5865                 From main.
5866
5867 2005-03-29 [paul]       1.9.6cvs10
5868
5869         * AUTHORS
5870         * ChangeLog.claws
5871         * src/compose.c
5872         * src/gtk/gtkaspell.c
5873                 sync with HEAD (don't pass NULL pointers) 
5874
5875 2005-03-24 [paul]
5876
5877         * tools/Makefile.am
5878         * tools/README
5879         * tools/acroread2sylpheed.pl
5880                 sync with HEAD (add script to send pdfs as
5881                 attachments from Adobe Reader 7)
5882
5883 2005-03-21 [paul]       1.9.6cvs9
5884
5885         * configure.ac
5886         * po/POTFILES.in
5887         * src/Makefile.am
5888         * src/crash.c
5889         * src/image_viewer.c ** ADDED **
5890         * src/image_viewer.h ** ADDED **
5891         * src/main.c
5892         * src/prefs_common.c
5893         * src/prefs_common.h
5894         * src/prefs_image_viewer.c ** ADDED **
5895         * src/prefs_image_viewer.h ** ADDED **
5896         * src/textview.c
5897         * src/gtk/about.c
5898         * src/pixmaps/sylpheed_logo.xpm
5899         * src/plugins/Makefile.am
5900         * src/plugins/image_viewer/.cvsignore ** REMOVED **
5901         * src/plugins/image_viewer/Makefile.am ** REMOVED **
5902         * src/plugins/image_viewer/plugin.c ** REMOVED **
5903         * src/plugins/image_viewer/viewer.c ** REMOVED **
5904         * src/plugins/image_viewer/viewer.glade ** REMOVED **
5905         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
5906         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
5907         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
5908         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
5909                 as gdk-pixbuf is now built-in
5910                 remove image_viewer plugin and put code back into
5911                 main codebase
5912                 implement inline image display (sync with main)
5913
5914                 replace logo with newer, nicer, larger version  
5915
5916 2005-03-21 [paul]       1.9.6cvs8
5917
5918         * src/gtk/about.c
5919                 cosmetic improvement
5920
5921 2005-03-21 [holger]     1.9.6cvs7
5922
5923         * src/plugins/spamassassin/spamassassin.c
5924                 Sync with HEAD
5925                 (unregister hook on failed plugin init)
5926
5927 2005-03-20 [colin]      1.9.6cvs6
5928
5929         * src/common/plugin.c
5930                 Check that plugin isn't already loaded
5931                 Patch by Alfons
5932
5933 2005-03-20 [thorsten]   1.9.6cvs5
5934
5935         * src/compose.c
5936                 use a more compatible syntax
5937
5938 2005-03-20 [thorsten]   1.9.6cvs4
5939
5940         * src/prefs_toolbar.c
5941                 fix crash when selecting toolbar item (uninitialized pointer)
5942
5943 2005-03-20 [thorsten]   1.9.6cvs3
5944
5945         * src/procmime.c
5946                 fix mimetype detection (referenced free()d string)
5947
5948 2005-03-20 [paul]       1.9.6cvs2
5949
5950         * src/compose.c
5951                 sync with HEAD (1.0.3cvs5)
5952                 neglect Reply-To header if empty
5953                 Patch by Alfons 
5954
5955 2005-03-19 [holger]     1.9.6cvs1
5956
5957         * src/summaryview.c
5958         * src/summaryview.h
5959                 Sync with HEAD
5960
5961 2005-03-18 [paul]       1.9.6
5962
5963         initial GTK2 release
5964
5965 2005-03-18 [paul]       1.0.3cvs3.1
5966
5967         * AUTHORS
5968         * ChangeLog.claws
5969         * configure.ac
5970         * src/gtk/about.c
5971         * src/pixmaps/sylpheed_logo.xpm
5972                 sync with HEAD
5973
5974 2005-03-18 [colin]      1.0.3cvs2.6
5975
5976         * src/summaryview.c
5977                 Remove call to summary_step in summary_copy_selected_to
5978                 Can't see its purpose, and this causes bug when copying
5979                 a message if the next one is unread: it reads it.
5980
5981 2005-03-18 [paul]       1.0.3cvs2.5
5982
5983         * src/foldersel.c
5984                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
5985
5986 2005-03-18 [paul]       1.0.3cvs2.4
5987
5988         * src/addrharvest.c
5989         * src/codeconv.c
5990         * src/codeconv.h
5991         * src/compose.c
5992         * src/news.c
5993         * src/procheader.c
5994         * src/procmime.c
5995         * src/unmime.c
5996         * src/unmime.h
5997                 fix buffer overflow, CAN-2005-0667, see
5998                 http://secunia.com/advisories/14491/
5999                 Patch by Alfons
6000
6001 2005-03-17 [colin]      1.0.3cvs2.3
6002
6003         * src/prefs_fonts.c
6004         * src/summaryview.c
6005                 Fix font bugs (both lists now officialy share 
6006                 the same font)
6007                 
6008
6009 2005-03-17 [paul]       1.0.3cvs2.2
6010
6011         * src/gtk/pluginwindow.c
6012                 make plugin descriptions uneditable
6013
6014 2005-03-11 [paul]       1.0.3cvs2.1
6015
6016         * ChangeLog.claws
6017         * configure.ac
6018         * po/POTFILES.in
6019         * src/plugins/trayicon/trayicon.c
6020                 sync with HEAD
6021                 add src/wizard.c to POTFILES.in
6022
6023 2005-03-11 [paul]       1.0.3cvs1.1
6024
6025         * ChangeLog
6026         * ChangeLog.claws
6027         * configure.ac
6028         * po/de.po
6029         * po/es.po
6030         * po/fr.po
6031         * po/it.po
6032         * po/pt_BR.po
6033         * po/ru.po
6034         * po/sk.po
6035         * po/sr.po
6036         * po/zh_CN.po
6037                 sync with HEAD
6038
6039 2005-03-04 [colin]      1.0.1cvs22.2
6040
6041         * src/compose.c
6042                 Fix signatures with accentued chars in it
6043
6044 2005-03-04 [colin]      1.0.1cvs22.1
6045
6046         * src/common/smtp.c
6047         * src/common/smtp.h
6048                 Don't use SIZE param in MAIL FROM: if server 
6049                 doesn't support it. Patch by Eugen Freiter
6050                 <eugen_f@users.sf.net>
6051
6052 2005-02-27 [paul]       1.0.1cvs20.1
6053
6054         * ChangeLog.claws
6055         * configure.ac
6056         * src/messageview.c
6057                 sync with HEAD
6058
6059 2005-02-27 [colin]      1.0.1cvs19.4
6060
6061         * src/procheader.c
6062         * src/procheader.h
6063                 Fix prototypes. Patch by Alfons
6064
6065 2005-02-27 [colin]      1.0.1cvs19.3
6066
6067         * src/compose.c
6068                 Don't auto-join the signature separator.
6069
6070 2005-02-26 [colin]      1.0.1cvs19.2
6071
6072         * src/summaryview.c
6073                 Fix 'mark all read' with collapsed threads.
6074                 Patch by Alfons.
6075
6076 2005-02-25 [paul]       1.0.1cvs19.1
6077
6078         * ChangeLog.claws
6079         * configure.ac
6080         * src/prefs_account.c
6081         * src/prefs_folder_item.c
6082         * src/gtk/prefswindow.c
6083         * src/gtk/prefswindow.h
6084                 sync with HEAD
6085
6086 2005-02-25 [paul]       1.0.1cvs15.12
6087
6088         * src/alertpanel.c
6089         * src/codeconv.c
6090         * src/compose.c
6091         * src/textview.c
6092         * src/gtk/gtkutils.c
6093         * src/gtk/gtkutils.h
6094         * src/gtk/logwindow.c
6095         * src/gtk/progressdialog.c
6096                 sync with main (revision 127)
6097                 and fix logwindow clipping
6098
6099 2005-02-24 [colin]      1.0.1cvs15.11
6100
6101         * src/plugins/pgpmime/passphrase.c
6102                 Disable input grabbing; it doesn't work yet.
6103
6104 2005-02-24 [colin]      1.0.1cvs15.10
6105
6106         * src/messageview.c
6107                 Don't send out receipts if offline. Ask.
6108
6109 2005-02-23 [colin]      1.0.1cvs15.9
6110
6111         * src/summaryview.c     
6112                 Fix expanding
6113
6114 2005-02-23 [colin]      1.0.1cvs15.8
6115
6116         * src/summaryview.c
6117                 Really fix Bug 568 by removing useless
6118                 calls. summary_thread_init() now called
6119                 in summary_sort(). This should please
6120                 Alfons as it should be faster than 
6121                 previously.
6122
6123 2005-02-23 [colin]      1.0.1cvs15.7
6124
6125         * src/compose.c
6126                 Encode parts as QP or B64 if signing
6127
6128 2005-02-23 [colin]      1.0.1cvs15.6
6129
6130         * src/compose.c
6131                 Fix Mimeinfo leakage (including tmp files)
6132         * src/procmsg.c
6133                 Fix tmp file leakage (spotted by Ivan Rayner)
6134
6135 2005-02-22 [colin]      1.0.1cvs15.5
6136
6137         * src/expldifdlg.c
6138                 Fix keyboard input. Patch by Alfons.
6139
6140 2005-02-21 [colin]      1.0.1cvs15.4
6141
6142         * src/compose.c
6143                 Fix Sign/Encrypt when unselecting privacy
6144                 system
6145         * src/prefs_common.c
6146                 Change default message font to Monospace
6147         * src/summaryview.c
6148                 More freezing during potentially large operations
6149
6150 2005-02-21 [paul]       1.0.1cvs15.3
6151
6152         * src/main.c
6153                 fix --help output
6154
6155 2005-02-21 [paul]       1.0.1cvs15.2
6156
6157         * po/Makefile.in.in
6158         * src/compose.c
6159         * src/summaryview.c
6160         * src/textview.c
6161         * src/common/utils.c
6162         * src/common/utils.h
6163                 sync with main (revision 117)
6164
6165 2005-02-20 [colin]      1.0.1cvs15.1
6166
6167         * src/common/defs.h
6168                 Change cache file to .sylpheed_claws_cache, as
6169                 suggested by Alfons. Allows people to switch
6170                 between Sylpheed and Sylpheed-Claws. it is
6171                 a good idea to "Check for new messages" at next
6172                 startup.
6173
6174
6175 2005-02-18 [colin]      1.0.1cvs14.1
6176
6177         * src/quote_fmt_lex.l
6178         * src/quote_fmt_parse.y
6179                 Fix parser initialisation. Patch by Ivan.
6180
6181 2005-02-18 [colin]      1.0.1cvs11.6
6182
6183         * src/folderview.c
6184                 Fix scrolldown (bug 662)
6185
6186 2005-02-17 [colin]      1.0.1cvs11.5
6187
6188         * src/codeconv.c
6189                 conv_filename_to_utf8: return clean 7bit instead
6190                 of broken utf8 if needed
6191         * src/mimeview.c
6192                 Fix display of parts with unclean 8bit names
6193
6194 2005-02-17 [paul]       1.0.1cvs11.4
6195
6196         * src/compose.c
6197         * src/exportldif.c
6198         * src/matcher_parser_parse.y
6199         * src/procmime.c
6200         * src/sourcewindow.c
6201         * src/common/Makefile.am
6202         * src/common/intl.h             ** REMOVED **
6203         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6204                 sync with main (revision 109)
6205                 and clean up
6206
6207 2005-02-16 [colin]      1.0.1cvs11.3
6208
6209         * src/summaryview.c
6210                 Fix collapsed thread not highlighting when new
6211                 messages in it (Bug 568) Patch by Stephan Sachse.
6212                 Fix messed up selection when reaching bounds (Bug 632)
6213         * src/prefs_themes.c
6214                 Fix theme installing (Bug 684)
6215
6216 2005-02-16 [colin]      1.0.1cvs11.2
6217
6218         * src/messageview.c
6219                 Fix messageview_select_all
6220
6221 2005-02-16 [colin]      1.0.1cvs11.1
6222
6223         * src/mh.c
6224                 Sync with HEAD (MH scan required function)
6225
6226 2005-02-15 [colin]      1.0.1cvs8.1
6227
6228         * src/mimeview.c
6229         * src/common/utils.c
6230                 Sync with HEAD (filename chars substitution)
6231
6232 2005-02-15 [colin]      1.0.1cvs7.3
6233
6234         * src/gtk/pluginwindow.c
6235                 Fix button spacing
6236
6237 2005-02-15 [colin]      1.0.1cvs7.2
6238
6239         * src/mimeview.c
6240                 Fix mime icons not reset across message when
6241                 scrolled down
6242
6243 2005-02-15 [colin]      1.0.1cvs7.1
6244
6245         * src/compose.c
6246         * src/procmime.c
6247                 Sync with HEAD (optimisation of cvs6)
6248
6249 2005-02-14 [colin]      1.0.1cvs6.1
6250
6251         * src/compose.c
6252         * src/procmime.c
6253                 Sync with HEAD (encode "From " at line beginning)
6254
6255 2005-02-14 [colin]      1.0.1cvs5.3
6256
6257         * src/compose.c
6258                 Fix wrapping with accentued chars.
6259
6260 2005-02-13 [colin]      1.0.1cvs5.2
6261
6262         * src/textview.c
6263                 Fix email informative part parsing with
6264                 accentued chars in it. ispunct() returns
6265                 true for them in utf8...
6266
6267 2005-02-12 [colin]      1.0.1cvs5.1
6268
6269         * src/filtering.c
6270                 Sync with HEAD (remove wrong use of compose after send)
6271
6272 2005-02-12 [paul]       1.0.1cvs4.5
6273
6274         * src/textview.c
6275                 remove unnecessary code (thanks to Alfons)
6276
6277 2005-02-12 [paul]       1.0.1cvs4.4
6278
6279         * src/textview.c
6280                 add 'Copy' to contextual menu on emails
6281
6282 2005-02-11 [colin]      1.0.1cvs4.3
6283
6284         * src/compose.c
6285                 revert 1.0.0cvs28.2, it doesn't work that well.
6286
6287 2005-02-11 [paul]       1.0.1cvs4.2
6288
6289         * po/Makefile.in.in
6290                 fix 'make release'
6291
6292 2005-02-10 [paul]       1.0.1cvs4.1
6293
6294         * ChangeLog
6295         * ChangeLog.claws
6296         * ChangeLog.jp
6297         * configure.ac
6298         * src/compose.c
6299                 sync with HEAD (sync with main)
6300
6301 2005-02-10 [paul]       1.0.1cvs3.2
6302
6303         * AUTHORS
6304         * Makefile.am
6305         * autogen.sh
6306         * configure.ac
6307         * config/mkinstalldirs
6308         * intl/.cvsignore
6309         * intl/ChangeLog
6310         * intl/VERSION
6311         * intl/bindtextdom.c
6312         * intl/config.charset
6313         * intl/dcgettext.c
6314         * intl/dcigettext.c
6315         * intl/dcngettext.c
6316         * intl/dgettext.c
6317         * intl/dngettext.c
6318         * intl/eval-plural.h
6319         * intl/explodename.c
6320         * intl/finddomain.c
6321         * intl/gettext.c
6322         * intl/gettextP.h
6323         * intl/gmo.h
6324         * intl/hash-string.h
6325         * intl/intl-compat.c
6326         * intl/l10nflist.c
6327         * intl/libgnuintl.h.in
6328         * intl/loadinfo.h
6329         * intl/loadmsgcat.c
6330         * intl/localcharset.c
6331         * intl/localcharset.h
6332         * intl/locale.alias
6333         * intl/localealias.c
6334         * intl/localename.c
6335         * intl/log.c
6336         * intl/ngettext.c
6337         * intl/os2compat.c
6338         * intl/os2compat.h
6339         * intl/osdep.c
6340         * intl/plural-exp.c
6341         * intl/plural-exp.h
6342         * intl/plural.c
6343         * intl/plural.y
6344         * intl/ref-add.sin
6345         * intl/ref-del.sin
6346         * intl/relocatable.c
6347         * intl/relocatable.h
6348         * intl/textdomain.c
6349         * m4/Makefile.am
6350         * po/Makefile.in.in
6351         * src/Makefile.am
6352         * src/account.c
6353         * src/action.c
6354         * src/addr_compl.c
6355         * src/addressadd.c
6356         * src/addressbook.c
6357         * src/addrgather.c
6358         * src/addrindex.c
6359         * src/alertpanel.c
6360         * src/browseldap.c
6361         * src/codeconv.c
6362         * src/codeconv.h
6363         * src/compose.c
6364         * src/compose.h
6365         * src/crash.c
6366         * src/editaddress.c
6367         * src/editbook.c
6368         * src/editgroup.c
6369         * src/editjpilot.c
6370         * src/editldap.c
6371         * src/editldap_basedn.c
6372         * src/editvcard.c
6373         * src/exphtmldlg.c
6374         * src/expldifdlg.c
6375         * src/export.c
6376         * src/exporthtml.c
6377         * src/filtering.c
6378         * src/folder.c
6379         * src/folder_item_prefs.c
6380         * src/foldersel.c
6381         * src/folderview.c
6382         * src/grouplistdialog.c
6383         * src/headerview.c
6384         * src/imap.c
6385         * src/imap_gtk.c
6386         * src/import.c
6387         * src/importldif.c
6388         * src/importmutt.c
6389         * src/importpine.c
6390         * src/inc.c
6391         * src/ldif.c
6392         * src/main.c
6393         * src/mainwindow.c
6394         * src/matcher.c
6395         * src/mbox.c
6396         * src/message_search.c
6397         * src/messageview.c
6398         * src/mh.c
6399         * src/mh_gtk.c
6400         * src/mimeview.c
6401         * src/msgcache.c
6402         * src/news.c
6403         * src/news_gtk.c
6404         * src/noticeview.c
6405         * src/partial_download.c
6406         * src/pop.c
6407         * src/prefs_account.c
6408         * src/prefs_actions.c
6409         * src/prefs_common.c
6410         * src/prefs_customheader.c
6411         * src/prefs_display_header.c
6412         * src/prefs_ext_prog.c
6413         * src/prefs_filtering.c
6414         * src/prefs_filtering_action.c
6415         * src/prefs_folder_item.c
6416         * src/prefs_fonts.c
6417         * src/prefs_gtk.c
6418         * src/prefs_matcher.c
6419         * src/prefs_msg_colors.c
6420         * src/prefs_spelling.c
6421         * src/prefs_summary_column.c
6422         * src/prefs_template.c
6423         * src/prefs_themes.c
6424         * src/prefs_toolbar.c
6425         * src/prefs_wrapping.c
6426         * src/privacy.c
6427         * src/procheader.c
6428         * src/procmime.c
6429         * src/procmsg.c
6430         * src/quote_fmt.c
6431         * src/recv.c
6432         * src/send_message.c
6433         * src/setup.c
6434         * src/sourcewindow.c
6435         * src/ssl_manager.c
6436         * src/statusbar.c
6437         * src/summary_search.c
6438         * src/summaryview.c
6439         * src/textview.c
6440         * src/toolbar.c
6441         * src/wizard.c
6442         * src/common/nntp.c
6443         * src/common/plugin.c
6444         * src/common/smtp.c
6445         * src/common/ssl.c
6446         * src/common/ssl_certificate.c
6447         * src/common/string_match.c
6448         * src/common/sylpheed.c
6449         * src/common/template.c
6450         * src/common/utils.c
6451         * src/gtk/about.c
6452         * src/gtk/colorlabel.c
6453         * src/gtk/description_window.c
6454         * src/gtk/filesel.c
6455         * src/gtk/foldersort.c
6456         * src/gtk/gtkaspell.c
6457         * src/gtk/gtkutils.c
6458         * src/gtk/inputdialog.c
6459         * src/gtk/logwindow.c
6460         * src/gtk/menu.c
6461         * src/gtk/pluginwindow.c
6462         * src/gtk/prefswindow.c
6463         * src/gtk/progressdialog.c
6464         * src/gtk/quicksearch.c
6465         * src/gtk/sslcertwindow.c
6466         * src/plugins/clamav/clamav_plugin.c
6467         * src/plugins/clamav/clamav_plugin_gtk.c
6468         * src/plugins/demo/demo.c
6469         * src/plugins/dillo_viewer/dillo_prefs.c
6470         * src/plugins/dillo_viewer/dillo_viewer.c
6471         * src/plugins/image_viewer/plugin.c
6472         * src/plugins/image_viewer/viewer.c
6473         * src/plugins/image_viewer/viewerprefs.c
6474         * src/plugins/mathml_viewer/mathml_viewer.c
6475         * src/plugins/pgpmime/passphrase.c
6476         * src/plugins/pgpmime/plugin.c
6477         * src/plugins/pgpmime/prefs_gpg.c
6478         * src/plugins/pgpmime/select-keys.c
6479         * src/plugins/pgpmime/sgpgme.c
6480         * src/plugins/spamassassin/spamassassin.c
6481         * src/plugins/spamassassin/spamassassin_gtk.c
6482         * src/plugins/trayicon/trayicon.c
6483                 sync with main (revision 104)
6484
6485 2005-02-10 [colin]      1.0.1cvs3.1
6486
6487         * src/mainwindow.c
6488                 Sync with HEAD (fix occasional crasher)
6489
6490 2005-02-10 [colin]      1.0.1cvs2.1
6491
6492         * src/messageview.c
6493                 Synw with HEAD (don't automatically display html)
6494
6495 2005-02-09 [colin]      1.0.1cvs1.3
6496
6497         * src/textview.c
6498         * src/textview.h
6499                 Add contextual menu on emails
6500
6501 2005-02-09 [colin]      1.0.1cvs1.2
6502
6503         * src/codeconv.c
6504                 Fix converting from broken headers and 
6505                 put back the _ in missing places
6506                 (feature broke with cvs24.2 sync, main 
6507                  possibly affected?)
6508
6509 2005-02-09 [colin]      1.0.1cvs1.1
6510
6511         * src/messageview.c
6512         * src/mimeview.c
6513         * src/mimeview.h
6514                 Sync with HEAD (display non text/plain mails with plugin)
6515
6516 2005-02-08 [colin]      1.0.1.1
6517
6518         * ChangeLog.claws
6519         * po/pt_BR.po
6520                 Sync with HEAD
6521         * configure.ac
6522                 Make default configuration directory 
6523                 be .sylpheed-gtk2
6524
6525 2005-02-08 [colin]      1.0.0cvs29.1
6526
6527         * po/de.po
6528         * po/es.po
6529         * po/fr.po
6530         * po/it.po
6531         * po/sk.po
6532         * po/sr.po
6533                 Sync translations with HEAD
6534
6535 2005-02-06 [colin]      1.0.0cvs28.3
6536
6537         * src/compose.c
6538                 Make compose a bit faster - patch by Alfons.
6539
6540 2005-02-06 [colin]      1.0.0cvs28.2
6541
6542         * src/compose.c
6543                 Make pasting via middle-click more reliable
6544
6545 2005-02-05 [paul]       1.0.0cvs28.1
6546
6547         * ChangeLog
6548         * ChangeLog.claws
6549         * ChangeLog.jp
6550         * configure.ac
6551         * src/compose.c
6552                 sync with HEAD
6553                 (fix bug 682 'redirect is broken'
6554
6555 2005-02-05 [torte]      1.0.0cvs27.1
6556
6557         * ChangeLog.claws
6558         * configure.ac
6559         * src/partial_download.c
6560                 Sync with HEAD (fix buf overflow)
6561
6562 2005-02-03 [colin]      1.0.0cvs26.1
6563
6564         * src/common/plugin.c
6565                 Sync with HEAD (avoid plugin mismatches)
6566
6567 2005-02-03 [paul]       1.0.0cvs25.3
6568
6569         * src/folderview.c
6570         * src/headerview.c
6571         * src/summaryview.c
6572         * src/textview.c
6573         * src/gtk/colorlabel.c
6574                 third and final part of initial sync with main-gtk2
6575
6576 2005-02-03 [paul]       1.0.0cvs25.2
6577
6578         * src/jpilot.c
6579                 fix building with jpilot support
6580
6581 2005-02-02 [colin]      1.0.0cvs25.1
6582
6583         * src/messageview.c
6584                 Sync with HEAD (fix dangerous typo)
6585
6586 2005-02-01 [colin]      1.0.0cvs24.3
6587
6588         * src/common/xml.c
6589                 Write file as advertised (UTF-8)
6590
6591 2005-02-01 [paul]       1.0.0cvs24.2
6592
6593         * src/addrbook.c
6594         * src/addrindex.c
6595         * src/alertpanel.h
6596         * src/codeconv.c
6597         * src/codeconv.h
6598         * src/compose.c
6599         * src/export.c
6600         * src/folder_item_prefs.c
6601         * src/html.c
6602         * src/imap.c
6603         * src/import.c
6604         * src/jpilot.c
6605         * src/mainwindow.c
6606         * src/matcher_parser_lex.l
6607         * src/messageview.c
6608         * src/mh.c
6609         * src/prefs_account.c
6610         * src/prefs_actions.c
6611         * src/prefs_common.c
6612         * src/prefs_gtk.c
6613         * src/prefs_gtk.h
6614         * src/prefs_themes.c
6615         * src/procheader.c
6616         * src/procmime.c
6617         * src/sourcewindow.c
6618         * src/statusbar.c
6619         * src/summaryview.c
6620         * src/textview.c
6621         * src/toolbar.c
6622         * src/unmime.c
6623         * src/common/template.c
6624         * src/common/utils.c
6625         * src/common/xml.c
6626         * src/common/xml.h
6627         * src/gtk/gtkaspell.c
6628         * src/plugins/clamav/clamav_plugin.c
6629         * src/plugins/dillo_viewer/dillo_prefs.c
6630         * src/plugins/image_viewer/viewerprefs.c
6631         * src/plugins/pgpmime/passphrase.c
6632         * src/plugins/pgpmime/prefs_gpg.c
6633         * src/plugins/pgpmime/select-keys.c
6634         * src/plugins/spamassassin/spamassassin.c
6635                 second part of initial sync with main-gtk2
6636                 (more to follow)
6637
6638 2005-01-31 [colin]      1.0.0cvs24.1
6639
6640         * src/compose.c
6641                 Sync with HEAD
6642
6643 2005-01-29 [paul]       1.0.0cvs23.2
6644
6645         * src/account.c
6646         * src/action.c
6647         * src/addressadd.c
6648         * src/addressbook.c
6649         * src/alertpanel.c
6650         * src/compose.c
6651         * src/editaddress.c
6652         * src/editbook.c
6653         * src/editgroup.c
6654         * src/editjpilot.c
6655         * src/editldap.c
6656         * src/editldap_basedn.c
6657         * src/editvcard.c
6658         * src/export.c
6659         * src/foldersel.c
6660         * src/grouplistdialog.c
6661         * src/import.c
6662         * src/importldif.c
6663         * src/inc.c
6664         * src/main.c
6665         * src/mainwindow.c
6666         * src/message_search.c
6667         * src/messageview.c
6668         * src/mimeview.c
6669         * src/prefs_actions.c
6670         * src/prefs_common.c
6671         * src/prefs_common.h
6672         * src/prefs_customheader.c
6673         * src/prefs_display_header.c
6674         * src/prefs_filtering.c
6675         * src/prefs_filtering_action.c
6676         * src/prefs_gtk.c
6677         * src/prefs_matcher.c
6678         * src/prefs_summary_column.c
6679         * src/prefs_template.c
6680         * src/sourcewindow.c
6681         * src/summary_search.c
6682         * src/summaryview.c
6683         * src/textview.c
6684         * src/gtk/about.c
6685         * src/gtk/description_window.c
6686         * src/gtk/gtkshruler.c
6687         * src/gtk/gtkutils.c
6688         * src/gtk/gtkutils.h
6689         * src/gtk/inputdialog.c
6690         * src/gtk/logwindow.c
6691         * src/gtk/prefswindow.c
6692         * src/gtk/progressdialog.c
6693         * src/gtk/progressdialog.h
6694                 first part of initial sync with main-gtk2
6695                 (more to follow)
6696
6697 2005-01-28 [colin]      1.0.0cvs23.1
6698
6699         * src/folderview.c
6700                 Sync with HEAD
6701
6702 2005-01-27 [colin]      1.0.0cvs21.1
6703
6704         * src/folder.c
6705         * src/folderview.c
6706                 Sync with HEAD
6707
6708 2005-01-27 [colin]      1.0.0cvs19.1
6709
6710         * src/procmime.c
6711                 Sync with HEAD
6712
6713 2005-01-27 [colin]      1.0.0cvs18.1
6714
6715         * src/messageview.c
6716         * src/summaryview.c
6717         * src/mainwindow.c
6718         * src/compose.c
6719         * src/compose.h
6720         * src/procmsg.c
6721         * src/procmsg.h
6722         * src/toolbar.c
6723                 Sync with HEAD
6724
6725 2005-01-26 [paul]       1.0.0cvs15.2
6726
6727         * src/compose.c
6728                 compose_entries_set(): convert subject and body to
6729                 utf8 if necessary. patch by Felix Eckhofer
6730
6731 2005-01-26 [paul]       1.0.0cvs15.1
6732
6733         * configure.ac
6734         * src/common/template.c
6735                 sync with HEAD (fix memory leak)
6736
6737 2005-01-25 [paul]       1.0.0cvs14.1
6738
6739         * configure.ac
6740         * src/compose.c
6741                 sync with HEAD
6742
6743 2005-01-24 [colin]      1.0.0cvs13.1
6744
6745         * src/summaryview.c
6746                 Sync with HEAD
6747
6748 2005-01-24 [paul]       1.0.0cvs12.1
6749
6750         * configure.ac
6751         * src/messageview.c
6752         * src/mh.c
6753         * src/common/utils.c
6754                 sync with HEAD
6755
6756 2005-01-24 [colin]      1.0.0cvs11.1
6757
6758         * src/procheader.c
6759                 Sync with HEAD
6760
6761 2005-01-24 [colin]      1.0.0cvs10.1
6762
6763         * src/folderview.c
6764                 Sync with HEAD
6765
6766 2005-01-23 [colin]      1.0.0cvs9.1
6767
6768         * src/crash.c
6769                 Sync with HEAD
6770
6771 2005-01-22 [colin]      1.0.0cvs8.1
6772
6773         * src/summaryview.c
6774         * src/gtk/quicksearch.c
6775                 Sync with HEAD
6776
6777 2005-01-21 [colin]      1.0.0cvs7.1
6778
6779         * src/summaryview.c
6780                 Sync with HEAD
6781
6782 2005-01-21 [colin]      1.0.0cvs6.1
6783
6784         * src/summaryview.c
6785                 Sync with HEAD
6786
6787 2005-01-21 [colin]      1.0.0cvs5.1
6788
6789         * src/gtk/quicksearch.c
6790         * src/prefs_common.c
6791         * src/prefs_common.h
6792                 Sync with HEAD (recurse option)
6793
6794 2005-01-21 [colin]      1.0.0cvs4.1
6795
6796         * src/folder.h
6797         * src/folderview.c
6798         * src/folderview.h
6799         * src/summaryview.c
6800         * src/gtk/quicksearch.c
6801         * src/gtk/quicksearch.h
6802                 Sync with HEAD (recursive quicksearch)
6803
6804 2005-01-20 [colin]      1.0.0cvs3.4
6805
6806         * src/ssl_manager.c
6807                 Remove useless code
6808
6809 2005-01-20 [colin]      1.0.0cvs3.3
6810
6811         * src/ssl_manager.c
6812                 Fix leak, thanks to Alfons.
6813
6814 2005-01-20 [colin]      1.0.0cvs3.2
6815
6816         * src/ssl_manager.c
6817                 Port SSL certificate window to GTK2.
6818
6819 2005-01-20 [paul]       1.0.0cvs3.1
6820
6821         * ChangeLog.claws
6822         * configure.ac
6823         * src/addrindex.c
6824         * src/addrindex.h
6825                 sync with HEAD
6826
6827 2005-01-19 [colin]      1.0.0cvs2.2
6828
6829         * src/plugins/trayicon/trayicon.c
6830                 Fix freeze with gtk-2.6, the easy way
6831                 (signal blocking helpless there...)
6832                 Closes bug #668.
6833
6834 2005-01-19 [colin]      1.0.0cvs2.1
6835
6836         * src/mbox.c
6837         * src/mbox.h
6838         * src/mainwindow.c
6839         * src/summaryview.c
6840         * src/summaryview.h
6841                 Sync with HEAD
6842
6843 2005-01-19 [paul]       1.0.0cvs1.1
6844
6845         * configure.ac
6846         * po/de.po
6847         * po/es.po
6848         * po/fr.po
6849         * po/hr.po
6850         * po/it.po
6851         * po/ja.po
6852         * po/ko.po
6853         * po/pt_BR.po
6854         * po/ru.po
6855         * po/sk.po
6856         * po/sr.po
6857                 sync with HEAD (update translations)
6858
6859 2005-01-18 [colin]      1.0.0cvs0.1
6860
6861         * src/foldersel.c
6862                 Specify search column - patch by Alfons
6863
6864 2005-01-18 [colin]      0.9.13cvs36.3
6865
6866         * src/prefs_toolbar.c
6867                 Change Delete to Remove
6868         * src/prefs_fonts.c
6869                 GTK2 version and leak fixes
6870         * src/prefs_actions.c
6871                 Add stock buttons.
6872                 All patches by Alfons
6873
6874 2005-01-17 [colin]      0.9.13cvs36.2
6875
6876         * src/compose.c
6877                 Fix DnD inserting twice. While at it,
6878                 add DnD support for text/plain in the
6879                 body, and add support in the headers.
6880
6881 2005-01-16 [colin]      0.9.13cvs36.1
6882
6883         * ChangeLog
6884         * ChangeLog.jp
6885         * ChangeLog.claws
6886                 Sync with HEAD (nothing applicable)
6887
6888 2005-01-16 [colin]      0.9.13cvs33.2
6889
6890         * src/prefs_toolbar.c
6891                 GTK2ize prefs_toolbar, by Alfons.
6892
6893 2005-01-14 [colin]      0.9.13cvs33.1
6894
6895         * src/html.c
6896         * src/msgcache.c
6897                 Sync with HEAD
6898
6899 2005-01-14 [colin]      0.9.13cvs32.1
6900
6901         * src/html.c
6902         * src/html.h
6903         * src/msgcache.c
6904         * AUTHORS
6905         * tools/calypso_convert.pl
6906                 Sync with HEAD
6907
6908 2005-01-08 [colin]      0.9.13cvs29.2
6909
6910         * src/prefs_filtering_action.c
6911         * src/prefs_filtering.c
6912                 2 more gtk2 patches by Alfons
6913
6914 2005-01-07 [paul]       0.9.13cvs29.1
6915
6916         * ChangeLog
6917         * ChangeLog.claws
6918         * ChangeLog.jp
6919         * configure.ac
6920         * src/pop.c
6921         * src/pop.h
6922                 sync with HEAD
6923
6924 2005-01-07 [colin]      0.9.13cvs28.3
6925
6926         * src/gtk/progressdialog.c
6927         * src/gtk/progressdialog.h
6928         * src/inc.c
6929         * src/send_message.c
6930                 GTK2 for the incorporation dialog. The CList isn't dead
6931                 yet, for a more smooth migration. Patch by Alfons.
6932
6933 2005-01-06 [colin]      0.9.13cvs28.2
6934
6935         * src/prefs_display_header.c
6936                 GTK2 conversion by Alfons
6937         * src/prefs_actions.c
6938         * src/prefs_matcher.c
6939                 Fix 2 leaks - patch by Alfons
6940
6941 2005-01-06 [colin]      0.9.13cvs28.1
6942
6943         * src/prefs_matcher.c
6944                 Sync with HEAD
6945
6946 2005-01-06 [colin]      0.9.13cvs27.4
6947
6948         * src/prefs_matcher.c
6949                 Fix double-free. Patch by Alfons
6950
6951 2005-01-06 [colin]      0.9.13cvs27.3
6952
6953         * src/prefs_matcher.c
6954                 GTK2 widgets + memleak
6955                 Patch by Alfons
6956
6957 2005-01-05 [colin]      0.9.13cvs27.2
6958
6959         * src/account.c
6960         * src/addr_compl.c
6961         * src/foldersel.c
6962         * src/stock_pixmap.c
6963         * src/stock_pixmap.h
6964                 3 more GTK2 patches by Alfons.
6965
6966 2005-01-04 [colin]      0.9.13cvs27.1
6967
6968         * src/folderview.c
6969         * src/imap_gtk.c
6970         * src/news_gtk.c
6971                 Sync with HEAD
6972
6973 2005-01-04 [colin]      0.9.13cvs25.9
6974
6975         * src/compose.c
6976                 Fix Show Ruler menuitem
6977         * src/prefs_template.c
6978                 Convert to GTK2
6979         * src/common/utils.c
6980                 Make auto pointer stuff handles NULLs
6981                 Patches by Alfons.
6982
6983 2005-01-04 [colin]      0.9.13cvs25.8
6984
6985         * src/compose.c
6986                 Move the attachment list to gtk2
6987                 Patch by Alfons.
6988
6989 2005-01-04 [colin]      0.9.13cvs25.7
6990
6991         * src/textview.c
6992                 Make some keys work again
6993                 Patch by SungHyun Nam <namsh@kldp.org>
6994
6995 2005-01-04 [colin]      0.9.13cvs25.6
6996
6997         * src/gtk/gtkshruler.c
6998                 Move the ruler to GTK2
6999                 Patch by Alfons
7000
7001 2005-01-03 [colin]      0.9.13cvs25.5
7002
7003         * src/compose.c
7004                 Fix my broken patch apply 
7005
7006 2005-01-03 [colin]      0.9.13cvs25.4
7007
7008         * src/common/utils.c
7009         * src/common/utils.h
7010         * src/gtk/prefswindow.c
7011                 Move auto pointer stuff to utils.c
7012                 Patch by Alfons again :)
7013
7014 2005-01-03 [colin]      0.9.13cvs25.3
7015
7016         * src/compose.c
7017         * src/prefs_gtk.c
7018         * src/prefs_template.c
7019         * src/textview.c
7020                 Empty text widgets with empty strings, not NULL char
7021                 Patch by SungHyun Nam <namsh@kldp_org>
7022
7023 2005-01-03 [colin]      0.9.13cvs25.2
7024
7025         * src/main.c
7026         * AUTHORS
7027                 Sync with HEAD
7028
7029 2005-01-03 [colin]      0.9.13cvs25.1
7030
7031         * src/pop.c
7032         * src/pop.h
7033                 Sync with HEAD
7034
7035 2005-01-03 [colin]      0.9.13cvs24.3
7036
7037         * src/account.c
7038                 Two patches from Alfons and Alex S Moore:
7039                 fix images, fix return value.
7040
7041 2005-01-01 [colin]      0.9.13cvs24.2
7042
7043         * src/prefs_actions.c
7044                 Fix over-zealous assertion. Patch by Alfons
7045
7046 2005-01-01 [colin]      0.9.13cvs24.1
7047
7048         * src/procmime.c
7049                 Sync with HEAD (leak fix)
7050
7051 2004-12-31 [colin]      0.9.13cvs23.2
7052
7053         * src/prefs_common.c
7054                 GTK2 widgets + stock buttons - patch by Alfons
7055
7056 2004-12-31 [paul]       0.9.13cvs23.1
7057
7058         * configure.ac
7059                 bump up EXTRA_VERSION to match (sync'ed) HEAD
7060         * src/gtk/pluginwindow.c
7061                 use GTK2 widgets and plug memory leaks,
7062                 patches by Alfons
7063
7064 2004-12-30 [colin]      0.9.13cvs22.4
7065
7066         * src/account.c
7067         * src/action.c
7068         * src/export.c
7069         * src/foldersel.c
7070         * src/import.c
7071         * src/message_search.c
7072         * src/prefs_actions.c
7073         * src/prefs_common.c
7074         * src/prefs_customheader.c
7075         * src/prefs_filtering.c
7076         * src/prefs_summary_column.c
7077         * src/summary_search.c
7078         * src/gtk/about.c
7079         * src/gtk/description_window.c
7080         * src/gtk/gtkutils.c
7081         * src/gtk/gtkutils.h
7082         * src/gtk/inputdialog.c
7083         * src/gtk/prefswindow.c
7084                 Use GTK2 stock buttons. Patches by Alfons.
7085
7086 2004-12-30 [colin]      0.9.13cvs22.3
7087
7088         * src/account.c
7089                 Sync with HEAD
7090         * src/prefs_actions.c
7091         * src/prefs_customheader.c
7092         * src/prefs_filtering.c
7093         * src/prefs_msg_colors.c
7094         * src/prefs_summary_column.c
7095         * src/gtk/prefswindow.c
7096                 Use GtkTreeView instead of deprecated 
7097                 widgets. Patches by Alfons.
7098
7099 2004-12-30 [paul]       0.9.13cvs22.2
7100
7101         * src/foldersel.c
7102                 use GTK 2 Tree View
7103                 patch by Alfons, with root folder sorting fix
7104                 by Stephan Sachse
7105
7106 2004-12-30 [paul]       0.9.13cvs22.1
7107
7108         * ChangeLog
7109         * ChangeLog.claws
7110         * ChangeLog.jp
7111         * NEWS
7112         * configure.ac
7113         * src/account.c
7114                 sync with HEAD
7115
7116 2004-12-22 [martin]     0.9.13cvs21.2
7117
7118         * src/action.c
7119                 free the command line after its use
7120
7121 2004-12-18 [paul]       0.9.13cvs21.1
7122
7123         * AUTHORS
7124         * ChangeLog
7125         * ChangeLog.claws
7126         * ChangeLog.jp
7127         * NEWS
7128         * configure.ac
7129         * src/action.c
7130         * src/compose.c
7131         * src/syldap.c
7132                 sync with HEAD
7133
7134 2004-12-17 [martin]     0.9.13cvs17.2
7135
7136         * src/action.c
7137                 convert actions input to locale
7138         * src/inc.c
7139                 convert notification command to locale
7140         * src/plugins/pgpmime/select-keys.c
7141                 convert attributes to utf8
7142
7143 2004-12-14 [colin]      0.9.13cvs17.1
7144
7145         * ChangeLog
7146         * ChangeLog.jp
7147         * ChangeLog.claws
7148         * src/action.c
7149         * src/common/utils.c
7150         * src/gtk/prefswindow.c
7151         * src/gtk/gtkutils.c
7152         * src/gtk/gtkutils.h
7153         * src/plugins/spamassassin/libspamc.c
7154                 Sync with HEAD
7155
7156 2004-12-13 [colin]      0.9.13cvs14.1
7157
7158         * src/quote_fmt_parse.y
7159                 Sync with HEAD
7160
7161 2004-12-10 [colin]      0.9.13cvs12.1
7162
7163         * src/prefs_themes.c
7164         * src/mainwindow.c
7165         * src/messageview.c
7166                 Sync with HEAD
7167
7168 2004-12-09 [colin]      0.9.13cvs10.1
7169
7170         * src/procmime.c
7171                 Sync with HEAD (fix B64 encoding from memory)
7172
7173 2004-12-08 [colin]      0.9.13cvs9.1
7174
7175         * src/gtk/colorlabel.c
7176                 Sync with HEAD
7177
7178 2004-12-08 [paul]       0.9.13cvs8.2
7179
7180         * src/gtk/pluginwindow.c
7181                 fix window resizing oddities
7182
7183 2004-12-08 [colin]      0.9.13cvs8.1
7184
7185         * src/quote_fmt_parse.y
7186                 Sync with HEAD
7187
7188 2004-12-08 [colin]      0.9.13cvs7.1
7189
7190         * src/matcher_parser_parse.y
7191         * src/msgcache.c
7192         * src/prefs_matcher.c
7193         * src/procheader.c
7194         * src/matcher.c
7195         * src/common/defs.h
7196         * po/sr.po
7197                 Sync with HEAD
7198
7199 2004-12-08 [colin]      0.9.13cvs6.1
7200
7201         * src/quote_fmt_parse.y
7202         * src/textview.c
7203                 Sync with HEAD
7204         * src/gtk/prefswindow.c
7205         * src/gtk/pluginwindow.c
7206                 Fix G_CALLBACKS protos (thanks to Alfons)
7207
7208 2004-12-07 [torte]      0.9.13cvs2.2
7209
7210         * src/procmime.c
7211                 [Bug 650] reply button causes crash
7212                 Thanks to David Relson and Christoph
7213
7214 2004-12-07 [colin]      0.9.13cvs2.1
7215
7216         * ChangeLog.claws
7217         * AUTHORS
7218         * po/sk.po
7219         * src/procmime.c
7220         * src/prefs_account.c
7221         * src/common/smtp.c
7222         * src/common/smtp.h
7223                 Sync with HEAD
7224
7225 2004-12-06 [colin]      0.9.12cvs187.1
7226
7227         * ChangeLog.claws
7228         * INSTALL
7229         * Makefile.am
7230         * README.claws
7231         * TODO.claws
7232         * configure.ac
7233         * po/bg.po
7234         * po/cs.po
7235         * po/el.po
7236         * po/en_GB.po
7237         * po/es.po
7238         * po/fr.po
7239         * po/hr.po
7240         * po/hu.po
7241         * po/it.po
7242         * po/ja.po
7243         * po/ko.po
7244         * po/nl.po
7245         * po/pl.po
7246         * po/pt_BR.po
7247         * po/ru.po
7248         * po/sk.po
7249         * po/sr.po
7250         * po/sv.po
7251         * po/zh_CN.po
7252         * po/zh_TW.Big5.po
7253         * src/compose.c
7254         * tools/Makefile.am
7255         * tools/README
7256         * tools/filter_conv.pl
7257         * tools/kdeservicemenu/README
7258         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7259         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7260                 Sync with HEAD
7261
7262 2004-12-04 [colin]      0.9.12cvs183.1
7263
7264         * src/compose.c
7265                 Sync with HEAD (compose window position saving)
7266
7267 2004-12-04 [paul]       0.9.12cvs182.3
7268
7269         * src/messageview.c
7270         * src/mimeview.c
7271         * src/prefs_customheader.c
7272         * src/gtk/quicksearch.c
7273                 replace some forgotten GTK_SIGNAL_FUNCs
7274
7275 2004-12-04 [paul]       0.9.12cvs182.2
7276
7277         * src/Makefile.am
7278                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
7279                 committed in error      
7280
7281 2004-12-04 [paul]       0.9.12cvs182.1
7282
7283         * ChangeLog
7284         * ChangeLog.claws
7285         * ChangeLog.jp
7286         * INSTALL
7287         * NEWS
7288         * README
7289         * README.jp
7290         * configure.ac
7291         * doc/manual/ja/Makefile.am
7292         * doc/manual/ja/sylpheed-1.html
7293         * doc/manual/ja/sylpheed-10.html
7294         * doc/manual/ja/sylpheed-11.html
7295         * doc/manual/ja/sylpheed-12.html
7296         * doc/manual/ja/sylpheed-13.html
7297         * doc/manual/ja/sylpheed-14.html
7298         * doc/manual/ja/sylpheed-15.html
7299         * doc/manual/ja/sylpheed-16.html
7300         * doc/manual/ja/sylpheed-17.html
7301         * doc/manual/ja/sylpheed-18.html
7302         * doc/manual/ja/sylpheed-19.html
7303         * doc/manual/ja/sylpheed-2.html
7304         * doc/manual/ja/sylpheed-20.html
7305         * doc/manual/ja/sylpheed-3.html
7306         * doc/manual/ja/sylpheed-4.html
7307         * doc/manual/ja/sylpheed-5.html
7308         * doc/manual/ja/sylpheed-6.html
7309         * doc/manual/ja/sylpheed-7.html
7310         * doc/manual/ja/sylpheed-8.html
7311         * doc/manual/ja/sylpheed-9.html
7312         * doc/manual/ja/sylpheed.html
7313         * doc/manual/ja/sylpheed.sgml
7314         * po/de.po
7315         * src/Makefile.am
7316         * src/compose.c
7317         * src/procmime.c
7318         * src/pixmaps/regular.xpm **REMOVED**
7319         * src/plugins/pgpmime/pgpmime.c
7320         * src/plugins/pgpmime/plugin.c
7321         * src/plugins/pgpmime/prefs_gpg.c
7322                 sync with HEAD
7323
7324 2004-12-03 [paul]       0.9.12cvs180.1
7325
7326         * ChangeLog
7327         * ChangeLog.claws
7328         * ChangeLog.jp
7329         * configure.ac
7330         * src/Makefile.am
7331         * src/pop.c
7332         * src/common/utils.c
7333         * src/common/utils.h
7334         * src/pixmaps/continue.xpm
7335         * src/pixmaps/dir_close.xpm
7336         * src/pixmaps/dir_open.xpm
7337         * src/pixmaps/drafts_close.xpm
7338         * src/pixmaps/drafts_open.xpm
7339         * src/pixmaps/folder.xpm **REMOVED**
7340         * src/pixmaps/group.xpm
7341         * src/pixmaps/unread.xpm
7342                 sync with HEAD
7343
7344 2004-12-02 [colin]      0.9.12cvs179.1
7345
7346         * src/compose.c
7347                 Sync with HEAD (non-duplicated reedition)
7348
7349 2004-12-02 [colin]      0.9.12cvs178.1
7350
7351         * src/compose.c
7352                 Sync with HEAD (linewrap_quote fix)
7353
7354 2004-12-01 [colin]      0.9.12cvs177.3
7355
7356         * src/addrharvest.c
7357                 Replace sizeof with strlen
7358
7359 2004-12-01 [paul]       0.9.12cvs177.2
7360
7361         * src/addrharvest.c
7362                 fix 'harvest addresses'
7363
7364 2004-11-30 [colin]      0.9.12cvs177.1
7365
7366         * src/gtk/prefswindow.c
7367         * src/gtk/pluginwindow.c
7368                 Sync with HEAD
7369
7370 2004-11-29 [colin]      0.9.12cvs176.1
7371
7372         * src/folderview.c
7373                 sync with HEAD (Fix disappearing separators in folderview's popup)
7374
7375 2004-11-29 [colin]      0.9.12cvs175.1
7376
7377         * src/procmime.c
7378                 Sync with head (another format fix)
7379
7380 2004-11-29 [colin]      0.9.12cvs174.1
7381
7382         * src/pop.c
7383                 Sync with HEAD (format string fix)
7384
7385 2004-11-26 [colin]      0.9.12cvs173.1
7386
7387         * src/common/smtp.c
7388         * src/common/smtp.h
7389                 Sync with HEAD
7390
7391 2004-11-24 [colin]      0.9.12cvs172.1
7392
7393         * src/plugins/pgpmime/pgpmime.c
7394                 Sync with HEAD
7395
7396 2004-11-24 [colin]      0.9.12cvs171.1
7397
7398         * src/plugins/pgpmime/pgpmime.c
7399                 Sync with head (gpgmectx leaks)
7400
7401 2004-11-24 [colin]      0.9.12cvs169.1
7402
7403         * src/plugins/pgpmime/plugin.c
7404         * src/plugins/trayicon/Makefile.am
7405         * src/plugins/trayicon/newmarkedmail.xpm
7406         * src/plugins/trayicon/trayicon.c
7407         * src/plugins/trayicon/unreadmarkedmail.xpm
7408                 Sync with HEAD
7409
7410 2004-11-23 [colin]      0.9.12cvs168.1
7411
7412         * src/partial_download.c
7413         * src/partial_download.h
7414         * src/plugins/pgpmime/plugin.c
7415                 Sync with HEAD
7416
7417 2004-11-23 [colin]      0.9.12cvs166.1
7418
7419         * src/Makefile.am
7420         * src/codeconv.c
7421         * src/compose.c
7422         * src/folderview.c
7423         * src/main.c
7424         * src/partial_download.c
7425         * src/partial_download.h
7426         * src/prefs_account.c
7427         * src/prefs_account.h
7428         * src/privacy.c
7429         * src/privacy.h
7430         * src/procmime.c
7431         * src/common/Makefile.am
7432         * src/common/base64.h
7433         * src/common/partial_download.c
7434         * src/common/partial_download.h
7435         * src/gtk/prefswindow.c
7436         * src/gtk/prefswindow.h
7437         * src/plugins/pgpmime/pgpmime.c
7438         * src/plugins/pgpmime/prefs_gpg.c
7439         * src/plugins/pgpmime/prefs_gpg.h
7440         * src/plugins/pgpmime/sgpgme.c
7441         * src/plugins/pgpmime/sgpgme.h
7442                 Sync with HEAD
7443
7444 2004-11-23 [colin]      0.9.12cvs163.1
7445
7446         * src/main.c
7447                 Sync with HEAD (cursor optimization)
7448
7449 2004-11-23 [colin]      0.9.12cvs162.1
7450
7451         * src/prefs_common.c
7452         * src/prefs_themes.c
7453         * src/procmsg.c
7454                 Sync with HEAD
7455
7456 2004-11-23 [colin]      0.9.12cvs158.9
7457
7458         * src/compose.c
7459                 Fix double-free when forwarding
7460         * src/msgcache.c
7461                 Fix leak on error path
7462                 
7463
7464 2004-11-23 [colin]      0.9.12cvs158.8
7465
7466         * src/compose.c
7467                 Fix possible double-free
7468                 Spotted by Alfons
7469
7470 2004-11-23 [colin]      0.9.12cvs158.7
7471
7472         * src/compose.c
7473                 Fix some signal handlers' prototypes
7474                 Spotted by Alfons
7475
7476 2004-11-22 [colin]      0.9.12cvs158.6
7477
7478         * src/compose.c
7479                 Remove unneeded code and duplicated
7480                 wrapping - patch by Alfons
7481
7482 2004-11-22 [colin]      0.9.12cvs158.5
7483
7484         * src/prefs_themes.c
7485                 Fix oversized selector
7486
7487 2004-11-22 [colin]      0.9.12cvs158.4
7488
7489         * src/compose.c
7490                 fix dump_text()
7491                 patch by Alfons
7492
7493 2004-11-19 [colin]      0.9.12cvs158.3
7494
7495         * src/textview.c
7496                 Add a context menu on links (open, copy)
7497
7498 2004-11-18 [paul]       0.9.12cvs158.2
7499
7500         * src/addrgather.c
7501         * src/exphtmldlg.c
7502         * src/expldifdlg.c
7503         * src/mimeview.c
7504         * src/prefs_common.c
7505         * src/plugins/image_viewer/viewer.c
7506         * src/plugins/spamassassin/spamassassin_gtk.c
7507                 replace deprecated gtk_notebook_set_page
7508                 and gtk_notebook_current_page
7509
7510 2004-11-18 [paul]       0.9.12cvs158.1
7511
7512         * configure.ac
7513         * src/compose.c
7514         * src/mainwindow.c
7515         * src/messageview.c
7516         * src/prefs_common.c
7517         * src/common/utils.c
7518         * src/common/utils.h
7519                 sync with HEAD
7520
7521 2004-11-17 [colin]      0.9.12cvs156.1
7522
7523         * src/prefs_account.c
7524         * src/prefs_account.h
7525         * src/procmsg.c
7526                 Sync with HEAD (add pref to store encrypted mails encrypted)
7527
7528 2004-11-17 [paul]       0.9.12cvs155.1
7529
7530         * ChangeLog
7531         * ChangeLog.claws
7532         * ChangeLog.jp
7533         * NEWS
7534         * configure.ac
7535         * src/compose.c
7536         * src/jpilot.c
7537         * src/privacy.c
7538         * src/procmime.c
7539         * src/procmime.h
7540         * src/procmsg.c
7541         * src/toolbar.c
7542         * src/pixmaps/error.xpm
7543                 sync with HEAD
7544
7545 2004-11-17 [colin]      0.9.12cvs151.1
7546
7547         * src/plugins/pgpmime/pgpmime.c
7548                 Sync with HEAD (remove debug printf)
7549
7550 2004-11-17 [colin]      0.9.12cvs150.1
7551
7552         * src/plugins/pgpmime/pgpmime.c
7553                 Sync with HEAD (off-by-one fix)
7554
7555 2004-11-17 [colin]      0.9.12cvs149.1
7556
7557         * src/procmsg.c
7558                 Sync with HEAD (coding style fixes)
7559
7560 2004-11-16 [colin]      0.9.12cvs148.1
7561
7562         * src/procmsg.c
7563                 Sync with head (Fix the fix)
7564
7565 2004-11-16 [colin]      0.9.12cvs147.1
7566
7567         * src/procmsg.c
7568                 Sync with Main (leak fix)
7569
7570 2004-11-16 [colin]      0.9.12cvs146.14
7571
7572         * src/compose.c
7573                 Remove useless chunk of code
7574                 Patch by Alfons
7575
7576 2004-11-15 [colin]      0.9.12cvs146.13
7577
7578         * src/compose.c
7579                 Fix drafting after insertion
7580                 Patch by Alfons
7581
7582 2004-11-15 [colin]      0.9.12cvs146.12
7583
7584         * src/compose.c
7585         * src/prefs_filtering.c
7586         * src/prefs_filtering_action.c
7587         * src/prefs_toolbar.c
7588                 Fix some const-correctness
7589
7590 2004-11-15 [colin]      0.9.12cvs146.11
7591
7592         * src/summaryview.c
7593         * src/prefs_themes.c
7594         * src/messageview.c
7595                 Fix some leaks
7596
7597 2004-11-15 [colin]      0.9.12cvs146.10
7598
7599         * src/codeconv.c
7600                 More unreadable locale fixes
7601
7602 2004-11-14 [colin]      0.9.12cvs146.9
7603
7604         * src/textview.c
7605                 Fix uri_security_check
7606                 Patch by Alfons
7607
7608 2004-11-13 [paul]       0.9.12cvs146.8
7609
7610         * src/folder.c
7611         * src/procmime.c
7612                 fix 2 bugs introduced in last commit
7613
7614 2004-11-13 [paul]       0.9.12cvs146.7
7615
7616         * src/compose.c
7617         * src/exporthtml.c
7618         * src/exportldif.c
7619         * src/folder.c
7620         * src/imap.c
7621         * src/imap_gtk.c
7622         * src/main.c
7623         * src/mainwindow.c
7624         * src/messageview.c
7625         * src/mh_gtk.c
7626         * src/prefs_themes.c
7627         * src/procmime.c
7628         * src/setup.c
7629         * src/summaryview.c
7630                 replace deprecated g_basename
7631
7632 2004-11-13 [paul]       0.9.12cvs146.6
7633
7634         * src/compose.c
7635         * src/imap.c
7636         * src/matcher_parser.h
7637         * src/matcher_parser_parse.y
7638         * src/prefs_filtering.c
7639         * src/prefs_filtering_action.c
7640         * src/prefs_themes.c
7641         * src/prefs_toolbar.c
7642         * src/common/utils.c
7643                 various small fixes/cleanups
7644
7645 2004-11-12 [colin]      0.9.12cvs146.5
7646
7647         * src/textview.c
7648                 Validate event's origin on visibility notify
7649                 Patch by Alfons.
7650
7651 2004-11-12 [paul]       0.9.12cvs146.4
7652
7653         * src/exporthtml.c
7654         * src/exportldif.c
7655         * src/imap.c
7656         * src/mh.c
7657         * src/mimeview.c
7658         * src/prefs_spelling.c
7659         * src/prefs_themes.c
7660                 replace deprecated g_dirname    
7661
7662 2004-11-12 [colin]      0.9.12cvs146.3
7663
7664         * src/textview.c
7665                 Some coding style fixes
7666
7667 2004-11-12 [colin]      0.9.12cvs146.2
7668
7669         * src/codeconv.c
7670                 We want to replace _all_ extended chars in
7671                 conv_unreadable_*, because any string containing
7672                 extended chars not parsing as UTF8 is 
7673                 undisplayed on gtk2.
7674
7675 2004-11-12 [paul]       0.9.12cvs146.1
7676
7677         * ChangeLog
7678         * ChangeLog.claws
7679         * ChangeLog.jp
7680         * NEWS
7681         * configure.ac
7682         * src/account.c
7683         * src/folderview.c
7684         * src/folderview.h
7685         * src/imap.c
7686         * src/imap_gtk.c
7687         * src/inc.c
7688         * src/mainwindow.c
7689         * src/mh_gtk.c
7690         * src/news_gtk.c
7691         * src/pop.c
7692         * src/prefs_account.c
7693         * src/prefs_account.h
7694         * src/prefs_ext_prog.c
7695         * src/procmime.c
7696         * src/procmime.h
7697         * src/procmsg.c
7698         * src/procmsg.h
7699         * src/summary_search.c
7700         * src/summaryview.c
7701         * src/textview.c
7702         * src/common/defs.h
7703         * src/common/utils.c
7704         * src/common/utils.h
7705         * src/gtk/menu.c
7706         * src/gtk/menu.h
7707                 sync with HEAD
7708
7709 2004-11-11 [colin]      0.9.12cvs144.2
7710
7711         * src/textview.c
7712                 Fix URI range selection (patch by Alfons)
7713
7714 2004-11-09 [colin]      0.9.12cvs144.1
7715
7716         * ChangeLog.claws
7717         * src/compose.c
7718         * src/folder.c
7719         * src/folder_item_prefs.c
7720         * src/prefs_account.c
7721         * src/prefs_account.h
7722         * src/plugins/pgpmime/pgpmime.c
7723                 Sync with HEAD
7724
7725 2004-11-08 [colin]      0.9.12cvs143.1
7726
7727         * src/summaryview.c
7728                 Sync with HEAD (optimize quicksearch)
7729
7730 2004-11-08 [colin]      0.9.12cvs142.2
7731
7732         * src/compose.c
7733                 Don't wrap when Edit/Auto wrapping is disabled
7734
7735 2004-11-08 [colin]      0.9.12cvs142.1
7736
7737         * src/textview.c
7738                 Sync with HEAD
7739
7740 2004-11-08 [colin]      0.9.12cvs141.1
7741
7742         * src/textview.c
7743                 Sync with HEAD (fix some mail URIs)
7744
7745 2004-11-08 [colin]      0.9.12cvs140.3
7746
7747         * src/textview.c
7748                 o Use text cursor instead of arrow when
7749                   not on a link
7750                 o Fix handling of contiguous links (as in
7751                   "colin@colino.net" <colin@colino.net>)
7752                   This one unveils a bug in get_email_part()
7753
7754 2004-11-07 [colin]      0.9.12cvs140.2
7755
7756         * src/textview.c
7757                 Fix memleak. Patch by Alfons.
7758
7759 2004-11-06 [colin]      0.9.12cvs140.1
7760
7761         * src/compose.c
7762                 Sync with HEAD (don't ask passphrase
7763                 when drafting)
7764
7765 2004-11-06 [paul]       0.9.12cvs139.2
7766
7767         * AUTHORS
7768         * src/textview.c
7769         * src/textview.h
7770                 textview URI handling. hovering over a 
7771                 link displays it in the status bar,
7772                 and changes the mouse pointer to a hand 
7773                 cursor. a link is activated with a single 
7774                 click. (Modified from the) patch by Jean-Yves 
7775                 Lefort <jylefort@users.sourceforge.net>
7776                 
7777
7778 2004-11-05 [colin]      0.9.12cvs139.1
7779
7780         * src/compose.c
7781         * src/procmime.c
7782                 Sync with HEAD again ^^
7783
7784 2004-11-05 [colin]      0.9.12cvs139.1
7785
7786         * src/compose.c
7787         * src/procmime.c
7788                 Sync with HEAD
7789
7790 2004-11-03 [paul]       0.9.12cvs138.1
7791
7792         * ChangeLog.claws
7793         * configure.ac
7794         * po/POTFILES.in
7795         * src/prefs_ext_prog.c
7796         * src/procmime.c
7797         * tools/kdeservicemenu/README
7798         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7799         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7800                 sync with HEAD
7801
7802 2004-11-01 [christoph]  0.9.12cvs136.2
7803
7804         * src/procmime.c
7805                 convert MIME parameters to UTF-8
7806
7807 2004-10-29 [colin]      0.9.12cvs136.1
7808
7809         * src/common/utils.c
7810                 Sync with HEAD (don't use '=' in mime boundary)
7811
7812 2004-10-29 [paul]       0.9.12cvs135.1
7813
7814         * configure.ac
7815         * doc/src/rfc2231.txt
7816         * src/procmime.c
7817         * src/common/quoted-printable.c
7818         * src/common/utils.c
7819         * src/common/utils.h
7820                 sync with HEAD
7821
7822 2004-10-27 [paul]       0.9.12cvs134.1
7823
7824         * configure.ac
7825         * src/main.c
7826         * src/procmime.c
7827         * src/plugins/pgpmime/pgpmime.c
7828                 sync with HEAD
7829
7830 2004-10-26 [paul]       0.9.12cvs132.3
7831
7832         * src/account.c
7833         * src/addressbook.c
7834         * src/addrgather.c
7835         * src/addrharvest.c
7836         * src/codeconv.c
7837         * src/compose.c
7838         * src/customheader.c
7839         * src/editaddress.c
7840         * src/editgroup.c
7841         * src/enriched.c
7842         * src/expldifdlg.c
7843         * src/exporthtml.c
7844         * src/exportldif.c
7845         * src/folder.c
7846         * src/foldersel.c
7847         * src/folderview.c
7848         * src/grouplistdialog.c
7849         * src/html.c
7850         * src/imap.c
7851         * src/jpilot.c
7852         * src/ldapserver.c
7853         * src/ldif.c
7854         * src/mimeview.c
7855         * src/news.c
7856         * src/news_gtk.c
7857         * src/pop.c
7858         * src/prefs_display_header.c
7859         * src/prefs_gtk.c
7860         * src/prefs_msg_colors.c
7861         * src/prefs_toolbar.c
7862         * src/procheader.c
7863         * src/procmime.c
7864         * src/summaryview.c
7865         * src/textview.c
7866         * src/toolbar.c
7867         * src/vcard.c
7868         * src/common/mgutils.c
7869         * src/common/nntp.c
7870         * src/common/smtp.c
7871         * src/common/template.c
7872         * src/common/utils.c
7873         * src/common/xmlprops.c
7874         * src/plugins/pgpmime/pgpmime.c
7875         * src/plugins/pgpmime/select-keys.c
7876         * src/plugins/pgpmime/sgpgme.c
7877                 replace deprecated g_strcasecmp(), g_strncasecmp(),
7878                 g_string_sprintfa(), gtk_notebook_current_page()
7879
7880 2004-10-26 [colin]      0.9.12cvs132.2
7881
7882         * src/prefs_folder_item.c
7883                 Fix default-account selection
7884
7885 2004-10-21 [colin]      0.9.12cvs133
7886
7887         * src/compose.c
7888                 Sync with HEAD (Remove extra separator in compose's Options)
7889         * src/textview.c
7890                 Set wrapping to char
7891
7892 2004-10-21 [paul]       0.9.12cvs131.2
7893
7894         * src/compose.c
7895         * src/sourcewindow.c
7896                 fix wrapping
7897                 fix window shrinking 
7898
7899 2004-10-21 [colin]      0.9.12cvs131.1
7900
7901         * ChangeLog.claws
7902         * src/compose.c
7903                 Sync with HEAD
7904
7905 2004-10-21 [paul]       0.9.12cvs130.2
7906
7907         * src/prefs_folder_item.c
7908                 sync with HEAD (Apply to subfolders)
7909
7910 2004-10-19 [colin]      0.9.12cvs130.1
7911
7912         * ChangeLog.claws
7913         * src/compose.c
7914         * src/common/utils.c
7915         * src/gtk/menu.c
7916                 Sync with HEAD
7917
7918 2004-10-19 [colin]      0.9.12cvs128.1
7919
7920         * src/addrbook.c
7921         * src/addrcache.c
7922         * src/addressbook.c
7923         * src/codeconv.c
7924         * src/compose.c
7925         * src/customheader.c
7926         * src/editaddress.c
7927         * src/editgroup.c
7928         * src/exporthtml.c
7929         * src/folder.c
7930         * src/folderview.c
7931         * src/imap.c
7932         * src/jpilot.c
7933         * src/main.c
7934         * src/matcher_parser_parse.y
7935         * src/mbox.c
7936         * src/pop.c
7937         * src/prefs_account.c
7938         * src/prefs_gtk.c
7939         * src/prefs_msg_colors.c
7940         * src/procheader.c
7941         * src/procmime.c
7942         * src/procmime.h
7943         * src/procmsg.c
7944         * src/summaryview.c
7945         * src/textview.c
7946         * src/common/base64.c
7947         * src/common/partial_download.c
7948         * src/common/socket.c
7949         * src/common/sylpheed.c
7950         * src/common/utils.c
7951         * src/common/utils.h
7952         * src/gtk/pluginwindow.c
7953         * src/gtk/quicksearch.c
7954         * src/plugins/clamav/clamav_plugin.c
7955         * src/plugins/clamav/clamav_plugin.h
7956         * src/plugins/clamav/clamav_plugin_gtk.c
7957         * src/plugins/pgpmime/passphrase.c
7958         * src/plugins/pgpmime/pgpmime.c
7959         * src/plugins/pgpmime/plugin.c
7960         * src/plugins/pgpmime/prefs_gpg.c
7961         * src/plugins/pgpmime/prefs_gpg.h
7962         * src/plugins/pgpmime/select-keys.c
7963         * src/plugins/pgpmime/sgpgme.c
7964         * src/plugins/spamassassin/libspamc.c
7965         * src/plugins/spamassassin/spamassassin.c
7966         * src/plugins/spamassassin/spamassassin.h
7967         * src/plugins/spamassassin/spamassassin_gtk.c
7968         * src/plugins/trayicon/trayicon.c
7969         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
7970                 Sync with HEAD
7971
7972 2004-10-14 [colin]      0.9.12cvs126.2
7973
7974         * src/codeconv.c
7975         * src/textview.c
7976                 Fix conv_unreadable_locale
7977
7978 2004-10-13 [colin]      0.9.12cvs126.1
7979
7980         * src/compose.c
7981                 Sync with HEAD (don't convert charset for 
7982                 drafted messages, minor cleanup)
7983
7984 2004-10-13 [colin]      0.9.12cvs125.1
7985
7986         * po/POTFILES.in
7987                 Sync with HEAD (POTFILES fix)
7988
7989 2004-10-12 [colin]      0.9.12cvs124.3
7990
7991         * src/compose.c
7992                 Fix encoding bug from latest sync
7993
7994 2004-10-12 [paul]       0.9.12cvs124.2
7995
7996         * src/plugins/pgpmime/prefs_gpg.c
7997         * src/plugins/pgpmime/prefs_gpg.h
7998                 forgotten in last commit        
7999
8000 2004-10-12 [paul]       0.9.12cvs124.1
8001
8002         * ChangeLog.claws
8003         * configure.ac
8004         * m4/spamassassin.m4
8005         * src/Makefile.am
8006         * src/account.c
8007         * src/compose.c
8008         * src/compose.h
8009         * src/crash.c
8010         * src/main.c
8011         * src/mimeview.c
8012         * src/passphrase.c
8013         * src/passphrase.h
8014         * src/prefs_account.c
8015         * src/prefs_account.h
8016         * src/prefs_common.c
8017         * src/privacy.c
8018         * src/privacy.h
8019         * src/procmime.c
8020         * src/procmime.h
8021         * src/procmsg.c
8022         * src/rfc2015.c
8023         * src/rfc2015.h
8024         * src/select-keys.c
8025         * src/select-keys.h
8026         * src/textview.c
8027         * src/common/utils.c
8028         * src/common/utils.h
8029         * src/gtk/about.c
8030         * src/plugins/pgpmime/Makefile.am
8031         * src/plugins/pgpmime/passphrase.c
8032         * src/plugins/pgpmime/passphrase.h
8033         * src/plugins/pgpmime/pgpmime.c
8034         * src/plugins/pgpmime/plugin.c
8035         * src/plugins/pgpmime/select-keys.c
8036         * src/plugins/pgpmime/select-keys.h
8037         * src/plugins/pgpmime/sgpgme.c
8038         * src/plugins/pgpmime/sgpgme.h
8039                 sync with HEAD
8040
8041 2004-10-04 [colin]      0.9.12cvs122.1
8042
8043         * src/mainwindow.c
8044         * src/messageview.c
8045         * src/messageview.h
8046         * src/textview.c
8047                 Sync with HEAD
8048
8049 2004-10-04 [colin]      0.9.12cvs121.1
8050
8051         * src/summaryview.c
8052                 Sync with HEAD
8053
8054 2004-10-04 [paul]       0.9.12cvs120.1
8055
8056         * configure.ac
8057                 sync with HEAD [don't try to build 
8058                 pgpmime plugin when gpgme is disabled]
8059
8060 2004-10-03 [colin]      0.9.12cvs119.3
8061
8062         * src/gtk/gtksctree.c
8063                 Lots of side effects. Put back as before 117.2.
8064         * src/summaryview.c
8065                 Fix bug #602
8066
8067 2004-10-03 [colin]      0.9.12cvs119.2
8068
8069         * src/gtk/gtksctree.c
8070                 Revert 608 fix that doesn't work that good
8071
8072 2004-10-02 [colin]      0.9.12cvs119.1
8073
8074         * src/mainwindow.c
8075         * src/messageview.c
8076         * src/prefs_common.h
8077         * src/procmime.c
8078         * src/procmime.h
8079         * src/textview.c
8080                 Sync with HEAD
8081         * src/gtk/gtksctree.c
8082                 Close bug #608
8083
8084 2004-10-01 [colin]      0.9.12cvs118.1
8085
8086         * src/mimeview.c
8087                 Sync with HEAD (better Save All fix)
8088
8089 2004-10-01 [colin]      0.9.12cvs117.2
8090
8091         * src/gtk/gtksctree.c
8092                 Faster on selection
8093
8094 2004-10-01 [colin]      0.9.12cvs117.1
8095
8096         * src/mimeview.c
8097                 Sync with HEAD (Save All: only attachments)
8098
8099 2004-10-01 [paul]       0.9.12cvs116.1
8100
8101         * ChangeLog.claws
8102         * configure.ac
8103         * src/account.c
8104         * src/prefs_common.c
8105         * src/gtk/colorlabel.c
8106                 sync with HEAD
8107
8108 2004-09-30 [colin]      0.9.12cvs115.1
8109
8110         * src/stock_pixmap.c
8111         * src/stock_pixmap.h
8112         * src/folderview.c
8113         * src/Makefile.am
8114         * src/pixmaps/read.xpm
8115                 Sync with HEAD (new pixmap)
8116
8117 2004-09-29 [colin]      0.9.12cvs114.1
8118
8119         * src/compose.c
8120                 Sync with HEAD
8121                 Fix focus handling in headers
8122
8123 2004-09-29 [paul]       0.9.12cvs113.1
8124
8125         * src/quote_fmt_parse.y
8126                 sync with HEAD
8127  
8128
8129 2004-09-28 [colin]      0.9.12cvs112.1
8130
8131         * src/folderview.c
8132         * src/mainwindow.c
8133                 Sync with HEAD
8134
8135 2004-09-28 [colin]      0.9.12cvs110.1
8136
8137         * src/folderview.c
8138                 Sync with HEAD (Contextual Empty trash menu)
8139
8140 2004-09-28 [colin]      0.9.12cvs108.1
8141
8142         * src/addressbook.c
8143                 Sync with HEAD (addressbook edit on double-click)
8144
8145 2004-09-28 [colin]      0.9.12cvs106.1
8146
8147         * src/inc.c
8148                 Sync with HEAD (folder_item freeze on inc)
8149
8150 2004-09-27 [colin]      0.9.12cvs105.1
8151
8152         * src/folderview.c
8153                 Sync with HEAD (right-align new and unread column)
8154
8155 2004-09-27 [colin]      0.9.12cvs104.1
8156
8157         * src/main.c
8158                 Sync with HEAD (revert 0.9.12cvs101)
8159
8160 2004-09-24 [colin]      0.9.12cvs103.2
8161
8162         * src/wizard.c
8163                 Fix gtk warnings and use domain part of the email address 
8164                 when domain detection fails (no dot in domain name)
8165
8166 2004-09-23 [colin]      0.9.12cvs103.1
8167
8168         * src/plugins/spamassassin/libspamc.c
8169         * src/plugins/spamassassin/libspamc.h
8170         * src/plugins/spamassassin/utils.c
8171         * src/plugins/spamassassin/utils.h
8172                 Sync with HEAD (Update spamassassin to 3.0)
8173
8174 2004-09-21 [colin]      0.9.12cvs102.3
8175
8176         * src/action.c
8177                 Add horizontal scrollbar in action io dialog as needed
8178                 Patch by Alfons.
8179
8180 2004-09-20 [colin]      0.9.12cvs102.2
8181
8182         * src/plugins/image_viewer/viewer.c
8183                 Remove imlib stuff
8184                 use gtk_pixmap_set when clearing
8185                 (would be better to use gtkImages, but causes size-allocate 
8186                 signals storm)
8187
8188 2004-09-17 [paul]       0.9.12cvs102.1
8189
8190         * ChangeLog
8191         * ChangeLog.claws
8192         * ChangeLog.jp
8193         * configure.ac
8194         * src/inc.c
8195                 sync with HEAD
8196
8197
8198 2004-09-17 [colin]      0.9.12cvs101.1
8199
8200         * ChangeLog.claws
8201         * src/main.c
8202                 Sync with HEAD (fix segs at exit)
8203
8204 2004-09-14 [colin]      0.9.12cvs99.5
8205
8206         * src/common/socket.c
8207         * AUTHORS
8208                 Fix send error on 64bit platforms
8209                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
8210
8211 2004-09-14 [colin]      0.9.12cvs99.4
8212
8213         * src/action.c
8214                 Fix action output with utf8 
8215                 Patch by Alfons.
8216
8217 2004-09-14 [colin]      0.9.12cvs99.3
8218
8219         * ChangeLog.claws
8220         * src/folder.c
8221                 Sync with HEAD
8222
8223 2004-09-09 [colin]      0.9.12cvs99.2
8224
8225         * src/action.c
8226                 Fix progress bar (displaying "Completed %v/%u")
8227                 Patch by Alfons.
8228
8229 2004-09-08 [colin]      0.9.12cvs99.1
8230
8231         * src/account.c
8232         * src/folder.c
8233         * src/procmsg.c
8234         * src/procmsg.h
8235         * src/plugins/pgpmime/pgpmime.c
8236                 Sync with HEAD
8237
8238 2004-09-08 [colin]      0.9.12cvs97.2
8239
8240         * src/summaryview.c
8241                 Don't select mails in collapsed threads 
8242                 when navigating with up/down
8243
8244 2004-09-07 [colin]      0.9.12cvs97.1
8245
8246         * src/inc.c
8247                 Sync with HEAD (meaningful error messages)
8248
8249 2004-09-06 [colin]      0.9.12cvs96.1
8250
8251         * src/toolbar.c
8252                 Sync with HEAD (fix Redirect graying out)
8253
8254 2004-09-06 [colin]      0.9.12cvs95.1
8255
8256         * src/summaryview.c
8257         * src/mimeview.c
8258                 Sync with HEAD (fix dropped URIs)
8259
8260 2004-09-06 [colin]      0.9.12cvs94.1
8261
8262         * src/addressbook.c
8263         * src/addressitem.h
8264         * src/addritem.c
8265         * src/addritem.h
8266                 Sync with HEAD (addressbook DnD)
8267
8268 2004-09-03 [colin]      0.9.12cvs93.1
8269
8270         * src/summaryview.c
8271                 Sync with HEAD (next/prev unread)
8272
8273 2004-09-03 [colin]      0.9.12cvs92.1
8274
8275         * src/prefs_common.c
8276         * src/prefs_common.h
8277         * src/summaryview.c
8278                 Sync with HEAD ('mark_as_read_delay' pref)
8279
8280 2004-09-02 [colin]      0.9.12cvs91.2
8281
8282         * src/common/xml.c
8283                 Fix leak
8284
8285 2004-09-02 [colin]      0.9.12cvs91.1
8286
8287         * src/gtk/menu.c
8288                 Sync with HEAD (menu accel don't work, but whatever)
8289
8290 2004-09-02 [colin]      0.9.12cvs90.1
8291
8292         * src/account.c
8293                 Sync with HEAD (fix bug 582)
8294
8295 2004-09-02 [colin]      0.9.12cvs89.1
8296
8297         * src/addrindex.c
8298                 Sync with HEAD (free deleted queries)
8299
8300 2004-09-02 [colin]      0.9.12cvs88.1
8301
8302         * src/ldapquery.c
8303                 Sync with HEAD (fix LDAP freezes)
8304
8305 2004-09-02 [colin]      0.9.12cvs87.1
8306
8307         * src/prefs_spelling.c
8308                 Sync with HEAD (add default dictionary)
8309
8310 2004-09-01 [colin]      0.9.12cvs86.1
8311
8312         * src/filtering.c
8313         * src/folderview.c
8314         * src/imap.c
8315         * src/prefs_matcher.c
8316         * src/stock_pixmap.c
8317         * src/summary_search.c
8318         * src/summaryview.c
8319         * src/wizard.c
8320         * src/wizard.h
8321                 Sync with HEAD (uninitialized vars fixes)
8322                 + gtk2 specific warning fixes
8323
8324 2004-08-31 [colin]      0.9.12cvs85.1
8325
8326         * src/folder.c
8327                 Sync with HEAD (Fix memory corruption due to 
8328                 uninitialized var)
8329
8330 2004-08-31 [colin]      0.9.12cvs84.4
8331
8332         * src/summary_search.c
8333                 Fix segfaults when searching in folders with broken headers
8334
8335 2004-08-31 [colin]      0.9.12cvs84.3
8336
8337         * src/compose.c
8338         * src/textview.c
8339                 Fix some more encoding/decoding issues
8340
8341 2004-08-30 [colin]      0.9.12cvs84.2
8342
8343         * src/mimeview.c
8344         * src/prefs_themes.c
8345         * src/gtk/filesel.c
8346         * src/gtk/filesel.h
8347                 Add a folder-mode selection (fixes mimeview's "Save all")
8348
8349 2004-08-29 [colin]      0.9.12cvs84.1
8350
8351         * src/mimeview.c
8352                 Sync with HEAD (don't escape saved filenames)
8353
8354 2004-08-27 [colin]      0.9.12cvs83.1
8355
8356         * ChangeLog
8357         * ChangeLog.claws
8358         * ChangeLog.jp
8359         * src/mh.c
8360         * src/procheader.c
8361         * src/procmsg.c
8362         * src/procmsg.h
8363         * src/common/utils.c
8364         * src/gtk/menu.h
8365         * po/
8366                 Sync with HEAD 0.9.12cvs83 (sync with main)
8367
8368 2004-08-26 [colin]      0.9.12cvs82.4
8369
8370         * src/codeconv.c
8371                 Fix strange stack corruption
8372                 Convert to utf8 after unmime, not before
8373
8374 2004-08-26 [colin]      0.9.12cvs82.3
8375
8376         * src/main.c
8377         * src/wizard.c
8378                 Fix account folders duplication
8379
8380 2004-08-25 [colin]      0.9.12cvs82.2
8381
8382         * src/wizard.c
8383                 Remove ports
8384                 Add SSL selection
8385                 Use login@server as account name
8386
8387 2004-08-25 [colin]      0.9.12cvs82.1
8388
8389         * src/plugins/pgpmime/pgpmime.c
8390                 Sync with HEAD (leak fix).
8391
8392 2004-08-25 [colin]      0.9.12cvs81.1
8393
8394         * src/plugins/pgpmime/pgpmime.c
8395         * src/plugins/pgpmime/sgpgme.c
8396         * src/plugins/pgpmime/sgpgme.h
8397                 Sync with HEAD (Handle combined messages).
8398
8399 2004-08-24 [colin]      0.9.12cvs80.3
8400
8401         * src/wizard.c
8402                 Fix full name, ports, and imap
8403
8404 2004-08-24 [colin]      0.9.12cvs80.2
8405
8406         * src/Makefile.am
8407         * src/main.c
8408         * src/setup.c
8409         * src/setup.h
8410         * src/stock_pixmap.c
8411         * src/stock_pixmap.h
8412         * src/wizard.c ** ADDED **
8413         * src/wizard.h ** ADDED ** 
8414         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
8415                 Add a setup wizard 
8416
8417 2004-08-24 [colin]      0.9.12cvs80.1
8418
8419         * src/folder.c
8420                 Sync with HEAD (set mimeflags on all messages)
8421
8422 2004-08-24 [colin]      0.9.12cvs79.3
8423
8424         * src/matcher_parser_lex.l
8425                 Fix 8bits strings not in utf8
8426
8427 2004-08-24 [colin]      0.9.12cvs79.2
8428
8429         * src/compose.c
8430                 Check conversion result before replacing buffer
8431
8432 2004-08-23 [colin]      0.9.12cvs79.1
8433
8434         * src/compose.c
8435                 Sync with HEAD (create message header in memory)
8436
8437 2004-08-23 [colin]      0.9.12cvs78.1
8438
8439         * src/rfc2015.c
8440         * src/rfc2015.h
8441                 Sync with HEAD (fix bug 197 again)
8442
8443 2004-08-23 [colin]      0.9.12cvs77.3
8444
8445         * src/compose.c
8446                 Fix again inline gpg signing (which outputs utf8
8447                 in gtk2). Not syncing this fix to HEAD as this 
8448                 code is meant to die.
8449
8450 2004-08-23 [colin]      0.9.12cvs77.2
8451
8452         * src/prefs_account.h
8453                 Remove useless include
8454
8455 2004-08-23 [colin]      0.9.12cvs77.1
8456
8457         * src/imap.c
8458         * po/es.po
8459         * po/fr.po
8460         * po/it.po
8461         * po/pl.po
8462         * po/pt_BR.po
8463         * po/sk.po
8464         * po/sr.po
8465                 Sync with HEAD (fix bug 577)
8466
8467 2004-08-22 [colin]      0.9.12cvs76.1
8468
8469         * src/plugins/trayicon/trayicon.c
8470                 Sync with HEAD (fix formatting bug)
8471
8472 2004-08-21 [colin]      0.9.12cvs74.2
8473
8474         * src/gtk/colorsel.c
8475                 Fix bug 564 (Folder color selection window exits on any
8476                 keypress)
8477
8478 2004-08-21 [colin]      0.9.12cvs74.1
8479
8480         * ChangeLog.claws
8481         * src/compose.c
8482         * src/summaryview.c
8483         * src/toolbar.c
8484                 Sync with HEAD (fix bug 576)
8485
8486 2004-08-21 [colin]      0.9.12cvs70.1
8487
8488         * src/compose.c
8489         * src/mainwindow.c
8490                 Sync with HEAD
8491                 
8492
8493 2004-08-21 [paul]       0.9.12cvs66.4
8494
8495         * src/mainwindow.c
8496         * src/messageview.c
8497         * src/gtk/menu.c
8498         * src/plugins/spamassassin/spamassassin_gtk.c
8499                 remove some deprecated gtk1 functions
8500
8501
8502 2004-08-21 [colin]      0.9.12cvs66.3
8503
8504         * src/compose.c
8505         * src/codeconv.c
8506                 Fix warnings
8507                 Remove encoding hacks
8508                 Fix bug 575 (Strange character messes up message)
8509                 Don't display conversion error when drafting
8510
8511 2004-08-21 [paul]       0.9.12cvs66.2
8512
8513         * src/prefs_account.c
8514                 fix GnuPG mode bugs
8515
8516
8517 2004-08-20 [colin]      0.9.12cvs66.1
8518
8519         * src/codeconv.c
8520                 Sync with HEAD 0.9.12cvs66
8521
8522 2004-08-20 [paul]
8523
8524         * src/plugins/pgpmime/plugin.c
8525                 modify PGP/MIME plugin's description
8526
8527 2004-08-17 [colin]      0.9.12cvs65.1
8528
8529         * src/common/ssl.c
8530         * src/plugins/pgpmime/plugin.c
8531                 Sync with HEAD
8532
8533 2004-08-14 [colin]      0.9.12cvs60.3
8534
8535         * src/plugins/trayicon/trayicon.c
8536                 Put back resize callback, on size-request signal
8537                 rather than size-allocate to avoid infinite 
8538                 callback loop
8539
8540 2004-08-13 [colin]      0.9.12cvs60.2
8541
8542         * src/common/defs.h
8543                 Cache versions have been fixed
8544
8545 2004-08-13 [colin]      0.9.12cvs60.1
8546
8547         * src/folderutils.c
8548                 Sync with HEAD
8549
8550 2004-08-12 [colin]      0.9.12cvs59.1
8551
8552         * src/plugins/trayicon/trayicon.c
8553                 Sync with HEAD
8554
8555 2004-08-12 [colin]      0.9.12cvs57.5
8556
8557         * sylpheed.desktop
8558         * configure.ac
8559         * src/Makefile.am
8560         * src/main.c
8561                 Add support for Freedesktop.org's startup notification
8562
8563 2004-08-11 [colin]      0.9.12cvs57.4
8564
8565         * src/textview.c
8566                 Fix off-by-one
8567
8568 2004-08-11 [colin]      0.9.12cvs57.3
8569
8570         * src/message_search.c
8571         * src/summary_search.c
8572                 Make searches case insensitive by default
8573         * src/textview.c
8574                 Fix case-insensitive search in message
8575
8576 2004-08-11 [colin]      0.9.12cvs57.2
8577
8578         * src/summary_search.c
8579                 Let case-sensitive be specified
8580
8581 2004-08-10 [colin]      0.9.12cvs55.4
8582
8583         * src/common/socket.c
8584                 Fix the possible race condition
8585
8586 2004-08-09 [paul]       0.9.12cvs55.3
8587
8588         * configure.ac
8589         * src/Makefile.am
8590         * src/common/Makefile.am
8591                 sync with HEAD
8592
8593
8594 2004-08-09 [paul]       0.9.12cvs55.2
8595
8596         * autogen.sh
8597         * po/poconv.sh
8598                 remove unneeded script
8599
8600         * configure.ac
8601                 add forgotten USE_LDAP_TLS (sync with HEAD)
8602
8603
8604 2004-08-09 [colin]      0.9.12cvs55.1
8605
8606         * src/main.c
8607         * src/common/ssl.c
8608         * src/common/sylpheed.c
8609         * src/common/sylpheed.h
8610                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
8611
8612 2004-08-09 [paul]       0.9.12cvs54.1
8613
8614         * ChangeLog
8615         * ChangeLog.claws
8616         * ChangeLog.jp
8617         * configure.ac
8618         * po/POTFILES.in
8619         * src/Makefile.am
8620         * src/folderutils.c
8621         * src/main.c
8622         * src/pgpmime.c
8623         * src/pgpmime.h
8624         * src/sgpgme.c
8625         * src/sgpgme.h
8626         * src/plugins/Makefile.am
8627         * src/plugins/pgpmime/.cvsignore
8628         * src/plugins/pgpmime/Makefile.am
8629         * src/plugins/pgpmime/pgpmime.c
8630         * src/plugins/pgpmime/pgpmime.h
8631         * src/plugins/pgpmime/plugin.c
8632         * src/plugins/pgpmime/sgpgme.c
8633         * src/plugins/pgpmime/sgpgme.h
8634                 sync with HEAD
8635
8636 2004-08-08 [paul]       0.9.12cvs51.1
8637
8638         * configure.ac
8639         * src/folder.c
8640                 sync with HEAD
8641
8642 2004-08-07 [colin]      0.9.12cvs50.1
8643
8644         * src/pop.c
8645         * src/common/partial_download.c
8646                 fix warnings (sync from HEAD)
8647
8648 2004-08-07 [colin]      0.9.12cvs48.1
8649
8650         * src/prefs_folder_item.c
8651                 sync with HEAD 0.9.12cvs48
8652
8653 2004-08-06 [colin]      0.9.12cvs47.1
8654
8655         * src/compose.c
8656                 Sync with HEAD
8657
8658 2004-08-06 [christoph]  0.9.12cvs46.2
8659
8660         * src/main.c
8661         * src/plugins/clamav/clamav_plugin_gtk.c
8662         * src/plugins/dillo_viewer/dillo_viewer.c
8663         * src/plugins/image_viewer/plugin.c
8664         * src/plugins/mathml_viewer/mathml_viewer.c
8665         * src/plugins/spamassassin/spamassassin_gtk.c
8666         * src/plugins/trayicon/trayicon.c
8667                 don't mix GTK1.2 plugin with GTK2 plugins
8668
8669 2004-08-06 [colin]      0.9.12cvs46.1
8670
8671         * ChangeLog
8672         * ChangeLog.claws
8673         * ChangeLog.jp
8674         * configure.ac
8675         * sylpheed-claws.pc.in
8676         * src/folder.c
8677         * src/imap.c
8678         * src/localfolder.c
8679         * src/messageview.c
8680         * src/mimeview.c
8681         * src/mimeview.h
8682         * src/msgcache.c
8683         * src/news.c
8684         * src/prefs_ext_prog.c
8685         * src/prefs_folder_item.c
8686         * src/prefs_fonts.c
8687         * src/prefs_msg_colors.c
8688         * src/prefs_spelling.c
8689         * src/prefs_themes.c
8690         * src/prefs_toolbar.c
8691         * src/prefs_wrapping.c
8692         * src/procmime.h
8693         * src/common/defs.h
8694         * src/common/nntp.c
8695         * src/common/session.c
8696         * src/common/session.h
8697         * src/common/socket.c
8698         * src/common/utils.h
8699         * src/common/xml.c
8700         * src/common/xml.h
8701         * src/gtk/prefswindow.c
8702         * src/gtk/prefswindow.h
8703         * src/plugins/clamav/clamav_plugin_gtk.c
8704         * src/plugins/dillo_viewer/dillo_prefs.c
8705         * src/plugins/image_viewer/viewerprefs.c
8706         * src/plugins/spamassassin/spamassassin_gtk.c
8707         * m4/openssl.m4 *** REMOVED ***
8708                 Sync with HEAD 0.9.12cvs46
8709
8710 2004-08-03 [paul]       0.9.12cvs40.2
8711
8712         * src/action.c
8713         * src/addressadd.c
8714         * src/addressbook.c
8715         * src/addrgather.c
8716         * src/browseldap.c
8717         * src/compose.c
8718         * src/crash.c
8719         * src/editaddress.c
8720         * src/editgroup.c
8721         * src/editldap_basedn.c
8722         * src/foldersel.c
8723         * src/importldif.c
8724         * src/mimeview.c
8725         * src/prefs_common.c
8726         * src/prefs_template.c
8727         * src/sourcewindow.c
8728         * src/summaryview.c
8729         * src/gtk/about.c
8730         * src/gtk/foldersort.c
8731         * src/gtk/logwindow.c
8732         * src/gtk/pluginwindow.c
8733         * src/gtk/prefswindow.c
8734                 change all gtk_scrolled_window_set_policy from 
8735                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
8736
8737 2004-08-02 [paul]       0.9.12cvs40.1
8738
8739         * AUTHORS
8740                 update translation team section
8741         * po/pt_BR.po
8742                 updated by Frederico Goncalves Guimaraes
8743                 <fggdebian@yahoo.com.br>
8744
8745 2004-07-31 [colin]      0.9.12cvs39.9
8746
8747         * src/exphtmldlg.c
8748                 Fix compilation
8749
8750 2004-07-31 [colin]      0.9.12cvs39.8
8751
8752         * src/exphtmldlg.c
8753                 Fix an alertpanel type
8754
8755 2004-07-30 [colin]      0.9.12cvs39.7
8756
8757         * src/alertpanel.c
8758                 Fix alertpanel_error_log's icon
8759
8760 2004-07-30 [colin]      0.9.12cvs39.6
8761
8762         * src/pop.c
8763                 Two of them should still be warnings
8764
8765 2004-07-30 [colin]      0.9.12cvs39.5
8766
8767         * src/pop.c
8768                 More warning -> error
8769 2004-07-29 [colin]      0.9.12cvs39.4
8770
8771         * src/pop.c
8772                 Warning -> error
8773
8774 2004-07-29 [colin]      0.9.12cvs39.3
8775
8776         * src/prefs_matcher.c
8777                 Fix segfault
8778
8779 2004-07-29 [colin]      0.9.12cvs39.2
8780
8781         * src/alertpanel.c
8782                 More nice-looking alertpanels
8783
8784 2004-07-29 [colin]      0.9.12cvs39.1
8785
8786         * src/messageview.c
8787                 sync with head
8788                 (inform user when partial mail is deleted on server)
8789
8790 2004-07-29 [colin]      0.9.12cvs38.1
8791
8792         * src/messageview.c
8793                 sync with head
8794
8795 2004-07-28 [paul]       0.9.12cvs37.7
8796
8797         * src/mainwindow.c
8798                 complete the replacement of deprecated gtk_progress_*
8799
8800 2004-07-28 [paul]       0.9.12cvs37.6
8801
8802         * src/action.c
8803         * src/inc.c
8804         * src/mainwindow.c
8805         * src/send_message.c
8806         * src/gtk/progressdialog.c
8807         * src/gtk/progressdialog.h
8808                 replace deprecated gtk_progress_*
8809
8810 2004-07-28 [paul]       0.9.12cvs37.5
8811
8812         * src/gtk/filesel.c
8813                 remove gtk_window_set_wmclass()
8814 2004-07-28 [paul]       0.9.12cvs37.4
8815
8816         * src/addressbook.c
8817         * src/compose.c
8818         * src/foldersel.c
8819         * src/mainwindow.c
8820         * src/messageview.c
8821         * src/sourcewindow.c
8822         * src/gtk/logwindow.c
8823                 remove gtk_window_set_wmclass()
8824                 
8825         * src/prefs_filtering.c
8826         * src/prefs_filtering_action.c
8827         * src/prefs_fonts.c
8828         * src/prefs_gtk.c
8829         * src/prefs_matcher.c
8830         * src/ssl_manager.c
8831         * src/gtk/prefswindow.c
8832                 replace gtk_window_position()
8833
8834 2004-07-28 [colin]      0.9.12cvs37.3
8835
8836         * src/alertpanel.c
8837         * src/alertpanel.h
8838                 Add a way to specify panel type for specific
8839                 panels (alertpanel())
8840         * src/account.c
8841         * src/addressbook.c
8842         * src/compose.c
8843         * src/expldifdlg.c
8844         * src/main.c
8845         * src/messageview.c
8846         * src/summaryview.c
8847         * src/textview.c
8848         * src/gtk/sslcertwindow.c
8849                 Fix alertpanel()s so that their icon match
8850                 their real type
8851
8852 2004-07-28 [paul]       0.9.12cvs37.2
8853
8854         * src/addr_compl.c
8855         * src/addressbook.c
8856         * src/alertpanel.c
8857         * src/compose.c
8858         * src/export.c
8859         * src/foldersel.c
8860         * src/folderview.c
8861         * src/grouplistdialog.c
8862         * src/import.c
8863         * src/mainwindow.c
8864         * src/message_search.c
8865         * src/messageview.c
8866         * src/passphrase.c
8867         * src/prefs_actions.c
8868         * src/prefs_common.c
8869         * src/prefs_customheader.c
8870         * src/prefs_display_header.c
8871         * src/prefs_filtering.c
8872         * src/prefs_filtering_action.c
8873         * src/prefs_gtk.c
8874         * src/prefs_matcher.c
8875         * src/prefs_msg_colors.c
8876         * src/prefs_summary_column.c
8877         * src/prefs_template.c
8878         * src/sourcewindow.c
8879         * src/ssl_manager.c
8880         * src/summary_search.c
8881         * src/gtk/colorsel.c
8882         * src/gtk/description_window.c
8883         * src/gtk/gtkaspell.c
8884         * src/gtk/inputdialog.c
8885         * src/gtk/logwindow.c
8886         * src/gtk/prefswindow.c
8887         * src/gtk/progressdialog.c
8888                 replace deprecated gtk_window_set_policy
8889
8890 2004-07-27 [colin]      0.9.12cvs37.1
8891
8892         * src/msgcache.c
8893                 More fixes (synced for head again)
8894
8895 2004-07-27 [colin]      0.9.12cvs35.3
8896
8897         * src/msgcache.c
8898                 Fix wrong test
8899
8900 2004-07-27 [colin]      0.9.12cvs35.2
8901
8902         * src/mimeview.c
8903                 Fix width a bit (by Paul)
8904         * src/alertpanel.c
8905         * src/alertpanel.h
8906                 Specialize icons, make alertpanel_message()
8907                 private
8908         * src/message_search.c
8909         * src/sgpgme.c
8910         * src/summary_search.c
8911                 Suit alertpanel changes
8912
8913 2004-07-27 [colin]      0.9.12cvs35.1
8914
8915         * src/alertpanel.c
8916                 Add an icon
8917         * src/passphrase.c
8918                 Add debug output - maybe someone will
8919                 want to look at the problem with Grab
8920                 Input :)
8921         Bump version as we're synced with HEAD
8922
8923 2004-07-26 [colin]      0.9.12cvs33.26
8924
8925         * src/pop.c
8926                 Fix uidl-file parsing when not in new
8927                 format
8928
8929 2004-07-26 [colin]      0.9.12cvs33.25
8930
8931         * src/gtk/menu.c
8932                 Move popup menu up if necessary (fixes 
8933                 account selector)
8934         * src/mainwindow.c
8935                 Set account selector's button height to
8936                 minimum
8937
8938 2004-07-26 [colin]      0.9.12cvs33.24
8939
8940         * src/alertpanel.c
8941                 Maybe fix 551 (Truncated font in alert window)
8942
8943 2004-07-26 [colin]      0.9.12cvs33.23
8944
8945         * po/de.po
8946         * po/es.po
8947         * po/fr.po
8948         * po/it.po
8949         * po/ja.po
8950         * po/pl.po
8951         * po/ru.po
8952         * po/sk.po
8953         * po/sr.po
8954         * po/zh_CN.po
8955                 Sync po files with HEAD
8956
8957 2004-07-26 [paul]       0.9.12cvs33.22
8958
8959         * src/compose.c
8960                 fix Bug 556 'Organisation-header is sent even if empty'
8961
8962 2004-07-24 [colin]      0.9.12cvs33.21
8963
8964         * src/compose.c
8965         * src/gtk/gtkaspell.c
8966         * src/gtk/gtkaspell.h
8967                 Fix speller accelerators (require hack)
8968
8969 2004-07-24 [colin]      0.9.12cvs33.20
8970
8971         * src/gtk/gtkaspell.c
8972                 Fix over-eager code deletion breaking
8973                 Check while typing
8974
8975 2004-07-24 [colin]      0.9.12cvs33.19
8976
8977         * src/browseldap.c
8978         * src/ldapctrl.c
8979         * src/ldapctrl.h
8980         * src/ldapserver.h
8981                 Sync ldap with HEAD
8982         (Fixes 546 LDAP completely broken)
8983
8984 2004-07-24 [colin]      0.9.12cvs33.18
8985
8986         * src/prefs_msg_colors.c
8987                 Fix prototype mismatch
8988         (Fixes 547 void function cannot return value)
8989
8990 2004-07-24 [colin]      0.9.12cvs33.17
8991
8992         * src/mainwindow.c
8993                 Fix sort going back to previous sort key
8994                 when changing sort direction
8995
8996 2004-07-24 [colin]      0.9.12cvs33.16
8997
8998         * src/compose.c
8999                 Fix space insertion when re-wrapping at 
9000                 cursor point
9001
9002 2004-07-24 [colin]      0.9.12cvs33.15
9003
9004         * src/gtk/gtkaspell.c
9005                 Don't change cursor position in insert-text
9006                 callback
9007         (Fixes 539 Word wrapping on input transposes letters)
9008
9009 2004-07-24 [colin]      0.9.12cvs33.14
9010
9011         * src/gtk/gtkaspell.c
9012                 Reencode non-ascii chars to dictionary's
9013                 encoding
9014         (Fixes 544 Spell check broken non english locale)
9015
9016 2004-07-24 [colin]      0.9.12cvs33.13
9017
9018         * src/summaryview.c
9019                 Fix Shift+Down, add Home/End/PgUp/PgDown
9020
9021 2004-07-21 [colin]      0.9.12cvs33.12
9022
9023         * src/prefs_common.c
9024                 Fix a gtk warning (Patch by Andrej Kacian)
9025
9026 2004-07-21 [colin]      0.9.12cvs33.11
9027
9028         * src/gtk/filesel.c
9029                 More check
9030
9031 2004-07-21 [colin]      0.9.12cvs33.10
9032
9033         * src/compose.c
9034         * src/crash.c
9035         * src/export.c
9036         * src/import.c
9037         * src/messageview.c
9038         * src/mimeview.c
9039         * src/prefs_spelling.c
9040         * src/prefs_themes.c
9041         * src/summaryview.c
9042         * src/gtk/filesel.c
9043         * src/gtk/filesel.h
9044         * src/gtk/pluginwindow.c
9045                 Untwist open/save mode guessing logic, make
9046                 it explicit
9047
9048 2004-07-20 [colin]      0.9.12cvs33.9
9049
9050         * src/codeconv.c
9051                 conv_encode_header: src_charset is UTF-8 on
9052                 gtk2
9053         * src/compose.c
9054                 Remove double encoding of the headers
9055
9056 2004-07-20 [colin]      0.9.12cvs33.8
9057
9058         * src/codeconv.c
9059                 Fix typo
9060
9061 2004-07-20 [colin]      0.9.12cvs33.7
9062
9063         * src/mainwindow.c
9064                 Set the separated messageview to the saved
9065                 size of Claws' messageview (Patch by Alfons)
9066                 Fix a callback prototype (me)
9067
9068 2004-07-20 [colin]      0.9.12cvs33.6
9069
9070         * src/codeconv.h
9071                 Forgot one hunk in 0.9.12cvs33.4
9072
9073 2004-07-19 [colin]      0.9.12cvs33.5
9074
9075         * src/action.c
9076                 Action output fix
9077                 Patch by Alfons
9078
9079 2004-07-19 [colin]      0.9.12cvs33.4
9080
9081         * src/compose.c
9082                 Fix outgoing charset bug in headers
9083         * src/codeconv.c
9084                 Clean for glib2 - Patch by Alfons
9085
9086 2004-07-19 [colin]      0.9.12cvs33.3
9087
9088         * src/statusbar.c
9089                 Remove grip from the statusbar
9090                 Patch by Alfons
9091
9092 2004-07-19 [colin]      0.9.12cvs33.2
9093
9094         * src/messageview.c
9095         * src/textview.c
9096                 Fix messageview remembering the previous
9097                 scroll position when loading a new message
9098                 Patch by Alfons
9099
9100 2004-07-19 [colin]      0.9.12cvs33.1
9101
9102         * src/folder.h
9103         * src/folderview.c
9104         * src/summaryview.c
9105                 Sync with HEAD
9106
9107 2004-07-18 [colin]      0.9.12cvs32.7
9108
9109         * configure.ac
9110                 Remove useless check for XIM - noticed
9111                 by Alfons
9112
9113 2004-07-18 [colin]      0.9.12cvs32.6
9114
9115         * src/summaryview.c
9116                 Remove non-modified and shift-modified
9117                 accelerators in summaryview's popup
9118                 menu, as that doesn't get catched by
9119                 the accel-activate signal catcher...
9120
9121 2004-07-18 [colin]      0.9.12cvs32.5
9122
9123         * src/prefs_common.c
9124                 Define sensible default prefs for 
9125                 wrapping
9126
9127 2004-07-18 [colin]      0.9.12cvs32.4
9128
9129         * src/compose.c
9130         * src/prefs_common.c
9131         * src/prefs_common.h
9132         * src/prefs_wrapping.c
9133                 Remove Smart Wrapping pref, which does
9134                 nothing on gtk2 branch
9135
9136 2004-07-18 [colin]      0.9.12cvs32.3
9137
9138         * src/sourcewindow.c
9139                 Proper utf8
9140
9141 2004-07-18 [colin]      0.9.12cvs32.2
9142
9143         * src/compose.c
9144                 Save attachment status when drafting
9145
9146 2004-07-18 [colin]      0.9.12cvs32.1
9147
9148         * src/gtk/filesel.c
9149                 Fix erratic folder selection in open mode
9150
9151 2004-07-18 [colin]      0.9.12cvs31.11
9152
9153         * src/pop.c
9154                 Don't let partial messages get deleted
9155                 even with "dowload all"
9156                 (0.9.12cvs31.8 fix extension)
9157 2004-07-18 [colin]      0.9.12cvs31.10
9158
9159         * src/gtk/logwindow.c
9160                 Fix log scrolling
9161
9162 2004-07-18 [colin]      0.9.12cvs31.9
9163
9164         * src/common/utils.c
9165                 Fix non-utf8 strings coming from commands
9166                 and files
9167
9168 2004-07-18 [colin]      0.9.12cvs31.8
9169
9170         * src/pop.c
9171                 Fix partial download bug with Download all
9172                 messages option
9173
9174 2004-07-18 [colin]      0.9.12cvs31.7
9175
9176         * src/textview.c
9177                 Fix bug introduced in 0.9.12cvs31.2
9178                 (blocked in select mode after double click)
9179
9180 2004-07-18 [colin]      0.9.12cvs31.6
9181
9182         * src/compose.c
9183         * src/gtk/menu.c
9184                 More glib-warning fixes
9185
9186 2004-07-18 [colin]      0.9.12cvs31.5
9187
9188         * src/compose.c
9189                 Fix trashing the primary clipboard when moving 
9190                 around with tab
9191         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
9192
9193 2004-07-18 [colin]      0.9.12cvs31.4
9194
9195         * src/codeconv.c
9196                 convert unencoded iso headers to utf8
9197         (Fix Bug 538 Unencoded local characters in subject make it 
9198          disappear)
9199
9200 2004-07-18 [colin]      0.9.12cvs31.3
9201
9202         * src/compose.c
9203                 Fix tab char handling in wrapping
9204         (Fix Bug 537 Line wrap problem - TAB character treated as 
9205          one character instead of 8)
9206
9207 2004-07-18 [colin]      0.9.12cvs31.2
9208
9209         * src/textview.c
9210                 return FALSE on GDK_MOTION_NOTIFY
9211         (Fix Bug 535 Hyperlinks/addresses are not selectable 
9212          (unable to highlight))
9213
9214 2004-07-18 [colin]      0.9.12cvs31.1
9215
9216         * src/folderview.c
9217                 Sync with 0.9.12cvs31
9218
9219 2004-07-18 [colin]      0.9.12cvs30.4
9220
9221         * src/compose.c
9222                 Also block text_inserted when inserting a file
9223
9224 2004-07-18 [colin]      0.9.12cvs30.3
9225
9226         * src/compose.c
9227                 Fix smart wrapping (block text_inserted handler
9228                 while putting quotation to avoid wrap on input,
9229                 don't join lines if next is sig separator)
9230
9231 2004-07-17 [colin]      0.9.12cvs30.2
9232
9233         * src/folderview.c
9234         * src/mainwindow.c
9235         * src/mimeview.c
9236         * src/summaryview.c
9237         * src/gtk/quicksearch.c
9238         * src/gtk/quicksearch.h
9239                 Block key events handlers *and* accels while
9240                 quicksearch is focused
9241         (Fixes Bug 534 quick-search bar not accepting certain letters)
9242
9243 2004-07-17 [colin]      0.9.12cvs30.1
9244
9245         * src/folder.h
9246         * src/folderview.c
9247         * src/summaryview.c
9248                 Sync with 0.9.12cvs30
9249
9250 2004-07-17 [colin]      0.9.12cvs28.2
9251
9252         * src/mimeview.c
9253         * src/procmime.c
9254         * src/summaryview.c
9255         * src/gtk/menu.c
9256                 Squash some compile and glib warnings
9257
9258 2004-07-17 [paul]       0.9.12cvs28.1
9259
9260         * src/mimeview.c
9261                 sync with 0.9.12cvs28 HEAD
9262
9263 2004-07-16 [paul]       0.9.12cvs26.1
9264         
9265         * src/gtk/quicksearch.c
9266         * src/account.c
9267         * src/account.h
9268         * src/compose.c
9269         * src/customheader.c
9270         * src/folder_item_prefs.c
9271         * src/main.c
9272         * src/mainwindow.c
9273         * src/messageview.c
9274         * src/mimeview.c
9275         * src/news.c
9276         * src/pgpmime.c
9277         * src/pop.c
9278         * src/pop.h
9279         * src/prefs_account.c
9280         * src/prefs_account.h
9281         * src/prefs_common.c
9282         * src/prefs_common.h
9283         * src/prefs_display_header.c
9284         * src/prefs_gtk.c
9285         * src/prefs_gtk.h
9286         * src/procheader.c
9287         * src/procmime.c
9288                 sync with 0.9.12cvs26 HEAD      
9289
9290 2004-07-15 [colin]      0.9.12cvs18.14
9291
9292         * src/folder.c
9293                 Disable GPG signature check during
9294                 folder move and scan
9295         (Closes Bug 521 Signature checking slows down Folder-Move)
9296
9297 2004-07-14 [colin]      0.9.12cvs18.13
9298
9299         * src/common/partial_download.c
9300                 update includes
9301
9302 2004-07-14 [colin]      0.9.12cvs18.12
9303
9304         * src/common/partial_download.c
9305         * src/common/partial_download.h
9306                 Move doc at top, add correct copyright
9307
9308 2004-07-14 [colin]      0.9.12cvs18.11
9309
9310         * src/folder.c
9311         * src/messageview.c
9312         * src/pop.c
9313         * src/pop.h
9314         * src/procmsg.c
9315         * src/summaryview.c
9316         * src/common/Makefile.am
9317         * src/common/partial_download.c ** NEW FILES **
9318         * src/common/partial_download.h ** NEW FILES **
9319                 Move partial-download related stuff to its
9320                 own file
9321
9322 2004-07-14 [colin]      0.9.12cvs18.10
9323
9324         * src/send_message.c
9325                 Fix smtp auth when user is null or empty
9326
9327 2004-07-13 [colin]      0.9.12cvs18.9
9328
9329         * src/gtk/quicksearch.c
9330                 Use alphabetic order
9331
9332 2004-07-13 [colin]      0.9.12cvs18.8
9333
9334         * src/pop.c
9335                 Be paranoid on the checks
9336
9337 2004-07-13 [colin]      0.9.12cvs18.7
9338
9339         * src/gtk/quicksearch.c
9340                 Fix Engrish once again
9341
9342 2004-07-13 [colin]      0.9.12cvs18.6
9343
9344         * src/procmsg.c
9345         * src/summaryview.c
9346                 Mark messages for deletion when they are about to
9347                 be removed from trash
9348
9349 2004-07-13 [colin]      0.9.12cvs18.5
9350
9351         * src/matcher.c
9352         * src/matcher.h
9353         * src/matcher_parser_parse.y
9354         * src/prefs_matcher.c
9355         * src/gtk/quicksearch.c
9356                 Add 'partial' ('p') match string to find partially
9357                 downloaded messages
9358
9359 2004-07-13 [colin]      0.9.12cvs18.4
9360
9361         * src/pop.c
9362                 Fix misplaced block
9363
9364 2004-07-13 [colin]      0.9.12cvs18.3
9365
9366         * src/pop.c
9367         * src/pop.h
9368         * src/messageview.c
9369                 Refactor API (to avoid passing 5+ params and code
9370                 duplication)
9371         * src/folder.c
9372         * src/msgcache.c
9373         * src/procheader.c
9374         * src/common/defs.h
9375                 Add planned_download to cache
9376                 Don't mess uidl file when moving partially downloaded
9377                 mails (they change folder, we should change it in the
9378                 uidl list too or we'll remove an incorrect message)
9379                 (this also helps removing hacks when changing 
9380                 planned_download in messageview.c)
9381
9382 2004-07-12 [colin]      0.9.12cvs18.2
9383
9384         * src/gtk/quicksearch.c
9385                 Fix missing status update in quicksearch
9386
9387 2004-07-12 [paul]       0.9.12cvs18.1
9388
9389         * po/POTFILES.in
9390         * src/Makefile.am
9391         * src/account.c
9392         * src/codeconv.c
9393         * src/compose.c
9394         * src/inc.c
9395         * src/main.c
9396         * src/prefs_common.c
9397         * src/procmsg.h
9398         * src/toolbar.c
9399         * src/prefs_msg_colors.[ch]     ** NEW FILES **
9400         * src/prefs_wrapping.[ch]       ** NEW FILES **
9401         * src/common/intl.h
9402         * src/common/utils.[ch]
9403         * src/gtk/quicksearch.[ch]
9404                 sync with 0.9.12cvs18 HEAD
9405
9406 2004-07-12 [colin]      0.9.11cvs17.25
9407
9408         * src/folder.c
9409         * src/folder.h
9410                 Remove unused function added by me in 0.9.11cvs17.10
9411
9412 2004-07-11 [colin]      0.9.11cvs17.24
9413
9414         * src/inc.c
9415         * src/messageview.c
9416         * src/pop.c
9417         * src/pop.h
9418                 Use folderitem and msgnum instead of filename to
9419                 know which mail to delete
9420                 Move old partial mail deletion to pop.c
9421
9422 2004-07-10 [colin]      0.9.11cvs17.23
9423
9424         * src/inc.c
9425                 Add debug
9426         * src/pop.c
9427         * src/pop.h
9428                 Don't re-use same enums for unrelated stuff: it's 
9429                 completely misleading !
9430                 Document a bit
9431
9432 2004-07-09 [colin]      0.9.11cvs17.22
9433
9434         * src/inc.c
9435                 Remove folder-type check and do
9436                 more tests to be sure everything's
9437                 ok
9438         * src/messageview.c
9439                 Punctuation update, remove useless
9440                 code, fix two warnings
9441         * src/noticeview.c
9442                 Layout cleaning, reset 2nd button
9443                 when specifying one
9444
9445 2004-07-09 [colin]      0.9.11cvs17.21
9446
9447         * src/messageview.c
9448         * src/pop.c
9449         * src/pop.h
9450                 Allow user to change his mind
9451                 and postpone decision (by
9452                 unmarking the mail)
9453
9454 2004-07-09 [colin]      0.9.11cvs17.20
9455
9456         * src/messageview.c
9457                 Fix bug with delete state
9458         * src/pop.c
9459         * src/pop.h
9460                 Fix buffer leak (fread doesn't 
9461                 terminate buffers with \0)
9462                 Refactoring (remove magic 
9463                 numbers)
9464
9465 2004-07-09 [colin]      0.9.11cvs17.19
9466
9467         * src/pop.c
9468                 Don't log "Skipping message" if 
9469                 we're going to TOP it two lines
9470                 later
9471
9472 2004-07-09 [colin]      0.9.11cvs17.18
9473
9474         * src/messageview.c
9475                 Fix Engrish
9476
9477 2004-07-09 [colin]      0.9.11cvs17.17
9478
9479         * src/pop.c
9480                 strlen checking...
9481         * src/messageview.c
9482                 refactoring a bit
9483
9484 2004-07-08 [colin]      0.9.11cvs17.16
9485
9486         * src/noticeview.c
9487         * src/noticeview.h
9488                 Add an optional second button
9489         * src/messageview.c
9490         * src/pop.c
9491         * src/pop.h
9492                 Don't delete partially received mails after a certain
9493                 time; rather, let the user decide.
9494
9495 2004-07-08 [colin]      0.9.11cvs17.15
9496
9497         * src/common/smtp.h
9498                 Sync with HEAD
9499
9500 2004-07-08 [colin]      0.9.11cvs17.14
9501
9502         * src/messageview.c
9503         * src/common/smtp.c
9504                 Use to_human_readable() for sizes
9505
9506 2004-07-08 [colin]      0.9.11cvs17.13
9507
9508         * src/inc.c
9509         * src/messageview.c
9510         * src/pop.c
9511         * src/pop.h
9512         * src/procmsg.c
9513                 Fix partial-downloading issues:
9514                         catch unsupported TOP
9515                         don't delete partially downloaded mails before 5 days
9516                         don't update existing with non-MH folders; that'll
9517                         make dups, but it's better than trashing the folder
9518                         free new msginfo parts
9519                 Fix indentation ;-)
9520
9521 2004-07-08 [colin]      0.9.11cvs17.12
9522
9523         * src/common/smtp.c
9524         * src/common/smtp.h
9525                 Sync smtp size verification with HEAD
9526
9527 2004-07-08 [colin]      0.9.11cvs17.11
9528
9529         * src/summaryview.c
9530         * src/prefs_common.c
9531         * src/prefs_common.h
9532         * src/gtk/quicksearch.c
9533         * src/gtk/quicksearch.h
9534                 Sync sticky pref with HEAD
9535
9536 2004-07-08 [colin]      0.9.11cvs17.10
9537
9538         * src/folder.c [1.213.2.6]
9539         * src/folder.h [1.87.2.6]
9540         * src/inc.c [1.149.2.7]
9541         * src/messageview.c [1.94.2.8]
9542         * src/procheader.c [1.47.2.6]
9543         * src/procmsg.c [1.150.2.4]
9544         * src/procmsg.h [1.60.2.5]
9545         * src/pop.c [1.56.2.4]
9546         * src/pop.h [1.17.2.3]
9547                 Let too big messages get downloaded, but truncated
9548                 Add a button to download them completely
9549                 
9550 2004-07-06 [colin]      0.9.11cvs17.9
9551
9552         * src/gtk/quicksearch.c [1.1.2.3]
9553                 Add a Clear button
9554         * commitHelper
9555         * PATCHSETS
9556                 Add a script to help with cvs
9557
9558 2004-07-03 [colin]      0.9.11cvs17.8
9559
9560         * src/plugins/imageviewer/viewer.c
9561                 fix imageviewer (which was staying on the first
9562                 displayed image)
9563
9564 2004-07-03 [colin]      0.9.11cvs17.7
9565
9566         Removed FIXME_GTK2 warnings
9567         * src/gtk/gtkutils.c
9568                 useless #warnings
9569         * src/gtk/menu.c
9570                 useless #warnings (no need to mess with menu rc)
9571         * src/gtk/menu.h
9572                 unused functions
9573         
9574
9575 2004-07-03 [colin]      0.9.11cvs17.6
9576
9577         Removed FIXME_GTK2 warnings
9578         * src/codeconv.c
9579                 useless #warnings (rewrite needed)
9580         * src/compose.c
9581                 useless #warnings (rewrite needed)
9582                 useless #warnings (gtk2 is like that)
9583                 useless #warnings (previously fixed)
9584         * src/main.c
9585                 useless #warnings (previously fixed)
9586         * src/message_search.c
9587                 useless #warnings (gtk2 is like that)
9588                 Made apparent that search is case-sensitive
9589         * src/mimeview.c
9590                 useless #warnings (rewrite needed)
9591                 useless #warnings (gtk2 is like that)
9592                 reimplemented real warnings
9593         * src/prefs_common.c
9594                 Removed block cursor option (not it gtk2)
9595         * src/prefs_gtk.c
9596                 useless #warnings (rewrite needed)
9597         * src/procheader.c
9598                 useless #warnings (rewrite needed)
9599         * src/sourcewindow.c
9600                 useless #warnings (incorrect placing)
9601         * src/summary_search.c
9602                 useless #warnings (gtk2 is like that)
9603                 Made apparent that search is case-sensitive
9604         * src/action.c
9605                 useless #warnings (gtk2 is like that)
9606         * src/textview.c
9607                 useless #warnings (rewrite needed)
9608         * src/toolbar.c
9609                 useless #warnings (rewrite needed)
9610
9611 2004-07-03 [colin]      0.9.11cvs17.5
9612
9613         * src/textview.c
9614                 Fix mismerge which broke URI opening
9615                 
9616 2004-07-01 [colin]      0.9.11cvs17.4
9617
9618         * src/gtk/filesel.c
9619                 Fill filename when saving
9620                 
9621 2004-06-27 [colin]      0.9.11cvs17.3
9622
9623         * src/gtk/filesel.[ch]
9624                 Use the new GTK file selector
9625                 Update prototype to match the reality: multiple file
9626                 selection is open-only          
9627         * src/compose.c
9628                 Match the new prototypes        
9629         * configure.ac
9630                 Match the new requirements (gtk 2.4.0)
9631                         
9632 2004-06-26 [colin]      0.9.11cvs17.2
9633
9634         * src/plugins/trayicon/trayicon.c
9635                 Remove useless signal handler on resize, which causes
9636                 an infinite "loop"
9637         
9638 2004-06-26 [colin]      0.9.11cvs17.1
9639         
9640         * tools/Makefile.am
9641                 remove launch_firebird and add nautilus2sylpheed.sh
9642         * src/quicksearch.c
9643           src/summaryview.c
9644                 Fix show/hide "Extended symbols" button problem
9645                 Fix apparition at startup
9646                 Fix const warnings
9647         * src/plugins/image_viewer/Makefile.am
9648                 Fix configure 
9649         * common/ssl.c
9650                 Re-enable certificate check, as it doesn't seem to
9651                 cause Xlib errors anymore
9652
9653 2004-06-25 [paul]       0.9.11cvs17
9654
9655         * sync with 0.9.11cvs17 HEAD
9656         
9657         NOTE: QuickSearch is broken
9658
9659 2004-06-07 [colin]      0.9.10claws67.10
9660         * src/plugins/trayicon/trayicon.c
9661           src/plugins/trayicon/libeggtrayicon/Makefile.am
9662           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9663                 Fix gettextization in trayicon plugin
9664
9665 2004-06-07 [colin]      0.9.10claws67.9
9666         
9667         * src/summaryview.c
9668           src/gtk/gtksctree.[ch]
9669                 Let Shift+{Up,Down} work in summaryview
9670                 (well, Down "works" and Up works)
9671                 Let the list scroll when using these keys
9672
9673 2004-06-06 [colin]      0.9.10claws67.8
9674
9675         * src/plugins/trayicon/trayicon.c
9676                 Fix pixmap update
9677
9678 2004-06-06 [colin]      0.9.10claws67.7
9679
9680         * src/addressbook.c
9681                 Fix signal handling causing system-wide focus grab
9682
9683 2004-05-25 [paul]       0.9.10claws67.6
9684
9685         * Makefile.am
9686           src/Makefile.am
9687                 clean up
9688
9689 2004-05-25 [paul]       0.9.10claws67.5
9690
9691         * replace deprecated gtk_signal... functions
9692
9693 2004-05-23 [colin]      0.9.10claws67.4
9694
9695         * src/compose.c
9696                 Fix wrapping
9697
9698 2004-05-22 [colin]      0.9.10claws67.3
9699
9700         * src/compose.c
9701                 Re-fix [Edited] in compose.c::compose_reedit()
9702
9703 2004-05-22 [colin]      0.9.10claws67.2
9704
9705         * src/procmime.c
9706                 Fix parsing of multiparts mails
9707
9708 2004-05-22 [colin]      0.9.10claws67.1
9709
9710         * src/summaryview.c
9711                 Fix quicksearch
9712
9713 2004-05-22 [paul]       0.9.10claws67
9714
9715         * sync with 0.9.10claws67 HEAD
9716
9717 2004-05-14 [alfons]
9718
9719         * src/procmime.h
9720                 add forgotton prototype
9721
9722 2004-05-10 [paul]       0.9.10claws57
9723
9724         * sync with 0.9.10claws57 HEAD
9725
9726 2004-05-05 [paul]       0.9.9.claws1
9727
9728         * ChangeLog-gtk2        ** REMOVED **
9729           ChangeLog-gtk2.claws  ** ADDED **
9730                 rename and adopt the normal claws format
9731                 
9732         * configure.ac
9733                 require gtkmathview >= 0.5
9734
9735         * ac/*                          ** REMOVED **
9736           ac/                           ** REMOVED **
9737           intl/Makefile.in              ** REMOVED **
9738           m4/                           ** ADDED **
9739           m4/missing                    ** ADDED **
9740           m4/missing/gdk-pixbuf.m4      ** ADDED **
9741           m4/missing/gettext.m4         ** ADDED **
9742           m4/missing/gpgme.m4           ** ADDED **
9743           m4/missing/imlib.m4           ** ADDED **
9744           m4/.cvsignore                 ** ADDED **
9745           m4/Makefile.am                ** ADDED **
9746           m4/README                     ** ADDED **
9747           m4/aclocal-include.m4         ** ADDED **
9748           m4/aspell.m4                  ** ADDED **
9749           m4/check-type.m4              ** ADDED **
9750           m4/gnupg-check-typedef.m4     ** ADDED **
9751           m4/openssl.m4                 ** ADDED **
9752           m4/spamassassin.m4            ** ADDED **
9753           po/ChangeLog                  ** REMOVED **
9754           po/Makefile.in.in             ** REMOVED **
9755           po/Rules-quot                 ** REMOVED **
9756           po/boldquot.sed               ** REMOVED **
9757           po/en@boldquot.header         ** REMOVED **
9758           po/en@quot.header             ** REMOVED **
9759           po/insert-header.sin          ** REMOVED **
9760           po/quot.sed                   ** REMOVED **
9761           po/remove-potcdate.sed        ** REMOVED **
9762           po/remove-potcdate.sin        ** REMOVED **
9763           po/stamp-po                   ** REMOVED **
9764           Makefile.am
9765           autogen.sh
9766           configure.ac
9767                 enable building with automake 1.8.x
9768                 add 'autopoint --force' to autogen.sh and remove all
9769                 auto-generated files, remove ac/ directory and use
9770                 m4/ directory instead
9771                 
9772         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9773                 fix gettextization
9774
9775 2004-02-28 Colin Leroy <colin@colino.net>
9776         * src/prefs_matcher.c
9777           src/prefs_filtering.c
9778           src/prefs_filtering_action.c
9779                 Fix non-editable GtkEntries
9780
9781 2004-02-22 Thorsten Maerz <torte@netztorte.de>
9782         * src/prefs_themes.c
9783                 utf8 conversion for theme info
9784
9785 2004-02-21 Thorsten Maerz <torte@netztorte.de>
9786         * sync 0.9.9claws
9787
9788 2004-02-14 Thorsten Maerz <torte@netztorte.de>
9789         * src/grouplistdialog.c
9790                 allow multiple selections without ctrl key
9791
9792 2004-02-09 Thorsten Maerz <torte@netztorte.de>
9793         * src/main.c
9794                 enable customizable accelerators
9795
9796 2004-02-08 Thorsten Maerz <torte@netztorte.de>
9797         * src/prefs_common.c
9798                 re-enable different font settings for gtk1/2
9799         * src/prefs_folder_item.c
9800                 fix folder prefs displayed wrong
9801         * src/textview.c
9802                 set 'sunken' shadow type
9803
9804 2004-02-07 Colin Leroy <colin@colino.net>
9805         * src/compose.c
9806                 Fix message being always [Edited]
9807                 Encode headers correctly (utf8 buf)
9808
9809 2004-01-27 Thorsten Maerz <torte@netztorte.de>
9810         * src/socket.c
9811                 remove double g_source_attach()
9812                 (Thanks to Colin Leroy)
9813
9814 2004-01-27 Thorsten Maerz <torte@netztorte.de>
9815         * src/gtk/gtksctree.c
9816                 Fix SSL certificate list not shown
9817         * src/mimeview.c
9818                 Fix clicks in mime tree
9819
9820 2004-01-27 Thorsten Maerz <torte@netztorte.de>
9821         * src/common/socket.c
9822                 Fix SSL receive
9823         * src/compose.c
9824                 Fix clipboard menu hotkeys
9825
9826 2004-01-25 Thorsten Maerz <torte@netztorte.de>
9827         * src/gtk/gtkaspell.[ch]
9828           src/compose.c
9829                 reimplement spellchecker
9830
9831 2004-01-25 Thorsten Maerz <torte@netztorte.de>
9832         * src/gtk/filesel.c
9833                 crash when inserting file in compose window
9834                 (TODO: keep old selection on clicks)
9835         * src/main.c
9836                 use gtkrc-2.0 instead of gtkrc
9837
9838 2004-01-25 Thorsten Maerz <torte@netztorte.de>
9839         * src/messageview.c
9840                 remove orphaned mimeview unref()
9841
9842 2004-01-20 Thorsten Maerz <torte@netztorte.de>
9843         * src/grouplistdialog.c
9844                 expand nodes containing subscribed groups
9845
9846 2004-01-19 Thorsten Maerz <torte@netztorte.de>
9847         * src/textview.c
9848                 textview: hide cursor, restore old click behaviour
9849
9850 2004-01-18 Thorsten Maerz <torte@netztorte.de>
9851         * src/textview.c
9852                 variable names messed up
9853
9854 2004-01-17 Colin Leroy <colin@colino.net>
9855         * src/addr_compl.c
9856                 Fix completion address too thin
9857         * src/compose.c
9858                 Fix tab-to-subject behaviour
9859         * src/summaryview.c
9860                 Implement key up & down in summaryview
9861
9862 2004-01-12 Thorsten Maerz <torte@netztorte.de>
9863
9864         * sync 098claws
9865
9866 2004-01-08 Thorsten Maerz <torte@netztorte.de>
9867         * configure.ac
9868           Makefile.am
9869           doc/.cvsignore
9870           doc/Makefile.am
9871                 faq, man, manual moved to doc/
9872         * ac/aspell.m4
9873           ac/check-type.m4
9874           ac/gnupg-check-typedef.m4
9875           ac/openssl.m4
9876           ac/spamassassin.m4
9877           ac/missing/gdk-pixbuf.m4
9878           ac/missing/gpgme.m4
9879           ac/missing/imlib.m4
9880                 fix automake warnings
9881
9882 2003-12-06 Colin Leroy <colin@colino.net>
9883         * src/summaryview.c
9884                 Fix quicksearch
9885
9886 2003-12-05 Colin Leroy <colin@colino.net>
9887         * src/summaryview.c
9888                 Fix going to next unread folder
9889
9890 2003-12-05 Colin Leroy <colin@colino.net>
9891         * src/crash.c
9892                 Fix gtk2 compilation
9893         * src/session.c
9894                 Remove iotag source handler at disconnection
9895         * src/socket.[ch] 
9896                 Remove source handler when closing socket 
9897                 (fixes another seg)
9898
9899 2003-12-04 Colin Leroy <colin@colino.net>
9900         * src/compose.c
9901           src/prefs_account.c
9902           src/prefs_common.c
9903                 Fix some dropdown menus
9904
9905 2003-12-04 Colin Leroy <colin@colino.net>
9906         * src/compose.c
9907                 Fix event handlers on header fields
9908         * src/common/socket.c
9909           src/common/session.c
9910                 Fix segfault with callback (SSL)
9911                 Fix end of session 
9912
9913 2003-10-06 Thorsten Maerz <torte@netztorte.de>
9914
9915         * Fix compile bug in src/compose.c
9916         * removed src/gtk/gtkstext.[ch]
9917
9918 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
9919
9920         * Convert character set and escape "text" attributes in toolbar setting
9921         files.
9922         * Fixed bug in button-press-event handling.
9923
9924 2003-09-16 Thorsten Maerz <torte@netztorte.de>
9925
9926         * Fixed bug in key-press-event handling.
9927
9928 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
9929
9930         * Enabled to compile tray-icon plugin (Ad-hoc).
9931         * Avoid hang up bug of icon list in mime view (Ad-hoc).
9932
9933 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
9934
9935         * Enabled to compile on sylpheed-claws.
9936         (tray-icon plugin still cannot compile yet.)
9937
9938 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
9939
9940         * Updated to 0.9.5.
9941
9942 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
9943
9944         * Updated to 0.9.4.
9945         * Ported monitoring SSL mechanism to GSource of GLib2
9946         (I don't confirm it)
9947         * Added _gtk2 suffix to key name of font preference to avoid
9948         ovverwriting preference of Gtk+-1.2 version.
9949
9950 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
9951
9952         * Updated to 0.9.2.
9953
9954 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
9955
9956         * Updated to 0.9.1.
9957         * Translate po files into UTF-8 when execute autogen.sh.
9958
9959 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
9960
9961         * Updated to 0.9.0.
9962
9963 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
9964
9965         * Plugged GError related memory leaks.
9966
9967 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
9968
9969         * Changed default size of fonts.
9970         * Enabled to set titile font size of warning dialog.
9971
9972 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
9973
9974         * Embed a sylpheed icon into executable binary on Windows.
9975
9976 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
9977
9978         * I forgot to traslate character set of element string in src/xml.c.
9979
9980 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
9981
9982         * Fixed detecting bind_textdomain_codeset in configure.in.
9983         * The bug in which "Example" of "Date fromat" preference isn't displayed
9984         correctly has been fixed.
9985
9986 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
9987
9988         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
9989           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
9990           glib-gettextize
9991           Removed intl directory.
9992           Translated po files into UTF-8.
9993           (Thanks! Ryuji Abe)
9994
9995 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
9996
9997         * The bug which doesn't unscape string in xml.c has been fixed.
9998
9999 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
10000
10001         * The bug which is failed to translate encoding of file name thorough
10002         file dialog has been fixed.
10003
10004 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
10005
10006         * Modified to translate file names which is used in inporting/expoting
10007         mbox feature and "Save as" feature into locale encoding.
10008         * Translate file names into locale encoding when "Attache file" and
10009         "Insert file".
10010         * Force set G_BROKEN_FILENAMES environment variable.
10011         * Other minor fixes.
10012
10013 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
10014
10015         * Modified to treat MH folder's name as locale encoding.
10016
10017 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
10018
10019         * The bug which clash on switching candidates of auto completion of
10020         addresses, cannot use auto completion in Japanesse is fixed
10021         (Thanks! Tokunaga-san)¡¥
10022
10023 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
10024
10025         * The bug which cannot switch key accelerator preference has been fixed
10026         (Thanks! smbd-san)¡¥
10027
10028 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
10029
10030         * version 0.8.11-gtk2-20030314
10031
10032 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
10033
10034         * The bug in which character set conversion of filtering messages has
10035         been fixed.(Thanks! COCOA-san).
10036
10037 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
10038
10039         * Revived "Leave space on head" preference in "Message" category.
10040         * A bug which clash when put the cursor to end of buffer and execute
10041         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
10042
10043 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
10044
10045         * version 0.8.11-gtk2-20030312
10046
10047 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
10048
10049         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
10050         * Modified to use Pango's API directly for font preference.
10051         * Integrated GtkTextView of textview to one widget.
10052         * Set fonts of header title in textview by "header_title" tag.
10053         * Removed some deprecated codes.
10054
10055 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
10056
10057         * Updated to 0.8.11.
10058         * Merged cygwin patch(Thanks! Sakai-san).
10059
10060 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
10061
10062         * version 0.8.10-gtk2-20030309