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