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