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