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