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