2006-04-23 [colin] 2.1.1cvs24
[claws.git] / ChangeLog
1 2006-04-23 [colin]      2.1.1cvs24
2
3         * src/imap.c
4                 Output something when login is successful
5                 too
6
7 2006-04-23 [colin]      2.1.1cvs23
8
9         * src/etpan/imap-thread.c
10                 Better logging (line-per-line, hide data in fetch)
11                 Fix a const warning
12         * src/gtk/logwindow.c
13         * src/gtk/logwindow.h
14                 Better logging (color for input/output)
15
16 2006-04-21 [colin]      2.1.1cvs22
17
18         * src/gtk/quicksearch.c
19                 On gtk+-2.8, use stock buttons in quicksearch
20                 Based on a patch by Fabien and a design by Paul
21
22 2006-04-21 [colin]      2.1.1cvs21
23
24         * src/folderview.c
25         * src/mainwindow.c
26                 Fix occasional flicker in folderview
27         * src/common/utils.c
28                 Fix bug #943 (Incorrectly parsed email address 
29                 list in short headers on message view and in 
30                 printouts)
31
32 2006-04-20 [colin]      2.1.1cvs20
33
34         * src/imap.c
35         * src/imap.h
36         * src/prefs_account.c
37                 Add ANONYMOUS auth for IMAP
38
39 2006-04-20 [paul]       2.1.1cvs19
40
41         * src/main.c
42                 proper fix for 2.1.1cvs18
43                 Thanks to Colin
44
45 2006-04-20 [paul]       2.1.1cvs18
46
47         * src/main.c
48                 fix build warnings
49
50 2006-04-20 [paul]       2.1.1cvs17
51
52         * src/gtk/quicksearch.c
53                 fix standard, non-extended Quick search,
54                 was broken in 2.1.1cvs15.
55                 Thanks to Colin.
56
57 2006-04-20 [colin]      2.1.1cvs16
58
59         * src/prefs_matcher.c
60                 Fix values when reselecting a ~test
61                 rule
62
63 2006-04-19 [colin]      2.1.1cvs15
64
65         * src/compose.c
66         * src/compose.h
67         * src/gtk/gtkaspell.c
68         * src/gtk/gtkaspell.h
69                 Put back Options menu in Spelling/
70         * src/gtk/quicksearch.c
71                 Don't search, and show error, if the
72                 advanced search has a syntax error
73
74 2006-04-18 [colin]      2.1.1cvs14
75
76         * src/textview.c
77                 Fix gdk warnings on set_cursor when textview
78                 isn't visible
79
80 2006-04-18 [colin]      2.1.1cvs13
81
82         * src/gtk/gtksctree.c
83                 Remove seemingly useless refresh that causes
84                 flicker - watch this commit in case of 
85                 problems before planned backport to stable
86
87 2006-04-18 [colin]      2.1.1cvs12
88
89         * src/imap.c
90                 Factorize get/set_xml code
91         * src/compose.c
92         * src/prefs_account.c
93         * src/prefs_account.h
94         * src/procmsg.c
95                 Add Encrypt to self option
96
97 2006-04-17 [colin]      2.1.1cvs11
98
99         * configure.ac
100                 Fix search on encrpyt function on dragonfly
101                 Patch by Jonathan Buschmann <jonthn@agmact.com>
102
103 2006-04-17 [colin]      2.1.1cvs10
104
105         * src/prefs_account.c
106                 Be safe by default: remove mails from POP3
107                 after 7 days, not immediately
108
109 2006-04-17 [colin]      2.1.1cvs9
110
111         * src/etpan/imap-thread.c
112                 Fix build on DragonFly - patch by 
113                 Jonathan Buschmann <jonthn@agmact.com>
114
115 2006-04-17 [colin]      2.1.1cvs8
116
117         * src/imap.c
118                 Save uidnext between sessions
119
120 2006-04-17 [colin]      2.1.1cvs7
121
122         * src/imap.c
123                 scan is required when uid validity changes
124
125 2006-04-17 [colin]      2.1.1cvs6
126
127         * src/folderview.c
128                 Don't scan if not necessary, apart in current
129                 folder and INBOX to fetch flags.
130         * src/imap.c
131                 Scan is necessary if unread count changes
132
133 2006-04-17 [colin]      2.1.1cvs5
134
135         * src/imap.c
136                 ...But always fetch ANSWERED and DELETED flags for
137                 INBOX, as filtering can happen on these flags.
138
139 2006-04-17 [colin]      2.1.1cvs4
140
141         * src/imap.c
142                 Don't fetch REPLIED and DELETED flags when synchronising
143                 flags with a closed folder. We only need UNSEEN and FLAGGED
144                 to update the folderview.
145
146 2006-04-17 [colin]      2.1.1cvs3
147
148         * src/imap.c
149                 Faster flag search when there are new mails 
150                 in a folder. We can do a full search if the 
151                 folder contains less messages than the new
152                 list.
153
154 2006-04-17 [colin]      2.1.1cvs2
155
156         * po/cs.po
157         * po/de.po
158         * po/fr.po
159         * po/nl.po
160         * po/pt_BR.po
161                 Update translations from stable branch
162
163 2006-04-17 [colin]      2.1.1cvs1
164
165         * configure.ac
166                 Bump version to follow stable release
167
168 2006-04-16 [mones]      2.1.0cvs50
169
170         * po/es.po
171                 Updated for release
172
173 2006-04-16 [colin]      2.1.0cvs49
174
175         * src/textview.c
176                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
177                 with gtk < 2.8. Thanks to Fabien Vantard.
178
179 2006-04-15 [colin]      2.1.0cvs48
180
181         * src/etpan/imap-thread.c
182                 Fix bug #919 (libetpan: SEGV when connecting 
183                 using command)
184
185 2006-04-14 [colin]      2.1.0cvs47
186
187         * src/main.c
188                 Fix race on --select (should be done better)
189
190 2006-04-14 [wwp]        2.1.0cvs46
191
192         * src/send_message.c
193                 enforce a check for domain in account prefs (a sending
194                 error could be faced if domain was checked but no value set),
195                 thanks to Colin.
196
197 2006-04-14 [colin]      2.1.0cvs45
198
199         * src/codeconv.c
200                 when converting from unknown to unknown, if the
201                 string is UTF8, don't convert it to the locale
202                 (which breaks it)
203
204 2006-04-14 [colin]      2.1.0cvs44
205
206         * src/compose.c
207                 Don't try to use ASCII for converting headers
208                 (as done in body)
209
210 2006-04-14 [paul]       2.1.0cvs43
211
212         * src/crash.c
213                 add locale/charset info to crash report
214         * src/gtk/about.c
215                 add wwp to doc team
216                 replace 'e-mail' with preferred 'email'
217         * src/gtk/authors.h
218                 ensure contributors list is in alphabetical
219                 order
220
221 2006-04-13 [colin]      2.1.0cvs42
222
223         * src/textview.c
224                 Prevent gdk warnings
225
226 2006-04-13 [colin]      2.1.0cvs41
227
228         * src/common/ssl_certificate.c
229         * src/common/ssl_certificate.h
230         * src/gtk/sslcertwindow.c
231                 Warn on expired certs, and display the expiration date
232
233 2006-04-13 [colin]      2.1.0cvs40
234
235         * src/plugins/spamassassin/spamassassin_gtk.c
236                 Fix missing set_text on unix socket
237
238 2006-04-13 [wwp]        2.1.0cvs39
239
240         * manual/fr/advanced.xml
241         * manual/fr/glossary.xml
242                 applied new spam/ham/email lexicon (pourriel, courriel)
243
244 2006-04-13 [paul]       2.1.0cvs38
245
246         * src/plugins/pgpmime/plugin.c
247                 remove the mention of S/MIME from the
248                 description. This is now handled by the
249                 S/MIME plugin.
250
251 2006-04-13 [paul]       2.1.0cvs37
252
253         * src/prefs_msg_colors.c
254                 rework dialog
255         * src/prefs_folder_item.c
256         * src/prefs_spelling.c
257                 add a tooltip to the colour selector buttons
258
259 2006-04-13 [wwp]        2.1.0cvs36
260
261         * manual/advanced.xml
262         * manual/glossary.xml
263         * manual/handling.xml
264         * manual/keyboard.xml
265         * manual/plugins.xml
266         * manual/starting.xml
267         * manual/fr/account.xml
268         * manual/fr/ack.xml
269         * manual/fr/addrbook.xml
270         * manual/fr/advanced.xml
271         * manual/fr/faq.xml
272         * manual/fr/glossary.xml
273         * manual/fr/gpl.xml
274         * manual/fr/handling.xml
275         * manual/fr/intro.xml
276         * manual/fr/keyboard.xml
277         * manual/fr/plugins.xml
278         * manual/fr/starting.xml
279         * manual/fr/sylpheed-claws-manual.xml
280                 fixes to the manuals:
281                  - summaryview -> Message List (same in French)
282                  - translate key names
283                  - fix French punctuation, use non-breakable spaces when
284                    necessary, don't use &thinsp; which is not portable
285                  - tell what maildir and mbox formats we support
286
287 2006-04-12 [wwp]        2.1.0cvs35
288
289         * src/prefs_toolbar.c
290                 unified a replace button more,
291                 patch by Fabien Vantard <fzzzzz@gmail.com>.
292
293 2006-04-12 [wwp]        2.1.0cvs34
294
295         * src/prefs_common.c
296         * src/prefs_msg_colors.c
297                 make default color labels translatable,
298                 patch from Fabien Vantard <fzzzzz@gmail.com>,
299                 thanks to Tim <timbrain@post.cz> for reporting.
300
301 2006-04-12 [wwp]        2.1.0cvs33
302
303         * manual/glossary.xml
304         * manual/intro.xml
305         * manual/plugins.xml
306         * manual/starting.xml
307         * manual/sylpheed-claws-manual.xml
308         * manual/fr/.cvsignore
309         * manual/fr/account.xml
310         * manual/fr/ack.xml
311         * manual/fr/addrbook.xml
312         * manual/fr/advanced.xml
313         * manual/fr/faq.xml
314         * manual/fr/glossary.xml
315         * manual/fr/handling.xml
316         * manual/fr/intro.xml
317         * manual/fr/keyboard.xml
318         * manual/fr/plugins.xml
319         * manual/fr/starting.xml
320         * manual/fr/sylpheed-claws-manual.xml
321                 various fixes: typos, missing .fr translations, punctuation,
322                 capitalization, links, accents and some bad French more.
323
324 2006-04-12 [wwp]        2.1.0cvs32
325
326         * src/prefs_gtk.c
327                 fix for bug #935: always store prefs files in UTF-8 (thanks
328                 to Colin).
329
330 2006-04-11 [colin]      2.1.0cvs31
331
332         * src/compose.c
333                 Fix inserting files not in utf8 when locale is utf8
334
335 2006-04-11 [colin]      2.1.0cvs30
336
337         * src/inc.c
338                 Don't show error dialog when cancelling connection
339                 Patch by Pawel
340
341 2006-04-11 [cleroy]     2.1.0cvs29
342
343         * src/compose.c
344                 Implement multiple quote levels
345         * src/prefs_common.c
346                 Change a little bit the quote bgcolor for 2nd level
347
348 2006-04-11 [colin]      2.1.0cvs28
349
350         * src/gtk/about.c
351                 Add locale and charset in the label
352
353 2006-04-10 [colin]      2.1.0cvs27
354
355         * src/compose.c
356         * src/prefs_common.c
357         * src/prefs_common.h
358         * src/prefs_msg_colors.c
359         * src/textview.c
360                 Allow optional background color in quotes
361                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
362                 GTK+-2.8.x feature
363
364 2006-04-10 [colin]      2.1.0cvs26
365
366         * src/main.c
367         * src/mainwindow.c
368         * src/mainwindow.h
369                 Implement --select
370
371 2006-04-10 [colin]      2.1.0cvs25
372
373         * manual/plugins.xml
374         * manual/fr/plugins.xml
375                 Document libcurl's proxy variables
376
377 2006-04-09 [colin]      2.1.0cvs24
378
379         * src/prefs_common.c
380                 gettext() returns statically allocated stuff. We have
381                 to strdup it in order to be able to free it.
382
383 2006-04-09 [colin]      2.1.0cvs23
384
385         * AUTHORS
386         * src/gtk/authors.h
387                 Add Alexei
388
389 2006-04-09 [colin]      2.1.0cvs22
390
391         * src/mainwindow.c
392         * src/gtk/quicksearch.c
393                 Fix bug #859 (problems with cyrilic input in 
394                 search panel) - Patch by Alexey Illarionov 
395                 <littlesavage@rambler.ru>
396
397 2006-04-09 [colin]      2.1.0cvs21
398
399         * src/prefs_customheader.c
400                 I prefer removing then freeing rather than the contrary
401                 (even if it doesn't change anything ;-)
402         * src/prefs_account.c
403                 Fix bug #933 (Crash re-entering the custom headers list 
404                 dialog in accounts prefs)
405                 The problem happened when cancelling the Account 
406                 Preferences' dialogs - in which case we didn't do 
407                 anything to the PrefsAccount * struct. In case of applying,
408                 the old ac_prefs was replaced with the tmp_ac_prefs we were
409                 working with in this dialog. The problem is that 
410                 prefs_customheader.c, working on this tmp_ac_prefs, always
411                 changes the ->customhdr_list pointer, even when cancelled. 
412                 So in case of cancelling the prefs_account dialog, we still
413                 have to update ->customhdr_list in the real account.
414
415 2006-04-08 [colin]      2.1.0cvs20
416
417         * manual/fr/glossary.xml
418         * manual/fr/keyboard.xml
419                 Forgot some headers :)
420
421 2006-04-08 [colin]      2.1.0cvs19
422
423         * manual/Makefile.am
424         * manual/fr/Makefile.am
425         * manual/fr/account.xml
426         * manual/fr/ack.xml
427         * manual/fr/addrbook.xml
428         * manual/fr/advanced.xml
429         * manual/fr/faq.xml
430         * manual/fr/glossary.xml
431         * manual/fr/gpl.xml
432         * manual/fr/handling.xml
433         * manual/fr/intro.xml
434         * manual/fr/keyboard.xml
435         * manual/fr/plugins.xml
436         * manual/fr/starting.xml
437         * manual/fr/sylpheed-claws-manual.xml
438         * manual/fr/dist/.cvsignore
439         * manual/fr/dist/Makefile.am
440         * manual/fr/dist/html/.cvsignore
441         * manual/fr/dist/html/Makefile.am
442         * manual/fr/dist/pdf/.cvsignore
443         * manual/fr/dist/pdf/Makefile.am
444         * manual/fr/dist/ps/.cvsignore
445         * manual/fr/dist/ps/Makefile.am
446         * manual/fr/dist/txt/.cvsignore
447         * manual/fr/dist/txt/Makefile.am
448                 Add the french translation of the manual. Thanks to
449                 Olivier Delhomme <olivier.delhomme@free.fr> for 
450                 account.xml, ack.xml, addrbook.xml and advanced.xml
451
452 2006-04-08 [colin]      2.1.0cvs18
453
454         * manual/plugins.xml
455         * manual/starting.xml
456                 More fixes
457
458 2006-04-07 [colin]      2.1.0cvs17
459
460         * manual/faq.xml
461         * manual/intro.xml
462         * manual/keyboard.xml
463                 Little fixes
464
465 2006-04-07 [colin]      2.1.0cvs16
466
467         * README
468         * src/compose.c
469         * src/prefs_common.c
470         * src/prefs_common.h
471                 Add hidden compose_no_markup pref
472
473 2006-04-07 [wwp]        2.1.0cvs15
474
475         * src/summary_search.c
476         * .cvsignore
477                 Bugfix: stop button was sticky when searching in an empty folder.
478                 Applied curly brackets code style to the whole file (summary_search.c).
479                 More files to ignore.
480
481 2006-04-07 [wwp]        2.1.0cvs14
482
483         * src/message_search.c
484         * src/summary_search.c
485                 changed default button when search bumps at file/folder
486                 beginning or end, for convenience (thanks to Colin).
487
488 2006-04-07 [paul]       2.1.0cvs13
489
490         * src/plugins/dillo_viewer/dillo_prefs.c
491                 avoid future potential for namespace collision
492                 Patch by Colin
493
494 2006-04-06 [wwp]        2.1.0cvs12
495
496         * src/summary_search.c
497                 Unify extended/advanced searches names (and thus factorize labels),
498                 patch by Fabien Vantard <fzzzzz@gmail.com>.
499
500 2006-04-06 [wwp]        2.1.0cvs11
501
502         * src/folderview.c
503         * src/prefs_themes.c
504         * src/summaryview.c
505                 Fixed some compilation warnings.
506
507 2006-04-06 [colin]      2.1.0cvs10
508
509         * manual/advanced.xml
510                 Document the wizard template and how to deploy
511                 Sylpheed-Claws effectively
512
513 2006-04-06 [colin]      2.1.0cvs9
514
515         * src/folderview.c
516                 gettext patch to tell translators about _("#"),
517                 by Maxim Britov
518
519 2006-04-06 [colin]      2.1.0cvs8
520
521         * src/textview.c
522                 Fix invalid GtkTextBIter after clicking "Display as text"
523
524 2006-04-06 [mones]      2.1.0cvs7
525
526         * src/addr_compl.c
527         * src/addrindex.c
528         * src/addritem.c
529         * src/codeconv.c
530         * src/compose.c
531         * src/filtering.c
532         * src/folder.c
533         * src/folder_item_prefs.c
534         * src/folderview.c
535         * src/localfolder.c
536         * src/matcher.c
537         * src/mimeview.c
538         * src/prefs_msg_colors.c
539         * src/prefs_spelling.c
540         * src/prefs_themes.c
541         * src/procmime.c
542         * src/procmsg.c
543         * src/stock_pixmap.c
544         * src/summaryview.c
545         * src/textview.c
546         * src/toolbar.c
547         * src/common/mgutils.c
548         * src/common/prefs.c
549         * src/common/ssl_certificate.c
550         * src/gtk/colorlabel.c
551         * src/gtk/quicksearch.c
552         * src/plugins/pgpmime/pgpmime.c
553         * src/plugins/spamassassin/spamassassin.c
554                 Removed redundant NULL checks for g_free() calls.
555                 Patch by Pawel Pekala.
556
557 2006-04-06 [mones]      2.1.0cvs6
558
559         * src/prefs_actions.c
560         * src/prefs_filtering.c
561         * src/prefs_filtering_action.c
562         * src/prefs_matcher.c
563         * src/prefs_template.c
564         * src/gtk/gtkutils.c
565         * src/gtk/gtkutils.h
566                 Have a nice replace button. Patch by Pawel Pekala
567
568 2006-04-06 [colin]      2.1.0cvs5
569
570         * src/addressbook.c
571                 Fix crash with empty columns
572
573 2006-04-05 [colin]      2.1.0cvs4
574
575         * src/wizard.c
576         * src/prefs_gtk.c
577                 Allow wizard customization with pre-filled values
578
579 2006-04-05 [colin]      2.1.0cvs3
580
581         * src/textview.c
582         * src/mimeview.c
583         * src/mimeview.h
584                 Nicer messages in mimeview
585
586 2006-04-05 [colin]      2.1.0cvs2
587
588         * src/addressbook.c
589         * src/prefs_summaries.c
590                 i18n fix
591
592 2006-04-05 [colin]      2.1.0cvs1
593
594         * src/plugins/pgpcore/plugin.c
595         * src/plugins/pgpcore/select-keys.c
596         * src/plugins/pgpcore/select-keys.h
597         * src/plugins/pgpcore/sgpgme.c
598         * src/plugins/pgpcore/sgpgme.h
599         * src/plugins/pgpinline/pgpinline.c
600         * src/plugins/pgpinline/plugin.c
601         * src/plugins/pgpmime/pgpmime.c
602         * src/plugins/pgpmime/plugin.c
603                 Factorize and generalize a bit 
604                 Drop S/MIME signature verification from PGP/MIME
605                 (adding it as another, more complete plugin)
606
607 2006-04-05 [paul]       2.1.0
608
609         2.1.0 released
610
611 2006-04-05 [paul]       2.0.0cvs186
612
613         * manual/advanced.xml
614                 add info on colour labels
615
616 2006-04-05 [paul]       2.0.0cvs185
617
618         * po/bg.po
619         * po/cs.po
620         * po/de.po
621         * po/el.po
622         * po/en_GB.po
623         * po/fi.po
624         * po/fr.po
625         * po/it.po
626         * po/nl.po
627         * po/pl.po
628         * po/pt_BR.po
629         * po/sr.po
630         * po/zh_CN.po
631                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
632                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
633                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
634                 Guimaraes, Aleksandar Urosevic, Ralgh Young
635         * src/gtk/authors.h
636         * tools/claws.i18n.status.pl
637                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
638                 and new Czech translator, Tim <timbrain@post.cz>
639
640 2006-04-05 [mones]      2.0.0cvs184
641
642         * po/es.po
643                 Updated translation
644
645 2006-04-05 [colin]      2.0.0cvs183
646
647         * src/gtk/quicksearch.c
648                 Fix bug #929 (unnecessary reload in quick search bar)
649
650 2006-04-05 [colin]      2.0.0cvs182
651
652         * src/compose.c
653                 Fix crash on Reply with no From:
654                 Show signature and conversion error on queuing 
655                 (but not sending)
656         * src/mainwindow.c
657         * src/summaryview.c
658         * src/summaryview.h
659                 Factorize threading code and make sure msginfo 
660                 is not null when it comes from a GtkCTreeRow's 
661                 data
662         * src/gtk/gtkaspell.c
663                 Check for necessary things
664         * src/gtk/gtksctree.c
665         * src/gtk/gtksctree.h
666                 Reset anchor if necessary when removing node
667
668 2006-03-29 [colin]      2.0.0cvs181
669
670         * src/folderview.c
671                 Warn for disabled IMAP accounts (due to lack of
672                 libetpan). Breaks string-freeze - sorry - but it
673                 is kind of important ;)
674
675 2006-03-28 [colin]      2.0.0cvs180
676
677         * src/gtk/gtkutils.c
678         * src/gtk/gtkutils.h
679                 Add a gtkut_get_link_btn() function that
680                 creates a button which acts like an URI
681         * src/prefs_themes.c
682         * src/gtk/about.c
683                 Use this function (factorizes codes)
684         * src/common/defs.h
685         * src/gtk/pluginwindow.c
686                 Add a "Get more..." in the plugins window
687
688 2006-03-28 [colin]      2.0.0cvs179
689
690         * src/common/smtp.c
691         * src/common/passcrypt.c
692         * src/undo.c
693                 Warning fixes. Patch by Pawel Pekala
694
695 2006-03-27 [colin]      2.0.0cvs178
696
697         * src/undo.c
698                 Fix undoing by blocks with spaces
699
700 2006-03-27 [colin]      2.0.0cvs177
701
702         * src/textview.c
703                 Set margin to 3px for headers
704
705 2006-03-27 [paul]
706
707         2.1.0-rc2 released
708
709 2006-03-27 [wwp]        2.0.0cvs176
710
711         * src/summaryview.c
712                 don't reset quicksearch when updating the message list.
713                 Thanks to Colin.
714
715 2006-03-26 [wwp]        2.0.0cvs175
716
717         * src/compose.c
718                 use a unified border width ('other' tab in the compose window,
719                 patch by Pawel Pekala).
720
721
722 2006-03-26 [wwp]        2.0.0cvs174
723
724         * src/common/quoted-printable.c
725         * src/addressbook.c
726                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
727
728 2006-03-26 [colin]      2.0.0cvs173
729
730         * src/quote_fmt_parse.y
731                 Fix non-UTF8 date formats messing up the whole quote a 
732                 little bit
733
734 2006-03-26 [colin]      2.0.0cvs172
735
736         * src/procheader.c
737                 Make sure the date is UTF8 valid, or try to make it
738                 so. IncrediMail is really IncrediStupid.
739         * src/compose.c
740                 Fix possible conversions. 
741                 
742
743 2006-03-26 [colin]      2.0.0cvs171
744
745         * src/matcher.c
746                 Fix corner cases in body search. This is still a
747                 hack... It seems impossible to make it good and 
748                 reasonably fast at the same time.
749
750 2006-03-26 [colin]      2.0.0cvs170
751
752         * src/summaryview.c
753                 I think I killed the twilight zone bug!
754                 summary_select_node() flushes GTK events in order
755                 to be able to center the view. But this also 
756                 flushes keypresses like Ctrl-Alt-U, so this can
757                 call summary_show from summary_select_node (itself
758                 called from summary_show, etc.). And the summaryview
759                 has to be unlocked in this function. So just locking
760                 while processing GTK events, and bailing if locked, 
761                 should fix it.
762                 Fixes bug #927 (SIGSEGV during Update Summary)
763
764 2006-03-25 [colin]      2.0.0cvs169
765
766         * src/matcher.c
767                 Fix search in QP-encoded bodies
768                 Fix utf-8 searches in bodies encoded in the
769                 locale's encoding
770         * src/common/quoted-printable.c
771         * src/common/quoted-printable.h
772                 Add a decode function that doesn't overwrite
773                 the original pointer
774                 
775
776 2006-03-24 [colin]      2.0.0cvs168
777
778         * src/action.c
779         * src/summaryview.c
780         * src/summaryview.h
781                 Update message cache after action
782                 Patch by H. Merijn Brand
783         * src/prefs_msg_colors.c
784                 Factorize label 
785                 Patch by Fabien Vantard
786         * src/plugins/spamassassin/spamassassin_gtk.c
787                 Remove useless translation
788                 Patch by Fabien Vantard
789
790 2006-03-23 [colin]      2.0.0cvs167
791
792         * src/common/ssl.c
793                 Let 30 seconds to SSL_connect
794
795 2006-03-23 [wwp]        2.0.0cvs166
796
797         * src/summaryview.c
798         * src/gtk/description_window.c
799                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
800                 and headers are translated; adjust description windows' width to fit their
801                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
802
803 2006-03-23 [paul]       2.0.0cvs165
804
805         * src/common/utils.c
806                 fix highlighting of URIs containing "()"
807                 (2.0.0cvs164's reversal fixed)
808                 Thanks to Colin.
809
810 2006-03-23 [paul]       2.0.0cvs164
811
812         * src/common/utils.c
813                 revert patch, (postponing a fix), at 2.0.0cvs120
814                 as it breaks more URIs than it fixes.
815                 Allow '-' to be a terminating character in a URI
816
817 2006-03-22 [colin]      2.0.0cvs163
818
819         * configure.ac
820                 Require libetpan 0.45
821                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
822
823 2006-03-22 [paul]       2.0.0cvs162
824
825         * src/editgroup.c
826                 replace '<-' and '->' buttons with GTK_STOCK graphical
827                 buttons
828         * src/summary_search.c
829                 don't offer '...' for translation
830                 add a tooltip to advanced search '...' button
831         * src/gtk/quicksearch.c
832                 don't offer '...' for translation
833
834 2006-03-21 [colin]      2.0.0cvs161
835
836         * src/compose.c
837                 Fix middle-click pasting (insert at click
838                 position instead of cursor position, don't
839                 remove existing selection and allow pasting
840                 our own selection)
841         * src/addressbook.c
842                 "LDAP Server" -> "LDAP servers"
843
844 2006-03-21 [wwp]        2.0.0cvs160
845
846         * src/etpan/imap-thread.c
847                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
848
849 2006-03-20 [colin]      2.0.0cvs159
850
851         * src/summaryview.c
852                 Don't reload summaryview after an execute with no
853                 move action
854
855 2006-03-19 [colin]      2.0.0cvs158
856
857         * src/addressbook.c
858                 and put groups at the top, always
859
860 2006-03-19 [colin]      2.0.0cvs157
861
862         * src/addressbook.c
863                 Order groups before names, as previously
864
865 2006-03-19 [colin]      2.0.0cvs156
866
867         * src/addressbook.c
868                 - Sort case-unsensitive
869                 - Put the sort arrow at opening too
870
871 2006-03-19 [wwp]        2.0.0cvs155
872
873         * src/addressbook.c
874                 allow sorting by name/email/remarks, ensure that right-pane's contents
875                 matches the left-pane selection (cleared when appropriate).
876                 Patch by Pawel Pekala <c0rn@o2.pl>.
877
878 2006-03-18 [colin]      2.0.0cvs154
879
880         * src/textview.c
881                 Fix text cursor ;)
882
883 2006-03-18 [colin]      2.0.0cvs153
884
885         * src/gtk/filesel.c
886                 Make sure we hide the preview if we didn't get
887                 a filename
888
889 2006-03-18 [colin]      2.0.0cvs152
890
891         * src/summaryview.c
892                 Set cursor to watch for execution (fixes lack
893                 of watch-cursor when dnd'ing hundreds of mails)
894         * src/gtk/filesel.c
895                 Check that mime type is 'image/*' before updating
896                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
897
898 2006-03-18 [colin]      2.0.0cvs151
899
900         * src/mainwindow.c
901         * src/textview.c
902         * src/textview.h
903                 Put a watch cursor in textview too when the mainwindow's
904                 cursor in a watch
905
906 2006-03-18 [colin]      2.0.0cvs150
907
908         * src/folder.c
909                 Change wrong asserts to simple tests
910
911 2006-03-17 [colin]      2.0.0cvs149
912
913         * src/mainwindow.c
914         * src/mainwindow.h
915         * src/prefs_msg_colors.c
916         * src/summaryview.c
917         * src/summaryview.h
918         * src/gtk/colorlabel.c
919         * src/gtk/colorlabel.h
920                 Add a color label menu in the main menubar
921                 Add (fixed) accels Ctrl-{0-7} to change the color
922                 They have to be fixed because the menu's dynamic,
923                 the items are complex widgets, hence we can't use
924                 a GtkItemFactory.
925
926
927 2006-03-17 [wwp]        2.0.0cvs148
928
929         * src/compose.c
930                 rollback few lines from my previous commit (those lines come from
931                 a pending patch, accidentally commited, even if neutral as they are
932                 commented out).
933
934 2006-03-17 [wwp]        2.0.0cvs147
935
936         * src/compose.c
937                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
938                 applied code style/indentation to the modified function.
939
940 2006-03-17 [wwp]        2.0.0cvs146
941
942         * src/procmsg.c
943         * src/compose.c
944                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
945
946 2006-03-17 [paul]
947
948         2.1.0-rc1 released
949
950 2006-03-17 [paul]       2.0.0cvs145
951
952         * src/main.c
953                 addressbook_read_file() was called twice
954         * src/textview.c
955                 X-Mailer highlighting
956
957 2006-03-16 [colin]      2.0.0cvs144
958
959         * src/sourcewindow.c
960         * src/sourcewindow.h
961                 And the last one, in source window.
962
963 2006-03-16 [colin]      2.0.0cvs143
964
965         * src/compose.c
966         * src/compose.h
967                 Fix the same stuff in compose
968
969 2006-03-16 [colin]      2.0.0cvs142
970
971         * src/messageview.c
972                 Complete the previous messageview crash fix
973
974 2006-03-16 [colin]      2.0.0cvs141
975
976         * src/procmsg.h
977         * src/procmsg.c
978         * src/folder.c
979                 Fix POSTPROCESSING hook
980                 Patch by H. Merijn Brand
981
982         * src/procmime.c
983         * src/procmime.h
984                 Parse Content-Location
985
986         * src/toolbar.c
987         * src/messageview.c
988         * src/messageview.h
989                 Don't crash when a top-level MessageView has
990                 been closed on us. Same problematic than
991                 yesterday's quicksearch issue.
992
993 2006-03-15 [colin]      2.0.0cvs140
994
995         * src/gtk/quicksearch.c
996                 Fix a bitchy race we didn't think about when we
997                 added quicksearch cancellation:
998                 If the search is not on cached fields, for example
999                 body_part matchcase "stuff"
1000                 the matcher code has to get the whole message. If
1001                 we're on IMAP, that can be slow, and in order to
1002                 be non-blocking, the IMAP code idle loop processes
1003                 gtk events too. So it is possible to cancel a
1004                 quicksearch while the matcher is getting the mail's
1005                 body. After matcher got its body, it will start to
1006                 iterate over the matcher list that the Quicksearch's
1007                 clear_search_cb() just freed via prepare_matcher().
1008                 SIGSEGV ensues.
1009                 The fix consists of guarding the matcherlist_match()
1010                 call with a boolean 'matching'. If we reset the
1011                 quicksearch while matching is TRUE, we don't free
1012                 the matcherlist anymore like we did, but we set
1013                 another new flag, deferred_free, to TRUE. Then,
1014                 in quicksearch_match(), just after returning from
1015                 matcherlist_match() and unsetting the matching flag,
1016                 we check the deferred_free flag and do the
1017                 prepare_matcher() (which does the matcherlist_free)
1018                 for real, so we free the matcherlist once it's not
1019                 used anymore.
1020                 As all of this runs via the glib main loop, we
1021                 luckily don't need a mutex.
1022         * src/summaryview.c
1023                 Also, show progress while searching.
1024
1025
1026 2006-03-14 [colin]      2.0.0cvs139
1027
1028         * src/alertpanel.c
1029                 Make alertpanel_is_open non-static
1030
1031 2006-03-14 [colin]      2.0.0cvs138
1032
1033         * src/prefs_spelling.c
1034                 Cleanups - Fabien Vantard
1035
1036 2006-03-14 [wwp]        2.0.0cvs137
1037
1038         * src/main.c
1039                 code style normalization (curly braces, indentation).
1040
1041 2006-03-14 [wwp]        2.0.0cvs137
1042
1043         * src/main.c
1044                 code style (braces, indentation)
1045
1046 2006-03-12 [paul]       2.0.0cvs136
1047
1048         * src/prefs_common.c
1049                 trans_hdr defaults to FALSE to be RFC-savvy
1050         * src/prefs_summaries.c
1051                 add a tooltip to the trans_hdr option
1052                 
1053
1054 2006-03-12 [paul]       2.0.0cvs135
1055
1056         * src/prefs_matcher.c
1057                 give a little more width to the combos
1058         * src/prefs_display_header.c
1059         * src/textview.c
1060                 translate headers if prefs_common.trans_hdr
1061                 is TRUE
1062
1063         Patches by Pawel Pekala
1064
1065 2006-03-12 [paul]       2.0.0cvs134
1066
1067         * src/plugins/clamav/clamav_plugin.c
1068         * src/plugins/dillo_viewer/dillo_viewer.c
1069         * src/plugins/pgpcore/plugin.c
1070         * src/plugins/pgpinline/plugin.c
1071         * src/plugins/pgpmime/plugin.c
1072         * src/plugins/spamassassin/spamassassin.c
1073                 update/add to descriptions
1074         * src/plugins/spamassassin/spamassassin_gtk.c
1075                 fixes to the english, remove superfluous
1076                 tooltips, clean up a little
1077
1078 2006-03-12 [paul]       2.0.0cvs133
1079
1080         * src/compose.c
1081                 fix Bug 924, 'Account combo box shows up wrong 
1082                 if & is in account name'
1083
1084 2006-03-11 [colin]      2.0.0cvs132
1085
1086         * src/summaryview.c
1087                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
1088                 messed up shift-selection because is slows down
1089                 moving around summaryview. thanks -users
1090
1091 2006-03-10 [colin]      2.0.0cvs131
1092
1093         * src/plugins/spamassassin/spamassassin_gtk.c
1094                 Put back Paul's engrish fixes
1095
1096 2006-03-10 [colin]      2.0.0cvs130
1097
1098         * src/plugins/spamassassin/spamassassin.c
1099         * src/plugins/spamassassin/spamassassin.h
1100         * src/plugins/spamassassin/spamassassin_gtk.c
1101                 Cleanup SA prefs page (more)
1102                 Patch by Fabien Vantard
1103
1104 2006-03-10 [paul]       2.0.0cvs129
1105
1106         * src/prefs_msg_colors.c
1107         * src/prefs_spelling.c
1108                 widget sensitivity
1109
1110 2006-03-09 [mones]      2.0.0cvs128
1111
1112         * po/es.po
1113                 Update for next RC
1114
1115 2006-03-09 [wwp]        2.0.0cvs127
1116
1117         * configure.ac
1118                 revert accidental commit (requirement for libetpan 0.43), this time
1119                 not in HEAD.
1120
1121 2006-03-09 [wwp]        2.0.0cvs125
1122
1123         * configure.ac
1124                 revert accidental commit (requirement for libetpan 0.43)
1125
1126 2006-03-09 [paul]       2.0.0cvs126
1127
1128         * src/prefs_receive.c
1129                 remove useless frame
1130                 replace 'incorporation' with 'receiving'
1131         * src/plugins/clamav/clamav_plugin_gtk.c
1132         * src/plugins/spamassassin/spamassassin_gtk.c
1133                 improve widget sensitivity
1134                 fix a bit his engrish
1135
1136 2006-03-09 [wwp]        2.0.0cvs125
1137
1138         * src/addressadd.c
1139         * src/foldersel.c
1140         * src/prefs_common.c
1141         * src/prefs_common.h
1142                 remember some more windows' sizes (add to addressbook and
1143                 select folder).
1144
1145 2006-03-09 [paul]       2.0.0cvs124
1146
1147         * src/plugins/pgpcore/prefs_gpg.c
1148                 normalise construction of dialogue
1149
1150 2006-03-09 [paul]       2.0.0cvs123
1151
1152         * src/plugins/trayicon/Makefile.am
1153                 add missing slash
1154
1155 2006-03-08 [colin]      2.0.0cvs122
1156
1157         * src/plugins/trayicon/Makefile.am
1158                 Fix build in separate dir 
1159                 Patch by Bamanzi <bamanzi@gmail.com>
1160
1161 2006-03-08 [colin]      2.0.0cvs121
1162
1163         * src/procmsg.c
1164                 Batch move and copies from summaryview with delayed execution
1165                 too
1166
1167 2006-03-07 [paul]       2.0.0cvs120
1168
1169         * src/common/utils.c
1170                 fix highlighting of URIs containing "()"
1171                 Patch by Pawel Pekala
1172
1173 2006-03-07 [paul]       2.0.0cvs119
1174
1175         * src/folder.c
1176         * src/folder.h
1177         * src/folderview.c
1178                 immediately do alphabetical resort when
1179                 changing a folder's name
1180                 Patch by Pawel Pekala
1181
1182 2006-03-07 [paul]       2.0.0cvs118
1183
1184         * src/news.c
1185         * src/news_gtk.c
1186                 when unsubscribing a newsgroup, remove the
1187                 folder and msgs in .sylpheed-claws/newscache
1188                 Patch by Pawel Pekala <c0rn@gazeta.pl>
1189
1190 2006-03-07 [paul]       2.0.0cvs117
1191
1192         * src/textview.c
1193                 fix wrong Fake URL Warning
1194                 Thanks to Hiro
1195
1196 2006-03-07 [colin]      2.0.0cvs116
1197
1198         * src/imap.c
1199                 Return immediately when password dialog was
1200                 cancelled
1201         * src/gtk/inputdialog.c
1202                 Allow empty strings for passwords
1203
1204
1205 2006-03-06 [colin]      2.0.0cvs115
1206
1207         * src/imap.c
1208                 Prevent double-timeouts when connection fails
1209
1210 2006-03-06 [colin]
1211
1212         2.0.1-rc1 released
1213
1214 2006-03-06 [colin]      2.0.0cvs114
1215
1216         * src/imap.c
1217                 Refresh session during potentially long
1218                 operations
1219
1220 2006-03-06 [wwp]        2.0.0cvs113
1221
1222         * src/prefs_msg_colors.h
1223                 forgot that one (custom color labels).
1224
1225 2006-03-06 [wwp]        2.0.0cvs112
1226
1227         * src/prefs_common.c
1228         * src/prefs_common.h
1229         * src/prefs_msg_colors.c
1230         * src/summaryview.c
1231         * src/summaryview.h
1232         * src/gtk/colorlabel.c
1233         * src/gtk/colorlabel.h
1234                 colors in messages list are now customizable. Color values and names can
1235                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
1236                 Thanks to Paul and Colin for their help with this longstanding patch!
1237
1238 2006-03-06 [wwp]        2.0.0cvs111
1239
1240         * src/textview.c
1241                 don't crash if (x)face is bad.
1242
1243 2006-03-05 [paul]       2.0.0cvs110
1244
1245         * AUTHORS
1246         * configure.ac
1247         * src/Makefile.am
1248         * src/common/Makefile.am
1249         * src/common/utils.h
1250         * src/etpan/imap-thread.c
1251         * src/gtk/authors.h
1252         * src/plugins/clamav/Makefile.am
1253         * src/plugins/demo/Makefile.am
1254         * src/plugins/dillo_viewer/Makefile.am
1255         * src/plugins/pgpcore/Makefile.am
1256         * src/plugins/pgpcore/passphrase.c
1257         * src/plugins/pgpinline/Makefile.am
1258         * src/plugins/pgpmime/Makefile.am
1259         * src/plugins/spamassassin/Makefile.am
1260         * src/plugins/trayicon/Makefile.am
1261                 fix builiding on cygwin
1262                 Patch by Ralgh Young <bamanzi@gmail.com>
1263
1264 2006-03-04 [wwp]        2.0.0cvs109
1265
1266         * manual/keyboard.xml
1267                 fix mixed up/down keys.
1268
1269 2006-03-04 [wwp]        2.0.0cvs108
1270
1271         * README
1272         * INSTALL
1273                 updated links to SpamAssassin.
1274
1275 2006-03-04 [wwp]        2.0.0cvs107
1276
1277         * manual/plugins.xml
1278         * src/plugins/spamassassin/README
1279                 updated SpamAssassin plugin docs to reflect new functional additions
1280                 (also fix/update/documents few technical stuff more, see the README).
1281
1282 2006-03-04 [wwp]        2.0.0cvs106
1283
1284         * src/prefs_message.c
1285                 normalized capitalization of message-prefs paths.
1286
1287 2006-03-04 [wwp]        2.0.0cvs105
1288
1289         * manual/advanced.xml
1290                 typo.
1291
1292 2006-03-03 [colin]      2.0.0cvs104
1293
1294         * src/plugins/clamav/clamav_plugin_gtk.c
1295                 Rework prefs page, patch by Fabien 
1296
1297 2006-03-03 [colin]      2.0.0cvs103
1298
1299         * src/plugins/clamav/clamav_plugin.c
1300                 Set error on all errors
1301
1302 2006-03-03 [colin]      2.0.0cvs102
1303
1304         * src/common/plugin.c
1305                 Initialize error to avoid crashing when a plugin fails
1306                 without setting error
1307
1308 2006-03-02 [wwp]        2.0.0cvs101
1309
1310         * configure.ac
1311                 fixed linker flags for libetpan support on Cygwin
1312                 (thanks to H.Merijn Brand).
1313
1314 2006-03-02 [wwp]        2.0.0cvs100
1315
1316         * src/addressbook.c
1317                 fix some AB error messages: one for punctuation and
1318                 one wrongly duplicate (thanks, maxbritov).
1319
1320 2006-03-02 [wwp]        2.0.0cvs99
1321
1322         * src/plugins/spamassassin/spamassassin.c
1323                 make sync calls to sa-learn/spamc to prevent
1324                 system (whatever local or client/server) overload.
1325
1326 2006-03-02 [colin]      2.0.0cvs98
1327
1328         * src/summaryview.c
1329                 Put the spam icon in the status column instead of the
1330                 mark one
1331
1332 2006-03-01 [colin]      2.0.0cvs97
1333
1334         * src/plugins/spamassassin/spamassassin.c
1335                 Fix segfault (g_file_set_contents fails for some 
1336                 reason and err==0x2f. Can't find out why with
1337                 valgrind, using working function :-)
1338
1339 2006-03-01 [colin]      2.0.0cvs96
1340
1341         * src/inc.c
1342                 Offline overriding: let 'No' be cached only 3 seconds
1343
1344 2006-03-01 [colin]      2.0.0cvs95
1345
1346         * src/addr_compl.c
1347         * src/addrbook.c
1348         * src/addressbook.c
1349         * src/addrindex.c
1350         * src/folder_item_prefs.c
1351         * src/headerview.c
1352         * src/imap.c
1353         * src/inc.c
1354         * src/ldif.c
1355         * src/mainwindow.c
1356         * src/mh.c
1357         * src/msgcache.c
1358         * src/prefs_common.h
1359         * src/prefs_msg_colors.c
1360         * src/procheader.c
1361         * src/procheader.h
1362         * src/procmime.c
1363         * src/procmsg.c
1364         * src/procmsg.h
1365         * src/send_message.h
1366         * src/simple-gettext.c
1367         * src/summaryview.c
1368         * src/summaryview.h
1369         * src/syldap.c
1370         * src/textview.c
1371         * src/undo.c
1372         * src/common/ssl_certificate.c
1373         * src/common/utils.c
1374         * src/gtk/colorsel.c
1375         * src/gtk/gtksctree.c
1376         * src/gtk/gtkshruler.c
1377         * src/plugins/trayicon/trayicon.c
1378                 #if 0 goes to /dev/null
1379
1380 2006-03-01 [colin]      2.0.0cvs94
1381
1382         * src/compose.c
1383         * src/imap.c
1384         * src/inc.c
1385         * src/inc.h
1386         * src/messageview.c
1387         * src/news.c
1388         * src/plugins/spamassassin/spamassassin.c
1389                 Allow to add information in the "working offline"
1390                 window
1391
1392 2006-03-01 [wwp]        2.0.0cvs93
1393
1394         * src/plugins/spamassassin/spamassassin.c
1395                 fixed spamc invocation: use a tricky temporary mini shell wrapper
1396                 'cause it seems that calling `spamc ... < inputfile` with
1397                 g_spawn_(a)sync simply.. erm doesn't work :-).
1398
1399 2006-03-01 [wwp]        2.0.0cvs92
1400
1401         * src/toolbar.c
1402         * src/toolbar.h
1403                 simplify the adding of spam/ham button to the messageview toolbar
1404                 (it gets more clear now that the same button will be "Mark as spam"
1405                 or "Mark as ham" according to the current message status,
1406                 thanks to Colin).
1407
1408 2006-03-01 [wwp]        2.0.0cvs91
1409
1410         * src/messageview.c
1411         * src/procmsg.c
1412         * src/procmsg.h
1413         * src/summaryview.c
1414         * src/plugins/spamassassin/spamassassin.c
1415         * src/plugins/spamassassin/spamassassin.h
1416                 make learner callbacks return a status (0 for ok),
1417                 handle it in main code to avoid setting flags when learning failed,
1418                 don't learn on TCP if offline in spamassassin,
1419                 thanks to Colin.
1420
1421                 
1422
1423 2006-03-01 [wwp]        2.0.0cvs90
1424
1425         * src/compose.c
1426                 some work around the compose window's account menu,
1427                 patch by Fabien Vantard.
1428
1429 2006-03-01 [wwp]        2.0.0cvs89
1430
1431         * src/plugins/spamassassin/spamassassin.c
1432                 fixed bad logics, was using spamc in local mode and sa-learn
1433                 in remote mode (thanks, Colin).
1434
1435 2006-03-01 [wwp]        2.0.0cvs88
1436
1437         * src/plugins/spamassassin/spamassassin.c
1438         * src/plugins/spamassassin/spamassassin.h
1439         * src/plugins/spamassassin/spamassassin_gtk.c
1440                 made processing of emails w/ sa-plugin an option (default is TRUE),
1441                 fixed Engrish some tooltips, capitalization of some debug messages
1442                 and warnings. The spamassassin plugin now provides two separate
1443                 services: process emails upon incorporation and spamd training.
1444                 Both services (un)register independently but use some common
1445                 plugin settings (transport settings, spam storage location).
1446
1447 2006-02-28 [wwp]        2.0.0cvs87
1448
1449         * src/plugins/spamassassin/spamassassin.c
1450                 fix async flag to spamc cmdline execution (batch exec should
1451                 be asynchronous).
1452
1453 2006-02-27 [wwp]        2.0.0cvs86
1454
1455         * src/plugins/spamassassin/spamassassin.c
1456         * src/plugins/spamassassin/spamassassin.h
1457         * src/plugins/spamassassin/spamassassin_gtk.c
1458                 - added the ability to learn a remote spamassassin server (spamd),
1459                 using spamc.
1460                 - added the spamassassin option 'username', that applies to all
1461                 spamassassin operations (filtering, learning, local or remote).
1462                 The default username is the current unix user (if left blank
1463                 from gtk prefs or config file).
1464                 - commented out some unused code (notebook widget), removed unused
1465                 layout (hbox1).
1466                 - make more widgets sensitive to the transport type.
1467
1468 2006-02-27 [colin]      2.0.0cvs85
1469
1470         * src/plugins/spamassassin/spamassassin.c
1471                 Fix sa-learn call when offline
1472
1473 2006-02-27 [colin]      2.0.0cvs84
1474
1475         * configure.ac
1476         * src/Makefile.am
1477         * src/mainwindow.c
1478         * src/mainwindow.h
1479         * src/messageview.c
1480         * src/messageview.h
1481         * src/prefs_toolbar.c
1482         * src/procmsg.c
1483         * src/stock_pixmap.c
1484         * src/stock_pixmap.h
1485         * src/summaryview.c
1486         * src/toolbar.c
1487         * src/toolbar.h
1488         * src/pixmaps/ham_btn.xpm
1489         * src/pixmaps/spam.xpm
1490         * src/pixmaps/spam_btn.xpm
1491         * src/plugins/spamassassin/spamassassin.c
1492                 Add button in toolbar for spam learning
1493                 Fix a few bugs from the last related commit
1494                 Revert 1.9.6cvs23 which messed up shift-selection
1495
1496 2006-02-24 [colin]      2.0.0cvs83
1497
1498         * src/procmsg.c
1499         * src/summaryview.c
1500         * src/summaryview.h
1501         * src/plugins/spamassassin/spamassassin.c
1502         * src/plugins/spamassassin/spamassassin.h
1503         * src/plugins/spamassassin/spamassassin_gtk.c
1504                 Unregister learner when spamassassin is either
1505                 disabled or over tcp
1506
1507 2006-02-24 [colin]      2.0.0cvs82
1508
1509         * src/Makefile.am
1510         * src/mainwindow.c
1511         * src/mainwindow.h
1512         * src/procmsg.c
1513         * src/procmsg.h
1514         * src/stock_pixmap.c
1515         * src/stock_pixmap.h
1516         * src/summaryview.c
1517         * src/summaryview.h
1518         * src/gtk/icon_legend.c
1519         * src/pixmaps/spam.xpm  ** NEW FILE **
1520         * src/plugins/spamassassin/spamassassin.c
1521         * src/plugins/spamassassin/spamassassin_gtk.c
1522                 Add spam learning interface (Mark/Mark as 
1523                 (spam|ham) menus)
1524
1525 2006-02-24 [wwp]        2.0.0cvs81
1526
1527         * src/compose.c
1528         * src/compose.h
1529         * src/filtering.c
1530                 hide compose window when sending message in batch mode
1531                 (filtering: forward and redirect). Also fixed a wrong
1532                 value returned when sending failed, neutral anyway.
1533                 (Colin, me) 
1534
1535 2006-02-24 [wwp]        2.0.0cvs80
1536
1537         * src/mainwindow.c
1538                 use GTK+'s stock quit button. Patch by Fabien Vantard.
1539
1540 2006-02-24 [paul]       2.0.0cvs79
1541
1542         * src/news.c
1543         * src/news.h
1544         * src/news_gtk.c
1545                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
1546                 Thanks to Colin
1547
1548 2006-02-23 [colin]      2.0.0cvs78
1549
1550         * src/alertpanel.c
1551                 Change OK to Close in alertpanel with View log
1552                 button; add accel to View log. Patch by Fabien
1553                 Vantard
1554
1555 2006-02-23 [wwp]        2.0.0cvs77
1556
1557         * src/compose.c
1558                 silly me, there were much more tests to perform, since toolbars can
1559                 really have down to 1 element only.
1560
1561 2006-02-23 [wwp]        2.0.0cvs76
1562
1563         * commitHelper
1564                 fixed indentation from my previous commit. Fallback to VISUAL if
1565                 EDITOR is not set (and to vi, at last resort).
1566
1567 2006-02-23 [wwp]        2.0.0cvs75
1568
1569         * commitHelper
1570                 improved error detection (Colin, me).
1571
1572 2006-02-23 [wwp]        2.0.0cvs74
1573
1574         * src/prefs_toolbar.c
1575                 simplify and fix prefs/toolbars layouting. Combos' contents can
1576                 now be really displayed.
1577
1578 2006-02-23 [wwp]        2.0.0cvs73
1579         simplifies and fix prefs/toolbars layouting. Combos' contents can now
1580         be really displayed.
1581
1582 2006-02-22 [wwp]        2.0.0cvs72
1583
1584         * src/compose.c
1585                 fix a typo in my previous commit (sorry!).
1586
1587 2006-02-22 [wwp]        2.0.0cvs71
1588
1589         * src/prefs_toolbar.c
1590                 fix a crash when adding separators to toolbars,
1591                 also fix some separator item information.
1592
1593 2006-02-22 [wwp]        2.0.0cvs70
1594
1595         * src/compose.c
1596                 fix a crash when redirecting (for instance) when compose window's
1597                 toolbar contents has been customized (when some buttons have been
1598                 removed in fact).
1599
1600 2006-02-21 [wwp]        2.0.0cvs69
1601
1602         * src/summaryview.c
1603         * src/gtk/pluginwindow.c
1604         * src/plugins/pgpcore/prefs_gpg.c
1605                 fix some compilation warnings (feat. remains of removed code).
1606
1607 2006-02-21 [wwp]        2.0.0cvs68
1608
1609         * src/gtk/gtkutils.c
1610                 fix two compilation issues, thanks to Stephan Sachse.
1611
1612 2006-02-20 [colin]      2.0.0cvs67
1613
1614         * src/mainwindow.c
1615                 Don't reselect displayed mail on refocus
1616                 This fixes actions misbehaving 
1617
1618 2006-02-20 [wwp]        2.0.0cvs66
1619
1620         * src/summaryview.c
1621         * src/gtk/gtksctree.c
1622         * src/gtk/gtkshruler.c
1623                 changed more runtime typecast checks.
1624
1625 2006-02-20 [wwp]        2.0.0cvs65
1626
1627         * src/summary_search.c
1628                 find all - summaryview refresh issue fixed, thanks to Colin.
1629
1630 2006-02-20 [wwp]        2.0.0cvs64
1631
1632         * src/gtk/gtkutils.c
1633                 better runtime typecast checks.
1634
1635 2006-02-20 [wwp]        2.0.0cvs63
1636
1637         * src/summary_search.c
1638                 enhancements to the summary search:
1639                         - add the ability to stop the running search
1640                           (upon ESC-key press, new Stop button or when Clear button is pressed)
1641                         - don't search if no criteria (From/To/Subject/Body) is set
1642                         - ensure that a busy mouse pointer is always shown when searching,
1643                           show it even a bit earlier
1644
1645 2006-02-19 [colin]      2.0.0cvs62
1646
1647         * src/compose.c
1648         * src/imap.c
1649         * src/etpan/imap-thread.c
1650         * src/etpan/imap-thread.h
1651                 (Future) IMAP speed improvement on sending
1652                 Will require a libetpan update
1653         * src/summaryview.c
1654         * src/gtk/quicksearch.c
1655                 Make quicksearch clearable while running.
1656
1657 2006-02-17 [colin]      2.0.0cvs61
1658
1659         * src/imap.c
1660         * src/etpan/imap-thread.c
1661         * src/etpan/imap-thread.h
1662                 Check for IMAP certificates
1663                 ** Requires libetpan-0.42-cvs4 
1664                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
1665
1666 2006-02-17 [colin]      2.0.0cvs60
1667
1668         * src/messageview.c
1669         * src/prefs_common.c
1670         * src/prefs_common.h
1671         * src/prefs_message.c
1672                 Add pref to display HTML-only mails with plugin, 
1673                 if possible (defaulting to FALSE of course).
1674
1675 2006-02-16 [colin]      2.0.0cvs59
1676
1677         * src/main.c
1678         * src/common/plugin.c
1679         * src/common/plugin.h
1680         * src/gtk/pluginwindow.c
1681                 Keep track of requested (but unloaded) plugins
1682                 in some error cases.
1683
1684 2006-02-16 [wwp]        2.0.0cvs58
1685
1686         * src/gtk/gtkaspell.c
1687         * src/gtk/gtkaspell.h
1688         * src/prefs_spelling.c
1689         * src/compose.c
1690         * src/prefs_common.c
1691         * src/prefs_common.h
1692                 implemented new optional spellchecker behaviour: re-check message when
1693                 dictionary got changed (from compose-window/context-menu/Change dictionary).
1694
1695 2006-02-16 [wwp]        2.0.0cvs57
1696
1697         * src/quote_fmt_parse.y
1698                 pclose popen'ed pipe.
1699
1700 2006-02-15 [colin]      2.0.0cvs56
1701
1702         * src/mimeview.c
1703         * src/mimeview.h
1704                 Let MimeViewers know which MimeView they
1705                 depend of.
1706         * src/summaryview.c
1707                 Swap From/To columns in Sent/Queue/Drafts
1708                 folders
1709         * src/etpan/imap-thread.c
1710                 Use mailstream_low_tls_open() for STARTTLS
1711                 instead of mailstream_low_ssl_open()
1712                 ** REQUIRES libetpan 0.42cvs3 **
1713
1714 2006-02-15 [wwp]        2.0.0cvs55
1715
1716         * src/compose.c
1717         * src/compose.h
1718         * src/message_search.c
1719         * src/message_search.h
1720         * src/textview.c
1721         * src/gtk/gtkutils.c
1722         * src/gtk/gtkutils.h
1723                 added the ability to Find text in the compose window (and a bit
1724                 of code factorization).
1725
1726 2006-02-15 [wwp]        2.0.0cvs54
1727
1728         * src/prefs_gtk.c
1729                 yet another one file was missing (fix for some widgets' sensitivity).
1730                 Thanks Colin!
1731
1732 2006-02-15 [wwp]        2.0.0cvs53
1733
1734         * src/prefs_gtk.h
1735                 oops forgot that file (fix for some widgets' sensitivity).
1736
1737 2006-02-15 [wwp]        2.0.0cvs52
1738
1739         * src/summary_search.c
1740                 implemented advanced summary search options (added the ability
1741                 to use matcher conditions in an advanced search mode).
1742
1743 2006-02-15 [wwp]        2.0.0cvs51
1744
1745         * src/plugins/pgpcore/prefs_gpg.c
1746         * src/prefs_account.c
1747                 fix some widget sensitivity, mostly around some labels in
1748                 account prefs.
1749
1750 2006-02-15 [paul]       2.0.0cvs50
1751
1752         * manual/advanced.xml
1753                 improve Templates info
1754                 written by wwp
1755
1756 2006-02-14 [colin]      2.0.0cvs49
1757
1758         * src/pixmaps/address_book.xpm
1759         * src/pixmaps/preferences.xpm
1760         * src/pixmaps/properties.xpm
1761                 Fix pixmap size - patch by Fabien Vantard
1762
1763 2006-02-13 [colin]      2.0.0cvs48
1764
1765         * src/procmime.c
1766                 Add missing fclose()s on error
1767         * src/textview.c
1768                 Remove unused code
1769         * src/common/utils.c
1770                 Fix temp files not being deleted on windows
1771         Patches by Thomas Gilgin
1772
1773 2006-02-13 [colin]      2.0.0cvs47
1774
1775         * src/mainwindow.c
1776                 Fix exit crash
1777
1778 2006-02-13 [wwp]        2.0.0cvs46
1779
1780         * src/plugins/pgpcore/prefs_gpg.c
1781                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
1782
1783 2006-02-12 [colin]      2.0.0cvs45
1784
1785         * src/folderview.c
1786         * src/main.c
1787         * src/mainwindow.c
1788                 Fix "stuff" when quitting
1789
1790 2006-02-12 [wwp]        2.0.0cvs44
1791
1792         * src/prefs_themes.c
1793                 fix typos in debug messages.
1794
1795 2006-02-11 [colin]      2.0.0cvs43
1796
1797         * src/summaryview.c
1798                 don't allow drag/drop from ourself
1799
1800 2006-02-10 [wwp]        2.0.0cvs42
1801
1802         * src/exporthtml.c
1803         * src/html.c
1804         * src/html.h
1805         * src/procmime.c
1806         * src/textview.c
1807                 renamed html_ prefixed functions and data structures to avoid
1808                 namespace clashes w/ other software (gtkhtml2 for instance).
1809                 Closes bug #907.
1810
1811
1812 2006-02-09 [colin]      2.0.0cvs41
1813
1814         * src/summaryview.c
1815                 Fix shitty logic messed up. Thanks Ticho for the hint!
1816
1817 2006-02-09 [wwp]        2.0.0cvs40
1818
1819         * src/gtk/about.c
1820         * src/compose.c
1821         * src/prefs_account.c
1822         * src/prefs_gtk.h
1823         * src/editaddress.c
1824                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
1825                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
1826                 Browse buttons in accounts prefs.
1827
1828 2006-02-09 [colin]      2.0.0cvs39
1829
1830         * src/matcher.c
1831                 Check for pointer before using its members
1832         * src/gtk/gtksourceprintjob.c
1833                 Fix a wrong warning
1834
1835 2006-02-09 [wwp]        2.0.0cvs38
1836
1837         * src/gtk/filesel.c
1838                 fix few compiler warnings (type mismatch).
1839
1840 2006-02-09 [paul]       2.0.0cvs37
1841
1842         * po/fr.po
1843                 updated by Fabien Vantard
1844
1845 2006-02-08 [colin]      2.0.0cvs36
1846
1847         * src/prefs_common.c
1848         * src/common/defs.h
1849         * src/common/plugin.c
1850                 allow windows and linux configurations to coexist
1851                 patch by Thomas Gilgin
1852
1853 2006-02-08 [colin]      2.0.0cvs35
1854
1855         * src/filtering.c
1856         * src/matcher.c
1857         * src/matcher.h
1858         * src/matcher_parser_parse.y
1859         * src/prefs_filtering_action.c
1860         * src/prefs_matcher.c
1861                 Add the "Ignore thread" filtering
1862                 action
1863
1864 2006-02-08 [colin]      2.0.0cvs34
1865
1866         * src/compose.c
1867         * src/procmime.c
1868         * src/procmime.h
1869                 Fix bug #905 (damaged attachment)
1870                 text files with raw \0's aren't really text files
1871         FOR_STABLE
1872
1873 2006-02-08 [colin]      2.0.0cvs33
1874
1875         * src/summaryview.c
1876                 Fix crasher introduced yesterday
1877
1878 2006-02-08 [wwp]        2.0.0cvs32
1879
1880         * src/compose.c
1881         * src/compose.h
1882                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
1883
1884 2006-02-08 [wwp]        2.0.0cvs31
1885
1886         * src/prefs_template.c
1887                 templates enhancement: allow address completion for Cc and Bcc fields
1888                 (it was currently possible for the To field only)
1889
1890 2006-02-08 [colin]      2.0.0cvs30
1891
1892         * src/compose.c
1893                 Don't unblock if not blocked
1894         FOR_STABLE
1895
1896 2006-02-07 [colin]      2.0.0cvs29
1897
1898         * src/action.c
1899                 Forgot to refresh summaryview
1900
1901 2006-02-07 [colin]      2.0.0cvs28
1902
1903         * src/action.c
1904                 Freeze/thaw message list and folder list while
1905                 processing %as{} actions 
1906         * src/compose.c
1907                 Fix auto-wrap disabling after a middle-click
1908                 paste - FOR_STABLE
1909
1910 2006-02-07 [paul]       2.0.0cvs27
1911
1912         * src/folder.c
1913                 fix freeing of uninitialised pointers
1914                 Thanks to Colin
1915
1916 2006-02-06 [colin]      2.0.0cvs26
1917
1918         * src/folder.c
1919                 Use g_slist_prepend in potentially big list
1920
1921 2006-02-06 [colin]      2.0.0cvs25
1922
1923         * src/folder.c
1924                 Completely skip processing if it doesn't 
1925                 exist (faster!)
1926
1927 2006-02-06 [colin]      2.0.0cvs24
1928
1929         * src/folder.c
1930         * src/summaryview.c
1931                 Batch filtering in summaryview (from Tools menu)
1932                 and pre/post//-processing too
1933
1934 2006-02-06 [colin]      2.0.0cvs23
1935
1936         * src/procmsg.h
1937         * src/filtering.c
1938                 Use a special field for batch filtering instead
1939                 of stepping on deferred execution's toes
1940
1941 2006-02-06 [colin]      2.0.0cvs22
1942
1943         * src/action.c
1944         * src/filtering.c
1945         * src/filtering.h
1946         * src/folder.c
1947         * src/summaryview.c
1948                 Fix filtering via menus and actions
1949
1950 2006-02-06 [colin]      2.0.0cvs21
1951
1952         * src/imap.c
1953                 Put the added file directly to cache if possible (will work
1954                 with next libetpan)
1955         * src/filtering.c
1956         * src/filtering.h
1957         * src/inc.c
1958         * src/folder.c
1959         * src/mbox.c
1960         * src/procmsg.h
1961                 Move and copy filtered messages by batches instead of one
1962                 by one - faster on IMAP
1963         * src/procmsg.c
1964                 Add a function that'll possibly be useful later
1965
1966 2006-02-06 [colin]      2.0.0cvs20
1967
1968         * src/addressbook.c
1969                 Use internal mime-type instead of text/plain for d'n'd
1970         * src/compose.c
1971                 Allow attaching files from mimeview's icon list via d'n'd
1972         * src/folderview.c
1973         * src/folderview.h
1974                 Use internal mime-type instead of text/plain for d'n'd
1975                 Don't try to selected opened folder if none is
1976                 Factorize d'n'd from other apps code
1977         * src/headerview.c
1978         * src/textview.c
1979         * src/gtk/gtkutils.c
1980         * src/gtk/gtkutils.h
1981                 Factorize Face/X-Face stuff
1982         * src/mimeview.c
1983                 Fix d'n'd to other apps
1984         * src/prefs_message.c
1985                 Let the XFace pref be usable without libcompface as it also
1986                 applies to Face
1987         * src/summaryview.c
1988                 Fix d'n'd to other apps
1989                 Factorize d'n'd from other apps code
1990
1991 2006-02-06 [wwp]        2.0.0cvs19
1992
1993         * po/it.po
1994                 Italian translation fixes by Andrea Spadaccini (no more confusion
1995                 between filtering and processing, and few changes in the About
1996                 dialog).
1997
1998
1999 2006-02-06 [mones]      2.0.0cvs18
2000
2001         * src/gtk/icon_legend.c
2002                 Improved descriptions allowing better translations
2003
2004 2006-02-05 [colin]      2.0.0cvs17
2005
2006         * src/imap.c
2007                 Add the f*cking missing expunge that caused imap_fetch_env
2008                 to fail after an add_msgs ! :-///
2009         * src/etpan/imap-thread.c
2010                 Add a bit of debug
2011         FOR_STABLE
2012
2013 2006-02-05 [colin]      2.0.0cvs16
2014
2015         * src/common/utils.c
2016                 Don't check for return-path (or we can't put
2017                 back non-sent mails)
2018
2019 2006-02-05 [colin]      2.0.0cvs15
2020
2021         * src/textview.c
2022                 Don't try to display Face header in textview
2023                 when teh headerview's active
2024
2025 2006-02-05 [colin]      2.0.0cvs14
2026
2027         * tools/tbird2syl.py
2028         * tools/Makefile.am
2029                 Add script to import Thunderbird mails
2030
2031 2006-02-05 [colin]      2.0.0cvs13
2032
2033         * src/headerview.c
2034         * src/procheader.c
2035         * src/procmsg.c
2036         * src/procmsg.h
2037         * src/textview.c
2038                 Show Face headers - patch partially by Klaus Flittner
2039
2040 2006-02-05 [colin]      2.0.0cvs12
2041
2042         * src/folderview.c
2043         * src/summaryview.c
2044         * src/common/utils.c
2045         * src/common/utils.h
2046                 Let dnd work from mime icons to summaryview
2047                 and to folderview too
2048                 Add a crude test to avoid trying to add files
2049                 drag'n'dropped when they're not mails
2050
2051 2006-02-04 [colin]      2.0.0cvs11
2052
2053         * src/summaryview.c
2054         * src/mimeview.c
2055                 Fix utf8 conversion
2056
2057 2006-02-04 [colin]      2.0.0cvs10
2058
2059         * src/compose.c
2060         * src/folderview.c
2061         * src/mimeview.c
2062         * src/summaryview.c
2063         * src/summaryview.h
2064                 Added various drag and drop capas:
2065                 From                    To
2066                 summaryview             other apps
2067                 mimeview icons          other apps
2068                 other apps              summaryview
2069                 other apps              folderview
2070
2071                 This shouldn't have broken the existing:
2072                 From                    To
2073                 summaryview             folderview
2074                 folderview              folderview
2075                 summaryview             compose's attachments
2076
2077         Tests welcomed.
2078
2079 2006-02-02 [paul]       2.0.0cvs9
2080
2081         * src/mainwindow.c
2082                 move global option 'Set displayed columns...' out
2083                 of folder option grouping.
2084                 fix sensitivity of 'harvest addresses'
2085         FOR_STABLE
2086
2087 2006-02-01 [colin]      2.0.0cvs8
2088
2089         * src/mimeview.c
2090                 Revert the alertpanel patch, it sucks (intrusive
2091                 and gets in the way of "open")
2092
2093 2006-02-01 [colin]      2.0.0cvs7
2094
2095         * src/compose.c
2096         * src/prefs_account.c
2097         * src/prefs_common.c
2098         * src/common/defs.h
2099         * src/common/utils.c
2100         * src/common/utils.h
2101                 Add ability to edit the signature file
2102                 from the account preferences, and use
2103                 a default for the text editor.
2104                 Patch by Fabien Vantard
2105
2106 2006-02-01 [colin]      2.0.0cvs6
2107
2108         * src/mimeview.c
2109                 Try to get mime type by extension if it is
2110                 application/octet-stream
2111                 Display a window with possible choices when
2112                 encountering unknown mime types
2113         * src/gtk/filesel.c
2114         * src/gtk/filesel.h
2115                 Add preview
2116                 Allow multiple selection in filtered filesel
2117                 (patch by Fabien Vantard)
2118         * src/gtk/pluginwindow.c
2119                 Use it (patch by Fabien Vantard)
2120
2121 2006-02-01 [paul]       2.0.0cvs5
2122
2123         * src/jpilot.c
2124                 fix crash on creating jpilot address book
2125                 Thanks to Colin - FOR_STABLE
2126         * src/prefs_summaries.c
2127         * src/prefs_wrapping.c
2128         * src/gtk/icon_legend.c
2129         * src/gtk/quicksearch.c
2130                 string fixes and additions
2131
2132 2006-02-01 [paul]       2.0.0cvs4
2133
2134         * src/compose.c
2135         * src/mainwindow.c
2136         * src/messageview.c
2137         * src/prefs_send.c
2138                 add Arabic encoding option
2139                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2140
2141 2006-01-31 [colin]      2.0.0cvs3
2142
2143         * src/plugins/pgpcore/passphrase.c
2144                 Convert passphrase to locale encoding
2145         * src/compose.c
2146                 Fix drafting on IMAP. Crappy bug sneaked in
2147                 the release :-/
2148         FOR_STABLE
2149
2150 2006-01-30 [paul]       2.0.0cvs2
2151
2152         * src/gtk/icon_legend.c
2153                 show the new entries
2154
2155 2006-01-30 [colin]      2.0.0cvs1
2156
2157         * src/manual.c
2158                 Check for the file to be present before 
2159                 enabling the menu - FOR_STABLE
2160         * src/gtk/icon_legend.c
2161                 Add folders icons (not all of them, there
2162                 are too much, but the most intriguing ones)
2163
2164 2006-01-30 [paul]       2.0.0
2165
2166         version 2.0.0 released
2167
2168 2006-01-30 [paul]       1.9.100cvs200
2169
2170         * manual/faq.xml
2171         * manual/gpl.xml
2172         * manual/intro.xml
2173         * manual/starting.xml
2174         * manual/sylpheed-claws-manual.xml
2175                 fixes, additions
2176
2177 2006-01-29 [mones]      1.9.100cvs199
2178
2179         * manual/account.xml
2180         * manual/advanced.xml
2181         * manual/glossary.xml
2182                 Some typos fixed, added LDIF term to glossary
2183         * po/es.po
2184                 Fixed leading plus symbol
2185
2186 2006-01-29 [paul]       1.9.100cvs198
2187
2188         * po/fi.po
2189         * po/sk.po
2190                 updated by Tommi Pirinen and Andrej Kacian
2191
2192 2006-01-29 [paul]       1.9.100cvs197
2193
2194         * src/gtk/authors.h
2195                 remove duplicates
2196
2197 2006-01-29 [paul]       1.9.100cvs196
2198
2199         * AUTHORS
2200         * po/nl.po
2201         * src/gtk/authors.h
2202         * tools/claws.i18n.status.pl
2203                 nl translation updated by Tim Dijkstra
2204
2205 2006-01-29 [paul]       1.9.100cvs195
2206
2207         * po/sr.po
2208         * po/sv.po
2209                 updated by Aleksandar Urosevic and Anders Troback
2210
2211 2006-01-28 [colin]      1.9.100cvs194
2212
2213         * src/gtk/gtksourceprintjob.c
2214                 Don't fiddle with PangoLayout when we
2215                 have an image
2216
2217 2006-01-28 [paul]       1.9.100cvs193
2218
2219         * AUTHORS
2220         * po/el.po
2221         * po/zh_CN.po
2222         * src/gtk/authors.h
2223         * tools/claws.i18n.status.pl
2224                 updated translations submitted by Stavros Giannouris
2225                 and Ralgh Young
2226
2227 2006-01-27 [colin]      1.9.100cvs192
2228
2229         * src/summaryview.c
2230         * src/gtk/gtksourceprintjob.c
2231                 Add image printing 
2232                 (libgnomeprint only, of course)
2233
2234 2006-01-27 [paul]       1.9.100cvs191
2235
2236         * po/fr.po
2237         * po/it.po
2238                 updated by Fabien Vantard and Andrea Spadaccini
2239
2240 2006-01-26 [colin]      1.9.100cvs190
2241
2242         * manual/Makefile.am
2243         * configure.ac
2244                 Make building the manual optional 
2245                 (--disable-manual)
2246
2247 2006-01-26 [paul]       1.9.100cvs189
2248
2249         * manual/glossary.xml
2250         * manual/plugins.xml
2251                 edited
2252         * po/en_GB.po
2253                 updated
2254
2255 2006-01-26 [paul]       1.9.100cvs188
2256
2257         * src/prefs_display_header.c
2258         * src/prefs_folder_column.c
2259         * src/prefs_msg_colors.c
2260         * src/prefs_summaries.c
2261         * src/prefs_summary_column.c
2262                 HIGify
2263
2264 2006-01-25 [colin]      1.9.100cvs187
2265
2266         * src/imap.c
2267                 Don't allow moving/copying mails between
2268                 queue/drafts and non-queue/drafts folders
2269                 Fixes bug #897 (message header is resetted 
2270                 if one is copied to Drafts)
2271
2272 2006-01-25 [colin]      1.9.100cvs186
2273
2274         * src/folder.c
2275         * src/mainwindow.c
2276                 Fix subscribed folders not found
2277         * src/compose.c
2278                 Don't try to encode as original mail's charset
2279                 if it's ascii 
2280
2281 2006-01-25 [paul]       1.9.100cvs185
2282
2283         * AUTHORS
2284         * po/Makevars
2285                 updated
2286         * po/de.po
2287         * po/pl.po
2288         * po/pt_BR.po
2289         * po/sr.po
2290                 updates submitted by Stephan Sachse, Emilian Nowak
2291                 and Quar, Frederico Goncalves Guimaraes, and
2292                 Aleksandar Urosevic
2293                 Fix Bug 896, 'PT_BR locale broken'.
2294         * src/gtk/authors.h
2295                 updated
2296
2297 2006-01-24 [mones]      1.9.100cvs184
2298
2299         * manual/glossary.xml
2300                 All current terms finished. Reviewers welcome ;-)
2301         * manual/keyboard.xml
2302                 Fixed column width for pdf output.
2303         * po/es.po
2304                 Updated
2305
2306 2006-01-24 [paul]       1.9.100cvs183
2307
2308         * manual/glossary.xml
2309                 fix id name
2310         * manual/dist/html/Makefile.am
2311         * manual/dist/pdf/Makefile.am
2312         * manual/dist/ps/Makefile.am
2313         * manual/dist/txt/Makefile.am
2314                 fix make deps
2315                 Thanks to Colin
2316
2317 2006-01-24 [mones]      1.9.100cvs182
2318
2319         * manual/glossary.xml
2320                 Nearly finished, some terms missing.
2321
2322 2006-01-23 [paul]       1.9.100cvs181
2323
2324         * manual/dist/html/Makefile.am
2325         * manual/dist/pdf/Makefile.am
2326         * manual/dist/ps/Makefile.am
2327         * manual/dist/txt/Makefile.am
2328         * src/mainwindow.c
2329                 re-enable manual
2330                 Thanks to Colin
2331
2332 2006-01-22 [colin]      1.9.100cvs180
2333
2334         * src/compose.c
2335         * src/gtk/gtkaspell.c
2336                 Don't deselect stuff before right-clicking, with aspell.
2337                 (This prevented right-click Copy, for example).
2338                 Thanks to Clo!
2339
2340 2006-01-22 [paul]       1.9.100cvs179
2341
2342         * src/summary_search.c
2343                 don't fix the widget size as it causes problems
2344                 under localisation.
2345                 Thanks to Emilian Nowak
2346
2347 2006-01-21 [paul]       1.9.100cvs178
2348
2349         * src/prefs_themes.c
2350                 fix broken underlining of label text
2351                 with some translations
2352
2353 2006-01-21 [colin]      1.9.100cvs177
2354
2355         * po/fr.po
2356                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
2357
2358 2006-01-20 [colin]      1.9.100cvs176
2359
2360         * configure.ac
2361         * Makefile.am
2362         * manual/Makefile
2363         * manual/dist/html/.cvsignore
2364         * manual/dist/html/Makefile.am
2365         * manual/dist/pdf/.cvsignore
2366         * manual/dist/pdf/Makefile.am
2367         * manual/dist/ps/.cvsignore
2368         * manual/dist/ps/Makefile.am
2369         * manual/dist/txt/.cvsignore
2370         * manual/dist/txt/Makefile.am
2371                 Autotool-ize manual
2372
2373 2006-01-20 [paul]       1.9.100cvs175
2374
2375         * manual/handling.xml
2376                 make Filtering and Searching entries easier to find
2377         * manual/keyboard.xml
2378                 add the remaining default keybinds
2379         * src/prefs_summaries.c
2380                 update the default keybinds
2381
2382 2006-01-20 [paul]       1.9.100cvs174
2383
2384         * src/addressbook.c
2385         * src/addrgather.c
2386         * src/addrharvest.c
2387         * src/editaddress.c
2388         * src/editgroup.c
2389         * src/exphtmldlg.c
2390         * src/expldifdlg.c
2391         * src/exporthtml.c
2392         * src/exportldif.c
2393         * src/ldif.c
2394                 replace 'e-mail' with 'email'
2395         * src/summary_search.c
2396                 add mnemonic to "Find all" button
2397
2398 2006-01-20 [wwp]        1.9.100cvs173
2399
2400         * src/export.c
2401         * src/import.c
2402                 touched mbox import/export buttons for HIG-compliance
2403
2404 2006-01-19 [paul]       1.9.100cvs172
2405
2406         * manual/account.xml
2407         * manual/addrbook.xml
2408         * manual/advanced.xml
2409         * manual/faq.xml
2410         * manual/handling.xml
2411         * manual/intro.xml
2412         * manual/plugins.xml
2413         * manual/starting.xml
2414                 more editing
2415
2416 2006-01-19 [paul]       1.9.100cvs171
2417
2418         * src/toolbar.c
2419                 allow use of trash button while receiving
2420                 Thanks to Colin
2421
2422 2006-01-19 [wwp]        1.9.100cvs170
2423
2424         * src/gtk/quicksearch.c
2425         * src/compose.c
2426                 force text color to black when yellow background is set
2427
2428 2006-01-19 [colin]      1.9.100cvs169
2429
2430         * src/plugins/trayicon/trayicon.c
2431                 Gray out Get Mail when already getting mail
2432
2433 2006-01-18 [paul]       1.9.100cvs168
2434
2435         * src/compose.c
2436                 give widget yellow background was To is
2437                 set via folder prefs
2438         * src/gtk/quicksearch.c
2439                 give widget yellow background when quick
2440                 search is active.
2441                 Thanks to Colin
2442
2443 2006-01-18 [paul]       1.9.100cvs167
2444
2445         * doc/man/sylpheed-claws.1
2446                 add --subscribe option
2447
2448 2006-01-18 [paul]       1.9.100cvs166
2449
2450         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2451         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2452                 use %U instead of %F (%F is broken for user installed
2453                 files in kde 3.5)
2454
2455 2006-01-18 [colin]      1.9.100cvs165
2456
2457         * src/summaryview.c
2458                 Default to Yes in "No more * messages" dialogs
2459
2460 2006-01-17 [colin]      1.9.100cvs164
2461
2462         * src/compose.c
2463                 Possibly fix an invalid iterator causing
2464                 crash
2465
2466 2006-01-17 [colin]      1.9.100cvs163
2467
2468         * src/mimeview.c
2469                 Fix crash when the image disappears under the
2470                 image viewer
2471
2472 2006-01-16 [colin]      1.9.100cvs162
2473
2474         * src/compose.c
2475                 Fix reenabling autowrap
2476
2477 2006-01-16 [colin]      1.9.100cvs161
2478
2479         * src/compose.c
2480                 reset quote_len before getting quote_str
2481
2482 2006-01-16 [colin]      1.9.100cvs160
2483
2484         * src/account.c
2485         * src/account.h
2486         * src/folder.c
2487         * src/imap_gtk.c
2488         * src/mh_gtk.c
2489                 Fix bug #883 (default inbox does not track folder move)
2490
2491 2006-01-16 [colin]      1.9.100cvs159
2492
2493         * src/compose.c
2494         * src/plugins/pgpcore/passphrase.c
2495                 More buttons fixes
2496
2497 2006-01-16 [paul]       1.9.100cvs158
2498
2499         * src/prefs_actions.c
2500         * src/prefs_filtering_action.c
2501         * src/prefs_matcher.c
2502         * src/quote_fmt.c
2503         * src/gtk/description_window.c
2504         * src/gtk/description_window.h
2505         * src/gtk/quicksearch.c
2506                 description window cleanups
2507
2508 2006-01-15 [colin]      1.9.100cvs157
2509
2510         * src/addressbook.c
2511         * src/prefs_filtering.c
2512                 Same here
2513
2514 2006-01-15 [colin]      1.9.100cvs156
2515
2516         * src/folderview.c
2517         * src/mainwindow.c
2518                 Same for "Empty trash"
2519
2520 2006-01-15 [colin]      1.9.100cvs155
2521
2522         * src/inc.c
2523                 Override offline dialog had Yes by default
2524
2525 2006-01-15 [colin]      1.9.100cvs154
2526
2527         * src/summaryview.c
2528                 Delete selected messages? previously had Yes the default
2529
2530 2006-01-15 [colin]      1.9.100cvs153
2531
2532         * src/folder.c
2533         * src/folder.h
2534         * src/main.c
2535                 Check if a mailbox is loaded after all
2536                 plugins are loaded.
2537
2538 2006-01-15 [colin]      1.9.100cvs152
2539
2540         * src/folder.c
2541                 Don't start wizard when there are unloaded folders (will help
2542                 people with only mbox or maildir mailboxes)
2543
2544 2006-01-14 [colin]      1.9.100cvs151
2545
2546         * src/addressbook.c
2547         * src/expldifdlg.c
2548         * src/importldif.c
2549         * src/importmutt.c
2550         * src/importpine.c
2551         * src/mh_gtk.c
2552                 More HIG compliance and fixes
2553
2554 2006-01-14 [colin]      1.9.100cvs150
2555
2556         * src/prefs_filtering_action.c
2557         * src/foldersel.c
2558                 Two forgotten button order changes
2559
2560 2006-01-14 [colin]      1.9.100cvs149
2561
2562         * src/account.c
2563         * src/addressbook.c
2564         * src/compose.c
2565         * src/folderview.c
2566         * src/imap_gtk.c
2567         * src/mainwindow.c
2568         * src/mh_gtk.c
2569         * src/news_gtk.c
2570         * src/prefs_actions.c
2571         * src/prefs_customheader.c
2572         * src/prefs_filtering.c
2573         * src/prefs_matcher.c
2574         * src/prefs_template.c
2575         * src/ssl_manager.c
2576         * src/summaryview.c
2577         * src/textview.c
2578         * src/toolbar.c
2579                 All deletion confirmations are now "Cancel, Delete" 
2580                 instead of "No, Yes"
2581                 Clarified most of the other "No, Yes" to 
2582                 "Cancel, Descriptive_action"
2583                 Rechanged the "Entry not saved" alerts to have 
2584                 "Close, Continue editing"
2585
2586
2587 2006-01-14 [paul]
2588
2589         * 2.0.0-rc4 released
2590
2591 2006-01-14 [paul]       1.9.100cvs148
2592
2593         * src/account.c
2594         * src/addressadd.c
2595         * src/addressbook.c
2596         * src/compose.c
2597         * src/editaddress.c
2598         * src/editbook.c
2599         * src/editgroup.c
2600         * src/editjpilot.c
2601         * src/editldap.c
2602         * src/editvcard.c
2603         * src/exphtmldlg.c
2604         * src/expldifdlg.c
2605         * src/folderview.c
2606         * src/grouplistdialog.c
2607         * src/imap_gtk.c
2608         * src/importmutt.c
2609         * src/importpine.c
2610         * src/inc.c
2611         * src/main.c
2612         * src/mainwindow.c
2613         * src/message_search.c
2614         * src/messageview.c
2615         * src/mh_gtk.c
2616         * src/mimeview.c
2617         * src/news_gtk.c
2618         * src/prefs_actions.c
2619         * src/prefs_customheader.c
2620         * src/prefs_filtering.c
2621         * src/prefs_matcher.c
2622         * src/prefs_template.c
2623         * src/prefs_themes.c
2624         * src/ssl_manager.c
2625         * src/summary_search.c
2626         * src/summaryview.c
2627         * src/textview.c
2628         * src/toolbar.c
2629         * src/gtk/foldersort.c
2630         * src/gtk/gtkaspell.c
2631         * src/gtk/inputdialog.c
2632         * src/gtk/prefswindow.c
2633         * src/plugins/pgpcore/select-keys.c
2634         * src/plugins/trayicon/trayicon.c
2635                 HIG compliant button order
2636
2637 2006-01-14 [mones]      1.9.100cvs147
2638
2639         * po/es.po
2640                 Updated translation
2641
2642 2006-01-13 [paul]       1.9.100cvs146
2643
2644         * AUTHORS
2645         * ChangeLog
2646         * src/gtk/authors.h
2647                 add Joshua M. Kwan to contributors list
2648
2649 2006-01-13 [colin]      1.9.100cvs145
2650
2651         * src/gtk/quicksearch.c
2652                 Don't refocus quick search after executing (Esc or Enter)
2653                 Allows to '/'search something then move up/down in 
2654                 summaryview, and to Esc a search and be back in the 
2655                 summaryview
2656
2657 2006-01-13 [paul]       1.9.100cvs144
2658
2659         * src/plugins/pgpinline/pgpinline.c
2660                 support Content-Type 'application/pgp'
2661                 patch by Joshua M. Kwan <joshuak@users.sf.net>
2662
2663 2006-01-13 [paul]       1.9.100cvs143
2664
2665         * manual/account.xml
2666                 make mention of partial retrieval
2667                 thanks to Colin
2668
2669 2006-01-13 [paul]       1.9.100cvs142
2670
2671         * src/account.c
2672         * src/account.h
2673         * src/action.c
2674         * src/action.h
2675         * src/adbookbase.h
2676         * src/addr_compl.c
2677         * src/addr_compl.h
2678         * src/addrbook.c
2679         * src/addrcache.c
2680         * src/addrcache.h
2681         * src/addrcindex.c
2682         * src/addrcindex.h
2683         * src/addrclip.c
2684         * src/addrclip.h
2685         * src/addrdefs.h
2686         * src/addressadd.c
2687         * src/addressadd.h
2688         * src/addressbook.c
2689         * src/addressbook.h
2690         * src/addrgather.c
2691         * src/addrgather.h
2692         * src/addrharvest.c
2693         * src/addrharvest.h
2694         * src/addrindex.c
2695         * src/addrindex.h
2696         * src/addritem.c
2697         * src/addritem.h
2698         * src/addrquery.c
2699         * src/addrquery.h
2700         * src/addrselect.c
2701         * src/addrselect.h
2702         * src/alertpanel.c
2703         * src/alertpanel.h
2704         * src/browseldap.c
2705         * src/browseldap.h
2706         * src/codeconv.c
2707         * src/codeconv.h
2708         * src/compose.c
2709         * src/compose.h
2710         * src/customheader.c
2711         * src/customheader.h
2712         * src/displayheader.c
2713         * src/displayheader.h
2714         * src/editaddress.c
2715         * src/editaddress.h
2716         * src/editbook.c
2717         * src/editbook.h
2718         * src/editgroup.c
2719         * src/editgroup.h
2720         * src/editjpilot.c
2721         * src/editjpilot.h
2722         * src/editldap.c
2723         * src/editldap.h
2724         * src/editldap_basedn.c
2725         * src/editldap_basedn.h
2726         * src/editvcard.c
2727         * src/editvcard.h
2728         * src/exphtmldlg.c
2729         * src/exphtmldlg.h
2730         * src/expldifdlg.c
2731         * src/expldifdlg.h
2732         * src/export.h
2733         * src/exporthtml.c
2734         * src/exporthtml.h
2735         * src/exportldif.c
2736         * src/exportldif.h
2737         * src/filtering.c
2738         * src/filtering.h
2739         * src/folder.c
2740         * src/folder.h
2741         * src/folder_item_prefs.c
2742         * src/folder_item_prefs.h
2743         * src/foldersel.c
2744         * src/foldersel.h
2745         * src/folderutils.c
2746         * src/folderutils.h
2747         * src/folderview.c
2748         * src/folderview.h
2749         * src/grouplistdialog.c
2750         * src/grouplistdialog.h
2751         * src/headerview.c
2752         * src/html.c
2753         * src/html.h
2754         * src/image_viewer.c
2755         * src/image_viewer.h
2756         * src/imap.c
2757         * src/imap.h
2758         * src/imap_gtk.c
2759         * src/imap_gtk.h
2760         * src/import.h
2761         * src/importldif.c
2762         * src/importldif.h
2763         * src/importmutt.c
2764         * src/importmutt.h
2765         * src/importpine.c
2766         * src/importpine.h
2767         * src/inc.c
2768         * src/inc.h
2769         * src/jpilot.c
2770         * src/jpilot.h
2771         * src/ldapctrl.c
2772         * src/ldapctrl.h
2773         * src/ldaplocate.c
2774         * src/ldaplocate.h
2775         * src/ldapquery.c
2776         * src/ldapquery.h
2777         * src/ldapserver.c
2778         * src/ldapserver.h
2779         * src/ldaputil.c
2780         * src/ldaputil.h
2781         * src/ldif.c
2782         * src/ldif.h
2783         * src/main.c
2784         * src/main.h
2785         * src/mainwindow.c
2786         * src/mainwindow.h
2787         * src/manual.c
2788         * src/manual.h
2789         * src/mbox.c
2790         * src/mbox.h
2791         * src/message_search.c
2792         * src/message_search.h
2793         * src/messageview.c
2794         * src/messageview.h
2795         * src/mh.c
2796         * src/mh.h
2797         * src/mh_gtk.c
2798         * src/mh_gtk.h
2799         * src/mimeview.c
2800         * src/mimeview.h
2801         * src/msgcache.c
2802         * src/msgcache.h
2803         * src/mutt.c
2804         * src/mutt.h
2805         * src/news.c
2806         * src/news.h
2807         * src/news_gtk.c
2808         * src/news_gtk.h
2809         * src/partial_download.c
2810         * src/partial_download.h
2811         * src/pine.c
2812         * src/pine.h
2813         * src/pop.c
2814         * src/pop.h
2815         * src/prefs_account.c
2816         * src/prefs_account.h
2817         * src/prefs_actions.c
2818         * src/prefs_actions.h
2819         * src/prefs_common.c
2820         * src/prefs_common.h
2821         * src/prefs_compose_writing.c
2822         * src/prefs_compose_writing.h
2823         * src/prefs_customheader.c
2824         * src/prefs_customheader.h
2825         * src/prefs_display_header.c
2826         * src/prefs_display_header.h
2827         * src/prefs_filtering.c
2828         * src/prefs_filtering.h
2829         * src/prefs_filtering_action.c
2830         * src/prefs_filtering_action.h
2831         * src/prefs_folder_column.c
2832         * src/prefs_folder_column.h
2833         * src/prefs_folder_item.c
2834         * src/prefs_folder_item.h
2835         * src/prefs_fonts.c
2836         * src/prefs_fonts.h
2837         * src/prefs_gtk.c
2838         * src/prefs_gtk.h
2839         * src/prefs_image_viewer.c
2840         * src/prefs_image_viewer.h
2841         * src/prefs_matcher.c
2842         * src/prefs_matcher.h
2843         * src/prefs_message.c
2844         * src/prefs_msg_colors.c
2845         * src/prefs_msg_colors.h
2846         * src/prefs_other.c
2847         * src/prefs_quote.c
2848         * src/prefs_receive.c
2849         * src/prefs_send.c
2850         * src/prefs_spelling.c
2851         * src/prefs_spelling.h
2852         * src/prefs_summaries.c
2853         * src/prefs_summaries.h
2854         * src/prefs_summary_column.c
2855         * src/prefs_summary_column.h
2856         * src/prefs_template.c
2857         * src/prefs_template.h
2858         * src/prefs_themes.c
2859         * src/prefs_themes.h
2860         * src/prefs_toolbar.c
2861         * src/prefs_toolbar.h
2862         * src/prefs_wrapping.c
2863         * src/prefs_wrapping.h
2864         * src/privacy.c
2865         * src/privacy.h
2866         * src/procheader.c
2867         * src/procheader.h
2868         * src/procmime.c
2869         * src/procmime.h
2870         * src/procmsg.c
2871         * src/procmsg.h
2872         * src/quote_fmt.c
2873         * src/quote_fmt_parse.y
2874         * src/recv.c
2875         * src/recv.h
2876         * src/remotefolder.c
2877         * src/remotefolder.h
2878         * src/send_message.c
2879         * src/send_message.h
2880         * src/setup.c
2881         * src/setup.h
2882         * src/sourcewindow.c
2883         * src/sourcewindow.h
2884         * src/ssl_manager.c
2885         * src/ssl_manager.h
2886         * src/statusbar.c
2887         * src/statusbar.h
2888         * src/stock_pixmap.c
2889         * src/stock_pixmap.h
2890         * src/summary_search.c
2891         * src/summary_search.h
2892         * src/summaryview.c
2893         * src/summaryview.h
2894         * src/syldap.c
2895         * src/syldap.h
2896         * src/textview.c
2897         * src/textview.h
2898         * src/toolbar.c
2899         * src/toolbar.h
2900         * src/undo.c
2901         * src/undo.h
2902         * src/unmime.c
2903         * src/unmime.h
2904         * src/vcard.c
2905         * src/vcard.h
2906         * src/wizard.c
2907         * src/wizard.h
2908         * src/common/base64.c
2909         * src/common/base64.h
2910         * src/common/defs.h
2911         * src/common/hooks.c
2912         * src/common/hooks.h
2913         * src/common/log.c
2914         * src/common/log.h
2915         * src/common/mgutils.c
2916         * src/common/mgutils.h
2917         * src/common/nntp.c
2918         * src/common/nntp.h
2919         * src/common/passcrypt.c
2920         * src/common/passcrypt.h.in
2921         * src/common/plugin.c
2922         * src/common/plugin.h
2923         * src/common/prefs.c
2924         * src/common/prefs.h
2925         * src/common/progressindicator.c
2926         * src/common/progressindicator.h
2927         * src/common/quoted-printable.c
2928         * src/common/quoted-printable.h
2929         * src/common/session.c
2930         * src/common/session.h
2931         * src/common/smtp.c
2932         * src/common/smtp.h
2933         * src/common/socket.c
2934         * src/common/socket.h
2935         * src/common/ssl.c
2936         * src/common/ssl.h
2937         * src/common/ssl_certificate.c
2938         * src/common/ssl_certificate.h
2939         * src/common/stringtable.c
2940         * src/common/stringtable.h
2941         * src/common/sylpheed.c
2942         * src/common/sylpheed.h
2943         * src/common/template.c
2944         * src/common/template.h
2945         * src/common/timing.h
2946         * src/common/utils.c
2947         * src/common/utils.h
2948         * src/common/version.h.in
2949         * src/common/xml.c
2950         * src/common/xml.h
2951         * src/common/xmlprops.c
2952         * src/common/xmlprops.h
2953         * src/gtk/colorlabel.c
2954         * src/gtk/colorsel.c
2955         * src/gtk/colorsel.h
2956         * src/gtk/description_window.c
2957         * src/gtk/description_window.h
2958         * src/gtk/filesel.c
2959         * src/gtk/filesel.h
2960         * src/gtk/foldersort.c
2961         * src/gtk/foldersort.h
2962         * src/gtk/gtkutils.c
2963         * src/gtk/gtkutils.h
2964         * src/gtk/inputdialog.c
2965         * src/gtk/inputdialog.h
2966         * src/gtk/logwindow.c
2967         * src/gtk/logwindow.h
2968         * src/gtk/manage_window.c
2969         * src/gtk/manage_window.h
2970         * src/gtk/menu.c
2971         * src/gtk/menu.h
2972         * src/gtk/pluginwindow.c
2973         * src/gtk/pluginwindow.h
2974         * src/gtk/prefswindow.c
2975         * src/gtk/prefswindow.h
2976         * src/gtk/progressdialog.c
2977         * src/gtk/progressdialog.h
2978         * src/gtk/sslcertwindow.c
2979         * src/gtk/sslcertwindow.h
2980         * src/plugins/clamav/clamav_plugin.c
2981         * src/plugins/clamav/clamav_plugin.h
2982         * src/plugins/clamav/clamav_plugin_gtk.c
2983         * src/plugins/demo/demo.c
2984         * src/plugins/dillo_viewer/dillo_prefs.c
2985         * src/plugins/dillo_viewer/dillo_prefs.h
2986         * src/plugins/dillo_viewer/dillo_viewer.c
2987         * src/plugins/pgpcore/passphrase.c
2988         * src/plugins/pgpcore/passphrase.h
2989         * src/plugins/pgpcore/plugin.c
2990         * src/plugins/pgpcore/select-keys.c
2991         * src/plugins/pgpcore/select-keys.h
2992         * src/plugins/pgpcore/sgpgme.c
2993         * src/plugins/pgpcore/sgpgme.h
2994         * src/plugins/pgpinline/pgpinline.c
2995         * src/plugins/pgpinline/pgpinline.h
2996         * src/plugins/pgpinline/plugin.c
2997         * src/plugins/pgpmime/pgpmime.c
2998         * src/plugins/pgpmime/pgpmime.h
2999         * src/plugins/pgpmime/plugin.c
3000         * src/plugins/spamassassin/spamassassin.c
3001         * src/plugins/spamassassin/spamassassin.h
3002         * src/plugins/spamassassin/spamassassin_gtk.c
3003         * src/plugins/trayicon/trayicon.c
3004                 update copyright header
3005
3006 2006-01-13 [paul]       1.9.100cvs141
3007
3008         * src/account.c
3009         * src/export.c
3010         * src/import.c
3011         * src/mainwindow.c
3012         * src/prefs_account.c
3013         * src/prefs_display_header.c
3014         * src/prefs_receive.c
3015         * src/prefs_send.c
3016         * src/prefs_summaries.c
3017         * src/prefs_themes.c
3018         * src/prefs_toolbar.c
3019         * src/gtk/about.c
3020                 various cleanups
3021
3022 2006-01-12 [colin]      1.9.100cvs140
3023
3024         * src/folder.c
3025         * src/folder.h
3026         * src/main.c
3027                 Add --subscribe option
3028                 Let sylpheed-claws email@domain.com equivalent to --compose
3029                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3030
3031 2006-01-12 [paul]       1.9.100cvs139
3032
3033         * src/mainwindow.c
3034                 append 'Change folder order' label with '...'
3035         * src/prefs_actions.c
3036                 allow reordering of actions list by dnd
3037         * src/gtk/foldersort.c
3038                 make the dialog nicer
3039
3040 2006-01-11 [colin]      1.9.100cvs138
3041
3042         * src/compose.c
3043                 Allow templates without text
3044
3045 2006-01-11 [paul]       1.9.100cvs137
3046
3047         * tools/README
3048         * tools/filter_conv_new.pl
3049                 add info to README
3050                 also check .sylpheed for filter.xml
3051                 be a bit informative to the user
3052
3053 2006-01-11 [colin]      1.9.100cvs136
3054
3055         * src/textview.c
3056                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3057
3058 2006-01-10 [paul]       1.9.100cvs135
3059
3060         * tools/Makefile.am
3061         * tools/filter_conv_new.pl
3062                 add script to convert new style Sylpheed
3063                 filter rules (Sylpheed >= 0.9.99) to
3064                 Claws filtering rules
3065
3066 2006-01-10 [colin]      1.9.100cvs134
3067
3068         * src/compose.c
3069                 Fix broken line joins in certain conditions
3070                 (between two quoted lines: <enter><enter><up>
3071                  <type a wrapped sentence><go in the first line>
3072                  <insert more text><watch as line joining failed>)
3073
3074 2006-01-10 [paul]       1.9.100cvs133
3075
3076         * src/compose.c
3077                 don't report success in error dialog
3078                 thanks to Colin
3079         * src/common/utils.c
3080                 include some trailing punctuations as URI
3081                 thanks to Hiro
3082
3083 2006-01-10 [paul]       1.9.100cvs132
3084
3085         * src/mimeview.c
3086                 fix incompatible pointer type
3087                 warning
3088
3089 2006-01-10 [paul]       1.9.100cvs131
3090
3091         * src/compose.c
3092                 change Subject in window title
3093                 instantaneously
3094
3095 2006-01-09 [colin]      1.9.100cvs130
3096
3097         * src/addressbook.c
3098         * src/headerview.c
3099         * src/mainwindow.c
3100         * src/messageview.c
3101         * src/mimeview.c
3102         * src/noticeview.c
3103         * src/summaryview.c
3104                 Fix possible crashes on exit and in addressbook
3105
3106 2006-01-09 [paul]       1.9.100cvs129
3107
3108         * src/prefs_msg_colors.c
3109                 some cleanups that I forgot last time
3110
3111 2006-01-09 [paul]       1.9.100cvs128
3112
3113         * README
3114         * src/folderview.c
3115         * src/prefs_msg_colors.c
3116                 add previously hidden option, color_new, to
3117                 the gui
3118                 move the page to Display/
3119                 rework the gui
3120
3121 2006-01-09 [wwp]        1.9.100cvs127
3122
3123         * src/prefs_themes.c
3124                 made the prefs/display/themes layouts spacing less condensed
3125                 (and so they match other prefs/pages' look).
3126
3127 2006-01-09 [paul]       1.9.100cvs126
3128
3129         * src/compose.c
3130         * src/prefs_common.c
3131         * src/prefs_common.h
3132         * src/prefs_wrapping.c
3133                 remove 'wrap at send' option
3134
3135 2006-01-06 [colin]      1.9.100cvs125
3136
3137         * src/compose.c
3138                 Just make completely sure we don't insert "manual line breaks" 
3139                 when wrapping... 
3140
3141 2006-01-04 [paul]
3142
3143         * 2.0.0-rc3 released
3144
3145 2006-01-04 [paul]       1.9.100cvs124
3146
3147         * src/folderview.c
3148                 fix bug 882, 'quick scroll in folder list
3149                 displays wrong folder contents'
3150
3151 2006-01-04 [paul]       1.9.100cvs123
3152
3153         * src/plugins/pgpmime/pgpmime.c
3154                 better debug information when signing
3155                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3156
3157 2006-01-03 [colin]      1.9.100cvs122
3158
3159         * configure.ac
3160                 We need to recheck for gpgme 1.0.0 after checking
3161                 for 1.1.1, because if 1.1.1 isn't available, 
3162                 GPGME_LIBS and friends are blanked out by the 
3163                 second check.
3164
3165 2006-01-03 [colin]      1.9.100cvs121
3166
3167         * src/common/prefs.c
3168                 Windows unlink-before rename fix
3169         * src/plugins/pgpcore/sgpgme.c
3170                 Add support for PKA info if available
3171                 Both patches by Werner Koch
3172
3173 2006-01-03 [paul]       1.9.100cvs120
3174
3175         * src/messageview.c
3176                 fix bug 884, 'Send receipt' button visible in queue
3177                 Thanks to Colin
3178
3179 2006-01-02 [colin]      1.9.100cvs119
3180
3181         * src/compose.c
3182         * src/imap.c
3183                 Fix autosave on IMAP and more generally try to
3184                 return the correct ID on a newly added IMAP message
3185
3186 2006-01-02 [paul]       1.9.100cvs118
3187
3188         * manual/keyboard.xml
3189                 edited
3190
3191 2006-01-01 [paul]       1.9.100cvs117
3192
3193         * src/gtk/authors.h
3194                 alphabetical order
3195
3196 2005-12-30 [colin]      1.9.100cvs116
3197
3198         * manual/advanced.xml
3199                 Explain Pre/Post-processing differences.
3200
3201 2005-12-30 [colin]      1.9.100cvs115
3202
3203         * src/mh.c
3204                 Implement copy_msgs for a little optimization
3205         * src/imap.c
3206                 Finish yesterday's fix
3207
3208 2005-12-29 [colin]      1.9.100cvs114
3209
3210         * src/imap.c
3211                 Fix occasional failure in fetching a mail over
3212                 IMAP
3213
3214 2005-12-29 [colin]      1.9.100cvs113
3215
3216         * src/compose.c
3217                 Don't remove a draft when sending it, if it is 
3218                 locked.
3219
3220 2005-12-28 [colin]      1.9.100cvs112
3221
3222         * src/summaryview.c
3223                 Fix leak for real
3224
3225 2005-12-28 [wwp]        1.9.100cvs111
3226
3227         * doc/faq/.cvsignore
3228         * doc/faq/de/.cvsignore
3229         * doc/faq/en/.cvsignore
3230         * doc/faq/es/.cvsignore
3231         * doc/faq/fr/.cvsignore
3232         * doc/faq/it/.cvsignore
3233         * doc/manual/.cvsignore
3234         * doc/manual/de/.cvsignore
3235         * doc/manual/en/.cvsignore
3236         * doc/manual/es/.cvsignore
3237         * doc/manual/fr/.cvsignore
3238         * doc/manual/ja/.cvsignore
3239         * src/plugins/mathml_viewer/.cvsignore
3240                 rollback revival of those files (my bad, sorry for the noise).
3241
3242 2005-12-28 [wwp]        1.9.100cvs110
3243
3244         * src/compose.c
3245                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
3246
3247 2005-12-28 [wwp]        1.9.100cvs109
3248
3249         * doc/faq/.cvsignore
3250         * doc/faq/de/.cvsignore
3251         * doc/faq/en/.cvsignore
3252         * doc/faq/es/.cvsignore
3253         * doc/faq/fr/.cvsignore
3254         * doc/faq/it/.cvsignore
3255         * doc/manual/.cvsignore
3256         * doc/manual/de/.cvsignore
3257         * doc/manual/en/.cvsignore
3258         * doc/manual/es/.cvsignore
3259         * doc/manual/fr/.cvsignore
3260         * doc/manual/ja/.cvsignore
3261         * src/plugins/mathml_viewer/.cvsignore
3262         * po/.cvsignore
3263                 more files to ignore.
3264
3265 2005-12-24 [colin]      1.9.100cvs108
3266
3267         * AUTHORS
3268         * src/gtk/authors.h
3269                 Update for Werner
3270
3271 2005-12-24 [colin]      1.9.100cvs107
3272
3273         * src/procmsg.c
3274                 Allow NULL src_msginfo in 
3275                 procmsg_msginfo_new_from_mimeinfo
3276
3277 2005-12-23 [paul]       1.9.100cvs106
3278
3279         * src/plugins/pgpinline/mypgpcore.def
3280                 add this forgotten file
3281
3282 2005-12-23 [colin]      1.9.100cvs105
3283
3284         * src/mainwindow.c
3285                 Fix missing break
3286
3287 2005-12-23 [colin]      1.9.100cvs104
3288
3289         * autogen.sh
3290         * src/folder.c
3291         * src/mh.c
3292         * src/common/plugin.c
3293         * src/common/socket.c
3294         * src/common/socket.h
3295         * src/common/utils.c
3296         * src/common/utils.h
3297         * src/gtk/pluginwindow.c
3298         * src/plugins/pgpcore/plugin.def
3299         * src/plugins/pgpcore/sylpheed.def
3300         * src/plugins/pgpinline/Makefile.am
3301         * src/plugins/pgpinline/plugin.def
3302         * src/plugins/pgpinline/sylpheed.def
3303         * src/plugins/pgpmime/plugin.def
3304         * src/plugins/pgpmime/sylpheed.def
3305                 Various w32 fixes by Werner Koch
3306
3307 2005-12-22 [paul]       1.9.100cvs103
3308
3309         * src/wizard.c
3310                 don't offer IMAP as 'server type' if
3311                 libetpan isn't built in
3312
3313 2005-12-22 [paul]       1.9.100cvs102
3314
3315         * AUTHORS
3316         * src/mainwindow.c
3317         * src/mainwindow.h
3318         * src/toolbar.c
3319         * src/gtk/authors.h
3320                 support GTK_TOOLBAR_BOTH_HORIZ (text
3321                 next to icon) Patch by Marien Zwart
3322                 marienz@users.sf.net
3323                 Also reword the text
3324
3325 2005-12-21 [colin]      1.9.100cvs101
3326
3327         * configure.ac
3328                 Fix DATADIRNAME
3329         * COPYING
3330                 Fix missing section and explicit the exception better
3331         * src/compose.c
3332                 Prevent mail from being lost without notice when an
3333                 SMTP error happens on trying to send an unmodified
3334                 drafted mail.
3335         * src/send_message.c
3336         * src/common/smtp.c
3337                 Fix password remembering when wrong, and add return
3338                 value checks where they should have been
3339         * src/plugins/pgpcore/sylpheed.def
3340         * src/plugins/pgpinline/sylpheed.def
3341         * src/plugins/pgpmime/sylpheed.def
3342                 Add a few symbols needed
3343
3344 2005-12-21 [paul]       1.9.100cvs100
3345
3346         * m4/codeset.m4
3347         * m4/glibc21.m4
3348         * m4/intdiv0.m4
3349         * m4/inttypes-pri.m4
3350         * m4/inttypes.m4
3351         * m4/inttypes_h.m4
3352         * m4/isc-posix.m4
3353         * m4/lcmessage.m4
3354         * m4/stdint_h.m4
3355         * m4/uintmax_t.m4
3356                 gettextization
3357                 thanks to Colin
3358
3359 2005-12-21 [paul]       1.9.100cvs99
3360
3361         * po/sv.po
3362                 fixed by Colin
3363
3364 2005-12-20 [paul]       1.9.100cvs98
3365
3366         * po/sv.po
3367                 updated by Anders Trobäck
3368
3369 2005-12-20 [colin]      1.9.100cvs97
3370
3371         * ABOUT-NLS
3372         * Makefile.am
3373         * autogen.sh
3374         * configure.ac
3375         * config/config.rpath
3376         * config/mkinstalldirs
3377         * m4/Makefile.am
3378         * m4/glibc2.m4
3379         * m4/gnupg.m4
3380         * m4/gpgme.m4
3381         * m4/intmax.m4
3382         * m4/longdouble.m4
3383         * m4/longlong.m4
3384         * m4/printf-posix.m4
3385         * m4/signed.m4
3386         * m4/size_max.m4
3387         * m4/ulonglong.m4
3388         * m4/wchar_t.m4
3389         * m4/wint_t.m4
3390         * m4/xsize.m4
3391         * po/Makefile.in.in
3392         * po/Makevars
3393         * po/bg.po
3394         * po/ca.po
3395         * po/cs.po
3396         * po/de.po
3397         * po/el.po
3398         * po/en_GB.po
3399         * po/es.po
3400         * po/fi.po
3401         * po/fr.po
3402         * po/hr.po
3403         * po/hu.po
3404         * po/it.po
3405         * po/ja.po
3406         * po/ko.po
3407         * po/nb.po
3408         * po/nl.po
3409         * po/pl.po
3410         * po/pt_BR.po
3411         * po/ru.po
3412         * po/sk.po
3413         * po/sr.po
3414         * po/stamp-po
3415         * po/sv.po
3416         * po/zh_CN.po
3417         * po/zh_TW.po
3418         * src/Makefile.am
3419         * src/codeconv.c
3420         * src/compose.c
3421         * src/exporthtml.c
3422         * src/exportldif.c
3423         * src/folder.c
3424         * src/main.c
3425         * src/manual.c
3426         * src/mh.c
3427         * src/mimeview.c
3428         * src/send_message.c
3429         * src/common/Makefile.am
3430         * src/common/fnmatch.c
3431         * src/common/fnmatch.h
3432         * src/common/fnmatch_loop.c
3433         * src/common/nntp.c
3434         * src/common/plugin.c
3435         * src/common/smtp.c
3436         * src/common/socket.c
3437         * src/common/string_match.c
3438         * src/common/sylpheed.c
3439         * src/common/utils.c
3440         * src/common/utils.h
3441         * src/common/w32_dirent.c
3442         * src/common/w32_reg.c
3443         * src/common/w32_signal.c
3444         * src/common/w32_stat.c
3445         * src/common/w32_stdio.c
3446         * src/common/w32_stdlib.c
3447         * src/common/w32_string.c
3448         * src/common/w32_time.c
3449         * src/common/w32_unistd.c
3450         * src/common/w32_wait.c
3451         * src/common/w32lib.h
3452         * src/etpan/Makefile.am
3453         * src/gtk/Makefile.am
3454         * src/plugins/clamav/Makefile.am
3455         * src/plugins/demo/Makefile.am
3456         * src/plugins/dillo_viewer/Makefile.am
3457         * src/plugins/pgpcore/Makefile.am
3458         * src/plugins/pgpcore/passphrase.c
3459         * src/plugins/pgpcore/plugin.def
3460         * src/plugins/pgpcore/sgpgme.c
3461         * src/plugins/pgpcore/sylpheed.def
3462         * src/plugins/pgpcore/version.rc
3463         * src/plugins/pgpinline/Makefile.am
3464         * src/plugins/pgpinline/plugin.def
3465         * src/plugins/pgpinline/sylpheed.def
3466         * src/plugins/pgpinline/version.rc
3467         * src/plugins/pgpmime/Makefile.am
3468         * src/plugins/pgpmime/mypgpcore.def
3469         * src/plugins/pgpmime/plugin.def
3470         * src/plugins/pgpmime/sylpheed.def
3471         * src/plugins/pgpmime/version.rc
3472         * src/plugins/spamassassin/Makefile.am
3473                 Very little ;-) patch from Werner Koch, providing
3474                 infrastructure for cross-compiling to Win32
3475
3476 2005-12-20 [paul]       1.9.100cvs96
3477
3478         * src/account.c
3479         * src/account.h
3480         * src/mainwindow.c
3481         * src/mainwindow.h
3482         * src/toolbar.c
3483         * src/toolbar.h
3484                 add a combo to the Get All button, allowing
3485                 quick retrieval from any account
3486                 Patch by Fabien Vantard, slightly modified
3487                 by Colin
3488         * src/gtk/about.c
3489                 i18n fix. Patch by Fabien Vantard
3490
3491 2005-12-19 [colin]      1.9.100cvs95
3492
3493         * src/compose.c
3494         * src/compose.h
3495                 Don't automatically join lines when they've 
3496                 been separated by the user and not automatically
3497
3498 2005-12-19 [paul]       1.9.100cvs94
3499
3500         * src/gtk/pluginwindow.c
3501                 i18n fix.
3502                 Patch by Fabien Vantard
3503
3504 2005-12-15 [paul]       1.9.100cvs93
3505
3506         * src/common/plugin.c
3507         * src/common/plugin.h
3508         * src/gtk/pluginwindow.c
3509         * src/plugins/clamav/clamav_plugin.c
3510         * src/plugins/demo/demo.c
3511         * src/plugins/dillo_viewer/dillo_viewer.c
3512         * src/plugins/pgpcore/plugin.c
3513         * src/plugins/pgpinline/plugin.c
3514         * src/plugins/pgpmime/plugin.c
3515         * src/plugins/spamassassin/spamassassin.c
3516         * src/plugins/trayicon/trayicon.c
3517                 add plugin_version()
3518
3519 2005-12-15 [colin]      1.9.100cvs92
3520
3521         * src/compose.c
3522                 Further fix bug #875
3523
3524 2005-12-15 [paul]       1.9.100cvs91
3525
3526         * src/gtk/filesel.c
3527                 fix attach_load_dir getting set to
3528                 PLUGINDIR on plugin load
3529
3530 2005-12-14 [mones]      1.9.100cvs90
3531
3532         * manual/ack.xml
3533         * manual/keyboard.xml
3534                 Initial draft and some shortcuts added
3535                 
3536         * po/es.po
3537                 Updated translation
3538
3539 2005-12-14 [colin]      1.9.100cvs89
3540
3541         * src/compose.c
3542         * src/imap.c
3543         * src/summaryview.c
3544         * src/gtk/gtkaspell.c
3545                 More leaks fixed
3546         * src/prefs_folder_item.c
3547                 Fix recursive prefs apply
3548
3549
3550 2005-12-14 [colin]      1.9.100cvs88
3551
3552         * src/compose.c
3553                 Fix bug #875 (Freeze On Inline Forward of 
3554                 Large Message)
3555
3556 2005-12-13 [colin]      1.9.100cvs87
3557
3558         * src/compose.c
3559                 Uniq-ify and sort the mimetypes list
3560                 Patch by Fabien Vantard
3561
3562 2005-12-13 [colin]      1.9.100cvs86
3563
3564         * src/imap.c
3565         * src/etpan/imap-thread.c
3566                 Fix leaks (patch by Hoa)
3567         * src/news.c
3568         * src/common/plugin.c
3569                 Fix leaks
3570
3571 2005-12-12 [colin]
3572
3573         * 2.0.0-rc2 released
3574
3575 2005-12-12 [colin]      1.9.100cvs85
3576
3577         * src/matcher.c
3578                 Fix a leak
3579
3580 2005-12-12 [wwp]        1.9.100cvs84
3581
3582         * src/gtk/icon_legend.c
3583                 fix misbehaviour and crash when closing the legend window
3584         using the Esc key (patch by Fabien Vantard).
3585
3586 2005-12-12 [paul]       1.9.100cvs83
3587
3588         * src/browseldap.c
3589         * src/foldersel.c
3590         * src/prefs_actions.c
3591         * src/prefs_filtering.c
3592         * src/prefs_matcher.c
3593         * src/prefs_spelling.glade      ** REMOVED **
3594         * src/prefs_template.c
3595         * src/gtk/foldersort.glade      ** REMOVED **
3596         * src/gtk/pluginwindow.c
3597         * src/gtk/pluginwindow.glade    ** REMOVED **
3598         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
3599                 cleanups
3600
3601 2005-12-11 [paul]       1.9.100cvs82
3602
3603         * src/gtk/filesel.c
3604                 fix attach_load_dir crasher (double free)
3605
3606 2005-12-09 [paul]       1.9.100cvs81
3607
3608         * po/POTFILES.in
3609         * src/mainwindow.c
3610         * src/gtk/Makefile.am
3611         * src/gtk/icon_legend.c
3612         * src/gtk/icon_legend.h
3613                 add icon legend
3614         * src/manual.c
3615                 cleanup
3616
3617 2005-12-09 [paul]       1.9.100cvs80
3618
3619         * src/plugins/pgpcore/passphrase.c
3620                 wrap the label in the dialog
3621
3622 2005-12-09 [colin]      1.9.100cvs79
3623
3624         * src/plugins/pgpcore/sgpgme.c
3625                 Display (untrusted) on not trusted signatures
3626                 Patch by Michal Èihaø <michal@cihar.com>
3627                 Closes bug #867 (Report also key trust)
3628
3629 2005-12-09 [colin]      1.9.100cvs78
3630
3631         * src/common/plugin.c
3632                 Update licence check, following Eben Moglen's advice
3633
3634 2005-12-08 [colin]      1.9.100cvs77
3635
3636         * src/folder.c
3637                 Fix the occasionnal item->cache != NULL 
3638                 assertion failure. 
3639
3640 2005-12-08 [colin]      1.9.100cvs76
3641
3642         * src/mimeview.c
3643         * src/plugins/pgpcore/sgpgme.c
3644                 Print key id when unable to check it
3645                 Closes bug #866 (Show key id when missing)
3646
3647 2005-12-08 [paul]       1.9.100cvs75
3648
3649         * src/prefs_common.c
3650         * src/prefs_common.h
3651         * src/gtk/filesel.c
3652                 remember load attachment dir
3653
3654 2005-12-07 [colin]      1.9.100cvs74
3655
3656         * src/prefs_toolbar.c
3657                 Gtk fixes, patch by Fabien Vantard
3658
3659 2005-12-07 [colin]      1.9.100cvs73
3660
3661         * src/action.c
3662         * src/compose.c
3663         * src/compose.h
3664                 Fix bug #839 (Quoted text isn't colored after 
3665                 executing an action)
3666         * src/common/plugin.c
3667                 Require plugins to declare their licence in plugin_licence()
3668                 Refuse to load non-GPL plugins as they'd be illegal (as 
3669                 derived works of Sylpheed-Claws, they must be GPL).
3670         * src/plugins/clamav/clamav_plugin.c
3671         * src/plugins/demo/demo.c
3672         * src/plugins/dillo_viewer/dillo_viewer.c
3673         * src/plugins/pgpcore/plugin.c
3674         * src/plugins/pgpinline/plugin.c
3675         * src/plugins/pgpmime/plugin.c
3676         * src/plugins/spamassassin/spamassassin.c
3677         * src/plugins/trayicon/trayicon.c
3678                 Add plugin_licence()
3679
3680 2005-12-07 [paul]       1.9.100cvs72
3681
3682         * configure.ac
3683         * src/mainwindow.c
3684         * src/manual.c
3685         * src/manual.h
3686         * src/common/defs.h
3687                 clean up after local FAQ removal and
3688                 temporary manual removal
3689
3690 2005-12-06 [colin]      1.9.100cvs71
3691
3692         * configure.ac
3693         * doc/Makefile.am
3694         * doc/faq/.cvsignore
3695         * doc/faq/Makefile.am
3696         * doc/faq/de/.cvsignore
3697         * doc/faq/de/Makefile.am
3698         * doc/faq/de/sylpheed-faq-1.html
3699         * doc/faq/de/sylpheed-faq-2.html
3700         * doc/faq/de/sylpheed-faq-3.html
3701         * doc/faq/de/sylpheed-faq.html
3702         * doc/faq/en/.cvsignore
3703         * doc/faq/en/Makefile.am
3704         * doc/faq/en/sylpheed-faq-1.html
3705         * doc/faq/en/sylpheed-faq-2.html
3706         * doc/faq/en/sylpheed-faq-3.html
3707         * doc/faq/en/sylpheed-faq-4.html
3708         * doc/faq/en/sylpheed-faq.html
3709         * doc/faq/es/.cvsignore
3710         * doc/faq/es/Makefile.am
3711         * doc/faq/es/sylpheed-faq-1.html
3712         * doc/faq/es/sylpheed-faq-2.html
3713         * doc/faq/es/sylpheed-faq-3.html
3714         * doc/faq/es/sylpheed-faq-4.html
3715         * doc/faq/es/sylpheed-faq.html
3716         * doc/faq/fr/.cvsignore
3717         * doc/faq/fr/Makefile.am
3718         * doc/faq/fr/sylpheed-faq-1.html
3719         * doc/faq/fr/sylpheed-faq-2.html
3720         * doc/faq/fr/sylpheed-faq-3.html
3721         * doc/faq/fr/sylpheed-faq.html
3722         * doc/faq/it/.cvsignore
3723         * doc/faq/it/Makefile.am
3724         * doc/faq/it/sylpheed-faq-1.html
3725         * doc/faq/it/sylpheed-faq-2.html
3726         * doc/faq/it/sylpheed-faq-3.html
3727         * doc/faq/it/sylpheed-faq.html
3728         * doc/manual/.cvsignore
3729         * doc/manual/Makefile.am
3730         * doc/manual/de/.cvsignore
3731         * doc/manual/de/Makefile.am
3732         * doc/manual/de/sylpheed-1.html
3733         * doc/manual/de/sylpheed-10.html
3734         * doc/manual/de/sylpheed-11.html
3735         * doc/manual/de/sylpheed-12.html
3736         * doc/manual/de/sylpheed-13.html
3737         * doc/manual/de/sylpheed-14.html
3738         * doc/manual/de/sylpheed-15.html
3739         * doc/manual/de/sylpheed-16.html
3740         * doc/manual/de/sylpheed-17.html
3741         * doc/manual/de/sylpheed-18.html
3742         * doc/manual/de/sylpheed-19.html
3743         * doc/manual/de/sylpheed-2.html
3744         * doc/manual/de/sylpheed-20.html
3745         * doc/manual/de/sylpheed-3.html
3746         * doc/manual/de/sylpheed-4.html
3747         * doc/manual/de/sylpheed-5.html
3748         * doc/manual/de/sylpheed-6.html
3749         * doc/manual/de/sylpheed-7.html
3750         * doc/manual/de/sylpheed-8.html
3751         * doc/manual/de/sylpheed-9.html
3752         * doc/manual/de/sylpheed.html
3753         * doc/manual/en/.cvsignore
3754         * doc/manual/en/Makefile.am
3755         * doc/manual/en/sylpheed-1.html
3756         * doc/manual/en/sylpheed-10.html
3757         * doc/manual/en/sylpheed-11.html
3758         * doc/manual/en/sylpheed-12.html
3759         * doc/manual/en/sylpheed-13.html
3760         * doc/manual/en/sylpheed-14.html
3761         * doc/manual/en/sylpheed-15.html
3762         * doc/manual/en/sylpheed-16.html
3763         * doc/manual/en/sylpheed-17.html
3764         * doc/manual/en/sylpheed-18.html
3765         * doc/manual/en/sylpheed-19.html
3766         * doc/manual/en/sylpheed-2.html
3767         * doc/manual/en/sylpheed-20.html
3768         * doc/manual/en/sylpheed-21.html
3769         * doc/manual/en/sylpheed-22.html
3770         * doc/manual/en/sylpheed-3.html
3771         * doc/manual/en/sylpheed-4.html
3772         * doc/manual/en/sylpheed-5.html
3773         * doc/manual/en/sylpheed-6.html
3774         * doc/manual/en/sylpheed-7.html
3775         * doc/manual/en/sylpheed-8.html
3776         * doc/manual/en/sylpheed-9.html
3777         * doc/manual/en/sylpheed.html
3778         * doc/manual/es/.cvsignore
3779         * doc/manual/es/Makefile.am
3780         * doc/manual/es/sylpheed-1.html
3781         * doc/manual/es/sylpheed-10.html
3782         * doc/manual/es/sylpheed-11.html
3783         * doc/manual/es/sylpheed-12.html
3784         * doc/manual/es/sylpheed-13.html
3785         * doc/manual/es/sylpheed-14.html
3786         * doc/manual/es/sylpheed-15.html
3787         * doc/manual/es/sylpheed-16.html
3788         * doc/manual/es/sylpheed-17.html
3789         * doc/manual/es/sylpheed-18.html
3790         * doc/manual/es/sylpheed-19.html
3791         * doc/manual/es/sylpheed-2.html
3792         * doc/manual/es/sylpheed-20.html
3793         * doc/manual/es/sylpheed-3.html
3794         * doc/manual/es/sylpheed-4.html
3795         * doc/manual/es/sylpheed-5.html
3796         * doc/manual/es/sylpheed-6.html
3797         * doc/manual/es/sylpheed-7.html
3798         * doc/manual/es/sylpheed-8.html
3799         * doc/manual/es/sylpheed-9.html
3800         * doc/manual/es/sylpheed.html
3801         * doc/manual/fr/.cvsignore
3802         * doc/manual/fr/Makefile.am
3803         * doc/manual/fr/sylpheed-1.html
3804         * doc/manual/fr/sylpheed-10.html
3805         * doc/manual/fr/sylpheed-11.html
3806         * doc/manual/fr/sylpheed-12.html
3807         * doc/manual/fr/sylpheed-13.html
3808         * doc/manual/fr/sylpheed-14.html
3809         * doc/manual/fr/sylpheed-15.html
3810         * doc/manual/fr/sylpheed-16.html
3811         * doc/manual/fr/sylpheed-17.html
3812         * doc/manual/fr/sylpheed-18.html
3813         * doc/manual/fr/sylpheed-19.html
3814         * doc/manual/fr/sylpheed-2.html
3815         * doc/manual/fr/sylpheed-20.html
3816         * doc/manual/fr/sylpheed-3.html
3817         * doc/manual/fr/sylpheed-4.html
3818         * doc/manual/fr/sylpheed-5.html
3819         * doc/manual/fr/sylpheed-6.html
3820         * doc/manual/fr/sylpheed-7.html
3821         * doc/manual/fr/sylpheed-8.html
3822         * doc/manual/fr/sylpheed-9.html
3823         * doc/manual/fr/sylpheed.html
3824         * doc/manual/ja/.cvsignore
3825         * doc/manual/ja/Makefile.am
3826         * doc/manual/ja/sylpheed-1.html
3827         * doc/manual/ja/sylpheed-10.html
3828         * doc/manual/ja/sylpheed-11.html
3829         * doc/manual/ja/sylpheed-12.html
3830         * doc/manual/ja/sylpheed-13.html
3831         * doc/manual/ja/sylpheed-14.html
3832         * doc/manual/ja/sylpheed-15.html
3833         * doc/manual/ja/sylpheed-16.html
3834         * doc/manual/ja/sylpheed-17.html
3835         * doc/manual/ja/sylpheed-18.html
3836         * doc/manual/ja/sylpheed-19.html
3837         * doc/manual/ja/sylpheed-2.html
3838         * doc/manual/ja/sylpheed-20.html
3839         * doc/manual/ja/sylpheed-3.html
3840         * doc/manual/ja/sylpheed-4.html
3841         * doc/manual/ja/sylpheed-5.html
3842         * doc/manual/ja/sylpheed-6.html
3843         * doc/manual/ja/sylpheed-7.html
3844         * doc/manual/ja/sylpheed-8.html
3845         * doc/manual/ja/sylpheed-9.html
3846         * doc/manual/ja/sylpheed.html
3847         * doc/manual/ja/sylpheed.sgml
3848         * src/mainwindow.c
3849                 Remove outdated manual and faq. Noisy, eh?
3850
3851 2005-12-06 [colin]      1.9.100cvs70
3852
3853         * src/compose.c
3854         * src/quote_fmt_parse.y
3855         * src/undo.c
3856         * src/undo.h
3857                 Allow %X to position cursor at 0 
3858                 (no %X = before signature)
3859                 Fix paste as quotation putting the cursor at 0
3860                 Fix undo offsets when pasting
3861                 Insert the quote_fmt at once instead of line 
3862                 by line
3863                 Fix [Edited] when starting to reply/forward
3864
3865 2005-12-06 [paul]       1.9.100cvs69
3866
3867         * src/plugins/clamav/clamav_plugin_gtk.c
3868                 add another tooltip
3869         * src/plugins/spamassassin/spamassassin_gtk.c
3870                 rework spamassassin_create_widget_func()
3871
3872 2005-12-05 [colin]      1.9.100cvs68
3873
3874         * po/POTFILES.in
3875                 Fix make release ;-)
3876
3877 2005-12-05 [colin]      1.9.100cvs67
3878
3879         * src/compose.c
3880         * src/compose.h
3881                 Fix cursor positioning (not obeying %X)
3882
3883 2005-12-05 [paul]       1.9.100cvs66
3884
3885         * src/plugins/dillo_viewer/dillo_prefs.c
3886                 fix compilation warning
3887
3888 2005-12-05 [paul]       1.9.100cvs65
3889
3890         * src/prefs_spelling.c
3891         * src/plugins/trayicon/trayicon.c
3892                 cleanups - remove unused stuff
3893
3894 2005-12-05 [paul]       1.9.100cvs64
3895
3896         * README
3897         * manual/plugins.xml
3898                 remove info about removed mathml_viewer plugin
3899
3900 2005-12-05 [paul]       1.9.100cvs63
3901
3902         * configure.ac
3903         * src/plugins/Makefile.am
3904         * src/plugins/mathml_viewer/.cvsignore
3905         * src/plugins/mathml_viewer/Makefile.am
3906         * src/plugins/mathml_viewer/mathml_viewer.c
3907                 remove unmaintained mathml_viewer plugin
3908
3909 2005-12-05 [paul]       1.9.100cvs62
3910
3911         * src/summaryview.c
3912                 obey prefs_common.always_show_msg when
3913                 moving a msg
3914                 Thanks to Colin
3915
3916 2005-12-05 [paul]       1.9.100cvs61
3917
3918         * src/compose.c
3919         * src/prefs_account.c
3920         * src/prefs_filtering.c
3921         * src/prefs_quote.c
3922         * src/prefs_spelling.c
3923         * src/prefs_toolbar.c
3924         * src/summaryview.c
3925         * src/gtk/gtkutils.c
3926         * src/gtk/quicksearch.c
3927         * src/plugins/dillo_viewer/dillo_prefs.c
3928                 dialog cleanups
3929
3930 2005-12-04 [paul]       1.9.100cvs60
3931
3932         * src/inc.c
3933         * src/prefs_account.c
3934         * src/prefs_account.h
3935                 allow a Local account to specify a
3936                 default inbox
3937                 (closes bug 843 'Inbox cannot be changed for local
3938                  mailboxes')
3939
3940 2005-12-04 [colin]      1.9.100cvs59
3941
3942         * src/plugins/trayicon/trayicon.c
3943                 Remove Get, rename Get All to Get Mail in order to
3944                 be consistent with the default main toolbar
3945
3946 2005-12-03 [colin]      1.9.100cvs58
3947
3948         * manual/gpl.xml
3949         * manual/sylpheed-claws-manual.xml
3950                 Add GPL appendix
3951
3952 2005-12-03 [paul]       1.9.100cvs57
3953
3954         * AUTHORS
3955         * po/sv.po
3956         * src/gtk/authors.h
3957                 new (partially complete) Swedish translation
3958                 by Anders Troback <sylpheed@troback.com>
3959
3960 2005-12-02 [paul]       1.9.100cvs56
3961
3962         * configure.ac
3963                 libetpan 0.41 required
3964
3965 2005-12-02 [paul]       1.9.100cvs55
3966
3967         * src/plugins/clamav/clamav_plugin.c
3968         * src/plugins/clamav/clamav_plugin.h
3969         * src/plugins/clamav/clamav_plugin_gtk.c
3970         * src/plugins/spamassassin/spamassassin.c
3971         * src/plugins/spamassassin/spamassassin.h
3972         * src/plugins/spamassassin/spamassassin_gtk.c
3973                 unregister prefs pages on unloading, thus
3974                 preventing a crash
3975                 (thanks to Colin for the hint)
3976
3977 2005-12-02 [wwp]        1.9.100cvs54
3978
3979         * src/quote_fmt.h
3980         * src/quote_fmt_parse.y
3981                 fix misuse of gboolean*, use gboolean instead
3982                 (thanks to Paul, Colin, for pointing out that scaring one)
3983
3984 2005-12-02 [paul]       1.9.100cvs53
3985
3986         * src/plugins/clamav/clamav_plugin.c
3987                 int no --> unsigned int no
3988         * src/plugins/clamav/clamav_plugin_gtk.c
3989                 rework config page
3990
3991 2005-12-02 [wwp]        1.9.100cvs52
3992
3993         * src/compose.c
3994         * src/prefs_template.c
3995         * src/quote_fmt.h
3996         * src/quote_fmt_parse.y
3997                 prevent from executing |f and |p templates commands when
3998                 adding or replacing templates in prefs (avoids annoying and
3999                 potentially dangerous behaviours)
4000
4001 2005-12-02 [paul]       1.9.100cvs51
4002
4003         * src/prefs_common.c
4004                 allow translation of some default values
4005                 Patch by Fabien Vantard
4006
4007 2005-12-02 [paul]       1.9.100cvs50
4008
4009         * src/codeconv.c
4010         * src/codeconv.h
4011         * src/prefs_common.c
4012         * src/prefs_common.h
4013         * src/prefs_message.c
4014         * src/textview.c
4015                 remove obsolete 'convert_mb_alnum' option
4016                 and related stuff
4017         * src/gtk/about.c
4018                 remove unused 'about_textview_visibility_notify'
4019
4020 2005-12-02 [paul]       1.9.100cvs49
4021
4022         * src/prefs_account.c
4023         * src/prefs_compose_writing.c
4024         * src/prefs_fonts.c
4025         * src/prefs_gtk.h
4026         * src/prefs_image_viewer.c
4027         * src/prefs_message.c
4028         * src/prefs_other.c
4029         * src/prefs_receive.c
4030         * src/prefs_send.c
4031         * src/prefs_spelling.c
4032         * src/prefs_summaries.c
4033         * src/prefs_wrapping.c
4034         * src/plugins/dillo_viewer/dillo_prefs.c
4035         * src/plugins/pgpcore/prefs_gpg.c
4036                 several cleanups to the prefs dialogs
4037                 (slightly modified) patch by Fabien Vantard
4038
4039 2005-12-02 [paul]       1.9.100cvs48
4040
4041         * src/main.c
4042                 --exit means exit
4043         * src/send_message.c
4044                 fix crash on send when connection fails
4045
4046         Thanks to Colin
4047
4048 2005-12-01 [colin]      1.9.100cvs47
4049
4050         * src/html.c
4051                 Translate &hellip; to "..."
4052
4053 2005-11-30 [colin]      1.9.100cvs46
4054
4055         * src/matcher.c
4056         * src/matcher.h
4057                 Optimize back yesterday's fix.
4058
4059 2005-11-30 [paul]       1.9.100cvs45
4060
4061         * manual/faq.xml
4062                 standardised
4063         * manual/intro.xml
4064                 written by Colin, edited by me
4065
4066 2005-11-29 [colin]      1.9.100cvs44
4067
4068         * src/matcher.c
4069                 Skip headers unconditionnaly in match_body if the
4070                 rule is not message or ~message
4071
4072 2005-11-29 [colin]      1.9.100cvs43
4073
4074         * src/matcher.c
4075                 Fix body_part and such, not skipping headers 
4076                 if the matchcriteria wasn't the first in the rule
4077
4078 2005-11-29 [colin]      1.9.100cvs42
4079
4080         * src/compose.c
4081                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
4082                 option missing from message view window)
4083                 Fix double text D'n'D with gtk-2.8
4084         * src/matcher.c
4085                 Fix ~message, ~headers_part, ~body_part rules
4086         * src/messageview.c
4087                 Add Windows-1252 (Closes bug #863)
4088                 Fix accels
4089         * src/gtk/gtkaspell.c
4090                 Properly destroy accels in all menus
4091
4092 2005-11-29 [mones]      1.9.100cvs41
4093
4094         * po/es.po
4095                 Updated.
4096
4097 2005-11-27 [colin]      1.9.100cvs40
4098
4099         * src/mh_gtk.c
4100                 "/Remove mailbox" -> "/Remove mailbox..."
4101
4102 2005-11-27 [paul]       1.9.100cvs39
4103
4104         * AUTHORS
4105         * po/de.po
4106         * src/gtk/authors.h
4107                 updated by new maintainer, Stephan Sachse
4108
4109 2005-11-27 [paul]       1.9.100cvs38
4110
4111         * manual/faq.xml
4112                 written by Colin, edited by me
4113
4114 2005-11-27 [paul]       1.9.100cvs37
4115
4116         * src/prefs_common.c
4117         * src/prefs_common.h
4118         * src/prefs_receive.c
4119         * src/prefs_summaries.c
4120                 move 'go to inbox after receiving new mail'
4121                 option from display/sumamaries to mail
4122                 handling/receive, and rework prefs_summaries
4123                 dialog a little
4124
4125 2005-11-25 [martin]     1.9.100cvs36
4126
4127         * po/de.po
4128             fixed windows-1252 translation;
4129             translated some new and fuzzy strings
4130
4131 2005-11-25 [paul]       1.9.100cvs35
4132
4133         * src/plugins/clamav/clamav_plugin.c
4134                 complete the update done in cvs34
4135
4136 2005-11-25 [paul]       1.9.100cvs34
4137
4138         * src/plugins/clamav/clamav_plugin.c
4139                 reflect upstream changes
4140
4141 2005-11-25 [paul]       1.9.100cvs33
4142
4143         * manual/ack.xml
4144         * manual/plugins.xml
4145         * manual/sylpheed-claws-manual.xml
4146                 written/updated by Colin, edited by me
4147         * tools/acroread2sylpheed.pl
4148                 update binary name
4149
4150 2005-11-24 [colin]      1.9.100cvs32
4151
4152         * src/compose.c
4153                 Fix bug #856 (reediting messages forgets Request
4154                 Return Receipt)
4155
4156 2005-11-24 [paul]       1.9.100cvs31
4157
4158         * manual/addrbook.xml
4159         * manual/starting.xml
4160                 written by Colin, proofread, edited, adapted by me
4161         * manual/advanced.xml
4162                 add some Actions examples
4163         * src/importldif.c
4164                 use a Save button instead of a Close button
4165         * src/wizard.c
4166                 indicate mandatory fields
4167                 fix page display
4168                 Thanks to Colin
4169
4170 2005-11-23 [colin]      1.9.100cvs30
4171
4172         * src/addressbook.c
4173                 Rename menu item, fix possible crash after
4174                 deletion of books
4175         * src/addrindex.c
4176                 Allow searching for '*' in ldap
4177         * src/browseldap.c
4178                 Fix "Browse Entry" (did anyone use it?)
4179         * src/wizard.c
4180                 Add guards for mandatory information
4181
4182 2005-11-23 [paul]       1.9.100cvs29
4183
4184         * manual/advanced.xml
4185                 corrections to the English
4186
4187 2005-11-23 [colin]      1.9.100cvs28
4188
4189         * src/mimeview.c
4190                 Fix possible crash at exit. After the call to
4191                 gtk_container_remove(), the Viewer's widget has no
4192                 more parent so gtk+ automatically frees it and its
4193                 sons. If destroy_viewer() then try to access it,
4194                 problems ensue.
4195
4196 2005-11-22 [colin]      1.9.100cvs27
4197
4198         * src/compose.c
4199         * src/gtk/gtkaspell.c
4200                 Fix right-clicking on a misspelled word
4201                 Fix More... in suggestions menu
4202
4203 2005-11-22 [wwp]        1.9.100cvs26
4204
4205         * src/prefs_template.c
4206                 templates works: re-sort templates list when adding or replacing,
4207                 prevent from adding or replacing when the template name is empty
4208
4209 2005-11-21 [colin]      1.9.100cvs25
4210
4211         * src/addressbook.c
4212                 Fix some addressbook suckage (dnd, select all)
4213         * src/compose.c
4214         * src/gtk/gtkaspell.c
4215         * src/gtk/gtkaspell.h
4216                 Make the spellchecker menu work with the 
4217                 GtkTextView one instead of overriding it
4218
4219 2005-11-20 [paul]       1.9.100cvs24
4220
4221         * manual/handling.xml
4222                 proofread and corrected
4223
4224 2005-11-20 [paul]       1.9.100cvs23
4225
4226         * manual/Makefile
4227                 generate html as one file
4228         * manual/advanced.xml
4229                 fix output generation
4230                 reformat hidden options list
4231         * manual/manual.xml     ** REMOVED **
4232         * manual/sylpheed-claws-manual.xml      ** ADDED **
4233                 renamed
4234
4235 2005-11-18 [colin]      1.9.100cvs22
4236
4237         * src/prefs_account.c
4238                 Fix layout in news and mbox accounts
4239         * manual/account.xml
4240         * manual/advanced.xml
4241                 New contents for Paul to check :)
4242
4243 2005-11-18 [wwp]        1.9.100cvs21
4244
4245         * src/gtk/quicksearch.c
4246                 don't update extended quicksearch buttons twice
4247
4248 2005-11-18 [paul]       1.9.100cvs20
4249
4250         * src/textview.c
4251                 complete 1.9.100cvs19
4252
4253 2005-11-18 [paul]       1.9.100cvs19
4254
4255         * src/compose.c
4256                 cosmetic improvements
4257         * src/textview.c
4258                 also list text/* attachments
4259
4260 2005-11-18 [colin]      1.9.100cvs18
4261
4262         * src/summaryview.c
4263                 Use column 0 instead of -1 in 
4264                 gtk_ctree_node_moveto, in a naive
4265                 hope it'll fix the gtk-related crashes
4266
4267 2005-11-18 [colin]      1.9.100cvs17
4268
4269         * src/gtk/inputdialog.c
4270                 Fix icon staying the first one
4271
4272 2005-11-17 [wwp]        1.9.100cvs16
4273                 fix possible problem showing some quicksearch buttons, and a bad
4274                 call to g_return_if_fail in a function that returns a value (both
4275                 fixes by Fabien Vantard)
4276
4277 2005-11-15 [wwp]        1.9.100cvs15
4278
4279         * src/gtk/quicksearch.c
4280                 added a tooltip to that obscure ... quicksearch button
4281
4282 2005-11-15 [wwp]        1.9.100cvs14
4283
4284         * src/gtk/quicksearch.c
4285                 add a quicksearch helper to filtering expression users: the ... button
4286                 raises the condition expr window. condition expressions set up w/ this
4287                 window are used by the quicksearch if the user closes it pressing OK.
4288
4289 2005-11-14 [paul]       1.9.100cvs13
4290
4291         * src/plugins/clamav/clamav_plugin.c
4292         * src/plugins/spamassassin/spamassassin.c
4293                 change plugin type following recent merging
4294
4295 2005-11-14 [wwp]        1.9.100cvs12
4296
4297         * src/folder.c
4298                 prevent from crashing when copying/moving message(s) from and
4299                 to the same folder
4300
4301 2005-11-14 [paul]       1.9.100cvs11
4302
4303         * src/plugins/clamav/Makefile.am
4304         * src/plugins/clamav/clamav_plugin.c
4305         * src/plugins/clamav/clamav_plugin.h
4306         * src/plugins/clamav/clamav_plugin_gtk.c
4307                 also merge clamav and clamav_gtk plugins
4308
4309 2005-11-13 [colin]      1.9.100cvs10
4310
4311         * configure.ac
4312         * src/plugins/spamassassin/Makefile.am
4313         * src/plugins/spamassassin/spamassassin.c
4314         * src/plugins/spamassassin/spamassassin.h
4315         * src/plugins/spamassassin/spamassassin_gtk.c
4316                 Merge spamassassin and spamassassin_gtk plugins,
4317                 and build it by default.
4318
4319 2005-11-12 [colin]      1.9.100cvs9
4320
4321         * src/etpan/imap-thread.c
4322                 Fix gcc warning
4323
4324 2005-11-12 [colin]      1.9.100cvs8
4325
4326         * src/procmime.c
4327                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
4328
4329 2005-11-10 [colin]      1.9.100cvs7
4330
4331         * src/main.c
4332                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
4333                 minimised state)
4334
4335 2005-11-10 [wwp]        1.9.100cvs6
4336
4337         * src/gtk/description_window.c
4338                 fix a crash when closing description windows using the WM's [X] button
4339
4340 2005-11-09 [colin]      1.9.100cvs5
4341
4342         * src/common/ssl.c
4343                 Update libetpan call to follow upstream
4344                 (yes, this requires libetpan-0.40cvs3)
4345
4346 2005-11-08 [colin]      1.9.100cvs4
4347
4348         * src/compose.c
4349         * src/textview.c
4350         * src/common/utils.c
4351         * src/common/utils.h
4352                 Enhance the email parser
4353
4354 2005-11-08 [colin]      1.9.100cvs3
4355
4356         * src/procmime.c
4357                 Fix what looks like an off-by-one (fixes 
4358                 attachments from the Bat)
4359
4360 2005-11-08 [wwp]        1.9.100cvs2
4361
4362         * src/main.c
4363                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
4364
4365 2005-11-08 [wwp]        1.9.100cvs1
4366
4367         * src/main.c
4368                 allow exiting Sylpheed-Claws from command-line
4369
4370 2005-11-08 [paul]       1.9.100
4371
4372         1.9.100 released
4373
4374 2005-11-07 [colin]      1.9.99cvs17
4375
4376         * src/addritem.c
4377         * src/ldif.c
4378                 Fix import of base-64 encoded items
4379
4380 2005-11-07 [colin]      1.9.99cvs16
4381
4382         * src/send_message.c
4383                 Fix bug #314 (Queue does not empty under certain 
4384                 circumstances)
4385
4386 2005-11-07 [paul]       1.9.99cvs15
4387
4388         * src/mutt.c
4389         * src/pine.c
4390                 fix buffer overflows
4391                 Thanks to Colin
4392
4393 2005-11-07 [paul]       1.9.99cvs14
4394
4395         * doc/man/Makefile.am
4396         * doc/man/sylpheed-claws.1      ** ADDED **
4397         * doc/man/sylpheed.1            ** DELETED **
4398                 rename and update the man file
4399
4400 2005-11-06 [colin]      1.9.99cvs13
4401
4402         * src/ldif.c
4403                 Fix ldif_get_line() that returned empty strings
4404                 (Didn't understand why). Also fix a possible
4405                 buffer overflow.
4406
4407 2005-11-06 [wwp]        1.9.99cvs12
4408
4409         * src/textview.c
4410         * src/gtk/about.c
4411         * src/gtk/gtkutils.c
4412         * src/gtk/gtkutils.h
4413                 fix a compilation warning,
4414                 make links sensitive in the about dialog
4415
4416 2005-11-04 [wwp]        1.9.99cvs11
4417
4418         * src/gtk/about.c
4419                 don't wrap or translate URIs, and a bit text format cleanup
4420
4421 2005-11-04 [wwp]        1.9.99cvs10
4422
4423         * src/gtk/about.c
4424                 better textview tagging implementation (no more use of marks for
4425                 postponed tagging)
4426
4427 2005-11-02 [colin]      1.9.99cvs9
4428
4429         * src/common/ssl.c
4430                 Forgot an ifdef
4431
4432 2005-11-02 [colin]      1.9.99cvs8
4433
4434         * configure.ac
4435                 Require libetpan-0.40 due to upstream fix
4436         * src/common/ssl.c
4437                 Tell libetpan not to call SSL_Library_Init,
4438                 as we do it ourselves.
4439
4440 2005-11-02 [colin]      1.9.99cvs7
4441
4442         * po/POTFILES.in
4443                 Add missing files (thanks to Fabien Vantard)
4444
4445 2005-11-02 [colin]      1.9.99cvs6
4446
4447         * src/summaryview.c
4448                 Fix totals when read messages are hidden or quicksearch
4449                 is on
4450         * src/ssl_manager.c
4451         * src/ssl_manager.h
4452         * src/common/ssl_certificate.c
4453         * src/common/ssl_certificate.h
4454         * src/gtk/sslcertwindow.c
4455         * src/gtk/sslcertwindow.h
4456                 Fix copyright on my stuff
4457
4458 2005-11-02 [wwp]        1.9.99cvs5
4459
4460         * src/prefs_themes.c
4461                 fix directory name checking (theme installation/removal),
4462                 made related error a bit more verbose
4463
4464 2005-11-02 [colin]      1.9.99cvs4
4465
4466         * src/summaryview.c
4467                 Fix typo (probably fixes bug #841 (Sort by the From 
4468                 field doesn't work)
4469
4470 2005-11-02 [paul]       1.9.99cvs3
4471
4472         * po/ko.po
4473         * po/nb.po
4474                 updated by SungHyun Nam, Geir Helland
4475         * src/wizard.c
4476                 fix typo in welcome message. spotted by
4477                 Andrea Spadaccini
4478
4479 2005-11-01 [colin]      1.9.99cvs2
4480
4481         * src/compose.c
4482                 Fix replying to ml wen confirming subscription
4483         * src/messageview.c
4484         * src/mimeview.c
4485         * src/mimeview.h
4486         * src/privacy.h
4487         * src/summaryview.c
4488                 Make key check non blocking
4489
4490 2005-10-31 [paul]       1.9.99cvs1
4491
4492         * tools/claws.i18n.status.pl
4493                 updated for ChangeLog
4494
4495 2005-10-31 [paul]       1.9.99
4496
4497         1.9.99 released
4498
4499 2005-10-31 [paul]       1.9.15cvs131
4500
4501         * .cvsignore
4502         * ChangeLog
4503         * ChangeLog.claws       ** REMOVED **
4504         * ChangeLog-gtk2.claws  ** REMOVED **
4505         * ChangeLog.gtk1        ** ADDED **
4506         * INSTALL
4507         * Makefile.am
4508         * NEWS
4509         * README
4510         * README.claws          ** REMOVED **
4511         * README.jp             ** REMOVED **
4512         * RELEASE_NOTES         ** ADDED **
4513         * RELEASE_NOTES.claws   ** REMOVED **
4514         * commitHelper
4515         * configure.ac
4516         * sylpheed.spec.in      ** REMOVED **
4517                 tidy up and update the default docs:
4518                 ChangeLog.claws is renamed ChangeLog.gtk1
4519                 ChangeLog-gtk2.claws is renamed ChangeLog
4520                 README.claws is renamed README
4521                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
4522
4523 2005-10-31 [paul]       1.9.15cvs130
4524
4525         * po/it.po
4526                 fix errors
4527
4528 2005-10-31 [paul]       1.9.15cvs129
4529
4530         * po/ca.po
4531         * po/de.po
4532         * po/en_GB.po
4533         * po/fr.po
4534         * po/it.po
4535         * po/pt_BR.po
4536         * po/sk.po
4537         * po/sr.po
4538         * po/zh_CN.po
4539                 updated by Miquel Oliete, Stephan Sachse and
4540                 Thomas Gilgin, me, Fabien Vantard, Andrea
4541                 Spadaccini, Frederico Goncalves Guimaraes,
4542                 Andrej Kacian, Aleksandar Urosevic, and
4543                 Ralgh Young.
4544
4545 2005-10-31 [mones]      1.9.15cvs128
4546
4547         * manual/faq.xml
4548                 More questions.
4549         
4550         * po/es.po
4551                 Updated for release.
4552
4553 2005-10-30 [colin]      1.9.15cvs127
4554
4555         * src/compose.c
4556                 Place cursor before rewrapping (fixes cursor
4557                 pos if quotation gets rewrapped)
4558
4559 2005-10-29 [paul]       1.9.15cvs126
4560
4561         * src/crash.c
4562         * src/foldersel.c
4563         * src/main.c
4564         * src/messageview.c
4565         * src/toolbar.c
4566         * src/gtk/authors.h
4567                 corrections to text items
4568
4569 2005-10-28 [colin]      1.9.15cvs125
4570
4571         * src/messageview.c
4572                 Make "hit 'C' to check sig" work from extern 
4573                 messageviews
4574
4575 2005-10-27 [colin]      1.9.15cvs124
4576
4577         * src/summaryview.c
4578                 Add a hack to avoid segfaulting when hammering 
4579                 on gtk's events
4580
4581 2005-10-27 [wwp]        1.9.15cvs123
4582
4583         * src/prefs_themes.c
4584                 sort list of themes names in themes prefs
4585
4586 2005-10-27 [paul]       1.9.15cvs122
4587
4588         * src/folder.c
4589         * src/prefs_account.c
4590                 fix building on Solaris
4591                 Patch by Alex Moore
4592
4593 2005-10-27 [wwp]        1.9.15cvs121
4594
4595         * src/summaryview.c
4596         * src/gtk/gtksctree.c
4597                 speed up unselecting messages in summary view (thanks to Colin)
4598
4599 2005-10-27 [paul]       1.9.15cvs120
4600
4601         * src/mainwindow.c
4602                 fix a compilation warning
4603         * src/summaryview.c
4604                 fix updating of 'n items selected' count
4605                 when deselecting
4606
4607 2005-10-27 [martin]     1.9.15cvs119
4608
4609         * src/action.c
4610                 ignore actions with a leading '/' in the action menu name
4611                 fixes a crash on menu creation
4612         * src/prefs_actions.c
4613                 do not allow a leading '/' in the action menu name
4614
4615 2005-10-27 [paul]       1.9.15cvs118
4616
4617         * src/main.c
4618                 fix compilation warning
4619
4620 2005-10-27 [paul]       1.9.15cvs117
4621
4622         * src/procmime.c
4623                 add #if HAVE_LOCALE_H
4624
4625 2005-10-27 [paul]       1.9.15cvs116
4626
4627         * src/plugins/clamav/clamav_plugin.c
4628         * src/plugins/dillo_viewer/dillo_viewer.c
4629         * src/plugins/mathml_viewer/mathml_viewer.c
4630         * src/plugins/pgpcore/plugin.c
4631         * src/plugins/pgpinline/plugin.c
4632         * src/plugins/pgpmime/plugin.c
4633         * src/plugins/spamassassin/spamassassin.c
4634         * src/plugins/trayicon/trayicon.c
4635                 plugin_init() : make error messages more
4636                 informative
4637
4638 2005-10-26 [wwp]        1.9.15cvs115
4639
4640         * src/prefs_matcher.c
4641                 enlarge boolean op widget width a bit (wasn't always showing text contents)
4642
4643 2005-10-26 [wwp]        1.9.15cvs114
4644
4645         * src/procmime.c
4646         * src/gtk/gtksctree.c
4647         * src/plugins/spamassassin/libspamc.c
4648         * src/plugins/spamassassin/spamassassin.c
4649                 fix some compilation warnings more
4650
4651 2005-10-26 [mones]      1.9.15cvs113
4652
4653         * po/es.po
4654                 Updated translation
4655
4656 2005-10-26 [paul]       1.9.15cvs112
4657
4658         * src/prefs_message.c
4659                 give all display_xface stuff the
4660                 #if HAVE_LIBCOMPFACE treatment, thus
4661                 preventing a crash
4662                 (Thanks to Wolfgang Enderlein)
4663
4664 2005-10-26 [colin]      1.9.15cvs111
4665
4666         * src/gedit-print.c
4667                 Fix date format
4668         * src/imap_gtk.c
4669         * src/news_gtk.c
4670                 Remove context menu items that should not be there
4671         * src/jpilot.c
4672                 Fix encoding
4673         * src/main.c
4674         * src/mainwindow.c
4675                 Don't show the mainwindow too soon
4676
4677 2005-10-26 [wwp]        1.9.15cvs110
4678
4679         * src/folder.c
4680         * src/manual.c
4681         * src/summaryview.c
4682                 fix uninitialized pointers in the folder updating hook
4683                 (thanks to Colin)
4684
4685 2005-10-25 [mones]      1.9.15cvs109
4686
4687         * manual/faq.xml
4688                 General information subsection completed. 
4689                 Removed archaic references.
4690                 
4691         * manual/Makefile
4692         * manual/dtd/manual.dsl
4693                 Added customization stylesheet for getting paragraphs
4694                 fully justified in PDF output (as suggested by Colin).
4695
4696 2005-10-25 [colin]      1.9.15cvs108
4697
4698         * src/compose.c
4699                 Fix a second leak
4700
4701 2005-10-25 [colin]      1.9.15cvs107
4702
4703         * src/addrbook.c
4704         * src/addrindex.c
4705                 Fix leak (xml_get_element() allocates memory)
4706         * src/compose.c
4707                 Fix leak + dead code (shame!)
4708         * src/procmime.c
4709                 Fix leak
4710
4711 2005-10-25 [colin]      1.9.15cvs106
4712
4713         * src/mimeview.c
4714                 Fix encoding issue in Save all and in 
4715                 overwrite-confirmation alertpanel
4716
4717 2005-10-25 [colin]      1.9.15cvs105
4718
4719         * src/common/socket.c
4720                 Fix a leak - Thanks to Christopher Aillon
4721                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
4722
4723 2005-10-25 [paul]       1.9.15cvs104
4724
4725         * src/wizard.c
4726                 Always guess servers from the right-hand
4727                 email part and guess username from the
4728                 left-hand part. (Thanks to Colin)
4729                 add an X-Face to the welcome message
4730
4731 2005-10-25 [paul]       1.9.15cvs103
4732
4733         * manual/handling.xml
4734                 written by Colin, edited by me
4735
4736 2005-10-25 [wwp]        1.9.15cvs102
4737
4738         * src/folderview.c
4739         * src/grouplistdialog.c
4740         * src/imap.c
4741         * src/noticeview.c
4742                 fix some compilation warnings
4743
4744 2005-10-24 [paul]
4745
4746         1.9.99-rc3 released
4747
4748 2005-10-24 [paul]       1.9.15cvs101
4749
4750         * src/gtk/about.c
4751                 fix window sizing
4752
4753 2005-10-24 [paul]       1.9.15cvs100
4754
4755         * src/pixmaps/offline.xpm
4756         * src/pixmaps/online.xpm
4757                 replace with last default versions
4758
4759 2005-10-24 [colin]      1.9.15cvs99
4760
4761         * src/imap.c
4762                 Fix bug when moving a folder
4763         * src/imap_gtk.c
4764         * src/mh_gtk.c
4765                 "Delete folder" pops up a window, so it 
4766                 should be suffixed with "..."
4767         * src/plugins/pgpcore/sgpgme.c
4768                 Include locale.h
4769
4770 2005-10-24 [mones]      1.9.15cvs98
4771
4772         * manual/Makefile
4773         * manual/account.xml
4774         * manual/ack.xml
4775         * manual/addrbook.xml
4776         * manual/advanced.xml
4777         * manual/faq.xml
4778         * manual/glossary.xml
4779         * manual/gpl.xml
4780         * manual/handling.xml
4781         * manual/intro.xml
4782         * manual/keyboard.xml
4783         * manual/manual.xml
4784         * manual/plugins.xml
4785         * manual/starting.xml
4786         * manual/dtd/sdocbook.dtd
4787                 Initial manual structure and some content.
4788
4789 2005-10-23 [wwp]        1.9.15cvs97
4790
4791         * src/gtk/about.c
4792                 fix a typo
4793
4794 2005-10-23 [wwp]        1.9.15cvs96
4795
4796         * src/gtk/about.c
4797         * src/gtk/authors.h
4798                 rework of the about window (main work by Paul), also featuring a few
4799                 fixes for typos and duplicate names
4800
4801 2005-10-23 [wwp]        1.9.15cvs95
4802
4803         * src/.cvsignore
4804                 Ignore the right binary name (sylpheed-claws now)
4805
4806 2005-10-23 [paul]       1.9.15cvs94
4807
4808         * src/compose.c
4809                 when using Folder Pref 'Default To for
4810                 replies' make the entry in the Compose
4811                 window bold
4812                 Patch by Fabien Vantard
4813
4814 2005-10-22 [colin]      1.9.15cvs93
4815
4816         * src/codeconv.c
4817                 Fix leak
4818
4819 2005-10-22 [colin]      1.9.15cvs92
4820
4821         * src/codeconv.c
4822                 try to convert using locale (apart utf8) if necessary
4823
4824 2005-10-22 [colin]      1.9.15cvs91
4825
4826         * src/pixmaps/new.xpm
4827         * src/pixmaps/unread.xpm
4828                 Make the unread envelope blue again and
4829                 saturate the new one a bit more.
4830
4831 2005-10-22 [colin]      1.9.15cvs90
4832
4833         * src/compose.c
4834                 When replying to a mail sent by one of our accounts,
4835                 use the original list of recipients. Let 'Reply All'
4836                 and 'Reply to sender' work like previously.
4837
4838 2005-10-21 [colin]      1.9.15cvs89
4839
4840         * src/prefs_filtering.c
4841                 Clear fields after add and replace
4842         * src/textview.c
4843                 Display xface differently (better)
4844         * src/plugins/pgpinline/pgpinline.c
4845                 Fix crappy encodings/recodings
4846
4847 2005-10-21 [paul]       1.9.15cvs88
4848
4849         * src/compose.c
4850         * src/prefs_folder_item.c
4851         * src/toolbar.c
4852                 fix news folder Folder Properties
4853                 (thanks to Colin)
4854         * src/folderview.c
4855                 update folderview after Themes change
4856                 keep selected folder selected
4857                 (thanks to Colin)
4858
4859 2005-10-21 [paul]       1.9.15cvs87
4860
4861         * tools/Makefile.am
4862         * tools/OOo2sylpheed.pl
4863         * tools/README
4864         * tools/README.sylprint
4865         * tools/asus_mailled.sh         ** REMOVED **
4866         * tools/filter_conv.pl
4867         * tools/freshmeat_search.pl
4868         * tools/google_search.pl
4869         * tools/gpg-sign-syl            ** REMOVED **
4870         * tools/kmail2sylpheed.pl
4871         * tools/kmail2sylpheed_v2.pl
4872         * tools/multiwebsearch.pl
4873         * tools/nautilus2sylpheed.sh
4874         * tools/newscache_clean.pl
4875         * tools/outlook2sylpheed.pl
4876         * tools/sylpheed-switcher       ** REMOVED **
4877         * tools/sylprint.pl
4878         * tools/sylprint.rc
4879         * tools/tb2sylpheed
4880         * tools/vcard2xml.py
4881         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4882                 update default config dir
4883                 update binary name (thanks to Fabien Vantard)
4884                 remove obsolete scripts
4885
4886 2005-10-21 [colin]      1.9.15cvs86
4887
4888         * src/inc.c
4889                 Fix possible leak and units. Based on a patch by
4890                 Fabien Vantard.
4891
4892 2005-10-20 [colin]      1.9.15cvs85
4893
4894         * src/textview.c
4895                 Clear xface when clearing textview
4896
4897 2005-10-20 [colin]      1.9.15cvs84
4898
4899         * configure.ac
4900         * src/folderview.c
4901         * src/headerview.c
4902         * src/main.c
4903         * src/prefs_common.c
4904         * src/prefs_common.h
4905         * src/prefs_message.c
4906         * src/textview.c
4907         * src/textview.h
4908         * src/common/defs.h
4909         * src/common/utils.c
4910         * src/common/utils.h
4911         * src/gtk/gtkutils.c
4912         * src/gtk/gtkutils.h
4913                 Migrate config to .sylpheed-claws (Automatically)
4914                 Add a way to get the Xface in the TextView
4915
4916 2005-10-20 [colin]      1.9.15cvs83
4917
4918         * src/gtk/Makefile.am
4919         * src/gtk/about.c
4920         * src/gtk/authors.h
4921                 Make the about dialog *grooovy*
4922
4923 2005-10-20 [colin]      1.9.15cvs82
4924
4925         * src/mimeview.c
4926                 Use "Open with" on double click if no command
4927                 was found
4928
4929 2005-10-20 [colin]      1.9.15cvs81
4930
4931         * src/imap.c
4932         * src/etpan/imap-thread.c
4933                 Fix possible crash.
4934
4935 2005-10-20 [paul]       1.9.15cvs80
4936
4937         * src/folder.c
4938                 don't show clipkey icon if the only
4939                 attachment is the signature
4940                 Patch by Colin
4941
4942 2005-10-20 [paul]       1.9.15cvs79
4943
4944         * AUTHORS
4945         * src/plugins/pgpmime/pgpmime.c
4946                 name the PGP/MIME signature 'signature.asc'
4947                 Patch by Andrew Nelson <freeandy@gmail.com>
4948
4949 2005-10-19 [colin]      1.9.15cvs78
4950
4951         * src/plugins/pgpmime/pgpmime.c
4952                 Oops, no need to double-check though
4953
4954 2005-10-19 [colin]      1.9.15cvs77
4955
4956         * src/plugins/pgpinline/pgpinline.c
4957         * src/plugins/pgpmime/pgpmime.c
4958                 Check that my_tmpfile() doesn't 
4959                 return NULL
4960
4961 2005-10-19 [colin]      1.9.15cvs76
4962
4963         * src/common/utils.c
4964                 Use shorter mime boundaries to avoid having
4965                 MTAs rewrapping our headers, breaking the
4966                 PGP signature in the process 
4967         * src/compose.c
4968         * src/plugins/pgpmime/pgpmime.c
4969                 Check for boundary uniqueness to be sure
4970                 it won't happen, instead of hoping for the
4971                 best
4972
4973 2005-10-19 [colin]      1.9.15cvs75
4974
4975         * sylpheed-claws.desktop
4976         * src/Makefile.am
4977         * src/main.c
4978                 Ship a sylpheed-claws binary instead
4979                 of a sylpheed one. Change the socket
4980                 name, too
4981         * src/folderview.c
4982                 Update folder only if it changed
4983         * src/wizard.c
4984                 Fix i18n in welcome mail, patch by
4985                 Fabien Vantard
4986
4987 2005-10-19 [paul]
4988
4989         1.9.99-rc2 released
4990
4991 2005-10-19 [paul]       1.9.15cvs74
4992
4993         * src/folder.c
4994         * src/folderview.c
4995                 fix summaryview update
4996                 Patch by Colin
4997
4998 2005-10-18 [colin]      1.9.15cvs73
4999
5000         * src/plugins/pgpcore/passphrase.c
5001                 Don't XGrabServer, and try a bit more to 
5002                 sync everything before grabbing mouse/keyboard
5003
5004 2005-10-18 [colin]      1.9.15cvs72
5005
5006         * src/Makefile.am
5007         * src/addressadd.c
5008         * src/addressbook.c
5009         * src/folderview.c
5010         * src/grouplistdialog.c
5011         * src/mimeview.c
5012         * src/stock_pixmap.c
5013         * src/stock_pixmap.h
5014         * src/summaryview.c
5015         * src/gtk/gtksctree.c
5016         * src/gtk/gtksctree.h
5017         * src/pixmaps/empty.xpm
5018                 Implement a wrapper call for gtk_ctree_set_node_info
5019                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5020                 pixmap instead of a NULL one. This works around some
5021                 memory problems deep inside gtk, revealed by valgrind,
5022                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5023                 as locked crashes sylpheed.), as well as, probably, 
5024                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5025
5026 2005-10-17 [colin]      1.9.15cvs71
5027
5028         * src/mimeview.c
5029                 Provide visual feedback when checking
5030                 signature
5031
5032 2005-10-17 [colin]      1.9.15cvs70
5033
5034         * src/main.c
5035                 Keep the folder list frozen while checking caches...
5036
5037 2005-10-17 [colin]      1.9.15cvs69
5038
5039         * src/addr_compl.c
5040                 Fi bug #833 (Autocompleting from addressbook 
5041                 fails with extended chars)
5042         * src/imap.c
5043                 Fix 'adding messages' staying in statusbar
5044                 after an error
5045
5046 2005-10-17 [wwp]        1.9.15cvs68
5047
5048         * src/ssl_manager.c
5049                 Fix buttons' layout resizing when window size changes
5050
5051 2005-10-17 [wwp]        1.9.15cvs67
5052
5053         * src/account.c
5054         * src/prefs_account.c
5055         * src/prefs_common.c
5056         * src/prefs_common.h
5057         * src/prefs_folder_item.c
5058         * src/prefs_gtk.c
5059         * src/gtk/logwindow.c
5060         * src/gtk/pluginwindow.c
5061         * src/gtk/prefswindow.c
5062         * src/gtk/prefswindow.h
5063                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
5064
5065 2005-10-17 [paul]       1.9.15cvs66
5066
5067         * configure.ac
5068                 fix missing libetpan message
5069         * po/en_GB.po
5070                 updated
5071         * src/crash.c
5072         * src/manual.c
5073         * src/prefs_themes.c
5074         * src/common/defs.h
5075                 add some new URI defines, change some
5076                 others
5077         * src/wizard.c
5078                 make welcome message translatable
5079                 small improvements to english
5080                 other tweaks
5081         * src/gtk/menu.c
5082                 fix warnings
5083
5084 2005-10-17 [paul]       1.9.15cvs65
5085
5086         * src/summaryview.c
5087                 fix column titles
5088
5089 2005-10-16 [mones]      1.9.15cvs64
5090
5091         * po/es.po
5092                 Updated translation
5093
5094 2005-10-16 [colin]
5095
5096         1.9.99-rc1 released
5097
5098 2005-10-16 [colin]      1.9.15cvs63
5099
5100         * src/wizard.c
5101                 Fix whitespace
5102
5103 2005-10-16 [colin]      1.9.15cvs62
5104
5105         * src/toolbar.c
5106                 s/Get All/Get Mail/
5107         * src/wizard.c
5108                 Real welcome mail text, thanks Paul
5109
5110 2005-10-16 [colin]      1.9.15cvs61
5111
5112         * src/editldap.c
5113         * src/exporthtml.c
5114         * src/main.c
5115         * src/mainwindow.c
5116         * src/prefs_themes.c
5117         * src/prefs_toolbar.c
5118         * src/plugins/demo/demo.c
5119         * src/plugins/trayicon/trayicon.c
5120                 s/Sylpheed/Sylpheed-Claws/
5121
5122 2005-10-16 [colin]      1.9.15cvs60
5123
5124         * src/wizard.c
5125                 Add a welcome email in the first empty mailbox
5126         * src/prefs_common.c
5127                 Change one more default
5128
5129 2005-10-16 [colin]      1.9.15cvs59
5130
5131         * src/wizard.c
5132                 Remove printf
5133
5134 2005-10-16 [colin]      1.9.15cvs58
5135
5136         * src/toolbar.c
5137         * src/prefs_common.c
5138                 Change some defaults
5139
5140 2005-10-16 [colin]      1.9.15cvs57
5141
5142         * src/toolbar.c
5143         * src/prefs_common.c
5144                 Change some defaults
5145
5146 2005-10-16 [colin]      1.9.15cvs56
5147
5148         * src/wizard.c
5149                 By default, initialize fonts to have
5150                 the same size as normal GtkWidgets
5151
5152 2005-10-16 [colin]      1.9.15cvs55
5153
5154         * src/mimeview.c
5155                 Fix message a bit more
5156
5157 2005-10-16 [colin]      1.9.15cvs54
5158
5159         * src/addressbook.c
5160                 Second attempt at flicker fixing
5161
5162 2005-10-16 [colin]      1.9.15cvs53
5163
5164         * src/addressbook.c
5165                 Fix flicker
5166
5167 2005-10-16 [wwp]        1.9.15cvs52
5168
5169         * src/addressbook.c
5170         * src/editaddress.c
5171         * src/prefs_common.c
5172         * src/prefs_common.h
5173                 Remember window sizes (address book)
5174
5175 2005-10-16 [wwp]        1.9.15cvs51
5176
5177         * src/plugins/clamav/clamav_plugin_gtk.c
5178         * src/plugins/spamassassin/spamassassin_gtk.c
5179                 Fix compilation warnings (missing #include).
5180
5181 2005-10-16 [colin]      1.9.15cvs50
5182
5183         * src/mimeview.c
5184         * src/summaryview.c
5185         * src/textview.c
5186                 Make 'c' check signature, and forward
5187                 c, l, y, t from summaryview to mimeview
5188
5189 2005-10-16 [colin]      1.9.15cvs49
5190
5191         * src/addressbook.c
5192                 Put border around buttons
5193         * src/mainwindow.c
5194         * src/summaryview.c
5195                 Rework menus (Patch based on a patch
5196                 by Paul)
5197
5198 2005-10-15 [wwp]        1.9.15cvs48
5199
5200         * src/editjpilot.c
5201         * src/editldap.c
5202         * src/editvcard.c
5203         * src/exphtmldlg.c
5204         * src/expldifdlg.c
5205         * src/export.c
5206         * src/import.c
5207         * src/importldif.c
5208         * src/importmutt.c
5209         * src/importpine.c
5210         * src/prefs_account.c
5211         * src/prefs_spelling.c
5212         * src/gtk/gtkutils.c
5213         * src/gtk/gtkutils.h
5214         * src/plugins/clamav/clamav_plugin_gtk.c
5215         * src/plugins/spamassassin/spamassassin_gtk.c
5216                 use nicer browse-for-file/dir buttons than the "..." ones,
5217                 code factorizing more.
5218
5219 2005-10-14 [colin]      1.9.15cvs47
5220
5221         * src/mainwindow.c
5222                 set relief on the account switcher so that people see it
5223                 grey out Create processing rules when no message is selected
5224         * src/prefs_filtering.c
5225                 ask before closing if the rule has not been modified, even if
5226                 it's not valid
5227         * src/prefs_matcher.c
5228                 fix sensitivity when entering the dialog
5229         * src/gtk/inputdialog.c
5230                 display a better icon on password ask
5231         * src/plugins/pgpcore/passphrase.c
5232                 make the dialog look better
5233
5234 2005-10-14 [paul]       1.9.15cvs46
5235
5236         * src/folderview.c
5237                 indicate presense of marked msgs in
5238                 unexpanded subfolders
5239
5240 2005-10-14 [paul]       1.9.15cvs45
5241
5242         * src/prefs_actions.c
5243         * src/prefs_common.c
5244         * src/prefs_common.h
5245         * src/prefs_filtering_action.c
5246         * src/prefs_matcher.c
5247         * src/prefs_template.c
5248                 remember window sizes
5249                 fix Info button size
5250
5251         Patches by wwp
5252
5253 2005-10-13 [colin]      1.9.15cvs44
5254
5255         * src/mimeview.c
5256         * src/noticeview.c
5257         * src/noticeview.h
5258                 Add a tooltip on the icon (optional) 
5259                 Get rid of the signature buttons and only
5260                 use the icon+tooltip
5261
5262 2005-10-13 [colin]      1.9.15cvs43
5263
5264         * src/noticeview.c
5265         * src/noticeview.h
5266                 Add hand cursor for hovering over icon
5267
5268 2005-10-13 [colin]      1.9.15cvs42
5269
5270         * src/summaryview.c
5271                 Fix crash when quicksearch's hidden 
5272                 at startup
5273
5274 2005-10-13 [colin]      1.9.15cvs41
5275
5276         * src/compose.c
5277                 Set subject when forwarding multiple mails
5278                 Check that other recipient than the default Cc or Bcc
5279                 have been set before sending.
5280
5281 2005-10-13 [colin]      1.9.15cvs40
5282
5283         * src/imap.c
5284                 Batch per-folder
5285                 Introduce locking, but don't use it yet
5286
5287 2005-10-13 [colin]      1.9.15cvs39
5288
5289         * src/gtk/quicksearch.c
5290                 Reset quicksearch when hiding it
5291                 Make sticky a real pref
5292
5293 2005-10-13 [colin]      1.9.15cvs38
5294
5295         * src/summaryview.c
5296                 Faster prefs apply
5297
5298 2005-10-13 [colin]      1.9.15cvs37
5299
5300         * src/mimeview.c
5301         * src/noticeview.c
5302         * src/noticeview.h
5303         * src/plugins/pgpcore/sgpgme.c
5304                 Make privacy icon clickable
5305                 Move Trust field in Full info
5306                 When trust is less than full, don't display
5307                 a warning icon
5308
5309 2005-10-13 [colin]      1.9.15cvs36
5310
5311         * src/folder.c
5312                 Batch on flags sync
5313         * src/folderview.c
5314                 Revert speed hack which is dangerous in fact
5315                 Apply prefs faster
5316
5317 2005-10-13 [colin]      1.9.15cvs35
5318
5319         * src/folder_item_prefs.c
5320                 Fix pref corruption on folder move. Patch
5321                 by wwp
5322
5323 2005-10-13 [paul]       1.9.15cvs34
5324
5325         * src/export.c
5326         * src/import.c
5327                 fix typos in g_warnings
5328         * src/prefs_account.c
5329                 add a file selector for Signature file
5330
5331         Patches by wwp
5332
5333 2005-10-12 [colin]      1.9.15cvs33
5334
5335         * src/mimeview.c
5336                 Provide a quick way to go back from a
5337                 signature's full info to the email part
5338
5339 2005-10-12 [colin]      1.9.15cvs32
5340
5341         * src/compose.c
5342                 Remove old hack of encoding signed mails with base64.
5343                 QP works equally well.
5344
5345 2005-10-12 [colin]      1.9.15cvs31
5346
5347         * src/crash.c
5348                 Replace deprecated GtkText with GtkTextView
5349         * src/imap.c
5350                 Fix a logic bug about counts in imap_select
5351                 (previously un-triggered)
5352         * src/mainwindow.c
5353         * src/summaryview.c
5354         * src/news.c
5355                 Allow local deletion of news posts
5356         * src/mimeview.c
5357                 Show GPG noticeview on the message/rfc822 part
5358                 in addition to the text/plain one
5359         * src/prefs_image_viewer.c
5360           src/plugins/pgpcore/prefs_gpg.c
5361                 Polish (set the label as part of the checkbox)
5362         * src/wizard.c
5363                 Don't sit there doing nothing after destroying
5364                 the window - return err
5365
5366 2005-10-11 [colin]      1.9.15cvs30
5367
5368         * src/folderview.c
5369                 Apply processing rules before showing folders.
5370                 Early folder show (before flags sync) will only
5371                 be done when there are no processing rules (nor
5372                 pre- or post- ones)
5373         * src/imap.c
5374                 Fix stuff related to mail subdir, creation and 
5375                 deletion of folders 
5376         * src/imap_gtk.c
5377                 Don't allow creation of folders in NoInferior
5378                 folders, as it won't work
5379
5380 2005-10-10 [colin]      1.9.15cvs29
5381
5382         * src/compose.c
5383                 Reselect "None" Privacy system when selecting an
5384                 account with no privacy system defined
5385
5386 2005-10-10 [colin]      1.9.15cvs28
5387
5388         * src/mainwindow.c
5389                 Add Windows-1252 encoding
5390         * src/prefs_common.c
5391                 Rework some defaults:
5392                 - autosave to draft by default
5393                 - don't show header pane (it's already in the textview)
5394                 - Select first new or unread mail on entry
5395                 - Assume 'Yes' to change folder when there's no more
5396                   unread message
5397         * src/prefs_matcher.c
5398                 Fix a gtk assertion failure
5399         * src/gtk/colorlabel.c
5400                 Workaround bad repainting on selection
5401         * src/main.c
5402                 Freeze/thaw (a bit faster on ssh -X)
5403         * src/msgcache.c
5404                 Get rid of StrdupConverter that just adds an
5405                 extra strdup/free 
5406         * src/etpan/imap_thread.c
5407                 memset buf to 0
5408
5409 2005-10-10 [colin]      1.9.15cvs27
5410
5411         * src/export.c
5412         * src/import.c
5413                 Fix compile on gtk 2.4. Patch by wwp
5414
5415 2005-10-09 [colin]      1.9.15cvs26
5416
5417         * src/mainwindow.c
5418         * src/messageview.c
5419         * src/summaryview.c
5420                 Clarify forward menus. Patch by wwp
5421
5422 2005-10-09 [colin]      1.9.15cvs25
5423
5424         * src/compose.c
5425         * src/compose.h
5426                 Fix bug #829 (Non-working "Encrypt message by 
5427                 default when replying to an encrypted message")
5428
5429 2005-10-08 [colin]      1.9.15cvs24
5430
5431         * src/wizard.c
5432                 Fix bug #827 ("Welcome" setup wizard after a 
5433                 permission error gives up & forgets itself.)
5434
5435 2005-10-08 [colin]      1.9.15cvs23
5436
5437         * src/procmime.c
5438                 Fix bug #828 (Ignoring headers with spaces around = sign)
5439
5440 2005-10-08 [colin]      1.9.15cvs22
5441
5442         * src/export.c
5443                 Warning fix by wwp
5444
5445 2005-10-08 [colin]      1.9.15cvs21
5446
5447         * src/folder.c
5448         * src/folder.h
5449                 Add a processing_pending indicator, set on 
5450                 folder_item_open and cleared after 
5451                 folder_item_process_open
5452         * src/folderview.c
5453         * src/summaryview.c
5454                 wrap procmsg_msginfo_*_flags, and in the
5455                 wrapper check that there's no folder processing 
5456                 pending. If there is, defer the flags change until 
5457                 processing is done to avoid stepping over each
5458                 other's toes.
5459                 Freeze during processing, but not during scanning.
5460
5461 2005-10-07 [colin]      1.9.15cvs20
5462
5463         * src/plugins/pgpcore/passphrase.c
5464                 Fix bug #826 (X-Server hangs when 
5465                 right-clicking a PGP encrypted message)
5466
5467 2005-10-07 [paul]       1.9.15cvs19
5468
5469         * src/compose.c
5470                 fix compose_entries[]
5471                 patch by Fabien Vantard
5472
5473 2005-10-06 [colin]      1.9.15cvs18
5474
5475         * src/pixmaps/address.xpm
5476         * src/pixmaps/address_book.xpm
5477         * src/pixmaps/book.xpm
5478         * src/pixmaps/check_spelling.xpm
5479         * src/pixmaps/checkbox_off.xpm
5480         * src/pixmaps/checkbox_on.xpm
5481         * src/pixmaps/close.xpm
5482         * src/pixmaps/complete.xpm
5483         * src/pixmaps/continue.xpm
5484         * src/pixmaps/deleted.xpm
5485         * src/pixmaps/down_arrow.xpm
5486         * src/pixmaps/exec.xpm
5487         * src/pixmaps/forwarded.xpm
5488         * src/pixmaps/group.xpm
5489         * src/pixmaps/ignorethread.xpm
5490         * src/pixmaps/interface.xpm
5491         * src/pixmaps/jpilot.xpm
5492         * src/pixmaps/ldap.xpm
5493         * src/pixmaps/linewrap.xpm
5494         * src/pixmaps/linewrapcurrent.xpm
5495         * src/pixmaps/mail.xpm
5496         * src/pixmaps/mail_attach.xpm
5497         * src/pixmaps/mail_compose.xpm
5498         * src/pixmaps/mail_forward.xpm
5499         * src/pixmaps/mail_receive.xpm
5500         * src/pixmaps/mail_receive_all.xpm
5501         * src/pixmaps/mail_reply.xpm
5502         * src/pixmaps/mail_reply_to_all.xpm
5503         * src/pixmaps/mail_reply_to_author.xpm
5504         * src/pixmaps/mail_send.xpm
5505         * src/pixmaps/mail_send_queue.xpm
5506         * src/pixmaps/mime_application.xpm
5507         * src/pixmaps/mime_audio.xpm
5508         * src/pixmaps/mime_image.xpm
5509         * src/pixmaps/mime_message.xpm
5510         * src/pixmaps/mime_text_enriched.xpm
5511         * src/pixmaps/mime_text_html.xpm
5512         * src/pixmaps/mime_text_plain.xpm
5513         * src/pixmaps/mime_unknown.xpm
5514         * src/pixmaps/new.xpm
5515         * src/pixmaps/news_compose.xpm
5516         * src/pixmaps/offline.xpm
5517         * src/pixmaps/online.xpm
5518         * src/pixmaps/paste.xpm
5519         * src/pixmaps/preferences.xpm
5520         * src/pixmaps/privacy_emblem_encrypted.xpm
5521         * src/pixmaps/privacy_expired.xpm
5522         * src/pixmaps/privacy_failed.xpm
5523         * src/pixmaps/privacy_passed.xpm
5524         * src/pixmaps/privacy_signed.xpm
5525         * src/pixmaps/privacy_unknown.xpm
5526         * src/pixmaps/privacy_warn.xpm
5527         * src/pixmaps/properties.xpm
5528         * src/pixmaps/replied.xpm
5529         * src/pixmaps/search.xpm
5530         * src/pixmaps/unread.xpm
5531         * src/pixmaps/up_arrow.xpm
5532         * src/pixmaps/vcard.xpm
5533                 Modernize internal theme, with icons from the 
5534                 Gnomaws theme. Keep some of the old ones where
5535                 they were better.
5536
5537 2005-10-06 [colin]      1.9.15cvs17
5538
5539         * src/summaryview.c
5540                 Little optimisations + bugfix
5541         * src/toolbar.c
5542                 Remove default useless items - useless being defined
5543                 by the default relevant prefs
5544         * src/wizard.c
5545                 include config.h to make gettext work
5546         * src/prefs_themes.c
5547                 Fix selection of current theme in prefs
5548
5549 2005-10-06 [colin]      1.9.15cvs16
5550
5551         * src/prefs_common.c
5552         * src/prefs_common.h
5553         * src/prefs_summaries.c
5554         * src/folderview.c
5555                 Add a warning dialog on Mark all read 
5556                 (with pref to get rid of it)
5557
5558 2005-10-06 [paul]       1.9.15cvs15
5559
5560         * po/nb.po
5561         * po/pt_BR.po
5562                 updated by Geir Helland and Frederico
5563                 Goncalves Guimaraes
5564
5565 2005-10-05 [colin]      1.9.15cvs14
5566
5567         * src/folder.c
5568         * src/folder.h
5569         * src/folderview.c
5570         * src/folderview.h
5571         * src/imap_gtk.c
5572         * src/mh_gtk.c
5573         * src/mainwindow.c
5574         * src/setup.c
5575                 add a way to rescan without rebuilding
5576                 make moving a bit faster (less folders changes)
5577                 don't lock the tree on Get 
5578         * src/imap.c
5579                 Don't re-delete deleted messages before expunging
5580         * src/summaryview.c
5581                 Set batch mode when deleting mails
5582
5583 2005-10-05 [paul]       1.9.15cvs13
5584
5585         * src/mainwindow.c
5586         * src/mainwindow.h
5587                 fix disabled Execute menu item
5588         * src/toolbar.c
5589                 match the change in 1.9.15cvs10: use Compose
5590                 instead of News by default
5591
5592 2005-10-04 [colin]      1.9.15cvs12
5593
5594         * src/compose.c
5595                 When replying to an ML post with Reply-To set
5596                 to the poster's email, honor it (as before),
5597                 but also honor our user's request to reply to
5598                 the mailing list: set the ML address in the To
5599                 field and the Reply-To address in the Cc: 
5600                 field.
5601
5602 2005-10-04 [colin]      1.9.15cvs11
5603
5604         * src/plugins/trayicon/trayicon.c
5605                 Finish cosmetic change - thanks to wwp
5606
5607 2005-10-04 [colin]      1.9.15cvs10
5608
5609         * src/toolbar.c
5610                 Use Compose instead of Email by default.
5611                 Spotted by wwp.
5612
5613 2005-10-04 [colin]      1.9.15cvs9
5614
5615         * src/folder.c
5616         * src/folder.h
5617         * src/folderview.c
5618         * src/imap.c
5619         * src/etpan/imap-thread.c
5620         * src/etpan/imap-thread.h
5621                 Try to make IMAP faster, by simplifying SEARCH
5622                 commands, avoiding sending two STATUS in a row,
5623                 and deferring flags sync and processing just
5624                 after displaying the folder. 
5625                 This will update the SummaryView in certain
5626                 cases (new mails not already fetched, flags
5627                 changed from another client) but in a non-
5628                 blocking manner.
5629
5630 2005-10-04 [colin]      1.9.15cvs8
5631
5632         * src/plugins/trayicon/trayicon.c
5633                 Relabel "Offline" to "Work offline"
5634
5635 2005-10-04 [colin]      1.9.15cvs7
5636
5637         * src/export.c
5638         * src/import.c
5639         * src/mbox.c
5640                 Fix mbox import/export buglets
5641                 Patch by wwp
5642         * src/plugins/trayicon/trayicon.c
5643                 Add offline swithc
5644                 Patch by wwp
5645
5646 2005-10-04 [colin]      1.9.15cvs6
5647
5648         * src/folder.c
5649         * src/folderview.c
5650         * src/summaryview.c
5651                 Better fix (don't break mark all read) for cvs2
5652
5653 2005-10-03 [colin]      1.9.15cvs5
5654
5655         * src/folder.c
5656                 Use a sane sort by default
5657
5658 2005-10-03 [colin]      1.9.15cvs4
5659
5660         * src/inc.c
5661                 Add a 'Only once' button for overriding offline mode
5662         * src/prefs_account.c
5663         * src/wizard.c
5664                 Add Local mbox to the wizard
5665                 Add IMAP subdir to the wizard (or the wizard is useless
5666                 for such accounts, or even worse than useless)
5667                 Move IMAP subdir from Advanced to Receive tab, as it's
5668                 not that uncommon
5669
5670 2005-10-03 [colin]      1.9.15cvs3
5671
5672         * src/send_message.c
5673                 Forgot this one in cvs1
5674
5675 2005-10-03 [colin]      1.9.15cvs2
5676
5677         * src/folder.c
5678                 Faster close when leaving a folder with lots
5679                 of new mails. Idea by David Relson.
5680
5681 2005-10-03 [colin]      1.9.15cvs1
5682
5683         * src/compose.c
5684         * src/imap.c
5685         * src/inc.c
5686         * src/main.c
5687         * src/messageview.c
5688         * src/news.c
5689         * src/summaryview.c
5690         * src/gtk/sslcertwindow.c
5691         * src/plugins/trayicon/trayicon.c
5692                 Add accels to every AlertPanel. Patch by Fabien 
5693                 Vantard
5694
5695 2005-10-03 [paul]       1.9.15
5696
5697         1.9.15 released
5698
5699 2005-10-03 [paul]       1.9.14cvs68
5700
5701         * po/ca.po
5702         * po/de.po
5703         * po/es.po
5704         * po/fi.po
5705         * po/fr.po
5706         * po/sk.po
5707         * po/sr.po
5708         * po/zh_CN.po
5709                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
5710                 Mones Lastra, Tommi Pirinen, Fabien vantard,
5711                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
5712
5713 2005-10-03 [paul]       1.9.14cvs67
5714
5715         * src/send_message.c
5716                 prevent hang on Cancel
5717                 patch by Colin
5718
5719 2005-10-03 [paul]       1.9.14cvs66
5720
5721         * src/main.c
5722                 fix crash in IMAP caused by discrepancy
5723                 between check_at_startup and offline mode
5724                 Patch by Colin
5725
5726 2005-10-01 [paul]       1.9.14cvs65
5727
5728         * src/inc.c
5729                 fix engrish
5730
5731 2005-10-01 [paul]       1.9.14cvs64
5732         * src/export.c
5733         * src/import.c
5734                 synchronise import_mbox() and export_mbox()
5735         * src/mbox.c
5736                 proc_mbox(): add alert if file cannot be opened
5737                 export_list_to_mbox(): test if dest file exists,
5738                 prompt user to overwrite if it does. add alert
5739                 if file cannot be created
5740                                                                 
5741         Patch by wwp
5742                                                                                                                 
5743
5744 2005-09-30 [paul]       1.9.14cvs63
5745
5746         * src/addressbook.c
5747                 Fix sensitivity of a menu
5748         * src/codeconv.c
5749                 Respect hidden pref for mails with no encoding
5750         * src/common/xml.c
5751                 Fix memory corruption
5752         * src/plugins/pgpcore/sgpgme.c
5753                 Fix segfault on incomplete sigs, and display
5754                 of S/Mime UIDs
5755
5756         Patches by Colin
5757
5758 2005-09-30 [colin]      1.9.14cvs62
5759
5760         * src/partial_download.c
5761                 Little logic fix in almost-dead code
5762         * src/pop.c
5763                 Fix partial download when there's no new mail
5764
5765 2005-09-29 [paul]       1.9.14cvs61
5766
5767         * src/plugins/pgpinline/pgpinline.c
5768                 fix bug 819, 'crash accessing sign message'
5769                 Patch by Colin
5770
5771 2005-09-28 [martin]     1.9.14cvs60
5772
5773         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5774                 fix bug #790 (Crash when restarting window manager (fluxbox))
5775
5776 2005-09-28 [paul]       1.9.14cvs59
5777
5778         * src/gtk/gtkaspell.c
5779                 fix off-by-one typo
5780
5781 2005-09-27 [colin]      1.9.14cvs58
5782
5783         * src/plugins/pgpcore/sgpgme.c
5784                 Report error when there's one, instead of
5785                 "Signature unchecked" 
5786
5787 2005-09-27 [colin]      1.9.14cvs57
5788
5789         * src/prefs_quote.c
5790                 Fix bug #816 (Weird quotation with spaces)
5791
5792 2005-09-27 [colin]      1.9.14cvs56
5793
5794         * src/codeconv.c
5795         * src/compose.c
5796         * src/compose.h
5797                 Put subject in compose's title
5798                 Fix Automatic encoding so that it's really automatic:
5799                 first try default locale's charset, then charset of the replied mail, 
5800                 then utf-8
5801                 Fix encoding of headers (must be in strict mode too)
5802
5803 2005-09-26 [colin]      1.9.14cvs55
5804
5805         * src/gtk/gtkaspell.c
5806                 Fix previous patch - don't color the space,
5807                 just uncolor it :)
5808
5809 2005-09-26 [colin]      1.9.14cvs54
5810
5811         * src/gtk/gtkaspell.c
5812                 Unmark space if possible
5813
5814 2005-09-26 [colin]      1.9.14cvs53
5815
5816         * src/imap.c
5817                 log_error instead of alertpanel according to the pref
5818         * src/etpan/imap-thread.c
5819                 Print connect status, copy only necessary size to 
5820                 logger
5821         * src/plugins/pgpmime/pgpmime.c
5822                 Handle S/Mime signatures (verification only). Patch based
5823                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
5824
5825 2005-09-26 [paul]       1.9.14cvs52
5826
5827         * src/common/passcrypt.c
5828                 this 'workaround' not necessary on NetBSD.
5829                 Thanks to Daniel Gustafson
5830
5831 2005-09-26 [paul]
5832
5833         1.9.15-rc4 released
5834
5835 2005-09-26 [paul]       1.9.14cvs51
5836
5837         * src/summaryview.c
5838                 Skip currently selected message when
5839                 looking for next new or unread message
5840                 in current folder. Patch by Colin
5841         * src/common/passcrypt.c
5842                 eliminate warnings on *BSD. Patch by
5843                 Daniel Gustafson
5844
5845 2005-09-26 [colin]      1.9.14cvs50
5846
5847         * src/procmsg.c
5848                 Call postfiltering hook anyway
5849
5850 2005-09-22 [colin]      1.9.14cvs49
5851
5852         * src/codeconv.c
5853         * src/codeconv.h
5854                 Add a strict mode that doesn't replace with _
5855         * src/compose.c
5856         * src/compose.h
5857                 Use strict conversion while sending
5858                 Fix race when drafting while sending (happens
5859                 on IMAP)
5860                 Fix d'n'd of messages from summaryview
5861         * src/prefs_common.c
5862         * src/prefs_common.h
5863                 add hidden utf8_instead_of_locale_for_broken_mail 
5864                 pref for people that preferred the default charset 
5865                 to be utf8 for broken mails
5866         * src/quote_fmt_parse.y
5867                 fix bug #815 (No quote insert if "From:" fied 
5868                 contained Russian letters)
5869         * src/summaryview.c
5870                 Fix d'n'd of messages to compose
5871
5872 2005-09-22 [paul]       1.9.14cvs48
5873
5874         * src/compose.c
5875                 fix bug where attachments Name entry
5876                 would display Path instead
5877
5878 2005-09-21 [paul]       1.9.14cvs47
5879
5880         * README
5881         * README.jp
5882         * configure.ac
5883         * config/config.rpath
5884         * doc/manual/en/sylpheed-20.html
5885         * doc/manual/es/sylpheed-20.html
5886         * po/bg.po
5887         * po/ca.po
5888         * po/de.po
5889         * po/es.po
5890         * po/fr.po
5891         * po/it.po
5892         * po/pt_BR.po
5893         * po/sk.po
5894         * po/zh_TW.po
5895         * src/account.c
5896         * src/account.h
5897         * src/action.c
5898         * src/action.h
5899         * src/adbookbase.h
5900         * src/addr_compl.c
5901         * src/addr_compl.h
5902         * src/addrbook.c
5903         * src/addrbook.h
5904         * src/addrcache.c
5905         * src/addrcache.h
5906         * src/addrcindex.c
5907         * src/addrcindex.h
5908         * src/addrclip.c
5909         * src/addrclip.h
5910         * src/addrdefs.h
5911         * src/addressadd.c
5912         * src/addressadd.h
5913         * src/addressbook.c
5914         * src/addressbook.h
5915         * src/addressitem.h
5916         * src/addrgather.c
5917         * src/addrgather.h
5918         * src/addrharvest.c
5919         * src/addrharvest.h
5920         * src/addrindex.c
5921         * src/addrindex.h
5922         * src/addritem.c
5923         * src/addritem.h
5924         * src/addrquery.c
5925         * src/addrquery.h
5926         * src/addrselect.c
5927         * src/addrselect.h
5928         * src/alertpanel.c
5929         * src/alertpanel.h
5930         * src/browseldap.c
5931         * src/browseldap.h
5932         * src/codeconv.c
5933         * src/codeconv.h
5934         * src/compose.c
5935         * src/compose.h
5936         * src/crash.c
5937         * src/crash.h
5938         * src/customheader.c
5939         * src/customheader.h
5940         * src/displayheader.c
5941         * src/displayheader.h
5942         * src/editaddress.c
5943         * src/editaddress.h
5944         * src/editbook.c
5945         * src/editbook.h
5946         * src/editgroup.c
5947         * src/editgroup.h
5948         * src/editjpilot.c
5949         * src/editjpilot.h
5950         * src/editldap.c
5951         * src/editldap.h
5952         * src/editldap_basedn.c
5953         * src/editldap_basedn.h
5954         * src/editvcard.c
5955         * src/editvcard.h
5956         * src/enriched.c
5957         * src/enriched.h
5958         * src/exphtmldlg.c
5959         * src/exphtmldlg.h
5960         * src/expldifdlg.c
5961         * src/expldifdlg.h
5962         * src/export.c
5963         * src/export.h
5964         * src/exporthtml.c
5965         * src/exporthtml.h
5966         * src/exportldif.c
5967         * src/exportldif.h
5968         * src/filtering.c
5969         * src/filtering.h
5970         * src/folder.c
5971         * src/folder.h
5972         * src/folder_item_prefs.c
5973         * src/folder_item_prefs.h
5974         * src/foldersel.c
5975         * src/foldersel.h
5976         * src/folderutils.c
5977         * src/folderutils.h
5978         * src/folderview.c
5979         * src/folderview.h
5980         * src/grouplistdialog.c
5981         * src/grouplistdialog.h
5982         * src/headerview.c
5983         * src/headerview.h
5984         * src/html.c
5985         * src/html.h
5986         * src/image_viewer.c
5987         * src/image_viewer.h
5988         * src/imap.c
5989         * src/imap.h
5990         * src/imap_gtk.c
5991         * src/imap_gtk.h
5992         * src/import.c
5993         * src/import.h
5994         * src/importldif.c
5995         * src/importldif.h
5996         * src/importmutt.c
5997         * src/importmutt.h
5998         * src/importpine.c
5999         * src/importpine.h
6000         * src/inc.c
6001         * src/inc.h
6002         * src/jpilot.c
6003         * src/jpilot.h
6004         * src/ldapctrl.c
6005         * src/ldapctrl.h
6006         * src/ldaplocate.c
6007         * src/ldaplocate.h
6008         * src/ldapquery.c
6009         * src/ldapquery.h
6010         * src/ldapserver.c
6011         * src/ldapserver.h
6012         * src/ldaputil.c
6013         * src/ldaputil.h
6014         * src/ldif.c
6015         * src/ldif.h
6016         * src/localfolder.c
6017         * src/localfolder.h
6018         * src/main.c
6019         * src/main.h
6020         * src/mainwindow.c
6021         * src/mainwindow.h
6022         * src/manual.c
6023         * src/manual.h
6024         * src/matcher.c
6025         * src/matcher.h
6026         * src/matcher_parser.h
6027         * src/matcher_parser_lex.l
6028         * src/matcher_parser_parse.y
6029         * src/mbox.c
6030         * src/mbox.h
6031         * src/message_search.c
6032         * src/message_search.h
6033         * src/messageview.c
6034         * src/messageview.h
6035         * src/mh.c
6036         * src/mh.h
6037         * src/mh_gtk.c
6038         * src/mh_gtk.h
6039         * src/mimeview.c
6040         * src/mimeview.h
6041         * src/msgcache.c
6042         * src/msgcache.h
6043         * src/mutt.c
6044         * src/mutt.h
6045         * src/news.c
6046         * src/news.h
6047         * src/news_gtk.c
6048         * src/news_gtk.h
6049         * src/noticeview.c
6050         * src/noticeview.h
6051         * src/partial_download.c
6052         * src/partial_download.h
6053         * src/pine.c
6054         * src/pine.h
6055         * src/pop.c
6056         * src/pop.h
6057         * src/prefs_account.c
6058         * src/prefs_account.h
6059         * src/prefs_actions.c
6060         * src/prefs_actions.h
6061         * src/prefs_common.c
6062         * src/prefs_common.h
6063         * src/prefs_compose_writing.c
6064         * src/prefs_compose_writing.h
6065         * src/prefs_customheader.c
6066         * src/prefs_customheader.h
6067         * src/prefs_display_header.c
6068         * src/prefs_display_header.h
6069         * src/prefs_ext_prog.c
6070         * src/prefs_ext_prog.h
6071         * src/prefs_filtering.c
6072         * src/prefs_filtering.h
6073         * src/prefs_filtering_action.c
6074         * src/prefs_filtering_action.h
6075         * src/prefs_folder_column.c
6076         * src/prefs_folder_column.h
6077         * src/prefs_folder_item.c
6078         * src/prefs_folder_item.h
6079         * src/prefs_fonts.c
6080         * src/prefs_fonts.h
6081         * src/prefs_gtk.c
6082         * src/prefs_gtk.h
6083         * src/prefs_image_viewer.c
6084         * src/prefs_image_viewer.h
6085         * src/prefs_matcher.c
6086         * src/prefs_matcher.h
6087         * src/prefs_message.c
6088         * src/prefs_message.h
6089         * src/prefs_msg_colors.c
6090         * src/prefs_msg_colors.h
6091         * src/prefs_other.c
6092         * src/prefs_other.h
6093         * src/prefs_quote.c
6094         * src/prefs_quote.h
6095         * src/prefs_receive.c
6096         * src/prefs_receive.h
6097         * src/prefs_send.c
6098         * src/prefs_send.h
6099         * src/prefs_spelling.c
6100         * src/prefs_spelling.h
6101         * src/prefs_summaries.c
6102         * src/prefs_summaries.h
6103         * src/prefs_summary_column.c
6104         * src/prefs_summary_column.h
6105         * src/prefs_template.c
6106         * src/prefs_template.h
6107         * src/prefs_themes.c
6108         * src/prefs_themes.h
6109         * src/prefs_toolbar.c
6110         * src/prefs_toolbar.h
6111         * src/prefs_wrapping.c
6112         * src/prefs_wrapping.h
6113         * src/privacy.c
6114         * src/privacy.h
6115         * src/procheader.c
6116         * src/procheader.h
6117         * src/procmime.c
6118         * src/procmime.h
6119         * src/procmsg.c
6120         * src/procmsg.h
6121         * src/quote_fmt.c
6122         * src/quote_fmt_parse.y
6123         * src/recv.c
6124         * src/recv.h
6125         * src/remotefolder.c
6126         * src/remotefolder.h
6127         * src/send_message.c
6128         * src/send_message.h
6129         * src/setup.c
6130         * src/setup.h
6131         * src/simple-gettext.c
6132         * src/sourcewindow.c
6133         * src/sourcewindow.h
6134         * src/ssl_manager.c
6135         * src/ssl_manager.h
6136         * src/statusbar.c
6137         * src/statusbar.h
6138         * src/stock_pixmap.c
6139         * src/stock_pixmap.h
6140         * src/summary_search.c
6141         * src/summary_search.h
6142         * src/summaryview.c
6143         * src/summaryview.h
6144         * src/syldap.c
6145         * src/syldap.h
6146         * src/textview.c
6147         * src/textview.h
6148         * src/toolbar.c
6149         * src/toolbar.h
6150         * src/undo.c
6151         * src/undo.h
6152         * src/unmime.c
6153         * src/unmime.h
6154         * src/vcard.c
6155         * src/vcard.h
6156         * src/wizard.c
6157         * src/wizard.h
6158         * src/common/base64.c
6159         * src/common/base64.h
6160         * src/common/defs.h
6161         * src/common/hooks.c
6162         * src/common/hooks.h
6163         * src/common/log.c
6164         * src/common/log.h
6165         * src/common/md5.c
6166         * src/common/md5.h
6167         * src/common/mgutils.c
6168         * src/common/mgutils.h
6169         * src/common/nntp.c
6170         * src/common/nntp.h
6171         * src/common/passcrypt.c
6172         * src/common/passcrypt.h.in
6173         * src/common/plugin.c
6174         * src/common/plugin.h
6175         * src/common/prefs.c
6176         * src/common/prefs.h
6177         * src/common/progressindicator.c
6178         * src/common/progressindicator.h
6179         * src/common/quoted-printable.c
6180         * src/common/quoted-printable.h
6181         * src/common/session.c
6182         * src/common/session.h
6183         * src/common/smtp.c
6184         * src/common/smtp.h
6185         * src/common/socket.c
6186         * src/common/socket.h
6187         * src/common/ssl.c
6188         * src/common/ssl.h
6189         * src/common/ssl_certificate.c
6190         * src/common/ssl_certificate.h
6191         * src/common/string_match.c
6192         * src/common/string_match.h
6193         * src/common/stringtable.c
6194         * src/common/sylpheed.c
6195         * src/common/sylpheed.h
6196         * src/common/template.c
6197         * src/common/template.h
6198         * src/common/timing.h
6199         * src/common/utils.c
6200         * src/common/utils.h
6201         * src/common/uuencode.c
6202         * src/common/uuencode.h
6203         * src/common/version.h.in
6204         * src/common/xml.c
6205         * src/common/xml.h
6206         * src/common/xmlprops.c
6207         * src/common/xmlprops.h
6208         * src/gtk/about.c
6209         * src/gtk/about.h
6210         * src/gtk/colorlabel.c
6211         * src/gtk/colorlabel.h
6212         * src/gtk/colorsel.c
6213         * src/gtk/colorsel.h
6214         * src/gtk/description_window.c
6215         * src/gtk/description_window.h
6216         * src/gtk/filesel.c
6217         * src/gtk/filesel.h
6218         * src/gtk/foldersort.c
6219         * src/gtk/foldersort.h
6220         * src/gtk/gtkutils.c
6221         * src/gtk/gtkutils.h
6222         * src/gtk/inputdialog.c
6223         * src/gtk/inputdialog.h
6224         * src/gtk/logwindow.c
6225         * src/gtk/logwindow.h
6226         * src/gtk/manage_window.c
6227         * src/gtk/manage_window.h
6228         * src/gtk/menu.c
6229         * src/gtk/menu.h
6230         * src/gtk/pluginwindow.c
6231         * src/gtk/pluginwindow.h
6232         * src/gtk/prefswindow.c
6233         * src/gtk/prefswindow.h
6234         * src/gtk/progressdialog.c
6235         * src/gtk/progressdialog.h
6236         * src/gtk/quicksearch.c
6237         * src/gtk/quicksearch.h
6238         * src/gtk/sslcertwindow.c
6239         * src/gtk/sslcertwindow.h
6240         * src/plugins/clamav/clamav_plugin.c
6241         * src/plugins/clamav/clamav_plugin.h
6242         * src/plugins/clamav/clamav_plugin_gtk.c
6243         * src/plugins/demo/demo.c
6244         * src/plugins/dillo_viewer/dillo_prefs.c
6245         * src/plugins/dillo_viewer/dillo_prefs.h
6246         * src/plugins/dillo_viewer/dillo_viewer.c
6247         * src/plugins/mathml_viewer/mathml_viewer.c
6248         * src/plugins/pgpcore/passphrase.c
6249         * src/plugins/pgpcore/passphrase.h
6250         * src/plugins/pgpcore/plugin.c
6251         * src/plugins/pgpcore/prefs_gpg.c
6252         * src/plugins/pgpcore/prefs_gpg.h
6253         * src/plugins/pgpcore/select-keys.c
6254         * src/plugins/pgpcore/select-keys.h
6255         * src/plugins/pgpcore/sgpgme.c
6256         * src/plugins/pgpcore/sgpgme.h
6257         * src/plugins/pgpinline/pgpinline.c
6258         * src/plugins/pgpinline/pgpinline.h
6259         * src/plugins/pgpinline/plugin.c
6260         * src/plugins/pgpmime/pgpmime.c
6261         * src/plugins/pgpmime/pgpmime.h
6262         * src/plugins/pgpmime/plugin.c
6263         * src/plugins/spamassassin/spamassassin.c
6264         * src/plugins/spamassassin/spamassassin.h
6265         * src/plugins/spamassassin/spamassassin_gtk.c
6266         * src/plugins/trayicon/trayicon.c
6267         * tools/OOo2sylpheed.pl
6268         * tools/acroread2sylpheed.pl
6269         * tools/asus_mailled.sh
6270         * tools/filter_conv.pl
6271         * tools/freshmeat_search.pl
6272         * tools/google_search.pl
6273         * tools/kmail2sylpheed.pl
6274         * tools/kmail2sylpheed_v2.pl
6275         * tools/maildir2sylpheed.pl
6276         * tools/multiwebsearch.pl
6277         * tools/newscache_clean.pl
6278         * tools/outlook2sylpheed.pl
6279         * tools/sylpheed-switcher
6280         * tools/update-po
6281         * tools/vcard2xml.py
6282         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6283                 update FSF address
6284
6285 2005-09-21 [colin]      1.9.14cvs46
6286
6287         * src/gedit-print.c
6288         * src/procmsg.c
6289         * src/procmsg.h
6290         * src/textview.c
6291         * src/summaryview.c
6292                 Remove some printing hacks (deselection/reselection),
6293                 which by the way fix printing the currently 
6294                 displayed mime part (still only text)
6295                 Plus a little optimisation of summary_show
6296
6297
6298 2005-09-20 [colin]      1.9.14cvs45
6299
6300         * src/mainwindow.c
6301         * src/messageview.c
6302                 GUI fixups: add accels, set message
6303                 view title to displayed mail's subject
6304         * src/prefs_spelling.c
6305         * src/gtk/gtkaspell.c
6306                 GUI fixups: allow underlining misspelled
6307                 words instead of coloring them (a11y!)
6308
6309 2005-09-19 [colin]
6310
6311         1.9.15rc3 released
6312
6313 2005-09-19 [colin]      1.9.14cvs44
6314
6315         * src/compose.c
6316                 Fix draft message
6317         * src/gtk/gtkaspell.c
6318                 Fix wrong test ;-)
6319
6320 2005-09-19 [colin]      1.9.14cvs43
6321
6322         * src/addressbook.c
6323                 Fix sensitivity of Delete button
6324         * src/compose.c
6325                 Warn if the requested Privacy system
6326                 is not available
6327         * src/exphtmldlg.c
6328         * src/expldifdlg.c
6329         * src/importldif.c
6330         * src/importmutt.c
6331         * src/importpine.c
6332                 Fix crappy UI
6333         * src/
6334         * src/ssl.h
6335         * src/prefs_account.h
6336         * src/prefs_account.c
6337                 Save SSL prefs even in builds that have
6338                 SSL support disable
6339         * src/imap.c
6340         * src/inc.c
6341         * src/news.c
6342         * src/send_message.c
6343                 Warn if connection should be secure, but
6344                 SSL support isn't compiled in
6345         * src/gtkaspell.c
6346                 Fix word separation on UTF-8 systems
6347                 Fixes bug #812 (Strange inline spellchecking)
6348         * src/compose.c
6349                 Warn if the requested Privacy system
6350                 is not available
6351                 Factorize offline warning
6352         * src/imap.c
6353         * src/imap_gtk.c
6354         * src/imap_gtk.h
6355         * src/inc.h
6356         * src/news_gtk.c
6357         * src/news_gtk.h
6358         * src/messageview.c
6359                 Factorize offline warning
6360
6361 2005-09-19 [paul]
6362
6363         1.9.15-rc2 released
6364
6365 2005-09-18 [colin]      1.9.14cvs42
6366
6367         * src/codeconv.c
6368         * src/codeconv.h
6369         * src/procmime.c
6370                 Add a way to get locale's charset ignoring utf-8,
6371                 and use that as default encoding for broken mails
6372
6373 2005-09-18 [colin]      1.9.14cvs41
6374
6375         * src/gtk/logwindow.c
6376                 Translate string. Patch by Fabien Vantard
6377
6378 2005-09-18 [colin]      1.9.14cvs40
6379
6380         * configure.ac
6381                 Fix bug #803 (IMAP/SSL support breaks with 
6382                 GnuTLS libetpan 0.38)
6383
6384 2005-09-18 [colin]      1.9.14cvs39
6385
6386         * src/codeconv.c
6387         * src/compose.c
6388         * src/procmime.c
6389                 More charsets fixes. Fixes bug #806 (non
6390                 ascii characters in subject line)
6391
6392 2005-09-17 [paul]       1.9.14cvs38
6393
6394         * src/folderview.c
6395         * src/mainwindow.c
6396                 fix gcc-2.95 issues
6397                 Patch by Pawel Pekala
6398
6399 2005-09-17 [colin]      1.9.14cvs37
6400
6401         * src/addrindex.c
6402                 bugfix for NO-USE LDAP compilation, patch 
6403                 by Fabien Vantard
6404
6405 2005-09-17 [colin]      1.9.14cvs36
6406
6407         * src/prefs_actions.c
6408         * src/prefs_customheader.c
6409         * src/prefs_display_header.c
6410         * src/prefs_filtering_action.c
6411         * src/prefs_matcher.c
6412         * src/prefs_toolbar.c
6413                 Fix strange casts (less elegant but
6414                 works better)
6415
6416 2005-09-16 [colin]      1.9.14cvs35
6417
6418         * src/jpilot.c
6419                 Missed that one
6420
6421 2005-09-16 [colin]      1.9.14cvs34
6422
6423         * configure.ac
6424         * src/Makefile.am
6425         * src/addr_compl.c
6426         * src/addrindex.c
6427         * src/browseldap.c
6428         * src/editldap.c
6429         * src/ldaplocate.c
6430         * src/ldapquery.c
6431         * src/ldapquery.h
6432         * src/ldapserver.c
6433         * src/ldapserver.h
6434         * src/main.c
6435         * src/matcher_parser_parse.y
6436         * src/prefs_themes.c
6437         * src/etpan/Makefile.am
6438         * src/gtk/description_window.c
6439         * src/plugins/clamav/Makefile.am
6440         * src/plugins/clamav/clamav_plugin.c
6441         * src/plugins/dillo_viewer/Makefile.am
6442         * src/plugins/pgpcore/Makefile.am
6443         * src/plugins/pgpinline/Makefile.am
6444         * src/plugins/pgpmime/Makefile.am
6445         * src/plugins/trayicon/Makefile.am
6446                 Fix 100% cpu usage in address completion list
6447                 Fix little bugs (return with no values etc)
6448                 Fix all warnings (with common CFLAGS)
6449
6450 2005-09-15 [colin]      1.9.14cvs33
6451
6452         * src/addressbook.c
6453                 Fix bug where sometimes a group's email list is empty,
6454                 force its refresh (probably fixes "Re: how to create a 
6455                 distribution list")
6456         * src/ldapquery.c
6457                 Don't return to the callback in the main thread from the
6458                 fetch thread (or face segs!)
6459
6460 2005-09-15 [paul]       1.9.14cvs32
6461
6462         * src/prefs_matcher.c
6463                 forgotten in last commit
6464
6465 2005-09-15 [paul]       1.9.14cvs31
6466
6467         * src/prefs_actions.c
6468         * src/prefs_filtering_action.c
6469         * src/prefs_quote.c
6470         * src/quote_fmt.c
6471         * src/summaryview.c
6472         * src/gtk/description_window.c
6473         * src/gtk/description_window.h
6474         * src/gtk/quicksearch.c
6475                 allow interaction with the called
6476                 description window
6477                 Patch by Anders Hammar
6478
6479 2005-09-14 [paul]       1.9.14cvs30
6480
6481         * src/compose.c
6482                 fix a little annoyance when pasting with 3rd button 
6483                 with wrap_pastes=0 and wrap_input=1
6484                 Patch by Colin
6485
6486 2005-09-14 [paul]       1.9.14cvs29
6487
6488         * src/prefs_account.c
6489                 disable 'Filter messages on receiving' for
6490                 SMTP-only accounts
6491                 Patch  by Anders Hammar
6492
6493 2005-09-14 [paul]       1.9.14cvs28
6494
6495         * po/sk.po
6496                 fix crash
6497                 updated by Andrej Kacian
6498
6499 2005-09-14 [paul]
6500
6501         1.9.15-rc1 released
6502
6503 2005-09-14 [paul]       1.9.14cvs27
6504
6505         * po/es.po
6506                 updated by Ricardo Mones Lastra
6507         * src/compose.c
6508         * src/compose.h
6509                 associate no_wrap_tags to Compose windows
6510                 instead of using a static one
6511                 Patch by Colin
6512         * src/mbox.c
6513                 fix proc_mbox()
6514                 Patch by wwp
6515         * src/textview.c
6516                 remove unneeded printf()
6517
6518 2005-09-14 [paul]       1.9.14cvs26
6519
6520         * src/addrcache.c
6521         * src/codeconv.h
6522         * src/folder.h
6523         * src/mainwindow.h
6524         * src/mh.c
6525         * src/mimeview.h
6526         * src/partial_download.c
6527         * src/pop.c
6528         * src/prefs_account.c
6529         * src/prefs_account.h
6530         * src/prefs_actions.c
6531         * src/prefs_customheader.c
6532         * src/prefs_display_header.c
6533         * src/prefs_filtering_action.c
6534         * src/prefs_matcher.c
6535         * src/prefs_toolbar.c
6536         * src/privacy.h
6537         * src/procmime.c
6538         * src/procmime.h
6539         * src/procmsg.h
6540         * src/textview.c
6541         * src/undo.h
6542         * src/common/plugin.c
6543         * src/common/session.h
6544         * src/common/socket.c
6545         * src/common/socket.h
6546         * src/common/template.c
6547         * src/gtk/gtkaspell.c
6548         * src/gtk/quicksearch.h
6549         * src/plugins/pgpcore/passphrase.c
6550         * src/plugins/pgpcore/prefs_gpg.h
6551         * src/plugins/pgpcore/select-keys.c
6552         * src/plugins/pgpcore/select-keys.h
6553         * src/plugins/pgpcore/sgpgme.c
6554         * src/plugins/pgpinline/pgpinline.c
6555         * src/plugins/pgpmime/pgpmime.c
6556         * src/plugins/trayicon/trayicon.c
6557                 fix compilation warnings
6558                 Patch by Daniel Gustafson
6559
6560 2005-09-14 [paul]       1.9.14cvs25
6561
6562         * src/addressbook.c
6563                 add missing column header, and other small
6564                 bug fixes
6565                 Patch by Anders Hammar
6566
6567 2005-09-13 [colin]      1.9.14cvs24
6568
6569         * src/gtk/gtkaspell.c
6570                 Fix non-utf8 in menu
6571                 Fix little leaks
6572                 Nullify struct members after free()s
6573
6574 2005-09-13 [colin]      1.9.14cvs23
6575
6576         * src/compose.c
6577                 Test utf8 compliance before inserting to 
6578                 buffer, and try to convert if necessary
6579         * src/procmime.c
6580                 If no charset is present, use the locale 
6581                 one instead of us-ascii
6582         * src/procmsg.c
6583                 Add Sender, List-Post and To in the checked 
6584                 headers for automatic rules creation 
6585                 (thanks to wwp)
6586         * src/prefs_themes.c
6587         * src/gtk/gtkaspell.c
6588                 Remove deprecated functions. 
6589                 patch by Daniel Gustafson
6590
6591 2005-09-12 [colin]      1.9.14cvs22
6592
6593         * src/compose.c
6594                 Fix bug #448 (Scrolling/Redraw issue with 
6595                 address-fields in Header)
6596         * src/mainwindow.c
6597         * src/summaryview.c
6598         * src/summaryview.h
6599                 Fix loss of MSG_MARKED on move/copy
6600                 Fix bug #804 (Quicksearch togglebutton doesn't 
6601                 get depressed after '/' key is pressed)
6602
6603 2005-09-12 [paul]       1.9.14cvs21
6604
6605         * AUTHORS
6606         * src/gtk/logwindow.c
6607                 add 'Clear Log' to popup menu
6608                 Patch by Anders Hammar <anders.hammar@telia.com>
6609
6610 2005-09-12 [paul]       1.9.14cvs20
6611
6612         * src/compose.c
6613                 set correct sensitivity on attachments
6614                 popup menu
6615         * src/folder.c
6616                 fix typo
6617         * src/prefs_spelling.c
6618                 fix crash when no LANG env is set
6619         * src/common/xml.c
6620                 fix crash in wizard
6621                 don't use memeory after free
6622
6623         All patches by Daniel Gustafson
6624
6625 2005-09-12 [paul]       1.9.14cvs19
6626
6627         * src/prefs_themes.c
6628                 make theme info selectable
6629         * src/gtk/description_window.c
6630                 make window non-modal
6631         * tools/README
6632                 add details of asus_mailed.sh
6633         * tools/claws.i18n.status.pl
6634                 update for new zh_TW translator
6635                 widen the output
6636                 create alternate coloured lines
6637                 improve readability
6638
6639 2005-09-10 [colin]      1.9.14cvs18
6640
6641         * src/plugins/pgpcore/select-keys.c
6642                 Better order for the buttons
6643
6644 2005-09-10 [colin]      1.9.14cvs17
6645
6646         * src/compose.c
6647         * src/plugins/pgpcore/select-keys.c
6648         * src/plugins/pgpcore/select-keys.h
6649         * src/plugins/pgpcore/sgpgme.c
6650                 Add a "Don't encrypt" button to the key
6651                 selection dialog. Fixes bug #177 (There should be a 
6652                 'Don't encrypt button in the Select Keys dialog)
6653
6654 2005-09-10 [colin]      1.9.14cvs16
6655
6656         * src/compose.c
6657                 Fix bug #572 (%X option does not work with templates)
6658
6659 2005-09-10 [colin]      1.9.14cvs15
6660
6661         * src/toolbar.c 
6662                 Remove g_print
6663
6664 2005-09-10 [colin]      1.9.14cvs14
6665
6666         * src/imap.c
6667                 Fix a possible crash
6668
6669 2005-09-09 [colin]      1.9.14cvs13
6670
6671         * src/imap.c
6672         * src/etpan/imap-thread.c
6673         * src/etpan/imap-thread.h
6674                 Fix moving from queue or drafts to normal folders
6675                 Fix bug #794 (No way to delete without expunging)
6676                 Take flags unset by other mailers into account
6677                 Take deleted flag set by other mailers into account
6678                 Fix unsetting REPLIED flag
6679                 Fix crash when capabilities can't be retrieved
6680         * src/mainwindow.c
6681         * src/mainwindow.h
6682                 Add M_DELAYED_FLAGS condition, and let the user use
6683                 Execute in order to be able to expunge deleted mails,
6684                 even if he's not in delayed execute mode
6685         * src/prefs_spelling.c
6686                 Use 'en' dictionary by default if LANG is POSIX or C
6687         * src/gtk/prefswindow.c
6688                 Fix bug #767 (Preferences windows expanding) by making
6689                 the window a bit larger when the resolution is greater
6690                 than 640x480, and by putting the prefs in a
6691                 GtkScrolledWindow.
6692
6693 2005-09-09 [paul]       1.9.14cvs12
6694
6695         * AUTHORS
6696         * configure.ac
6697         * po/zh_TW.Big5.po      ** REMOVED **
6698         * po/zh_TW.po           ** ADDED **
6699                 updated by Wei-Lun Chao
6700
6701 2005-09-09 [paul]       1.9.14cvs11
6702
6703         * src/mainwindow.c
6704                 fix asserts
6705         * src/common/xml.c
6706                 delay memory allocation until file is
6707                 opened successfully
6708                 Patch by Daniel Gustafson
6709
6710 2005-09-09 [colin]      1.9.14cvs10
6711
6712         * src/imap.c
6713                 Add guards
6714
6715 2005-09-08 [colin]      1.9.14cvs9
6716
6717         * src/compose.c
6718                 Alert when we can't save draft
6719                 Fix various wrap/color issues
6720                 Add mid-click pasting respecting wrap_paste option
6721         * src/folder.c
6722         * src/folder.h
6723         * src/folder_item_prefs.c
6724         * src/folder_item_prefs.h
6725         * src/imap.c
6726         * src/imap_gtk.c
6727         * src/imap_gtk.h
6728         * src/main.c
6729         * src/mainwindow.c
6730         * src/mainwindow.h
6731         * src/news.c
6732         * src/news_gtk.c
6733         * src/news_gtk.h
6734         * src/prefs_folder_item.c
6735                 Fix the impossibility to synchronise folders for
6736                 offline use (IMAP and NNTP are concerned)
6737
6738 2005-09-08 [colin]      1.9.14cvs8
6739
6740         * configure.ac
6741                 Build LDAP and JPilot by default if available
6742         * src/textview.c
6743                 Fix use after free
6744
6745 2005-09-08 [paul]       1.9.14cvs7
6746
6747         * doc/manual/en/sylpheed-1.html
6748         * doc/manual/en/sylpheed-18.html
6749         * doc/manual/en/sylpheed-19.html
6750         * doc/manual/en/sylpheed-4.html
6751         * doc/manual/en/sylpheed-6.html
6752         * doc/manual/en/sylpheed.html
6753                 a few minor updates, plus include some
6754                 details about plugins and their requirements
6755         * src/mainwindow.c
6756                 minor changes to English in /View/Sort
6757
6758 2005-09-07 [colin]      1.9.14cvs6
6759
6760         * doc/manual/en/sylpheed-1.html
6761         * doc/manual/en/sylpheed-10.html
6762         * doc/manual/en/sylpheed-11.html
6763         * doc/manual/en/sylpheed-12.html
6764         * doc/manual/en/sylpheed-13.html
6765         * doc/manual/en/sylpheed-14.html
6766         * doc/manual/en/sylpheed-15.html
6767         * doc/manual/en/sylpheed-16.html
6768         * doc/manual/en/sylpheed-17.html
6769         * doc/manual/en/sylpheed-18.html
6770         * doc/manual/en/sylpheed-19.html
6771         * doc/manual/en/sylpheed-2.html
6772         * doc/manual/en/sylpheed-20.html
6773         * doc/manual/en/sylpheed-21.html
6774         * doc/manual/en/sylpheed-22.html
6775         * doc/manual/en/sylpheed-3.html
6776         * doc/manual/en/sylpheed-4.html
6777         * doc/manual/en/sylpheed-5.html
6778         * doc/manual/en/sylpheed-6.html
6779         * doc/manual/en/sylpheed-7.html
6780         * doc/manual/en/sylpheed-8.html
6781         * doc/manual/en/sylpheed-9.html
6782         * doc/manual/en/sylpheed.html
6783                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
6784
6785 2005-09-07 [colin]      1.9.14cvs5
6786
6787         * src/mainwindow.c
6788                 Make labels more to-the-point
6789
6790 2005-09-07 [colin]      1.9.14cvs4
6791
6792         * doc/manual/en/sylpheed-1.html
6793         * doc/manual/en/sylpheed-12.html
6794         * doc/manual/en/sylpheed-13.html
6795         * doc/manual/en/sylpheed-14.html
6796         * doc/manual/en/sylpheed-15.html
6797         * doc/manual/en/sylpheed-16.html
6798         * doc/manual/en/sylpheed-17.html
6799         * doc/manual/en/sylpheed-18.html
6800         * doc/manual/en/sylpheed-19.html
6801         * doc/manual/en/sylpheed-2.html
6802         * doc/manual/en/sylpheed-20.html
6803         * doc/manual/en/sylpheed-21.html
6804         * doc/manual/en/sylpheed-22.html
6805         * doc/manual/en/sylpheed-4.html
6806         * doc/manual/en/sylpheed-5.html
6807         * doc/manual/en/sylpheed-6.html
6808         * doc/manual/en/sylpheed-7.html
6809         * doc/manual/en/sylpheed-8.html
6810         * doc/manual/en/sylpheed-9.html
6811         * doc/manual/en/sylpheed.html
6812                 Update manual
6813
6814 2005-09-07 [colin]      1.9.14cvs3
6815
6816         * doc/faq/en/sylpheed-faq-1.html
6817         * doc/faq/en/sylpheed-faq-2.html
6818         * doc/faq/en/sylpheed-faq-3.html
6819         * doc/faq/en/sylpheed-faq.html
6820                 Update FAQ
6821
6822 2005-09-07 [colin]      1.9.14cvs2
6823
6824         * src/folderview.c
6825         * src/procmsg.c
6826         * src/summaryview.c
6827         * src/toolbar.c
6828                 Fix special subfolders:
6829                 - Inherit parent's icon
6830                 - sent contents of queues subfolders
6831                 - empty subfolders of trashes
6832         * src/mainwindow.c
6833                 Remove outdated manual and faq entries
6834         * src/common/utils.c
6835                 Add quotes around %s coming from mailcap
6836
6837 2005-09-07 [colin]      1.9.14cvs1
6838
6839         * src/compose.c
6840                 After saving draft, set modified to FALSE
6841         * src/mimeview.c
6842         * src/common/utils.c
6843         * src/common/utils.h
6844                 Try to open mime parts using what is 
6845                 indicated in ~/.mailcap or /etc/mailcap,
6846                 if possible.
6847
6848 2005-09-05 [paul]       1.9.14
6849
6850         1.9.14 released
6851
6852         * po/sk.po
6853                 updated by Andrej Kacian
6854
6855 2005-09-05 [paul]       1.9.13cvs83
6856
6857         * po/de.po
6858         * po/es.po
6859         * po/fi.po
6860         * po/fr.po
6861         * po/nb.po
6862         * po/pt_BR.po
6863         * po/sr.po
6864                 updated translations by Thomas Gilgin, Ricardo Mones
6865                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
6866                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
6867
6868 2005-09-04 [paul]       1.9.13cvs82
6869
6870         * src/compose.c
6871                 only warn about exceeded line length limit
6872                 on send
6873
6874 2005-09-04 [paul]       1.9.13cvs81
6875
6876         * src/compose.c
6877                 fix crash in 'line length exceeded' dialogue
6878
6879 2005-09-02 [paul]       1.9.13cvs80
6880
6881         * src/imap.c
6882                 fix bug 795, 'Connection lost IMAP'
6883                 and add statusbar prints
6884                 Patch by Colin
6885
6886 2005-09-02 [paul]       1.9.13cvs79
6887
6888         * src/compose.c
6889                 compose_wrap_paragraph() becomes
6890                 compose_beautify_paragraph()
6891                 Patch by Colin
6892
6893 2005-09-02 [colin]      1.9.13cvs78
6894
6895         * src/folderview.c
6896                 Micro-fix
6897
6898 2005-09-01 [colin]      1.9.13cvs77
6899
6900         * src/imap.c
6901                 Maybe fix bug #795 (Connection lost IMAP)
6902                 Don't try to send logout when we're disconnected.
6903         * src/summaryview.c
6904                 Include locked and marked emails in HRM
6905                 view. Fixes bug #800 (Locked messages no longer 
6906                 show up when hide read messages is used)
6907
6908 2005-09-01 [paul]       1.9.13cvs76
6909
6910         * src/prefs_common.c
6911                 fix bad cutting
6912
6913 2005-08-31 [colin]      1.9.13cvs75
6914
6915         * src/folderview.c
6916         * src/folderview.h
6917         * src/prefs_summaries.c
6918         * src/summaryview.c
6919                 Fix "go to next new", fix preference
6920                 (Open unread/next swapped)
6921
6922 2005-08-31 [paul]       1.9.13cvs74
6923
6924         * src/compose.c
6925         * src/folderview.c
6926         * src/headerview.c
6927         * src/headerview.h
6928         * src/mainwindow.c
6929         * src/prefs_common.c
6930         * src/prefs_common.h
6931         * src/prefs_fonts.c
6932         * src/summaryview.c
6933         * src/textview.c
6934         * src/common/defs.h
6935                 remove obsolete BOLD_FONT setting
6936                 fix font update in headerview and textview
6937                 headers after prefs change
6938                 Patch By Colin
6939
6940 2005-08-31 [paul]
6941
6942         1.9.14-rc4 released
6943
6944 2005-08-30 [colin]      1.9.13cvs73
6945
6946         * src/summaryview.c
6947                 When Hide read messages is selected and we
6948                 refresh the summaryview, don't remove the 
6949                 currently displayed message. Fixes bug #797
6950                 (Summary view reloads when new mail is 
6951                 downloaded in 1.9.14 rc)
6952
6953 2005-08-30 [colin]      1.9.13cvs72
6954
6955         * src/folderview.c
6956                 Fix flickering
6957         * src/mainwindow.c
6958                 Remove useless callback
6959         * src/mimeview.c
6960         * src/gtk/filesel.c
6961         * src/gtk/filesel.h
6962                 Add a filesel_select_file_save_folder() - used by Save All
6963
6964 2005-08-29 [paul]       1.9.13cvs71
6965
6966         * AUTHORS
6967         * src/matcher_parser_parse.y
6968         * src/etpan/imap-thread.c
6969                 fix building on FreeBSD
6970                 Patch by Daniel Gustafson <daniel@hobbit.se>
6971
6972 2005-08-29 [paul]       1.9.13cvs70
6973
6974         * src/plugins/pgpinline/pgpinline.c
6975                 only initialise sig result if it's been handled
6976                 Patch by Colin
6977
6978 2005-08-29 [paul]       1.9.13cvs69
6979         
6980         Patches by Colin:
6981
6982         * src/imap.c
6983         * src/common.utils.c
6984         * src/common/utils.h
6985                 optimisation
6986         * src/stock_pixmap.h
6987                 fix wrong icon reference
6988         * src/pixmaps/trash_btn.xpm
6989                 replace with nicer image
6990
6991 2005-08-28 [colin]      1.9.13cvs68
6992
6993         * src/Makefile.am
6994         * src/stock_pixmap.c
6995         * src/stock_pixmap.h
6996         * src/toolbar.c
6997         * src/pixmaps/trash_btn.xpm
6998                 Add a specific trash xpm for the button
6999
7000 2005-08-28 [colin]      1.9.13cvs67
7001
7002         * src/imap.c
7003                 Fix leak
7004
7005 2005-08-27 [colin]      1.9.13cvs66
7006
7007         * src/imap.c
7008         * src/procmime.c
7009                 Correctly fix "Problem with replies", fixes
7010                 pgpmime encryption too. 
7011
7012 2005-08-27 [colin]      1.9.13cvs65
7013
7014         * src/folder.c
7015         * src/procmsg.c
7016         * src/procmsg.h
7017         * src/summaryview.c
7018                 Fix bug #517 (messages removed from summaryview 
7019                 when moving fails)
7020
7021 2005-08-27 [colin]      1.9.13cvs64
7022
7023         * tools/Makefile.am
7024         * tools/asus_mailled.sh
7025                 Add a script to blink ASUS laptops' mail LED where there
7026                 is unread mail.
7027
7028 2005-08-27 [colin]      1.9.13cvs63
7029
7030         * src/imap.c
7031         * src/etpan/imap-thread.c
7032         * src/etpan/imap-thread.h
7033                 Implement automatic choosing of login method
7034                 Fixes bug #791
7035         * src/gtk/.cvsignore
7036                 Add sylpheed-marshal.[ch]
7037
7038 2005-08-27 [colin]      1.9.13cvs62
7039
7040         * src/common/utils.c
7041                 Fix confusing perror
7042
7043 2005-08-27 [colin]      1.9.13cvs61
7044
7045         * src/toolbar.c
7046         * src/toolbar.h
7047                 Remove A_DELETE, replace it with 
7048                 A_TRASH and A_DELETE_REAL. Automatically
7049                 rewrite config files to replace A_DELETE
7050                 with A_TRASH (no functionality change).
7051                 Fixes half of #794
7052
7053 2005-08-26 [colin]      1.9.13cvs60
7054
7055         * src/procmime.c
7056                 Previous "Problem with replies" fix brought other
7057                 problems, fixing them
7058
7059 2005-08-26 [colin]      1.9.13cvs59
7060
7061         * src/procmime.c
7062                 Fix "Problem with replies". This happened only
7063                 on IMAP...
7064         * src/procmsg.c
7065                 Factorize code a bit
7066         * src/compose.c
7067                 Speed improvement on very long messages (wrapping)
7068                 Fix signature color on Reedit and Redirect
7069                 On Reedit, don't attach pgp-signatures parts, but
7070                 set signing to On.
7071
7072 2005-08-24 [paul]       1.9.13cvs58
7073
7074         * src/compose.c
7075                 don't claim success when clicking
7076                 Cancel on the passphrase box.
7077                 Patch by Colin
7078
7079 2005-08-24 [paul]       1.9.13cvs57
7080
7081         * src/main.c
7082                 fix misplaced sylpheed.log
7083         * src/common/defs.h
7084                 define UIDL_DIR
7085
7086 2005-08-24 [paul]       1.9.13cvs56
7087
7088         * src/imap.c
7089         * src/etpan/imap-thread.c
7090         * src/etpan/imap-thread.h
7091                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
7092                 Patch by Colin
7093         * src/gtk/sylpheed-marshal.c    ** REMOVED **
7094         * src/gtk/sylpheed-marshal.h    ** REMOVED **
7095                 remove autogenerated files
7096         * tools/kdeservicemenu/README
7097         * tools/kdeservicemenu/install.sh
7098         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7099         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7100                 use Claws icon, use 'Sylpheed-Claws' in menu,
7101                 use kdialog, and other cleanups
7102
7103 2005-08-23 [paul]       1.9.13cvs55
7104
7105         * src/compose.c
7106                 fix paste/wrap crash
7107                 Patch by Colin
7108
7109 2005-08-23 [paul]       1.9.13cvs54
7110
7111         * src/main.c
7112                 fix crash recovery
7113                 Patch by Colin
7114
7115 2005-08-23 [paul]       1.9.13cvs53
7116
7117         * src/addressbook.c
7118         * src/editaddress.c
7119                 view all data of LDAP contacts
7120                 Patch by Colin
7121
7122 2005-08-23 [paul]       1.9.13cvs52
7123
7124         * src/addressbook.c
7125                 fix issues with the Search field
7126                 Patch by Colin
7127
7128 2005-08-22 [paul]       1.9.13cvs51
7129
7130         * src/folderview.c
7131                 put name of folder in processing dialog
7132                 title
7133         * src/prefs_folder_item.c
7134                 improve english usage
7135
7136 2005-08-22 [paul]       1.9.13cvs50
7137
7138         * src/filtering.c
7139         * src/filtering.h
7140         * src/matcher.c
7141         * src/matcher_parser_lex.l
7142         * src/matcher_parser_parse.y
7143         * src/prefs_filtering.c
7144                 add Filtering/Processing rule names feature.
7145                 (the incompatible old matcherrc is saved as
7146                 matcherrc.pre_names).
7147                 Patch by Colin
7148
7149 2005-08-22 [paul]       1.9.13cvs49
7150
7151         * src/procmsg.c
7152                 fix colour labelling
7153                 Patch by Colin
7154
7155 2005-08-22 [paul]       1.9.13cvs48
7156
7157         * src/textview.c
7158                 fix open_image_cb()
7159
7160 2005-08-22 [paul]       1.9.13cvs47
7161
7162         * src/imap.c
7163                 fix bug 789, 'SC crashes with imap (CVS ver)'
7164                 Patch by Colin
7165
7166 2005-08-22 [paul]       1.9.13cvs46
7167
7168         * src/mimeview.c
7169         * src/prefs_common.c
7170         * src/common/defs.h
7171                 define reused defaults in defs.h
7172         * src/textview.c
7173                 add 'Open image' to image popup menu
7174
7175 2005-08-21 [colin]      1.9.13cvs45
7176
7177         * src/summaryview.c
7178                 Fix bug #788 (Bogus "From" address displayed)
7179
7180 2005-08-20 [colin]      1.9.13cvs44
7181
7182         * src/folder.c
7183                 Fix buf #787 (multilevel delete causes SIGSEGV)
7184
7185 2005-08-19 [colin]      1.9.13cvs43
7186
7187         * src/inc.c
7188         * src/prefs_common.c
7189         * src/prefs_common.h
7190                 Add an hidden pref to allow modifying the
7191                 update stepping in incorporation.
7192                 Patch by wwp.
7193
7194 2005-08-19 [colin]      1.9.13cvs42
7195
7196         * src/compose.c
7197         * src/procmime.c
7198                 Workaround for broken MUAs: encode 
7199                 Content-type: name: as ASCII and 
7200                 Content-Disposition: filename: as
7201                 per rfc2231
7202         * src/prefs_account.c
7203                 Fix invisible-ness of SMTP SSL prefs
7204                 in NNTP accounts
7205
7206 2005-08-19 [paul]       1.9.13cvs41
7207
7208         * src/compose.c
7209         * src/prefs_common.c
7210         * src/prefs_common.h
7211         * src/prefs_wrapping.c
7212                 paste with or without wrapping.
7213                 patch by Colin
7214
7215 2005-08-19 [paul]       1.9.13cvs40
7216
7217         * src/prefs_common.c
7218         * src/prefs_common.h
7219         * src/summaryview.c
7220                 reintroduce enable_swap_from as a
7221                 hidden pref. patch by Colin
7222         * src/quote_fmt_parse.y
7223         * src/plugins/clamav/clamav_plugin.c
7224         * src/plugins/dillo_viewer/dillo_viewer.c
7225         * src/plugins/mathml_viewer/mathml_viewer.c
7226         * src/plugins/pgpcore/sgpgme.c
7227         * src/plugins/pgpinline/pgpinline.c
7228         * src/plugins/pgpmime/pgpmime.c
7229                 tidy up. patch by Colin
7230
7231 2005-08-19 [paul]       1.9.13cvs39
7232
7233         * configure.ac
7234                 complete cvs38's sync
7235         * src/editaddress.c
7236         * src/gedit-print.c
7237         * src/mutt.c
7238         * src/etpan/etpan-log.c
7239         * src/etpan/imap-thread.c
7240         * src/gtk/gtksourceprintjob.c
7241                 fix compilation warnings
7242                 (patch by Colin)
7243
7244 2005-08-19 [paul]       1.9.13cvs38
7245
7246         sync with main:
7247
7248         * src/account.c
7249         * src/action.c
7250         * src/addrbook.c
7251         * src/addrcache.c
7252         * src/addrharvest.c
7253         * src/addrindex.c
7254         * src/codeconv.c
7255         * src/compose.c
7256         * src/crash.c
7257         * src/exporthtml.c
7258         * src/exportldif.c
7259         * src/folder.c
7260         * src/image_viewer.c
7261         * src/inc.c
7262         * src/inc.h
7263         * src/jpilot.c
7264         * src/ldif.c
7265         * src/main.c
7266         * src/matcher.c
7267         * src/mbox.c
7268         * src/messageview.c
7269         * src/mh.c
7270         * src/mimeview.c
7271         * src/msgcache.c
7272         * src/mutt.c
7273         * src/news.c
7274         * src/partial_download.c
7275         * src/pine.c
7276         * src/pop.c
7277         * src/prefs_actions.c
7278         * src/prefs_common.c
7279         * src/prefs_customheader.c
7280         * src/prefs_display_header.c
7281         * src/prefs_gtk.c
7282         * src/prefs_themes.c
7283         * src/procheader.c
7284         * src/procmime.c
7285         * src/procmsg.c
7286         * src/recv.c
7287         * src/send_message.c
7288         * src/simple-gettext.c
7289         * src/sourcewindow.c
7290         * src/textview.c
7291         * src/vcard.c
7292         * src/common/defs.h
7293         * src/common/log.c
7294         * src/common/plugin.c
7295         * src/common/prefs.c
7296         * src/common/session.c
7297         * src/common/session.h
7298         * src/common/socket.c
7299         * src/common/socket.h
7300         * src/common/ssl_certificate.c
7301         * src/common/template.c
7302         * src/common/utils.c
7303         * src/common/utils.h
7304         * src/common/xml.c
7305         * src/gtk/about.c
7306         added wrappers for C library function that
7307                 take pathname arguments.
7308                 enabled compilation with MinGW.
7309                 use GDir instead of directly using opendir().
7310                 added rename_force().
7311
7312 2005-08-19 [paul]       1.9.13cvs37
7313         
7314         patches by Colin:
7315         * src/compose.c
7316                 fix privacy settings on re-editing
7317                 a sent message
7318         * src/jpilot.c
7319                 fix encoding bug
7320         * src/folder.c
7321         * src/procmsg.c
7322         * src/procmsg.h
7323         * src/summaryview.c
7324                 flag changing optimisation
7325
7326 2005-08-18 [martin]     1.9.13cvs36
7327
7328         * commitHelper
7329             added my login
7330         * src/addrcache.c
7331         * src/addrharvest.c
7332         * src/addrindex.c
7333         * src/compose.c
7334         * src/grouplistdialog.c
7335         * src/main.c
7336         * src/mainwindow.c
7337         * src/msgcache.c
7338         * src/mutt.c
7339         * src/pine.c
7340         * src/prefs_account.c
7341         * src/prefs_themes.c
7342         * src/stock_pixmap.c
7343         * src/summaryview.c
7344         * src/gtk/about.c
7345         * src/gtk/logwindow.c
7346             removed deprecated glib and gdk stuff
7347         * src/plugins/pgpcore/select-keys.c
7348             convert attributes from locale to utf8
7349
7350 2005-08-17 [paul]       1.9.13cvs35
7351
7352         * src/account.c
7353         * src/addressbook.c
7354                 use new GTK_STOCK_ icons if available
7355         * src/summaryview.c
7356         * src/gtk/gtksctree.c
7357         * src/gtk/gtksctree.h
7358                 faster range select. patch by Colin
7359
7360 2005-08-17 [paul]       1.9.13cvs34
7361
7362         patches by colin:
7363         * src/addressbook.c
7364         * src/addressitem.h
7365                 Add an edit button for contacts, fix selections
7366                 of gtksctree items
7367         * src/editaddress.c
7368                 Change labels, let Save be always possible in the
7369                 email and user atributes tabs
7370         * src/folderview.c
7371                 fix sort issues
7372         * src/summaryview.c
7373                 select next item instead of the displayed one
7374                 after deletion
7375
7376         * src/gtk/progressdialog.c
7377                 use prefs_common.enable_rules_hint
7378
7379 2005-08-13 [hoa]        1.9.13cvs33
7380
7381         * src/etpan/imap-thread.c
7382                 fixed build on Solaris.
7383
7384 2005-08-10 [colin]      1.9.13cvs32
7385
7386         * src/procmsg.c
7387                 Fix cvs31 (missing fclose before reading
7388                 the file)
7389
7390 2005-08-10 [colin]      1.9.13cvs31
7391
7392         * src/procmsg.c
7393                 Fix procmsg_msginfo_new_from_mimeinfo() when
7394                 the MimeInfo isn't stored in memory. This fixes
7395                 replying to an attached message.
7396
7397 2005-08-10 [colin]      1.9.13cvs30
7398
7399         * src/mainwindow.c
7400                 Fix slowness in account changing
7401
7402 2005-08-10 [colin]      1.9.13cvs29
7403
7404         * src/folder.c
7405         * src/folderutils.c
7406         * src/folderview.c
7407         * src/imap_gtk.c
7408         * src/mainwindow.c
7409         * src/mh_gtk.c
7410         * src/procmsg.c
7411         * src/summaryview.c
7412                 Optimize folder_has_parent_of_type
7413                 Prevent moving special sub-folders from contextual menus
7414                 Rework message a bit ("Empty all messages" -> "Delete all
7415                 messages")
7416                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
7417                 and "Deleted Items" folders)
7418
7419 2005-08-08 [colin]      1.9.13cvs28
7420
7421         * src/summaryview.c
7422         * src/prefs_summaries.c
7423                 Make "Select first unread|new" more flexible
7424                 (just prioritize new or unread)
7425
7426 2005-08-08 [colin]      1.9.13cvs27
7427
7428         * src/summaryview.c
7429                 If "select first new" is selected and there only
7430                 are unread messages, fallback to "select first
7431                 unread".
7432
7433 2005-08-08 [colin]      1.9.13cvs26
7434
7435         * src/folder.c
7436                 Fix shameful bugs (and bug #779)
7437
7438 2005-08-08 [colin]      1.9.13cvs25
7439
7440         * src/folder.c
7441         * src/folder.h
7442                 Cache parents' type to make folder_has_parent_of_type
7443                 faster
7444         * src/folderview.c
7445                 Forbid DnD of special sub-folders
7446         * src/procmsg.c
7447         * src/procmsg.h
7448                 Add MAIL_POSTFILTERING_HOOK
7449         * src/summaryview.c
7450                 Revert over-zealous deletion of the use_addr_book 
7451                 code
7452
7453 2005-08-07 [colin]      1.9.13cvs24
7454
7455         * src/folder.c
7456                 Fix big mistake (passing MsgInfo instead 
7457                 of FolderItem)
7458
7459 2005-08-07 [colin]      1.9.13cvs23
7460
7461         * src/compose.c
7462         * src/folder.c
7463         * src/folder.h
7464         * src/foldersel.c
7465         * src/folderutils.c
7466         * src/folderview.c
7467         * src/imap.c
7468         * src/mainwindow.c
7469         * src/messageview.c
7470         * src/mh.c
7471         * src/msgcache.c
7472         * src/procmime.c
7473         * src/summaryview.c
7474                 Make subfolders of Drafts, Queue, Outbox, Trash
7475                 work like their parents. 
7476                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
7477
7478 2005-08-07 [colin]      1.9.13cvs22
7479
7480         * src/addressbook.c
7481                 Fix bug #771 (Dragged contacts not saved)
7482
7483 2005-08-07 [paul]       1.9.13cvs21
7484
7485         * src/summaryview.c
7486                 fix bug 32 'Search Doesn't display results
7487                 if "Hide Read Messages" is chosen'
7488                 be more literal in interpreting 'Hide read
7489                 messages'
7490
7491 2005-08-07 [colin]      1.9.13cvs20
7492
7493         * src/folderview.c
7494                 Add debug
7495         * src/summaryview.c
7496                 Faster 'unthread_for_execution'
7497
7498 2005-08-06 [paul]       1.9.13cvs19
7499
7500         * src/mainwindow.c
7501                 add mnemonics to Set displayed columns
7502                 fix bug where msgview_visible option was
7503                 overwritten as TRUE on startup
7504
7505 2005-08-06 [paul]       1.9.13cvs18
7506
7507         * src/mainwindow.c
7508                 refer to 'displayed columns in folder/message
7509                 list' not 'displayed items in summary/message view'
7510         * src/prefs_display_header.c
7511                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
7512                 be consistent with similar dialogues
7513         * src/prefs_folder_column.c
7514         * src/prefs_summary_column.c
7515                 'columns' not 'items', and folder and message lists,
7516                 instead of folder and summary views;
7517                 Use 'Hidden columns' as list heading not 'Available
7518                 items';
7519                 move the 'Remove' button to the right hand side;
7520                 top-align the buttons;
7521                 remove unneeded vbox
7522         * src/prefs_summaries.c
7523                 put the 2 column prefs buttons in a frame to reduce
7524                 overall width; refer to columns not items &c.
7525
7526 2005-08-05 [colin]      1.9.13cvs17
7527
7528         * src/prefs_common.c
7529         * src/prefs_common.h
7530         * src/mainwindow.c
7531         * src/compose.c
7532         * src/messageview.c
7533                 Add an hidden toolbar_detachable pref, so
7534                 that I can get rid of these painful handles
7535                 in the toolbars. Defaults to TRUE to avoid
7536                 changing the GUI on unsuspecting people...
7537
7538 2005-08-05 [colin]      1.9.13cvs16
7539
7540         * src/Makefile.am
7541         * src/prefs_folder_column.c
7542         * src/prefs_folder_column.h
7543                 Add prefs for folder columns
7544         * src/folderview.c
7545         * src/folderview.h
7546         * src/mainwindow.c
7547         * src/mainwindow.h
7548         * src/prefs_common.c
7549         * src/prefs_common.h
7550         * src/prefs_summaries.c
7551                 Use them
7552         * src/prefs_summary_column.c
7553         * src/summaryview.c
7554         * src/summaryview.h
7555                 Add a To column
7556         * src/textview.c
7557         * src/common/utils.c
7558         * src/common/utils.h
7559                 Move uri colourisation functions
7560                 to utils
7561         * src/compose.c
7562                 Colourise URIs
7563         * src/imap.c
7564                 Fix bug with LIST where we'd try
7565                 to get Folder//////[...]/// 
7566
7567 2005-08-05 [paul]       1.9.13cvs15
7568
7569         * src/prefs_summaries.c
7570                 improve the English usage
7571         * src/summaryview.c
7572                 set font on column change
7573                 thanks to Colin
7574
7575 2005-08-05 [paul]       1.9.13cvs14
7576
7577         * src/prefs_common.c
7578         * src/prefs_common.h
7579         * src/prefs_summaries.c
7580         * src/summaryview.c
7581                 replace 'open_unread_on_enter' option with
7582                 'select_on_entry' option. opening/not opening
7583                 is now exclusively controlled by 'always_show_msg'
7584
7585 2005-08-04 [colin]      1.9.13cvs13
7586
7587         * src/compose.c
7588                 Remove dead code
7589                 Add colourisation of quotes and signatures
7590         * src/folderview.c
7591                 Fix possible crashes
7592         * src/messageview.c
7593                 Change an assert that is no problem
7594         * src/news.c
7595         * src/news_gtk.c
7596         * src/news_gtk.h
7597                 Fix offline mode
7598         * src/gtk/quicksearch.c
7599                 Fix a possible crash
7600
7601 2005-08-03 [colin]      1.9.13cvs12
7602
7603         * src/prefs_account.c
7604                 Fix bug #777 (Sylpheed crash in account configuration)
7605
7606 2005-08-03 [colin]      1.9.13cvs11
7607
7608         * src/addressbook.c
7609         * src/editaddress.c
7610         * src/editgroup.c
7611                 Fixing addressbook, round 2
7612         * src/textview.c
7613                 Fix emphasis color on rechecking 'Colorize messages'
7614
7615 2005-08-03 [paul]       1.9.13cvs10
7616
7617         sync with main
7618
7619         * src/addr_compl.c
7620         * src/compose.c
7621         * src/main.c
7622         * src/pop.c
7623         * src/prefs_account.c
7624         * src/procmime.c
7625         * src/procmsg.c
7626         * src/quote_fmt_parse.y
7627         * src/textview.c
7628         * src/common/quoted-printable.c
7629         * src/common/utils.c
7630         * src/common/utils.h
7631         * src/common/xml.c
7632                 replaced incorrect locale-independent
7633                 ctype functions with GLib's. Corrected
7634                 signedness mismatch.
7635         * src/headerview.c
7636                 headerview_create(): added spacing for vbox.
7637         * src/gtk/about.c
7638                 set focus to the OK button.
7639
7640 2005-08-03 [colin]      1.9.13cvs9
7641
7642         * src/folderview.c
7643                 Fix possible crash
7644
7645 2005-08-02 [colin]      1.9.13cvs8
7646
7647         * src/mainwindow.c
7648                 Fix cast
7649         * src/addressbook.c
7650         * src/addressitem.h
7651                 Fix a cast and more generally, try to make the
7652                 GUI more intuitive and consistent (round 1)
7653
7654 2005-08-02 [paul]       1.9.13cvs7
7655
7656         * src/folder.h
7657                 missing in 1.9.13cvs6
7658
7659 2005-08-02 [colin]      1.9.13cvs6
7660
7661         * src/folder.c
7662                 Fix one more leak
7663
7664 2005-08-02 [colin]      1.9.13cvs5
7665
7666         * src/folder.c
7667         * src/folderview.c
7668         * src/imap.c
7669         * src/main.c
7670         * src/mbox.c
7671         * src/procmsg.c
7672         * src/summaryview.c
7673                 Fix a number of folder_item_get_msg_list()-related
7674                 leaks (missing procmsg_msginfo_free()s)
7675
7676 2005-08-01 [colin]      1.9.13cvs4
7677
7678         * src/folderview.c
7679         * src/folderview.h
7680         * src/mainwindow.c
7681         * src/prefs_fonts.c
7682         * src/prefs_summaries.c
7683         * src/prefs_themes.c
7684         * src/summaryview.c
7685         * src/summaryview.h
7686         * src/textview.c
7687         * src/textview.h
7688                 Fix instant-apply of summary and folderview-related prefs
7689                 Fix erroneous g_free and alertpanels in prefs_theme
7690                 Add instant-apply for fonts
7691                 Defer applying of prefs a little bit so it's done only
7692                 once even if requested by multiples prefs pages
7693
7694 2005-08-01 [paul]       1.9.13cvs3
7695
7696         * src/main.c
7697                 fix bug 776 'S.C. crashes on close'
7698                 thanks to Colin
7699         * src/etpan/etpan-thread-manager-types.h
7700                 add missing include
7701                 thanks to Hoa
7702
7703 2005-07-25 [paul]       1.9.13cvs2
7704
7705         * src/summaryview.c
7706                 fix typos. spotted by Fabien Vantard
7707
7708 2005-07-24 [paul]       1.9.13cvs1
7709
7710         * doc/man/sylpheed.1
7711                 update man page, incorporating fix of
7712                 bug 769 'Typo in manpage'
7713         * src/etpan/imap-thread.c
7714                 fix NetBSD openssl dependencies. patch by
7715                 George Michaelson <ggm@apnic.net>
7716         * po/pt_BR.po
7717                 updated by Frederico Goncalves Guimaraes
7718
7719 2005-07-22 [paul]       1.9.13
7720
7721         1.9.13 release
7722
7723 2005-07-22 [paul]       1.9.12cvs91
7724
7725         * AUTHORS
7726         * INSTALL
7727         * README.claws
7728         * RELEASE_NOTES.claws
7729                 updated for release
7730         * configure.ac
7731         * po/nb.po
7732         * tools/claws.i18n.status.pl
7733                 add Norwegian translation. submiited by
7734                 Geir Helland <pjallabais@users.sourceforge.net>
7735         * po/ca.po
7736         * po/de.po
7737         * po/es.po
7738         * po/fi.po
7739         * po/fr.po
7740         * po/it.po
7741         * po/sk.po
7742         * po/sr.po
7743         * po/zh_CN.po
7744                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7745                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
7746                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
7747                 Yang Guilong
7748         * src/plugins/clamav/clamav_plugin_gtk.c
7749         * src/plugins/spamassassin/spamassassin_gtk.c
7750                 replace outdated description strings
7751
7752 2005-07-21 [colin]      1.9.12cvs90
7753
7754         * src/folder.c
7755                 Set folder to batch mode when scanning it. Makes deletion
7756                 of unread mails on IMAP much faster (due to the UNREAD 
7757                 flag unsetting)
7758
7759 2005-07-21 [darko]      1.9.12cvs89
7760
7761         * configure.ac
7762                 link against libresolv if necessary (patch by Paul)
7763         * src/msgcache.c
7764                 use glib's portable macros to determine endianness
7765
7766 2005-07-21 [paul]       1.9.12cvs88
7767
7768         * src/crash.c
7769         * src/gtk/about.c
7770                 update compiled-in features list
7771
7772 2005-07-20 [colin]      1.9.12cvs87
7773
7774         * src/folder.c
7775         * src/textview.c
7776                 Gcc 2.9x compilation fixes, thanks to Darko
7777         * src/plugins/clamav/clamav_plugin.c
7778                 Little optimisation: load virus database only once
7779         * src/plugins/spamassassin/spamassassin.c
7780                 Big optimisation: filtering one mail took at least 1 second,
7781                 now it takes at least 50ms. Doesn't speed up spamassassin 
7782                 itself, but should already be much more tolerable.
7783
7784 2005-07-20 [colin]      1.9.12cvs86
7785
7786         * src/summaryview.c
7787                 Fix performance issue
7788
7789 2005-07-19 [colin]      1.9.12cvs85
7790
7791         * src/plugins/pgpinline/plugin.c
7792                 Fix warning
7793
7794 2005-07-19 [colin]      1.9.12cvs84
7795
7796         * configure.ac
7797         * src/plugins/Makefile.am
7798         * src/plugins/pgpinline/.cvsignore
7799         * src/plugins/pgpinline/Makefile.am
7800         * src/plugins/pgpinline/pgpinline.c
7801         * src/plugins/pgpinline/pgpinline.deps
7802         * src/plugins/pgpinline/pgpinline.h
7803         * src/plugins/pgpinline/plugin.c
7804                 Put pgpinline in the main tree
7805
7806 2005-07-19 [paul]       1.9.12cvs83
7807
7808         * src/prefs_actions.c
7809                 prevent '//' in menu names, which cause a crash
7810                 thanks to Colin
7811
7812 2005-07-19 [paul]       1.9.12cvs82
7813
7814         * configure.ac
7815                 be generally more informative in configure output.
7816                 OpenSSL: correction: '[ --enable-openssl ...' -> 
7817                 '[ --disable-openssl ...', as --enable-openssl is default
7818                 PGP/MIME: don't check for GPGME again, check for
7819                 pgpcore instead. Therefore prevent the possibility of
7820                 attempting to build pgpmime if pgpcore dependencies are
7821                 not met
7822                 ClamAV: use pkgconfig to check for lib
7823                 libgnomeprint: revert logic on inner test to match
7824                 everything else
7825         * src/plugins/pgpcore/sgpgme.c
7826                 add missing include
7827
7828 2005-07-19 [colin]      1.9.12cvs81
7829
7830         * src/summaryview.c
7831                 Fix slow thread rebuilding in particular
7832                 cases
7833
7834 2005-07-19 [paul]       1.9.12cvs80
7835
7836         * sylpheed-claws.desktop
7837                 fix typo, spotted by Stephan Sachse
7838         * src/account.c
7839                 replace GTK_STOCK_ADD with
7840                 GTK_STOCK_NEW button
7841
7842 2005-07-18 [colin]      1.9.12cvs79
7843
7844         * src/etpan/imap-thread.c
7845                 Fix return value (Thanks Hoa)
7846
7847 2005-07-18 [colin]      1.9.12cvs78
7848
7849         * src/imap.c
7850                 Allow empty passwords
7851                 Create drafts/queue/outbox if necessary
7852         * src/summaryview.c
7853                 Remove old code
7854         * src/etpan/imap-thread.c
7855                 Fix STARTTLS (Thanks to Hoa)
7856
7857 2005-07-18 [paul]       1.9.12cvs77
7858
7859         * ChangeLog-gtk2.jp
7860         * ChangeLog.jp
7861                 removed
7862         * Makefile.am
7863                 updated to reflect additions and removals
7864         * TODO
7865                 updated to be claws-specific
7866         * TODO-gtk2
7867         * TODO-gtk2.jp
7868         * TODO.jp
7869         * sylpheed-128x128.png
7870         * sylpheed-64x64.png
7871                 removed
7872         * sylpheed-claws-128x128.png
7873         * sylpheed-claws-64x64.png
7874         * sylpheed-claws.desktop
7875         * sylpheed-claws.png
7876                 added
7877         * sylpheed.desktop
7878         * sylpheed.png
7879                 removed
7880
7881 2005-07-17 [paul]       1.9.12cvs76
7882
7883         * src/account.c
7884         * src/addressbook.c
7885         * src/alertpanel.c
7886         * src/alertpanel.h
7887         * src/compose.c
7888         * src/exphtmldlg.c
7889         * src/expldifdlg.c
7890         * src/folderview.c
7891         * src/imap_gtk.c
7892         * src/inc.c
7893         * src/message_search.c
7894         * src/messageview.c
7895         * src/mh_gtk.c
7896         * src/news_gtk.c
7897         * src/prefs_actions.c
7898         * src/prefs_filtering.c
7899         * src/prefs_matcher.c
7900         * src/prefs_template.c
7901         * src/prefs_themes.c
7902         * src/ssl_manager.c
7903         * src/summary_search.c
7904         * src/textview.c
7905         * src/toolbar.c
7906         * src/gtk/sslcertwindow.c
7907         * src/plugins/pgpcore/sgpgme.c
7908                 rework alertpanels
7909
7910 2005-07-17 [colin]      1.9.12cvs75
7911
7912         * src/privacy.c
7913                 add a PrivacySystem accessor that checks that
7914                 the system cached in a MimeInfo's privacydata
7915                 is still registered. Use this accessor instead
7916                 of directly using data->system. Fixes crashes
7917                 after unloading pgp plugins.
7918
7919 2005-07-17 [colin]      1.9.12cvs74
7920
7921         * src/alertpanel.c
7922                 Change geometry hints to a simple default size.
7923                 Fixes the certs dialogs.
7924
7925 2005-07-17 [colin]      1.9.12cvs73
7926
7927         * src/gtk/sslcertwindow.c
7928                 Use a gtkExpander
7929
7930 2005-07-17 [colin]      1.9.12cvs72
7931
7932         * src/plugins/pgpcore/Makefile.am
7933         * src/plugins/pgpmime/Makefile.am
7934                 Add gpgme libs
7935
7936 2005-07-17 [paul]       1.9.12cvs71
7937
7938         * configure.ac
7939                 add --disable-gnomeprint option
7940                 modified version of patch by Marius Mauch
7941
7942 2005-07-17 [paul]       1.9.12cvs70
7943
7944         * src/common/defs.h
7945                 update urls
7946         * src/account.c
7947         * src/action.c
7948         * src/addressbook.c
7949         * src/compose.c
7950         * src/foldersel.c
7951         * src/folderview.c
7952         * src/html.c
7953         * src/imap_gtk.c
7954         * src/main.c
7955         * src/mainwindow.c
7956         * src/messageview.c
7957         * src/mh_gtk.c
7958         * src/mimeview.c
7959         * src/news_gtk.c
7960         * src/prefs_account.c
7961         * src/prefs_send.c
7962         * src/prefs_summaries.c
7963         * src/procmsg.c
7964         * src/summaryview.c
7965         * src/common/utils.c
7966         * src/common/xml.c
7967         * src/plugins/pgpcore/passphrase.c
7968         * src/plugins/pgpcore/select-keys.c
7969                 replace inappropriately used backticks
7970                 with single quotes
7971
7972 2005-07-16 [colin]      1.9.12cvs69
7973
7974         * src/image_viewer.c
7975                 Add extra paranoid checks
7976
7977 2005-07-16 [colin]      1.9.12cvs68
7978
7979         * src/plugins/pgpcore/prefs_gpg.c
7980                 Don't auto-check sigs by default, as it
7981                 can be really slow.
7982
7983 2005-07-16 [colin]      1.9.12cvs67
7984
7985         * src/plugins/pgpcore/sgpgme.c
7986                 Make messages a bit better.
7987
7988 2005-07-16 [colin]      1.9.12cvs66
7989
7990         * src/imap.c
7991                 Remove pseudo-log
7992         * src/etpan/imap-thread.c
7993                 Add real log
7994
7995 2005-07-16 [colin]      1.9.12cvs65
7996
7997         * src/main.c
7998         * src/prefs_other.c
7999                 And now, fix build with libetpan :-/
8000
8001 2005-07-15 [colin]      1.9.12cvs64
8002
8003         * src/prefs_other.c
8004                 Continue fixing build without libetpan.
8005
8006 2005-07-15 [colin]      1.9.12cvs63
8007
8008         * src/main.c
8009                 Fix build with --disable-libetpan
8010
8011 2005-07-15 [colin]      1.9.12cvs62
8012
8013         * configure.ac
8014                 Bump libetpan's version
8015
8016 2005-07-15 [colin]      1.9.12cvs61
8017
8018         * src/etpan/imap-thread.c
8019                 Actually stop logging :)
8020
8021 2005-07-15 [colin]      1.9.12cvs60
8022
8023         * src/addressbook.c
8024                 Fix dnd of multiple addresses.
8025
8026 2005-07-15 [hoa]        1.9.12cvs59
8027
8028         * src/etpan/imap-thread.c
8029             disable login of IMAP password in libetpan log file.
8030
8031 2005-07-15 [paul]       1.9.12cvs58
8032
8033         * src/account.c
8034                 don't automatically sort
8035                 do allow drag n drop
8036
8037 2005-07-15 [paul]       1.9.12cvs57
8038
8039         * src/account.c
8040         * src/ssl_manager.c
8041                 alphabetical listing
8042
8043 2005-07-15 [paul]       1.9.12cvs56
8044
8045         * src/gtk/pluginwindow.c
8046                 sort plugin list alphabetically
8047
8048 2005-07-15 [paul]       1.9.12cvs55
8049
8050         * src/prefs_spelling.c
8051         * src/prefs_wrapping.c
8052                 unify English usage
8053
8054 2005-07-15 [colin]      1.9.12cvs54
8055
8056         * src/wizard.c
8057                 Typo fix
8058
8059 2005-07-15 [paul]       1.9.12cvs53
8060
8061         * src/prefs_message.c
8062                 make 'show cursor' a hidden option
8063
8064 2005-07-14 [colin]      1.9.12cvs52
8065
8066         * src/plugins/spamassassin/Makefile.am
8067         * src/plugins/clamav/Makefile.am
8068                 Fix double EXTRA_DISTs
8069
8070 2005-07-14 [colin]      1.9.12cvs51
8071
8072         * src/plugins/clamav/Makefile.am
8073         * src/plugins/clamav/clamav_plugin_gtk.deps
8074         * src/plugins/spamassassin/Makefile.am
8075         * src/plugins/spamassassin/spamassassin_gtk.deps
8076                 Make $plugin_gtk depend on $plugin
8077
8078 2005-07-14 [hoa]        1.9.12cvs50
8079
8080         * src/etpan/imap-thread.c
8081                 enable debug log of libetpan when running with --debug
8082
8083 2005-07-14 [colin]      1.9.12cvs49
8084
8085         * configure.ac
8086         * src/common/Makefile.am
8087         * src/common/plugin.c
8088         * src/common/plugin.h
8089                 Add a little plugin dependancy system.
8090                 Plugins can ship a $plugin_name.deps file
8091                 (near them in PLUGINDIR) so that their
8092                 dependancies are loaded if possible.
8093         * src/plugins/Makefile.am
8094         * src/plugins/pgpcore/Makefile.am
8095         * src/plugins/pgpcore/passphrase.c
8096         * src/plugins/pgpcore/passphrase.h
8097         * src/plugins/pgpcore/plugin.c
8098         * src/plugins/pgpcore/prefs_gpg.c
8099         * src/plugins/pgpcore/prefs_gpg.h
8100         * src/plugins/pgpcore/select-keys.c
8101         * src/plugins/pgpcore/select-keys.h
8102         * src/plugins/pgpcore/sgpgme.c
8103         * src/plugins/pgpcore/sgpgme.h
8104                 Introduce pgpcore, used by pgpmime and
8105                 pgpinline
8106         * src/plugins/pgpmime/Makefile.am
8107         * src/plugins/pgpmime/passphrase.c
8108         * src/plugins/pgpmime/passphrase.h
8109         * src/plugins/pgpmime/pgpmime.c
8110         * src/plugins/pgpmime/pgpmime.deps
8111         * src/plugins/pgpmime/plugin.c
8112         * src/plugins/pgpmime/prefs_gpg.c
8113         * src/plugins/pgpmime/prefs_gpg.h
8114         * src/plugins/pgpmime/select-keys.c
8115         * src/plugins/pgpmime/select-keys.h
8116         * src/plugins/pgpmime/sgpgme.c
8117         * src/plugins/pgpmime/sgpgme.h
8118                 Remove the core from pgpmime and add the
8119                 dependancy to pgpcore.
8120
8121 2005-07-14 [paul]       1.9.12cvs48
8122
8123         * src/stock_pixmap.c
8124                 forgot this in last commit
8125
8126 2005-07-14 [paul]       1.9.12cvs47
8127
8128         * src/account.c
8129         * src/addressbook.c
8130                 add accelerators for the buttons (sync with main)
8131         * src/compose.c
8132         * src/compose.h
8133                 add accelerators for the buttons.
8134                 fix editing with external editor.
8135                 replace gdk_input_*() with GIOChannel;
8136                 (sync with main)
8137         * src/foldersel.c
8138                 display folder names with new/unread
8139                 representation (sync with main)
8140         * src/main.c
8141                 specify default window icon (sync with main)
8142         * src/prefs_common.c
8143                 use_addr_book default to FALSE
8144         * src/summaryview.c
8145         * src/textview.c
8146                 add accelerators for the buttons (sync with main)
8147         * src/gtk/menu.c
8148                 fix typos
8149         * src/pixmaps/sylpheed_icon.xpm
8150                 updated
8151
8152 2005-07-13 [paul]       1.9.12cvs46
8153
8154         * src/plugins/pgpmime/pgpmime.c
8155         * src/plugins/pgpmime/sgpgme.c
8156                 (temporarily) use deprecated gpgme_data_rewind()
8157                 while largefile support is not present
8158                 (as suggested by Colin)
8159
8160 2005-07-13 [paul]       1.9.12cvs45
8161
8162         * configure.ac
8163                 remove large file support (for now):
8164                 it breaks too many things
8165
8166 2005-07-13 [paul]       1.9.12cvs44
8167
8168         * configure.ac
8169                 add large file support
8170         * src/html.c
8171                 fix bug #763 where href attribute was not
8172                 the very first attribute of a link
8173                 patch by Thomas Gilgin
8174
8175 2005-07-13 [colin]      1.9.12cvs43
8176
8177         * src/gtk/pluginwindow.c
8178                 Little portability fix
8179
8180 2005-07-13 [colin]      1.9.12cvs42
8181
8182         * src/plugins/pgpmime/sgpgme.c
8183                 Fix crasher.
8184
8185 2005-07-13 [colin]      1.9.12cvs41
8186
8187         * src/plugins/pgpmime/pgpmime.c
8188         * src/plugins/pgpmime/sgpgme.c
8189                 Use gpgme_data_release_and_get_mem instead
8190                 of gpgme_data_read.
8191
8192 2005-07-13 [colin]      1.9.12cvs40
8193
8194         * configure.ac
8195         * src/plugins/pgpmime/passphrase.c
8196         * src/plugins/pgpmime/passphrase.h
8197         * src/plugins/pgpmime/pgpmime.c
8198         * src/plugins/pgpmime/plugin.c
8199         * src/plugins/pgpmime/select-keys.c
8200         * src/plugins/pgpmime/select-keys.h
8201         * src/plugins/pgpmime/sgpgme.c
8202         * src/plugins/pgpmime/sgpgme.h
8203                 Port pgpmime to gpgme-1.0.
8204
8205 2005-07-12 [paul]       1.9.12cvs39
8206
8207         * AUTHORS
8208         * src/toolbar.c
8209         * src/toolbar.h
8210                 add a 'Go to Prev' button to the toolbar.
8211                 correct tooltip text of go to buttons.
8212                 based on patch by Yang Guilong <bamanzi@gmail.com>
8213
8214 2005-07-12 [colin]      1.9.12cvs38
8215
8216         * src/statusbar.c
8217                 Fix progress bar showing stuff at startup.
8218
8219 2005-07-12 [paul]       1.9.12cvs37
8220
8221         * src/editjpilot.c
8222                 fix building with jpilot support
8223
8224 2005-07-11 [colin]      1.9.12cvs36
8225
8226         * src/inc.c
8227                 Add visual indication that filtering is running
8228         * src/textview.c
8229                 Make {}[] uri delimiters
8230         * src/summaryview.c
8231                 Remove useless (and slow) calls
8232
8233 2005-07-11 [paul]       1.9.12cvs35
8234
8235         * src/plugins/clamav/clamav_plugin_gtk.c
8236         * src/plugins/dillo_viewer/dillo_prefs.c
8237         * src/plugins/pgpmime/prefs_gpg.c
8238         * src/plugins/spamassassin/spamassassin_gtk.c
8239                 gather plugins prefs together under their
8240                 own 'Plugins' heading
8241
8242 2005-07-11 [paul]       1.9.12cvs34
8243
8244         sync with main
8245
8246         * src/account.c
8247                 account_delete(): modified alert dialog
8248         * src/editjpilot.c
8249         * src/editvcard.c
8250                 fixed a crash when cancelling file selection
8251                 dialog by Escape key. Made non-ascii filename
8252                 selectable.
8253         * src/prefs_template.c
8254                 prefs_template_window_create(): make scrolled
8255                 window policy AUTOMATIC
8256
8257 2005-07-10 [hoa]        1.9.12cvs33
8258
8259         * src/etpan/imap-thread.c
8260                 workaround for old Courier IMAP servers.
8261
8262 2005-07-10 [colin]      1.9.12cvs32
8263
8264         * src/folder.c
8265         * src/statusbar.c
8266         * src/statusbar.h
8267                 Add visual progress indicator on filtering/processing
8268                 Factorize the progress bar code
8269         * src/imap.c
8270         * src/imap.h
8271         * src/etpan/imap-thread.c
8272                 Add a reference counter to avoid destroying the Folder
8273                 while it's in use by another callback.
8274
8275 2005-07-09 [hoa]        1.9.12cvs31
8276
8277         * src/imap.c
8278         * src/etpan/imap-thread.c
8279                 fixed deadlock when removing IMAP account.
8280
8281 2005-07-08 [colin]      1.9.12cvs30
8282
8283         * src/textview.c
8284         * src/unmime.c
8285                 Fix again problems decoding broken headers
8286         * src/gtk/inputdialog.c
8287                 Fix local variable shadowing a global one
8288
8289 2005-07-08 [colin]      1.9.12cvs29
8290
8291         * src/msgcache.c
8292                 Make the cache/mark files platform-agnostic by writing
8293                 them in little-endian format. Reading them is also done
8294                 in little-endian format, of course; however, in order
8295                 to avoid trashing mark data on big-endian machines, the
8296                 files are, at first, read from the native format if the
8297                 little-endian one doesn't exist. This is easy to deter-
8298                 mine by trying to open a file with a swapped data_ver
8299                 and seeing if it's the wanted version.
8300                 Little-endian using users should see absolutely no
8301                 difference, Big-endian users may get a very little
8302                 performance drop due to byte-swapping.
8303                 Tested on i386 and ppc32. 
8304                 Fixes bug #159 (The index file, in the mailboxes, is 
8305                 hardware depending).
8306
8307                 To have the cache/mark files updated to the new little-
8308                 endian format, "Check for new messages" or even
8309                 "Rebuild folder tree" aren't enough. Files will be
8310                 updated as soon as a folder has been opened/closed.
8311                 To update everything, just select all folders by
8312                 selecting them one by one.
8313
8314 2005-07-07 [colin]      1.9.12cvs28
8315
8316         * src/imap.c
8317                 Remember the folder separator per IMAPFolder
8318                 instead of globally.
8319                 Revive the Session on noop; fixes bug #761
8320                 (mark a bunch of unread messages as read takes 
8321                 forever)
8322
8323 2005-07-07 [darko]      1.9.12cvs27
8324
8325         * src/common/template.c
8326                 Sort templates alphabetically
8327
8328 2005-07-06 [colin]      1.9.12cvs26
8329
8330         * src/imap.c
8331                 Try to use the correct separator in
8332                 most cases. Possibly fixes bug #759
8333                 (only creates the INBOX folder when 
8334                 setting up new IMAP account) and 
8335                 bug #760 (Can't retrieve messages)
8336
8337 2005-07-06 [colin]      1.9.12cvs25
8338
8339         * src/imap.c
8340                 Use real_path in status command. This will
8341                 help later, when namespaces will be used.
8342
8343 2005-07-06 [colin]      1.9.12cvs24
8344
8345         * configure.ac
8346         * src/account.c
8347         * src/folder.c
8348         * src/imap.c
8349         * src/etpan/etpan-log.c
8350         * src/etpan/etpan-thread-manager.c
8351         * src/etpan/imap-thread.c
8352                 Add a --disable-libetpan parameter. With this,
8353                 users that don't want IMAP4 support can avoid
8354                 the new dependancy (and have no IMAP support).
8355                 Users that have IMAP4 accounts and use this
8356                 parameter won't lose their configuration, their
8357                 IMAP accounts will just be invisible and not
8358                 used.
8359         * src/textview.c
8360                 Make the "Copy ..." contextual menu items 
8361                 copy to both the X clipboard and the gtk 
8362                 clipboard - as most other apps do.
8363         * src/gtk/about.c
8364                 Add a notice about OpenSSL usage, in order to
8365                 comply with OpenSSL's license (point 6):
8366                 http://www.openssl.org/source/license.html
8367
8368 2005-07-06 [colin]      1.9.12cvs23
8369
8370         * src/alertpanel.c
8371                 Fix a minimum size for alertpanels
8372         * src/compose.c
8373                 Show 'No space left on device' type errors
8374                 when queuing/sending
8375         * src/imap_gtk.c
8376         * src/mh_gtk.c
8377                 Rework folder's deletion message (remove 
8378                 extra \n)
8379
8380 2005-07-05 [colin]      1.9.12cvs22
8381
8382         * src/imap.c
8383                 Add an alertpanel on auth error
8384                 Add pseudo-log
8385                 Remove pthread-related stuff
8386
8387 2005-07-05 [colin]      1.9.12cvs21
8388
8389         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8390                 Fix crash on plugin reloading (with a hack)
8391
8392 2005-07-05 [colin]      1.9.12cvs20
8393
8394         * src/prefs_account.c
8395         * src/prefs_account.h
8396                 Fix typo
8397         * src/gtk/filesel.c
8398         * src/gtk/filesel.h
8399                 Add a way to filter the view
8400         * src/gtk/pluginwindow.c
8401                 Filter loadable stuff
8402         * src/plugins/pgpmime/prefs_gpg.c
8403                 Fix missing unregistration
8404         * .cvsignore
8405         * src/etpan/.cvsignore
8406         * src/plugins/spamassassin/.cvsignore
8407                 Add more stuff to cvs ignored files
8408
8409 2005-07-04 [colin]      1.9.12cvs19
8410
8411         * src/imap.c
8412                 Fix scan_required returning FALSE when it
8413                 shouldn't. Maybe fix #760 (Can't retrieve
8414                 messages)
8415
8416 2005-07-04 [colin]      1.9.12cvs18
8417
8418         * src/summaryview.c
8419                 Fix always_show_msg pref
8420
8421 2005-07-04 [paul]       1.9.12cvs17
8422
8423         sync with main (forgotten in last commit)
8424         
8425         * src/common/utils.c
8426         * src/common/utils.h
8427                 check_line_length(): new.
8428                 is_dir_exist()
8429                 is_file_entry_exist()
8430                 dirent_is_regular_file()
8431                 dirent_is_directory(): use g_file_test() instead of stat().
8432
8433 2005-07-04 [paul]       1.9.12cvs16
8434
8435         sync with main:
8436
8437         * src/compose.c
8438                 compose_write_to_file(): check for line
8439                 length limit and display warning if exceeds
8440         * src/jpilot.c
8441                 use get_home_dir() instead of g_get_home_dir()
8442         * src/procheader.c
8443                 removed warning about invalid date
8444         * src/vcard.c
8445                 use get_home_dir() instead of g_get_home_dir()
8446
8447 2005-07-04 [paul]       1.9.12cvs15
8448
8449         * src/stock_pixmap.c
8450                 fix new pixmap naming errors
8451                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
8452
8453 2005-07-04 [colin]      1.9.12cvs14
8454
8455         * src/imap.c
8456                 Fix debugging string with a warning
8457
8458 2005-07-04 [colin]      1.9.12cvs13
8459
8460         * configure.ac
8461                 Add a check for libetpan's version (>= 0.37)
8462
8463 2005-07-04 [hoa]        1.9.12cvs12
8464
8465         * commitHelper
8466         * src/imap.c
8467         * src/etpan/imap-thread.c
8468         * src/etpan/imap-thread.h
8469                 fixed IMAP implementation of check of mails.
8470
8471 2005-07-03 [hoa]        1.9.12cvs11
8472
8473         * src/etpan/Makefile.am
8474         * src/etpan/etpan-errors.h
8475         * src/etpan/etpan-log.[ch]
8476         * src/etpan/etpan-thread-manager-types.h
8477         * src/etpan/etpan-thread-manager.[ch]
8478         * src/etpan/imap-thread.[ch]
8479         * src/Makefile.am
8480         * src/imap.c
8481         * src/main.c
8482         * src/prefs_other.c
8483         * configure.ac
8484             merged imap branch.
8485             dependency on libetpan 0.37 is now added.
8486
8487 2005-07-01 [colin]      1.9.12cvs10
8488
8489         * src/Makefile.am
8490         * src/folder.c
8491         * src/folder.h
8492         * src/folderview.c
8493         * src/stock_pixmap.c
8494         * src/stock_pixmap.h
8495         * src/plugins/trayicon/trayicon.c
8496                 Add marked symbol on folders containing
8497                 marked messages
8498         * src/procmsg.c
8499         * src/procmsg.h
8500         * src/toolbar.c
8501         * src/prefs_common.c
8502         * src/prefs_common.h
8503         * src/prefs_send.c
8504                 Add an optional confirmation dialog on queue
8505                 sending. Patch by wwp.
8506         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
8507         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
8508         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
8509         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
8510         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
8511         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
8512         * src/pixmaps/inbox_mark.xpm            ** ADDED **
8513         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
8514         * src/pixmaps/outbox_mark.xpm           ** ADDED **
8515         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
8516         * src/pixmaps/trash_mark.xpm            ** ADDED **
8517                 New pixmaps
8518
8519 2005-07-01 [colin]      1.9.12cvs9
8520
8521         * src/summaryview.c
8522                 Fix a little threading bug
8523         * src/addrgather.c
8524         * src/mainwindow.c
8525                 A little bit of HIG normality never hurts
8526
8527 2005-07-01 [colin]      1.9.12cvs8
8528
8529         * src/compose.c
8530         * src/msgcache.c
8531         * src/pop.c
8532         * src/procmime.c
8533         * src/recv.c
8534         * src/common/log.c
8535         * src/common/template.c
8536         * src/common/utils.c
8537         * src/common/utils.h
8538                 Reverted the fwrite_atomic stuff. In fact
8539                 it is already atomic.
8540
8541 2005-06-30 [colin]      1.9.12cvs7
8542
8543         * src/common/utils.c
8544         * src/common/utils.h
8545                 Add an fwrite_atomic() function to make
8546                 sure we write everything: fwrite can make
8547                 short writes.
8548         * src/compose.c
8549         * src/msgcache.c
8550         * src/pop.c
8551         * src/procmime.c
8552         * src/recv.c
8553         * src/common/log.c
8554         * src/common/template.c
8555                 Use that (and fix swapping of size and nmemb).
8556                 Thanks to Rich Coe for the heads up.
8557
8558 2005-06-30 [colin]      1.9.12cvs6
8559
8560         * src/addressbook.c
8561                 Optimize addressbook opening 
8562
8563 2005-06-30 [colin]      1.9.12cvs5
8564
8565         * src/summaryview.c
8566                 Remove calls to summary_step after move/copy
8567
8568 2005-06-28 [paul]       1.9.12cvs4
8569
8570         * src/alertpanel.c
8571                 wrap and make the error msg selectable
8572
8573 2005-06-28 [paul]       1.9.12cvs3
8574
8575         * src/ssl_manager.c
8576                 replace the OK button with a Close button
8577         * src/gtk/foldersort.c
8578                 use GTK_STOCK_ icons/buttons
8579
8580 2005-06-28 [colin]      1.9.12cvs2
8581
8582         * src/gedit-print.c             ** ADDED **
8583         * src/gedit-print.h             ** ADDED **
8584         * src/gtk/gtksourceprintjob.c   ** ADDED **
8585         * src/gtk/gtksourceprintjob.h   ** ADDED **
8586                 I can't believe no one had enough time to tell
8587                 me I forgot the `cvs add`
8588
8589 2005-06-27 [colin]      1.9.12cvs1
8590
8591         * src/Makefile.am
8592         * src/gtk/Makefile.am
8593         * src/messageview.c
8594         * src/procmsg.c
8595         * src/summaryview.c
8596         * configure.ac
8597                 Add optional libgnomeprint-based printing
8598         * src/mainwindow.c
8599         * src/gtk/quicksearch.c
8600                 Add an Edit/Quick search menu item to show
8601                 and focus the quicksearch
8602
8603 2005-06-27 [paul]       1.9.12
8604
8605         1.9.12 release
8606
8607         * po/ca.po
8608         * po/de.po
8609         * po/es.po
8610         * po/fr.po
8611         * po/it.po
8612         * po/ko.po
8613         * po/pt_BR.po
8614         * po/sk.po
8615         * po/zh_CN.po
8616                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8617                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
8618                 SungHyun Nam, Frederico Goncalves Guimaraes,
8619                 Andrej Kacian, and Yang Guilong
8620 2005-06-26 [colin]      1.9.11cvs106
8621
8622         * src/imap_gtk.c
8623                 Forgot one file for previous fix
8624
8625 2005-06-26 [colin]      1.9.11cvs105
8626
8627         * src/folder.c
8628         * src/imap.c
8629                 Fix problems with folder operations in no_select
8630                 imap folders. it applies only to mails, and 
8631                 creation/deletion/move/renaming of folders 
8632                 should be possible
8633
8634 2005-06-26 [paul]       1.9.11cvs104
8635
8636         * src/prefs_filtering.c
8637                 replace one more GTK_STOCK_REMOVE
8638                 with GTK_STOCK_DELETE
8639
8640 2005-06-25 [colin]      1.9.11cvs103
8641
8642         * src/imap.c
8643                 Optimize get_seq_set_from_seq_list
8644                 (Patch by Ricardo) 
8645
8646 2005-06-25 [colin]      1.9.11cvs102
8647
8648         * src/mh.c
8649                 If the directory exists, but not in the
8650                 correct encoding, rename it. This should
8651                 handle old-versions-induced bugs.
8652
8653 2005-06-25 [colin]      1.9.11cvs101
8654
8655         * src/mh.c
8656                 Fix path access with extended dir names
8657                 Fixes bug #589 (SC segfaults with wrong locale
8658                 settings)
8659
8660 2005-06-25 [colin]      1.9.11cvs100
8661
8662         * src/prefs_account.c
8663         * src/prefs_account.h
8664         * src/compose.c
8665                 Add an option to encrypt replies to
8666                 encrypted messages
8667
8668 2005-06-25 [colin]      1.9.11cvs99
8669
8670         * src/compose.c
8671         * src/quote_fmt_parse.y
8672                 ... And make it work with pgpinline.
8673
8674 2005-06-25 [colin]      1.9.11cvs98
8675
8676         * src/compose.c
8677         * src/procmime.c
8678         * src/procmime.h
8679         * src/quote_fmt_parse.y
8680                 o Make reedition of encrypted messages possible
8681                   (as long as it is encrypted to self too, no
8682                    magic there)
8683                 o Make replying with quote (and without selecting
8684                   text) possible for encrypted messages.
8685                 Closes bug #550 (Not possible to "reply with quote"
8686                 to gnupg encrypted messages)
8687
8688 2005-06-24 [paul]       1.9.11cvs97
8689
8690         * src/imap.c
8691                 add missing include
8692
8693 2005-06-24 [paul]       1.9.11cvs96
8694
8695         * src/editldap.c
8696                 made bind password entry invisible
8697                 (sync with main)
8698         * src/send_message.c
8699                 send_message_local(): check exit status
8700                 to detect errors (sync with main)
8701         * src/textview.c
8702                 use main's less ambiguous popup menu
8703                 wording
8704
8705 2005-06-24 [paul]       1.9.11cvs95
8706
8707         * src/prefs_actions.c
8708         * src/prefs_customheader.c
8709         * src/prefs_display_header.c
8710         * src/prefs_filtering_action.c
8711         * src/prefs_matcher.c
8712         * src/prefs_template.c
8713         * src/prefs_toolbar.c
8714                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
8715         * src/gtk/description_window.c
8716                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
8717
8718 2005-06-23 [colin]      1.9.11cvs94
8719
8720         * src/summaryview.c
8721                 Fix rough edges (be sure to call status_show whenever
8722                 necessary).
8723
8724 2005-06-23 [colin]      1.9.11cvs93
8725
8726         * src/summaryview.c
8727                 Optimize Select All
8728                 Before, in a 5K mails folder: 11s
8729                 After, in the same folder: 58000µs
8730                 The joys of locking... gtk_clist_select_all() fires a 
8731                 tree-select-row event for each selected row, which in 
8732                 summaryview, callbacks summary_selected which in turn,
8733                 calls summary_status_show, which walks the selected
8734                 rows. Hence, calling gtk_clist_select_all was 
8735                 exponential. Locking the summaryview makes 
8736                 summary_selected return early.
8737
8738 2005-06-23 [colin]      1.9.11cvs92
8739
8740         * src/imap.c
8741                 Move mutex at the important place to avoid
8742                 deadlocks
8743         * src/summaryview.c
8744                 Fix Del key deleting directly instead of
8745                 moving to trash
8746
8747 2005-06-22 [colin]      1.9.11cvs91
8748
8749         * src/plugins/spamassassin/libspamc.c
8750                 As we do spagetti code with assignations in multiple
8751                 places (see _message_read_raw where out = msg = raw),
8752                 let's be sure we don't free the same pointer twice.
8753                 Should fix bug #683 (Crash in libpam at 
8754                 message_cleanup).
8755
8756 2005-06-22 [colin]      1.9.11cvs90
8757
8758         * src/compose.c
8759         * src/messageview.c
8760         * src/toolbar.c
8761                 Make toolbar's delete use the move to trash stuff;
8762                 Add gtk_widget_realize to be sure pixmaps can get
8763                 created (that may fix an old worksforme bug which
8764                 I can't find back...)
8765
8766 2005-06-22 [colin]      1.9.11cvs89
8767
8768         * src/summaryview.c
8769         * src/summaryview.h
8770         * src/mainwindow.c
8771                 Rename "Message/Delete" to "Message/Move to trash"
8772                 Add "Message/Delete..." that directly destroys the
8773                 selected messages after asking for a confirmation.
8774
8775 2005-06-22 [colin]      1.9.11cvs88
8776
8777         * src/imap.c
8778                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
8779                 o Fix a deadlock (thanks Darko)
8780
8781 2005-06-22 [colin]      1.9.11cvs87
8782
8783         * src/gtk/foldersort.c
8784                 Add missing include for the i18n;
8785                 patch by Fabien Vantard
8786
8787 2005-06-21 [colin]      1.9.11cvs86
8788
8789         * src/folder.c
8790         * src/folderview.c
8791                 Respect the no_select flag
8792         * src/imap.c
8793                 Fix recursive deletion
8794         * src/imap_gtk.c
8795         * src/mh_gtk.c
8796                 Make the folder deletion's warning
8797                 more explicit
8798
8799 2005-06-21 [colin]      1.9.11cvs85
8800
8801         * src/textview.c
8802                 Prevent email addresses from spanning accross
8803                 lines - fixes bug # 646 (newline-chars in 
8804                 email addresses)
8805
8806 2005-06-20 [colin]      1.9.11cvs84
8807
8808         * src/folder.c
8809                 Be sure not to remove source if copy failed
8810
8811 2005-06-20 [colin]      1.9.11cvs83
8812
8813         * src/folderview.c
8814         * src/imap_gtk.c
8815                 remove summaryview's lock
8816         * src/imap.c
8817                 introduce threads to avoid problems when foreground tasks
8818                 interfere with background tasks
8819         * src/mh.c
8820                 prevent moving to drafts/queue
8821         * src/mimeview.c
8822                 fix leak
8823
8824 2005-06-19 [colin]      1.9.11cvs82
8825
8826         * src/imap_gtk.c
8827                 Remember that the user doesn't want to override
8828                 offline mode, for 3 seconds. It avoid presenting
8829                 him with N popups in a really short time.
8830
8831 2005-06-17 [colin]      1.9.11cvs81
8832
8833         * src/imap.c
8834                 Fix IMAP breaking on folders containing '('
8835                 (Probably won't be enough)
8836
8837 2005-06-17 [colin]      1.9.11cvs80
8838
8839         Forgotten files on 1.9.11cvs79
8840         * src/summaryview.c
8841                 Fix stepping when not immediately executing
8842         * src/imap.c
8843                 Really prevent UID FETCH 0
8844         * src/codeconv.c
8845                 Fix outgoing charset never set to utf-8
8846         * src/mh.c
8847                 Fix leak
8848
8849 2005-06-16 [colin]      1.9.11cvs79
8850
8851         * src/compose.c
8852                 Fix bug #707 (Dash splits rows)
8853                 Only wrap if we're on a line break position and
8854                 the previous one was a "white" (space) char.
8855                 Pango stuff is weird.
8856
8857 2005-06-16 [colin]      1.9.11cvs78
8858
8859         * src/imap_gtk.c
8860                 Lock summaryview while downloading messages
8861                 on user demand
8862         * src/procheader.c
8863         * src/unmime.c
8864         * src/common/utils.c
8865         * src/common/utils.h
8866                 Replace \r and \n with spaces in From and
8867                 Subject headers
8868
8869 2005-06-16 [paul]       1.9.11cvs77
8870
8871         * src/procmime.c
8872                 liberalise the mime parser
8873         * src/gtk/about.c
8874                 add text wrapping
8875
8876 2005-06-16 [paul]       1.9.11cvs76
8877
8878         * src/gtk/about.c
8879                 reworked
8880
8881 2005-06-15 [colin]      1.9.11cvs75
8882
8883         * src/compose.c
8884                 Finish header encoding fix
8885         * src/summaryview.c
8886                 Fix segfault
8887         * src/headerview.c
8888                 Fix compilation (Thanks Stephan
8889                 Sachse)
8890
8891 2005-06-15 [colin]      1.9.11cvs74
8892
8893         * Makefile.am
8894                 Install gnome2 stuff rather than gnome1, 
8895                 if both are present
8896         * src/codeconv.c
8897         * src/codeconv.h
8898         * src/compose.c
8899                 Fix headers encoding
8900         * src/folder.c
8901                 Visual progress when fetching all messages
8902         * src/folderview.c
8903         * src/summaryview.c
8904         * src/summaryview.h
8905                 Prevent changing current message while
8906                 incorporating
8907
8908 2005-06-15 [paul]       1.9.11cvs73
8909
8910         * src/gtk/gtkaspell.c
8911         * src/gtk/gtkaspell.h
8912                 fix build warnings
8913
8914 2005-06-15 [paul]       1.9.11cvs72
8915
8916         * src/prefs_filtering.c
8917                 allow reordering of filter rules by
8918                 drag n drop
8919
8920 2005-06-15 [paul]       1.9.11cvs71
8921
8922         * COPYING
8923                 updated
8924         * src/codeconv.c
8925                 replace deprecated function
8926         * src/inc.c
8927         * src/send_message.c
8928         * src/gtk/progressdialog.c
8929         * src/gtk/progressdialog.h
8930                 salvage and reuse parts of reverted sync
8931
8932 2005-06-15 [paul]       1.9.11cvs70
8933
8934         * src/inc.c
8935         * src/send_message.c
8936         * src/gtk/progressdialog.c
8937         * src/gtk/progressdialog.h
8938                 revert yesterday's sync with main
8939                 it contains deprecated functions
8940
8941 2005-06-15 [colin]      1.9.11cvs69
8942
8943         * src/headerview.c
8944                 Fix bug #670 (multi user to: will corrupt message 
8945                 headers display)
8946
8947 2005-06-15 [colin]      1.9.11cvs68
8948
8949         * src/compose.c
8950                 Fix bug #421 (Fix undo on wrapping)
8951
8952 2005-06-15 [colin]      1.9.11cvs67
8953
8954         * src/folder.c
8955                 Provide visual feedback while processing
8956                 folder's rules.
8957         * src/imap.c
8958                 Provide visual feedback while getting
8959                 short headers (for uncached messages)
8960
8961
8962 2005-06-14 [paul]       1.9.11cvs66
8963
8964         * src/account.c
8965                 change a couple stock icons
8966         * src/inc.c
8967         * src/send_message.c
8968         * src/gtk/progressdialog.c
8969         * src/gtk/progressdialog.h
8970                 sync main's GtkTreeView implementation
8971
8972 2005-06-14 [colin]      1.9.11cvs65
8973
8974         * src/imap.c
8975                 Various little fixes, mainly on error paths
8976
8977 2005-06-13 [colin]      1.9.11cvs64
8978
8979         * matcher.c
8980         * procmsg.c
8981         * procmsg.h
8982                 Add a way to fetch only headers. This speeds
8983                 up filtering on headers for IMAP. Fixes:
8984                 bug #481 extraneous imap commands slow down 
8985                         imap filtering
8986                 bug #522 Sylpheed downloads all messages 
8987                         when opening mailbox (IMAP)
8988                 bug #677 IMAP fetch is soooooooooooooo slow
8989         * src/folder.c
8990         * src/folder.h
8991                 Add a folder set_batch method so that
8992                 implementations can speed up flags changes
8993         * src/folderutils.c
8994         * src/summaryview.c
8995                 Use that in mark as (un)read and mark all read
8996                 Refix bug #679
8997         * src/imap.c
8998                 Implement set_batch - brings back deferred
8999                 flags in a less buggy manner. Fixes:
9000                 bug #729 IMAP immediate expunge of deleted messages
9001                 bug #191 remove list of messages with one command
9002                 Fix login with strange chars
9003                 Implement fetch_msg_full
9004                 Fix copy (wrong counts)
9005
9006 2005-06-12 [colin]      1.9.11cvs63
9007
9008         * src/folder.c
9009                 lock incorporation during long operations.
9010                 Avoids fucking up the IMAP socket.
9011
9012 2005-06-12 [colin]      1.9.11cvs62
9013
9014         * src/imap.c
9015                 Fix harmful typo
9016                 Factorize remove_all_msg
9017                 Thread-ize expunge
9018         * src/summaryview.c
9019                 Don't update partial-download status if unnecessary
9020         * src/folder.c
9021                 Use remove_msgs everywhere possible
9022
9023 2005-06-12 [colin]      1.9.11cvs61
9024
9025         * src/folder.c
9026         * src/folder.h
9027                 Add a remove_msgs function to remove a 
9028                 list of messages
9029         * src/imap.c
9030                 Implement that.
9031
9032 2005-06-12 [colin]      1.9.11cvs60
9033
9034         * src/imap.c
9035                 Remove flags-processing deferring... Too hard
9036                 to get it to work in all cases.
9037
9038 2005-06-11 [colin]      1.9.11cvs59
9039
9040         * src/imap.c
9041                 printf -> debug_print
9042
9043 2005-06-11 [colin]      1.9.11cvs58
9044
9045         * src/imap.c
9046                 o Fix build without USE_PTHREAD
9047                 o Factorize imap_open
9048                 o Alertpanel in case of impossible connection
9049                 o Alertpanel in case of impossible login
9050                 o Fix deferred flags processing to force a 
9051                   flush before adding some more flags to process,
9052                   but in another folder.
9053
9054 2005-06-10 [colin]      1.9.11cvs57
9055
9056         * src/imap.c
9057                 o Fix a format string error
9058                 o init ssl socket outside of the thread 
9059                   (it possibly invokes gtk calls)
9060         * src/procmime.c
9061                 o Put back the buffer to its necessary size
9062                 o Fix changing a file pointer without keeping
9063                   track of it (thanks Valgrind)
9064         * src/common/smtp.c
9065                 o Fix automatic STARTTLS if login should be done
9066                   and the server only allows it after starting TLS
9067         * src/gtk/gtkinputdialog.c
9068                 o Eat GDK_Return so that the combo popup doesn't 
9069                   appear when we press Enter to validate the combo
9070                   input dialog (as seen in the Open with... dialog)
9071
9072 2005-06-10 [colin]      1.9.11cvs56
9073
9074         * src/imap.c
9075                 o A bit less debug
9076                 o Fix a crash on deletion
9077                 o Threadize imap_select (it's called outside of 
9078                   threads)
9079                 o Defer treatment of DELETED flags
9080
9081
9082 2005-06-09 [colin]      1.9.11cvs55
9083
9084         * src/imap.c
9085                 Make sure we check imap_gtk_should_override(), which
9086                 potentially calls gtk stuff, before creating thread.
9087                 That way it should't be called via imap_get_session()
9088                 inside a thread.
9089
9090 2005-06-09 [colin]      1.9.11cvs54
9091
9092         * src/imap.c
9093                 o add a bit of status output
9094                 o remove some dead code
9095                 o threadize get_list_of_uids
9096                 o threadize imap_get_flags
9097                 o defer flag changing by 500ms so that they
9098                   can be batched
9099
9100
9101 2005-06-08 [colin]      1.9.11cvs53
9102
9103         * src/imap.c
9104                 Thread-ize imap_cmd_fetch
9105
9106 2005-06-08 [colin]      1.9.11cvs52
9107
9108         * src/main.c
9109                 Mmh, that broke POP3...
9110
9111 2005-06-08 [colin]      1.9.11cvs51
9112
9113         * src/main.c
9114                 Stabilize IMAP patch (thanks to Hoa)
9115
9116 2005-06-08 [colin]      1.9.11cvs50
9117
9118         * src/imap.c
9119                 Test patch to speed up imap. 
9120
9121 2005-06-08 [colin]      1.9.11cvs49
9122
9123         * src/imap_gtk.c
9124                 Warning fix
9125         * src/procmime.c
9126                 Apply patch from gentoo to use /usr/share/mime/globs if 
9127                 available, after un-breaking it
9128         * src/common/log.c
9129         * src/common/log.h
9130                 Use g_timeout for invoking hooks that possibly use gtk
9131                 calls. This should leave gtk calls in the main thread.
9132
9133 2005-06-08 [paul]       1.9.11cvs48
9134
9135         * src/codeconv.c
9136                 conv_get_outgoing_charset_str(): don't
9137                 use prefs_common setting
9138         * src/compose.c
9139         * src/compose.h
9140                 add /Options/Character encoding/... to
9141                 temporarily change the outgoing encoding
9142
9143         (belated sync with main)
9144
9145 2005-06-08 [paul]       1.9.11cvs47
9146
9147         * src/compose.c
9148                 correction to/completion of last
9149                 sync with main
9150
9151 2005-06-08 [paul]       1.9.11cvs46
9152
9153         sync with main:
9154         
9155         * src/codeconv.c
9156         * src/codeconv.h
9157                 always enabled Japanese auto-detection
9158                 if the first letters of locale string
9159                 is "ja"
9160         * src/compose.c
9161                 don't use "destroy" signal to destroy
9162                 Compose object (fix rare crashes on discard?)
9163         * src/mainwindow.c
9164         * src/messageview.c
9165         * src/prefs_send.c
9166                 added Hebrew encodings
9167         * src/sourcewindow.c
9168                 don't use "destroy" signal to destroy
9169                 objects
9170
9171 2005-06-07 [colin]      1.9.11cvs45
9172
9173         * src/summaryview.c
9174                 Add missing unlocks/locks
9175
9176 2005-06-07 [paul]       1.9.11cvs44
9177
9178         * src/summaryview.c
9179                 restore bug #749 fix
9180
9181 2005-06-06 [colin]      1.9.11cvs43
9182
9183         * src/summaryview.c
9184                 Fix selection bug when prefs_common.open_unread 
9185                 is FALSE
9186
9187 2005-06-06 [colin]      1.9.11cvs42
9188
9189         * src/common/md5.c
9190                 Fix a warning
9191         * src/summaryview.c
9192         * src/folderview.c
9193                 Factorize long operations beginning and end
9194                 (locking, freezing/thawing, cursor, ...)
9195                 Check selection->data member in selection-
9196                 related loops; this avoids dying an awful
9197                 death if the selection changes on us while
9198                 we're marking a whole IMAP folder unread, 
9199                 for example.
9200
9201 2005-06-06 [paul]       1.9.11cvs41
9202
9203         * src/textview.c
9204                 don't g_free() a static gchar buffer
9205
9206 2005-06-05 [colin]      1.9.11cvs40
9207
9208         * src/mainwindow.c
9209         * src/messageview.c
9210         * src/summaryview.c
9211                 Fix bug #749 (Show all headers should be
9212                 sticky as the GUI suggests)
9213
9214 2005-06-03 [paul]       1.9.11cvs39
9215
9216         * src/compose.c
9217                 don't allow editing of mail while sending.
9218                 patch by Colin
9219
9220 2005-06-03 [paul]       1.9.11cvs38
9221
9222         * src/folderview.c
9223                 add a freeze/thaw to speed up 'mark all read'
9224
9225 2005-06-03 [paul]       1.9.11cvs37
9226
9227         * src/prefs_message.c
9228                 reflect changes immediately
9229
9230 2005-06-02 [colin]      1.9.11cvs36
9231
9232         * po/POTFILES.in
9233                 Patch by Fabien Vantard.
9234
9235 2005-06-02 [colin]      1.9.11cvs35
9236
9237         * src/imap.c
9238                 Use a non-blocking imap_getline() if possible.
9239                 This should completely prevent the interface
9240                 from freezin on imap operations, although it
9241                 may do strange stuff in case of folder switching
9242                 while a big imap operation is taking place...
9243
9244                 In addition, fix a leak in the case thread
9245                 creation fails on connection.
9246
9247 2005-06-02 [colin]      1.9.11cvs34
9248
9249         * src/crash.c
9250         * src/prefs_common.h
9251                 Fix build (prefs_common_init() doesn't exist
9252                 anymore)
9253
9254 2005-06-02 [colin]      1.9.11cvs33
9255
9256         * src/prefs_account.c
9257                 Fix bug #245 (filtering rules broken when
9258                 renaming a remote account (imap4 or nntp)
9259
9260 2005-06-02 [colin]      1.9.11cvs32
9261
9262         * src/imap.c
9263                 Try to fix IMAP shortcomings: 
9264                 o Multithread imap_open()
9265                 o allow offline-mode overriding instead of
9266                   just returning NULL
9267         * src/imap_gtk.c
9268         * src/imap_gtk.h
9269                 Add a function to ask whether we want to
9270                 override offline-mode for 10 minutes (one-shot
9271                 asking was painful)
9272         * src/procheader.c
9273                 Fix segfault when imap parser isn't happy about
9274                 a missing {
9275
9276 2005-06-01 [colin]      1.9.11cvs31
9277
9278         * src/addrharvest.c
9279         * src/compose.c
9280         * src/mbox.c
9281         * src/mbox.h
9282         * src/mh.c
9283         * src/msgcache.c
9284         * src/send_message.c
9285         * src/setup.c
9286         * src/undo.c
9287         * src/common/hooks.c
9288         * src/common/prefs.c
9289         * src/common/template.c
9290         * src/common/utils.c
9291         * src/gtk/gtkutils.c
9292         * src/gtk/inputdialog.c
9293         * src/gtk/menu.c
9294         * src/gtk/pluginwindow.c
9295         * src/gtk/prefswindow.c
9296         * src/plugins/pgpmime/passphrase.c
9297         * src/plugins/pgpmime/prefs_gpg.c
9298                 More -Wall fixes
9299
9300         * src/common/Makefile.am
9301         * src/common/timing.h
9302                 Add basic timing code
9303
9304         * src/summaryview.c
9305                 Fix a bug with unread messages when 
9306                 re-sorting folders, and by the way
9307                 fix a big performance hit when 
9308                 re-sorting (10k mails: before 5s,
9309                 after .5s)
9310
9311         * src/prefs_compose_writing.c
9312         * src/prefs_compose_writing.h
9313         * src/prefs_message.c
9314         * src/prefs_message.h
9315         * src/prefs_other.c
9316         * src/prefs_other.h
9317         * src/prefs_quote.c
9318         * src/prefs_quote.h
9319         * src/prefs_receive.c
9320         * src/prefs_receive.h
9321         * src/prefs_send.c
9322         * src/prefs_send.h
9323         * src/prefs_summaries.c
9324         * src/prefs_summaries.h
9325                 Fix copyright banner
9326
9327 2005-06-01 [paul]       1.9.11cvs30
9328
9329         * po/fi.po
9330                 updated by Flammie Pirinen
9331         * src/procmime.c
9332                 fix 'Bad BASE64 content' output
9333
9334 2005-05-31 [colin]      1.9.11cvs29
9335
9336         * src/procmime.c
9337                 Oops, where did my hunk go.
9338
9339 2005-05-31 [colin]      1.9.11cvs28
9340
9341         * src/Makefile.am
9342         * src/account.c
9343         * src/action.c
9344         * src/addr_compl.c
9345         * src/addressbook.c
9346         * src/codeconv.c
9347         * src/compose.c
9348         * src/export.c
9349         * src/folder.c
9350         * src/folderview.c
9351         * src/image_viewer.c
9352         * src/main.c
9353         * src/mainwindow.c
9354         * src/messageview.c
9355         * src/mimeview.c
9356         * src/msgcache.c
9357         * src/prefs_account.c
9358         * src/prefs_actions.c
9359         * src/prefs_common.c
9360         * src/prefs_compose_writing.c
9361         * src/prefs_customheader.c
9362         * src/prefs_ext_prog.c
9363         * src/prefs_filtering.c
9364         * src/prefs_filtering_action.c
9365         * src/prefs_fonts.c
9366         * src/prefs_image_viewer.c
9367         * src/prefs_message.c
9368         * src/prefs_message.h
9369         * src/prefs_msg_colors.c
9370         * src/prefs_other.c
9371         * src/prefs_other.h
9372         * src/prefs_quote.c
9373         * src/prefs_receive.c
9374         * src/prefs_receive.h
9375         * src/prefs_send.c
9376         * src/prefs_send.h
9377         * src/prefs_spelling.c
9378         * src/prefs_summaries.c
9379         * src/prefs_summary_column.c
9380         * src/prefs_template.c
9381         * src/prefs_themes.c
9382         * src/prefs_toolbar.c
9383         * src/prefs_wrapping.c
9384         * src/procmime.c
9385         * src/procmsg.c
9386         * src/send_message.h
9387         * src/ssl_manager.c
9388         * src/summary_search.c
9389         * src/summaryview.c
9390         * src/textview.c
9391         * src/wizard.c
9392         * src/common/smtp.c
9393         * src/common/smtp.h
9394         * src/gtk/gtkutils.h
9395                 o Move the rest of Common prefs to new style
9396                 o Lots of -Wall warning fixes
9397                 o fix FIXME in cache memusage calculation
9398                 o Let return receipts be sent from any account
9399                 o Little cache optimisation (read)
9400                 o Fix bug #746 (don't treat commas as separators
9401                   when inside a quoted string)
9402
9403 2005-05-31 [paul]       1.9.11cvs27
9404
9405         * src/prefs_common.c
9406                 fix 'off-by-one' typo
9407
9408 2005-05-31 [paul]       1.9.11cvs26
9409
9410         * src/account.c
9411         * src/addr_compl.c
9412         * src/compose.c
9413         * src/foldersel.c
9414         * src/prefs_actions.c
9415         * src/prefs_common.c
9416         * src/prefs_common.h
9417         * src/prefs_customheader.c
9418         * src/prefs_display_header.c
9419         * src/prefs_filtering.c
9420         * src/prefs_filtering_action.c
9421         * src/prefs_matcher.c
9422         * src/prefs_summaries.c
9423         * src/prefs_summary_column.c
9424         * src/prefs_template.c
9425         * src/prefs_toolbar.c
9426         * src/ssl_manager.c
9427         * src/gtk/pluginwindow.c
9428         * src/gtk/prefswindow.c
9429         * src/gtk/progressdialog.c
9430                 add hidden prefs 'enable_rules_hint'
9431                 for gtk_tree_view_set_rules_hint()
9432                 (sync with main)
9433                 
9434
9435 2005-05-31 [colin]      1.9.11cvs25
9436
9437         * src/Makefile.am
9438         * src/main.c
9439         * src/prefs_common.c
9440         * src/prefs_summaries.c ** ADDED **
9441         * src/prefs_summaries.h ** ADDED **
9442                 Common/Display -> Display/Summaries
9443
9444 2005-05-31 [colin]      1.9.11cvs24
9445
9446         * src/Makefile.am
9447         * src/main.c
9448         * src/prefs_quote.c ** ADDED **
9449         * src/prefs_quote.h ** ADDED **
9450                 Move Common/Quote to Compose/Quoting
9451         * src/prefs_common.c
9452         * src/prefs_common.h
9453                 Remove old quote stuff, add
9454                 convenience functions for GtkTextView prefs
9455         * src/gtk/prefswindow.c
9456                 Set default height higher
9457
9458 2005-05-30 [colin]      1.9.11cvs23
9459
9460         * src/Makefile.am
9461         * src/main.c
9462         * src/prefs_common.c
9463         * src/prefs_compose_writing.c ** ADDED **
9464         * src/prefs_compose_writing.h ** ADDED **
9465                 Move Common/Compose prefs to Compose/Writing
9466
9467 2005-05-30 [colin]      1.9.11cvs22
9468
9469         * src/common/utils.c
9470                 Fix bug #651 (Confused Attract by Subject)
9471                 Patch by M. Benkmann <haferfrost@web.de>
9472         * AUTHORS
9473
9474 2005-05-30 [colin]      1.9.11cvs21
9475
9476         * src/compose.c
9477                 Fix concatenation of different headers of
9478                 the same type (bug #645)
9479         * src/prefs_folder_item.c
9480                 Fix bug #699 (setting color to black doesn't
9481                 work immediately)
9482         * src/procmime.c
9483                 Print out decoding error only once per
9484                 block
9485
9486 2005-05-30 [paul]       1.9.11cvs20
9487
9488         * src/common/template.c
9489                 fix Bcc
9490
9491 2005-05-30 [paul]       1.9.11cvs19
9492
9493         * doc/src/rfc2368.txt   **NEW FILE**
9494         * src/compose.c
9495                 compose_entries_set(): don't interpret Bcc
9496                 header field (conform to RFC 2368)
9497                 (sync with main)
9498
9499 2005-05-29 [colin]      1.9.11cvs18
9500
9501         * src/prefs_common.c
9502                 Let the default reply format respect
9503                 netiquette by cutting the signature.
9504
9505 2005-05-29 [colin]      1.9.11cvs17
9506
9507         * src/summaryview.c
9508                 Don't let always_show_msg override
9509                 open_unread_on_enter when opening a new
9510                 directory.
9511
9512 2005-05-27 [paul]       1.9.11cvs16
9513
9514         sync with main:
9515
9516         * src/main.c
9517                 app_will_exit(): cleanup tmp directory when exit
9518         * src/message_search.c
9519                 improved the interface and made code cleanup.
9520                 removed Clear button
9521         * src/send_message.c
9522                 send_message_local(): use GSpawn, and detect errors
9523         * src/summary_search.c
9524                 improved the interface and made code cleanup
9525         * src/textview.c
9526                 textview_write_link(): also skip non-ascii space
9527                  at the head of link strings (phishing check
9528                  didn't work at the case)
9529         * src/common/utils.c
9530                 get_command_output(): use g_spawn_command_line_sync()
9531                 instead of popen()
9532
9533 2005-05-26 [colin]      1.9.11cvs15
9534
9535         * src/folder.c
9536                 remove printf
9537
9538 2005-05-26 [colin]      1.9.11cvs14
9539
9540         * src/common/nntp.c
9541                 Fix nntp mode reader (bug #611)
9542                 Patch by Florian Mickler <florian@mickler.org>
9543
9544 2005-05-26 [colin]      1.9.11cvs13
9545
9546         * src/plugins/pgpmime/passphrase.c
9547                 Fix mouse grabbing (bug #557)
9548
9549 2005-05-26 [colin]      1.9.11cvs12
9550
9551         * src/prefs_themes.c
9552                 Fix g_warning (bug #541)
9553
9554 2005-05-26 [colin]      1.9.11cvs11
9555
9556         * src/prefs_actions.c
9557         * src/prefs_template.c
9558                 Fix bug #506 (no warning if action/template
9559                 is not saved)
9560         * src/common/template.c
9561                 Fix a possible crash
9562
9563 2005-05-26 [colin]      1.9.11cvs10
9564
9565         * src/folder.c
9566         * src/folderview.c
9567         * src/procmsg.c
9568         * src/summaryview.c
9569                 Forbid locked messages to be moved or
9570                 deleted. Locked messages in trashes 
9571                 still get deleted, for performance
9572                 reason (mh.c::mh_remove_all_msgs)
9573
9574 2005-05-25 [colin]      1.9.11cvs9
9575
9576         * src/procmime.c
9577                 Use correct encoding when sending mails
9578                 with attachments that have accentued 
9579                 chars in their name
9580
9581 2005-05-24 [colin]      1.9.11cvs8
9582
9583         * src/summaryview.c
9584                 Fix bug #688 f) read/unread marker not
9585                 changed on first click
9586                 Also, optimize summary_status_show()
9587                 calls
9588         * src/folder.c
9589         * src/inc.c
9590         * src/procmime.c
9591                 Fix bug #688 b) and c) wrt message
9592                 attachments and signature
9593         * src/stock_pixmap.c
9594         * src/stock_pixmap.h
9595         * src/stock_pixmap.c
9596         * src/stock_pixmap.h
9597         * src/Makefile.am
9598         * src/pixmaps/clip_gpg_signed.xpm
9599                 Add clip/signed icon
9600
9601 2005-05-24 [colin]      1.9.11cvs7
9602
9603         * src/folder_item_prefs.c
9604                 whitespace fix
9605
9606 2005-05-24 [colin]      1.9.11cvs6
9607
9608         * src/folderview.c
9609         * src/prefs_common.c
9610         * src/prefs_common.h
9611                 Add a confirmation to folder drag and drop
9612                 fixes bug #156
9613         * src/alertpanel.c
9614         * src/alertpanel.h
9615                 fix _with_disable parameters so that
9616                 the buttons labels are specifiable too
9617         * src/plugins/pgpmime/sgpgme.c
9618                 reflect said change
9619                 
9620
9621 2005-05-24 [colin]      1.9.11cvs5
9622
9623         * src/folderview.c
9624                 Uncollapse/collapse folders on double-click
9625                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
9626                 closes bug #108
9627
9628 2005-05-23 [colin]      1.9.11cvs4
9629
9630         * src/common/socket.c
9631                 Check another special SSL_peek() error.
9632                 Should help wrt bug #728
9633
9634 2005-05-23 [colin]      1.9.11cvs3
9635
9636         * src/plugins/pgpmime/pgpmime.c
9637                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
9638                 breaking menu accelerators and stuff. Users will have to
9639                 reselect "PGP MIME" instead of "PGP/MIME" in their 
9640                 account's privacy preferences if needed.
9641
9642 2005-05-22 [paul]
9643
9644         * tools/kdeservicemenu/install.sh
9645                 use kdesu to prompt for root password if doing
9646                 global install/uninstall
9647
9648 2005-05-20 [colin]      1.9.11cvs2
9649
9650         * src/procmsg.c
9651                 Fix another compilation error with gcc-2.9x
9652                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
9653         * src/send_message.c
9654                 Don't send QUIT if we aren't connected
9655
9656 2005-05-19 [colin]      1.9.11cvs1
9657
9658         * src/procmsg.c
9659                 Fix compilation with gcc 2.9x
9660
9661 2005-05-19 [paul]       1.9.11
9662
9663         1.9.11 released
9664
9665 2005-05-19 [paul]       1.9.9cvs14
9666
9667         * src/gtk/inputdialog.c
9668                 prevent gettext warning
9669
9670 2005-05-19 [paul]       1.9.9cvs13
9671
9672         * src/mainwindow.c
9673         * src/prefs_common.c
9674         * src/prefs_common.h
9675         * src/textview.c
9676         * src/textview.h
9677                 add an option to toggle cursor in message
9678                 view (sync with main)
9679
9680 2005-05-18 [colin]      1.9.9cvs12
9681
9682         * src/compose.c
9683                 Dereference freed pointer
9684         * src/gtk/gtkaspell.c
9685                 Fix duplication of dictionaries (is it an aspell issue?)
9686
9687 2005-05-18 [colin]      1.9.9cvs11
9688
9689         * src/gtk/inputdialog.c
9690         * src/gtk/gtkaspell.c
9691                 HIGuify dialogs
9692         * src/alertpanel.c
9693                 Remove a double call
9694
9695 2005-05-17 [colin]      1.9.9cvs10
9696
9697         * src/gtk/gtkaspell.c
9698                 Fix dialogs, Ctrl-Enter accel
9699
9700 2005-05-17 [colin]      1.9.9cvs9
9701
9702         * src/gtk/gtkaspell.c
9703                 Fix some accelerators, escape in replace-window
9704
9705 2005-05-16 [colin]      1.9.9cvs8
9706
9707         * src/gtk/gtkaspell.c
9708                 Revert last commit, it was a mistake.
9709
9710 2005-05-16 [colin]      1.9.9cvs7
9711
9712         * src/gtk/gtkaspell.c
9713                 Remove buggy code while we're at it. It's a 
9714                 dead code path anyway.
9715
9716 2005-05-16 [colin]      1.9.9cvs6
9717
9718         * src/gtk/gtkaspell.c
9719                 Missed some gtk_menu_popup where deactivate
9720                 signal should be handled. Should fix bug
9721                 #629 a bit more.
9722
9723 2005-05-16 [colin]      1.9.9cvs5
9724
9725         * src/gtk/gtkaspell.c
9726                 Remove debug printf()s
9727
9728 2005-05-16 [colin]      1.9.9cvs4
9729
9730         * src/gtk/gtkaspell.c
9731                 Fix a bit aspell problems
9732                 (see bug #629)
9733
9734 2005-05-13 [colin]      1.9.9cvs3
9735
9736         * src/folderview.c
9737                 Fix the + appearing even when no subfolders
9738                 have unread messages. Thanks to wwp for the
9739                 bug report.
9740
9741 2005-05-11 [paul]       1.9.9cvs2
9742
9743         * src/folderview.c
9744                 correction to 1.9.9cvs1, only colour folders that
9745                 have new msgs (not unread msgs)
9746
9747 2005-05-10 [colin]      1.9.9cvs1
9748
9749         * src/folderview.c
9750         * src/summaryview.c
9751                 Try to fix bolding bugs again.
9752
9753 2005-05-09 [paul]
9754
9755         * tools/claws.i18n.status.pl
9756                 add Ricardo Mones Lastra's script that has been providing
9757                 the i18n status page for many months
9758
9759 2005-05-09 [paul]       1.9.9
9760
9761         1.9.9 release
9762
9763 2005-05-09 [paul]       1.9.6cvs58
9764
9765         * AUTHORS
9766         * INSTALL
9767         * README.claws
9768                 updated
9769         * Makefile.am 
9770         * RELEASE_NOTES.claws
9771                 add release notes to cvs to simplify release
9772                 procedure
9773         * configure.ac
9774                 add ca and fi to ALL_LINGUAS
9775         * po/Makefile.in.in
9776                 workaround for missing Makevars
9777         * po/ca.po
9778         * po/fi.po
9779                 add new Catalan and Finnish translations
9780                 submitted by Miquel Oliete and Flammie Pirinen
9781         * po/de.po
9782         * po/es.po
9783         * po/fr.po
9784         * po/it.po
9785         * po/pl.po
9786         * po/ru.po
9787         * po/sk.po
9788         * po/sr.po
9789         * po/zh_CN.po
9790                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
9791                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
9792                 Urke MMI, and Hansom Young
9793         * src/main.c
9794                 Fix drafting when quitting. compose_draft() closes the
9795                 compose windows, which modifies the compose_list GSList.
9796                 We have to refresh this list after echo drafting to avoid a
9797                 segfault
9798         * src/partial_download.c
9799                 fix segfault on exit
9800
9801 2005-05-06 [paul]       1.9.6cvs57
9802
9803         * src/grouplistdialog.c
9804                 quick fix/workaround for unresizeable newsgroup
9805                 name column 
9806
9807 2005-05-06 [paul]       1.9.6cvs56
9808
9809         * src/inc.c
9810         * src/mainwindow.c
9811                 use gettext plural forms
9812         * src/imap_gtk.c
9813         * src/mh_gtk.c
9814         * src/toolbar.c
9815                 small improvement to english usage
9816
9817 2005-05-05 [thorsten]   1.9.6cvs55
9818
9819         * src/folder.c
9820                 fix possible crash
9821
9822 2005-05-05 [paul]       1.9.6cvs54
9823         
9824         sync with HEAD
9825
9826         * AUTHORS
9827         * src/compose.c
9828                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
9829                 patch by Tim Mann
9830
9831 2005-05-05 [paul]       1.9.6cvs53
9832
9833         * src/mainwindow.c
9834                 fix resizing of separate message and
9835                 folder views
9836
9837 2005-05-05 [paul]       1.9.6cvs52
9838
9839         * src/account.c
9840         * src/addrgather.c
9841         * src/browseldap.c
9842         * src/exphtmldlg.c
9843         * src/expldifdlg.c
9844         * src/importmutt.c
9845         * src/importpine.c
9846         * src/main.c
9847         * src/mainwindow.c
9848         * src/noticeview.c
9849         * src/prefs_filtering.c
9850         * src/prefs_filtering_action.c
9851         * src/prefs_matcher.c
9852         * src/prefs_spelling.c
9853         * src/prefs_toolbar.c
9854         * src/toolbar.c
9855         * src/wizard.c
9856         * src/gtk/description_window.c
9857         * src/gtk/gtkvscrollbutton.c
9858         * src/gtk/progressdialog.c
9859         * src/gtk/quicksearch.c
9860         * src/plugins/pgpmime/prefs_gpg.c
9861         * src/plugins/spamassassin/spamassassin_gtk.c
9862                 replace deprecated gtk_widget_set_usize
9863
9864 2005-05-04 [colin]      1.9.6cvs51
9865
9866         * src/common/utils.c
9867                 Fix crash when subst_for_filename is called
9868                 with a NULL parameter
9869
9870 2005-05-04 [colin]      1.9.6cvs50
9871
9872         * src/partial_download.c
9873         * src/pop.c
9874                 Escape login when writing uidl file
9875                 fixes bug #736
9876
9877 2005-05-03 [colin]      1.9.6cvs49
9878
9879         * src/procmime.c
9880                 Fix possible DOS in mime parser
9881                 (see bug #634)
9882
9883 2005-05-02 [colin]      1.9.6cvs48
9884
9885         * src/compose.c
9886                 Try to fix the copy/paste mess once again.
9887
9888
9889 2005-04-30 [colin]      1.9.6cvs47
9890
9891         * src/prefs_account.h
9892         * src/procmsg.c
9893         * src/send_message.c
9894         * src/common/smtp.c
9895         * src/common/smtp.h
9896                 Try to batch sending mails (per account) instead of
9897                 reconnecting to server every time.
9898
9899 2005-04-29 [colin]      1.9.6cvs46
9900
9901         * src/messageview.c
9902                 Fix window resizing that refused to size down
9903         * src/prefs_common.c
9904         * src/prefs_common.h
9905         * src/prefs_filtering.c
9906                 Save Filtering's window size
9907
9908 2005-04-21 [paul]       1.9.6cvs45
9909
9910         * ChangeLog-gtk2.claws
9911         * src/setup.c
9912                 correction to sync
9913
9914 2005-04-21 [paul]       1.9.6cvs44
9915
9916         sync with main:
9917
9918         * src/setup.c
9919         * src/statusbar.c
9920         * src/statusbar.h
9921                 use gtkut_widget_draw_now(). Improved performance
9922                 of the update of statusbar
9923         * src/textview.c
9924                 textview_smooth_scroll_do(): redraw it after scroll
9925                 is done (fixed incorrect display when a part of the
9926                 view is hidden).
9927         * src/gtk/gtkutils.c
9928         * src/gtk/gtkutils.h
9929                 gtkut_widget_draw_now(): use gdk_window_process_updates()
9930                 to force update of widgets.
9931                 Removed gtkut_widget_wait_for_draw() which had a big
9932                 overhead  because of waiting for all events processed 
9933
9934 2005-04-20 [paul]       1.9.6cvs43
9935
9936         * src/codeconv.c
9937                 complete 1.9.6cvs42's sync:
9938                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
9939
9940 2005-04-19 [paul]       1.9.6cvs42
9941
9942         sync with main:
9943
9944         * src/action.c
9945                 catch_output(): correctly select the insert text
9946                 (fix invalid iterator warnings).
9947         * src/codeconv.c
9948         * src/codeconv.h
9949         * src/mainwindow.c
9950         * src/messageview.c
9951         * src/prefs_common.c
9952                 support GBK encoding.
9953         * src/common/session.c
9954         * src/common/session.h
9955                 use separate buffer for large data to be sent,
9956                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
9957
9958 2005-04-18 [paul]       1.9.6cvs41
9959
9960         * src/jpilot.c
9961                 convert unsigned long into guint32
9962                 patch by Paul LeoNerd Evans 
9963
9964 2005-04-17 [colin]      1.9.6cvs40
9965
9966         * src/compose.c
9967                 Fix 'Request return receipt' from folder
9968                 properties (bug #708)
9969
9970 2005-04-17 [colin]      1.9.6cvs39
9971
9972         * src/mainwindow.c
9973                 Fix duplicate hotkeys in Mainwindow's menu
9974
9975 2005-04-17 [colin]      1.9.6cvs38
9976
9977         * src/folderview.c
9978                 Fix duplicate hotkeys in Folderview's contextual
9979                 menu
9980
9981 2005-04-15 [colin]      1.9.6cvs37
9982
9983         * src/summaryview.c
9984                 Fix 'Save as...' with non-ascii filenames
9985
9986 2005-04-15 [colin]      1.9.6cvs36
9987
9988         * src/plugins/pgpmime/pgpmime.c
9989                 Fix bus error on 64bit. Spotted by 
9990                 macallan1888@gmail.com
9991
9992 2005-04-15 [colin]      1.9.6cvs35
9993
9994         * src/prefs_account.c
9995                 Fix cvs34.
9996
9997 2005-04-12 [colin]      1.9.6cvs34
9998
9999         * src/prefs_account.c
10000                 Fix smtp auth type off-by-one. We forgot to
10001                 add PLAIN in the prefs-to-gui setter func and
10002                 as a result, the selected auth when opening
10003                 account prefs was not the correct one.
10004
10005 2005-04-12 [paul]       1.9.6cvs33
10006
10007         * src/inc.c
10008                 if the recv dialog is visible, Cancel only
10009                 cancels the current account
10010
10011
10012 2005-04-10 [colin]      1.9.6cvs32
10013
10014         * src/filtering.c
10015                 Copy score when copying FilteringActions
10016                 Fix bug #674
10017
10018 2005-04-10 [colin]      1.9.6cvs31
10019
10020         * src/inc.c
10021                 Make Message -> Receive -> Cancel cancel 
10022                 incorporation on all accounts. Fixes
10023                 bug #693
10024
10025 2005-04-10 [colin]      1.9.6cvs30
10026
10027         * src/prefs_account.c
10028                 Update Privacy checkbuttons status based
10029                 on the selected privacy system
10030         * src/compose.c
10031                 Always connect the "None" privacy system; the
10032                 static boolean was probably there to avoid
10033                 reconnecting twice in the same compose window,
10034                 but as the parent function is only called once
10035                 per compose, it's only a bug - as a static is
10036                 initialized once per application instance.
10037                 Also, don't uncheck Sign and Encrypt when
10038                 selecting None as privacy system; just ignore
10039                 them when sending/queuing.
10040                 Should fix bug #695
10041
10042 2005-04-08 [colin]      1.9.6cvs29
10043
10044         * src/account.c
10045         * src/prefs_account.c
10046         * src/prefs_account.h
10047                 Add account preference to queue message in a certain
10048                 folder.
10049
10050 2005-04-06 [colin]      1.9.6cvs28
10051
10052         * src/prefs_account.c
10053                 Update old inbox path syntax
10054
10055 2005-04-06 [paul]       1.9.6cvs27
10056
10057         sync with main:
10058
10059         * configure.ac
10060                 changed -traditional-cpp to -no-cpp-precomp for newer
10061                 Mac OS X support
10062         * src/foldersel.c
10063                 made column resize automatically
10064         * src/send_message.c
10065                 send_message_smtp(): consider EOF right after QUIT
10066                 successful (workaround for Gmail SMTP server)
10067         * src/common/socket.c
10068                 ssl_read(), ssl_peek(): check EOF which violates the
10069                 SSL protocol
10070         * src/gtk/colorlabel.c
10071                 removed warnings when displaying colorlabel menu
10072                 (don't use GtkAlignment)
10073
10074 2005-04-05 [paul]       1.9.6cvs26
10075
10076         * src/plugins/trayicon/trayicon.c
10077                 fix clipping of icon under KDE3 
10078
10079 2005-04-05 [paul]       1.9.6cvs25
10080
10081         * src/summaryview.c
10082                 hide display of threading
10083                 patch by Alfons
10084
10085 2005-04-04 [thorsten]   1.9.6cvs24
10086
10087         * src/mh.c
10088                 marks lost on filesystems with different stat() results on
10089                 summer-/wintertime
10090
10091 2005-04-03 [colin]      1.9.6cvs23
10092
10093         * src/summaryview.c
10094                 Don't handle up/down. Patch by Alfons
10095
10096 2005-04-02 [colin]      1.9.6cvs22
10097
10098         * src/summaryview.c
10099                 Make scrolling faster. Patch by Alfons.
10100
10101 2005-04-01 [colin]      1.9.6cvs21
10102
10103         * src/Makefile.am
10104         * src/stock_pixmap.c
10105         * src/pixmaps/dir-noselect.xpm ** REMOVED **
10106         * src/pixmaps/dir_noselect.xpm ** ADDED **
10107                 Fix pixmap name mismatch (Thanks Stephan Sachse)
10108
10109 2005-04-01 [colin]      1.9.6cvs20
10110
10111         * src/image_viewer.c
10112         * src/image_viewer.h
10113         * src/procmime.c
10114         * src/procmime.h
10115         * src/textview.c
10116         * src/textview.h
10117                 Implement inline image resizing and right-clicking
10118
10119 2005-04-01 [paul]       1.9.6cvs19
10120
10121         * AUTHORS
10122         * Makefile.am
10123         * configure.ac
10124                 check for gnome2
10125                 patch by Luca Cavalli <loopback<AT>slackit.org>
10126         * po/ru.po
10127                 updated by Pavlo Bohmat
10128
10129 2005-03-31 [colin]      1.9.6cvs18
10130
10131         * src/news.c
10132                 Fix parsing references
10133         * src/msgcache.c
10134                 don't put nulls in the references list
10135         * src/procheader.c
10136                 commit that forgotten file in 1.9.6cvs14
10137
10138 2005-03-31 [colin]      1.9.6cvs17
10139
10140         * src/compose.c
10141                 Fix joining of signature separator again. 
10142                 Maybe Hiro could put it in main too...
10143
10144 2005-03-31 [colin]      1.9.6cvs16
10145
10146         * src/Makefile.am
10147         * src/foldersel.c
10148         * src/stock_pixmap.c
10149         * src/stock_pixmap.h
10150         * src/pixmaps/dir-noselect.xpm
10151                 Update foldersel.c (sync from main, patch by Alfons)
10152
10153 2005-03-30 [colin]      1.9.6cvs15
10154
10155         * src/imap.c
10156                 Fix handling of imap folders containing [] in 
10157                 their name. Thanks to Nahuel Angelinetti for
10158                 the detailed bugreport.
10159
10160 2005-03-30 [colin]      1.9.6cvs14
10161
10162         * src/common/utils.h
10163         * src/common/utils.c
10164         * src/common/defs.h
10165         * src/matcher.c
10166         * src/msgcache.c
10167         * src/news.c
10168         * src/procmsg.c
10169         * src/procmsg.h
10170         * src/quote_fmt_parse.y
10171         * src/summaryview.c
10172                 Update references system. Patch by Alfons
10173
10174 2005-03-30 [colin]      1.9.6cvs13
10175
10176         * src/common/socket.c
10177                 Force the glibc to read resolv.conf again when 
10178                 it has changed. Should fix issues when changing
10179                 networks on a laptop and not restarting sylpheed. 
10180
10181 2005-03-30 [paul]       1.9.6cvs12
10182
10183         partial sync with main:
10184
10185         * src/action.c
10186                 create_io_dialog(): use user-defined text font
10187                 (thanks to Alfons), and modified its appearance.
10188         * src/addrgather.c
10189         * src/addrharvest.c
10190         * src/browseldap.c
10191                 replace old code
10192         * src/compose.c
10193                 don't join (presumably) itemized lines on line-wrapping
10194                 fixed wrapping of quote when auto-wrapping is enabled
10195                 compose_destroy(): destroy paned only if it's not
10196                 attached to window. Fixed memory leak of popup menu.
10197         * src/exphtmldlg.c
10198         * src/expldifdlg.c
10199                 replace old code
10200         * src/html.c
10201         * src/html.h
10202         * src/importmutt.c
10203         * src/importpine.c
10204                 replace old code
10205         * src/main.c
10206                 removed redundant code
10207         * src/mainwindow.c
10208                 changed 'Code set' (which is rather incorrect)
10209                 in the menu to 'Character encoding'
10210                 main_window_set_widgets(): request size first
10211                 to prevent window size becoming wrong
10212                 fixed remembering of the state of the visibility
10213                 of MessageView
10214         * src/messageview.c
10215                 changed 'Code set' (which is rather incorrect)
10216                 in the menu to 'Character encoding'
10217         * src/prefs_common.c
10218         * src/prefs_common.h
10219                 added an option whether to render HTML as text or not
10220                 added separators to outgoing encoding menu
10221         * src/procheader.c
10222                 procheader_scan_date_string(): support header
10223                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
10224         * src/summaryview.c
10225         * src/summaryview.h
10226                 minor code cleanup
10227         * src/textview.c
10228                 textview_show_html(): force output of newline
10229                 added an option whether to render HTML as text or not
10230         * src/common/utils.c
10231                 strncpy2(): optimized based on Alfons' code
10232         * src/gtk/gtkutils.c
10233         * src/gtk/gtkutils.h
10234                 removed non-used code
10235         * src/plugins/pgpmime/passphrase.c
10236                 partially fixed grab input of passphrase dialog
10237                 Confine pointer to window
10238
10239 2005-03-30 [colin]      1.9.6cvs11
10240
10241         * src/msgcache.c
10242         * src/msgcache.h
10243                 Read/write 32bit ints from cache & marks
10244                 From main.
10245
10246 2005-03-29 [paul]       1.9.6cvs10
10247
10248         * AUTHORS
10249         * ChangeLog.claws
10250         * src/compose.c
10251         * src/gtk/gtkaspell.c
10252                 sync with HEAD (don't pass NULL pointers) 
10253
10254 2005-03-24 [paul]
10255
10256         * tools/Makefile.am
10257         * tools/README
10258         * tools/acroread2sylpheed.pl
10259                 sync with HEAD (add script to send pdfs as
10260                 attachments from Adobe Reader 7)
10261
10262 2005-03-21 [paul]       1.9.6cvs9
10263
10264         * configure.ac
10265         * po/POTFILES.in
10266         * src/Makefile.am
10267         * src/crash.c
10268         * src/image_viewer.c ** ADDED **
10269         * src/image_viewer.h ** ADDED **
10270         * src/main.c
10271         * src/prefs_common.c
10272         * src/prefs_common.h
10273         * src/prefs_image_viewer.c ** ADDED **
10274         * src/prefs_image_viewer.h ** ADDED **
10275         * src/textview.c
10276         * src/gtk/about.c
10277         * src/pixmaps/sylpheed_logo.xpm
10278         * src/plugins/Makefile.am
10279         * src/plugins/image_viewer/.cvsignore ** REMOVED **
10280         * src/plugins/image_viewer/Makefile.am ** REMOVED **
10281         * src/plugins/image_viewer/plugin.c ** REMOVED **
10282         * src/plugins/image_viewer/viewer.c ** REMOVED **
10283         * src/plugins/image_viewer/viewer.glade ** REMOVED **
10284         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
10285         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
10286         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
10287         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
10288                 as gdk-pixbuf is now built-in
10289                 remove image_viewer plugin and put code back into
10290                 main codebase
10291                 implement inline image display (sync with main)
10292
10293                 replace logo with newer, nicer, larger version  
10294
10295 2005-03-21 [paul]       1.9.6cvs8
10296
10297         * src/gtk/about.c
10298                 cosmetic improvement
10299
10300 2005-03-21 [holger]     1.9.6cvs7
10301
10302         * src/plugins/spamassassin/spamassassin.c
10303                 Sync with HEAD
10304                 (unregister hook on failed plugin init)
10305
10306 2005-03-20 [colin]      1.9.6cvs6
10307
10308         * src/common/plugin.c
10309                 Check that plugin isn't already loaded
10310                 Patch by Alfons
10311
10312 2005-03-20 [thorsten]   1.9.6cvs5
10313
10314         * src/compose.c
10315                 use a more compatible syntax
10316
10317 2005-03-20 [thorsten]   1.9.6cvs4
10318
10319         * src/prefs_toolbar.c
10320                 fix crash when selecting toolbar item (uninitialized pointer)
10321
10322 2005-03-20 [thorsten]   1.9.6cvs3
10323
10324         * src/procmime.c
10325                 fix mimetype detection (referenced free()d string)
10326
10327 2005-03-20 [paul]       1.9.6cvs2
10328
10329         * src/compose.c
10330                 sync with HEAD (1.0.3cvs5)
10331                 neglect Reply-To header if empty
10332                 Patch by Alfons 
10333
10334 2005-03-19 [holger]     1.9.6cvs1
10335
10336         * src/summaryview.c
10337         * src/summaryview.h
10338                 Sync with HEAD
10339
10340 2005-03-18 [paul]       1.9.6
10341
10342         initial GTK2 release
10343
10344 2005-03-18 [paul]       1.0.3cvs3.1
10345
10346         * AUTHORS
10347         * ChangeLog.claws
10348         * configure.ac
10349         * src/gtk/about.c
10350         * src/pixmaps/sylpheed_logo.xpm
10351                 sync with HEAD
10352
10353 2005-03-18 [colin]      1.0.3cvs2.6
10354
10355         * src/summaryview.c
10356                 Remove call to summary_step in summary_copy_selected_to
10357                 Can't see its purpose, and this causes bug when copying
10358                 a message if the next one is unread: it reads it.
10359
10360 2005-03-18 [paul]       1.0.3cvs2.5
10361
10362         * src/foldersel.c
10363                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
10364
10365 2005-03-18 [paul]       1.0.3cvs2.4
10366
10367         * src/addrharvest.c
10368         * src/codeconv.c
10369         * src/codeconv.h
10370         * src/compose.c
10371         * src/news.c
10372         * src/procheader.c
10373         * src/procmime.c
10374         * src/unmime.c
10375         * src/unmime.h
10376                 fix buffer overflow, CAN-2005-0667, see
10377                 http://secunia.com/advisories/14491/
10378                 Patch by Alfons
10379
10380 2005-03-17 [colin]      1.0.3cvs2.3
10381
10382         * src/prefs_fonts.c
10383         * src/summaryview.c
10384                 Fix font bugs (both lists now officialy share 
10385                 the same font)
10386                 
10387
10388 2005-03-17 [paul]       1.0.3cvs2.2
10389
10390         * src/gtk/pluginwindow.c
10391                 make plugin descriptions uneditable
10392
10393 2005-03-11 [paul]       1.0.3cvs2.1
10394
10395         * ChangeLog.claws
10396         * configure.ac
10397         * po/POTFILES.in
10398         * src/plugins/trayicon/trayicon.c
10399                 sync with HEAD
10400                 add src/wizard.c to POTFILES.in
10401
10402 2005-03-11 [paul]       1.0.3cvs1.1
10403
10404         * ChangeLog
10405         * ChangeLog.claws
10406         * configure.ac
10407         * po/de.po
10408         * po/es.po
10409         * po/fr.po
10410         * po/it.po
10411         * po/pt_BR.po
10412         * po/ru.po
10413         * po/sk.po
10414         * po/sr.po
10415         * po/zh_CN.po
10416                 sync with HEAD
10417
10418 2005-03-04 [colin]      1.0.1cvs22.2
10419
10420         * src/compose.c
10421                 Fix signatures with accentued chars in it
10422
10423 2005-03-04 [colin]      1.0.1cvs22.1
10424
10425         * src/common/smtp.c
10426         * src/common/smtp.h
10427                 Don't use SIZE param in MAIL FROM: if server 
10428                 doesn't support it. Patch by Eugen Freiter
10429                 <eugen_f@users.sf.net>
10430
10431 2005-02-27 [paul]       1.0.1cvs20.1
10432
10433         * ChangeLog.claws
10434         * configure.ac
10435         * src/messageview.c
10436                 sync with HEAD
10437
10438 2005-02-27 [colin]      1.0.1cvs19.4
10439
10440         * src/procheader.c
10441         * src/procheader.h
10442                 Fix prototypes. Patch by Alfons
10443
10444 2005-02-27 [colin]      1.0.1cvs19.3
10445
10446         * src/compose.c
10447                 Don't auto-join the signature separator.
10448
10449 2005-02-26 [colin]      1.0.1cvs19.2
10450
10451         * src/summaryview.c
10452                 Fix 'mark all read' with collapsed threads.
10453                 Patch by Alfons.
10454
10455 2005-02-25 [paul]       1.0.1cvs19.1
10456
10457         * ChangeLog.claws
10458         * configure.ac
10459         * src/prefs_account.c
10460         * src/prefs_folder_item.c
10461         * src/gtk/prefswindow.c
10462         * src/gtk/prefswindow.h
10463                 sync with HEAD
10464
10465 2005-02-25 [paul]       1.0.1cvs15.12
10466
10467         * src/alertpanel.c
10468         * src/codeconv.c
10469         * src/compose.c
10470         * src/textview.c
10471         * src/gtk/gtkutils.c
10472         * src/gtk/gtkutils.h
10473         * src/gtk/logwindow.c
10474         * src/gtk/progressdialog.c
10475                 sync with main (revision 127)
10476                 and fix logwindow clipping
10477
10478 2005-02-24 [colin]      1.0.1cvs15.11
10479
10480         * src/plugins/pgpmime/passphrase.c
10481                 Disable input grabbing; it doesn't work yet.
10482
10483 2005-02-24 [colin]      1.0.1cvs15.10
10484
10485         * src/messageview.c
10486                 Don't send out receipts if offline. Ask.
10487
10488 2005-02-23 [colin]      1.0.1cvs15.9
10489
10490         * src/summaryview.c     
10491                 Fix expanding
10492
10493 2005-02-23 [colin]      1.0.1cvs15.8
10494
10495         * src/summaryview.c
10496                 Really fix Bug 568 by removing useless
10497                 calls. summary_thread_init() now called
10498                 in summary_sort(). This should please
10499                 Alfons as it should be faster than 
10500                 previously.
10501
10502 2005-02-23 [colin]      1.0.1cvs15.7
10503
10504         * src/compose.c
10505                 Encode parts as QP or B64 if signing
10506
10507 2005-02-23 [colin]      1.0.1cvs15.6
10508
10509         * src/compose.c
10510                 Fix Mimeinfo leakage (including tmp files)
10511         * src/procmsg.c
10512                 Fix tmp file leakage (spotted by Ivan Rayner)
10513
10514 2005-02-22 [colin]      1.0.1cvs15.5
10515
10516         * src/expldifdlg.c
10517                 Fix keyboard input. Patch by Alfons.
10518
10519 2005-02-21 [colin]      1.0.1cvs15.4
10520
10521         * src/compose.c
10522                 Fix Sign/Encrypt when unselecting privacy
10523                 system
10524         * src/prefs_common.c
10525                 Change default message font to Monospace
10526         * src/summaryview.c
10527                 More freezing during potentially large operations
10528
10529 2005-02-21 [paul]       1.0.1cvs15.3
10530
10531         * src/main.c
10532                 fix --help output
10533
10534 2005-02-21 [paul]       1.0.1cvs15.2
10535
10536         * po/Makefile.in.in
10537         * src/compose.c
10538         * src/summaryview.c
10539         * src/textview.c
10540         * src/common/utils.c
10541         * src/common/utils.h
10542                 sync with main (revision 117)
10543
10544 2005-02-20 [colin]      1.0.1cvs15.1
10545
10546         * src/common/defs.h
10547                 Change cache file to .sylpheed_claws_cache, as
10548                 suggested by Alfons. Allows people to switch
10549                 between Sylpheed and Sylpheed-Claws. it is
10550                 a good idea to "Check for new messages" at next
10551                 startup.
10552
10553
10554 2005-02-18 [colin]      1.0.1cvs14.1
10555
10556         * src/quote_fmt_lex.l
10557         * src/quote_fmt_parse.y
10558                 Fix parser initialisation. Patch by Ivan.
10559
10560 2005-02-18 [colin]      1.0.1cvs11.6
10561
10562         * src/folderview.c
10563                 Fix scrolldown (bug 662)
10564
10565 2005-02-17 [colin]      1.0.1cvs11.5
10566
10567         * src/codeconv.c
10568                 conv_filename_to_utf8: return clean 7bit instead
10569                 of broken utf8 if needed
10570         * src/mimeview.c
10571                 Fix display of parts with unclean 8bit names
10572
10573 2005-02-17 [paul]       1.0.1cvs11.4
10574
10575         * src/compose.c
10576         * src/exportldif.c
10577         * src/matcher_parser_parse.y
10578         * src/procmime.c
10579         * src/sourcewindow.c
10580         * src/common/Makefile.am
10581         * src/common/intl.h             ** REMOVED **
10582         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10583                 sync with main (revision 109)
10584                 and clean up
10585
10586 2005-02-16 [colin]      1.0.1cvs11.3
10587
10588         * src/summaryview.c
10589                 Fix collapsed thread not highlighting when new
10590                 messages in it (Bug 568) Patch by Stephan Sachse.
10591                 Fix messed up selection when reaching bounds (Bug 632)
10592         * src/prefs_themes.c
10593                 Fix theme installing (Bug 684)
10594
10595 2005-02-16 [colin]      1.0.1cvs11.2
10596
10597         * src/messageview.c
10598                 Fix messageview_select_all
10599
10600 2005-02-16 [colin]      1.0.1cvs11.1
10601
10602         * src/mh.c
10603                 Sync with HEAD (MH scan required function)
10604
10605 2005-02-15 [colin]      1.0.1cvs8.1
10606
10607         * src/mimeview.c
10608         * src/common/utils.c
10609                 Sync with HEAD (filename chars substitution)
10610
10611 2005-02-15 [colin]      1.0.1cvs7.3
10612
10613         * src/gtk/pluginwindow.c
10614                 Fix button spacing
10615
10616 2005-02-15 [colin]      1.0.1cvs7.2
10617
10618         * src/mimeview.c
10619                 Fix mime icons not reset across message when
10620                 scrolled down
10621
10622 2005-02-15 [colin]      1.0.1cvs7.1
10623
10624         * src/compose.c
10625         * src/procmime.c
10626                 Sync with HEAD (optimisation of cvs6)
10627
10628 2005-02-14 [colin]      1.0.1cvs6.1
10629
10630         * src/compose.c
10631         * src/procmime.c
10632                 Sync with HEAD (encode "From " at line beginning)
10633
10634 2005-02-14 [colin]      1.0.1cvs5.3
10635
10636         * src/compose.c
10637                 Fix wrapping with accentued chars.
10638
10639 2005-02-13 [colin]      1.0.1cvs5.2
10640
10641         * src/textview.c
10642                 Fix email informative part parsing with
10643                 accentued chars in it. ispunct() returns
10644                 true for them in utf8...
10645
10646 2005-02-12 [colin]      1.0.1cvs5.1
10647
10648         * src/filtering.c
10649                 Sync with HEAD (remove wrong use of compose after send)
10650
10651 2005-02-12 [paul]       1.0.1cvs4.5
10652
10653         * src/textview.c
10654                 remove unnecessary code (thanks to Alfons)
10655
10656 2005-02-12 [paul]       1.0.1cvs4.4
10657
10658         * src/textview.c
10659                 add 'Copy' to contextual menu on emails
10660
10661 2005-02-11 [colin]      1.0.1cvs4.3
10662
10663         * src/compose.c
10664                 revert 1.0.0cvs28.2, it doesn't work that well.
10665
10666 2005-02-11 [paul]       1.0.1cvs4.2
10667
10668         * po/Makefile.in.in
10669                 fix 'make release'
10670
10671 2005-02-10 [paul]       1.0.1cvs4.1
10672
10673         * ChangeLog
10674         * ChangeLog.claws
10675         * ChangeLog.jp
10676         * configure.ac
10677         * src/compose.c
10678                 sync with HEAD (sync with main)
10679
10680 2005-02-10 [paul]       1.0.1cvs3.2
10681
10682         * AUTHORS
10683         * Makefile.am
10684         * autogen.sh
10685         * configure.ac
10686         * config/mkinstalldirs
10687         * intl/.cvsignore
10688         * intl/ChangeLog
10689         * intl/VERSION
10690         * intl/bindtextdom.c
10691         * intl/config.charset
10692         * intl/dcgettext.c
10693         * intl/dcigettext.c
10694         * intl/dcngettext.c
10695         * intl/dgettext.c
10696         * intl/dngettext.c
10697         * intl/eval-plural.h
10698         * intl/explodename.c
10699         * intl/finddomain.c
10700         * intl/gettext.c
10701         * intl/gettextP.h
10702         * intl/gmo.h
10703         * intl/hash-string.h
10704         * intl/intl-compat.c
10705         * intl/l10nflist.c
10706         * intl/libgnuintl.h.in
10707         * intl/loadinfo.h
10708         * intl/loadmsgcat.c
10709         * intl/localcharset.c
10710         * intl/localcharset.h
10711         * intl/locale.alias
10712         * intl/localealias.c
10713         * intl/localename.c
10714         * intl/log.c
10715         * intl/ngettext.c
10716         * intl/os2compat.c
10717         * intl/os2compat.h
10718         * intl/osdep.c
10719         * intl/plural-exp.c
10720         * intl/plural-exp.h
10721         * intl/plural.c
10722         * intl/plural.y
10723         * intl/ref-add.sin
10724         * intl/ref-del.sin
10725         * intl/relocatable.c
10726         * intl/relocatable.h
10727         * intl/textdomain.c
10728         * m4/Makefile.am
10729         * po/Makefile.in.in
10730         * src/Makefile.am
10731         * src/account.c
10732         * src/action.c
10733         * src/addr_compl.c
10734         * src/addressadd.c
10735         * src/addressbook.c
10736         * src/addrgather.c
10737         * src/addrindex.c
10738         * src/alertpanel.c
10739         * src/browseldap.c
10740         * src/codeconv.c
10741         * src/codeconv.h
10742         * src/compose.c
10743         * src/compose.h
10744         * src/crash.c
10745         * src/editaddress.c
10746         * src/editbook.c
10747         * src/editgroup.c
10748         * src/editjpilot.c
10749         * src/editldap.c
10750         * src/editldap_basedn.c
10751         * src/editvcard.c
10752         * src/exphtmldlg.c
10753         * src/expldifdlg.c
10754         * src/export.c
10755         * src/exporthtml.c
10756         * src/filtering.c
10757         * src/folder.c
10758         * src/folder_item_prefs.c
10759         * src/foldersel.c
10760         * src/folderview.c
10761         * src/grouplistdialog.c
10762         * src/headerview.c
10763         * src/imap.c
10764         * src/imap_gtk.c
10765         * src/import.c
10766         * src/importldif.c
10767         * src/importmutt.c
10768         * src/importpine.c
10769         * src/inc.c
10770         * src/ldif.c
10771         * src/main.c
10772         * src/mainwindow.c
10773         * src/matcher.c
10774         * src/mbox.c
10775         * src/message_search.c
10776         * src/messageview.c
10777         * src/mh.c
10778         * src/mh_gtk.c
10779         * src/mimeview.c
10780         * src/msgcache.c
10781         * src/news.c
10782         * src/news_gtk.c
10783         * src/noticeview.c
10784         * src/partial_download.c
10785         * src/pop.c
10786         * src/prefs_account.c
10787         * src/prefs_actions.c
10788         * src/prefs_common.c
10789         * src/prefs_customheader.c
10790         * src/prefs_display_header.c
10791         * src/prefs_ext_prog.c
10792         * src/prefs_filtering.c
10793         * src/prefs_filtering_action.c
10794         * src/prefs_folder_item.c
10795         * src/prefs_fonts.c
10796         * src/prefs_gtk.c
10797         * src/prefs_matcher.c
10798         * src/prefs_msg_colors.c
10799         * src/prefs_spelling.c
10800         * src/prefs_summary_column.c
10801         * src/prefs_template.c
10802         * src/prefs_themes.c
10803         * src/prefs_toolbar.c
10804         * src/prefs_wrapping.c
10805         * src/privacy.c
10806         * src/procheader.c
10807         * src/procmime.c
10808         * src/procmsg.c
10809         * src/quote_fmt.c
10810         * src/recv.c
10811         * src/send_message.c
10812         * src/setup.c
10813         * src/sourcewindow.c
10814         * src/ssl_manager.c
10815         * src/statusbar.c
10816         * src/summary_search.c
10817         * src/summaryview.c
10818         * src/textview.c
10819         * src/toolbar.c
10820         * src/wizard.c
10821         * src/common/nntp.c
10822         * src/common/plugin.c
10823         * src/common/smtp.c
10824         * src/common/ssl.c
10825         * src/common/ssl_certificate.c
10826         * src/common/string_match.c
10827         * src/common/sylpheed.c
10828         * src/common/template.c
10829         * src/common/utils.c
10830         * src/gtk/about.c
10831         * src/gtk/colorlabel.c
10832         * src/gtk/description_window.c
10833         * src/gtk/filesel.c
10834         * src/gtk/foldersort.c
10835         * src/gtk/gtkaspell.c
10836         * src/gtk/gtkutils.c
10837         * src/gtk/inputdialog.c
10838         * src/gtk/logwindow.c
10839         * src/gtk/menu.c
10840         * src/gtk/pluginwindow.c
10841         * src/gtk/prefswindow.c
10842         * src/gtk/progressdialog.c
10843         * src/gtk/quicksearch.c
10844         * src/gtk/sslcertwindow.c
10845         * src/plugins/clamav/clamav_plugin.c
10846         * src/plugins/clamav/clamav_plugin_gtk.c
10847         * src/plugins/demo/demo.c
10848         * src/plugins/dillo_viewer/dillo_prefs.c
10849         * src/plugins/dillo_viewer/dillo_viewer.c
10850         * src/plugins/image_viewer/plugin.c
10851         * src/plugins/image_viewer/viewer.c
10852         * src/plugins/image_viewer/viewerprefs.c
10853         * src/plugins/mathml_viewer/mathml_viewer.c
10854         * src/plugins/pgpmime/passphrase.c
10855         * src/plugins/pgpmime/plugin.c
10856         * src/plugins/pgpmime/prefs_gpg.c
10857         * src/plugins/pgpmime/select-keys.c
10858         * src/plugins/pgpmime/sgpgme.c
10859         * src/plugins/spamassassin/spamassassin.c
10860         * src/plugins/spamassassin/spamassassin_gtk.c
10861         * src/plugins/trayicon/trayicon.c
10862                 sync with main (revision 104)
10863
10864 2005-02-10 [colin]      1.0.1cvs3.1
10865
10866         * src/mainwindow.c
10867                 Sync with HEAD (fix occasional crasher)
10868
10869 2005-02-10 [colin]      1.0.1cvs2.1
10870
10871         * src/messageview.c
10872                 Synw with HEAD (don't automatically display html)
10873
10874 2005-02-09 [colin]      1.0.1cvs1.3
10875
10876         * src/textview.c
10877         * src/textview.h
10878                 Add contextual menu on emails
10879
10880 2005-02-09 [colin]      1.0.1cvs1.2
10881
10882         * src/codeconv.c
10883                 Fix converting from broken headers and 
10884                 put back the _ in missing places
10885                 (feature broke with cvs24.2 sync, main 
10886                  possibly affected?)
10887
10888 2005-02-09 [colin]      1.0.1cvs1.1
10889
10890         * src/messageview.c
10891         * src/mimeview.c
10892         * src/mimeview.h
10893                 Sync with HEAD (display non text/plain mails with plugin)
10894
10895 2005-02-08 [colin]      1.0.1.1
10896
10897         * ChangeLog.claws
10898         * po/pt_BR.po
10899                 Sync with HEAD
10900         * configure.ac
10901                 Make default configuration directory 
10902                 be .sylpheed-gtk2
10903
10904 2005-02-08 [colin]      1.0.0cvs29.1
10905
10906         * po/de.po
10907         * po/es.po
10908         * po/fr.po
10909         * po/it.po
10910         * po/sk.po
10911         * po/sr.po
10912                 Sync translations with HEAD
10913
10914 2005-02-06 [colin]      1.0.0cvs28.3
10915
10916         * src/compose.c
10917                 Make compose a bit faster - patch by Alfons.
10918
10919 2005-02-06 [colin]      1.0.0cvs28.2
10920
10921         * src/compose.c
10922                 Make pasting via middle-click more reliable
10923
10924 2005-02-05 [paul]       1.0.0cvs28.1
10925
10926         * ChangeLog
10927         * ChangeLog.claws
10928         * ChangeLog.jp
10929         * configure.ac
10930         * src/compose.c
10931                 sync with HEAD
10932                 (fix bug 682 'redirect is broken'
10933
10934 2005-02-05 [torte]      1.0.0cvs27.1
10935
10936         * ChangeLog.claws
10937         * configure.ac
10938         * src/partial_download.c
10939                 Sync with HEAD (fix buf overflow)
10940
10941 2005-02-03 [colin]      1.0.0cvs26.1
10942
10943         * src/common/plugin.c
10944                 Sync with HEAD (avoid plugin mismatches)
10945
10946 2005-02-03 [paul]       1.0.0cvs25.3
10947
10948         * src/folderview.c
10949         * src/headerview.c
10950         * src/summaryview.c
10951         * src/textview.c
10952         * src/gtk/colorlabel.c
10953                 third and final part of initial sync with main-gtk2
10954
10955 2005-02-03 [paul]       1.0.0cvs25.2
10956
10957         * src/jpilot.c
10958                 fix building with jpilot support
10959
10960 2005-02-02 [colin]      1.0.0cvs25.1
10961
10962         * src/messageview.c
10963                 Sync with HEAD (fix dangerous typo)
10964
10965 2005-02-01 [colin]      1.0.0cvs24.3
10966
10967         * src/common/xml.c
10968                 Write file as advertised (UTF-8)
10969
10970 2005-02-01 [paul]       1.0.0cvs24.2
10971
10972         * src/addrbook.c
10973         * src/addrindex.c
10974         * src/alertpanel.h
10975         * src/codeconv.c
10976         * src/codeconv.h
10977         * src/compose.c
10978         * src/export.c
10979         * src/folder_item_prefs.c
10980         * src/html.c
10981         * src/imap.c
10982         * src/import.c
10983         * src/jpilot.c
10984         * src/mainwindow.c
10985         * src/matcher_parser_lex.l
10986         * src/messageview.c
10987         * src/mh.c
10988         * src/prefs_account.c
10989         * src/prefs_actions.c
10990         * src/prefs_common.c
10991         * src/prefs_gtk.c
10992         * src/prefs_gtk.h
10993         * src/prefs_themes.c
10994         * src/procheader.c
10995         * src/procmime.c
10996         * src/sourcewindow.c
10997         * src/statusbar.c
10998         * src/summaryview.c
10999         * src/textview.c
11000         * src/toolbar.c
11001         * src/unmime.c
11002         * src/common/template.c
11003         * src/common/utils.c
11004         * src/common/xml.c
11005         * src/common/xml.h
11006         * src/gtk/gtkaspell.c
11007         * src/plugins/clamav/clamav_plugin.c
11008         * src/plugins/dillo_viewer/dillo_prefs.c
11009         * src/plugins/image_viewer/viewerprefs.c
11010         * src/plugins/pgpmime/passphrase.c
11011         * src/plugins/pgpmime/prefs_gpg.c
11012         * src/plugins/pgpmime/select-keys.c
11013         * src/plugins/spamassassin/spamassassin.c
11014                 second part of initial sync with main-gtk2
11015                 (more to follow)
11016
11017 2005-01-31 [colin]      1.0.0cvs24.1
11018
11019         * src/compose.c
11020                 Sync with HEAD
11021
11022 2005-01-29 [paul]       1.0.0cvs23.2
11023
11024         * src/account.c
11025         * src/action.c
11026         * src/addressadd.c
11027         * src/addressbook.c
11028         * src/alertpanel.c
11029         * src/compose.c
11030         * src/editaddress.c
11031         * src/editbook.c
11032         * src/editgroup.c
11033         * src/editjpilot.c
11034         * src/editldap.c
11035         * src/editldap_basedn.c
11036         * src/editvcard.c
11037         * src/export.c
11038         * src/foldersel.c
11039         * src/grouplistdialog.c
11040         * src/import.c
11041         * src/importldif.c
11042         * src/inc.c
11043         * src/main.c
11044         * src/mainwindow.c
11045         * src/message_search.c
11046         * src/messageview.c
11047         * src/mimeview.c
11048         * src/prefs_actions.c
11049         * src/prefs_common.c
11050         * src/prefs_common.h
11051         * src/prefs_customheader.c
11052         * src/prefs_display_header.c
11053         * src/prefs_filtering.c
11054         * src/prefs_filtering_action.c
11055         * src/prefs_gtk.c
11056         * src/prefs_matcher.c
11057         * src/prefs_summary_column.c
11058         * src/prefs_template.c
11059         * src/sourcewindow.c
11060         * src/summary_search.c
11061         * src/summaryview.c
11062         * src/textview.c
11063         * src/gtk/about.c
11064         * src/gtk/description_window.c
11065         * src/gtk/gtkshruler.c
11066         * src/gtk/gtkutils.c
11067         * src/gtk/gtkutils.h
11068         * src/gtk/inputdialog.c
11069         * src/gtk/logwindow.c
11070         * src/gtk/prefswindow.c
11071         * src/gtk/progressdialog.c
11072         * src/gtk/progressdialog.h
11073                 first part of initial sync with main-gtk2
11074                 (more to follow)
11075
11076 2005-01-28 [colin]      1.0.0cvs23.1
11077
11078         * src/folderview.c
11079                 Sync with HEAD
11080
11081 2005-01-27 [colin]      1.0.0cvs21.1
11082
11083         * src/folder.c
11084         * src/folderview.c
11085                 Sync with HEAD
11086
11087 2005-01-27 [colin]      1.0.0cvs19.1
11088
11089         * src/procmime.c
11090                 Sync with HEAD
11091
11092 2005-01-27 [colin]      1.0.0cvs18.1
11093
11094         * src/messageview.c
11095         * src/summaryview.c
11096         * src/mainwindow.c
11097         * src/compose.c
11098         * src/compose.h
11099         * src/procmsg.c
11100         * src/procmsg.h
11101         * src/toolbar.c
11102                 Sync with HEAD
11103
11104 2005-01-26 [paul]       1.0.0cvs15.2
11105
11106         * src/compose.c
11107                 compose_entries_set(): convert subject and body to
11108                 utf8 if necessary. patch by Felix Eckhofer
11109
11110 2005-01-26 [paul]       1.0.0cvs15.1
11111
11112         * configure.ac
11113         * src/common/template.c
11114                 sync with HEAD (fix memory leak)
11115
11116 2005-01-25 [paul]       1.0.0cvs14.1
11117
11118         * configure.ac
11119         * src/compose.c
11120                 sync with HEAD
11121
11122 2005-01-24 [colin]      1.0.0cvs13.1
11123
11124         * src/summaryview.c
11125                 Sync with HEAD
11126
11127 2005-01-24 [paul]       1.0.0cvs12.1
11128
11129         * configure.ac
11130         * src/messageview.c
11131         * src/mh.c
11132         * src/common/utils.c
11133                 sync with HEAD
11134
11135 2005-01-24 [colin]      1.0.0cvs11.1
11136
11137         * src/procheader.c
11138                 Sync with HEAD
11139
11140 2005-01-24 [colin]      1.0.0cvs10.1
11141
11142         * src/folderview.c
11143                 Sync with HEAD
11144
11145 2005-01-23 [colin]      1.0.0cvs9.1
11146
11147         * src/crash.c
11148                 Sync with HEAD
11149
11150 2005-01-22 [colin]      1.0.0cvs8.1
11151
11152         * src/summaryview.c
11153         * src/gtk/quicksearch.c
11154                 Sync with HEAD
11155
11156 2005-01-21 [colin]      1.0.0cvs7.1
11157
11158         * src/summaryview.c
11159                 Sync with HEAD
11160
11161 2005-01-21 [colin]      1.0.0cvs6.1
11162
11163         * src/summaryview.c
11164                 Sync with HEAD
11165
11166 2005-01-21 [colin]      1.0.0cvs5.1
11167
11168         * src/gtk/quicksearch.c
11169         * src/prefs_common.c
11170         * src/prefs_common.h
11171                 Sync with HEAD (recurse option)
11172
11173 2005-01-21 [colin]      1.0.0cvs4.1
11174
11175         * src/folder.h
11176         * src/folderview.c
11177         * src/folderview.h
11178         * src/summaryview.c
11179         * src/gtk/quicksearch.c
11180         * src/gtk/quicksearch.h
11181                 Sync with HEAD (recursive quicksearch)
11182
11183 2005-01-20 [colin]      1.0.0cvs3.4
11184
11185         * src/ssl_manager.c
11186                 Remove useless code
11187
11188 2005-01-20 [colin]      1.0.0cvs3.3
11189
11190         * src/ssl_manager.c
11191                 Fix leak, thanks to Alfons.
11192
11193 2005-01-20 [colin]      1.0.0cvs3.2
11194
11195         * src/ssl_manager.c
11196                 Port SSL certificate window to GTK2.
11197
11198 2005-01-20 [paul]       1.0.0cvs3.1
11199
11200         * ChangeLog.claws
11201         * configure.ac
11202         * src/addrindex.c
11203         * src/addrindex.h
11204                 sync with HEAD
11205
11206 2005-01-19 [colin]      1.0.0cvs2.2
11207
11208         * src/plugins/trayicon/trayicon.c
11209                 Fix freeze with gtk-2.6, the easy way
11210                 (signal blocking helpless there...)
11211                 Closes bug #668.
11212
11213 2005-01-19 [colin]      1.0.0cvs2.1
11214
11215         * src/mbox.c
11216         * src/mbox.h
11217         * src/mainwindow.c
11218         * src/summaryview.c
11219         * src/summaryview.h
11220                 Sync with HEAD
11221
11222 2005-01-19 [paul]       1.0.0cvs1.1
11223
11224         * configure.ac
11225         * po/de.po
11226         * po/es.po
11227         * po/fr.po
11228         * po/hr.po
11229         * po/it.po
11230         * po/ja.po
11231         * po/ko.po
11232         * po/pt_BR.po
11233         * po/ru.po
11234         * po/sk.po
11235         * po/sr.po
11236                 sync with HEAD (update translations)
11237
11238 2005-01-18 [colin]      1.0.0cvs0.1
11239
11240         * src/foldersel.c
11241                 Specify search column - patch by Alfons
11242
11243 2005-01-18 [colin]      0.9.13cvs36.3
11244
11245         * src/prefs_toolbar.c
11246                 Change Delete to Remove
11247         * src/prefs_fonts.c
11248                 GTK2 version and leak fixes
11249         * src/prefs_actions.c
11250                 Add stock buttons.
11251                 All patches by Alfons
11252
11253 2005-01-17 [colin]      0.9.13cvs36.2
11254
11255         * src/compose.c
11256                 Fix DnD inserting twice. While at it,
11257                 add DnD support for text/plain in the
11258                 body, and add support in the headers.
11259
11260 2005-01-16 [colin]      0.9.13cvs36.1
11261
11262         * ChangeLog
11263         * ChangeLog.jp
11264         * ChangeLog.claws
11265                 Sync with HEAD (nothing applicable)
11266
11267 2005-01-16 [colin]      0.9.13cvs33.2
11268
11269         * src/prefs_toolbar.c
11270                 GTK2ize prefs_toolbar, by Alfons.
11271
11272 2005-01-14 [colin]      0.9.13cvs33.1
11273
11274         * src/html.c
11275         * src/msgcache.c
11276                 Sync with HEAD
11277
11278 2005-01-14 [colin]      0.9.13cvs32.1
11279
11280         * src/html.c
11281         * src/html.h
11282         * src/msgcache.c
11283         * AUTHORS
11284         * tools/calypso_convert.pl
11285                 Sync with HEAD
11286
11287 2005-01-08 [colin]      0.9.13cvs29.2
11288
11289         * src/prefs_filtering_action.c
11290         * src/prefs_filtering.c
11291                 2 more gtk2 patches by Alfons
11292
11293 2005-01-07 [paul]       0.9.13cvs29.1
11294
11295         * ChangeLog
11296         * ChangeLog.claws
11297         * ChangeLog.jp
11298         * configure.ac
11299         * src/pop.c
11300         * src/pop.h
11301                 sync with HEAD
11302
11303 2005-01-07 [colin]      0.9.13cvs28.3
11304
11305         * src/gtk/progressdialog.c
11306         * src/gtk/progressdialog.h
11307         * src/inc.c
11308         * src/send_message.c
11309                 GTK2 for the incorporation dialog. The CList isn't dead
11310                 yet, for a more smooth migration. Patch by Alfons.
11311
11312 2005-01-06 [colin]      0.9.13cvs28.2
11313
11314         * src/prefs_display_header.c
11315                 GTK2 conversion by Alfons
11316         * src/prefs_actions.c
11317         * src/prefs_matcher.c
11318                 Fix 2 leaks - patch by Alfons
11319
11320 2005-01-06 [colin]      0.9.13cvs28.1
11321
11322         * src/prefs_matcher.c
11323                 Sync with HEAD
11324
11325 2005-01-06 [colin]      0.9.13cvs27.4
11326
11327         * src/prefs_matcher.c
11328                 Fix double-free. Patch by Alfons
11329
11330 2005-01-06 [colin]      0.9.13cvs27.3
11331
11332         * src/prefs_matcher.c
11333                 GTK2 widgets + memleak
11334                 Patch by Alfons
11335
11336 2005-01-05 [colin]      0.9.13cvs27.2
11337
11338         * src/account.c
11339         * src/addr_compl.c
11340         * src/foldersel.c
11341         * src/stock_pixmap.c
11342         * src/stock_pixmap.h
11343                 3 more GTK2 patches by Alfons.
11344
11345 2005-01-04 [colin]      0.9.13cvs27.1
11346
11347         * src/folderview.c
11348         * src/imap_gtk.c
11349         * src/news_gtk.c
11350                 Sync with HEAD
11351
11352 2005-01-04 [colin]      0.9.13cvs25.9
11353
11354         * src/compose.c
11355                 Fix Show Ruler menuitem
11356         * src/prefs_template.c
11357                 Convert to GTK2
11358         * src/common/utils.c
11359                 Make auto pointer stuff handles NULLs
11360                 Patches by Alfons.
11361
11362 2005-01-04 [colin]      0.9.13cvs25.8
11363
11364         * src/compose.c
11365                 Move the attachment list to gtk2
11366                 Patch by Alfons.
11367
11368 2005-01-04 [colin]      0.9.13cvs25.7
11369
11370         * src/textview.c
11371                 Make some keys work again
11372                 Patch by SungHyun Nam <namsh@kldp.org>
11373
11374 2005-01-04 [colin]      0.9.13cvs25.6
11375
11376         * src/gtk/gtkshruler.c
11377                 Move the ruler to GTK2
11378                 Patch by Alfons
11379
11380 2005-01-03 [colin]      0.9.13cvs25.5
11381
11382         * src/compose.c
11383                 Fix my broken patch apply 
11384
11385 2005-01-03 [colin]      0.9.13cvs25.4
11386
11387         * src/common/utils.c
11388         * src/common/utils.h
11389         * src/gtk/prefswindow.c
11390                 Move auto pointer stuff to utils.c
11391                 Patch by Alfons again :)
11392
11393 2005-01-03 [colin]      0.9.13cvs25.3
11394
11395         * src/compose.c
11396         * src/prefs_gtk.c
11397         * src/prefs_template.c
11398         * src/textview.c
11399                 Empty text widgets with empty strings, not NULL char
11400                 Patch by SungHyun Nam <namsh@kldp_org>
11401
11402 2005-01-03 [colin]      0.9.13cvs25.2
11403
11404         * src/main.c
11405         * AUTHORS
11406                 Sync with HEAD
11407
11408 2005-01-03 [colin]      0.9.13cvs25.1
11409
11410         * src/pop.c
11411         * src/pop.h
11412                 Sync with HEAD
11413
11414 2005-01-03 [colin]      0.9.13cvs24.3
11415
11416         * src/account.c
11417                 Two patches from Alfons and Alex S Moore:
11418                 fix images, fix return value.
11419
11420 2005-01-01 [colin]      0.9.13cvs24.2
11421
11422         * src/prefs_actions.c
11423                 Fix over-zealous assertion. Patch by Alfons
11424
11425 2005-01-01 [colin]      0.9.13cvs24.1
11426
11427         * src/procmime.c
11428                 Sync with HEAD (leak fix)
11429
11430 2004-12-31 [colin]      0.9.13cvs23.2
11431
11432         * src/prefs_common.c
11433                 GTK2 widgets + stock buttons - patch by Alfons
11434
11435 2004-12-31 [paul]       0.9.13cvs23.1
11436
11437         * configure.ac
11438                 bump up EXTRA_VERSION to match (sync'ed) HEAD
11439         * src/gtk/pluginwindow.c
11440                 use GTK2 widgets and plug memory leaks,
11441                 patches by Alfons
11442
11443 2004-12-30 [colin]      0.9.13cvs22.4
11444
11445         * src/account.c
11446         * src/action.c
11447         * src/export.c
11448         * src/foldersel.c
11449         * src/import.c
11450         * src/message_search.c
11451         * src/prefs_actions.c
11452         * src/prefs_common.c
11453         * src/prefs_customheader.c
11454         * src/prefs_filtering.c
11455         * src/prefs_summary_column.c
11456         * src/summary_search.c
11457         * src/gtk/about.c
11458         * src/gtk/description_window.c
11459         * src/gtk/gtkutils.c
11460         * src/gtk/gtkutils.h
11461         * src/gtk/inputdialog.c
11462         * src/gtk/prefswindow.c
11463                 Use GTK2 stock buttons. Patches by Alfons.
11464
11465 2004-12-30 [colin]      0.9.13cvs22.3
11466
11467         * src/account.c
11468                 Sync with HEAD
11469         * src/prefs_actions.c
11470         * src/prefs_customheader.c
11471         * src/prefs_filtering.c
11472         * src/prefs_msg_colors.c
11473         * src/prefs_summary_column.c
11474         * src/gtk/prefswindow.c
11475                 Use GtkTreeView instead of deprecated 
11476                 widgets. Patches by Alfons.
11477
11478 2004-12-30 [paul]       0.9.13cvs22.2
11479
11480         * src/foldersel.c
11481                 use GTK 2 Tree View
11482                 patch by Alfons, with root folder sorting fix
11483                 by Stephan Sachse
11484
11485 2004-12-30 [paul]       0.9.13cvs22.1
11486
11487         * ChangeLog
11488         * ChangeLog.claws
11489         * ChangeLog.jp
11490         * NEWS
11491         * configure.ac
11492         * src/account.c
11493                 sync with HEAD
11494
11495 2004-12-22 [martin]     0.9.13cvs21.2
11496
11497         * src/action.c
11498                 free the command line after its use
11499
11500 2004-12-18 [paul]       0.9.13cvs21.1
11501
11502         * AUTHORS
11503         * ChangeLog
11504         * ChangeLog.claws
11505         * ChangeLog.jp
11506         * NEWS
11507         * configure.ac
11508         * src/action.c
11509         * src/compose.c
11510         * src/syldap.c
11511                 sync with HEAD
11512
11513 2004-12-17 [martin]     0.9.13cvs17.2
11514
11515         * src/action.c
11516                 convert actions input to locale
11517         * src/inc.c
11518                 convert notification command to locale
11519         * src/plugins/pgpmime/select-keys.c
11520                 convert attributes to utf8
11521
11522 2004-12-14 [colin]      0.9.13cvs17.1
11523
11524         * ChangeLog
11525         * ChangeLog.jp
11526         * ChangeLog.claws
11527         * src/action.c
11528         * src/common/utils.c
11529         * src/gtk/prefswindow.c
11530         * src/gtk/gtkutils.c
11531         * src/gtk/gtkutils.h
11532         * src/plugins/spamassassin/libspamc.c
11533                 Sync with HEAD
11534
11535 2004-12-13 [colin]      0.9.13cvs14.1
11536
11537         * src/quote_fmt_parse.y
11538                 Sync with HEAD
11539
11540 2004-12-10 [colin]      0.9.13cvs12.1
11541
11542         * src/prefs_themes.c
11543         * src/mainwindow.c
11544         * src/messageview.c
11545                 Sync with HEAD
11546
11547 2004-12-09 [colin]      0.9.13cvs10.1
11548
11549         * src/procmime.c
11550                 Sync with HEAD (fix B64 encoding from memory)
11551
11552 2004-12-08 [colin]      0.9.13cvs9.1
11553
11554         * src/gtk/colorlabel.c
11555                 Sync with HEAD
11556
11557 2004-12-08 [paul]       0.9.13cvs8.2
11558
11559         * src/gtk/pluginwindow.c
11560                 fix window resizing oddities
11561
11562 2004-12-08 [colin]      0.9.13cvs8.1
11563
11564         * src/quote_fmt_parse.y
11565                 Sync with HEAD
11566
11567 2004-12-08 [colin]      0.9.13cvs7.1
11568
11569         * src/matcher_parser_parse.y
11570         * src/msgcache.c
11571         * src/prefs_matcher.c
11572         * src/procheader.c
11573         * src/matcher.c
11574         * src/common/defs.h
11575         * po/sr.po
11576                 Sync with HEAD
11577
11578 2004-12-08 [colin]      0.9.13cvs6.1
11579
11580         * src/quote_fmt_parse.y
11581         * src/textview.c
11582                 Sync with HEAD
11583         * src/gtk/prefswindow.c
11584         * src/gtk/pluginwindow.c
11585                 Fix G_CALLBACKS protos (thanks to Alfons)
11586
11587 2004-12-07 [torte]      0.9.13cvs2.2
11588
11589         * src/procmime.c
11590                 [Bug 650] reply button causes crash
11591                 Thanks to David Relson and Christoph
11592
11593 2004-12-07 [colin]      0.9.13cvs2.1
11594
11595         * ChangeLog.claws
11596         * AUTHORS
11597         * po/sk.po
11598         * src/procmime.c
11599         * src/prefs_account.c
11600         * src/common/smtp.c
11601         * src/common/smtp.h
11602                 Sync with HEAD
11603
11604 2004-12-06 [colin]      0.9.12cvs187.1
11605
11606         * ChangeLog.claws
11607         * INSTALL
11608         * Makefile.am
11609         * README.claws
11610         * TODO.claws
11611         * configure.ac
11612         * po/bg.po
11613         * po/cs.po
11614         * po/el.po
11615         * po/en_GB.po
11616         * po/es.po
11617         * po/fr.po
11618         * po/hr.po
11619         * po/hu.po
11620         * po/it.po
11621         * po/ja.po
11622         * po/ko.po
11623         * po/nl.po
11624         * po/pl.po
11625         * po/pt_BR.po
11626         * po/ru.po
11627         * po/sk.po
11628         * po/sr.po
11629         * po/sv.po
11630         * po/zh_CN.po
11631         * po/zh_TW.Big5.po
11632         * src/compose.c
11633         * tools/Makefile.am
11634         * tools/README
11635         * tools/filter_conv.pl
11636         * tools/kdeservicemenu/README
11637         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11638         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11639                 Sync with HEAD
11640
11641 2004-12-04 [colin]      0.9.12cvs183.1
11642
11643         * src/compose.c
11644                 Sync with HEAD (compose window position saving)
11645
11646 2004-12-04 [paul]       0.9.12cvs182.3
11647
11648         * src/messageview.c
11649         * src/mimeview.c
11650         * src/prefs_customheader.c
11651         * src/gtk/quicksearch.c
11652                 replace some forgotten GTK_SIGNAL_FUNCs
11653
11654 2004-12-04 [paul]       0.9.12cvs182.2
11655
11656         * src/Makefile.am
11657                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
11658                 committed in error      
11659
11660 2004-12-04 [paul]       0.9.12cvs182.1
11661
11662         * ChangeLog
11663         * ChangeLog.claws
11664         * ChangeLog.jp
11665         * INSTALL
11666         * NEWS
11667         * README
11668         * README.jp
11669         * configure.ac
11670         * doc/manual/ja/Makefile.am
11671         * doc/manual/ja/sylpheed-1.html
11672         * doc/manual/ja/sylpheed-10.html
11673         * doc/manual/ja/sylpheed-11.html
11674         * doc/manual/ja/sylpheed-12.html
11675         * doc/manual/ja/sylpheed-13.html
11676         * doc/manual/ja/sylpheed-14.html
11677         * doc/manual/ja/sylpheed-15.html
11678         * doc/manual/ja/sylpheed-16.html
11679         * doc/manual/ja/sylpheed-17.html
11680         * doc/manual/ja/sylpheed-18.html
11681         * doc/manual/ja/sylpheed-19.html
11682         * doc/manual/ja/sylpheed-2.html
11683         * doc/manual/ja/sylpheed-20.html
11684         * doc/manual/ja/sylpheed-3.html
11685         * doc/manual/ja/sylpheed-4.html
11686         * doc/manual/ja/sylpheed-5.html
11687         * doc/manual/ja/sylpheed-6.html
11688         * doc/manual/ja/sylpheed-7.html
11689         * doc/manual/ja/sylpheed-8.html
11690         * doc/manual/ja/sylpheed-9.html
11691         * doc/manual/ja/sylpheed.html
11692         * doc/manual/ja/sylpheed.sgml
11693         * po/de.po
11694         * src/Makefile.am
11695         * src/compose.c
11696         * src/procmime.c
11697         * src/pixmaps/regular.xpm **REMOVED**
11698         * src/plugins/pgpmime/pgpmime.c
11699         * src/plugins/pgpmime/plugin.c
11700         * src/plugins/pgpmime/prefs_gpg.c
11701                 sync with HEAD
11702
11703 2004-12-03 [paul]       0.9.12cvs180.1
11704
11705         * ChangeLog
11706         * ChangeLog.claws
11707         * ChangeLog.jp
11708         * configure.ac
11709         * src/Makefile.am
11710         * src/pop.c
11711         * src/common/utils.c
11712         * src/common/utils.h
11713         * src/pixmaps/continue.xpm
11714         * src/pixmaps/dir_close.xpm
11715         * src/pixmaps/dir_open.xpm
11716         * src/pixmaps/drafts_close.xpm
11717         * src/pixmaps/drafts_open.xpm
11718         * src/pixmaps/folder.xpm **REMOVED**
11719         * src/pixmaps/group.xpm
11720         * src/pixmaps/unread.xpm
11721                 sync with HEAD
11722
11723 2004-12-02 [colin]      0.9.12cvs179.1
11724
11725         * src/compose.c
11726                 Sync with HEAD (non-duplicated reedition)
11727
11728 2004-12-02 [colin]      0.9.12cvs178.1
11729
11730         * src/compose.c
11731                 Sync with HEAD (linewrap_quote fix)
11732
11733 2004-12-01 [colin]      0.9.12cvs177.3
11734
11735         * src/addrharvest.c
11736                 Replace sizeof with strlen
11737
11738 2004-12-01 [paul]       0.9.12cvs177.2
11739
11740         * src/addrharvest.c
11741                 fix 'harvest addresses'
11742
11743 2004-11-30 [colin]      0.9.12cvs177.1
11744
11745         * src/gtk/prefswindow.c
11746         * src/gtk/pluginwindow.c
11747                 Sync with HEAD
11748
11749 2004-11-29 [colin]      0.9.12cvs176.1
11750
11751         * src/folderview.c
11752                 sync with HEAD (Fix disappearing separators in folderview's popup)
11753
11754 2004-11-29 [colin]      0.9.12cvs175.1
11755
11756         * src/procmime.c
11757                 Sync with head (another format fix)
11758
11759 2004-11-29 [colin]      0.9.12cvs174.1
11760
11761         * src/pop.c
11762                 Sync with HEAD (format string fix)
11763
11764 2004-11-26 [colin]      0.9.12cvs173.1
11765
11766         * src/common/smtp.c
11767         * src/common/smtp.h
11768                 Sync with HEAD
11769
11770 2004-11-24 [colin]      0.9.12cvs172.1
11771
11772         * src/plugins/pgpmime/pgpmime.c
11773                 Sync with HEAD
11774
11775 2004-11-24 [colin]      0.9.12cvs171.1
11776
11777         * src/plugins/pgpmime/pgpmime.c
11778                 Sync with head (gpgmectx leaks)
11779
11780 2004-11-24 [colin]      0.9.12cvs169.1
11781
11782         * src/plugins/pgpmime/plugin.c
11783         * src/plugins/trayicon/Makefile.am
11784         * src/plugins/trayicon/newmarkedmail.xpm
11785         * src/plugins/trayicon/trayicon.c
11786         * src/plugins/trayicon/unreadmarkedmail.xpm
11787                 Sync with HEAD
11788
11789 2004-11-23 [colin]      0.9.12cvs168.1
11790
11791         * src/partial_download.c
11792         * src/partial_download.h
11793         * src/plugins/pgpmime/plugin.c
11794                 Sync with HEAD
11795
11796 2004-11-23 [colin]      0.9.12cvs166.1
11797
11798         * src/Makefile.am
11799         * src/codeconv.c
11800         * src/compose.c
11801         * src/folderview.c
11802         * src/main.c
11803         * src/partial_download.c
11804         * src/partial_download.h
11805         * src/prefs_account.c
11806         * src/prefs_account.h
11807         * src/privacy.c
11808         * src/privacy.h
11809         * src/procmime.c
11810         * src/common/Makefile.am
11811         * src/common/base64.h
11812         * src/common/partial_download.c
11813         * src/common/partial_download.h
11814         * src/gtk/prefswindow.c
11815         * src/gtk/prefswindow.h
11816         * src/plugins/pgpmime/pgpmime.c
11817         * src/plugins/pgpmime/prefs_gpg.c
11818         * src/plugins/pgpmime/prefs_gpg.h
11819         * src/plugins/pgpmime/sgpgme.c
11820         * src/plugins/pgpmime/sgpgme.h
11821                 Sync with HEAD
11822
11823 2004-11-23 [colin]      0.9.12cvs163.1
11824
11825         * src/main.c
11826                 Sync with HEAD (cursor optimization)
11827
11828 2004-11-23 [colin]      0.9.12cvs162.1
11829
11830         * src/prefs_common.c
11831         * src/prefs_themes.c
11832         * src/procmsg.c
11833                 Sync with HEAD
11834
11835 2004-11-23 [colin]      0.9.12cvs158.9
11836
11837         * src/compose.c
11838                 Fix double-free when forwarding
11839         * src/msgcache.c
11840                 Fix leak on error path
11841                 
11842
11843 2004-11-23 [colin]      0.9.12cvs158.8
11844
11845         * src/compose.c
11846                 Fix possible double-free
11847                 Spotted by Alfons
11848
11849 2004-11-23 [colin]      0.9.12cvs158.7
11850
11851         * src/compose.c
11852                 Fix some signal handlers' prototypes
11853                 Spotted by Alfons
11854
11855 2004-11-22 [colin]      0.9.12cvs158.6
11856
11857         * src/compose.c
11858                 Remove unneeded code and duplicated
11859                 wrapping - patch by Alfons
11860
11861 2004-11-22 [colin]      0.9.12cvs158.5
11862
11863         * src/prefs_themes.c
11864                 Fix oversized selector
11865
11866 2004-11-22 [colin]      0.9.12cvs158.4
11867
11868         * src/compose.c
11869                 fix dump_text()
11870                 patch by Alfons
11871
11872 2004-11-19 [colin]      0.9.12cvs158.3
11873
11874         * src/textview.c
11875                 Add a context menu on links (open, copy)
11876
11877 2004-11-18 [paul]       0.9.12cvs158.2
11878
11879         * src/addrgather.c
11880         * src/exphtmldlg.c
11881         * src/expldifdlg.c
11882         * src/mimeview.c
11883         * src/prefs_common.c
11884         * src/plugins/image_viewer/viewer.c
11885         * src/plugins/spamassassin/spamassassin_gtk.c
11886                 replace deprecated gtk_notebook_set_page
11887                 and gtk_notebook_current_page
11888
11889 2004-11-18 [paul]       0.9.12cvs158.1
11890
11891         * configure.ac
11892         * src/compose.c
11893         * src/mainwindow.c
11894         * src/messageview.c
11895         * src/prefs_common.c
11896         * src/common/utils.c
11897         * src/common/utils.h
11898                 sync with HEAD
11899
11900 2004-11-17 [colin]      0.9.12cvs156.1
11901
11902         * src/prefs_account.c
11903         * src/prefs_account.h
11904         * src/procmsg.c
11905                 Sync with HEAD (add pref to store encrypted mails encrypted)
11906
11907 2004-11-17 [paul]       0.9.12cvs155.1
11908
11909         * ChangeLog
11910         * ChangeLog.claws
11911         * ChangeLog.jp
11912         * NEWS
11913         * configure.ac
11914         * src/compose.c
11915         * src/jpilot.c
11916         * src/privacy.c
11917         * src/procmime.c
11918         * src/procmime.h
11919         * src/procmsg.c
11920         * src/toolbar.c
11921         * src/pixmaps/error.xpm
11922                 sync with HEAD
11923
11924 2004-11-17 [colin]      0.9.12cvs151.1
11925
11926         * src/plugins/pgpmime/pgpmime.c
11927                 Sync with HEAD (remove debug printf)
11928
11929 2004-11-17 [colin]      0.9.12cvs150.1
11930
11931         * src/plugins/pgpmime/pgpmime.c
11932                 Sync with HEAD (off-by-one fix)
11933
11934 2004-11-17 [colin]      0.9.12cvs149.1
11935
11936         * src/procmsg.c
11937                 Sync with HEAD (coding style fixes)
11938
11939 2004-11-16 [colin]      0.9.12cvs148.1
11940
11941         * src/procmsg.c
11942                 Sync with head (Fix the fix)
11943
11944 2004-11-16 [colin]      0.9.12cvs147.1
11945
11946         * src/procmsg.c
11947                 Sync with Main (leak fix)
11948
11949 2004-11-16 [colin]      0.9.12cvs146.14
11950
11951         * src/compose.c
11952                 Remove useless chunk of code
11953                 Patch by Alfons
11954
11955 2004-11-15 [colin]      0.9.12cvs146.13
11956
11957         * src/compose.c
11958                 Fix drafting after insertion
11959                 Patch by Alfons
11960
11961 2004-11-15 [colin]      0.9.12cvs146.12
11962
11963         * src/compose.c
11964         * src/prefs_filtering.c
11965         * src/prefs_filtering_action.c
11966         * src/prefs_toolbar.c
11967                 Fix some const-correctness
11968
11969 2004-11-15 [colin]      0.9.12cvs146.11
11970
11971         * src/summaryview.c
11972         * src/prefs_themes.c
11973         * src/messageview.c
11974                 Fix some leaks
11975
11976 2004-11-15 [colin]      0.9.12cvs146.10
11977
11978         * src/codeconv.c
11979                 More unreadable locale fixes
11980
11981 2004-11-14 [colin]      0.9.12cvs146.9
11982
11983         * src/textview.c
11984                 Fix uri_security_check
11985                 Patch by Alfons
11986
11987 2004-11-13 [paul]       0.9.12cvs146.8
11988
11989         * src/folder.c
11990         * src/procmime.c
11991                 fix 2 bugs introduced in last commit
11992
11993 2004-11-13 [paul]       0.9.12cvs146.7
11994
11995         * src/compose.c
11996         * src/exporthtml.c
11997         * src/exportldif.c
11998         * src/folder.c
11999         * src/imap.c
12000         * src/imap_gtk.c
12001         * src/main.c
12002         * src/mainwindow.c
12003         * src/messageview.c
12004         * src/mh_gtk.c
12005         * src/prefs_themes.c
12006         * src/procmime.c
12007         * src/setup.c
12008         * src/summaryview.c
12009                 replace deprecated g_basename
12010
12011 2004-11-13 [paul]       0.9.12cvs146.6
12012
12013         * src/compose.c
12014         * src/imap.c
12015         * src/matcher_parser.h
12016         * src/matcher_parser_parse.y
12017         * src/prefs_filtering.c
12018         * src/prefs_filtering_action.c
12019         * src/prefs_themes.c
12020         * src/prefs_toolbar.c
12021         * src/common/utils.c
12022                 various small fixes/cleanups
12023
12024 2004-11-12 [colin]      0.9.12cvs146.5
12025
12026         * src/textview.c
12027                 Validate event's origin on visibility notify
12028                 Patch by Alfons.
12029
12030 2004-11-12 [paul]       0.9.12cvs146.4
12031
12032         * src/exporthtml.c
12033         * src/exportldif.c
12034         * src/imap.c
12035         * src/mh.c
12036         * src/mimeview.c
12037         * src/prefs_spelling.c
12038         * src/prefs_themes.c
12039                 replace deprecated g_dirname    
12040
12041 2004-11-12 [colin]      0.9.12cvs146.3
12042
12043         * src/textview.c
12044                 Some coding style fixes
12045
12046 2004-11-12 [colin]      0.9.12cvs146.2
12047
12048         * src/codeconv.c
12049                 We want to replace _all_ extended chars in
12050                 conv_unreadable_*, because any string containing
12051                 extended chars not parsing as UTF8 is 
12052                 undisplayed on gtk2.
12053
12054 2004-11-12 [paul]       0.9.12cvs146.1
12055
12056         * ChangeLog
12057         * ChangeLog.claws
12058         * ChangeLog.jp
12059         * NEWS
12060         * configure.ac
12061         * src/account.c
12062         * src/folderview.c
12063         * src/folderview.h
12064         * src/imap.c
12065         * src/imap_gtk.c
12066         * src/inc.c
12067         * src/mainwindow.c
12068         * src/mh_gtk.c
12069         * src/news_gtk.c
12070         * src/pop.c
12071         * src/prefs_account.c
12072         * src/prefs_account.h
12073         * src/prefs_ext_prog.c
12074         * src/procmime.c
12075         * src/procmime.h
12076         * src/procmsg.c
12077         * src/procmsg.h
12078         * src/summary_search.c
12079         * src/summaryview.c
12080         * src/textview.c
12081         * src/common/defs.h
12082         * src/common/utils.c
12083         * src/common/utils.h
12084         * src/gtk/menu.c
12085         * src/gtk/menu.h
12086                 sync with HEAD
12087
12088 2004-11-11 [colin]      0.9.12cvs144.2
12089
12090         * src/textview.c
12091                 Fix URI range selection (patch by Alfons)
12092
12093 2004-11-09 [colin]      0.9.12cvs144.1
12094
12095         * ChangeLog.claws
12096         * src/compose.c
12097         * src/folder.c
12098         * src/folder_item_prefs.c
12099         * src/prefs_account.c
12100         * src/prefs_account.h
12101         * src/plugins/pgpmime/pgpmime.c
12102                 Sync with HEAD
12103
12104 2004-11-08 [colin]      0.9.12cvs143.1
12105
12106         * src/summaryview.c
12107                 Sync with HEAD (optimize quicksearch)
12108
12109 2004-11-08 [colin]      0.9.12cvs142.2
12110
12111         * src/compose.c
12112                 Don't wrap when Edit/Auto wrapping is disabled
12113
12114 2004-11-08 [colin]      0.9.12cvs142.1
12115
12116         * src/textview.c
12117                 Sync with HEAD
12118
12119 2004-11-08 [colin]      0.9.12cvs141.1
12120
12121         * src/textview.c
12122                 Sync with HEAD (fix some mail URIs)
12123
12124 2004-11-08 [colin]      0.9.12cvs140.3
12125
12126         * src/textview.c
12127                 o Use text cursor instead of arrow when
12128                   not on a link
12129                 o Fix handling of contiguous links (as in
12130                   "colin@colino.net" <colin@colino.net>)
12131                   This one unveils a bug in get_email_part()
12132
12133 2004-11-07 [colin]      0.9.12cvs140.2
12134
12135         * src/textview.c
12136                 Fix memleak. Patch by Alfons.
12137
12138 2004-11-06 [colin]      0.9.12cvs140.1
12139
12140         * src/compose.c
12141                 Sync with HEAD (don't ask passphrase
12142                 when drafting)
12143
12144 2004-11-06 [paul]       0.9.12cvs139.2
12145
12146         * AUTHORS
12147         * src/textview.c
12148         * src/textview.h
12149                 textview URI handling. hovering over a 
12150                 link displays it in the status bar,
12151                 and changes the mouse pointer to a hand 
12152                 cursor. a link is activated with a single 
12153                 click. (Modified from the) patch by Jean-Yves 
12154                 Lefort <jylefort@users.sourceforge.net>
12155                 
12156
12157 2004-11-05 [colin]      0.9.12cvs139.1
12158
12159         * src/compose.c
12160         * src/procmime.c
12161                 Sync with HEAD again ^^
12162
12163 2004-11-05 [colin]      0.9.12cvs139.1
12164
12165         * src/compose.c
12166         * src/procmime.c
12167                 Sync with HEAD
12168
12169 2004-11-03 [paul]       0.9.12cvs138.1
12170
12171         * ChangeLog.claws
12172         * configure.ac
12173         * po/POTFILES.in
12174         * src/prefs_ext_prog.c
12175         * src/procmime.c
12176         * tools/kdeservicemenu/README
12177         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12178         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12179                 sync with HEAD
12180
12181 2004-11-01 [christoph]  0.9.12cvs136.2
12182
12183         * src/procmime.c
12184                 convert MIME parameters to UTF-8
12185
12186 2004-10-29 [colin]      0.9.12cvs136.1
12187
12188         * src/common/utils.c
12189                 Sync with HEAD (don't use '=' in mime boundary)
12190
12191 2004-10-29 [paul]       0.9.12cvs135.1
12192
12193         * configure.ac
12194         * doc/src/rfc2231.txt
12195         * src/procmime.c
12196         * src/common/quoted-printable.c
12197         * src/common/utils.c
12198         * src/common/utils.h
12199                 sync with HEAD
12200
12201 2004-10-27 [paul]       0.9.12cvs134.1
12202
12203         * configure.ac
12204         * src/main.c
12205         * src/procmime.c
12206         * src/plugins/pgpmime/pgpmime.c
12207                 sync with HEAD
12208
12209 2004-10-26 [paul]       0.9.12cvs132.3
12210
12211         * src/account.c
12212         * src/addressbook.c
12213         * src/addrgather.c
12214         * src/addrharvest.c
12215         * src/codeconv.c
12216         * src/compose.c
12217         * src/customheader.c
12218         * src/editaddress.c
12219         * src/editgroup.c
12220         * src/enriched.c
12221         * src/expldifdlg.c
12222         * src/exporthtml.c
12223         * src/exportldif.c
12224         * src/folder.c
12225         * src/foldersel.c
12226         * src/folderview.c
12227         * src/grouplistdialog.c
12228         * src/html.c
12229         * src/imap.c
12230         * src/jpilot.c
12231         * src/ldapserver.c
12232         * src/ldif.c
12233         * src/mimeview.c
12234         * src/news.c
12235         * src/news_gtk.c
12236         * src/pop.c
12237         * src/prefs_display_header.c
12238         * src/prefs_gtk.c
12239         * src/prefs_msg_colors.c
12240         * src/prefs_toolbar.c
12241         * src/procheader.c
12242         * src/procmime.c
12243         * src/summaryview.c
12244         * src/textview.c
12245         * src/toolbar.c
12246         * src/vcard.c
12247         * src/common/mgutils.c
12248         * src/common/nntp.c
12249         * src/common/smtp.c
12250         * src/common/template.c
12251         * src/common/utils.c
12252         * src/common/xmlprops.c
12253         * src/plugins/pgpmime/pgpmime.c
12254         * src/plugins/pgpmime/select-keys.c
12255         * src/plugins/pgpmime/sgpgme.c
12256                 replace deprecated g_strcasecmp(), g_strncasecmp(),
12257                 g_string_sprintfa(), gtk_notebook_current_page()
12258
12259 2004-10-26 [colin]      0.9.12cvs132.2
12260
12261         * src/prefs_folder_item.c
12262                 Fix default-account selection
12263
12264 2004-10-21 [colin]      0.9.12cvs133
12265
12266         * src/compose.c
12267                 Sync with HEAD (Remove extra separator in compose's Options)
12268         * src/textview.c
12269                 Set wrapping to char
12270
12271 2004-10-21 [paul]       0.9.12cvs131.2
12272
12273         * src/compose.c
12274         * src/sourcewindow.c
12275                 fix wrapping
12276                 fix window shrinking 
12277
12278 2004-10-21 [colin]      0.9.12cvs131.1
12279
12280         * ChangeLog.claws
12281         * src/compose.c
12282                 Sync with HEAD
12283
12284 2004-10-21 [paul]       0.9.12cvs130.2
12285
12286         * src/prefs_folder_item.c
12287                 sync with HEAD (Apply to subfolders)
12288
12289 2004-10-19 [colin]      0.9.12cvs130.1
12290
12291         * ChangeLog.claws
12292         * src/compose.c
12293         * src/common/utils.c
12294         * src/gtk/menu.c
12295                 Sync with HEAD
12296
12297 2004-10-19 [colin]      0.9.12cvs128.1
12298
12299         * src/addrbook.c
12300         * src/addrcache.c
12301         * src/addressbook.c
12302         * src/codeconv.c
12303         * src/compose.c
12304         * src/customheader.c
12305         * src/editaddress.c
12306         * src/editgroup.c
12307         * src/exporthtml.c
12308         * src/folder.c
12309         * src/folderview.c
12310         * src/imap.c
12311         * src/jpilot.c
12312         * src/main.c
12313         * src/matcher_parser_parse.y
12314         * src/mbox.c
12315         * src/pop.c
12316         * src/prefs_account.c
12317         * src/prefs_gtk.c
12318         * src/prefs_msg_colors.c
12319         * src/procheader.c
12320         * src/procmime.c
12321         * src/procmime.h
12322         * src/procmsg.c
12323         * src/summaryview.c
12324         * src/textview.c
12325         * src/common/base64.c
12326         * src/common/partial_download.c
12327         * src/common/socket.c
12328         * src/common/sylpheed.c
12329         * src/common/utils.c
12330         * src/common/utils.h
12331         * src/gtk/pluginwindow.c
12332         * src/gtk/quicksearch.c
12333         * src/plugins/clamav/clamav_plugin.c
12334         * src/plugins/clamav/clamav_plugin.h
12335         * src/plugins/clamav/clamav_plugin_gtk.c
12336         * src/plugins/pgpmime/passphrase.c
12337         * src/plugins/pgpmime/pgpmime.c
12338         * src/plugins/pgpmime/plugin.c
12339         * src/plugins/pgpmime/prefs_gpg.c
12340         * src/plugins/pgpmime/prefs_gpg.h
12341         * src/plugins/pgpmime/select-keys.c
12342         * src/plugins/pgpmime/sgpgme.c
12343         * src/plugins/spamassassin/libspamc.c
12344         * src/plugins/spamassassin/spamassassin.c
12345         * src/plugins/spamassassin/spamassassin.h
12346         * src/plugins/spamassassin/spamassassin_gtk.c
12347         * src/plugins/trayicon/trayicon.c
12348         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
12349                 Sync with HEAD
12350
12351 2004-10-14 [colin]      0.9.12cvs126.2
12352
12353         * src/codeconv.c
12354         * src/textview.c
12355                 Fix conv_unreadable_locale
12356
12357 2004-10-13 [colin]      0.9.12cvs126.1
12358
12359         * src/compose.c
12360                 Sync with HEAD (don't convert charset for 
12361                 drafted messages, minor cleanup)
12362
12363 2004-10-13 [colin]      0.9.12cvs125.1
12364
12365         * po/POTFILES.in
12366                 Sync with HEAD (POTFILES fix)
12367
12368 2004-10-12 [colin]      0.9.12cvs124.3
12369
12370         * src/compose.c
12371                 Fix encoding bug from latest sync
12372
12373 2004-10-12 [paul]       0.9.12cvs124.2
12374
12375         * src/plugins/pgpmime/prefs_gpg.c
12376         * src/plugins/pgpmime/prefs_gpg.h
12377                 forgotten in last commit        
12378
12379 2004-10-12 [paul]       0.9.12cvs124.1
12380
12381         * ChangeLog.claws
12382         * configure.ac
12383         * m4/spamassassin.m4
12384         * src/Makefile.am
12385         * src/account.c
12386         * src/compose.c
12387         * src/compose.h
12388         * src/crash.c
12389         * src/main.c
12390         * src/mimeview.c
12391         * src/passphrase.c
12392         * src/passphrase.h
12393         * src/prefs_account.c
12394         * src/prefs_account.h
12395         * src/prefs_common.c
12396         * src/privacy.c
12397         * src/privacy.h
12398         * src/procmime.c
12399         * src/procmime.h
12400         * src/procmsg.c
12401         * src/rfc2015.c
12402         * src/rfc2015.h
12403         * src/select-keys.c
12404         * src/select-keys.h
12405         * src/textview.c
12406         * src/common/utils.c
12407         * src/common/utils.h
12408         * src/gtk/about.c
12409         * src/plugins/pgpmime/Makefile.am
12410         * src/plugins/pgpmime/passphrase.c
12411         * src/plugins/pgpmime/passphrase.h
12412         * src/plugins/pgpmime/pgpmime.c
12413         * src/plugins/pgpmime/plugin.c
12414         * src/plugins/pgpmime/select-keys.c
12415         * src/plugins/pgpmime/select-keys.h
12416         * src/plugins/pgpmime/sgpgme.c
12417         * src/plugins/pgpmime/sgpgme.h
12418                 sync with HEAD
12419
12420 2004-10-04 [colin]      0.9.12cvs122.1
12421
12422         * src/mainwindow.c
12423         * src/messageview.c
12424         * src/messageview.h
12425         * src/textview.c
12426                 Sync with HEAD
12427
12428 2004-10-04 [colin]      0.9.12cvs121.1
12429
12430         * src/summaryview.c
12431                 Sync with HEAD
12432
12433 2004-10-04 [paul]       0.9.12cvs120.1
12434
12435         * configure.ac
12436                 sync with HEAD [don't try to build 
12437                 pgpmime plugin when gpgme is disabled]
12438
12439 2004-10-03 [colin]      0.9.12cvs119.3
12440
12441         * src/gtk/gtksctree.c
12442                 Lots of side effects. Put back as before 117.2.
12443         * src/summaryview.c
12444                 Fix bug #602
12445
12446 2004-10-03 [colin]      0.9.12cvs119.2
12447
12448         * src/gtk/gtksctree.c
12449                 Revert 608 fix that doesn't work that good
12450
12451 2004-10-02 [colin]      0.9.12cvs119.1
12452
12453         * src/mainwindow.c
12454         * src/messageview.c
12455         * src/prefs_common.h
12456         * src/procmime.c
12457         * src/procmime.h
12458         * src/textview.c
12459                 Sync with HEAD
12460         * src/gtk/gtksctree.c
12461                 Close bug #608
12462
12463 2004-10-01 [colin]      0.9.12cvs118.1
12464
12465         * src/mimeview.c
12466                 Sync with HEAD (better Save All fix)
12467
12468 2004-10-01 [colin]      0.9.12cvs117.2
12469
12470         * src/gtk/gtksctree.c
12471                 Faster on selection
12472
12473 2004-10-01 [colin]      0.9.12cvs117.1
12474
12475         * src/mimeview.c
12476                 Sync with HEAD (Save All: only attachments)
12477
12478 2004-10-01 [paul]       0.9.12cvs116.1
12479
12480         * ChangeLog.claws
12481         * configure.ac
12482         * src/account.c
12483         * src/prefs_common.c
12484         * src/gtk/colorlabel.c
12485                 sync with HEAD
12486
12487 2004-09-30 [colin]      0.9.12cvs115.1
12488
12489         * src/stock_pixmap.c
12490         * src/stock_pixmap.h
12491         * src/folderview.c
12492         * src/Makefile.am
12493         * src/pixmaps/read.xpm
12494                 Sync with HEAD (new pixmap)
12495
12496 2004-09-29 [colin]      0.9.12cvs114.1
12497
12498         * src/compose.c
12499                 Sync with HEAD
12500                 Fix focus handling in headers
12501
12502 2004-09-29 [paul]       0.9.12cvs113.1
12503
12504         * src/quote_fmt_parse.y
12505                 sync with HEAD
12506  
12507
12508 2004-09-28 [colin]      0.9.12cvs112.1
12509
12510         * src/folderview.c
12511         * src/mainwindow.c
12512                 Sync with HEAD
12513
12514 2004-09-28 [colin]      0.9.12cvs110.1
12515
12516         * src/folderview.c
12517                 Sync with HEAD (Contextual Empty trash menu)
12518
12519 2004-09-28 [colin]      0.9.12cvs108.1
12520
12521         * src/addressbook.c
12522                 Sync with HEAD (addressbook edit on double-click)
12523
12524 2004-09-28 [colin]      0.9.12cvs106.1
12525
12526         * src/inc.c
12527                 Sync with HEAD (folder_item freeze on inc)
12528
12529 2004-09-27 [colin]      0.9.12cvs105.1
12530
12531         * src/folderview.c
12532                 Sync with HEAD (right-align new and unread column)
12533
12534 2004-09-27 [colin]      0.9.12cvs104.1
12535
12536         * src/main.c
12537                 Sync with HEAD (revert 0.9.12cvs101)
12538
12539 2004-09-24 [colin]      0.9.12cvs103.2
12540
12541         * src/wizard.c
12542                 Fix gtk warnings and use domain part of the email address 
12543                 when domain detection fails (no dot in domain name)
12544
12545 2004-09-23 [colin]      0.9.12cvs103.1
12546
12547         * src/plugins/spamassassin/libspamc.c
12548         * src/plugins/spamassassin/libspamc.h
12549         * src/plugins/spamassassin/utils.c
12550         * src/plugins/spamassassin/utils.h
12551                 Sync with HEAD (Update spamassassin to 3.0)
12552
12553 2004-09-21 [colin]      0.9.12cvs102.3
12554
12555         * src/action.c
12556                 Add horizontal scrollbar in action io dialog as needed
12557                 Patch by Alfons.
12558
12559 2004-09-20 [colin]      0.9.12cvs102.2
12560
12561         * src/plugins/image_viewer/viewer.c
12562                 Remove imlib stuff
12563                 use gtk_pixmap_set when clearing
12564                 (would be better to use gtkImages, but causes size-allocate 
12565                 signals storm)
12566
12567 2004-09-17 [paul]       0.9.12cvs102.1
12568
12569         * ChangeLog
12570         * ChangeLog.claws
12571         * ChangeLog.jp
12572         * configure.ac
12573         * src/inc.c
12574                 sync with HEAD
12575
12576
12577 2004-09-17 [colin]      0.9.12cvs101.1
12578
12579         * ChangeLog.claws
12580         * src/main.c
12581                 Sync with HEAD (fix segs at exit)
12582
12583 2004-09-14 [colin]      0.9.12cvs99.5
12584
12585         * src/common/socket.c
12586         * AUTHORS
12587                 Fix send error on 64bit platforms
12588                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
12589
12590 2004-09-14 [colin]      0.9.12cvs99.4
12591
12592         * src/action.c
12593                 Fix action output with utf8 
12594                 Patch by Alfons.
12595
12596 2004-09-14 [colin]      0.9.12cvs99.3
12597
12598         * ChangeLog.claws
12599         * src/folder.c
12600                 Sync with HEAD
12601
12602 2004-09-09 [colin]      0.9.12cvs99.2
12603
12604         * src/action.c
12605                 Fix progress bar (displaying "Completed %v/%u")
12606                 Patch by Alfons.
12607
12608 2004-09-08 [colin]      0.9.12cvs99.1
12609
12610         * src/account.c
12611         * src/folder.c
12612         * src/procmsg.c
12613         * src/procmsg.h
12614         * src/plugins/pgpmime/pgpmime.c
12615                 Sync with HEAD
12616
12617 2004-09-08 [colin]      0.9.12cvs97.2
12618
12619         * src/summaryview.c
12620                 Don't select mails in collapsed threads 
12621                 when navigating with up/down
12622
12623 2004-09-07 [colin]      0.9.12cvs97.1
12624
12625         * src/inc.c
12626                 Sync with HEAD (meaningful error messages)
12627
12628 2004-09-06 [colin]      0.9.12cvs96.1
12629
12630         * src/toolbar.c
12631                 Sync with HEAD (fix Redirect graying out)
12632
12633 2004-09-06 [colin]      0.9.12cvs95.1
12634
12635         * src/summaryview.c
12636         * src/mimeview.c
12637                 Sync with HEAD (fix dropped URIs)
12638
12639 2004-09-06 [colin]      0.9.12cvs94.1
12640
12641         * src/addressbook.c
12642         * src/addressitem.h
12643         * src/addritem.c
12644         * src/addritem.h
12645                 Sync with HEAD (addressbook DnD)
12646
12647 2004-09-03 [colin]      0.9.12cvs93.1
12648
12649         * src/summaryview.c
12650                 Sync with HEAD (next/prev unread)
12651
12652 2004-09-03 [colin]      0.9.12cvs92.1
12653
12654         * src/prefs_common.c
12655         * src/prefs_common.h
12656         * src/summaryview.c
12657                 Sync with HEAD ('mark_as_read_delay' pref)
12658
12659 2004-09-02 [colin]      0.9.12cvs91.2
12660
12661         * src/common/xml.c
12662                 Fix leak
12663
12664 2004-09-02 [colin]      0.9.12cvs91.1
12665
12666         * src/gtk/menu.c
12667                 Sync with HEAD (menu accel don't work, but whatever)
12668
12669 2004-09-02 [colin]      0.9.12cvs90.1
12670
12671         * src/account.c
12672                 Sync with HEAD (fix bug 582)
12673
12674 2004-09-02 [colin]      0.9.12cvs89.1
12675
12676         * src/addrindex.c
12677                 Sync with HEAD (free deleted queries)
12678
12679 2004-09-02 [colin]      0.9.12cvs88.1
12680
12681         * src/ldapquery.c
12682                 Sync with HEAD (fix LDAP freezes)
12683
12684 2004-09-02 [colin]      0.9.12cvs87.1
12685
12686         * src/prefs_spelling.c
12687                 Sync with HEAD (add default dictionary)
12688
12689 2004-09-01 [colin]      0.9.12cvs86.1
12690
12691         * src/filtering.c
12692         * src/folderview.c
12693         * src/imap.c
12694         * src/prefs_matcher.c
12695         * src/stock_pixmap.c
12696         * src/summary_search.c
12697         * src/summaryview.c
12698         * src/wizard.c
12699         * src/wizard.h
12700                 Sync with HEAD (uninitialized vars fixes)
12701                 + gtk2 specific warning fixes
12702
12703 2004-08-31 [colin]      0.9.12cvs85.1
12704
12705         * src/folder.c
12706                 Sync with HEAD (Fix memory corruption due to 
12707                 uninitialized var)
12708
12709 2004-08-31 [colin]      0.9.12cvs84.4
12710
12711         * src/summary_search.c
12712                 Fix segfaults when searching in folders with broken headers
12713
12714 2004-08-31 [colin]      0.9.12cvs84.3
12715
12716         * src/compose.c
12717         * src/textview.c
12718                 Fix some more encoding/decoding issues
12719
12720 2004-08-30 [colin]      0.9.12cvs84.2
12721
12722         * src/mimeview.c
12723         * src/prefs_themes.c
12724         * src/gtk/filesel.c
12725         * src/gtk/filesel.h
12726                 Add a folder-mode selection (fixes mimeview's "Save all")
12727
12728 2004-08-29 [colin]      0.9.12cvs84.1
12729
12730         * src/mimeview.c
12731                 Sync with HEAD (don't escape saved filenames)
12732
12733 2004-08-27 [colin]      0.9.12cvs83.1
12734
12735         * ChangeLog
12736         * ChangeLog.claws
12737         * ChangeLog.jp
12738         * src/mh.c
12739         * src/procheader.c
12740         * src/procmsg.c
12741         * src/procmsg.h
12742         * src/common/utils.c
12743         * src/gtk/menu.h
12744         * po/
12745                 Sync with HEAD 0.9.12cvs83 (sync with main)
12746
12747 2004-08-26 [colin]      0.9.12cvs82.4
12748
12749         * src/codeconv.c
12750                 Fix strange stack corruption
12751                 Convert to utf8 after unmime, not before
12752
12753 2004-08-26 [colin]      0.9.12cvs82.3
12754
12755         * src/main.c
12756         * src/wizard.c
12757                 Fix account folders duplication
12758
12759 2004-08-25 [colin]      0.9.12cvs82.2
12760
12761         * src/wizard.c
12762                 Remove ports
12763                 Add SSL selection
12764                 Use login@server as account name
12765
12766 2004-08-25 [colin]      0.9.12cvs82.1
12767
12768         * src/plugins/pgpmime/pgpmime.c
12769                 Sync with HEAD (leak fix).
12770
12771 2004-08-25 [colin]      0.9.12cvs81.1
12772
12773         * src/plugins/pgpmime/pgpmime.c
12774         * src/plugins/pgpmime/sgpgme.c
12775         * src/plugins/pgpmime/sgpgme.h
12776                 Sync with HEAD (Handle combined messages).
12777
12778 2004-08-24 [colin]      0.9.12cvs80.3
12779
12780         * src/wizard.c
12781                 Fix full name, ports, and imap
12782
12783 2004-08-24 [colin]      0.9.12cvs80.2
12784
12785         * src/Makefile.am
12786         * src/main.c
12787         * src/setup.c
12788         * src/setup.h
12789         * src/stock_pixmap.c
12790         * src/stock_pixmap.h
12791         * src/wizard.c ** ADDED **
12792         * src/wizard.h ** ADDED ** 
12793         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
12794                 Add a setup wizard 
12795
12796 2004-08-24 [colin]      0.9.12cvs80.1
12797
12798         * src/folder.c
12799                 Sync with HEAD (set mimeflags on all messages)
12800
12801 2004-08-24 [colin]      0.9.12cvs79.3
12802
12803         * src/matcher_parser_lex.l
12804                 Fix 8bits strings not in utf8
12805
12806 2004-08-24 [colin]      0.9.12cvs79.2
12807
12808         * src/compose.c
12809                 Check conversion result before replacing buffer
12810
12811 2004-08-23 [colin]      0.9.12cvs79.1
12812
12813         * src/compose.c
12814                 Sync with HEAD (create message header in memory)
12815
12816 2004-08-23 [colin]      0.9.12cvs78.1
12817
12818         * src/rfc2015.c
12819         * src/rfc2015.h
12820                 Sync with HEAD (fix bug 197 again)
12821
12822 2004-08-23 [colin]      0.9.12cvs77.3
12823
12824         * src/compose.c
12825                 Fix again inline gpg signing (which outputs utf8
12826                 in gtk2). Not syncing this fix to HEAD as this 
12827                 code is meant to die.
12828
12829 2004-08-23 [colin]      0.9.12cvs77.2
12830
12831         * src/prefs_account.h
12832                 Remove useless include
12833
12834 2004-08-23 [colin]      0.9.12cvs77.1
12835
12836         * src/imap.c
12837         * po/es.po
12838         * po/fr.po
12839         * po/it.po
12840         * po/pl.po
12841         * po/pt_BR.po
12842         * po/sk.po
12843         * po/sr.po
12844                 Sync with HEAD (fix bug 577)
12845
12846 2004-08-22 [colin]      0.9.12cvs76.1
12847
12848         * src/plugins/trayicon/trayicon.c
12849                 Sync with HEAD (fix formatting bug)
12850
12851 2004-08-21 [colin]      0.9.12cvs74.2
12852
12853         * src/gtk/colorsel.c
12854                 Fix bug 564 (Folder color selection window exits on any
12855                 keypress)
12856
12857 2004-08-21 [colin]      0.9.12cvs74.1
12858
12859         * ChangeLog.claws
12860         * src/compose.c
12861         * src/summaryview.c
12862         * src/toolbar.c
12863                 Sync with HEAD (fix bug 576)
12864
12865 2004-08-21 [colin]      0.9.12cvs70.1
12866
12867         * src/compose.c
12868         * src/mainwindow.c
12869                 Sync with HEAD
12870                 
12871
12872 2004-08-21 [paul]       0.9.12cvs66.4
12873
12874         * src/mainwindow.c
12875         * src/messageview.c
12876         * src/gtk/menu.c
12877         * src/plugins/spamassassin/spamassassin_gtk.c
12878                 remove some deprecated gtk1 functions
12879
12880
12881 2004-08-21 [colin]      0.9.12cvs66.3
12882
12883         * src/compose.c
12884         * src/codeconv.c
12885                 Fix warnings
12886                 Remove encoding hacks
12887                 Fix bug 575 (Strange character messes up message)
12888                 Don't display conversion error when drafting
12889
12890 2004-08-21 [paul]       0.9.12cvs66.2
12891
12892         * src/prefs_account.c
12893                 fix GnuPG mode bugs
12894
12895
12896 2004-08-20 [colin]      0.9.12cvs66.1
12897
12898         * src/codeconv.c
12899                 Sync with HEAD 0.9.12cvs66
12900
12901 2004-08-20 [paul]
12902
12903         * src/plugins/pgpmime/plugin.c
12904                 modify PGP/MIME plugin's description
12905
12906 2004-08-17 [colin]      0.9.12cvs65.1
12907
12908         * src/common/ssl.c
12909         * src/plugins/pgpmime/plugin.c
12910                 Sync with HEAD
12911
12912 2004-08-14 [colin]      0.9.12cvs60.3
12913
12914         * src/plugins/trayicon/trayicon.c
12915                 Put back resize callback, on size-request signal
12916                 rather than size-allocate to avoid infinite 
12917                 callback loop
12918
12919 2004-08-13 [colin]      0.9.12cvs60.2
12920
12921         * src/common/defs.h
12922                 Cache versions have been fixed
12923
12924 2004-08-13 [colin]      0.9.12cvs60.1
12925
12926         * src/folderutils.c
12927                 Sync with HEAD
12928
12929 2004-08-12 [colin]      0.9.12cvs59.1
12930
12931         * src/plugins/trayicon/trayicon.c
12932                 Sync with HEAD
12933
12934 2004-08-12 [colin]      0.9.12cvs57.5
12935
12936         * sylpheed.desktop
12937         * configure.ac
12938         * src/Makefile.am
12939         * src/main.c
12940                 Add support for Freedesktop.org's startup notification
12941
12942 2004-08-11 [colin]      0.9.12cvs57.4
12943
12944         * src/textview.c
12945                 Fix off-by-one
12946
12947 2004-08-11 [colin]      0.9.12cvs57.3
12948
12949         * src/message_search.c
12950         * src/summary_search.c
12951                 Make searches case insensitive by default
12952         * src/textview.c
12953                 Fix case-insensitive search in message
12954
12955 2004-08-11 [colin]      0.9.12cvs57.2
12956
12957         * src/summary_search.c
12958                 Let case-sensitive be specified
12959
12960 2004-08-10 [colin]      0.9.12cvs55.4
12961
12962         * src/common/socket.c
12963                 Fix the possible race condition
12964
12965 2004-08-09 [paul]       0.9.12cvs55.3
12966
12967         * configure.ac
12968         * src/Makefile.am
12969         * src/common/Makefile.am
12970                 sync with HEAD
12971
12972
12973 2004-08-09 [paul]       0.9.12cvs55.2
12974
12975         * autogen.sh
12976         * po/poconv.sh
12977                 remove unneeded script
12978
12979         * configure.ac
12980                 add forgotten USE_LDAP_TLS (sync with HEAD)
12981
12982
12983 2004-08-09 [colin]      0.9.12cvs55.1
12984
12985         * src/main.c
12986         * src/common/ssl.c
12987         * src/common/sylpheed.c
12988         * src/common/sylpheed.h
12989                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
12990
12991 2004-08-09 [paul]       0.9.12cvs54.1
12992
12993         * ChangeLog
12994         * ChangeLog.claws
12995         * ChangeLog.jp
12996         * configure.ac
12997         * po/POTFILES.in
12998         * src/Makefile.am
12999         * src/folderutils.c
13000         * src/main.c
13001         * src/pgpmime.c
13002         * src/pgpmime.h
13003         * src/sgpgme.c
13004         * src/sgpgme.h
13005         * src/plugins/Makefile.am
13006         * src/plugins/pgpmime/.cvsignore
13007         * src/plugins/pgpmime/Makefile.am
13008         * src/plugins/pgpmime/pgpmime.c
13009         * src/plugins/pgpmime/pgpmime.h
13010         * src/plugins/pgpmime/plugin.c
13011         * src/plugins/pgpmime/sgpgme.c
13012         * src/plugins/pgpmime/sgpgme.h
13013                 sync with HEAD
13014
13015 2004-08-08 [paul]       0.9.12cvs51.1
13016
13017         * configure.ac
13018         * src/folder.c
13019                 sync with HEAD
13020
13021 2004-08-07 [colin]      0.9.12cvs50.1
13022
13023         * src/pop.c
13024         * src/common/partial_download.c
13025                 fix warnings (sync from HEAD)
13026
13027 2004-08-07 [colin]      0.9.12cvs48.1
13028
13029         * src/prefs_folder_item.c
13030                 sync with HEAD 0.9.12cvs48
13031
13032 2004-08-06 [colin]      0.9.12cvs47.1
13033
13034         * src/compose.c
13035                 Sync with HEAD
13036
13037 2004-08-06 [christoph]  0.9.12cvs46.2
13038
13039         * src/main.c
13040         * src/plugins/clamav/clamav_plugin_gtk.c
13041         * src/plugins/dillo_viewer/dillo_viewer.c
13042         * src/plugins/image_viewer/plugin.c
13043         * src/plugins/mathml_viewer/mathml_viewer.c
13044         * src/plugins/spamassassin/spamassassin_gtk.c
13045         * src/plugins/trayicon/trayicon.c
13046                 don't mix GTK1.2 plugin with GTK2 plugins
13047
13048 2004-08-06 [colin]      0.9.12cvs46.1
13049
13050         * ChangeLog
13051         * ChangeLog.claws
13052         * ChangeLog.jp
13053         * configure.ac
13054         * sylpheed-claws.pc.in
13055         * src/folder.c
13056         * src/imap.c
13057         * src/localfolder.c
13058         * src/messageview.c
13059         * src/mimeview.c
13060         * src/mimeview.h
13061         * src/msgcache.c
13062         * src/news.c
13063         * src/prefs_ext_prog.c
13064         * src/prefs_folder_item.c
13065         * src/prefs_fonts.c
13066         * src/prefs_msg_colors.c
13067         * src/prefs_spelling.c
13068         * src/prefs_themes.c
13069         * src/prefs_toolbar.c
13070         * src/prefs_wrapping.c
13071         * src/procmime.h
13072         * src/common/defs.h
13073         * src/common/nntp.c
13074         * src/common/session.c
13075         * src/common/session.h
13076         * src/common/socket.c
13077         * src/common/utils.h
13078         * src/common/xml.c
13079         * src/common/xml.h
13080         * src/gtk/prefswindow.c
13081         * src/gtk/prefswindow.h
13082         * src/plugins/clamav/clamav_plugin_gtk.c
13083         * src/plugins/dillo_viewer/dillo_prefs.c
13084         * src/plugins/image_viewer/viewerprefs.c
13085         * src/plugins/spamassassin/spamassassin_gtk.c
13086         * m4/openssl.m4 *** REMOVED ***
13087                 Sync with HEAD 0.9.12cvs46
13088
13089 2004-08-03 [paul]       0.9.12cvs40.2
13090
13091         * src/action.c
13092         * src/addressadd.c
13093         * src/addressbook.c
13094         * src/addrgather.c
13095         * src/browseldap.c
13096         * src/compose.c
13097         * src/crash.c
13098         * src/editaddress.c
13099         * src/editgroup.c
13100         * src/editldap_basedn.c
13101         * src/foldersel.c
13102         * src/importldif.c
13103         * src/mimeview.c
13104         * src/prefs_common.c
13105         * src/prefs_template.c
13106         * src/sourcewindow.c
13107         * src/summaryview.c
13108         * src/gtk/about.c
13109         * src/gtk/foldersort.c
13110         * src/gtk/logwindow.c
13111         * src/gtk/pluginwindow.c
13112         * src/gtk/prefswindow.c
13113                 change all gtk_scrolled_window_set_policy from 
13114                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
13115
13116 2004-08-02 [paul]       0.9.12cvs40.1
13117
13118         * AUTHORS
13119                 update translation team section
13120         * po/pt_BR.po
13121                 updated by Frederico Goncalves Guimaraes
13122                 <fggdebian@yahoo.com.br>
13123
13124 2004-07-31 [colin]      0.9.12cvs39.9
13125
13126         * src/exphtmldlg.c
13127                 Fix compilation
13128
13129 2004-07-31 [colin]      0.9.12cvs39.8
13130
13131         * src/exphtmldlg.c
13132                 Fix an alertpanel type
13133
13134 2004-07-30 [colin]      0.9.12cvs39.7
13135
13136         * src/alertpanel.c
13137                 Fix alertpanel_error_log's icon
13138
13139 2004-07-30 [colin]      0.9.12cvs39.6
13140
13141         * src/pop.c
13142                 Two of them should still be warnings
13143
13144 2004-07-30 [colin]      0.9.12cvs39.5
13145
13146         * src/pop.c
13147                 More warning -> error
13148 2004-07-29 [colin]      0.9.12cvs39.4
13149
13150         * src/pop.c
13151                 Warning -> error
13152
13153 2004-07-29 [colin]      0.9.12cvs39.3
13154
13155         * src/prefs_matcher.c
13156                 Fix segfault
13157
13158 2004-07-29 [colin]      0.9.12cvs39.2
13159
13160         * src/alertpanel.c
13161                 More nice-looking alertpanels
13162
13163 2004-07-29 [colin]      0.9.12cvs39.1
13164
13165         * src/messageview.c
13166                 sync with head
13167                 (inform user when partial mail is deleted on server)
13168
13169 2004-07-29 [colin]      0.9.12cvs38.1
13170
13171         * src/messageview.c
13172                 sync with head
13173
13174 2004-07-28 [paul]       0.9.12cvs37.7
13175
13176         * src/mainwindow.c
13177                 complete the replacement of deprecated gtk_progress_*
13178
13179 2004-07-28 [paul]       0.9.12cvs37.6
13180
13181         * src/action.c
13182         * src/inc.c
13183         * src/mainwindow.c
13184         * src/send_message.c
13185         * src/gtk/progressdialog.c
13186         * src/gtk/progressdialog.h
13187                 replace deprecated gtk_progress_*
13188
13189 2004-07-28 [paul]       0.9.12cvs37.5
13190
13191         * src/gtk/filesel.c
13192                 remove gtk_window_set_wmclass()
13193 2004-07-28 [paul]       0.9.12cvs37.4
13194
13195         * src/addressbook.c
13196         * src/compose.c
13197         * src/foldersel.c
13198         * src/mainwindow.c
13199         * src/messageview.c
13200         * src/sourcewindow.c
13201         * src/gtk/logwindow.c
13202                 remove gtk_window_set_wmclass()
13203                 
13204         * src/prefs_filtering.c
13205         * src/prefs_filtering_action.c
13206         * src/prefs_fonts.c
13207         * src/prefs_gtk.c
13208         * src/prefs_matcher.c
13209         * src/ssl_manager.c
13210         * src/gtk/prefswindow.c
13211                 replace gtk_window_position()
13212
13213 2004-07-28 [colin]      0.9.12cvs37.3
13214
13215         * src/alertpanel.c
13216         * src/alertpanel.h
13217                 Add a way to specify panel type for specific
13218                 panels (alertpanel())
13219         * src/account.c
13220         * src/addressbook.c
13221         * src/compose.c
13222         * src/expldifdlg.c
13223         * src/main.c
13224         * src/messageview.c
13225         * src/summaryview.c
13226         * src/textview.c
13227         * src/gtk/sslcertwindow.c
13228                 Fix alertpanel()s so that their icon match
13229                 their real type
13230
13231 2004-07-28 [paul]       0.9.12cvs37.2
13232
13233         * src/addr_compl.c
13234         * src/addressbook.c
13235         * src/alertpanel.c
13236         * src/compose.c
13237         * src/export.c
13238         * src/foldersel.c
13239         * src/folderview.c
13240         * src/grouplistdialog.c
13241         * src/import.c
13242         * src/mainwindow.c
13243         * src/message_search.c
13244         * src/messageview.c
13245         * src/passphrase.c
13246         * src/prefs_actions.c
13247         * src/prefs_common.c
13248         * src/prefs_customheader.c
13249         * src/prefs_display_header.c
13250         * src/prefs_filtering.c
13251         * src/prefs_filtering_action.c
13252         * src/prefs_gtk.c
13253         * src/prefs_matcher.c
13254         * src/prefs_msg_colors.c
13255         * src/prefs_summary_column.c
13256         * src/prefs_template.c
13257         * src/sourcewindow.c
13258         * src/ssl_manager.c
13259         * src/summary_search.c
13260         * src/gtk/colorsel.c
13261         * src/gtk/description_window.c
13262         * src/gtk/gtkaspell.c
13263         * src/gtk/inputdialog.c
13264         * src/gtk/logwindow.c
13265         * src/gtk/prefswindow.c
13266         * src/gtk/progressdialog.c
13267                 replace deprecated gtk_window_set_policy
13268
13269 2004-07-27 [colin]      0.9.12cvs37.1
13270
13271         * src/msgcache.c
13272                 More fixes (synced for head again)
13273
13274 2004-07-27 [colin]      0.9.12cvs35.3
13275
13276         * src/msgcache.c
13277                 Fix wrong test
13278
13279 2004-07-27 [colin]      0.9.12cvs35.2
13280
13281         * src/mimeview.c
13282                 Fix width a bit (by Paul)
13283         * src/alertpanel.c
13284         * src/alertpanel.h
13285                 Specialize icons, make alertpanel_message()
13286                 private
13287         * src/message_search.c
13288         * src/sgpgme.c
13289         * src/summary_search.c
13290                 Suit alertpanel changes
13291
13292 2004-07-27 [colin]      0.9.12cvs35.1
13293
13294         * src/alertpanel.c
13295                 Add an icon
13296         * src/passphrase.c
13297                 Add debug output - maybe someone will
13298                 want to look at the problem with Grab
13299                 Input :)
13300         Bump version as we're synced with HEAD
13301
13302 2004-07-26 [colin]      0.9.12cvs33.26
13303
13304         * src/pop.c
13305                 Fix uidl-file parsing when not in new
13306                 format
13307
13308 2004-07-26 [colin]      0.9.12cvs33.25
13309
13310         * src/gtk/menu.c
13311                 Move popup menu up if necessary (fixes 
13312                 account selector)
13313         * src/mainwindow.c
13314                 Set account selector's button height to
13315                 minimum
13316
13317 2004-07-26 [colin]      0.9.12cvs33.24
13318
13319         * src/alertpanel.c
13320                 Maybe fix 551 (Truncated font in alert window)
13321
13322 2004-07-26 [colin]      0.9.12cvs33.23
13323
13324         * po/de.po
13325         * po/es.po
13326         * po/fr.po
13327         * po/it.po
13328         * po/ja.po
13329         * po/pl.po
13330         * po/ru.po
13331         * po/sk.po
13332         * po/sr.po
13333         * po/zh_CN.po
13334                 Sync po files with HEAD
13335
13336 2004-07-26 [paul]       0.9.12cvs33.22
13337
13338         * src/compose.c
13339                 fix Bug 556 'Organisation-header is sent even if empty'
13340
13341 2004-07-24 [colin]      0.9.12cvs33.21
13342
13343         * src/compose.c
13344         * src/gtk/gtkaspell.c
13345         * src/gtk/gtkaspell.h
13346                 Fix speller accelerators (require hack)
13347
13348 2004-07-24 [colin]      0.9.12cvs33.20
13349
13350         * src/gtk/gtkaspell.c
13351                 Fix over-eager code deletion breaking
13352                 Check while typing
13353
13354 2004-07-24 [colin]      0.9.12cvs33.19
13355
13356         * src/browseldap.c
13357         * src/ldapctrl.c
13358         * src/ldapctrl.h
13359         * src/ldapserver.h
13360                 Sync ldap with HEAD
13361         (Fixes 546 LDAP completely broken)
13362
13363 2004-07-24 [colin]      0.9.12cvs33.18
13364
13365         * src/prefs_msg_colors.c
13366                 Fix prototype mismatch
13367         (Fixes 547 void function cannot return value)
13368
13369 2004-07-24 [colin]      0.9.12cvs33.17
13370
13371         * src/mainwindow.c
13372                 Fix sort going back to previous sort key
13373                 when changing sort direction
13374
13375 2004-07-24 [colin]      0.9.12cvs33.16
13376
13377         * src/compose.c
13378                 Fix space insertion when re-wrapping at 
13379                 cursor point
13380
13381 2004-07-24 [colin]      0.9.12cvs33.15
13382
13383         * src/gtk/gtkaspell.c
13384                 Don't change cursor position in insert-text
13385                 callback
13386         (Fixes 539 Word wrapping on input transposes letters)
13387
13388 2004-07-24 [colin]      0.9.12cvs33.14
13389
13390         * src/gtk/gtkaspell.c
13391                 Reencode non-ascii chars to dictionary's
13392                 encoding
13393         (Fixes 544 Spell check broken non english locale)
13394
13395 2004-07-24 [colin]      0.9.12cvs33.13
13396
13397         * src/summaryview.c
13398                 Fix Shift+Down, add Home/End/PgUp/PgDown
13399
13400 2004-07-21 [colin]      0.9.12cvs33.12
13401
13402         * src/prefs_common.c
13403                 Fix a gtk warning (Patch by Andrej Kacian)
13404
13405 2004-07-21 [colin]      0.9.12cvs33.11
13406
13407         * src/gtk/filesel.c
13408                 More check
13409
13410 2004-07-21 [colin]      0.9.12cvs33.10
13411
13412         * src/compose.c
13413         * src/crash.c
13414         * src/export.c
13415         * src/import.c
13416         * src/messageview.c
13417         * src/mimeview.c
13418         * src/prefs_spelling.c
13419         * src/prefs_themes.c
13420         * src/summaryview.c
13421         * src/gtk/filesel.c
13422         * src/gtk/filesel.h
13423         * src/gtk/pluginwindow.c
13424                 Untwist open/save mode guessing logic, make
13425                 it explicit
13426
13427 2004-07-20 [colin]      0.9.12cvs33.9
13428
13429         * src/codeconv.c
13430                 conv_encode_header: src_charset is UTF-8 on
13431                 gtk2
13432         * src/compose.c
13433                 Remove double encoding of the headers
13434
13435 2004-07-20 [colin]      0.9.12cvs33.8
13436
13437         * src/codeconv.c
13438                 Fix typo
13439
13440 2004-07-20 [colin]      0.9.12cvs33.7
13441
13442         * src/mainwindow.c
13443                 Set the separated messageview to the saved
13444                 size of Claws' messageview (Patch by Alfons)
13445                 Fix a callback prototype (me)
13446
13447 2004-07-20 [colin]      0.9.12cvs33.6
13448
13449         * src/codeconv.h
13450                 Forgot one hunk in 0.9.12cvs33.4
13451
13452 2004-07-19 [colin]      0.9.12cvs33.5
13453
13454         * src/action.c
13455                 Action output fix
13456                 Patch by Alfons
13457
13458 2004-07-19 [colin]      0.9.12cvs33.4
13459
13460         * src/compose.c
13461                 Fix outgoing charset bug in headers
13462         * src/codeconv.c
13463                 Clean for glib2 - Patch by Alfons
13464
13465 2004-07-19 [colin]      0.9.12cvs33.3
13466
13467         * src/statusbar.c
13468                 Remove grip from the statusbar
13469                 Patch by Alfons
13470
13471 2004-07-19 [colin]      0.9.12cvs33.2
13472
13473         * src/messageview.c
13474         * src/textview.c
13475                 Fix messageview remembering the previous
13476                 scroll position when loading a new message
13477                 Patch by Alfons
13478
13479 2004-07-19 [colin]      0.9.12cvs33.1
13480
13481         * src/folder.h
13482         * src/folderview.c
13483         * src/summaryview.c
13484                 Sync with HEAD
13485
13486 2004-07-18 [colin]      0.9.12cvs32.7
13487
13488         * configure.ac
13489                 Remove useless check for XIM - noticed
13490                 by Alfons
13491
13492 2004-07-18 [colin]      0.9.12cvs32.6
13493
13494         * src/summaryview.c
13495                 Remove non-modified and shift-modified
13496                 accelerators in summaryview's popup
13497                 menu, as that doesn't get catched by
13498                 the accel-activate signal catcher...
13499
13500 2004-07-18 [colin]      0.9.12cvs32.5
13501
13502         * src/prefs_common.c
13503                 Define sensible default prefs for 
13504                 wrapping
13505
13506 2004-07-18 [colin]      0.9.12cvs32.4
13507
13508         * src/compose.c
13509         * src/prefs_common.c
13510         * src/prefs_common.h
13511         * src/prefs_wrapping.c
13512                 Remove Smart Wrapping pref, which does
13513                 nothing on gtk2 branch
13514
13515 2004-07-18 [colin]      0.9.12cvs32.3
13516
13517         * src/sourcewindow.c
13518                 Proper utf8
13519
13520 2004-07-18 [colin]      0.9.12cvs32.2
13521
13522         * src/compose.c
13523                 Save attachment status when drafting
13524
13525 2004-07-18 [colin]      0.9.12cvs32.1
13526
13527         * src/gtk/filesel.c
13528                 Fix erratic folder selection in open mode
13529
13530 2004-07-18 [colin]      0.9.12cvs31.11
13531
13532         * src/pop.c
13533                 Don't let partial messages get deleted
13534                 even with "dowload all"
13535                 (0.9.12cvs31.8 fix extension)
13536 2004-07-18 [colin]      0.9.12cvs31.10
13537
13538         * src/gtk/logwindow.c
13539                 Fix log scrolling
13540
13541 2004-07-18 [colin]      0.9.12cvs31.9
13542
13543         * src/common/utils.c
13544                 Fix non-utf8 strings coming from commands
13545                 and files
13546
13547 2004-07-18 [colin]      0.9.12cvs31.8
13548
13549         * src/pop.c
13550                 Fix partial download bug with Download all
13551                 messages option
13552
13553 2004-07-18 [colin]      0.9.12cvs31.7
13554
13555         * src/textview.c
13556                 Fix bug introduced in 0.9.12cvs31.2
13557                 (blocked in select mode after double click)
13558
13559 2004-07-18 [colin]      0.9.12cvs31.6
13560
13561         * src/compose.c
13562         * src/gtk/menu.c
13563                 More glib-warning fixes
13564
13565 2004-07-18 [colin]      0.9.12cvs31.5
13566
13567         * src/compose.c
13568                 Fix trashing the primary clipboard when moving 
13569                 around with tab
13570         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
13571
13572 2004-07-18 [colin]      0.9.12cvs31.4
13573
13574         * src/codeconv.c
13575                 convert unencoded iso headers to utf8
13576         (Fix Bug 538 Unencoded local characters in subject make it 
13577          disappear)
13578
13579 2004-07-18 [colin]      0.9.12cvs31.3
13580
13581         * src/compose.c
13582                 Fix tab char handling in wrapping
13583         (Fix Bug 537 Line wrap problem - TAB character treated as 
13584          one character instead of 8)
13585
13586 2004-07-18 [colin]      0.9.12cvs31.2
13587
13588         * src/textview.c
13589                 return FALSE on GDK_MOTION_NOTIFY
13590         (Fix Bug 535 Hyperlinks/addresses are not selectable 
13591          (unable to highlight))
13592
13593 2004-07-18 [colin]      0.9.12cvs31.1
13594
13595         * src/folderview.c
13596                 Sync with 0.9.12cvs31
13597
13598 2004-07-18 [colin]      0.9.12cvs30.4
13599
13600         * src/compose.c
13601                 Also block text_inserted when inserting a file
13602
13603 2004-07-18 [colin]      0.9.12cvs30.3
13604
13605         * src/compose.c
13606                 Fix smart wrapping (block text_inserted handler
13607                 while putting quotation to avoid wrap on input,
13608                 don't join lines if next is sig separator)
13609
13610 2004-07-17 [colin]      0.9.12cvs30.2
13611
13612         * src/folderview.c
13613         * src/mainwindow.c
13614         * src/mimeview.c
13615         * src/summaryview.c
13616         * src/gtk/quicksearch.c
13617         * src/gtk/quicksearch.h
13618                 Block key events handlers *and* accels while
13619                 quicksearch is focused
13620         (Fixes Bug 534 quick-search bar not accepting certain letters)
13621
13622 2004-07-17 [colin]      0.9.12cvs30.1
13623
13624         * src/folder.h
13625         * src/folderview.c
13626         * src/summaryview.c
13627                 Sync with 0.9.12cvs30
13628
13629 2004-07-17 [colin]      0.9.12cvs28.2
13630
13631         * src/mimeview.c
13632         * src/procmime.c
13633         * src/summaryview.c
13634         * src/gtk/menu.c
13635                 Squash some compile and glib warnings
13636
13637 2004-07-17 [paul]       0.9.12cvs28.1
13638
13639         * src/mimeview.c
13640                 sync with 0.9.12cvs28 HEAD
13641
13642 2004-07-16 [paul]       0.9.12cvs26.1
13643         
13644         * src/gtk/quicksearch.c
13645         * src/account.c
13646         * src/account.h
13647         * src/compose.c
13648         * src/customheader.c
13649         * src/folder_item_prefs.c
13650         * src/main.c
13651         * src/mainwindow.c
13652         * src/messageview.c
13653         * src/mimeview.c
13654         * src/news.c
13655         * src/pgpmime.c
13656         * src/pop.c
13657         * src/pop.h
13658         * src/prefs_account.c
13659         * src/prefs_account.h
13660         * src/prefs_common.c
13661         * src/prefs_common.h
13662         * src/prefs_display_header.c
13663         * src/prefs_gtk.c
13664         * src/prefs_gtk.h
13665         * src/procheader.c
13666         * src/procmime.c
13667                 sync with 0.9.12cvs26 HEAD      
13668
13669 2004-07-15 [colin]      0.9.12cvs18.14
13670
13671         * src/folder.c
13672                 Disable GPG signature check during
13673                 folder move and scan
13674         (Closes Bug 521 Signature checking slows down Folder-Move)
13675
13676 2004-07-14 [colin]      0.9.12cvs18.13
13677
13678         * src/common/partial_download.c
13679                 update includes
13680
13681 2004-07-14 [colin]      0.9.12cvs18.12
13682
13683         * src/common/partial_download.c
13684         * src/common/partial_download.h
13685                 Move doc at top, add correct copyright
13686
13687 2004-07-14 [colin]      0.9.12cvs18.11
13688
13689         * src/folder.c
13690         * src/messageview.c
13691         * src/pop.c
13692         * src/pop.h
13693         * src/procmsg.c
13694         * src/summaryview.c
13695         * src/common/Makefile.am
13696         * src/common/partial_download.c ** NEW FILES **
13697         * src/common/partial_download.h ** NEW FILES **
13698                 Move partial-download related stuff to its
13699                 own file
13700
13701 2004-07-14 [colin]      0.9.12cvs18.10
13702
13703         * src/send_message.c
13704                 Fix smtp auth when user is null or empty
13705
13706 2004-07-13 [colin]      0.9.12cvs18.9
13707
13708         * src/gtk/quicksearch.c
13709                 Use alphabetic order
13710
13711 2004-07-13 [colin]      0.9.12cvs18.8
13712
13713         * src/pop.c
13714                 Be paranoid on the checks
13715
13716 2004-07-13 [colin]      0.9.12cvs18.7
13717
13718         * src/gtk/quicksearch.c
13719                 Fix Engrish once again
13720
13721 2004-07-13 [colin]      0.9.12cvs18.6
13722
13723         * src/procmsg.c
13724         * src/summaryview.c
13725                 Mark messages for deletion when they are about to
13726                 be removed from trash
13727
13728 2004-07-13 [colin]      0.9.12cvs18.5
13729
13730         * src/matcher.c
13731         * src/matcher.h
13732         * src/matcher_parser_parse.y
13733         * src/prefs_matcher.c
13734         * src/gtk/quicksearch.c
13735                 Add 'partial' ('p') match string to find partially
13736                 downloaded messages
13737
13738 2004-07-13 [colin]      0.9.12cvs18.4
13739
13740         * src/pop.c
13741                 Fix misplaced block
13742
13743 2004-07-13 [colin]      0.9.12cvs18.3
13744
13745         * src/pop.c
13746         * src/pop.h
13747         * src/messageview.c
13748                 Refactor API (to avoid passing 5+ params and code
13749                 duplication)
13750         * src/folder.c
13751         * src/msgcache.c
13752         * src/procheader.c
13753         * src/common/defs.h
13754                 Add planned_download to cache
13755                 Don't mess uidl file when moving partially downloaded
13756                 mails (they change folder, we should change it in the
13757                 uidl list too or we'll remove an incorrect message)
13758                 (this also helps removing hacks when changing 
13759                 planned_download in messageview.c)
13760
13761 2004-07-12 [colin]      0.9.12cvs18.2
13762
13763         * src/gtk/quicksearch.c
13764                 Fix missing status update in quicksearch
13765
13766 2004-07-12 [paul]       0.9.12cvs18.1
13767
13768         * po/POTFILES.in
13769         * src/Makefile.am
13770         * src/account.c
13771         * src/codeconv.c
13772         * src/compose.c
13773         * src/inc.c
13774         * src/main.c
13775         * src/prefs_common.c
13776         * src/procmsg.h
13777         * src/toolbar.c
13778         * src/prefs_msg_colors.[ch]     ** NEW FILES **
13779         * src/prefs_wrapping.[ch]       ** NEW FILES **
13780         * src/common/intl.h
13781         * src/common/utils.[ch]
13782         * src/gtk/quicksearch.[ch]
13783                 sync with 0.9.12cvs18 HEAD
13784
13785 2004-07-12 [colin]      0.9.11cvs17.25
13786
13787         * src/folder.c
13788         * src/folder.h
13789                 Remove unused function added by me in 0.9.11cvs17.10
13790
13791 2004-07-11 [colin]      0.9.11cvs17.24
13792
13793         * src/inc.c
13794         * src/messageview.c
13795         * src/pop.c
13796         * src/pop.h
13797                 Use folderitem and msgnum instead of filename to
13798                 know which mail to delete
13799                 Move old partial mail deletion to pop.c
13800
13801 2004-07-10 [colin]      0.9.11cvs17.23
13802
13803         * src/inc.c
13804                 Add debug
13805         * src/pop.c
13806         * src/pop.h
13807                 Don't re-use same enums for unrelated stuff: it's 
13808                 completely misleading !
13809                 Document a bit
13810
13811 2004-07-09 [colin]      0.9.11cvs17.22
13812
13813         * src/inc.c
13814                 Remove folder-type check and do
13815                 more tests to be sure everything's
13816                 ok
13817         * src/messageview.c
13818                 Punctuation update, remove useless
13819                 code, fix two warnings
13820         * src/noticeview.c
13821                 Layout cleaning, reset 2nd button
13822                 when specifying one
13823
13824 2004-07-09 [colin]      0.9.11cvs17.21
13825
13826         * src/messageview.c
13827         * src/pop.c
13828         * src/pop.h
13829                 Allow user to change his mind
13830                 and postpone decision (by
13831                 unmarking the mail)
13832
13833 2004-07-09 [colin]      0.9.11cvs17.20
13834
13835         * src/messageview.c
13836                 Fix bug with delete state
13837         * src/pop.c
13838         * src/pop.h
13839                 Fix buffer leak (fread doesn't 
13840                 terminate buffers with \0)
13841                 Refactoring (remove magic 
13842                 numbers)
13843
13844 2004-07-09 [colin]      0.9.11cvs17.19
13845
13846         * src/pop.c
13847                 Don't log "Skipping message" if 
13848                 we're going to TOP it two lines
13849                 later
13850
13851 2004-07-09 [colin]      0.9.11cvs17.18
13852
13853         * src/messageview.c
13854                 Fix Engrish
13855
13856 2004-07-09 [colin]      0.9.11cvs17.17
13857
13858         * src/pop.c
13859                 strlen checking...
13860         * src/messageview.c
13861                 refactoring a bit
13862
13863 2004-07-08 [colin]      0.9.11cvs17.16
13864
13865         * src/noticeview.c
13866         * src/noticeview.h
13867                 Add an optional second button
13868         * src/messageview.c
13869         * src/pop.c
13870         * src/pop.h
13871                 Don't delete partially received mails after a certain
13872                 time; rather, let the user decide.
13873
13874 2004-07-08 [colin]      0.9.11cvs17.15
13875
13876         * src/common/smtp.h
13877                 Sync with HEAD
13878
13879 2004-07-08 [colin]      0.9.11cvs17.14
13880
13881         * src/messageview.c
13882         * src/common/smtp.c
13883                 Use to_human_readable() for sizes
13884
13885 2004-07-08 [colin]      0.9.11cvs17.13
13886
13887         * src/inc.c
13888         * src/messageview.c
13889         * src/pop.c
13890         * src/pop.h
13891         * src/procmsg.c
13892                 Fix partial-downloading issues:
13893                         catch unsupported TOP
13894                         don't delete partially downloaded mails before 5 days
13895                         don't update existing with non-MH folders; that'll
13896                         make dups, but it's better than trashing the folder
13897                         free new msginfo parts
13898                 Fix indentation ;-)
13899
13900 2004-07-08 [colin]      0.9.11cvs17.12
13901
13902         * src/common/smtp.c
13903         * src/common/smtp.h
13904                 Sync smtp size verification with HEAD
13905
13906 2004-07-08 [colin]      0.9.11cvs17.11
13907
13908         * src/summaryview.c
13909         * src/prefs_common.c
13910         * src/prefs_common.h
13911         * src/gtk/quicksearch.c
13912         * src/gtk/quicksearch.h
13913                 Sync sticky pref with HEAD
13914
13915 2004-07-08 [colin]      0.9.11cvs17.10
13916
13917         * src/folder.c [1.213.2.6]
13918         * src/folder.h [1.87.2.6]
13919         * src/inc.c [1.149.2.7]
13920         * src/messageview.c [1.94.2.8]
13921         * src/procheader.c [1.47.2.6]
13922         * src/procmsg.c [1.150.2.4]
13923         * src/procmsg.h [1.60.2.5]
13924         * src/pop.c [1.56.2.4]
13925         * src/pop.h [1.17.2.3]
13926                 Let too big messages get downloaded, but truncated
13927                 Add a button to download them completely
13928                 
13929 2004-07-06 [colin]      0.9.11cvs17.9
13930
13931         * src/gtk/quicksearch.c [1.1.2.3]
13932                 Add a Clear button
13933         * commitHelper
13934         * PATCHSETS
13935                 Add a script to help with cvs
13936
13937 2004-07-03 [colin]      0.9.11cvs17.8
13938
13939         * src/plugins/imageviewer/viewer.c
13940                 fix imageviewer (which was staying on the first
13941                 displayed image)
13942
13943 2004-07-03 [colin]      0.9.11cvs17.7
13944
13945         Removed FIXME_GTK2 warnings
13946         * src/gtk/gtkutils.c
13947                 useless #warnings
13948         * src/gtk/menu.c
13949                 useless #warnings (no need to mess with menu rc)
13950         * src/gtk/menu.h
13951                 unused functions
13952         
13953
13954 2004-07-03 [colin]      0.9.11cvs17.6
13955
13956         Removed FIXME_GTK2 warnings
13957         * src/codeconv.c
13958                 useless #warnings (rewrite needed)
13959         * src/compose.c
13960                 useless #warnings (rewrite needed)
13961                 useless #warnings (gtk2 is like that)
13962                 useless #warnings (previously fixed)
13963         * src/main.c
13964                 useless #warnings (previously fixed)
13965         * src/message_search.c
13966                 useless #warnings (gtk2 is like that)
13967                 Made apparent that search is case-sensitive
13968         * src/mimeview.c
13969                 useless #warnings (rewrite needed)
13970                 useless #warnings (gtk2 is like that)
13971                 reimplemented real warnings
13972         * src/prefs_common.c
13973                 Removed block cursor option (not it gtk2)
13974         * src/prefs_gtk.c
13975                 useless #warnings (rewrite needed)
13976         * src/procheader.c
13977                 useless #warnings (rewrite needed)
13978         * src/sourcewindow.c
13979                 useless #warnings (incorrect placing)
13980         * src/summary_search.c
13981                 useless #warnings (gtk2 is like that)
13982                 Made apparent that search is case-sensitive
13983         * src/action.c
13984                 useless #warnings (gtk2 is like that)
13985         * src/textview.c
13986                 useless #warnings (rewrite needed)
13987         * src/toolbar.c
13988                 useless #warnings (rewrite needed)
13989
13990 2004-07-03 [colin]      0.9.11cvs17.5
13991
13992         * src/textview.c
13993                 Fix mismerge which broke URI opening
13994                 
13995 2004-07-01 [colin]      0.9.11cvs17.4
13996
13997         * src/gtk/filesel.c
13998                 Fill filename when saving
13999                 
14000 2004-06-27 [colin]      0.9.11cvs17.3
14001
14002         * src/gtk/filesel.[ch]
14003                 Use the new GTK file selector
14004                 Update prototype to match the reality: multiple file
14005                 selection is open-only          
14006         * src/compose.c
14007                 Match the new prototypes        
14008         * configure.ac
14009                 Match the new requirements (gtk 2.4.0)
14010                         
14011 2004-06-26 [colin]      0.9.11cvs17.2
14012
14013         * src/plugins/trayicon/trayicon.c
14014                 Remove useless signal handler on resize, which causes
14015                 an infinite "loop"
14016         
14017 2004-06-26 [colin]      0.9.11cvs17.1
14018         
14019         * tools/Makefile.am
14020                 remove launch_firebird and add nautilus2sylpheed.sh
14021         * src/quicksearch.c
14022           src/summaryview.c
14023                 Fix show/hide "Extended symbols" button problem
14024                 Fix apparition at startup
14025                 Fix const warnings
14026         * src/plugins/image_viewer/Makefile.am
14027                 Fix configure 
14028         * common/ssl.c
14029                 Re-enable certificate check, as it doesn't seem to
14030                 cause Xlib errors anymore
14031
14032 2004-06-25 [paul]       0.9.11cvs17
14033
14034         * sync with 0.9.11cvs17 HEAD
14035         
14036         NOTE: QuickSearch is broken
14037
14038 2004-06-07 [colin]      0.9.10claws67.10
14039         * src/plugins/trayicon/trayicon.c
14040           src/plugins/trayicon/libeggtrayicon/Makefile.am
14041           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14042                 Fix gettextization in trayicon plugin
14043
14044 2004-06-07 [colin]      0.9.10claws67.9
14045         
14046         * src/summaryview.c
14047           src/gtk/gtksctree.[ch]
14048                 Let Shift+{Up,Down} work in summaryview
14049                 (well, Down "works" and Up works)
14050                 Let the list scroll when using these keys
14051
14052 2004-06-06 [colin]      0.9.10claws67.8
14053
14054         * src/plugins/trayicon/trayicon.c
14055                 Fix pixmap update
14056
14057 2004-06-06 [colin]      0.9.10claws67.7
14058
14059         * src/addressbook.c
14060                 Fix signal handling causing system-wide focus grab
14061
14062 2004-05-25 [paul]       0.9.10claws67.6
14063
14064         * Makefile.am
14065           src/Makefile.am
14066                 clean up
14067
14068 2004-05-25 [paul]       0.9.10claws67.5
14069
14070         * replace deprecated gtk_signal... functions
14071
14072 2004-05-23 [colin]      0.9.10claws67.4
14073
14074         * src/compose.c
14075                 Fix wrapping
14076
14077 2004-05-22 [colin]      0.9.10claws67.3
14078
14079         * src/compose.c
14080                 Re-fix [Edited] in compose.c::compose_reedit()
14081
14082 2004-05-22 [colin]      0.9.10claws67.2
14083
14084         * src/procmime.c
14085                 Fix parsing of multiparts mails
14086
14087 2004-05-22 [colin]      0.9.10claws67.1
14088
14089         * src/summaryview.c
14090                 Fix quicksearch
14091
14092 2004-05-22 [paul]       0.9.10claws67
14093
14094         * sync with 0.9.10claws67 HEAD
14095
14096 2004-05-14 [alfons]
14097
14098         * src/procmime.h
14099                 add forgotton prototype
14100
14101 2004-05-10 [paul]       0.9.10claws57
14102
14103         * sync with 0.9.10claws57 HEAD
14104
14105 2004-05-05 [paul]       0.9.9.claws1
14106
14107         * ChangeLog-gtk2        ** REMOVED **
14108           ChangeLog-gtk2.claws  ** ADDED **
14109                 rename and adopt the normal claws format
14110                 
14111         * configure.ac
14112                 require gtkmathview >= 0.5
14113
14114         * ac/*                          ** REMOVED **
14115           ac/                           ** REMOVED **
14116           intl/Makefile.in              ** REMOVED **
14117           m4/                           ** ADDED **
14118           m4/missing                    ** ADDED **
14119           m4/missing/gdk-pixbuf.m4      ** ADDED **
14120           m4/missing/gettext.m4         ** ADDED **
14121           m4/missing/gpgme.m4           ** ADDED **
14122           m4/missing/imlib.m4           ** ADDED **
14123           m4/.cvsignore                 ** ADDED **
14124           m4/Makefile.am                ** ADDED **
14125           m4/README                     ** ADDED **
14126           m4/aclocal-include.m4         ** ADDED **
14127           m4/aspell.m4                  ** ADDED **
14128           m4/check-type.m4              ** ADDED **
14129           m4/gnupg-check-typedef.m4     ** ADDED **
14130           m4/openssl.m4                 ** ADDED **
14131           m4/spamassassin.m4            ** ADDED **
14132           po/ChangeLog                  ** REMOVED **
14133           po/Makefile.in.in             ** REMOVED **
14134           po/Rules-quot                 ** REMOVED **
14135           po/boldquot.sed               ** REMOVED **
14136           po/en@boldquot.header         ** REMOVED **
14137           po/en@quot.header             ** REMOVED **
14138           po/insert-header.sin          ** REMOVED **
14139           po/quot.sed                   ** REMOVED **
14140           po/remove-potcdate.sed        ** REMOVED **
14141           po/remove-potcdate.sin        ** REMOVED **
14142           po/stamp-po                   ** REMOVED **
14143           Makefile.am
14144           autogen.sh
14145           configure.ac
14146                 enable building with automake 1.8.x
14147                 add 'autopoint --force' to autogen.sh and remove all
14148                 auto-generated files, remove ac/ directory and use
14149                 m4/ directory instead
14150                 
14151         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14152                 fix gettextization
14153
14154 2004-02-28 Colin Leroy <colin@colino.net>
14155         * src/prefs_matcher.c
14156           src/prefs_filtering.c
14157           src/prefs_filtering_action.c
14158                 Fix non-editable GtkEntries
14159
14160 2004-02-22 Thorsten Maerz <torte@netztorte.de>
14161         * src/prefs_themes.c
14162                 utf8 conversion for theme info
14163
14164 2004-02-21 Thorsten Maerz <torte@netztorte.de>
14165         * sync 0.9.9claws
14166
14167 2004-02-14 Thorsten Maerz <torte@netztorte.de>
14168         * src/grouplistdialog.c
14169                 allow multiple selections without ctrl key
14170
14171 2004-02-09 Thorsten Maerz <torte@netztorte.de>
14172         * src/main.c
14173                 enable customizable accelerators
14174
14175 2004-02-08 Thorsten Maerz <torte@netztorte.de>
14176         * src/prefs_common.c
14177                 re-enable different font settings for gtk1/2
14178         * src/prefs_folder_item.c
14179                 fix folder prefs displayed wrong
14180         * src/textview.c
14181                 set 'sunken' shadow type
14182
14183 2004-02-07 Colin Leroy <colin@colino.net>
14184         * src/compose.c
14185                 Fix message being always [Edited]
14186                 Encode headers correctly (utf8 buf)
14187
14188 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14189         * src/socket.c
14190                 remove double g_source_attach()
14191                 (Thanks to Colin Leroy)
14192
14193 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14194         * src/gtk/gtksctree.c
14195                 Fix SSL certificate list not shown
14196         * src/mimeview.c
14197                 Fix clicks in mime tree
14198
14199 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14200         * src/common/socket.c
14201                 Fix SSL receive
14202         * src/compose.c
14203                 Fix clipboard menu hotkeys
14204
14205 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14206         * src/gtk/gtkaspell.[ch]
14207           src/compose.c
14208                 reimplement spellchecker
14209
14210 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14211         * src/gtk/filesel.c
14212                 crash when inserting file in compose window
14213                 (TODO: keep old selection on clicks)
14214         * src/main.c
14215                 use gtkrc-2.0 instead of gtkrc
14216
14217 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14218         * src/messageview.c
14219                 remove orphaned mimeview unref()
14220
14221 2004-01-20 Thorsten Maerz <torte@netztorte.de>
14222         * src/grouplistdialog.c
14223                 expand nodes containing subscribed groups
14224
14225 2004-01-19 Thorsten Maerz <torte@netztorte.de>
14226         * src/textview.c
14227                 textview: hide cursor, restore old click behaviour
14228
14229 2004-01-18 Thorsten Maerz <torte@netztorte.de>
14230         * src/textview.c
14231                 variable names messed up
14232
14233 2004-01-17 Colin Leroy <colin@colino.net>
14234         * src/addr_compl.c
14235                 Fix completion address too thin
14236         * src/compose.c
14237                 Fix tab-to-subject behaviour
14238         * src/summaryview.c
14239                 Implement key up & down in summaryview
14240
14241 2004-01-12 Thorsten Maerz <torte@netztorte.de>
14242
14243         * sync 098claws
14244
14245 2004-01-08 Thorsten Maerz <torte@netztorte.de>
14246         * configure.ac
14247           Makefile.am
14248           doc/.cvsignore
14249           doc/Makefile.am
14250                 faq, man, manual moved to doc/
14251         * ac/aspell.m4
14252           ac/check-type.m4
14253           ac/gnupg-check-typedef.m4
14254           ac/openssl.m4
14255           ac/spamassassin.m4
14256           ac/missing/gdk-pixbuf.m4
14257           ac/missing/gpgme.m4
14258           ac/missing/imlib.m4
14259                 fix automake warnings
14260
14261 2003-12-06 Colin Leroy <colin@colino.net>
14262         * src/summaryview.c
14263                 Fix quicksearch
14264
14265 2003-12-05 Colin Leroy <colin@colino.net>
14266         * src/summaryview.c
14267                 Fix going to next unread folder
14268
14269 2003-12-05 Colin Leroy <colin@colino.net>
14270         * src/crash.c
14271                 Fix gtk2 compilation
14272         * src/session.c
14273                 Remove iotag source handler at disconnection
14274         * src/socket.[ch] 
14275                 Remove source handler when closing socket 
14276                 (fixes another seg)
14277
14278 2003-12-04 Colin Leroy <colin@colino.net>
14279         * src/compose.c
14280           src/prefs_account.c
14281           src/prefs_common.c
14282                 Fix some dropdown menus
14283
14284 2003-12-04 Colin Leroy <colin@colino.net>
14285         * src/compose.c
14286                 Fix event handlers on header fields
14287         * src/common/socket.c
14288           src/common/session.c
14289                 Fix segfault with callback (SSL)
14290                 Fix end of session 
14291
14292 2003-10-06 Thorsten Maerz <torte@netztorte.de>
14293
14294         * Fix compile bug in src/compose.c
14295         * removed src/gtk/gtkstext.[ch]
14296
14297 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
14298
14299         * Convert character set and escape "text" attributes in toolbar setting
14300         files.
14301         * Fixed bug in button-press-event handling.
14302
14303 2003-09-16 Thorsten Maerz <torte@netztorte.de>
14304
14305         * Fixed bug in key-press-event handling.
14306
14307 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
14308
14309         * Enabled to compile tray-icon plugin (Ad-hoc).
14310         * Avoid hang up bug of icon list in mime view (Ad-hoc).
14311
14312 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
14313
14314         * Enabled to compile on sylpheed-claws.
14315         (tray-icon plugin still cannot compile yet.)
14316
14317 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
14318
14319         * Updated to 0.9.5.
14320
14321 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
14322
14323         * Updated to 0.9.4.
14324         * Ported monitoring SSL mechanism to GSource of GLib2
14325         (I don't confirm it)
14326         * Added _gtk2 suffix to key name of font preference to avoid
14327         ovverwriting preference of Gtk+-1.2 version.
14328
14329 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
14330
14331         * Updated to 0.9.2.
14332
14333 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
14334
14335         * Updated to 0.9.1.
14336         * Translate po files into UTF-8 when execute autogen.sh.
14337
14338 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
14339
14340         * Updated to 0.9.0.
14341
14342 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
14343
14344         * Plugged GError related memory leaks.
14345
14346 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
14347
14348         * Changed default size of fonts.
14349         * Enabled to set titile font size of warning dialog.
14350
14351 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
14352
14353         * Embed a sylpheed icon into executable binary on Windows.
14354
14355 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
14356
14357         * I forgot to traslate character set of element string in src/xml.c.
14358
14359 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
14360
14361         * Fixed detecting bind_textdomain_codeset in configure.in.
14362         * The bug in which "Example" of "Date fromat" preference isn't displayed
14363         correctly has been fixed.
14364
14365 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
14366
14367         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
14368           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
14369           glib-gettextize
14370           Removed intl directory.
14371           Translated po files into UTF-8.
14372           (Thanks! Ryuji Abe)
14373
14374 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
14375
14376         * The bug which doesn't unscape string in xml.c has been fixed.
14377
14378 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
14379
14380         * The bug which is failed to translate encoding of file name thorough
14381         file dialog has been fixed.
14382
14383 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
14384
14385         * Modified to translate file names which is used in inporting/expoting
14386         mbox feature and "Save as" feature into locale encoding.
14387         * Translate file names into locale encoding when "Attache file" and
14388         "Insert file".
14389         * Force set G_BROKEN_FILENAMES environment variable.
14390         * Other minor fixes.
14391
14392 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
14393
14394         * Modified to treat MH folder's name as locale encoding.
14395
14396 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
14397
14398         * The bug which clash on switching candidates of auto completion of
14399         addresses, cannot use auto completion in Japanesse is fixed
14400         (Thanks! Tokunaga-san)¡¥
14401
14402 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14403
14404         * The bug which cannot switch key accelerator preference has been fixed
14405         (Thanks! smbd-san)¡¥
14406
14407 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14408
14409         * version 0.8.11-gtk2-20030314
14410
14411 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14412
14413         * The bug in which character set conversion of filtering messages has
14414         been fixed.(Thanks! COCOA-san).
14415
14416 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
14417
14418         * Revived "Leave space on head" preference in "Message" category.
14419         * A bug which clash when put the cursor to end of buffer and execute
14420         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
14421
14422 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
14423
14424         * version 0.8.11-gtk2-20030312
14425
14426 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
14427
14428         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
14429         * Modified to use Pango's API directly for font preference.
14430         * Integrated GtkTextView of textview to one widget.
14431         * Set fonts of header title in textview by "header_title" tag.
14432         * Removed some deprecated codes.
14433
14434 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
14435
14436         * Updated to 0.8.11.
14437         * Merged cygwin patch(Thanks! Sakai-san).
14438
14439 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
14440
14441         * version 0.8.10-gtk2-20030309