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