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