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