2006-05-20 [colin] 2.2.0cvs41
[claws.git] / ChangeLog
1 2006-05-20 [colin]      2.2.0cvs41
2
3         * src/imap.c
4                 Fix -rc2 problems:
5                 - remove cache of moved messages from original folder
6                 - apply new flags to messages even if they aren't appliable
7                   via IMAP.
8
9 2006-05-20 [colin]
10
11         * 2.3.0-rc2 released
12
13 2006-05-19 [colin]      2.2.0cvs40
14
15         * src/imap.c
16                 Don't issue SELECT in imap_change_flags
17                 before having checked that we indeed have
18                 some flags to change. MSG_POSTFILTERED for
19                 example can't be used on IMAP.
20                 Fixes bug #955 (copying messages between 
21                 imap folders is extremely slow), which was
22                 a regression.
23
24 2006-05-19 [colin]      2.2.0cvs39
25
26         * src/folder.c
27         * src/folder.h
28         * src/folderview.c
29                 Try to fix bug #830 (Some unread messages 
30                 get marked read in IMAP inbox):
31                 - Prevent scanning a folder if it's being 
32                   opened via the GUI
33                 - Postpone opening via the GUI of a folder
34                   currently scanned.
35
36
37 2006-05-19 [wwp]        2.2.0cvs38
38
39         * manual/advanced.xml
40                 fix English+typo (thanks to Paul).
41
42 2006-05-19 [wwp]        2.2.0cvs37
43
44         * manual/advanced.xml
45         * manual/fr/advanced.xml
46         * src/gtk/logwindow.c
47         * src/prefs_common.c
48         * src/prefs_common.h
49                 added hidden prefs to allow customization of colors used in
50                 protocol log window (useful for dark gtk+ themes).
51
52 2006-05-19 [wwp]        2.2.0cvs36
53
54         * ChangeLog
55                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
56
57 2006-05-19 [paul]       2.2.0cvs35
58
59         * src/textview.c
60                 make Reply-To fully clickable
61         * src/gtk/logwindow.c
62                 more colouring (SMTP ESMTP)
63         Both patches by Pawel Pekala
64
65 2006-05-19 [cleroy]     2.2.0cvs34
66
67         * src/mh.c
68                 Don't update flags from current folder
69                 Probably fixes bug #935 (Read Messages 
70                 Revert to Being Marked as Unread)
71
72 2006-05-18 [colin]      2.2.0cvs33
73
74         * src/imap.c
75                 Warning fix
76         * src/compose.c
77         * src/mainwindow.c
78         * src/summaryview.c
79         * src/toolbar.c
80                 Allow replying to multiple emails
81                 in multiple windows
82         * src/mimeview.c
83         * src/etpan/imap-thread.c
84                 Leak fixes
85
86 2006-05-18 [paul]       2.2.0cvs32
87
88         * src/summaryview.c
89                 keep Mailing-List menu refreshed
90                 Thanks to Colin
91
92 2006-05-18 [paul]       2.2.0cvs31
93
94         * manual/advanced.xml
95         * manual/faq.xml
96         * manual/glossary.xml
97         * manual/handling.xml
98         * manual/intro.xml
99         * manual/plugins.xml
100         * manual/sylpheed-claws-manual.xml
101                 update URLs
102                 add info about mailing-list support
103                 edit filtering info
104         * src/wizard.c
105         * src/common/defs.h
106         * src/gtk/about.c
107         * src/plugins/dillo_viewer/README
108                 update URLs
109
110 2006-05-17 [wwp]        2.2.0cvs30
111
112         * manual/handling.xml
113         * manual/fr/handling.xml
114                 documented the ability to enabled/disable filtering/processing rules.
115
116 2006-05-17 [colin]      2.2.0cvs29
117
118         * src/main.c
119                 Don't initialize g_thread subsystem if it's 
120                 already done (thanks to Hiro)
121         * src/mimeview.c
122                 Fix saving of parts when there name can't be
123                 converted from UTF-8.
124
125 2006-05-17 [paul]       2.2.0cvs28
126
127         * po/Makefile.in.in
128                 fix config.status warning with autoconf 2.60
129
130 2006-05-17 [paul]       2.2.0cvs27
131
132         * po/POTFILES.in
133                 add src/mbox.c
134
135 2006-05-17 [wwp]        2.2.0cvs26
136
137         * src/mainwindow.c
138                 fix useless and potentially dangerous buffer walking (thanks to Colin).
139
140 2006-05-17 [wwp]        2.2.0cvs25
141
142         * src/plugins/demo/demo.c
143                 updated product name in plugin demo (many plugins need to be
144                 sync'ed w/ that change).
145
146 2006-05-17 [colin]      2.2.0cvs24
147
148         * src/mh.c
149                 Fix leak
150
151 2006-05-16 [colin]      2.2.0cvs23
152
153         * src/mainwindow.c
154                 Stupid me hit again. Fix cvs22.
155
156 2006-05-16 [colin]      2.2.0cvs22
157
158         * src/mainwindow.c
159                 Fix bug #922 (sylpheed-claws crashed after 
160                 pushing on Inbox folder)
161
162 2006-05-16 [colin]      2.2.0cvs21
163
164         * src/compose.c
165                 Make From header be copy/paste/select-able
166
167 2006-05-16 [wwp]        2.2.0cvs20
168
169         * src/export.c
170         * src/matcher.c
171         * src/summaryview.c
172         * src/etpan/imap-thread.c
173                 fix some compiler warnings (thanks to Colin).
174
175 2006-05-16 [wwp]        2.2.0cvs19
176
177         * src/action.c
178         * src/gedit-print.c
179         * src/inc.c
180         * src/mainwindow.c
181         * src/mh.c
182         * src/statusbar.c
183         * src/send_message.c
184         * src/summaryview.c
185                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
186
187 2006-05-15 [colin]      2.2.0cvs18
188
189         * src/procmsg.c
190                 Fix automatic rule creation with List-Post
191
192 2006-05-15 [paul]       2.2.0cvs17
193
194         * tools/filter_conv_new.pl
195                 updated for rule enabling/disabling
196                 claws version >= 2.3.x required
197
198 2006-05-15 [cleroy]     2.2.0cvs16
199
200         * src/main.c
201                 Revert test
202
203 2006-05-15 [cleroy]     2.2.0cvs15
204
205         * src/main.c
206                 test
207
208 2006-05-15 [wwp]        2.2.0cvs14
209
210         * manual/pl/.cvsignore
211                 ignore generated files.
212
213 2006-05-14 [wwp]        2.3.0-rc1
214
215         * 2.3.0-rc1 released
216
217 2006-05-13 [wwp]        2.2.0cvs13
218
219         * src/filtering.c
220         * src/filtering.h
221         * src/matcher.c
222         * src/matcher_parser_lex.l
223         * src/matcher_parser_parse.y
224         * src/prefs_filtering.c
225                 new feature: provide the ability to disable filtering and processing
226                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
227                 adaptations.
228
229 2006-05-13 [colin]      2.2.0cvs12
230
231         * src/compose.c
232                 Remove useless if (a) b; else b;
233                 Thanks to wwp
234
235 2006-05-13 [wwp]        2.2.0cvs11
236
237         * src/export.c
238         * src/import.c
239         * src/mainwindow.c
240         * src/mbox.c
241         * src/summaryview.c
242         * src/summaryview.h
243                 no more silent failures (or at least less ones) when importing
244                 or exporting from/to mbox. Also start importing/exporting if
245                 the necessary info is set.
246
247 2006-05-13 [wwp]        2.2.0cvs10
248
249         * RELEASE_NOTES
250                 restored up-to-date release notes.
251
252 2006-05-13 [paul]       2.2.0cvs9
253
254         * po/nl.po
255         * po/ru.po
256                 updated by Tim Dijkstra and Pavlo Bohmat
257
258 2006-05-12 [colin]      2.2.0cvs8
259
260         * src/gtk/quicksearch.c
261                 Add "k" as shortcut for "colorlabel". Patch
262                 by ath42@users.sf.net.
263
264 2006-05-12 [paul]       2.2.0cvs7
265
266         * src/prefs_common.h
267         * src/prefs_summaries.c
268         * src/summaryview.c
269                 when entering a folder also allow
270                 going directly to first Marked message
271
272 2006-05-12 [paul]       2.2.0cvs6
273
274         * src/summaryview.c
275                 always obey 'confirm before marking all
276                 mails read' option
277
278 2006-05-12 [paul]       2.2.0cvs5
279
280         * src/textview.c
281                 make Sender fully clickable
282
283 2006-05-12 [colin]      2.2.0cvs4
284
285         * src/compose.c
286         * src/compose.h
287                 Let From be editable
288         * src/main.c
289         * src/mh.c
290                 Full support of .mh_sequences' Unseen seq
291
292 2006-05-12 [colin]      2.2.0cvs3
293
294         * src/folder.c
295         * src/mainwindow.c
296         * src/mainwindow.h
297         * src/messageview.c
298         * src/prefs_spelling.c
299         * src/procheader.c
300         * src/procmsg.c
301         * src/procmsg.h
302         * src/summaryview.c
303         * src/toolbar.c
304         * src/toolbar.h
305                 Add contextual menu on Compose toolbar
306                 button. Fixes bug #944 (Automatic
307                 addresses not applied when changing account
308                 from compose window)
309                 add Mailing List support
310                 based on the old 0.6.5claws25 patch by
311                 Melvin Hadasht, with finishing touches
312                 by Colin
313                 Fix "ignore thread" when mails are threaded by
314                 subject (and weren't ignored although appearing
315                 in the thread).
316                 GUI rework.
317                 Both patches by Pawel.
318
319 2006-05-08 [paul]       2.2.0cvs2
320
321         * src/mainwindow.c
322         * src/mainwindow.h
323         * src/messageview.c
324         * src/procheader.c
325         * src/procmsg.c
326         * src/procmsg.h
327         * src/summaryview.c
328                 add Mailing List support
329                 based on the old 0.6.5claws25 patch by 
330                 Melvin Hadasht, with finishing touches
331                 by Colin
332
333 2006-05-08 [colin]      2.2.0cvs1
334
335         * src/mainwindow.c
336         * src/toolbar.c
337         * src/toolbar.h
338                 Add contextual menu on Compose toolbar 
339                 button. Fixes bug #944 (Automatic 
340                 addresses not applied when changing account 
341                 from compose window)
342
343 2006-05-08 [paul]       2.2.0
344
345         2.2.0 released
346
347 2006-05-08 [paul]       2.1.1cvs51
348
349         * po/cs.po
350         * po/de.po
351         * po/en_GB.po
352         * po/fi.po
353         * po/fr.po
354         * po/pt_BR.po
355         * po/sr.po
356         * po/zh_CN.po
357                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
358                 Fabien Vantard, Frederico Goncalves Guimaraes,
359                 Aleksandar Urosevic, and Ralgh Young
360
361 2006-05-12 [colin]      2.1.1cvs50
362
363         * po/cs.po
364         * po/de.po
365         * po/en_GB.po
366         * po/es.po
367         * po/fi.po
368         * po/fr.po
369         * po/pt_BR.po
370         * po/sr.po
371         * po/zh_CN.po
372                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
373                 Fabien Vantard, Frederico Goncalves Guimaraes,
374                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
375
376 2006-05-05 [colin]      2.1.1cvs49
377
378         * manual/Makefile.am
379         * manual/pl/Makefile.am
380         * manual/pl/account.xml
381         * manual/pl/ack.xml
382         * manual/pl/addrbook.xml
383         * manual/pl/advanced.xml
384         * manual/pl/faq.xml
385         * manual/pl/glossary.xml
386         * manual/pl/gpl.xml
387         * manual/pl/handling.xml
388         * manual/pl/intro.xml
389         * manual/pl/keyboard.xml
390         * manual/pl/plugins.xml
391         * manual/pl/starting.xml
392         * manual/pl/sylpheed-claws-manual.xml
393         * manual/pl/dist/.cvsignore
394         * manual/pl/dist/Makefile.am
395         * manual/pl/dist/html/.cvsignore
396         * manual/pl/dist/html/Makefile.am
397         * manual/pl/dist/pdf/.cvsignore
398         * manual/pl/dist/pdf/Makefile.am
399         * manual/pl/dist/ps/.cvsignore
400         * manual/pl/dist/ps/Makefile.am
401         * manual/pl/dist/txt/.cvsignore
402         * manual/pl/dist/txt/Makefile.am
403                 Add the polish translation of the manual,
404                 Authored by Pawel Pekala.
405
406 2006-05-05 [cleroy]     2.1.1cvs48
407
408         * src/main.c
409                 Re-read matcherrc after loading plugins 
410                 if some of them add folders.
411
412 2006-05-03 [colin]      2.1.1cvs47
413
414         * src/imap.c
415                 I'm idiot
416
417 2006-05-03 [colin]      2.1.1cvs46
418
419         * src/imap.c
420                 Be sure to have a session when
421                 getting separator
422
423 2006-05-03 [colin]      2.1.1cvs45
424
425         * src/imap.c
426         * src/imap.h
427         * src/imap_gtk.c
428                 Fix preventing renaming with namespace 
429                 separator.
430
431 2006-05-01 [colin]      2.1.1cvs44
432
433         * src/action.c
434                 Don't reload messageview when result of
435                 action is piped.
436
437 2006-04-29 [colin]      2.1.1cvs43
438
439         * src/prefs_receive.c
440         * src/plugins/spamassassin/spamassassin_gtk.c
441         * src/plugins/clamav/clamav_plugin_gtk.c
442                 GUI fixes by Pawel
443
444 2006-04-29 [colin]      2.1.1cvs42
445
446         * src/prefs_compose_writing.c
447         * src/prefs_quote.c
448                 Cleanups. Patch by Pawel
449
450 2006-04-28 [paul]       2.1.1cvs41
451
452         * src/matcher.c
453                 fix returned quick search results when search
454                 term contains an underscore.
455                 Thanks to Colin
456
457 2006-04-28 [paul]       2.1.1cvs40
458
459         * src/prefs_message.c
460         * src/prefs_receive.c
461                 GUI cleanups
462                 Patches by Pawel Pekala
463
464 2006-04-27 [colin]      2.1.1cvs39
465
466         * src/wizard.c
467                 Differentiate subject Welcome from
468                 window's title Welcome
469
470 2006-04-27 [paul]
471
472         2.2.0-rc1 released
473
474 2006-04-27 [paul]       2.1.1cvs38
475
476         * manual/advanced.xml
477         * manual/fr/advanced.xml
478                 add info about compose_no_markup hidden pref
479
480 2006-04-27 [paul]       2.1.1cvs37
481
482         * src/prefs_account.c
483                 improve privacy labels
484         * src/prefs_msg_colors.c
485                 change some strings for translators' convenience
486         * src/gtk/gtkutils.c
487                 don't underline the link button text
488
489 2006-04-25 [colin]      2.1.1cvs36
490
491         * src/folder.c
492                 Complete 2.1.1cvs33 (once more ;)
493
494 2006-04-25 [colin]      2.1.1cvs35
495
496         * src/editldap.c
497                 Fix tooltip
498
499 2006-04-25 [cleroy]     2.1.1cvs34
500
501         * src/compose.c
502         * src/gtk/gtkaspell.c
503                 Fix crash on redirect (related to the return 
504                 of the aspell menu in compose's toolbar)
505         * src/prefs_msg_colors.c
506                 Fix sensitivity widgets
507         * src/image_viewer.c
508         * src/gtk/pluginwindow.c
509         * src/gtk/prefswindow.c
510                 Change released signals to clicked (Fabien)
511         * po/POTFILES.in
512         * src/common/socket.c
513         * src/plugins/spamassassin/spamassassin.c
514                 Translate strings (Fabien)
515
516 2006-04-25 [paul]       2.1.1cvs33
517
518         * src/folder.c
519         * src/folder.h
520         * src/folderview.c
521                 complete the fix of bug #912
522                 Thanks to Colin
523
524 2006-04-25 [colin]      2.1.1cvs32
525
526         * src/news.c
527                 Better progress bar
528         * src/mimeview.c
529         * src/summaryview.c
530         * src/summaryview.h
531                 Fix focus chain
532                 Patches by Pawel Pekala
533
534 2006-04-24 [colin]      2.1.1cvs31
535
536         * src/compose.c
537                 Fix compilation warnings (Fabien)
538
539 2006-04-24 [colin]      2.1.1cvs30
540
541         * src/addrindex.c
542         * src/editldap.c
543         * src/editldap_basedn.c
544         * src/editldap_basedn.h
545         * src/ldapctrl.c
546         * src/ldapctrl.h
547         * src/ldapquery.c
548         * src/ldaputil.c
549         * src/ldaputil.h
550                 Fix bug #901 (LDAPS support)
551
552 2006-04-24 [colin]      2.1.1cvs29
553
554         * src/compose.c
555                 Fix logic on error with send dialog on
556         * src/imap.c
557                 Fix compilation without libetpan, thanks
558                 to Fabien
559         * src/summaryview.c
560                 Fix 'context-menu' key
561
562 2006-04-23 [colin]      2.1.1cvs28
563
564         * src/folder.c
565                 Never free current's cache to free up 
566                 memory. Fixes bug #912 (new count 
567                 randomly set to message count)
568
569 2006-04-23 [colin]      2.1.1cvs27
570
571         * src/gtk/quicksearch.c
572                 And remove printf...
573
574 2006-04-23 [colin]      2.1.1cvs26
575
576         * src/gtk/quicksearch.c
577                 Fix replacing in quicksearch, and fix inserting
578                 in the middle of the string. (introduced at 2.1.0cvs22)
579
580 2006-04-23 [colin]      2.1.1cvs25
581
582         * src/imap.c
583                 Make sure uidnext is initialized in get_num_list
584                 (not for stable, related to 2.1.1cvs8 and friends)
585
586 2006-04-23 [colin]      2.1.1cvs24
587
588         * src/imap.c
589                 Output something when login is successful
590                 too
591
592 2006-04-23 [colin]      2.1.1cvs23
593
594         * src/etpan/imap-thread.c
595                 Better logging (line-per-line, hide data in fetch)
596                 Fix a const warning
597         * src/gtk/logwindow.c
598         * src/gtk/logwindow.h
599                 Better logging (color for input/output)
600
601 2006-04-21 [colin]      2.1.1cvs22
602
603         * src/gtk/quicksearch.c
604                 On gtk+-2.8, use stock buttons in quicksearch
605                 Based on a patch by Fabien and a design by Paul
606
607 2006-04-21 [colin]      2.1.1cvs21
608
609         * src/folderview.c
610         * src/mainwindow.c
611                 Fix occasional flicker in folderview
612         * src/common/utils.c
613                 Fix bug #943 (Incorrectly parsed email address 
614                 list in short headers on message view and in 
615                 printouts)
616
617 2006-04-20 [colin]      2.1.1cvs20
618
619         * src/imap.c
620         * src/imap.h
621         * src/prefs_account.c
622                 Add ANONYMOUS auth for IMAP
623
624 2006-04-20 [paul]       2.1.1cvs19
625
626         * src/main.c
627                 proper fix for 2.1.1cvs18
628                 Thanks to Colin
629
630 2006-04-20 [paul]       2.1.1cvs18
631
632         * src/main.c
633                 fix build warnings
634
635 2006-04-20 [paul]       2.1.1cvs17
636
637         * src/gtk/quicksearch.c
638                 fix standard, non-extended Quick search,
639                 was broken in 2.1.1cvs15.
640                 Thanks to Colin.
641
642 2006-04-20 [colin]      2.1.1cvs16
643
644         * src/prefs_matcher.c
645                 Fix values when reselecting a ~test
646                 rule
647
648 2006-04-19 [colin]      2.1.1cvs15
649
650         * src/compose.c
651         * src/compose.h
652         * src/gtk/gtkaspell.c
653         * src/gtk/gtkaspell.h
654                 Put back Options menu in Spelling/
655         * src/gtk/quicksearch.c
656                 Don't search, and show error, if the
657                 advanced search has a syntax error
658
659 2006-04-18 [colin]      2.1.1cvs14
660
661         * src/textview.c
662                 Fix gdk warnings on set_cursor when textview
663                 isn't visible
664
665 2006-04-18 [colin]      2.1.1cvs13
666
667         * src/gtk/gtksctree.c
668                 Remove seemingly useless refresh that causes
669                 flicker - watch this commit in case of 
670                 problems before planned backport to stable
671
672 2006-04-18 [colin]      2.1.1cvs12
673
674         * src/imap.c
675                 Factorize get/set_xml code
676         * src/compose.c
677         * src/prefs_account.c
678         * src/prefs_account.h
679         * src/procmsg.c
680                 Add Encrypt to self option
681
682 2006-04-17 [colin]      2.1.1cvs11
683
684         * configure.ac
685                 Fix search on encrpyt function on dragonfly
686                 Patch by Jonathan Buschmann <jonthn@agmact.com>
687
688 2006-04-17 [colin]      2.1.1cvs10
689
690         * src/prefs_account.c
691                 Be safe by default: remove mails from POP3
692                 after 7 days, not immediately
693
694 2006-04-17 [colin]      2.1.1cvs9
695
696         * src/etpan/imap-thread.c
697                 Fix build on DragonFly - patch by 
698                 Jonathan Buschmann <jonthn@agmact.com>
699
700 2006-04-17 [colin]      2.1.1cvs8
701
702         * src/imap.c
703                 Save uidnext between sessions
704
705 2006-04-17 [colin]      2.1.1cvs7
706
707         * src/imap.c
708                 scan is required when uid validity changes
709
710 2006-04-17 [colin]      2.1.1cvs6
711
712         * src/folderview.c
713                 Don't scan if not necessary, apart in current
714                 folder and INBOX to fetch flags.
715         * src/imap.c
716                 Scan is necessary if unread count changes
717
718 2006-04-17 [colin]      2.1.1cvs5
719
720         * src/imap.c
721                 ...But always fetch ANSWERED and DELETED flags for
722                 INBOX, as filtering can happen on these flags.
723
724 2006-04-17 [colin]      2.1.1cvs4
725
726         * src/imap.c
727                 Don't fetch REPLIED and DELETED flags when synchronising
728                 flags with a closed folder. We only need UNSEEN and FLAGGED
729                 to update the folderview.
730
731 2006-04-17 [colin]      2.1.1cvs3
732
733         * src/imap.c
734                 Faster flag search when there are new mails 
735                 in a folder. We can do a full search if the 
736                 folder contains less messages than the new
737                 list.
738
739 2006-04-17 [colin]      2.1.1cvs2
740
741         * po/cs.po
742         * po/de.po
743         * po/fr.po
744         * po/nl.po
745         * po/pt_BR.po
746                 Update translations from stable branch
747
748 2006-04-17 [colin]      2.1.1cvs1
749
750         * configure.ac
751                 Bump version to follow stable release
752
753 2006-04-16 [mones]      2.1.0cvs50
754
755         * po/es.po
756                 Updated for release
757
758 2006-04-16 [colin]      2.1.0cvs49
759
760         * src/textview.c
761                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
762                 with gtk < 2.8. Thanks to Fabien Vantard.
763
764 2006-04-15 [colin]      2.1.0cvs48
765
766         * src/etpan/imap-thread.c
767                 Fix bug #919 (libetpan: SEGV when connecting 
768                 using command)
769
770 2006-04-14 [colin]      2.1.0cvs47
771
772         * src/main.c
773                 Fix race on --select (should be done better)
774
775 2006-04-14 [wwp]        2.1.0cvs46
776
777         * src/send_message.c
778                 enforce a check for domain in account prefs (a sending
779                 error could be faced if domain was checked but no value set),
780                 thanks to Colin.
781
782 2006-04-14 [colin]      2.1.0cvs45
783
784         * src/codeconv.c
785                 when converting from unknown to unknown, if the
786                 string is UTF8, don't convert it to the locale
787                 (which breaks it)
788
789 2006-04-14 [colin]      2.1.0cvs44
790
791         * src/compose.c
792                 Don't try to use ASCII for converting headers
793                 (as done in body)
794
795 2006-04-14 [paul]       2.1.0cvs43
796
797         * src/crash.c
798                 add locale/charset info to crash report
799         * src/gtk/about.c
800                 add wwp to doc team
801                 replace 'e-mail' with preferred 'email'
802         * src/gtk/authors.h
803                 ensure contributors list is in alphabetical
804                 order
805
806 2006-04-13 [colin]      2.1.0cvs42
807
808         * src/textview.c
809                 Prevent gdk warnings
810
811 2006-04-13 [colin]      2.1.0cvs41
812
813         * src/common/ssl_certificate.c
814         * src/common/ssl_certificate.h
815         * src/gtk/sslcertwindow.c
816                 Warn on expired certs, and display the expiration date
817
818 2006-04-13 [colin]      2.1.0cvs40
819
820         * src/plugins/spamassassin/spamassassin_gtk.c
821                 Fix missing set_text on unix socket
822
823 2006-04-13 [wwp]        2.1.0cvs39
824
825         * manual/fr/advanced.xml
826         * manual/fr/glossary.xml
827                 applied new spam/ham/email lexicon (pourriel, courriel)
828
829 2006-04-13 [paul]       2.1.0cvs38
830
831         * src/plugins/pgpmime/plugin.c
832                 remove the mention of S/MIME from the
833                 description. This is now handled by the
834                 S/MIME plugin.
835
836 2006-04-13 [paul]       2.1.0cvs37
837
838         * src/prefs_msg_colors.c
839                 rework dialog
840         * src/prefs_folder_item.c
841         * src/prefs_spelling.c
842                 add a tooltip to the colour selector buttons
843
844 2006-04-13 [wwp]        2.1.0cvs36
845
846         * manual/advanced.xml
847         * manual/glossary.xml
848         * manual/handling.xml
849         * manual/keyboard.xml
850         * manual/plugins.xml
851         * manual/starting.xml
852         * manual/fr/account.xml
853         * manual/fr/ack.xml
854         * manual/fr/addrbook.xml
855         * manual/fr/advanced.xml
856         * manual/fr/faq.xml
857         * manual/fr/glossary.xml
858         * manual/fr/gpl.xml
859         * manual/fr/handling.xml
860         * manual/fr/intro.xml
861         * manual/fr/keyboard.xml
862         * manual/fr/plugins.xml
863         * manual/fr/starting.xml
864         * manual/fr/sylpheed-claws-manual.xml
865                 fixes to the manuals:
866                  - summaryview -> Message List (same in French)
867                  - translate key names
868                  - fix French punctuation, use non-breakable spaces when
869                    necessary, don't use &thinsp; which is not portable
870                  - tell what maildir and mbox formats we support
871
872 2006-04-12 [wwp]        2.1.0cvs35
873
874         * src/prefs_toolbar.c
875                 unified a replace button more,
876                 patch by Fabien Vantard <fzzzzz@gmail.com>.
877
878 2006-04-12 [wwp]        2.1.0cvs34
879
880         * src/prefs_common.c
881         * src/prefs_msg_colors.c
882                 make default color labels translatable,
883                 patch from Fabien Vantard <fzzzzz@gmail.com>,
884                 thanks to Tim <timbrain@post.cz> for reporting.
885
886 2006-04-12 [wwp]        2.1.0cvs33
887
888         * manual/glossary.xml
889         * manual/intro.xml
890         * manual/plugins.xml
891         * manual/starting.xml
892         * manual/sylpheed-claws-manual.xml
893         * manual/fr/.cvsignore
894         * manual/fr/account.xml
895         * manual/fr/ack.xml
896         * manual/fr/addrbook.xml
897         * manual/fr/advanced.xml
898         * manual/fr/faq.xml
899         * manual/fr/glossary.xml
900         * manual/fr/handling.xml
901         * manual/fr/intro.xml
902         * manual/fr/keyboard.xml
903         * manual/fr/plugins.xml
904         * manual/fr/starting.xml
905         * manual/fr/sylpheed-claws-manual.xml
906                 various fixes: typos, missing .fr translations, punctuation,
907                 capitalization, links, accents and some bad French more.
908
909 2006-04-12 [wwp]        2.1.0cvs32
910
911         * src/prefs_gtk.c
912                 fix for bug #935: always store prefs files in UTF-8 (thanks
913                 to Colin).
914
915 2006-04-11 [colin]      2.1.0cvs31
916
917         * src/compose.c
918                 Fix inserting files not in utf8 when locale is utf8
919
920 2006-04-11 [colin]      2.1.0cvs30
921
922         * src/inc.c
923                 Don't show error dialog when cancelling connection
924                 Patch by Pawel
925
926 2006-04-11 [cleroy]     2.1.0cvs29
927
928         * src/compose.c
929                 Implement multiple quote levels
930         * src/prefs_common.c
931                 Change a little bit the quote bgcolor for 2nd level
932
933 2006-04-11 [colin]      2.1.0cvs28
934
935         * src/gtk/about.c
936                 Add locale and charset in the label
937
938 2006-04-10 [colin]      2.1.0cvs27
939
940         * src/compose.c
941         * src/prefs_common.c
942         * src/prefs_common.h
943         * src/prefs_msg_colors.c
944         * src/textview.c
945                 Allow optional background color in quotes
946                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
947                 GTK+-2.8.x feature
948
949 2006-04-10 [colin]      2.1.0cvs26
950
951         * src/main.c
952         * src/mainwindow.c
953         * src/mainwindow.h
954                 Implement --select
955
956 2006-04-10 [colin]      2.1.0cvs25
957
958         * manual/plugins.xml
959         * manual/fr/plugins.xml
960                 Document libcurl's proxy variables
961
962 2006-04-09 [colin]      2.1.0cvs24
963
964         * src/prefs_common.c
965                 gettext() returns statically allocated stuff. We have
966                 to strdup it in order to be able to free it.
967
968 2006-04-09 [colin]      2.1.0cvs23
969
970         * AUTHORS
971         * src/gtk/authors.h
972                 Add Alexei
973
974 2006-04-09 [colin]      2.1.0cvs22
975
976         * src/mainwindow.c
977         * src/gtk/quicksearch.c
978                 Fix bug #859 (problems with cyrilic input in 
979                 search panel) - Patch by Alexey Illarionov 
980                 <littlesavage@rambler.ru>
981
982 2006-04-09 [colin]      2.1.0cvs21
983
984         * src/prefs_customheader.c
985                 I prefer removing then freeing rather than the contrary
986                 (even if it doesn't change anything ;-)
987         * src/prefs_account.c
988                 Fix bug #933 (Crash re-entering the custom headers list 
989                 dialog in accounts prefs)
990                 The problem happened when cancelling the Account 
991                 Preferences' dialogs - in which case we didn't do 
992                 anything to the PrefsAccount * struct. In case of applying,
993                 the old ac_prefs was replaced with the tmp_ac_prefs we were
994                 working with in this dialog. The problem is that 
995                 prefs_customheader.c, working on this tmp_ac_prefs, always
996                 changes the ->customhdr_list pointer, even when cancelled. 
997                 So in case of cancelling the prefs_account dialog, we still
998                 have to update ->customhdr_list in the real account.
999
1000 2006-04-08 [colin]      2.1.0cvs20
1001
1002         * manual/fr/glossary.xml
1003         * manual/fr/keyboard.xml
1004                 Forgot some headers :)
1005
1006 2006-04-08 [colin]      2.1.0cvs19
1007
1008         * manual/Makefile.am
1009         * manual/fr/Makefile.am
1010         * manual/fr/account.xml
1011         * manual/fr/ack.xml
1012         * manual/fr/addrbook.xml
1013         * manual/fr/advanced.xml
1014         * manual/fr/faq.xml
1015         * manual/fr/glossary.xml
1016         * manual/fr/gpl.xml
1017         * manual/fr/handling.xml
1018         * manual/fr/intro.xml
1019         * manual/fr/keyboard.xml
1020         * manual/fr/plugins.xml
1021         * manual/fr/starting.xml
1022         * manual/fr/sylpheed-claws-manual.xml
1023         * manual/fr/dist/.cvsignore
1024         * manual/fr/dist/Makefile.am
1025         * manual/fr/dist/html/.cvsignore
1026         * manual/fr/dist/html/Makefile.am
1027         * manual/fr/dist/pdf/.cvsignore
1028         * manual/fr/dist/pdf/Makefile.am
1029         * manual/fr/dist/ps/.cvsignore
1030         * manual/fr/dist/ps/Makefile.am
1031         * manual/fr/dist/txt/.cvsignore
1032         * manual/fr/dist/txt/Makefile.am
1033                 Add the french translation of the manual. Thanks to
1034                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1035                 account.xml, ack.xml, addrbook.xml and advanced.xml
1036
1037 2006-04-08 [colin]      2.1.0cvs18
1038
1039         * manual/plugins.xml
1040         * manual/starting.xml
1041                 More fixes
1042
1043 2006-04-07 [colin]      2.1.0cvs17
1044
1045         * manual/faq.xml
1046         * manual/intro.xml
1047         * manual/keyboard.xml
1048                 Little fixes
1049
1050 2006-04-07 [colin]      2.1.0cvs16
1051
1052         * README
1053         * src/compose.c
1054         * src/prefs_common.c
1055         * src/prefs_common.h
1056                 Add hidden compose_no_markup pref
1057
1058 2006-04-07 [wwp]        2.1.0cvs15
1059
1060         * src/summary_search.c
1061         * .cvsignore
1062                 Bugfix: stop button was sticky when searching in an empty folder.
1063                 Applied curly brackets code style to the whole file (summary_search.c).
1064                 More files to ignore.
1065
1066 2006-04-07 [wwp]        2.1.0cvs14
1067
1068         * src/message_search.c
1069         * src/summary_search.c
1070                 changed default button when search bumps at file/folder
1071                 beginning or end, for convenience (thanks to Colin).
1072
1073 2006-04-07 [paul]       2.1.0cvs13
1074
1075         * src/plugins/dillo_viewer/dillo_prefs.c
1076                 avoid future potential for namespace collision
1077                 Patch by Colin
1078
1079 2006-04-06 [wwp]        2.1.0cvs12
1080
1081         * src/summary_search.c
1082                 Unify extended/advanced searches names (and thus factorize labels),
1083                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1084
1085 2006-04-06 [wwp]        2.1.0cvs11
1086
1087         * src/folderview.c
1088         * src/prefs_themes.c
1089         * src/summaryview.c
1090                 Fixed some compilation warnings.
1091
1092 2006-04-06 [colin]      2.1.0cvs10
1093
1094         * manual/advanced.xml
1095                 Document the wizard template and how to deploy
1096                 Sylpheed-Claws effectively
1097
1098 2006-04-06 [colin]      2.1.0cvs9
1099
1100         * src/folderview.c
1101                 gettext patch to tell translators about _("#"),
1102                 by Maxim Britov
1103
1104 2006-04-06 [colin]      2.1.0cvs8
1105
1106         * src/textview.c
1107                 Fix invalid GtkTextBIter after clicking "Display as text"
1108
1109 2006-04-06 [mones]      2.1.0cvs7
1110
1111         * src/addr_compl.c
1112         * src/addrindex.c
1113         * src/addritem.c
1114         * src/codeconv.c
1115         * src/compose.c
1116         * src/filtering.c
1117         * src/folder.c
1118         * src/folder_item_prefs.c
1119         * src/folderview.c
1120         * src/localfolder.c
1121         * src/matcher.c
1122         * src/mimeview.c
1123         * src/prefs_msg_colors.c
1124         * src/prefs_spelling.c
1125         * src/prefs_themes.c
1126         * src/procmime.c
1127         * src/procmsg.c
1128         * src/stock_pixmap.c
1129         * src/summaryview.c
1130         * src/textview.c
1131         * src/toolbar.c
1132         * src/common/mgutils.c
1133         * src/common/prefs.c
1134         * src/common/ssl_certificate.c
1135         * src/gtk/colorlabel.c
1136         * src/gtk/quicksearch.c
1137         * src/plugins/pgpmime/pgpmime.c
1138         * src/plugins/spamassassin/spamassassin.c
1139                 Removed redundant NULL checks for g_free() calls.
1140                 Patch by Pawel Pekala.
1141
1142 2006-04-06 [mones]      2.1.0cvs6
1143
1144         * src/prefs_actions.c
1145         * src/prefs_filtering.c
1146         * src/prefs_filtering_action.c
1147         * src/prefs_matcher.c
1148         * src/prefs_template.c
1149         * src/gtk/gtkutils.c
1150         * src/gtk/gtkutils.h
1151                 Have a nice replace button. Patch by Pawel Pekala
1152
1153 2006-04-06 [colin]      2.1.0cvs5
1154
1155         * src/addressbook.c
1156                 Fix crash with empty columns
1157
1158 2006-04-05 [colin]      2.1.0cvs4
1159
1160         * src/wizard.c
1161         * src/prefs_gtk.c
1162                 Allow wizard customization with pre-filled values
1163
1164 2006-04-05 [colin]      2.1.0cvs3
1165
1166         * src/textview.c
1167         * src/mimeview.c
1168         * src/mimeview.h
1169                 Nicer messages in mimeview
1170
1171 2006-04-05 [colin]      2.1.0cvs2
1172
1173         * src/addressbook.c
1174         * src/prefs_summaries.c
1175                 i18n fix
1176
1177 2006-04-05 [colin]      2.1.0cvs1
1178
1179         * src/plugins/pgpcore/plugin.c
1180         * src/plugins/pgpcore/select-keys.c
1181         * src/plugins/pgpcore/select-keys.h
1182         * src/plugins/pgpcore/sgpgme.c
1183         * src/plugins/pgpcore/sgpgme.h
1184         * src/plugins/pgpinline/pgpinline.c
1185         * src/plugins/pgpinline/plugin.c
1186         * src/plugins/pgpmime/pgpmime.c
1187         * src/plugins/pgpmime/plugin.c
1188                 Factorize and generalize a bit 
1189                 Drop S/MIME signature verification from PGP/MIME
1190                 (adding it as another, more complete plugin)
1191
1192 2006-04-05 [paul]       2.1.0
1193
1194         2.1.0 released
1195
1196 2006-04-05 [paul]       2.0.0cvs186
1197
1198         * manual/advanced.xml
1199                 add info on colour labels
1200
1201 2006-04-05 [paul]       2.0.0cvs185
1202
1203         * po/bg.po
1204         * po/cs.po
1205         * po/de.po
1206         * po/el.po
1207         * po/en_GB.po
1208         * po/fi.po
1209         * po/fr.po
1210         * po/it.po
1211         * po/nl.po
1212         * po/pl.po
1213         * po/pt_BR.po
1214         * po/sr.po
1215         * po/zh_CN.po
1216                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1217                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1218                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1219                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1220         * src/gtk/authors.h
1221         * tools/claws.i18n.status.pl
1222                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1223                 and new Czech translator, Tim <timbrain@post.cz>
1224
1225 2006-04-05 [mones]      2.0.0cvs184
1226
1227         * po/es.po
1228                 Updated translation
1229
1230 2006-04-05 [colin]      2.0.0cvs183
1231
1232         * src/gtk/quicksearch.c
1233                 Fix bug #929 (unnecessary reload in quick search bar)
1234
1235 2006-04-05 [colin]      2.0.0cvs182
1236
1237         * src/compose.c
1238                 Fix crash on Reply with no From:
1239                 Show signature and conversion error on queuing 
1240                 (but not sending)
1241         * src/mainwindow.c
1242         * src/summaryview.c
1243         * src/summaryview.h
1244                 Factorize threading code and make sure msginfo 
1245                 is not null when it comes from a GtkCTreeRow's 
1246                 data
1247         * src/gtk/gtkaspell.c
1248                 Check for necessary things
1249         * src/gtk/gtksctree.c
1250         * src/gtk/gtksctree.h
1251                 Reset anchor if necessary when removing node
1252
1253 2006-03-29 [colin]      2.0.0cvs181
1254
1255         * src/folderview.c
1256                 Warn for disabled IMAP accounts (due to lack of
1257                 libetpan). Breaks string-freeze - sorry - but it
1258                 is kind of important ;)
1259
1260 2006-03-28 [colin]      2.0.0cvs180
1261
1262         * src/gtk/gtkutils.c
1263         * src/gtk/gtkutils.h
1264                 Add a gtkut_get_link_btn() function that
1265                 creates a button which acts like an URI
1266         * src/prefs_themes.c
1267         * src/gtk/about.c
1268                 Use this function (factorizes codes)
1269         * src/common/defs.h
1270         * src/gtk/pluginwindow.c
1271                 Add a "Get more..." in the plugins window
1272
1273 2006-03-28 [colin]      2.0.0cvs179
1274
1275         * src/common/smtp.c
1276         * src/common/passcrypt.c
1277         * src/undo.c
1278                 Warning fixes. Patch by Pawel Pekala
1279
1280 2006-03-27 [colin]      2.0.0cvs178
1281
1282         * src/undo.c
1283                 Fix undoing by blocks with spaces
1284
1285 2006-03-27 [colin]      2.0.0cvs177
1286
1287         * src/textview.c
1288                 Set margin to 3px for headers
1289
1290 2006-03-27 [paul]
1291
1292         2.1.0-rc2 released
1293
1294 2006-03-27 [wwp]        2.0.0cvs176
1295
1296         * src/summaryview.c
1297                 don't reset quicksearch when updating the message list.
1298                 Thanks to Colin.
1299
1300 2006-03-26 [wwp]        2.0.0cvs175
1301
1302         * src/compose.c
1303                 use a unified border width ('other' tab in the compose window,
1304                 patch by Pawel Pekala).
1305
1306
1307 2006-03-26 [wwp]        2.0.0cvs174
1308
1309         * src/common/quoted-printable.c
1310         * src/addressbook.c
1311                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1312
1313 2006-03-26 [colin]      2.0.0cvs173
1314
1315         * src/quote_fmt_parse.y
1316                 Fix non-UTF8 date formats messing up the whole quote a 
1317                 little bit
1318
1319 2006-03-26 [colin]      2.0.0cvs172
1320
1321         * src/procheader.c
1322                 Make sure the date is UTF8 valid, or try to make it
1323                 so. IncrediMail is really IncrediStupid.
1324         * src/compose.c
1325                 Fix possible conversions. 
1326                 
1327
1328 2006-03-26 [colin]      2.0.0cvs171
1329
1330         * src/matcher.c
1331                 Fix corner cases in body search. This is still a
1332                 hack... It seems impossible to make it good and 
1333                 reasonably fast at the same time.
1334
1335 2006-03-26 [colin]      2.0.0cvs170
1336
1337         * src/summaryview.c
1338                 I think I killed the twilight zone bug!
1339                 summary_select_node() flushes GTK events in order
1340                 to be able to center the view. But this also 
1341                 flushes keypresses like Ctrl-Alt-U, so this can
1342                 call summary_show from summary_select_node (itself
1343                 called from summary_show, etc.). And the summaryview
1344                 has to be unlocked in this function. So just locking
1345                 while processing GTK events, and bailing if locked, 
1346                 should fix it.
1347                 Fixes bug #927 (SIGSEGV during Update Summary)
1348
1349 2006-03-25 [colin]      2.0.0cvs169
1350
1351         * src/matcher.c
1352                 Fix search in QP-encoded bodies
1353                 Fix utf-8 searches in bodies encoded in the
1354                 locale's encoding
1355         * src/common/quoted-printable.c
1356         * src/common/quoted-printable.h
1357                 Add a decode function that doesn't overwrite
1358                 the original pointer
1359                 
1360
1361 2006-03-24 [colin]      2.0.0cvs168
1362
1363         * src/action.c
1364         * src/summaryview.c
1365         * src/summaryview.h
1366                 Update message cache after action
1367                 Patch by H. Merijn Brand
1368         * src/prefs_msg_colors.c
1369                 Factorize label 
1370                 Patch by Fabien Vantard
1371         * src/plugins/spamassassin/spamassassin_gtk.c
1372                 Remove useless translation
1373                 Patch by Fabien Vantard
1374
1375 2006-03-23 [colin]      2.0.0cvs167
1376
1377         * src/common/ssl.c
1378                 Let 30 seconds to SSL_connect
1379
1380 2006-03-23 [wwp]        2.0.0cvs166
1381
1382         * src/summaryview.c
1383         * src/gtk/description_window.c
1384                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1385                 and headers are translated; adjust description windows' width to fit their
1386                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1387
1388 2006-03-23 [paul]       2.0.0cvs165
1389
1390         * src/common/utils.c
1391                 fix highlighting of URIs containing "()"
1392                 (2.0.0cvs164's reversal fixed)
1393                 Thanks to Colin.
1394
1395 2006-03-23 [paul]       2.0.0cvs164
1396
1397         * src/common/utils.c
1398                 revert patch, (postponing a fix), at 2.0.0cvs120
1399                 as it breaks more URIs than it fixes.
1400                 Allow '-' to be a terminating character in a URI
1401
1402 2006-03-22 [colin]      2.0.0cvs163
1403
1404         * configure.ac
1405                 Require libetpan 0.45
1406                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1407
1408 2006-03-22 [paul]       2.0.0cvs162
1409
1410         * src/editgroup.c
1411                 replace '<-' and '->' buttons with GTK_STOCK graphical
1412                 buttons
1413         * src/summary_search.c
1414                 don't offer '...' for translation
1415                 add a tooltip to advanced search '...' button
1416         * src/gtk/quicksearch.c
1417                 don't offer '...' for translation
1418
1419 2006-03-21 [colin]      2.0.0cvs161
1420
1421         * src/compose.c
1422                 Fix middle-click pasting (insert at click
1423                 position instead of cursor position, don't
1424                 remove existing selection and allow pasting
1425                 our own selection)
1426         * src/addressbook.c
1427                 "LDAP Server" -> "LDAP servers"
1428
1429 2006-03-21 [wwp]        2.0.0cvs160
1430
1431         * src/etpan/imap-thread.c
1432                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1433
1434 2006-03-20 [colin]      2.0.0cvs159
1435
1436         * src/summaryview.c
1437                 Don't reload summaryview after an execute with no
1438                 move action
1439
1440 2006-03-19 [colin]      2.0.0cvs158
1441
1442         * src/addressbook.c
1443                 and put groups at the top, always
1444
1445 2006-03-19 [colin]      2.0.0cvs157
1446
1447         * src/addressbook.c
1448                 Order groups before names, as previously
1449
1450 2006-03-19 [colin]      2.0.0cvs156
1451
1452         * src/addressbook.c
1453                 - Sort case-unsensitive
1454                 - Put the sort arrow at opening too
1455
1456 2006-03-19 [wwp]        2.0.0cvs155
1457
1458         * src/addressbook.c
1459                 allow sorting by name/email/remarks, ensure that right-pane's contents
1460                 matches the left-pane selection (cleared when appropriate).
1461                 Patch by Pawel Pekala <c0rn@o2.pl>.
1462
1463 2006-03-18 [colin]      2.0.0cvs154
1464
1465         * src/textview.c
1466                 Fix text cursor ;)
1467
1468 2006-03-18 [colin]      2.0.0cvs153
1469
1470         * src/gtk/filesel.c
1471                 Make sure we hide the preview if we didn't get
1472                 a filename
1473
1474 2006-03-18 [colin]      2.0.0cvs152
1475
1476         * src/summaryview.c
1477                 Set cursor to watch for execution (fixes lack
1478                 of watch-cursor when dnd'ing hundreds of mails)
1479         * src/gtk/filesel.c
1480                 Check that mime type is 'image/*' before updating
1481                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1482
1483 2006-03-18 [colin]      2.0.0cvs151
1484
1485         * src/mainwindow.c
1486         * src/textview.c
1487         * src/textview.h
1488                 Put a watch cursor in textview too when the mainwindow's
1489                 cursor in a watch
1490
1491 2006-03-18 [colin]      2.0.0cvs150
1492
1493         * src/folder.c
1494                 Change wrong asserts to simple tests
1495
1496 2006-03-17 [colin]      2.0.0cvs149
1497
1498         * src/mainwindow.c
1499         * src/mainwindow.h
1500         * src/prefs_msg_colors.c
1501         * src/summaryview.c
1502         * src/summaryview.h
1503         * src/gtk/colorlabel.c
1504         * src/gtk/colorlabel.h
1505                 Add a color label menu in the main menubar
1506                 Add (fixed) accels Ctrl-{0-7} to change the color
1507                 They have to be fixed because the menu's dynamic,
1508                 the items are complex widgets, hence we can't use
1509                 a GtkItemFactory.
1510
1511
1512 2006-03-17 [wwp]        2.0.0cvs148
1513
1514         * src/compose.c
1515                 rollback few lines from my previous commit (those lines come from
1516                 a pending patch, accidentally commited, even if neutral as they are
1517                 commented out).
1518
1519 2006-03-17 [wwp]        2.0.0cvs147
1520
1521         * src/compose.c
1522                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1523                 applied code style/indentation to the modified function.
1524
1525 2006-03-17 [wwp]        2.0.0cvs146
1526
1527         * src/procmsg.c
1528         * src/compose.c
1529                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1530
1531 2006-03-17 [paul]
1532
1533         2.1.0-rc1 released
1534
1535 2006-03-17 [paul]       2.0.0cvs145
1536
1537         * src/main.c
1538                 addressbook_read_file() was called twice
1539         * src/textview.c
1540                 X-Mailer highlighting
1541
1542 2006-03-16 [colin]      2.0.0cvs144
1543
1544         * src/sourcewindow.c
1545         * src/sourcewindow.h
1546                 And the last one, in source window.
1547
1548 2006-03-16 [colin]      2.0.0cvs143
1549
1550         * src/compose.c
1551         * src/compose.h
1552                 Fix the same stuff in compose
1553
1554 2006-03-16 [colin]      2.0.0cvs142
1555
1556         * src/messageview.c
1557                 Complete the previous messageview crash fix
1558
1559 2006-03-16 [colin]      2.0.0cvs141
1560
1561         * src/procmsg.h
1562         * src/procmsg.c
1563         * src/folder.c
1564                 Fix POSTPROCESSING hook
1565                 Patch by H. Merijn Brand
1566
1567         * src/procmime.c
1568         * src/procmime.h
1569                 Parse Content-Location
1570
1571         * src/toolbar.c
1572         * src/messageview.c
1573         * src/messageview.h
1574                 Don't crash when a top-level MessageView has
1575                 been closed on us. Same problematic than
1576                 yesterday's quicksearch issue.
1577
1578 2006-03-15 [colin]      2.0.0cvs140
1579
1580         * src/gtk/quicksearch.c
1581                 Fix a bitchy race we didn't think about when we
1582                 added quicksearch cancellation:
1583                 If the search is not on cached fields, for example
1584                 body_part matchcase "stuff"
1585                 the matcher code has to get the whole message. If
1586                 we're on IMAP, that can be slow, and in order to
1587                 be non-blocking, the IMAP code idle loop processes
1588                 gtk events too. So it is possible to cancel a
1589                 quicksearch while the matcher is getting the mail's
1590                 body. After matcher got its body, it will start to
1591                 iterate over the matcher list that the Quicksearch's
1592                 clear_search_cb() just freed via prepare_matcher().
1593                 SIGSEGV ensues.
1594                 The fix consists of guarding the matcherlist_match()
1595                 call with a boolean 'matching'. If we reset the
1596                 quicksearch while matching is TRUE, we don't free
1597                 the matcherlist anymore like we did, but we set
1598                 another new flag, deferred_free, to TRUE. Then,
1599                 in quicksearch_match(), just after returning from
1600                 matcherlist_match() and unsetting the matching flag,
1601                 we check the deferred_free flag and do the
1602                 prepare_matcher() (which does the matcherlist_free)
1603                 for real, so we free the matcherlist once it's not
1604                 used anymore.
1605                 As all of this runs via the glib main loop, we
1606                 luckily don't need a mutex.
1607         * src/summaryview.c
1608                 Also, show progress while searching.
1609
1610
1611 2006-03-14 [colin]      2.0.0cvs139
1612
1613         * src/alertpanel.c
1614                 Make alertpanel_is_open non-static
1615
1616 2006-03-14 [colin]      2.0.0cvs138
1617
1618         * src/prefs_spelling.c
1619                 Cleanups - Fabien Vantard
1620
1621 2006-03-14 [wwp]        2.0.0cvs137
1622
1623         * src/main.c
1624                 code style normalization (curly braces, indentation).
1625
1626 2006-03-14 [wwp]        2.0.0cvs137
1627
1628         * src/main.c
1629                 code style (braces, indentation)
1630
1631 2006-03-12 [paul]       2.0.0cvs136
1632
1633         * src/prefs_common.c
1634                 trans_hdr defaults to FALSE to be RFC-savvy
1635         * src/prefs_summaries.c
1636                 add a tooltip to the trans_hdr option
1637                 
1638
1639 2006-03-12 [paul]       2.0.0cvs135
1640
1641         * src/prefs_matcher.c
1642                 give a little more width to the combos
1643         * src/prefs_display_header.c
1644         * src/textview.c
1645                 translate headers if prefs_common.trans_hdr
1646                 is TRUE
1647
1648         Patches by Pawel Pekala
1649
1650 2006-03-12 [paul]       2.0.0cvs134
1651
1652         * src/plugins/clamav/clamav_plugin.c
1653         * src/plugins/dillo_viewer/dillo_viewer.c
1654         * src/plugins/pgpcore/plugin.c
1655         * src/plugins/pgpinline/plugin.c
1656         * src/plugins/pgpmime/plugin.c
1657         * src/plugins/spamassassin/spamassassin.c
1658                 update/add to descriptions
1659         * src/plugins/spamassassin/spamassassin_gtk.c
1660                 fixes to the english, remove superfluous
1661                 tooltips, clean up a little
1662
1663 2006-03-12 [paul]       2.0.0cvs133
1664
1665         * src/compose.c
1666                 fix Bug 924, 'Account combo box shows up wrong 
1667                 if & is in account name'
1668
1669 2006-03-11 [colin]      2.0.0cvs132
1670
1671         * src/summaryview.c
1672                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
1673                 messed up shift-selection because is slows down
1674                 moving around summaryview. thanks -users
1675
1676 2006-03-10 [colin]      2.0.0cvs131
1677
1678         * src/plugins/spamassassin/spamassassin_gtk.c
1679                 Put back Paul's engrish fixes
1680
1681 2006-03-10 [colin]      2.0.0cvs130
1682
1683         * src/plugins/spamassassin/spamassassin.c
1684         * src/plugins/spamassassin/spamassassin.h
1685         * src/plugins/spamassassin/spamassassin_gtk.c
1686                 Cleanup SA prefs page (more)
1687                 Patch by Fabien Vantard
1688
1689 2006-03-10 [paul]       2.0.0cvs129
1690
1691         * src/prefs_msg_colors.c
1692         * src/prefs_spelling.c
1693                 widget sensitivity
1694
1695 2006-03-09 [mones]      2.0.0cvs128
1696
1697         * po/es.po
1698                 Update for next RC
1699
1700 2006-03-09 [wwp]        2.0.0cvs127
1701
1702         * configure.ac
1703                 revert accidental commit (requirement for libetpan 0.43), this time
1704                 not in HEAD.
1705
1706 2006-03-09 [wwp]        2.0.0cvs125
1707
1708         * configure.ac
1709                 revert accidental commit (requirement for libetpan 0.43)
1710
1711 2006-03-09 [paul]       2.0.0cvs126
1712
1713         * src/prefs_receive.c
1714                 remove useless frame
1715                 replace 'incorporation' with 'receiving'
1716         * src/plugins/clamav/clamav_plugin_gtk.c
1717         * src/plugins/spamassassin/spamassassin_gtk.c
1718                 improve widget sensitivity
1719                 fix a bit his engrish
1720
1721 2006-03-09 [wwp]        2.0.0cvs125
1722
1723         * src/addressadd.c
1724         * src/foldersel.c
1725         * src/prefs_common.c
1726         * src/prefs_common.h
1727                 remember some more windows' sizes (add to addressbook and
1728                 select folder).
1729
1730 2006-03-09 [paul]       2.0.0cvs124
1731
1732         * src/plugins/pgpcore/prefs_gpg.c
1733                 normalise construction of dialogue
1734
1735 2006-03-09 [paul]       2.0.0cvs123
1736
1737         * src/plugins/trayicon/Makefile.am
1738                 add missing slash
1739
1740 2006-03-08 [colin]      2.0.0cvs122
1741
1742         * src/plugins/trayicon/Makefile.am
1743                 Fix build in separate dir 
1744                 Patch by Bamanzi <bamanzi@gmail.com>
1745
1746 2006-03-08 [colin]      2.0.0cvs121
1747
1748         * src/procmsg.c
1749                 Batch move and copies from summaryview with delayed execution
1750                 too
1751
1752 2006-03-07 [paul]       2.0.0cvs120
1753
1754         * src/common/utils.c
1755                 fix highlighting of URIs containing "()"
1756                 Patch by Pawel Pekala
1757
1758 2006-03-07 [paul]       2.0.0cvs119
1759
1760         * src/folder.c
1761         * src/folder.h
1762         * src/folderview.c
1763                 immediately do alphabetical resort when
1764                 changing a folder's name
1765                 Patch by Pawel Pekala
1766
1767 2006-03-07 [paul]       2.0.0cvs118
1768
1769         * src/news.c
1770         * src/news_gtk.c
1771                 when unsubscribing a newsgroup, remove the
1772                 folder and msgs in .sylpheed-claws/newscache
1773                 Patch by Pawel Pekala <c0rn@gazeta.pl>
1774
1775 2006-03-07 [paul]       2.0.0cvs117
1776
1777         * src/textview.c
1778                 fix wrong Fake URL Warning
1779                 Thanks to Hiro
1780
1781 2006-03-07 [colin]      2.0.0cvs116
1782
1783         * src/imap.c
1784                 Return immediately when password dialog was
1785                 cancelled
1786         * src/gtk/inputdialog.c
1787                 Allow empty strings for passwords
1788
1789
1790 2006-03-06 [colin]      2.0.0cvs115
1791
1792         * src/imap.c
1793                 Prevent double-timeouts when connection fails
1794
1795 2006-03-06 [colin]
1796
1797         2.0.1-rc1 released
1798
1799 2006-03-06 [colin]      2.0.0cvs114
1800
1801         * src/imap.c
1802                 Refresh session during potentially long
1803                 operations
1804
1805 2006-03-06 [wwp]        2.0.0cvs113
1806
1807         * src/prefs_msg_colors.h
1808                 forgot that one (custom color labels).
1809
1810 2006-03-06 [wwp]        2.0.0cvs112
1811
1812         * src/prefs_common.c
1813         * src/prefs_common.h
1814         * src/prefs_msg_colors.c
1815         * src/summaryview.c
1816         * src/summaryview.h
1817         * src/gtk/colorlabel.c
1818         * src/gtk/colorlabel.h
1819                 colors in messages list are now customizable. Color values and names can
1820                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
1821                 Thanks to Paul and Colin for their help with this longstanding patch!
1822
1823 2006-03-06 [wwp]        2.0.0cvs111
1824
1825         * src/textview.c
1826                 don't crash if (x)face is bad.
1827
1828 2006-03-05 [paul]       2.0.0cvs110
1829
1830         * AUTHORS
1831         * configure.ac
1832         * src/Makefile.am
1833         * src/common/Makefile.am
1834         * src/common/utils.h
1835         * src/etpan/imap-thread.c
1836         * src/gtk/authors.h
1837         * src/plugins/clamav/Makefile.am
1838         * src/plugins/demo/Makefile.am
1839         * src/plugins/dillo_viewer/Makefile.am
1840         * src/plugins/pgpcore/Makefile.am
1841         * src/plugins/pgpcore/passphrase.c
1842         * src/plugins/pgpinline/Makefile.am
1843         * src/plugins/pgpmime/Makefile.am
1844         * src/plugins/spamassassin/Makefile.am
1845         * src/plugins/trayicon/Makefile.am
1846                 fix builiding on cygwin
1847                 Patch by Ralgh Young <bamanzi@gmail.com>
1848
1849 2006-03-04 [wwp]        2.0.0cvs109
1850
1851         * manual/keyboard.xml
1852                 fix mixed up/down keys.
1853
1854 2006-03-04 [wwp]        2.0.0cvs108
1855
1856         * README
1857         * INSTALL
1858                 updated links to SpamAssassin.
1859
1860 2006-03-04 [wwp]        2.0.0cvs107
1861
1862         * manual/plugins.xml
1863         * src/plugins/spamassassin/README
1864                 updated SpamAssassin plugin docs to reflect new functional additions
1865                 (also fix/update/documents few technical stuff more, see the README).
1866
1867 2006-03-04 [wwp]        2.0.0cvs106
1868
1869         * src/prefs_message.c
1870                 normalized capitalization of message-prefs paths.
1871
1872 2006-03-04 [wwp]        2.0.0cvs105
1873
1874         * manual/advanced.xml
1875                 typo.
1876
1877 2006-03-03 [colin]      2.0.0cvs104
1878
1879         * src/plugins/clamav/clamav_plugin_gtk.c
1880                 Rework prefs page, patch by Fabien 
1881
1882 2006-03-03 [colin]      2.0.0cvs103
1883
1884         * src/plugins/clamav/clamav_plugin.c
1885                 Set error on all errors
1886
1887 2006-03-03 [colin]      2.0.0cvs102
1888
1889         * src/common/plugin.c
1890                 Initialize error to avoid crashing when a plugin fails
1891                 without setting error
1892
1893 2006-03-02 [wwp]        2.0.0cvs101
1894
1895         * configure.ac
1896                 fixed linker flags for libetpan support on Cygwin
1897                 (thanks to H.Merijn Brand).
1898
1899 2006-03-02 [wwp]        2.0.0cvs100
1900
1901         * src/addressbook.c
1902                 fix some AB error messages: one for punctuation and
1903                 one wrongly duplicate (thanks, maxbritov).
1904
1905 2006-03-02 [wwp]        2.0.0cvs99
1906
1907         * src/plugins/spamassassin/spamassassin.c
1908                 make sync calls to sa-learn/spamc to prevent
1909                 system (whatever local or client/server) overload.
1910
1911 2006-03-02 [colin]      2.0.0cvs98
1912
1913         * src/summaryview.c
1914                 Put the spam icon in the status column instead of the
1915                 mark one
1916
1917 2006-03-01 [colin]      2.0.0cvs97
1918
1919         * src/plugins/spamassassin/spamassassin.c
1920                 Fix segfault (g_file_set_contents fails for some 
1921                 reason and err==0x2f. Can't find out why with
1922                 valgrind, using working function :-)
1923
1924 2006-03-01 [colin]      2.0.0cvs96
1925
1926         * src/inc.c
1927                 Offline overriding: let 'No' be cached only 3 seconds
1928
1929 2006-03-01 [colin]      2.0.0cvs95
1930
1931         * src/addr_compl.c
1932         * src/addrbook.c
1933         * src/addressbook.c
1934         * src/addrindex.c
1935         * src/folder_item_prefs.c
1936         * src/headerview.c
1937         * src/imap.c
1938         * src/inc.c
1939         * src/ldif.c
1940         * src/mainwindow.c
1941         * src/mh.c
1942         * src/msgcache.c
1943         * src/prefs_common.h
1944         * src/prefs_msg_colors.c
1945         * src/procheader.c
1946         * src/procheader.h
1947         * src/procmime.c
1948         * src/procmsg.c
1949         * src/procmsg.h
1950         * src/send_message.h
1951         * src/simple-gettext.c
1952         * src/summaryview.c
1953         * src/summaryview.h
1954         * src/syldap.c
1955         * src/textview.c
1956         * src/undo.c
1957         * src/common/ssl_certificate.c
1958         * src/common/utils.c
1959         * src/gtk/colorsel.c
1960         * src/gtk/gtksctree.c
1961         * src/gtk/gtkshruler.c
1962         * src/plugins/trayicon/trayicon.c
1963                 #if 0 goes to /dev/null
1964
1965 2006-03-01 [colin]      2.0.0cvs94
1966
1967         * src/compose.c
1968         * src/imap.c
1969         * src/inc.c
1970         * src/inc.h
1971         * src/messageview.c
1972         * src/news.c
1973         * src/plugins/spamassassin/spamassassin.c
1974                 Allow to add information in the "working offline"
1975                 window
1976
1977 2006-03-01 [wwp]        2.0.0cvs93
1978
1979         * src/plugins/spamassassin/spamassassin.c
1980                 fixed spamc invocation: use a tricky temporary mini shell wrapper
1981                 'cause it seems that calling `spamc ... < inputfile` with
1982                 g_spawn_(a)sync simply.. erm doesn't work :-).
1983
1984 2006-03-01 [wwp]        2.0.0cvs92
1985
1986         * src/toolbar.c
1987         * src/toolbar.h
1988                 simplify the adding of spam/ham button to the messageview toolbar
1989                 (it gets more clear now that the same button will be "Mark as spam"
1990                 or "Mark as ham" according to the current message status,
1991                 thanks to Colin).
1992
1993 2006-03-01 [wwp]        2.0.0cvs91
1994
1995         * src/messageview.c
1996         * src/procmsg.c
1997         * src/procmsg.h
1998         * src/summaryview.c
1999         * src/plugins/spamassassin/spamassassin.c
2000         * src/plugins/spamassassin/spamassassin.h
2001                 make learner callbacks return a status (0 for ok),
2002                 handle it in main code to avoid setting flags when learning failed,
2003                 don't learn on TCP if offline in spamassassin,
2004                 thanks to Colin.
2005
2006                 
2007
2008 2006-03-01 [wwp]        2.0.0cvs90
2009
2010         * src/compose.c
2011                 some work around the compose window's account menu,
2012                 patch by Fabien Vantard.
2013
2014 2006-03-01 [wwp]        2.0.0cvs89
2015
2016         * src/plugins/spamassassin/spamassassin.c
2017                 fixed bad logics, was using spamc in local mode and sa-learn
2018                 in remote mode (thanks, Colin).
2019
2020 2006-03-01 [wwp]        2.0.0cvs88
2021
2022         * src/plugins/spamassassin/spamassassin.c
2023         * src/plugins/spamassassin/spamassassin.h
2024         * src/plugins/spamassassin/spamassassin_gtk.c
2025                 made processing of emails w/ sa-plugin an option (default is TRUE),
2026                 fixed Engrish some tooltips, capitalization of some debug messages
2027                 and warnings. The spamassassin plugin now provides two separate
2028                 services: process emails upon incorporation and spamd training.
2029                 Both services (un)register independently but use some common
2030                 plugin settings (transport settings, spam storage location).
2031
2032 2006-02-28 [wwp]        2.0.0cvs87
2033
2034         * src/plugins/spamassassin/spamassassin.c
2035                 fix async flag to spamc cmdline execution (batch exec should
2036                 be asynchronous).
2037
2038 2006-02-27 [wwp]        2.0.0cvs86
2039
2040         * src/plugins/spamassassin/spamassassin.c
2041         * src/plugins/spamassassin/spamassassin.h
2042         * src/plugins/spamassassin/spamassassin_gtk.c
2043                 - added the ability to learn a remote spamassassin server (spamd),
2044                 using spamc.
2045                 - added the spamassassin option 'username', that applies to all
2046                 spamassassin operations (filtering, learning, local or remote).
2047                 The default username is the current unix user (if left blank
2048                 from gtk prefs or config file).
2049                 - commented out some unused code (notebook widget), removed unused
2050                 layout (hbox1).
2051                 - make more widgets sensitive to the transport type.
2052
2053 2006-02-27 [colin]      2.0.0cvs85
2054
2055         * src/plugins/spamassassin/spamassassin.c
2056                 Fix sa-learn call when offline
2057
2058 2006-02-27 [colin]      2.0.0cvs84
2059
2060         * configure.ac
2061         * src/Makefile.am
2062         * src/mainwindow.c
2063         * src/mainwindow.h
2064         * src/messageview.c
2065         * src/messageview.h
2066         * src/prefs_toolbar.c
2067         * src/procmsg.c
2068         * src/stock_pixmap.c
2069         * src/stock_pixmap.h
2070         * src/summaryview.c
2071         * src/toolbar.c
2072         * src/toolbar.h
2073         * src/pixmaps/ham_btn.xpm
2074         * src/pixmaps/spam.xpm
2075         * src/pixmaps/spam_btn.xpm
2076         * src/plugins/spamassassin/spamassassin.c
2077                 Add button in toolbar for spam learning
2078                 Fix a few bugs from the last related commit
2079                 Revert 1.9.6cvs23 which messed up shift-selection
2080
2081 2006-02-24 [colin]      2.0.0cvs83
2082
2083         * src/procmsg.c
2084         * src/summaryview.c
2085         * src/summaryview.h
2086         * src/plugins/spamassassin/spamassassin.c
2087         * src/plugins/spamassassin/spamassassin.h
2088         * src/plugins/spamassassin/spamassassin_gtk.c
2089                 Unregister learner when spamassassin is either
2090                 disabled or over tcp
2091
2092 2006-02-24 [colin]      2.0.0cvs82
2093
2094         * src/Makefile.am
2095         * src/mainwindow.c
2096         * src/mainwindow.h
2097         * src/procmsg.c
2098         * src/procmsg.h
2099         * src/stock_pixmap.c
2100         * src/stock_pixmap.h
2101         * src/summaryview.c
2102         * src/summaryview.h
2103         * src/gtk/icon_legend.c
2104         * src/pixmaps/spam.xpm  ** NEW FILE **
2105         * src/plugins/spamassassin/spamassassin.c
2106         * src/plugins/spamassassin/spamassassin_gtk.c
2107                 Add spam learning interface (Mark/Mark as 
2108                 (spam|ham) menus)
2109
2110 2006-02-24 [wwp]        2.0.0cvs81
2111
2112         * src/compose.c
2113         * src/compose.h
2114         * src/filtering.c
2115                 hide compose window when sending message in batch mode
2116                 (filtering: forward and redirect). Also fixed a wrong
2117                 value returned when sending failed, neutral anyway.
2118                 (Colin, me) 
2119
2120 2006-02-24 [wwp]        2.0.0cvs80
2121
2122         * src/mainwindow.c
2123                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2124
2125 2006-02-24 [paul]       2.0.0cvs79
2126
2127         * src/news.c
2128         * src/news.h
2129         * src/news_gtk.c
2130                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2131                 Thanks to Colin
2132
2133 2006-02-23 [colin]      2.0.0cvs78
2134
2135         * src/alertpanel.c
2136                 Change OK to Close in alertpanel with View log
2137                 button; add accel to View log. Patch by Fabien
2138                 Vantard
2139
2140 2006-02-23 [wwp]        2.0.0cvs77
2141
2142         * src/compose.c
2143                 silly me, there were much more tests to perform, since toolbars can
2144                 really have down to 1 element only.
2145
2146 2006-02-23 [wwp]        2.0.0cvs76
2147
2148         * commitHelper
2149                 fixed indentation from my previous commit. Fallback to VISUAL if
2150                 EDITOR is not set (and to vi, at last resort).
2151
2152 2006-02-23 [wwp]        2.0.0cvs75
2153
2154         * commitHelper
2155                 improved error detection (Colin, me).
2156
2157 2006-02-23 [wwp]        2.0.0cvs74
2158
2159         * src/prefs_toolbar.c
2160                 simplify and fix prefs/toolbars layouting. Combos' contents can
2161                 now be really displayed.
2162
2163 2006-02-23 [wwp]        2.0.0cvs73
2164         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2165         be really displayed.
2166
2167 2006-02-22 [wwp]        2.0.0cvs72
2168
2169         * src/compose.c
2170                 fix a typo in my previous commit (sorry!).
2171
2172 2006-02-22 [wwp]        2.0.0cvs71
2173
2174         * src/prefs_toolbar.c
2175                 fix a crash when adding separators to toolbars,
2176                 also fix some separator item information.
2177
2178 2006-02-22 [wwp]        2.0.0cvs70
2179
2180         * src/compose.c
2181                 fix a crash when redirecting (for instance) when compose window's
2182                 toolbar contents has been customized (when some buttons have been
2183                 removed in fact).
2184
2185 2006-02-21 [wwp]        2.0.0cvs69
2186
2187         * src/summaryview.c
2188         * src/gtk/pluginwindow.c
2189         * src/plugins/pgpcore/prefs_gpg.c
2190                 fix some compilation warnings (feat. remains of removed code).
2191
2192 2006-02-21 [wwp]        2.0.0cvs68
2193
2194         * src/gtk/gtkutils.c
2195                 fix two compilation issues, thanks to Stephan Sachse.
2196
2197 2006-02-20 [colin]      2.0.0cvs67
2198
2199         * src/mainwindow.c
2200                 Don't reselect displayed mail on refocus
2201                 This fixes actions misbehaving 
2202
2203 2006-02-20 [wwp]        2.0.0cvs66
2204
2205         * src/summaryview.c
2206         * src/gtk/gtksctree.c
2207         * src/gtk/gtkshruler.c
2208                 changed more runtime typecast checks.
2209
2210 2006-02-20 [wwp]        2.0.0cvs65
2211
2212         * src/summary_search.c
2213                 find all - summaryview refresh issue fixed, thanks to Colin.
2214
2215 2006-02-20 [wwp]        2.0.0cvs64
2216
2217         * src/gtk/gtkutils.c
2218                 better runtime typecast checks.
2219
2220 2006-02-20 [wwp]        2.0.0cvs63
2221
2222         * src/summary_search.c
2223                 enhancements to the summary search:
2224                         - add the ability to stop the running search
2225                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2226                         - don't search if no criteria (From/To/Subject/Body) is set
2227                         - ensure that a busy mouse pointer is always shown when searching,
2228                           show it even a bit earlier
2229
2230 2006-02-19 [colin]      2.0.0cvs62
2231
2232         * src/compose.c
2233         * src/imap.c
2234         * src/etpan/imap-thread.c
2235         * src/etpan/imap-thread.h
2236                 (Future) IMAP speed improvement on sending
2237                 Will require a libetpan update
2238         * src/summaryview.c
2239         * src/gtk/quicksearch.c
2240                 Make quicksearch clearable while running.
2241
2242 2006-02-17 [colin]      2.0.0cvs61
2243
2244         * src/imap.c
2245         * src/etpan/imap-thread.c
2246         * src/etpan/imap-thread.h
2247                 Check for IMAP certificates
2248                 ** Requires libetpan-0.42-cvs4 
2249                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2250
2251 2006-02-17 [colin]      2.0.0cvs60
2252
2253         * src/messageview.c
2254         * src/prefs_common.c
2255         * src/prefs_common.h
2256         * src/prefs_message.c
2257                 Add pref to display HTML-only mails with plugin, 
2258                 if possible (defaulting to FALSE of course).
2259
2260 2006-02-16 [colin]      2.0.0cvs59
2261
2262         * src/main.c
2263         * src/common/plugin.c
2264         * src/common/plugin.h
2265         * src/gtk/pluginwindow.c
2266                 Keep track of requested (but unloaded) plugins
2267                 in some error cases.
2268
2269 2006-02-16 [wwp]        2.0.0cvs58
2270
2271         * src/gtk/gtkaspell.c
2272         * src/gtk/gtkaspell.h
2273         * src/prefs_spelling.c
2274         * src/compose.c
2275         * src/prefs_common.c
2276         * src/prefs_common.h
2277                 implemented new optional spellchecker behaviour: re-check message when
2278                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2279
2280 2006-02-16 [wwp]        2.0.0cvs57
2281
2282         * src/quote_fmt_parse.y
2283                 pclose popen'ed pipe.
2284
2285 2006-02-15 [colin]      2.0.0cvs56
2286
2287         * src/mimeview.c
2288         * src/mimeview.h
2289                 Let MimeViewers know which MimeView they
2290                 depend of.
2291         * src/summaryview.c
2292                 Swap From/To columns in Sent/Queue/Drafts
2293                 folders
2294         * src/etpan/imap-thread.c
2295                 Use mailstream_low_tls_open() for STARTTLS
2296                 instead of mailstream_low_ssl_open()
2297                 ** REQUIRES libetpan 0.42cvs3 **
2298
2299 2006-02-15 [wwp]        2.0.0cvs55
2300
2301         * src/compose.c
2302         * src/compose.h
2303         * src/message_search.c
2304         * src/message_search.h
2305         * src/textview.c
2306         * src/gtk/gtkutils.c
2307         * src/gtk/gtkutils.h
2308                 added the ability to Find text in the compose window (and a bit
2309                 of code factorization).
2310
2311 2006-02-15 [wwp]        2.0.0cvs54
2312
2313         * src/prefs_gtk.c
2314                 yet another one file was missing (fix for some widgets' sensitivity).
2315                 Thanks Colin!
2316
2317 2006-02-15 [wwp]        2.0.0cvs53
2318
2319         * src/prefs_gtk.h
2320                 oops forgot that file (fix for some widgets' sensitivity).
2321
2322 2006-02-15 [wwp]        2.0.0cvs52
2323
2324         * src/summary_search.c
2325                 implemented advanced summary search options (added the ability
2326                 to use matcher conditions in an advanced search mode).
2327
2328 2006-02-15 [wwp]        2.0.0cvs51
2329
2330         * src/plugins/pgpcore/prefs_gpg.c
2331         * src/prefs_account.c
2332                 fix some widget sensitivity, mostly around some labels in
2333                 account prefs.
2334
2335 2006-02-15 [paul]       2.0.0cvs50
2336
2337         * manual/advanced.xml
2338                 improve Templates info
2339                 written by wwp
2340
2341 2006-02-14 [colin]      2.0.0cvs49
2342
2343         * src/pixmaps/address_book.xpm
2344         * src/pixmaps/preferences.xpm
2345         * src/pixmaps/properties.xpm
2346                 Fix pixmap size - patch by Fabien Vantard
2347
2348 2006-02-13 [colin]      2.0.0cvs48
2349
2350         * src/procmime.c
2351                 Add missing fclose()s on error
2352         * src/textview.c
2353                 Remove unused code
2354         * src/common/utils.c
2355                 Fix temp files not being deleted on windows
2356         Patches by Thomas Gilgin
2357
2358 2006-02-13 [colin]      2.0.0cvs47
2359
2360         * src/mainwindow.c
2361                 Fix exit crash
2362
2363 2006-02-13 [wwp]        2.0.0cvs46
2364
2365         * src/plugins/pgpcore/prefs_gpg.c
2366                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2367
2368 2006-02-12 [colin]      2.0.0cvs45
2369
2370         * src/folderview.c
2371         * src/main.c
2372         * src/mainwindow.c
2373                 Fix "stuff" when quitting
2374
2375 2006-02-12 [wwp]        2.0.0cvs44
2376
2377         * src/prefs_themes.c
2378                 fix typos in debug messages.
2379
2380 2006-02-11 [colin]      2.0.0cvs43
2381
2382         * src/summaryview.c
2383                 don't allow drag/drop from ourself
2384
2385 2006-02-10 [wwp]        2.0.0cvs42
2386
2387         * src/exporthtml.c
2388         * src/html.c
2389         * src/html.h
2390         * src/procmime.c
2391         * src/textview.c
2392                 renamed html_ prefixed functions and data structures to avoid
2393                 namespace clashes w/ other software (gtkhtml2 for instance).
2394                 Closes bug #907.
2395
2396
2397 2006-02-09 [colin]      2.0.0cvs41
2398
2399         * src/summaryview.c
2400                 Fix shitty logic messed up. Thanks Ticho for the hint!
2401
2402 2006-02-09 [wwp]        2.0.0cvs40
2403
2404         * src/gtk/about.c
2405         * src/compose.c
2406         * src/prefs_account.c
2407         * src/prefs_gtk.h
2408         * src/editaddress.c
2409                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2410                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2411                 Browse buttons in accounts prefs.
2412
2413 2006-02-09 [colin]      2.0.0cvs39
2414
2415         * src/matcher.c
2416                 Check for pointer before using its members
2417         * src/gtk/gtksourceprintjob.c
2418                 Fix a wrong warning
2419
2420 2006-02-09 [wwp]        2.0.0cvs38
2421
2422         * src/gtk/filesel.c
2423                 fix few compiler warnings (type mismatch).
2424
2425 2006-02-09 [paul]       2.0.0cvs37
2426
2427         * po/fr.po
2428                 updated by Fabien Vantard
2429
2430 2006-02-08 [colin]      2.0.0cvs36
2431
2432         * src/prefs_common.c
2433         * src/common/defs.h
2434         * src/common/plugin.c
2435                 allow windows and linux configurations to coexist
2436                 patch by Thomas Gilgin
2437
2438 2006-02-08 [colin]      2.0.0cvs35
2439
2440         * src/filtering.c
2441         * src/matcher.c
2442         * src/matcher.h
2443         * src/matcher_parser_parse.y
2444         * src/prefs_filtering_action.c
2445         * src/prefs_matcher.c
2446                 Add the "Ignore thread" filtering
2447                 action
2448
2449 2006-02-08 [colin]      2.0.0cvs34
2450
2451         * src/compose.c
2452         * src/procmime.c
2453         * src/procmime.h
2454                 Fix bug #905 (damaged attachment)
2455                 text files with raw \0's aren't really text files
2456         FOR_STABLE
2457
2458 2006-02-08 [colin]      2.0.0cvs33
2459
2460         * src/summaryview.c
2461                 Fix crasher introduced yesterday
2462
2463 2006-02-08 [wwp]        2.0.0cvs32
2464
2465         * src/compose.c
2466         * src/compose.h
2467                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2468
2469 2006-02-08 [wwp]        2.0.0cvs31
2470
2471         * src/prefs_template.c
2472                 templates enhancement: allow address completion for Cc and Bcc fields
2473                 (it was currently possible for the To field only)
2474
2475 2006-02-08 [colin]      2.0.0cvs30
2476
2477         * src/compose.c
2478                 Don't unblock if not blocked
2479         FOR_STABLE
2480
2481 2006-02-07 [colin]      2.0.0cvs29
2482
2483         * src/action.c
2484                 Forgot to refresh summaryview
2485
2486 2006-02-07 [colin]      2.0.0cvs28
2487
2488         * src/action.c
2489                 Freeze/thaw message list and folder list while
2490                 processing %as{} actions 
2491         * src/compose.c
2492                 Fix auto-wrap disabling after a middle-click
2493                 paste - FOR_STABLE
2494
2495 2006-02-07 [paul]       2.0.0cvs27
2496
2497         * src/folder.c
2498                 fix freeing of uninitialised pointers
2499                 Thanks to Colin
2500
2501 2006-02-06 [colin]      2.0.0cvs26
2502
2503         * src/folder.c
2504                 Use g_slist_prepend in potentially big list
2505
2506 2006-02-06 [colin]      2.0.0cvs25
2507
2508         * src/folder.c
2509                 Completely skip processing if it doesn't 
2510                 exist (faster!)
2511
2512 2006-02-06 [colin]      2.0.0cvs24
2513
2514         * src/folder.c
2515         * src/summaryview.c
2516                 Batch filtering in summaryview (from Tools menu)
2517                 and pre/post//-processing too
2518
2519 2006-02-06 [colin]      2.0.0cvs23
2520
2521         * src/procmsg.h
2522         * src/filtering.c
2523                 Use a special field for batch filtering instead
2524                 of stepping on deferred execution's toes
2525
2526 2006-02-06 [colin]      2.0.0cvs22
2527
2528         * src/action.c
2529         * src/filtering.c
2530         * src/filtering.h
2531         * src/folder.c
2532         * src/summaryview.c
2533                 Fix filtering via menus and actions
2534
2535 2006-02-06 [colin]      2.0.0cvs21
2536
2537         * src/imap.c
2538                 Put the added file directly to cache if possible (will work
2539                 with next libetpan)
2540         * src/filtering.c
2541         * src/filtering.h
2542         * src/inc.c
2543         * src/folder.c
2544         * src/mbox.c
2545         * src/procmsg.h
2546                 Move and copy filtered messages by batches instead of one
2547                 by one - faster on IMAP
2548         * src/procmsg.c
2549                 Add a function that'll possibly be useful later
2550
2551 2006-02-06 [colin]      2.0.0cvs20
2552
2553         * src/addressbook.c
2554                 Use internal mime-type instead of text/plain for d'n'd
2555         * src/compose.c
2556                 Allow attaching files from mimeview's icon list via d'n'd
2557         * src/folderview.c
2558         * src/folderview.h
2559                 Use internal mime-type instead of text/plain for d'n'd
2560                 Don't try to selected opened folder if none is
2561                 Factorize d'n'd from other apps code
2562         * src/headerview.c
2563         * src/textview.c
2564         * src/gtk/gtkutils.c
2565         * src/gtk/gtkutils.h
2566                 Factorize Face/X-Face stuff
2567         * src/mimeview.c
2568                 Fix d'n'd to other apps
2569         * src/prefs_message.c
2570                 Let the XFace pref be usable without libcompface as it also
2571                 applies to Face
2572         * src/summaryview.c
2573                 Fix d'n'd to other apps
2574                 Factorize d'n'd from other apps code
2575
2576 2006-02-06 [wwp]        2.0.0cvs19
2577
2578         * po/it.po
2579                 Italian translation fixes by Andrea Spadaccini (no more confusion
2580                 between filtering and processing, and few changes in the About
2581                 dialog).
2582
2583
2584 2006-02-06 [mones]      2.0.0cvs18
2585
2586         * src/gtk/icon_legend.c
2587                 Improved descriptions allowing better translations
2588
2589 2006-02-05 [colin]      2.0.0cvs17
2590
2591         * src/imap.c
2592                 Add the f*cking missing expunge that caused imap_fetch_env
2593                 to fail after an add_msgs ! :-///
2594         * src/etpan/imap-thread.c
2595                 Add a bit of debug
2596         FOR_STABLE
2597
2598 2006-02-05 [colin]      2.0.0cvs16
2599
2600         * src/common/utils.c
2601                 Don't check for return-path (or we can't put
2602                 back non-sent mails)
2603
2604 2006-02-05 [colin]      2.0.0cvs15
2605
2606         * src/textview.c
2607                 Don't try to display Face header in textview
2608                 when teh headerview's active
2609
2610 2006-02-05 [colin]      2.0.0cvs14
2611
2612         * tools/tbird2syl.py
2613         * tools/Makefile.am
2614                 Add script to import Thunderbird mails
2615
2616 2006-02-05 [colin]      2.0.0cvs13
2617
2618         * src/headerview.c
2619         * src/procheader.c
2620         * src/procmsg.c
2621         * src/procmsg.h
2622         * src/textview.c
2623                 Show Face headers - patch partially by Klaus Flittner
2624
2625 2006-02-05 [colin]      2.0.0cvs12
2626
2627         * src/folderview.c
2628         * src/summaryview.c
2629         * src/common/utils.c
2630         * src/common/utils.h
2631                 Let dnd work from mime icons to summaryview
2632                 and to folderview too
2633                 Add a crude test to avoid trying to add files
2634                 drag'n'dropped when they're not mails
2635
2636 2006-02-04 [colin]      2.0.0cvs11
2637
2638         * src/summaryview.c
2639         * src/mimeview.c
2640                 Fix utf8 conversion
2641
2642 2006-02-04 [colin]      2.0.0cvs10
2643
2644         * src/compose.c
2645         * src/folderview.c
2646         * src/mimeview.c
2647         * src/summaryview.c
2648         * src/summaryview.h
2649                 Added various drag and drop capas:
2650                 From                    To
2651                 summaryview             other apps
2652                 mimeview icons          other apps
2653                 other apps              summaryview
2654                 other apps              folderview
2655
2656                 This shouldn't have broken the existing:
2657                 From                    To
2658                 summaryview             folderview
2659                 folderview              folderview
2660                 summaryview             compose's attachments
2661
2662         Tests welcomed.
2663
2664 2006-02-02 [paul]       2.0.0cvs9
2665
2666         * src/mainwindow.c
2667                 move global option 'Set displayed columns...' out
2668                 of folder option grouping.
2669                 fix sensitivity of 'harvest addresses'
2670         FOR_STABLE
2671
2672 2006-02-01 [colin]      2.0.0cvs8
2673
2674         * src/mimeview.c
2675                 Revert the alertpanel patch, it sucks (intrusive
2676                 and gets in the way of "open")
2677
2678 2006-02-01 [colin]      2.0.0cvs7
2679
2680         * src/compose.c
2681         * src/prefs_account.c
2682         * src/prefs_common.c
2683         * src/common/defs.h
2684         * src/common/utils.c
2685         * src/common/utils.h
2686                 Add ability to edit the signature file
2687                 from the account preferences, and use
2688                 a default for the text editor.
2689                 Patch by Fabien Vantard
2690
2691 2006-02-01 [colin]      2.0.0cvs6
2692
2693         * src/mimeview.c
2694                 Try to get mime type by extension if it is
2695                 application/octet-stream
2696                 Display a window with possible choices when
2697                 encountering unknown mime types
2698         * src/gtk/filesel.c
2699         * src/gtk/filesel.h
2700                 Add preview
2701                 Allow multiple selection in filtered filesel
2702                 (patch by Fabien Vantard)
2703         * src/gtk/pluginwindow.c
2704                 Use it (patch by Fabien Vantard)
2705
2706 2006-02-01 [paul]       2.0.0cvs5
2707
2708         * src/jpilot.c
2709                 fix crash on creating jpilot address book
2710                 Thanks to Colin - FOR_STABLE
2711         * src/prefs_summaries.c
2712         * src/prefs_wrapping.c
2713         * src/gtk/icon_legend.c
2714         * src/gtk/quicksearch.c
2715                 string fixes and additions
2716
2717 2006-02-01 [paul]       2.0.0cvs4
2718
2719         * src/compose.c
2720         * src/mainwindow.c
2721         * src/messageview.c
2722         * src/prefs_send.c
2723                 add Arabic encoding option
2724                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2725
2726 2006-01-31 [colin]      2.0.0cvs3
2727
2728         * src/plugins/pgpcore/passphrase.c
2729                 Convert passphrase to locale encoding
2730         * src/compose.c
2731                 Fix drafting on IMAP. Crappy bug sneaked in
2732                 the release :-/
2733         FOR_STABLE
2734
2735 2006-01-30 [paul]       2.0.0cvs2
2736
2737         * src/gtk/icon_legend.c
2738                 show the new entries
2739
2740 2006-01-30 [colin]      2.0.0cvs1
2741
2742         * src/manual.c
2743                 Check for the file to be present before 
2744                 enabling the menu - FOR_STABLE
2745         * src/gtk/icon_legend.c
2746                 Add folders icons (not all of them, there
2747                 are too much, but the most intriguing ones)
2748
2749 2006-01-30 [paul]       2.0.0
2750
2751         version 2.0.0 released
2752
2753 2006-01-30 [paul]       1.9.100cvs200
2754
2755         * manual/faq.xml
2756         * manual/gpl.xml
2757         * manual/intro.xml
2758         * manual/starting.xml
2759         * manual/sylpheed-claws-manual.xml
2760                 fixes, additions
2761
2762 2006-01-29 [mones]      1.9.100cvs199
2763
2764         * manual/account.xml
2765         * manual/advanced.xml
2766         * manual/glossary.xml
2767                 Some typos fixed, added LDIF term to glossary
2768         * po/es.po
2769                 Fixed leading plus symbol
2770
2771 2006-01-29 [paul]       1.9.100cvs198
2772
2773         * po/fi.po
2774         * po/sk.po
2775                 updated by Tommi Pirinen and Andrej Kacian
2776
2777 2006-01-29 [paul]       1.9.100cvs197
2778
2779         * src/gtk/authors.h
2780                 remove duplicates
2781
2782 2006-01-29 [paul]       1.9.100cvs196
2783
2784         * AUTHORS
2785         * po/nl.po
2786         * src/gtk/authors.h
2787         * tools/claws.i18n.status.pl
2788                 nl translation updated by Tim Dijkstra
2789
2790 2006-01-29 [paul]       1.9.100cvs195
2791
2792         * po/sr.po
2793         * po/sv.po
2794                 updated by Aleksandar Urosevic and Anders Troback
2795
2796 2006-01-28 [colin]      1.9.100cvs194
2797
2798         * src/gtk/gtksourceprintjob.c
2799                 Don't fiddle with PangoLayout when we
2800                 have an image
2801
2802 2006-01-28 [paul]       1.9.100cvs193
2803
2804         * AUTHORS
2805         * po/el.po
2806         * po/zh_CN.po
2807         * src/gtk/authors.h
2808         * tools/claws.i18n.status.pl
2809                 updated translations submitted by Stavros Giannouris
2810                 and Ralgh Young
2811
2812 2006-01-27 [colin]      1.9.100cvs192
2813
2814         * src/summaryview.c
2815         * src/gtk/gtksourceprintjob.c
2816                 Add image printing 
2817                 (libgnomeprint only, of course)
2818
2819 2006-01-27 [paul]       1.9.100cvs191
2820
2821         * po/fr.po
2822         * po/it.po
2823                 updated by Fabien Vantard and Andrea Spadaccini
2824
2825 2006-01-26 [colin]      1.9.100cvs190
2826
2827         * manual/Makefile.am
2828         * configure.ac
2829                 Make building the manual optional 
2830                 (--disable-manual)
2831
2832 2006-01-26 [paul]       1.9.100cvs189
2833
2834         * manual/glossary.xml
2835         * manual/plugins.xml
2836                 edited
2837         * po/en_GB.po
2838                 updated
2839
2840 2006-01-26 [paul]       1.9.100cvs188
2841
2842         * src/prefs_display_header.c
2843         * src/prefs_folder_column.c
2844         * src/prefs_msg_colors.c
2845         * src/prefs_summaries.c
2846         * src/prefs_summary_column.c
2847                 HIGify
2848
2849 2006-01-25 [colin]      1.9.100cvs187
2850
2851         * src/imap.c
2852                 Don't allow moving/copying mails between
2853                 queue/drafts and non-queue/drafts folders
2854                 Fixes bug #897 (message header is resetted 
2855                 if one is copied to Drafts)
2856
2857 2006-01-25 [colin]      1.9.100cvs186
2858
2859         * src/folder.c
2860         * src/mainwindow.c
2861                 Fix subscribed folders not found
2862         * src/compose.c
2863                 Don't try to encode as original mail's charset
2864                 if it's ascii 
2865
2866 2006-01-25 [paul]       1.9.100cvs185
2867
2868         * AUTHORS
2869         * po/Makevars
2870                 updated
2871         * po/de.po
2872         * po/pl.po
2873         * po/pt_BR.po
2874         * po/sr.po
2875                 updates submitted by Stephan Sachse, Emilian Nowak
2876                 and Quar, Frederico Goncalves Guimaraes, and
2877                 Aleksandar Urosevic
2878                 Fix Bug 896, 'PT_BR locale broken'.
2879         * src/gtk/authors.h
2880                 updated
2881
2882 2006-01-24 [mones]      1.9.100cvs184
2883
2884         * manual/glossary.xml
2885                 All current terms finished. Reviewers welcome ;-)
2886         * manual/keyboard.xml
2887                 Fixed column width for pdf output.
2888         * po/es.po
2889                 Updated
2890
2891 2006-01-24 [paul]       1.9.100cvs183
2892
2893         * manual/glossary.xml
2894                 fix id name
2895         * manual/dist/html/Makefile.am
2896         * manual/dist/pdf/Makefile.am
2897         * manual/dist/ps/Makefile.am
2898         * manual/dist/txt/Makefile.am
2899                 fix make deps
2900                 Thanks to Colin
2901
2902 2006-01-24 [mones]      1.9.100cvs182
2903
2904         * manual/glossary.xml
2905                 Nearly finished, some terms missing.
2906
2907 2006-01-23 [paul]       1.9.100cvs181
2908
2909         * manual/dist/html/Makefile.am
2910         * manual/dist/pdf/Makefile.am
2911         * manual/dist/ps/Makefile.am
2912         * manual/dist/txt/Makefile.am
2913         * src/mainwindow.c
2914                 re-enable manual
2915                 Thanks to Colin
2916
2917 2006-01-22 [colin]      1.9.100cvs180
2918
2919         * src/compose.c
2920         * src/gtk/gtkaspell.c
2921                 Don't deselect stuff before right-clicking, with aspell.
2922                 (This prevented right-click Copy, for example).
2923                 Thanks to Clo!
2924
2925 2006-01-22 [paul]       1.9.100cvs179
2926
2927         * src/summary_search.c
2928                 don't fix the widget size as it causes problems
2929                 under localisation.
2930                 Thanks to Emilian Nowak
2931
2932 2006-01-21 [paul]       1.9.100cvs178
2933
2934         * src/prefs_themes.c
2935                 fix broken underlining of label text
2936                 with some translations
2937
2938 2006-01-21 [colin]      1.9.100cvs177
2939
2940         * po/fr.po
2941                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
2942
2943 2006-01-20 [colin]      1.9.100cvs176
2944
2945         * configure.ac
2946         * Makefile.am
2947         * manual/Makefile
2948         * manual/dist/html/.cvsignore
2949         * manual/dist/html/Makefile.am
2950         * manual/dist/pdf/.cvsignore
2951         * manual/dist/pdf/Makefile.am
2952         * manual/dist/ps/.cvsignore
2953         * manual/dist/ps/Makefile.am
2954         * manual/dist/txt/.cvsignore
2955         * manual/dist/txt/Makefile.am
2956                 Autotool-ize manual
2957
2958 2006-01-20 [paul]       1.9.100cvs175
2959
2960         * manual/handling.xml
2961                 make Filtering and Searching entries easier to find
2962         * manual/keyboard.xml
2963                 add the remaining default keybinds
2964         * src/prefs_summaries.c
2965                 update the default keybinds
2966
2967 2006-01-20 [paul]       1.9.100cvs174
2968
2969         * src/addressbook.c
2970         * src/addrgather.c
2971         * src/addrharvest.c
2972         * src/editaddress.c
2973         * src/editgroup.c
2974         * src/exphtmldlg.c
2975         * src/expldifdlg.c
2976         * src/exporthtml.c
2977         * src/exportldif.c
2978         * src/ldif.c
2979                 replace 'e-mail' with 'email'
2980         * src/summary_search.c
2981                 add mnemonic to "Find all" button
2982
2983 2006-01-20 [wwp]        1.9.100cvs173
2984
2985         * src/export.c
2986         * src/import.c
2987                 touched mbox import/export buttons for HIG-compliance
2988
2989 2006-01-19 [paul]       1.9.100cvs172
2990
2991         * manual/account.xml
2992         * manual/addrbook.xml
2993         * manual/advanced.xml
2994         * manual/faq.xml
2995         * manual/handling.xml
2996         * manual/intro.xml
2997         * manual/plugins.xml
2998         * manual/starting.xml
2999                 more editing
3000
3001 2006-01-19 [paul]       1.9.100cvs171
3002
3003         * src/toolbar.c
3004                 allow use of trash button while receiving
3005                 Thanks to Colin
3006
3007 2006-01-19 [wwp]        1.9.100cvs170
3008
3009         * src/gtk/quicksearch.c
3010         * src/compose.c
3011                 force text color to black when yellow background is set
3012
3013 2006-01-19 [colin]      1.9.100cvs169
3014
3015         * src/plugins/trayicon/trayicon.c
3016                 Gray out Get Mail when already getting mail
3017
3018 2006-01-18 [paul]       1.9.100cvs168
3019
3020         * src/compose.c
3021                 give widget yellow background was To is
3022                 set via folder prefs
3023         * src/gtk/quicksearch.c
3024                 give widget yellow background when quick
3025                 search is active.
3026                 Thanks to Colin
3027
3028 2006-01-18 [paul]       1.9.100cvs167
3029
3030         * doc/man/sylpheed-claws.1
3031                 add --subscribe option
3032
3033 2006-01-18 [paul]       1.9.100cvs166
3034
3035         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3036         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3037                 use %U instead of %F (%F is broken for user installed
3038                 files in kde 3.5)
3039
3040 2006-01-18 [colin]      1.9.100cvs165
3041
3042         * src/summaryview.c
3043                 Default to Yes in "No more * messages" dialogs
3044
3045 2006-01-17 [colin]      1.9.100cvs164
3046
3047         * src/compose.c
3048                 Possibly fix an invalid iterator causing
3049                 crash
3050
3051 2006-01-17 [colin]      1.9.100cvs163
3052
3053         * src/mimeview.c
3054                 Fix crash when the image disappears under the
3055                 image viewer
3056
3057 2006-01-16 [colin]      1.9.100cvs162
3058
3059         * src/compose.c
3060                 Fix reenabling autowrap
3061
3062 2006-01-16 [colin]      1.9.100cvs161
3063
3064         * src/compose.c
3065                 reset quote_len before getting quote_str
3066
3067 2006-01-16 [colin]      1.9.100cvs160
3068
3069         * src/account.c
3070         * src/account.h
3071         * src/folder.c
3072         * src/imap_gtk.c
3073         * src/mh_gtk.c
3074                 Fix bug #883 (default inbox does not track folder move)
3075
3076 2006-01-16 [colin]      1.9.100cvs159
3077
3078         * src/compose.c
3079         * src/plugins/pgpcore/passphrase.c
3080                 More buttons fixes
3081
3082 2006-01-16 [paul]       1.9.100cvs158
3083
3084         * src/prefs_actions.c
3085         * src/prefs_filtering_action.c
3086         * src/prefs_matcher.c
3087         * src/quote_fmt.c
3088         * src/gtk/description_window.c
3089         * src/gtk/description_window.h
3090         * src/gtk/quicksearch.c
3091                 description window cleanups
3092
3093 2006-01-15 [colin]      1.9.100cvs157
3094
3095         * src/addressbook.c
3096         * src/prefs_filtering.c
3097                 Same here
3098
3099 2006-01-15 [colin]      1.9.100cvs156
3100
3101         * src/folderview.c
3102         * src/mainwindow.c
3103                 Same for "Empty trash"
3104
3105 2006-01-15 [colin]      1.9.100cvs155
3106
3107         * src/inc.c
3108                 Override offline dialog had Yes by default
3109
3110 2006-01-15 [colin]      1.9.100cvs154
3111
3112         * src/summaryview.c
3113                 Delete selected messages? previously had Yes the default
3114
3115 2006-01-15 [colin]      1.9.100cvs153
3116
3117         * src/folder.c
3118         * src/folder.h
3119         * src/main.c
3120                 Check if a mailbox is loaded after all
3121                 plugins are loaded.
3122
3123 2006-01-15 [colin]      1.9.100cvs152
3124
3125         * src/folder.c
3126                 Don't start wizard when there are unloaded folders (will help
3127                 people with only mbox or maildir mailboxes)
3128
3129 2006-01-14 [colin]      1.9.100cvs151
3130
3131         * src/addressbook.c
3132         * src/expldifdlg.c
3133         * src/importldif.c
3134         * src/importmutt.c
3135         * src/importpine.c
3136         * src/mh_gtk.c
3137                 More HIG compliance and fixes
3138
3139 2006-01-14 [colin]      1.9.100cvs150
3140
3141         * src/prefs_filtering_action.c
3142         * src/foldersel.c
3143                 Two forgotten button order changes
3144
3145 2006-01-14 [colin]      1.9.100cvs149
3146
3147         * src/account.c
3148         * src/addressbook.c
3149         * src/compose.c
3150         * src/folderview.c
3151         * src/imap_gtk.c
3152         * src/mainwindow.c
3153         * src/mh_gtk.c
3154         * src/news_gtk.c
3155         * src/prefs_actions.c
3156         * src/prefs_customheader.c
3157         * src/prefs_filtering.c
3158         * src/prefs_matcher.c
3159         * src/prefs_template.c
3160         * src/ssl_manager.c
3161         * src/summaryview.c
3162         * src/textview.c
3163         * src/toolbar.c
3164                 All deletion confirmations are now "Cancel, Delete" 
3165                 instead of "No, Yes"
3166                 Clarified most of the other "No, Yes" to 
3167                 "Cancel, Descriptive_action"
3168                 Rechanged the "Entry not saved" alerts to have 
3169                 "Close, Continue editing"
3170
3171
3172 2006-01-14 [paul]
3173
3174         * 2.0.0-rc4 released
3175
3176 2006-01-14 [paul]       1.9.100cvs148
3177
3178         * src/account.c
3179         * src/addressadd.c
3180         * src/addressbook.c
3181         * src/compose.c
3182         * src/editaddress.c
3183         * src/editbook.c
3184         * src/editgroup.c
3185         * src/editjpilot.c
3186         * src/editldap.c
3187         * src/editvcard.c
3188         * src/exphtmldlg.c
3189         * src/expldifdlg.c
3190         * src/folderview.c
3191         * src/grouplistdialog.c
3192         * src/imap_gtk.c
3193         * src/importmutt.c
3194         * src/importpine.c
3195         * src/inc.c
3196         * src/main.c
3197         * src/mainwindow.c
3198         * src/message_search.c
3199         * src/messageview.c
3200         * src/mh_gtk.c
3201         * src/mimeview.c
3202         * src/news_gtk.c
3203         * src/prefs_actions.c
3204         * src/prefs_customheader.c
3205         * src/prefs_filtering.c
3206         * src/prefs_matcher.c
3207         * src/prefs_template.c
3208         * src/prefs_themes.c
3209         * src/ssl_manager.c
3210         * src/summary_search.c
3211         * src/summaryview.c
3212         * src/textview.c
3213         * src/toolbar.c
3214         * src/gtk/foldersort.c
3215         * src/gtk/gtkaspell.c
3216         * src/gtk/inputdialog.c
3217         * src/gtk/prefswindow.c
3218         * src/plugins/pgpcore/select-keys.c
3219         * src/plugins/trayicon/trayicon.c
3220                 HIG compliant button order
3221
3222 2006-01-14 [mones]      1.9.100cvs147
3223
3224         * po/es.po
3225                 Updated translation
3226
3227 2006-01-13 [paul]       1.9.100cvs146
3228
3229         * AUTHORS
3230         * ChangeLog
3231         * src/gtk/authors.h
3232                 add Joshua M. Kwan to contributors list
3233
3234 2006-01-13 [colin]      1.9.100cvs145
3235
3236         * src/gtk/quicksearch.c
3237                 Don't refocus quick search after executing (Esc or Enter)
3238                 Allows to '/'search something then move up/down in 
3239                 summaryview, and to Esc a search and be back in the 
3240                 summaryview
3241
3242 2006-01-13 [paul]       1.9.100cvs144
3243
3244         * src/plugins/pgpinline/pgpinline.c
3245                 support Content-Type 'application/pgp'
3246                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3247
3248 2006-01-13 [paul]       1.9.100cvs143
3249
3250         * manual/account.xml
3251                 make mention of partial retrieval
3252                 thanks to Colin
3253
3254 2006-01-13 [paul]       1.9.100cvs142
3255
3256         * src/account.c
3257         * src/account.h
3258         * src/action.c
3259         * src/action.h
3260         * src/adbookbase.h
3261         * src/addr_compl.c
3262         * src/addr_compl.h
3263         * src/addrbook.c
3264         * src/addrcache.c
3265         * src/addrcache.h
3266         * src/addrcindex.c
3267         * src/addrcindex.h
3268         * src/addrclip.c
3269         * src/addrclip.h
3270         * src/addrdefs.h
3271         * src/addressadd.c
3272         * src/addressadd.h
3273         * src/addressbook.c
3274         * src/addressbook.h
3275         * src/addrgather.c
3276         * src/addrgather.h
3277         * src/addrharvest.c
3278         * src/addrharvest.h
3279         * src/addrindex.c
3280         * src/addrindex.h
3281         * src/addritem.c
3282         * src/addritem.h
3283         * src/addrquery.c
3284         * src/addrquery.h
3285         * src/addrselect.c
3286         * src/addrselect.h
3287         * src/alertpanel.c
3288         * src/alertpanel.h
3289         * src/browseldap.c
3290         * src/browseldap.h
3291         * src/codeconv.c
3292         * src/codeconv.h
3293         * src/compose.c
3294         * src/compose.h
3295         * src/customheader.c
3296         * src/customheader.h
3297         * src/displayheader.c
3298         * src/displayheader.h
3299         * src/editaddress.c
3300         * src/editaddress.h
3301         * src/editbook.c
3302         * src/editbook.h
3303         * src/editgroup.c
3304         * src/editgroup.h
3305         * src/editjpilot.c
3306         * src/editjpilot.h
3307         * src/editldap.c
3308         * src/editldap.h
3309         * src/editldap_basedn.c
3310         * src/editldap_basedn.h
3311         * src/editvcard.c
3312         * src/editvcard.h
3313         * src/exphtmldlg.c
3314         * src/exphtmldlg.h
3315         * src/expldifdlg.c
3316         * src/expldifdlg.h
3317         * src/export.h
3318         * src/exporthtml.c
3319         * src/exporthtml.h
3320         * src/exportldif.c
3321         * src/exportldif.h
3322         * src/filtering.c
3323         * src/filtering.h
3324         * src/folder.c
3325         * src/folder.h
3326         * src/folder_item_prefs.c
3327         * src/folder_item_prefs.h
3328         * src/foldersel.c
3329         * src/foldersel.h
3330         * src/folderutils.c
3331         * src/folderutils.h
3332         * src/folderview.c
3333         * src/folderview.h
3334         * src/grouplistdialog.c
3335         * src/grouplistdialog.h
3336         * src/headerview.c
3337         * src/html.c
3338         * src/html.h
3339         * src/image_viewer.c
3340         * src/image_viewer.h
3341         * src/imap.c
3342         * src/imap.h
3343         * src/imap_gtk.c
3344         * src/imap_gtk.h
3345         * src/import.h
3346         * src/importldif.c
3347         * src/importldif.h
3348         * src/importmutt.c
3349         * src/importmutt.h
3350         * src/importpine.c
3351         * src/importpine.h
3352         * src/inc.c
3353         * src/inc.h
3354         * src/jpilot.c
3355         * src/jpilot.h
3356         * src/ldapctrl.c
3357         * src/ldapctrl.h
3358         * src/ldaplocate.c
3359         * src/ldaplocate.h
3360         * src/ldapquery.c
3361         * src/ldapquery.h
3362         * src/ldapserver.c
3363         * src/ldapserver.h
3364         * src/ldaputil.c
3365         * src/ldaputil.h
3366         * src/ldif.c
3367         * src/ldif.h
3368         * src/main.c
3369         * src/main.h
3370         * src/mainwindow.c
3371         * src/mainwindow.h
3372         * src/manual.c
3373         * src/manual.h
3374         * src/mbox.c
3375         * src/mbox.h
3376         * src/message_search.c
3377         * src/message_search.h
3378         * src/messageview.c
3379         * src/messageview.h
3380         * src/mh.c
3381         * src/mh.h
3382         * src/mh_gtk.c
3383         * src/mh_gtk.h
3384         * src/mimeview.c
3385         * src/mimeview.h
3386         * src/msgcache.c
3387         * src/msgcache.h
3388         * src/mutt.c
3389         * src/mutt.h
3390         * src/news.c
3391         * src/news.h
3392         * src/news_gtk.c
3393         * src/news_gtk.h
3394         * src/partial_download.c
3395         * src/partial_download.h
3396         * src/pine.c
3397         * src/pine.h
3398         * src/pop.c
3399         * src/pop.h
3400         * src/prefs_account.c
3401         * src/prefs_account.h
3402         * src/prefs_actions.c
3403         * src/prefs_actions.h
3404         * src/prefs_common.c
3405         * src/prefs_common.h
3406         * src/prefs_compose_writing.c
3407         * src/prefs_compose_writing.h
3408         * src/prefs_customheader.c
3409         * src/prefs_customheader.h
3410         * src/prefs_display_header.c
3411         * src/prefs_display_header.h
3412         * src/prefs_filtering.c
3413         * src/prefs_filtering.h
3414         * src/prefs_filtering_action.c
3415         * src/prefs_filtering_action.h
3416         * src/prefs_folder_column.c
3417         * src/prefs_folder_column.h
3418         * src/prefs_folder_item.c
3419         * src/prefs_folder_item.h
3420         * src/prefs_fonts.c
3421         * src/prefs_fonts.h
3422         * src/prefs_gtk.c
3423         * src/prefs_gtk.h
3424         * src/prefs_image_viewer.c
3425         * src/prefs_image_viewer.h
3426         * src/prefs_matcher.c
3427         * src/prefs_matcher.h
3428         * src/prefs_message.c
3429         * src/prefs_msg_colors.c
3430         * src/prefs_msg_colors.h
3431         * src/prefs_other.c
3432         * src/prefs_quote.c
3433         * src/prefs_receive.c
3434         * src/prefs_send.c
3435         * src/prefs_spelling.c
3436         * src/prefs_spelling.h
3437         * src/prefs_summaries.c
3438         * src/prefs_summaries.h
3439         * src/prefs_summary_column.c
3440         * src/prefs_summary_column.h
3441         * src/prefs_template.c
3442         * src/prefs_template.h
3443         * src/prefs_themes.c
3444         * src/prefs_themes.h
3445         * src/prefs_toolbar.c
3446         * src/prefs_toolbar.h
3447         * src/prefs_wrapping.c
3448         * src/prefs_wrapping.h
3449         * src/privacy.c
3450         * src/privacy.h
3451         * src/procheader.c
3452         * src/procheader.h
3453         * src/procmime.c
3454         * src/procmime.h
3455         * src/procmsg.c
3456         * src/procmsg.h
3457         * src/quote_fmt.c
3458         * src/quote_fmt_parse.y
3459         * src/recv.c
3460         * src/recv.h
3461         * src/remotefolder.c
3462         * src/remotefolder.h
3463         * src/send_message.c
3464         * src/send_message.h
3465         * src/setup.c
3466         * src/setup.h
3467         * src/sourcewindow.c
3468         * src/sourcewindow.h
3469         * src/ssl_manager.c
3470         * src/ssl_manager.h
3471         * src/statusbar.c
3472         * src/statusbar.h
3473         * src/stock_pixmap.c
3474         * src/stock_pixmap.h
3475         * src/summary_search.c
3476         * src/summary_search.h
3477         * src/summaryview.c
3478         * src/summaryview.h
3479         * src/syldap.c
3480         * src/syldap.h
3481         * src/textview.c
3482         * src/textview.h
3483         * src/toolbar.c
3484         * src/toolbar.h
3485         * src/undo.c
3486         * src/undo.h
3487         * src/unmime.c
3488         * src/unmime.h
3489         * src/vcard.c
3490         * src/vcard.h
3491         * src/wizard.c
3492         * src/wizard.h
3493         * src/common/base64.c
3494         * src/common/base64.h
3495         * src/common/defs.h
3496         * src/common/hooks.c
3497         * src/common/hooks.h
3498         * src/common/log.c
3499         * src/common/log.h
3500         * src/common/mgutils.c
3501         * src/common/mgutils.h
3502         * src/common/nntp.c
3503         * src/common/nntp.h
3504         * src/common/passcrypt.c
3505         * src/common/passcrypt.h.in
3506         * src/common/plugin.c
3507         * src/common/plugin.h
3508         * src/common/prefs.c
3509         * src/common/prefs.h
3510         * src/common/progressindicator.c
3511         * src/common/progressindicator.h
3512         * src/common/quoted-printable.c
3513         * src/common/quoted-printable.h
3514         * src/common/session.c
3515         * src/common/session.h
3516         * src/common/smtp.c
3517         * src/common/smtp.h
3518         * src/common/socket.c
3519         * src/common/socket.h
3520         * src/common/ssl.c
3521         * src/common/ssl.h
3522         * src/common/ssl_certificate.c
3523         * src/common/ssl_certificate.h
3524         * src/common/stringtable.c
3525         * src/common/stringtable.h
3526         * src/common/sylpheed.c
3527         * src/common/sylpheed.h
3528         * src/common/template.c
3529         * src/common/template.h
3530         * src/common/timing.h
3531         * src/common/utils.c
3532         * src/common/utils.h
3533         * src/common/version.h.in
3534         * src/common/xml.c
3535         * src/common/xml.h
3536         * src/common/xmlprops.c
3537         * src/common/xmlprops.h
3538         * src/gtk/colorlabel.c
3539         * src/gtk/colorsel.c
3540         * src/gtk/colorsel.h
3541         * src/gtk/description_window.c
3542         * src/gtk/description_window.h
3543         * src/gtk/filesel.c
3544         * src/gtk/filesel.h
3545         * src/gtk/foldersort.c
3546         * src/gtk/foldersort.h
3547         * src/gtk/gtkutils.c
3548         * src/gtk/gtkutils.h
3549         * src/gtk/inputdialog.c
3550         * src/gtk/inputdialog.h
3551         * src/gtk/logwindow.c
3552         * src/gtk/logwindow.h
3553         * src/gtk/manage_window.c
3554         * src/gtk/manage_window.h
3555         * src/gtk/menu.c
3556         * src/gtk/menu.h
3557         * src/gtk/pluginwindow.c
3558         * src/gtk/pluginwindow.h
3559         * src/gtk/prefswindow.c
3560         * src/gtk/prefswindow.h
3561         * src/gtk/progressdialog.c
3562         * src/gtk/progressdialog.h
3563         * src/gtk/sslcertwindow.c
3564         * src/gtk/sslcertwindow.h
3565         * src/plugins/clamav/clamav_plugin.c
3566         * src/plugins/clamav/clamav_plugin.h
3567         * src/plugins/clamav/clamav_plugin_gtk.c
3568         * src/plugins/demo/demo.c
3569         * src/plugins/dillo_viewer/dillo_prefs.c
3570         * src/plugins/dillo_viewer/dillo_prefs.h
3571         * src/plugins/dillo_viewer/dillo_viewer.c
3572         * src/plugins/pgpcore/passphrase.c
3573         * src/plugins/pgpcore/passphrase.h
3574         * src/plugins/pgpcore/plugin.c
3575         * src/plugins/pgpcore/select-keys.c
3576         * src/plugins/pgpcore/select-keys.h
3577         * src/plugins/pgpcore/sgpgme.c
3578         * src/plugins/pgpcore/sgpgme.h
3579         * src/plugins/pgpinline/pgpinline.c
3580         * src/plugins/pgpinline/pgpinline.h
3581         * src/plugins/pgpinline/plugin.c
3582         * src/plugins/pgpmime/pgpmime.c
3583         * src/plugins/pgpmime/pgpmime.h
3584         * src/plugins/pgpmime/plugin.c
3585         * src/plugins/spamassassin/spamassassin.c
3586         * src/plugins/spamassassin/spamassassin.h
3587         * src/plugins/spamassassin/spamassassin_gtk.c
3588         * src/plugins/trayicon/trayicon.c
3589                 update copyright header
3590
3591 2006-01-13 [paul]       1.9.100cvs141
3592
3593         * src/account.c
3594         * src/export.c
3595         * src/import.c
3596         * src/mainwindow.c
3597         * src/prefs_account.c
3598         * src/prefs_display_header.c
3599         * src/prefs_receive.c
3600         * src/prefs_send.c
3601         * src/prefs_summaries.c
3602         * src/prefs_themes.c
3603         * src/prefs_toolbar.c
3604         * src/gtk/about.c
3605                 various cleanups
3606
3607 2006-01-12 [colin]      1.9.100cvs140
3608
3609         * src/folder.c
3610         * src/folder.h
3611         * src/main.c
3612                 Add --subscribe option
3613                 Let sylpheed-claws email@domain.com equivalent to --compose
3614                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3615
3616 2006-01-12 [paul]       1.9.100cvs139
3617
3618         * src/mainwindow.c
3619                 append 'Change folder order' label with '...'
3620         * src/prefs_actions.c
3621                 allow reordering of actions list by dnd
3622         * src/gtk/foldersort.c
3623                 make the dialog nicer
3624
3625 2006-01-11 [colin]      1.9.100cvs138
3626
3627         * src/compose.c
3628                 Allow templates without text
3629
3630 2006-01-11 [paul]       1.9.100cvs137
3631
3632         * tools/README
3633         * tools/filter_conv_new.pl
3634                 add info to README
3635                 also check .sylpheed for filter.xml
3636                 be a bit informative to the user
3637
3638 2006-01-11 [colin]      1.9.100cvs136
3639
3640         * src/textview.c
3641                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3642
3643 2006-01-10 [paul]       1.9.100cvs135
3644
3645         * tools/Makefile.am
3646         * tools/filter_conv_new.pl
3647                 add script to convert new style Sylpheed
3648                 filter rules (Sylpheed >= 0.9.99) to
3649                 Claws filtering rules
3650
3651 2006-01-10 [colin]      1.9.100cvs134
3652
3653         * src/compose.c
3654                 Fix broken line joins in certain conditions
3655                 (between two quoted lines: <enter><enter><up>
3656                  <type a wrapped sentence><go in the first line>
3657                  <insert more text><watch as line joining failed>)
3658
3659 2006-01-10 [paul]       1.9.100cvs133
3660
3661         * src/compose.c
3662                 don't report success in error dialog
3663                 thanks to Colin
3664         * src/common/utils.c
3665                 include some trailing punctuations as URI
3666                 thanks to Hiro
3667
3668 2006-01-10 [paul]       1.9.100cvs132
3669
3670         * src/mimeview.c
3671                 fix incompatible pointer type
3672                 warning
3673
3674 2006-01-10 [paul]       1.9.100cvs131
3675
3676         * src/compose.c
3677                 change Subject in window title
3678                 instantaneously
3679
3680 2006-01-09 [colin]      1.9.100cvs130
3681
3682         * src/addressbook.c
3683         * src/headerview.c
3684         * src/mainwindow.c
3685         * src/messageview.c
3686         * src/mimeview.c
3687         * src/noticeview.c
3688         * src/summaryview.c
3689                 Fix possible crashes on exit and in addressbook
3690
3691 2006-01-09 [paul]       1.9.100cvs129
3692
3693         * src/prefs_msg_colors.c
3694                 some cleanups that I forgot last time
3695
3696 2006-01-09 [paul]       1.9.100cvs128
3697
3698         * README
3699         * src/folderview.c
3700         * src/prefs_msg_colors.c
3701                 add previously hidden option, color_new, to
3702                 the gui
3703                 move the page to Display/
3704                 rework the gui
3705
3706 2006-01-09 [wwp]        1.9.100cvs127
3707
3708         * src/prefs_themes.c
3709                 made the prefs/display/themes layouts spacing less condensed
3710                 (and so they match other prefs/pages' look).
3711
3712 2006-01-09 [paul]       1.9.100cvs126
3713
3714         * src/compose.c
3715         * src/prefs_common.c
3716         * src/prefs_common.h
3717         * src/prefs_wrapping.c
3718                 remove 'wrap at send' option
3719
3720 2006-01-06 [colin]      1.9.100cvs125
3721
3722         * src/compose.c
3723                 Just make completely sure we don't insert "manual line breaks" 
3724                 when wrapping... 
3725
3726 2006-01-04 [paul]
3727
3728         * 2.0.0-rc3 released
3729
3730 2006-01-04 [paul]       1.9.100cvs124
3731
3732         * src/folderview.c
3733                 fix bug 882, 'quick scroll in folder list
3734                 displays wrong folder contents'
3735
3736 2006-01-04 [paul]       1.9.100cvs123
3737
3738         * src/plugins/pgpmime/pgpmime.c
3739                 better debug information when signing
3740                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3741
3742 2006-01-03 [colin]      1.9.100cvs122
3743
3744         * configure.ac
3745                 We need to recheck for gpgme 1.0.0 after checking
3746                 for 1.1.1, because if 1.1.1 isn't available, 
3747                 GPGME_LIBS and friends are blanked out by the 
3748                 second check.
3749
3750 2006-01-03 [colin]      1.9.100cvs121
3751
3752         * src/common/prefs.c
3753                 Windows unlink-before rename fix
3754         * src/plugins/pgpcore/sgpgme.c
3755                 Add support for PKA info if available
3756                 Both patches by Werner Koch
3757
3758 2006-01-03 [paul]       1.9.100cvs120
3759
3760         * src/messageview.c
3761                 fix bug 884, 'Send receipt' button visible in queue
3762                 Thanks to Colin
3763
3764 2006-01-02 [colin]      1.9.100cvs119
3765
3766         * src/compose.c
3767         * src/imap.c
3768                 Fix autosave on IMAP and more generally try to
3769                 return the correct ID on a newly added IMAP message
3770
3771 2006-01-02 [paul]       1.9.100cvs118
3772
3773         * manual/keyboard.xml
3774                 edited
3775
3776 2006-01-01 [paul]       1.9.100cvs117
3777
3778         * src/gtk/authors.h
3779                 alphabetical order
3780
3781 2005-12-30 [colin]      1.9.100cvs116
3782
3783         * manual/advanced.xml
3784                 Explain Pre/Post-processing differences.
3785
3786 2005-12-30 [colin]      1.9.100cvs115
3787
3788         * src/mh.c
3789                 Implement copy_msgs for a little optimization
3790         * src/imap.c
3791                 Finish yesterday's fix
3792
3793 2005-12-29 [colin]      1.9.100cvs114
3794
3795         * src/imap.c
3796                 Fix occasional failure in fetching a mail over
3797                 IMAP
3798
3799 2005-12-29 [colin]      1.9.100cvs113
3800
3801         * src/compose.c
3802                 Don't remove a draft when sending it, if it is 
3803                 locked.
3804
3805 2005-12-28 [colin]      1.9.100cvs112
3806
3807         * src/summaryview.c
3808                 Fix leak for real
3809
3810 2005-12-28 [wwp]        1.9.100cvs111
3811
3812         * doc/faq/.cvsignore
3813         * doc/faq/de/.cvsignore
3814         * doc/faq/en/.cvsignore
3815         * doc/faq/es/.cvsignore
3816         * doc/faq/fr/.cvsignore
3817         * doc/faq/it/.cvsignore
3818         * doc/manual/.cvsignore
3819         * doc/manual/de/.cvsignore
3820         * doc/manual/en/.cvsignore
3821         * doc/manual/es/.cvsignore
3822         * doc/manual/fr/.cvsignore
3823         * doc/manual/ja/.cvsignore
3824         * src/plugins/mathml_viewer/.cvsignore
3825                 rollback revival of those files (my bad, sorry for the noise).
3826
3827 2005-12-28 [wwp]        1.9.100cvs110
3828
3829         * src/compose.c
3830                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
3831
3832 2005-12-28 [wwp]        1.9.100cvs109
3833
3834         * doc/faq/.cvsignore
3835         * doc/faq/de/.cvsignore
3836         * doc/faq/en/.cvsignore
3837         * doc/faq/es/.cvsignore
3838         * doc/faq/fr/.cvsignore
3839         * doc/faq/it/.cvsignore
3840         * doc/manual/.cvsignore
3841         * doc/manual/de/.cvsignore
3842         * doc/manual/en/.cvsignore
3843         * doc/manual/es/.cvsignore
3844         * doc/manual/fr/.cvsignore
3845         * doc/manual/ja/.cvsignore
3846         * src/plugins/mathml_viewer/.cvsignore
3847         * po/.cvsignore
3848                 more files to ignore.
3849
3850 2005-12-24 [colin]      1.9.100cvs108
3851
3852         * AUTHORS
3853         * src/gtk/authors.h
3854                 Update for Werner
3855
3856 2005-12-24 [colin]      1.9.100cvs107
3857
3858         * src/procmsg.c
3859                 Allow NULL src_msginfo in 
3860                 procmsg_msginfo_new_from_mimeinfo
3861
3862 2005-12-23 [paul]       1.9.100cvs106
3863
3864         * src/plugins/pgpinline/mypgpcore.def
3865                 add this forgotten file
3866
3867 2005-12-23 [colin]      1.9.100cvs105
3868
3869         * src/mainwindow.c
3870                 Fix missing break
3871
3872 2005-12-23 [colin]      1.9.100cvs104
3873
3874         * autogen.sh
3875         * src/folder.c
3876         * src/mh.c
3877         * src/common/plugin.c
3878         * src/common/socket.c
3879         * src/common/socket.h
3880         * src/common/utils.c
3881         * src/common/utils.h
3882         * src/gtk/pluginwindow.c
3883         * src/plugins/pgpcore/plugin.def
3884         * src/plugins/pgpcore/sylpheed.def
3885         * src/plugins/pgpinline/Makefile.am
3886         * src/plugins/pgpinline/plugin.def
3887         * src/plugins/pgpinline/sylpheed.def
3888         * src/plugins/pgpmime/plugin.def
3889         * src/plugins/pgpmime/sylpheed.def
3890                 Various w32 fixes by Werner Koch
3891
3892 2005-12-22 [paul]       1.9.100cvs103
3893
3894         * src/wizard.c
3895                 don't offer IMAP as 'server type' if
3896                 libetpan isn't built in
3897
3898 2005-12-22 [paul]       1.9.100cvs102
3899
3900         * AUTHORS
3901         * src/mainwindow.c
3902         * src/mainwindow.h
3903         * src/toolbar.c
3904         * src/gtk/authors.h
3905                 support GTK_TOOLBAR_BOTH_HORIZ (text
3906                 next to icon) Patch by Marien Zwart
3907                 marienz@users.sf.net
3908                 Also reword the text
3909
3910 2005-12-21 [colin]      1.9.100cvs101
3911
3912         * configure.ac
3913                 Fix DATADIRNAME
3914         * COPYING
3915                 Fix missing section and explicit the exception better
3916         * src/compose.c
3917                 Prevent mail from being lost without notice when an
3918                 SMTP error happens on trying to send an unmodified
3919                 drafted mail.
3920         * src/send_message.c
3921         * src/common/smtp.c
3922                 Fix password remembering when wrong, and add return
3923                 value checks where they should have been
3924         * src/plugins/pgpcore/sylpheed.def
3925         * src/plugins/pgpinline/sylpheed.def
3926         * src/plugins/pgpmime/sylpheed.def
3927                 Add a few symbols needed
3928
3929 2005-12-21 [paul]       1.9.100cvs100
3930
3931         * m4/codeset.m4
3932         * m4/glibc21.m4
3933         * m4/intdiv0.m4
3934         * m4/inttypes-pri.m4
3935         * m4/inttypes.m4
3936         * m4/inttypes_h.m4
3937         * m4/isc-posix.m4
3938         * m4/lcmessage.m4
3939         * m4/stdint_h.m4
3940         * m4/uintmax_t.m4
3941                 gettextization
3942                 thanks to Colin
3943
3944 2005-12-21 [paul]       1.9.100cvs99
3945
3946         * po/sv.po
3947                 fixed by Colin
3948
3949 2005-12-20 [paul]       1.9.100cvs98
3950
3951         * po/sv.po
3952                 updated by Anders Trobäck
3953
3954 2005-12-20 [colin]      1.9.100cvs97
3955
3956         * ABOUT-NLS
3957         * Makefile.am
3958         * autogen.sh
3959         * configure.ac
3960         * config/config.rpath
3961         * config/mkinstalldirs
3962         * m4/Makefile.am
3963         * m4/glibc2.m4
3964         * m4/gnupg.m4
3965         * m4/gpgme.m4
3966         * m4/intmax.m4
3967         * m4/longdouble.m4
3968         * m4/longlong.m4
3969         * m4/printf-posix.m4
3970         * m4/signed.m4
3971         * m4/size_max.m4
3972         * m4/ulonglong.m4
3973         * m4/wchar_t.m4
3974         * m4/wint_t.m4
3975         * m4/xsize.m4
3976         * po/Makefile.in.in
3977         * po/Makevars
3978         * po/bg.po
3979         * po/ca.po
3980         * po/cs.po
3981         * po/de.po
3982         * po/el.po
3983         * po/en_GB.po
3984         * po/es.po
3985         * po/fi.po
3986         * po/fr.po
3987         * po/hr.po
3988         * po/hu.po
3989         * po/it.po
3990         * po/ja.po
3991         * po/ko.po
3992         * po/nb.po
3993         * po/nl.po
3994         * po/pl.po
3995         * po/pt_BR.po
3996         * po/ru.po
3997         * po/sk.po
3998         * po/sr.po
3999         * po/stamp-po
4000         * po/sv.po
4001         * po/zh_CN.po
4002         * po/zh_TW.po
4003         * src/Makefile.am
4004         * src/codeconv.c
4005         * src/compose.c
4006         * src/exporthtml.c
4007         * src/exportldif.c
4008         * src/folder.c
4009         * src/main.c
4010         * src/manual.c
4011         * src/mh.c
4012         * src/mimeview.c
4013         * src/send_message.c
4014         * src/common/Makefile.am
4015         * src/common/fnmatch.c
4016         * src/common/fnmatch.h
4017         * src/common/fnmatch_loop.c
4018         * src/common/nntp.c
4019         * src/common/plugin.c
4020         * src/common/smtp.c
4021         * src/common/socket.c
4022         * src/common/string_match.c
4023         * src/common/sylpheed.c
4024         * src/common/utils.c
4025         * src/common/utils.h
4026         * src/common/w32_dirent.c
4027         * src/common/w32_reg.c
4028         * src/common/w32_signal.c
4029         * src/common/w32_stat.c
4030         * src/common/w32_stdio.c
4031         * src/common/w32_stdlib.c
4032         * src/common/w32_string.c
4033         * src/common/w32_time.c
4034         * src/common/w32_unistd.c
4035         * src/common/w32_wait.c
4036         * src/common/w32lib.h
4037         * src/etpan/Makefile.am
4038         * src/gtk/Makefile.am
4039         * src/plugins/clamav/Makefile.am
4040         * src/plugins/demo/Makefile.am
4041         * src/plugins/dillo_viewer/Makefile.am
4042         * src/plugins/pgpcore/Makefile.am
4043         * src/plugins/pgpcore/passphrase.c
4044         * src/plugins/pgpcore/plugin.def
4045         * src/plugins/pgpcore/sgpgme.c
4046         * src/plugins/pgpcore/sylpheed.def
4047         * src/plugins/pgpcore/version.rc
4048         * src/plugins/pgpinline/Makefile.am
4049         * src/plugins/pgpinline/plugin.def
4050         * src/plugins/pgpinline/sylpheed.def
4051         * src/plugins/pgpinline/version.rc
4052         * src/plugins/pgpmime/Makefile.am
4053         * src/plugins/pgpmime/mypgpcore.def
4054         * src/plugins/pgpmime/plugin.def
4055         * src/plugins/pgpmime/sylpheed.def
4056         * src/plugins/pgpmime/version.rc
4057         * src/plugins/spamassassin/Makefile.am
4058                 Very little ;-) patch from Werner Koch, providing
4059                 infrastructure for cross-compiling to Win32
4060
4061 2005-12-20 [paul]       1.9.100cvs96
4062
4063         * src/account.c
4064         * src/account.h
4065         * src/mainwindow.c
4066         * src/mainwindow.h
4067         * src/toolbar.c
4068         * src/toolbar.h
4069                 add a combo to the Get All button, allowing
4070                 quick retrieval from any account
4071                 Patch by Fabien Vantard, slightly modified
4072                 by Colin
4073         * src/gtk/about.c
4074                 i18n fix. Patch by Fabien Vantard
4075
4076 2005-12-19 [colin]      1.9.100cvs95
4077
4078         * src/compose.c
4079         * src/compose.h
4080                 Don't automatically join lines when they've 
4081                 been separated by the user and not automatically
4082
4083 2005-12-19 [paul]       1.9.100cvs94
4084
4085         * src/gtk/pluginwindow.c
4086                 i18n fix.
4087                 Patch by Fabien Vantard
4088
4089 2005-12-15 [paul]       1.9.100cvs93
4090
4091         * src/common/plugin.c
4092         * src/common/plugin.h
4093         * src/gtk/pluginwindow.c
4094         * src/plugins/clamav/clamav_plugin.c
4095         * src/plugins/demo/demo.c
4096         * src/plugins/dillo_viewer/dillo_viewer.c
4097         * src/plugins/pgpcore/plugin.c
4098         * src/plugins/pgpinline/plugin.c
4099         * src/plugins/pgpmime/plugin.c
4100         * src/plugins/spamassassin/spamassassin.c
4101         * src/plugins/trayicon/trayicon.c
4102                 add plugin_version()
4103
4104 2005-12-15 [colin]      1.9.100cvs92
4105
4106         * src/compose.c
4107                 Further fix bug #875
4108
4109 2005-12-15 [paul]       1.9.100cvs91
4110
4111         * src/gtk/filesel.c
4112                 fix attach_load_dir getting set to
4113                 PLUGINDIR on plugin load
4114
4115 2005-12-14 [mones]      1.9.100cvs90
4116
4117         * manual/ack.xml
4118         * manual/keyboard.xml
4119                 Initial draft and some shortcuts added
4120                 
4121         * po/es.po
4122                 Updated translation
4123
4124 2005-12-14 [colin]      1.9.100cvs89
4125
4126         * src/compose.c
4127         * src/imap.c
4128         * src/summaryview.c
4129         * src/gtk/gtkaspell.c
4130                 More leaks fixed
4131         * src/prefs_folder_item.c
4132                 Fix recursive prefs apply
4133
4134
4135 2005-12-14 [colin]      1.9.100cvs88
4136
4137         * src/compose.c
4138                 Fix bug #875 (Freeze On Inline Forward of 
4139                 Large Message)
4140
4141 2005-12-13 [colin]      1.9.100cvs87
4142
4143         * src/compose.c
4144                 Uniq-ify and sort the mimetypes list
4145                 Patch by Fabien Vantard
4146
4147 2005-12-13 [colin]      1.9.100cvs86
4148
4149         * src/imap.c
4150         * src/etpan/imap-thread.c
4151                 Fix leaks (patch by Hoa)
4152         * src/news.c
4153         * src/common/plugin.c
4154                 Fix leaks
4155
4156 2005-12-12 [colin]
4157
4158         * 2.0.0-rc2 released
4159
4160 2005-12-12 [colin]      1.9.100cvs85
4161
4162         * src/matcher.c
4163                 Fix a leak
4164
4165 2005-12-12 [wwp]        1.9.100cvs84
4166
4167         * src/gtk/icon_legend.c
4168                 fix misbehaviour and crash when closing the legend window
4169         using the Esc key (patch by Fabien Vantard).
4170
4171 2005-12-12 [paul]       1.9.100cvs83
4172
4173         * src/browseldap.c
4174         * src/foldersel.c
4175         * src/prefs_actions.c
4176         * src/prefs_filtering.c
4177         * src/prefs_matcher.c
4178         * src/prefs_spelling.glade      ** REMOVED **
4179         * src/prefs_template.c
4180         * src/gtk/foldersort.glade      ** REMOVED **
4181         * src/gtk/pluginwindow.c
4182         * src/gtk/pluginwindow.glade    ** REMOVED **
4183         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4184                 cleanups
4185
4186 2005-12-11 [paul]       1.9.100cvs82
4187
4188         * src/gtk/filesel.c
4189                 fix attach_load_dir crasher (double free)
4190
4191 2005-12-09 [paul]       1.9.100cvs81
4192
4193         * po/POTFILES.in
4194         * src/mainwindow.c
4195         * src/gtk/Makefile.am
4196         * src/gtk/icon_legend.c
4197         * src/gtk/icon_legend.h
4198                 add icon legend
4199         * src/manual.c
4200                 cleanup
4201
4202 2005-12-09 [paul]       1.9.100cvs80
4203
4204         * src/plugins/pgpcore/passphrase.c
4205                 wrap the label in the dialog
4206
4207 2005-12-09 [colin]      1.9.100cvs79
4208
4209         * src/plugins/pgpcore/sgpgme.c
4210                 Display (untrusted) on not trusted signatures
4211                 Patch by Michal Èihaø <michal@cihar.com>
4212                 Closes bug #867 (Report also key trust)
4213
4214 2005-12-09 [colin]      1.9.100cvs78
4215
4216         * src/common/plugin.c
4217                 Update licence check, following Eben Moglen's advice
4218
4219 2005-12-08 [colin]      1.9.100cvs77
4220
4221         * src/folder.c
4222                 Fix the occasionnal item->cache != NULL 
4223                 assertion failure. 
4224
4225 2005-12-08 [colin]      1.9.100cvs76
4226
4227         * src/mimeview.c
4228         * src/plugins/pgpcore/sgpgme.c
4229                 Print key id when unable to check it
4230                 Closes bug #866 (Show key id when missing)
4231
4232 2005-12-08 [paul]       1.9.100cvs75
4233
4234         * src/prefs_common.c
4235         * src/prefs_common.h
4236         * src/gtk/filesel.c
4237                 remember load attachment dir
4238
4239 2005-12-07 [colin]      1.9.100cvs74
4240
4241         * src/prefs_toolbar.c
4242                 Gtk fixes, patch by Fabien Vantard
4243
4244 2005-12-07 [colin]      1.9.100cvs73
4245
4246         * src/action.c
4247         * src/compose.c
4248         * src/compose.h
4249                 Fix bug #839 (Quoted text isn't colored after 
4250                 executing an action)
4251         * src/common/plugin.c
4252                 Require plugins to declare their licence in plugin_licence()
4253                 Refuse to load non-GPL plugins as they'd be illegal (as 
4254                 derived works of Sylpheed-Claws, they must be GPL).
4255         * src/plugins/clamav/clamav_plugin.c
4256         * src/plugins/demo/demo.c
4257         * src/plugins/dillo_viewer/dillo_viewer.c
4258         * src/plugins/pgpcore/plugin.c
4259         * src/plugins/pgpinline/plugin.c
4260         * src/plugins/pgpmime/plugin.c
4261         * src/plugins/spamassassin/spamassassin.c
4262         * src/plugins/trayicon/trayicon.c
4263                 Add plugin_licence()
4264
4265 2005-12-07 [paul]       1.9.100cvs72
4266
4267         * configure.ac
4268         * src/mainwindow.c
4269         * src/manual.c
4270         * src/manual.h
4271         * src/common/defs.h
4272                 clean up after local FAQ removal and
4273                 temporary manual removal
4274
4275 2005-12-06 [colin]      1.9.100cvs71
4276
4277         * configure.ac
4278         * doc/Makefile.am
4279         * doc/faq/.cvsignore
4280         * doc/faq/Makefile.am
4281         * doc/faq/de/.cvsignore
4282         * doc/faq/de/Makefile.am
4283         * doc/faq/de/sylpheed-faq-1.html
4284         * doc/faq/de/sylpheed-faq-2.html
4285         * doc/faq/de/sylpheed-faq-3.html
4286         * doc/faq/de/sylpheed-faq.html
4287         * doc/faq/en/.cvsignore
4288         * doc/faq/en/Makefile.am
4289         * doc/faq/en/sylpheed-faq-1.html
4290         * doc/faq/en/sylpheed-faq-2.html
4291         * doc/faq/en/sylpheed-faq-3.html
4292         * doc/faq/en/sylpheed-faq-4.html
4293         * doc/faq/en/sylpheed-faq.html
4294         * doc/faq/es/.cvsignore
4295         * doc/faq/es/Makefile.am
4296         * doc/faq/es/sylpheed-faq-1.html
4297         * doc/faq/es/sylpheed-faq-2.html
4298         * doc/faq/es/sylpheed-faq-3.html
4299         * doc/faq/es/sylpheed-faq-4.html
4300         * doc/faq/es/sylpheed-faq.html
4301         * doc/faq/fr/.cvsignore
4302         * doc/faq/fr/Makefile.am
4303         * doc/faq/fr/sylpheed-faq-1.html
4304         * doc/faq/fr/sylpheed-faq-2.html
4305         * doc/faq/fr/sylpheed-faq-3.html
4306         * doc/faq/fr/sylpheed-faq.html
4307         * doc/faq/it/.cvsignore
4308         * doc/faq/it/Makefile.am
4309         * doc/faq/it/sylpheed-faq-1.html
4310         * doc/faq/it/sylpheed-faq-2.html
4311         * doc/faq/it/sylpheed-faq-3.html
4312         * doc/faq/it/sylpheed-faq.html
4313         * doc/manual/.cvsignore
4314         * doc/manual/Makefile.am
4315         * doc/manual/de/.cvsignore
4316         * doc/manual/de/Makefile.am
4317         * doc/manual/de/sylpheed-1.html
4318         * doc/manual/de/sylpheed-10.html
4319         * doc/manual/de/sylpheed-11.html
4320         * doc/manual/de/sylpheed-12.html
4321         * doc/manual/de/sylpheed-13.html
4322         * doc/manual/de/sylpheed-14.html
4323         * doc/manual/de/sylpheed-15.html
4324         * doc/manual/de/sylpheed-16.html
4325         * doc/manual/de/sylpheed-17.html
4326         * doc/manual/de/sylpheed-18.html
4327         * doc/manual/de/sylpheed-19.html
4328         * doc/manual/de/sylpheed-2.html
4329         * doc/manual/de/sylpheed-20.html
4330         * doc/manual/de/sylpheed-3.html
4331         * doc/manual/de/sylpheed-4.html
4332         * doc/manual/de/sylpheed-5.html
4333         * doc/manual/de/sylpheed-6.html
4334         * doc/manual/de/sylpheed-7.html
4335         * doc/manual/de/sylpheed-8.html
4336         * doc/manual/de/sylpheed-9.html
4337         * doc/manual/de/sylpheed.html
4338         * doc/manual/en/.cvsignore
4339         * doc/manual/en/Makefile.am
4340         * doc/manual/en/sylpheed-1.html
4341         * doc/manual/en/sylpheed-10.html
4342         * doc/manual/en/sylpheed-11.html
4343         * doc/manual/en/sylpheed-12.html
4344         * doc/manual/en/sylpheed-13.html
4345         * doc/manual/en/sylpheed-14.html
4346         * doc/manual/en/sylpheed-15.html
4347         * doc/manual/en/sylpheed-16.html
4348         * doc/manual/en/sylpheed-17.html
4349         * doc/manual/en/sylpheed-18.html
4350         * doc/manual/en/sylpheed-19.html
4351         * doc/manual/en/sylpheed-2.html
4352         * doc/manual/en/sylpheed-20.html
4353         * doc/manual/en/sylpheed-21.html
4354         * doc/manual/en/sylpheed-22.html
4355         * doc/manual/en/sylpheed-3.html
4356         * doc/manual/en/sylpheed-4.html
4357         * doc/manual/en/sylpheed-5.html
4358         * doc/manual/en/sylpheed-6.html
4359         * doc/manual/en/sylpheed-7.html
4360         * doc/manual/en/sylpheed-8.html
4361         * doc/manual/en/sylpheed-9.html
4362         * doc/manual/en/sylpheed.html
4363         * doc/manual/es/.cvsignore
4364         * doc/manual/es/Makefile.am
4365         * doc/manual/es/sylpheed-1.html
4366         * doc/manual/es/sylpheed-10.html
4367         * doc/manual/es/sylpheed-11.html
4368         * doc/manual/es/sylpheed-12.html
4369         * doc/manual/es/sylpheed-13.html
4370         * doc/manual/es/sylpheed-14.html
4371         * doc/manual/es/sylpheed-15.html
4372         * doc/manual/es/sylpheed-16.html
4373         * doc/manual/es/sylpheed-17.html
4374         * doc/manual/es/sylpheed-18.html
4375         * doc/manual/es/sylpheed-19.html
4376         * doc/manual/es/sylpheed-2.html
4377         * doc/manual/es/sylpheed-20.html
4378         * doc/manual/es/sylpheed-3.html
4379         * doc/manual/es/sylpheed-4.html
4380         * doc/manual/es/sylpheed-5.html
4381         * doc/manual/es/sylpheed-6.html
4382         * doc/manual/es/sylpheed-7.html
4383         * doc/manual/es/sylpheed-8.html
4384         * doc/manual/es/sylpheed-9.html
4385         * doc/manual/es/sylpheed.html
4386         * doc/manual/fr/.cvsignore
4387         * doc/manual/fr/Makefile.am
4388         * doc/manual/fr/sylpheed-1.html
4389         * doc/manual/fr/sylpheed-10.html
4390         * doc/manual/fr/sylpheed-11.html
4391         * doc/manual/fr/sylpheed-12.html
4392         * doc/manual/fr/sylpheed-13.html
4393         * doc/manual/fr/sylpheed-14.html
4394         * doc/manual/fr/sylpheed-15.html
4395         * doc/manual/fr/sylpheed-16.html
4396         * doc/manual/fr/sylpheed-17.html
4397         * doc/manual/fr/sylpheed-18.html
4398         * doc/manual/fr/sylpheed-19.html
4399         * doc/manual/fr/sylpheed-2.html
4400         * doc/manual/fr/sylpheed-20.html
4401         * doc/manual/fr/sylpheed-3.html
4402         * doc/manual/fr/sylpheed-4.html
4403         * doc/manual/fr/sylpheed-5.html
4404         * doc/manual/fr/sylpheed-6.html
4405         * doc/manual/fr/sylpheed-7.html
4406         * doc/manual/fr/sylpheed-8.html
4407         * doc/manual/fr/sylpheed-9.html
4408         * doc/manual/fr/sylpheed.html
4409         * doc/manual/ja/.cvsignore
4410         * doc/manual/ja/Makefile.am
4411         * doc/manual/ja/sylpheed-1.html
4412         * doc/manual/ja/sylpheed-10.html
4413         * doc/manual/ja/sylpheed-11.html
4414         * doc/manual/ja/sylpheed-12.html
4415         * doc/manual/ja/sylpheed-13.html
4416         * doc/manual/ja/sylpheed-14.html
4417         * doc/manual/ja/sylpheed-15.html
4418         * doc/manual/ja/sylpheed-16.html
4419         * doc/manual/ja/sylpheed-17.html
4420         * doc/manual/ja/sylpheed-18.html
4421         * doc/manual/ja/sylpheed-19.html
4422         * doc/manual/ja/sylpheed-2.html
4423         * doc/manual/ja/sylpheed-20.html
4424         * doc/manual/ja/sylpheed-3.html
4425         * doc/manual/ja/sylpheed-4.html
4426         * doc/manual/ja/sylpheed-5.html
4427         * doc/manual/ja/sylpheed-6.html
4428         * doc/manual/ja/sylpheed-7.html
4429         * doc/manual/ja/sylpheed-8.html
4430         * doc/manual/ja/sylpheed-9.html
4431         * doc/manual/ja/sylpheed.html
4432         * doc/manual/ja/sylpheed.sgml
4433         * src/mainwindow.c
4434                 Remove outdated manual and faq. Noisy, eh?
4435
4436 2005-12-06 [colin]      1.9.100cvs70
4437
4438         * src/compose.c
4439         * src/quote_fmt_parse.y
4440         * src/undo.c
4441         * src/undo.h
4442                 Allow %X to position cursor at 0 
4443                 (no %X = before signature)
4444                 Fix paste as quotation putting the cursor at 0
4445                 Fix undo offsets when pasting
4446                 Insert the quote_fmt at once instead of line 
4447                 by line
4448                 Fix [Edited] when starting to reply/forward
4449
4450 2005-12-06 [paul]       1.9.100cvs69
4451
4452         * src/plugins/clamav/clamav_plugin_gtk.c
4453                 add another tooltip
4454         * src/plugins/spamassassin/spamassassin_gtk.c
4455                 rework spamassassin_create_widget_func()
4456
4457 2005-12-05 [colin]      1.9.100cvs68
4458
4459         * po/POTFILES.in
4460                 Fix make release ;-)
4461
4462 2005-12-05 [colin]      1.9.100cvs67
4463
4464         * src/compose.c
4465         * src/compose.h
4466                 Fix cursor positioning (not obeying %X)
4467
4468 2005-12-05 [paul]       1.9.100cvs66
4469
4470         * src/plugins/dillo_viewer/dillo_prefs.c
4471                 fix compilation warning
4472
4473 2005-12-05 [paul]       1.9.100cvs65
4474
4475         * src/prefs_spelling.c
4476         * src/plugins/trayicon/trayicon.c
4477                 cleanups - remove unused stuff
4478
4479 2005-12-05 [paul]       1.9.100cvs64
4480
4481         * README
4482         * manual/plugins.xml
4483                 remove info about removed mathml_viewer plugin
4484
4485 2005-12-05 [paul]       1.9.100cvs63
4486
4487         * configure.ac
4488         * src/plugins/Makefile.am
4489         * src/plugins/mathml_viewer/.cvsignore
4490         * src/plugins/mathml_viewer/Makefile.am
4491         * src/plugins/mathml_viewer/mathml_viewer.c
4492                 remove unmaintained mathml_viewer plugin
4493
4494 2005-12-05 [paul]       1.9.100cvs62
4495
4496         * src/summaryview.c
4497                 obey prefs_common.always_show_msg when
4498                 moving a msg
4499                 Thanks to Colin
4500
4501 2005-12-05 [paul]       1.9.100cvs61
4502
4503         * src/compose.c
4504         * src/prefs_account.c
4505         * src/prefs_filtering.c
4506         * src/prefs_quote.c
4507         * src/prefs_spelling.c
4508         * src/prefs_toolbar.c
4509         * src/summaryview.c
4510         * src/gtk/gtkutils.c
4511         * src/gtk/quicksearch.c
4512         * src/plugins/dillo_viewer/dillo_prefs.c
4513                 dialog cleanups
4514
4515 2005-12-04 [paul]       1.9.100cvs60
4516
4517         * src/inc.c
4518         * src/prefs_account.c
4519         * src/prefs_account.h
4520                 allow a Local account to specify a
4521                 default inbox
4522                 (closes bug 843 'Inbox cannot be changed for local
4523                  mailboxes')
4524
4525 2005-12-04 [colin]      1.9.100cvs59
4526
4527         * src/plugins/trayicon/trayicon.c
4528                 Remove Get, rename Get All to Get Mail in order to
4529                 be consistent with the default main toolbar
4530
4531 2005-12-03 [colin]      1.9.100cvs58
4532
4533         * manual/gpl.xml
4534         * manual/sylpheed-claws-manual.xml
4535                 Add GPL appendix
4536
4537 2005-12-03 [paul]       1.9.100cvs57
4538
4539         * AUTHORS
4540         * po/sv.po
4541         * src/gtk/authors.h
4542                 new (partially complete) Swedish translation
4543                 by Anders Troback <sylpheed@troback.com>
4544
4545 2005-12-02 [paul]       1.9.100cvs56
4546
4547         * configure.ac
4548                 libetpan 0.41 required
4549
4550 2005-12-02 [paul]       1.9.100cvs55
4551
4552         * src/plugins/clamav/clamav_plugin.c
4553         * src/plugins/clamav/clamav_plugin.h
4554         * src/plugins/clamav/clamav_plugin_gtk.c
4555         * src/plugins/spamassassin/spamassassin.c
4556         * src/plugins/spamassassin/spamassassin.h
4557         * src/plugins/spamassassin/spamassassin_gtk.c
4558                 unregister prefs pages on unloading, thus
4559                 preventing a crash
4560                 (thanks to Colin for the hint)
4561
4562 2005-12-02 [wwp]        1.9.100cvs54
4563
4564         * src/quote_fmt.h
4565         * src/quote_fmt_parse.y
4566                 fix misuse of gboolean*, use gboolean instead
4567                 (thanks to Paul, Colin, for pointing out that scaring one)
4568
4569 2005-12-02 [paul]       1.9.100cvs53
4570
4571         * src/plugins/clamav/clamav_plugin.c
4572                 int no --> unsigned int no
4573         * src/plugins/clamav/clamav_plugin_gtk.c
4574                 rework config page
4575
4576 2005-12-02 [wwp]        1.9.100cvs52
4577
4578         * src/compose.c
4579         * src/prefs_template.c
4580         * src/quote_fmt.h
4581         * src/quote_fmt_parse.y
4582                 prevent from executing |f and |p templates commands when
4583                 adding or replacing templates in prefs (avoids annoying and
4584                 potentially dangerous behaviours)
4585
4586 2005-12-02 [paul]       1.9.100cvs51
4587
4588         * src/prefs_common.c
4589                 allow translation of some default values
4590                 Patch by Fabien Vantard
4591
4592 2005-12-02 [paul]       1.9.100cvs50
4593
4594         * src/codeconv.c
4595         * src/codeconv.h
4596         * src/prefs_common.c
4597         * src/prefs_common.h
4598         * src/prefs_message.c
4599         * src/textview.c
4600                 remove obsolete 'convert_mb_alnum' option
4601                 and related stuff
4602         * src/gtk/about.c
4603                 remove unused 'about_textview_visibility_notify'
4604
4605 2005-12-02 [paul]       1.9.100cvs49
4606
4607         * src/prefs_account.c
4608         * src/prefs_compose_writing.c
4609         * src/prefs_fonts.c
4610         * src/prefs_gtk.h
4611         * src/prefs_image_viewer.c
4612         * src/prefs_message.c
4613         * src/prefs_other.c
4614         * src/prefs_receive.c
4615         * src/prefs_send.c
4616         * src/prefs_spelling.c
4617         * src/prefs_summaries.c
4618         * src/prefs_wrapping.c
4619         * src/plugins/dillo_viewer/dillo_prefs.c
4620         * src/plugins/pgpcore/prefs_gpg.c
4621                 several cleanups to the prefs dialogs
4622                 (slightly modified) patch by Fabien Vantard
4623
4624 2005-12-02 [paul]       1.9.100cvs48
4625
4626         * src/main.c
4627                 --exit means exit
4628         * src/send_message.c
4629                 fix crash on send when connection fails
4630
4631         Thanks to Colin
4632
4633 2005-12-01 [colin]      1.9.100cvs47
4634
4635         * src/html.c
4636                 Translate &hellip; to "..."
4637
4638 2005-11-30 [colin]      1.9.100cvs46
4639
4640         * src/matcher.c
4641         * src/matcher.h
4642                 Optimize back yesterday's fix.
4643
4644 2005-11-30 [paul]       1.9.100cvs45
4645
4646         * manual/faq.xml
4647                 standardised
4648         * manual/intro.xml
4649                 written by Colin, edited by me
4650
4651 2005-11-29 [colin]      1.9.100cvs44
4652
4653         * src/matcher.c
4654                 Skip headers unconditionnaly in match_body if the
4655                 rule is not message or ~message
4656
4657 2005-11-29 [colin]      1.9.100cvs43
4658
4659         * src/matcher.c
4660                 Fix body_part and such, not skipping headers 
4661                 if the matchcriteria wasn't the first in the rule
4662
4663 2005-11-29 [colin]      1.9.100cvs42
4664
4665         * src/compose.c
4666                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
4667                 option missing from message view window)
4668                 Fix double text D'n'D with gtk-2.8
4669         * src/matcher.c
4670                 Fix ~message, ~headers_part, ~body_part rules
4671         * src/messageview.c
4672                 Add Windows-1252 (Closes bug #863)
4673                 Fix accels
4674         * src/gtk/gtkaspell.c
4675                 Properly destroy accels in all menus
4676
4677 2005-11-29 [mones]      1.9.100cvs41
4678
4679         * po/es.po
4680                 Updated.
4681
4682 2005-11-27 [colin]      1.9.100cvs40
4683
4684         * src/mh_gtk.c
4685                 "/Remove mailbox" -> "/Remove mailbox..."
4686
4687 2005-11-27 [paul]       1.9.100cvs39
4688
4689         * AUTHORS
4690         * po/de.po
4691         * src/gtk/authors.h
4692                 updated by new maintainer, Stephan Sachse
4693
4694 2005-11-27 [paul]       1.9.100cvs38
4695
4696         * manual/faq.xml
4697                 written by Colin, edited by me
4698
4699 2005-11-27 [paul]       1.9.100cvs37
4700
4701         * src/prefs_common.c
4702         * src/prefs_common.h
4703         * src/prefs_receive.c
4704         * src/prefs_summaries.c
4705                 move 'go to inbox after receiving new mail'
4706                 option from display/sumamaries to mail
4707                 handling/receive, and rework prefs_summaries
4708                 dialog a little
4709
4710 2005-11-25 [martin]     1.9.100cvs36
4711
4712         * po/de.po
4713             fixed windows-1252 translation;
4714             translated some new and fuzzy strings
4715
4716 2005-11-25 [paul]       1.9.100cvs35
4717
4718         * src/plugins/clamav/clamav_plugin.c
4719                 complete the update done in cvs34
4720
4721 2005-11-25 [paul]       1.9.100cvs34
4722
4723         * src/plugins/clamav/clamav_plugin.c
4724                 reflect upstream changes
4725
4726 2005-11-25 [paul]       1.9.100cvs33
4727
4728         * manual/ack.xml
4729         * manual/plugins.xml
4730         * manual/sylpheed-claws-manual.xml
4731                 written/updated by Colin, edited by me
4732         * tools/acroread2sylpheed.pl
4733                 update binary name
4734
4735 2005-11-24 [colin]      1.9.100cvs32
4736
4737         * src/compose.c
4738                 Fix bug #856 (reediting messages forgets Request
4739                 Return Receipt)
4740
4741 2005-11-24 [paul]       1.9.100cvs31
4742
4743         * manual/addrbook.xml
4744         * manual/starting.xml
4745                 written by Colin, proofread, edited, adapted by me
4746         * manual/advanced.xml
4747                 add some Actions examples
4748         * src/importldif.c
4749                 use a Save button instead of a Close button
4750         * src/wizard.c
4751                 indicate mandatory fields
4752                 fix page display
4753                 Thanks to Colin
4754
4755 2005-11-23 [colin]      1.9.100cvs30
4756
4757         * src/addressbook.c
4758                 Rename menu item, fix possible crash after
4759                 deletion of books
4760         * src/addrindex.c
4761                 Allow searching for '*' in ldap
4762         * src/browseldap.c
4763                 Fix "Browse Entry" (did anyone use it?)
4764         * src/wizard.c
4765                 Add guards for mandatory information
4766
4767 2005-11-23 [paul]       1.9.100cvs29
4768
4769         * manual/advanced.xml
4770                 corrections to the English
4771
4772 2005-11-23 [colin]      1.9.100cvs28
4773
4774         * src/mimeview.c
4775                 Fix possible crash at exit. After the call to
4776                 gtk_container_remove(), the Viewer's widget has no
4777                 more parent so gtk+ automatically frees it and its
4778                 sons. If destroy_viewer() then try to access it,
4779                 problems ensue.
4780
4781 2005-11-22 [colin]      1.9.100cvs27
4782
4783         * src/compose.c
4784         * src/gtk/gtkaspell.c
4785                 Fix right-clicking on a misspelled word
4786                 Fix More... in suggestions menu
4787
4788 2005-11-22 [wwp]        1.9.100cvs26
4789
4790         * src/prefs_template.c
4791                 templates works: re-sort templates list when adding or replacing,
4792                 prevent from adding or replacing when the template name is empty
4793
4794 2005-11-21 [colin]      1.9.100cvs25
4795
4796         * src/addressbook.c
4797                 Fix some addressbook suckage (dnd, select all)
4798         * src/compose.c
4799         * src/gtk/gtkaspell.c
4800         * src/gtk/gtkaspell.h
4801                 Make the spellchecker menu work with the 
4802                 GtkTextView one instead of overriding it
4803
4804 2005-11-20 [paul]       1.9.100cvs24
4805
4806         * manual/handling.xml
4807                 proofread and corrected
4808
4809 2005-11-20 [paul]       1.9.100cvs23
4810
4811         * manual/Makefile
4812                 generate html as one file
4813         * manual/advanced.xml
4814                 fix output generation
4815                 reformat hidden options list
4816         * manual/manual.xml     ** REMOVED **
4817         * manual/sylpheed-claws-manual.xml      ** ADDED **
4818                 renamed
4819
4820 2005-11-18 [colin]      1.9.100cvs22
4821
4822         * src/prefs_account.c
4823                 Fix layout in news and mbox accounts
4824         * manual/account.xml
4825         * manual/advanced.xml
4826                 New contents for Paul to check :)
4827
4828 2005-11-18 [wwp]        1.9.100cvs21
4829
4830         * src/gtk/quicksearch.c
4831                 don't update extended quicksearch buttons twice
4832
4833 2005-11-18 [paul]       1.9.100cvs20
4834
4835         * src/textview.c
4836                 complete 1.9.100cvs19
4837
4838 2005-11-18 [paul]       1.9.100cvs19
4839
4840         * src/compose.c
4841                 cosmetic improvements
4842         * src/textview.c
4843                 also list text/* attachments
4844
4845 2005-11-18 [colin]      1.9.100cvs18
4846
4847         * src/summaryview.c
4848                 Use column 0 instead of -1 in 
4849                 gtk_ctree_node_moveto, in a naive
4850                 hope it'll fix the gtk-related crashes
4851
4852 2005-11-18 [colin]      1.9.100cvs17
4853
4854         * src/gtk/inputdialog.c
4855                 Fix icon staying the first one
4856
4857 2005-11-17 [wwp]        1.9.100cvs16
4858                 fix possible problem showing some quicksearch buttons, and a bad
4859                 call to g_return_if_fail in a function that returns a value (both
4860                 fixes by Fabien Vantard)
4861
4862 2005-11-15 [wwp]        1.9.100cvs15
4863
4864         * src/gtk/quicksearch.c
4865                 added a tooltip to that obscure ... quicksearch button
4866
4867 2005-11-15 [wwp]        1.9.100cvs14
4868
4869         * src/gtk/quicksearch.c
4870                 add a quicksearch helper to filtering expression users: the ... button
4871                 raises the condition expr window. condition expressions set up w/ this
4872                 window are used by the quicksearch if the user closes it pressing OK.
4873
4874 2005-11-14 [paul]       1.9.100cvs13
4875
4876         * src/plugins/clamav/clamav_plugin.c
4877         * src/plugins/spamassassin/spamassassin.c
4878                 change plugin type following recent merging
4879
4880 2005-11-14 [wwp]        1.9.100cvs12
4881
4882         * src/folder.c
4883                 prevent from crashing when copying/moving message(s) from and
4884                 to the same folder
4885
4886 2005-11-14 [paul]       1.9.100cvs11
4887
4888         * src/plugins/clamav/Makefile.am
4889         * src/plugins/clamav/clamav_plugin.c
4890         * src/plugins/clamav/clamav_plugin.h
4891         * src/plugins/clamav/clamav_plugin_gtk.c
4892                 also merge clamav and clamav_gtk plugins
4893
4894 2005-11-13 [colin]      1.9.100cvs10
4895
4896         * configure.ac
4897         * src/plugins/spamassassin/Makefile.am
4898         * src/plugins/spamassassin/spamassassin.c
4899         * src/plugins/spamassassin/spamassassin.h
4900         * src/plugins/spamassassin/spamassassin_gtk.c
4901                 Merge spamassassin and spamassassin_gtk plugins,
4902                 and build it by default.
4903
4904 2005-11-12 [colin]      1.9.100cvs9
4905
4906         * src/etpan/imap-thread.c
4907                 Fix gcc warning
4908
4909 2005-11-12 [colin]      1.9.100cvs8
4910
4911         * src/procmime.c
4912                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
4913
4914 2005-11-10 [colin]      1.9.100cvs7
4915
4916         * src/main.c
4917                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
4918                 minimised state)
4919
4920 2005-11-10 [wwp]        1.9.100cvs6
4921
4922         * src/gtk/description_window.c
4923                 fix a crash when closing description windows using the WM's [X] button
4924
4925 2005-11-09 [colin]      1.9.100cvs5
4926
4927         * src/common/ssl.c
4928                 Update libetpan call to follow upstream
4929                 (yes, this requires libetpan-0.40cvs3)
4930
4931 2005-11-08 [colin]      1.9.100cvs4
4932
4933         * src/compose.c
4934         * src/textview.c
4935         * src/common/utils.c
4936         * src/common/utils.h
4937                 Enhance the email parser
4938
4939 2005-11-08 [colin]      1.9.100cvs3
4940
4941         * src/procmime.c
4942                 Fix what looks like an off-by-one (fixes 
4943                 attachments from the Bat)
4944
4945 2005-11-08 [wwp]        1.9.100cvs2
4946
4947         * src/main.c
4948                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
4949
4950 2005-11-08 [wwp]        1.9.100cvs1
4951
4952         * src/main.c
4953                 allow exiting Sylpheed-Claws from command-line
4954
4955 2005-11-08 [paul]       1.9.100
4956
4957         1.9.100 released
4958
4959 2005-11-07 [colin]      1.9.99cvs17
4960
4961         * src/addritem.c
4962         * src/ldif.c
4963                 Fix import of base-64 encoded items
4964
4965 2005-11-07 [colin]      1.9.99cvs16
4966
4967         * src/send_message.c
4968                 Fix bug #314 (Queue does not empty under certain 
4969                 circumstances)
4970
4971 2005-11-07 [paul]       1.9.99cvs15
4972
4973         * src/mutt.c
4974         * src/pine.c
4975                 fix buffer overflows
4976                 Thanks to Colin
4977
4978 2005-11-07 [paul]       1.9.99cvs14
4979
4980         * doc/man/Makefile.am
4981         * doc/man/sylpheed-claws.1      ** ADDED **
4982         * doc/man/sylpheed.1            ** DELETED **
4983                 rename and update the man file
4984
4985 2005-11-06 [colin]      1.9.99cvs13
4986
4987         * src/ldif.c
4988                 Fix ldif_get_line() that returned empty strings
4989                 (Didn't understand why). Also fix a possible
4990                 buffer overflow.
4991
4992 2005-11-06 [wwp]        1.9.99cvs12
4993
4994         * src/textview.c
4995         * src/gtk/about.c
4996         * src/gtk/gtkutils.c
4997         * src/gtk/gtkutils.h
4998                 fix a compilation warning,
4999                 make links sensitive in the about dialog
5000
5001 2005-11-04 [wwp]        1.9.99cvs11
5002
5003         * src/gtk/about.c
5004                 don't wrap or translate URIs, and a bit text format cleanup
5005
5006 2005-11-04 [wwp]        1.9.99cvs10
5007
5008         * src/gtk/about.c
5009                 better textview tagging implementation (no more use of marks for
5010                 postponed tagging)
5011
5012 2005-11-02 [colin]      1.9.99cvs9
5013
5014         * src/common/ssl.c
5015                 Forgot an ifdef
5016
5017 2005-11-02 [colin]      1.9.99cvs8
5018
5019         * configure.ac
5020                 Require libetpan-0.40 due to upstream fix
5021         * src/common/ssl.c
5022                 Tell libetpan not to call SSL_Library_Init,
5023                 as we do it ourselves.
5024
5025 2005-11-02 [colin]      1.9.99cvs7
5026
5027         * po/POTFILES.in
5028                 Add missing files (thanks to Fabien Vantard)
5029
5030 2005-11-02 [colin]      1.9.99cvs6
5031
5032         * src/summaryview.c
5033                 Fix totals when read messages are hidden or quicksearch
5034                 is on
5035         * src/ssl_manager.c
5036         * src/ssl_manager.h
5037         * src/common/ssl_certificate.c
5038         * src/common/ssl_certificate.h
5039         * src/gtk/sslcertwindow.c
5040         * src/gtk/sslcertwindow.h
5041                 Fix copyright on my stuff
5042
5043 2005-11-02 [wwp]        1.9.99cvs5
5044
5045         * src/prefs_themes.c
5046                 fix directory name checking (theme installation/removal),
5047                 made related error a bit more verbose
5048
5049 2005-11-02 [colin]      1.9.99cvs4
5050
5051         * src/summaryview.c
5052                 Fix typo (probably fixes bug #841 (Sort by the From 
5053                 field doesn't work)
5054
5055 2005-11-02 [paul]       1.9.99cvs3
5056
5057         * po/ko.po
5058         * po/nb.po
5059                 updated by SungHyun Nam, Geir Helland
5060         * src/wizard.c
5061                 fix typo in welcome message. spotted by
5062                 Andrea Spadaccini
5063
5064 2005-11-01 [colin]      1.9.99cvs2
5065
5066         * src/compose.c
5067                 Fix replying to ml wen confirming subscription
5068         * src/messageview.c
5069         * src/mimeview.c
5070         * src/mimeview.h
5071         * src/privacy.h
5072         * src/summaryview.c
5073                 Make key check non blocking
5074
5075 2005-10-31 [paul]       1.9.99cvs1
5076
5077         * tools/claws.i18n.status.pl
5078                 updated for ChangeLog
5079
5080 2005-10-31 [paul]       1.9.99
5081
5082         1.9.99 released
5083
5084 2005-10-31 [paul]       1.9.15cvs131
5085
5086         * .cvsignore
5087         * ChangeLog
5088         * ChangeLog.claws       ** REMOVED **
5089         * ChangeLog-gtk2.claws  ** REMOVED **
5090         * ChangeLog.gtk1        ** ADDED **
5091         * INSTALL
5092         * Makefile.am
5093         * NEWS
5094         * README
5095         * README.claws          ** REMOVED **
5096         * README.jp             ** REMOVED **
5097         * RELEASE_NOTES         ** ADDED **
5098         * RELEASE_NOTES.claws   ** REMOVED **
5099         * commitHelper
5100         * configure.ac
5101         * sylpheed.spec.in      ** REMOVED **
5102                 tidy up and update the default docs:
5103                 ChangeLog.claws is renamed ChangeLog.gtk1
5104                 ChangeLog-gtk2.claws is renamed ChangeLog
5105                 README.claws is renamed README
5106                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5107
5108 2005-10-31 [paul]       1.9.15cvs130
5109
5110         * po/it.po
5111                 fix errors
5112
5113 2005-10-31 [paul]       1.9.15cvs129
5114
5115         * po/ca.po
5116         * po/de.po
5117         * po/en_GB.po
5118         * po/fr.po
5119         * po/it.po
5120         * po/pt_BR.po
5121         * po/sk.po
5122         * po/sr.po
5123         * po/zh_CN.po
5124                 updated by Miquel Oliete, Stephan Sachse and
5125                 Thomas Gilgin, me, Fabien Vantard, Andrea
5126                 Spadaccini, Frederico Goncalves Guimaraes,
5127                 Andrej Kacian, Aleksandar Urosevic, and
5128                 Ralgh Young.
5129
5130 2005-10-31 [mones]      1.9.15cvs128
5131
5132         * manual/faq.xml
5133                 More questions.
5134         
5135         * po/es.po
5136                 Updated for release.
5137
5138 2005-10-30 [colin]      1.9.15cvs127
5139
5140         * src/compose.c
5141                 Place cursor before rewrapping (fixes cursor
5142                 pos if quotation gets rewrapped)
5143
5144 2005-10-29 [paul]       1.9.15cvs126
5145
5146         * src/crash.c
5147         * src/foldersel.c
5148         * src/main.c
5149         * src/messageview.c
5150         * src/toolbar.c
5151         * src/gtk/authors.h
5152                 corrections to text items
5153
5154 2005-10-28 [colin]      1.9.15cvs125
5155
5156         * src/messageview.c
5157                 Make "hit 'C' to check sig" work from extern 
5158                 messageviews
5159
5160 2005-10-27 [colin]      1.9.15cvs124
5161
5162         * src/summaryview.c
5163                 Add a hack to avoid segfaulting when hammering 
5164                 on gtk's events
5165
5166 2005-10-27 [wwp]        1.9.15cvs123
5167
5168         * src/prefs_themes.c
5169                 sort list of themes names in themes prefs
5170
5171 2005-10-27 [paul]       1.9.15cvs122
5172
5173         * src/folder.c
5174         * src/prefs_account.c
5175                 fix building on Solaris
5176                 Patch by Alex Moore
5177
5178 2005-10-27 [wwp]        1.9.15cvs121
5179
5180         * src/summaryview.c
5181         * src/gtk/gtksctree.c
5182                 speed up unselecting messages in summary view (thanks to Colin)
5183
5184 2005-10-27 [paul]       1.9.15cvs120
5185
5186         * src/mainwindow.c
5187                 fix a compilation warning
5188         * src/summaryview.c
5189                 fix updating of 'n items selected' count
5190                 when deselecting
5191
5192 2005-10-27 [martin]     1.9.15cvs119
5193
5194         * src/action.c
5195                 ignore actions with a leading '/' in the action menu name
5196                 fixes a crash on menu creation
5197         * src/prefs_actions.c
5198                 do not allow a leading '/' in the action menu name
5199
5200 2005-10-27 [paul]       1.9.15cvs118
5201
5202         * src/main.c
5203                 fix compilation warning
5204
5205 2005-10-27 [paul]       1.9.15cvs117
5206
5207         * src/procmime.c
5208                 add #if HAVE_LOCALE_H
5209
5210 2005-10-27 [paul]       1.9.15cvs116
5211
5212         * src/plugins/clamav/clamav_plugin.c
5213         * src/plugins/dillo_viewer/dillo_viewer.c
5214         * src/plugins/mathml_viewer/mathml_viewer.c
5215         * src/plugins/pgpcore/plugin.c
5216         * src/plugins/pgpinline/plugin.c
5217         * src/plugins/pgpmime/plugin.c
5218         * src/plugins/spamassassin/spamassassin.c
5219         * src/plugins/trayicon/trayicon.c
5220                 plugin_init() : make error messages more
5221                 informative
5222
5223 2005-10-26 [wwp]        1.9.15cvs115
5224
5225         * src/prefs_matcher.c
5226                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5227
5228 2005-10-26 [wwp]        1.9.15cvs114
5229
5230         * src/procmime.c
5231         * src/gtk/gtksctree.c
5232         * src/plugins/spamassassin/libspamc.c
5233         * src/plugins/spamassassin/spamassassin.c
5234                 fix some compilation warnings more
5235
5236 2005-10-26 [mones]      1.9.15cvs113
5237
5238         * po/es.po
5239                 Updated translation
5240
5241 2005-10-26 [paul]       1.9.15cvs112
5242
5243         * src/prefs_message.c
5244                 give all display_xface stuff the
5245                 #if HAVE_LIBCOMPFACE treatment, thus
5246                 preventing a crash
5247                 (Thanks to Wolfgang Enderlein)
5248
5249 2005-10-26 [colin]      1.9.15cvs111
5250
5251         * src/gedit-print.c
5252                 Fix date format
5253         * src/imap_gtk.c
5254         * src/news_gtk.c
5255                 Remove context menu items that should not be there
5256         * src/jpilot.c
5257                 Fix encoding
5258         * src/main.c
5259         * src/mainwindow.c
5260                 Don't show the mainwindow too soon
5261
5262 2005-10-26 [wwp]        1.9.15cvs110
5263
5264         * src/folder.c
5265         * src/manual.c
5266         * src/summaryview.c
5267                 fix uninitialized pointers in the folder updating hook
5268                 (thanks to Colin)
5269
5270 2005-10-25 [mones]      1.9.15cvs109
5271
5272         * manual/faq.xml
5273                 General information subsection completed. 
5274                 Removed archaic references.
5275                 
5276         * manual/Makefile
5277         * manual/dtd/manual.dsl
5278                 Added customization stylesheet for getting paragraphs
5279                 fully justified in PDF output (as suggested by Colin).
5280
5281 2005-10-25 [colin]      1.9.15cvs108
5282
5283         * src/compose.c
5284                 Fix a second leak
5285
5286 2005-10-25 [colin]      1.9.15cvs107
5287
5288         * src/addrbook.c
5289         * src/addrindex.c
5290                 Fix leak (xml_get_element() allocates memory)
5291         * src/compose.c
5292                 Fix leak + dead code (shame!)
5293         * src/procmime.c
5294                 Fix leak
5295
5296 2005-10-25 [colin]      1.9.15cvs106
5297
5298         * src/mimeview.c
5299                 Fix encoding issue in Save all and in 
5300                 overwrite-confirmation alertpanel
5301
5302 2005-10-25 [colin]      1.9.15cvs105
5303
5304         * src/common/socket.c
5305                 Fix a leak - Thanks to Christopher Aillon
5306                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5307
5308 2005-10-25 [paul]       1.9.15cvs104
5309
5310         * src/wizard.c
5311                 Always guess servers from the right-hand
5312                 email part and guess username from the
5313                 left-hand part. (Thanks to Colin)
5314                 add an X-Face to the welcome message
5315
5316 2005-10-25 [paul]       1.9.15cvs103
5317
5318         * manual/handling.xml
5319                 written by Colin, edited by me
5320
5321 2005-10-25 [wwp]        1.9.15cvs102
5322
5323         * src/folderview.c
5324         * src/grouplistdialog.c
5325         * src/imap.c
5326         * src/noticeview.c
5327                 fix some compilation warnings
5328
5329 2005-10-24 [paul]
5330
5331         1.9.99-rc3 released
5332
5333 2005-10-24 [paul]       1.9.15cvs101
5334
5335         * src/gtk/about.c
5336                 fix window sizing
5337
5338 2005-10-24 [paul]       1.9.15cvs100
5339
5340         * src/pixmaps/offline.xpm
5341         * src/pixmaps/online.xpm
5342                 replace with last default versions
5343
5344 2005-10-24 [colin]      1.9.15cvs99
5345
5346         * src/imap.c
5347                 Fix bug when moving a folder
5348         * src/imap_gtk.c
5349         * src/mh_gtk.c
5350                 "Delete folder" pops up a window, so it 
5351                 should be suffixed with "..."
5352         * src/plugins/pgpcore/sgpgme.c
5353                 Include locale.h
5354
5355 2005-10-24 [mones]      1.9.15cvs98
5356
5357         * manual/Makefile
5358         * manual/account.xml
5359         * manual/ack.xml
5360         * manual/addrbook.xml
5361         * manual/advanced.xml
5362         * manual/faq.xml
5363         * manual/glossary.xml
5364         * manual/gpl.xml
5365         * manual/handling.xml
5366         * manual/intro.xml
5367         * manual/keyboard.xml
5368         * manual/manual.xml
5369         * manual/plugins.xml
5370         * manual/starting.xml
5371         * manual/dtd/sdocbook.dtd
5372                 Initial manual structure and some content.
5373
5374 2005-10-23 [wwp]        1.9.15cvs97
5375
5376         * src/gtk/about.c
5377                 fix a typo
5378
5379 2005-10-23 [wwp]        1.9.15cvs96
5380
5381         * src/gtk/about.c
5382         * src/gtk/authors.h
5383                 rework of the about window (main work by Paul), also featuring a few
5384                 fixes for typos and duplicate names
5385
5386 2005-10-23 [wwp]        1.9.15cvs95
5387
5388         * src/.cvsignore
5389                 Ignore the right binary name (sylpheed-claws now)
5390
5391 2005-10-23 [paul]       1.9.15cvs94
5392
5393         * src/compose.c
5394                 when using Folder Pref 'Default To for
5395                 replies' make the entry in the Compose
5396                 window bold
5397                 Patch by Fabien Vantard
5398
5399 2005-10-22 [colin]      1.9.15cvs93
5400
5401         * src/codeconv.c
5402                 Fix leak
5403
5404 2005-10-22 [colin]      1.9.15cvs92
5405
5406         * src/codeconv.c
5407                 try to convert using locale (apart utf8) if necessary
5408
5409 2005-10-22 [colin]      1.9.15cvs91
5410
5411         * src/pixmaps/new.xpm
5412         * src/pixmaps/unread.xpm
5413                 Make the unread envelope blue again and
5414                 saturate the new one a bit more.
5415
5416 2005-10-22 [colin]      1.9.15cvs90
5417
5418         * src/compose.c
5419                 When replying to a mail sent by one of our accounts,
5420                 use the original list of recipients. Let 'Reply All'
5421                 and 'Reply to sender' work like previously.
5422
5423 2005-10-21 [colin]      1.9.15cvs89
5424
5425         * src/prefs_filtering.c
5426                 Clear fields after add and replace
5427         * src/textview.c
5428                 Display xface differently (better)
5429         * src/plugins/pgpinline/pgpinline.c
5430                 Fix crappy encodings/recodings
5431
5432 2005-10-21 [paul]       1.9.15cvs88
5433
5434         * src/compose.c
5435         * src/prefs_folder_item.c
5436         * src/toolbar.c
5437                 fix news folder Folder Properties
5438                 (thanks to Colin)
5439         * src/folderview.c
5440                 update folderview after Themes change
5441                 keep selected folder selected
5442                 (thanks to Colin)
5443
5444 2005-10-21 [paul]       1.9.15cvs87
5445
5446         * tools/Makefile.am
5447         * tools/OOo2sylpheed.pl
5448         * tools/README
5449         * tools/README.sylprint
5450         * tools/asus_mailled.sh         ** REMOVED **
5451         * tools/filter_conv.pl
5452         * tools/freshmeat_search.pl
5453         * tools/google_search.pl
5454         * tools/gpg-sign-syl            ** REMOVED **
5455         * tools/kmail2sylpheed.pl
5456         * tools/kmail2sylpheed_v2.pl
5457         * tools/multiwebsearch.pl
5458         * tools/nautilus2sylpheed.sh
5459         * tools/newscache_clean.pl
5460         * tools/outlook2sylpheed.pl
5461         * tools/sylpheed-switcher       ** REMOVED **
5462         * tools/sylprint.pl
5463         * tools/sylprint.rc
5464         * tools/tb2sylpheed
5465         * tools/vcard2xml.py
5466         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5467                 update default config dir
5468                 update binary name (thanks to Fabien Vantard)
5469                 remove obsolete scripts
5470
5471 2005-10-21 [colin]      1.9.15cvs86
5472
5473         * src/inc.c
5474                 Fix possible leak and units. Based on a patch by
5475                 Fabien Vantard.
5476
5477 2005-10-20 [colin]      1.9.15cvs85
5478
5479         * src/textview.c
5480                 Clear xface when clearing textview
5481
5482 2005-10-20 [colin]      1.9.15cvs84
5483
5484         * configure.ac
5485         * src/folderview.c
5486         * src/headerview.c
5487         * src/main.c
5488         * src/prefs_common.c
5489         * src/prefs_common.h
5490         * src/prefs_message.c
5491         * src/textview.c
5492         * src/textview.h
5493         * src/common/defs.h
5494         * src/common/utils.c
5495         * src/common/utils.h
5496         * src/gtk/gtkutils.c
5497         * src/gtk/gtkutils.h
5498                 Migrate config to .sylpheed-claws (Automatically)
5499                 Add a way to get the Xface in the TextView
5500
5501 2005-10-20 [colin]      1.9.15cvs83
5502
5503         * src/gtk/Makefile.am
5504         * src/gtk/about.c
5505         * src/gtk/authors.h
5506                 Make the about dialog *grooovy*
5507
5508 2005-10-20 [colin]      1.9.15cvs82
5509
5510         * src/mimeview.c
5511                 Use "Open with" on double click if no command
5512                 was found
5513
5514 2005-10-20 [colin]      1.9.15cvs81
5515
5516         * src/imap.c
5517         * src/etpan/imap-thread.c
5518                 Fix possible crash.
5519
5520 2005-10-20 [paul]       1.9.15cvs80
5521
5522         * src/folder.c
5523                 don't show clipkey icon if the only
5524                 attachment is the signature
5525                 Patch by Colin
5526
5527 2005-10-20 [paul]       1.9.15cvs79
5528
5529         * AUTHORS
5530         * src/plugins/pgpmime/pgpmime.c
5531                 name the PGP/MIME signature 'signature.asc'
5532                 Patch by Andrew Nelson <freeandy@gmail.com>
5533
5534 2005-10-19 [colin]      1.9.15cvs78
5535
5536         * src/plugins/pgpmime/pgpmime.c
5537                 Oops, no need to double-check though
5538
5539 2005-10-19 [colin]      1.9.15cvs77
5540
5541         * src/plugins/pgpinline/pgpinline.c
5542         * src/plugins/pgpmime/pgpmime.c
5543                 Check that my_tmpfile() doesn't 
5544                 return NULL
5545
5546 2005-10-19 [colin]      1.9.15cvs76
5547
5548         * src/common/utils.c
5549                 Use shorter mime boundaries to avoid having
5550                 MTAs rewrapping our headers, breaking the
5551                 PGP signature in the process 
5552         * src/compose.c
5553         * src/plugins/pgpmime/pgpmime.c
5554                 Check for boundary uniqueness to be sure
5555                 it won't happen, instead of hoping for the
5556                 best
5557
5558 2005-10-19 [colin]      1.9.15cvs75
5559
5560         * sylpheed-claws.desktop
5561         * src/Makefile.am
5562         * src/main.c
5563                 Ship a sylpheed-claws binary instead
5564                 of a sylpheed one. Change the socket
5565                 name, too
5566         * src/folderview.c
5567                 Update folder only if it changed
5568         * src/wizard.c
5569                 Fix i18n in welcome mail, patch by
5570                 Fabien Vantard
5571
5572 2005-10-19 [paul]
5573
5574         1.9.99-rc2 released
5575
5576 2005-10-19 [paul]       1.9.15cvs74
5577
5578         * src/folder.c
5579         * src/folderview.c
5580                 fix summaryview update
5581                 Patch by Colin
5582
5583 2005-10-18 [colin]      1.9.15cvs73
5584
5585         * src/plugins/pgpcore/passphrase.c
5586                 Don't XGrabServer, and try a bit more to 
5587                 sync everything before grabbing mouse/keyboard
5588
5589 2005-10-18 [colin]      1.9.15cvs72
5590
5591         * src/Makefile.am
5592         * src/addressadd.c
5593         * src/addressbook.c
5594         * src/folderview.c
5595         * src/grouplistdialog.c
5596         * src/mimeview.c
5597         * src/stock_pixmap.c
5598         * src/stock_pixmap.h
5599         * src/summaryview.c
5600         * src/gtk/gtksctree.c
5601         * src/gtk/gtksctree.h
5602         * src/pixmaps/empty.xpm
5603                 Implement a wrapper call for gtk_ctree_set_node_info
5604                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5605                 pixmap instead of a NULL one. This works around some
5606                 memory problems deep inside gtk, revealed by valgrind,
5607                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5608                 as locked crashes sylpheed.), as well as, probably, 
5609                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5610
5611 2005-10-17 [colin]      1.9.15cvs71
5612
5613         * src/mimeview.c
5614                 Provide visual feedback when checking
5615                 signature
5616
5617 2005-10-17 [colin]      1.9.15cvs70
5618
5619         * src/main.c
5620                 Keep the folder list frozen while checking caches...
5621
5622 2005-10-17 [colin]      1.9.15cvs69
5623
5624         * src/addr_compl.c
5625                 Fi bug #833 (Autocompleting from addressbook 
5626                 fails with extended chars)
5627         * src/imap.c
5628                 Fix 'adding messages' staying in statusbar
5629                 after an error
5630
5631 2005-10-17 [wwp]        1.9.15cvs68
5632
5633         * src/ssl_manager.c
5634                 Fix buttons' layout resizing when window size changes
5635
5636 2005-10-17 [wwp]        1.9.15cvs67
5637
5638         * src/account.c
5639         * src/prefs_account.c
5640         * src/prefs_common.c
5641         * src/prefs_common.h
5642         * src/prefs_folder_item.c
5643         * src/prefs_gtk.c
5644         * src/gtk/logwindow.c
5645         * src/gtk/pluginwindow.c
5646         * src/gtk/prefswindow.c
5647         * src/gtk/prefswindow.h
5648                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
5649
5650 2005-10-17 [paul]       1.9.15cvs66
5651
5652         * configure.ac
5653                 fix missing libetpan message
5654         * po/en_GB.po
5655                 updated
5656         * src/crash.c
5657         * src/manual.c
5658         * src/prefs_themes.c
5659         * src/common/defs.h
5660                 add some new URI defines, change some
5661                 others
5662         * src/wizard.c
5663                 make welcome message translatable
5664                 small improvements to english
5665                 other tweaks
5666         * src/gtk/menu.c
5667                 fix warnings
5668
5669 2005-10-17 [paul]       1.9.15cvs65
5670
5671         * src/summaryview.c
5672                 fix column titles
5673
5674 2005-10-16 [mones]      1.9.15cvs64
5675
5676         * po/es.po
5677                 Updated translation
5678
5679 2005-10-16 [colin]
5680
5681         1.9.99-rc1 released
5682
5683 2005-10-16 [colin]      1.9.15cvs63
5684
5685         * src/wizard.c
5686                 Fix whitespace
5687
5688 2005-10-16 [colin]      1.9.15cvs62
5689
5690         * src/toolbar.c
5691                 s/Get All/Get Mail/
5692         * src/wizard.c
5693                 Real welcome mail text, thanks Paul
5694
5695 2005-10-16 [colin]      1.9.15cvs61
5696
5697         * src/editldap.c
5698         * src/exporthtml.c
5699         * src/main.c
5700         * src/mainwindow.c
5701         * src/prefs_themes.c
5702         * src/prefs_toolbar.c
5703         * src/plugins/demo/demo.c
5704         * src/plugins/trayicon/trayicon.c
5705                 s/Sylpheed/Sylpheed-Claws/
5706
5707 2005-10-16 [colin]      1.9.15cvs60
5708
5709         * src/wizard.c
5710                 Add a welcome email in the first empty mailbox
5711         * src/prefs_common.c
5712                 Change one more default
5713
5714 2005-10-16 [colin]      1.9.15cvs59
5715
5716         * src/wizard.c
5717                 Remove printf
5718
5719 2005-10-16 [colin]      1.9.15cvs58
5720
5721         * src/toolbar.c
5722         * src/prefs_common.c
5723                 Change some defaults
5724
5725 2005-10-16 [colin]      1.9.15cvs57
5726
5727         * src/toolbar.c
5728         * src/prefs_common.c
5729                 Change some defaults
5730
5731 2005-10-16 [colin]      1.9.15cvs56
5732
5733         * src/wizard.c
5734                 By default, initialize fonts to have
5735                 the same size as normal GtkWidgets
5736
5737 2005-10-16 [colin]      1.9.15cvs55
5738
5739         * src/mimeview.c
5740                 Fix message a bit more
5741
5742 2005-10-16 [colin]      1.9.15cvs54
5743
5744         * src/addressbook.c
5745                 Second attempt at flicker fixing
5746
5747 2005-10-16 [colin]      1.9.15cvs53
5748
5749         * src/addressbook.c
5750                 Fix flicker
5751
5752 2005-10-16 [wwp]        1.9.15cvs52
5753
5754         * src/addressbook.c
5755         * src/editaddress.c
5756         * src/prefs_common.c
5757         * src/prefs_common.h
5758                 Remember window sizes (address book)
5759
5760 2005-10-16 [wwp]        1.9.15cvs51
5761
5762         * src/plugins/clamav/clamav_plugin_gtk.c
5763         * src/plugins/spamassassin/spamassassin_gtk.c
5764                 Fix compilation warnings (missing #include).
5765
5766 2005-10-16 [colin]      1.9.15cvs50
5767
5768         * src/mimeview.c
5769         * src/summaryview.c
5770         * src/textview.c
5771                 Make 'c' check signature, and forward
5772                 c, l, y, t from summaryview to mimeview
5773
5774 2005-10-16 [colin]      1.9.15cvs49
5775
5776         * src/addressbook.c
5777                 Put border around buttons
5778         * src/mainwindow.c
5779         * src/summaryview.c
5780                 Rework menus (Patch based on a patch
5781                 by Paul)
5782
5783 2005-10-15 [wwp]        1.9.15cvs48
5784
5785         * src/editjpilot.c
5786         * src/editldap.c
5787         * src/editvcard.c
5788         * src/exphtmldlg.c
5789         * src/expldifdlg.c
5790         * src/export.c
5791         * src/import.c
5792         * src/importldif.c
5793         * src/importmutt.c
5794         * src/importpine.c
5795         * src/prefs_account.c
5796         * src/prefs_spelling.c
5797         * src/gtk/gtkutils.c
5798         * src/gtk/gtkutils.h
5799         * src/plugins/clamav/clamav_plugin_gtk.c
5800         * src/plugins/spamassassin/spamassassin_gtk.c
5801                 use nicer browse-for-file/dir buttons than the "..." ones,
5802                 code factorizing more.
5803
5804 2005-10-14 [colin]      1.9.15cvs47
5805
5806         * src/mainwindow.c
5807                 set relief on the account switcher so that people see it
5808                 grey out Create processing rules when no message is selected
5809         * src/prefs_filtering.c
5810                 ask before closing if the rule has not been modified, even if
5811                 it's not valid
5812         * src/prefs_matcher.c
5813                 fix sensitivity when entering the dialog
5814         * src/gtk/inputdialog.c
5815                 display a better icon on password ask
5816         * src/plugins/pgpcore/passphrase.c
5817                 make the dialog look better
5818
5819 2005-10-14 [paul]       1.9.15cvs46
5820
5821         * src/folderview.c
5822                 indicate presense of marked msgs in
5823                 unexpanded subfolders
5824
5825 2005-10-14 [paul]       1.9.15cvs45
5826
5827         * src/prefs_actions.c
5828         * src/prefs_common.c
5829         * src/prefs_common.h
5830         * src/prefs_filtering_action.c
5831         * src/prefs_matcher.c
5832         * src/prefs_template.c
5833                 remember window sizes
5834                 fix Info button size
5835
5836         Patches by wwp
5837
5838 2005-10-13 [colin]      1.9.15cvs44
5839
5840         * src/mimeview.c
5841         * src/noticeview.c
5842         * src/noticeview.h
5843                 Add a tooltip on the icon (optional) 
5844                 Get rid of the signature buttons and only
5845                 use the icon+tooltip
5846
5847 2005-10-13 [colin]      1.9.15cvs43
5848
5849         * src/noticeview.c
5850         * src/noticeview.h
5851                 Add hand cursor for hovering over icon
5852
5853 2005-10-13 [colin]      1.9.15cvs42
5854
5855         * src/summaryview.c
5856                 Fix crash when quicksearch's hidden 
5857                 at startup
5858
5859 2005-10-13 [colin]      1.9.15cvs41
5860
5861         * src/compose.c
5862                 Set subject when forwarding multiple mails
5863                 Check that other recipient than the default Cc or Bcc
5864                 have been set before sending.
5865
5866 2005-10-13 [colin]      1.9.15cvs40
5867
5868         * src/imap.c
5869                 Batch per-folder
5870                 Introduce locking, but don't use it yet
5871
5872 2005-10-13 [colin]      1.9.15cvs39
5873
5874         * src/gtk/quicksearch.c
5875                 Reset quicksearch when hiding it
5876                 Make sticky a real pref
5877
5878 2005-10-13 [colin]      1.9.15cvs38
5879
5880         * src/summaryview.c
5881                 Faster prefs apply
5882
5883 2005-10-13 [colin]      1.9.15cvs37
5884
5885         * src/mimeview.c
5886         * src/noticeview.c
5887         * src/noticeview.h
5888         * src/plugins/pgpcore/sgpgme.c
5889                 Make privacy icon clickable
5890                 Move Trust field in Full info
5891                 When trust is less than full, don't display
5892                 a warning icon
5893
5894 2005-10-13 [colin]      1.9.15cvs36
5895
5896         * src/folder.c
5897                 Batch on flags sync
5898         * src/folderview.c
5899                 Revert speed hack which is dangerous in fact
5900                 Apply prefs faster
5901
5902 2005-10-13 [colin]      1.9.15cvs35
5903
5904         * src/folder_item_prefs.c
5905                 Fix pref corruption on folder move. Patch
5906                 by wwp
5907
5908 2005-10-13 [paul]       1.9.15cvs34
5909
5910         * src/export.c
5911         * src/import.c
5912                 fix typos in g_warnings
5913         * src/prefs_account.c
5914                 add a file selector for Signature file
5915
5916         Patches by wwp
5917
5918 2005-10-12 [colin]      1.9.15cvs33
5919
5920         * src/mimeview.c
5921                 Provide a quick way to go back from a
5922                 signature's full info to the email part
5923
5924 2005-10-12 [colin]      1.9.15cvs32
5925
5926         * src/compose.c
5927                 Remove old hack of encoding signed mails with base64.
5928                 QP works equally well.
5929
5930 2005-10-12 [colin]      1.9.15cvs31
5931
5932         * src/crash.c
5933                 Replace deprecated GtkText with GtkTextView
5934         * src/imap.c
5935                 Fix a logic bug about counts in imap_select
5936                 (previously un-triggered)
5937         * src/mainwindow.c
5938         * src/summaryview.c
5939         * src/news.c
5940                 Allow local deletion of news posts
5941         * src/mimeview.c
5942                 Show GPG noticeview on the message/rfc822 part
5943                 in addition to the text/plain one
5944         * src/prefs_image_viewer.c
5945           src/plugins/pgpcore/prefs_gpg.c
5946                 Polish (set the label as part of the checkbox)
5947         * src/wizard.c
5948                 Don't sit there doing nothing after destroying
5949                 the window - return err
5950
5951 2005-10-11 [colin]      1.9.15cvs30
5952
5953         * src/folderview.c
5954                 Apply processing rules before showing folders.
5955                 Early folder show (before flags sync) will only
5956                 be done when there are no processing rules (nor
5957                 pre- or post- ones)
5958         * src/imap.c
5959                 Fix stuff related to mail subdir, creation and 
5960                 deletion of folders 
5961         * src/imap_gtk.c
5962                 Don't allow creation of folders in NoInferior
5963                 folders, as it won't work
5964
5965 2005-10-10 [colin]      1.9.15cvs29
5966
5967         * src/compose.c
5968                 Reselect "None" Privacy system when selecting an
5969                 account with no privacy system defined
5970
5971 2005-10-10 [colin]      1.9.15cvs28
5972
5973         * src/mainwindow.c
5974                 Add Windows-1252 encoding
5975         * src/prefs_common.c
5976                 Rework some defaults:
5977                 - autosave to draft by default
5978                 - don't show header pane (it's already in the textview)
5979                 - Select first new or unread mail on entry
5980                 - Assume 'Yes' to change folder when there's no more
5981                   unread message
5982         * src/prefs_matcher.c
5983                 Fix a gtk assertion failure
5984         * src/gtk/colorlabel.c
5985                 Workaround bad repainting on selection
5986         * src/main.c
5987                 Freeze/thaw (a bit faster on ssh -X)
5988         * src/msgcache.c
5989                 Get rid of StrdupConverter that just adds an
5990                 extra strdup/free 
5991         * src/etpan/imap_thread.c
5992                 memset buf to 0
5993
5994 2005-10-10 [colin]      1.9.15cvs27
5995
5996         * src/export.c
5997         * src/import.c
5998                 Fix compile on gtk 2.4. Patch by wwp
5999
6000 2005-10-09 [colin]      1.9.15cvs26
6001
6002         * src/mainwindow.c
6003         * src/messageview.c
6004         * src/summaryview.c
6005                 Clarify forward menus. Patch by wwp
6006
6007 2005-10-09 [colin]      1.9.15cvs25
6008
6009         * src/compose.c
6010         * src/compose.h
6011                 Fix bug #829 (Non-working "Encrypt message by 
6012                 default when replying to an encrypted message")
6013
6014 2005-10-08 [colin]      1.9.15cvs24
6015
6016         * src/wizard.c
6017                 Fix bug #827 ("Welcome" setup wizard after a 
6018                 permission error gives up & forgets itself.)
6019
6020 2005-10-08 [colin]      1.9.15cvs23
6021
6022         * src/procmime.c
6023                 Fix bug #828 (Ignoring headers with spaces around = sign)
6024
6025 2005-10-08 [colin]      1.9.15cvs22
6026
6027         * src/export.c
6028                 Warning fix by wwp
6029
6030 2005-10-08 [colin]      1.9.15cvs21
6031
6032         * src/folder.c
6033         * src/folder.h
6034                 Add a processing_pending indicator, set on 
6035                 folder_item_open and cleared after 
6036                 folder_item_process_open
6037         * src/folderview.c
6038         * src/summaryview.c
6039                 wrap procmsg_msginfo_*_flags, and in the
6040                 wrapper check that there's no folder processing 
6041                 pending. If there is, defer the flags change until 
6042                 processing is done to avoid stepping over each
6043                 other's toes.
6044                 Freeze during processing, but not during scanning.
6045
6046 2005-10-07 [colin]      1.9.15cvs20
6047
6048         * src/plugins/pgpcore/passphrase.c
6049                 Fix bug #826 (X-Server hangs when 
6050                 right-clicking a PGP encrypted message)
6051
6052 2005-10-07 [paul]       1.9.15cvs19
6053
6054         * src/compose.c
6055                 fix compose_entries[]
6056                 patch by Fabien Vantard
6057
6058 2005-10-06 [colin]      1.9.15cvs18
6059
6060         * src/pixmaps/address.xpm
6061         * src/pixmaps/address_book.xpm
6062         * src/pixmaps/book.xpm
6063         * src/pixmaps/check_spelling.xpm
6064         * src/pixmaps/checkbox_off.xpm
6065         * src/pixmaps/checkbox_on.xpm
6066         * src/pixmaps/close.xpm
6067         * src/pixmaps/complete.xpm
6068         * src/pixmaps/continue.xpm
6069         * src/pixmaps/deleted.xpm
6070         * src/pixmaps/down_arrow.xpm
6071         * src/pixmaps/exec.xpm
6072         * src/pixmaps/forwarded.xpm
6073         * src/pixmaps/group.xpm
6074         * src/pixmaps/ignorethread.xpm
6075         * src/pixmaps/interface.xpm
6076         * src/pixmaps/jpilot.xpm
6077         * src/pixmaps/ldap.xpm
6078         * src/pixmaps/linewrap.xpm
6079         * src/pixmaps/linewrapcurrent.xpm
6080         * src/pixmaps/mail.xpm
6081         * src/pixmaps/mail_attach.xpm
6082         * src/pixmaps/mail_compose.xpm
6083         * src/pixmaps/mail_forward.xpm
6084         * src/pixmaps/mail_receive.xpm
6085         * src/pixmaps/mail_receive_all.xpm
6086         * src/pixmaps/mail_reply.xpm
6087         * src/pixmaps/mail_reply_to_all.xpm
6088         * src/pixmaps/mail_reply_to_author.xpm
6089         * src/pixmaps/mail_send.xpm
6090         * src/pixmaps/mail_send_queue.xpm
6091         * src/pixmaps/mime_application.xpm
6092         * src/pixmaps/mime_audio.xpm
6093         * src/pixmaps/mime_image.xpm
6094         * src/pixmaps/mime_message.xpm
6095         * src/pixmaps/mime_text_enriched.xpm
6096         * src/pixmaps/mime_text_html.xpm
6097         * src/pixmaps/mime_text_plain.xpm
6098         * src/pixmaps/mime_unknown.xpm
6099         * src/pixmaps/new.xpm
6100         * src/pixmaps/news_compose.xpm
6101         * src/pixmaps/offline.xpm
6102         * src/pixmaps/online.xpm
6103         * src/pixmaps/paste.xpm
6104         * src/pixmaps/preferences.xpm
6105         * src/pixmaps/privacy_emblem_encrypted.xpm
6106         * src/pixmaps/privacy_expired.xpm
6107         * src/pixmaps/privacy_failed.xpm
6108         * src/pixmaps/privacy_passed.xpm
6109         * src/pixmaps/privacy_signed.xpm
6110         * src/pixmaps/privacy_unknown.xpm
6111         * src/pixmaps/privacy_warn.xpm
6112         * src/pixmaps/properties.xpm
6113         * src/pixmaps/replied.xpm
6114         * src/pixmaps/search.xpm
6115         * src/pixmaps/unread.xpm
6116         * src/pixmaps/up_arrow.xpm
6117         * src/pixmaps/vcard.xpm
6118                 Modernize internal theme, with icons from the 
6119                 Gnomaws theme. Keep some of the old ones where
6120                 they were better.
6121
6122 2005-10-06 [colin]      1.9.15cvs17
6123
6124         * src/summaryview.c
6125                 Little optimisations + bugfix
6126         * src/toolbar.c
6127                 Remove default useless items - useless being defined
6128                 by the default relevant prefs
6129         * src/wizard.c
6130                 include config.h to make gettext work
6131         * src/prefs_themes.c
6132                 Fix selection of current theme in prefs
6133
6134 2005-10-06 [colin]      1.9.15cvs16
6135
6136         * src/prefs_common.c
6137         * src/prefs_common.h
6138         * src/prefs_summaries.c
6139         * src/folderview.c
6140                 Add a warning dialog on Mark all read 
6141                 (with pref to get rid of it)
6142
6143 2005-10-06 [paul]       1.9.15cvs15
6144
6145         * po/nb.po
6146         * po/pt_BR.po
6147                 updated by Geir Helland and Frederico
6148                 Goncalves Guimaraes
6149
6150 2005-10-05 [colin]      1.9.15cvs14
6151
6152         * src/folder.c
6153         * src/folder.h
6154         * src/folderview.c
6155         * src/folderview.h
6156         * src/imap_gtk.c
6157         * src/mh_gtk.c
6158         * src/mainwindow.c
6159         * src/setup.c
6160                 add a way to rescan without rebuilding
6161                 make moving a bit faster (less folders changes)
6162                 don't lock the tree on Get 
6163         * src/imap.c
6164                 Don't re-delete deleted messages before expunging
6165         * src/summaryview.c
6166                 Set batch mode when deleting mails
6167
6168 2005-10-05 [paul]       1.9.15cvs13
6169
6170         * src/mainwindow.c
6171         * src/mainwindow.h
6172                 fix disabled Execute menu item
6173         * src/toolbar.c
6174                 match the change in 1.9.15cvs10: use Compose
6175                 instead of News by default
6176
6177 2005-10-04 [colin]      1.9.15cvs12
6178
6179         * src/compose.c
6180                 When replying to an ML post with Reply-To set
6181                 to the poster's email, honor it (as before),
6182                 but also honor our user's request to reply to
6183                 the mailing list: set the ML address in the To
6184                 field and the Reply-To address in the Cc: 
6185                 field.
6186
6187 2005-10-04 [colin]      1.9.15cvs11
6188
6189         * src/plugins/trayicon/trayicon.c
6190                 Finish cosmetic change - thanks to wwp
6191
6192 2005-10-04 [colin]      1.9.15cvs10
6193
6194         * src/toolbar.c
6195                 Use Compose instead of Email by default.
6196                 Spotted by wwp.
6197
6198 2005-10-04 [colin]      1.9.15cvs9
6199
6200         * src/folder.c
6201         * src/folder.h
6202         * src/folderview.c
6203         * src/imap.c
6204         * src/etpan/imap-thread.c
6205         * src/etpan/imap-thread.h
6206                 Try to make IMAP faster, by simplifying SEARCH
6207                 commands, avoiding sending two STATUS in a row,
6208                 and deferring flags sync and processing just
6209                 after displaying the folder. 
6210                 This will update the SummaryView in certain
6211                 cases (new mails not already fetched, flags
6212                 changed from another client) but in a non-
6213                 blocking manner.
6214
6215 2005-10-04 [colin]      1.9.15cvs8
6216
6217         * src/plugins/trayicon/trayicon.c
6218                 Relabel "Offline" to "Work offline"
6219
6220 2005-10-04 [colin]      1.9.15cvs7
6221
6222         * src/export.c
6223         * src/import.c
6224         * src/mbox.c
6225                 Fix mbox import/export buglets
6226                 Patch by wwp
6227         * src/plugins/trayicon/trayicon.c
6228                 Add offline swithc
6229                 Patch by wwp
6230
6231 2005-10-04 [colin]      1.9.15cvs6
6232
6233         * src/folder.c
6234         * src/folderview.c
6235         * src/summaryview.c
6236                 Better fix (don't break mark all read) for cvs2
6237
6238 2005-10-03 [colin]      1.9.15cvs5
6239
6240         * src/folder.c
6241                 Use a sane sort by default
6242
6243 2005-10-03 [colin]      1.9.15cvs4
6244
6245         * src/inc.c
6246                 Add a 'Only once' button for overriding offline mode
6247         * src/prefs_account.c
6248         * src/wizard.c
6249                 Add Local mbox to the wizard
6250                 Add IMAP subdir to the wizard (or the wizard is useless
6251                 for such accounts, or even worse than useless)
6252                 Move IMAP subdir from Advanced to Receive tab, as it's
6253                 not that uncommon
6254
6255 2005-10-03 [colin]      1.9.15cvs3
6256
6257         * src/send_message.c
6258                 Forgot this one in cvs1
6259
6260 2005-10-03 [colin]      1.9.15cvs2
6261
6262         * src/folder.c
6263                 Faster close when leaving a folder with lots
6264                 of new mails. Idea by David Relson.
6265
6266 2005-10-03 [colin]      1.9.15cvs1
6267
6268         * src/compose.c
6269         * src/imap.c
6270         * src/inc.c
6271         * src/main.c
6272         * src/messageview.c
6273         * src/news.c
6274         * src/summaryview.c
6275         * src/gtk/sslcertwindow.c
6276         * src/plugins/trayicon/trayicon.c
6277                 Add accels to every AlertPanel. Patch by Fabien 
6278                 Vantard
6279
6280 2005-10-03 [paul]       1.9.15
6281
6282         1.9.15 released
6283
6284 2005-10-03 [paul]       1.9.14cvs68
6285
6286         * po/ca.po
6287         * po/de.po
6288         * po/es.po
6289         * po/fi.po
6290         * po/fr.po
6291         * po/sk.po
6292         * po/sr.po
6293         * po/zh_CN.po
6294                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6295                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6296                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6297
6298 2005-10-03 [paul]       1.9.14cvs67
6299
6300         * src/send_message.c
6301                 prevent hang on Cancel
6302                 patch by Colin
6303
6304 2005-10-03 [paul]       1.9.14cvs66
6305
6306         * src/main.c
6307                 fix crash in IMAP caused by discrepancy
6308                 between check_at_startup and offline mode
6309                 Patch by Colin
6310
6311 2005-10-01 [paul]       1.9.14cvs65
6312
6313         * src/inc.c
6314                 fix engrish
6315
6316 2005-10-01 [paul]       1.9.14cvs64
6317         * src/export.c
6318         * src/import.c
6319                 synchronise import_mbox() and export_mbox()
6320         * src/mbox.c
6321                 proc_mbox(): add alert if file cannot be opened
6322                 export_list_to_mbox(): test if dest file exists,
6323                 prompt user to overwrite if it does. add alert
6324                 if file cannot be created
6325                                                                 
6326         Patch by wwp
6327                                                                                                                 
6328
6329 2005-09-30 [paul]       1.9.14cvs63
6330
6331         * src/addressbook.c
6332                 Fix sensitivity of a menu
6333         * src/codeconv.c
6334                 Respect hidden pref for mails with no encoding
6335         * src/common/xml.c
6336                 Fix memory corruption
6337         * src/plugins/pgpcore/sgpgme.c
6338                 Fix segfault on incomplete sigs, and display
6339                 of S/Mime UIDs
6340
6341         Patches by Colin
6342
6343 2005-09-30 [colin]      1.9.14cvs62
6344
6345         * src/partial_download.c
6346                 Little logic fix in almost-dead code
6347         * src/pop.c
6348                 Fix partial download when there's no new mail
6349
6350 2005-09-29 [paul]       1.9.14cvs61
6351
6352         * src/plugins/pgpinline/pgpinline.c
6353                 fix bug 819, 'crash accessing sign message'
6354                 Patch by Colin
6355
6356 2005-09-28 [martin]     1.9.14cvs60
6357
6358         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6359                 fix bug #790 (Crash when restarting window manager (fluxbox))
6360
6361 2005-09-28 [paul]       1.9.14cvs59
6362
6363         * src/gtk/gtkaspell.c
6364                 fix off-by-one typo
6365
6366 2005-09-27 [colin]      1.9.14cvs58
6367
6368         * src/plugins/pgpcore/sgpgme.c
6369                 Report error when there's one, instead of
6370                 "Signature unchecked" 
6371
6372 2005-09-27 [colin]      1.9.14cvs57
6373
6374         * src/prefs_quote.c
6375                 Fix bug #816 (Weird quotation with spaces)
6376
6377 2005-09-27 [colin]      1.9.14cvs56
6378
6379         * src/codeconv.c
6380         * src/compose.c
6381         * src/compose.h
6382                 Put subject in compose's title
6383                 Fix Automatic encoding so that it's really automatic:
6384                 first try default locale's charset, then charset of the replied mail, 
6385                 then utf-8
6386                 Fix encoding of headers (must be in strict mode too)
6387
6388 2005-09-26 [colin]      1.9.14cvs55
6389
6390         * src/gtk/gtkaspell.c
6391                 Fix previous patch - don't color the space,
6392                 just uncolor it :)
6393
6394 2005-09-26 [colin]      1.9.14cvs54
6395
6396         * src/gtk/gtkaspell.c
6397                 Unmark space if possible
6398
6399 2005-09-26 [colin]      1.9.14cvs53
6400
6401         * src/imap.c
6402                 log_error instead of alertpanel according to the pref
6403         * src/etpan/imap-thread.c
6404                 Print connect status, copy only necessary size to 
6405                 logger
6406         * src/plugins/pgpmime/pgpmime.c
6407                 Handle S/Mime signatures (verification only). Patch based
6408                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6409
6410 2005-09-26 [paul]       1.9.14cvs52
6411
6412         * src/common/passcrypt.c
6413                 this 'workaround' not necessary on NetBSD.
6414                 Thanks to Daniel Gustafson
6415
6416 2005-09-26 [paul]
6417
6418         1.9.15-rc4 released
6419
6420 2005-09-26 [paul]       1.9.14cvs51
6421
6422         * src/summaryview.c
6423                 Skip currently selected message when
6424                 looking for next new or unread message
6425                 in current folder. Patch by Colin
6426         * src/common/passcrypt.c
6427                 eliminate warnings on *BSD. Patch by
6428                 Daniel Gustafson
6429
6430 2005-09-26 [colin]      1.9.14cvs50
6431
6432         * src/procmsg.c
6433                 Call postfiltering hook anyway
6434
6435 2005-09-22 [colin]      1.9.14cvs49
6436
6437         * src/codeconv.c
6438         * src/codeconv.h
6439                 Add a strict mode that doesn't replace with _
6440         * src/compose.c
6441         * src/compose.h
6442                 Use strict conversion while sending
6443                 Fix race when drafting while sending (happens
6444                 on IMAP)
6445                 Fix d'n'd of messages from summaryview
6446         * src/prefs_common.c
6447         * src/prefs_common.h
6448                 add hidden utf8_instead_of_locale_for_broken_mail 
6449                 pref for people that preferred the default charset 
6450                 to be utf8 for broken mails
6451         * src/quote_fmt_parse.y
6452                 fix bug #815 (No quote insert if "From:" fied 
6453                 contained Russian letters)
6454         * src/summaryview.c
6455                 Fix d'n'd of messages to compose
6456
6457 2005-09-22 [paul]       1.9.14cvs48
6458
6459         * src/compose.c
6460                 fix bug where attachments Name entry
6461                 would display Path instead
6462
6463 2005-09-21 [paul]       1.9.14cvs47
6464
6465         * README
6466         * README.jp
6467         * configure.ac
6468         * config/config.rpath
6469         * doc/manual/en/sylpheed-20.html
6470         * doc/manual/es/sylpheed-20.html
6471         * po/bg.po
6472         * po/ca.po
6473         * po/de.po
6474         * po/es.po
6475         * po/fr.po
6476         * po/it.po
6477         * po/pt_BR.po
6478         * po/sk.po
6479         * po/zh_TW.po
6480         * src/account.c
6481         * src/account.h
6482         * src/action.c
6483         * src/action.h
6484         * src/adbookbase.h
6485         * src/addr_compl.c
6486         * src/addr_compl.h
6487         * src/addrbook.c
6488         * src/addrbook.h
6489         * src/addrcache.c
6490         * src/addrcache.h
6491         * src/addrcindex.c
6492         * src/addrcindex.h
6493         * src/addrclip.c
6494         * src/addrclip.h
6495         * src/addrdefs.h
6496         * src/addressadd.c
6497         * src/addressadd.h
6498         * src/addressbook.c
6499         * src/addressbook.h
6500         * src/addressitem.h
6501         * src/addrgather.c
6502         * src/addrgather.h
6503         * src/addrharvest.c
6504         * src/addrharvest.h
6505         * src/addrindex.c
6506         * src/addrindex.h
6507         * src/addritem.c
6508         * src/addritem.h
6509         * src/addrquery.c
6510         * src/addrquery.h
6511         * src/addrselect.c
6512         * src/addrselect.h
6513         * src/alertpanel.c
6514         * src/alertpanel.h
6515         * src/browseldap.c
6516         * src/browseldap.h
6517         * src/codeconv.c
6518         * src/codeconv.h
6519         * src/compose.c
6520         * src/compose.h
6521         * src/crash.c
6522         * src/crash.h
6523         * src/customheader.c
6524         * src/customheader.h
6525         * src/displayheader.c
6526         * src/displayheader.h
6527         * src/editaddress.c
6528         * src/editaddress.h
6529         * src/editbook.c
6530         * src/editbook.h
6531         * src/editgroup.c
6532         * src/editgroup.h
6533         * src/editjpilot.c
6534         * src/editjpilot.h
6535         * src/editldap.c
6536         * src/editldap.h
6537         * src/editldap_basedn.c
6538         * src/editldap_basedn.h
6539         * src/editvcard.c
6540         * src/editvcard.h
6541         * src/enriched.c
6542         * src/enriched.h
6543         * src/exphtmldlg.c
6544         * src/exphtmldlg.h
6545         * src/expldifdlg.c
6546         * src/expldifdlg.h
6547         * src/export.c
6548         * src/export.h
6549         * src/exporthtml.c
6550         * src/exporthtml.h
6551         * src/exportldif.c
6552         * src/exportldif.h
6553         * src/filtering.c
6554         * src/filtering.h
6555         * src/folder.c
6556         * src/folder.h
6557         * src/folder_item_prefs.c
6558         * src/folder_item_prefs.h
6559         * src/foldersel.c
6560         * src/foldersel.h
6561         * src/folderutils.c
6562         * src/folderutils.h
6563         * src/folderview.c
6564         * src/folderview.h
6565         * src/grouplistdialog.c
6566         * src/grouplistdialog.h
6567         * src/headerview.c
6568         * src/headerview.h
6569         * src/html.c
6570         * src/html.h
6571         * src/image_viewer.c
6572         * src/image_viewer.h
6573         * src/imap.c
6574         * src/imap.h
6575         * src/imap_gtk.c
6576         * src/imap_gtk.h
6577         * src/import.c
6578         * src/import.h
6579         * src/importldif.c
6580         * src/importldif.h
6581         * src/importmutt.c
6582         * src/importmutt.h
6583         * src/importpine.c
6584         * src/importpine.h
6585         * src/inc.c
6586         * src/inc.h
6587         * src/jpilot.c
6588         * src/jpilot.h
6589         * src/ldapctrl.c
6590         * src/ldapctrl.h
6591         * src/ldaplocate.c
6592         * src/ldaplocate.h
6593         * src/ldapquery.c
6594         * src/ldapquery.h
6595         * src/ldapserver.c
6596         * src/ldapserver.h
6597         * src/ldaputil.c
6598         * src/ldaputil.h
6599         * src/ldif.c
6600         * src/ldif.h
6601         * src/localfolder.c
6602         * src/localfolder.h
6603         * src/main.c
6604         * src/main.h
6605         * src/mainwindow.c
6606         * src/mainwindow.h
6607         * src/manual.c
6608         * src/manual.h
6609         * src/matcher.c
6610         * src/matcher.h
6611         * src/matcher_parser.h
6612         * src/matcher_parser_lex.l
6613         * src/matcher_parser_parse.y
6614         * src/mbox.c
6615         * src/mbox.h
6616         * src/message_search.c
6617         * src/message_search.h
6618         * src/messageview.c
6619         * src/messageview.h
6620         * src/mh.c
6621         * src/mh.h
6622         * src/mh_gtk.c
6623         * src/mh_gtk.h
6624         * src/mimeview.c
6625         * src/mimeview.h
6626         * src/msgcache.c
6627         * src/msgcache.h
6628         * src/mutt.c
6629         * src/mutt.h
6630         * src/news.c
6631         * src/news.h
6632         * src/news_gtk.c
6633         * src/news_gtk.h
6634         * src/noticeview.c
6635         * src/noticeview.h
6636         * src/partial_download.c
6637         * src/partial_download.h
6638         * src/pine.c
6639         * src/pine.h
6640         * src/pop.c
6641         * src/pop.h
6642         * src/prefs_account.c
6643         * src/prefs_account.h
6644         * src/prefs_actions.c
6645         * src/prefs_actions.h
6646         * src/prefs_common.c
6647         * src/prefs_common.h
6648         * src/prefs_compose_writing.c
6649         * src/prefs_compose_writing.h
6650         * src/prefs_customheader.c
6651         * src/prefs_customheader.h
6652         * src/prefs_display_header.c
6653         * src/prefs_display_header.h
6654         * src/prefs_ext_prog.c
6655         * src/prefs_ext_prog.h
6656         * src/prefs_filtering.c
6657         * src/prefs_filtering.h
6658         * src/prefs_filtering_action.c
6659         * src/prefs_filtering_action.h
6660         * src/prefs_folder_column.c
6661         * src/prefs_folder_column.h
6662         * src/prefs_folder_item.c
6663         * src/prefs_folder_item.h
6664         * src/prefs_fonts.c
6665         * src/prefs_fonts.h
6666         * src/prefs_gtk.c
6667         * src/prefs_gtk.h
6668         * src/prefs_image_viewer.c
6669         * src/prefs_image_viewer.h
6670         * src/prefs_matcher.c
6671         * src/prefs_matcher.h
6672         * src/prefs_message.c
6673         * src/prefs_message.h
6674         * src/prefs_msg_colors.c
6675         * src/prefs_msg_colors.h
6676         * src/prefs_other.c
6677         * src/prefs_other.h
6678         * src/prefs_quote.c
6679         * src/prefs_quote.h
6680         * src/prefs_receive.c
6681         * src/prefs_receive.h
6682         * src/prefs_send.c
6683         * src/prefs_send.h
6684         * src/prefs_spelling.c
6685         * src/prefs_spelling.h
6686         * src/prefs_summaries.c
6687         * src/prefs_summaries.h
6688         * src/prefs_summary_column.c
6689         * src/prefs_summary_column.h
6690         * src/prefs_template.c
6691         * src/prefs_template.h
6692         * src/prefs_themes.c
6693         * src/prefs_themes.h
6694         * src/prefs_toolbar.c
6695         * src/prefs_toolbar.h
6696         * src/prefs_wrapping.c
6697         * src/prefs_wrapping.h
6698         * src/privacy.c
6699         * src/privacy.h
6700         * src/procheader.c
6701         * src/procheader.h
6702         * src/procmime.c
6703         * src/procmime.h
6704         * src/procmsg.c
6705         * src/procmsg.h
6706         * src/quote_fmt.c
6707         * src/quote_fmt_parse.y
6708         * src/recv.c
6709         * src/recv.h
6710         * src/remotefolder.c
6711         * src/remotefolder.h
6712         * src/send_message.c
6713         * src/send_message.h
6714         * src/setup.c
6715         * src/setup.h
6716         * src/simple-gettext.c
6717         * src/sourcewindow.c
6718         * src/sourcewindow.h
6719         * src/ssl_manager.c
6720         * src/ssl_manager.h
6721         * src/statusbar.c
6722         * src/statusbar.h
6723         * src/stock_pixmap.c
6724         * src/stock_pixmap.h
6725         * src/summary_search.c
6726         * src/summary_search.h
6727         * src/summaryview.c
6728         * src/summaryview.h
6729         * src/syldap.c
6730         * src/syldap.h
6731         * src/textview.c
6732         * src/textview.h
6733         * src/toolbar.c
6734         * src/toolbar.h
6735         * src/undo.c
6736         * src/undo.h
6737         * src/unmime.c
6738         * src/unmime.h
6739         * src/vcard.c
6740         * src/vcard.h
6741         * src/wizard.c
6742         * src/wizard.h
6743         * src/common/base64.c
6744         * src/common/base64.h
6745         * src/common/defs.h
6746         * src/common/hooks.c
6747         * src/common/hooks.h
6748         * src/common/log.c
6749         * src/common/log.h
6750         * src/common/md5.c
6751         * src/common/md5.h
6752         * src/common/mgutils.c
6753         * src/common/mgutils.h
6754         * src/common/nntp.c
6755         * src/common/nntp.h
6756         * src/common/passcrypt.c
6757         * src/common/passcrypt.h.in
6758         * src/common/plugin.c
6759         * src/common/plugin.h
6760         * src/common/prefs.c
6761         * src/common/prefs.h
6762         * src/common/progressindicator.c
6763         * src/common/progressindicator.h
6764         * src/common/quoted-printable.c
6765         * src/common/quoted-printable.h
6766         * src/common/session.c
6767         * src/common/session.h
6768         * src/common/smtp.c
6769         * src/common/smtp.h
6770         * src/common/socket.c
6771         * src/common/socket.h
6772         * src/common/ssl.c
6773         * src/common/ssl.h
6774         * src/common/ssl_certificate.c
6775         * src/common/ssl_certificate.h
6776         * src/common/string_match.c
6777         * src/common/string_match.h
6778         * src/common/stringtable.c
6779         * src/common/sylpheed.c
6780         * src/common/sylpheed.h
6781         * src/common/template.c
6782         * src/common/template.h
6783         * src/common/timing.h
6784         * src/common/utils.c
6785         * src/common/utils.h
6786         * src/common/uuencode.c
6787         * src/common/uuencode.h
6788         * src/common/version.h.in
6789         * src/common/xml.c
6790         * src/common/xml.h
6791         * src/common/xmlprops.c
6792         * src/common/xmlprops.h
6793         * src/gtk/about.c
6794         * src/gtk/about.h
6795         * src/gtk/colorlabel.c
6796         * src/gtk/colorlabel.h
6797         * src/gtk/colorsel.c
6798         * src/gtk/colorsel.h
6799         * src/gtk/description_window.c
6800         * src/gtk/description_window.h
6801         * src/gtk/filesel.c
6802         * src/gtk/filesel.h
6803         * src/gtk/foldersort.c
6804         * src/gtk/foldersort.h
6805         * src/gtk/gtkutils.c
6806         * src/gtk/gtkutils.h
6807         * src/gtk/inputdialog.c
6808         * src/gtk/inputdialog.h
6809         * src/gtk/logwindow.c
6810         * src/gtk/logwindow.h
6811         * src/gtk/manage_window.c
6812         * src/gtk/manage_window.h
6813         * src/gtk/menu.c
6814         * src/gtk/menu.h
6815         * src/gtk/pluginwindow.c
6816         * src/gtk/pluginwindow.h
6817         * src/gtk/prefswindow.c
6818         * src/gtk/prefswindow.h
6819         * src/gtk/progressdialog.c
6820         * src/gtk/progressdialog.h
6821         * src/gtk/quicksearch.c
6822         * src/gtk/quicksearch.h
6823         * src/gtk/sslcertwindow.c
6824         * src/gtk/sslcertwindow.h
6825         * src/plugins/clamav/clamav_plugin.c
6826         * src/plugins/clamav/clamav_plugin.h
6827         * src/plugins/clamav/clamav_plugin_gtk.c
6828         * src/plugins/demo/demo.c
6829         * src/plugins/dillo_viewer/dillo_prefs.c
6830         * src/plugins/dillo_viewer/dillo_prefs.h
6831         * src/plugins/dillo_viewer/dillo_viewer.c
6832         * src/plugins/mathml_viewer/mathml_viewer.c
6833         * src/plugins/pgpcore/passphrase.c
6834         * src/plugins/pgpcore/passphrase.h
6835         * src/plugins/pgpcore/plugin.c
6836         * src/plugins/pgpcore/prefs_gpg.c
6837         * src/plugins/pgpcore/prefs_gpg.h
6838         * src/plugins/pgpcore/select-keys.c
6839         * src/plugins/pgpcore/select-keys.h
6840         * src/plugins/pgpcore/sgpgme.c
6841         * src/plugins/pgpcore/sgpgme.h
6842         * src/plugins/pgpinline/pgpinline.c
6843         * src/plugins/pgpinline/pgpinline.h
6844         * src/plugins/pgpinline/plugin.c
6845         * src/plugins/pgpmime/pgpmime.c
6846         * src/plugins/pgpmime/pgpmime.h
6847         * src/plugins/pgpmime/plugin.c
6848         * src/plugins/spamassassin/spamassassin.c
6849         * src/plugins/spamassassin/spamassassin.h
6850         * src/plugins/spamassassin/spamassassin_gtk.c
6851         * src/plugins/trayicon/trayicon.c
6852         * tools/OOo2sylpheed.pl
6853         * tools/acroread2sylpheed.pl
6854         * tools/asus_mailled.sh
6855         * tools/filter_conv.pl
6856         * tools/freshmeat_search.pl
6857         * tools/google_search.pl
6858         * tools/kmail2sylpheed.pl
6859         * tools/kmail2sylpheed_v2.pl
6860         * tools/maildir2sylpheed.pl
6861         * tools/multiwebsearch.pl
6862         * tools/newscache_clean.pl
6863         * tools/outlook2sylpheed.pl
6864         * tools/sylpheed-switcher
6865         * tools/update-po
6866         * tools/vcard2xml.py
6867         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6868                 update FSF address
6869
6870 2005-09-21 [colin]      1.9.14cvs46
6871
6872         * src/gedit-print.c
6873         * src/procmsg.c
6874         * src/procmsg.h
6875         * src/textview.c
6876         * src/summaryview.c
6877                 Remove some printing hacks (deselection/reselection),
6878                 which by the way fix printing the currently 
6879                 displayed mime part (still only text)
6880                 Plus a little optimisation of summary_show
6881
6882
6883 2005-09-20 [colin]      1.9.14cvs45
6884
6885         * src/mainwindow.c
6886         * src/messageview.c
6887                 GUI fixups: add accels, set message
6888                 view title to displayed mail's subject
6889         * src/prefs_spelling.c
6890         * src/gtk/gtkaspell.c
6891                 GUI fixups: allow underlining misspelled
6892                 words instead of coloring them (a11y!)
6893
6894 2005-09-19 [colin]
6895
6896         1.9.15rc3 released
6897
6898 2005-09-19 [colin]      1.9.14cvs44
6899
6900         * src/compose.c
6901                 Fix draft message
6902         * src/gtk/gtkaspell.c
6903                 Fix wrong test ;-)
6904
6905 2005-09-19 [colin]      1.9.14cvs43
6906
6907         * src/addressbook.c
6908                 Fix sensitivity of Delete button
6909         * src/compose.c
6910                 Warn if the requested Privacy system
6911                 is not available
6912         * src/exphtmldlg.c
6913         * src/expldifdlg.c
6914         * src/importldif.c
6915         * src/importmutt.c
6916         * src/importpine.c
6917                 Fix crappy UI
6918         * src/
6919         * src/ssl.h
6920         * src/prefs_account.h
6921         * src/prefs_account.c
6922                 Save SSL prefs even in builds that have
6923                 SSL support disable
6924         * src/imap.c
6925         * src/inc.c
6926         * src/news.c
6927         * src/send_message.c
6928                 Warn if connection should be secure, but
6929                 SSL support isn't compiled in
6930         * src/gtkaspell.c
6931                 Fix word separation on UTF-8 systems
6932                 Fixes bug #812 (Strange inline spellchecking)
6933         * src/compose.c
6934                 Warn if the requested Privacy system
6935                 is not available
6936                 Factorize offline warning
6937         * src/imap.c
6938         * src/imap_gtk.c
6939         * src/imap_gtk.h
6940         * src/inc.h
6941         * src/news_gtk.c
6942         * src/news_gtk.h
6943         * src/messageview.c
6944                 Factorize offline warning
6945
6946 2005-09-19 [paul]
6947
6948         1.9.15-rc2 released
6949
6950 2005-09-18 [colin]      1.9.14cvs42
6951
6952         * src/codeconv.c
6953         * src/codeconv.h
6954         * src/procmime.c
6955                 Add a way to get locale's charset ignoring utf-8,
6956                 and use that as default encoding for broken mails
6957
6958 2005-09-18 [colin]      1.9.14cvs41
6959
6960         * src/gtk/logwindow.c
6961                 Translate string. Patch by Fabien Vantard
6962
6963 2005-09-18 [colin]      1.9.14cvs40
6964
6965         * configure.ac
6966                 Fix bug #803 (IMAP/SSL support breaks with 
6967                 GnuTLS libetpan 0.38)
6968
6969 2005-09-18 [colin]      1.9.14cvs39
6970
6971         * src/codeconv.c
6972         * src/compose.c
6973         * src/procmime.c
6974                 More charsets fixes. Fixes bug #806 (non
6975                 ascii characters in subject line)
6976
6977 2005-09-17 [paul]       1.9.14cvs38
6978
6979         * src/folderview.c
6980         * src/mainwindow.c
6981                 fix gcc-2.95 issues
6982                 Patch by Pawel Pekala
6983
6984 2005-09-17 [colin]      1.9.14cvs37
6985
6986         * src/addrindex.c
6987                 bugfix for NO-USE LDAP compilation, patch 
6988                 by Fabien Vantard
6989
6990 2005-09-17 [colin]      1.9.14cvs36
6991
6992         * src/prefs_actions.c
6993         * src/prefs_customheader.c
6994         * src/prefs_display_header.c
6995         * src/prefs_filtering_action.c
6996         * src/prefs_matcher.c
6997         * src/prefs_toolbar.c
6998                 Fix strange casts (less elegant but
6999                 works better)
7000
7001 2005-09-16 [colin]      1.9.14cvs35
7002
7003         * src/jpilot.c
7004                 Missed that one
7005
7006 2005-09-16 [colin]      1.9.14cvs34
7007
7008         * configure.ac
7009         * src/Makefile.am
7010         * src/addr_compl.c
7011         * src/addrindex.c
7012         * src/browseldap.c
7013         * src/editldap.c
7014         * src/ldaplocate.c
7015         * src/ldapquery.c
7016         * src/ldapquery.h
7017         * src/ldapserver.c
7018         * src/ldapserver.h
7019         * src/main.c
7020         * src/matcher_parser_parse.y
7021         * src/prefs_themes.c
7022         * src/etpan/Makefile.am
7023         * src/gtk/description_window.c
7024         * src/plugins/clamav/Makefile.am
7025         * src/plugins/clamav/clamav_plugin.c
7026         * src/plugins/dillo_viewer/Makefile.am
7027         * src/plugins/pgpcore/Makefile.am
7028         * src/plugins/pgpinline/Makefile.am
7029         * src/plugins/pgpmime/Makefile.am
7030         * src/plugins/trayicon/Makefile.am
7031                 Fix 100% cpu usage in address completion list
7032                 Fix little bugs (return with no values etc)
7033                 Fix all warnings (with common CFLAGS)
7034
7035 2005-09-15 [colin]      1.9.14cvs33
7036
7037         * src/addressbook.c
7038                 Fix bug where sometimes a group's email list is empty,
7039                 force its refresh (probably fixes "Re: how to create a 
7040                 distribution list")
7041         * src/ldapquery.c
7042                 Don't return to the callback in the main thread from the
7043                 fetch thread (or face segs!)
7044
7045 2005-09-15 [paul]       1.9.14cvs32
7046
7047         * src/prefs_matcher.c
7048                 forgotten in last commit
7049
7050 2005-09-15 [paul]       1.9.14cvs31
7051
7052         * src/prefs_actions.c
7053         * src/prefs_filtering_action.c
7054         * src/prefs_quote.c
7055         * src/quote_fmt.c
7056         * src/summaryview.c
7057         * src/gtk/description_window.c
7058         * src/gtk/description_window.h
7059         * src/gtk/quicksearch.c
7060                 allow interaction with the called
7061                 description window
7062                 Patch by Anders Hammar
7063
7064 2005-09-14 [paul]       1.9.14cvs30
7065
7066         * src/compose.c
7067                 fix a little annoyance when pasting with 3rd button 
7068                 with wrap_pastes=0 and wrap_input=1
7069                 Patch by Colin
7070
7071 2005-09-14 [paul]       1.9.14cvs29
7072
7073         * src/prefs_account.c
7074                 disable 'Filter messages on receiving' for
7075                 SMTP-only accounts
7076                 Patch  by Anders Hammar
7077
7078 2005-09-14 [paul]       1.9.14cvs28
7079
7080         * po/sk.po
7081                 fix crash
7082                 updated by Andrej Kacian
7083
7084 2005-09-14 [paul]
7085
7086         1.9.15-rc1 released
7087
7088 2005-09-14 [paul]       1.9.14cvs27
7089
7090         * po/es.po
7091                 updated by Ricardo Mones Lastra
7092         * src/compose.c
7093         * src/compose.h
7094                 associate no_wrap_tags to Compose windows
7095                 instead of using a static one
7096                 Patch by Colin
7097         * src/mbox.c
7098                 fix proc_mbox()
7099                 Patch by wwp
7100         * src/textview.c
7101                 remove unneeded printf()
7102
7103 2005-09-14 [paul]       1.9.14cvs26
7104
7105         * src/addrcache.c
7106         * src/codeconv.h
7107         * src/folder.h
7108         * src/mainwindow.h
7109         * src/mh.c
7110         * src/mimeview.h
7111         * src/partial_download.c
7112         * src/pop.c
7113         * src/prefs_account.c
7114         * src/prefs_account.h
7115         * src/prefs_actions.c
7116         * src/prefs_customheader.c
7117         * src/prefs_display_header.c
7118         * src/prefs_filtering_action.c
7119         * src/prefs_matcher.c
7120         * src/prefs_toolbar.c
7121         * src/privacy.h
7122         * src/procmime.c
7123         * src/procmime.h
7124         * src/procmsg.h
7125         * src/textview.c
7126         * src/undo.h
7127         * src/common/plugin.c
7128         * src/common/session.h
7129         * src/common/socket.c
7130         * src/common/socket.h
7131         * src/common/template.c
7132         * src/gtk/gtkaspell.c
7133         * src/gtk/quicksearch.h
7134         * src/plugins/pgpcore/passphrase.c
7135         * src/plugins/pgpcore/prefs_gpg.h
7136         * src/plugins/pgpcore/select-keys.c
7137         * src/plugins/pgpcore/select-keys.h
7138         * src/plugins/pgpcore/sgpgme.c
7139         * src/plugins/pgpinline/pgpinline.c
7140         * src/plugins/pgpmime/pgpmime.c
7141         * src/plugins/trayicon/trayicon.c
7142                 fix compilation warnings
7143                 Patch by Daniel Gustafson
7144
7145 2005-09-14 [paul]       1.9.14cvs25
7146
7147         * src/addressbook.c
7148                 add missing column header, and other small
7149                 bug fixes
7150                 Patch by Anders Hammar
7151
7152 2005-09-13 [colin]      1.9.14cvs24
7153
7154         * src/gtk/gtkaspell.c
7155                 Fix non-utf8 in menu
7156                 Fix little leaks
7157                 Nullify struct members after free()s
7158
7159 2005-09-13 [colin]      1.9.14cvs23
7160
7161         * src/compose.c
7162                 Test utf8 compliance before inserting to 
7163                 buffer, and try to convert if necessary
7164         * src/procmime.c
7165                 If no charset is present, use the locale 
7166                 one instead of us-ascii
7167         * src/procmsg.c
7168                 Add Sender, List-Post and To in the checked 
7169                 headers for automatic rules creation 
7170                 (thanks to wwp)
7171         * src/prefs_themes.c
7172         * src/gtk/gtkaspell.c
7173                 Remove deprecated functions. 
7174                 patch by Daniel Gustafson
7175
7176 2005-09-12 [colin]      1.9.14cvs22
7177
7178         * src/compose.c
7179                 Fix bug #448 (Scrolling/Redraw issue with 
7180                 address-fields in Header)
7181         * src/mainwindow.c
7182         * src/summaryview.c
7183         * src/summaryview.h
7184                 Fix loss of MSG_MARKED on move/copy
7185                 Fix bug #804 (Quicksearch togglebutton doesn't 
7186                 get depressed after '/' key is pressed)
7187
7188 2005-09-12 [paul]       1.9.14cvs21
7189
7190         * AUTHORS
7191         * src/gtk/logwindow.c
7192                 add 'Clear Log' to popup menu
7193                 Patch by Anders Hammar <anders.hammar@telia.com>
7194
7195 2005-09-12 [paul]       1.9.14cvs20
7196
7197         * src/compose.c
7198                 set correct sensitivity on attachments
7199                 popup menu
7200         * src/folder.c
7201                 fix typo
7202         * src/prefs_spelling.c
7203                 fix crash when no LANG env is set
7204         * src/common/xml.c
7205                 fix crash in wizard
7206                 don't use memeory after free
7207
7208         All patches by Daniel Gustafson
7209
7210 2005-09-12 [paul]       1.9.14cvs19
7211
7212         * src/prefs_themes.c
7213                 make theme info selectable
7214         * src/gtk/description_window.c
7215                 make window non-modal
7216         * tools/README
7217                 add details of asus_mailed.sh
7218         * tools/claws.i18n.status.pl
7219                 update for new zh_TW translator
7220                 widen the output
7221                 create alternate coloured lines
7222                 improve readability
7223
7224 2005-09-10 [colin]      1.9.14cvs18
7225
7226         * src/plugins/pgpcore/select-keys.c
7227                 Better order for the buttons
7228
7229 2005-09-10 [colin]      1.9.14cvs17
7230
7231         * src/compose.c
7232         * src/plugins/pgpcore/select-keys.c
7233         * src/plugins/pgpcore/select-keys.h
7234         * src/plugins/pgpcore/sgpgme.c
7235                 Add a "Don't encrypt" button to the key
7236                 selection dialog. Fixes bug #177 (There should be a 
7237                 'Don't encrypt button in the Select Keys dialog)
7238
7239 2005-09-10 [colin]      1.9.14cvs16
7240
7241         * src/compose.c
7242                 Fix bug #572 (%X option does not work with templates)
7243
7244 2005-09-10 [colin]      1.9.14cvs15
7245
7246         * src/toolbar.c 
7247                 Remove g_print
7248
7249 2005-09-10 [colin]      1.9.14cvs14
7250
7251         * src/imap.c
7252                 Fix a possible crash
7253
7254 2005-09-09 [colin]      1.9.14cvs13
7255
7256         * src/imap.c
7257         * src/etpan/imap-thread.c
7258         * src/etpan/imap-thread.h
7259                 Fix moving from queue or drafts to normal folders
7260                 Fix bug #794 (No way to delete without expunging)
7261                 Take flags unset by other mailers into account
7262                 Take deleted flag set by other mailers into account
7263                 Fix unsetting REPLIED flag
7264                 Fix crash when capabilities can't be retrieved
7265         * src/mainwindow.c
7266         * src/mainwindow.h
7267                 Add M_DELAYED_FLAGS condition, and let the user use
7268                 Execute in order to be able to expunge deleted mails,
7269                 even if he's not in delayed execute mode
7270         * src/prefs_spelling.c
7271                 Use 'en' dictionary by default if LANG is POSIX or C
7272         * src/gtk/prefswindow.c
7273                 Fix bug #767 (Preferences windows expanding) by making
7274                 the window a bit larger when the resolution is greater
7275                 than 640x480, and by putting the prefs in a
7276                 GtkScrolledWindow.
7277
7278 2005-09-09 [paul]       1.9.14cvs12
7279
7280         * AUTHORS
7281         * configure.ac
7282         * po/zh_TW.Big5.po      ** REMOVED **
7283         * po/zh_TW.po           ** ADDED **
7284                 updated by Wei-Lun Chao
7285
7286 2005-09-09 [paul]       1.9.14cvs11
7287
7288         * src/mainwindow.c
7289                 fix asserts
7290         * src/common/xml.c
7291                 delay memory allocation until file is
7292                 opened successfully
7293                 Patch by Daniel Gustafson
7294
7295 2005-09-09 [colin]      1.9.14cvs10
7296
7297         * src/imap.c
7298                 Add guards
7299
7300 2005-09-08 [colin]      1.9.14cvs9
7301
7302         * src/compose.c
7303                 Alert when we can't save draft
7304                 Fix various wrap/color issues
7305                 Add mid-click pasting respecting wrap_paste option
7306         * src/folder.c
7307         * src/folder.h
7308         * src/folder_item_prefs.c
7309         * src/folder_item_prefs.h
7310         * src/imap.c
7311         * src/imap_gtk.c
7312         * src/imap_gtk.h
7313         * src/main.c
7314         * src/mainwindow.c
7315         * src/mainwindow.h
7316         * src/news.c
7317         * src/news_gtk.c
7318         * src/news_gtk.h
7319         * src/prefs_folder_item.c
7320                 Fix the impossibility to synchronise folders for
7321                 offline use (IMAP and NNTP are concerned)
7322
7323 2005-09-08 [colin]      1.9.14cvs8
7324
7325         * configure.ac
7326                 Build LDAP and JPilot by default if available
7327         * src/textview.c
7328                 Fix use after free
7329
7330 2005-09-08 [paul]       1.9.14cvs7
7331
7332         * doc/manual/en/sylpheed-1.html
7333         * doc/manual/en/sylpheed-18.html
7334         * doc/manual/en/sylpheed-19.html
7335         * doc/manual/en/sylpheed-4.html
7336         * doc/manual/en/sylpheed-6.html
7337         * doc/manual/en/sylpheed.html
7338                 a few minor updates, plus include some
7339                 details about plugins and their requirements
7340         * src/mainwindow.c
7341                 minor changes to English in /View/Sort
7342
7343 2005-09-07 [colin]      1.9.14cvs6
7344
7345         * doc/manual/en/sylpheed-1.html
7346         * doc/manual/en/sylpheed-10.html
7347         * doc/manual/en/sylpheed-11.html
7348         * doc/manual/en/sylpheed-12.html
7349         * doc/manual/en/sylpheed-13.html
7350         * doc/manual/en/sylpheed-14.html
7351         * doc/manual/en/sylpheed-15.html
7352         * doc/manual/en/sylpheed-16.html
7353         * doc/manual/en/sylpheed-17.html
7354         * doc/manual/en/sylpheed-18.html
7355         * doc/manual/en/sylpheed-19.html
7356         * doc/manual/en/sylpheed-2.html
7357         * doc/manual/en/sylpheed-20.html
7358         * doc/manual/en/sylpheed-21.html
7359         * doc/manual/en/sylpheed-22.html
7360         * doc/manual/en/sylpheed-3.html
7361         * doc/manual/en/sylpheed-4.html
7362         * doc/manual/en/sylpheed-5.html
7363         * doc/manual/en/sylpheed-6.html
7364         * doc/manual/en/sylpheed-7.html
7365         * doc/manual/en/sylpheed-8.html
7366         * doc/manual/en/sylpheed-9.html
7367         * doc/manual/en/sylpheed.html
7368                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7369
7370 2005-09-07 [colin]      1.9.14cvs5
7371
7372         * src/mainwindow.c
7373                 Make labels more to-the-point
7374
7375 2005-09-07 [colin]      1.9.14cvs4
7376
7377         * doc/manual/en/sylpheed-1.html
7378         * doc/manual/en/sylpheed-12.html
7379         * doc/manual/en/sylpheed-13.html
7380         * doc/manual/en/sylpheed-14.html
7381         * doc/manual/en/sylpheed-15.html
7382         * doc/manual/en/sylpheed-16.html
7383         * doc/manual/en/sylpheed-17.html
7384         * doc/manual/en/sylpheed-18.html
7385         * doc/manual/en/sylpheed-19.html
7386         * doc/manual/en/sylpheed-2.html
7387         * doc/manual/en/sylpheed-20.html
7388         * doc/manual/en/sylpheed-21.html
7389         * doc/manual/en/sylpheed-22.html
7390         * doc/manual/en/sylpheed-4.html
7391         * doc/manual/en/sylpheed-5.html
7392         * doc/manual/en/sylpheed-6.html
7393         * doc/manual/en/sylpheed-7.html
7394         * doc/manual/en/sylpheed-8.html
7395         * doc/manual/en/sylpheed-9.html
7396         * doc/manual/en/sylpheed.html
7397                 Update manual
7398
7399 2005-09-07 [colin]      1.9.14cvs3
7400
7401         * doc/faq/en/sylpheed-faq-1.html
7402         * doc/faq/en/sylpheed-faq-2.html
7403         * doc/faq/en/sylpheed-faq-3.html
7404         * doc/faq/en/sylpheed-faq.html
7405                 Update FAQ
7406
7407 2005-09-07 [colin]      1.9.14cvs2
7408
7409         * src/folderview.c
7410         * src/procmsg.c
7411         * src/summaryview.c
7412         * src/toolbar.c
7413                 Fix special subfolders:
7414                 - Inherit parent's icon
7415                 - sent contents of queues subfolders
7416                 - empty subfolders of trashes
7417         * src/mainwindow.c
7418                 Remove outdated manual and faq entries
7419         * src/common/utils.c
7420                 Add quotes around %s coming from mailcap
7421
7422 2005-09-07 [colin]      1.9.14cvs1
7423
7424         * src/compose.c
7425                 After saving draft, set modified to FALSE
7426         * src/mimeview.c
7427         * src/common/utils.c
7428         * src/common/utils.h
7429                 Try to open mime parts using what is 
7430                 indicated in ~/.mailcap or /etc/mailcap,
7431                 if possible.
7432
7433 2005-09-05 [paul]       1.9.14
7434
7435         1.9.14 released
7436
7437         * po/sk.po
7438                 updated by Andrej Kacian
7439
7440 2005-09-05 [paul]       1.9.13cvs83
7441
7442         * po/de.po
7443         * po/es.po
7444         * po/fi.po
7445         * po/fr.po
7446         * po/nb.po
7447         * po/pt_BR.po
7448         * po/sr.po
7449                 updated translations by Thomas Gilgin, Ricardo Mones
7450                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7451                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7452
7453 2005-09-04 [paul]       1.9.13cvs82
7454
7455         * src/compose.c
7456                 only warn about exceeded line length limit
7457                 on send
7458
7459 2005-09-04 [paul]       1.9.13cvs81
7460
7461         * src/compose.c
7462                 fix crash in 'line length exceeded' dialogue
7463
7464 2005-09-02 [paul]       1.9.13cvs80
7465
7466         * src/imap.c
7467                 fix bug 795, 'Connection lost IMAP'
7468                 and add statusbar prints
7469                 Patch by Colin
7470
7471 2005-09-02 [paul]       1.9.13cvs79
7472
7473         * src/compose.c
7474                 compose_wrap_paragraph() becomes
7475                 compose_beautify_paragraph()
7476                 Patch by Colin
7477
7478 2005-09-02 [colin]      1.9.13cvs78
7479
7480         * src/folderview.c
7481                 Micro-fix
7482
7483 2005-09-01 [colin]      1.9.13cvs77
7484
7485         * src/imap.c
7486                 Maybe fix bug #795 (Connection lost IMAP)
7487                 Don't try to send logout when we're disconnected.
7488         * src/summaryview.c
7489                 Include locked and marked emails in HRM
7490                 view. Fixes bug #800 (Locked messages no longer 
7491                 show up when hide read messages is used)
7492
7493 2005-09-01 [paul]       1.9.13cvs76
7494
7495         * src/prefs_common.c
7496                 fix bad cutting
7497
7498 2005-08-31 [colin]      1.9.13cvs75
7499
7500         * src/folderview.c
7501         * src/folderview.h
7502         * src/prefs_summaries.c
7503         * src/summaryview.c
7504                 Fix "go to next new", fix preference
7505                 (Open unread/next swapped)
7506
7507 2005-08-31 [paul]       1.9.13cvs74
7508
7509         * src/compose.c
7510         * src/folderview.c
7511         * src/headerview.c
7512         * src/headerview.h
7513         * src/mainwindow.c
7514         * src/prefs_common.c
7515         * src/prefs_common.h
7516         * src/prefs_fonts.c
7517         * src/summaryview.c
7518         * src/textview.c
7519         * src/common/defs.h
7520                 remove obsolete BOLD_FONT setting
7521                 fix font update in headerview and textview
7522                 headers after prefs change
7523                 Patch By Colin
7524
7525 2005-08-31 [paul]
7526
7527         1.9.14-rc4 released
7528
7529 2005-08-30 [colin]      1.9.13cvs73
7530
7531         * src/summaryview.c
7532                 When Hide read messages is selected and we
7533                 refresh the summaryview, don't remove the 
7534                 currently displayed message. Fixes bug #797
7535                 (Summary view reloads when new mail is 
7536                 downloaded in 1.9.14 rc)
7537
7538 2005-08-30 [colin]      1.9.13cvs72
7539
7540         * src/folderview.c
7541                 Fix flickering
7542         * src/mainwindow.c
7543                 Remove useless callback
7544         * src/mimeview.c
7545         * src/gtk/filesel.c
7546         * src/gtk/filesel.h
7547                 Add a filesel_select_file_save_folder() - used by Save All
7548
7549 2005-08-29 [paul]       1.9.13cvs71
7550
7551         * AUTHORS
7552         * src/matcher_parser_parse.y
7553         * src/etpan/imap-thread.c
7554                 fix building on FreeBSD
7555                 Patch by Daniel Gustafson <daniel@hobbit.se>
7556
7557 2005-08-29 [paul]       1.9.13cvs70
7558
7559         * src/plugins/pgpinline/pgpinline.c
7560                 only initialise sig result if it's been handled
7561                 Patch by Colin
7562
7563 2005-08-29 [paul]       1.9.13cvs69
7564         
7565         Patches by Colin:
7566
7567         * src/imap.c
7568         * src/common.utils.c
7569         * src/common/utils.h
7570                 optimisation
7571         * src/stock_pixmap.h
7572                 fix wrong icon reference
7573         * src/pixmaps/trash_btn.xpm
7574                 replace with nicer image
7575
7576 2005-08-28 [colin]      1.9.13cvs68
7577
7578         * src/Makefile.am
7579         * src/stock_pixmap.c
7580         * src/stock_pixmap.h
7581         * src/toolbar.c
7582         * src/pixmaps/trash_btn.xpm
7583                 Add a specific trash xpm for the button
7584
7585 2005-08-28 [colin]      1.9.13cvs67
7586
7587         * src/imap.c
7588                 Fix leak
7589
7590 2005-08-27 [colin]      1.9.13cvs66
7591
7592         * src/imap.c
7593         * src/procmime.c
7594                 Correctly fix "Problem with replies", fixes
7595                 pgpmime encryption too. 
7596
7597 2005-08-27 [colin]      1.9.13cvs65
7598
7599         * src/folder.c
7600         * src/procmsg.c
7601         * src/procmsg.h
7602         * src/summaryview.c
7603                 Fix bug #517 (messages removed from summaryview 
7604                 when moving fails)
7605
7606 2005-08-27 [colin]      1.9.13cvs64
7607
7608         * tools/Makefile.am
7609         * tools/asus_mailled.sh
7610                 Add a script to blink ASUS laptops' mail LED where there
7611                 is unread mail.
7612
7613 2005-08-27 [colin]      1.9.13cvs63
7614
7615         * src/imap.c
7616         * src/etpan/imap-thread.c
7617         * src/etpan/imap-thread.h
7618                 Implement automatic choosing of login method
7619                 Fixes bug #791
7620         * src/gtk/.cvsignore
7621                 Add sylpheed-marshal.[ch]
7622
7623 2005-08-27 [colin]      1.9.13cvs62
7624
7625         * src/common/utils.c
7626                 Fix confusing perror
7627
7628 2005-08-27 [colin]      1.9.13cvs61
7629
7630         * src/toolbar.c
7631         * src/toolbar.h
7632                 Remove A_DELETE, replace it with 
7633                 A_TRASH and A_DELETE_REAL. Automatically
7634                 rewrite config files to replace A_DELETE
7635                 with A_TRASH (no functionality change).
7636                 Fixes half of #794
7637
7638 2005-08-26 [colin]      1.9.13cvs60
7639
7640         * src/procmime.c
7641                 Previous "Problem with replies" fix brought other
7642                 problems, fixing them
7643
7644 2005-08-26 [colin]      1.9.13cvs59
7645
7646         * src/procmime.c
7647                 Fix "Problem with replies". This happened only
7648                 on IMAP...
7649         * src/procmsg.c
7650                 Factorize code a bit
7651         * src/compose.c
7652                 Speed improvement on very long messages (wrapping)
7653                 Fix signature color on Reedit and Redirect
7654                 On Reedit, don't attach pgp-signatures parts, but
7655                 set signing to On.
7656
7657 2005-08-24 [paul]       1.9.13cvs58
7658
7659         * src/compose.c
7660                 don't claim success when clicking
7661                 Cancel on the passphrase box.
7662                 Patch by Colin
7663
7664 2005-08-24 [paul]       1.9.13cvs57
7665
7666         * src/main.c
7667                 fix misplaced sylpheed.log
7668         * src/common/defs.h
7669                 define UIDL_DIR
7670
7671 2005-08-24 [paul]       1.9.13cvs56
7672
7673         * src/imap.c
7674         * src/etpan/imap-thread.c
7675         * src/etpan/imap-thread.h
7676                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
7677                 Patch by Colin
7678         * src/gtk/sylpheed-marshal.c    ** REMOVED **
7679         * src/gtk/sylpheed-marshal.h    ** REMOVED **
7680                 remove autogenerated files
7681         * tools/kdeservicemenu/README
7682         * tools/kdeservicemenu/install.sh
7683         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7684         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7685                 use Claws icon, use 'Sylpheed-Claws' in menu,
7686                 use kdialog, and other cleanups
7687
7688 2005-08-23 [paul]       1.9.13cvs55
7689
7690         * src/compose.c
7691                 fix paste/wrap crash
7692                 Patch by Colin
7693
7694 2005-08-23 [paul]       1.9.13cvs54
7695
7696         * src/main.c
7697                 fix crash recovery
7698                 Patch by Colin
7699
7700 2005-08-23 [paul]       1.9.13cvs53
7701
7702         * src/addressbook.c
7703         * src/editaddress.c
7704                 view all data of LDAP contacts
7705                 Patch by Colin
7706
7707 2005-08-23 [paul]       1.9.13cvs52
7708
7709         * src/addressbook.c
7710                 fix issues with the Search field
7711                 Patch by Colin
7712
7713 2005-08-22 [paul]       1.9.13cvs51
7714
7715         * src/folderview.c
7716                 put name of folder in processing dialog
7717                 title
7718         * src/prefs_folder_item.c
7719                 improve english usage
7720
7721 2005-08-22 [paul]       1.9.13cvs50
7722
7723         * src/filtering.c
7724         * src/filtering.h
7725         * src/matcher.c
7726         * src/matcher_parser_lex.l
7727         * src/matcher_parser_parse.y
7728         * src/prefs_filtering.c
7729                 add Filtering/Processing rule names feature.
7730                 (the incompatible old matcherrc is saved as
7731                 matcherrc.pre_names).
7732                 Patch by Colin
7733
7734 2005-08-22 [paul]       1.9.13cvs49
7735
7736         * src/procmsg.c
7737                 fix colour labelling
7738                 Patch by Colin
7739
7740 2005-08-22 [paul]       1.9.13cvs48
7741
7742         * src/textview.c
7743                 fix open_image_cb()
7744
7745 2005-08-22 [paul]       1.9.13cvs47
7746
7747         * src/imap.c
7748                 fix bug 789, 'SC crashes with imap (CVS ver)'
7749                 Patch by Colin
7750
7751 2005-08-22 [paul]       1.9.13cvs46
7752
7753         * src/mimeview.c
7754         * src/prefs_common.c
7755         * src/common/defs.h
7756                 define reused defaults in defs.h
7757         * src/textview.c
7758                 add 'Open image' to image popup menu
7759
7760 2005-08-21 [colin]      1.9.13cvs45
7761
7762         * src/summaryview.c
7763                 Fix bug #788 (Bogus "From" address displayed)
7764
7765 2005-08-20 [colin]      1.9.13cvs44
7766
7767         * src/folder.c
7768                 Fix buf #787 (multilevel delete causes SIGSEGV)
7769
7770 2005-08-19 [colin]      1.9.13cvs43
7771
7772         * src/inc.c
7773         * src/prefs_common.c
7774         * src/prefs_common.h
7775                 Add an hidden pref to allow modifying the
7776                 update stepping in incorporation.
7777                 Patch by wwp.
7778
7779 2005-08-19 [colin]      1.9.13cvs42
7780
7781         * src/compose.c
7782         * src/procmime.c
7783                 Workaround for broken MUAs: encode 
7784                 Content-type: name: as ASCII and 
7785                 Content-Disposition: filename: as
7786                 per rfc2231
7787         * src/prefs_account.c
7788                 Fix invisible-ness of SMTP SSL prefs
7789                 in NNTP accounts
7790
7791 2005-08-19 [paul]       1.9.13cvs41
7792
7793         * src/compose.c
7794         * src/prefs_common.c
7795         * src/prefs_common.h
7796         * src/prefs_wrapping.c
7797                 paste with or without wrapping.
7798                 patch by Colin
7799
7800 2005-08-19 [paul]       1.9.13cvs40
7801
7802         * src/prefs_common.c
7803         * src/prefs_common.h
7804         * src/summaryview.c
7805                 reintroduce enable_swap_from as a
7806                 hidden pref. patch by Colin
7807         * src/quote_fmt_parse.y
7808         * src/plugins/clamav/clamav_plugin.c
7809         * src/plugins/dillo_viewer/dillo_viewer.c
7810         * src/plugins/mathml_viewer/mathml_viewer.c
7811         * src/plugins/pgpcore/sgpgme.c
7812         * src/plugins/pgpinline/pgpinline.c
7813         * src/plugins/pgpmime/pgpmime.c
7814                 tidy up. patch by Colin
7815
7816 2005-08-19 [paul]       1.9.13cvs39
7817
7818         * configure.ac
7819                 complete cvs38's sync
7820         * src/editaddress.c
7821         * src/gedit-print.c
7822         * src/mutt.c
7823         * src/etpan/etpan-log.c
7824         * src/etpan/imap-thread.c
7825         * src/gtk/gtksourceprintjob.c
7826                 fix compilation warnings
7827                 (patch by Colin)
7828
7829 2005-08-19 [paul]       1.9.13cvs38
7830
7831         sync with main:
7832
7833         * src/account.c
7834         * src/action.c
7835         * src/addrbook.c
7836         * src/addrcache.c
7837         * src/addrharvest.c
7838         * src/addrindex.c
7839         * src/codeconv.c
7840         * src/compose.c
7841         * src/crash.c
7842         * src/exporthtml.c
7843         * src/exportldif.c
7844         * src/folder.c
7845         * src/image_viewer.c
7846         * src/inc.c
7847         * src/inc.h
7848         * src/jpilot.c
7849         * src/ldif.c
7850         * src/main.c
7851         * src/matcher.c
7852         * src/mbox.c
7853         * src/messageview.c
7854         * src/mh.c
7855         * src/mimeview.c
7856         * src/msgcache.c
7857         * src/mutt.c
7858         * src/news.c
7859         * src/partial_download.c
7860         * src/pine.c
7861         * src/pop.c
7862         * src/prefs_actions.c
7863         * src/prefs_common.c
7864         * src/prefs_customheader.c
7865         * src/prefs_display_header.c
7866         * src/prefs_gtk.c
7867         * src/prefs_themes.c
7868         * src/procheader.c
7869         * src/procmime.c
7870         * src/procmsg.c
7871         * src/recv.c
7872         * src/send_message.c
7873         * src/simple-gettext.c
7874         * src/sourcewindow.c
7875         * src/textview.c
7876         * src/vcard.c
7877         * src/common/defs.h
7878         * src/common/log.c
7879         * src/common/plugin.c
7880         * src/common/prefs.c
7881         * src/common/session.c
7882         * src/common/session.h
7883         * src/common/socket.c
7884         * src/common/socket.h
7885         * src/common/ssl_certificate.c
7886         * src/common/template.c
7887         * src/common/utils.c
7888         * src/common/utils.h
7889         * src/common/xml.c
7890         * src/gtk/about.c
7891         added wrappers for C library function that
7892                 take pathname arguments.
7893                 enabled compilation with MinGW.
7894                 use GDir instead of directly using opendir().
7895                 added rename_force().
7896
7897 2005-08-19 [paul]       1.9.13cvs37
7898         
7899         patches by Colin:
7900         * src/compose.c
7901                 fix privacy settings on re-editing
7902                 a sent message
7903         * src/jpilot.c
7904                 fix encoding bug
7905         * src/folder.c
7906         * src/procmsg.c
7907         * src/procmsg.h
7908         * src/summaryview.c
7909                 flag changing optimisation
7910
7911 2005-08-18 [martin]     1.9.13cvs36
7912
7913         * commitHelper
7914             added my login
7915         * src/addrcache.c
7916         * src/addrharvest.c
7917         * src/addrindex.c
7918         * src/compose.c
7919         * src/grouplistdialog.c
7920         * src/main.c
7921         * src/mainwindow.c
7922         * src/msgcache.c
7923         * src/mutt.c
7924         * src/pine.c
7925         * src/prefs_account.c
7926         * src/prefs_themes.c
7927         * src/stock_pixmap.c
7928         * src/summaryview.c
7929         * src/gtk/about.c
7930         * src/gtk/logwindow.c
7931             removed deprecated glib and gdk stuff
7932         * src/plugins/pgpcore/select-keys.c
7933             convert attributes from locale to utf8
7934
7935 2005-08-17 [paul]       1.9.13cvs35
7936
7937         * src/account.c
7938         * src/addressbook.c
7939                 use new GTK_STOCK_ icons if available
7940         * src/summaryview.c
7941         * src/gtk/gtksctree.c
7942         * src/gtk/gtksctree.h
7943                 faster range select. patch by Colin
7944
7945 2005-08-17 [paul]       1.9.13cvs34
7946
7947         patches by colin:
7948         * src/addressbook.c
7949         * src/addressitem.h
7950                 Add an edit button for contacts, fix selections
7951                 of gtksctree items
7952         * src/editaddress.c
7953                 Change labels, let Save be always possible in the
7954                 email and user atributes tabs
7955         * src/folderview.c
7956                 fix sort issues
7957         * src/summaryview.c
7958                 select next item instead of the displayed one
7959                 after deletion
7960
7961         * src/gtk/progressdialog.c
7962                 use prefs_common.enable_rules_hint
7963
7964 2005-08-13 [hoa]        1.9.13cvs33
7965
7966         * src/etpan/imap-thread.c
7967                 fixed build on Solaris.
7968
7969 2005-08-10 [colin]      1.9.13cvs32
7970
7971         * src/procmsg.c
7972                 Fix cvs31 (missing fclose before reading
7973                 the file)
7974
7975 2005-08-10 [colin]      1.9.13cvs31
7976
7977         * src/procmsg.c
7978                 Fix procmsg_msginfo_new_from_mimeinfo() when
7979                 the MimeInfo isn't stored in memory. This fixes
7980                 replying to an attached message.
7981
7982 2005-08-10 [colin]      1.9.13cvs30
7983
7984         * src/mainwindow.c
7985                 Fix slowness in account changing
7986
7987 2005-08-10 [colin]      1.9.13cvs29
7988
7989         * src/folder.c
7990         * src/folderutils.c
7991         * src/folderview.c
7992         * src/imap_gtk.c
7993         * src/mainwindow.c
7994         * src/mh_gtk.c
7995         * src/procmsg.c
7996         * src/summaryview.c
7997                 Optimize folder_has_parent_of_type
7998                 Prevent moving special sub-folders from contextual menus
7999                 Rework message a bit ("Empty all messages" -> "Delete all
8000                 messages")
8001                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8002                 and "Deleted Items" folders)
8003
8004 2005-08-08 [colin]      1.9.13cvs28
8005
8006         * src/summaryview.c
8007         * src/prefs_summaries.c
8008                 Make "Select first unread|new" more flexible
8009                 (just prioritize new or unread)
8010
8011 2005-08-08 [colin]      1.9.13cvs27
8012
8013         * src/summaryview.c
8014                 If "select first new" is selected and there only
8015                 are unread messages, fallback to "select first
8016                 unread".
8017
8018 2005-08-08 [colin]      1.9.13cvs26
8019
8020         * src/folder.c
8021                 Fix shameful bugs (and bug #779)
8022
8023 2005-08-08 [colin]      1.9.13cvs25
8024
8025         * src/folder.c
8026         * src/folder.h
8027                 Cache parents' type to make folder_has_parent_of_type
8028                 faster
8029         * src/folderview.c
8030                 Forbid DnD of special sub-folders
8031         * src/procmsg.c
8032         * src/procmsg.h
8033                 Add MAIL_POSTFILTERING_HOOK
8034         * src/summaryview.c
8035                 Revert over-zealous deletion of the use_addr_book 
8036                 code
8037
8038 2005-08-07 [colin]      1.9.13cvs24
8039
8040         * src/folder.c
8041                 Fix big mistake (passing MsgInfo instead 
8042                 of FolderItem)
8043
8044 2005-08-07 [colin]      1.9.13cvs23
8045
8046         * src/compose.c
8047         * src/folder.c
8048         * src/folder.h
8049         * src/foldersel.c
8050         * src/folderutils.c
8051         * src/folderview.c
8052         * src/imap.c
8053         * src/mainwindow.c
8054         * src/messageview.c
8055         * src/mh.c
8056         * src/msgcache.c
8057         * src/procmime.c
8058         * src/summaryview.c
8059                 Make subfolders of Drafts, Queue, Outbox, Trash
8060                 work like their parents. 
8061                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8062
8063 2005-08-07 [colin]      1.9.13cvs22
8064
8065         * src/addressbook.c
8066                 Fix bug #771 (Dragged contacts not saved)
8067
8068 2005-08-07 [paul]       1.9.13cvs21
8069
8070         * src/summaryview.c
8071                 fix bug 32 'Search Doesn't display results
8072                 if "Hide Read Messages" is chosen'
8073                 be more literal in interpreting 'Hide read
8074                 messages'
8075
8076 2005-08-07 [colin]      1.9.13cvs20
8077
8078         * src/folderview.c
8079                 Add debug
8080         * src/summaryview.c
8081                 Faster 'unthread_for_execution'
8082
8083 2005-08-06 [paul]       1.9.13cvs19
8084
8085         * src/mainwindow.c
8086                 add mnemonics to Set displayed columns
8087                 fix bug where msgview_visible option was
8088                 overwritten as TRUE on startup
8089
8090 2005-08-06 [paul]       1.9.13cvs18
8091
8092         * src/mainwindow.c
8093                 refer to 'displayed columns in folder/message
8094                 list' not 'displayed items in summary/message view'
8095         * src/prefs_display_header.c
8096                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8097                 be consistent with similar dialogues
8098         * src/prefs_folder_column.c
8099         * src/prefs_summary_column.c
8100                 'columns' not 'items', and folder and message lists,
8101                 instead of folder and summary views;
8102                 Use 'Hidden columns' as list heading not 'Available
8103                 items';
8104                 move the 'Remove' button to the right hand side;
8105                 top-align the buttons;
8106                 remove unneeded vbox
8107         * src/prefs_summaries.c
8108                 put the 2 column prefs buttons in a frame to reduce
8109                 overall width; refer to columns not items &c.
8110
8111 2005-08-05 [colin]      1.9.13cvs17
8112
8113         * src/prefs_common.c
8114         * src/prefs_common.h
8115         * src/mainwindow.c
8116         * src/compose.c
8117         * src/messageview.c
8118                 Add an hidden toolbar_detachable pref, so
8119                 that I can get rid of these painful handles
8120                 in the toolbars. Defaults to TRUE to avoid
8121                 changing the GUI on unsuspecting people...
8122
8123 2005-08-05 [colin]      1.9.13cvs16
8124
8125         * src/Makefile.am
8126         * src/prefs_folder_column.c
8127         * src/prefs_folder_column.h
8128                 Add prefs for folder columns
8129         * src/folderview.c
8130         * src/folderview.h
8131         * src/mainwindow.c
8132         * src/mainwindow.h
8133         * src/prefs_common.c
8134         * src/prefs_common.h
8135         * src/prefs_summaries.c
8136                 Use them
8137         * src/prefs_summary_column.c
8138         * src/summaryview.c
8139         * src/summaryview.h
8140                 Add a To column
8141         * src/textview.c
8142         * src/common/utils.c
8143         * src/common/utils.h
8144                 Move uri colourisation functions
8145                 to utils
8146         * src/compose.c
8147                 Colourise URIs
8148         * src/imap.c
8149                 Fix bug with LIST where we'd try
8150                 to get Folder//////[...]/// 
8151
8152 2005-08-05 [paul]       1.9.13cvs15
8153
8154         * src/prefs_summaries.c
8155                 improve the English usage
8156         * src/summaryview.c
8157                 set font on column change
8158                 thanks to Colin
8159
8160 2005-08-05 [paul]       1.9.13cvs14
8161
8162         * src/prefs_common.c
8163         * src/prefs_common.h
8164         * src/prefs_summaries.c
8165         * src/summaryview.c
8166                 replace 'open_unread_on_enter' option with
8167                 'select_on_entry' option. opening/not opening
8168                 is now exclusively controlled by 'always_show_msg'
8169
8170 2005-08-04 [colin]      1.9.13cvs13
8171
8172         * src/compose.c
8173                 Remove dead code
8174                 Add colourisation of quotes and signatures
8175         * src/folderview.c
8176                 Fix possible crashes
8177         * src/messageview.c
8178                 Change an assert that is no problem
8179         * src/news.c
8180         * src/news_gtk.c
8181         * src/news_gtk.h
8182                 Fix offline mode
8183         * src/gtk/quicksearch.c
8184                 Fix a possible crash
8185
8186 2005-08-03 [colin]      1.9.13cvs12
8187
8188         * src/prefs_account.c
8189                 Fix bug #777 (Sylpheed crash in account configuration)
8190
8191 2005-08-03 [colin]      1.9.13cvs11
8192
8193         * src/addressbook.c
8194         * src/editaddress.c
8195         * src/editgroup.c
8196                 Fixing addressbook, round 2
8197         * src/textview.c
8198                 Fix emphasis color on rechecking 'Colorize messages'
8199
8200 2005-08-03 [paul]       1.9.13cvs10
8201
8202         sync with main
8203
8204         * src/addr_compl.c
8205         * src/compose.c
8206         * src/main.c
8207         * src/pop.c
8208         * src/prefs_account.c
8209         * src/procmime.c
8210         * src/procmsg.c
8211         * src/quote_fmt_parse.y
8212         * src/textview.c
8213         * src/common/quoted-printable.c
8214         * src/common/utils.c
8215         * src/common/utils.h
8216         * src/common/xml.c
8217                 replaced incorrect locale-independent
8218                 ctype functions with GLib's. Corrected
8219                 signedness mismatch.
8220         * src/headerview.c
8221                 headerview_create(): added spacing for vbox.
8222         * src/gtk/about.c
8223                 set focus to the OK button.
8224
8225 2005-08-03 [colin]      1.9.13cvs9
8226
8227         * src/folderview.c
8228                 Fix possible crash
8229
8230 2005-08-02 [colin]      1.9.13cvs8
8231
8232         * src/mainwindow.c
8233                 Fix cast
8234         * src/addressbook.c
8235         * src/addressitem.h
8236                 Fix a cast and more generally, try to make the
8237                 GUI more intuitive and consistent (round 1)
8238
8239 2005-08-02 [paul]       1.9.13cvs7
8240
8241         * src/folder.h
8242                 missing in 1.9.13cvs6
8243
8244 2005-08-02 [colin]      1.9.13cvs6
8245
8246         * src/folder.c
8247                 Fix one more leak
8248
8249 2005-08-02 [colin]      1.9.13cvs5
8250
8251         * src/folder.c
8252         * src/folderview.c
8253         * src/imap.c
8254         * src/main.c
8255         * src/mbox.c
8256         * src/procmsg.c
8257         * src/summaryview.c
8258                 Fix a number of folder_item_get_msg_list()-related
8259                 leaks (missing procmsg_msginfo_free()s)
8260
8261 2005-08-01 [colin]      1.9.13cvs4
8262
8263         * src/folderview.c
8264         * src/folderview.h
8265         * src/mainwindow.c
8266         * src/prefs_fonts.c
8267         * src/prefs_summaries.c
8268         * src/prefs_themes.c
8269         * src/summaryview.c
8270         * src/summaryview.h
8271         * src/textview.c
8272         * src/textview.h
8273                 Fix instant-apply of summary and folderview-related prefs
8274                 Fix erroneous g_free and alertpanels in prefs_theme
8275                 Add instant-apply for fonts
8276                 Defer applying of prefs a little bit so it's done only
8277                 once even if requested by multiples prefs pages
8278
8279 2005-08-01 [paul]       1.9.13cvs3
8280
8281         * src/main.c
8282                 fix bug 776 'S.C. crashes on close'
8283                 thanks to Colin
8284         * src/etpan/etpan-thread-manager-types.h
8285                 add missing include
8286                 thanks to Hoa
8287
8288 2005-07-25 [paul]       1.9.13cvs2
8289
8290         * src/summaryview.c
8291                 fix typos. spotted by Fabien Vantard
8292
8293 2005-07-24 [paul]       1.9.13cvs1
8294
8295         * doc/man/sylpheed.1
8296                 update man page, incorporating fix of
8297                 bug 769 'Typo in manpage'
8298         * src/etpan/imap-thread.c
8299                 fix NetBSD openssl dependencies. patch by
8300                 George Michaelson <ggm@apnic.net>
8301         * po/pt_BR.po
8302                 updated by Frederico Goncalves Guimaraes
8303
8304 2005-07-22 [paul]       1.9.13
8305
8306         1.9.13 release
8307
8308 2005-07-22 [paul]       1.9.12cvs91
8309
8310         * AUTHORS
8311         * INSTALL
8312         * README.claws
8313         * RELEASE_NOTES.claws
8314                 updated for release
8315         * configure.ac
8316         * po/nb.po
8317         * tools/claws.i18n.status.pl
8318                 add Norwegian translation. submiited by
8319                 Geir Helland <pjallabais@users.sourceforge.net>
8320         * po/ca.po
8321         * po/de.po
8322         * po/es.po
8323         * po/fi.po
8324         * po/fr.po
8325         * po/it.po
8326         * po/sk.po
8327         * po/sr.po
8328         * po/zh_CN.po
8329                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8330                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8331                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8332                 Yang Guilong
8333         * src/plugins/clamav/clamav_plugin_gtk.c
8334         * src/plugins/spamassassin/spamassassin_gtk.c
8335                 replace outdated description strings
8336
8337 2005-07-21 [colin]      1.9.12cvs90
8338
8339         * src/folder.c
8340                 Set folder to batch mode when scanning it. Makes deletion
8341                 of unread mails on IMAP much faster (due to the UNREAD 
8342                 flag unsetting)
8343
8344 2005-07-21 [darko]      1.9.12cvs89
8345
8346         * configure.ac
8347                 link against libresolv if necessary (patch by Paul)
8348         * src/msgcache.c
8349                 use glib's portable macros to determine endianness
8350
8351 2005-07-21 [paul]       1.9.12cvs88
8352
8353         * src/crash.c
8354         * src/gtk/about.c
8355                 update compiled-in features list
8356
8357 2005-07-20 [colin]      1.9.12cvs87
8358
8359         * src/folder.c
8360         * src/textview.c
8361                 Gcc 2.9x compilation fixes, thanks to Darko
8362         * src/plugins/clamav/clamav_plugin.c
8363                 Little optimisation: load virus database only once
8364         * src/plugins/spamassassin/spamassassin.c
8365                 Big optimisation: filtering one mail took at least 1 second,
8366                 now it takes at least 50ms. Doesn't speed up spamassassin 
8367                 itself, but should already be much more tolerable.
8368
8369 2005-07-20 [colin]      1.9.12cvs86
8370
8371         * src/summaryview.c
8372                 Fix performance issue
8373
8374 2005-07-19 [colin]      1.9.12cvs85
8375
8376         * src/plugins/pgpinline/plugin.c
8377                 Fix warning
8378
8379 2005-07-19 [colin]      1.9.12cvs84
8380
8381         * configure.ac
8382         * src/plugins/Makefile.am
8383         * src/plugins/pgpinline/.cvsignore
8384         * src/plugins/pgpinline/Makefile.am
8385         * src/plugins/pgpinline/pgpinline.c
8386         * src/plugins/pgpinline/pgpinline.deps
8387         * src/plugins/pgpinline/pgpinline.h
8388         * src/plugins/pgpinline/plugin.c
8389                 Put pgpinline in the main tree
8390
8391 2005-07-19 [paul]       1.9.12cvs83
8392
8393         * src/prefs_actions.c
8394                 prevent '//' in menu names, which cause a crash
8395                 thanks to Colin
8396
8397 2005-07-19 [paul]       1.9.12cvs82
8398
8399         * configure.ac
8400                 be generally more informative in configure output.
8401                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8402                 '[ --disable-openssl ...', as --enable-openssl is default
8403                 PGP/MIME: don't check for GPGME again, check for
8404                 pgpcore instead. Therefore prevent the possibility of
8405                 attempting to build pgpmime if pgpcore dependencies are
8406                 not met
8407                 ClamAV: use pkgconfig to check for lib
8408                 libgnomeprint: revert logic on inner test to match
8409                 everything else
8410         * src/plugins/pgpcore/sgpgme.c
8411                 add missing include
8412
8413 2005-07-19 [colin]      1.9.12cvs81
8414
8415         * src/summaryview.c
8416                 Fix slow thread rebuilding in particular
8417                 cases
8418
8419 2005-07-19 [paul]       1.9.12cvs80
8420
8421         * sylpheed-claws.desktop
8422                 fix typo, spotted by Stephan Sachse
8423         * src/account.c
8424                 replace GTK_STOCK_ADD with
8425                 GTK_STOCK_NEW button
8426
8427 2005-07-18 [colin]      1.9.12cvs79
8428
8429         * src/etpan/imap-thread.c
8430                 Fix return value (Thanks Hoa)
8431
8432 2005-07-18 [colin]      1.9.12cvs78
8433
8434         * src/imap.c
8435                 Allow empty passwords
8436                 Create drafts/queue/outbox if necessary
8437         * src/summaryview.c
8438                 Remove old code
8439         * src/etpan/imap-thread.c
8440                 Fix STARTTLS (Thanks to Hoa)
8441
8442 2005-07-18 [paul]       1.9.12cvs77
8443
8444         * ChangeLog-gtk2.jp
8445         * ChangeLog.jp
8446                 removed
8447         * Makefile.am
8448                 updated to reflect additions and removals
8449         * TODO
8450                 updated to be claws-specific
8451         * TODO-gtk2
8452         * TODO-gtk2.jp
8453         * TODO.jp
8454         * sylpheed-128x128.png
8455         * sylpheed-64x64.png
8456                 removed
8457         * sylpheed-claws-128x128.png
8458         * sylpheed-claws-64x64.png
8459         * sylpheed-claws.desktop
8460         * sylpheed-claws.png
8461                 added
8462         * sylpheed.desktop
8463         * sylpheed.png
8464                 removed
8465
8466 2005-07-17 [paul]       1.9.12cvs76
8467
8468         * src/account.c
8469         * src/addressbook.c
8470         * src/alertpanel.c
8471         * src/alertpanel.h
8472         * src/compose.c
8473         * src/exphtmldlg.c
8474         * src/expldifdlg.c
8475         * src/folderview.c
8476         * src/imap_gtk.c
8477         * src/inc.c
8478         * src/message_search.c
8479         * src/messageview.c
8480         * src/mh_gtk.c
8481         * src/news_gtk.c
8482         * src/prefs_actions.c
8483         * src/prefs_filtering.c
8484         * src/prefs_matcher.c
8485         * src/prefs_template.c
8486         * src/prefs_themes.c
8487         * src/ssl_manager.c
8488         * src/summary_search.c
8489         * src/textview.c
8490         * src/toolbar.c
8491         * src/gtk/sslcertwindow.c
8492         * src/plugins/pgpcore/sgpgme.c
8493                 rework alertpanels
8494
8495 2005-07-17 [colin]      1.9.12cvs75
8496
8497         * src/privacy.c
8498                 add a PrivacySystem accessor that checks that
8499                 the system cached in a MimeInfo's privacydata
8500                 is still registered. Use this accessor instead
8501                 of directly using data->system. Fixes crashes
8502                 after unloading pgp plugins.
8503
8504 2005-07-17 [colin]      1.9.12cvs74
8505
8506         * src/alertpanel.c
8507                 Change geometry hints to a simple default size.
8508                 Fixes the certs dialogs.
8509
8510 2005-07-17 [colin]      1.9.12cvs73
8511
8512         * src/gtk/sslcertwindow.c
8513                 Use a gtkExpander
8514
8515 2005-07-17 [colin]      1.9.12cvs72
8516
8517         * src/plugins/pgpcore/Makefile.am
8518         * src/plugins/pgpmime/Makefile.am
8519                 Add gpgme libs
8520
8521 2005-07-17 [paul]       1.9.12cvs71
8522
8523         * configure.ac
8524                 add --disable-gnomeprint option
8525                 modified version of patch by Marius Mauch
8526
8527 2005-07-17 [paul]       1.9.12cvs70
8528
8529         * src/common/defs.h
8530                 update urls
8531         * src/account.c
8532         * src/action.c
8533         * src/addressbook.c
8534         * src/compose.c
8535         * src/foldersel.c
8536         * src/folderview.c
8537         * src/html.c
8538         * src/imap_gtk.c
8539         * src/main.c
8540         * src/mainwindow.c
8541         * src/messageview.c
8542         * src/mh_gtk.c
8543         * src/mimeview.c
8544         * src/news_gtk.c
8545         * src/prefs_account.c
8546         * src/prefs_send.c
8547         * src/prefs_summaries.c
8548         * src/procmsg.c
8549         * src/summaryview.c
8550         * src/common/utils.c
8551         * src/common/xml.c
8552         * src/plugins/pgpcore/passphrase.c
8553         * src/plugins/pgpcore/select-keys.c
8554                 replace inappropriately used backticks
8555                 with single quotes
8556
8557 2005-07-16 [colin]      1.9.12cvs69
8558
8559         * src/image_viewer.c
8560                 Add extra paranoid checks
8561
8562 2005-07-16 [colin]      1.9.12cvs68
8563
8564         * src/plugins/pgpcore/prefs_gpg.c
8565                 Don't auto-check sigs by default, as it
8566                 can be really slow.
8567
8568 2005-07-16 [colin]      1.9.12cvs67
8569
8570         * src/plugins/pgpcore/sgpgme.c
8571                 Make messages a bit better.
8572
8573 2005-07-16 [colin]      1.9.12cvs66
8574
8575         * src/imap.c
8576                 Remove pseudo-log
8577         * src/etpan/imap-thread.c
8578                 Add real log
8579
8580 2005-07-16 [colin]      1.9.12cvs65
8581
8582         * src/main.c
8583         * src/prefs_other.c
8584                 And now, fix build with libetpan :-/
8585
8586 2005-07-15 [colin]      1.9.12cvs64
8587
8588         * src/prefs_other.c
8589                 Continue fixing build without libetpan.
8590
8591 2005-07-15 [colin]      1.9.12cvs63
8592
8593         * src/main.c
8594                 Fix build with --disable-libetpan
8595
8596 2005-07-15 [colin]      1.9.12cvs62
8597
8598         * configure.ac
8599                 Bump libetpan's version
8600
8601 2005-07-15 [colin]      1.9.12cvs61
8602
8603         * src/etpan/imap-thread.c
8604                 Actually stop logging :)
8605
8606 2005-07-15 [colin]      1.9.12cvs60
8607
8608         * src/addressbook.c
8609                 Fix dnd of multiple addresses.
8610
8611 2005-07-15 [hoa]        1.9.12cvs59
8612
8613         * src/etpan/imap-thread.c
8614             disable login of IMAP password in libetpan log file.
8615
8616 2005-07-15 [paul]       1.9.12cvs58
8617
8618         * src/account.c
8619                 don't automatically sort
8620                 do allow drag n drop
8621
8622 2005-07-15 [paul]       1.9.12cvs57
8623
8624         * src/account.c
8625         * src/ssl_manager.c
8626                 alphabetical listing
8627
8628 2005-07-15 [paul]       1.9.12cvs56
8629
8630         * src/gtk/pluginwindow.c
8631                 sort plugin list alphabetically
8632
8633 2005-07-15 [paul]       1.9.12cvs55
8634
8635         * src/prefs_spelling.c
8636         * src/prefs_wrapping.c
8637                 unify English usage
8638
8639 2005-07-15 [colin]      1.9.12cvs54
8640
8641         * src/wizard.c
8642                 Typo fix
8643
8644 2005-07-15 [paul]       1.9.12cvs53
8645
8646         * src/prefs_message.c
8647                 make 'show cursor' a hidden option
8648
8649 2005-07-14 [colin]      1.9.12cvs52
8650
8651         * src/plugins/spamassassin/Makefile.am
8652         * src/plugins/clamav/Makefile.am
8653                 Fix double EXTRA_DISTs
8654
8655 2005-07-14 [colin]      1.9.12cvs51
8656
8657         * src/plugins/clamav/Makefile.am
8658         * src/plugins/clamav/clamav_plugin_gtk.deps
8659         * src/plugins/spamassassin/Makefile.am
8660         * src/plugins/spamassassin/spamassassin_gtk.deps
8661                 Make $plugin_gtk depend on $plugin
8662
8663 2005-07-14 [hoa]        1.9.12cvs50
8664
8665         * src/etpan/imap-thread.c
8666                 enable debug log of libetpan when running with --debug
8667
8668 2005-07-14 [colin]      1.9.12cvs49
8669
8670         * configure.ac
8671         * src/common/Makefile.am
8672         * src/common/plugin.c
8673         * src/common/plugin.h
8674                 Add a little plugin dependancy system.
8675                 Plugins can ship a $plugin_name.deps file
8676                 (near them in PLUGINDIR) so that their
8677                 dependancies are loaded if possible.
8678         * src/plugins/Makefile.am
8679         * src/plugins/pgpcore/Makefile.am
8680         * src/plugins/pgpcore/passphrase.c
8681         * src/plugins/pgpcore/passphrase.h
8682         * src/plugins/pgpcore/plugin.c
8683         * src/plugins/pgpcore/prefs_gpg.c
8684         * src/plugins/pgpcore/prefs_gpg.h
8685         * src/plugins/pgpcore/select-keys.c
8686         * src/plugins/pgpcore/select-keys.h
8687         * src/plugins/pgpcore/sgpgme.c
8688         * src/plugins/pgpcore/sgpgme.h
8689                 Introduce pgpcore, used by pgpmime and
8690                 pgpinline
8691         * src/plugins/pgpmime/Makefile.am
8692         * src/plugins/pgpmime/passphrase.c
8693         * src/plugins/pgpmime/passphrase.h
8694         * src/plugins/pgpmime/pgpmime.c
8695         * src/plugins/pgpmime/pgpmime.deps
8696         * src/plugins/pgpmime/plugin.c
8697         * src/plugins/pgpmime/prefs_gpg.c
8698         * src/plugins/pgpmime/prefs_gpg.h
8699         * src/plugins/pgpmime/select-keys.c
8700         * src/plugins/pgpmime/select-keys.h
8701         * src/plugins/pgpmime/sgpgme.c
8702         * src/plugins/pgpmime/sgpgme.h
8703                 Remove the core from pgpmime and add the
8704                 dependancy to pgpcore.
8705
8706 2005-07-14 [paul]       1.9.12cvs48
8707
8708         * src/stock_pixmap.c
8709                 forgot this in last commit
8710
8711 2005-07-14 [paul]       1.9.12cvs47
8712
8713         * src/account.c
8714         * src/addressbook.c
8715                 add accelerators for the buttons (sync with main)
8716         * src/compose.c
8717         * src/compose.h
8718                 add accelerators for the buttons.
8719                 fix editing with external editor.
8720                 replace gdk_input_*() with GIOChannel;
8721                 (sync with main)
8722         * src/foldersel.c
8723                 display folder names with new/unread
8724                 representation (sync with main)
8725         * src/main.c
8726                 specify default window icon (sync with main)
8727         * src/prefs_common.c
8728                 use_addr_book default to FALSE
8729         * src/summaryview.c
8730         * src/textview.c
8731                 add accelerators for the buttons (sync with main)
8732         * src/gtk/menu.c
8733                 fix typos
8734         * src/pixmaps/sylpheed_icon.xpm
8735                 updated
8736
8737 2005-07-13 [paul]       1.9.12cvs46
8738
8739         * src/plugins/pgpmime/pgpmime.c
8740         * src/plugins/pgpmime/sgpgme.c
8741                 (temporarily) use deprecated gpgme_data_rewind()
8742                 while largefile support is not present
8743                 (as suggested by Colin)
8744
8745 2005-07-13 [paul]       1.9.12cvs45
8746
8747         * configure.ac
8748                 remove large file support (for now):
8749                 it breaks too many things
8750
8751 2005-07-13 [paul]       1.9.12cvs44
8752
8753         * configure.ac
8754                 add large file support
8755         * src/html.c
8756                 fix bug #763 where href attribute was not
8757                 the very first attribute of a link
8758                 patch by Thomas Gilgin
8759
8760 2005-07-13 [colin]      1.9.12cvs43
8761
8762         * src/gtk/pluginwindow.c
8763                 Little portability fix
8764
8765 2005-07-13 [colin]      1.9.12cvs42
8766
8767         * src/plugins/pgpmime/sgpgme.c
8768                 Fix crasher.
8769
8770 2005-07-13 [colin]      1.9.12cvs41
8771
8772         * src/plugins/pgpmime/pgpmime.c
8773         * src/plugins/pgpmime/sgpgme.c
8774                 Use gpgme_data_release_and_get_mem instead
8775                 of gpgme_data_read.
8776
8777 2005-07-13 [colin]      1.9.12cvs40
8778
8779         * configure.ac
8780         * src/plugins/pgpmime/passphrase.c
8781         * src/plugins/pgpmime/passphrase.h
8782         * src/plugins/pgpmime/pgpmime.c
8783         * src/plugins/pgpmime/plugin.c
8784         * src/plugins/pgpmime/select-keys.c
8785         * src/plugins/pgpmime/select-keys.h
8786         * src/plugins/pgpmime/sgpgme.c
8787         * src/plugins/pgpmime/sgpgme.h
8788                 Port pgpmime to gpgme-1.0.
8789
8790 2005-07-12 [paul]       1.9.12cvs39
8791
8792         * AUTHORS
8793         * src/toolbar.c
8794         * src/toolbar.h
8795                 add a 'Go to Prev' button to the toolbar.
8796                 correct tooltip text of go to buttons.
8797                 based on patch by Yang Guilong <bamanzi@gmail.com>
8798
8799 2005-07-12 [colin]      1.9.12cvs38
8800
8801         * src/statusbar.c
8802                 Fix progress bar showing stuff at startup.
8803
8804 2005-07-12 [paul]       1.9.12cvs37
8805
8806         * src/editjpilot.c
8807                 fix building with jpilot support
8808
8809 2005-07-11 [colin]      1.9.12cvs36
8810
8811         * src/inc.c
8812                 Add visual indication that filtering is running
8813         * src/textview.c
8814                 Make {}[] uri delimiters
8815         * src/summaryview.c
8816                 Remove useless (and slow) calls
8817
8818 2005-07-11 [paul]       1.9.12cvs35
8819
8820         * src/plugins/clamav/clamav_plugin_gtk.c
8821         * src/plugins/dillo_viewer/dillo_prefs.c
8822         * src/plugins/pgpmime/prefs_gpg.c
8823         * src/plugins/spamassassin/spamassassin_gtk.c
8824                 gather plugins prefs together under their
8825                 own 'Plugins' heading
8826
8827 2005-07-11 [paul]       1.9.12cvs34
8828
8829         sync with main
8830
8831         * src/account.c
8832                 account_delete(): modified alert dialog
8833         * src/editjpilot.c
8834         * src/editvcard.c
8835                 fixed a crash when cancelling file selection
8836                 dialog by Escape key. Made non-ascii filename
8837                 selectable.
8838         * src/prefs_template.c
8839                 prefs_template_window_create(): make scrolled
8840                 window policy AUTOMATIC
8841
8842 2005-07-10 [hoa]        1.9.12cvs33
8843
8844         * src/etpan/imap-thread.c
8845                 workaround for old Courier IMAP servers.
8846
8847 2005-07-10 [colin]      1.9.12cvs32
8848
8849         * src/folder.c
8850         * src/statusbar.c
8851         * src/statusbar.h
8852                 Add visual progress indicator on filtering/processing
8853                 Factorize the progress bar code
8854         * src/imap.c
8855         * src/imap.h
8856         * src/etpan/imap-thread.c
8857                 Add a reference counter to avoid destroying the Folder
8858                 while it's in use by another callback.
8859
8860 2005-07-09 [hoa]        1.9.12cvs31
8861
8862         * src/imap.c
8863         * src/etpan/imap-thread.c
8864                 fixed deadlock when removing IMAP account.
8865
8866 2005-07-08 [colin]      1.9.12cvs30
8867
8868         * src/textview.c
8869         * src/unmime.c
8870                 Fix again problems decoding broken headers
8871         * src/gtk/inputdialog.c
8872                 Fix local variable shadowing a global one
8873
8874 2005-07-08 [colin]      1.9.12cvs29
8875
8876         * src/msgcache.c
8877                 Make the cache/mark files platform-agnostic by writing
8878                 them in little-endian format. Reading them is also done
8879                 in little-endian format, of course; however, in order
8880                 to avoid trashing mark data on big-endian machines, the
8881                 files are, at first, read from the native format if the
8882                 little-endian one doesn't exist. This is easy to deter-
8883                 mine by trying to open a file with a swapped data_ver
8884                 and seeing if it's the wanted version.
8885                 Little-endian using users should see absolutely no
8886                 difference, Big-endian users may get a very little
8887                 performance drop due to byte-swapping.
8888                 Tested on i386 and ppc32. 
8889                 Fixes bug #159 (The index file, in the mailboxes, is 
8890                 hardware depending).
8891
8892                 To have the cache/mark files updated to the new little-
8893                 endian format, "Check for new messages" or even
8894                 "Rebuild folder tree" aren't enough. Files will be
8895                 updated as soon as a folder has been opened/closed.
8896                 To update everything, just select all folders by
8897                 selecting them one by one.
8898
8899 2005-07-07 [colin]      1.9.12cvs28
8900
8901         * src/imap.c
8902                 Remember the folder separator per IMAPFolder
8903                 instead of globally.
8904                 Revive the Session on noop; fixes bug #761
8905                 (mark a bunch of unread messages as read takes 
8906                 forever)
8907
8908 2005-07-07 [darko]      1.9.12cvs27
8909
8910         * src/common/template.c
8911                 Sort templates alphabetically
8912
8913 2005-07-06 [colin]      1.9.12cvs26
8914
8915         * src/imap.c
8916                 Try to use the correct separator in
8917                 most cases. Possibly fixes bug #759
8918                 (only creates the INBOX folder when 
8919                 setting up new IMAP account) and 
8920                 bug #760 (Can't retrieve messages)
8921
8922 2005-07-06 [colin]      1.9.12cvs25
8923
8924         * src/imap.c
8925                 Use real_path in status command. This will
8926                 help later, when namespaces will be used.
8927
8928 2005-07-06 [colin]      1.9.12cvs24
8929
8930         * configure.ac
8931         * src/account.c
8932         * src/folder.c
8933         * src/imap.c
8934         * src/etpan/etpan-log.c
8935         * src/etpan/etpan-thread-manager.c
8936         * src/etpan/imap-thread.c
8937                 Add a --disable-libetpan parameter. With this,
8938                 users that don't want IMAP4 support can avoid
8939                 the new dependancy (and have no IMAP support).
8940                 Users that have IMAP4 accounts and use this
8941                 parameter won't lose their configuration, their
8942                 IMAP accounts will just be invisible and not
8943                 used.
8944         * src/textview.c
8945                 Make the "Copy ..." contextual menu items 
8946                 copy to both the X clipboard and the gtk 
8947                 clipboard - as most other apps do.
8948         * src/gtk/about.c
8949                 Add a notice about OpenSSL usage, in order to
8950                 comply with OpenSSL's license (point 6):
8951                 http://www.openssl.org/source/license.html
8952
8953 2005-07-06 [colin]      1.9.12cvs23
8954
8955         * src/alertpanel.c
8956                 Fix a minimum size for alertpanels
8957         * src/compose.c
8958                 Show 'No space left on device' type errors
8959                 when queuing/sending
8960         * src/imap_gtk.c
8961         * src/mh_gtk.c
8962                 Rework folder's deletion message (remove 
8963                 extra \n)
8964
8965 2005-07-05 [colin]      1.9.12cvs22
8966
8967         * src/imap.c
8968                 Add an alertpanel on auth error
8969                 Add pseudo-log
8970                 Remove pthread-related stuff
8971
8972 2005-07-05 [colin]      1.9.12cvs21
8973
8974         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8975                 Fix crash on plugin reloading (with a hack)
8976
8977 2005-07-05 [colin]      1.9.12cvs20
8978
8979         * src/prefs_account.c
8980         * src/prefs_account.h
8981                 Fix typo
8982         * src/gtk/filesel.c
8983         * src/gtk/filesel.h
8984                 Add a way to filter the view
8985         * src/gtk/pluginwindow.c
8986                 Filter loadable stuff
8987         * src/plugins/pgpmime/prefs_gpg.c
8988                 Fix missing unregistration
8989         * .cvsignore
8990         * src/etpan/.cvsignore
8991         * src/plugins/spamassassin/.cvsignore
8992                 Add more stuff to cvs ignored files
8993
8994 2005-07-04 [colin]      1.9.12cvs19
8995
8996         * src/imap.c
8997                 Fix scan_required returning FALSE when it
8998                 shouldn't. Maybe fix #760 (Can't retrieve
8999                 messages)
9000
9001 2005-07-04 [colin]      1.9.12cvs18
9002
9003         * src/summaryview.c
9004                 Fix always_show_msg pref
9005
9006 2005-07-04 [paul]       1.9.12cvs17
9007
9008         sync with main (forgotten in last commit)
9009         
9010         * src/common/utils.c
9011         * src/common/utils.h
9012                 check_line_length(): new.
9013                 is_dir_exist()
9014                 is_file_entry_exist()
9015                 dirent_is_regular_file()
9016                 dirent_is_directory(): use g_file_test() instead of stat().
9017
9018 2005-07-04 [paul]       1.9.12cvs16
9019
9020         sync with main:
9021
9022         * src/compose.c
9023                 compose_write_to_file(): check for line
9024                 length limit and display warning if exceeds
9025         * src/jpilot.c
9026                 use get_home_dir() instead of g_get_home_dir()
9027         * src/procheader.c
9028                 removed warning about invalid date
9029         * src/vcard.c
9030                 use get_home_dir() instead of g_get_home_dir()
9031
9032 2005-07-04 [paul]       1.9.12cvs15
9033
9034         * src/stock_pixmap.c
9035                 fix new pixmap naming errors
9036                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9037
9038 2005-07-04 [colin]      1.9.12cvs14
9039
9040         * src/imap.c
9041                 Fix debugging string with a warning
9042
9043 2005-07-04 [colin]      1.9.12cvs13
9044
9045         * configure.ac
9046                 Add a check for libetpan's version (>= 0.37)
9047
9048 2005-07-04 [hoa]        1.9.12cvs12
9049
9050         * commitHelper
9051         * src/imap.c
9052         * src/etpan/imap-thread.c
9053         * src/etpan/imap-thread.h
9054                 fixed IMAP implementation of check of mails.
9055
9056 2005-07-03 [hoa]        1.9.12cvs11
9057
9058         * src/etpan/Makefile.am
9059         * src/etpan/etpan-errors.h
9060         * src/etpan/etpan-log.[ch]
9061         * src/etpan/etpan-thread-manager-types.h
9062         * src/etpan/etpan-thread-manager.[ch]
9063         * src/etpan/imap-thread.[ch]
9064         * src/Makefile.am
9065         * src/imap.c
9066         * src/main.c
9067         * src/prefs_other.c
9068         * configure.ac
9069             merged imap branch.
9070             dependency on libetpan 0.37 is now added.
9071
9072 2005-07-01 [colin]      1.9.12cvs10
9073
9074         * src/Makefile.am
9075         * src/folder.c
9076         * src/folder.h
9077         * src/folderview.c
9078         * src/stock_pixmap.c
9079         * src/stock_pixmap.h
9080         * src/plugins/trayicon/trayicon.c
9081                 Add marked symbol on folders containing
9082                 marked messages
9083         * src/procmsg.c
9084         * src/procmsg.h
9085         * src/toolbar.c
9086         * src/prefs_common.c
9087         * src/prefs_common.h
9088         * src/prefs_send.c
9089                 Add an optional confirmation dialog on queue
9090                 sending. Patch by wwp.
9091         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9092         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9093         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9094         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9095         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9096         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9097         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9098         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9099         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9100         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9101         * src/pixmaps/trash_mark.xpm            ** ADDED **
9102                 New pixmaps
9103
9104 2005-07-01 [colin]      1.9.12cvs9
9105
9106         * src/summaryview.c
9107                 Fix a little threading bug
9108         * src/addrgather.c
9109         * src/mainwindow.c
9110                 A little bit of HIG normality never hurts
9111
9112 2005-07-01 [colin]      1.9.12cvs8
9113
9114         * src/compose.c
9115         * src/msgcache.c
9116         * src/pop.c
9117         * src/procmime.c
9118         * src/recv.c
9119         * src/common/log.c
9120         * src/common/template.c
9121         * src/common/utils.c
9122         * src/common/utils.h
9123                 Reverted the fwrite_atomic stuff. In fact
9124                 it is already atomic.
9125
9126 2005-06-30 [colin]      1.9.12cvs7
9127
9128         * src/common/utils.c
9129         * src/common/utils.h
9130                 Add an fwrite_atomic() function to make
9131                 sure we write everything: fwrite can make
9132                 short writes.
9133         * src/compose.c
9134         * src/msgcache.c
9135         * src/pop.c
9136         * src/procmime.c
9137         * src/recv.c
9138         * src/common/log.c
9139         * src/common/template.c
9140                 Use that (and fix swapping of size and nmemb).
9141                 Thanks to Rich Coe for the heads up.
9142
9143 2005-06-30 [colin]      1.9.12cvs6
9144
9145         * src/addressbook.c
9146                 Optimize addressbook opening 
9147
9148 2005-06-30 [colin]      1.9.12cvs5
9149
9150         * src/summaryview.c
9151                 Remove calls to summary_step after move/copy
9152
9153 2005-06-28 [paul]       1.9.12cvs4
9154
9155         * src/alertpanel.c
9156                 wrap and make the error msg selectable
9157
9158 2005-06-28 [paul]       1.9.12cvs3
9159
9160         * src/ssl_manager.c
9161                 replace the OK button with a Close button
9162         * src/gtk/foldersort.c
9163                 use GTK_STOCK_ icons/buttons
9164
9165 2005-06-28 [colin]      1.9.12cvs2
9166
9167         * src/gedit-print.c             ** ADDED **
9168         * src/gedit-print.h             ** ADDED **
9169         * src/gtk/gtksourceprintjob.c   ** ADDED **
9170         * src/gtk/gtksourceprintjob.h   ** ADDED **
9171                 I can't believe no one had enough time to tell
9172                 me I forgot the `cvs add`
9173
9174 2005-06-27 [colin]      1.9.12cvs1
9175
9176         * src/Makefile.am
9177         * src/gtk/Makefile.am
9178         * src/messageview.c
9179         * src/procmsg.c
9180         * src/summaryview.c
9181         * configure.ac
9182                 Add optional libgnomeprint-based printing
9183         * src/mainwindow.c
9184         * src/gtk/quicksearch.c
9185                 Add an Edit/Quick search menu item to show
9186                 and focus the quicksearch
9187
9188 2005-06-27 [paul]       1.9.12
9189
9190         1.9.12 release
9191
9192         * po/ca.po
9193         * po/de.po
9194         * po/es.po
9195         * po/fr.po
9196         * po/it.po
9197         * po/ko.po
9198         * po/pt_BR.po
9199         * po/sk.po
9200         * po/zh_CN.po
9201                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9202                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9203                 SungHyun Nam, Frederico Goncalves Guimaraes,
9204                 Andrej Kacian, and Yang Guilong
9205 2005-06-26 [colin]      1.9.11cvs106
9206
9207         * src/imap_gtk.c
9208                 Forgot one file for previous fix
9209
9210 2005-06-26 [colin]      1.9.11cvs105
9211
9212         * src/folder.c
9213         * src/imap.c
9214                 Fix problems with folder operations in no_select
9215                 imap folders. it applies only to mails, and 
9216                 creation/deletion/move/renaming of folders 
9217                 should be possible
9218
9219 2005-06-26 [paul]       1.9.11cvs104
9220
9221         * src/prefs_filtering.c
9222                 replace one more GTK_STOCK_REMOVE
9223                 with GTK_STOCK_DELETE
9224
9225 2005-06-25 [colin]      1.9.11cvs103
9226
9227         * src/imap.c
9228                 Optimize get_seq_set_from_seq_list
9229                 (Patch by Ricardo) 
9230
9231 2005-06-25 [colin]      1.9.11cvs102
9232
9233         * src/mh.c
9234                 If the directory exists, but not in the
9235                 correct encoding, rename it. This should
9236                 handle old-versions-induced bugs.
9237
9238 2005-06-25 [colin]      1.9.11cvs101
9239
9240         * src/mh.c
9241                 Fix path access with extended dir names
9242                 Fixes bug #589 (SC segfaults with wrong locale
9243                 settings)
9244
9245 2005-06-25 [colin]      1.9.11cvs100
9246
9247         * src/prefs_account.c
9248         * src/prefs_account.h
9249         * src/compose.c
9250                 Add an option to encrypt replies to
9251                 encrypted messages
9252
9253 2005-06-25 [colin]      1.9.11cvs99
9254
9255         * src/compose.c
9256         * src/quote_fmt_parse.y
9257                 ... And make it work with pgpinline.
9258
9259 2005-06-25 [colin]      1.9.11cvs98
9260
9261         * src/compose.c
9262         * src/procmime.c
9263         * src/procmime.h
9264         * src/quote_fmt_parse.y
9265                 o Make reedition of encrypted messages possible
9266                   (as long as it is encrypted to self too, no
9267                    magic there)
9268                 o Make replying with quote (and without selecting
9269                   text) possible for encrypted messages.
9270                 Closes bug #550 (Not possible to "reply with quote"
9271                 to gnupg encrypted messages)
9272
9273 2005-06-24 [paul]       1.9.11cvs97
9274
9275         * src/imap.c
9276                 add missing include
9277
9278 2005-06-24 [paul]       1.9.11cvs96
9279
9280         * src/editldap.c
9281                 made bind password entry invisible
9282                 (sync with main)
9283         * src/send_message.c
9284                 send_message_local(): check exit status
9285                 to detect errors (sync with main)
9286         * src/textview.c
9287                 use main's less ambiguous popup menu
9288                 wording
9289
9290 2005-06-24 [paul]       1.9.11cvs95
9291
9292         * src/prefs_actions.c
9293         * src/prefs_customheader.c
9294         * src/prefs_display_header.c
9295         * src/prefs_filtering_action.c
9296         * src/prefs_matcher.c
9297         * src/prefs_template.c
9298         * src/prefs_toolbar.c
9299                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9300         * src/gtk/description_window.c
9301                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9302
9303 2005-06-23 [colin]      1.9.11cvs94
9304
9305         * src/summaryview.c
9306                 Fix rough edges (be sure to call status_show whenever
9307                 necessary).
9308
9309 2005-06-23 [colin]      1.9.11cvs93
9310
9311         * src/summaryview.c
9312                 Optimize Select All
9313                 Before, in a 5K mails folder: 11s
9314                 After, in the same folder: 58000µs
9315                 The joys of locking... gtk_clist_select_all() fires a 
9316                 tree-select-row event for each selected row, which in 
9317                 summaryview, callbacks summary_selected which in turn,
9318                 calls summary_status_show, which walks the selected
9319                 rows. Hence, calling gtk_clist_select_all was 
9320                 exponential. Locking the summaryview makes 
9321                 summary_selected return early.
9322
9323 2005-06-23 [colin]      1.9.11cvs92
9324
9325         * src/imap.c
9326                 Move mutex at the important place to avoid
9327                 deadlocks
9328         * src/summaryview.c
9329                 Fix Del key deleting directly instead of
9330                 moving to trash
9331
9332 2005-06-22 [colin]      1.9.11cvs91
9333
9334         * src/plugins/spamassassin/libspamc.c
9335                 As we do spagetti code with assignations in multiple
9336                 places (see _message_read_raw where out = msg = raw),
9337                 let's be sure we don't free the same pointer twice.
9338                 Should fix bug #683 (Crash in libpam at 
9339                 message_cleanup).
9340
9341 2005-06-22 [colin]      1.9.11cvs90
9342
9343         * src/compose.c
9344         * src/messageview.c
9345         * src/toolbar.c
9346                 Make toolbar's delete use the move to trash stuff;
9347                 Add gtk_widget_realize to be sure pixmaps can get
9348                 created (that may fix an old worksforme bug which
9349                 I can't find back...)
9350
9351 2005-06-22 [colin]      1.9.11cvs89
9352
9353         * src/summaryview.c
9354         * src/summaryview.h
9355         * src/mainwindow.c
9356                 Rename "Message/Delete" to "Message/Move to trash"
9357                 Add "Message/Delete..." that directly destroys the
9358                 selected messages after asking for a confirmation.
9359
9360 2005-06-22 [colin]      1.9.11cvs88
9361
9362         * src/imap.c
9363                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9364                 o Fix a deadlock (thanks Darko)
9365
9366 2005-06-22 [colin]      1.9.11cvs87
9367
9368         * src/gtk/foldersort.c
9369                 Add missing include for the i18n;
9370                 patch by Fabien Vantard
9371
9372 2005-06-21 [colin]      1.9.11cvs86
9373
9374         * src/folder.c
9375         * src/folderview.c
9376                 Respect the no_select flag
9377         * src/imap.c
9378                 Fix recursive deletion
9379         * src/imap_gtk.c
9380         * src/mh_gtk.c
9381                 Make the folder deletion's warning
9382                 more explicit
9383
9384 2005-06-21 [colin]      1.9.11cvs85
9385
9386         * src/textview.c
9387                 Prevent email addresses from spanning accross
9388                 lines - fixes bug # 646 (newline-chars in 
9389                 email addresses)
9390
9391 2005-06-20 [colin]      1.9.11cvs84
9392
9393         * src/folder.c
9394                 Be sure not to remove source if copy failed
9395
9396 2005-06-20 [colin]      1.9.11cvs83
9397
9398         * src/folderview.c
9399         * src/imap_gtk.c
9400                 remove summaryview's lock
9401         * src/imap.c
9402                 introduce threads to avoid problems when foreground tasks
9403                 interfere with background tasks
9404         * src/mh.c
9405                 prevent moving to drafts/queue
9406         * src/mimeview.c
9407                 fix leak
9408
9409 2005-06-19 [colin]      1.9.11cvs82
9410
9411         * src/imap_gtk.c
9412                 Remember that the user doesn't want to override
9413                 offline mode, for 3 seconds. It avoid presenting
9414                 him with N popups in a really short time.
9415
9416 2005-06-17 [colin]      1.9.11cvs81
9417
9418         * src/imap.c
9419                 Fix IMAP breaking on folders containing '('
9420                 (Probably won't be enough)
9421
9422 2005-06-17 [colin]      1.9.11cvs80
9423
9424         Forgotten files on 1.9.11cvs79
9425         * src/summaryview.c
9426                 Fix stepping when not immediately executing
9427         * src/imap.c
9428                 Really prevent UID FETCH 0
9429         * src/codeconv.c
9430                 Fix outgoing charset never set to utf-8
9431         * src/mh.c
9432                 Fix leak
9433
9434 2005-06-16 [colin]      1.9.11cvs79
9435
9436         * src/compose.c
9437                 Fix bug #707 (Dash splits rows)
9438                 Only wrap if we're on a line break position and
9439                 the previous one was a "white" (space) char.
9440                 Pango stuff is weird.
9441
9442 2005-06-16 [colin]      1.9.11cvs78
9443
9444         * src/imap_gtk.c
9445                 Lock summaryview while downloading messages
9446                 on user demand
9447         * src/procheader.c
9448         * src/unmime.c
9449         * src/common/utils.c
9450         * src/common/utils.h
9451                 Replace \r and \n with spaces in From and
9452                 Subject headers
9453
9454 2005-06-16 [paul]       1.9.11cvs77
9455
9456         * src/procmime.c
9457                 liberalise the mime parser
9458         * src/gtk/about.c
9459                 add text wrapping
9460
9461 2005-06-16 [paul]       1.9.11cvs76
9462
9463         * src/gtk/about.c
9464                 reworked
9465
9466 2005-06-15 [colin]      1.9.11cvs75
9467
9468         * src/compose.c
9469                 Finish header encoding fix
9470         * src/summaryview.c
9471                 Fix segfault
9472         * src/headerview.c
9473                 Fix compilation (Thanks Stephan
9474                 Sachse)
9475
9476 2005-06-15 [colin]      1.9.11cvs74
9477
9478         * Makefile.am
9479                 Install gnome2 stuff rather than gnome1, 
9480                 if both are present
9481         * src/codeconv.c
9482         * src/codeconv.h
9483         * src/compose.c
9484                 Fix headers encoding
9485         * src/folder.c
9486                 Visual progress when fetching all messages
9487         * src/folderview.c
9488         * src/summaryview.c
9489         * src/summaryview.h
9490                 Prevent changing current message while
9491                 incorporating
9492
9493 2005-06-15 [paul]       1.9.11cvs73
9494
9495         * src/gtk/gtkaspell.c
9496         * src/gtk/gtkaspell.h
9497                 fix build warnings
9498
9499 2005-06-15 [paul]       1.9.11cvs72
9500
9501         * src/prefs_filtering.c
9502                 allow reordering of filter rules by
9503                 drag n drop
9504
9505 2005-06-15 [paul]       1.9.11cvs71
9506
9507         * COPYING
9508                 updated
9509         * src/codeconv.c
9510                 replace deprecated function
9511         * src/inc.c
9512         * src/send_message.c
9513         * src/gtk/progressdialog.c
9514         * src/gtk/progressdialog.h
9515                 salvage and reuse parts of reverted sync
9516
9517 2005-06-15 [paul]       1.9.11cvs70
9518
9519         * src/inc.c
9520         * src/send_message.c
9521         * src/gtk/progressdialog.c
9522         * src/gtk/progressdialog.h
9523                 revert yesterday's sync with main
9524                 it contains deprecated functions
9525
9526 2005-06-15 [colin]      1.9.11cvs69
9527
9528         * src/headerview.c
9529                 Fix bug #670 (multi user to: will corrupt message 
9530                 headers display)
9531
9532 2005-06-15 [colin]      1.9.11cvs68
9533
9534         * src/compose.c
9535                 Fix bug #421 (Fix undo on wrapping)
9536
9537 2005-06-15 [colin]      1.9.11cvs67
9538
9539         * src/folder.c
9540                 Provide visual feedback while processing
9541                 folder's rules.
9542         * src/imap.c
9543                 Provide visual feedback while getting
9544                 short headers (for uncached messages)
9545
9546
9547 2005-06-14 [paul]       1.9.11cvs66
9548
9549         * src/account.c
9550                 change a couple stock icons
9551         * src/inc.c
9552         * src/send_message.c
9553         * src/gtk/progressdialog.c
9554         * src/gtk/progressdialog.h
9555                 sync main's GtkTreeView implementation
9556
9557 2005-06-14 [colin]      1.9.11cvs65
9558
9559         * src/imap.c
9560                 Various little fixes, mainly on error paths
9561
9562 2005-06-13 [colin]      1.9.11cvs64
9563
9564         * matcher.c
9565         * procmsg.c
9566         * procmsg.h
9567                 Add a way to fetch only headers. This speeds
9568                 up filtering on headers for IMAP. Fixes:
9569                 bug #481 extraneous imap commands slow down 
9570                         imap filtering
9571                 bug #522 Sylpheed downloads all messages 
9572                         when opening mailbox (IMAP)
9573                 bug #677 IMAP fetch is soooooooooooooo slow
9574         * src/folder.c
9575         * src/folder.h
9576                 Add a folder set_batch method so that
9577                 implementations can speed up flags changes
9578         * src/folderutils.c
9579         * src/summaryview.c
9580                 Use that in mark as (un)read and mark all read
9581                 Refix bug #679
9582         * src/imap.c
9583                 Implement set_batch - brings back deferred
9584                 flags in a less buggy manner. Fixes:
9585                 bug #729 IMAP immediate expunge of deleted messages
9586                 bug #191 remove list of messages with one command
9587                 Fix login with strange chars
9588                 Implement fetch_msg_full
9589                 Fix copy (wrong counts)
9590
9591 2005-06-12 [colin]      1.9.11cvs63
9592
9593         * src/folder.c
9594                 lock incorporation during long operations.
9595                 Avoids fucking up the IMAP socket.
9596
9597 2005-06-12 [colin]      1.9.11cvs62
9598
9599         * src/imap.c
9600                 Fix harmful typo
9601                 Factorize remove_all_msg
9602                 Thread-ize expunge
9603         * src/summaryview.c
9604                 Don't update partial-download status if unnecessary
9605         * src/folder.c
9606                 Use remove_msgs everywhere possible
9607
9608 2005-06-12 [colin]      1.9.11cvs61
9609
9610         * src/folder.c
9611         * src/folder.h
9612                 Add a remove_msgs function to remove a 
9613                 list of messages
9614         * src/imap.c
9615                 Implement that.
9616
9617 2005-06-12 [colin]      1.9.11cvs60
9618
9619         * src/imap.c
9620                 Remove flags-processing deferring... Too hard
9621                 to get it to work in all cases.
9622
9623 2005-06-11 [colin]      1.9.11cvs59
9624
9625         * src/imap.c
9626                 printf -> debug_print
9627
9628 2005-06-11 [colin]      1.9.11cvs58
9629
9630         * src/imap.c
9631                 o Fix build without USE_PTHREAD
9632                 o Factorize imap_open
9633                 o Alertpanel in case of impossible connection
9634                 o Alertpanel in case of impossible login
9635                 o Fix deferred flags processing to force a 
9636                   flush before adding some more flags to process,
9637                   but in another folder.
9638
9639 2005-06-10 [colin]      1.9.11cvs57
9640
9641         * src/imap.c
9642                 o Fix a format string error
9643                 o init ssl socket outside of the thread 
9644                   (it possibly invokes gtk calls)
9645         * src/procmime.c
9646                 o Put back the buffer to its necessary size
9647                 o Fix changing a file pointer without keeping
9648                   track of it (thanks Valgrind)
9649         * src/common/smtp.c
9650                 o Fix automatic STARTTLS if login should be done
9651                   and the server only allows it after starting TLS
9652         * src/gtk/gtkinputdialog.c
9653                 o Eat GDK_Return so that the combo popup doesn't 
9654                   appear when we press Enter to validate the combo
9655                   input dialog (as seen in the Open with... dialog)
9656
9657 2005-06-10 [colin]      1.9.11cvs56
9658
9659         * src/imap.c
9660                 o A bit less debug
9661                 o Fix a crash on deletion
9662                 o Threadize imap_select (it's called outside of 
9663                   threads)
9664                 o Defer treatment of DELETED flags
9665
9666
9667 2005-06-09 [colin]      1.9.11cvs55
9668
9669         * src/imap.c
9670                 Make sure we check imap_gtk_should_override(), which
9671                 potentially calls gtk stuff, before creating thread.
9672                 That way it should't be called via imap_get_session()
9673                 inside a thread.
9674
9675 2005-06-09 [colin]      1.9.11cvs54
9676
9677         * src/imap.c
9678                 o add a bit of status output
9679                 o remove some dead code
9680                 o threadize get_list_of_uids
9681                 o threadize imap_get_flags
9682                 o defer flag changing by 500ms so that they
9683                   can be batched
9684
9685
9686 2005-06-08 [colin]      1.9.11cvs53
9687
9688         * src/imap.c
9689                 Thread-ize imap_cmd_fetch
9690
9691 2005-06-08 [colin]      1.9.11cvs52
9692
9693         * src/main.c
9694                 Mmh, that broke POP3...
9695
9696 2005-06-08 [colin]      1.9.11cvs51
9697
9698         * src/main.c
9699                 Stabilize IMAP patch (thanks to Hoa)
9700
9701 2005-06-08 [colin]      1.9.11cvs50
9702
9703         * src/imap.c
9704                 Test patch to speed up imap. 
9705
9706 2005-06-08 [colin]      1.9.11cvs49
9707
9708         * src/imap_gtk.c
9709                 Warning fix
9710         * src/procmime.c
9711                 Apply patch from gentoo to use /usr/share/mime/globs if 
9712                 available, after un-breaking it
9713         * src/common/log.c
9714         * src/common/log.h
9715                 Use g_timeout for invoking hooks that possibly use gtk
9716                 calls. This should leave gtk calls in the main thread.
9717
9718 2005-06-08 [paul]       1.9.11cvs48
9719
9720         * src/codeconv.c
9721                 conv_get_outgoing_charset_str(): don't
9722                 use prefs_common setting
9723         * src/compose.c
9724         * src/compose.h
9725                 add /Options/Character encoding/... to
9726                 temporarily change the outgoing encoding
9727
9728         (belated sync with main)
9729
9730 2005-06-08 [paul]       1.9.11cvs47
9731
9732         * src/compose.c
9733                 correction to/completion of last
9734                 sync with main
9735
9736 2005-06-08 [paul]       1.9.11cvs46
9737
9738         sync with main:
9739         
9740         * src/codeconv.c
9741         * src/codeconv.h
9742                 always enabled Japanese auto-detection
9743                 if the first letters of locale string
9744                 is "ja"
9745         * src/compose.c
9746                 don't use "destroy" signal to destroy
9747                 Compose object (fix rare crashes on discard?)
9748         * src/mainwindow.c
9749         * src/messageview.c
9750         * src/prefs_send.c
9751                 added Hebrew encodings
9752         * src/sourcewindow.c
9753                 don't use "destroy" signal to destroy
9754                 objects
9755
9756 2005-06-07 [colin]      1.9.11cvs45
9757
9758         * src/summaryview.c
9759                 Add missing unlocks/locks
9760
9761 2005-06-07 [paul]       1.9.11cvs44
9762
9763         * src/summaryview.c
9764                 restore bug #749 fix
9765
9766 2005-06-06 [colin]      1.9.11cvs43
9767
9768         * src/summaryview.c
9769                 Fix selection bug when prefs_common.open_unread 
9770                 is FALSE
9771
9772 2005-06-06 [colin]      1.9.11cvs42
9773
9774         * src/common/md5.c
9775                 Fix a warning
9776         * src/summaryview.c
9777         * src/folderview.c
9778                 Factorize long operations beginning and end
9779                 (locking, freezing/thawing, cursor, ...)
9780                 Check selection->data member in selection-
9781                 related loops; this avoids dying an awful
9782                 death if the selection changes on us while
9783                 we're marking a whole IMAP folder unread, 
9784                 for example.
9785
9786 2005-06-06 [paul]       1.9.11cvs41
9787
9788         * src/textview.c
9789                 don't g_free() a static gchar buffer
9790
9791 2005-06-05 [colin]      1.9.11cvs40
9792
9793         * src/mainwindow.c
9794         * src/messageview.c
9795         * src/summaryview.c
9796                 Fix bug #749 (Show all headers should be
9797                 sticky as the GUI suggests)
9798
9799 2005-06-03 [paul]       1.9.11cvs39
9800
9801         * src/compose.c
9802                 don't allow editing of mail while sending.
9803                 patch by Colin
9804
9805 2005-06-03 [paul]       1.9.11cvs38
9806
9807         * src/folderview.c
9808                 add a freeze/thaw to speed up 'mark all read'
9809
9810 2005-06-03 [paul]       1.9.11cvs37
9811
9812         * src/prefs_message.c
9813                 reflect changes immediately
9814
9815 2005-06-02 [colin]      1.9.11cvs36
9816
9817         * po/POTFILES.in
9818                 Patch by Fabien Vantard.
9819
9820 2005-06-02 [colin]      1.9.11cvs35
9821
9822         * src/imap.c
9823                 Use a non-blocking imap_getline() if possible.
9824                 This should completely prevent the interface
9825                 from freezin on imap operations, although it
9826                 may do strange stuff in case of folder switching
9827                 while a big imap operation is taking place...
9828
9829                 In addition, fix a leak in the case thread
9830                 creation fails on connection.
9831
9832 2005-06-02 [colin]      1.9.11cvs34
9833
9834         * src/crash.c
9835         * src/prefs_common.h
9836                 Fix build (prefs_common_init() doesn't exist
9837                 anymore)
9838
9839 2005-06-02 [colin]      1.9.11cvs33
9840
9841         * src/prefs_account.c
9842                 Fix bug #245 (filtering rules broken when
9843                 renaming a remote account (imap4 or nntp)
9844
9845 2005-06-02 [colin]      1.9.11cvs32
9846
9847         * src/imap.c
9848                 Try to fix IMAP shortcomings: 
9849                 o Multithread imap_open()
9850                 o allow offline-mode overriding instead of
9851                   just returning NULL
9852         * src/imap_gtk.c
9853         * src/imap_gtk.h
9854                 Add a function to ask whether we want to
9855                 override offline-mode for 10 minutes (one-shot
9856                 asking was painful)
9857         * src/procheader.c
9858                 Fix segfault when imap parser isn't happy about
9859                 a missing {
9860
9861 2005-06-01 [colin]      1.9.11cvs31
9862
9863         * src/addrharvest.c
9864         * src/compose.c
9865         * src/mbox.c
9866         * src/mbox.h
9867         * src/mh.c
9868         * src/msgcache.c
9869         * src/send_message.c
9870         * src/setup.c
9871         * src/undo.c
9872         * src/common/hooks.c
9873         * src/common/prefs.c
9874         * src/common/template.c
9875         * src/common/utils.c
9876         * src/gtk/gtkutils.c
9877         * src/gtk/inputdialog.c
9878         * src/gtk/menu.c
9879         * src/gtk/pluginwindow.c
9880         * src/gtk/prefswindow.c
9881         * src/plugins/pgpmime/passphrase.c
9882         * src/plugins/pgpmime/prefs_gpg.c
9883                 More -Wall fixes
9884
9885         * src/common/Makefile.am
9886         * src/common/timing.h
9887                 Add basic timing code
9888
9889         * src/summaryview.c
9890                 Fix a bug with unread messages when 
9891                 re-sorting folders, and by the way
9892                 fix a big performance hit when 
9893                 re-sorting (10k mails: before 5s,
9894                 after .5s)
9895
9896         * src/prefs_compose_writing.c
9897         * src/prefs_compose_writing.h
9898         * src/prefs_message.c
9899         * src/prefs_message.h
9900         * src/prefs_other.c
9901         * src/prefs_other.h
9902         * src/prefs_quote.c
9903         * src/prefs_quote.h
9904         * src/prefs_receive.c
9905         * src/prefs_receive.h
9906         * src/prefs_send.c
9907         * src/prefs_send.h
9908         * src/prefs_summaries.c
9909         * src/prefs_summaries.h
9910                 Fix copyright banner
9911
9912 2005-06-01 [paul]       1.9.11cvs30
9913
9914         * po/fi.po
9915                 updated by Flammie Pirinen
9916         * src/procmime.c
9917                 fix 'Bad BASE64 content' output
9918
9919 2005-05-31 [colin]      1.9.11cvs29
9920
9921         * src/procmime.c
9922                 Oops, where did my hunk go.
9923
9924 2005-05-31 [colin]      1.9.11cvs28
9925
9926         * src/Makefile.am
9927         * src/account.c
9928         * src/action.c
9929         * src/addr_compl.c
9930         * src/addressbook.c
9931         * src/codeconv.c
9932         * src/compose.c
9933         * src/export.c
9934         * src/folder.c
9935         * src/folderview.c
9936         * src/image_viewer.c
9937         * src/main.c
9938         * src/mainwindow.c
9939         * src/messageview.c
9940         * src/mimeview.c
9941         * src/msgcache.c
9942         * src/prefs_account.c
9943         * src/prefs_actions.c
9944         * src/prefs_common.c
9945         * src/prefs_compose_writing.c
9946         * src/prefs_customheader.c
9947         * src/prefs_ext_prog.c
9948         * src/prefs_filtering.c
9949         * src/prefs_filtering_action.c
9950         * src/prefs_fonts.c
9951         * src/prefs_image_viewer.c
9952         * src/prefs_message.c
9953         * src/prefs_message.h
9954         * src/prefs_msg_colors.c
9955         * src/prefs_other.c
9956         * src/prefs_other.h
9957         * src/prefs_quote.c
9958         * src/prefs_receive.c
9959         * src/prefs_receive.h
9960         * src/prefs_send.c
9961         * src/prefs_send.h
9962         * src/prefs_spelling.c
9963         * src/prefs_summaries.c
9964         * src/prefs_summary_column.c
9965         * src/prefs_template.c
9966         * src/prefs_themes.c
9967         * src/prefs_toolbar.c
9968         * src/prefs_wrapping.c
9969         * src/procmime.c
9970         * src/procmsg.c
9971         * src/send_message.h
9972         * src/ssl_manager.c
9973         * src/summary_search.c
9974         * src/summaryview.c
9975         * src/textview.c
9976         * src/wizard.c
9977         * src/common/smtp.c
9978         * src/common/smtp.h
9979         * src/gtk/gtkutils.h
9980                 o Move the rest of Common prefs to new style
9981                 o Lots of -Wall warning fixes
9982                 o fix FIXME in cache memusage calculation
9983                 o Let return receipts be sent from any account
9984                 o Little cache optimisation (read)
9985                 o Fix bug #746 (don't treat commas as separators
9986                   when inside a quoted string)
9987
9988 2005-05-31 [paul]       1.9.11cvs27
9989
9990         * src/prefs_common.c
9991                 fix 'off-by-one' typo
9992
9993 2005-05-31 [paul]       1.9.11cvs26
9994
9995         * src/account.c
9996         * src/addr_compl.c
9997         * src/compose.c
9998         * src/foldersel.c
9999         * src/prefs_actions.c
10000         * src/prefs_common.c
10001         * src/prefs_common.h
10002         * src/prefs_customheader.c
10003         * src/prefs_display_header.c
10004         * src/prefs_filtering.c
10005         * src/prefs_filtering_action.c
10006         * src/prefs_matcher.c
10007         * src/prefs_summaries.c
10008         * src/prefs_summary_column.c
10009         * src/prefs_template.c
10010         * src/prefs_toolbar.c
10011         * src/ssl_manager.c
10012         * src/gtk/pluginwindow.c
10013         * src/gtk/prefswindow.c
10014         * src/gtk/progressdialog.c
10015                 add hidden prefs 'enable_rules_hint'
10016                 for gtk_tree_view_set_rules_hint()
10017                 (sync with main)
10018                 
10019
10020 2005-05-31 [colin]      1.9.11cvs25
10021
10022         * src/Makefile.am
10023         * src/main.c
10024         * src/prefs_common.c
10025         * src/prefs_summaries.c ** ADDED **
10026         * src/prefs_summaries.h ** ADDED **
10027                 Common/Display -> Display/Summaries
10028
10029 2005-05-31 [colin]      1.9.11cvs24
10030
10031         * src/Makefile.am
10032         * src/main.c
10033         * src/prefs_quote.c ** ADDED **
10034         * src/prefs_quote.h ** ADDED **
10035                 Move Common/Quote to Compose/Quoting
10036         * src/prefs_common.c
10037         * src/prefs_common.h
10038                 Remove old quote stuff, add
10039                 convenience functions for GtkTextView prefs
10040         * src/gtk/prefswindow.c
10041                 Set default height higher
10042
10043 2005-05-30 [colin]      1.9.11cvs23
10044
10045         * src/Makefile.am
10046         * src/main.c
10047         * src/prefs_common.c
10048         * src/prefs_compose_writing.c ** ADDED **
10049         * src/prefs_compose_writing.h ** ADDED **
10050                 Move Common/Compose prefs to Compose/Writing
10051
10052 2005-05-30 [colin]      1.9.11cvs22
10053
10054         * src/common/utils.c
10055                 Fix bug #651 (Confused Attract by Subject)
10056                 Patch by M. Benkmann <haferfrost@web.de>
10057         * AUTHORS
10058
10059 2005-05-30 [colin]      1.9.11cvs21
10060
10061         * src/compose.c
10062                 Fix concatenation of different headers of
10063                 the same type (bug #645)
10064         * src/prefs_folder_item.c
10065                 Fix bug #699 (setting color to black doesn't
10066                 work immediately)
10067         * src/procmime.c
10068                 Print out decoding error only once per
10069                 block
10070
10071 2005-05-30 [paul]       1.9.11cvs20
10072
10073         * src/common/template.c
10074                 fix Bcc
10075
10076 2005-05-30 [paul]       1.9.11cvs19
10077
10078         * doc/src/rfc2368.txt   **NEW FILE**
10079         * src/compose.c
10080                 compose_entries_set(): don't interpret Bcc
10081                 header field (conform to RFC 2368)
10082                 (sync with main)
10083
10084 2005-05-29 [colin]      1.9.11cvs18
10085
10086         * src/prefs_common.c
10087                 Let the default reply format respect
10088                 netiquette by cutting the signature.
10089
10090 2005-05-29 [colin]      1.9.11cvs17
10091
10092         * src/summaryview.c
10093                 Don't let always_show_msg override
10094                 open_unread_on_enter when opening a new
10095                 directory.
10096
10097 2005-05-27 [paul]       1.9.11cvs16
10098
10099         sync with main:
10100
10101         * src/main.c
10102                 app_will_exit(): cleanup tmp directory when exit
10103         * src/message_search.c
10104                 improved the interface and made code cleanup.
10105                 removed Clear button
10106         * src/send_message.c
10107                 send_message_local(): use GSpawn, and detect errors
10108         * src/summary_search.c
10109                 improved the interface and made code cleanup
10110         * src/textview.c
10111                 textview_write_link(): also skip non-ascii space
10112                  at the head of link strings (phishing check
10113                  didn't work at the case)
10114         * src/common/utils.c
10115                 get_command_output(): use g_spawn_command_line_sync()
10116                 instead of popen()
10117
10118 2005-05-26 [colin]      1.9.11cvs15
10119
10120         * src/folder.c
10121                 remove printf
10122
10123 2005-05-26 [colin]      1.9.11cvs14
10124
10125         * src/common/nntp.c
10126                 Fix nntp mode reader (bug #611)
10127                 Patch by Florian Mickler <florian@mickler.org>
10128
10129 2005-05-26 [colin]      1.9.11cvs13
10130
10131         * src/plugins/pgpmime/passphrase.c
10132                 Fix mouse grabbing (bug #557)
10133
10134 2005-05-26 [colin]      1.9.11cvs12
10135
10136         * src/prefs_themes.c
10137                 Fix g_warning (bug #541)
10138
10139 2005-05-26 [colin]      1.9.11cvs11
10140
10141         * src/prefs_actions.c
10142         * src/prefs_template.c
10143                 Fix bug #506 (no warning if action/template
10144                 is not saved)
10145         * src/common/template.c
10146                 Fix a possible crash
10147
10148 2005-05-26 [colin]      1.9.11cvs10
10149
10150         * src/folder.c
10151         * src/folderview.c
10152         * src/procmsg.c
10153         * src/summaryview.c
10154                 Forbid locked messages to be moved or
10155                 deleted. Locked messages in trashes 
10156                 still get deleted, for performance
10157                 reason (mh.c::mh_remove_all_msgs)
10158
10159 2005-05-25 [colin]      1.9.11cvs9
10160
10161         * src/procmime.c
10162                 Use correct encoding when sending mails
10163                 with attachments that have accentued 
10164                 chars in their name
10165
10166 2005-05-24 [colin]      1.9.11cvs8
10167
10168         * src/summaryview.c
10169                 Fix bug #688 f) read/unread marker not
10170                 changed on first click
10171                 Also, optimize summary_status_show()
10172                 calls
10173         * src/folder.c
10174         * src/inc.c
10175         * src/procmime.c
10176                 Fix bug #688 b) and c) wrt message
10177                 attachments and signature
10178         * src/stock_pixmap.c
10179         * src/stock_pixmap.h
10180         * src/stock_pixmap.c
10181         * src/stock_pixmap.h
10182         * src/Makefile.am
10183         * src/pixmaps/clip_gpg_signed.xpm
10184                 Add clip/signed icon
10185
10186 2005-05-24 [colin]      1.9.11cvs7
10187
10188         * src/folder_item_prefs.c
10189                 whitespace fix
10190
10191 2005-05-24 [colin]      1.9.11cvs6
10192
10193         * src/folderview.c
10194         * src/prefs_common.c
10195         * src/prefs_common.h
10196                 Add a confirmation to folder drag and drop
10197                 fixes bug #156
10198         * src/alertpanel.c
10199         * src/alertpanel.h
10200                 fix _with_disable parameters so that
10201                 the buttons labels are specifiable too
10202         * src/plugins/pgpmime/sgpgme.c
10203                 reflect said change
10204                 
10205
10206 2005-05-24 [colin]      1.9.11cvs5
10207
10208         * src/folderview.c
10209                 Uncollapse/collapse folders on double-click
10210                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10211                 closes bug #108
10212
10213 2005-05-23 [colin]      1.9.11cvs4
10214
10215         * src/common/socket.c
10216                 Check another special SSL_peek() error.
10217                 Should help wrt bug #728
10218
10219 2005-05-23 [colin]      1.9.11cvs3
10220
10221         * src/plugins/pgpmime/pgpmime.c
10222                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10223                 breaking menu accelerators and stuff. Users will have to
10224                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10225                 account's privacy preferences if needed.
10226
10227 2005-05-22 [paul]
10228
10229         * tools/kdeservicemenu/install.sh
10230                 use kdesu to prompt for root password if doing
10231                 global install/uninstall
10232
10233 2005-05-20 [colin]      1.9.11cvs2
10234
10235         * src/procmsg.c
10236                 Fix another compilation error with gcc-2.9x
10237                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10238         * src/send_message.c
10239                 Don't send QUIT if we aren't connected
10240
10241 2005-05-19 [colin]      1.9.11cvs1
10242
10243         * src/procmsg.c
10244                 Fix compilation with gcc 2.9x
10245
10246 2005-05-19 [paul]       1.9.11
10247
10248         1.9.11 released
10249
10250 2005-05-19 [paul]       1.9.9cvs14
10251
10252         * src/gtk/inputdialog.c
10253                 prevent gettext warning
10254
10255 2005-05-19 [paul]       1.9.9cvs13
10256
10257         * src/mainwindow.c
10258         * src/prefs_common.c
10259         * src/prefs_common.h
10260         * src/textview.c
10261         * src/textview.h
10262                 add an option to toggle cursor in message
10263                 view (sync with main)
10264
10265 2005-05-18 [colin]      1.9.9cvs12
10266
10267         * src/compose.c
10268                 Dereference freed pointer
10269         * src/gtk/gtkaspell.c
10270                 Fix duplication of dictionaries (is it an aspell issue?)
10271
10272 2005-05-18 [colin]      1.9.9cvs11
10273
10274         * src/gtk/inputdialog.c
10275         * src/gtk/gtkaspell.c
10276                 HIGuify dialogs
10277         * src/alertpanel.c
10278                 Remove a double call
10279
10280 2005-05-17 [colin]      1.9.9cvs10
10281
10282         * src/gtk/gtkaspell.c
10283                 Fix dialogs, Ctrl-Enter accel
10284
10285 2005-05-17 [colin]      1.9.9cvs9
10286
10287         * src/gtk/gtkaspell.c
10288                 Fix some accelerators, escape in replace-window
10289
10290 2005-05-16 [colin]      1.9.9cvs8
10291
10292         * src/gtk/gtkaspell.c
10293                 Revert last commit, it was a mistake.
10294
10295 2005-05-16 [colin]      1.9.9cvs7
10296
10297         * src/gtk/gtkaspell.c
10298                 Remove buggy code while we're at it. It's a 
10299                 dead code path anyway.
10300
10301 2005-05-16 [colin]      1.9.9cvs6
10302
10303         * src/gtk/gtkaspell.c
10304                 Missed some gtk_menu_popup where deactivate
10305                 signal should be handled. Should fix bug
10306                 #629 a bit more.
10307
10308 2005-05-16 [colin]      1.9.9cvs5
10309
10310         * src/gtk/gtkaspell.c
10311                 Remove debug printf()s
10312
10313 2005-05-16 [colin]      1.9.9cvs4
10314
10315         * src/gtk/gtkaspell.c
10316                 Fix a bit aspell problems
10317                 (see bug #629)
10318
10319 2005-05-13 [colin]      1.9.9cvs3
10320
10321         * src/folderview.c
10322                 Fix the + appearing even when no subfolders
10323                 have unread messages. Thanks to wwp for the
10324                 bug report.
10325
10326 2005-05-11 [paul]       1.9.9cvs2
10327
10328         * src/folderview.c
10329                 correction to 1.9.9cvs1, only colour folders that
10330                 have new msgs (not unread msgs)
10331
10332 2005-05-10 [colin]      1.9.9cvs1
10333
10334         * src/folderview.c
10335         * src/summaryview.c
10336                 Try to fix bolding bugs again.
10337
10338 2005-05-09 [paul]
10339
10340         * tools/claws.i18n.status.pl
10341                 add Ricardo Mones Lastra's script that has been providing
10342                 the i18n status page for many months
10343
10344 2005-05-09 [paul]       1.9.9
10345
10346         1.9.9 release
10347
10348 2005-05-09 [paul]       1.9.6cvs58
10349
10350         * AUTHORS
10351         * INSTALL
10352         * README.claws
10353                 updated
10354         * Makefile.am 
10355         * RELEASE_NOTES.claws
10356                 add release notes to cvs to simplify release
10357                 procedure
10358         * configure.ac
10359                 add ca and fi to ALL_LINGUAS
10360         * po/Makefile.in.in
10361                 workaround for missing Makevars
10362         * po/ca.po
10363         * po/fi.po
10364                 add new Catalan and Finnish translations
10365                 submitted by Miquel Oliete and Flammie Pirinen
10366         * po/de.po
10367         * po/es.po
10368         * po/fr.po
10369         * po/it.po
10370         * po/pl.po
10371         * po/ru.po
10372         * po/sk.po
10373         * po/sr.po
10374         * po/zh_CN.po
10375                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10376                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10377                 Urke MMI, and Hansom Young
10378         * src/main.c
10379                 Fix drafting when quitting. compose_draft() closes the
10380                 compose windows, which modifies the compose_list GSList.
10381                 We have to refresh this list after echo drafting to avoid a
10382                 segfault
10383         * src/partial_download.c
10384                 fix segfault on exit
10385
10386 2005-05-06 [paul]       1.9.6cvs57
10387
10388         * src/grouplistdialog.c
10389                 quick fix/workaround for unresizeable newsgroup
10390                 name column 
10391
10392 2005-05-06 [paul]       1.9.6cvs56
10393
10394         * src/inc.c
10395         * src/mainwindow.c
10396                 use gettext plural forms
10397         * src/imap_gtk.c
10398         * src/mh_gtk.c
10399         * src/toolbar.c
10400                 small improvement to english usage
10401
10402 2005-05-05 [thorsten]   1.9.6cvs55
10403
10404         * src/folder.c
10405                 fix possible crash
10406
10407 2005-05-05 [paul]       1.9.6cvs54
10408         
10409         sync with HEAD
10410
10411         * AUTHORS
10412         * src/compose.c
10413                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10414                 patch by Tim Mann
10415
10416 2005-05-05 [paul]       1.9.6cvs53
10417
10418         * src/mainwindow.c
10419                 fix resizing of separate message and
10420                 folder views
10421
10422 2005-05-05 [paul]       1.9.6cvs52
10423
10424         * src/account.c
10425         * src/addrgather.c
10426         * src/browseldap.c
10427         * src/exphtmldlg.c
10428         * src/expldifdlg.c
10429         * src/importmutt.c
10430         * src/importpine.c
10431         * src/main.c
10432         * src/mainwindow.c
10433         * src/noticeview.c
10434         * src/prefs_filtering.c
10435         * src/prefs_filtering_action.c
10436         * src/prefs_matcher.c
10437         * src/prefs_spelling.c
10438         * src/prefs_toolbar.c
10439         * src/toolbar.c
10440         * src/wizard.c
10441         * src/gtk/description_window.c
10442         * src/gtk/gtkvscrollbutton.c
10443         * src/gtk/progressdialog.c
10444         * src/gtk/quicksearch.c
10445         * src/plugins/pgpmime/prefs_gpg.c
10446         * src/plugins/spamassassin/spamassassin_gtk.c
10447                 replace deprecated gtk_widget_set_usize
10448
10449 2005-05-04 [colin]      1.9.6cvs51
10450
10451         * src/common/utils.c
10452                 Fix crash when subst_for_filename is called
10453                 with a NULL parameter
10454
10455 2005-05-04 [colin]      1.9.6cvs50
10456
10457         * src/partial_download.c
10458         * src/pop.c
10459                 Escape login when writing uidl file
10460                 fixes bug #736
10461
10462 2005-05-03 [colin]      1.9.6cvs49
10463
10464         * src/procmime.c
10465                 Fix possible DOS in mime parser
10466                 (see bug #634)
10467
10468 2005-05-02 [colin]      1.9.6cvs48
10469
10470         * src/compose.c
10471                 Try to fix the copy/paste mess once again.
10472
10473
10474 2005-04-30 [colin]      1.9.6cvs47
10475
10476         * src/prefs_account.h
10477         * src/procmsg.c
10478         * src/send_message.c
10479         * src/common/smtp.c
10480         * src/common/smtp.h
10481                 Try to batch sending mails (per account) instead of
10482                 reconnecting to server every time.
10483
10484 2005-04-29 [colin]      1.9.6cvs46
10485
10486         * src/messageview.c
10487                 Fix window resizing that refused to size down
10488         * src/prefs_common.c
10489         * src/prefs_common.h
10490         * src/prefs_filtering.c
10491                 Save Filtering's window size
10492
10493 2005-04-21 [paul]       1.9.6cvs45
10494
10495         * ChangeLog-gtk2.claws
10496         * src/setup.c
10497                 correction to sync
10498
10499 2005-04-21 [paul]       1.9.6cvs44
10500
10501         sync with main:
10502
10503         * src/setup.c
10504         * src/statusbar.c
10505         * src/statusbar.h
10506                 use gtkut_widget_draw_now(). Improved performance
10507                 of the update of statusbar
10508         * src/textview.c
10509                 textview_smooth_scroll_do(): redraw it after scroll
10510                 is done (fixed incorrect display when a part of the
10511                 view is hidden).
10512         * src/gtk/gtkutils.c
10513         * src/gtk/gtkutils.h
10514                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10515                 to force update of widgets.
10516                 Removed gtkut_widget_wait_for_draw() which had a big
10517                 overhead  because of waiting for all events processed 
10518
10519 2005-04-20 [paul]       1.9.6cvs43
10520
10521         * src/codeconv.c
10522                 complete 1.9.6cvs42's sync:
10523                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10524
10525 2005-04-19 [paul]       1.9.6cvs42
10526
10527         sync with main:
10528
10529         * src/action.c
10530                 catch_output(): correctly select the insert text
10531                 (fix invalid iterator warnings).
10532         * src/codeconv.c
10533         * src/codeconv.h
10534         * src/mainwindow.c
10535         * src/messageview.c
10536         * src/prefs_common.c
10537                 support GBK encoding.
10538         * src/common/session.c
10539         * src/common/session.h
10540                 use separate buffer for large data to be sent,
10541                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10542
10543 2005-04-18 [paul]       1.9.6cvs41
10544
10545         * src/jpilot.c
10546                 convert unsigned long into guint32
10547                 patch by Paul LeoNerd Evans 
10548
10549 2005-04-17 [colin]      1.9.6cvs40
10550
10551         * src/compose.c
10552                 Fix 'Request return receipt' from folder
10553                 properties (bug #708)
10554
10555 2005-04-17 [colin]      1.9.6cvs39
10556
10557         * src/mainwindow.c
10558                 Fix duplicate hotkeys in Mainwindow's menu
10559
10560 2005-04-17 [colin]      1.9.6cvs38
10561
10562         * src/folderview.c
10563                 Fix duplicate hotkeys in Folderview's contextual
10564                 menu
10565
10566 2005-04-15 [colin]      1.9.6cvs37
10567
10568         * src/summaryview.c
10569                 Fix 'Save as...' with non-ascii filenames
10570
10571 2005-04-15 [colin]      1.9.6cvs36
10572
10573         * src/plugins/pgpmime/pgpmime.c
10574                 Fix bus error on 64bit. Spotted by 
10575                 macallan1888@gmail.com
10576
10577 2005-04-15 [colin]      1.9.6cvs35
10578
10579         * src/prefs_account.c
10580                 Fix cvs34.
10581
10582 2005-04-12 [colin]      1.9.6cvs34
10583
10584         * src/prefs_account.c
10585                 Fix smtp auth type off-by-one. We forgot to
10586                 add PLAIN in the prefs-to-gui setter func and
10587                 as a result, the selected auth when opening
10588                 account prefs was not the correct one.
10589
10590 2005-04-12 [paul]       1.9.6cvs33
10591
10592         * src/inc.c
10593                 if the recv dialog is visible, Cancel only
10594                 cancels the current account
10595
10596
10597 2005-04-10 [colin]      1.9.6cvs32
10598
10599         * src/filtering.c
10600                 Copy score when copying FilteringActions
10601                 Fix bug #674
10602
10603 2005-04-10 [colin]      1.9.6cvs31
10604
10605         * src/inc.c
10606                 Make Message -> Receive -> Cancel cancel 
10607                 incorporation on all accounts. Fixes
10608                 bug #693
10609
10610 2005-04-10 [colin]      1.9.6cvs30
10611
10612         * src/prefs_account.c
10613                 Update Privacy checkbuttons status based
10614                 on the selected privacy system
10615         * src/compose.c
10616                 Always connect the "None" privacy system; the
10617                 static boolean was probably there to avoid
10618                 reconnecting twice in the same compose window,
10619                 but as the parent function is only called once
10620                 per compose, it's only a bug - as a static is
10621                 initialized once per application instance.
10622                 Also, don't uncheck Sign and Encrypt when
10623                 selecting None as privacy system; just ignore
10624                 them when sending/queuing.
10625                 Should fix bug #695
10626
10627 2005-04-08 [colin]      1.9.6cvs29
10628
10629         * src/account.c
10630         * src/prefs_account.c
10631         * src/prefs_account.h
10632                 Add account preference to queue message in a certain
10633                 folder.
10634
10635 2005-04-06 [colin]      1.9.6cvs28
10636
10637         * src/prefs_account.c
10638                 Update old inbox path syntax
10639
10640 2005-04-06 [paul]       1.9.6cvs27
10641
10642         sync with main:
10643
10644         * configure.ac
10645                 changed -traditional-cpp to -no-cpp-precomp for newer
10646                 Mac OS X support
10647         * src/foldersel.c
10648                 made column resize automatically
10649         * src/send_message.c
10650                 send_message_smtp(): consider EOF right after QUIT
10651                 successful (workaround for Gmail SMTP server)
10652         * src/common/socket.c
10653                 ssl_read(), ssl_peek(): check EOF which violates the
10654                 SSL protocol
10655         * src/gtk/colorlabel.c
10656                 removed warnings when displaying colorlabel menu
10657                 (don't use GtkAlignment)
10658
10659 2005-04-05 [paul]       1.9.6cvs26
10660
10661         * src/plugins/trayicon/trayicon.c
10662                 fix clipping of icon under KDE3 
10663
10664 2005-04-05 [paul]       1.9.6cvs25
10665
10666         * src/summaryview.c
10667                 hide display of threading
10668                 patch by Alfons
10669
10670 2005-04-04 [thorsten]   1.9.6cvs24
10671
10672         * src/mh.c
10673                 marks lost on filesystems with different stat() results on
10674                 summer-/wintertime
10675
10676 2005-04-03 [colin]      1.9.6cvs23
10677
10678         * src/summaryview.c
10679                 Don't handle up/down. Patch by Alfons
10680
10681 2005-04-02 [colin]      1.9.6cvs22
10682
10683         * src/summaryview.c
10684                 Make scrolling faster. Patch by Alfons.
10685
10686 2005-04-01 [colin]      1.9.6cvs21
10687
10688         * src/Makefile.am
10689         * src/stock_pixmap.c
10690         * src/pixmaps/dir-noselect.xpm ** REMOVED **
10691         * src/pixmaps/dir_noselect.xpm ** ADDED **
10692                 Fix pixmap name mismatch (Thanks Stephan Sachse)
10693
10694 2005-04-01 [colin]      1.9.6cvs20
10695
10696         * src/image_viewer.c
10697         * src/image_viewer.h
10698         * src/procmime.c
10699         * src/procmime.h
10700         * src/textview.c
10701         * src/textview.h
10702                 Implement inline image resizing and right-clicking
10703
10704 2005-04-01 [paul]       1.9.6cvs19
10705
10706         * AUTHORS
10707         * Makefile.am
10708         * configure.ac
10709                 check for gnome2
10710                 patch by Luca Cavalli <loopback<AT>slackit.org>
10711         * po/ru.po
10712                 updated by Pavlo Bohmat
10713
10714 2005-03-31 [colin]      1.9.6cvs18
10715
10716         * src/news.c
10717                 Fix parsing references
10718         * src/msgcache.c
10719                 don't put nulls in the references list
10720         * src/procheader.c
10721                 commit that forgotten file in 1.9.6cvs14
10722
10723 2005-03-31 [colin]      1.9.6cvs17
10724
10725         * src/compose.c
10726                 Fix joining of signature separator again. 
10727                 Maybe Hiro could put it in main too...
10728
10729 2005-03-31 [colin]      1.9.6cvs16
10730
10731         * src/Makefile.am
10732         * src/foldersel.c
10733         * src/stock_pixmap.c
10734         * src/stock_pixmap.h
10735         * src/pixmaps/dir-noselect.xpm
10736                 Update foldersel.c (sync from main, patch by Alfons)
10737
10738 2005-03-30 [colin]      1.9.6cvs15
10739
10740         * src/imap.c
10741                 Fix handling of imap folders containing [] in 
10742                 their name. Thanks to Nahuel Angelinetti for
10743                 the detailed bugreport.
10744
10745 2005-03-30 [colin]      1.9.6cvs14
10746
10747         * src/common/utils.h
10748         * src/common/utils.c
10749         * src/common/defs.h
10750         * src/matcher.c
10751         * src/msgcache.c
10752         * src/news.c
10753         * src/procmsg.c
10754         * src/procmsg.h
10755         * src/quote_fmt_parse.y
10756         * src/summaryview.c
10757                 Update references system. Patch by Alfons
10758
10759 2005-03-30 [colin]      1.9.6cvs13
10760
10761         * src/common/socket.c
10762                 Force the glibc to read resolv.conf again when 
10763                 it has changed. Should fix issues when changing
10764                 networks on a laptop and not restarting sylpheed. 
10765
10766 2005-03-30 [paul]       1.9.6cvs12
10767
10768         partial sync with main:
10769
10770         * src/action.c
10771                 create_io_dialog(): use user-defined text font
10772                 (thanks to Alfons), and modified its appearance.
10773         * src/addrgather.c
10774         * src/addrharvest.c
10775         * src/browseldap.c
10776                 replace old code
10777         * src/compose.c
10778                 don't join (presumably) itemized lines on line-wrapping
10779                 fixed wrapping of quote when auto-wrapping is enabled
10780                 compose_destroy(): destroy paned only if it's not
10781                 attached to window. Fixed memory leak of popup menu.
10782         * src/exphtmldlg.c
10783         * src/expldifdlg.c
10784                 replace old code
10785         * src/html.c
10786         * src/html.h
10787         * src/importmutt.c
10788         * src/importpine.c
10789                 replace old code
10790         * src/main.c
10791                 removed redundant code
10792         * src/mainwindow.c
10793                 changed 'Code set' (which is rather incorrect)
10794                 in the menu to 'Character encoding'
10795                 main_window_set_widgets(): request size first
10796                 to prevent window size becoming wrong
10797                 fixed remembering of the state of the visibility
10798                 of MessageView
10799         * src/messageview.c
10800                 changed 'Code set' (which is rather incorrect)
10801                 in the menu to 'Character encoding'
10802         * src/prefs_common.c
10803         * src/prefs_common.h
10804                 added an option whether to render HTML as text or not
10805                 added separators to outgoing encoding menu
10806         * src/procheader.c
10807                 procheader_scan_date_string(): support header
10808                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
10809         * src/summaryview.c
10810         * src/summaryview.h
10811                 minor code cleanup
10812         * src/textview.c
10813                 textview_show_html(): force output of newline
10814                 added an option whether to render HTML as text or not
10815         * src/common/utils.c
10816                 strncpy2(): optimized based on Alfons' code
10817         * src/gtk/gtkutils.c
10818         * src/gtk/gtkutils.h
10819                 removed non-used code
10820         * src/plugins/pgpmime/passphrase.c
10821                 partially fixed grab input of passphrase dialog
10822                 Confine pointer to window
10823
10824 2005-03-30 [colin]      1.9.6cvs11
10825
10826         * src/msgcache.c
10827         * src/msgcache.h
10828                 Read/write 32bit ints from cache & marks
10829                 From main.
10830
10831 2005-03-29 [paul]       1.9.6cvs10
10832
10833         * AUTHORS
10834         * ChangeLog.claws
10835         * src/compose.c
10836         * src/gtk/gtkaspell.c
10837                 sync with HEAD (don't pass NULL pointers) 
10838
10839 2005-03-24 [paul]
10840
10841         * tools/Makefile.am
10842         * tools/README
10843         * tools/acroread2sylpheed.pl
10844                 sync with HEAD (add script to send pdfs as
10845                 attachments from Adobe Reader 7)
10846
10847 2005-03-21 [paul]       1.9.6cvs9
10848
10849         * configure.ac
10850         * po/POTFILES.in
10851         * src/Makefile.am
10852         * src/crash.c
10853         * src/image_viewer.c ** ADDED **
10854         * src/image_viewer.h ** ADDED **
10855         * src/main.c
10856         * src/prefs_common.c
10857         * src/prefs_common.h
10858         * src/prefs_image_viewer.c ** ADDED **
10859         * src/prefs_image_viewer.h ** ADDED **
10860         * src/textview.c
10861         * src/gtk/about.c
10862         * src/pixmaps/sylpheed_logo.xpm
10863         * src/plugins/Makefile.am
10864         * src/plugins/image_viewer/.cvsignore ** REMOVED **
10865         * src/plugins/image_viewer/Makefile.am ** REMOVED **
10866         * src/plugins/image_viewer/plugin.c ** REMOVED **
10867         * src/plugins/image_viewer/viewer.c ** REMOVED **
10868         * src/plugins/image_viewer/viewer.glade ** REMOVED **
10869         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
10870         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
10871         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
10872         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
10873                 as gdk-pixbuf is now built-in
10874                 remove image_viewer plugin and put code back into
10875                 main codebase
10876                 implement inline image display (sync with main)
10877
10878                 replace logo with newer, nicer, larger version  
10879
10880 2005-03-21 [paul]       1.9.6cvs8
10881
10882         * src/gtk/about.c
10883                 cosmetic improvement
10884
10885 2005-03-21 [holger]     1.9.6cvs7
10886
10887         * src/plugins/spamassassin/spamassassin.c
10888                 Sync with HEAD
10889                 (unregister hook on failed plugin init)
10890
10891 2005-03-20 [colin]      1.9.6cvs6
10892
10893         * src/common/plugin.c
10894                 Check that plugin isn't already loaded
10895                 Patch by Alfons
10896
10897 2005-03-20 [thorsten]   1.9.6cvs5
10898
10899         * src/compose.c
10900                 use a more compatible syntax
10901
10902 2005-03-20 [thorsten]   1.9.6cvs4
10903
10904         * src/prefs_toolbar.c
10905                 fix crash when selecting toolbar item (uninitialized pointer)
10906
10907 2005-03-20 [thorsten]   1.9.6cvs3
10908
10909         * src/procmime.c
10910                 fix mimetype detection (referenced free()d string)
10911
10912 2005-03-20 [paul]       1.9.6cvs2
10913
10914         * src/compose.c
10915                 sync with HEAD (1.0.3cvs5)
10916                 neglect Reply-To header if empty
10917                 Patch by Alfons 
10918
10919 2005-03-19 [holger]     1.9.6cvs1
10920
10921         * src/summaryview.c
10922         * src/summaryview.h
10923                 Sync with HEAD
10924
10925 2005-03-18 [paul]       1.9.6
10926
10927         initial GTK2 release
10928
10929 2005-03-18 [paul]       1.0.3cvs3.1
10930
10931         * AUTHORS
10932         * ChangeLog.claws
10933         * configure.ac
10934         * src/gtk/about.c
10935         * src/pixmaps/sylpheed_logo.xpm
10936                 sync with HEAD
10937
10938 2005-03-18 [colin]      1.0.3cvs2.6
10939
10940         * src/summaryview.c
10941                 Remove call to summary_step in summary_copy_selected_to
10942                 Can't see its purpose, and this causes bug when copying
10943                 a message if the next one is unread: it reads it.
10944
10945 2005-03-18 [paul]       1.0.3cvs2.5
10946
10947         * src/foldersel.c
10948                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
10949
10950 2005-03-18 [paul]       1.0.3cvs2.4
10951
10952         * src/addrharvest.c
10953         * src/codeconv.c
10954         * src/codeconv.h
10955         * src/compose.c
10956         * src/news.c
10957         * src/procheader.c
10958         * src/procmime.c
10959         * src/unmime.c
10960         * src/unmime.h
10961                 fix buffer overflow, CAN-2005-0667, see
10962                 http://secunia.com/advisories/14491/
10963                 Patch by Alfons
10964
10965 2005-03-17 [colin]      1.0.3cvs2.3
10966
10967         * src/prefs_fonts.c
10968         * src/summaryview.c
10969                 Fix font bugs (both lists now officialy share 
10970                 the same font)
10971                 
10972
10973 2005-03-17 [paul]       1.0.3cvs2.2
10974
10975         * src/gtk/pluginwindow.c
10976                 make plugin descriptions uneditable
10977
10978 2005-03-11 [paul]       1.0.3cvs2.1
10979
10980         * ChangeLog.claws
10981         * configure.ac
10982         * po/POTFILES.in
10983         * src/plugins/trayicon/trayicon.c
10984                 sync with HEAD
10985                 add src/wizard.c to POTFILES.in
10986
10987 2005-03-11 [paul]       1.0.3cvs1.1
10988
10989         * ChangeLog
10990         * ChangeLog.claws
10991         * configure.ac
10992         * po/de.po
10993         * po/es.po
10994         * po/fr.po
10995         * po/it.po
10996         * po/pt_BR.po
10997         * po/ru.po
10998         * po/sk.po
10999         * po/sr.po
11000         * po/zh_CN.po
11001                 sync with HEAD
11002
11003 2005-03-04 [colin]      1.0.1cvs22.2
11004
11005         * src/compose.c
11006                 Fix signatures with accentued chars in it
11007
11008 2005-03-04 [colin]      1.0.1cvs22.1
11009
11010         * src/common/smtp.c
11011         * src/common/smtp.h
11012                 Don't use SIZE param in MAIL FROM: if server 
11013                 doesn't support it. Patch by Eugen Freiter
11014                 <eugen_f@users.sf.net>
11015
11016 2005-02-27 [paul]       1.0.1cvs20.1
11017
11018         * ChangeLog.claws
11019         * configure.ac
11020         * src/messageview.c
11021                 sync with HEAD
11022
11023 2005-02-27 [colin]      1.0.1cvs19.4
11024
11025         * src/procheader.c
11026         * src/procheader.h
11027                 Fix prototypes. Patch by Alfons
11028
11029 2005-02-27 [colin]      1.0.1cvs19.3
11030
11031         * src/compose.c
11032                 Don't auto-join the signature separator.
11033
11034 2005-02-26 [colin]      1.0.1cvs19.2
11035
11036         * src/summaryview.c
11037                 Fix 'mark all read' with collapsed threads.
11038                 Patch by Alfons.
11039
11040 2005-02-25 [paul]       1.0.1cvs19.1
11041
11042         * ChangeLog.claws
11043         * configure.ac
11044         * src/prefs_account.c
11045         * src/prefs_folder_item.c
11046         * src/gtk/prefswindow.c
11047         * src/gtk/prefswindow.h
11048                 sync with HEAD
11049
11050 2005-02-25 [paul]       1.0.1cvs15.12
11051
11052         * src/alertpanel.c
11053         * src/codeconv.c
11054         * src/compose.c
11055         * src/textview.c
11056         * src/gtk/gtkutils.c
11057         * src/gtk/gtkutils.h
11058         * src/gtk/logwindow.c
11059         * src/gtk/progressdialog.c
11060                 sync with main (revision 127)
11061                 and fix logwindow clipping
11062
11063 2005-02-24 [colin]      1.0.1cvs15.11
11064
11065         * src/plugins/pgpmime/passphrase.c
11066                 Disable input grabbing; it doesn't work yet.
11067
11068 2005-02-24 [colin]      1.0.1cvs15.10
11069
11070         * src/messageview.c
11071                 Don't send out receipts if offline. Ask.
11072
11073 2005-02-23 [colin]      1.0.1cvs15.9
11074
11075         * src/summaryview.c     
11076                 Fix expanding
11077
11078 2005-02-23 [colin]      1.0.1cvs15.8
11079
11080         * src/summaryview.c
11081                 Really fix Bug 568 by removing useless
11082                 calls. summary_thread_init() now called
11083                 in summary_sort(). This should please
11084                 Alfons as it should be faster than 
11085                 previously.
11086
11087 2005-02-23 [colin]      1.0.1cvs15.7
11088
11089         * src/compose.c
11090                 Encode parts as QP or B64 if signing
11091
11092 2005-02-23 [colin]      1.0.1cvs15.6
11093
11094         * src/compose.c
11095                 Fix Mimeinfo leakage (including tmp files)
11096         * src/procmsg.c
11097                 Fix tmp file leakage (spotted by Ivan Rayner)
11098
11099 2005-02-22 [colin]      1.0.1cvs15.5
11100
11101         * src/expldifdlg.c
11102                 Fix keyboard input. Patch by Alfons.
11103
11104 2005-02-21 [colin]      1.0.1cvs15.4
11105
11106         * src/compose.c
11107                 Fix Sign/Encrypt when unselecting privacy
11108                 system
11109         * src/prefs_common.c
11110                 Change default message font to Monospace
11111         * src/summaryview.c
11112                 More freezing during potentially large operations
11113
11114 2005-02-21 [paul]       1.0.1cvs15.3
11115
11116         * src/main.c
11117                 fix --help output
11118
11119 2005-02-21 [paul]       1.0.1cvs15.2
11120
11121         * po/Makefile.in.in
11122         * src/compose.c
11123         * src/summaryview.c
11124         * src/textview.c
11125         * src/common/utils.c
11126         * src/common/utils.h
11127                 sync with main (revision 117)
11128
11129 2005-02-20 [colin]      1.0.1cvs15.1
11130
11131         * src/common/defs.h
11132                 Change cache file to .sylpheed_claws_cache, as
11133                 suggested by Alfons. Allows people to switch
11134                 between Sylpheed and Sylpheed-Claws. it is
11135                 a good idea to "Check for new messages" at next
11136                 startup.
11137
11138
11139 2005-02-18 [colin]      1.0.1cvs14.1
11140
11141         * src/quote_fmt_lex.l
11142         * src/quote_fmt_parse.y
11143                 Fix parser initialisation. Patch by Ivan.
11144
11145 2005-02-18 [colin]      1.0.1cvs11.6
11146
11147         * src/folderview.c
11148                 Fix scrolldown (bug 662)
11149
11150 2005-02-17 [colin]      1.0.1cvs11.5
11151
11152         * src/codeconv.c
11153                 conv_filename_to_utf8: return clean 7bit instead
11154                 of broken utf8 if needed
11155         * src/mimeview.c
11156                 Fix display of parts with unclean 8bit names
11157
11158 2005-02-17 [paul]       1.0.1cvs11.4
11159
11160         * src/compose.c
11161         * src/exportldif.c
11162         * src/matcher_parser_parse.y
11163         * src/procmime.c
11164         * src/sourcewindow.c
11165         * src/common/Makefile.am
11166         * src/common/intl.h             ** REMOVED **
11167         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11168                 sync with main (revision 109)
11169                 and clean up
11170
11171 2005-02-16 [colin]      1.0.1cvs11.3
11172
11173         * src/summaryview.c
11174                 Fix collapsed thread not highlighting when new
11175                 messages in it (Bug 568) Patch by Stephan Sachse.
11176                 Fix messed up selection when reaching bounds (Bug 632)
11177         * src/prefs_themes.c
11178                 Fix theme installing (Bug 684)
11179
11180 2005-02-16 [colin]      1.0.1cvs11.2
11181
11182         * src/messageview.c
11183                 Fix messageview_select_all
11184
11185 2005-02-16 [colin]      1.0.1cvs11.1
11186
11187         * src/mh.c
11188                 Sync with HEAD (MH scan required function)
11189
11190 2005-02-15 [colin]      1.0.1cvs8.1
11191
11192         * src/mimeview.c
11193         * src/common/utils.c
11194                 Sync with HEAD (filename chars substitution)
11195
11196 2005-02-15 [colin]      1.0.1cvs7.3
11197
11198         * src/gtk/pluginwindow.c
11199                 Fix button spacing
11200
11201 2005-02-15 [colin]      1.0.1cvs7.2
11202
11203         * src/mimeview.c
11204                 Fix mime icons not reset across message when
11205                 scrolled down
11206
11207 2005-02-15 [colin]      1.0.1cvs7.1
11208
11209         * src/compose.c
11210         * src/procmime.c
11211                 Sync with HEAD (optimisation of cvs6)
11212
11213 2005-02-14 [colin]      1.0.1cvs6.1
11214
11215         * src/compose.c
11216         * src/procmime.c
11217                 Sync with HEAD (encode "From " at line beginning)
11218
11219 2005-02-14 [colin]      1.0.1cvs5.3
11220
11221         * src/compose.c
11222                 Fix wrapping with accentued chars.
11223
11224 2005-02-13 [colin]      1.0.1cvs5.2
11225
11226         * src/textview.c
11227                 Fix email informative part parsing with
11228                 accentued chars in it. ispunct() returns
11229                 true for them in utf8...
11230
11231 2005-02-12 [colin]      1.0.1cvs5.1
11232
11233         * src/filtering.c
11234                 Sync with HEAD (remove wrong use of compose after send)
11235
11236 2005-02-12 [paul]       1.0.1cvs4.5
11237
11238         * src/textview.c
11239                 remove unnecessary code (thanks to Alfons)
11240
11241 2005-02-12 [paul]       1.0.1cvs4.4
11242
11243         * src/textview.c
11244                 add 'Copy' to contextual menu on emails
11245
11246 2005-02-11 [colin]      1.0.1cvs4.3
11247
11248         * src/compose.c
11249                 revert 1.0.0cvs28.2, it doesn't work that well.
11250
11251 2005-02-11 [paul]       1.0.1cvs4.2
11252
11253         * po/Makefile.in.in
11254                 fix 'make release'
11255
11256 2005-02-10 [paul]       1.0.1cvs4.1
11257
11258         * ChangeLog
11259         * ChangeLog.claws
11260         * ChangeLog.jp
11261         * configure.ac
11262         * src/compose.c
11263                 sync with HEAD (sync with main)
11264
11265 2005-02-10 [paul]       1.0.1cvs3.2
11266
11267         * AUTHORS
11268         * Makefile.am
11269         * autogen.sh
11270         * configure.ac
11271         * config/mkinstalldirs
11272         * intl/.cvsignore
11273         * intl/ChangeLog
11274         * intl/VERSION
11275         * intl/bindtextdom.c
11276         * intl/config.charset
11277         * intl/dcgettext.c
11278         * intl/dcigettext.c
11279         * intl/dcngettext.c
11280         * intl/dgettext.c
11281         * intl/dngettext.c
11282         * intl/eval-plural.h
11283         * intl/explodename.c
11284         * intl/finddomain.c
11285         * intl/gettext.c
11286         * intl/gettextP.h
11287         * intl/gmo.h
11288         * intl/hash-string.h
11289         * intl/intl-compat.c
11290         * intl/l10nflist.c
11291         * intl/libgnuintl.h.in
11292         * intl/loadinfo.h
11293         * intl/loadmsgcat.c
11294         * intl/localcharset.c
11295         * intl/localcharset.h
11296         * intl/locale.alias
11297         * intl/localealias.c
11298         * intl/localename.c
11299         * intl/log.c
11300         * intl/ngettext.c
11301         * intl/os2compat.c
11302         * intl/os2compat.h
11303         * intl/osdep.c
11304         * intl/plural-exp.c
11305         * intl/plural-exp.h
11306         * intl/plural.c
11307         * intl/plural.y
11308         * intl/ref-add.sin
11309         * intl/ref-del.sin
11310         * intl/relocatable.c
11311         * intl/relocatable.h
11312         * intl/textdomain.c
11313         * m4/Makefile.am
11314         * po/Makefile.in.in
11315         * src/Makefile.am
11316         * src/account.c
11317         * src/action.c
11318         * src/addr_compl.c
11319         * src/addressadd.c
11320         * src/addressbook.c
11321         * src/addrgather.c
11322         * src/addrindex.c
11323         * src/alertpanel.c
11324         * src/browseldap.c
11325         * src/codeconv.c
11326         * src/codeconv.h
11327         * src/compose.c
11328         * src/compose.h
11329         * src/crash.c
11330         * src/editaddress.c
11331         * src/editbook.c
11332         * src/editgroup.c
11333         * src/editjpilot.c
11334         * src/editldap.c
11335         * src/editldap_basedn.c
11336         * src/editvcard.c
11337         * src/exphtmldlg.c
11338         * src/expldifdlg.c
11339         * src/export.c
11340         * src/exporthtml.c
11341         * src/filtering.c
11342         * src/folder.c
11343         * src/folder_item_prefs.c
11344         * src/foldersel.c
11345         * src/folderview.c
11346         * src/grouplistdialog.c
11347         * src/headerview.c
11348         * src/imap.c
11349         * src/imap_gtk.c
11350         * src/import.c
11351         * src/importldif.c
11352         * src/importmutt.c
11353         * src/importpine.c
11354         * src/inc.c
11355         * src/ldif.c
11356         * src/main.c
11357         * src/mainwindow.c
11358         * src/matcher.c
11359         * src/mbox.c
11360         * src/message_search.c
11361         * src/messageview.c
11362         * src/mh.c
11363         * src/mh_gtk.c
11364         * src/mimeview.c
11365         * src/msgcache.c
11366         * src/news.c
11367         * src/news_gtk.c
11368         * src/noticeview.c
11369         * src/partial_download.c
11370         * src/pop.c
11371         * src/prefs_account.c
11372         * src/prefs_actions.c
11373         * src/prefs_common.c
11374         * src/prefs_customheader.c
11375         * src/prefs_display_header.c
11376         * src/prefs_ext_prog.c
11377         * src/prefs_filtering.c
11378         * src/prefs_filtering_action.c
11379         * src/prefs_folder_item.c
11380         * src/prefs_fonts.c
11381         * src/prefs_gtk.c
11382         * src/prefs_matcher.c
11383         * src/prefs_msg_colors.c
11384         * src/prefs_spelling.c
11385         * src/prefs_summary_column.c
11386         * src/prefs_template.c
11387         * src/prefs_themes.c
11388         * src/prefs_toolbar.c
11389         * src/prefs_wrapping.c
11390         * src/privacy.c
11391         * src/procheader.c
11392         * src/procmime.c
11393         * src/procmsg.c
11394         * src/quote_fmt.c
11395         * src/recv.c
11396         * src/send_message.c
11397         * src/setup.c
11398         * src/sourcewindow.c
11399         * src/ssl_manager.c
11400         * src/statusbar.c
11401         * src/summary_search.c
11402         * src/summaryview.c
11403         * src/textview.c
11404         * src/toolbar.c
11405         * src/wizard.c
11406         * src/common/nntp.c
11407         * src/common/plugin.c
11408         * src/common/smtp.c
11409         * src/common/ssl.c
11410         * src/common/ssl_certificate.c
11411         * src/common/string_match.c
11412         * src/common/sylpheed.c
11413         * src/common/template.c
11414         * src/common/utils.c
11415         * src/gtk/about.c
11416         * src/gtk/colorlabel.c
11417         * src/gtk/description_window.c
11418         * src/gtk/filesel.c
11419         * src/gtk/foldersort.c
11420         * src/gtk/gtkaspell.c
11421         * src/gtk/gtkutils.c
11422         * src/gtk/inputdialog.c
11423         * src/gtk/logwindow.c
11424         * src/gtk/menu.c
11425         * src/gtk/pluginwindow.c
11426         * src/gtk/prefswindow.c
11427         * src/gtk/progressdialog.c
11428         * src/gtk/quicksearch.c
11429         * src/gtk/sslcertwindow.c
11430         * src/plugins/clamav/clamav_plugin.c
11431         * src/plugins/clamav/clamav_plugin_gtk.c
11432         * src/plugins/demo/demo.c
11433         * src/plugins/dillo_viewer/dillo_prefs.c
11434         * src/plugins/dillo_viewer/dillo_viewer.c
11435         * src/plugins/image_viewer/plugin.c
11436         * src/plugins/image_viewer/viewer.c
11437         * src/plugins/image_viewer/viewerprefs.c
11438         * src/plugins/mathml_viewer/mathml_viewer.c
11439         * src/plugins/pgpmime/passphrase.c
11440         * src/plugins/pgpmime/plugin.c
11441         * src/plugins/pgpmime/prefs_gpg.c
11442         * src/plugins/pgpmime/select-keys.c
11443         * src/plugins/pgpmime/sgpgme.c
11444         * src/plugins/spamassassin/spamassassin.c
11445         * src/plugins/spamassassin/spamassassin_gtk.c
11446         * src/plugins/trayicon/trayicon.c
11447                 sync with main (revision 104)
11448
11449 2005-02-10 [colin]      1.0.1cvs3.1
11450
11451         * src/mainwindow.c
11452                 Sync with HEAD (fix occasional crasher)
11453
11454 2005-02-10 [colin]      1.0.1cvs2.1
11455
11456         * src/messageview.c
11457                 Synw with HEAD (don't automatically display html)
11458
11459 2005-02-09 [colin]      1.0.1cvs1.3
11460
11461         * src/textview.c
11462         * src/textview.h
11463                 Add contextual menu on emails
11464
11465 2005-02-09 [colin]      1.0.1cvs1.2
11466
11467         * src/codeconv.c
11468                 Fix converting from broken headers and 
11469                 put back the _ in missing places
11470                 (feature broke with cvs24.2 sync, main 
11471                  possibly affected?)
11472
11473 2005-02-09 [colin]      1.0.1cvs1.1
11474
11475         * src/messageview.c
11476         * src/mimeview.c
11477         * src/mimeview.h
11478                 Sync with HEAD (display non text/plain mails with plugin)
11479
11480 2005-02-08 [colin]      1.0.1.1
11481
11482         * ChangeLog.claws
11483         * po/pt_BR.po
11484                 Sync with HEAD
11485         * configure.ac
11486                 Make default configuration directory 
11487                 be .sylpheed-gtk2
11488
11489 2005-02-08 [colin]      1.0.0cvs29.1
11490
11491         * po/de.po
11492         * po/es.po
11493         * po/fr.po
11494         * po/it.po
11495         * po/sk.po
11496         * po/sr.po
11497                 Sync translations with HEAD
11498
11499 2005-02-06 [colin]      1.0.0cvs28.3
11500
11501         * src/compose.c
11502                 Make compose a bit faster - patch by Alfons.
11503
11504 2005-02-06 [colin]      1.0.0cvs28.2
11505
11506         * src/compose.c
11507                 Make pasting via middle-click more reliable
11508
11509 2005-02-05 [paul]       1.0.0cvs28.1
11510
11511         * ChangeLog
11512         * ChangeLog.claws
11513         * ChangeLog.jp
11514         * configure.ac
11515         * src/compose.c
11516                 sync with HEAD
11517                 (fix bug 682 'redirect is broken'
11518
11519 2005-02-05 [torte]      1.0.0cvs27.1
11520
11521         * ChangeLog.claws
11522         * configure.ac
11523         * src/partial_download.c
11524                 Sync with HEAD (fix buf overflow)
11525
11526 2005-02-03 [colin]      1.0.0cvs26.1
11527
11528         * src/common/plugin.c
11529                 Sync with HEAD (avoid plugin mismatches)
11530
11531 2005-02-03 [paul]       1.0.0cvs25.3
11532
11533         * src/folderview.c
11534         * src/headerview.c
11535         * src/summaryview.c
11536         * src/textview.c
11537         * src/gtk/colorlabel.c
11538                 third and final part of initial sync with main-gtk2
11539
11540 2005-02-03 [paul]       1.0.0cvs25.2
11541
11542         * src/jpilot.c
11543                 fix building with jpilot support
11544
11545 2005-02-02 [colin]      1.0.0cvs25.1
11546
11547         * src/messageview.c
11548                 Sync with HEAD (fix dangerous typo)
11549
11550 2005-02-01 [colin]      1.0.0cvs24.3
11551
11552         * src/common/xml.c
11553                 Write file as advertised (UTF-8)
11554
11555 2005-02-01 [paul]       1.0.0cvs24.2
11556
11557         * src/addrbook.c
11558         * src/addrindex.c
11559         * src/alertpanel.h
11560         * src/codeconv.c
11561         * src/codeconv.h
11562         * src/compose.c
11563         * src/export.c
11564         * src/folder_item_prefs.c
11565         * src/html.c
11566         * src/imap.c
11567         * src/import.c
11568         * src/jpilot.c
11569         * src/mainwindow.c
11570         * src/matcher_parser_lex.l
11571         * src/messageview.c
11572         * src/mh.c
11573         * src/prefs_account.c
11574         * src/prefs_actions.c
11575         * src/prefs_common.c
11576         * src/prefs_gtk.c
11577         * src/prefs_gtk.h
11578         * src/prefs_themes.c
11579         * src/procheader.c
11580         * src/procmime.c
11581         * src/sourcewindow.c
11582         * src/statusbar.c
11583         * src/summaryview.c
11584         * src/textview.c
11585         * src/toolbar.c
11586         * src/unmime.c
11587         * src/common/template.c
11588         * src/common/utils.c
11589         * src/common/xml.c
11590         * src/common/xml.h
11591         * src/gtk/gtkaspell.c
11592         * src/plugins/clamav/clamav_plugin.c
11593         * src/plugins/dillo_viewer/dillo_prefs.c
11594         * src/plugins/image_viewer/viewerprefs.c
11595         * src/plugins/pgpmime/passphrase.c
11596         * src/plugins/pgpmime/prefs_gpg.c
11597         * src/plugins/pgpmime/select-keys.c
11598         * src/plugins/spamassassin/spamassassin.c
11599                 second part of initial sync with main-gtk2
11600                 (more to follow)
11601
11602 2005-01-31 [colin]      1.0.0cvs24.1
11603
11604         * src/compose.c
11605                 Sync with HEAD
11606
11607 2005-01-29 [paul]       1.0.0cvs23.2
11608
11609         * src/account.c
11610         * src/action.c
11611         * src/addressadd.c
11612         * src/addressbook.c
11613         * src/alertpanel.c
11614         * src/compose.c
11615         * src/editaddress.c
11616         * src/editbook.c
11617         * src/editgroup.c
11618         * src/editjpilot.c
11619         * src/editldap.c
11620         * src/editldap_basedn.c
11621         * src/editvcard.c
11622         * src/export.c
11623         * src/foldersel.c
11624         * src/grouplistdialog.c
11625         * src/import.c
11626         * src/importldif.c
11627         * src/inc.c
11628         * src/main.c
11629         * src/mainwindow.c
11630         * src/message_search.c
11631         * src/messageview.c
11632         * src/mimeview.c
11633         * src/prefs_actions.c
11634         * src/prefs_common.c
11635         * src/prefs_common.h
11636         * src/prefs_customheader.c
11637         * src/prefs_display_header.c
11638         * src/prefs_filtering.c
11639         * src/prefs_filtering_action.c
11640         * src/prefs_gtk.c
11641         * src/prefs_matcher.c
11642         * src/prefs_summary_column.c
11643         * src/prefs_template.c
11644         * src/sourcewindow.c
11645         * src/summary_search.c
11646         * src/summaryview.c
11647         * src/textview.c
11648         * src/gtk/about.c
11649         * src/gtk/description_window.c
11650         * src/gtk/gtkshruler.c
11651         * src/gtk/gtkutils.c
11652         * src/gtk/gtkutils.h
11653         * src/gtk/inputdialog.c
11654         * src/gtk/logwindow.c
11655         * src/gtk/prefswindow.c
11656         * src/gtk/progressdialog.c
11657         * src/gtk/progressdialog.h
11658                 first part of initial sync with main-gtk2
11659                 (more to follow)
11660
11661 2005-01-28 [colin]      1.0.0cvs23.1
11662
11663         * src/folderview.c
11664                 Sync with HEAD
11665
11666 2005-01-27 [colin]      1.0.0cvs21.1
11667
11668         * src/folder.c
11669         * src/folderview.c
11670                 Sync with HEAD
11671
11672 2005-01-27 [colin]      1.0.0cvs19.1
11673
11674         * src/procmime.c
11675                 Sync with HEAD
11676
11677 2005-01-27 [colin]      1.0.0cvs18.1
11678
11679         * src/messageview.c
11680         * src/summaryview.c
11681         * src/mainwindow.c
11682         * src/compose.c
11683         * src/compose.h
11684         * src/procmsg.c
11685         * src/procmsg.h
11686         * src/toolbar.c
11687                 Sync with HEAD
11688
11689 2005-01-26 [paul]       1.0.0cvs15.2
11690
11691         * src/compose.c
11692                 compose_entries_set(): convert subject and body to
11693                 utf8 if necessary. patch by Felix Eckhofer
11694
11695 2005-01-26 [paul]       1.0.0cvs15.1
11696
11697         * configure.ac
11698         * src/common/template.c
11699                 sync with HEAD (fix memory leak)
11700
11701 2005-01-25 [paul]       1.0.0cvs14.1
11702
11703         * configure.ac
11704         * src/compose.c
11705                 sync with HEAD
11706
11707 2005-01-24 [colin]      1.0.0cvs13.1
11708
11709         * src/summaryview.c
11710                 Sync with HEAD
11711
11712 2005-01-24 [paul]       1.0.0cvs12.1
11713
11714         * configure.ac
11715         * src/messageview.c
11716         * src/mh.c
11717         * src/common/utils.c
11718                 sync with HEAD
11719
11720 2005-01-24 [colin]      1.0.0cvs11.1
11721
11722         * src/procheader.c
11723                 Sync with HEAD
11724
11725 2005-01-24 [colin]      1.0.0cvs10.1
11726
11727         * src/folderview.c
11728                 Sync with HEAD
11729
11730 2005-01-23 [colin]      1.0.0cvs9.1
11731
11732         * src/crash.c
11733                 Sync with HEAD
11734
11735 2005-01-22 [colin]      1.0.0cvs8.1
11736
11737         * src/summaryview.c
11738         * src/gtk/quicksearch.c
11739                 Sync with HEAD
11740
11741 2005-01-21 [colin]      1.0.0cvs7.1
11742
11743         * src/summaryview.c
11744                 Sync with HEAD
11745
11746 2005-01-21 [colin]      1.0.0cvs6.1
11747
11748         * src/summaryview.c
11749                 Sync with HEAD
11750
11751 2005-01-21 [colin]      1.0.0cvs5.1
11752
11753         * src/gtk/quicksearch.c
11754         * src/prefs_common.c
11755         * src/prefs_common.h
11756                 Sync with HEAD (recurse option)
11757
11758 2005-01-21 [colin]      1.0.0cvs4.1
11759
11760         * src/folder.h
11761         * src/folderview.c
11762         * src/folderview.h
11763         * src/summaryview.c
11764         * src/gtk/quicksearch.c
11765         * src/gtk/quicksearch.h
11766                 Sync with HEAD (recursive quicksearch)
11767
11768 2005-01-20 [colin]      1.0.0cvs3.4
11769
11770         * src/ssl_manager.c
11771                 Remove useless code
11772
11773 2005-01-20 [colin]      1.0.0cvs3.3
11774
11775         * src/ssl_manager.c
11776                 Fix leak, thanks to Alfons.
11777
11778 2005-01-20 [colin]      1.0.0cvs3.2
11779
11780         * src/ssl_manager.c
11781                 Port SSL certificate window to GTK2.
11782
11783 2005-01-20 [paul]       1.0.0cvs3.1
11784
11785         * ChangeLog.claws
11786         * configure.ac
11787         * src/addrindex.c
11788         * src/addrindex.h
11789                 sync with HEAD
11790
11791 2005-01-19 [colin]      1.0.0cvs2.2
11792
11793         * src/plugins/trayicon/trayicon.c
11794                 Fix freeze with gtk-2.6, the easy way
11795                 (signal blocking helpless there...)
11796                 Closes bug #668.
11797
11798 2005-01-19 [colin]      1.0.0cvs2.1
11799
11800         * src/mbox.c
11801         * src/mbox.h
11802         * src/mainwindow.c
11803         * src/summaryview.c
11804         * src/summaryview.h
11805                 Sync with HEAD
11806
11807 2005-01-19 [paul]       1.0.0cvs1.1
11808
11809         * configure.ac
11810         * po/de.po
11811         * po/es.po
11812         * po/fr.po
11813         * po/hr.po
11814         * po/it.po
11815         * po/ja.po
11816         * po/ko.po
11817         * po/pt_BR.po
11818         * po/ru.po
11819         * po/sk.po
11820         * po/sr.po
11821                 sync with HEAD (update translations)
11822
11823 2005-01-18 [colin]      1.0.0cvs0.1
11824
11825         * src/foldersel.c
11826                 Specify search column - patch by Alfons
11827
11828 2005-01-18 [colin]      0.9.13cvs36.3
11829
11830         * src/prefs_toolbar.c
11831                 Change Delete to Remove
11832         * src/prefs_fonts.c
11833                 GTK2 version and leak fixes
11834         * src/prefs_actions.c
11835                 Add stock buttons.
11836                 All patches by Alfons
11837
11838 2005-01-17 [colin]      0.9.13cvs36.2
11839
11840         * src/compose.c
11841                 Fix DnD inserting twice. While at it,
11842                 add DnD support for text/plain in the
11843                 body, and add support in the headers.
11844
11845 2005-01-16 [colin]      0.9.13cvs36.1
11846
11847         * ChangeLog
11848         * ChangeLog.jp
11849         * ChangeLog.claws
11850                 Sync with HEAD (nothing applicable)
11851
11852 2005-01-16 [colin]      0.9.13cvs33.2
11853
11854         * src/prefs_toolbar.c
11855                 GTK2ize prefs_toolbar, by Alfons.
11856
11857 2005-01-14 [colin]      0.9.13cvs33.1
11858
11859         * src/html.c
11860         * src/msgcache.c
11861                 Sync with HEAD
11862
11863 2005-01-14 [colin]      0.9.13cvs32.1
11864
11865         * src/html.c
11866         * src/html.h
11867         * src/msgcache.c
11868         * AUTHORS
11869         * tools/calypso_convert.pl
11870                 Sync with HEAD
11871
11872 2005-01-08 [colin]      0.9.13cvs29.2
11873
11874         * src/prefs_filtering_action.c
11875         * src/prefs_filtering.c
11876                 2 more gtk2 patches by Alfons
11877
11878 2005-01-07 [paul]       0.9.13cvs29.1
11879
11880         * ChangeLog
11881         * ChangeLog.claws
11882         * ChangeLog.jp
11883         * configure.ac
11884         * src/pop.c
11885         * src/pop.h
11886                 sync with HEAD
11887
11888 2005-01-07 [colin]      0.9.13cvs28.3
11889
11890         * src/gtk/progressdialog.c
11891         * src/gtk/progressdialog.h
11892         * src/inc.c
11893         * src/send_message.c
11894                 GTK2 for the incorporation dialog. The CList isn't dead
11895                 yet, for a more smooth migration. Patch by Alfons.
11896
11897 2005-01-06 [colin]      0.9.13cvs28.2
11898
11899         * src/prefs_display_header.c
11900                 GTK2 conversion by Alfons
11901         * src/prefs_actions.c
11902         * src/prefs_matcher.c
11903                 Fix 2 leaks - patch by Alfons
11904
11905 2005-01-06 [colin]      0.9.13cvs28.1
11906
11907         * src/prefs_matcher.c
11908                 Sync with HEAD
11909
11910 2005-01-06 [colin]      0.9.13cvs27.4
11911
11912         * src/prefs_matcher.c
11913                 Fix double-free. Patch by Alfons
11914
11915 2005-01-06 [colin]      0.9.13cvs27.3
11916
11917         * src/prefs_matcher.c
11918                 GTK2 widgets + memleak
11919                 Patch by Alfons
11920
11921 2005-01-05 [colin]      0.9.13cvs27.2
11922
11923         * src/account.c
11924         * src/addr_compl.c
11925         * src/foldersel.c
11926         * src/stock_pixmap.c
11927         * src/stock_pixmap.h
11928                 3 more GTK2 patches by Alfons.
11929
11930 2005-01-04 [colin]      0.9.13cvs27.1
11931
11932         * src/folderview.c
11933         * src/imap_gtk.c
11934         * src/news_gtk.c
11935                 Sync with HEAD
11936
11937 2005-01-04 [colin]      0.9.13cvs25.9
11938
11939         * src/compose.c
11940                 Fix Show Ruler menuitem
11941         * src/prefs_template.c
11942                 Convert to GTK2
11943         * src/common/utils.c
11944                 Make auto pointer stuff handles NULLs
11945                 Patches by Alfons.
11946
11947 2005-01-04 [colin]      0.9.13cvs25.8
11948
11949         * src/compose.c
11950                 Move the attachment list to gtk2
11951                 Patch by Alfons.
11952
11953 2005-01-04 [colin]      0.9.13cvs25.7
11954
11955         * src/textview.c
11956                 Make some keys work again
11957                 Patch by SungHyun Nam <namsh@kldp.org>
11958
11959 2005-01-04 [colin]      0.9.13cvs25.6
11960
11961         * src/gtk/gtkshruler.c
11962                 Move the ruler to GTK2
11963                 Patch by Alfons
11964
11965 2005-01-03 [colin]      0.9.13cvs25.5
11966
11967         * src/compose.c
11968                 Fix my broken patch apply 
11969
11970 2005-01-03 [colin]      0.9.13cvs25.4
11971
11972         * src/common/utils.c
11973         * src/common/utils.h
11974         * src/gtk/prefswindow.c
11975                 Move auto pointer stuff to utils.c
11976                 Patch by Alfons again :)
11977
11978 2005-01-03 [colin]      0.9.13cvs25.3
11979
11980         * src/compose.c
11981         * src/prefs_gtk.c
11982         * src/prefs_template.c
11983         * src/textview.c
11984                 Empty text widgets with empty strings, not NULL char
11985                 Patch by SungHyun Nam <namsh@kldp_org>
11986
11987 2005-01-03 [colin]      0.9.13cvs25.2
11988
11989         * src/main.c
11990         * AUTHORS
11991                 Sync with HEAD
11992
11993 2005-01-03 [colin]      0.9.13cvs25.1
11994
11995         * src/pop.c
11996         * src/pop.h
11997                 Sync with HEAD
11998
11999 2005-01-03 [colin]      0.9.13cvs24.3
12000
12001         * src/account.c
12002                 Two patches from Alfons and Alex S Moore:
12003                 fix images, fix return value.
12004
12005 2005-01-01 [colin]      0.9.13cvs24.2
12006
12007         * src/prefs_actions.c
12008                 Fix over-zealous assertion. Patch by Alfons
12009
12010 2005-01-01 [colin]      0.9.13cvs24.1
12011
12012         * src/procmime.c
12013                 Sync with HEAD (leak fix)
12014
12015 2004-12-31 [colin]      0.9.13cvs23.2
12016
12017         * src/prefs_common.c
12018                 GTK2 widgets + stock buttons - patch by Alfons
12019
12020 2004-12-31 [paul]       0.9.13cvs23.1
12021
12022         * configure.ac
12023                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12024         * src/gtk/pluginwindow.c
12025                 use GTK2 widgets and plug memory leaks,
12026                 patches by Alfons
12027
12028 2004-12-30 [colin]      0.9.13cvs22.4
12029
12030         * src/account.c
12031         * src/action.c
12032         * src/export.c
12033         * src/foldersel.c
12034         * src/import.c
12035         * src/message_search.c
12036         * src/prefs_actions.c
12037         * src/prefs_common.c
12038         * src/prefs_customheader.c
12039         * src/prefs_filtering.c
12040         * src/prefs_summary_column.c
12041         * src/summary_search.c
12042         * src/gtk/about.c
12043         * src/gtk/description_window.c
12044         * src/gtk/gtkutils.c
12045         * src/gtk/gtkutils.h
12046         * src/gtk/inputdialog.c
12047         * src/gtk/prefswindow.c
12048                 Use GTK2 stock buttons. Patches by Alfons.
12049
12050 2004-12-30 [colin]      0.9.13cvs22.3
12051
12052         * src/account.c
12053                 Sync with HEAD
12054         * src/prefs_actions.c
12055         * src/prefs_customheader.c
12056         * src/prefs_filtering.c
12057         * src/prefs_msg_colors.c
12058         * src/prefs_summary_column.c
12059         * src/gtk/prefswindow.c
12060                 Use GtkTreeView instead of deprecated 
12061                 widgets. Patches by Alfons.
12062
12063 2004-12-30 [paul]       0.9.13cvs22.2
12064
12065         * src/foldersel.c
12066                 use GTK 2 Tree View
12067                 patch by Alfons, with root folder sorting fix
12068                 by Stephan Sachse
12069
12070 2004-12-30 [paul]       0.9.13cvs22.1
12071
12072         * ChangeLog
12073         * ChangeLog.claws
12074         * ChangeLog.jp
12075         * NEWS
12076         * configure.ac
12077         * src/account.c
12078                 sync with HEAD
12079
12080 2004-12-22 [martin]     0.9.13cvs21.2
12081
12082         * src/action.c
12083                 free the command line after its use
12084
12085 2004-12-18 [paul]       0.9.13cvs21.1
12086
12087         * AUTHORS
12088         * ChangeLog
12089         * ChangeLog.claws
12090         * ChangeLog.jp
12091         * NEWS
12092         * configure.ac
12093         * src/action.c
12094         * src/compose.c
12095         * src/syldap.c
12096                 sync with HEAD
12097
12098 2004-12-17 [martin]     0.9.13cvs17.2
12099
12100         * src/action.c
12101                 convert actions input to locale
12102         * src/inc.c
12103                 convert notification command to locale
12104         * src/plugins/pgpmime/select-keys.c
12105                 convert attributes to utf8
12106
12107 2004-12-14 [colin]      0.9.13cvs17.1
12108
12109         * ChangeLog
12110         * ChangeLog.jp
12111         * ChangeLog.claws
12112         * src/action.c
12113         * src/common/utils.c
12114         * src/gtk/prefswindow.c
12115         * src/gtk/gtkutils.c
12116         * src/gtk/gtkutils.h
12117         * src/plugins/spamassassin/libspamc.c
12118                 Sync with HEAD
12119
12120 2004-12-13 [colin]      0.9.13cvs14.1
12121
12122         * src/quote_fmt_parse.y
12123                 Sync with HEAD
12124
12125 2004-12-10 [colin]      0.9.13cvs12.1
12126
12127         * src/prefs_themes.c
12128         * src/mainwindow.c
12129         * src/messageview.c
12130                 Sync with HEAD
12131
12132 2004-12-09 [colin]      0.9.13cvs10.1
12133
12134         * src/procmime.c
12135                 Sync with HEAD (fix B64 encoding from memory)
12136
12137 2004-12-08 [colin]      0.9.13cvs9.1
12138
12139         * src/gtk/colorlabel.c
12140                 Sync with HEAD
12141
12142 2004-12-08 [paul]       0.9.13cvs8.2
12143
12144         * src/gtk/pluginwindow.c
12145                 fix window resizing oddities
12146
12147 2004-12-08 [colin]      0.9.13cvs8.1
12148
12149         * src/quote_fmt_parse.y
12150                 Sync with HEAD
12151
12152 2004-12-08 [colin]      0.9.13cvs7.1
12153
12154         * src/matcher_parser_parse.y
12155         * src/msgcache.c
12156         * src/prefs_matcher.c
12157         * src/procheader.c
12158         * src/matcher.c
12159         * src/common/defs.h
12160         * po/sr.po
12161                 Sync with HEAD
12162
12163 2004-12-08 [colin]      0.9.13cvs6.1
12164
12165         * src/quote_fmt_parse.y
12166         * src/textview.c
12167                 Sync with HEAD
12168         * src/gtk/prefswindow.c
12169         * src/gtk/pluginwindow.c
12170                 Fix G_CALLBACKS protos (thanks to Alfons)
12171
12172 2004-12-07 [torte]      0.9.13cvs2.2
12173
12174         * src/procmime.c
12175                 [Bug 650] reply button causes crash
12176                 Thanks to David Relson and Christoph
12177
12178 2004-12-07 [colin]      0.9.13cvs2.1
12179
12180         * ChangeLog.claws
12181         * AUTHORS
12182         * po/sk.po
12183         * src/procmime.c
12184         * src/prefs_account.c
12185         * src/common/smtp.c
12186         * src/common/smtp.h
12187                 Sync with HEAD
12188
12189 2004-12-06 [colin]      0.9.12cvs187.1
12190
12191         * ChangeLog.claws
12192         * INSTALL
12193         * Makefile.am
12194         * README.claws
12195         * TODO.claws
12196         * configure.ac
12197         * po/bg.po
12198         * po/cs.po
12199         * po/el.po
12200         * po/en_GB.po
12201         * po/es.po
12202         * po/fr.po
12203         * po/hr.po
12204         * po/hu.po
12205         * po/it.po
12206         * po/ja.po
12207         * po/ko.po
12208         * po/nl.po
12209         * po/pl.po
12210         * po/pt_BR.po
12211         * po/ru.po
12212         * po/sk.po
12213         * po/sr.po
12214         * po/sv.po
12215         * po/zh_CN.po
12216         * po/zh_TW.Big5.po
12217         * src/compose.c
12218         * tools/Makefile.am
12219         * tools/README
12220         * tools/filter_conv.pl
12221         * tools/kdeservicemenu/README
12222         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12223         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12224                 Sync with HEAD
12225
12226 2004-12-04 [colin]      0.9.12cvs183.1
12227
12228         * src/compose.c
12229                 Sync with HEAD (compose window position saving)
12230
12231 2004-12-04 [paul]       0.9.12cvs182.3
12232
12233         * src/messageview.c
12234         * src/mimeview.c
12235         * src/prefs_customheader.c
12236         * src/gtk/quicksearch.c
12237                 replace some forgotten GTK_SIGNAL_FUNCs
12238
12239 2004-12-04 [paul]       0.9.12cvs182.2
12240
12241         * src/Makefile.am
12242                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12243                 committed in error      
12244
12245 2004-12-04 [paul]       0.9.12cvs182.1
12246
12247         * ChangeLog
12248         * ChangeLog.claws
12249         * ChangeLog.jp
12250         * INSTALL
12251         * NEWS
12252         * README
12253         * README.jp
12254         * configure.ac
12255         * doc/manual/ja/Makefile.am
12256         * doc/manual/ja/sylpheed-1.html
12257         * doc/manual/ja/sylpheed-10.html
12258         * doc/manual/ja/sylpheed-11.html
12259         * doc/manual/ja/sylpheed-12.html
12260         * doc/manual/ja/sylpheed-13.html
12261         * doc/manual/ja/sylpheed-14.html
12262         * doc/manual/ja/sylpheed-15.html
12263         * doc/manual/ja/sylpheed-16.html
12264         * doc/manual/ja/sylpheed-17.html
12265         * doc/manual/ja/sylpheed-18.html
12266         * doc/manual/ja/sylpheed-19.html
12267         * doc/manual/ja/sylpheed-2.html
12268         * doc/manual/ja/sylpheed-20.html
12269         * doc/manual/ja/sylpheed-3.html
12270         * doc/manual/ja/sylpheed-4.html
12271         * doc/manual/ja/sylpheed-5.html
12272         * doc/manual/ja/sylpheed-6.html
12273         * doc/manual/ja/sylpheed-7.html
12274         * doc/manual/ja/sylpheed-8.html
12275         * doc/manual/ja/sylpheed-9.html
12276         * doc/manual/ja/sylpheed.html
12277         * doc/manual/ja/sylpheed.sgml
12278         * po/de.po
12279         * src/Makefile.am
12280         * src/compose.c
12281         * src/procmime.c
12282         * src/pixmaps/regular.xpm **REMOVED**
12283         * src/plugins/pgpmime/pgpmime.c
12284         * src/plugins/pgpmime/plugin.c
12285         * src/plugins/pgpmime/prefs_gpg.c
12286                 sync with HEAD
12287
12288 2004-12-03 [paul]       0.9.12cvs180.1
12289
12290         * ChangeLog
12291         * ChangeLog.claws
12292         * ChangeLog.jp
12293         * configure.ac
12294         * src/Makefile.am
12295         * src/pop.c
12296         * src/common/utils.c
12297         * src/common/utils.h
12298         * src/pixmaps/continue.xpm
12299         * src/pixmaps/dir_close.xpm
12300         * src/pixmaps/dir_open.xpm
12301         * src/pixmaps/drafts_close.xpm
12302         * src/pixmaps/drafts_open.xpm
12303         * src/pixmaps/folder.xpm **REMOVED**
12304         * src/pixmaps/group.xpm
12305         * src/pixmaps/unread.xpm
12306                 sync with HEAD
12307
12308 2004-12-02 [colin]      0.9.12cvs179.1
12309
12310         * src/compose.c
12311                 Sync with HEAD (non-duplicated reedition)
12312
12313 2004-12-02 [colin]      0.9.12cvs178.1
12314
12315         * src/compose.c
12316                 Sync with HEAD (linewrap_quote fix)
12317
12318 2004-12-01 [colin]      0.9.12cvs177.3
12319
12320         * src/addrharvest.c
12321                 Replace sizeof with strlen
12322
12323 2004-12-01 [paul]       0.9.12cvs177.2
12324
12325         * src/addrharvest.c
12326                 fix 'harvest addresses'
12327
12328 2004-11-30 [colin]      0.9.12cvs177.1
12329
12330         * src/gtk/prefswindow.c
12331         * src/gtk/pluginwindow.c
12332                 Sync with HEAD
12333
12334 2004-11-29 [colin]      0.9.12cvs176.1
12335
12336         * src/folderview.c
12337                 sync with HEAD (Fix disappearing separators in folderview's popup)
12338
12339 2004-11-29 [colin]      0.9.12cvs175.1
12340
12341         * src/procmime.c
12342                 Sync with head (another format fix)
12343
12344 2004-11-29 [colin]      0.9.12cvs174.1
12345
12346         * src/pop.c
12347                 Sync with HEAD (format string fix)
12348
12349 2004-11-26 [colin]      0.9.12cvs173.1
12350
12351         * src/common/smtp.c
12352         * src/common/smtp.h
12353                 Sync with HEAD
12354
12355 2004-11-24 [colin]      0.9.12cvs172.1
12356
12357         * src/plugins/pgpmime/pgpmime.c
12358                 Sync with HEAD
12359
12360 2004-11-24 [colin]      0.9.12cvs171.1
12361
12362         * src/plugins/pgpmime/pgpmime.c
12363                 Sync with head (gpgmectx leaks)
12364
12365 2004-11-24 [colin]      0.9.12cvs169.1
12366
12367         * src/plugins/pgpmime/plugin.c
12368         * src/plugins/trayicon/Makefile.am
12369         * src/plugins/trayicon/newmarkedmail.xpm
12370         * src/plugins/trayicon/trayicon.c
12371         * src/plugins/trayicon/unreadmarkedmail.xpm
12372                 Sync with HEAD
12373
12374 2004-11-23 [colin]      0.9.12cvs168.1
12375
12376         * src/partial_download.c
12377         * src/partial_download.h
12378         * src/plugins/pgpmime/plugin.c
12379                 Sync with HEAD
12380
12381 2004-11-23 [colin]      0.9.12cvs166.1
12382
12383         * src/Makefile.am
12384         * src/codeconv.c
12385         * src/compose.c
12386         * src/folderview.c
12387         * src/main.c
12388         * src/partial_download.c
12389         * src/partial_download.h
12390         * src/prefs_account.c
12391         * src/prefs_account.h
12392         * src/privacy.c
12393         * src/privacy.h
12394         * src/procmime.c
12395         * src/common/Makefile.am
12396         * src/common/base64.h
12397         * src/common/partial_download.c
12398         * src/common/partial_download.h
12399         * src/gtk/prefswindow.c
12400         * src/gtk/prefswindow.h
12401         * src/plugins/pgpmime/pgpmime.c
12402         * src/plugins/pgpmime/prefs_gpg.c
12403         * src/plugins/pgpmime/prefs_gpg.h
12404         * src/plugins/pgpmime/sgpgme.c
12405         * src/plugins/pgpmime/sgpgme.h
12406                 Sync with HEAD
12407
12408 2004-11-23 [colin]      0.9.12cvs163.1
12409
12410         * src/main.c
12411                 Sync with HEAD (cursor optimization)
12412
12413 2004-11-23 [colin]      0.9.12cvs162.1
12414
12415         * src/prefs_common.c
12416         * src/prefs_themes.c
12417         * src/procmsg.c
12418                 Sync with HEAD
12419
12420 2004-11-23 [colin]      0.9.12cvs158.9
12421
12422         * src/compose.c
12423                 Fix double-free when forwarding
12424         * src/msgcache.c
12425                 Fix leak on error path
12426                 
12427
12428 2004-11-23 [colin]      0.9.12cvs158.8
12429
12430         * src/compose.c
12431                 Fix possible double-free
12432                 Spotted by Alfons
12433
12434 2004-11-23 [colin]      0.9.12cvs158.7
12435
12436         * src/compose.c
12437                 Fix some signal handlers' prototypes
12438                 Spotted by Alfons
12439
12440 2004-11-22 [colin]      0.9.12cvs158.6
12441
12442         * src/compose.c
12443                 Remove unneeded code and duplicated
12444                 wrapping - patch by Alfons
12445
12446 2004-11-22 [colin]      0.9.12cvs158.5
12447
12448         * src/prefs_themes.c
12449                 Fix oversized selector
12450
12451 2004-11-22 [colin]      0.9.12cvs158.4
12452
12453         * src/compose.c
12454                 fix dump_text()
12455                 patch by Alfons
12456
12457 2004-11-19 [colin]      0.9.12cvs158.3
12458
12459         * src/textview.c
12460                 Add a context menu on links (open, copy)
12461
12462 2004-11-18 [paul]       0.9.12cvs158.2
12463
12464         * src/addrgather.c
12465         * src/exphtmldlg.c
12466         * src/expldifdlg.c
12467         * src/mimeview.c
12468         * src/prefs_common.c
12469         * src/plugins/image_viewer/viewer.c
12470         * src/plugins/spamassassin/spamassassin_gtk.c
12471                 replace deprecated gtk_notebook_set_page
12472                 and gtk_notebook_current_page
12473
12474 2004-11-18 [paul]       0.9.12cvs158.1
12475
12476         * configure.ac
12477         * src/compose.c
12478         * src/mainwindow.c
12479         * src/messageview.c
12480         * src/prefs_common.c
12481         * src/common/utils.c
12482         * src/common/utils.h
12483                 sync with HEAD
12484
12485 2004-11-17 [colin]      0.9.12cvs156.1
12486
12487         * src/prefs_account.c
12488         * src/prefs_account.h
12489         * src/procmsg.c
12490                 Sync with HEAD (add pref to store encrypted mails encrypted)
12491
12492 2004-11-17 [paul]       0.9.12cvs155.1
12493
12494         * ChangeLog
12495         * ChangeLog.claws
12496         * ChangeLog.jp
12497         * NEWS
12498         * configure.ac
12499         * src/compose.c
12500         * src/jpilot.c
12501         * src/privacy.c
12502         * src/procmime.c
12503         * src/procmime.h
12504         * src/procmsg.c
12505         * src/toolbar.c
12506         * src/pixmaps/error.xpm
12507                 sync with HEAD
12508
12509 2004-11-17 [colin]      0.9.12cvs151.1
12510
12511         * src/plugins/pgpmime/pgpmime.c
12512                 Sync with HEAD (remove debug printf)
12513
12514 2004-11-17 [colin]      0.9.12cvs150.1
12515
12516         * src/plugins/pgpmime/pgpmime.c
12517                 Sync with HEAD (off-by-one fix)
12518
12519 2004-11-17 [colin]      0.9.12cvs149.1
12520
12521         * src/procmsg.c
12522                 Sync with HEAD (coding style fixes)
12523
12524 2004-11-16 [colin]      0.9.12cvs148.1
12525
12526         * src/procmsg.c
12527                 Sync with head (Fix the fix)
12528
12529 2004-11-16 [colin]      0.9.12cvs147.1
12530
12531         * src/procmsg.c
12532                 Sync with Main (leak fix)
12533
12534 2004-11-16 [colin]      0.9.12cvs146.14
12535
12536         * src/compose.c
12537                 Remove useless chunk of code
12538                 Patch by Alfons
12539
12540 2004-11-15 [colin]      0.9.12cvs146.13
12541
12542         * src/compose.c
12543                 Fix drafting after insertion
12544                 Patch by Alfons
12545
12546 2004-11-15 [colin]      0.9.12cvs146.12
12547
12548         * src/compose.c
12549         * src/prefs_filtering.c
12550         * src/prefs_filtering_action.c
12551         * src/prefs_toolbar.c
12552                 Fix some const-correctness
12553
12554 2004-11-15 [colin]      0.9.12cvs146.11
12555
12556         * src/summaryview.c
12557         * src/prefs_themes.c
12558         * src/messageview.c
12559                 Fix some leaks
12560
12561 2004-11-15 [colin]      0.9.12cvs146.10
12562
12563         * src/codeconv.c
12564                 More unreadable locale fixes
12565
12566 2004-11-14 [colin]      0.9.12cvs146.9
12567
12568         * src/textview.c
12569                 Fix uri_security_check
12570                 Patch by Alfons
12571
12572 2004-11-13 [paul]       0.9.12cvs146.8
12573
12574         * src/folder.c
12575         * src/procmime.c
12576                 fix 2 bugs introduced in last commit
12577
12578 2004-11-13 [paul]       0.9.12cvs146.7
12579
12580         * src/compose.c
12581         * src/exporthtml.c
12582         * src/exportldif.c
12583         * src/folder.c
12584         * src/imap.c
12585         * src/imap_gtk.c
12586         * src/main.c
12587         * src/mainwindow.c
12588         * src/messageview.c
12589         * src/mh_gtk.c
12590         * src/prefs_themes.c
12591         * src/procmime.c
12592         * src/setup.c
12593         * src/summaryview.c
12594                 replace deprecated g_basename
12595
12596 2004-11-13 [paul]       0.9.12cvs146.6
12597
12598         * src/compose.c
12599         * src/imap.c
12600         * src/matcher_parser.h
12601         * src/matcher_parser_parse.y
12602         * src/prefs_filtering.c
12603         * src/prefs_filtering_action.c
12604         * src/prefs_themes.c
12605         * src/prefs_toolbar.c
12606         * src/common/utils.c
12607                 various small fixes/cleanups
12608
12609 2004-11-12 [colin]      0.9.12cvs146.5
12610
12611         * src/textview.c
12612                 Validate event's origin on visibility notify
12613                 Patch by Alfons.
12614
12615 2004-11-12 [paul]       0.9.12cvs146.4
12616
12617         * src/exporthtml.c
12618         * src/exportldif.c
12619         * src/imap.c
12620         * src/mh.c
12621         * src/mimeview.c
12622         * src/prefs_spelling.c
12623         * src/prefs_themes.c
12624                 replace deprecated g_dirname    
12625
12626 2004-11-12 [colin]      0.9.12cvs146.3
12627
12628         * src/textview.c
12629                 Some coding style fixes
12630
12631 2004-11-12 [colin]      0.9.12cvs146.2
12632
12633         * src/codeconv.c
12634                 We want to replace _all_ extended chars in
12635                 conv_unreadable_*, because any string containing
12636                 extended chars not parsing as UTF8 is 
12637                 undisplayed on gtk2.
12638
12639 2004-11-12 [paul]       0.9.12cvs146.1
12640
12641         * ChangeLog
12642         * ChangeLog.claws
12643         * ChangeLog.jp
12644         * NEWS
12645         * configure.ac
12646         * src/account.c
12647         * src/folderview.c
12648         * src/folderview.h
12649         * src/imap.c
12650         * src/imap_gtk.c
12651         * src/inc.c
12652         * src/mainwindow.c
12653         * src/mh_gtk.c
12654         * src/news_gtk.c
12655         * src/pop.c
12656         * src/prefs_account.c
12657         * src/prefs_account.h
12658         * src/prefs_ext_prog.c
12659         * src/procmime.c
12660         * src/procmime.h
12661         * src/procmsg.c
12662         * src/procmsg.h
12663         * src/summary_search.c
12664         * src/summaryview.c
12665         * src/textview.c
12666         * src/common/defs.h
12667         * src/common/utils.c
12668         * src/common/utils.h
12669         * src/gtk/menu.c
12670         * src/gtk/menu.h
12671                 sync with HEAD
12672
12673 2004-11-11 [colin]      0.9.12cvs144.2
12674
12675         * src/textview.c
12676                 Fix URI range selection (patch by Alfons)
12677
12678 2004-11-09 [colin]      0.9.12cvs144.1
12679
12680         * ChangeLog.claws
12681         * src/compose.c
12682         * src/folder.c
12683         * src/folder_item_prefs.c
12684         * src/prefs_account.c
12685         * src/prefs_account.h
12686         * src/plugins/pgpmime/pgpmime.c
12687                 Sync with HEAD
12688
12689 2004-11-08 [colin]      0.9.12cvs143.1
12690
12691         * src/summaryview.c
12692                 Sync with HEAD (optimize quicksearch)
12693
12694 2004-11-08 [colin]      0.9.12cvs142.2
12695
12696         * src/compose.c
12697                 Don't wrap when Edit/Auto wrapping is disabled
12698
12699 2004-11-08 [colin]      0.9.12cvs142.1
12700
12701         * src/textview.c
12702                 Sync with HEAD
12703
12704 2004-11-08 [colin]      0.9.12cvs141.1
12705
12706         * src/textview.c
12707                 Sync with HEAD (fix some mail URIs)
12708
12709 2004-11-08 [colin]      0.9.12cvs140.3
12710
12711         * src/textview.c
12712                 o Use text cursor instead of arrow when
12713                   not on a link
12714                 o Fix handling of contiguous links (as in
12715                   "colin@colino.net" <colin@colino.net>)
12716                   This one unveils a bug in get_email_part()
12717
12718 2004-11-07 [colin]      0.9.12cvs140.2
12719
12720         * src/textview.c
12721                 Fix memleak. Patch by Alfons.
12722
12723 2004-11-06 [colin]      0.9.12cvs140.1
12724
12725         * src/compose.c
12726                 Sync with HEAD (don't ask passphrase
12727                 when drafting)
12728
12729 2004-11-06 [paul]       0.9.12cvs139.2
12730
12731         * AUTHORS
12732         * src/textview.c
12733         * src/textview.h
12734                 textview URI handling. hovering over a 
12735                 link displays it in the status bar,
12736                 and changes the mouse pointer to a hand 
12737                 cursor. a link is activated with a single 
12738                 click. (Modified from the) patch by Jean-Yves 
12739                 Lefort <jylefort@users.sourceforge.net>
12740                 
12741
12742 2004-11-05 [colin]      0.9.12cvs139.1
12743
12744         * src/compose.c
12745         * src/procmime.c
12746                 Sync with HEAD again ^^
12747
12748 2004-11-05 [colin]      0.9.12cvs139.1
12749
12750         * src/compose.c
12751         * src/procmime.c
12752                 Sync with HEAD
12753
12754 2004-11-03 [paul]       0.9.12cvs138.1
12755
12756         * ChangeLog.claws
12757         * configure.ac
12758         * po/POTFILES.in
12759         * src/prefs_ext_prog.c
12760         * src/procmime.c
12761         * tools/kdeservicemenu/README
12762         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12763         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12764                 sync with HEAD
12765
12766 2004-11-01 [christoph]  0.9.12cvs136.2
12767
12768         * src/procmime.c
12769                 convert MIME parameters to UTF-8
12770
12771 2004-10-29 [colin]      0.9.12cvs136.1
12772
12773         * src/common/utils.c
12774                 Sync with HEAD (don't use '=' in mime boundary)
12775
12776 2004-10-29 [paul]       0.9.12cvs135.1
12777
12778         * configure.ac
12779         * doc/src/rfc2231.txt
12780         * src/procmime.c
12781         * src/common/quoted-printable.c
12782         * src/common/utils.c
12783         * src/common/utils.h
12784                 sync with HEAD
12785
12786 2004-10-27 [paul]       0.9.12cvs134.1
12787
12788         * configure.ac
12789         * src/main.c
12790         * src/procmime.c
12791         * src/plugins/pgpmime/pgpmime.c
12792                 sync with HEAD
12793
12794 2004-10-26 [paul]       0.9.12cvs132.3
12795
12796         * src/account.c
12797         * src/addressbook.c
12798         * src/addrgather.c
12799         * src/addrharvest.c
12800         * src/codeconv.c
12801         * src/compose.c
12802         * src/customheader.c
12803         * src/editaddress.c
12804         * src/editgroup.c
12805         * src/enriched.c
12806         * src/expldifdlg.c
12807         * src/exporthtml.c
12808         * src/exportldif.c
12809         * src/folder.c
12810         * src/foldersel.c
12811         * src/folderview.c
12812         * src/grouplistdialog.c
12813         * src/html.c
12814         * src/imap.c
12815         * src/jpilot.c
12816         * src/ldapserver.c
12817         * src/ldif.c
12818         * src/mimeview.c
12819         * src/news.c
12820         * src/news_gtk.c
12821         * src/pop.c
12822         * src/prefs_display_header.c
12823         * src/prefs_gtk.c
12824         * src/prefs_msg_colors.c
12825         * src/prefs_toolbar.c
12826         * src/procheader.c
12827         * src/procmime.c
12828         * src/summaryview.c
12829         * src/textview.c
12830         * src/toolbar.c
12831         * src/vcard.c
12832         * src/common/mgutils.c
12833         * src/common/nntp.c
12834         * src/common/smtp.c
12835         * src/common/template.c
12836         * src/common/utils.c
12837         * src/common/xmlprops.c
12838         * src/plugins/pgpmime/pgpmime.c
12839         * src/plugins/pgpmime/select-keys.c
12840         * src/plugins/pgpmime/sgpgme.c
12841                 replace deprecated g_strcasecmp(), g_strncasecmp(),
12842                 g_string_sprintfa(), gtk_notebook_current_page()
12843
12844 2004-10-26 [colin]      0.9.12cvs132.2
12845
12846         * src/prefs_folder_item.c
12847                 Fix default-account selection
12848
12849 2004-10-21 [colin]      0.9.12cvs133
12850
12851         * src/compose.c
12852                 Sync with HEAD (Remove extra separator in compose's Options)
12853         * src/textview.c
12854                 Set wrapping to char
12855
12856 2004-10-21 [paul]       0.9.12cvs131.2
12857
12858         * src/compose.c
12859         * src/sourcewindow.c
12860                 fix wrapping
12861                 fix window shrinking 
12862
12863 2004-10-21 [colin]      0.9.12cvs131.1
12864
12865         * ChangeLog.claws
12866         * src/compose.c
12867                 Sync with HEAD
12868
12869 2004-10-21 [paul]       0.9.12cvs130.2
12870
12871         * src/prefs_folder_item.c
12872                 sync with HEAD (Apply to subfolders)
12873
12874 2004-10-19 [colin]      0.9.12cvs130.1
12875
12876         * ChangeLog.claws
12877         * src/compose.c
12878         * src/common/utils.c
12879         * src/gtk/menu.c
12880                 Sync with HEAD
12881
12882 2004-10-19 [colin]      0.9.12cvs128.1
12883
12884         * src/addrbook.c
12885         * src/addrcache.c
12886         * src/addressbook.c
12887         * src/codeconv.c
12888         * src/compose.c
12889         * src/customheader.c
12890         * src/editaddress.c
12891         * src/editgroup.c
12892         * src/exporthtml.c
12893         * src/folder.c
12894         * src/folderview.c
12895         * src/imap.c
12896         * src/jpilot.c
12897         * src/main.c
12898         * src/matcher_parser_parse.y
12899         * src/mbox.c
12900         * src/pop.c
12901         * src/prefs_account.c
12902         * src/prefs_gtk.c
12903         * src/prefs_msg_colors.c
12904         * src/procheader.c
12905         * src/procmime.c
12906         * src/procmime.h
12907         * src/procmsg.c
12908         * src/summaryview.c
12909         * src/textview.c
12910         * src/common/base64.c
12911         * src/common/partial_download.c
12912         * src/common/socket.c
12913         * src/common/sylpheed.c
12914         * src/common/utils.c
12915         * src/common/utils.h
12916         * src/gtk/pluginwindow.c
12917         * src/gtk/quicksearch.c
12918         * src/plugins/clamav/clamav_plugin.c
12919         * src/plugins/clamav/clamav_plugin.h
12920         * src/plugins/clamav/clamav_plugin_gtk.c
12921         * src/plugins/pgpmime/passphrase.c
12922         * src/plugins/pgpmime/pgpmime.c
12923         * src/plugins/pgpmime/plugin.c
12924         * src/plugins/pgpmime/prefs_gpg.c
12925         * src/plugins/pgpmime/prefs_gpg.h
12926         * src/plugins/pgpmime/select-keys.c
12927         * src/plugins/pgpmime/sgpgme.c
12928         * src/plugins/spamassassin/libspamc.c
12929         * src/plugins/spamassassin/spamassassin.c
12930         * src/plugins/spamassassin/spamassassin.h
12931         * src/plugins/spamassassin/spamassassin_gtk.c
12932         * src/plugins/trayicon/trayicon.c
12933         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
12934                 Sync with HEAD
12935
12936 2004-10-14 [colin]      0.9.12cvs126.2
12937
12938         * src/codeconv.c
12939         * src/textview.c
12940                 Fix conv_unreadable_locale
12941
12942 2004-10-13 [colin]      0.9.12cvs126.1
12943
12944         * src/compose.c
12945                 Sync with HEAD (don't convert charset for 
12946                 drafted messages, minor cleanup)
12947
12948 2004-10-13 [colin]      0.9.12cvs125.1
12949
12950         * po/POTFILES.in
12951                 Sync with HEAD (POTFILES fix)
12952
12953 2004-10-12 [colin]      0.9.12cvs124.3
12954
12955         * src/compose.c
12956                 Fix encoding bug from latest sync
12957
12958 2004-10-12 [paul]       0.9.12cvs124.2
12959
12960         * src/plugins/pgpmime/prefs_gpg.c
12961         * src/plugins/pgpmime/prefs_gpg.h
12962                 forgotten in last commit        
12963
12964 2004-10-12 [paul]       0.9.12cvs124.1
12965
12966         * ChangeLog.claws
12967         * configure.ac
12968         * m4/spamassassin.m4
12969         * src/Makefile.am
12970         * src/account.c
12971         * src/compose.c
12972         * src/compose.h
12973         * src/crash.c
12974         * src/main.c
12975         * src/mimeview.c
12976         * src/passphrase.c
12977         * src/passphrase.h
12978         * src/prefs_account.c
12979         * src/prefs_account.h
12980         * src/prefs_common.c
12981         * src/privacy.c
12982         * src/privacy.h
12983         * src/procmime.c
12984         * src/procmime.h
12985         * src/procmsg.c
12986         * src/rfc2015.c
12987         * src/rfc2015.h
12988         * src/select-keys.c
12989         * src/select-keys.h
12990         * src/textview.c
12991         * src/common/utils.c
12992         * src/common/utils.h
12993         * src/gtk/about.c
12994         * src/plugins/pgpmime/Makefile.am
12995         * src/plugins/pgpmime/passphrase.c
12996         * src/plugins/pgpmime/passphrase.h
12997         * src/plugins/pgpmime/pgpmime.c
12998         * src/plugins/pgpmime/plugin.c
12999         * src/plugins/pgpmime/select-keys.c
13000         * src/plugins/pgpmime/select-keys.h
13001         * src/plugins/pgpmime/sgpgme.c
13002         * src/plugins/pgpmime/sgpgme.h
13003                 sync with HEAD
13004
13005 2004-10-04 [colin]      0.9.12cvs122.1
13006
13007         * src/mainwindow.c
13008         * src/messageview.c
13009         * src/messageview.h
13010         * src/textview.c
13011                 Sync with HEAD
13012
13013 2004-10-04 [colin]      0.9.12cvs121.1
13014
13015         * src/summaryview.c
13016                 Sync with HEAD
13017
13018 2004-10-04 [paul]       0.9.12cvs120.1
13019
13020         * configure.ac
13021                 sync with HEAD [don't try to build 
13022                 pgpmime plugin when gpgme is disabled]
13023
13024 2004-10-03 [colin]      0.9.12cvs119.3
13025
13026         * src/gtk/gtksctree.c
13027                 Lots of side effects. Put back as before 117.2.
13028         * src/summaryview.c
13029                 Fix bug #602
13030
13031 2004-10-03 [colin]      0.9.12cvs119.2
13032
13033         * src/gtk/gtksctree.c
13034                 Revert 608 fix that doesn't work that good
13035
13036 2004-10-02 [colin]      0.9.12cvs119.1
13037
13038         * src/mainwindow.c
13039         * src/messageview.c
13040         * src/prefs_common.h
13041         * src/procmime.c
13042         * src/procmime.h
13043         * src/textview.c
13044                 Sync with HEAD
13045         * src/gtk/gtksctree.c
13046                 Close bug #608
13047
13048 2004-10-01 [colin]      0.9.12cvs118.1
13049
13050         * src/mimeview.c
13051                 Sync with HEAD (better Save All fix)
13052
13053 2004-10-01 [colin]      0.9.12cvs117.2
13054
13055         * src/gtk/gtksctree.c
13056                 Faster on selection
13057
13058 2004-10-01 [colin]      0.9.12cvs117.1
13059
13060         * src/mimeview.c
13061                 Sync with HEAD (Save All: only attachments)
13062
13063 2004-10-01 [paul]       0.9.12cvs116.1
13064
13065         * ChangeLog.claws
13066         * configure.ac
13067         * src/account.c
13068         * src/prefs_common.c
13069         * src/gtk/colorlabel.c
13070                 sync with HEAD
13071
13072 2004-09-30 [colin]      0.9.12cvs115.1
13073
13074         * src/stock_pixmap.c
13075         * src/stock_pixmap.h
13076         * src/folderview.c
13077         * src/Makefile.am
13078         * src/pixmaps/read.xpm
13079                 Sync with HEAD (new pixmap)
13080
13081 2004-09-29 [colin]      0.9.12cvs114.1
13082
13083         * src/compose.c
13084                 Sync with HEAD
13085                 Fix focus handling in headers
13086
13087 2004-09-29 [paul]       0.9.12cvs113.1
13088
13089         * src/quote_fmt_parse.y
13090                 sync with HEAD
13091  
13092
13093 2004-09-28 [colin]      0.9.12cvs112.1
13094
13095         * src/folderview.c
13096         * src/mainwindow.c
13097                 Sync with HEAD
13098
13099 2004-09-28 [colin]      0.9.12cvs110.1
13100
13101         * src/folderview.c
13102                 Sync with HEAD (Contextual Empty trash menu)
13103
13104 2004-09-28 [colin]      0.9.12cvs108.1
13105
13106         * src/addressbook.c
13107                 Sync with HEAD (addressbook edit on double-click)
13108
13109 2004-09-28 [colin]      0.9.12cvs106.1
13110
13111         * src/inc.c
13112                 Sync with HEAD (folder_item freeze on inc)
13113
13114 2004-09-27 [colin]      0.9.12cvs105.1
13115
13116         * src/folderview.c
13117                 Sync with HEAD (right-align new and unread column)
13118
13119 2004-09-27 [colin]      0.9.12cvs104.1
13120
13121         * src/main.c
13122                 Sync with HEAD (revert 0.9.12cvs101)
13123
13124 2004-09-24 [colin]      0.9.12cvs103.2
13125
13126         * src/wizard.c
13127                 Fix gtk warnings and use domain part of the email address 
13128                 when domain detection fails (no dot in domain name)
13129
13130 2004-09-23 [colin]      0.9.12cvs103.1
13131
13132         * src/plugins/spamassassin/libspamc.c
13133         * src/plugins/spamassassin/libspamc.h
13134         * src/plugins/spamassassin/utils.c
13135         * src/plugins/spamassassin/utils.h
13136                 Sync with HEAD (Update spamassassin to 3.0)
13137
13138 2004-09-21 [colin]      0.9.12cvs102.3
13139
13140         * src/action.c
13141                 Add horizontal scrollbar in action io dialog as needed
13142                 Patch by Alfons.
13143
13144 2004-09-20 [colin]      0.9.12cvs102.2
13145
13146         * src/plugins/image_viewer/viewer.c
13147                 Remove imlib stuff
13148                 use gtk_pixmap_set when clearing
13149                 (would be better to use gtkImages, but causes size-allocate 
13150                 signals storm)
13151
13152 2004-09-17 [paul]       0.9.12cvs102.1
13153
13154         * ChangeLog
13155         * ChangeLog.claws
13156         * ChangeLog.jp
13157         * configure.ac
13158         * src/inc.c
13159                 sync with HEAD
13160
13161
13162 2004-09-17 [colin]      0.9.12cvs101.1
13163
13164         * ChangeLog.claws
13165         * src/main.c
13166                 Sync with HEAD (fix segs at exit)
13167
13168 2004-09-14 [colin]      0.9.12cvs99.5
13169
13170         * src/common/socket.c
13171         * AUTHORS
13172                 Fix send error on 64bit platforms
13173                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13174
13175 2004-09-14 [colin]      0.9.12cvs99.4
13176
13177         * src/action.c
13178                 Fix action output with utf8 
13179                 Patch by Alfons.
13180
13181 2004-09-14 [colin]      0.9.12cvs99.3
13182
13183         * ChangeLog.claws
13184         * src/folder.c
13185                 Sync with HEAD
13186
13187 2004-09-09 [colin]      0.9.12cvs99.2
13188
13189         * src/action.c
13190                 Fix progress bar (displaying "Completed %v/%u")
13191                 Patch by Alfons.
13192
13193 2004-09-08 [colin]      0.9.12cvs99.1
13194
13195         * src/account.c
13196         * src/folder.c
13197         * src/procmsg.c
13198         * src/procmsg.h
13199         * src/plugins/pgpmime/pgpmime.c
13200                 Sync with HEAD
13201
13202 2004-09-08 [colin]      0.9.12cvs97.2
13203
13204         * src/summaryview.c
13205                 Don't select mails in collapsed threads 
13206                 when navigating with up/down
13207
13208 2004-09-07 [colin]      0.9.12cvs97.1
13209
13210         * src/inc.c
13211                 Sync with HEAD (meaningful error messages)
13212
13213 2004-09-06 [colin]      0.9.12cvs96.1
13214
13215         * src/toolbar.c
13216                 Sync with HEAD (fix Redirect graying out)
13217
13218 2004-09-06 [colin]      0.9.12cvs95.1
13219
13220         * src/summaryview.c
13221         * src/mimeview.c
13222                 Sync with HEAD (fix dropped URIs)
13223
13224 2004-09-06 [colin]      0.9.12cvs94.1
13225
13226         * src/addressbook.c
13227         * src/addressitem.h
13228         * src/addritem.c
13229         * src/addritem.h
13230                 Sync with HEAD (addressbook DnD)
13231
13232 2004-09-03 [colin]      0.9.12cvs93.1
13233
13234         * src/summaryview.c
13235                 Sync with HEAD (next/prev unread)
13236
13237 2004-09-03 [colin]      0.9.12cvs92.1
13238
13239         * src/prefs_common.c
13240         * src/prefs_common.h
13241         * src/summaryview.c
13242                 Sync with HEAD ('mark_as_read_delay' pref)
13243
13244 2004-09-02 [colin]      0.9.12cvs91.2
13245
13246         * src/common/xml.c
13247                 Fix leak
13248
13249 2004-09-02 [colin]      0.9.12cvs91.1
13250
13251         * src/gtk/menu.c
13252                 Sync with HEAD (menu accel don't work, but whatever)
13253
13254 2004-09-02 [colin]      0.9.12cvs90.1
13255
13256         * src/account.c
13257                 Sync with HEAD (fix bug 582)
13258
13259 2004-09-02 [colin]      0.9.12cvs89.1
13260
13261         * src/addrindex.c
13262                 Sync with HEAD (free deleted queries)
13263
13264 2004-09-02 [colin]      0.9.12cvs88.1
13265
13266         * src/ldapquery.c
13267                 Sync with HEAD (fix LDAP freezes)
13268
13269 2004-09-02 [colin]      0.9.12cvs87.1
13270
13271         * src/prefs_spelling.c
13272                 Sync with HEAD (add default dictionary)
13273
13274 2004-09-01 [colin]      0.9.12cvs86.1
13275
13276         * src/filtering.c
13277         * src/folderview.c
13278         * src/imap.c
13279         * src/prefs_matcher.c
13280         * src/stock_pixmap.c
13281         * src/summary_search.c
13282         * src/summaryview.c
13283         * src/wizard.c
13284         * src/wizard.h
13285                 Sync with HEAD (uninitialized vars fixes)
13286                 + gtk2 specific warning fixes
13287
13288 2004-08-31 [colin]      0.9.12cvs85.1
13289
13290         * src/folder.c
13291                 Sync with HEAD (Fix memory corruption due to 
13292                 uninitialized var)
13293
13294 2004-08-31 [colin]      0.9.12cvs84.4
13295
13296         * src/summary_search.c
13297                 Fix segfaults when searching in folders with broken headers
13298
13299 2004-08-31 [colin]      0.9.12cvs84.3
13300
13301         * src/compose.c
13302         * src/textview.c
13303                 Fix some more encoding/decoding issues
13304
13305 2004-08-30 [colin]      0.9.12cvs84.2
13306
13307         * src/mimeview.c
13308         * src/prefs_themes.c
13309         * src/gtk/filesel.c
13310         * src/gtk/filesel.h
13311                 Add a folder-mode selection (fixes mimeview's "Save all")
13312
13313 2004-08-29 [colin]      0.9.12cvs84.1
13314
13315         * src/mimeview.c
13316                 Sync with HEAD (don't escape saved filenames)
13317
13318 2004-08-27 [colin]      0.9.12cvs83.1
13319
13320         * ChangeLog
13321         * ChangeLog.claws
13322         * ChangeLog.jp
13323         * src/mh.c
13324         * src/procheader.c
13325         * src/procmsg.c
13326         * src/procmsg.h
13327         * src/common/utils.c
13328         * src/gtk/menu.h
13329         * po/
13330                 Sync with HEAD 0.9.12cvs83 (sync with main)
13331
13332 2004-08-26 [colin]      0.9.12cvs82.4
13333
13334         * src/codeconv.c
13335                 Fix strange stack corruption
13336                 Convert to utf8 after unmime, not before
13337
13338 2004-08-26 [colin]      0.9.12cvs82.3
13339
13340         * src/main.c
13341         * src/wizard.c
13342                 Fix account folders duplication
13343
13344 2004-08-25 [colin]      0.9.12cvs82.2
13345
13346         * src/wizard.c
13347                 Remove ports
13348                 Add SSL selection
13349                 Use login@server as account name
13350
13351 2004-08-25 [colin]      0.9.12cvs82.1
13352
13353         * src/plugins/pgpmime/pgpmime.c
13354                 Sync with HEAD (leak fix).
13355
13356 2004-08-25 [colin]      0.9.12cvs81.1
13357
13358         * src/plugins/pgpmime/pgpmime.c
13359         * src/plugins/pgpmime/sgpgme.c
13360         * src/plugins/pgpmime/sgpgme.h
13361                 Sync with HEAD (Handle combined messages).
13362
13363 2004-08-24 [colin]      0.9.12cvs80.3
13364
13365         * src/wizard.c
13366                 Fix full name, ports, and imap
13367
13368 2004-08-24 [colin]      0.9.12cvs80.2
13369
13370         * src/Makefile.am
13371         * src/main.c
13372         * src/setup.c
13373         * src/setup.h
13374         * src/stock_pixmap.c
13375         * src/stock_pixmap.h
13376         * src/wizard.c ** ADDED **
13377         * src/wizard.h ** ADDED ** 
13378         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13379                 Add a setup wizard 
13380
13381 2004-08-24 [colin]      0.9.12cvs80.1
13382
13383         * src/folder.c
13384                 Sync with HEAD (set mimeflags on all messages)
13385
13386 2004-08-24 [colin]      0.9.12cvs79.3
13387
13388         * src/matcher_parser_lex.l
13389                 Fix 8bits strings not in utf8
13390
13391 2004-08-24 [colin]      0.9.12cvs79.2
13392
13393         * src/compose.c
13394                 Check conversion result before replacing buffer
13395
13396 2004-08-23 [colin]      0.9.12cvs79.1
13397
13398         * src/compose.c
13399                 Sync with HEAD (create message header in memory)
13400
13401 2004-08-23 [colin]      0.9.12cvs78.1
13402
13403         * src/rfc2015.c
13404         * src/rfc2015.h
13405                 Sync with HEAD (fix bug 197 again)
13406
13407 2004-08-23 [colin]      0.9.12cvs77.3
13408
13409         * src/compose.c
13410                 Fix again inline gpg signing (which outputs utf8
13411                 in gtk2). Not syncing this fix to HEAD as this 
13412                 code is meant to die.
13413
13414 2004-08-23 [colin]      0.9.12cvs77.2
13415
13416         * src/prefs_account.h
13417                 Remove useless include
13418
13419 2004-08-23 [colin]      0.9.12cvs77.1
13420
13421         * src/imap.c
13422         * po/es.po
13423         * po/fr.po
13424         * po/it.po
13425         * po/pl.po
13426         * po/pt_BR.po
13427         * po/sk.po
13428         * po/sr.po
13429                 Sync with HEAD (fix bug 577)
13430
13431 2004-08-22 [colin]      0.9.12cvs76.1
13432
13433         * src/plugins/trayicon/trayicon.c
13434                 Sync with HEAD (fix formatting bug)
13435
13436 2004-08-21 [colin]      0.9.12cvs74.2
13437
13438         * src/gtk/colorsel.c
13439                 Fix bug 564 (Folder color selection window exits on any
13440                 keypress)
13441
13442 2004-08-21 [colin]      0.9.12cvs74.1
13443
13444         * ChangeLog.claws
13445         * src/compose.c
13446         * src/summaryview.c
13447         * src/toolbar.c
13448                 Sync with HEAD (fix bug 576)
13449
13450 2004-08-21 [colin]      0.9.12cvs70.1
13451
13452         * src/compose.c
13453         * src/mainwindow.c
13454                 Sync with HEAD
13455                 
13456
13457 2004-08-21 [paul]       0.9.12cvs66.4
13458
13459         * src/mainwindow.c
13460         * src/messageview.c
13461         * src/gtk/menu.c
13462         * src/plugins/spamassassin/spamassassin_gtk.c
13463                 remove some deprecated gtk1 functions
13464
13465
13466 2004-08-21 [colin]      0.9.12cvs66.3
13467
13468         * src/compose.c
13469         * src/codeconv.c
13470                 Fix warnings
13471                 Remove encoding hacks
13472                 Fix bug 575 (Strange character messes up message)
13473                 Don't display conversion error when drafting
13474
13475 2004-08-21 [paul]       0.9.12cvs66.2
13476
13477         * src/prefs_account.c
13478                 fix GnuPG mode bugs
13479
13480
13481 2004-08-20 [colin]      0.9.12cvs66.1
13482
13483         * src/codeconv.c
13484                 Sync with HEAD 0.9.12cvs66
13485
13486 2004-08-20 [paul]
13487
13488         * src/plugins/pgpmime/plugin.c
13489                 modify PGP/MIME plugin's description
13490
13491 2004-08-17 [colin]      0.9.12cvs65.1
13492
13493         * src/common/ssl.c
13494         * src/plugins/pgpmime/plugin.c
13495                 Sync with HEAD
13496
13497 2004-08-14 [colin]      0.9.12cvs60.3
13498
13499         * src/plugins/trayicon/trayicon.c
13500                 Put back resize callback, on size-request signal
13501                 rather than size-allocate to avoid infinite 
13502                 callback loop
13503
13504 2004-08-13 [colin]      0.9.12cvs60.2
13505
13506         * src/common/defs.h
13507                 Cache versions have been fixed
13508
13509 2004-08-13 [colin]      0.9.12cvs60.1
13510
13511         * src/folderutils.c
13512                 Sync with HEAD
13513
13514 2004-08-12 [colin]      0.9.12cvs59.1
13515
13516         * src/plugins/trayicon/trayicon.c
13517                 Sync with HEAD
13518
13519 2004-08-12 [colin]      0.9.12cvs57.5
13520
13521         * sylpheed.desktop
13522         * configure.ac
13523         * src/Makefile.am
13524         * src/main.c
13525                 Add support for Freedesktop.org's startup notification
13526
13527 2004-08-11 [colin]      0.9.12cvs57.4
13528
13529         * src/textview.c
13530                 Fix off-by-one
13531
13532 2004-08-11 [colin]      0.9.12cvs57.3
13533
13534         * src/message_search.c
13535         * src/summary_search.c
13536                 Make searches case insensitive by default
13537         * src/textview.c
13538                 Fix case-insensitive search in message
13539
13540 2004-08-11 [colin]      0.9.12cvs57.2
13541
13542         * src/summary_search.c
13543                 Let case-sensitive be specified
13544
13545 2004-08-10 [colin]      0.9.12cvs55.4
13546
13547         * src/common/socket.c
13548                 Fix the possible race condition
13549
13550 2004-08-09 [paul]       0.9.12cvs55.3
13551
13552         * configure.ac
13553         * src/Makefile.am
13554         * src/common/Makefile.am
13555                 sync with HEAD
13556
13557
13558 2004-08-09 [paul]       0.9.12cvs55.2
13559
13560         * autogen.sh
13561         * po/poconv.sh
13562                 remove unneeded script
13563
13564         * configure.ac
13565                 add forgotten USE_LDAP_TLS (sync with HEAD)
13566
13567
13568 2004-08-09 [colin]      0.9.12cvs55.1
13569
13570         * src/main.c
13571         * src/common/ssl.c
13572         * src/common/sylpheed.c
13573         * src/common/sylpheed.h
13574                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
13575
13576 2004-08-09 [paul]       0.9.12cvs54.1
13577
13578         * ChangeLog
13579         * ChangeLog.claws
13580         * ChangeLog.jp
13581         * configure.ac
13582         * po/POTFILES.in
13583         * src/Makefile.am
13584         * src/folderutils.c
13585         * src/main.c
13586         * src/pgpmime.c
13587         * src/pgpmime.h
13588         * src/sgpgme.c
13589         * src/sgpgme.h
13590         * src/plugins/Makefile.am
13591         * src/plugins/pgpmime/.cvsignore
13592         * src/plugins/pgpmime/Makefile.am
13593         * src/plugins/pgpmime/pgpmime.c
13594         * src/plugins/pgpmime/pgpmime.h
13595         * src/plugins/pgpmime/plugin.c
13596         * src/plugins/pgpmime/sgpgme.c
13597         * src/plugins/pgpmime/sgpgme.h
13598                 sync with HEAD
13599
13600 2004-08-08 [paul]       0.9.12cvs51.1
13601
13602         * configure.ac
13603         * src/folder.c
13604                 sync with HEAD
13605
13606 2004-08-07 [colin]      0.9.12cvs50.1
13607
13608         * src/pop.c
13609         * src/common/partial_download.c
13610                 fix warnings (sync from HEAD)
13611
13612 2004-08-07 [colin]      0.9.12cvs48.1
13613
13614         * src/prefs_folder_item.c
13615                 sync with HEAD 0.9.12cvs48
13616
13617 2004-08-06 [colin]      0.9.12cvs47.1
13618
13619         * src/compose.c
13620                 Sync with HEAD
13621
13622 2004-08-06 [christoph]  0.9.12cvs46.2
13623
13624         * src/main.c
13625         * src/plugins/clamav/clamav_plugin_gtk.c
13626         * src/plugins/dillo_viewer/dillo_viewer.c
13627         * src/plugins/image_viewer/plugin.c
13628         * src/plugins/mathml_viewer/mathml_viewer.c
13629         * src/plugins/spamassassin/spamassassin_gtk.c
13630         * src/plugins/trayicon/trayicon.c
13631                 don't mix GTK1.2 plugin with GTK2 plugins
13632
13633 2004-08-06 [colin]      0.9.12cvs46.1
13634
13635         * ChangeLog
13636         * ChangeLog.claws
13637         * ChangeLog.jp
13638         * configure.ac
13639         * sylpheed-claws.pc.in
13640         * src/folder.c
13641         * src/imap.c
13642         * src/localfolder.c
13643         * src/messageview.c
13644         * src/mimeview.c
13645         * src/mimeview.h
13646         * src/msgcache.c
13647         * src/news.c
13648         * src/prefs_ext_prog.c
13649         * src/prefs_folder_item.c
13650         * src/prefs_fonts.c
13651         * src/prefs_msg_colors.c
13652         * src/prefs_spelling.c
13653         * src/prefs_themes.c
13654         * src/prefs_toolbar.c
13655         * src/prefs_wrapping.c
13656         * src/procmime.h
13657         * src/common/defs.h
13658         * src/common/nntp.c
13659         * src/common/session.c
13660         * src/common/session.h
13661         * src/common/socket.c
13662         * src/common/utils.h
13663         * src/common/xml.c
13664         * src/common/xml.h
13665         * src/gtk/prefswindow.c
13666         * src/gtk/prefswindow.h
13667         * src/plugins/clamav/clamav_plugin_gtk.c
13668         * src/plugins/dillo_viewer/dillo_prefs.c
13669         * src/plugins/image_viewer/viewerprefs.c
13670         * src/plugins/spamassassin/spamassassin_gtk.c
13671         * m4/openssl.m4 *** REMOVED ***
13672                 Sync with HEAD 0.9.12cvs46
13673
13674 2004-08-03 [paul]       0.9.12cvs40.2
13675
13676         * src/action.c
13677         * src/addressadd.c
13678         * src/addressbook.c
13679         * src/addrgather.c
13680         * src/browseldap.c
13681         * src/compose.c
13682         * src/crash.c
13683         * src/editaddress.c
13684         * src/editgroup.c
13685         * src/editldap_basedn.c
13686         * src/foldersel.c
13687         * src/importldif.c
13688         * src/mimeview.c
13689         * src/prefs_common.c
13690         * src/prefs_template.c
13691         * src/sourcewindow.c
13692         * src/summaryview.c
13693         * src/gtk/about.c
13694         * src/gtk/foldersort.c
13695         * src/gtk/logwindow.c
13696         * src/gtk/pluginwindow.c
13697         * src/gtk/prefswindow.c
13698                 change all gtk_scrolled_window_set_policy from 
13699                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
13700
13701 2004-08-02 [paul]       0.9.12cvs40.1
13702
13703         * AUTHORS
13704                 update translation team section
13705         * po/pt_BR.po
13706                 updated by Frederico Goncalves Guimaraes
13707                 <fggdebian@yahoo.com.br>
13708
13709 2004-07-31 [colin]      0.9.12cvs39.9
13710
13711         * src/exphtmldlg.c
13712                 Fix compilation
13713
13714 2004-07-31 [colin]      0.9.12cvs39.8
13715
13716         * src/exphtmldlg.c
13717                 Fix an alertpanel type
13718
13719 2004-07-30 [colin]      0.9.12cvs39.7
13720
13721         * src/alertpanel.c
13722                 Fix alertpanel_error_log's icon
13723
13724 2004-07-30 [colin]      0.9.12cvs39.6
13725
13726         * src/pop.c
13727                 Two of them should still be warnings
13728
13729 2004-07-30 [colin]      0.9.12cvs39.5
13730
13731         * src/pop.c
13732                 More warning -> error
13733 2004-07-29 [colin]      0.9.12cvs39.4
13734
13735         * src/pop.c
13736                 Warning -> error
13737
13738 2004-07-29 [colin]      0.9.12cvs39.3
13739
13740         * src/prefs_matcher.c
13741                 Fix segfault
13742
13743 2004-07-29 [colin]      0.9.12cvs39.2
13744
13745         * src/alertpanel.c
13746                 More nice-looking alertpanels
13747
13748 2004-07-29 [colin]      0.9.12cvs39.1
13749
13750         * src/messageview.c
13751                 sync with head
13752                 (inform user when partial mail is deleted on server)
13753
13754 2004-07-29 [colin]      0.9.12cvs38.1
13755
13756         * src/messageview.c
13757                 sync with head
13758
13759 2004-07-28 [paul]       0.9.12cvs37.7
13760
13761         * src/mainwindow.c
13762                 complete the replacement of deprecated gtk_progress_*
13763
13764 2004-07-28 [paul]       0.9.12cvs37.6
13765
13766         * src/action.c
13767         * src/inc.c
13768         * src/mainwindow.c
13769         * src/send_message.c
13770         * src/gtk/progressdialog.c
13771         * src/gtk/progressdialog.h
13772                 replace deprecated gtk_progress_*
13773
13774 2004-07-28 [paul]       0.9.12cvs37.5
13775
13776         * src/gtk/filesel.c
13777                 remove gtk_window_set_wmclass()
13778 2004-07-28 [paul]       0.9.12cvs37.4
13779
13780         * src/addressbook.c
13781         * src/compose.c
13782         * src/foldersel.c
13783         * src/mainwindow.c
13784         * src/messageview.c
13785         * src/sourcewindow.c
13786         * src/gtk/logwindow.c
13787                 remove gtk_window_set_wmclass()
13788                 
13789         * src/prefs_filtering.c
13790         * src/prefs_filtering_action.c
13791         * src/prefs_fonts.c
13792         * src/prefs_gtk.c
13793         * src/prefs_matcher.c
13794         * src/ssl_manager.c
13795         * src/gtk/prefswindow.c
13796                 replace gtk_window_position()
13797
13798 2004-07-28 [colin]      0.9.12cvs37.3
13799
13800         * src/alertpanel.c
13801         * src/alertpanel.h
13802                 Add a way to specify panel type for specific
13803                 panels (alertpanel())
13804         * src/account.c
13805         * src/addressbook.c
13806         * src/compose.c
13807         * src/expldifdlg.c
13808         * src/main.c
13809         * src/messageview.c
13810         * src/summaryview.c
13811         * src/textview.c
13812         * src/gtk/sslcertwindow.c
13813                 Fix alertpanel()s so that their icon match
13814                 their real type
13815
13816 2004-07-28 [paul]       0.9.12cvs37.2
13817
13818         * src/addr_compl.c
13819         * src/addressbook.c
13820         * src/alertpanel.c
13821         * src/compose.c
13822         * src/export.c
13823         * src/foldersel.c
13824         * src/folderview.c
13825         * src/grouplistdialog.c
13826         * src/import.c
13827         * src/mainwindow.c
13828         * src/message_search.c
13829         * src/messageview.c
13830         * src/passphrase.c
13831         * src/prefs_actions.c
13832         * src/prefs_common.c
13833         * src/prefs_customheader.c
13834         * src/prefs_display_header.c
13835         * src/prefs_filtering.c
13836         * src/prefs_filtering_action.c
13837         * src/prefs_gtk.c
13838         * src/prefs_matcher.c
13839         * src/prefs_msg_colors.c
13840         * src/prefs_summary_column.c
13841         * src/prefs_template.c
13842         * src/sourcewindow.c
13843         * src/ssl_manager.c
13844         * src/summary_search.c
13845         * src/gtk/colorsel.c
13846         * src/gtk/description_window.c
13847         * src/gtk/gtkaspell.c
13848         * src/gtk/inputdialog.c
13849         * src/gtk/logwindow.c
13850         * src/gtk/prefswindow.c
13851         * src/gtk/progressdialog.c
13852                 replace deprecated gtk_window_set_policy
13853
13854 2004-07-27 [colin]      0.9.12cvs37.1
13855
13856         * src/msgcache.c
13857                 More fixes (synced for head again)
13858
13859 2004-07-27 [colin]      0.9.12cvs35.3
13860
13861         * src/msgcache.c
13862                 Fix wrong test
13863
13864 2004-07-27 [colin]      0.9.12cvs35.2
13865
13866         * src/mimeview.c
13867                 Fix width a bit (by Paul)
13868         * src/alertpanel.c
13869         * src/alertpanel.h
13870                 Specialize icons, make alertpanel_message()
13871                 private
13872         * src/message_search.c
13873         * src/sgpgme.c
13874         * src/summary_search.c
13875                 Suit alertpanel changes
13876
13877 2004-07-27 [colin]      0.9.12cvs35.1
13878
13879         * src/alertpanel.c
13880                 Add an icon
13881         * src/passphrase.c
13882                 Add debug output - maybe someone will
13883                 want to look at the problem with Grab
13884                 Input :)
13885         Bump version as we're synced with HEAD
13886
13887 2004-07-26 [colin]      0.9.12cvs33.26
13888
13889         * src/pop.c
13890                 Fix uidl-file parsing when not in new
13891                 format
13892
13893 2004-07-26 [colin]      0.9.12cvs33.25
13894
13895         * src/gtk/menu.c
13896                 Move popup menu up if necessary (fixes 
13897                 account selector)
13898         * src/mainwindow.c
13899                 Set account selector's button height to
13900                 minimum
13901
13902 2004-07-26 [colin]      0.9.12cvs33.24
13903
13904         * src/alertpanel.c
13905                 Maybe fix 551 (Truncated font in alert window)
13906
13907 2004-07-26 [colin]      0.9.12cvs33.23
13908
13909         * po/de.po
13910         * po/es.po
13911         * po/fr.po
13912         * po/it.po
13913         * po/ja.po
13914         * po/pl.po
13915         * po/ru.po
13916         * po/sk.po
13917         * po/sr.po
13918         * po/zh_CN.po
13919                 Sync po files with HEAD
13920
13921 2004-07-26 [paul]       0.9.12cvs33.22
13922
13923         * src/compose.c
13924                 fix Bug 556 'Organisation-header is sent even if empty'
13925
13926 2004-07-24 [colin]      0.9.12cvs33.21
13927
13928         * src/compose.c
13929         * src/gtk/gtkaspell.c
13930         * src/gtk/gtkaspell.h
13931                 Fix speller accelerators (require hack)
13932
13933 2004-07-24 [colin]      0.9.12cvs33.20
13934
13935         * src/gtk/gtkaspell.c
13936                 Fix over-eager code deletion breaking
13937                 Check while typing
13938
13939 2004-07-24 [colin]      0.9.12cvs33.19
13940
13941         * src/browseldap.c
13942         * src/ldapctrl.c
13943         * src/ldapctrl.h
13944         * src/ldapserver.h
13945                 Sync ldap with HEAD
13946         (Fixes 546 LDAP completely broken)
13947
13948 2004-07-24 [colin]      0.9.12cvs33.18
13949
13950         * src/prefs_msg_colors.c
13951                 Fix prototype mismatch
13952         (Fixes 547 void function cannot return value)
13953
13954 2004-07-24 [colin]      0.9.12cvs33.17
13955
13956         * src/mainwindow.c
13957                 Fix sort going back to previous sort key
13958                 when changing sort direction
13959
13960 2004-07-24 [colin]      0.9.12cvs33.16
13961
13962         * src/compose.c
13963                 Fix space insertion when re-wrapping at 
13964                 cursor point
13965
13966 2004-07-24 [colin]      0.9.12cvs33.15
13967
13968         * src/gtk/gtkaspell.c
13969                 Don't change cursor position in insert-text
13970                 callback
13971         (Fixes 539 Word wrapping on input transposes letters)
13972
13973 2004-07-24 [colin]      0.9.12cvs33.14
13974
13975         * src/gtk/gtkaspell.c
13976                 Reencode non-ascii chars to dictionary's
13977                 encoding
13978         (Fixes 544 Spell check broken non english locale)
13979
13980 2004-07-24 [colin]      0.9.12cvs33.13
13981
13982         * src/summaryview.c
13983                 Fix Shift+Down, add Home/End/PgUp/PgDown
13984
13985 2004-07-21 [colin]      0.9.12cvs33.12
13986
13987         * src/prefs_common.c
13988                 Fix a gtk warning (Patch by Andrej Kacian)
13989
13990 2004-07-21 [colin]      0.9.12cvs33.11
13991
13992         * src/gtk/filesel.c
13993                 More check
13994
13995 2004-07-21 [colin]      0.9.12cvs33.10
13996
13997         * src/compose.c
13998         * src/crash.c
13999         * src/export.c
14000         * src/import.c
14001         * src/messageview.c
14002         * src/mimeview.c
14003         * src/prefs_spelling.c
14004         * src/prefs_themes.c
14005         * src/summaryview.c
14006         * src/gtk/filesel.c
14007         * src/gtk/filesel.h
14008         * src/gtk/pluginwindow.c
14009                 Untwist open/save mode guessing logic, make
14010                 it explicit
14011
14012 2004-07-20 [colin]      0.9.12cvs33.9
14013
14014         * src/codeconv.c
14015                 conv_encode_header: src_charset is UTF-8 on
14016                 gtk2
14017         * src/compose.c
14018                 Remove double encoding of the headers
14019
14020 2004-07-20 [colin]      0.9.12cvs33.8
14021
14022         * src/codeconv.c
14023                 Fix typo
14024
14025 2004-07-20 [colin]      0.9.12cvs33.7
14026
14027         * src/mainwindow.c
14028                 Set the separated messageview to the saved
14029                 size of Claws' messageview (Patch by Alfons)
14030                 Fix a callback prototype (me)
14031
14032 2004-07-20 [colin]      0.9.12cvs33.6
14033
14034         * src/codeconv.h
14035                 Forgot one hunk in 0.9.12cvs33.4
14036
14037 2004-07-19 [colin]      0.9.12cvs33.5
14038
14039         * src/action.c
14040                 Action output fix
14041                 Patch by Alfons
14042
14043 2004-07-19 [colin]      0.9.12cvs33.4
14044
14045         * src/compose.c
14046                 Fix outgoing charset bug in headers
14047         * src/codeconv.c
14048                 Clean for glib2 - Patch by Alfons
14049
14050 2004-07-19 [colin]      0.9.12cvs33.3
14051
14052         * src/statusbar.c
14053                 Remove grip from the statusbar
14054                 Patch by Alfons
14055
14056 2004-07-19 [colin]      0.9.12cvs33.2
14057
14058         * src/messageview.c
14059         * src/textview.c
14060                 Fix messageview remembering the previous
14061                 scroll position when loading a new message
14062                 Patch by Alfons
14063
14064 2004-07-19 [colin]      0.9.12cvs33.1
14065
14066         * src/folder.h
14067         * src/folderview.c
14068         * src/summaryview.c
14069                 Sync with HEAD
14070
14071 2004-07-18 [colin]      0.9.12cvs32.7
14072
14073         * configure.ac
14074                 Remove useless check for XIM - noticed
14075                 by Alfons
14076
14077 2004-07-18 [colin]      0.9.12cvs32.6
14078
14079         * src/summaryview.c
14080                 Remove non-modified and shift-modified
14081                 accelerators in summaryview's popup
14082                 menu, as that doesn't get catched by
14083                 the accel-activate signal catcher...
14084
14085 2004-07-18 [colin]      0.9.12cvs32.5
14086
14087         * src/prefs_common.c
14088                 Define sensible default prefs for 
14089                 wrapping
14090
14091 2004-07-18 [colin]      0.9.12cvs32.4
14092
14093         * src/compose.c
14094         * src/prefs_common.c
14095         * src/prefs_common.h
14096         * src/prefs_wrapping.c
14097                 Remove Smart Wrapping pref, which does
14098                 nothing on gtk2 branch
14099
14100 2004-07-18 [colin]      0.9.12cvs32.3
14101
14102         * src/sourcewindow.c
14103                 Proper utf8
14104
14105 2004-07-18 [colin]      0.9.12cvs32.2
14106
14107         * src/compose.c
14108                 Save attachment status when drafting
14109
14110 2004-07-18 [colin]      0.9.12cvs32.1
14111
14112         * src/gtk/filesel.c
14113                 Fix erratic folder selection in open mode
14114
14115 2004-07-18 [colin]      0.9.12cvs31.11
14116
14117         * src/pop.c
14118                 Don't let partial messages get deleted
14119                 even with "dowload all"
14120                 (0.9.12cvs31.8 fix extension)
14121 2004-07-18 [colin]      0.9.12cvs31.10
14122
14123         * src/gtk/logwindow.c
14124                 Fix log scrolling
14125
14126 2004-07-18 [colin]      0.9.12cvs31.9
14127
14128         * src/common/utils.c
14129                 Fix non-utf8 strings coming from commands
14130                 and files
14131
14132 2004-07-18 [colin]      0.9.12cvs31.8
14133
14134         * src/pop.c
14135                 Fix partial download bug with Download all
14136                 messages option
14137
14138 2004-07-18 [colin]      0.9.12cvs31.7
14139
14140         * src/textview.c
14141                 Fix bug introduced in 0.9.12cvs31.2
14142                 (blocked in select mode after double click)
14143
14144 2004-07-18 [colin]      0.9.12cvs31.6
14145
14146         * src/compose.c
14147         * src/gtk/menu.c
14148                 More glib-warning fixes
14149
14150 2004-07-18 [colin]      0.9.12cvs31.5
14151
14152         * src/compose.c
14153                 Fix trashing the primary clipboard when moving 
14154                 around with tab
14155         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14156
14157 2004-07-18 [colin]      0.9.12cvs31.4
14158
14159         * src/codeconv.c
14160                 convert unencoded iso headers to utf8
14161         (Fix Bug 538 Unencoded local characters in subject make it 
14162          disappear)
14163
14164 2004-07-18 [colin]      0.9.12cvs31.3
14165
14166         * src/compose.c
14167                 Fix tab char handling in wrapping
14168         (Fix Bug 537 Line wrap problem - TAB character treated as 
14169          one character instead of 8)
14170
14171 2004-07-18 [colin]      0.9.12cvs31.2
14172
14173         * src/textview.c
14174                 return FALSE on GDK_MOTION_NOTIFY
14175         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14176          (unable to highlight))
14177
14178 2004-07-18 [colin]      0.9.12cvs31.1
14179
14180         * src/folderview.c
14181                 Sync with 0.9.12cvs31
14182
14183 2004-07-18 [colin]      0.9.12cvs30.4
14184
14185         * src/compose.c
14186                 Also block text_inserted when inserting a file
14187
14188 2004-07-18 [colin]      0.9.12cvs30.3
14189
14190         * src/compose.c
14191                 Fix smart wrapping (block text_inserted handler
14192                 while putting quotation to avoid wrap on input,
14193                 don't join lines if next is sig separator)
14194
14195 2004-07-17 [colin]      0.9.12cvs30.2
14196
14197         * src/folderview.c
14198         * src/mainwindow.c
14199         * src/mimeview.c
14200         * src/summaryview.c
14201         * src/gtk/quicksearch.c
14202         * src/gtk/quicksearch.h
14203                 Block key events handlers *and* accels while
14204                 quicksearch is focused
14205         (Fixes Bug 534 quick-search bar not accepting certain letters)
14206
14207 2004-07-17 [colin]      0.9.12cvs30.1
14208
14209         * src/folder.h
14210         * src/folderview.c
14211         * src/summaryview.c
14212                 Sync with 0.9.12cvs30
14213
14214 2004-07-17 [colin]      0.9.12cvs28.2
14215
14216         * src/mimeview.c
14217         * src/procmime.c
14218         * src/summaryview.c
14219         * src/gtk/menu.c
14220                 Squash some compile and glib warnings
14221
14222 2004-07-17 [paul]       0.9.12cvs28.1
14223
14224         * src/mimeview.c
14225                 sync with 0.9.12cvs28 HEAD
14226
14227 2004-07-16 [paul]       0.9.12cvs26.1
14228         
14229         * src/gtk/quicksearch.c
14230         * src/account.c
14231         * src/account.h
14232         * src/compose.c
14233         * src/customheader.c
14234         * src/folder_item_prefs.c
14235         * src/main.c
14236         * src/mainwindow.c
14237         * src/messageview.c
14238         * src/mimeview.c
14239         * src/news.c
14240         * src/pgpmime.c
14241         * src/pop.c
14242         * src/pop.h
14243         * src/prefs_account.c
14244         * src/prefs_account.h
14245         * src/prefs_common.c
14246         * src/prefs_common.h
14247         * src/prefs_display_header.c
14248         * src/prefs_gtk.c
14249         * src/prefs_gtk.h
14250         * src/procheader.c
14251         * src/procmime.c
14252                 sync with 0.9.12cvs26 HEAD      
14253
14254 2004-07-15 [colin]      0.9.12cvs18.14
14255
14256         * src/folder.c
14257                 Disable GPG signature check during
14258                 folder move and scan
14259         (Closes Bug 521 Signature checking slows down Folder-Move)
14260
14261 2004-07-14 [colin]      0.9.12cvs18.13
14262
14263         * src/common/partial_download.c
14264                 update includes
14265
14266 2004-07-14 [colin]      0.9.12cvs18.12
14267
14268         * src/common/partial_download.c
14269         * src/common/partial_download.h
14270                 Move doc at top, add correct copyright
14271
14272 2004-07-14 [colin]      0.9.12cvs18.11
14273
14274         * src/folder.c
14275         * src/messageview.c
14276         * src/pop.c
14277         * src/pop.h
14278         * src/procmsg.c
14279         * src/summaryview.c
14280         * src/common/Makefile.am
14281         * src/common/partial_download.c ** NEW FILES **
14282         * src/common/partial_download.h ** NEW FILES **
14283                 Move partial-download related stuff to its
14284                 own file
14285
14286 2004-07-14 [colin]      0.9.12cvs18.10
14287
14288         * src/send_message.c
14289                 Fix smtp auth when user is null or empty
14290
14291 2004-07-13 [colin]      0.9.12cvs18.9
14292
14293         * src/gtk/quicksearch.c
14294                 Use alphabetic order
14295
14296 2004-07-13 [colin]      0.9.12cvs18.8
14297
14298         * src/pop.c
14299                 Be paranoid on the checks
14300
14301 2004-07-13 [colin]      0.9.12cvs18.7
14302
14303         * src/gtk/quicksearch.c
14304                 Fix Engrish once again
14305
14306 2004-07-13 [colin]      0.9.12cvs18.6
14307
14308         * src/procmsg.c
14309         * src/summaryview.c
14310                 Mark messages for deletion when they are about to
14311                 be removed from trash
14312
14313 2004-07-13 [colin]      0.9.12cvs18.5
14314
14315         * src/matcher.c
14316         * src/matcher.h
14317         * src/matcher_parser_parse.y
14318         * src/prefs_matcher.c
14319         * src/gtk/quicksearch.c
14320                 Add 'partial' ('p') match string to find partially
14321                 downloaded messages
14322
14323 2004-07-13 [colin]      0.9.12cvs18.4
14324
14325         * src/pop.c
14326                 Fix misplaced block
14327
14328 2004-07-13 [colin]      0.9.12cvs18.3
14329
14330         * src/pop.c
14331         * src/pop.h
14332         * src/messageview.c
14333                 Refactor API (to avoid passing 5+ params and code
14334                 duplication)
14335         * src/folder.c
14336         * src/msgcache.c
14337         * src/procheader.c
14338         * src/common/defs.h
14339                 Add planned_download to cache
14340                 Don't mess uidl file when moving partially downloaded
14341                 mails (they change folder, we should change it in the
14342                 uidl list too or we'll remove an incorrect message)
14343                 (this also helps removing hacks when changing 
14344                 planned_download in messageview.c)
14345
14346 2004-07-12 [colin]      0.9.12cvs18.2
14347
14348         * src/gtk/quicksearch.c
14349                 Fix missing status update in quicksearch
14350
14351 2004-07-12 [paul]       0.9.12cvs18.1
14352
14353         * po/POTFILES.in
14354         * src/Makefile.am
14355         * src/account.c
14356         * src/codeconv.c
14357         * src/compose.c
14358         * src/inc.c
14359         * src/main.c
14360         * src/prefs_common.c
14361         * src/procmsg.h
14362         * src/toolbar.c
14363         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14364         * src/prefs_wrapping.[ch]       ** NEW FILES **
14365         * src/common/intl.h
14366         * src/common/utils.[ch]
14367         * src/gtk/quicksearch.[ch]
14368                 sync with 0.9.12cvs18 HEAD
14369
14370 2004-07-12 [colin]      0.9.11cvs17.25
14371
14372         * src/folder.c
14373         * src/folder.h
14374                 Remove unused function added by me in 0.9.11cvs17.10
14375
14376 2004-07-11 [colin]      0.9.11cvs17.24
14377
14378         * src/inc.c
14379         * src/messageview.c
14380         * src/pop.c
14381         * src/pop.h
14382                 Use folderitem and msgnum instead of filename to
14383                 know which mail to delete
14384                 Move old partial mail deletion to pop.c
14385
14386 2004-07-10 [colin]      0.9.11cvs17.23
14387
14388         * src/inc.c
14389                 Add debug
14390         * src/pop.c
14391         * src/pop.h
14392                 Don't re-use same enums for unrelated stuff: it's 
14393                 completely misleading !
14394                 Document a bit
14395
14396 2004-07-09 [colin]      0.9.11cvs17.22
14397
14398         * src/inc.c
14399                 Remove folder-type check and do
14400                 more tests to be sure everything's
14401                 ok
14402         * src/messageview.c
14403                 Punctuation update, remove useless
14404                 code, fix two warnings
14405         * src/noticeview.c
14406                 Layout cleaning, reset 2nd button
14407                 when specifying one
14408
14409 2004-07-09 [colin]      0.9.11cvs17.21
14410
14411         * src/messageview.c
14412         * src/pop.c
14413         * src/pop.h
14414                 Allow user to change his mind
14415                 and postpone decision (by
14416                 unmarking the mail)
14417
14418 2004-07-09 [colin]      0.9.11cvs17.20
14419
14420         * src/messageview.c
14421                 Fix bug with delete state
14422         * src/pop.c
14423         * src/pop.h
14424                 Fix buffer leak (fread doesn't 
14425                 terminate buffers with \0)
14426                 Refactoring (remove magic 
14427                 numbers)
14428
14429 2004-07-09 [colin]      0.9.11cvs17.19
14430
14431         * src/pop.c
14432                 Don't log "Skipping message" if 
14433                 we're going to TOP it two lines
14434                 later
14435
14436 2004-07-09 [colin]      0.9.11cvs17.18
14437
14438         * src/messageview.c
14439                 Fix Engrish
14440
14441 2004-07-09 [colin]      0.9.11cvs17.17
14442
14443         * src/pop.c
14444                 strlen checking...
14445         * src/messageview.c
14446                 refactoring a bit
14447
14448 2004-07-08 [colin]      0.9.11cvs17.16
14449
14450         * src/noticeview.c
14451         * src/noticeview.h
14452                 Add an optional second button
14453         * src/messageview.c
14454         * src/pop.c
14455         * src/pop.h
14456                 Don't delete partially received mails after a certain
14457                 time; rather, let the user decide.
14458
14459 2004-07-08 [colin]      0.9.11cvs17.15
14460
14461         * src/common/smtp.h
14462                 Sync with HEAD
14463
14464 2004-07-08 [colin]      0.9.11cvs17.14
14465
14466         * src/messageview.c
14467         * src/common/smtp.c
14468                 Use to_human_readable() for sizes
14469
14470 2004-07-08 [colin]      0.9.11cvs17.13
14471
14472         * src/inc.c
14473         * src/messageview.c
14474         * src/pop.c
14475         * src/pop.h
14476         * src/procmsg.c
14477                 Fix partial-downloading issues:
14478                         catch unsupported TOP
14479                         don't delete partially downloaded mails before 5 days
14480                         don't update existing with non-MH folders; that'll
14481                         make dups, but it's better than trashing the folder
14482                         free new msginfo parts
14483                 Fix indentation ;-)
14484
14485 2004-07-08 [colin]      0.9.11cvs17.12
14486
14487         * src/common/smtp.c
14488         * src/common/smtp.h
14489                 Sync smtp size verification with HEAD
14490
14491 2004-07-08 [colin]      0.9.11cvs17.11
14492
14493         * src/summaryview.c
14494         * src/prefs_common.c
14495         * src/prefs_common.h
14496         * src/gtk/quicksearch.c
14497         * src/gtk/quicksearch.h
14498                 Sync sticky pref with HEAD
14499
14500 2004-07-08 [colin]      0.9.11cvs17.10
14501
14502         * src/folder.c [1.213.2.6]
14503         * src/folder.h [1.87.2.6]
14504         * src/inc.c [1.149.2.7]
14505         * src/messageview.c [1.94.2.8]
14506         * src/procheader.c [1.47.2.6]
14507         * src/procmsg.c [1.150.2.4]
14508         * src/procmsg.h [1.60.2.5]
14509         * src/pop.c [1.56.2.4]
14510         * src/pop.h [1.17.2.3]
14511                 Let too big messages get downloaded, but truncated
14512                 Add a button to download them completely
14513                 
14514 2004-07-06 [colin]      0.9.11cvs17.9
14515
14516         * src/gtk/quicksearch.c [1.1.2.3]
14517                 Add a Clear button
14518         * commitHelper
14519         * PATCHSETS
14520                 Add a script to help with cvs
14521
14522 2004-07-03 [colin]      0.9.11cvs17.8
14523
14524         * src/plugins/imageviewer/viewer.c
14525                 fix imageviewer (which was staying on the first
14526                 displayed image)
14527
14528 2004-07-03 [colin]      0.9.11cvs17.7
14529
14530         Removed FIXME_GTK2 warnings
14531         * src/gtk/gtkutils.c
14532                 useless #warnings
14533         * src/gtk/menu.c
14534                 useless #warnings (no need to mess with menu rc)
14535         * src/gtk/menu.h
14536                 unused functions
14537         
14538
14539 2004-07-03 [colin]      0.9.11cvs17.6
14540
14541         Removed FIXME_GTK2 warnings
14542         * src/codeconv.c
14543                 useless #warnings (rewrite needed)
14544         * src/compose.c
14545                 useless #warnings (rewrite needed)
14546                 useless #warnings (gtk2 is like that)
14547                 useless #warnings (previously fixed)
14548         * src/main.c
14549                 useless #warnings (previously fixed)
14550         * src/message_search.c
14551                 useless #warnings (gtk2 is like that)
14552                 Made apparent that search is case-sensitive
14553         * src/mimeview.c
14554                 useless #warnings (rewrite needed)
14555                 useless #warnings (gtk2 is like that)
14556                 reimplemented real warnings
14557         * src/prefs_common.c
14558                 Removed block cursor option (not it gtk2)
14559         * src/prefs_gtk.c
14560                 useless #warnings (rewrite needed)
14561         * src/procheader.c
14562                 useless #warnings (rewrite needed)
14563         * src/sourcewindow.c
14564                 useless #warnings (incorrect placing)
14565         * src/summary_search.c
14566                 useless #warnings (gtk2 is like that)
14567                 Made apparent that search is case-sensitive
14568         * src/action.c
14569                 useless #warnings (gtk2 is like that)
14570         * src/textview.c
14571                 useless #warnings (rewrite needed)
14572         * src/toolbar.c
14573                 useless #warnings (rewrite needed)
14574
14575 2004-07-03 [colin]      0.9.11cvs17.5
14576
14577         * src/textview.c
14578                 Fix mismerge which broke URI opening
14579                 
14580 2004-07-01 [colin]      0.9.11cvs17.4
14581
14582         * src/gtk/filesel.c
14583                 Fill filename when saving
14584                 
14585 2004-06-27 [colin]      0.9.11cvs17.3
14586
14587         * src/gtk/filesel.[ch]
14588                 Use the new GTK file selector
14589                 Update prototype to match the reality: multiple file
14590                 selection is open-only          
14591         * src/compose.c
14592                 Match the new prototypes        
14593         * configure.ac
14594                 Match the new requirements (gtk 2.4.0)
14595                         
14596 2004-06-26 [colin]      0.9.11cvs17.2
14597
14598         * src/plugins/trayicon/trayicon.c
14599                 Remove useless signal handler on resize, which causes
14600                 an infinite "loop"
14601         
14602 2004-06-26 [colin]      0.9.11cvs17.1
14603         
14604         * tools/Makefile.am
14605                 remove launch_firebird and add nautilus2sylpheed.sh
14606         * src/quicksearch.c
14607           src/summaryview.c
14608                 Fix show/hide "Extended symbols" button problem
14609                 Fix apparition at startup
14610                 Fix const warnings
14611         * src/plugins/image_viewer/Makefile.am
14612                 Fix configure 
14613         * common/ssl.c
14614                 Re-enable certificate check, as it doesn't seem to
14615                 cause Xlib errors anymore
14616
14617 2004-06-25 [paul]       0.9.11cvs17
14618
14619         * sync with 0.9.11cvs17 HEAD
14620         
14621         NOTE: QuickSearch is broken
14622
14623 2004-06-07 [colin]      0.9.10claws67.10
14624         * src/plugins/trayicon/trayicon.c
14625           src/plugins/trayicon/libeggtrayicon/Makefile.am
14626           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14627                 Fix gettextization in trayicon plugin
14628
14629 2004-06-07 [colin]      0.9.10claws67.9
14630         
14631         * src/summaryview.c
14632           src/gtk/gtksctree.[ch]
14633                 Let Shift+{Up,Down} work in summaryview
14634                 (well, Down "works" and Up works)
14635                 Let the list scroll when using these keys
14636
14637 2004-06-06 [colin]      0.9.10claws67.8
14638
14639         * src/plugins/trayicon/trayicon.c
14640                 Fix pixmap update
14641
14642 2004-06-06 [colin]      0.9.10claws67.7
14643
14644         * src/addressbook.c
14645                 Fix signal handling causing system-wide focus grab
14646
14647 2004-05-25 [paul]       0.9.10claws67.6
14648
14649         * Makefile.am
14650           src/Makefile.am
14651                 clean up
14652
14653 2004-05-25 [paul]       0.9.10claws67.5
14654
14655         * replace deprecated gtk_signal... functions
14656
14657 2004-05-23 [colin]      0.9.10claws67.4
14658
14659         * src/compose.c
14660                 Fix wrapping
14661
14662 2004-05-22 [colin]      0.9.10claws67.3
14663
14664         * src/compose.c
14665                 Re-fix [Edited] in compose.c::compose_reedit()
14666
14667 2004-05-22 [colin]      0.9.10claws67.2
14668
14669         * src/procmime.c
14670                 Fix parsing of multiparts mails
14671
14672 2004-05-22 [colin]      0.9.10claws67.1
14673
14674         * src/summaryview.c
14675                 Fix quicksearch
14676
14677 2004-05-22 [paul]       0.9.10claws67
14678
14679         * sync with 0.9.10claws67 HEAD
14680
14681 2004-05-14 [alfons]
14682
14683         * src/procmime.h
14684                 add forgotton prototype
14685
14686 2004-05-10 [paul]       0.9.10claws57
14687
14688         * sync with 0.9.10claws57 HEAD
14689
14690 2004-05-05 [paul]       0.9.9.claws1
14691
14692         * ChangeLog-gtk2        ** REMOVED **
14693           ChangeLog-gtk2.claws  ** ADDED **
14694                 rename and adopt the normal claws format
14695                 
14696         * configure.ac
14697                 require gtkmathview >= 0.5
14698
14699         * ac/*                          ** REMOVED **
14700           ac/                           ** REMOVED **
14701           intl/Makefile.in              ** REMOVED **
14702           m4/                           ** ADDED **
14703           m4/missing                    ** ADDED **
14704           m4/missing/gdk-pixbuf.m4      ** ADDED **
14705           m4/missing/gettext.m4         ** ADDED **
14706           m4/missing/gpgme.m4           ** ADDED **
14707           m4/missing/imlib.m4           ** ADDED **
14708           m4/.cvsignore                 ** ADDED **
14709           m4/Makefile.am                ** ADDED **
14710           m4/README                     ** ADDED **
14711           m4/aclocal-include.m4         ** ADDED **
14712           m4/aspell.m4                  ** ADDED **
14713           m4/check-type.m4              ** ADDED **
14714           m4/gnupg-check-typedef.m4     ** ADDED **
14715           m4/openssl.m4                 ** ADDED **
14716           m4/spamassassin.m4            ** ADDED **
14717           po/ChangeLog                  ** REMOVED **
14718           po/Makefile.in.in             ** REMOVED **
14719           po/Rules-quot                 ** REMOVED **
14720           po/boldquot.sed               ** REMOVED **
14721           po/en@boldquot.header         ** REMOVED **
14722           po/en@quot.header             ** REMOVED **
14723           po/insert-header.sin          ** REMOVED **
14724           po/quot.sed                   ** REMOVED **
14725           po/remove-potcdate.sed        ** REMOVED **
14726           po/remove-potcdate.sin        ** REMOVED **
14727           po/stamp-po                   ** REMOVED **
14728           Makefile.am
14729           autogen.sh
14730           configure.ac
14731                 enable building with automake 1.8.x
14732                 add 'autopoint --force' to autogen.sh and remove all
14733                 auto-generated files, remove ac/ directory and use
14734                 m4/ directory instead
14735                 
14736         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14737                 fix gettextization
14738
14739 2004-02-28 Colin Leroy <colin@colino.net>
14740         * src/prefs_matcher.c
14741           src/prefs_filtering.c
14742           src/prefs_filtering_action.c
14743                 Fix non-editable GtkEntries
14744
14745 2004-02-22 Thorsten Maerz <torte@netztorte.de>
14746         * src/prefs_themes.c
14747                 utf8 conversion for theme info
14748
14749 2004-02-21 Thorsten Maerz <torte@netztorte.de>
14750         * sync 0.9.9claws
14751
14752 2004-02-14 Thorsten Maerz <torte@netztorte.de>
14753         * src/grouplistdialog.c
14754                 allow multiple selections without ctrl key
14755
14756 2004-02-09 Thorsten Maerz <torte@netztorte.de>
14757         * src/main.c
14758                 enable customizable accelerators
14759
14760 2004-02-08 Thorsten Maerz <torte@netztorte.de>
14761         * src/prefs_common.c
14762                 re-enable different font settings for gtk1/2
14763         * src/prefs_folder_item.c
14764                 fix folder prefs displayed wrong
14765         * src/textview.c
14766                 set 'sunken' shadow type
14767
14768 2004-02-07 Colin Leroy <colin@colino.net>
14769         * src/compose.c
14770                 Fix message being always [Edited]
14771                 Encode headers correctly (utf8 buf)
14772
14773 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14774         * src/socket.c
14775                 remove double g_source_attach()
14776                 (Thanks to Colin Leroy)
14777
14778 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14779         * src/gtk/gtksctree.c
14780                 Fix SSL certificate list not shown
14781         * src/mimeview.c
14782                 Fix clicks in mime tree
14783
14784 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14785         * src/common/socket.c
14786                 Fix SSL receive
14787         * src/compose.c
14788                 Fix clipboard menu hotkeys
14789
14790 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14791         * src/gtk/gtkaspell.[ch]
14792           src/compose.c
14793                 reimplement spellchecker
14794
14795 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14796         * src/gtk/filesel.c
14797                 crash when inserting file in compose window
14798                 (TODO: keep old selection on clicks)
14799         * src/main.c
14800                 use gtkrc-2.0 instead of gtkrc
14801
14802 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14803         * src/messageview.c
14804                 remove orphaned mimeview unref()
14805
14806 2004-01-20 Thorsten Maerz <torte@netztorte.de>
14807         * src/grouplistdialog.c
14808                 expand nodes containing subscribed groups
14809
14810 2004-01-19 Thorsten Maerz <torte@netztorte.de>
14811         * src/textview.c
14812                 textview: hide cursor, restore old click behaviour
14813
14814 2004-01-18 Thorsten Maerz <torte@netztorte.de>
14815         * src/textview.c
14816                 variable names messed up
14817
14818 2004-01-17 Colin Leroy <colin@colino.net>
14819         * src/addr_compl.c
14820                 Fix completion address too thin
14821         * src/compose.c
14822                 Fix tab-to-subject behaviour
14823         * src/summaryview.c
14824                 Implement key up & down in summaryview
14825
14826 2004-01-12 Thorsten Maerz <torte@netztorte.de>
14827
14828         * sync 098claws
14829
14830 2004-01-08 Thorsten Maerz <torte@netztorte.de>
14831         * configure.ac
14832           Makefile.am
14833           doc/.cvsignore
14834           doc/Makefile.am
14835                 faq, man, manual moved to doc/
14836         * ac/aspell.m4
14837           ac/check-type.m4
14838           ac/gnupg-check-typedef.m4
14839           ac/openssl.m4
14840           ac/spamassassin.m4
14841           ac/missing/gdk-pixbuf.m4
14842           ac/missing/gpgme.m4
14843           ac/missing/imlib.m4
14844                 fix automake warnings
14845
14846 2003-12-06 Colin Leroy <colin@colino.net>
14847         * src/summaryview.c
14848                 Fix quicksearch
14849
14850 2003-12-05 Colin Leroy <colin@colino.net>
14851         * src/summaryview.c
14852                 Fix going to next unread folder
14853
14854 2003-12-05 Colin Leroy <colin@colino.net>
14855         * src/crash.c
14856                 Fix gtk2 compilation
14857         * src/session.c
14858                 Remove iotag source handler at disconnection
14859         * src/socket.[ch] 
14860                 Remove source handler when closing socket 
14861                 (fixes another seg)
14862
14863 2003-12-04 Colin Leroy <colin@colino.net>
14864         * src/compose.c
14865           src/prefs_account.c
14866           src/prefs_common.c
14867                 Fix some dropdown menus
14868
14869 2003-12-04 Colin Leroy <colin@colino.net>
14870         * src/compose.c
14871                 Fix event handlers on header fields
14872         * src/common/socket.c
14873           src/common/session.c
14874                 Fix segfault with callback (SSL)
14875                 Fix end of session 
14876
14877 2003-10-06 Thorsten Maerz <torte@netztorte.de>
14878
14879         * Fix compile bug in src/compose.c
14880         * removed src/gtk/gtkstext.[ch]
14881
14882 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
14883
14884         * Convert character set and escape "text" attributes in toolbar setting
14885         files.
14886         * Fixed bug in button-press-event handling.
14887
14888 2003-09-16 Thorsten Maerz <torte@netztorte.de>
14889
14890         * Fixed bug in key-press-event handling.
14891
14892 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
14893
14894         * Enabled to compile tray-icon plugin (Ad-hoc).
14895         * Avoid hang up bug of icon list in mime view (Ad-hoc).
14896
14897 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
14898
14899         * Enabled to compile on sylpheed-claws.
14900         (tray-icon plugin still cannot compile yet.)
14901
14902 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
14903
14904         * Updated to 0.9.5.
14905
14906 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
14907
14908         * Updated to 0.9.4.
14909         * Ported monitoring SSL mechanism to GSource of GLib2
14910         (I don't confirm it)
14911         * Added _gtk2 suffix to key name of font preference to avoid
14912         ovverwriting preference of Gtk+-1.2 version.
14913
14914 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
14915
14916         * Updated to 0.9.2.
14917
14918 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
14919
14920         * Updated to 0.9.1.
14921         * Translate po files into UTF-8 when execute autogen.sh.
14922
14923 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
14924
14925         * Updated to 0.9.0.
14926
14927 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
14928
14929         * Plugged GError related memory leaks.
14930
14931 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
14932
14933         * Changed default size of fonts.
14934         * Enabled to set titile font size of warning dialog.
14935
14936 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
14937
14938         * Embed a sylpheed icon into executable binary on Windows.
14939
14940 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
14941
14942         * I forgot to traslate character set of element string in src/xml.c.
14943
14944 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
14945
14946         * Fixed detecting bind_textdomain_codeset in configure.in.
14947         * The bug in which "Example" of "Date fromat" preference isn't displayed
14948         correctly has been fixed.
14949
14950 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
14951
14952         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
14953           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
14954           glib-gettextize
14955           Removed intl directory.
14956           Translated po files into UTF-8.
14957           (Thanks! Ryuji Abe)
14958
14959 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
14960
14961         * The bug which doesn't unscape string in xml.c has been fixed.
14962
14963 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
14964
14965         * The bug which is failed to translate encoding of file name thorough
14966         file dialog has been fixed.
14967
14968 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
14969
14970         * Modified to translate file names which is used in inporting/expoting
14971         mbox feature and "Save as" feature into locale encoding.
14972         * Translate file names into locale encoding when "Attache file" and
14973         "Insert file".
14974         * Force set G_BROKEN_FILENAMES environment variable.
14975         * Other minor fixes.
14976
14977 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
14978
14979         * Modified to treat MH folder's name as locale encoding.
14980
14981 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
14982
14983         * The bug which clash on switching candidates of auto completion of
14984         addresses, cannot use auto completion in Japanesse is fixed
14985         (Thanks! Tokunaga-san)¡¥
14986
14987 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14988
14989         * The bug which cannot switch key accelerator preference has been fixed
14990         (Thanks! smbd-san)¡¥
14991
14992 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14993
14994         * version 0.8.11-gtk2-20030314
14995
14996 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14997
14998         * The bug in which character set conversion of filtering messages has
14999         been fixed.(Thanks! COCOA-san).
15000
15001 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15002
15003         * Revived "Leave space on head" preference in "Message" category.
15004         * A bug which clash when put the cursor to end of buffer and execute
15005         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15006
15007 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15008
15009         * version 0.8.11-gtk2-20030312
15010
15011 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15012
15013         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15014         * Modified to use Pango's API directly for font preference.
15015         * Integrated GtkTextView of textview to one widget.
15016         * Set fonts of header title in textview by "header_title" tag.
15017         * Removed some deprecated codes.
15018
15019 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15020
15021         * Updated to 0.8.11.
15022         * Merged cygwin patch(Thanks! Sakai-san).
15023
15024 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15025
15026         * version 0.8.10-gtk2-20030309