2.3.0-rc3 released
[claws.git] / ChangeLog
1 2006-05-20 [colin]
2
3         * 2.3.0-rc3 released
4
5 2006-05-20 [colin]      2.2.0cvs41
6
7         * src/imap.c
8                 Fix -rc2 problems:
9                 - remove cache of moved messages from original folder
10                 - apply new flags to messages even if they aren't appliable
11                   via IMAP.
12
13 2006-05-20 [colin]
14
15         * 2.3.0-rc2 released
16
17 2006-05-19 [colin]      2.2.0cvs40
18
19         * src/imap.c
20                 Don't issue SELECT in imap_change_flags
21                 before having checked that we indeed have
22                 some flags to change. MSG_POSTFILTERED for
23                 example can't be used on IMAP.
24                 Fixes bug #955 (copying messages between 
25                 imap folders is extremely slow), which was
26                 a regression.
27
28 2006-05-19 [colin]      2.2.0cvs39
29
30         * src/folder.c
31         * src/folder.h
32         * src/folderview.c
33                 Try to fix bug #830 (Some unread messages 
34                 get marked read in IMAP inbox):
35                 - Prevent scanning a folder if it's being 
36                   opened via the GUI
37                 - Postpone opening via the GUI of a folder
38                   currently scanned.
39
40
41 2006-05-19 [wwp]        2.2.0cvs38
42
43         * manual/advanced.xml
44                 fix English+typo (thanks to Paul).
45
46 2006-05-19 [wwp]        2.2.0cvs37
47
48         * manual/advanced.xml
49         * manual/fr/advanced.xml
50         * src/gtk/logwindow.c
51         * src/prefs_common.c
52         * src/prefs_common.h
53                 added hidden prefs to allow customization of colors used in
54                 protocol log window (useful for dark gtk+ themes).
55
56 2006-05-19 [wwp]        2.2.0cvs36
57
58         * ChangeLog
59                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
60
61 2006-05-19 [paul]       2.2.0cvs35
62
63         * src/textview.c
64                 make Reply-To fully clickable
65         * src/gtk/logwindow.c
66                 more colouring (SMTP ESMTP)
67         Both patches by Pawel Pekala
68
69 2006-05-19 [cleroy]     2.2.0cvs34
70
71         * src/mh.c
72                 Don't update flags from current folder
73                 Probably fixes bug #935 (Read Messages 
74                 Revert to Being Marked as Unread)
75
76 2006-05-18 [colin]      2.2.0cvs33
77
78         * src/imap.c
79                 Warning fix
80         * src/compose.c
81         * src/mainwindow.c
82         * src/summaryview.c
83         * src/toolbar.c
84                 Allow replying to multiple emails
85                 in multiple windows
86         * src/mimeview.c
87         * src/etpan/imap-thread.c
88                 Leak fixes
89
90 2006-05-18 [paul]       2.2.0cvs32
91
92         * src/summaryview.c
93                 keep Mailing-List menu refreshed
94                 Thanks to Colin
95
96 2006-05-18 [paul]       2.2.0cvs31
97
98         * manual/advanced.xml
99         * manual/faq.xml
100         * manual/glossary.xml
101         * manual/handling.xml
102         * manual/intro.xml
103         * manual/plugins.xml
104         * manual/sylpheed-claws-manual.xml
105                 update URLs
106                 add info about mailing-list support
107                 edit filtering info
108         * src/wizard.c
109         * src/common/defs.h
110         * src/gtk/about.c
111         * src/plugins/dillo_viewer/README
112                 update URLs
113
114 2006-05-17 [wwp]        2.2.0cvs30
115
116         * manual/handling.xml
117         * manual/fr/handling.xml
118                 documented the ability to enabled/disable filtering/processing rules.
119
120 2006-05-17 [colin]      2.2.0cvs29
121
122         * src/main.c
123                 Don't initialize g_thread subsystem if it's 
124                 already done (thanks to Hiro)
125         * src/mimeview.c
126                 Fix saving of parts when there name can't be
127                 converted from UTF-8.
128
129 2006-05-17 [paul]       2.2.0cvs28
130
131         * po/Makefile.in.in
132                 fix config.status warning with autoconf 2.60
133
134 2006-05-17 [paul]       2.2.0cvs27
135
136         * po/POTFILES.in
137                 add src/mbox.c
138
139 2006-05-17 [wwp]        2.2.0cvs26
140
141         * src/mainwindow.c
142                 fix useless and potentially dangerous buffer walking (thanks to Colin).
143
144 2006-05-17 [wwp]        2.2.0cvs25
145
146         * src/plugins/demo/demo.c
147                 updated product name in plugin demo (many plugins need to be
148                 sync'ed w/ that change).
149
150 2006-05-17 [colin]      2.2.0cvs24
151
152         * src/mh.c
153                 Fix leak
154
155 2006-05-16 [colin]      2.2.0cvs23
156
157         * src/mainwindow.c
158                 Stupid me hit again. Fix cvs22.
159
160 2006-05-16 [colin]      2.2.0cvs22
161
162         * src/mainwindow.c
163                 Fix bug #922 (sylpheed-claws crashed after 
164                 pushing on Inbox folder)
165
166 2006-05-16 [colin]      2.2.0cvs21
167
168         * src/compose.c
169                 Make From header be copy/paste/select-able
170
171 2006-05-16 [wwp]        2.2.0cvs20
172
173         * src/export.c
174         * src/matcher.c
175         * src/summaryview.c
176         * src/etpan/imap-thread.c
177                 fix some compiler warnings (thanks to Colin).
178
179 2006-05-16 [wwp]        2.2.0cvs19
180
181         * src/action.c
182         * src/gedit-print.c
183         * src/inc.c
184         * src/mainwindow.c
185         * src/mh.c
186         * src/statusbar.c
187         * src/send_message.c
188         * src/summaryview.c
189                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
190
191 2006-05-15 [colin]      2.2.0cvs18
192
193         * src/procmsg.c
194                 Fix automatic rule creation with List-Post
195
196 2006-05-15 [paul]       2.2.0cvs17
197
198         * tools/filter_conv_new.pl
199                 updated for rule enabling/disabling
200                 claws version >= 2.3.x required
201
202 2006-05-15 [cleroy]     2.2.0cvs16
203
204         * src/main.c
205                 Revert test
206
207 2006-05-15 [cleroy]     2.2.0cvs15
208
209         * src/main.c
210                 test
211
212 2006-05-15 [wwp]        2.2.0cvs14
213
214         * manual/pl/.cvsignore
215                 ignore generated files.
216
217 2006-05-14 [wwp]        2.3.0-rc1
218
219         * 2.3.0-rc1 released
220
221 2006-05-13 [wwp]        2.2.0cvs13
222
223         * src/filtering.c
224         * src/filtering.h
225         * src/matcher.c
226         * src/matcher_parser_lex.l
227         * src/matcher_parser_parse.y
228         * src/prefs_filtering.c
229                 new feature: provide the ability to disable filtering and processing
230                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
231                 adaptations.
232
233 2006-05-13 [colin]      2.2.0cvs12
234
235         * src/compose.c
236                 Remove useless if (a) b; else b;
237                 Thanks to wwp
238
239 2006-05-13 [wwp]        2.2.0cvs11
240
241         * src/export.c
242         * src/import.c
243         * src/mainwindow.c
244         * src/mbox.c
245         * src/summaryview.c
246         * src/summaryview.h
247                 no more silent failures (or at least less ones) when importing
248                 or exporting from/to mbox. Also start importing/exporting if
249                 the necessary info is set.
250
251 2006-05-13 [wwp]        2.2.0cvs10
252
253         * RELEASE_NOTES
254                 restored up-to-date release notes.
255
256 2006-05-13 [paul]       2.2.0cvs9
257
258         * po/nl.po
259         * po/ru.po
260                 updated by Tim Dijkstra and Pavlo Bohmat
261
262 2006-05-12 [colin]      2.2.0cvs8
263
264         * src/gtk/quicksearch.c
265                 Add "k" as shortcut for "colorlabel". Patch
266                 by ath42@users.sf.net.
267
268 2006-05-12 [paul]       2.2.0cvs7
269
270         * src/prefs_common.h
271         * src/prefs_summaries.c
272         * src/summaryview.c
273                 when entering a folder also allow
274                 going directly to first Marked message
275
276 2006-05-12 [paul]       2.2.0cvs6
277
278         * src/summaryview.c
279                 always obey 'confirm before marking all
280                 mails read' option
281
282 2006-05-12 [paul]       2.2.0cvs5
283
284         * src/textview.c
285                 make Sender fully clickable
286
287 2006-05-12 [colin]      2.2.0cvs4
288
289         * src/compose.c
290         * src/compose.h
291                 Let From be editable
292         * src/main.c
293         * src/mh.c
294                 Full support of .mh_sequences' Unseen seq
295
296 2006-05-12 [colin]      2.2.0cvs3
297
298         * src/folder.c
299         * src/mainwindow.c
300         * src/mainwindow.h
301         * src/messageview.c
302         * src/prefs_spelling.c
303         * src/procheader.c
304         * src/procmsg.c
305         * src/procmsg.h
306         * src/summaryview.c
307         * src/toolbar.c
308         * src/toolbar.h
309                 Add contextual menu on Compose toolbar
310                 button. Fixes bug #944 (Automatic
311                 addresses not applied when changing account
312                 from compose window)
313                 add Mailing List support
314                 based on the old 0.6.5claws25 patch by
315                 Melvin Hadasht, with finishing touches
316                 by Colin
317                 Fix "ignore thread" when mails are threaded by
318                 subject (and weren't ignored although appearing
319                 in the thread).
320                 GUI rework.
321                 Both patches by Pawel.
322
323 2006-05-08 [paul]       2.2.0cvs2
324
325         * src/mainwindow.c
326         * src/mainwindow.h
327         * src/messageview.c
328         * src/procheader.c
329         * src/procmsg.c
330         * src/procmsg.h
331         * src/summaryview.c
332                 add Mailing List support
333                 based on the old 0.6.5claws25 patch by 
334                 Melvin Hadasht, with finishing touches
335                 by Colin
336
337 2006-05-08 [colin]      2.2.0cvs1
338
339         * src/mainwindow.c
340         * src/toolbar.c
341         * src/toolbar.h
342                 Add contextual menu on Compose toolbar 
343                 button. Fixes bug #944 (Automatic 
344                 addresses not applied when changing account 
345                 from compose window)
346
347 2006-05-08 [paul]       2.2.0
348
349         2.2.0 released
350
351 2006-05-08 [paul]       2.1.1cvs51
352
353         * po/cs.po
354         * po/de.po
355         * po/en_GB.po
356         * po/fi.po
357         * po/fr.po
358         * po/pt_BR.po
359         * po/sr.po
360         * po/zh_CN.po
361                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
362                 Fabien Vantard, Frederico Goncalves Guimaraes,
363                 Aleksandar Urosevic, and Ralgh Young
364
365 2006-05-12 [colin]      2.1.1cvs50
366
367         * po/cs.po
368         * po/de.po
369         * po/en_GB.po
370         * po/es.po
371         * po/fi.po
372         * po/fr.po
373         * po/pt_BR.po
374         * po/sr.po
375         * po/zh_CN.po
376                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
377                 Fabien Vantard, Frederico Goncalves Guimaraes,
378                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
379
380 2006-05-05 [colin]      2.1.1cvs49
381
382         * manual/Makefile.am
383         * manual/pl/Makefile.am
384         * manual/pl/account.xml
385         * manual/pl/ack.xml
386         * manual/pl/addrbook.xml
387         * manual/pl/advanced.xml
388         * manual/pl/faq.xml
389         * manual/pl/glossary.xml
390         * manual/pl/gpl.xml
391         * manual/pl/handling.xml
392         * manual/pl/intro.xml
393         * manual/pl/keyboard.xml
394         * manual/pl/plugins.xml
395         * manual/pl/starting.xml
396         * manual/pl/sylpheed-claws-manual.xml
397         * manual/pl/dist/.cvsignore
398         * manual/pl/dist/Makefile.am
399         * manual/pl/dist/html/.cvsignore
400         * manual/pl/dist/html/Makefile.am
401         * manual/pl/dist/pdf/.cvsignore
402         * manual/pl/dist/pdf/Makefile.am
403         * manual/pl/dist/ps/.cvsignore
404         * manual/pl/dist/ps/Makefile.am
405         * manual/pl/dist/txt/.cvsignore
406         * manual/pl/dist/txt/Makefile.am
407                 Add the polish translation of the manual,
408                 Authored by Pawel Pekala.
409
410 2006-05-05 [cleroy]     2.1.1cvs48
411
412         * src/main.c
413                 Re-read matcherrc after loading plugins 
414                 if some of them add folders.
415
416 2006-05-03 [colin]      2.1.1cvs47
417
418         * src/imap.c
419                 I'm idiot
420
421 2006-05-03 [colin]      2.1.1cvs46
422
423         * src/imap.c
424                 Be sure to have a session when
425                 getting separator
426
427 2006-05-03 [colin]      2.1.1cvs45
428
429         * src/imap.c
430         * src/imap.h
431         * src/imap_gtk.c
432                 Fix preventing renaming with namespace 
433                 separator.
434
435 2006-05-01 [colin]      2.1.1cvs44
436
437         * src/action.c
438                 Don't reload messageview when result of
439                 action is piped.
440
441 2006-04-29 [colin]      2.1.1cvs43
442
443         * src/prefs_receive.c
444         * src/plugins/spamassassin/spamassassin_gtk.c
445         * src/plugins/clamav/clamav_plugin_gtk.c
446                 GUI fixes by Pawel
447
448 2006-04-29 [colin]      2.1.1cvs42
449
450         * src/prefs_compose_writing.c
451         * src/prefs_quote.c
452                 Cleanups. Patch by Pawel
453
454 2006-04-28 [paul]       2.1.1cvs41
455
456         * src/matcher.c
457                 fix returned quick search results when search
458                 term contains an underscore.
459                 Thanks to Colin
460
461 2006-04-28 [paul]       2.1.1cvs40
462
463         * src/prefs_message.c
464         * src/prefs_receive.c
465                 GUI cleanups
466                 Patches by Pawel Pekala
467
468 2006-04-27 [colin]      2.1.1cvs39
469
470         * src/wizard.c
471                 Differentiate subject Welcome from
472                 window's title Welcome
473
474 2006-04-27 [paul]
475
476         2.2.0-rc1 released
477
478 2006-04-27 [paul]       2.1.1cvs38
479
480         * manual/advanced.xml
481         * manual/fr/advanced.xml
482                 add info about compose_no_markup hidden pref
483
484 2006-04-27 [paul]       2.1.1cvs37
485
486         * src/prefs_account.c
487                 improve privacy labels
488         * src/prefs_msg_colors.c
489                 change some strings for translators' convenience
490         * src/gtk/gtkutils.c
491                 don't underline the link button text
492
493 2006-04-25 [colin]      2.1.1cvs36
494
495         * src/folder.c
496                 Complete 2.1.1cvs33 (once more ;)
497
498 2006-04-25 [colin]      2.1.1cvs35
499
500         * src/editldap.c
501                 Fix tooltip
502
503 2006-04-25 [cleroy]     2.1.1cvs34
504
505         * src/compose.c
506         * src/gtk/gtkaspell.c
507                 Fix crash on redirect (related to the return 
508                 of the aspell menu in compose's toolbar)
509         * src/prefs_msg_colors.c
510                 Fix sensitivity widgets
511         * src/image_viewer.c
512         * src/gtk/pluginwindow.c
513         * src/gtk/prefswindow.c
514                 Change released signals to clicked (Fabien)
515         * po/POTFILES.in
516         * src/common/socket.c
517         * src/plugins/spamassassin/spamassassin.c
518                 Translate strings (Fabien)
519
520 2006-04-25 [paul]       2.1.1cvs33
521
522         * src/folder.c
523         * src/folder.h
524         * src/folderview.c
525                 complete the fix of bug #912
526                 Thanks to Colin
527
528 2006-04-25 [colin]      2.1.1cvs32
529
530         * src/news.c
531                 Better progress bar
532         * src/mimeview.c
533         * src/summaryview.c
534         * src/summaryview.h
535                 Fix focus chain
536                 Patches by Pawel Pekala
537
538 2006-04-24 [colin]      2.1.1cvs31
539
540         * src/compose.c
541                 Fix compilation warnings (Fabien)
542
543 2006-04-24 [colin]      2.1.1cvs30
544
545         * src/addrindex.c
546         * src/editldap.c
547         * src/editldap_basedn.c
548         * src/editldap_basedn.h
549         * src/ldapctrl.c
550         * src/ldapctrl.h
551         * src/ldapquery.c
552         * src/ldaputil.c
553         * src/ldaputil.h
554                 Fix bug #901 (LDAPS support)
555
556 2006-04-24 [colin]      2.1.1cvs29
557
558         * src/compose.c
559                 Fix logic on error with send dialog on
560         * src/imap.c
561                 Fix compilation without libetpan, thanks
562                 to Fabien
563         * src/summaryview.c
564                 Fix 'context-menu' key
565
566 2006-04-23 [colin]      2.1.1cvs28
567
568         * src/folder.c
569                 Never free current's cache to free up 
570                 memory. Fixes bug #912 (new count 
571                 randomly set to message count)
572
573 2006-04-23 [colin]      2.1.1cvs27
574
575         * src/gtk/quicksearch.c
576                 And remove printf...
577
578 2006-04-23 [colin]      2.1.1cvs26
579
580         * src/gtk/quicksearch.c
581                 Fix replacing in quicksearch, and fix inserting
582                 in the middle of the string. (introduced at 2.1.0cvs22)
583
584 2006-04-23 [colin]      2.1.1cvs25
585
586         * src/imap.c
587                 Make sure uidnext is initialized in get_num_list
588                 (not for stable, related to 2.1.1cvs8 and friends)
589
590 2006-04-23 [colin]      2.1.1cvs24
591
592         * src/imap.c
593                 Output something when login is successful
594                 too
595
596 2006-04-23 [colin]      2.1.1cvs23
597
598         * src/etpan/imap-thread.c
599                 Better logging (line-per-line, hide data in fetch)
600                 Fix a const warning
601         * src/gtk/logwindow.c
602         * src/gtk/logwindow.h
603                 Better logging (color for input/output)
604
605 2006-04-21 [colin]      2.1.1cvs22
606
607         * src/gtk/quicksearch.c
608                 On gtk+-2.8, use stock buttons in quicksearch
609                 Based on a patch by Fabien and a design by Paul
610
611 2006-04-21 [colin]      2.1.1cvs21
612
613         * src/folderview.c
614         * src/mainwindow.c
615                 Fix occasional flicker in folderview
616         * src/common/utils.c
617                 Fix bug #943 (Incorrectly parsed email address 
618                 list in short headers on message view and in 
619                 printouts)
620
621 2006-04-20 [colin]      2.1.1cvs20
622
623         * src/imap.c
624         * src/imap.h
625         * src/prefs_account.c
626                 Add ANONYMOUS auth for IMAP
627
628 2006-04-20 [paul]       2.1.1cvs19
629
630         * src/main.c
631                 proper fix for 2.1.1cvs18
632                 Thanks to Colin
633
634 2006-04-20 [paul]       2.1.1cvs18
635
636         * src/main.c
637                 fix build warnings
638
639 2006-04-20 [paul]       2.1.1cvs17
640
641         * src/gtk/quicksearch.c
642                 fix standard, non-extended Quick search,
643                 was broken in 2.1.1cvs15.
644                 Thanks to Colin.
645
646 2006-04-20 [colin]      2.1.1cvs16
647
648         * src/prefs_matcher.c
649                 Fix values when reselecting a ~test
650                 rule
651
652 2006-04-19 [colin]      2.1.1cvs15
653
654         * src/compose.c
655         * src/compose.h
656         * src/gtk/gtkaspell.c
657         * src/gtk/gtkaspell.h
658                 Put back Options menu in Spelling/
659         * src/gtk/quicksearch.c
660                 Don't search, and show error, if the
661                 advanced search has a syntax error
662
663 2006-04-18 [colin]      2.1.1cvs14
664
665         * src/textview.c
666                 Fix gdk warnings on set_cursor when textview
667                 isn't visible
668
669 2006-04-18 [colin]      2.1.1cvs13
670
671         * src/gtk/gtksctree.c
672                 Remove seemingly useless refresh that causes
673                 flicker - watch this commit in case of 
674                 problems before planned backport to stable
675
676 2006-04-18 [colin]      2.1.1cvs12
677
678         * src/imap.c
679                 Factorize get/set_xml code
680         * src/compose.c
681         * src/prefs_account.c
682         * src/prefs_account.h
683         * src/procmsg.c
684                 Add Encrypt to self option
685
686 2006-04-17 [colin]      2.1.1cvs11
687
688         * configure.ac
689                 Fix search on encrpyt function on dragonfly
690                 Patch by Jonathan Buschmann <jonthn@agmact.com>
691
692 2006-04-17 [colin]      2.1.1cvs10
693
694         * src/prefs_account.c
695                 Be safe by default: remove mails from POP3
696                 after 7 days, not immediately
697
698 2006-04-17 [colin]      2.1.1cvs9
699
700         * src/etpan/imap-thread.c
701                 Fix build on DragonFly - patch by 
702                 Jonathan Buschmann <jonthn@agmact.com>
703
704 2006-04-17 [colin]      2.1.1cvs8
705
706         * src/imap.c
707                 Save uidnext between sessions
708
709 2006-04-17 [colin]      2.1.1cvs7
710
711         * src/imap.c
712                 scan is required when uid validity changes
713
714 2006-04-17 [colin]      2.1.1cvs6
715
716         * src/folderview.c
717                 Don't scan if not necessary, apart in current
718                 folder and INBOX to fetch flags.
719         * src/imap.c
720                 Scan is necessary if unread count changes
721
722 2006-04-17 [colin]      2.1.1cvs5
723
724         * src/imap.c
725                 ...But always fetch ANSWERED and DELETED flags for
726                 INBOX, as filtering can happen on these flags.
727
728 2006-04-17 [colin]      2.1.1cvs4
729
730         * src/imap.c
731                 Don't fetch REPLIED and DELETED flags when synchronising
732                 flags with a closed folder. We only need UNSEEN and FLAGGED
733                 to update the folderview.
734
735 2006-04-17 [colin]      2.1.1cvs3
736
737         * src/imap.c
738                 Faster flag search when there are new mails 
739                 in a folder. We can do a full search if the 
740                 folder contains less messages than the new
741                 list.
742
743 2006-04-17 [colin]      2.1.1cvs2
744
745         * po/cs.po
746         * po/de.po
747         * po/fr.po
748         * po/nl.po
749         * po/pt_BR.po
750                 Update translations from stable branch
751
752 2006-04-17 [colin]      2.1.1cvs1
753
754         * configure.ac
755                 Bump version to follow stable release
756
757 2006-04-16 [mones]      2.1.0cvs50
758
759         * po/es.po
760                 Updated for release
761
762 2006-04-16 [colin]      2.1.0cvs49
763
764         * src/textview.c
765                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
766                 with gtk < 2.8. Thanks to Fabien Vantard.
767
768 2006-04-15 [colin]      2.1.0cvs48
769
770         * src/etpan/imap-thread.c
771                 Fix bug #919 (libetpan: SEGV when connecting 
772                 using command)
773
774 2006-04-14 [colin]      2.1.0cvs47
775
776         * src/main.c
777                 Fix race on --select (should be done better)
778
779 2006-04-14 [wwp]        2.1.0cvs46
780
781         * src/send_message.c
782                 enforce a check for domain in account prefs (a sending
783                 error could be faced if domain was checked but no value set),
784                 thanks to Colin.
785
786 2006-04-14 [colin]      2.1.0cvs45
787
788         * src/codeconv.c
789                 when converting from unknown to unknown, if the
790                 string is UTF8, don't convert it to the locale
791                 (which breaks it)
792
793 2006-04-14 [colin]      2.1.0cvs44
794
795         * src/compose.c
796                 Don't try to use ASCII for converting headers
797                 (as done in body)
798
799 2006-04-14 [paul]       2.1.0cvs43
800
801         * src/crash.c
802                 add locale/charset info to crash report
803         * src/gtk/about.c
804                 add wwp to doc team
805                 replace 'e-mail' with preferred 'email'
806         * src/gtk/authors.h
807                 ensure contributors list is in alphabetical
808                 order
809
810 2006-04-13 [colin]      2.1.0cvs42
811
812         * src/textview.c
813                 Prevent gdk warnings
814
815 2006-04-13 [colin]      2.1.0cvs41
816
817         * src/common/ssl_certificate.c
818         * src/common/ssl_certificate.h
819         * src/gtk/sslcertwindow.c
820                 Warn on expired certs, and display the expiration date
821
822 2006-04-13 [colin]      2.1.0cvs40
823
824         * src/plugins/spamassassin/spamassassin_gtk.c
825                 Fix missing set_text on unix socket
826
827 2006-04-13 [wwp]        2.1.0cvs39
828
829         * manual/fr/advanced.xml
830         * manual/fr/glossary.xml
831                 applied new spam/ham/email lexicon (pourriel, courriel)
832
833 2006-04-13 [paul]       2.1.0cvs38
834
835         * src/plugins/pgpmime/plugin.c
836                 remove the mention of S/MIME from the
837                 description. This is now handled by the
838                 S/MIME plugin.
839
840 2006-04-13 [paul]       2.1.0cvs37
841
842         * src/prefs_msg_colors.c
843                 rework dialog
844         * src/prefs_folder_item.c
845         * src/prefs_spelling.c
846                 add a tooltip to the colour selector buttons
847
848 2006-04-13 [wwp]        2.1.0cvs36
849
850         * manual/advanced.xml
851         * manual/glossary.xml
852         * manual/handling.xml
853         * manual/keyboard.xml
854         * manual/plugins.xml
855         * manual/starting.xml
856         * manual/fr/account.xml
857         * manual/fr/ack.xml
858         * manual/fr/addrbook.xml
859         * manual/fr/advanced.xml
860         * manual/fr/faq.xml
861         * manual/fr/glossary.xml
862         * manual/fr/gpl.xml
863         * manual/fr/handling.xml
864         * manual/fr/intro.xml
865         * manual/fr/keyboard.xml
866         * manual/fr/plugins.xml
867         * manual/fr/starting.xml
868         * manual/fr/sylpheed-claws-manual.xml
869                 fixes to the manuals:
870                  - summaryview -> Message List (same in French)
871                  - translate key names
872                  - fix French punctuation, use non-breakable spaces when
873                    necessary, don't use &thinsp; which is not portable
874                  - tell what maildir and mbox formats we support
875
876 2006-04-12 [wwp]        2.1.0cvs35
877
878         * src/prefs_toolbar.c
879                 unified a replace button more,
880                 patch by Fabien Vantard <fzzzzz@gmail.com>.
881
882 2006-04-12 [wwp]        2.1.0cvs34
883
884         * src/prefs_common.c
885         * src/prefs_msg_colors.c
886                 make default color labels translatable,
887                 patch from Fabien Vantard <fzzzzz@gmail.com>,
888                 thanks to Tim <timbrain@post.cz> for reporting.
889
890 2006-04-12 [wwp]        2.1.0cvs33
891
892         * manual/glossary.xml
893         * manual/intro.xml
894         * manual/plugins.xml
895         * manual/starting.xml
896         * manual/sylpheed-claws-manual.xml
897         * manual/fr/.cvsignore
898         * manual/fr/account.xml
899         * manual/fr/ack.xml
900         * manual/fr/addrbook.xml
901         * manual/fr/advanced.xml
902         * manual/fr/faq.xml
903         * manual/fr/glossary.xml
904         * manual/fr/handling.xml
905         * manual/fr/intro.xml
906         * manual/fr/keyboard.xml
907         * manual/fr/plugins.xml
908         * manual/fr/starting.xml
909         * manual/fr/sylpheed-claws-manual.xml
910                 various fixes: typos, missing .fr translations, punctuation,
911                 capitalization, links, accents and some bad French more.
912
913 2006-04-12 [wwp]        2.1.0cvs32
914
915         * src/prefs_gtk.c
916                 fix for bug #935: always store prefs files in UTF-8 (thanks
917                 to Colin).
918
919 2006-04-11 [colin]      2.1.0cvs31
920
921         * src/compose.c
922                 Fix inserting files not in utf8 when locale is utf8
923
924 2006-04-11 [colin]      2.1.0cvs30
925
926         * src/inc.c
927                 Don't show error dialog when cancelling connection
928                 Patch by Pawel
929
930 2006-04-11 [cleroy]     2.1.0cvs29
931
932         * src/compose.c
933                 Implement multiple quote levels
934         * src/prefs_common.c
935                 Change a little bit the quote bgcolor for 2nd level
936
937 2006-04-11 [colin]      2.1.0cvs28
938
939         * src/gtk/about.c
940                 Add locale and charset in the label
941
942 2006-04-10 [colin]      2.1.0cvs27
943
944         * src/compose.c
945         * src/prefs_common.c
946         * src/prefs_common.h
947         * src/prefs_msg_colors.c
948         * src/textview.c
949                 Allow optional background color in quotes
950                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
951                 GTK+-2.8.x feature
952
953 2006-04-10 [colin]      2.1.0cvs26
954
955         * src/main.c
956         * src/mainwindow.c
957         * src/mainwindow.h
958                 Implement --select
959
960 2006-04-10 [colin]      2.1.0cvs25
961
962         * manual/plugins.xml
963         * manual/fr/plugins.xml
964                 Document libcurl's proxy variables
965
966 2006-04-09 [colin]      2.1.0cvs24
967
968         * src/prefs_common.c
969                 gettext() returns statically allocated stuff. We have
970                 to strdup it in order to be able to free it.
971
972 2006-04-09 [colin]      2.1.0cvs23
973
974         * AUTHORS
975         * src/gtk/authors.h
976                 Add Alexei
977
978 2006-04-09 [colin]      2.1.0cvs22
979
980         * src/mainwindow.c
981         * src/gtk/quicksearch.c
982                 Fix bug #859 (problems with cyrilic input in 
983                 search panel) - Patch by Alexey Illarionov 
984                 <littlesavage@rambler.ru>
985
986 2006-04-09 [colin]      2.1.0cvs21
987
988         * src/prefs_customheader.c
989                 I prefer removing then freeing rather than the contrary
990                 (even if it doesn't change anything ;-)
991         * src/prefs_account.c
992                 Fix bug #933 (Crash re-entering the custom headers list 
993                 dialog in accounts prefs)
994                 The problem happened when cancelling the Account 
995                 Preferences' dialogs - in which case we didn't do 
996                 anything to the PrefsAccount * struct. In case of applying,
997                 the old ac_prefs was replaced with the tmp_ac_prefs we were
998                 working with in this dialog. The problem is that 
999                 prefs_customheader.c, working on this tmp_ac_prefs, always
1000                 changes the ->customhdr_list pointer, even when cancelled. 
1001                 So in case of cancelling the prefs_account dialog, we still
1002                 have to update ->customhdr_list in the real account.
1003
1004 2006-04-08 [colin]      2.1.0cvs20
1005
1006         * manual/fr/glossary.xml
1007         * manual/fr/keyboard.xml
1008                 Forgot some headers :)
1009
1010 2006-04-08 [colin]      2.1.0cvs19
1011
1012         * manual/Makefile.am
1013         * manual/fr/Makefile.am
1014         * manual/fr/account.xml
1015         * manual/fr/ack.xml
1016         * manual/fr/addrbook.xml
1017         * manual/fr/advanced.xml
1018         * manual/fr/faq.xml
1019         * manual/fr/glossary.xml
1020         * manual/fr/gpl.xml
1021         * manual/fr/handling.xml
1022         * manual/fr/intro.xml
1023         * manual/fr/keyboard.xml
1024         * manual/fr/plugins.xml
1025         * manual/fr/starting.xml
1026         * manual/fr/sylpheed-claws-manual.xml
1027         * manual/fr/dist/.cvsignore
1028         * manual/fr/dist/Makefile.am
1029         * manual/fr/dist/html/.cvsignore
1030         * manual/fr/dist/html/Makefile.am
1031         * manual/fr/dist/pdf/.cvsignore
1032         * manual/fr/dist/pdf/Makefile.am
1033         * manual/fr/dist/ps/.cvsignore
1034         * manual/fr/dist/ps/Makefile.am
1035         * manual/fr/dist/txt/.cvsignore
1036         * manual/fr/dist/txt/Makefile.am
1037                 Add the french translation of the manual. Thanks to
1038                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1039                 account.xml, ack.xml, addrbook.xml and advanced.xml
1040
1041 2006-04-08 [colin]      2.1.0cvs18
1042
1043         * manual/plugins.xml
1044         * manual/starting.xml
1045                 More fixes
1046
1047 2006-04-07 [colin]      2.1.0cvs17
1048
1049         * manual/faq.xml
1050         * manual/intro.xml
1051         * manual/keyboard.xml
1052                 Little fixes
1053
1054 2006-04-07 [colin]      2.1.0cvs16
1055
1056         * README
1057         * src/compose.c
1058         * src/prefs_common.c
1059         * src/prefs_common.h
1060                 Add hidden compose_no_markup pref
1061
1062 2006-04-07 [wwp]        2.1.0cvs15
1063
1064         * src/summary_search.c
1065         * .cvsignore
1066                 Bugfix: stop button was sticky when searching in an empty folder.
1067                 Applied curly brackets code style to the whole file (summary_search.c).
1068                 More files to ignore.
1069
1070 2006-04-07 [wwp]        2.1.0cvs14
1071
1072         * src/message_search.c
1073         * src/summary_search.c
1074                 changed default button when search bumps at file/folder
1075                 beginning or end, for convenience (thanks to Colin).
1076
1077 2006-04-07 [paul]       2.1.0cvs13
1078
1079         * src/plugins/dillo_viewer/dillo_prefs.c
1080                 avoid future potential for namespace collision
1081                 Patch by Colin
1082
1083 2006-04-06 [wwp]        2.1.0cvs12
1084
1085         * src/summary_search.c
1086                 Unify extended/advanced searches names (and thus factorize labels),
1087                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1088
1089 2006-04-06 [wwp]        2.1.0cvs11
1090
1091         * src/folderview.c
1092         * src/prefs_themes.c
1093         * src/summaryview.c
1094                 Fixed some compilation warnings.
1095
1096 2006-04-06 [colin]      2.1.0cvs10
1097
1098         * manual/advanced.xml
1099                 Document the wizard template and how to deploy
1100                 Sylpheed-Claws effectively
1101
1102 2006-04-06 [colin]      2.1.0cvs9
1103
1104         * src/folderview.c
1105                 gettext patch to tell translators about _("#"),
1106                 by Maxim Britov
1107
1108 2006-04-06 [colin]      2.1.0cvs8
1109
1110         * src/textview.c
1111                 Fix invalid GtkTextBIter after clicking "Display as text"
1112
1113 2006-04-06 [mones]      2.1.0cvs7
1114
1115         * src/addr_compl.c
1116         * src/addrindex.c
1117         * src/addritem.c
1118         * src/codeconv.c
1119         * src/compose.c
1120         * src/filtering.c
1121         * src/folder.c
1122         * src/folder_item_prefs.c
1123         * src/folderview.c
1124         * src/localfolder.c
1125         * src/matcher.c
1126         * src/mimeview.c
1127         * src/prefs_msg_colors.c
1128         * src/prefs_spelling.c
1129         * src/prefs_themes.c
1130         * src/procmime.c
1131         * src/procmsg.c
1132         * src/stock_pixmap.c
1133         * src/summaryview.c
1134         * src/textview.c
1135         * src/toolbar.c
1136         * src/common/mgutils.c
1137         * src/common/prefs.c
1138         * src/common/ssl_certificate.c
1139         * src/gtk/colorlabel.c
1140         * src/gtk/quicksearch.c
1141         * src/plugins/pgpmime/pgpmime.c
1142         * src/plugins/spamassassin/spamassassin.c
1143                 Removed redundant NULL checks for g_free() calls.
1144                 Patch by Pawel Pekala.
1145
1146 2006-04-06 [mones]      2.1.0cvs6
1147
1148         * src/prefs_actions.c
1149         * src/prefs_filtering.c
1150         * src/prefs_filtering_action.c
1151         * src/prefs_matcher.c
1152         * src/prefs_template.c
1153         * src/gtk/gtkutils.c
1154         * src/gtk/gtkutils.h
1155                 Have a nice replace button. Patch by Pawel Pekala
1156
1157 2006-04-06 [colin]      2.1.0cvs5
1158
1159         * src/addressbook.c
1160                 Fix crash with empty columns
1161
1162 2006-04-05 [colin]      2.1.0cvs4
1163
1164         * src/wizard.c
1165         * src/prefs_gtk.c
1166                 Allow wizard customization with pre-filled values
1167
1168 2006-04-05 [colin]      2.1.0cvs3
1169
1170         * src/textview.c
1171         * src/mimeview.c
1172         * src/mimeview.h
1173                 Nicer messages in mimeview
1174
1175 2006-04-05 [colin]      2.1.0cvs2
1176
1177         * src/addressbook.c
1178         * src/prefs_summaries.c
1179                 i18n fix
1180
1181 2006-04-05 [colin]      2.1.0cvs1
1182
1183         * src/plugins/pgpcore/plugin.c
1184         * src/plugins/pgpcore/select-keys.c
1185         * src/plugins/pgpcore/select-keys.h
1186         * src/plugins/pgpcore/sgpgme.c
1187         * src/plugins/pgpcore/sgpgme.h
1188         * src/plugins/pgpinline/pgpinline.c
1189         * src/plugins/pgpinline/plugin.c
1190         * src/plugins/pgpmime/pgpmime.c
1191         * src/plugins/pgpmime/plugin.c
1192                 Factorize and generalize a bit 
1193                 Drop S/MIME signature verification from PGP/MIME
1194                 (adding it as another, more complete plugin)
1195
1196 2006-04-05 [paul]       2.1.0
1197
1198         2.1.0 released
1199
1200 2006-04-05 [paul]       2.0.0cvs186
1201
1202         * manual/advanced.xml
1203                 add info on colour labels
1204
1205 2006-04-05 [paul]       2.0.0cvs185
1206
1207         * po/bg.po
1208         * po/cs.po
1209         * po/de.po
1210         * po/el.po
1211         * po/en_GB.po
1212         * po/fi.po
1213         * po/fr.po
1214         * po/it.po
1215         * po/nl.po
1216         * po/pl.po
1217         * po/pt_BR.po
1218         * po/sr.po
1219         * po/zh_CN.po
1220                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1221                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1222                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1223                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1224         * src/gtk/authors.h
1225         * tools/claws.i18n.status.pl
1226                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1227                 and new Czech translator, Tim <timbrain@post.cz>
1228
1229 2006-04-05 [mones]      2.0.0cvs184
1230
1231         * po/es.po
1232                 Updated translation
1233
1234 2006-04-05 [colin]      2.0.0cvs183
1235
1236         * src/gtk/quicksearch.c
1237                 Fix bug #929 (unnecessary reload in quick search bar)
1238
1239 2006-04-05 [colin]      2.0.0cvs182
1240
1241         * src/compose.c
1242                 Fix crash on Reply with no From:
1243                 Show signature and conversion error on queuing 
1244                 (but not sending)
1245         * src/mainwindow.c
1246         * src/summaryview.c
1247         * src/summaryview.h
1248                 Factorize threading code and make sure msginfo 
1249                 is not null when it comes from a GtkCTreeRow's 
1250                 data
1251         * src/gtk/gtkaspell.c
1252                 Check for necessary things
1253         * src/gtk/gtksctree.c
1254         * src/gtk/gtksctree.h
1255                 Reset anchor if necessary when removing node
1256
1257 2006-03-29 [colin]      2.0.0cvs181
1258
1259         * src/folderview.c
1260                 Warn for disabled IMAP accounts (due to lack of
1261                 libetpan). Breaks string-freeze - sorry - but it
1262                 is kind of important ;)
1263
1264 2006-03-28 [colin]      2.0.0cvs180
1265
1266         * src/gtk/gtkutils.c
1267         * src/gtk/gtkutils.h
1268                 Add a gtkut_get_link_btn() function that
1269                 creates a button which acts like an URI
1270         * src/prefs_themes.c
1271         * src/gtk/about.c
1272                 Use this function (factorizes codes)
1273         * src/common/defs.h
1274         * src/gtk/pluginwindow.c
1275                 Add a "Get more..." in the plugins window
1276
1277 2006-03-28 [colin]      2.0.0cvs179
1278
1279         * src/common/smtp.c
1280         * src/common/passcrypt.c
1281         * src/undo.c
1282                 Warning fixes. Patch by Pawel Pekala
1283
1284 2006-03-27 [colin]      2.0.0cvs178
1285
1286         * src/undo.c
1287                 Fix undoing by blocks with spaces
1288
1289 2006-03-27 [colin]      2.0.0cvs177
1290
1291         * src/textview.c
1292                 Set margin to 3px for headers
1293
1294 2006-03-27 [paul]
1295
1296         2.1.0-rc2 released
1297
1298 2006-03-27 [wwp]        2.0.0cvs176
1299
1300         * src/summaryview.c
1301                 don't reset quicksearch when updating the message list.
1302                 Thanks to Colin.
1303
1304 2006-03-26 [wwp]        2.0.0cvs175
1305
1306         * src/compose.c
1307                 use a unified border width ('other' tab in the compose window,
1308                 patch by Pawel Pekala).
1309
1310
1311 2006-03-26 [wwp]        2.0.0cvs174
1312
1313         * src/common/quoted-printable.c
1314         * src/addressbook.c
1315                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1316
1317 2006-03-26 [colin]      2.0.0cvs173
1318
1319         * src/quote_fmt_parse.y
1320                 Fix non-UTF8 date formats messing up the whole quote a 
1321                 little bit
1322
1323 2006-03-26 [colin]      2.0.0cvs172
1324
1325         * src/procheader.c
1326                 Make sure the date is UTF8 valid, or try to make it
1327                 so. IncrediMail is really IncrediStupid.
1328         * src/compose.c
1329                 Fix possible conversions. 
1330                 
1331
1332 2006-03-26 [colin]      2.0.0cvs171
1333
1334         * src/matcher.c
1335                 Fix corner cases in body search. This is still a
1336                 hack... It seems impossible to make it good and 
1337                 reasonably fast at the same time.
1338
1339 2006-03-26 [colin]      2.0.0cvs170
1340
1341         * src/summaryview.c
1342                 I think I killed the twilight zone bug!
1343                 summary_select_node() flushes GTK events in order
1344                 to be able to center the view. But this also 
1345                 flushes keypresses like Ctrl-Alt-U, so this can
1346                 call summary_show from summary_select_node (itself
1347                 called from summary_show, etc.). And the summaryview
1348                 has to be unlocked in this function. So just locking
1349                 while processing GTK events, and bailing if locked, 
1350                 should fix it.
1351                 Fixes bug #927 (SIGSEGV during Update Summary)
1352
1353 2006-03-25 [colin]      2.0.0cvs169
1354
1355         * src/matcher.c
1356                 Fix search in QP-encoded bodies
1357                 Fix utf-8 searches in bodies encoded in the
1358                 locale's encoding
1359         * src/common/quoted-printable.c
1360         * src/common/quoted-printable.h
1361                 Add a decode function that doesn't overwrite
1362                 the original pointer
1363                 
1364
1365 2006-03-24 [colin]      2.0.0cvs168
1366
1367         * src/action.c
1368         * src/summaryview.c
1369         * src/summaryview.h
1370                 Update message cache after action
1371                 Patch by H. Merijn Brand
1372         * src/prefs_msg_colors.c
1373                 Factorize label 
1374                 Patch by Fabien Vantard
1375         * src/plugins/spamassassin/spamassassin_gtk.c
1376                 Remove useless translation
1377                 Patch by Fabien Vantard
1378
1379 2006-03-23 [colin]      2.0.0cvs167
1380
1381         * src/common/ssl.c
1382                 Let 30 seconds to SSL_connect
1383
1384 2006-03-23 [wwp]        2.0.0cvs166
1385
1386         * src/summaryview.c
1387         * src/gtk/description_window.c
1388                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1389                 and headers are translated; adjust description windows' width to fit their
1390                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1391
1392 2006-03-23 [paul]       2.0.0cvs165
1393
1394         * src/common/utils.c
1395                 fix highlighting of URIs containing "()"
1396                 (2.0.0cvs164's reversal fixed)
1397                 Thanks to Colin.
1398
1399 2006-03-23 [paul]       2.0.0cvs164
1400
1401         * src/common/utils.c
1402                 revert patch, (postponing a fix), at 2.0.0cvs120
1403                 as it breaks more URIs than it fixes.
1404                 Allow '-' to be a terminating character in a URI
1405
1406 2006-03-22 [colin]      2.0.0cvs163
1407
1408         * configure.ac
1409                 Require libetpan 0.45
1410                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1411
1412 2006-03-22 [paul]       2.0.0cvs162
1413
1414         * src/editgroup.c
1415                 replace '<-' and '->' buttons with GTK_STOCK graphical
1416                 buttons
1417         * src/summary_search.c
1418                 don't offer '...' for translation
1419                 add a tooltip to advanced search '...' button
1420         * src/gtk/quicksearch.c
1421                 don't offer '...' for translation
1422
1423 2006-03-21 [colin]      2.0.0cvs161
1424
1425         * src/compose.c
1426                 Fix middle-click pasting (insert at click
1427                 position instead of cursor position, don't
1428                 remove existing selection and allow pasting
1429                 our own selection)
1430         * src/addressbook.c
1431                 "LDAP Server" -> "LDAP servers"
1432
1433 2006-03-21 [wwp]        2.0.0cvs160
1434
1435         * src/etpan/imap-thread.c
1436                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1437
1438 2006-03-20 [colin]      2.0.0cvs159
1439
1440         * src/summaryview.c
1441                 Don't reload summaryview after an execute with no
1442                 move action
1443
1444 2006-03-19 [colin]      2.0.0cvs158
1445
1446         * src/addressbook.c
1447                 and put groups at the top, always
1448
1449 2006-03-19 [colin]      2.0.0cvs157
1450
1451         * src/addressbook.c
1452                 Order groups before names, as previously
1453
1454 2006-03-19 [colin]      2.0.0cvs156
1455
1456         * src/addressbook.c
1457                 - Sort case-unsensitive
1458                 - Put the sort arrow at opening too
1459
1460 2006-03-19 [wwp]        2.0.0cvs155
1461
1462         * src/addressbook.c
1463                 allow sorting by name/email/remarks, ensure that right-pane's contents
1464                 matches the left-pane selection (cleared when appropriate).
1465                 Patch by Pawel Pekala <c0rn@o2.pl>.
1466
1467 2006-03-18 [colin]      2.0.0cvs154
1468
1469         * src/textview.c
1470                 Fix text cursor ;)
1471
1472 2006-03-18 [colin]      2.0.0cvs153
1473
1474         * src/gtk/filesel.c
1475                 Make sure we hide the preview if we didn't get
1476                 a filename
1477
1478 2006-03-18 [colin]      2.0.0cvs152
1479
1480         * src/summaryview.c
1481                 Set cursor to watch for execution (fixes lack
1482                 of watch-cursor when dnd'ing hundreds of mails)
1483         * src/gtk/filesel.c
1484                 Check that mime type is 'image/*' before updating
1485                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1486
1487 2006-03-18 [colin]      2.0.0cvs151
1488
1489         * src/mainwindow.c
1490         * src/textview.c
1491         * src/textview.h
1492                 Put a watch cursor in textview too when the mainwindow's
1493                 cursor in a watch
1494
1495 2006-03-18 [colin]      2.0.0cvs150
1496
1497         * src/folder.c
1498                 Change wrong asserts to simple tests
1499
1500 2006-03-17 [colin]      2.0.0cvs149
1501
1502         * src/mainwindow.c
1503         * src/mainwindow.h
1504         * src/prefs_msg_colors.c
1505         * src/summaryview.c
1506         * src/summaryview.h
1507         * src/gtk/colorlabel.c
1508         * src/gtk/colorlabel.h
1509                 Add a color label menu in the main menubar
1510                 Add (fixed) accels Ctrl-{0-7} to change the color
1511                 They have to be fixed because the menu's dynamic,
1512                 the items are complex widgets, hence we can't use
1513                 a GtkItemFactory.
1514
1515
1516 2006-03-17 [wwp]        2.0.0cvs148
1517
1518         * src/compose.c
1519                 rollback few lines from my previous commit (those lines come from
1520                 a pending patch, accidentally commited, even if neutral as they are
1521                 commented out).
1522
1523 2006-03-17 [wwp]        2.0.0cvs147
1524
1525         * src/compose.c
1526                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1527                 applied code style/indentation to the modified function.
1528
1529 2006-03-17 [wwp]        2.0.0cvs146
1530
1531         * src/procmsg.c
1532         * src/compose.c
1533                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1534
1535 2006-03-17 [paul]
1536
1537         2.1.0-rc1 released
1538
1539 2006-03-17 [paul]       2.0.0cvs145
1540
1541         * src/main.c
1542                 addressbook_read_file() was called twice
1543         * src/textview.c
1544                 X-Mailer highlighting
1545
1546 2006-03-16 [colin]      2.0.0cvs144
1547
1548         * src/sourcewindow.c
1549         * src/sourcewindow.h
1550                 And the last one, in source window.
1551
1552 2006-03-16 [colin]      2.0.0cvs143
1553
1554         * src/compose.c
1555         * src/compose.h
1556                 Fix the same stuff in compose
1557
1558 2006-03-16 [colin]      2.0.0cvs142
1559
1560         * src/messageview.c
1561                 Complete the previous messageview crash fix
1562
1563 2006-03-16 [colin]      2.0.0cvs141
1564
1565         * src/procmsg.h
1566         * src/procmsg.c
1567         * src/folder.c
1568                 Fix POSTPROCESSING hook
1569                 Patch by H. Merijn Brand
1570
1571         * src/procmime.c
1572         * src/procmime.h
1573                 Parse Content-Location
1574
1575         * src/toolbar.c
1576         * src/messageview.c
1577         * src/messageview.h
1578                 Don't crash when a top-level MessageView has
1579                 been closed on us. Same problematic than
1580                 yesterday's quicksearch issue.
1581
1582 2006-03-15 [colin]      2.0.0cvs140
1583
1584         * src/gtk/quicksearch.c
1585                 Fix a bitchy race we didn't think about when we
1586                 added quicksearch cancellation:
1587                 If the search is not on cached fields, for example
1588                 body_part matchcase "stuff"
1589                 the matcher code has to get the whole message. If
1590                 we're on IMAP, that can be slow, and in order to
1591                 be non-blocking, the IMAP code idle loop processes
1592                 gtk events too. So it is possible to cancel a
1593                 quicksearch while the matcher is getting the mail's
1594                 body. After matcher got its body, it will start to
1595                 iterate over the matcher list that the Quicksearch's
1596                 clear_search_cb() just freed via prepare_matcher().
1597                 SIGSEGV ensues.
1598                 The fix consists of guarding the matcherlist_match()
1599                 call with a boolean 'matching'. If we reset the
1600                 quicksearch while matching is TRUE, we don't free
1601                 the matcherlist anymore like we did, but we set
1602                 another new flag, deferred_free, to TRUE. Then,
1603                 in quicksearch_match(), just after returning from
1604                 matcherlist_match() and unsetting the matching flag,
1605                 we check the deferred_free flag and do the
1606                 prepare_matcher() (which does the matcherlist_free)
1607                 for real, so we free the matcherlist once it's not
1608                 used anymore.
1609                 As all of this runs via the glib main loop, we
1610                 luckily don't need a mutex.
1611         * src/summaryview.c
1612                 Also, show progress while searching.
1613
1614
1615 2006-03-14 [colin]      2.0.0cvs139
1616
1617         * src/alertpanel.c
1618                 Make alertpanel_is_open non-static
1619
1620 2006-03-14 [colin]      2.0.0cvs138
1621
1622         * src/prefs_spelling.c
1623                 Cleanups - Fabien Vantard
1624
1625 2006-03-14 [wwp]        2.0.0cvs137
1626
1627         * src/main.c
1628                 code style normalization (curly braces, indentation).
1629
1630 2006-03-14 [wwp]        2.0.0cvs137
1631
1632         * src/main.c
1633                 code style (braces, indentation)
1634
1635 2006-03-12 [paul]       2.0.0cvs136
1636
1637         * src/prefs_common.c
1638                 trans_hdr defaults to FALSE to be RFC-savvy
1639         * src/prefs_summaries.c
1640                 add a tooltip to the trans_hdr option
1641                 
1642
1643 2006-03-12 [paul]       2.0.0cvs135
1644
1645         * src/prefs_matcher.c
1646                 give a little more width to the combos
1647         * src/prefs_display_header.c
1648         * src/textview.c
1649                 translate headers if prefs_common.trans_hdr
1650                 is TRUE
1651
1652         Patches by Pawel Pekala
1653
1654 2006-03-12 [paul]       2.0.0cvs134
1655
1656         * src/plugins/clamav/clamav_plugin.c
1657         * src/plugins/dillo_viewer/dillo_viewer.c
1658         * src/plugins/pgpcore/plugin.c
1659         * src/plugins/pgpinline/plugin.c
1660         * src/plugins/pgpmime/plugin.c
1661         * src/plugins/spamassassin/spamassassin.c
1662                 update/add to descriptions
1663         * src/plugins/spamassassin/spamassassin_gtk.c
1664                 fixes to the english, remove superfluous
1665                 tooltips, clean up a little
1666
1667 2006-03-12 [paul]       2.0.0cvs133
1668
1669         * src/compose.c
1670                 fix Bug 924, 'Account combo box shows up wrong 
1671                 if & is in account name'
1672
1673 2006-03-11 [colin]      2.0.0cvs132
1674
1675         * src/summaryview.c
1676                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
1677                 messed up shift-selection because is slows down
1678                 moving around summaryview. thanks -users
1679
1680 2006-03-10 [colin]      2.0.0cvs131
1681
1682         * src/plugins/spamassassin/spamassassin_gtk.c
1683                 Put back Paul's engrish fixes
1684
1685 2006-03-10 [colin]      2.0.0cvs130
1686
1687         * src/plugins/spamassassin/spamassassin.c
1688         * src/plugins/spamassassin/spamassassin.h
1689         * src/plugins/spamassassin/spamassassin_gtk.c
1690                 Cleanup SA prefs page (more)
1691                 Patch by Fabien Vantard
1692
1693 2006-03-10 [paul]       2.0.0cvs129
1694
1695         * src/prefs_msg_colors.c
1696         * src/prefs_spelling.c
1697                 widget sensitivity
1698
1699 2006-03-09 [mones]      2.0.0cvs128
1700
1701         * po/es.po
1702                 Update for next RC
1703
1704 2006-03-09 [wwp]        2.0.0cvs127
1705
1706         * configure.ac
1707                 revert accidental commit (requirement for libetpan 0.43), this time
1708                 not in HEAD.
1709
1710 2006-03-09 [wwp]        2.0.0cvs125
1711
1712         * configure.ac
1713                 revert accidental commit (requirement for libetpan 0.43)
1714
1715 2006-03-09 [paul]       2.0.0cvs126
1716
1717         * src/prefs_receive.c
1718                 remove useless frame
1719                 replace 'incorporation' with 'receiving'
1720         * src/plugins/clamav/clamav_plugin_gtk.c
1721         * src/plugins/spamassassin/spamassassin_gtk.c
1722                 improve widget sensitivity
1723                 fix a bit his engrish
1724
1725 2006-03-09 [wwp]        2.0.0cvs125
1726
1727         * src/addressadd.c
1728         * src/foldersel.c
1729         * src/prefs_common.c
1730         * src/prefs_common.h
1731                 remember some more windows' sizes (add to addressbook and
1732                 select folder).
1733
1734 2006-03-09 [paul]       2.0.0cvs124
1735
1736         * src/plugins/pgpcore/prefs_gpg.c
1737                 normalise construction of dialogue
1738
1739 2006-03-09 [paul]       2.0.0cvs123
1740
1741         * src/plugins/trayicon/Makefile.am
1742                 add missing slash
1743
1744 2006-03-08 [colin]      2.0.0cvs122
1745
1746         * src/plugins/trayicon/Makefile.am
1747                 Fix build in separate dir 
1748                 Patch by Bamanzi <bamanzi@gmail.com>
1749
1750 2006-03-08 [colin]      2.0.0cvs121
1751
1752         * src/procmsg.c
1753                 Batch move and copies from summaryview with delayed execution
1754                 too
1755
1756 2006-03-07 [paul]       2.0.0cvs120
1757
1758         * src/common/utils.c
1759                 fix highlighting of URIs containing "()"
1760                 Patch by Pawel Pekala
1761
1762 2006-03-07 [paul]       2.0.0cvs119
1763
1764         * src/folder.c
1765         * src/folder.h
1766         * src/folderview.c
1767                 immediately do alphabetical resort when
1768                 changing a folder's name
1769                 Patch by Pawel Pekala
1770
1771 2006-03-07 [paul]       2.0.0cvs118
1772
1773         * src/news.c
1774         * src/news_gtk.c
1775                 when unsubscribing a newsgroup, remove the
1776                 folder and msgs in .sylpheed-claws/newscache
1777                 Patch by Pawel Pekala <c0rn@gazeta.pl>
1778
1779 2006-03-07 [paul]       2.0.0cvs117
1780
1781         * src/textview.c
1782                 fix wrong Fake URL Warning
1783                 Thanks to Hiro
1784
1785 2006-03-07 [colin]      2.0.0cvs116
1786
1787         * src/imap.c
1788                 Return immediately when password dialog was
1789                 cancelled
1790         * src/gtk/inputdialog.c
1791                 Allow empty strings for passwords
1792
1793
1794 2006-03-06 [colin]      2.0.0cvs115
1795
1796         * src/imap.c
1797                 Prevent double-timeouts when connection fails
1798
1799 2006-03-06 [colin]
1800
1801         2.0.1-rc1 released
1802
1803 2006-03-06 [colin]      2.0.0cvs114
1804
1805         * src/imap.c
1806                 Refresh session during potentially long
1807                 operations
1808
1809 2006-03-06 [wwp]        2.0.0cvs113
1810
1811         * src/prefs_msg_colors.h
1812                 forgot that one (custom color labels).
1813
1814 2006-03-06 [wwp]        2.0.0cvs112
1815
1816         * src/prefs_common.c
1817         * src/prefs_common.h
1818         * src/prefs_msg_colors.c
1819         * src/summaryview.c
1820         * src/summaryview.h
1821         * src/gtk/colorlabel.c
1822         * src/gtk/colorlabel.h
1823                 colors in messages list are now customizable. Color values and names can
1824                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
1825                 Thanks to Paul and Colin for their help with this longstanding patch!
1826
1827 2006-03-06 [wwp]        2.0.0cvs111
1828
1829         * src/textview.c
1830                 don't crash if (x)face is bad.
1831
1832 2006-03-05 [paul]       2.0.0cvs110
1833
1834         * AUTHORS
1835         * configure.ac
1836         * src/Makefile.am
1837         * src/common/Makefile.am
1838         * src/common/utils.h
1839         * src/etpan/imap-thread.c
1840         * src/gtk/authors.h
1841         * src/plugins/clamav/Makefile.am
1842         * src/plugins/demo/Makefile.am
1843         * src/plugins/dillo_viewer/Makefile.am
1844         * src/plugins/pgpcore/Makefile.am
1845         * src/plugins/pgpcore/passphrase.c
1846         * src/plugins/pgpinline/Makefile.am
1847         * src/plugins/pgpmime/Makefile.am
1848         * src/plugins/spamassassin/Makefile.am
1849         * src/plugins/trayicon/Makefile.am
1850                 fix builiding on cygwin
1851                 Patch by Ralgh Young <bamanzi@gmail.com>
1852
1853 2006-03-04 [wwp]        2.0.0cvs109
1854
1855         * manual/keyboard.xml
1856                 fix mixed up/down keys.
1857
1858 2006-03-04 [wwp]        2.0.0cvs108
1859
1860         * README
1861         * INSTALL
1862                 updated links to SpamAssassin.
1863
1864 2006-03-04 [wwp]        2.0.0cvs107
1865
1866         * manual/plugins.xml
1867         * src/plugins/spamassassin/README
1868                 updated SpamAssassin plugin docs to reflect new functional additions
1869                 (also fix/update/documents few technical stuff more, see the README).
1870
1871 2006-03-04 [wwp]        2.0.0cvs106
1872
1873         * src/prefs_message.c
1874                 normalized capitalization of message-prefs paths.
1875
1876 2006-03-04 [wwp]        2.0.0cvs105
1877
1878         * manual/advanced.xml
1879                 typo.
1880
1881 2006-03-03 [colin]      2.0.0cvs104
1882
1883         * src/plugins/clamav/clamav_plugin_gtk.c
1884                 Rework prefs page, patch by Fabien 
1885
1886 2006-03-03 [colin]      2.0.0cvs103
1887
1888         * src/plugins/clamav/clamav_plugin.c
1889                 Set error on all errors
1890
1891 2006-03-03 [colin]      2.0.0cvs102
1892
1893         * src/common/plugin.c
1894                 Initialize error to avoid crashing when a plugin fails
1895                 without setting error
1896
1897 2006-03-02 [wwp]        2.0.0cvs101
1898
1899         * configure.ac
1900                 fixed linker flags for libetpan support on Cygwin
1901                 (thanks to H.Merijn Brand).
1902
1903 2006-03-02 [wwp]        2.0.0cvs100
1904
1905         * src/addressbook.c
1906                 fix some AB error messages: one for punctuation and
1907                 one wrongly duplicate (thanks, maxbritov).
1908
1909 2006-03-02 [wwp]        2.0.0cvs99
1910
1911         * src/plugins/spamassassin/spamassassin.c
1912                 make sync calls to sa-learn/spamc to prevent
1913                 system (whatever local or client/server) overload.
1914
1915 2006-03-02 [colin]      2.0.0cvs98
1916
1917         * src/summaryview.c
1918                 Put the spam icon in the status column instead of the
1919                 mark one
1920
1921 2006-03-01 [colin]      2.0.0cvs97
1922
1923         * src/plugins/spamassassin/spamassassin.c
1924                 Fix segfault (g_file_set_contents fails for some 
1925                 reason and err==0x2f. Can't find out why with
1926                 valgrind, using working function :-)
1927
1928 2006-03-01 [colin]      2.0.0cvs96
1929
1930         * src/inc.c
1931                 Offline overriding: let 'No' be cached only 3 seconds
1932
1933 2006-03-01 [colin]      2.0.0cvs95
1934
1935         * src/addr_compl.c
1936         * src/addrbook.c
1937         * src/addressbook.c
1938         * src/addrindex.c
1939         * src/folder_item_prefs.c
1940         * src/headerview.c
1941         * src/imap.c
1942         * src/inc.c
1943         * src/ldif.c
1944         * src/mainwindow.c
1945         * src/mh.c
1946         * src/msgcache.c
1947         * src/prefs_common.h
1948         * src/prefs_msg_colors.c
1949         * src/procheader.c
1950         * src/procheader.h
1951         * src/procmime.c
1952         * src/procmsg.c
1953         * src/procmsg.h
1954         * src/send_message.h
1955         * src/simple-gettext.c
1956         * src/summaryview.c
1957         * src/summaryview.h
1958         * src/syldap.c
1959         * src/textview.c
1960         * src/undo.c
1961         * src/common/ssl_certificate.c
1962         * src/common/utils.c
1963         * src/gtk/colorsel.c
1964         * src/gtk/gtksctree.c
1965         * src/gtk/gtkshruler.c
1966         * src/plugins/trayicon/trayicon.c
1967                 #if 0 goes to /dev/null
1968
1969 2006-03-01 [colin]      2.0.0cvs94
1970
1971         * src/compose.c
1972         * src/imap.c
1973         * src/inc.c
1974         * src/inc.h
1975         * src/messageview.c
1976         * src/news.c
1977         * src/plugins/spamassassin/spamassassin.c
1978                 Allow to add information in the "working offline"
1979                 window
1980
1981 2006-03-01 [wwp]        2.0.0cvs93
1982
1983         * src/plugins/spamassassin/spamassassin.c
1984                 fixed spamc invocation: use a tricky temporary mini shell wrapper
1985                 'cause it seems that calling `spamc ... < inputfile` with
1986                 g_spawn_(a)sync simply.. erm doesn't work :-).
1987
1988 2006-03-01 [wwp]        2.0.0cvs92
1989
1990         * src/toolbar.c
1991         * src/toolbar.h
1992                 simplify the adding of spam/ham button to the messageview toolbar
1993                 (it gets more clear now that the same button will be "Mark as spam"
1994                 or "Mark as ham" according to the current message status,
1995                 thanks to Colin).
1996
1997 2006-03-01 [wwp]        2.0.0cvs91
1998
1999         * src/messageview.c
2000         * src/procmsg.c
2001         * src/procmsg.h
2002         * src/summaryview.c
2003         * src/plugins/spamassassin/spamassassin.c
2004         * src/plugins/spamassassin/spamassassin.h
2005                 make learner callbacks return a status (0 for ok),
2006                 handle it in main code to avoid setting flags when learning failed,
2007                 don't learn on TCP if offline in spamassassin,
2008                 thanks to Colin.
2009
2010                 
2011
2012 2006-03-01 [wwp]        2.0.0cvs90
2013
2014         * src/compose.c
2015                 some work around the compose window's account menu,
2016                 patch by Fabien Vantard.
2017
2018 2006-03-01 [wwp]        2.0.0cvs89
2019
2020         * src/plugins/spamassassin/spamassassin.c
2021                 fixed bad logics, was using spamc in local mode and sa-learn
2022                 in remote mode (thanks, Colin).
2023
2024 2006-03-01 [wwp]        2.0.0cvs88
2025
2026         * src/plugins/spamassassin/spamassassin.c
2027         * src/plugins/spamassassin/spamassassin.h
2028         * src/plugins/spamassassin/spamassassin_gtk.c
2029                 made processing of emails w/ sa-plugin an option (default is TRUE),
2030                 fixed Engrish some tooltips, capitalization of some debug messages
2031                 and warnings. The spamassassin plugin now provides two separate
2032                 services: process emails upon incorporation and spamd training.
2033                 Both services (un)register independently but use some common
2034                 plugin settings (transport settings, spam storage location).
2035
2036 2006-02-28 [wwp]        2.0.0cvs87
2037
2038         * src/plugins/spamassassin/spamassassin.c
2039                 fix async flag to spamc cmdline execution (batch exec should
2040                 be asynchronous).
2041
2042 2006-02-27 [wwp]        2.0.0cvs86
2043
2044         * src/plugins/spamassassin/spamassassin.c
2045         * src/plugins/spamassassin/spamassassin.h
2046         * src/plugins/spamassassin/spamassassin_gtk.c
2047                 - added the ability to learn a remote spamassassin server (spamd),
2048                 using spamc.
2049                 - added the spamassassin option 'username', that applies to all
2050                 spamassassin operations (filtering, learning, local or remote).
2051                 The default username is the current unix user (if left blank
2052                 from gtk prefs or config file).
2053                 - commented out some unused code (notebook widget), removed unused
2054                 layout (hbox1).
2055                 - make more widgets sensitive to the transport type.
2056
2057 2006-02-27 [colin]      2.0.0cvs85
2058
2059         * src/plugins/spamassassin/spamassassin.c
2060                 Fix sa-learn call when offline
2061
2062 2006-02-27 [colin]      2.0.0cvs84
2063
2064         * configure.ac
2065         * src/Makefile.am
2066         * src/mainwindow.c
2067         * src/mainwindow.h
2068         * src/messageview.c
2069         * src/messageview.h
2070         * src/prefs_toolbar.c
2071         * src/procmsg.c
2072         * src/stock_pixmap.c
2073         * src/stock_pixmap.h
2074         * src/summaryview.c
2075         * src/toolbar.c
2076         * src/toolbar.h
2077         * src/pixmaps/ham_btn.xpm
2078         * src/pixmaps/spam.xpm
2079         * src/pixmaps/spam_btn.xpm
2080         * src/plugins/spamassassin/spamassassin.c
2081                 Add button in toolbar for spam learning
2082                 Fix a few bugs from the last related commit
2083                 Revert 1.9.6cvs23 which messed up shift-selection
2084
2085 2006-02-24 [colin]      2.0.0cvs83
2086
2087         * src/procmsg.c
2088         * src/summaryview.c
2089         * src/summaryview.h
2090         * src/plugins/spamassassin/spamassassin.c
2091         * src/plugins/spamassassin/spamassassin.h
2092         * src/plugins/spamassassin/spamassassin_gtk.c
2093                 Unregister learner when spamassassin is either
2094                 disabled or over tcp
2095
2096 2006-02-24 [colin]      2.0.0cvs82
2097
2098         * src/Makefile.am
2099         * src/mainwindow.c
2100         * src/mainwindow.h
2101         * src/procmsg.c
2102         * src/procmsg.h
2103         * src/stock_pixmap.c
2104         * src/stock_pixmap.h
2105         * src/summaryview.c
2106         * src/summaryview.h
2107         * src/gtk/icon_legend.c
2108         * src/pixmaps/spam.xpm  ** NEW FILE **
2109         * src/plugins/spamassassin/spamassassin.c
2110         * src/plugins/spamassassin/spamassassin_gtk.c
2111                 Add spam learning interface (Mark/Mark as 
2112                 (spam|ham) menus)
2113
2114 2006-02-24 [wwp]        2.0.0cvs81
2115
2116         * src/compose.c
2117         * src/compose.h
2118         * src/filtering.c
2119                 hide compose window when sending message in batch mode
2120                 (filtering: forward and redirect). Also fixed a wrong
2121                 value returned when sending failed, neutral anyway.
2122                 (Colin, me) 
2123
2124 2006-02-24 [wwp]        2.0.0cvs80
2125
2126         * src/mainwindow.c
2127                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2128
2129 2006-02-24 [paul]       2.0.0cvs79
2130
2131         * src/news.c
2132         * src/news.h
2133         * src/news_gtk.c
2134                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2135                 Thanks to Colin
2136
2137 2006-02-23 [colin]      2.0.0cvs78
2138
2139         * src/alertpanel.c
2140                 Change OK to Close in alertpanel with View log
2141                 button; add accel to View log. Patch by Fabien
2142                 Vantard
2143
2144 2006-02-23 [wwp]        2.0.0cvs77
2145
2146         * src/compose.c
2147                 silly me, there were much more tests to perform, since toolbars can
2148                 really have down to 1 element only.
2149
2150 2006-02-23 [wwp]        2.0.0cvs76
2151
2152         * commitHelper
2153                 fixed indentation from my previous commit. Fallback to VISUAL if
2154                 EDITOR is not set (and to vi, at last resort).
2155
2156 2006-02-23 [wwp]        2.0.0cvs75
2157
2158         * commitHelper
2159                 improved error detection (Colin, me).
2160
2161 2006-02-23 [wwp]        2.0.0cvs74
2162
2163         * src/prefs_toolbar.c
2164                 simplify and fix prefs/toolbars layouting. Combos' contents can
2165                 now be really displayed.
2166
2167 2006-02-23 [wwp]        2.0.0cvs73
2168         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2169         be really displayed.
2170
2171 2006-02-22 [wwp]        2.0.0cvs72
2172
2173         * src/compose.c
2174                 fix a typo in my previous commit (sorry!).
2175
2176 2006-02-22 [wwp]        2.0.0cvs71
2177
2178         * src/prefs_toolbar.c
2179                 fix a crash when adding separators to toolbars,
2180                 also fix some separator item information.
2181
2182 2006-02-22 [wwp]        2.0.0cvs70
2183
2184         * src/compose.c
2185                 fix a crash when redirecting (for instance) when compose window's
2186                 toolbar contents has been customized (when some buttons have been
2187                 removed in fact).
2188
2189 2006-02-21 [wwp]        2.0.0cvs69
2190
2191         * src/summaryview.c
2192         * src/gtk/pluginwindow.c
2193         * src/plugins/pgpcore/prefs_gpg.c
2194                 fix some compilation warnings (feat. remains of removed code).
2195
2196 2006-02-21 [wwp]        2.0.0cvs68
2197
2198         * src/gtk/gtkutils.c
2199                 fix two compilation issues, thanks to Stephan Sachse.
2200
2201 2006-02-20 [colin]      2.0.0cvs67
2202
2203         * src/mainwindow.c
2204                 Don't reselect displayed mail on refocus
2205                 This fixes actions misbehaving 
2206
2207 2006-02-20 [wwp]        2.0.0cvs66
2208
2209         * src/summaryview.c
2210         * src/gtk/gtksctree.c
2211         * src/gtk/gtkshruler.c
2212                 changed more runtime typecast checks.
2213
2214 2006-02-20 [wwp]        2.0.0cvs65
2215
2216         * src/summary_search.c
2217                 find all - summaryview refresh issue fixed, thanks to Colin.
2218
2219 2006-02-20 [wwp]        2.0.0cvs64
2220
2221         * src/gtk/gtkutils.c
2222                 better runtime typecast checks.
2223
2224 2006-02-20 [wwp]        2.0.0cvs63
2225
2226         * src/summary_search.c
2227                 enhancements to the summary search:
2228                         - add the ability to stop the running search
2229                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2230                         - don't search if no criteria (From/To/Subject/Body) is set
2231                         - ensure that a busy mouse pointer is always shown when searching,
2232                           show it even a bit earlier
2233
2234 2006-02-19 [colin]      2.0.0cvs62
2235
2236         * src/compose.c
2237         * src/imap.c
2238         * src/etpan/imap-thread.c
2239         * src/etpan/imap-thread.h
2240                 (Future) IMAP speed improvement on sending
2241                 Will require a libetpan update
2242         * src/summaryview.c
2243         * src/gtk/quicksearch.c
2244                 Make quicksearch clearable while running.
2245
2246 2006-02-17 [colin]      2.0.0cvs61
2247
2248         * src/imap.c
2249         * src/etpan/imap-thread.c
2250         * src/etpan/imap-thread.h
2251                 Check for IMAP certificates
2252                 ** Requires libetpan-0.42-cvs4 
2253                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2254
2255 2006-02-17 [colin]      2.0.0cvs60
2256
2257         * src/messageview.c
2258         * src/prefs_common.c
2259         * src/prefs_common.h
2260         * src/prefs_message.c
2261                 Add pref to display HTML-only mails with plugin, 
2262                 if possible (defaulting to FALSE of course).
2263
2264 2006-02-16 [colin]      2.0.0cvs59
2265
2266         * src/main.c
2267         * src/common/plugin.c
2268         * src/common/plugin.h
2269         * src/gtk/pluginwindow.c
2270                 Keep track of requested (but unloaded) plugins
2271                 in some error cases.
2272
2273 2006-02-16 [wwp]        2.0.0cvs58
2274
2275         * src/gtk/gtkaspell.c
2276         * src/gtk/gtkaspell.h
2277         * src/prefs_spelling.c
2278         * src/compose.c
2279         * src/prefs_common.c
2280         * src/prefs_common.h
2281                 implemented new optional spellchecker behaviour: re-check message when
2282                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2283
2284 2006-02-16 [wwp]        2.0.0cvs57
2285
2286         * src/quote_fmt_parse.y
2287                 pclose popen'ed pipe.
2288
2289 2006-02-15 [colin]      2.0.0cvs56
2290
2291         * src/mimeview.c
2292         * src/mimeview.h
2293                 Let MimeViewers know which MimeView they
2294                 depend of.
2295         * src/summaryview.c
2296                 Swap From/To columns in Sent/Queue/Drafts
2297                 folders
2298         * src/etpan/imap-thread.c
2299                 Use mailstream_low_tls_open() for STARTTLS
2300                 instead of mailstream_low_ssl_open()
2301                 ** REQUIRES libetpan 0.42cvs3 **
2302
2303 2006-02-15 [wwp]        2.0.0cvs55
2304
2305         * src/compose.c
2306         * src/compose.h
2307         * src/message_search.c
2308         * src/message_search.h
2309         * src/textview.c
2310         * src/gtk/gtkutils.c
2311         * src/gtk/gtkutils.h
2312                 added the ability to Find text in the compose window (and a bit
2313                 of code factorization).
2314
2315 2006-02-15 [wwp]        2.0.0cvs54
2316
2317         * src/prefs_gtk.c
2318                 yet another one file was missing (fix for some widgets' sensitivity).
2319                 Thanks Colin!
2320
2321 2006-02-15 [wwp]        2.0.0cvs53
2322
2323         * src/prefs_gtk.h
2324                 oops forgot that file (fix for some widgets' sensitivity).
2325
2326 2006-02-15 [wwp]        2.0.0cvs52
2327
2328         * src/summary_search.c
2329                 implemented advanced summary search options (added the ability
2330                 to use matcher conditions in an advanced search mode).
2331
2332 2006-02-15 [wwp]        2.0.0cvs51
2333
2334         * src/plugins/pgpcore/prefs_gpg.c
2335         * src/prefs_account.c
2336                 fix some widget sensitivity, mostly around some labels in
2337                 account prefs.
2338
2339 2006-02-15 [paul]       2.0.0cvs50
2340
2341         * manual/advanced.xml
2342                 improve Templates info
2343                 written by wwp
2344
2345 2006-02-14 [colin]      2.0.0cvs49
2346
2347         * src/pixmaps/address_book.xpm
2348         * src/pixmaps/preferences.xpm
2349         * src/pixmaps/properties.xpm
2350                 Fix pixmap size - patch by Fabien Vantard
2351
2352 2006-02-13 [colin]      2.0.0cvs48
2353
2354         * src/procmime.c
2355                 Add missing fclose()s on error
2356         * src/textview.c
2357                 Remove unused code
2358         * src/common/utils.c
2359                 Fix temp files not being deleted on windows
2360         Patches by Thomas Gilgin
2361
2362 2006-02-13 [colin]      2.0.0cvs47
2363
2364         * src/mainwindow.c
2365                 Fix exit crash
2366
2367 2006-02-13 [wwp]        2.0.0cvs46
2368
2369         * src/plugins/pgpcore/prefs_gpg.c
2370                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2371
2372 2006-02-12 [colin]      2.0.0cvs45
2373
2374         * src/folderview.c
2375         * src/main.c
2376         * src/mainwindow.c
2377                 Fix "stuff" when quitting
2378
2379 2006-02-12 [wwp]        2.0.0cvs44
2380
2381         * src/prefs_themes.c
2382                 fix typos in debug messages.
2383
2384 2006-02-11 [colin]      2.0.0cvs43
2385
2386         * src/summaryview.c
2387                 don't allow drag/drop from ourself
2388
2389 2006-02-10 [wwp]        2.0.0cvs42
2390
2391         * src/exporthtml.c
2392         * src/html.c
2393         * src/html.h
2394         * src/procmime.c
2395         * src/textview.c
2396                 renamed html_ prefixed functions and data structures to avoid
2397                 namespace clashes w/ other software (gtkhtml2 for instance).
2398                 Closes bug #907.
2399
2400
2401 2006-02-09 [colin]      2.0.0cvs41
2402
2403         * src/summaryview.c
2404                 Fix shitty logic messed up. Thanks Ticho for the hint!
2405
2406 2006-02-09 [wwp]        2.0.0cvs40
2407
2408         * src/gtk/about.c
2409         * src/compose.c
2410         * src/prefs_account.c
2411         * src/prefs_gtk.h
2412         * src/editaddress.c
2413                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2414                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2415                 Browse buttons in accounts prefs.
2416
2417 2006-02-09 [colin]      2.0.0cvs39
2418
2419         * src/matcher.c
2420                 Check for pointer before using its members
2421         * src/gtk/gtksourceprintjob.c
2422                 Fix a wrong warning
2423
2424 2006-02-09 [wwp]        2.0.0cvs38
2425
2426         * src/gtk/filesel.c
2427                 fix few compiler warnings (type mismatch).
2428
2429 2006-02-09 [paul]       2.0.0cvs37
2430
2431         * po/fr.po
2432                 updated by Fabien Vantard
2433
2434 2006-02-08 [colin]      2.0.0cvs36
2435
2436         * src/prefs_common.c
2437         * src/common/defs.h
2438         * src/common/plugin.c
2439                 allow windows and linux configurations to coexist
2440                 patch by Thomas Gilgin
2441
2442 2006-02-08 [colin]      2.0.0cvs35
2443
2444         * src/filtering.c
2445         * src/matcher.c
2446         * src/matcher.h
2447         * src/matcher_parser_parse.y
2448         * src/prefs_filtering_action.c
2449         * src/prefs_matcher.c
2450                 Add the "Ignore thread" filtering
2451                 action
2452
2453 2006-02-08 [colin]      2.0.0cvs34
2454
2455         * src/compose.c
2456         * src/procmime.c
2457         * src/procmime.h
2458                 Fix bug #905 (damaged attachment)
2459                 text files with raw \0's aren't really text files
2460         FOR_STABLE
2461
2462 2006-02-08 [colin]      2.0.0cvs33
2463
2464         * src/summaryview.c
2465                 Fix crasher introduced yesterday
2466
2467 2006-02-08 [wwp]        2.0.0cvs32
2468
2469         * src/compose.c
2470         * src/compose.h
2471                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2472
2473 2006-02-08 [wwp]        2.0.0cvs31
2474
2475         * src/prefs_template.c
2476                 templates enhancement: allow address completion for Cc and Bcc fields
2477                 (it was currently possible for the To field only)
2478
2479 2006-02-08 [colin]      2.0.0cvs30
2480
2481         * src/compose.c
2482                 Don't unblock if not blocked
2483         FOR_STABLE
2484
2485 2006-02-07 [colin]      2.0.0cvs29
2486
2487         * src/action.c
2488                 Forgot to refresh summaryview
2489
2490 2006-02-07 [colin]      2.0.0cvs28
2491
2492         * src/action.c
2493                 Freeze/thaw message list and folder list while
2494                 processing %as{} actions 
2495         * src/compose.c
2496                 Fix auto-wrap disabling after a middle-click
2497                 paste - FOR_STABLE
2498
2499 2006-02-07 [paul]       2.0.0cvs27
2500
2501         * src/folder.c
2502                 fix freeing of uninitialised pointers
2503                 Thanks to Colin
2504
2505 2006-02-06 [colin]      2.0.0cvs26
2506
2507         * src/folder.c
2508                 Use g_slist_prepend in potentially big list
2509
2510 2006-02-06 [colin]      2.0.0cvs25
2511
2512         * src/folder.c
2513                 Completely skip processing if it doesn't 
2514                 exist (faster!)
2515
2516 2006-02-06 [colin]      2.0.0cvs24
2517
2518         * src/folder.c
2519         * src/summaryview.c
2520                 Batch filtering in summaryview (from Tools menu)
2521                 and pre/post//-processing too
2522
2523 2006-02-06 [colin]      2.0.0cvs23
2524
2525         * src/procmsg.h
2526         * src/filtering.c
2527                 Use a special field for batch filtering instead
2528                 of stepping on deferred execution's toes
2529
2530 2006-02-06 [colin]      2.0.0cvs22
2531
2532         * src/action.c
2533         * src/filtering.c
2534         * src/filtering.h
2535         * src/folder.c
2536         * src/summaryview.c
2537                 Fix filtering via menus and actions
2538
2539 2006-02-06 [colin]      2.0.0cvs21
2540
2541         * src/imap.c
2542                 Put the added file directly to cache if possible (will work
2543                 with next libetpan)
2544         * src/filtering.c
2545         * src/filtering.h
2546         * src/inc.c
2547         * src/folder.c
2548         * src/mbox.c
2549         * src/procmsg.h
2550                 Move and copy filtered messages by batches instead of one
2551                 by one - faster on IMAP
2552         * src/procmsg.c
2553                 Add a function that'll possibly be useful later
2554
2555 2006-02-06 [colin]      2.0.0cvs20
2556
2557         * src/addressbook.c
2558                 Use internal mime-type instead of text/plain for d'n'd
2559         * src/compose.c
2560                 Allow attaching files from mimeview's icon list via d'n'd
2561         * src/folderview.c
2562         * src/folderview.h
2563                 Use internal mime-type instead of text/plain for d'n'd
2564                 Don't try to selected opened folder if none is
2565                 Factorize d'n'd from other apps code
2566         * src/headerview.c
2567         * src/textview.c
2568         * src/gtk/gtkutils.c
2569         * src/gtk/gtkutils.h
2570                 Factorize Face/X-Face stuff
2571         * src/mimeview.c
2572                 Fix d'n'd to other apps
2573         * src/prefs_message.c
2574                 Let the XFace pref be usable without libcompface as it also
2575                 applies to Face
2576         * src/summaryview.c
2577                 Fix d'n'd to other apps
2578                 Factorize d'n'd from other apps code
2579
2580 2006-02-06 [wwp]        2.0.0cvs19
2581
2582         * po/it.po
2583                 Italian translation fixes by Andrea Spadaccini (no more confusion
2584                 between filtering and processing, and few changes in the About
2585                 dialog).
2586
2587
2588 2006-02-06 [mones]      2.0.0cvs18
2589
2590         * src/gtk/icon_legend.c
2591                 Improved descriptions allowing better translations
2592
2593 2006-02-05 [colin]      2.0.0cvs17
2594
2595         * src/imap.c
2596                 Add the f*cking missing expunge that caused imap_fetch_env
2597                 to fail after an add_msgs ! :-///
2598         * src/etpan/imap-thread.c
2599                 Add a bit of debug
2600         FOR_STABLE
2601
2602 2006-02-05 [colin]      2.0.0cvs16
2603
2604         * src/common/utils.c
2605                 Don't check for return-path (or we can't put
2606                 back non-sent mails)
2607
2608 2006-02-05 [colin]      2.0.0cvs15
2609
2610         * src/textview.c
2611                 Don't try to display Face header in textview
2612                 when teh headerview's active
2613
2614 2006-02-05 [colin]      2.0.0cvs14
2615
2616         * tools/tbird2syl.py
2617         * tools/Makefile.am
2618                 Add script to import Thunderbird mails
2619
2620 2006-02-05 [colin]      2.0.0cvs13
2621
2622         * src/headerview.c
2623         * src/procheader.c
2624         * src/procmsg.c
2625         * src/procmsg.h
2626         * src/textview.c
2627                 Show Face headers - patch partially by Klaus Flittner
2628
2629 2006-02-05 [colin]      2.0.0cvs12
2630
2631         * src/folderview.c
2632         * src/summaryview.c
2633         * src/common/utils.c
2634         * src/common/utils.h
2635                 Let dnd work from mime icons to summaryview
2636                 and to folderview too
2637                 Add a crude test to avoid trying to add files
2638                 drag'n'dropped when they're not mails
2639
2640 2006-02-04 [colin]      2.0.0cvs11
2641
2642         * src/summaryview.c
2643         * src/mimeview.c
2644                 Fix utf8 conversion
2645
2646 2006-02-04 [colin]      2.0.0cvs10
2647
2648         * src/compose.c
2649         * src/folderview.c
2650         * src/mimeview.c
2651         * src/summaryview.c
2652         * src/summaryview.h
2653                 Added various drag and drop capas:
2654                 From                    To
2655                 summaryview             other apps
2656                 mimeview icons          other apps
2657                 other apps              summaryview
2658                 other apps              folderview
2659
2660                 This shouldn't have broken the existing:
2661                 From                    To
2662                 summaryview             folderview
2663                 folderview              folderview
2664                 summaryview             compose's attachments
2665
2666         Tests welcomed.
2667
2668 2006-02-02 [paul]       2.0.0cvs9
2669
2670         * src/mainwindow.c
2671                 move global option 'Set displayed columns...' out
2672                 of folder option grouping.
2673                 fix sensitivity of 'harvest addresses'
2674         FOR_STABLE
2675
2676 2006-02-01 [colin]      2.0.0cvs8
2677
2678         * src/mimeview.c
2679                 Revert the alertpanel patch, it sucks (intrusive
2680                 and gets in the way of "open")
2681
2682 2006-02-01 [colin]      2.0.0cvs7
2683
2684         * src/compose.c
2685         * src/prefs_account.c
2686         * src/prefs_common.c
2687         * src/common/defs.h
2688         * src/common/utils.c
2689         * src/common/utils.h
2690                 Add ability to edit the signature file
2691                 from the account preferences, and use
2692                 a default for the text editor.
2693                 Patch by Fabien Vantard
2694
2695 2006-02-01 [colin]      2.0.0cvs6
2696
2697         * src/mimeview.c
2698                 Try to get mime type by extension if it is
2699                 application/octet-stream
2700                 Display a window with possible choices when
2701                 encountering unknown mime types
2702         * src/gtk/filesel.c
2703         * src/gtk/filesel.h
2704                 Add preview
2705                 Allow multiple selection in filtered filesel
2706                 (patch by Fabien Vantard)
2707         * src/gtk/pluginwindow.c
2708                 Use it (patch by Fabien Vantard)
2709
2710 2006-02-01 [paul]       2.0.0cvs5
2711
2712         * src/jpilot.c
2713                 fix crash on creating jpilot address book
2714                 Thanks to Colin - FOR_STABLE
2715         * src/prefs_summaries.c
2716         * src/prefs_wrapping.c
2717         * src/gtk/icon_legend.c
2718         * src/gtk/quicksearch.c
2719                 string fixes and additions
2720
2721 2006-02-01 [paul]       2.0.0cvs4
2722
2723         * src/compose.c
2724         * src/mainwindow.c
2725         * src/messageview.c
2726         * src/prefs_send.c
2727                 add Arabic encoding option
2728                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2729
2730 2006-01-31 [colin]      2.0.0cvs3
2731
2732         * src/plugins/pgpcore/passphrase.c
2733                 Convert passphrase to locale encoding
2734         * src/compose.c
2735                 Fix drafting on IMAP. Crappy bug sneaked in
2736                 the release :-/
2737         FOR_STABLE
2738
2739 2006-01-30 [paul]       2.0.0cvs2
2740
2741         * src/gtk/icon_legend.c
2742                 show the new entries
2743
2744 2006-01-30 [colin]      2.0.0cvs1
2745
2746         * src/manual.c
2747                 Check for the file to be present before 
2748                 enabling the menu - FOR_STABLE
2749         * src/gtk/icon_legend.c
2750                 Add folders icons (not all of them, there
2751                 are too much, but the most intriguing ones)
2752
2753 2006-01-30 [paul]       2.0.0
2754
2755         version 2.0.0 released
2756
2757 2006-01-30 [paul]       1.9.100cvs200
2758
2759         * manual/faq.xml
2760         * manual/gpl.xml
2761         * manual/intro.xml
2762         * manual/starting.xml
2763         * manual/sylpheed-claws-manual.xml
2764                 fixes, additions
2765
2766 2006-01-29 [mones]      1.9.100cvs199
2767
2768         * manual/account.xml
2769         * manual/advanced.xml
2770         * manual/glossary.xml
2771                 Some typos fixed, added LDIF term to glossary
2772         * po/es.po
2773                 Fixed leading plus symbol
2774
2775 2006-01-29 [paul]       1.9.100cvs198
2776
2777         * po/fi.po
2778         * po/sk.po
2779                 updated by Tommi Pirinen and Andrej Kacian
2780
2781 2006-01-29 [paul]       1.9.100cvs197
2782
2783         * src/gtk/authors.h
2784                 remove duplicates
2785
2786 2006-01-29 [paul]       1.9.100cvs196
2787
2788         * AUTHORS
2789         * po/nl.po
2790         * src/gtk/authors.h
2791         * tools/claws.i18n.status.pl
2792                 nl translation updated by Tim Dijkstra
2793
2794 2006-01-29 [paul]       1.9.100cvs195
2795
2796         * po/sr.po
2797         * po/sv.po
2798                 updated by Aleksandar Urosevic and Anders Troback
2799
2800 2006-01-28 [colin]      1.9.100cvs194
2801
2802         * src/gtk/gtksourceprintjob.c
2803                 Don't fiddle with PangoLayout when we
2804                 have an image
2805
2806 2006-01-28 [paul]       1.9.100cvs193
2807
2808         * AUTHORS
2809         * po/el.po
2810         * po/zh_CN.po
2811         * src/gtk/authors.h
2812         * tools/claws.i18n.status.pl
2813                 updated translations submitted by Stavros Giannouris
2814                 and Ralgh Young
2815
2816 2006-01-27 [colin]      1.9.100cvs192
2817
2818         * src/summaryview.c
2819         * src/gtk/gtksourceprintjob.c
2820                 Add image printing 
2821                 (libgnomeprint only, of course)
2822
2823 2006-01-27 [paul]       1.9.100cvs191
2824
2825         * po/fr.po
2826         * po/it.po
2827                 updated by Fabien Vantard and Andrea Spadaccini
2828
2829 2006-01-26 [colin]      1.9.100cvs190
2830
2831         * manual/Makefile.am
2832         * configure.ac
2833                 Make building the manual optional 
2834                 (--disable-manual)
2835
2836 2006-01-26 [paul]       1.9.100cvs189
2837
2838         * manual/glossary.xml
2839         * manual/plugins.xml
2840                 edited
2841         * po/en_GB.po
2842                 updated
2843
2844 2006-01-26 [paul]       1.9.100cvs188
2845
2846         * src/prefs_display_header.c
2847         * src/prefs_folder_column.c
2848         * src/prefs_msg_colors.c
2849         * src/prefs_summaries.c
2850         * src/prefs_summary_column.c
2851                 HIGify
2852
2853 2006-01-25 [colin]      1.9.100cvs187
2854
2855         * src/imap.c
2856                 Don't allow moving/copying mails between
2857                 queue/drafts and non-queue/drafts folders
2858                 Fixes bug #897 (message header is resetted 
2859                 if one is copied to Drafts)
2860
2861 2006-01-25 [colin]      1.9.100cvs186
2862
2863         * src/folder.c
2864         * src/mainwindow.c
2865                 Fix subscribed folders not found
2866         * src/compose.c
2867                 Don't try to encode as original mail's charset
2868                 if it's ascii 
2869
2870 2006-01-25 [paul]       1.9.100cvs185
2871
2872         * AUTHORS
2873         * po/Makevars
2874                 updated
2875         * po/de.po
2876         * po/pl.po
2877         * po/pt_BR.po
2878         * po/sr.po
2879                 updates submitted by Stephan Sachse, Emilian Nowak
2880                 and Quar, Frederico Goncalves Guimaraes, and
2881                 Aleksandar Urosevic
2882                 Fix Bug 896, 'PT_BR locale broken'.
2883         * src/gtk/authors.h
2884                 updated
2885
2886 2006-01-24 [mones]      1.9.100cvs184
2887
2888         * manual/glossary.xml
2889                 All current terms finished. Reviewers welcome ;-)
2890         * manual/keyboard.xml
2891                 Fixed column width for pdf output.
2892         * po/es.po
2893                 Updated
2894
2895 2006-01-24 [paul]       1.9.100cvs183
2896
2897         * manual/glossary.xml
2898                 fix id name
2899         * manual/dist/html/Makefile.am
2900         * manual/dist/pdf/Makefile.am
2901         * manual/dist/ps/Makefile.am
2902         * manual/dist/txt/Makefile.am
2903                 fix make deps
2904                 Thanks to Colin
2905
2906 2006-01-24 [mones]      1.9.100cvs182
2907
2908         * manual/glossary.xml
2909                 Nearly finished, some terms missing.
2910
2911 2006-01-23 [paul]       1.9.100cvs181
2912
2913         * manual/dist/html/Makefile.am
2914         * manual/dist/pdf/Makefile.am
2915         * manual/dist/ps/Makefile.am
2916         * manual/dist/txt/Makefile.am
2917         * src/mainwindow.c
2918                 re-enable manual
2919                 Thanks to Colin
2920
2921 2006-01-22 [colin]      1.9.100cvs180
2922
2923         * src/compose.c
2924         * src/gtk/gtkaspell.c
2925                 Don't deselect stuff before right-clicking, with aspell.
2926                 (This prevented right-click Copy, for example).
2927                 Thanks to Clo!
2928
2929 2006-01-22 [paul]       1.9.100cvs179
2930
2931         * src/summary_search.c
2932                 don't fix the widget size as it causes problems
2933                 under localisation.
2934                 Thanks to Emilian Nowak
2935
2936 2006-01-21 [paul]       1.9.100cvs178
2937
2938         * src/prefs_themes.c
2939                 fix broken underlining of label text
2940                 with some translations
2941
2942 2006-01-21 [colin]      1.9.100cvs177
2943
2944         * po/fr.po
2945                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
2946
2947 2006-01-20 [colin]      1.9.100cvs176
2948
2949         * configure.ac
2950         * Makefile.am
2951         * manual/Makefile
2952         * manual/dist/html/.cvsignore
2953         * manual/dist/html/Makefile.am
2954         * manual/dist/pdf/.cvsignore
2955         * manual/dist/pdf/Makefile.am
2956         * manual/dist/ps/.cvsignore
2957         * manual/dist/ps/Makefile.am
2958         * manual/dist/txt/.cvsignore
2959         * manual/dist/txt/Makefile.am
2960                 Autotool-ize manual
2961
2962 2006-01-20 [paul]       1.9.100cvs175
2963
2964         * manual/handling.xml
2965                 make Filtering and Searching entries easier to find
2966         * manual/keyboard.xml
2967                 add the remaining default keybinds
2968         * src/prefs_summaries.c
2969                 update the default keybinds
2970
2971 2006-01-20 [paul]       1.9.100cvs174
2972
2973         * src/addressbook.c
2974         * src/addrgather.c
2975         * src/addrharvest.c
2976         * src/editaddress.c
2977         * src/editgroup.c
2978         * src/exphtmldlg.c
2979         * src/expldifdlg.c
2980         * src/exporthtml.c
2981         * src/exportldif.c
2982         * src/ldif.c
2983                 replace 'e-mail' with 'email'
2984         * src/summary_search.c
2985                 add mnemonic to "Find all" button
2986
2987 2006-01-20 [wwp]        1.9.100cvs173
2988
2989         * src/export.c
2990         * src/import.c
2991                 touched mbox import/export buttons for HIG-compliance
2992
2993 2006-01-19 [paul]       1.9.100cvs172
2994
2995         * manual/account.xml
2996         * manual/addrbook.xml
2997         * manual/advanced.xml
2998         * manual/faq.xml
2999         * manual/handling.xml
3000         * manual/intro.xml
3001         * manual/plugins.xml
3002         * manual/starting.xml
3003                 more editing
3004
3005 2006-01-19 [paul]       1.9.100cvs171
3006
3007         * src/toolbar.c
3008                 allow use of trash button while receiving
3009                 Thanks to Colin
3010
3011 2006-01-19 [wwp]        1.9.100cvs170
3012
3013         * src/gtk/quicksearch.c
3014         * src/compose.c
3015                 force text color to black when yellow background is set
3016
3017 2006-01-19 [colin]      1.9.100cvs169
3018
3019         * src/plugins/trayicon/trayicon.c
3020                 Gray out Get Mail when already getting mail
3021
3022 2006-01-18 [paul]       1.9.100cvs168
3023
3024         * src/compose.c
3025                 give widget yellow background was To is
3026                 set via folder prefs
3027         * src/gtk/quicksearch.c
3028                 give widget yellow background when quick
3029                 search is active.
3030                 Thanks to Colin
3031
3032 2006-01-18 [paul]       1.9.100cvs167
3033
3034         * doc/man/sylpheed-claws.1
3035                 add --subscribe option
3036
3037 2006-01-18 [paul]       1.9.100cvs166
3038
3039         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3040         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3041                 use %U instead of %F (%F is broken for user installed
3042                 files in kde 3.5)
3043
3044 2006-01-18 [colin]      1.9.100cvs165
3045
3046         * src/summaryview.c
3047                 Default to Yes in "No more * messages" dialogs
3048
3049 2006-01-17 [colin]      1.9.100cvs164
3050
3051         * src/compose.c
3052                 Possibly fix an invalid iterator causing
3053                 crash
3054
3055 2006-01-17 [colin]      1.9.100cvs163
3056
3057         * src/mimeview.c
3058                 Fix crash when the image disappears under the
3059                 image viewer
3060
3061 2006-01-16 [colin]      1.9.100cvs162
3062
3063         * src/compose.c
3064                 Fix reenabling autowrap
3065
3066 2006-01-16 [colin]      1.9.100cvs161
3067
3068         * src/compose.c
3069                 reset quote_len before getting quote_str
3070
3071 2006-01-16 [colin]      1.9.100cvs160
3072
3073         * src/account.c
3074         * src/account.h
3075         * src/folder.c
3076         * src/imap_gtk.c
3077         * src/mh_gtk.c
3078                 Fix bug #883 (default inbox does not track folder move)
3079
3080 2006-01-16 [colin]      1.9.100cvs159
3081
3082         * src/compose.c
3083         * src/plugins/pgpcore/passphrase.c
3084                 More buttons fixes
3085
3086 2006-01-16 [paul]       1.9.100cvs158
3087
3088         * src/prefs_actions.c
3089         * src/prefs_filtering_action.c
3090         * src/prefs_matcher.c
3091         * src/quote_fmt.c
3092         * src/gtk/description_window.c
3093         * src/gtk/description_window.h
3094         * src/gtk/quicksearch.c
3095                 description window cleanups
3096
3097 2006-01-15 [colin]      1.9.100cvs157
3098
3099         * src/addressbook.c
3100         * src/prefs_filtering.c
3101                 Same here
3102
3103 2006-01-15 [colin]      1.9.100cvs156
3104
3105         * src/folderview.c
3106         * src/mainwindow.c
3107                 Same for "Empty trash"
3108
3109 2006-01-15 [colin]      1.9.100cvs155
3110
3111         * src/inc.c
3112                 Override offline dialog had Yes by default
3113
3114 2006-01-15 [colin]      1.9.100cvs154
3115
3116         * src/summaryview.c
3117                 Delete selected messages? previously had Yes the default
3118
3119 2006-01-15 [colin]      1.9.100cvs153
3120
3121         * src/folder.c
3122         * src/folder.h
3123         * src/main.c
3124                 Check if a mailbox is loaded after all
3125                 plugins are loaded.
3126
3127 2006-01-15 [colin]      1.9.100cvs152
3128
3129         * src/folder.c
3130                 Don't start wizard when there are unloaded folders (will help
3131                 people with only mbox or maildir mailboxes)
3132
3133 2006-01-14 [colin]      1.9.100cvs151
3134
3135         * src/addressbook.c
3136         * src/expldifdlg.c
3137         * src/importldif.c
3138         * src/importmutt.c
3139         * src/importpine.c
3140         * src/mh_gtk.c
3141                 More HIG compliance and fixes
3142
3143 2006-01-14 [colin]      1.9.100cvs150
3144
3145         * src/prefs_filtering_action.c
3146         * src/foldersel.c
3147                 Two forgotten button order changes
3148
3149 2006-01-14 [colin]      1.9.100cvs149
3150
3151         * src/account.c
3152         * src/addressbook.c
3153         * src/compose.c
3154         * src/folderview.c
3155         * src/imap_gtk.c
3156         * src/mainwindow.c
3157         * src/mh_gtk.c
3158         * src/news_gtk.c
3159         * src/prefs_actions.c
3160         * src/prefs_customheader.c
3161         * src/prefs_filtering.c
3162         * src/prefs_matcher.c
3163         * src/prefs_template.c
3164         * src/ssl_manager.c
3165         * src/summaryview.c
3166         * src/textview.c
3167         * src/toolbar.c
3168                 All deletion confirmations are now "Cancel, Delete" 
3169                 instead of "No, Yes"
3170                 Clarified most of the other "No, Yes" to 
3171                 "Cancel, Descriptive_action"
3172                 Rechanged the "Entry not saved" alerts to have 
3173                 "Close, Continue editing"
3174
3175
3176 2006-01-14 [paul]
3177
3178         * 2.0.0-rc4 released
3179
3180 2006-01-14 [paul]       1.9.100cvs148
3181
3182         * src/account.c
3183         * src/addressadd.c
3184         * src/addressbook.c
3185         * src/compose.c
3186         * src/editaddress.c
3187         * src/editbook.c
3188         * src/editgroup.c
3189         * src/editjpilot.c
3190         * src/editldap.c
3191         * src/editvcard.c
3192         * src/exphtmldlg.c
3193         * src/expldifdlg.c
3194         * src/folderview.c
3195         * src/grouplistdialog.c
3196         * src/imap_gtk.c
3197         * src/importmutt.c
3198         * src/importpine.c
3199         * src/inc.c
3200         * src/main.c
3201         * src/mainwindow.c
3202         * src/message_search.c
3203         * src/messageview.c
3204         * src/mh_gtk.c
3205         * src/mimeview.c
3206         * src/news_gtk.c
3207         * src/prefs_actions.c
3208         * src/prefs_customheader.c
3209         * src/prefs_filtering.c
3210         * src/prefs_matcher.c
3211         * src/prefs_template.c
3212         * src/prefs_themes.c
3213         * src/ssl_manager.c
3214         * src/summary_search.c
3215         * src/summaryview.c
3216         * src/textview.c
3217         * src/toolbar.c
3218         * src/gtk/foldersort.c
3219         * src/gtk/gtkaspell.c
3220         * src/gtk/inputdialog.c
3221         * src/gtk/prefswindow.c
3222         * src/plugins/pgpcore/select-keys.c
3223         * src/plugins/trayicon/trayicon.c
3224                 HIG compliant button order
3225
3226 2006-01-14 [mones]      1.9.100cvs147
3227
3228         * po/es.po
3229                 Updated translation
3230
3231 2006-01-13 [paul]       1.9.100cvs146
3232
3233         * AUTHORS
3234         * ChangeLog
3235         * src/gtk/authors.h
3236                 add Joshua M. Kwan to contributors list
3237
3238 2006-01-13 [colin]      1.9.100cvs145
3239
3240         * src/gtk/quicksearch.c
3241                 Don't refocus quick search after executing (Esc or Enter)
3242                 Allows to '/'search something then move up/down in 
3243                 summaryview, and to Esc a search and be back in the 
3244                 summaryview
3245
3246 2006-01-13 [paul]       1.9.100cvs144
3247
3248         * src/plugins/pgpinline/pgpinline.c
3249                 support Content-Type 'application/pgp'
3250                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3251
3252 2006-01-13 [paul]       1.9.100cvs143
3253
3254         * manual/account.xml
3255                 make mention of partial retrieval
3256                 thanks to Colin
3257
3258 2006-01-13 [paul]       1.9.100cvs142
3259
3260         * src/account.c
3261         * src/account.h
3262         * src/action.c
3263         * src/action.h
3264         * src/adbookbase.h
3265         * src/addr_compl.c
3266         * src/addr_compl.h
3267         * src/addrbook.c
3268         * src/addrcache.c
3269         * src/addrcache.h
3270         * src/addrcindex.c
3271         * src/addrcindex.h
3272         * src/addrclip.c
3273         * src/addrclip.h
3274         * src/addrdefs.h
3275         * src/addressadd.c
3276         * src/addressadd.h
3277         * src/addressbook.c
3278         * src/addressbook.h
3279         * src/addrgather.c
3280         * src/addrgather.h
3281         * src/addrharvest.c
3282         * src/addrharvest.h
3283         * src/addrindex.c
3284         * src/addrindex.h
3285         * src/addritem.c
3286         * src/addritem.h
3287         * src/addrquery.c
3288         * src/addrquery.h
3289         * src/addrselect.c
3290         * src/addrselect.h
3291         * src/alertpanel.c
3292         * src/alertpanel.h
3293         * src/browseldap.c
3294         * src/browseldap.h
3295         * src/codeconv.c
3296         * src/codeconv.h
3297         * src/compose.c
3298         * src/compose.h
3299         * src/customheader.c
3300         * src/customheader.h
3301         * src/displayheader.c
3302         * src/displayheader.h
3303         * src/editaddress.c
3304         * src/editaddress.h
3305         * src/editbook.c
3306         * src/editbook.h
3307         * src/editgroup.c
3308         * src/editgroup.h
3309         * src/editjpilot.c
3310         * src/editjpilot.h
3311         * src/editldap.c
3312         * src/editldap.h
3313         * src/editldap_basedn.c
3314         * src/editldap_basedn.h
3315         * src/editvcard.c
3316         * src/editvcard.h
3317         * src/exphtmldlg.c
3318         * src/exphtmldlg.h
3319         * src/expldifdlg.c
3320         * src/expldifdlg.h
3321         * src/export.h
3322         * src/exporthtml.c
3323         * src/exporthtml.h
3324         * src/exportldif.c
3325         * src/exportldif.h
3326         * src/filtering.c
3327         * src/filtering.h
3328         * src/folder.c
3329         * src/folder.h
3330         * src/folder_item_prefs.c
3331         * src/folder_item_prefs.h
3332         * src/foldersel.c
3333         * src/foldersel.h
3334         * src/folderutils.c
3335         * src/folderutils.h
3336         * src/folderview.c
3337         * src/folderview.h
3338         * src/grouplistdialog.c
3339         * src/grouplistdialog.h
3340         * src/headerview.c
3341         * src/html.c
3342         * src/html.h
3343         * src/image_viewer.c
3344         * src/image_viewer.h
3345         * src/imap.c
3346         * src/imap.h
3347         * src/imap_gtk.c
3348         * src/imap_gtk.h
3349         * src/import.h
3350         * src/importldif.c
3351         * src/importldif.h
3352         * src/importmutt.c
3353         * src/importmutt.h
3354         * src/importpine.c
3355         * src/importpine.h
3356         * src/inc.c
3357         * src/inc.h
3358         * src/jpilot.c
3359         * src/jpilot.h
3360         * src/ldapctrl.c
3361         * src/ldapctrl.h
3362         * src/ldaplocate.c
3363         * src/ldaplocate.h
3364         * src/ldapquery.c
3365         * src/ldapquery.h
3366         * src/ldapserver.c
3367         * src/ldapserver.h
3368         * src/ldaputil.c
3369         * src/ldaputil.h
3370         * src/ldif.c
3371         * src/ldif.h
3372         * src/main.c
3373         * src/main.h
3374         * src/mainwindow.c
3375         * src/mainwindow.h
3376         * src/manual.c
3377         * src/manual.h
3378         * src/mbox.c
3379         * src/mbox.h
3380         * src/message_search.c
3381         * src/message_search.h
3382         * src/messageview.c
3383         * src/messageview.h
3384         * src/mh.c
3385         * src/mh.h
3386         * src/mh_gtk.c
3387         * src/mh_gtk.h
3388         * src/mimeview.c
3389         * src/mimeview.h
3390         * src/msgcache.c
3391         * src/msgcache.h
3392         * src/mutt.c
3393         * src/mutt.h
3394         * src/news.c
3395         * src/news.h
3396         * src/news_gtk.c
3397         * src/news_gtk.h
3398         * src/partial_download.c
3399         * src/partial_download.h
3400         * src/pine.c
3401         * src/pine.h
3402         * src/pop.c
3403         * src/pop.h
3404         * src/prefs_account.c
3405         * src/prefs_account.h
3406         * src/prefs_actions.c
3407         * src/prefs_actions.h
3408         * src/prefs_common.c
3409         * src/prefs_common.h
3410         * src/prefs_compose_writing.c
3411         * src/prefs_compose_writing.h
3412         * src/prefs_customheader.c
3413         * src/prefs_customheader.h
3414         * src/prefs_display_header.c
3415         * src/prefs_display_header.h
3416         * src/prefs_filtering.c
3417         * src/prefs_filtering.h
3418         * src/prefs_filtering_action.c
3419         * src/prefs_filtering_action.h
3420         * src/prefs_folder_column.c
3421         * src/prefs_folder_column.h
3422         * src/prefs_folder_item.c
3423         * src/prefs_folder_item.h
3424         * src/prefs_fonts.c
3425         * src/prefs_fonts.h
3426         * src/prefs_gtk.c
3427         * src/prefs_gtk.h
3428         * src/prefs_image_viewer.c
3429         * src/prefs_image_viewer.h
3430         * src/prefs_matcher.c
3431         * src/prefs_matcher.h
3432         * src/prefs_message.c
3433         * src/prefs_msg_colors.c
3434         * src/prefs_msg_colors.h
3435         * src/prefs_other.c
3436         * src/prefs_quote.c
3437         * src/prefs_receive.c
3438         * src/prefs_send.c
3439         * src/prefs_spelling.c
3440         * src/prefs_spelling.h
3441         * src/prefs_summaries.c
3442         * src/prefs_summaries.h
3443         * src/prefs_summary_column.c
3444         * src/prefs_summary_column.h
3445         * src/prefs_template.c
3446         * src/prefs_template.h
3447         * src/prefs_themes.c
3448         * src/prefs_themes.h
3449         * src/prefs_toolbar.c
3450         * src/prefs_toolbar.h
3451         * src/prefs_wrapping.c
3452         * src/prefs_wrapping.h
3453         * src/privacy.c
3454         * src/privacy.h
3455         * src/procheader.c
3456         * src/procheader.h
3457         * src/procmime.c
3458         * src/procmime.h
3459         * src/procmsg.c
3460         * src/procmsg.h
3461         * src/quote_fmt.c
3462         * src/quote_fmt_parse.y
3463         * src/recv.c
3464         * src/recv.h
3465         * src/remotefolder.c
3466         * src/remotefolder.h
3467         * src/send_message.c
3468         * src/send_message.h
3469         * src/setup.c
3470         * src/setup.h
3471         * src/sourcewindow.c
3472         * src/sourcewindow.h
3473         * src/ssl_manager.c
3474         * src/ssl_manager.h
3475         * src/statusbar.c
3476         * src/statusbar.h
3477         * src/stock_pixmap.c
3478         * src/stock_pixmap.h
3479         * src/summary_search.c
3480         * src/summary_search.h
3481         * src/summaryview.c
3482         * src/summaryview.h
3483         * src/syldap.c
3484         * src/syldap.h
3485         * src/textview.c
3486         * src/textview.h
3487         * src/toolbar.c
3488         * src/toolbar.h
3489         * src/undo.c
3490         * src/undo.h
3491         * src/unmime.c
3492         * src/unmime.h
3493         * src/vcard.c
3494         * src/vcard.h
3495         * src/wizard.c
3496         * src/wizard.h
3497         * src/common/base64.c
3498         * src/common/base64.h
3499         * src/common/defs.h
3500         * src/common/hooks.c
3501         * src/common/hooks.h
3502         * src/common/log.c
3503         * src/common/log.h
3504         * src/common/mgutils.c
3505         * src/common/mgutils.h
3506         * src/common/nntp.c
3507         * src/common/nntp.h
3508         * src/common/passcrypt.c
3509         * src/common/passcrypt.h.in
3510         * src/common/plugin.c
3511         * src/common/plugin.h
3512         * src/common/prefs.c
3513         * src/common/prefs.h
3514         * src/common/progressindicator.c
3515         * src/common/progressindicator.h
3516         * src/common/quoted-printable.c
3517         * src/common/quoted-printable.h
3518         * src/common/session.c
3519         * src/common/session.h
3520         * src/common/smtp.c
3521         * src/common/smtp.h
3522         * src/common/socket.c
3523         * src/common/socket.h
3524         * src/common/ssl.c
3525         * src/common/ssl.h
3526         * src/common/ssl_certificate.c
3527         * src/common/ssl_certificate.h
3528         * src/common/stringtable.c
3529         * src/common/stringtable.h
3530         * src/common/sylpheed.c
3531         * src/common/sylpheed.h
3532         * src/common/template.c
3533         * src/common/template.h
3534         * src/common/timing.h
3535         * src/common/utils.c
3536         * src/common/utils.h
3537         * src/common/version.h.in
3538         * src/common/xml.c
3539         * src/common/xml.h
3540         * src/common/xmlprops.c
3541         * src/common/xmlprops.h
3542         * src/gtk/colorlabel.c
3543         * src/gtk/colorsel.c
3544         * src/gtk/colorsel.h
3545         * src/gtk/description_window.c
3546         * src/gtk/description_window.h
3547         * src/gtk/filesel.c
3548         * src/gtk/filesel.h
3549         * src/gtk/foldersort.c
3550         * src/gtk/foldersort.h
3551         * src/gtk/gtkutils.c
3552         * src/gtk/gtkutils.h
3553         * src/gtk/inputdialog.c
3554         * src/gtk/inputdialog.h
3555         * src/gtk/logwindow.c
3556         * src/gtk/logwindow.h
3557         * src/gtk/manage_window.c
3558         * src/gtk/manage_window.h
3559         * src/gtk/menu.c
3560         * src/gtk/menu.h
3561         * src/gtk/pluginwindow.c
3562         * src/gtk/pluginwindow.h
3563         * src/gtk/prefswindow.c
3564         * src/gtk/prefswindow.h
3565         * src/gtk/progressdialog.c
3566         * src/gtk/progressdialog.h
3567         * src/gtk/sslcertwindow.c
3568         * src/gtk/sslcertwindow.h
3569         * src/plugins/clamav/clamav_plugin.c
3570         * src/plugins/clamav/clamav_plugin.h
3571         * src/plugins/clamav/clamav_plugin_gtk.c
3572         * src/plugins/demo/demo.c
3573         * src/plugins/dillo_viewer/dillo_prefs.c
3574         * src/plugins/dillo_viewer/dillo_prefs.h
3575         * src/plugins/dillo_viewer/dillo_viewer.c
3576         * src/plugins/pgpcore/passphrase.c
3577         * src/plugins/pgpcore/passphrase.h
3578         * src/plugins/pgpcore/plugin.c
3579         * src/plugins/pgpcore/select-keys.c
3580         * src/plugins/pgpcore/select-keys.h
3581         * src/plugins/pgpcore/sgpgme.c
3582         * src/plugins/pgpcore/sgpgme.h
3583         * src/plugins/pgpinline/pgpinline.c
3584         * src/plugins/pgpinline/pgpinline.h
3585         * src/plugins/pgpinline/plugin.c
3586         * src/plugins/pgpmime/pgpmime.c
3587         * src/plugins/pgpmime/pgpmime.h
3588         * src/plugins/pgpmime/plugin.c
3589         * src/plugins/spamassassin/spamassassin.c
3590         * src/plugins/spamassassin/spamassassin.h
3591         * src/plugins/spamassassin/spamassassin_gtk.c
3592         * src/plugins/trayicon/trayicon.c
3593                 update copyright header
3594
3595 2006-01-13 [paul]       1.9.100cvs141
3596
3597         * src/account.c
3598         * src/export.c
3599         * src/import.c
3600         * src/mainwindow.c
3601         * src/prefs_account.c
3602         * src/prefs_display_header.c
3603         * src/prefs_receive.c
3604         * src/prefs_send.c
3605         * src/prefs_summaries.c
3606         * src/prefs_themes.c
3607         * src/prefs_toolbar.c
3608         * src/gtk/about.c
3609                 various cleanups
3610
3611 2006-01-12 [colin]      1.9.100cvs140
3612
3613         * src/folder.c
3614         * src/folder.h
3615         * src/main.c
3616                 Add --subscribe option
3617                 Let sylpheed-claws email@domain.com equivalent to --compose
3618                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3619
3620 2006-01-12 [paul]       1.9.100cvs139
3621
3622         * src/mainwindow.c
3623                 append 'Change folder order' label with '...'
3624         * src/prefs_actions.c
3625                 allow reordering of actions list by dnd
3626         * src/gtk/foldersort.c
3627                 make the dialog nicer
3628
3629 2006-01-11 [colin]      1.9.100cvs138
3630
3631         * src/compose.c
3632                 Allow templates without text
3633
3634 2006-01-11 [paul]       1.9.100cvs137
3635
3636         * tools/README
3637         * tools/filter_conv_new.pl
3638                 add info to README
3639                 also check .sylpheed for filter.xml
3640                 be a bit informative to the user
3641
3642 2006-01-11 [colin]      1.9.100cvs136
3643
3644         * src/textview.c
3645                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3646
3647 2006-01-10 [paul]       1.9.100cvs135
3648
3649         * tools/Makefile.am
3650         * tools/filter_conv_new.pl
3651                 add script to convert new style Sylpheed
3652                 filter rules (Sylpheed >= 0.9.99) to
3653                 Claws filtering rules
3654
3655 2006-01-10 [colin]      1.9.100cvs134
3656
3657         * src/compose.c
3658                 Fix broken line joins in certain conditions
3659                 (between two quoted lines: <enter><enter><up>
3660                  <type a wrapped sentence><go in the first line>
3661                  <insert more text><watch as line joining failed>)
3662
3663 2006-01-10 [paul]       1.9.100cvs133
3664
3665         * src/compose.c
3666                 don't report success in error dialog
3667                 thanks to Colin
3668         * src/common/utils.c
3669                 include some trailing punctuations as URI
3670                 thanks to Hiro
3671
3672 2006-01-10 [paul]       1.9.100cvs132
3673
3674         * src/mimeview.c
3675                 fix incompatible pointer type
3676                 warning
3677
3678 2006-01-10 [paul]       1.9.100cvs131
3679
3680         * src/compose.c
3681                 change Subject in window title
3682                 instantaneously
3683
3684 2006-01-09 [colin]      1.9.100cvs130
3685
3686         * src/addressbook.c
3687         * src/headerview.c
3688         * src/mainwindow.c
3689         * src/messageview.c
3690         * src/mimeview.c
3691         * src/noticeview.c
3692         * src/summaryview.c
3693                 Fix possible crashes on exit and in addressbook
3694
3695 2006-01-09 [paul]       1.9.100cvs129
3696
3697         * src/prefs_msg_colors.c
3698                 some cleanups that I forgot last time
3699
3700 2006-01-09 [paul]       1.9.100cvs128
3701
3702         * README
3703         * src/folderview.c
3704         * src/prefs_msg_colors.c
3705                 add previously hidden option, color_new, to
3706                 the gui
3707                 move the page to Display/
3708                 rework the gui
3709
3710 2006-01-09 [wwp]        1.9.100cvs127
3711
3712         * src/prefs_themes.c
3713                 made the prefs/display/themes layouts spacing less condensed
3714                 (and so they match other prefs/pages' look).
3715
3716 2006-01-09 [paul]       1.9.100cvs126
3717
3718         * src/compose.c
3719         * src/prefs_common.c
3720         * src/prefs_common.h
3721         * src/prefs_wrapping.c
3722                 remove 'wrap at send' option
3723
3724 2006-01-06 [colin]      1.9.100cvs125
3725
3726         * src/compose.c
3727                 Just make completely sure we don't insert "manual line breaks" 
3728                 when wrapping... 
3729
3730 2006-01-04 [paul]
3731
3732         * 2.0.0-rc3 released
3733
3734 2006-01-04 [paul]       1.9.100cvs124
3735
3736         * src/folderview.c
3737                 fix bug 882, 'quick scroll in folder list
3738                 displays wrong folder contents'
3739
3740 2006-01-04 [paul]       1.9.100cvs123
3741
3742         * src/plugins/pgpmime/pgpmime.c
3743                 better debug information when signing
3744                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3745
3746 2006-01-03 [colin]      1.9.100cvs122
3747
3748         * configure.ac
3749                 We need to recheck for gpgme 1.0.0 after checking
3750                 for 1.1.1, because if 1.1.1 isn't available, 
3751                 GPGME_LIBS and friends are blanked out by the 
3752                 second check.
3753
3754 2006-01-03 [colin]      1.9.100cvs121
3755
3756         * src/common/prefs.c
3757                 Windows unlink-before rename fix
3758         * src/plugins/pgpcore/sgpgme.c
3759                 Add support for PKA info if available
3760                 Both patches by Werner Koch
3761
3762 2006-01-03 [paul]       1.9.100cvs120
3763
3764         * src/messageview.c
3765                 fix bug 884, 'Send receipt' button visible in queue
3766                 Thanks to Colin
3767
3768 2006-01-02 [colin]      1.9.100cvs119
3769
3770         * src/compose.c
3771         * src/imap.c
3772                 Fix autosave on IMAP and more generally try to
3773                 return the correct ID on a newly added IMAP message
3774
3775 2006-01-02 [paul]       1.9.100cvs118
3776
3777         * manual/keyboard.xml
3778                 edited
3779
3780 2006-01-01 [paul]       1.9.100cvs117
3781
3782         * src/gtk/authors.h
3783                 alphabetical order
3784
3785 2005-12-30 [colin]      1.9.100cvs116
3786
3787         * manual/advanced.xml
3788                 Explain Pre/Post-processing differences.
3789
3790 2005-12-30 [colin]      1.9.100cvs115
3791
3792         * src/mh.c
3793                 Implement copy_msgs for a little optimization
3794         * src/imap.c
3795                 Finish yesterday's fix
3796
3797 2005-12-29 [colin]      1.9.100cvs114
3798
3799         * src/imap.c
3800                 Fix occasional failure in fetching a mail over
3801                 IMAP
3802
3803 2005-12-29 [colin]      1.9.100cvs113
3804
3805         * src/compose.c
3806                 Don't remove a draft when sending it, if it is 
3807                 locked.
3808
3809 2005-12-28 [colin]      1.9.100cvs112
3810
3811         * src/summaryview.c
3812                 Fix leak for real
3813
3814 2005-12-28 [wwp]        1.9.100cvs111
3815
3816         * doc/faq/.cvsignore
3817         * doc/faq/de/.cvsignore
3818         * doc/faq/en/.cvsignore
3819         * doc/faq/es/.cvsignore
3820         * doc/faq/fr/.cvsignore
3821         * doc/faq/it/.cvsignore
3822         * doc/manual/.cvsignore
3823         * doc/manual/de/.cvsignore
3824         * doc/manual/en/.cvsignore
3825         * doc/manual/es/.cvsignore
3826         * doc/manual/fr/.cvsignore
3827         * doc/manual/ja/.cvsignore
3828         * src/plugins/mathml_viewer/.cvsignore
3829                 rollback revival of those files (my bad, sorry for the noise).
3830
3831 2005-12-28 [wwp]        1.9.100cvs110
3832
3833         * src/compose.c
3834                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
3835
3836 2005-12-28 [wwp]        1.9.100cvs109
3837
3838         * doc/faq/.cvsignore
3839         * doc/faq/de/.cvsignore
3840         * doc/faq/en/.cvsignore
3841         * doc/faq/es/.cvsignore
3842         * doc/faq/fr/.cvsignore
3843         * doc/faq/it/.cvsignore
3844         * doc/manual/.cvsignore
3845         * doc/manual/de/.cvsignore
3846         * doc/manual/en/.cvsignore
3847         * doc/manual/es/.cvsignore
3848         * doc/manual/fr/.cvsignore
3849         * doc/manual/ja/.cvsignore
3850         * src/plugins/mathml_viewer/.cvsignore
3851         * po/.cvsignore
3852                 more files to ignore.
3853
3854 2005-12-24 [colin]      1.9.100cvs108
3855
3856         * AUTHORS
3857         * src/gtk/authors.h
3858                 Update for Werner
3859
3860 2005-12-24 [colin]      1.9.100cvs107
3861
3862         * src/procmsg.c
3863                 Allow NULL src_msginfo in 
3864                 procmsg_msginfo_new_from_mimeinfo
3865
3866 2005-12-23 [paul]       1.9.100cvs106
3867
3868         * src/plugins/pgpinline/mypgpcore.def
3869                 add this forgotten file
3870
3871 2005-12-23 [colin]      1.9.100cvs105
3872
3873         * src/mainwindow.c
3874                 Fix missing break
3875
3876 2005-12-23 [colin]      1.9.100cvs104
3877
3878         * autogen.sh
3879         * src/folder.c
3880         * src/mh.c
3881         * src/common/plugin.c
3882         * src/common/socket.c
3883         * src/common/socket.h
3884         * src/common/utils.c
3885         * src/common/utils.h
3886         * src/gtk/pluginwindow.c
3887         * src/plugins/pgpcore/plugin.def
3888         * src/plugins/pgpcore/sylpheed.def
3889         * src/plugins/pgpinline/Makefile.am
3890         * src/plugins/pgpinline/plugin.def
3891         * src/plugins/pgpinline/sylpheed.def
3892         * src/plugins/pgpmime/plugin.def
3893         * src/plugins/pgpmime/sylpheed.def
3894                 Various w32 fixes by Werner Koch
3895
3896 2005-12-22 [paul]       1.9.100cvs103
3897
3898         * src/wizard.c
3899                 don't offer IMAP as 'server type' if
3900                 libetpan isn't built in
3901
3902 2005-12-22 [paul]       1.9.100cvs102
3903
3904         * AUTHORS
3905         * src/mainwindow.c
3906         * src/mainwindow.h
3907         * src/toolbar.c
3908         * src/gtk/authors.h
3909                 support GTK_TOOLBAR_BOTH_HORIZ (text
3910                 next to icon) Patch by Marien Zwart
3911                 marienz@users.sf.net
3912                 Also reword the text
3913
3914 2005-12-21 [colin]      1.9.100cvs101
3915
3916         * configure.ac
3917                 Fix DATADIRNAME
3918         * COPYING
3919                 Fix missing section and explicit the exception better
3920         * src/compose.c
3921                 Prevent mail from being lost without notice when an
3922                 SMTP error happens on trying to send an unmodified
3923                 drafted mail.
3924         * src/send_message.c
3925         * src/common/smtp.c
3926                 Fix password remembering when wrong, and add return
3927                 value checks where they should have been
3928         * src/plugins/pgpcore/sylpheed.def
3929         * src/plugins/pgpinline/sylpheed.def
3930         * src/plugins/pgpmime/sylpheed.def
3931                 Add a few symbols needed
3932
3933 2005-12-21 [paul]       1.9.100cvs100
3934
3935         * m4/codeset.m4
3936         * m4/glibc21.m4
3937         * m4/intdiv0.m4
3938         * m4/inttypes-pri.m4
3939         * m4/inttypes.m4
3940         * m4/inttypes_h.m4
3941         * m4/isc-posix.m4
3942         * m4/lcmessage.m4
3943         * m4/stdint_h.m4
3944         * m4/uintmax_t.m4
3945                 gettextization
3946                 thanks to Colin
3947
3948 2005-12-21 [paul]       1.9.100cvs99
3949
3950         * po/sv.po
3951                 fixed by Colin
3952
3953 2005-12-20 [paul]       1.9.100cvs98
3954
3955         * po/sv.po
3956                 updated by Anders Trobäck
3957
3958 2005-12-20 [colin]      1.9.100cvs97
3959
3960         * ABOUT-NLS
3961         * Makefile.am
3962         * autogen.sh
3963         * configure.ac
3964         * config/config.rpath
3965         * config/mkinstalldirs
3966         * m4/Makefile.am
3967         * m4/glibc2.m4
3968         * m4/gnupg.m4
3969         * m4/gpgme.m4
3970         * m4/intmax.m4
3971         * m4/longdouble.m4
3972         * m4/longlong.m4
3973         * m4/printf-posix.m4
3974         * m4/signed.m4
3975         * m4/size_max.m4
3976         * m4/ulonglong.m4
3977         * m4/wchar_t.m4
3978         * m4/wint_t.m4
3979         * m4/xsize.m4
3980         * po/Makefile.in.in
3981         * po/Makevars
3982         * po/bg.po
3983         * po/ca.po
3984         * po/cs.po
3985         * po/de.po
3986         * po/el.po
3987         * po/en_GB.po
3988         * po/es.po
3989         * po/fi.po
3990         * po/fr.po
3991         * po/hr.po
3992         * po/hu.po
3993         * po/it.po
3994         * po/ja.po
3995         * po/ko.po
3996         * po/nb.po
3997         * po/nl.po
3998         * po/pl.po
3999         * po/pt_BR.po
4000         * po/ru.po
4001         * po/sk.po
4002         * po/sr.po
4003         * po/stamp-po
4004         * po/sv.po
4005         * po/zh_CN.po
4006         * po/zh_TW.po
4007         * src/Makefile.am
4008         * src/codeconv.c
4009         * src/compose.c
4010         * src/exporthtml.c
4011         * src/exportldif.c
4012         * src/folder.c
4013         * src/main.c
4014         * src/manual.c
4015         * src/mh.c
4016         * src/mimeview.c
4017         * src/send_message.c
4018         * src/common/Makefile.am
4019         * src/common/fnmatch.c
4020         * src/common/fnmatch.h
4021         * src/common/fnmatch_loop.c
4022         * src/common/nntp.c
4023         * src/common/plugin.c
4024         * src/common/smtp.c
4025         * src/common/socket.c
4026         * src/common/string_match.c
4027         * src/common/sylpheed.c
4028         * src/common/utils.c
4029         * src/common/utils.h
4030         * src/common/w32_dirent.c
4031         * src/common/w32_reg.c
4032         * src/common/w32_signal.c
4033         * src/common/w32_stat.c
4034         * src/common/w32_stdio.c
4035         * src/common/w32_stdlib.c
4036         * src/common/w32_string.c
4037         * src/common/w32_time.c
4038         * src/common/w32_unistd.c
4039         * src/common/w32_wait.c
4040         * src/common/w32lib.h
4041         * src/etpan/Makefile.am
4042         * src/gtk/Makefile.am
4043         * src/plugins/clamav/Makefile.am
4044         * src/plugins/demo/Makefile.am
4045         * src/plugins/dillo_viewer/Makefile.am
4046         * src/plugins/pgpcore/Makefile.am
4047         * src/plugins/pgpcore/passphrase.c
4048         * src/plugins/pgpcore/plugin.def
4049         * src/plugins/pgpcore/sgpgme.c
4050         * src/plugins/pgpcore/sylpheed.def
4051         * src/plugins/pgpcore/version.rc
4052         * src/plugins/pgpinline/Makefile.am
4053         * src/plugins/pgpinline/plugin.def
4054         * src/plugins/pgpinline/sylpheed.def
4055         * src/plugins/pgpinline/version.rc
4056         * src/plugins/pgpmime/Makefile.am
4057         * src/plugins/pgpmime/mypgpcore.def
4058         * src/plugins/pgpmime/plugin.def
4059         * src/plugins/pgpmime/sylpheed.def
4060         * src/plugins/pgpmime/version.rc
4061         * src/plugins/spamassassin/Makefile.am
4062                 Very little ;-) patch from Werner Koch, providing
4063                 infrastructure for cross-compiling to Win32
4064
4065 2005-12-20 [paul]       1.9.100cvs96
4066
4067         * src/account.c
4068         * src/account.h
4069         * src/mainwindow.c
4070         * src/mainwindow.h
4071         * src/toolbar.c
4072         * src/toolbar.h
4073                 add a combo to the Get All button, allowing
4074                 quick retrieval from any account
4075                 Patch by Fabien Vantard, slightly modified
4076                 by Colin
4077         * src/gtk/about.c
4078                 i18n fix. Patch by Fabien Vantard
4079
4080 2005-12-19 [colin]      1.9.100cvs95
4081
4082         * src/compose.c
4083         * src/compose.h
4084                 Don't automatically join lines when they've 
4085                 been separated by the user and not automatically
4086
4087 2005-12-19 [paul]       1.9.100cvs94
4088
4089         * src/gtk/pluginwindow.c
4090                 i18n fix.
4091                 Patch by Fabien Vantard
4092
4093 2005-12-15 [paul]       1.9.100cvs93
4094
4095         * src/common/plugin.c
4096         * src/common/plugin.h
4097         * src/gtk/pluginwindow.c
4098         * src/plugins/clamav/clamav_plugin.c
4099         * src/plugins/demo/demo.c
4100         * src/plugins/dillo_viewer/dillo_viewer.c
4101         * src/plugins/pgpcore/plugin.c
4102         * src/plugins/pgpinline/plugin.c
4103         * src/plugins/pgpmime/plugin.c
4104         * src/plugins/spamassassin/spamassassin.c
4105         * src/plugins/trayicon/trayicon.c
4106                 add plugin_version()
4107
4108 2005-12-15 [colin]      1.9.100cvs92
4109
4110         * src/compose.c
4111                 Further fix bug #875
4112
4113 2005-12-15 [paul]       1.9.100cvs91
4114
4115         * src/gtk/filesel.c
4116                 fix attach_load_dir getting set to
4117                 PLUGINDIR on plugin load
4118
4119 2005-12-14 [mones]      1.9.100cvs90
4120
4121         * manual/ack.xml
4122         * manual/keyboard.xml
4123                 Initial draft and some shortcuts added
4124                 
4125         * po/es.po
4126                 Updated translation
4127
4128 2005-12-14 [colin]      1.9.100cvs89
4129
4130         * src/compose.c
4131         * src/imap.c
4132         * src/summaryview.c
4133         * src/gtk/gtkaspell.c
4134                 More leaks fixed
4135         * src/prefs_folder_item.c
4136                 Fix recursive prefs apply
4137
4138
4139 2005-12-14 [colin]      1.9.100cvs88
4140
4141         * src/compose.c
4142                 Fix bug #875 (Freeze On Inline Forward of 
4143                 Large Message)
4144
4145 2005-12-13 [colin]      1.9.100cvs87
4146
4147         * src/compose.c
4148                 Uniq-ify and sort the mimetypes list
4149                 Patch by Fabien Vantard
4150
4151 2005-12-13 [colin]      1.9.100cvs86
4152
4153         * src/imap.c
4154         * src/etpan/imap-thread.c
4155                 Fix leaks (patch by Hoa)
4156         * src/news.c
4157         * src/common/plugin.c
4158                 Fix leaks
4159
4160 2005-12-12 [colin]
4161
4162         * 2.0.0-rc2 released
4163
4164 2005-12-12 [colin]      1.9.100cvs85
4165
4166         * src/matcher.c
4167                 Fix a leak
4168
4169 2005-12-12 [wwp]        1.9.100cvs84
4170
4171         * src/gtk/icon_legend.c
4172                 fix misbehaviour and crash when closing the legend window
4173         using the Esc key (patch by Fabien Vantard).
4174
4175 2005-12-12 [paul]       1.9.100cvs83
4176
4177         * src/browseldap.c
4178         * src/foldersel.c
4179         * src/prefs_actions.c
4180         * src/prefs_filtering.c
4181         * src/prefs_matcher.c
4182         * src/prefs_spelling.glade      ** REMOVED **
4183         * src/prefs_template.c
4184         * src/gtk/foldersort.glade      ** REMOVED **
4185         * src/gtk/pluginwindow.c
4186         * src/gtk/pluginwindow.glade    ** REMOVED **
4187         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4188                 cleanups
4189
4190 2005-12-11 [paul]       1.9.100cvs82
4191
4192         * src/gtk/filesel.c
4193                 fix attach_load_dir crasher (double free)
4194
4195 2005-12-09 [paul]       1.9.100cvs81
4196
4197         * po/POTFILES.in
4198         * src/mainwindow.c
4199         * src/gtk/Makefile.am
4200         * src/gtk/icon_legend.c
4201         * src/gtk/icon_legend.h
4202                 add icon legend
4203         * src/manual.c
4204                 cleanup
4205
4206 2005-12-09 [paul]       1.9.100cvs80
4207
4208         * src/plugins/pgpcore/passphrase.c
4209                 wrap the label in the dialog
4210
4211 2005-12-09 [colin]      1.9.100cvs79
4212
4213         * src/plugins/pgpcore/sgpgme.c
4214                 Display (untrusted) on not trusted signatures
4215                 Patch by Michal Èihaø <michal@cihar.com>
4216                 Closes bug #867 (Report also key trust)
4217
4218 2005-12-09 [colin]      1.9.100cvs78
4219
4220         * src/common/plugin.c
4221                 Update licence check, following Eben Moglen's advice
4222
4223 2005-12-08 [colin]      1.9.100cvs77
4224
4225         * src/folder.c
4226                 Fix the occasionnal item->cache != NULL 
4227                 assertion failure. 
4228
4229 2005-12-08 [colin]      1.9.100cvs76
4230
4231         * src/mimeview.c
4232         * src/plugins/pgpcore/sgpgme.c
4233                 Print key id when unable to check it
4234                 Closes bug #866 (Show key id when missing)
4235
4236 2005-12-08 [paul]       1.9.100cvs75
4237
4238         * src/prefs_common.c
4239         * src/prefs_common.h
4240         * src/gtk/filesel.c
4241                 remember load attachment dir
4242
4243 2005-12-07 [colin]      1.9.100cvs74
4244
4245         * src/prefs_toolbar.c
4246                 Gtk fixes, patch by Fabien Vantard
4247
4248 2005-12-07 [colin]      1.9.100cvs73
4249
4250         * src/action.c
4251         * src/compose.c
4252         * src/compose.h
4253                 Fix bug #839 (Quoted text isn't colored after 
4254                 executing an action)
4255         * src/common/plugin.c
4256                 Require plugins to declare their licence in plugin_licence()
4257                 Refuse to load non-GPL plugins as they'd be illegal (as 
4258                 derived works of Sylpheed-Claws, they must be GPL).
4259         * src/plugins/clamav/clamav_plugin.c
4260         * src/plugins/demo/demo.c
4261         * src/plugins/dillo_viewer/dillo_viewer.c
4262         * src/plugins/pgpcore/plugin.c
4263         * src/plugins/pgpinline/plugin.c
4264         * src/plugins/pgpmime/plugin.c
4265         * src/plugins/spamassassin/spamassassin.c
4266         * src/plugins/trayicon/trayicon.c
4267                 Add plugin_licence()
4268
4269 2005-12-07 [paul]       1.9.100cvs72
4270
4271         * configure.ac
4272         * src/mainwindow.c
4273         * src/manual.c
4274         * src/manual.h
4275         * src/common/defs.h
4276                 clean up after local FAQ removal and
4277                 temporary manual removal
4278
4279 2005-12-06 [colin]      1.9.100cvs71
4280
4281         * configure.ac
4282         * doc/Makefile.am
4283         * doc/faq/.cvsignore
4284         * doc/faq/Makefile.am
4285         * doc/faq/de/.cvsignore
4286         * doc/faq/de/Makefile.am
4287         * doc/faq/de/sylpheed-faq-1.html
4288         * doc/faq/de/sylpheed-faq-2.html
4289         * doc/faq/de/sylpheed-faq-3.html
4290         * doc/faq/de/sylpheed-faq.html
4291         * doc/faq/en/.cvsignore
4292         * doc/faq/en/Makefile.am
4293         * doc/faq/en/sylpheed-faq-1.html
4294         * doc/faq/en/sylpheed-faq-2.html
4295         * doc/faq/en/sylpheed-faq-3.html
4296         * doc/faq/en/sylpheed-faq-4.html
4297         * doc/faq/en/sylpheed-faq.html
4298         * doc/faq/es/.cvsignore
4299         * doc/faq/es/Makefile.am
4300         * doc/faq/es/sylpheed-faq-1.html
4301         * doc/faq/es/sylpheed-faq-2.html
4302         * doc/faq/es/sylpheed-faq-3.html
4303         * doc/faq/es/sylpheed-faq-4.html
4304         * doc/faq/es/sylpheed-faq.html
4305         * doc/faq/fr/.cvsignore
4306         * doc/faq/fr/Makefile.am
4307         * doc/faq/fr/sylpheed-faq-1.html
4308         * doc/faq/fr/sylpheed-faq-2.html
4309         * doc/faq/fr/sylpheed-faq-3.html
4310         * doc/faq/fr/sylpheed-faq.html
4311         * doc/faq/it/.cvsignore
4312         * doc/faq/it/Makefile.am
4313         * doc/faq/it/sylpheed-faq-1.html
4314         * doc/faq/it/sylpheed-faq-2.html
4315         * doc/faq/it/sylpheed-faq-3.html
4316         * doc/faq/it/sylpheed-faq.html
4317         * doc/manual/.cvsignore
4318         * doc/manual/Makefile.am
4319         * doc/manual/de/.cvsignore
4320         * doc/manual/de/Makefile.am
4321         * doc/manual/de/sylpheed-1.html
4322         * doc/manual/de/sylpheed-10.html
4323         * doc/manual/de/sylpheed-11.html
4324         * doc/manual/de/sylpheed-12.html
4325         * doc/manual/de/sylpheed-13.html
4326         * doc/manual/de/sylpheed-14.html
4327         * doc/manual/de/sylpheed-15.html
4328         * doc/manual/de/sylpheed-16.html
4329         * doc/manual/de/sylpheed-17.html
4330         * doc/manual/de/sylpheed-18.html
4331         * doc/manual/de/sylpheed-19.html
4332         * doc/manual/de/sylpheed-2.html
4333         * doc/manual/de/sylpheed-20.html
4334         * doc/manual/de/sylpheed-3.html
4335         * doc/manual/de/sylpheed-4.html
4336         * doc/manual/de/sylpheed-5.html
4337         * doc/manual/de/sylpheed-6.html
4338         * doc/manual/de/sylpheed-7.html
4339         * doc/manual/de/sylpheed-8.html
4340         * doc/manual/de/sylpheed-9.html
4341         * doc/manual/de/sylpheed.html
4342         * doc/manual/en/.cvsignore
4343         * doc/manual/en/Makefile.am
4344         * doc/manual/en/sylpheed-1.html
4345         * doc/manual/en/sylpheed-10.html
4346         * doc/manual/en/sylpheed-11.html
4347         * doc/manual/en/sylpheed-12.html
4348         * doc/manual/en/sylpheed-13.html
4349         * doc/manual/en/sylpheed-14.html
4350         * doc/manual/en/sylpheed-15.html
4351         * doc/manual/en/sylpheed-16.html
4352         * doc/manual/en/sylpheed-17.html
4353         * doc/manual/en/sylpheed-18.html
4354         * doc/manual/en/sylpheed-19.html
4355         * doc/manual/en/sylpheed-2.html
4356         * doc/manual/en/sylpheed-20.html
4357         * doc/manual/en/sylpheed-21.html
4358         * doc/manual/en/sylpheed-22.html
4359         * doc/manual/en/sylpheed-3.html
4360         * doc/manual/en/sylpheed-4.html
4361         * doc/manual/en/sylpheed-5.html
4362         * doc/manual/en/sylpheed-6.html
4363         * doc/manual/en/sylpheed-7.html
4364         * doc/manual/en/sylpheed-8.html
4365         * doc/manual/en/sylpheed-9.html
4366         * doc/manual/en/sylpheed.html
4367         * doc/manual/es/.cvsignore
4368         * doc/manual/es/Makefile.am
4369         * doc/manual/es/sylpheed-1.html
4370         * doc/manual/es/sylpheed-10.html
4371         * doc/manual/es/sylpheed-11.html
4372         * doc/manual/es/sylpheed-12.html
4373         * doc/manual/es/sylpheed-13.html
4374         * doc/manual/es/sylpheed-14.html
4375         * doc/manual/es/sylpheed-15.html
4376         * doc/manual/es/sylpheed-16.html
4377         * doc/manual/es/sylpheed-17.html
4378         * doc/manual/es/sylpheed-18.html
4379         * doc/manual/es/sylpheed-19.html
4380         * doc/manual/es/sylpheed-2.html
4381         * doc/manual/es/sylpheed-20.html
4382         * doc/manual/es/sylpheed-3.html
4383         * doc/manual/es/sylpheed-4.html
4384         * doc/manual/es/sylpheed-5.html
4385         * doc/manual/es/sylpheed-6.html
4386         * doc/manual/es/sylpheed-7.html
4387         * doc/manual/es/sylpheed-8.html
4388         * doc/manual/es/sylpheed-9.html
4389         * doc/manual/es/sylpheed.html
4390         * doc/manual/fr/.cvsignore
4391         * doc/manual/fr/Makefile.am
4392         * doc/manual/fr/sylpheed-1.html
4393         * doc/manual/fr/sylpheed-10.html
4394         * doc/manual/fr/sylpheed-11.html
4395         * doc/manual/fr/sylpheed-12.html
4396         * doc/manual/fr/sylpheed-13.html
4397         * doc/manual/fr/sylpheed-14.html
4398         * doc/manual/fr/sylpheed-15.html
4399         * doc/manual/fr/sylpheed-16.html
4400         * doc/manual/fr/sylpheed-17.html
4401         * doc/manual/fr/sylpheed-18.html
4402         * doc/manual/fr/sylpheed-19.html
4403         * doc/manual/fr/sylpheed-2.html
4404         * doc/manual/fr/sylpheed-20.html
4405         * doc/manual/fr/sylpheed-3.html
4406         * doc/manual/fr/sylpheed-4.html
4407         * doc/manual/fr/sylpheed-5.html
4408         * doc/manual/fr/sylpheed-6.html
4409         * doc/manual/fr/sylpheed-7.html
4410         * doc/manual/fr/sylpheed-8.html
4411         * doc/manual/fr/sylpheed-9.html
4412         * doc/manual/fr/sylpheed.html
4413         * doc/manual/ja/.cvsignore
4414         * doc/manual/ja/Makefile.am
4415         * doc/manual/ja/sylpheed-1.html
4416         * doc/manual/ja/sylpheed-10.html
4417         * doc/manual/ja/sylpheed-11.html
4418         * doc/manual/ja/sylpheed-12.html
4419         * doc/manual/ja/sylpheed-13.html
4420         * doc/manual/ja/sylpheed-14.html
4421         * doc/manual/ja/sylpheed-15.html
4422         * doc/manual/ja/sylpheed-16.html
4423         * doc/manual/ja/sylpheed-17.html
4424         * doc/manual/ja/sylpheed-18.html
4425         * doc/manual/ja/sylpheed-19.html
4426         * doc/manual/ja/sylpheed-2.html
4427         * doc/manual/ja/sylpheed-20.html
4428         * doc/manual/ja/sylpheed-3.html
4429         * doc/manual/ja/sylpheed-4.html
4430         * doc/manual/ja/sylpheed-5.html
4431         * doc/manual/ja/sylpheed-6.html
4432         * doc/manual/ja/sylpheed-7.html
4433         * doc/manual/ja/sylpheed-8.html
4434         * doc/manual/ja/sylpheed-9.html
4435         * doc/manual/ja/sylpheed.html
4436         * doc/manual/ja/sylpheed.sgml
4437         * src/mainwindow.c
4438                 Remove outdated manual and faq. Noisy, eh?
4439
4440 2005-12-06 [colin]      1.9.100cvs70
4441
4442         * src/compose.c
4443         * src/quote_fmt_parse.y
4444         * src/undo.c
4445         * src/undo.h
4446                 Allow %X to position cursor at 0 
4447                 (no %X = before signature)
4448                 Fix paste as quotation putting the cursor at 0
4449                 Fix undo offsets when pasting
4450                 Insert the quote_fmt at once instead of line 
4451                 by line
4452                 Fix [Edited] when starting to reply/forward
4453
4454 2005-12-06 [paul]       1.9.100cvs69
4455
4456         * src/plugins/clamav/clamav_plugin_gtk.c
4457                 add another tooltip
4458         * src/plugins/spamassassin/spamassassin_gtk.c
4459                 rework spamassassin_create_widget_func()
4460
4461 2005-12-05 [colin]      1.9.100cvs68
4462
4463         * po/POTFILES.in
4464                 Fix make release ;-)
4465
4466 2005-12-05 [colin]      1.9.100cvs67
4467
4468         * src/compose.c
4469         * src/compose.h
4470                 Fix cursor positioning (not obeying %X)
4471
4472 2005-12-05 [paul]       1.9.100cvs66
4473
4474         * src/plugins/dillo_viewer/dillo_prefs.c
4475                 fix compilation warning
4476
4477 2005-12-05 [paul]       1.9.100cvs65
4478
4479         * src/prefs_spelling.c
4480         * src/plugins/trayicon/trayicon.c
4481                 cleanups - remove unused stuff
4482
4483 2005-12-05 [paul]       1.9.100cvs64
4484
4485         * README
4486         * manual/plugins.xml
4487                 remove info about removed mathml_viewer plugin
4488
4489 2005-12-05 [paul]       1.9.100cvs63
4490
4491         * configure.ac
4492         * src/plugins/Makefile.am
4493         * src/plugins/mathml_viewer/.cvsignore
4494         * src/plugins/mathml_viewer/Makefile.am
4495         * src/plugins/mathml_viewer/mathml_viewer.c
4496                 remove unmaintained mathml_viewer plugin
4497
4498 2005-12-05 [paul]       1.9.100cvs62
4499
4500         * src/summaryview.c
4501                 obey prefs_common.always_show_msg when
4502                 moving a msg
4503                 Thanks to Colin
4504
4505 2005-12-05 [paul]       1.9.100cvs61
4506
4507         * src/compose.c
4508         * src/prefs_account.c
4509         * src/prefs_filtering.c
4510         * src/prefs_quote.c
4511         * src/prefs_spelling.c
4512         * src/prefs_toolbar.c
4513         * src/summaryview.c
4514         * src/gtk/gtkutils.c
4515         * src/gtk/quicksearch.c
4516         * src/plugins/dillo_viewer/dillo_prefs.c
4517                 dialog cleanups
4518
4519 2005-12-04 [paul]       1.9.100cvs60
4520
4521         * src/inc.c
4522         * src/prefs_account.c
4523         * src/prefs_account.h
4524                 allow a Local account to specify a
4525                 default inbox
4526                 (closes bug 843 'Inbox cannot be changed for local
4527                  mailboxes')
4528
4529 2005-12-04 [colin]      1.9.100cvs59
4530
4531         * src/plugins/trayicon/trayicon.c
4532                 Remove Get, rename Get All to Get Mail in order to
4533                 be consistent with the default main toolbar
4534
4535 2005-12-03 [colin]      1.9.100cvs58
4536
4537         * manual/gpl.xml
4538         * manual/sylpheed-claws-manual.xml
4539                 Add GPL appendix
4540
4541 2005-12-03 [paul]       1.9.100cvs57
4542
4543         * AUTHORS
4544         * po/sv.po
4545         * src/gtk/authors.h
4546                 new (partially complete) Swedish translation
4547                 by Anders Troback <sylpheed@troback.com>
4548
4549 2005-12-02 [paul]       1.9.100cvs56
4550
4551         * configure.ac
4552                 libetpan 0.41 required
4553
4554 2005-12-02 [paul]       1.9.100cvs55
4555
4556         * src/plugins/clamav/clamav_plugin.c
4557         * src/plugins/clamav/clamav_plugin.h
4558         * src/plugins/clamav/clamav_plugin_gtk.c
4559         * src/plugins/spamassassin/spamassassin.c
4560         * src/plugins/spamassassin/spamassassin.h
4561         * src/plugins/spamassassin/spamassassin_gtk.c
4562                 unregister prefs pages on unloading, thus
4563                 preventing a crash
4564                 (thanks to Colin for the hint)
4565
4566 2005-12-02 [wwp]        1.9.100cvs54
4567
4568         * src/quote_fmt.h
4569         * src/quote_fmt_parse.y
4570                 fix misuse of gboolean*, use gboolean instead
4571                 (thanks to Paul, Colin, for pointing out that scaring one)
4572
4573 2005-12-02 [paul]       1.9.100cvs53
4574
4575         * src/plugins/clamav/clamav_plugin.c
4576                 int no --> unsigned int no
4577         * src/plugins/clamav/clamav_plugin_gtk.c
4578                 rework config page
4579
4580 2005-12-02 [wwp]        1.9.100cvs52
4581
4582         * src/compose.c
4583         * src/prefs_template.c
4584         * src/quote_fmt.h
4585         * src/quote_fmt_parse.y
4586                 prevent from executing |f and |p templates commands when
4587                 adding or replacing templates in prefs (avoids annoying and
4588                 potentially dangerous behaviours)
4589
4590 2005-12-02 [paul]       1.9.100cvs51
4591
4592         * src/prefs_common.c
4593                 allow translation of some default values
4594                 Patch by Fabien Vantard
4595
4596 2005-12-02 [paul]       1.9.100cvs50
4597
4598         * src/codeconv.c
4599         * src/codeconv.h
4600         * src/prefs_common.c
4601         * src/prefs_common.h
4602         * src/prefs_message.c
4603         * src/textview.c
4604                 remove obsolete 'convert_mb_alnum' option
4605                 and related stuff
4606         * src/gtk/about.c
4607                 remove unused 'about_textview_visibility_notify'
4608
4609 2005-12-02 [paul]       1.9.100cvs49
4610
4611         * src/prefs_account.c
4612         * src/prefs_compose_writing.c
4613         * src/prefs_fonts.c
4614         * src/prefs_gtk.h
4615         * src/prefs_image_viewer.c
4616         * src/prefs_message.c
4617         * src/prefs_other.c
4618         * src/prefs_receive.c
4619         * src/prefs_send.c
4620         * src/prefs_spelling.c
4621         * src/prefs_summaries.c
4622         * src/prefs_wrapping.c
4623         * src/plugins/dillo_viewer/dillo_prefs.c
4624         * src/plugins/pgpcore/prefs_gpg.c
4625                 several cleanups to the prefs dialogs
4626                 (slightly modified) patch by Fabien Vantard
4627
4628 2005-12-02 [paul]       1.9.100cvs48
4629
4630         * src/main.c
4631                 --exit means exit
4632         * src/send_message.c
4633                 fix crash on send when connection fails
4634
4635         Thanks to Colin
4636
4637 2005-12-01 [colin]      1.9.100cvs47
4638
4639         * src/html.c
4640                 Translate &hellip; to "..."
4641
4642 2005-11-30 [colin]      1.9.100cvs46
4643
4644         * src/matcher.c
4645         * src/matcher.h
4646                 Optimize back yesterday's fix.
4647
4648 2005-11-30 [paul]       1.9.100cvs45
4649
4650         * manual/faq.xml
4651                 standardised
4652         * manual/intro.xml
4653                 written by Colin, edited by me
4654
4655 2005-11-29 [colin]      1.9.100cvs44
4656
4657         * src/matcher.c
4658                 Skip headers unconditionnaly in match_body if the
4659                 rule is not message or ~message
4660
4661 2005-11-29 [colin]      1.9.100cvs43
4662
4663         * src/matcher.c
4664                 Fix body_part and such, not skipping headers 
4665                 if the matchcriteria wasn't the first in the rule
4666
4667 2005-11-29 [colin]      1.9.100cvs42
4668
4669         * src/compose.c
4670                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
4671                 option missing from message view window)
4672                 Fix double text D'n'D with gtk-2.8
4673         * src/matcher.c
4674                 Fix ~message, ~headers_part, ~body_part rules
4675         * src/messageview.c
4676                 Add Windows-1252 (Closes bug #863)
4677                 Fix accels
4678         * src/gtk/gtkaspell.c
4679                 Properly destroy accels in all menus
4680
4681 2005-11-29 [mones]      1.9.100cvs41
4682
4683         * po/es.po
4684                 Updated.
4685
4686 2005-11-27 [colin]      1.9.100cvs40
4687
4688         * src/mh_gtk.c
4689                 "/Remove mailbox" -> "/Remove mailbox..."
4690
4691 2005-11-27 [paul]       1.9.100cvs39
4692
4693         * AUTHORS
4694         * po/de.po
4695         * src/gtk/authors.h
4696                 updated by new maintainer, Stephan Sachse
4697
4698 2005-11-27 [paul]       1.9.100cvs38
4699
4700         * manual/faq.xml
4701                 written by Colin, edited by me
4702
4703 2005-11-27 [paul]       1.9.100cvs37
4704
4705         * src/prefs_common.c
4706         * src/prefs_common.h
4707         * src/prefs_receive.c
4708         * src/prefs_summaries.c
4709                 move 'go to inbox after receiving new mail'
4710                 option from display/sumamaries to mail
4711                 handling/receive, and rework prefs_summaries
4712                 dialog a little
4713
4714 2005-11-25 [martin]     1.9.100cvs36
4715
4716         * po/de.po
4717             fixed windows-1252 translation;
4718             translated some new and fuzzy strings
4719
4720 2005-11-25 [paul]       1.9.100cvs35
4721
4722         * src/plugins/clamav/clamav_plugin.c
4723                 complete the update done in cvs34
4724
4725 2005-11-25 [paul]       1.9.100cvs34
4726
4727         * src/plugins/clamav/clamav_plugin.c
4728                 reflect upstream changes
4729
4730 2005-11-25 [paul]       1.9.100cvs33
4731
4732         * manual/ack.xml
4733         * manual/plugins.xml
4734         * manual/sylpheed-claws-manual.xml
4735                 written/updated by Colin, edited by me
4736         * tools/acroread2sylpheed.pl
4737                 update binary name
4738
4739 2005-11-24 [colin]      1.9.100cvs32
4740
4741         * src/compose.c
4742                 Fix bug #856 (reediting messages forgets Request
4743                 Return Receipt)
4744
4745 2005-11-24 [paul]       1.9.100cvs31
4746
4747         * manual/addrbook.xml
4748         * manual/starting.xml
4749                 written by Colin, proofread, edited, adapted by me
4750         * manual/advanced.xml
4751                 add some Actions examples
4752         * src/importldif.c
4753                 use a Save button instead of a Close button
4754         * src/wizard.c
4755                 indicate mandatory fields
4756                 fix page display
4757                 Thanks to Colin
4758
4759 2005-11-23 [colin]      1.9.100cvs30
4760
4761         * src/addressbook.c
4762                 Rename menu item, fix possible crash after
4763                 deletion of books
4764         * src/addrindex.c
4765                 Allow searching for '*' in ldap
4766         * src/browseldap.c
4767                 Fix "Browse Entry" (did anyone use it?)
4768         * src/wizard.c
4769                 Add guards for mandatory information
4770
4771 2005-11-23 [paul]       1.9.100cvs29
4772
4773         * manual/advanced.xml
4774                 corrections to the English
4775
4776 2005-11-23 [colin]      1.9.100cvs28
4777
4778         * src/mimeview.c
4779                 Fix possible crash at exit. After the call to
4780                 gtk_container_remove(), the Viewer's widget has no
4781                 more parent so gtk+ automatically frees it and its
4782                 sons. If destroy_viewer() then try to access it,
4783                 problems ensue.
4784
4785 2005-11-22 [colin]      1.9.100cvs27
4786
4787         * src/compose.c
4788         * src/gtk/gtkaspell.c
4789                 Fix right-clicking on a misspelled word
4790                 Fix More... in suggestions menu
4791
4792 2005-11-22 [wwp]        1.9.100cvs26
4793
4794         * src/prefs_template.c
4795                 templates works: re-sort templates list when adding or replacing,
4796                 prevent from adding or replacing when the template name is empty
4797
4798 2005-11-21 [colin]      1.9.100cvs25
4799
4800         * src/addressbook.c
4801                 Fix some addressbook suckage (dnd, select all)
4802         * src/compose.c
4803         * src/gtk/gtkaspell.c
4804         * src/gtk/gtkaspell.h
4805                 Make the spellchecker menu work with the 
4806                 GtkTextView one instead of overriding it
4807
4808 2005-11-20 [paul]       1.9.100cvs24
4809
4810         * manual/handling.xml
4811                 proofread and corrected
4812
4813 2005-11-20 [paul]       1.9.100cvs23
4814
4815         * manual/Makefile
4816                 generate html as one file
4817         * manual/advanced.xml
4818                 fix output generation
4819                 reformat hidden options list
4820         * manual/manual.xml     ** REMOVED **
4821         * manual/sylpheed-claws-manual.xml      ** ADDED **
4822                 renamed
4823
4824 2005-11-18 [colin]      1.9.100cvs22
4825
4826         * src/prefs_account.c
4827                 Fix layout in news and mbox accounts
4828         * manual/account.xml
4829         * manual/advanced.xml
4830                 New contents for Paul to check :)
4831
4832 2005-11-18 [wwp]        1.9.100cvs21
4833
4834         * src/gtk/quicksearch.c
4835                 don't update extended quicksearch buttons twice
4836
4837 2005-11-18 [paul]       1.9.100cvs20
4838
4839         * src/textview.c
4840                 complete 1.9.100cvs19
4841
4842 2005-11-18 [paul]       1.9.100cvs19
4843
4844         * src/compose.c
4845                 cosmetic improvements
4846         * src/textview.c
4847                 also list text/* attachments
4848
4849 2005-11-18 [colin]      1.9.100cvs18
4850
4851         * src/summaryview.c
4852                 Use column 0 instead of -1 in 
4853                 gtk_ctree_node_moveto, in a naive
4854                 hope it'll fix the gtk-related crashes
4855
4856 2005-11-18 [colin]      1.9.100cvs17
4857
4858         * src/gtk/inputdialog.c
4859                 Fix icon staying the first one
4860
4861 2005-11-17 [wwp]        1.9.100cvs16
4862                 fix possible problem showing some quicksearch buttons, and a bad
4863                 call to g_return_if_fail in a function that returns a value (both
4864                 fixes by Fabien Vantard)
4865
4866 2005-11-15 [wwp]        1.9.100cvs15
4867
4868         * src/gtk/quicksearch.c
4869                 added a tooltip to that obscure ... quicksearch button
4870
4871 2005-11-15 [wwp]        1.9.100cvs14
4872
4873         * src/gtk/quicksearch.c
4874                 add a quicksearch helper to filtering expression users: the ... button
4875                 raises the condition expr window. condition expressions set up w/ this
4876                 window are used by the quicksearch if the user closes it pressing OK.
4877
4878 2005-11-14 [paul]       1.9.100cvs13
4879
4880         * src/plugins/clamav/clamav_plugin.c
4881         * src/plugins/spamassassin/spamassassin.c
4882                 change plugin type following recent merging
4883
4884 2005-11-14 [wwp]        1.9.100cvs12
4885
4886         * src/folder.c
4887                 prevent from crashing when copying/moving message(s) from and
4888                 to the same folder
4889
4890 2005-11-14 [paul]       1.9.100cvs11
4891
4892         * src/plugins/clamav/Makefile.am
4893         * src/plugins/clamav/clamav_plugin.c
4894         * src/plugins/clamav/clamav_plugin.h
4895         * src/plugins/clamav/clamav_plugin_gtk.c
4896                 also merge clamav and clamav_gtk plugins
4897
4898 2005-11-13 [colin]      1.9.100cvs10
4899
4900         * configure.ac
4901         * src/plugins/spamassassin/Makefile.am
4902         * src/plugins/spamassassin/spamassassin.c
4903         * src/plugins/spamassassin/spamassassin.h
4904         * src/plugins/spamassassin/spamassassin_gtk.c
4905                 Merge spamassassin and spamassassin_gtk plugins,
4906                 and build it by default.
4907
4908 2005-11-12 [colin]      1.9.100cvs9
4909
4910         * src/etpan/imap-thread.c
4911                 Fix gcc warning
4912
4913 2005-11-12 [colin]      1.9.100cvs8
4914
4915         * src/procmime.c
4916                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
4917
4918 2005-11-10 [colin]      1.9.100cvs7
4919
4920         * src/main.c
4921                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
4922                 minimised state)
4923
4924 2005-11-10 [wwp]        1.9.100cvs6
4925
4926         * src/gtk/description_window.c
4927                 fix a crash when closing description windows using the WM's [X] button
4928
4929 2005-11-09 [colin]      1.9.100cvs5
4930
4931         * src/common/ssl.c
4932                 Update libetpan call to follow upstream
4933                 (yes, this requires libetpan-0.40cvs3)
4934
4935 2005-11-08 [colin]      1.9.100cvs4
4936
4937         * src/compose.c
4938         * src/textview.c
4939         * src/common/utils.c
4940         * src/common/utils.h
4941                 Enhance the email parser
4942
4943 2005-11-08 [colin]      1.9.100cvs3
4944
4945         * src/procmime.c
4946                 Fix what looks like an off-by-one (fixes 
4947                 attachments from the Bat)
4948
4949 2005-11-08 [wwp]        1.9.100cvs2
4950
4951         * src/main.c
4952                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
4953
4954 2005-11-08 [wwp]        1.9.100cvs1
4955
4956         * src/main.c
4957                 allow exiting Sylpheed-Claws from command-line
4958
4959 2005-11-08 [paul]       1.9.100
4960
4961         1.9.100 released
4962
4963 2005-11-07 [colin]      1.9.99cvs17
4964
4965         * src/addritem.c
4966         * src/ldif.c
4967                 Fix import of base-64 encoded items
4968
4969 2005-11-07 [colin]      1.9.99cvs16
4970
4971         * src/send_message.c
4972                 Fix bug #314 (Queue does not empty under certain 
4973                 circumstances)
4974
4975 2005-11-07 [paul]       1.9.99cvs15
4976
4977         * src/mutt.c
4978         * src/pine.c
4979                 fix buffer overflows
4980                 Thanks to Colin
4981
4982 2005-11-07 [paul]       1.9.99cvs14
4983
4984         * doc/man/Makefile.am
4985         * doc/man/sylpheed-claws.1      ** ADDED **
4986         * doc/man/sylpheed.1            ** DELETED **
4987                 rename and update the man file
4988
4989 2005-11-06 [colin]      1.9.99cvs13
4990
4991         * src/ldif.c
4992                 Fix ldif_get_line() that returned empty strings
4993                 (Didn't understand why). Also fix a possible
4994                 buffer overflow.
4995
4996 2005-11-06 [wwp]        1.9.99cvs12
4997
4998         * src/textview.c
4999         * src/gtk/about.c
5000         * src/gtk/gtkutils.c
5001         * src/gtk/gtkutils.h
5002                 fix a compilation warning,
5003                 make links sensitive in the about dialog
5004
5005 2005-11-04 [wwp]        1.9.99cvs11
5006
5007         * src/gtk/about.c
5008                 don't wrap or translate URIs, and a bit text format cleanup
5009
5010 2005-11-04 [wwp]        1.9.99cvs10
5011
5012         * src/gtk/about.c
5013                 better textview tagging implementation (no more use of marks for
5014                 postponed tagging)
5015
5016 2005-11-02 [colin]      1.9.99cvs9
5017
5018         * src/common/ssl.c
5019                 Forgot an ifdef
5020
5021 2005-11-02 [colin]      1.9.99cvs8
5022
5023         * configure.ac
5024                 Require libetpan-0.40 due to upstream fix
5025         * src/common/ssl.c
5026                 Tell libetpan not to call SSL_Library_Init,
5027                 as we do it ourselves.
5028
5029 2005-11-02 [colin]      1.9.99cvs7
5030
5031         * po/POTFILES.in
5032                 Add missing files (thanks to Fabien Vantard)
5033
5034 2005-11-02 [colin]      1.9.99cvs6
5035
5036         * src/summaryview.c
5037                 Fix totals when read messages are hidden or quicksearch
5038                 is on
5039         * src/ssl_manager.c
5040         * src/ssl_manager.h
5041         * src/common/ssl_certificate.c
5042         * src/common/ssl_certificate.h
5043         * src/gtk/sslcertwindow.c
5044         * src/gtk/sslcertwindow.h
5045                 Fix copyright on my stuff
5046
5047 2005-11-02 [wwp]        1.9.99cvs5
5048
5049         * src/prefs_themes.c
5050                 fix directory name checking (theme installation/removal),
5051                 made related error a bit more verbose
5052
5053 2005-11-02 [colin]      1.9.99cvs4
5054
5055         * src/summaryview.c
5056                 Fix typo (probably fixes bug #841 (Sort by the From 
5057                 field doesn't work)
5058
5059 2005-11-02 [paul]       1.9.99cvs3
5060
5061         * po/ko.po
5062         * po/nb.po
5063                 updated by SungHyun Nam, Geir Helland
5064         * src/wizard.c
5065                 fix typo in welcome message. spotted by
5066                 Andrea Spadaccini
5067
5068 2005-11-01 [colin]      1.9.99cvs2
5069
5070         * src/compose.c
5071                 Fix replying to ml wen confirming subscription
5072         * src/messageview.c
5073         * src/mimeview.c
5074         * src/mimeview.h
5075         * src/privacy.h
5076         * src/summaryview.c
5077                 Make key check non blocking
5078
5079 2005-10-31 [paul]       1.9.99cvs1
5080
5081         * tools/claws.i18n.status.pl
5082                 updated for ChangeLog
5083
5084 2005-10-31 [paul]       1.9.99
5085
5086         1.9.99 released
5087
5088 2005-10-31 [paul]       1.9.15cvs131
5089
5090         * .cvsignore
5091         * ChangeLog
5092         * ChangeLog.claws       ** REMOVED **
5093         * ChangeLog-gtk2.claws  ** REMOVED **
5094         * ChangeLog.gtk1        ** ADDED **
5095         * INSTALL
5096         * Makefile.am
5097         * NEWS
5098         * README
5099         * README.claws          ** REMOVED **
5100         * README.jp             ** REMOVED **
5101         * RELEASE_NOTES         ** ADDED **
5102         * RELEASE_NOTES.claws   ** REMOVED **
5103         * commitHelper
5104         * configure.ac
5105         * sylpheed.spec.in      ** REMOVED **
5106                 tidy up and update the default docs:
5107                 ChangeLog.claws is renamed ChangeLog.gtk1
5108                 ChangeLog-gtk2.claws is renamed ChangeLog
5109                 README.claws is renamed README
5110                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5111
5112 2005-10-31 [paul]       1.9.15cvs130
5113
5114         * po/it.po
5115                 fix errors
5116
5117 2005-10-31 [paul]       1.9.15cvs129
5118
5119         * po/ca.po
5120         * po/de.po
5121         * po/en_GB.po
5122         * po/fr.po
5123         * po/it.po
5124         * po/pt_BR.po
5125         * po/sk.po
5126         * po/sr.po
5127         * po/zh_CN.po
5128                 updated by Miquel Oliete, Stephan Sachse and
5129                 Thomas Gilgin, me, Fabien Vantard, Andrea
5130                 Spadaccini, Frederico Goncalves Guimaraes,
5131                 Andrej Kacian, Aleksandar Urosevic, and
5132                 Ralgh Young.
5133
5134 2005-10-31 [mones]      1.9.15cvs128
5135
5136         * manual/faq.xml
5137                 More questions.
5138         
5139         * po/es.po
5140                 Updated for release.
5141
5142 2005-10-30 [colin]      1.9.15cvs127
5143
5144         * src/compose.c
5145                 Place cursor before rewrapping (fixes cursor
5146                 pos if quotation gets rewrapped)
5147
5148 2005-10-29 [paul]       1.9.15cvs126
5149
5150         * src/crash.c
5151         * src/foldersel.c
5152         * src/main.c
5153         * src/messageview.c
5154         * src/toolbar.c
5155         * src/gtk/authors.h
5156                 corrections to text items
5157
5158 2005-10-28 [colin]      1.9.15cvs125
5159
5160         * src/messageview.c
5161                 Make "hit 'C' to check sig" work from extern 
5162                 messageviews
5163
5164 2005-10-27 [colin]      1.9.15cvs124
5165
5166         * src/summaryview.c
5167                 Add a hack to avoid segfaulting when hammering 
5168                 on gtk's events
5169
5170 2005-10-27 [wwp]        1.9.15cvs123
5171
5172         * src/prefs_themes.c
5173                 sort list of themes names in themes prefs
5174
5175 2005-10-27 [paul]       1.9.15cvs122
5176
5177         * src/folder.c
5178         * src/prefs_account.c
5179                 fix building on Solaris
5180                 Patch by Alex Moore
5181
5182 2005-10-27 [wwp]        1.9.15cvs121
5183
5184         * src/summaryview.c
5185         * src/gtk/gtksctree.c
5186                 speed up unselecting messages in summary view (thanks to Colin)
5187
5188 2005-10-27 [paul]       1.9.15cvs120
5189
5190         * src/mainwindow.c
5191                 fix a compilation warning
5192         * src/summaryview.c
5193                 fix updating of 'n items selected' count
5194                 when deselecting
5195
5196 2005-10-27 [martin]     1.9.15cvs119
5197
5198         * src/action.c
5199                 ignore actions with a leading '/' in the action menu name
5200                 fixes a crash on menu creation
5201         * src/prefs_actions.c
5202                 do not allow a leading '/' in the action menu name
5203
5204 2005-10-27 [paul]       1.9.15cvs118
5205
5206         * src/main.c
5207                 fix compilation warning
5208
5209 2005-10-27 [paul]       1.9.15cvs117
5210
5211         * src/procmime.c
5212                 add #if HAVE_LOCALE_H
5213
5214 2005-10-27 [paul]       1.9.15cvs116
5215
5216         * src/plugins/clamav/clamav_plugin.c
5217         * src/plugins/dillo_viewer/dillo_viewer.c
5218         * src/plugins/mathml_viewer/mathml_viewer.c
5219         * src/plugins/pgpcore/plugin.c
5220         * src/plugins/pgpinline/plugin.c
5221         * src/plugins/pgpmime/plugin.c
5222         * src/plugins/spamassassin/spamassassin.c
5223         * src/plugins/trayicon/trayicon.c
5224                 plugin_init() : make error messages more
5225                 informative
5226
5227 2005-10-26 [wwp]        1.9.15cvs115
5228
5229         * src/prefs_matcher.c
5230                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5231
5232 2005-10-26 [wwp]        1.9.15cvs114
5233
5234         * src/procmime.c
5235         * src/gtk/gtksctree.c
5236         * src/plugins/spamassassin/libspamc.c
5237         * src/plugins/spamassassin/spamassassin.c
5238                 fix some compilation warnings more
5239
5240 2005-10-26 [mones]      1.9.15cvs113
5241
5242         * po/es.po
5243                 Updated translation
5244
5245 2005-10-26 [paul]       1.9.15cvs112
5246
5247         * src/prefs_message.c
5248                 give all display_xface stuff the
5249                 #if HAVE_LIBCOMPFACE treatment, thus
5250                 preventing a crash
5251                 (Thanks to Wolfgang Enderlein)
5252
5253 2005-10-26 [colin]      1.9.15cvs111
5254
5255         * src/gedit-print.c
5256                 Fix date format
5257         * src/imap_gtk.c
5258         * src/news_gtk.c
5259                 Remove context menu items that should not be there
5260         * src/jpilot.c
5261                 Fix encoding
5262         * src/main.c
5263         * src/mainwindow.c
5264                 Don't show the mainwindow too soon
5265
5266 2005-10-26 [wwp]        1.9.15cvs110
5267
5268         * src/folder.c
5269         * src/manual.c
5270         * src/summaryview.c
5271                 fix uninitialized pointers in the folder updating hook
5272                 (thanks to Colin)
5273
5274 2005-10-25 [mones]      1.9.15cvs109
5275
5276         * manual/faq.xml
5277                 General information subsection completed. 
5278                 Removed archaic references.
5279                 
5280         * manual/Makefile
5281         * manual/dtd/manual.dsl
5282                 Added customization stylesheet for getting paragraphs
5283                 fully justified in PDF output (as suggested by Colin).
5284
5285 2005-10-25 [colin]      1.9.15cvs108
5286
5287         * src/compose.c
5288                 Fix a second leak
5289
5290 2005-10-25 [colin]      1.9.15cvs107
5291
5292         * src/addrbook.c
5293         * src/addrindex.c
5294                 Fix leak (xml_get_element() allocates memory)
5295         * src/compose.c
5296                 Fix leak + dead code (shame!)
5297         * src/procmime.c
5298                 Fix leak
5299
5300 2005-10-25 [colin]      1.9.15cvs106
5301
5302         * src/mimeview.c
5303                 Fix encoding issue in Save all and in 
5304                 overwrite-confirmation alertpanel
5305
5306 2005-10-25 [colin]      1.9.15cvs105
5307
5308         * src/common/socket.c
5309                 Fix a leak - Thanks to Christopher Aillon
5310                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5311
5312 2005-10-25 [paul]       1.9.15cvs104
5313
5314         * src/wizard.c
5315                 Always guess servers from the right-hand
5316                 email part and guess username from the
5317                 left-hand part. (Thanks to Colin)
5318                 add an X-Face to the welcome message
5319
5320 2005-10-25 [paul]       1.9.15cvs103
5321
5322         * manual/handling.xml
5323                 written by Colin, edited by me
5324
5325 2005-10-25 [wwp]        1.9.15cvs102
5326
5327         * src/folderview.c
5328         * src/grouplistdialog.c
5329         * src/imap.c
5330         * src/noticeview.c
5331                 fix some compilation warnings
5332
5333 2005-10-24 [paul]
5334
5335         1.9.99-rc3 released
5336
5337 2005-10-24 [paul]       1.9.15cvs101
5338
5339         * src/gtk/about.c
5340                 fix window sizing
5341
5342 2005-10-24 [paul]       1.9.15cvs100
5343
5344         * src/pixmaps/offline.xpm
5345         * src/pixmaps/online.xpm
5346                 replace with last default versions
5347
5348 2005-10-24 [colin]      1.9.15cvs99
5349
5350         * src/imap.c
5351                 Fix bug when moving a folder
5352         * src/imap_gtk.c
5353         * src/mh_gtk.c
5354                 "Delete folder" pops up a window, so it 
5355                 should be suffixed with "..."
5356         * src/plugins/pgpcore/sgpgme.c
5357                 Include locale.h
5358
5359 2005-10-24 [mones]      1.9.15cvs98
5360
5361         * manual/Makefile
5362         * manual/account.xml
5363         * manual/ack.xml
5364         * manual/addrbook.xml
5365         * manual/advanced.xml
5366         * manual/faq.xml
5367         * manual/glossary.xml
5368         * manual/gpl.xml
5369         * manual/handling.xml
5370         * manual/intro.xml
5371         * manual/keyboard.xml
5372         * manual/manual.xml
5373         * manual/plugins.xml
5374         * manual/starting.xml
5375         * manual/dtd/sdocbook.dtd
5376                 Initial manual structure and some content.
5377
5378 2005-10-23 [wwp]        1.9.15cvs97
5379
5380         * src/gtk/about.c
5381                 fix a typo
5382
5383 2005-10-23 [wwp]        1.9.15cvs96
5384
5385         * src/gtk/about.c
5386         * src/gtk/authors.h
5387                 rework of the about window (main work by Paul), also featuring a few
5388                 fixes for typos and duplicate names
5389
5390 2005-10-23 [wwp]        1.9.15cvs95
5391
5392         * src/.cvsignore
5393                 Ignore the right binary name (sylpheed-claws now)
5394
5395 2005-10-23 [paul]       1.9.15cvs94
5396
5397         * src/compose.c
5398                 when using Folder Pref 'Default To for
5399                 replies' make the entry in the Compose
5400                 window bold
5401                 Patch by Fabien Vantard
5402
5403 2005-10-22 [colin]      1.9.15cvs93
5404
5405         * src/codeconv.c
5406                 Fix leak
5407
5408 2005-10-22 [colin]      1.9.15cvs92
5409
5410         * src/codeconv.c
5411                 try to convert using locale (apart utf8) if necessary
5412
5413 2005-10-22 [colin]      1.9.15cvs91
5414
5415         * src/pixmaps/new.xpm
5416         * src/pixmaps/unread.xpm
5417                 Make the unread envelope blue again and
5418                 saturate the new one a bit more.
5419
5420 2005-10-22 [colin]      1.9.15cvs90
5421
5422         * src/compose.c
5423                 When replying to a mail sent by one of our accounts,
5424                 use the original list of recipients. Let 'Reply All'
5425                 and 'Reply to sender' work like previously.
5426
5427 2005-10-21 [colin]      1.9.15cvs89
5428
5429         * src/prefs_filtering.c
5430                 Clear fields after add and replace
5431         * src/textview.c
5432                 Display xface differently (better)
5433         * src/plugins/pgpinline/pgpinline.c
5434                 Fix crappy encodings/recodings
5435
5436 2005-10-21 [paul]       1.9.15cvs88
5437
5438         * src/compose.c
5439         * src/prefs_folder_item.c
5440         * src/toolbar.c
5441                 fix news folder Folder Properties
5442                 (thanks to Colin)
5443         * src/folderview.c
5444                 update folderview after Themes change
5445                 keep selected folder selected
5446                 (thanks to Colin)
5447
5448 2005-10-21 [paul]       1.9.15cvs87
5449
5450         * tools/Makefile.am
5451         * tools/OOo2sylpheed.pl
5452         * tools/README
5453         * tools/README.sylprint
5454         * tools/asus_mailled.sh         ** REMOVED **
5455         * tools/filter_conv.pl
5456         * tools/freshmeat_search.pl
5457         * tools/google_search.pl
5458         * tools/gpg-sign-syl            ** REMOVED **
5459         * tools/kmail2sylpheed.pl
5460         * tools/kmail2sylpheed_v2.pl
5461         * tools/multiwebsearch.pl
5462         * tools/nautilus2sylpheed.sh
5463         * tools/newscache_clean.pl
5464         * tools/outlook2sylpheed.pl
5465         * tools/sylpheed-switcher       ** REMOVED **
5466         * tools/sylprint.pl
5467         * tools/sylprint.rc
5468         * tools/tb2sylpheed
5469         * tools/vcard2xml.py
5470         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5471                 update default config dir
5472                 update binary name (thanks to Fabien Vantard)
5473                 remove obsolete scripts
5474
5475 2005-10-21 [colin]      1.9.15cvs86
5476
5477         * src/inc.c
5478                 Fix possible leak and units. Based on a patch by
5479                 Fabien Vantard.
5480
5481 2005-10-20 [colin]      1.9.15cvs85
5482
5483         * src/textview.c
5484                 Clear xface when clearing textview
5485
5486 2005-10-20 [colin]      1.9.15cvs84
5487
5488         * configure.ac
5489         * src/folderview.c
5490         * src/headerview.c
5491         * src/main.c
5492         * src/prefs_common.c
5493         * src/prefs_common.h
5494         * src/prefs_message.c
5495         * src/textview.c
5496         * src/textview.h
5497         * src/common/defs.h
5498         * src/common/utils.c
5499         * src/common/utils.h
5500         * src/gtk/gtkutils.c
5501         * src/gtk/gtkutils.h
5502                 Migrate config to .sylpheed-claws (Automatically)
5503                 Add a way to get the Xface in the TextView
5504
5505 2005-10-20 [colin]      1.9.15cvs83
5506
5507         * src/gtk/Makefile.am
5508         * src/gtk/about.c
5509         * src/gtk/authors.h
5510                 Make the about dialog *grooovy*
5511
5512 2005-10-20 [colin]      1.9.15cvs82
5513
5514         * src/mimeview.c
5515                 Use "Open with" on double click if no command
5516                 was found
5517
5518 2005-10-20 [colin]      1.9.15cvs81
5519
5520         * src/imap.c
5521         * src/etpan/imap-thread.c
5522                 Fix possible crash.
5523
5524 2005-10-20 [paul]       1.9.15cvs80
5525
5526         * src/folder.c
5527                 don't show clipkey icon if the only
5528                 attachment is the signature
5529                 Patch by Colin
5530
5531 2005-10-20 [paul]       1.9.15cvs79
5532
5533         * AUTHORS
5534         * src/plugins/pgpmime/pgpmime.c
5535                 name the PGP/MIME signature 'signature.asc'
5536                 Patch by Andrew Nelson <freeandy@gmail.com>
5537
5538 2005-10-19 [colin]      1.9.15cvs78
5539
5540         * src/plugins/pgpmime/pgpmime.c
5541                 Oops, no need to double-check though
5542
5543 2005-10-19 [colin]      1.9.15cvs77
5544
5545         * src/plugins/pgpinline/pgpinline.c
5546         * src/plugins/pgpmime/pgpmime.c
5547                 Check that my_tmpfile() doesn't 
5548                 return NULL
5549
5550 2005-10-19 [colin]      1.9.15cvs76
5551
5552         * src/common/utils.c
5553                 Use shorter mime boundaries to avoid having
5554                 MTAs rewrapping our headers, breaking the
5555                 PGP signature in the process 
5556         * src/compose.c
5557         * src/plugins/pgpmime/pgpmime.c
5558                 Check for boundary uniqueness to be sure
5559                 it won't happen, instead of hoping for the
5560                 best
5561
5562 2005-10-19 [colin]      1.9.15cvs75
5563
5564         * sylpheed-claws.desktop
5565         * src/Makefile.am
5566         * src/main.c
5567                 Ship a sylpheed-claws binary instead
5568                 of a sylpheed one. Change the socket
5569                 name, too
5570         * src/folderview.c
5571                 Update folder only if it changed
5572         * src/wizard.c
5573                 Fix i18n in welcome mail, patch by
5574                 Fabien Vantard
5575
5576 2005-10-19 [paul]
5577
5578         1.9.99-rc2 released
5579
5580 2005-10-19 [paul]       1.9.15cvs74
5581
5582         * src/folder.c
5583         * src/folderview.c
5584                 fix summaryview update
5585                 Patch by Colin
5586
5587 2005-10-18 [colin]      1.9.15cvs73
5588
5589         * src/plugins/pgpcore/passphrase.c
5590                 Don't XGrabServer, and try a bit more to 
5591                 sync everything before grabbing mouse/keyboard
5592
5593 2005-10-18 [colin]      1.9.15cvs72
5594
5595         * src/Makefile.am
5596         * src/addressadd.c
5597         * src/addressbook.c
5598         * src/folderview.c
5599         * src/grouplistdialog.c
5600         * src/mimeview.c
5601         * src/stock_pixmap.c
5602         * src/stock_pixmap.h
5603         * src/summaryview.c
5604         * src/gtk/gtksctree.c
5605         * src/gtk/gtksctree.h
5606         * src/pixmaps/empty.xpm
5607                 Implement a wrapper call for gtk_ctree_set_node_info
5608                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5609                 pixmap instead of a NULL one. This works around some
5610                 memory problems deep inside gtk, revealed by valgrind,
5611                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5612                 as locked crashes sylpheed.), as well as, probably, 
5613                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5614
5615 2005-10-17 [colin]      1.9.15cvs71
5616
5617         * src/mimeview.c
5618                 Provide visual feedback when checking
5619                 signature
5620
5621 2005-10-17 [colin]      1.9.15cvs70
5622
5623         * src/main.c
5624                 Keep the folder list frozen while checking caches...
5625
5626 2005-10-17 [colin]      1.9.15cvs69
5627
5628         * src/addr_compl.c
5629                 Fi bug #833 (Autocompleting from addressbook 
5630                 fails with extended chars)
5631         * src/imap.c
5632                 Fix 'adding messages' staying in statusbar
5633                 after an error
5634
5635 2005-10-17 [wwp]        1.9.15cvs68
5636
5637         * src/ssl_manager.c
5638                 Fix buttons' layout resizing when window size changes
5639
5640 2005-10-17 [wwp]        1.9.15cvs67
5641
5642         * src/account.c
5643         * src/prefs_account.c
5644         * src/prefs_common.c
5645         * src/prefs_common.h
5646         * src/prefs_folder_item.c
5647         * src/prefs_gtk.c
5648         * src/gtk/logwindow.c
5649         * src/gtk/pluginwindow.c
5650         * src/gtk/prefswindow.c
5651         * src/gtk/prefswindow.h
5652                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
5653
5654 2005-10-17 [paul]       1.9.15cvs66
5655
5656         * configure.ac
5657                 fix missing libetpan message
5658         * po/en_GB.po
5659                 updated
5660         * src/crash.c
5661         * src/manual.c
5662         * src/prefs_themes.c
5663         * src/common/defs.h
5664                 add some new URI defines, change some
5665                 others
5666         * src/wizard.c
5667                 make welcome message translatable
5668                 small improvements to english
5669                 other tweaks
5670         * src/gtk/menu.c
5671                 fix warnings
5672
5673 2005-10-17 [paul]       1.9.15cvs65
5674
5675         * src/summaryview.c
5676                 fix column titles
5677
5678 2005-10-16 [mones]      1.9.15cvs64
5679
5680         * po/es.po
5681                 Updated translation
5682
5683 2005-10-16 [colin]
5684
5685         1.9.99-rc1 released
5686
5687 2005-10-16 [colin]      1.9.15cvs63
5688
5689         * src/wizard.c
5690                 Fix whitespace
5691
5692 2005-10-16 [colin]      1.9.15cvs62
5693
5694         * src/toolbar.c
5695                 s/Get All/Get Mail/
5696         * src/wizard.c
5697                 Real welcome mail text, thanks Paul
5698
5699 2005-10-16 [colin]      1.9.15cvs61
5700
5701         * src/editldap.c
5702         * src/exporthtml.c
5703         * src/main.c
5704         * src/mainwindow.c
5705         * src/prefs_themes.c
5706         * src/prefs_toolbar.c
5707         * src/plugins/demo/demo.c
5708         * src/plugins/trayicon/trayicon.c
5709                 s/Sylpheed/Sylpheed-Claws/
5710
5711 2005-10-16 [colin]      1.9.15cvs60
5712
5713         * src/wizard.c
5714                 Add a welcome email in the first empty mailbox
5715         * src/prefs_common.c
5716                 Change one more default
5717
5718 2005-10-16 [colin]      1.9.15cvs59
5719
5720         * src/wizard.c
5721                 Remove printf
5722
5723 2005-10-16 [colin]      1.9.15cvs58
5724
5725         * src/toolbar.c
5726         * src/prefs_common.c
5727                 Change some defaults
5728
5729 2005-10-16 [colin]      1.9.15cvs57
5730
5731         * src/toolbar.c
5732         * src/prefs_common.c
5733                 Change some defaults
5734
5735 2005-10-16 [colin]      1.9.15cvs56
5736
5737         * src/wizard.c
5738                 By default, initialize fonts to have
5739                 the same size as normal GtkWidgets
5740
5741 2005-10-16 [colin]      1.9.15cvs55
5742
5743         * src/mimeview.c
5744                 Fix message a bit more
5745
5746 2005-10-16 [colin]      1.9.15cvs54
5747
5748         * src/addressbook.c
5749                 Second attempt at flicker fixing
5750
5751 2005-10-16 [colin]      1.9.15cvs53
5752
5753         * src/addressbook.c
5754                 Fix flicker
5755
5756 2005-10-16 [wwp]        1.9.15cvs52
5757
5758         * src/addressbook.c
5759         * src/editaddress.c
5760         * src/prefs_common.c
5761         * src/prefs_common.h
5762                 Remember window sizes (address book)
5763
5764 2005-10-16 [wwp]        1.9.15cvs51
5765
5766         * src/plugins/clamav/clamav_plugin_gtk.c
5767         * src/plugins/spamassassin/spamassassin_gtk.c
5768                 Fix compilation warnings (missing #include).
5769
5770 2005-10-16 [colin]      1.9.15cvs50
5771
5772         * src/mimeview.c
5773         * src/summaryview.c
5774         * src/textview.c
5775                 Make 'c' check signature, and forward
5776                 c, l, y, t from summaryview to mimeview
5777
5778 2005-10-16 [colin]      1.9.15cvs49
5779
5780         * src/addressbook.c
5781                 Put border around buttons
5782         * src/mainwindow.c
5783         * src/summaryview.c
5784                 Rework menus (Patch based on a patch
5785                 by Paul)
5786
5787 2005-10-15 [wwp]        1.9.15cvs48
5788
5789         * src/editjpilot.c
5790         * src/editldap.c
5791         * src/editvcard.c
5792         * src/exphtmldlg.c
5793         * src/expldifdlg.c
5794         * src/export.c
5795         * src/import.c
5796         * src/importldif.c
5797         * src/importmutt.c
5798         * src/importpine.c
5799         * src/prefs_account.c
5800         * src/prefs_spelling.c
5801         * src/gtk/gtkutils.c
5802         * src/gtk/gtkutils.h
5803         * src/plugins/clamav/clamav_plugin_gtk.c
5804         * src/plugins/spamassassin/spamassassin_gtk.c
5805                 use nicer browse-for-file/dir buttons than the "..." ones,
5806                 code factorizing more.
5807
5808 2005-10-14 [colin]      1.9.15cvs47
5809
5810         * src/mainwindow.c
5811                 set relief on the account switcher so that people see it
5812                 grey out Create processing rules when no message is selected
5813         * src/prefs_filtering.c
5814                 ask before closing if the rule has not been modified, even if
5815                 it's not valid
5816         * src/prefs_matcher.c
5817                 fix sensitivity when entering the dialog
5818         * src/gtk/inputdialog.c
5819                 display a better icon on password ask
5820         * src/plugins/pgpcore/passphrase.c
5821                 make the dialog look better
5822
5823 2005-10-14 [paul]       1.9.15cvs46
5824
5825         * src/folderview.c
5826                 indicate presense of marked msgs in
5827                 unexpanded subfolders
5828
5829 2005-10-14 [paul]       1.9.15cvs45
5830
5831         * src/prefs_actions.c
5832         * src/prefs_common.c
5833         * src/prefs_common.h
5834         * src/prefs_filtering_action.c
5835         * src/prefs_matcher.c
5836         * src/prefs_template.c
5837                 remember window sizes
5838                 fix Info button size
5839
5840         Patches by wwp
5841
5842 2005-10-13 [colin]      1.9.15cvs44
5843
5844         * src/mimeview.c
5845         * src/noticeview.c
5846         * src/noticeview.h
5847                 Add a tooltip on the icon (optional) 
5848                 Get rid of the signature buttons and only
5849                 use the icon+tooltip
5850
5851 2005-10-13 [colin]      1.9.15cvs43
5852
5853         * src/noticeview.c
5854         * src/noticeview.h
5855                 Add hand cursor for hovering over icon
5856
5857 2005-10-13 [colin]      1.9.15cvs42
5858
5859         * src/summaryview.c
5860                 Fix crash when quicksearch's hidden 
5861                 at startup
5862
5863 2005-10-13 [colin]      1.9.15cvs41
5864
5865         * src/compose.c
5866                 Set subject when forwarding multiple mails
5867                 Check that other recipient than the default Cc or Bcc
5868                 have been set before sending.
5869
5870 2005-10-13 [colin]      1.9.15cvs40
5871
5872         * src/imap.c
5873                 Batch per-folder
5874                 Introduce locking, but don't use it yet
5875
5876 2005-10-13 [colin]      1.9.15cvs39
5877
5878         * src/gtk/quicksearch.c
5879                 Reset quicksearch when hiding it
5880                 Make sticky a real pref
5881
5882 2005-10-13 [colin]      1.9.15cvs38
5883
5884         * src/summaryview.c
5885                 Faster prefs apply
5886
5887 2005-10-13 [colin]      1.9.15cvs37
5888
5889         * src/mimeview.c
5890         * src/noticeview.c
5891         * src/noticeview.h
5892         * src/plugins/pgpcore/sgpgme.c
5893                 Make privacy icon clickable
5894                 Move Trust field in Full info
5895                 When trust is less than full, don't display
5896                 a warning icon
5897
5898 2005-10-13 [colin]      1.9.15cvs36
5899
5900         * src/folder.c
5901                 Batch on flags sync
5902         * src/folderview.c
5903                 Revert speed hack which is dangerous in fact
5904                 Apply prefs faster
5905
5906 2005-10-13 [colin]      1.9.15cvs35
5907
5908         * src/folder_item_prefs.c
5909                 Fix pref corruption on folder move. Patch
5910                 by wwp
5911
5912 2005-10-13 [paul]       1.9.15cvs34
5913
5914         * src/export.c
5915         * src/import.c
5916                 fix typos in g_warnings
5917         * src/prefs_account.c
5918                 add a file selector for Signature file
5919
5920         Patches by wwp
5921
5922 2005-10-12 [colin]      1.9.15cvs33
5923
5924         * src/mimeview.c
5925                 Provide a quick way to go back from a
5926                 signature's full info to the email part
5927
5928 2005-10-12 [colin]      1.9.15cvs32
5929
5930         * src/compose.c
5931                 Remove old hack of encoding signed mails with base64.
5932                 QP works equally well.
5933
5934 2005-10-12 [colin]      1.9.15cvs31
5935
5936         * src/crash.c
5937                 Replace deprecated GtkText with GtkTextView
5938         * src/imap.c
5939                 Fix a logic bug about counts in imap_select
5940                 (previously un-triggered)
5941         * src/mainwindow.c
5942         * src/summaryview.c
5943         * src/news.c
5944                 Allow local deletion of news posts
5945         * src/mimeview.c
5946                 Show GPG noticeview on the message/rfc822 part
5947                 in addition to the text/plain one
5948         * src/prefs_image_viewer.c
5949           src/plugins/pgpcore/prefs_gpg.c
5950                 Polish (set the label as part of the checkbox)
5951         * src/wizard.c
5952                 Don't sit there doing nothing after destroying
5953                 the window - return err
5954
5955 2005-10-11 [colin]      1.9.15cvs30
5956
5957         * src/folderview.c
5958                 Apply processing rules before showing folders.
5959                 Early folder show (before flags sync) will only
5960                 be done when there are no processing rules (nor
5961                 pre- or post- ones)
5962         * src/imap.c
5963                 Fix stuff related to mail subdir, creation and 
5964                 deletion of folders 
5965         * src/imap_gtk.c
5966                 Don't allow creation of folders in NoInferior
5967                 folders, as it won't work
5968
5969 2005-10-10 [colin]      1.9.15cvs29
5970
5971         * src/compose.c
5972                 Reselect "None" Privacy system when selecting an
5973                 account with no privacy system defined
5974
5975 2005-10-10 [colin]      1.9.15cvs28
5976
5977         * src/mainwindow.c
5978                 Add Windows-1252 encoding
5979         * src/prefs_common.c
5980                 Rework some defaults:
5981                 - autosave to draft by default
5982                 - don't show header pane (it's already in the textview)
5983                 - Select first new or unread mail on entry
5984                 - Assume 'Yes' to change folder when there's no more
5985                   unread message
5986         * src/prefs_matcher.c
5987                 Fix a gtk assertion failure
5988         * src/gtk/colorlabel.c
5989                 Workaround bad repainting on selection
5990         * src/main.c
5991                 Freeze/thaw (a bit faster on ssh -X)
5992         * src/msgcache.c
5993                 Get rid of StrdupConverter that just adds an
5994                 extra strdup/free 
5995         * src/etpan/imap_thread.c
5996                 memset buf to 0
5997
5998 2005-10-10 [colin]      1.9.15cvs27
5999
6000         * src/export.c
6001         * src/import.c
6002                 Fix compile on gtk 2.4. Patch by wwp
6003
6004 2005-10-09 [colin]      1.9.15cvs26
6005
6006         * src/mainwindow.c
6007         * src/messageview.c
6008         * src/summaryview.c
6009                 Clarify forward menus. Patch by wwp
6010
6011 2005-10-09 [colin]      1.9.15cvs25
6012
6013         * src/compose.c
6014         * src/compose.h
6015                 Fix bug #829 (Non-working "Encrypt message by 
6016                 default when replying to an encrypted message")
6017
6018 2005-10-08 [colin]      1.9.15cvs24
6019
6020         * src/wizard.c
6021                 Fix bug #827 ("Welcome" setup wizard after a 
6022                 permission error gives up & forgets itself.)
6023
6024 2005-10-08 [colin]      1.9.15cvs23
6025
6026         * src/procmime.c
6027                 Fix bug #828 (Ignoring headers with spaces around = sign)
6028
6029 2005-10-08 [colin]      1.9.15cvs22
6030
6031         * src/export.c
6032                 Warning fix by wwp
6033
6034 2005-10-08 [colin]      1.9.15cvs21
6035
6036         * src/folder.c
6037         * src/folder.h
6038                 Add a processing_pending indicator, set on 
6039                 folder_item_open and cleared after 
6040                 folder_item_process_open
6041         * src/folderview.c
6042         * src/summaryview.c
6043                 wrap procmsg_msginfo_*_flags, and in the
6044                 wrapper check that there's no folder processing 
6045                 pending. If there is, defer the flags change until 
6046                 processing is done to avoid stepping over each
6047                 other's toes.
6048                 Freeze during processing, but not during scanning.
6049
6050 2005-10-07 [colin]      1.9.15cvs20
6051
6052         * src/plugins/pgpcore/passphrase.c
6053                 Fix bug #826 (X-Server hangs when 
6054                 right-clicking a PGP encrypted message)
6055
6056 2005-10-07 [paul]       1.9.15cvs19
6057
6058         * src/compose.c
6059                 fix compose_entries[]
6060                 patch by Fabien Vantard
6061
6062 2005-10-06 [colin]      1.9.15cvs18
6063
6064         * src/pixmaps/address.xpm
6065         * src/pixmaps/address_book.xpm
6066         * src/pixmaps/book.xpm
6067         * src/pixmaps/check_spelling.xpm
6068         * src/pixmaps/checkbox_off.xpm
6069         * src/pixmaps/checkbox_on.xpm
6070         * src/pixmaps/close.xpm
6071         * src/pixmaps/complete.xpm
6072         * src/pixmaps/continue.xpm
6073         * src/pixmaps/deleted.xpm
6074         * src/pixmaps/down_arrow.xpm
6075         * src/pixmaps/exec.xpm
6076         * src/pixmaps/forwarded.xpm
6077         * src/pixmaps/group.xpm
6078         * src/pixmaps/ignorethread.xpm
6079         * src/pixmaps/interface.xpm
6080         * src/pixmaps/jpilot.xpm
6081         * src/pixmaps/ldap.xpm
6082         * src/pixmaps/linewrap.xpm
6083         * src/pixmaps/linewrapcurrent.xpm
6084         * src/pixmaps/mail.xpm
6085         * src/pixmaps/mail_attach.xpm
6086         * src/pixmaps/mail_compose.xpm
6087         * src/pixmaps/mail_forward.xpm
6088         * src/pixmaps/mail_receive.xpm
6089         * src/pixmaps/mail_receive_all.xpm
6090         * src/pixmaps/mail_reply.xpm
6091         * src/pixmaps/mail_reply_to_all.xpm
6092         * src/pixmaps/mail_reply_to_author.xpm
6093         * src/pixmaps/mail_send.xpm
6094         * src/pixmaps/mail_send_queue.xpm
6095         * src/pixmaps/mime_application.xpm
6096         * src/pixmaps/mime_audio.xpm
6097         * src/pixmaps/mime_image.xpm
6098         * src/pixmaps/mime_message.xpm
6099         * src/pixmaps/mime_text_enriched.xpm
6100         * src/pixmaps/mime_text_html.xpm
6101         * src/pixmaps/mime_text_plain.xpm
6102         * src/pixmaps/mime_unknown.xpm
6103         * src/pixmaps/new.xpm
6104         * src/pixmaps/news_compose.xpm
6105         * src/pixmaps/offline.xpm
6106         * src/pixmaps/online.xpm
6107         * src/pixmaps/paste.xpm
6108         * src/pixmaps/preferences.xpm
6109         * src/pixmaps/privacy_emblem_encrypted.xpm
6110         * src/pixmaps/privacy_expired.xpm
6111         * src/pixmaps/privacy_failed.xpm
6112         * src/pixmaps/privacy_passed.xpm
6113         * src/pixmaps/privacy_signed.xpm
6114         * src/pixmaps/privacy_unknown.xpm
6115         * src/pixmaps/privacy_warn.xpm
6116         * src/pixmaps/properties.xpm
6117         * src/pixmaps/replied.xpm
6118         * src/pixmaps/search.xpm
6119         * src/pixmaps/unread.xpm
6120         * src/pixmaps/up_arrow.xpm
6121         * src/pixmaps/vcard.xpm
6122                 Modernize internal theme, with icons from the 
6123                 Gnomaws theme. Keep some of the old ones where
6124                 they were better.
6125
6126 2005-10-06 [colin]      1.9.15cvs17
6127
6128         * src/summaryview.c
6129                 Little optimisations + bugfix
6130         * src/toolbar.c
6131                 Remove default useless items - useless being defined
6132                 by the default relevant prefs
6133         * src/wizard.c
6134                 include config.h to make gettext work
6135         * src/prefs_themes.c
6136                 Fix selection of current theme in prefs
6137
6138 2005-10-06 [colin]      1.9.15cvs16
6139
6140         * src/prefs_common.c
6141         * src/prefs_common.h
6142         * src/prefs_summaries.c
6143         * src/folderview.c
6144                 Add a warning dialog on Mark all read 
6145                 (with pref to get rid of it)
6146
6147 2005-10-06 [paul]       1.9.15cvs15
6148
6149         * po/nb.po
6150         * po/pt_BR.po
6151                 updated by Geir Helland and Frederico
6152                 Goncalves Guimaraes
6153
6154 2005-10-05 [colin]      1.9.15cvs14
6155
6156         * src/folder.c
6157         * src/folder.h
6158         * src/folderview.c
6159         * src/folderview.h
6160         * src/imap_gtk.c
6161         * src/mh_gtk.c
6162         * src/mainwindow.c
6163         * src/setup.c
6164                 add a way to rescan without rebuilding
6165                 make moving a bit faster (less folders changes)
6166                 don't lock the tree on Get 
6167         * src/imap.c
6168                 Don't re-delete deleted messages before expunging
6169         * src/summaryview.c
6170                 Set batch mode when deleting mails
6171
6172 2005-10-05 [paul]       1.9.15cvs13
6173
6174         * src/mainwindow.c
6175         * src/mainwindow.h
6176                 fix disabled Execute menu item
6177         * src/toolbar.c
6178                 match the change in 1.9.15cvs10: use Compose
6179                 instead of News by default
6180
6181 2005-10-04 [colin]      1.9.15cvs12
6182
6183         * src/compose.c
6184                 When replying to an ML post with Reply-To set
6185                 to the poster's email, honor it (as before),
6186                 but also honor our user's request to reply to
6187                 the mailing list: set the ML address in the To
6188                 field and the Reply-To address in the Cc: 
6189                 field.
6190
6191 2005-10-04 [colin]      1.9.15cvs11
6192
6193         * src/plugins/trayicon/trayicon.c
6194                 Finish cosmetic change - thanks to wwp
6195
6196 2005-10-04 [colin]      1.9.15cvs10
6197
6198         * src/toolbar.c
6199                 Use Compose instead of Email by default.
6200                 Spotted by wwp.
6201
6202 2005-10-04 [colin]      1.9.15cvs9
6203
6204         * src/folder.c
6205         * src/folder.h
6206         * src/folderview.c
6207         * src/imap.c
6208         * src/etpan/imap-thread.c
6209         * src/etpan/imap-thread.h
6210                 Try to make IMAP faster, by simplifying SEARCH
6211                 commands, avoiding sending two STATUS in a row,
6212                 and deferring flags sync and processing just
6213                 after displaying the folder. 
6214                 This will update the SummaryView in certain
6215                 cases (new mails not already fetched, flags
6216                 changed from another client) but in a non-
6217                 blocking manner.
6218
6219 2005-10-04 [colin]      1.9.15cvs8
6220
6221         * src/plugins/trayicon/trayicon.c
6222                 Relabel "Offline" to "Work offline"
6223
6224 2005-10-04 [colin]      1.9.15cvs7
6225
6226         * src/export.c
6227         * src/import.c
6228         * src/mbox.c
6229                 Fix mbox import/export buglets
6230                 Patch by wwp
6231         * src/plugins/trayicon/trayicon.c
6232                 Add offline swithc
6233                 Patch by wwp
6234
6235 2005-10-04 [colin]      1.9.15cvs6
6236
6237         * src/folder.c
6238         * src/folderview.c
6239         * src/summaryview.c
6240                 Better fix (don't break mark all read) for cvs2
6241
6242 2005-10-03 [colin]      1.9.15cvs5
6243
6244         * src/folder.c
6245                 Use a sane sort by default
6246
6247 2005-10-03 [colin]      1.9.15cvs4
6248
6249         * src/inc.c
6250                 Add a 'Only once' button for overriding offline mode
6251         * src/prefs_account.c
6252         * src/wizard.c
6253                 Add Local mbox to the wizard
6254                 Add IMAP subdir to the wizard (or the wizard is useless
6255                 for such accounts, or even worse than useless)
6256                 Move IMAP subdir from Advanced to Receive tab, as it's
6257                 not that uncommon
6258
6259 2005-10-03 [colin]      1.9.15cvs3
6260
6261         * src/send_message.c
6262                 Forgot this one in cvs1
6263
6264 2005-10-03 [colin]      1.9.15cvs2
6265
6266         * src/folder.c
6267                 Faster close when leaving a folder with lots
6268                 of new mails. Idea by David Relson.
6269
6270 2005-10-03 [colin]      1.9.15cvs1
6271
6272         * src/compose.c
6273         * src/imap.c
6274         * src/inc.c
6275         * src/main.c
6276         * src/messageview.c
6277         * src/news.c
6278         * src/summaryview.c
6279         * src/gtk/sslcertwindow.c
6280         * src/plugins/trayicon/trayicon.c
6281                 Add accels to every AlertPanel. Patch by Fabien 
6282                 Vantard
6283
6284 2005-10-03 [paul]       1.9.15
6285
6286         1.9.15 released
6287
6288 2005-10-03 [paul]       1.9.14cvs68
6289
6290         * po/ca.po
6291         * po/de.po
6292         * po/es.po
6293         * po/fi.po
6294         * po/fr.po
6295         * po/sk.po
6296         * po/sr.po
6297         * po/zh_CN.po
6298                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6299                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6300                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6301
6302 2005-10-03 [paul]       1.9.14cvs67
6303
6304         * src/send_message.c
6305                 prevent hang on Cancel
6306                 patch by Colin
6307
6308 2005-10-03 [paul]       1.9.14cvs66
6309
6310         * src/main.c
6311                 fix crash in IMAP caused by discrepancy
6312                 between check_at_startup and offline mode
6313                 Patch by Colin
6314
6315 2005-10-01 [paul]       1.9.14cvs65
6316
6317         * src/inc.c
6318                 fix engrish
6319
6320 2005-10-01 [paul]       1.9.14cvs64
6321         * src/export.c
6322         * src/import.c
6323                 synchronise import_mbox() and export_mbox()
6324         * src/mbox.c
6325                 proc_mbox(): add alert if file cannot be opened
6326                 export_list_to_mbox(): test if dest file exists,
6327                 prompt user to overwrite if it does. add alert
6328                 if file cannot be created
6329                                                                 
6330         Patch by wwp
6331                                                                                                                 
6332
6333 2005-09-30 [paul]       1.9.14cvs63
6334
6335         * src/addressbook.c
6336                 Fix sensitivity of a menu
6337         * src/codeconv.c
6338                 Respect hidden pref for mails with no encoding
6339         * src/common/xml.c
6340                 Fix memory corruption
6341         * src/plugins/pgpcore/sgpgme.c
6342                 Fix segfault on incomplete sigs, and display
6343                 of S/Mime UIDs
6344
6345         Patches by Colin
6346
6347 2005-09-30 [colin]      1.9.14cvs62
6348
6349         * src/partial_download.c
6350                 Little logic fix in almost-dead code
6351         * src/pop.c
6352                 Fix partial download when there's no new mail
6353
6354 2005-09-29 [paul]       1.9.14cvs61
6355
6356         * src/plugins/pgpinline/pgpinline.c
6357                 fix bug 819, 'crash accessing sign message'
6358                 Patch by Colin
6359
6360 2005-09-28 [martin]     1.9.14cvs60
6361
6362         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6363                 fix bug #790 (Crash when restarting window manager (fluxbox))
6364
6365 2005-09-28 [paul]       1.9.14cvs59
6366
6367         * src/gtk/gtkaspell.c
6368                 fix off-by-one typo
6369
6370 2005-09-27 [colin]      1.9.14cvs58
6371
6372         * src/plugins/pgpcore/sgpgme.c
6373                 Report error when there's one, instead of
6374                 "Signature unchecked" 
6375
6376 2005-09-27 [colin]      1.9.14cvs57
6377
6378         * src/prefs_quote.c
6379                 Fix bug #816 (Weird quotation with spaces)
6380
6381 2005-09-27 [colin]      1.9.14cvs56
6382
6383         * src/codeconv.c
6384         * src/compose.c
6385         * src/compose.h
6386                 Put subject in compose's title
6387                 Fix Automatic encoding so that it's really automatic:
6388                 first try default locale's charset, then charset of the replied mail, 
6389                 then utf-8
6390                 Fix encoding of headers (must be in strict mode too)
6391
6392 2005-09-26 [colin]      1.9.14cvs55
6393
6394         * src/gtk/gtkaspell.c
6395                 Fix previous patch - don't color the space,
6396                 just uncolor it :)
6397
6398 2005-09-26 [colin]      1.9.14cvs54
6399
6400         * src/gtk/gtkaspell.c
6401                 Unmark space if possible
6402
6403 2005-09-26 [colin]      1.9.14cvs53
6404
6405         * src/imap.c
6406                 log_error instead of alertpanel according to the pref
6407         * src/etpan/imap-thread.c
6408                 Print connect status, copy only necessary size to 
6409                 logger
6410         * src/plugins/pgpmime/pgpmime.c
6411                 Handle S/Mime signatures (verification only). Patch based
6412                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6413
6414 2005-09-26 [paul]       1.9.14cvs52
6415
6416         * src/common/passcrypt.c
6417                 this 'workaround' not necessary on NetBSD.
6418                 Thanks to Daniel Gustafson
6419
6420 2005-09-26 [paul]
6421
6422         1.9.15-rc4 released
6423
6424 2005-09-26 [paul]       1.9.14cvs51
6425
6426         * src/summaryview.c
6427                 Skip currently selected message when
6428                 looking for next new or unread message
6429                 in current folder. Patch by Colin
6430         * src/common/passcrypt.c
6431                 eliminate warnings on *BSD. Patch by
6432                 Daniel Gustafson
6433
6434 2005-09-26 [colin]      1.9.14cvs50
6435
6436         * src/procmsg.c
6437                 Call postfiltering hook anyway
6438
6439 2005-09-22 [colin]      1.9.14cvs49
6440
6441         * src/codeconv.c
6442         * src/codeconv.h
6443                 Add a strict mode that doesn't replace with _
6444         * src/compose.c
6445         * src/compose.h
6446                 Use strict conversion while sending
6447                 Fix race when drafting while sending (happens
6448                 on IMAP)
6449                 Fix d'n'd of messages from summaryview
6450         * src/prefs_common.c
6451         * src/prefs_common.h
6452                 add hidden utf8_instead_of_locale_for_broken_mail 
6453                 pref for people that preferred the default charset 
6454                 to be utf8 for broken mails
6455         * src/quote_fmt_parse.y
6456                 fix bug #815 (No quote insert if "From:" fied 
6457                 contained Russian letters)
6458         * src/summaryview.c
6459                 Fix d'n'd of messages to compose
6460
6461 2005-09-22 [paul]       1.9.14cvs48
6462
6463         * src/compose.c
6464                 fix bug where attachments Name entry
6465                 would display Path instead
6466
6467 2005-09-21 [paul]       1.9.14cvs47
6468
6469         * README
6470         * README.jp
6471         * configure.ac
6472         * config/config.rpath
6473         * doc/manual/en/sylpheed-20.html
6474         * doc/manual/es/sylpheed-20.html
6475         * po/bg.po
6476         * po/ca.po
6477         * po/de.po
6478         * po/es.po
6479         * po/fr.po
6480         * po/it.po
6481         * po/pt_BR.po
6482         * po/sk.po
6483         * po/zh_TW.po
6484         * src/account.c
6485         * src/account.h
6486         * src/action.c
6487         * src/action.h
6488         * src/adbookbase.h
6489         * src/addr_compl.c
6490         * src/addr_compl.h
6491         * src/addrbook.c
6492         * src/addrbook.h
6493         * src/addrcache.c
6494         * src/addrcache.h
6495         * src/addrcindex.c
6496         * src/addrcindex.h
6497         * src/addrclip.c
6498         * src/addrclip.h
6499         * src/addrdefs.h
6500         * src/addressadd.c
6501         * src/addressadd.h
6502         * src/addressbook.c
6503         * src/addressbook.h
6504         * src/addressitem.h
6505         * src/addrgather.c
6506         * src/addrgather.h
6507         * src/addrharvest.c
6508         * src/addrharvest.h
6509         * src/addrindex.c
6510         * src/addrindex.h
6511         * src/addritem.c
6512         * src/addritem.h
6513         * src/addrquery.c
6514         * src/addrquery.h
6515         * src/addrselect.c
6516         * src/addrselect.h
6517         * src/alertpanel.c
6518         * src/alertpanel.h
6519         * src/browseldap.c
6520         * src/browseldap.h
6521         * src/codeconv.c
6522         * src/codeconv.h
6523         * src/compose.c
6524         * src/compose.h
6525         * src/crash.c
6526         * src/crash.h
6527         * src/customheader.c
6528         * src/customheader.h
6529         * src/displayheader.c
6530         * src/displayheader.h
6531         * src/editaddress.c
6532         * src/editaddress.h
6533         * src/editbook.c
6534         * src/editbook.h
6535         * src/editgroup.c
6536         * src/editgroup.h
6537         * src/editjpilot.c
6538         * src/editjpilot.h
6539         * src/editldap.c
6540         * src/editldap.h
6541         * src/editldap_basedn.c
6542         * src/editldap_basedn.h
6543         * src/editvcard.c
6544         * src/editvcard.h
6545         * src/enriched.c
6546         * src/enriched.h
6547         * src/exphtmldlg.c
6548         * src/exphtmldlg.h
6549         * src/expldifdlg.c
6550         * src/expldifdlg.h
6551         * src/export.c
6552         * src/export.h
6553         * src/exporthtml.c
6554         * src/exporthtml.h
6555         * src/exportldif.c
6556         * src/exportldif.h
6557         * src/filtering.c
6558         * src/filtering.h
6559         * src/folder.c
6560         * src/folder.h
6561         * src/folder_item_prefs.c
6562         * src/folder_item_prefs.h
6563         * src/foldersel.c
6564         * src/foldersel.h
6565         * src/folderutils.c
6566         * src/folderutils.h
6567         * src/folderview.c
6568         * src/folderview.h
6569         * src/grouplistdialog.c
6570         * src/grouplistdialog.h
6571         * src/headerview.c
6572         * src/headerview.h
6573         * src/html.c
6574         * src/html.h
6575         * src/image_viewer.c
6576         * src/image_viewer.h
6577         * src/imap.c
6578         * src/imap.h
6579         * src/imap_gtk.c
6580         * src/imap_gtk.h
6581         * src/import.c
6582         * src/import.h
6583         * src/importldif.c
6584         * src/importldif.h
6585         * src/importmutt.c
6586         * src/importmutt.h
6587         * src/importpine.c
6588         * src/importpine.h
6589         * src/inc.c
6590         * src/inc.h
6591         * src/jpilot.c
6592         * src/jpilot.h
6593         * src/ldapctrl.c
6594         * src/ldapctrl.h
6595         * src/ldaplocate.c
6596         * src/ldaplocate.h
6597         * src/ldapquery.c
6598         * src/ldapquery.h
6599         * src/ldapserver.c
6600         * src/ldapserver.h
6601         * src/ldaputil.c
6602         * src/ldaputil.h
6603         * src/ldif.c
6604         * src/ldif.h
6605         * src/localfolder.c
6606         * src/localfolder.h
6607         * src/main.c
6608         * src/main.h
6609         * src/mainwindow.c
6610         * src/mainwindow.h
6611         * src/manual.c
6612         * src/manual.h
6613         * src/matcher.c
6614         * src/matcher.h
6615         * src/matcher_parser.h
6616         * src/matcher_parser_lex.l
6617         * src/matcher_parser_parse.y
6618         * src/mbox.c
6619         * src/mbox.h
6620         * src/message_search.c
6621         * src/message_search.h
6622         * src/messageview.c
6623         * src/messageview.h
6624         * src/mh.c
6625         * src/mh.h
6626         * src/mh_gtk.c
6627         * src/mh_gtk.h
6628         * src/mimeview.c
6629         * src/mimeview.h
6630         * src/msgcache.c
6631         * src/msgcache.h
6632         * src/mutt.c
6633         * src/mutt.h
6634         * src/news.c
6635         * src/news.h
6636         * src/news_gtk.c
6637         * src/news_gtk.h
6638         * src/noticeview.c
6639         * src/noticeview.h
6640         * src/partial_download.c
6641         * src/partial_download.h
6642         * src/pine.c
6643         * src/pine.h
6644         * src/pop.c
6645         * src/pop.h
6646         * src/prefs_account.c
6647         * src/prefs_account.h
6648         * src/prefs_actions.c
6649         * src/prefs_actions.h
6650         * src/prefs_common.c
6651         * src/prefs_common.h
6652         * src/prefs_compose_writing.c
6653         * src/prefs_compose_writing.h
6654         * src/prefs_customheader.c
6655         * src/prefs_customheader.h
6656         * src/prefs_display_header.c
6657         * src/prefs_display_header.h
6658         * src/prefs_ext_prog.c
6659         * src/prefs_ext_prog.h
6660         * src/prefs_filtering.c
6661         * src/prefs_filtering.h
6662         * src/prefs_filtering_action.c
6663         * src/prefs_filtering_action.h
6664         * src/prefs_folder_column.c
6665         * src/prefs_folder_column.h
6666         * src/prefs_folder_item.c
6667         * src/prefs_folder_item.h
6668         * src/prefs_fonts.c
6669         * src/prefs_fonts.h
6670         * src/prefs_gtk.c
6671         * src/prefs_gtk.h
6672         * src/prefs_image_viewer.c
6673         * src/prefs_image_viewer.h
6674         * src/prefs_matcher.c
6675         * src/prefs_matcher.h
6676         * src/prefs_message.c
6677         * src/prefs_message.h
6678         * src/prefs_msg_colors.c
6679         * src/prefs_msg_colors.h
6680         * src/prefs_other.c
6681         * src/prefs_other.h
6682         * src/prefs_quote.c
6683         * src/prefs_quote.h
6684         * src/prefs_receive.c
6685         * src/prefs_receive.h
6686         * src/prefs_send.c
6687         * src/prefs_send.h
6688         * src/prefs_spelling.c
6689         * src/prefs_spelling.h
6690         * src/prefs_summaries.c
6691         * src/prefs_summaries.h
6692         * src/prefs_summary_column.c
6693         * src/prefs_summary_column.h
6694         * src/prefs_template.c
6695         * src/prefs_template.h
6696         * src/prefs_themes.c
6697         * src/prefs_themes.h
6698         * src/prefs_toolbar.c
6699         * src/prefs_toolbar.h
6700         * src/prefs_wrapping.c
6701         * src/prefs_wrapping.h
6702         * src/privacy.c
6703         * src/privacy.h
6704         * src/procheader.c
6705         * src/procheader.h
6706         * src/procmime.c
6707         * src/procmime.h
6708         * src/procmsg.c
6709         * src/procmsg.h
6710         * src/quote_fmt.c
6711         * src/quote_fmt_parse.y
6712         * src/recv.c
6713         * src/recv.h
6714         * src/remotefolder.c
6715         * src/remotefolder.h
6716         * src/send_message.c
6717         * src/send_message.h
6718         * src/setup.c
6719         * src/setup.h
6720         * src/simple-gettext.c
6721         * src/sourcewindow.c
6722         * src/sourcewindow.h
6723         * src/ssl_manager.c
6724         * src/ssl_manager.h
6725         * src/statusbar.c
6726         * src/statusbar.h
6727         * src/stock_pixmap.c
6728         * src/stock_pixmap.h
6729         * src/summary_search.c
6730         * src/summary_search.h
6731         * src/summaryview.c
6732         * src/summaryview.h
6733         * src/syldap.c
6734         * src/syldap.h
6735         * src/textview.c
6736         * src/textview.h
6737         * src/toolbar.c
6738         * src/toolbar.h
6739         * src/undo.c
6740         * src/undo.h
6741         * src/unmime.c
6742         * src/unmime.h
6743         * src/vcard.c
6744         * src/vcard.h
6745         * src/wizard.c
6746         * src/wizard.h
6747         * src/common/base64.c
6748         * src/common/base64.h
6749         * src/common/defs.h
6750         * src/common/hooks.c
6751         * src/common/hooks.h
6752         * src/common/log.c
6753         * src/common/log.h
6754         * src/common/md5.c
6755         * src/common/md5.h
6756         * src/common/mgutils.c
6757         * src/common/mgutils.h
6758         * src/common/nntp.c
6759         * src/common/nntp.h
6760         * src/common/passcrypt.c
6761         * src/common/passcrypt.h.in
6762         * src/common/plugin.c
6763         * src/common/plugin.h
6764         * src/common/prefs.c
6765         * src/common/prefs.h
6766         * src/common/progressindicator.c
6767         * src/common/progressindicator.h
6768         * src/common/quoted-printable.c
6769         * src/common/quoted-printable.h
6770         * src/common/session.c
6771         * src/common/session.h
6772         * src/common/smtp.c
6773         * src/common/smtp.h
6774         * src/common/socket.c
6775         * src/common/socket.h
6776         * src/common/ssl.c
6777         * src/common/ssl.h
6778         * src/common/ssl_certificate.c
6779         * src/common/ssl_certificate.h
6780         * src/common/string_match.c
6781         * src/common/string_match.h
6782         * src/common/stringtable.c
6783         * src/common/sylpheed.c
6784         * src/common/sylpheed.h
6785         * src/common/template.c
6786         * src/common/template.h
6787         * src/common/timing.h
6788         * src/common/utils.c
6789         * src/common/utils.h
6790         * src/common/uuencode.c
6791         * src/common/uuencode.h
6792         * src/common/version.h.in
6793         * src/common/xml.c
6794         * src/common/xml.h
6795         * src/common/xmlprops.c
6796         * src/common/xmlprops.h
6797         * src/gtk/about.c
6798         * src/gtk/about.h
6799         * src/gtk/colorlabel.c
6800         * src/gtk/colorlabel.h
6801         * src/gtk/colorsel.c
6802         * src/gtk/colorsel.h
6803         * src/gtk/description_window.c
6804         * src/gtk/description_window.h
6805         * src/gtk/filesel.c
6806         * src/gtk/filesel.h
6807         * src/gtk/foldersort.c
6808         * src/gtk/foldersort.h
6809         * src/gtk/gtkutils.c
6810         * src/gtk/gtkutils.h
6811         * src/gtk/inputdialog.c
6812         * src/gtk/inputdialog.h
6813         * src/gtk/logwindow.c
6814         * src/gtk/logwindow.h
6815         * src/gtk/manage_window.c
6816         * src/gtk/manage_window.h
6817         * src/gtk/menu.c
6818         * src/gtk/menu.h
6819         * src/gtk/pluginwindow.c
6820         * src/gtk/pluginwindow.h
6821         * src/gtk/prefswindow.c
6822         * src/gtk/prefswindow.h
6823         * src/gtk/progressdialog.c
6824         * src/gtk/progressdialog.h
6825         * src/gtk/quicksearch.c
6826         * src/gtk/quicksearch.h
6827         * src/gtk/sslcertwindow.c
6828         * src/gtk/sslcertwindow.h
6829         * src/plugins/clamav/clamav_plugin.c
6830         * src/plugins/clamav/clamav_plugin.h
6831         * src/plugins/clamav/clamav_plugin_gtk.c
6832         * src/plugins/demo/demo.c
6833         * src/plugins/dillo_viewer/dillo_prefs.c
6834         * src/plugins/dillo_viewer/dillo_prefs.h
6835         * src/plugins/dillo_viewer/dillo_viewer.c
6836         * src/plugins/mathml_viewer/mathml_viewer.c
6837         * src/plugins/pgpcore/passphrase.c
6838         * src/plugins/pgpcore/passphrase.h
6839         * src/plugins/pgpcore/plugin.c
6840         * src/plugins/pgpcore/prefs_gpg.c
6841         * src/plugins/pgpcore/prefs_gpg.h
6842         * src/plugins/pgpcore/select-keys.c
6843         * src/plugins/pgpcore/select-keys.h
6844         * src/plugins/pgpcore/sgpgme.c
6845         * src/plugins/pgpcore/sgpgme.h
6846         * src/plugins/pgpinline/pgpinline.c
6847         * src/plugins/pgpinline/pgpinline.h
6848         * src/plugins/pgpinline/plugin.c
6849         * src/plugins/pgpmime/pgpmime.c
6850         * src/plugins/pgpmime/pgpmime.h
6851         * src/plugins/pgpmime/plugin.c
6852         * src/plugins/spamassassin/spamassassin.c
6853         * src/plugins/spamassassin/spamassassin.h
6854         * src/plugins/spamassassin/spamassassin_gtk.c
6855         * src/plugins/trayicon/trayicon.c
6856         * tools/OOo2sylpheed.pl
6857         * tools/acroread2sylpheed.pl
6858         * tools/asus_mailled.sh
6859         * tools/filter_conv.pl
6860         * tools/freshmeat_search.pl
6861         * tools/google_search.pl
6862         * tools/kmail2sylpheed.pl
6863         * tools/kmail2sylpheed_v2.pl
6864         * tools/maildir2sylpheed.pl
6865         * tools/multiwebsearch.pl
6866         * tools/newscache_clean.pl
6867         * tools/outlook2sylpheed.pl
6868         * tools/sylpheed-switcher
6869         * tools/update-po
6870         * tools/vcard2xml.py
6871         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6872                 update FSF address
6873
6874 2005-09-21 [colin]      1.9.14cvs46
6875
6876         * src/gedit-print.c
6877         * src/procmsg.c
6878         * src/procmsg.h
6879         * src/textview.c
6880         * src/summaryview.c
6881                 Remove some printing hacks (deselection/reselection),
6882                 which by the way fix printing the currently 
6883                 displayed mime part (still only text)
6884                 Plus a little optimisation of summary_show
6885
6886
6887 2005-09-20 [colin]      1.9.14cvs45
6888
6889         * src/mainwindow.c
6890         * src/messageview.c
6891                 GUI fixups: add accels, set message
6892                 view title to displayed mail's subject
6893         * src/prefs_spelling.c
6894         * src/gtk/gtkaspell.c
6895                 GUI fixups: allow underlining misspelled
6896                 words instead of coloring them (a11y!)
6897
6898 2005-09-19 [colin]
6899
6900         1.9.15rc3 released
6901
6902 2005-09-19 [colin]      1.9.14cvs44
6903
6904         * src/compose.c
6905                 Fix draft message
6906         * src/gtk/gtkaspell.c
6907                 Fix wrong test ;-)
6908
6909 2005-09-19 [colin]      1.9.14cvs43
6910
6911         * src/addressbook.c
6912                 Fix sensitivity of Delete button
6913         * src/compose.c
6914                 Warn if the requested Privacy system
6915                 is not available
6916         * src/exphtmldlg.c
6917         * src/expldifdlg.c
6918         * src/importldif.c
6919         * src/importmutt.c
6920         * src/importpine.c
6921                 Fix crappy UI
6922         * src/
6923         * src/ssl.h
6924         * src/prefs_account.h
6925         * src/prefs_account.c
6926                 Save SSL prefs even in builds that have
6927                 SSL support disable
6928         * src/imap.c
6929         * src/inc.c
6930         * src/news.c
6931         * src/send_message.c
6932                 Warn if connection should be secure, but
6933                 SSL support isn't compiled in
6934         * src/gtkaspell.c
6935                 Fix word separation on UTF-8 systems
6936                 Fixes bug #812 (Strange inline spellchecking)
6937         * src/compose.c
6938                 Warn if the requested Privacy system
6939                 is not available
6940                 Factorize offline warning
6941         * src/imap.c
6942         * src/imap_gtk.c
6943         * src/imap_gtk.h
6944         * src/inc.h
6945         * src/news_gtk.c
6946         * src/news_gtk.h
6947         * src/messageview.c
6948                 Factorize offline warning
6949
6950 2005-09-19 [paul]
6951
6952         1.9.15-rc2 released
6953
6954 2005-09-18 [colin]      1.9.14cvs42
6955
6956         * src/codeconv.c
6957         * src/codeconv.h
6958         * src/procmime.c
6959                 Add a way to get locale's charset ignoring utf-8,
6960                 and use that as default encoding for broken mails
6961
6962 2005-09-18 [colin]      1.9.14cvs41
6963
6964         * src/gtk/logwindow.c
6965                 Translate string. Patch by Fabien Vantard
6966
6967 2005-09-18 [colin]      1.9.14cvs40
6968
6969         * configure.ac
6970                 Fix bug #803 (IMAP/SSL support breaks with 
6971                 GnuTLS libetpan 0.38)
6972
6973 2005-09-18 [colin]      1.9.14cvs39
6974
6975         * src/codeconv.c
6976         * src/compose.c
6977         * src/procmime.c
6978                 More charsets fixes. Fixes bug #806 (non
6979                 ascii characters in subject line)
6980
6981 2005-09-17 [paul]       1.9.14cvs38
6982
6983         * src/folderview.c
6984         * src/mainwindow.c
6985                 fix gcc-2.95 issues
6986                 Patch by Pawel Pekala
6987
6988 2005-09-17 [colin]      1.9.14cvs37
6989
6990         * src/addrindex.c
6991                 bugfix for NO-USE LDAP compilation, patch 
6992                 by Fabien Vantard
6993
6994 2005-09-17 [colin]      1.9.14cvs36
6995
6996         * src/prefs_actions.c
6997         * src/prefs_customheader.c
6998         * src/prefs_display_header.c
6999         * src/prefs_filtering_action.c
7000         * src/prefs_matcher.c
7001         * src/prefs_toolbar.c
7002                 Fix strange casts (less elegant but
7003                 works better)
7004
7005 2005-09-16 [colin]      1.9.14cvs35
7006
7007         * src/jpilot.c
7008                 Missed that one
7009
7010 2005-09-16 [colin]      1.9.14cvs34
7011
7012         * configure.ac
7013         * src/Makefile.am
7014         * src/addr_compl.c
7015         * src/addrindex.c
7016         * src/browseldap.c
7017         * src/editldap.c
7018         * src/ldaplocate.c
7019         * src/ldapquery.c
7020         * src/ldapquery.h
7021         * src/ldapserver.c
7022         * src/ldapserver.h
7023         * src/main.c
7024         * src/matcher_parser_parse.y
7025         * src/prefs_themes.c
7026         * src/etpan/Makefile.am
7027         * src/gtk/description_window.c
7028         * src/plugins/clamav/Makefile.am
7029         * src/plugins/clamav/clamav_plugin.c
7030         * src/plugins/dillo_viewer/Makefile.am
7031         * src/plugins/pgpcore/Makefile.am
7032         * src/plugins/pgpinline/Makefile.am
7033         * src/plugins/pgpmime/Makefile.am
7034         * src/plugins/trayicon/Makefile.am
7035                 Fix 100% cpu usage in address completion list
7036                 Fix little bugs (return with no values etc)
7037                 Fix all warnings (with common CFLAGS)
7038
7039 2005-09-15 [colin]      1.9.14cvs33
7040
7041         * src/addressbook.c
7042                 Fix bug where sometimes a group's email list is empty,
7043                 force its refresh (probably fixes "Re: how to create a 
7044                 distribution list")
7045         * src/ldapquery.c
7046                 Don't return to the callback in the main thread from the
7047                 fetch thread (or face segs!)
7048
7049 2005-09-15 [paul]       1.9.14cvs32
7050
7051         * src/prefs_matcher.c
7052                 forgotten in last commit
7053
7054 2005-09-15 [paul]       1.9.14cvs31
7055
7056         * src/prefs_actions.c
7057         * src/prefs_filtering_action.c
7058         * src/prefs_quote.c
7059         * src/quote_fmt.c
7060         * src/summaryview.c
7061         * src/gtk/description_window.c
7062         * src/gtk/description_window.h
7063         * src/gtk/quicksearch.c
7064                 allow interaction with the called
7065                 description window
7066                 Patch by Anders Hammar
7067
7068 2005-09-14 [paul]       1.9.14cvs30
7069
7070         * src/compose.c
7071                 fix a little annoyance when pasting with 3rd button 
7072                 with wrap_pastes=0 and wrap_input=1
7073                 Patch by Colin
7074
7075 2005-09-14 [paul]       1.9.14cvs29
7076
7077         * src/prefs_account.c
7078                 disable 'Filter messages on receiving' for
7079                 SMTP-only accounts
7080                 Patch  by Anders Hammar
7081
7082 2005-09-14 [paul]       1.9.14cvs28
7083
7084         * po/sk.po
7085                 fix crash
7086                 updated by Andrej Kacian
7087
7088 2005-09-14 [paul]
7089
7090         1.9.15-rc1 released
7091
7092 2005-09-14 [paul]       1.9.14cvs27
7093
7094         * po/es.po
7095                 updated by Ricardo Mones Lastra
7096         * src/compose.c
7097         * src/compose.h
7098                 associate no_wrap_tags to Compose windows
7099                 instead of using a static one
7100                 Patch by Colin
7101         * src/mbox.c
7102                 fix proc_mbox()
7103                 Patch by wwp
7104         * src/textview.c
7105                 remove unneeded printf()
7106
7107 2005-09-14 [paul]       1.9.14cvs26
7108
7109         * src/addrcache.c
7110         * src/codeconv.h
7111         * src/folder.h
7112         * src/mainwindow.h
7113         * src/mh.c
7114         * src/mimeview.h
7115         * src/partial_download.c
7116         * src/pop.c
7117         * src/prefs_account.c
7118         * src/prefs_account.h
7119         * src/prefs_actions.c
7120         * src/prefs_customheader.c
7121         * src/prefs_display_header.c
7122         * src/prefs_filtering_action.c
7123         * src/prefs_matcher.c
7124         * src/prefs_toolbar.c
7125         * src/privacy.h
7126         * src/procmime.c
7127         * src/procmime.h
7128         * src/procmsg.h
7129         * src/textview.c
7130         * src/undo.h
7131         * src/common/plugin.c
7132         * src/common/session.h
7133         * src/common/socket.c
7134         * src/common/socket.h
7135         * src/common/template.c
7136         * src/gtk/gtkaspell.c
7137         * src/gtk/quicksearch.h
7138         * src/plugins/pgpcore/passphrase.c
7139         * src/plugins/pgpcore/prefs_gpg.h
7140         * src/plugins/pgpcore/select-keys.c
7141         * src/plugins/pgpcore/select-keys.h
7142         * src/plugins/pgpcore/sgpgme.c
7143         * src/plugins/pgpinline/pgpinline.c
7144         * src/plugins/pgpmime/pgpmime.c
7145         * src/plugins/trayicon/trayicon.c
7146                 fix compilation warnings
7147                 Patch by Daniel Gustafson
7148
7149 2005-09-14 [paul]       1.9.14cvs25
7150
7151         * src/addressbook.c
7152                 add missing column header, and other small
7153                 bug fixes
7154                 Patch by Anders Hammar
7155
7156 2005-09-13 [colin]      1.9.14cvs24
7157
7158         * src/gtk/gtkaspell.c
7159                 Fix non-utf8 in menu
7160                 Fix little leaks
7161                 Nullify struct members after free()s
7162
7163 2005-09-13 [colin]      1.9.14cvs23
7164
7165         * src/compose.c
7166                 Test utf8 compliance before inserting to 
7167                 buffer, and try to convert if necessary
7168         * src/procmime.c
7169                 If no charset is present, use the locale 
7170                 one instead of us-ascii
7171         * src/procmsg.c
7172                 Add Sender, List-Post and To in the checked 
7173                 headers for automatic rules creation 
7174                 (thanks to wwp)
7175         * src/prefs_themes.c
7176         * src/gtk/gtkaspell.c
7177                 Remove deprecated functions. 
7178                 patch by Daniel Gustafson
7179
7180 2005-09-12 [colin]      1.9.14cvs22
7181
7182         * src/compose.c
7183                 Fix bug #448 (Scrolling/Redraw issue with 
7184                 address-fields in Header)
7185         * src/mainwindow.c
7186         * src/summaryview.c
7187         * src/summaryview.h
7188                 Fix loss of MSG_MARKED on move/copy
7189                 Fix bug #804 (Quicksearch togglebutton doesn't 
7190                 get depressed after '/' key is pressed)
7191
7192 2005-09-12 [paul]       1.9.14cvs21
7193
7194         * AUTHORS
7195         * src/gtk/logwindow.c
7196                 add 'Clear Log' to popup menu
7197                 Patch by Anders Hammar <anders.hammar@telia.com>
7198
7199 2005-09-12 [paul]       1.9.14cvs20
7200
7201         * src/compose.c
7202                 set correct sensitivity on attachments
7203                 popup menu
7204         * src/folder.c
7205                 fix typo
7206         * src/prefs_spelling.c
7207                 fix crash when no LANG env is set
7208         * src/common/xml.c
7209                 fix crash in wizard
7210                 don't use memeory after free
7211
7212         All patches by Daniel Gustafson
7213
7214 2005-09-12 [paul]       1.9.14cvs19
7215
7216         * src/prefs_themes.c
7217                 make theme info selectable
7218         * src/gtk/description_window.c
7219                 make window non-modal
7220         * tools/README
7221                 add details of asus_mailed.sh
7222         * tools/claws.i18n.status.pl
7223                 update for new zh_TW translator
7224                 widen the output
7225                 create alternate coloured lines
7226                 improve readability
7227
7228 2005-09-10 [colin]      1.9.14cvs18
7229
7230         * src/plugins/pgpcore/select-keys.c
7231                 Better order for the buttons
7232
7233 2005-09-10 [colin]      1.9.14cvs17
7234
7235         * src/compose.c
7236         * src/plugins/pgpcore/select-keys.c
7237         * src/plugins/pgpcore/select-keys.h
7238         * src/plugins/pgpcore/sgpgme.c
7239                 Add a "Don't encrypt" button to the key
7240                 selection dialog. Fixes bug #177 (There should be a 
7241                 'Don't encrypt button in the Select Keys dialog)
7242
7243 2005-09-10 [colin]      1.9.14cvs16
7244
7245         * src/compose.c
7246                 Fix bug #572 (%X option does not work with templates)
7247
7248 2005-09-10 [colin]      1.9.14cvs15
7249
7250         * src/toolbar.c 
7251                 Remove g_print
7252
7253 2005-09-10 [colin]      1.9.14cvs14
7254
7255         * src/imap.c
7256                 Fix a possible crash
7257
7258 2005-09-09 [colin]      1.9.14cvs13
7259
7260         * src/imap.c
7261         * src/etpan/imap-thread.c
7262         * src/etpan/imap-thread.h
7263                 Fix moving from queue or drafts to normal folders
7264                 Fix bug #794 (No way to delete without expunging)
7265                 Take flags unset by other mailers into account
7266                 Take deleted flag set by other mailers into account
7267                 Fix unsetting REPLIED flag
7268                 Fix crash when capabilities can't be retrieved
7269         * src/mainwindow.c
7270         * src/mainwindow.h
7271                 Add M_DELAYED_FLAGS condition, and let the user use
7272                 Execute in order to be able to expunge deleted mails,
7273                 even if he's not in delayed execute mode
7274         * src/prefs_spelling.c
7275                 Use 'en' dictionary by default if LANG is POSIX or C
7276         * src/gtk/prefswindow.c
7277                 Fix bug #767 (Preferences windows expanding) by making
7278                 the window a bit larger when the resolution is greater
7279                 than 640x480, and by putting the prefs in a
7280                 GtkScrolledWindow.
7281
7282 2005-09-09 [paul]       1.9.14cvs12
7283
7284         * AUTHORS
7285         * configure.ac
7286         * po/zh_TW.Big5.po      ** REMOVED **
7287         * po/zh_TW.po           ** ADDED **
7288                 updated by Wei-Lun Chao
7289
7290 2005-09-09 [paul]       1.9.14cvs11
7291
7292         * src/mainwindow.c
7293                 fix asserts
7294         * src/common/xml.c
7295                 delay memory allocation until file is
7296                 opened successfully
7297                 Patch by Daniel Gustafson
7298
7299 2005-09-09 [colin]      1.9.14cvs10
7300
7301         * src/imap.c
7302                 Add guards
7303
7304 2005-09-08 [colin]      1.9.14cvs9
7305
7306         * src/compose.c
7307                 Alert when we can't save draft
7308                 Fix various wrap/color issues
7309                 Add mid-click pasting respecting wrap_paste option
7310         * src/folder.c
7311         * src/folder.h
7312         * src/folder_item_prefs.c
7313         * src/folder_item_prefs.h
7314         * src/imap.c
7315         * src/imap_gtk.c
7316         * src/imap_gtk.h
7317         * src/main.c
7318         * src/mainwindow.c
7319         * src/mainwindow.h
7320         * src/news.c
7321         * src/news_gtk.c
7322         * src/news_gtk.h
7323         * src/prefs_folder_item.c
7324                 Fix the impossibility to synchronise folders for
7325                 offline use (IMAP and NNTP are concerned)
7326
7327 2005-09-08 [colin]      1.9.14cvs8
7328
7329         * configure.ac
7330                 Build LDAP and JPilot by default if available
7331         * src/textview.c
7332                 Fix use after free
7333
7334 2005-09-08 [paul]       1.9.14cvs7
7335
7336         * doc/manual/en/sylpheed-1.html
7337         * doc/manual/en/sylpheed-18.html
7338         * doc/manual/en/sylpheed-19.html
7339         * doc/manual/en/sylpheed-4.html
7340         * doc/manual/en/sylpheed-6.html
7341         * doc/manual/en/sylpheed.html
7342                 a few minor updates, plus include some
7343                 details about plugins and their requirements
7344         * src/mainwindow.c
7345                 minor changes to English in /View/Sort
7346
7347 2005-09-07 [colin]      1.9.14cvs6
7348
7349         * doc/manual/en/sylpheed-1.html
7350         * doc/manual/en/sylpheed-10.html
7351         * doc/manual/en/sylpheed-11.html
7352         * doc/manual/en/sylpheed-12.html
7353         * doc/manual/en/sylpheed-13.html
7354         * doc/manual/en/sylpheed-14.html
7355         * doc/manual/en/sylpheed-15.html
7356         * doc/manual/en/sylpheed-16.html
7357         * doc/manual/en/sylpheed-17.html
7358         * doc/manual/en/sylpheed-18.html
7359         * doc/manual/en/sylpheed-19.html
7360         * doc/manual/en/sylpheed-2.html
7361         * doc/manual/en/sylpheed-20.html
7362         * doc/manual/en/sylpheed-21.html
7363         * doc/manual/en/sylpheed-22.html
7364         * doc/manual/en/sylpheed-3.html
7365         * doc/manual/en/sylpheed-4.html
7366         * doc/manual/en/sylpheed-5.html
7367         * doc/manual/en/sylpheed-6.html
7368         * doc/manual/en/sylpheed-7.html
7369         * doc/manual/en/sylpheed-8.html
7370         * doc/manual/en/sylpheed-9.html
7371         * doc/manual/en/sylpheed.html
7372                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7373
7374 2005-09-07 [colin]      1.9.14cvs5
7375
7376         * src/mainwindow.c
7377                 Make labels more to-the-point
7378
7379 2005-09-07 [colin]      1.9.14cvs4
7380
7381         * doc/manual/en/sylpheed-1.html
7382         * doc/manual/en/sylpheed-12.html
7383         * doc/manual/en/sylpheed-13.html
7384         * doc/manual/en/sylpheed-14.html
7385         * doc/manual/en/sylpheed-15.html
7386         * doc/manual/en/sylpheed-16.html
7387         * doc/manual/en/sylpheed-17.html
7388         * doc/manual/en/sylpheed-18.html
7389         * doc/manual/en/sylpheed-19.html
7390         * doc/manual/en/sylpheed-2.html
7391         * doc/manual/en/sylpheed-20.html
7392         * doc/manual/en/sylpheed-21.html
7393         * doc/manual/en/sylpheed-22.html
7394         * doc/manual/en/sylpheed-4.html
7395         * doc/manual/en/sylpheed-5.html
7396         * doc/manual/en/sylpheed-6.html
7397         * doc/manual/en/sylpheed-7.html
7398         * doc/manual/en/sylpheed-8.html
7399         * doc/manual/en/sylpheed-9.html
7400         * doc/manual/en/sylpheed.html
7401                 Update manual
7402
7403 2005-09-07 [colin]      1.9.14cvs3
7404
7405         * doc/faq/en/sylpheed-faq-1.html
7406         * doc/faq/en/sylpheed-faq-2.html
7407         * doc/faq/en/sylpheed-faq-3.html
7408         * doc/faq/en/sylpheed-faq.html
7409                 Update FAQ
7410
7411 2005-09-07 [colin]      1.9.14cvs2
7412
7413         * src/folderview.c
7414         * src/procmsg.c
7415         * src/summaryview.c
7416         * src/toolbar.c
7417                 Fix special subfolders:
7418                 - Inherit parent's icon
7419                 - sent contents of queues subfolders
7420                 - empty subfolders of trashes
7421         * src/mainwindow.c
7422                 Remove outdated manual and faq entries
7423         * src/common/utils.c
7424                 Add quotes around %s coming from mailcap
7425
7426 2005-09-07 [colin]      1.9.14cvs1
7427
7428         * src/compose.c
7429                 After saving draft, set modified to FALSE
7430         * src/mimeview.c
7431         * src/common/utils.c
7432         * src/common/utils.h
7433                 Try to open mime parts using what is 
7434                 indicated in ~/.mailcap or /etc/mailcap,
7435                 if possible.
7436
7437 2005-09-05 [paul]       1.9.14
7438
7439         1.9.14 released
7440
7441         * po/sk.po
7442                 updated by Andrej Kacian
7443
7444 2005-09-05 [paul]       1.9.13cvs83
7445
7446         * po/de.po
7447         * po/es.po
7448         * po/fi.po
7449         * po/fr.po
7450         * po/nb.po
7451         * po/pt_BR.po
7452         * po/sr.po
7453                 updated translations by Thomas Gilgin, Ricardo Mones
7454                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7455                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7456
7457 2005-09-04 [paul]       1.9.13cvs82
7458
7459         * src/compose.c
7460                 only warn about exceeded line length limit
7461                 on send
7462
7463 2005-09-04 [paul]       1.9.13cvs81
7464
7465         * src/compose.c
7466                 fix crash in 'line length exceeded' dialogue
7467
7468 2005-09-02 [paul]       1.9.13cvs80
7469
7470         * src/imap.c
7471                 fix bug 795, 'Connection lost IMAP'
7472                 and add statusbar prints
7473                 Patch by Colin
7474
7475 2005-09-02 [paul]       1.9.13cvs79
7476
7477         * src/compose.c
7478                 compose_wrap_paragraph() becomes
7479                 compose_beautify_paragraph()
7480                 Patch by Colin
7481
7482 2005-09-02 [colin]      1.9.13cvs78
7483
7484         * src/folderview.c
7485                 Micro-fix
7486
7487 2005-09-01 [colin]      1.9.13cvs77
7488
7489         * src/imap.c
7490                 Maybe fix bug #795 (Connection lost IMAP)
7491                 Don't try to send logout when we're disconnected.
7492         * src/summaryview.c
7493                 Include locked and marked emails in HRM
7494                 view. Fixes bug #800 (Locked messages no longer 
7495                 show up when hide read messages is used)
7496
7497 2005-09-01 [paul]       1.9.13cvs76
7498
7499         * src/prefs_common.c
7500                 fix bad cutting
7501
7502 2005-08-31 [colin]      1.9.13cvs75
7503
7504         * src/folderview.c
7505         * src/folderview.h
7506         * src/prefs_summaries.c
7507         * src/summaryview.c
7508                 Fix "go to next new", fix preference
7509                 (Open unread/next swapped)
7510
7511 2005-08-31 [paul]       1.9.13cvs74
7512
7513         * src/compose.c
7514         * src/folderview.c
7515         * src/headerview.c
7516         * src/headerview.h
7517         * src/mainwindow.c
7518         * src/prefs_common.c
7519         * src/prefs_common.h
7520         * src/prefs_fonts.c
7521         * src/summaryview.c
7522         * src/textview.c
7523         * src/common/defs.h
7524                 remove obsolete BOLD_FONT setting
7525                 fix font update in headerview and textview
7526                 headers after prefs change
7527                 Patch By Colin
7528
7529 2005-08-31 [paul]
7530
7531         1.9.14-rc4 released
7532
7533 2005-08-30 [colin]      1.9.13cvs73
7534
7535         * src/summaryview.c
7536                 When Hide read messages is selected and we
7537                 refresh the summaryview, don't remove the 
7538                 currently displayed message. Fixes bug #797
7539                 (Summary view reloads when new mail is 
7540                 downloaded in 1.9.14 rc)
7541
7542 2005-08-30 [colin]      1.9.13cvs72
7543
7544         * src/folderview.c
7545                 Fix flickering
7546         * src/mainwindow.c
7547                 Remove useless callback
7548         * src/mimeview.c
7549         * src/gtk/filesel.c
7550         * src/gtk/filesel.h
7551                 Add a filesel_select_file_save_folder() - used by Save All
7552
7553 2005-08-29 [paul]       1.9.13cvs71
7554
7555         * AUTHORS
7556         * src/matcher_parser_parse.y
7557         * src/etpan/imap-thread.c
7558                 fix building on FreeBSD
7559                 Patch by Daniel Gustafson <daniel@hobbit.se>
7560
7561 2005-08-29 [paul]       1.9.13cvs70
7562
7563         * src/plugins/pgpinline/pgpinline.c
7564                 only initialise sig result if it's been handled
7565                 Patch by Colin
7566
7567 2005-08-29 [paul]       1.9.13cvs69
7568         
7569         Patches by Colin:
7570
7571         * src/imap.c
7572         * src/common.utils.c
7573         * src/common/utils.h
7574                 optimisation
7575         * src/stock_pixmap.h
7576                 fix wrong icon reference
7577         * src/pixmaps/trash_btn.xpm
7578                 replace with nicer image
7579
7580 2005-08-28 [colin]      1.9.13cvs68
7581
7582         * src/Makefile.am
7583         * src/stock_pixmap.c
7584         * src/stock_pixmap.h
7585         * src/toolbar.c
7586         * src/pixmaps/trash_btn.xpm
7587                 Add a specific trash xpm for the button
7588
7589 2005-08-28 [colin]      1.9.13cvs67
7590
7591         * src/imap.c
7592                 Fix leak
7593
7594 2005-08-27 [colin]      1.9.13cvs66
7595
7596         * src/imap.c
7597         * src/procmime.c
7598                 Correctly fix "Problem with replies", fixes
7599                 pgpmime encryption too. 
7600
7601 2005-08-27 [colin]      1.9.13cvs65
7602
7603         * src/folder.c
7604         * src/procmsg.c
7605         * src/procmsg.h
7606         * src/summaryview.c
7607                 Fix bug #517 (messages removed from summaryview 
7608                 when moving fails)
7609
7610 2005-08-27 [colin]      1.9.13cvs64
7611
7612         * tools/Makefile.am
7613         * tools/asus_mailled.sh
7614                 Add a script to blink ASUS laptops' mail LED where there
7615                 is unread mail.
7616
7617 2005-08-27 [colin]      1.9.13cvs63
7618
7619         * src/imap.c
7620         * src/etpan/imap-thread.c
7621         * src/etpan/imap-thread.h
7622                 Implement automatic choosing of login method
7623                 Fixes bug #791
7624         * src/gtk/.cvsignore
7625                 Add sylpheed-marshal.[ch]
7626
7627 2005-08-27 [colin]      1.9.13cvs62
7628
7629         * src/common/utils.c
7630                 Fix confusing perror
7631
7632 2005-08-27 [colin]      1.9.13cvs61
7633
7634         * src/toolbar.c
7635         * src/toolbar.h
7636                 Remove A_DELETE, replace it with 
7637                 A_TRASH and A_DELETE_REAL. Automatically
7638                 rewrite config files to replace A_DELETE
7639                 with A_TRASH (no functionality change).
7640                 Fixes half of #794
7641
7642 2005-08-26 [colin]      1.9.13cvs60
7643
7644         * src/procmime.c
7645                 Previous "Problem with replies" fix brought other
7646                 problems, fixing them
7647
7648 2005-08-26 [colin]      1.9.13cvs59
7649
7650         * src/procmime.c
7651                 Fix "Problem with replies". This happened only
7652                 on IMAP...
7653         * src/procmsg.c
7654                 Factorize code a bit
7655         * src/compose.c
7656                 Speed improvement on very long messages (wrapping)
7657                 Fix signature color on Reedit and Redirect
7658                 On Reedit, don't attach pgp-signatures parts, but
7659                 set signing to On.
7660
7661 2005-08-24 [paul]       1.9.13cvs58
7662
7663         * src/compose.c
7664                 don't claim success when clicking
7665                 Cancel on the passphrase box.
7666                 Patch by Colin
7667
7668 2005-08-24 [paul]       1.9.13cvs57
7669
7670         * src/main.c
7671                 fix misplaced sylpheed.log
7672         * src/common/defs.h
7673                 define UIDL_DIR
7674
7675 2005-08-24 [paul]       1.9.13cvs56
7676
7677         * src/imap.c
7678         * src/etpan/imap-thread.c
7679         * src/etpan/imap-thread.h
7680                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
7681                 Patch by Colin
7682         * src/gtk/sylpheed-marshal.c    ** REMOVED **
7683         * src/gtk/sylpheed-marshal.h    ** REMOVED **
7684                 remove autogenerated files
7685         * tools/kdeservicemenu/README
7686         * tools/kdeservicemenu/install.sh
7687         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7688         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7689                 use Claws icon, use 'Sylpheed-Claws' in menu,
7690                 use kdialog, and other cleanups
7691
7692 2005-08-23 [paul]       1.9.13cvs55
7693
7694         * src/compose.c
7695                 fix paste/wrap crash
7696                 Patch by Colin
7697
7698 2005-08-23 [paul]       1.9.13cvs54
7699
7700         * src/main.c
7701                 fix crash recovery
7702                 Patch by Colin
7703
7704 2005-08-23 [paul]       1.9.13cvs53
7705
7706         * src/addressbook.c
7707         * src/editaddress.c
7708                 view all data of LDAP contacts
7709                 Patch by Colin
7710
7711 2005-08-23 [paul]       1.9.13cvs52
7712
7713         * src/addressbook.c
7714                 fix issues with the Search field
7715                 Patch by Colin
7716
7717 2005-08-22 [paul]       1.9.13cvs51
7718
7719         * src/folderview.c
7720                 put name of folder in processing dialog
7721                 title
7722         * src/prefs_folder_item.c
7723                 improve english usage
7724
7725 2005-08-22 [paul]       1.9.13cvs50
7726
7727         * src/filtering.c
7728         * src/filtering.h
7729         * src/matcher.c
7730         * src/matcher_parser_lex.l
7731         * src/matcher_parser_parse.y
7732         * src/prefs_filtering.c
7733                 add Filtering/Processing rule names feature.
7734                 (the incompatible old matcherrc is saved as
7735                 matcherrc.pre_names).
7736                 Patch by Colin
7737
7738 2005-08-22 [paul]       1.9.13cvs49
7739
7740         * src/procmsg.c
7741                 fix colour labelling
7742                 Patch by Colin
7743
7744 2005-08-22 [paul]       1.9.13cvs48
7745
7746         * src/textview.c
7747                 fix open_image_cb()
7748
7749 2005-08-22 [paul]       1.9.13cvs47
7750
7751         * src/imap.c
7752                 fix bug 789, 'SC crashes with imap (CVS ver)'
7753                 Patch by Colin
7754
7755 2005-08-22 [paul]       1.9.13cvs46
7756
7757         * src/mimeview.c
7758         * src/prefs_common.c
7759         * src/common/defs.h
7760                 define reused defaults in defs.h
7761         * src/textview.c
7762                 add 'Open image' to image popup menu
7763
7764 2005-08-21 [colin]      1.9.13cvs45
7765
7766         * src/summaryview.c
7767                 Fix bug #788 (Bogus "From" address displayed)
7768
7769 2005-08-20 [colin]      1.9.13cvs44
7770
7771         * src/folder.c
7772                 Fix buf #787 (multilevel delete causes SIGSEGV)
7773
7774 2005-08-19 [colin]      1.9.13cvs43
7775
7776         * src/inc.c
7777         * src/prefs_common.c
7778         * src/prefs_common.h
7779                 Add an hidden pref to allow modifying the
7780                 update stepping in incorporation.
7781                 Patch by wwp.
7782
7783 2005-08-19 [colin]      1.9.13cvs42
7784
7785         * src/compose.c
7786         * src/procmime.c
7787                 Workaround for broken MUAs: encode 
7788                 Content-type: name: as ASCII and 
7789                 Content-Disposition: filename: as
7790                 per rfc2231
7791         * src/prefs_account.c
7792                 Fix invisible-ness of SMTP SSL prefs
7793                 in NNTP accounts
7794
7795 2005-08-19 [paul]       1.9.13cvs41
7796
7797         * src/compose.c
7798         * src/prefs_common.c
7799         * src/prefs_common.h
7800         * src/prefs_wrapping.c
7801                 paste with or without wrapping.
7802                 patch by Colin
7803
7804 2005-08-19 [paul]       1.9.13cvs40
7805
7806         * src/prefs_common.c
7807         * src/prefs_common.h
7808         * src/summaryview.c
7809                 reintroduce enable_swap_from as a
7810                 hidden pref. patch by Colin
7811         * src/quote_fmt_parse.y
7812         * src/plugins/clamav/clamav_plugin.c
7813         * src/plugins/dillo_viewer/dillo_viewer.c
7814         * src/plugins/mathml_viewer/mathml_viewer.c
7815         * src/plugins/pgpcore/sgpgme.c
7816         * src/plugins/pgpinline/pgpinline.c
7817         * src/plugins/pgpmime/pgpmime.c
7818                 tidy up. patch by Colin
7819
7820 2005-08-19 [paul]       1.9.13cvs39
7821
7822         * configure.ac
7823                 complete cvs38's sync
7824         * src/editaddress.c
7825         * src/gedit-print.c
7826         * src/mutt.c
7827         * src/etpan/etpan-log.c
7828         * src/etpan/imap-thread.c
7829         * src/gtk/gtksourceprintjob.c
7830                 fix compilation warnings
7831                 (patch by Colin)
7832
7833 2005-08-19 [paul]       1.9.13cvs38
7834
7835         sync with main:
7836
7837         * src/account.c
7838         * src/action.c
7839         * src/addrbook.c
7840         * src/addrcache.c
7841         * src/addrharvest.c
7842         * src/addrindex.c
7843         * src/codeconv.c
7844         * src/compose.c
7845         * src/crash.c
7846         * src/exporthtml.c
7847         * src/exportldif.c
7848         * src/folder.c
7849         * src/image_viewer.c
7850         * src/inc.c
7851         * src/inc.h
7852         * src/jpilot.c
7853         * src/ldif.c
7854         * src/main.c
7855         * src/matcher.c
7856         * src/mbox.c
7857         * src/messageview.c
7858         * src/mh.c
7859         * src/mimeview.c
7860         * src/msgcache.c
7861         * src/mutt.c
7862         * src/news.c
7863         * src/partial_download.c
7864         * src/pine.c
7865         * src/pop.c
7866         * src/prefs_actions.c
7867         * src/prefs_common.c
7868         * src/prefs_customheader.c
7869         * src/prefs_display_header.c
7870         * src/prefs_gtk.c
7871         * src/prefs_themes.c
7872         * src/procheader.c
7873         * src/procmime.c
7874         * src/procmsg.c
7875         * src/recv.c
7876         * src/send_message.c
7877         * src/simple-gettext.c
7878         * src/sourcewindow.c
7879         * src/textview.c
7880         * src/vcard.c
7881         * src/common/defs.h
7882         * src/common/log.c
7883         * src/common/plugin.c
7884         * src/common/prefs.c
7885         * src/common/session.c
7886         * src/common/session.h
7887         * src/common/socket.c
7888         * src/common/socket.h
7889         * src/common/ssl_certificate.c
7890         * src/common/template.c
7891         * src/common/utils.c
7892         * src/common/utils.h
7893         * src/common/xml.c
7894         * src/gtk/about.c
7895         added wrappers for C library function that
7896                 take pathname arguments.
7897                 enabled compilation with MinGW.
7898                 use GDir instead of directly using opendir().
7899                 added rename_force().
7900
7901 2005-08-19 [paul]       1.9.13cvs37
7902         
7903         patches by Colin:
7904         * src/compose.c
7905                 fix privacy settings on re-editing
7906                 a sent message
7907         * src/jpilot.c
7908                 fix encoding bug
7909         * src/folder.c
7910         * src/procmsg.c
7911         * src/procmsg.h
7912         * src/summaryview.c
7913                 flag changing optimisation
7914
7915 2005-08-18 [martin]     1.9.13cvs36
7916
7917         * commitHelper
7918             added my login
7919         * src/addrcache.c
7920         * src/addrharvest.c
7921         * src/addrindex.c
7922         * src/compose.c
7923         * src/grouplistdialog.c
7924         * src/main.c
7925         * src/mainwindow.c
7926         * src/msgcache.c
7927         * src/mutt.c
7928         * src/pine.c
7929         * src/prefs_account.c
7930         * src/prefs_themes.c
7931         * src/stock_pixmap.c
7932         * src/summaryview.c
7933         * src/gtk/about.c
7934         * src/gtk/logwindow.c
7935             removed deprecated glib and gdk stuff
7936         * src/plugins/pgpcore/select-keys.c
7937             convert attributes from locale to utf8
7938
7939 2005-08-17 [paul]       1.9.13cvs35
7940
7941         * src/account.c
7942         * src/addressbook.c
7943                 use new GTK_STOCK_ icons if available
7944         * src/summaryview.c
7945         * src/gtk/gtksctree.c
7946         * src/gtk/gtksctree.h
7947                 faster range select. patch by Colin
7948
7949 2005-08-17 [paul]       1.9.13cvs34
7950
7951         patches by colin:
7952         * src/addressbook.c
7953         * src/addressitem.h
7954                 Add an edit button for contacts, fix selections
7955                 of gtksctree items
7956         * src/editaddress.c
7957                 Change labels, let Save be always possible in the
7958                 email and user atributes tabs
7959         * src/folderview.c
7960                 fix sort issues
7961         * src/summaryview.c
7962                 select next item instead of the displayed one
7963                 after deletion
7964
7965         * src/gtk/progressdialog.c
7966                 use prefs_common.enable_rules_hint
7967
7968 2005-08-13 [hoa]        1.9.13cvs33
7969
7970         * src/etpan/imap-thread.c
7971                 fixed build on Solaris.
7972
7973 2005-08-10 [colin]      1.9.13cvs32
7974
7975         * src/procmsg.c
7976                 Fix cvs31 (missing fclose before reading
7977                 the file)
7978
7979 2005-08-10 [colin]      1.9.13cvs31
7980
7981         * src/procmsg.c
7982                 Fix procmsg_msginfo_new_from_mimeinfo() when
7983                 the MimeInfo isn't stored in memory. This fixes
7984                 replying to an attached message.
7985
7986 2005-08-10 [colin]      1.9.13cvs30
7987
7988         * src/mainwindow.c
7989                 Fix slowness in account changing
7990
7991 2005-08-10 [colin]      1.9.13cvs29
7992
7993         * src/folder.c
7994         * src/folderutils.c
7995         * src/folderview.c
7996         * src/imap_gtk.c
7997         * src/mainwindow.c
7998         * src/mh_gtk.c
7999         * src/procmsg.c
8000         * src/summaryview.c
8001                 Optimize folder_has_parent_of_type
8002                 Prevent moving special sub-folders from contextual menus
8003                 Rework message a bit ("Empty all messages" -> "Delete all
8004                 messages")
8005                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8006                 and "Deleted Items" folders)
8007
8008 2005-08-08 [colin]      1.9.13cvs28
8009
8010         * src/summaryview.c
8011         * src/prefs_summaries.c
8012                 Make "Select first unread|new" more flexible
8013                 (just prioritize new or unread)
8014
8015 2005-08-08 [colin]      1.9.13cvs27
8016
8017         * src/summaryview.c
8018                 If "select first new" is selected and there only
8019                 are unread messages, fallback to "select first
8020                 unread".
8021
8022 2005-08-08 [colin]      1.9.13cvs26
8023
8024         * src/folder.c
8025                 Fix shameful bugs (and bug #779)
8026
8027 2005-08-08 [colin]      1.9.13cvs25
8028
8029         * src/folder.c
8030         * src/folder.h
8031                 Cache parents' type to make folder_has_parent_of_type
8032                 faster
8033         * src/folderview.c
8034                 Forbid DnD of special sub-folders
8035         * src/procmsg.c
8036         * src/procmsg.h
8037                 Add MAIL_POSTFILTERING_HOOK
8038         * src/summaryview.c
8039                 Revert over-zealous deletion of the use_addr_book 
8040                 code
8041
8042 2005-08-07 [colin]      1.9.13cvs24
8043
8044         * src/folder.c
8045                 Fix big mistake (passing MsgInfo instead 
8046                 of FolderItem)
8047
8048 2005-08-07 [colin]      1.9.13cvs23
8049
8050         * src/compose.c
8051         * src/folder.c
8052         * src/folder.h
8053         * src/foldersel.c
8054         * src/folderutils.c
8055         * src/folderview.c
8056         * src/imap.c
8057         * src/mainwindow.c
8058         * src/messageview.c
8059         * src/mh.c
8060         * src/msgcache.c
8061         * src/procmime.c
8062         * src/summaryview.c
8063                 Make subfolders of Drafts, Queue, Outbox, Trash
8064                 work like their parents. 
8065                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8066
8067 2005-08-07 [colin]      1.9.13cvs22
8068
8069         * src/addressbook.c
8070                 Fix bug #771 (Dragged contacts not saved)
8071
8072 2005-08-07 [paul]       1.9.13cvs21
8073
8074         * src/summaryview.c
8075                 fix bug 32 'Search Doesn't display results
8076                 if "Hide Read Messages" is chosen'
8077                 be more literal in interpreting 'Hide read
8078                 messages'
8079
8080 2005-08-07 [colin]      1.9.13cvs20
8081
8082         * src/folderview.c
8083                 Add debug
8084         * src/summaryview.c
8085                 Faster 'unthread_for_execution'
8086
8087 2005-08-06 [paul]       1.9.13cvs19
8088
8089         * src/mainwindow.c
8090                 add mnemonics to Set displayed columns
8091                 fix bug where msgview_visible option was
8092                 overwritten as TRUE on startup
8093
8094 2005-08-06 [paul]       1.9.13cvs18
8095
8096         * src/mainwindow.c
8097                 refer to 'displayed columns in folder/message
8098                 list' not 'displayed items in summary/message view'
8099         * src/prefs_display_header.c
8100                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8101                 be consistent with similar dialogues
8102         * src/prefs_folder_column.c
8103         * src/prefs_summary_column.c
8104                 'columns' not 'items', and folder and message lists,
8105                 instead of folder and summary views;
8106                 Use 'Hidden columns' as list heading not 'Available
8107                 items';
8108                 move the 'Remove' button to the right hand side;
8109                 top-align the buttons;
8110                 remove unneeded vbox
8111         * src/prefs_summaries.c
8112                 put the 2 column prefs buttons in a frame to reduce
8113                 overall width; refer to columns not items &c.
8114
8115 2005-08-05 [colin]      1.9.13cvs17
8116
8117         * src/prefs_common.c
8118         * src/prefs_common.h
8119         * src/mainwindow.c
8120         * src/compose.c
8121         * src/messageview.c
8122                 Add an hidden toolbar_detachable pref, so
8123                 that I can get rid of these painful handles
8124                 in the toolbars. Defaults to TRUE to avoid
8125                 changing the GUI on unsuspecting people...
8126
8127 2005-08-05 [colin]      1.9.13cvs16
8128
8129         * src/Makefile.am
8130         * src/prefs_folder_column.c
8131         * src/prefs_folder_column.h
8132                 Add prefs for folder columns
8133         * src/folderview.c
8134         * src/folderview.h
8135         * src/mainwindow.c
8136         * src/mainwindow.h
8137         * src/prefs_common.c
8138         * src/prefs_common.h
8139         * src/prefs_summaries.c
8140                 Use them
8141         * src/prefs_summary_column.c
8142         * src/summaryview.c
8143         * src/summaryview.h
8144                 Add a To column
8145         * src/textview.c
8146         * src/common/utils.c
8147         * src/common/utils.h
8148                 Move uri colourisation functions
8149                 to utils
8150         * src/compose.c
8151                 Colourise URIs
8152         * src/imap.c
8153                 Fix bug with LIST where we'd try
8154                 to get Folder//////[...]/// 
8155
8156 2005-08-05 [paul]       1.9.13cvs15
8157
8158         * src/prefs_summaries.c
8159                 improve the English usage
8160         * src/summaryview.c
8161                 set font on column change
8162                 thanks to Colin
8163
8164 2005-08-05 [paul]       1.9.13cvs14
8165
8166         * src/prefs_common.c
8167         * src/prefs_common.h
8168         * src/prefs_summaries.c
8169         * src/summaryview.c
8170                 replace 'open_unread_on_enter' option with
8171                 'select_on_entry' option. opening/not opening
8172                 is now exclusively controlled by 'always_show_msg'
8173
8174 2005-08-04 [colin]      1.9.13cvs13
8175
8176         * src/compose.c
8177                 Remove dead code
8178                 Add colourisation of quotes and signatures
8179         * src/folderview.c
8180                 Fix possible crashes
8181         * src/messageview.c
8182                 Change an assert that is no problem
8183         * src/news.c
8184         * src/news_gtk.c
8185         * src/news_gtk.h
8186                 Fix offline mode
8187         * src/gtk/quicksearch.c
8188                 Fix a possible crash
8189
8190 2005-08-03 [colin]      1.9.13cvs12
8191
8192         * src/prefs_account.c
8193                 Fix bug #777 (Sylpheed crash in account configuration)
8194
8195 2005-08-03 [colin]      1.9.13cvs11
8196
8197         * src/addressbook.c
8198         * src/editaddress.c
8199         * src/editgroup.c
8200                 Fixing addressbook, round 2
8201         * src/textview.c
8202                 Fix emphasis color on rechecking 'Colorize messages'
8203
8204 2005-08-03 [paul]       1.9.13cvs10
8205
8206         sync with main
8207
8208         * src/addr_compl.c
8209         * src/compose.c
8210         * src/main.c
8211         * src/pop.c
8212         * src/prefs_account.c
8213         * src/procmime.c
8214         * src/procmsg.c
8215         * src/quote_fmt_parse.y
8216         * src/textview.c
8217         * src/common/quoted-printable.c
8218         * src/common/utils.c
8219         * src/common/utils.h
8220         * src/common/xml.c
8221                 replaced incorrect locale-independent
8222                 ctype functions with GLib's. Corrected
8223                 signedness mismatch.
8224         * src/headerview.c
8225                 headerview_create(): added spacing for vbox.
8226         * src/gtk/about.c
8227                 set focus to the OK button.
8228
8229 2005-08-03 [colin]      1.9.13cvs9
8230
8231         * src/folderview.c
8232                 Fix possible crash
8233
8234 2005-08-02 [colin]      1.9.13cvs8
8235
8236         * src/mainwindow.c
8237                 Fix cast
8238         * src/addressbook.c
8239         * src/addressitem.h
8240                 Fix a cast and more generally, try to make the
8241                 GUI more intuitive and consistent (round 1)
8242
8243 2005-08-02 [paul]       1.9.13cvs7
8244
8245         * src/folder.h
8246                 missing in 1.9.13cvs6
8247
8248 2005-08-02 [colin]      1.9.13cvs6
8249
8250         * src/folder.c
8251                 Fix one more leak
8252
8253 2005-08-02 [colin]      1.9.13cvs5
8254
8255         * src/folder.c
8256         * src/folderview.c
8257         * src/imap.c
8258         * src/main.c
8259         * src/mbox.c
8260         * src/procmsg.c
8261         * src/summaryview.c
8262                 Fix a number of folder_item_get_msg_list()-related
8263                 leaks (missing procmsg_msginfo_free()s)
8264
8265 2005-08-01 [colin]      1.9.13cvs4
8266
8267         * src/folderview.c
8268         * src/folderview.h
8269         * src/mainwindow.c
8270         * src/prefs_fonts.c
8271         * src/prefs_summaries.c
8272         * src/prefs_themes.c
8273         * src/summaryview.c
8274         * src/summaryview.h
8275         * src/textview.c
8276         * src/textview.h
8277                 Fix instant-apply of summary and folderview-related prefs
8278                 Fix erroneous g_free and alertpanels in prefs_theme
8279                 Add instant-apply for fonts
8280                 Defer applying of prefs a little bit so it's done only
8281                 once even if requested by multiples prefs pages
8282
8283 2005-08-01 [paul]       1.9.13cvs3
8284
8285         * src/main.c
8286                 fix bug 776 'S.C. crashes on close'
8287                 thanks to Colin
8288         * src/etpan/etpan-thread-manager-types.h
8289                 add missing include
8290                 thanks to Hoa
8291
8292 2005-07-25 [paul]       1.9.13cvs2
8293
8294         * src/summaryview.c
8295                 fix typos. spotted by Fabien Vantard
8296
8297 2005-07-24 [paul]       1.9.13cvs1
8298
8299         * doc/man/sylpheed.1
8300                 update man page, incorporating fix of
8301                 bug 769 'Typo in manpage'
8302         * src/etpan/imap-thread.c
8303                 fix NetBSD openssl dependencies. patch by
8304                 George Michaelson <ggm@apnic.net>
8305         * po/pt_BR.po
8306                 updated by Frederico Goncalves Guimaraes
8307
8308 2005-07-22 [paul]       1.9.13
8309
8310         1.9.13 release
8311
8312 2005-07-22 [paul]       1.9.12cvs91
8313
8314         * AUTHORS
8315         * INSTALL
8316         * README.claws
8317         * RELEASE_NOTES.claws
8318                 updated for release
8319         * configure.ac
8320         * po/nb.po
8321         * tools/claws.i18n.status.pl
8322                 add Norwegian translation. submiited by
8323                 Geir Helland <pjallabais@users.sourceforge.net>
8324         * po/ca.po
8325         * po/de.po
8326         * po/es.po
8327         * po/fi.po
8328         * po/fr.po
8329         * po/it.po
8330         * po/sk.po
8331         * po/sr.po
8332         * po/zh_CN.po
8333                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8334                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8335                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8336                 Yang Guilong
8337         * src/plugins/clamav/clamav_plugin_gtk.c
8338         * src/plugins/spamassassin/spamassassin_gtk.c
8339                 replace outdated description strings
8340
8341 2005-07-21 [colin]      1.9.12cvs90
8342
8343         * src/folder.c
8344                 Set folder to batch mode when scanning it. Makes deletion
8345                 of unread mails on IMAP much faster (due to the UNREAD 
8346                 flag unsetting)
8347
8348 2005-07-21 [darko]      1.9.12cvs89
8349
8350         * configure.ac
8351                 link against libresolv if necessary (patch by Paul)
8352         * src/msgcache.c
8353                 use glib's portable macros to determine endianness
8354
8355 2005-07-21 [paul]       1.9.12cvs88
8356
8357         * src/crash.c
8358         * src/gtk/about.c
8359                 update compiled-in features list
8360
8361 2005-07-20 [colin]      1.9.12cvs87
8362
8363         * src/folder.c
8364         * src/textview.c
8365                 Gcc 2.9x compilation fixes, thanks to Darko
8366         * src/plugins/clamav/clamav_plugin.c
8367                 Little optimisation: load virus database only once
8368         * src/plugins/spamassassin/spamassassin.c
8369                 Big optimisation: filtering one mail took at least 1 second,
8370                 now it takes at least 50ms. Doesn't speed up spamassassin 
8371                 itself, but should already be much more tolerable.
8372
8373 2005-07-20 [colin]      1.9.12cvs86
8374
8375         * src/summaryview.c
8376                 Fix performance issue
8377
8378 2005-07-19 [colin]      1.9.12cvs85
8379
8380         * src/plugins/pgpinline/plugin.c
8381                 Fix warning
8382
8383 2005-07-19 [colin]      1.9.12cvs84
8384
8385         * configure.ac
8386         * src/plugins/Makefile.am
8387         * src/plugins/pgpinline/.cvsignore
8388         * src/plugins/pgpinline/Makefile.am
8389         * src/plugins/pgpinline/pgpinline.c
8390         * src/plugins/pgpinline/pgpinline.deps
8391         * src/plugins/pgpinline/pgpinline.h
8392         * src/plugins/pgpinline/plugin.c
8393                 Put pgpinline in the main tree
8394
8395 2005-07-19 [paul]       1.9.12cvs83
8396
8397         * src/prefs_actions.c
8398                 prevent '//' in menu names, which cause a crash
8399                 thanks to Colin
8400
8401 2005-07-19 [paul]       1.9.12cvs82
8402
8403         * configure.ac
8404                 be generally more informative in configure output.
8405                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8406                 '[ --disable-openssl ...', as --enable-openssl is default
8407                 PGP/MIME: don't check for GPGME again, check for
8408                 pgpcore instead. Therefore prevent the possibility of
8409                 attempting to build pgpmime if pgpcore dependencies are
8410                 not met
8411                 ClamAV: use pkgconfig to check for lib
8412                 libgnomeprint: revert logic on inner test to match
8413                 everything else
8414         * src/plugins/pgpcore/sgpgme.c
8415                 add missing include
8416
8417 2005-07-19 [colin]      1.9.12cvs81
8418
8419         * src/summaryview.c
8420                 Fix slow thread rebuilding in particular
8421                 cases
8422
8423 2005-07-19 [paul]       1.9.12cvs80
8424
8425         * sylpheed-claws.desktop
8426                 fix typo, spotted by Stephan Sachse
8427         * src/account.c
8428                 replace GTK_STOCK_ADD with
8429                 GTK_STOCK_NEW button
8430
8431 2005-07-18 [colin]      1.9.12cvs79
8432
8433         * src/etpan/imap-thread.c
8434                 Fix return value (Thanks Hoa)
8435
8436 2005-07-18 [colin]      1.9.12cvs78
8437
8438         * src/imap.c
8439                 Allow empty passwords
8440                 Create drafts/queue/outbox if necessary
8441         * src/summaryview.c
8442                 Remove old code
8443         * src/etpan/imap-thread.c
8444                 Fix STARTTLS (Thanks to Hoa)
8445
8446 2005-07-18 [paul]       1.9.12cvs77
8447
8448         * ChangeLog-gtk2.jp
8449         * ChangeLog.jp
8450                 removed
8451         * Makefile.am
8452                 updated to reflect additions and removals
8453         * TODO
8454                 updated to be claws-specific
8455         * TODO-gtk2
8456         * TODO-gtk2.jp
8457         * TODO.jp
8458         * sylpheed-128x128.png
8459         * sylpheed-64x64.png
8460                 removed
8461         * sylpheed-claws-128x128.png
8462         * sylpheed-claws-64x64.png
8463         * sylpheed-claws.desktop
8464         * sylpheed-claws.png
8465                 added
8466         * sylpheed.desktop
8467         * sylpheed.png
8468                 removed
8469
8470 2005-07-17 [paul]       1.9.12cvs76
8471
8472         * src/account.c
8473         * src/addressbook.c
8474         * src/alertpanel.c
8475         * src/alertpanel.h
8476         * src/compose.c
8477         * src/exphtmldlg.c
8478         * src/expldifdlg.c
8479         * src/folderview.c
8480         * src/imap_gtk.c
8481         * src/inc.c
8482         * src/message_search.c
8483         * src/messageview.c
8484         * src/mh_gtk.c
8485         * src/news_gtk.c
8486         * src/prefs_actions.c
8487         * src/prefs_filtering.c
8488         * src/prefs_matcher.c
8489         * src/prefs_template.c
8490         * src/prefs_themes.c
8491         * src/ssl_manager.c
8492         * src/summary_search.c
8493         * src/textview.c
8494         * src/toolbar.c
8495         * src/gtk/sslcertwindow.c
8496         * src/plugins/pgpcore/sgpgme.c
8497                 rework alertpanels
8498
8499 2005-07-17 [colin]      1.9.12cvs75
8500
8501         * src/privacy.c
8502                 add a PrivacySystem accessor that checks that
8503                 the system cached in a MimeInfo's privacydata
8504                 is still registered. Use this accessor instead
8505                 of directly using data->system. Fixes crashes
8506                 after unloading pgp plugins.
8507
8508 2005-07-17 [colin]      1.9.12cvs74
8509
8510         * src/alertpanel.c
8511                 Change geometry hints to a simple default size.
8512                 Fixes the certs dialogs.
8513
8514 2005-07-17 [colin]      1.9.12cvs73
8515
8516         * src/gtk/sslcertwindow.c
8517                 Use a gtkExpander
8518
8519 2005-07-17 [colin]      1.9.12cvs72
8520
8521         * src/plugins/pgpcore/Makefile.am
8522         * src/plugins/pgpmime/Makefile.am
8523                 Add gpgme libs
8524
8525 2005-07-17 [paul]       1.9.12cvs71
8526
8527         * configure.ac
8528                 add --disable-gnomeprint option
8529                 modified version of patch by Marius Mauch
8530
8531 2005-07-17 [paul]       1.9.12cvs70
8532
8533         * src/common/defs.h
8534                 update urls
8535         * src/account.c
8536         * src/action.c
8537         * src/addressbook.c
8538         * src/compose.c
8539         * src/foldersel.c
8540         * src/folderview.c
8541         * src/html.c
8542         * src/imap_gtk.c
8543         * src/main.c
8544         * src/mainwindow.c
8545         * src/messageview.c
8546         * src/mh_gtk.c
8547         * src/mimeview.c
8548         * src/news_gtk.c
8549         * src/prefs_account.c
8550         * src/prefs_send.c
8551         * src/prefs_summaries.c
8552         * src/procmsg.c
8553         * src/summaryview.c
8554         * src/common/utils.c
8555         * src/common/xml.c
8556         * src/plugins/pgpcore/passphrase.c
8557         * src/plugins/pgpcore/select-keys.c
8558                 replace inappropriately used backticks
8559                 with single quotes
8560
8561 2005-07-16 [colin]      1.9.12cvs69
8562
8563         * src/image_viewer.c
8564                 Add extra paranoid checks
8565
8566 2005-07-16 [colin]      1.9.12cvs68
8567
8568         * src/plugins/pgpcore/prefs_gpg.c
8569                 Don't auto-check sigs by default, as it
8570                 can be really slow.
8571
8572 2005-07-16 [colin]      1.9.12cvs67
8573
8574         * src/plugins/pgpcore/sgpgme.c
8575                 Make messages a bit better.
8576
8577 2005-07-16 [colin]      1.9.12cvs66
8578
8579         * src/imap.c
8580                 Remove pseudo-log
8581         * src/etpan/imap-thread.c
8582                 Add real log
8583
8584 2005-07-16 [colin]      1.9.12cvs65
8585
8586         * src/main.c
8587         * src/prefs_other.c
8588                 And now, fix build with libetpan :-/
8589
8590 2005-07-15 [colin]      1.9.12cvs64
8591
8592         * src/prefs_other.c
8593                 Continue fixing build without libetpan.
8594
8595 2005-07-15 [colin]      1.9.12cvs63
8596
8597         * src/main.c
8598                 Fix build with --disable-libetpan
8599
8600 2005-07-15 [colin]      1.9.12cvs62
8601
8602         * configure.ac
8603                 Bump libetpan's version
8604
8605 2005-07-15 [colin]      1.9.12cvs61
8606
8607         * src/etpan/imap-thread.c
8608                 Actually stop logging :)
8609
8610 2005-07-15 [colin]      1.9.12cvs60
8611
8612         * src/addressbook.c
8613                 Fix dnd of multiple addresses.
8614
8615 2005-07-15 [hoa]        1.9.12cvs59
8616
8617         * src/etpan/imap-thread.c
8618             disable login of IMAP password in libetpan log file.
8619
8620 2005-07-15 [paul]       1.9.12cvs58
8621
8622         * src/account.c
8623                 don't automatically sort
8624                 do allow drag n drop
8625
8626 2005-07-15 [paul]       1.9.12cvs57
8627
8628         * src/account.c
8629         * src/ssl_manager.c
8630                 alphabetical listing
8631
8632 2005-07-15 [paul]       1.9.12cvs56
8633
8634         * src/gtk/pluginwindow.c
8635                 sort plugin list alphabetically
8636
8637 2005-07-15 [paul]       1.9.12cvs55
8638
8639         * src/prefs_spelling.c
8640         * src/prefs_wrapping.c
8641                 unify English usage
8642
8643 2005-07-15 [colin]      1.9.12cvs54
8644
8645         * src/wizard.c
8646                 Typo fix
8647
8648 2005-07-15 [paul]       1.9.12cvs53
8649
8650         * src/prefs_message.c
8651                 make 'show cursor' a hidden option
8652
8653 2005-07-14 [colin]      1.9.12cvs52
8654
8655         * src/plugins/spamassassin/Makefile.am
8656         * src/plugins/clamav/Makefile.am
8657                 Fix double EXTRA_DISTs
8658
8659 2005-07-14 [colin]      1.9.12cvs51
8660
8661         * src/plugins/clamav/Makefile.am
8662         * src/plugins/clamav/clamav_plugin_gtk.deps
8663         * src/plugins/spamassassin/Makefile.am
8664         * src/plugins/spamassassin/spamassassin_gtk.deps
8665                 Make $plugin_gtk depend on $plugin
8666
8667 2005-07-14 [hoa]        1.9.12cvs50
8668
8669         * src/etpan/imap-thread.c
8670                 enable debug log of libetpan when running with --debug
8671
8672 2005-07-14 [colin]      1.9.12cvs49
8673
8674         * configure.ac
8675         * src/common/Makefile.am
8676         * src/common/plugin.c
8677         * src/common/plugin.h
8678                 Add a little plugin dependancy system.
8679                 Plugins can ship a $plugin_name.deps file
8680                 (near them in PLUGINDIR) so that their
8681                 dependancies are loaded if possible.
8682         * src/plugins/Makefile.am
8683         * src/plugins/pgpcore/Makefile.am
8684         * src/plugins/pgpcore/passphrase.c
8685         * src/plugins/pgpcore/passphrase.h
8686         * src/plugins/pgpcore/plugin.c
8687         * src/plugins/pgpcore/prefs_gpg.c
8688         * src/plugins/pgpcore/prefs_gpg.h
8689         * src/plugins/pgpcore/select-keys.c
8690         * src/plugins/pgpcore/select-keys.h
8691         * src/plugins/pgpcore/sgpgme.c
8692         * src/plugins/pgpcore/sgpgme.h
8693                 Introduce pgpcore, used by pgpmime and
8694                 pgpinline
8695         * src/plugins/pgpmime/Makefile.am
8696         * src/plugins/pgpmime/passphrase.c
8697         * src/plugins/pgpmime/passphrase.h
8698         * src/plugins/pgpmime/pgpmime.c
8699         * src/plugins/pgpmime/pgpmime.deps
8700         * src/plugins/pgpmime/plugin.c
8701         * src/plugins/pgpmime/prefs_gpg.c
8702         * src/plugins/pgpmime/prefs_gpg.h
8703         * src/plugins/pgpmime/select-keys.c
8704         * src/plugins/pgpmime/select-keys.h
8705         * src/plugins/pgpmime/sgpgme.c
8706         * src/plugins/pgpmime/sgpgme.h
8707                 Remove the core from pgpmime and add the
8708                 dependancy to pgpcore.
8709
8710 2005-07-14 [paul]       1.9.12cvs48
8711
8712         * src/stock_pixmap.c
8713                 forgot this in last commit
8714
8715 2005-07-14 [paul]       1.9.12cvs47
8716
8717         * src/account.c
8718         * src/addressbook.c
8719                 add accelerators for the buttons (sync with main)
8720         * src/compose.c
8721         * src/compose.h
8722                 add accelerators for the buttons.
8723                 fix editing with external editor.
8724                 replace gdk_input_*() with GIOChannel;
8725                 (sync with main)
8726         * src/foldersel.c
8727                 display folder names with new/unread
8728                 representation (sync with main)
8729         * src/main.c
8730                 specify default window icon (sync with main)
8731         * src/prefs_common.c
8732                 use_addr_book default to FALSE
8733         * src/summaryview.c
8734         * src/textview.c
8735                 add accelerators for the buttons (sync with main)
8736         * src/gtk/menu.c
8737                 fix typos
8738         * src/pixmaps/sylpheed_icon.xpm
8739                 updated
8740
8741 2005-07-13 [paul]       1.9.12cvs46
8742
8743         * src/plugins/pgpmime/pgpmime.c
8744         * src/plugins/pgpmime/sgpgme.c
8745                 (temporarily) use deprecated gpgme_data_rewind()
8746                 while largefile support is not present
8747                 (as suggested by Colin)
8748
8749 2005-07-13 [paul]       1.9.12cvs45
8750
8751         * configure.ac
8752                 remove large file support (for now):
8753                 it breaks too many things
8754
8755 2005-07-13 [paul]       1.9.12cvs44
8756
8757         * configure.ac
8758                 add large file support
8759         * src/html.c
8760                 fix bug #763 where href attribute was not
8761                 the very first attribute of a link
8762                 patch by Thomas Gilgin
8763
8764 2005-07-13 [colin]      1.9.12cvs43
8765
8766         * src/gtk/pluginwindow.c
8767                 Little portability fix
8768
8769 2005-07-13 [colin]      1.9.12cvs42
8770
8771         * src/plugins/pgpmime/sgpgme.c
8772                 Fix crasher.
8773
8774 2005-07-13 [colin]      1.9.12cvs41
8775
8776         * src/plugins/pgpmime/pgpmime.c
8777         * src/plugins/pgpmime/sgpgme.c
8778                 Use gpgme_data_release_and_get_mem instead
8779                 of gpgme_data_read.
8780
8781 2005-07-13 [colin]      1.9.12cvs40
8782
8783         * configure.ac
8784         * src/plugins/pgpmime/passphrase.c
8785         * src/plugins/pgpmime/passphrase.h
8786         * src/plugins/pgpmime/pgpmime.c
8787         * src/plugins/pgpmime/plugin.c
8788         * src/plugins/pgpmime/select-keys.c
8789         * src/plugins/pgpmime/select-keys.h
8790         * src/plugins/pgpmime/sgpgme.c
8791         * src/plugins/pgpmime/sgpgme.h
8792                 Port pgpmime to gpgme-1.0.
8793
8794 2005-07-12 [paul]       1.9.12cvs39
8795
8796         * AUTHORS
8797         * src/toolbar.c
8798         * src/toolbar.h
8799                 add a 'Go to Prev' button to the toolbar.
8800                 correct tooltip text of go to buttons.
8801                 based on patch by Yang Guilong <bamanzi@gmail.com>
8802
8803 2005-07-12 [colin]      1.9.12cvs38
8804
8805         * src/statusbar.c
8806                 Fix progress bar showing stuff at startup.
8807
8808 2005-07-12 [paul]       1.9.12cvs37
8809
8810         * src/editjpilot.c
8811                 fix building with jpilot support
8812
8813 2005-07-11 [colin]      1.9.12cvs36
8814
8815         * src/inc.c
8816                 Add visual indication that filtering is running
8817         * src/textview.c
8818                 Make {}[] uri delimiters
8819         * src/summaryview.c
8820                 Remove useless (and slow) calls
8821
8822 2005-07-11 [paul]       1.9.12cvs35
8823
8824         * src/plugins/clamav/clamav_plugin_gtk.c
8825         * src/plugins/dillo_viewer/dillo_prefs.c
8826         * src/plugins/pgpmime/prefs_gpg.c
8827         * src/plugins/spamassassin/spamassassin_gtk.c
8828                 gather plugins prefs together under their
8829                 own 'Plugins' heading
8830
8831 2005-07-11 [paul]       1.9.12cvs34
8832
8833         sync with main
8834
8835         * src/account.c
8836                 account_delete(): modified alert dialog
8837         * src/editjpilot.c
8838         * src/editvcard.c
8839                 fixed a crash when cancelling file selection
8840                 dialog by Escape key. Made non-ascii filename
8841                 selectable.
8842         * src/prefs_template.c
8843                 prefs_template_window_create(): make scrolled
8844                 window policy AUTOMATIC
8845
8846 2005-07-10 [hoa]        1.9.12cvs33
8847
8848         * src/etpan/imap-thread.c
8849                 workaround for old Courier IMAP servers.
8850
8851 2005-07-10 [colin]      1.9.12cvs32
8852
8853         * src/folder.c
8854         * src/statusbar.c
8855         * src/statusbar.h
8856                 Add visual progress indicator on filtering/processing
8857                 Factorize the progress bar code
8858         * src/imap.c
8859         * src/imap.h
8860         * src/etpan/imap-thread.c
8861                 Add a reference counter to avoid destroying the Folder
8862                 while it's in use by another callback.
8863
8864 2005-07-09 [hoa]        1.9.12cvs31
8865
8866         * src/imap.c
8867         * src/etpan/imap-thread.c
8868                 fixed deadlock when removing IMAP account.
8869
8870 2005-07-08 [colin]      1.9.12cvs30
8871
8872         * src/textview.c
8873         * src/unmime.c
8874                 Fix again problems decoding broken headers
8875         * src/gtk/inputdialog.c
8876                 Fix local variable shadowing a global one
8877
8878 2005-07-08 [colin]      1.9.12cvs29
8879
8880         * src/msgcache.c
8881                 Make the cache/mark files platform-agnostic by writing
8882                 them in little-endian format. Reading them is also done
8883                 in little-endian format, of course; however, in order
8884                 to avoid trashing mark data on big-endian machines, the
8885                 files are, at first, read from the native format if the
8886                 little-endian one doesn't exist. This is easy to deter-
8887                 mine by trying to open a file with a swapped data_ver
8888                 and seeing if it's the wanted version.
8889                 Little-endian using users should see absolutely no
8890                 difference, Big-endian users may get a very little
8891                 performance drop due to byte-swapping.
8892                 Tested on i386 and ppc32. 
8893                 Fixes bug #159 (The index file, in the mailboxes, is 
8894                 hardware depending).
8895
8896                 To have the cache/mark files updated to the new little-
8897                 endian format, "Check for new messages" or even
8898                 "Rebuild folder tree" aren't enough. Files will be
8899                 updated as soon as a folder has been opened/closed.
8900                 To update everything, just select all folders by
8901                 selecting them one by one.
8902
8903 2005-07-07 [colin]      1.9.12cvs28
8904
8905         * src/imap.c
8906                 Remember the folder separator per IMAPFolder
8907                 instead of globally.
8908                 Revive the Session on noop; fixes bug #761
8909                 (mark a bunch of unread messages as read takes 
8910                 forever)
8911
8912 2005-07-07 [darko]      1.9.12cvs27
8913
8914         * src/common/template.c
8915                 Sort templates alphabetically
8916
8917 2005-07-06 [colin]      1.9.12cvs26
8918
8919         * src/imap.c
8920                 Try to use the correct separator in
8921                 most cases. Possibly fixes bug #759
8922                 (only creates the INBOX folder when 
8923                 setting up new IMAP account) and 
8924                 bug #760 (Can't retrieve messages)
8925
8926 2005-07-06 [colin]      1.9.12cvs25
8927
8928         * src/imap.c
8929                 Use real_path in status command. This will
8930                 help later, when namespaces will be used.
8931
8932 2005-07-06 [colin]      1.9.12cvs24
8933
8934         * configure.ac
8935         * src/account.c
8936         * src/folder.c
8937         * src/imap.c
8938         * src/etpan/etpan-log.c
8939         * src/etpan/etpan-thread-manager.c
8940         * src/etpan/imap-thread.c
8941                 Add a --disable-libetpan parameter. With this,
8942                 users that don't want IMAP4 support can avoid
8943                 the new dependancy (and have no IMAP support).
8944                 Users that have IMAP4 accounts and use this
8945                 parameter won't lose their configuration, their
8946                 IMAP accounts will just be invisible and not
8947                 used.
8948         * src/textview.c
8949                 Make the "Copy ..." contextual menu items 
8950                 copy to both the X clipboard and the gtk 
8951                 clipboard - as most other apps do.
8952         * src/gtk/about.c
8953                 Add a notice about OpenSSL usage, in order to
8954                 comply with OpenSSL's license (point 6):
8955                 http://www.openssl.org/source/license.html
8956
8957 2005-07-06 [colin]      1.9.12cvs23
8958
8959         * src/alertpanel.c
8960                 Fix a minimum size for alertpanels
8961         * src/compose.c
8962                 Show 'No space left on device' type errors
8963                 when queuing/sending
8964         * src/imap_gtk.c
8965         * src/mh_gtk.c
8966                 Rework folder's deletion message (remove 
8967                 extra \n)
8968
8969 2005-07-05 [colin]      1.9.12cvs22
8970
8971         * src/imap.c
8972                 Add an alertpanel on auth error
8973                 Add pseudo-log
8974                 Remove pthread-related stuff
8975
8976 2005-07-05 [colin]      1.9.12cvs21
8977
8978         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8979                 Fix crash on plugin reloading (with a hack)
8980
8981 2005-07-05 [colin]      1.9.12cvs20
8982
8983         * src/prefs_account.c
8984         * src/prefs_account.h
8985                 Fix typo
8986         * src/gtk/filesel.c
8987         * src/gtk/filesel.h
8988                 Add a way to filter the view
8989         * src/gtk/pluginwindow.c
8990                 Filter loadable stuff
8991         * src/plugins/pgpmime/prefs_gpg.c
8992                 Fix missing unregistration
8993         * .cvsignore
8994         * src/etpan/.cvsignore
8995         * src/plugins/spamassassin/.cvsignore
8996                 Add more stuff to cvs ignored files
8997
8998 2005-07-04 [colin]      1.9.12cvs19
8999
9000         * src/imap.c
9001                 Fix scan_required returning FALSE when it
9002                 shouldn't. Maybe fix #760 (Can't retrieve
9003                 messages)
9004
9005 2005-07-04 [colin]      1.9.12cvs18
9006
9007         * src/summaryview.c
9008                 Fix always_show_msg pref
9009
9010 2005-07-04 [paul]       1.9.12cvs17
9011
9012         sync with main (forgotten in last commit)
9013         
9014         * src/common/utils.c
9015         * src/common/utils.h
9016                 check_line_length(): new.
9017                 is_dir_exist()
9018                 is_file_entry_exist()
9019                 dirent_is_regular_file()
9020                 dirent_is_directory(): use g_file_test() instead of stat().
9021
9022 2005-07-04 [paul]       1.9.12cvs16
9023
9024         sync with main:
9025
9026         * src/compose.c
9027                 compose_write_to_file(): check for line
9028                 length limit and display warning if exceeds
9029         * src/jpilot.c
9030                 use get_home_dir() instead of g_get_home_dir()
9031         * src/procheader.c
9032                 removed warning about invalid date
9033         * src/vcard.c
9034                 use get_home_dir() instead of g_get_home_dir()
9035
9036 2005-07-04 [paul]       1.9.12cvs15
9037
9038         * src/stock_pixmap.c
9039                 fix new pixmap naming errors
9040                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9041
9042 2005-07-04 [colin]      1.9.12cvs14
9043
9044         * src/imap.c
9045                 Fix debugging string with a warning
9046
9047 2005-07-04 [colin]      1.9.12cvs13
9048
9049         * configure.ac
9050                 Add a check for libetpan's version (>= 0.37)
9051
9052 2005-07-04 [hoa]        1.9.12cvs12
9053
9054         * commitHelper
9055         * src/imap.c
9056         * src/etpan/imap-thread.c
9057         * src/etpan/imap-thread.h
9058                 fixed IMAP implementation of check of mails.
9059
9060 2005-07-03 [hoa]        1.9.12cvs11
9061
9062         * src/etpan/Makefile.am
9063         * src/etpan/etpan-errors.h
9064         * src/etpan/etpan-log.[ch]
9065         * src/etpan/etpan-thread-manager-types.h
9066         * src/etpan/etpan-thread-manager.[ch]
9067         * src/etpan/imap-thread.[ch]
9068         * src/Makefile.am
9069         * src/imap.c
9070         * src/main.c
9071         * src/prefs_other.c
9072         * configure.ac
9073             merged imap branch.
9074             dependency on libetpan 0.37 is now added.
9075
9076 2005-07-01 [colin]      1.9.12cvs10
9077
9078         * src/Makefile.am
9079         * src/folder.c
9080         * src/folder.h
9081         * src/folderview.c
9082         * src/stock_pixmap.c
9083         * src/stock_pixmap.h
9084         * src/plugins/trayicon/trayicon.c
9085                 Add marked symbol on folders containing
9086                 marked messages
9087         * src/procmsg.c
9088         * src/procmsg.h
9089         * src/toolbar.c
9090         * src/prefs_common.c
9091         * src/prefs_common.h
9092         * src/prefs_send.c
9093                 Add an optional confirmation dialog on queue
9094                 sending. Patch by wwp.
9095         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9096         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9097         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9098         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9099         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9100         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9101         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9102         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9103         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9104         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9105         * src/pixmaps/trash_mark.xpm            ** ADDED **
9106                 New pixmaps
9107
9108 2005-07-01 [colin]      1.9.12cvs9
9109
9110         * src/summaryview.c
9111                 Fix a little threading bug
9112         * src/addrgather.c
9113         * src/mainwindow.c
9114                 A little bit of HIG normality never hurts
9115
9116 2005-07-01 [colin]      1.9.12cvs8
9117
9118         * src/compose.c
9119         * src/msgcache.c
9120         * src/pop.c
9121         * src/procmime.c
9122         * src/recv.c
9123         * src/common/log.c
9124         * src/common/template.c
9125         * src/common/utils.c
9126         * src/common/utils.h
9127                 Reverted the fwrite_atomic stuff. In fact
9128                 it is already atomic.
9129
9130 2005-06-30 [colin]      1.9.12cvs7
9131
9132         * src/common/utils.c
9133         * src/common/utils.h
9134                 Add an fwrite_atomic() function to make
9135                 sure we write everything: fwrite can make
9136                 short writes.
9137         * src/compose.c
9138         * src/msgcache.c
9139         * src/pop.c
9140         * src/procmime.c
9141         * src/recv.c
9142         * src/common/log.c
9143         * src/common/template.c
9144                 Use that (and fix swapping of size and nmemb).
9145                 Thanks to Rich Coe for the heads up.
9146
9147 2005-06-30 [colin]      1.9.12cvs6
9148
9149         * src/addressbook.c
9150                 Optimize addressbook opening 
9151
9152 2005-06-30 [colin]      1.9.12cvs5
9153
9154         * src/summaryview.c
9155                 Remove calls to summary_step after move/copy
9156
9157 2005-06-28 [paul]       1.9.12cvs4
9158
9159         * src/alertpanel.c
9160                 wrap and make the error msg selectable
9161
9162 2005-06-28 [paul]       1.9.12cvs3
9163
9164         * src/ssl_manager.c
9165                 replace the OK button with a Close button
9166         * src/gtk/foldersort.c
9167                 use GTK_STOCK_ icons/buttons
9168
9169 2005-06-28 [colin]      1.9.12cvs2
9170
9171         * src/gedit-print.c             ** ADDED **
9172         * src/gedit-print.h             ** ADDED **
9173         * src/gtk/gtksourceprintjob.c   ** ADDED **
9174         * src/gtk/gtksourceprintjob.h   ** ADDED **
9175                 I can't believe no one had enough time to tell
9176                 me I forgot the `cvs add`
9177
9178 2005-06-27 [colin]      1.9.12cvs1
9179
9180         * src/Makefile.am
9181         * src/gtk/Makefile.am
9182         * src/messageview.c
9183         * src/procmsg.c
9184         * src/summaryview.c
9185         * configure.ac
9186                 Add optional libgnomeprint-based printing
9187         * src/mainwindow.c
9188         * src/gtk/quicksearch.c
9189                 Add an Edit/Quick search menu item to show
9190                 and focus the quicksearch
9191
9192 2005-06-27 [paul]       1.9.12
9193
9194         1.9.12 release
9195
9196         * po/ca.po
9197         * po/de.po
9198         * po/es.po
9199         * po/fr.po
9200         * po/it.po
9201         * po/ko.po
9202         * po/pt_BR.po
9203         * po/sk.po
9204         * po/zh_CN.po
9205                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9206                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9207                 SungHyun Nam, Frederico Goncalves Guimaraes,
9208                 Andrej Kacian, and Yang Guilong
9209 2005-06-26 [colin]      1.9.11cvs106
9210
9211         * src/imap_gtk.c
9212                 Forgot one file for previous fix
9213
9214 2005-06-26 [colin]      1.9.11cvs105
9215
9216         * src/folder.c
9217         * src/imap.c
9218                 Fix problems with folder operations in no_select
9219                 imap folders. it applies only to mails, and 
9220                 creation/deletion/move/renaming of folders 
9221                 should be possible
9222
9223 2005-06-26 [paul]       1.9.11cvs104
9224
9225         * src/prefs_filtering.c
9226                 replace one more GTK_STOCK_REMOVE
9227                 with GTK_STOCK_DELETE
9228
9229 2005-06-25 [colin]      1.9.11cvs103
9230
9231         * src/imap.c
9232                 Optimize get_seq_set_from_seq_list
9233                 (Patch by Ricardo) 
9234
9235 2005-06-25 [colin]      1.9.11cvs102
9236
9237         * src/mh.c
9238                 If the directory exists, but not in the
9239                 correct encoding, rename it. This should
9240                 handle old-versions-induced bugs.
9241
9242 2005-06-25 [colin]      1.9.11cvs101
9243
9244         * src/mh.c
9245                 Fix path access with extended dir names
9246                 Fixes bug #589 (SC segfaults with wrong locale
9247                 settings)
9248
9249 2005-06-25 [colin]      1.9.11cvs100
9250
9251         * src/prefs_account.c
9252         * src/prefs_account.h
9253         * src/compose.c
9254                 Add an option to encrypt replies to
9255                 encrypted messages
9256
9257 2005-06-25 [colin]      1.9.11cvs99
9258
9259         * src/compose.c
9260         * src/quote_fmt_parse.y
9261                 ... And make it work with pgpinline.
9262
9263 2005-06-25 [colin]      1.9.11cvs98
9264
9265         * src/compose.c
9266         * src/procmime.c
9267         * src/procmime.h
9268         * src/quote_fmt_parse.y
9269                 o Make reedition of encrypted messages possible
9270                   (as long as it is encrypted to self too, no
9271                    magic there)
9272                 o Make replying with quote (and without selecting
9273                   text) possible for encrypted messages.
9274                 Closes bug #550 (Not possible to "reply with quote"
9275                 to gnupg encrypted messages)
9276
9277 2005-06-24 [paul]       1.9.11cvs97
9278
9279         * src/imap.c
9280                 add missing include
9281
9282 2005-06-24 [paul]       1.9.11cvs96
9283
9284         * src/editldap.c
9285                 made bind password entry invisible
9286                 (sync with main)
9287         * src/send_message.c
9288                 send_message_local(): check exit status
9289                 to detect errors (sync with main)
9290         * src/textview.c
9291                 use main's less ambiguous popup menu
9292                 wording
9293
9294 2005-06-24 [paul]       1.9.11cvs95
9295
9296         * src/prefs_actions.c
9297         * src/prefs_customheader.c
9298         * src/prefs_display_header.c
9299         * src/prefs_filtering_action.c
9300         * src/prefs_matcher.c
9301         * src/prefs_template.c
9302         * src/prefs_toolbar.c
9303                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9304         * src/gtk/description_window.c
9305                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9306
9307 2005-06-23 [colin]      1.9.11cvs94
9308
9309         * src/summaryview.c
9310                 Fix rough edges (be sure to call status_show whenever
9311                 necessary).
9312
9313 2005-06-23 [colin]      1.9.11cvs93
9314
9315         * src/summaryview.c
9316                 Optimize Select All
9317                 Before, in a 5K mails folder: 11s
9318                 After, in the same folder: 58000µs
9319                 The joys of locking... gtk_clist_select_all() fires a 
9320                 tree-select-row event for each selected row, which in 
9321                 summaryview, callbacks summary_selected which in turn,
9322                 calls summary_status_show, which walks the selected
9323                 rows. Hence, calling gtk_clist_select_all was 
9324                 exponential. Locking the summaryview makes 
9325                 summary_selected return early.
9326
9327 2005-06-23 [colin]      1.9.11cvs92
9328
9329         * src/imap.c
9330                 Move mutex at the important place to avoid
9331                 deadlocks
9332         * src/summaryview.c
9333                 Fix Del key deleting directly instead of
9334                 moving to trash
9335
9336 2005-06-22 [colin]      1.9.11cvs91
9337
9338         * src/plugins/spamassassin/libspamc.c
9339                 As we do spagetti code with assignations in multiple
9340                 places (see _message_read_raw where out = msg = raw),
9341                 let's be sure we don't free the same pointer twice.
9342                 Should fix bug #683 (Crash in libpam at 
9343                 message_cleanup).
9344
9345 2005-06-22 [colin]      1.9.11cvs90
9346
9347         * src/compose.c
9348         * src/messageview.c
9349         * src/toolbar.c
9350                 Make toolbar's delete use the move to trash stuff;
9351                 Add gtk_widget_realize to be sure pixmaps can get
9352                 created (that may fix an old worksforme bug which
9353                 I can't find back...)
9354
9355 2005-06-22 [colin]      1.9.11cvs89
9356
9357         * src/summaryview.c
9358         * src/summaryview.h
9359         * src/mainwindow.c
9360                 Rename "Message/Delete" to "Message/Move to trash"
9361                 Add "Message/Delete..." that directly destroys the
9362                 selected messages after asking for a confirmation.
9363
9364 2005-06-22 [colin]      1.9.11cvs88
9365
9366         * src/imap.c
9367                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9368                 o Fix a deadlock (thanks Darko)
9369
9370 2005-06-22 [colin]      1.9.11cvs87
9371
9372         * src/gtk/foldersort.c
9373                 Add missing include for the i18n;
9374                 patch by Fabien Vantard
9375
9376 2005-06-21 [colin]      1.9.11cvs86
9377
9378         * src/folder.c
9379         * src/folderview.c
9380                 Respect the no_select flag
9381         * src/imap.c
9382                 Fix recursive deletion
9383         * src/imap_gtk.c
9384         * src/mh_gtk.c
9385                 Make the folder deletion's warning
9386                 more explicit
9387
9388 2005-06-21 [colin]      1.9.11cvs85
9389
9390         * src/textview.c
9391                 Prevent email addresses from spanning accross
9392                 lines - fixes bug # 646 (newline-chars in 
9393                 email addresses)
9394
9395 2005-06-20 [colin]      1.9.11cvs84
9396
9397         * src/folder.c
9398                 Be sure not to remove source if copy failed
9399
9400 2005-06-20 [colin]      1.9.11cvs83
9401
9402         * src/folderview.c
9403         * src/imap_gtk.c
9404                 remove summaryview's lock
9405         * src/imap.c
9406                 introduce threads to avoid problems when foreground tasks
9407                 interfere with background tasks
9408         * src/mh.c
9409                 prevent moving to drafts/queue
9410         * src/mimeview.c
9411                 fix leak
9412
9413 2005-06-19 [colin]      1.9.11cvs82
9414
9415         * src/imap_gtk.c
9416                 Remember that the user doesn't want to override
9417                 offline mode, for 3 seconds. It avoid presenting
9418                 him with N popups in a really short time.
9419
9420 2005-06-17 [colin]      1.9.11cvs81
9421
9422         * src/imap.c
9423                 Fix IMAP breaking on folders containing '('
9424                 (Probably won't be enough)
9425
9426 2005-06-17 [colin]      1.9.11cvs80
9427
9428         Forgotten files on 1.9.11cvs79
9429         * src/summaryview.c
9430                 Fix stepping when not immediately executing
9431         * src/imap.c
9432                 Really prevent UID FETCH 0
9433         * src/codeconv.c
9434                 Fix outgoing charset never set to utf-8
9435         * src/mh.c
9436                 Fix leak
9437
9438 2005-06-16 [colin]      1.9.11cvs79
9439
9440         * src/compose.c
9441                 Fix bug #707 (Dash splits rows)
9442                 Only wrap if we're on a line break position and
9443                 the previous one was a "white" (space) char.
9444                 Pango stuff is weird.
9445
9446 2005-06-16 [colin]      1.9.11cvs78
9447
9448         * src/imap_gtk.c
9449                 Lock summaryview while downloading messages
9450                 on user demand
9451         * src/procheader.c
9452         * src/unmime.c
9453         * src/common/utils.c
9454         * src/common/utils.h
9455                 Replace \r and \n with spaces in From and
9456                 Subject headers
9457
9458 2005-06-16 [paul]       1.9.11cvs77
9459
9460         * src/procmime.c
9461                 liberalise the mime parser
9462         * src/gtk/about.c
9463                 add text wrapping
9464
9465 2005-06-16 [paul]       1.9.11cvs76
9466
9467         * src/gtk/about.c
9468                 reworked
9469
9470 2005-06-15 [colin]      1.9.11cvs75
9471
9472         * src/compose.c
9473                 Finish header encoding fix
9474         * src/summaryview.c
9475                 Fix segfault
9476         * src/headerview.c
9477                 Fix compilation (Thanks Stephan
9478                 Sachse)
9479
9480 2005-06-15 [colin]      1.9.11cvs74
9481
9482         * Makefile.am
9483                 Install gnome2 stuff rather than gnome1, 
9484                 if both are present
9485         * src/codeconv.c
9486         * src/codeconv.h
9487         * src/compose.c
9488                 Fix headers encoding
9489         * src/folder.c
9490                 Visual progress when fetching all messages
9491         * src/folderview.c
9492         * src/summaryview.c
9493         * src/summaryview.h
9494                 Prevent changing current message while
9495                 incorporating
9496
9497 2005-06-15 [paul]       1.9.11cvs73
9498
9499         * src/gtk/gtkaspell.c
9500         * src/gtk/gtkaspell.h
9501                 fix build warnings
9502
9503 2005-06-15 [paul]       1.9.11cvs72
9504
9505         * src/prefs_filtering.c
9506                 allow reordering of filter rules by
9507                 drag n drop
9508
9509 2005-06-15 [paul]       1.9.11cvs71
9510
9511         * COPYING
9512                 updated
9513         * src/codeconv.c
9514                 replace deprecated function
9515         * src/inc.c
9516         * src/send_message.c
9517         * src/gtk/progressdialog.c
9518         * src/gtk/progressdialog.h
9519                 salvage and reuse parts of reverted sync
9520
9521 2005-06-15 [paul]       1.9.11cvs70
9522
9523         * src/inc.c
9524         * src/send_message.c
9525         * src/gtk/progressdialog.c
9526         * src/gtk/progressdialog.h
9527                 revert yesterday's sync with main
9528                 it contains deprecated functions
9529
9530 2005-06-15 [colin]      1.9.11cvs69
9531
9532         * src/headerview.c
9533                 Fix bug #670 (multi user to: will corrupt message 
9534                 headers display)
9535
9536 2005-06-15 [colin]      1.9.11cvs68
9537
9538         * src/compose.c
9539                 Fix bug #421 (Fix undo on wrapping)
9540
9541 2005-06-15 [colin]      1.9.11cvs67
9542
9543         * src/folder.c
9544                 Provide visual feedback while processing
9545                 folder's rules.
9546         * src/imap.c
9547                 Provide visual feedback while getting
9548                 short headers (for uncached messages)
9549
9550
9551 2005-06-14 [paul]       1.9.11cvs66
9552
9553         * src/account.c
9554                 change a couple stock icons
9555         * src/inc.c
9556         * src/send_message.c
9557         * src/gtk/progressdialog.c
9558         * src/gtk/progressdialog.h
9559                 sync main's GtkTreeView implementation
9560
9561 2005-06-14 [colin]      1.9.11cvs65
9562
9563         * src/imap.c
9564                 Various little fixes, mainly on error paths
9565
9566 2005-06-13 [colin]      1.9.11cvs64
9567
9568         * matcher.c
9569         * procmsg.c
9570         * procmsg.h
9571                 Add a way to fetch only headers. This speeds
9572                 up filtering on headers for IMAP. Fixes:
9573                 bug #481 extraneous imap commands slow down 
9574                         imap filtering
9575                 bug #522 Sylpheed downloads all messages 
9576                         when opening mailbox (IMAP)
9577                 bug #677 IMAP fetch is soooooooooooooo slow
9578         * src/folder.c
9579         * src/folder.h
9580                 Add a folder set_batch method so that
9581                 implementations can speed up flags changes
9582         * src/folderutils.c
9583         * src/summaryview.c
9584                 Use that in mark as (un)read and mark all read
9585                 Refix bug #679
9586         * src/imap.c
9587                 Implement set_batch - brings back deferred
9588                 flags in a less buggy manner. Fixes:
9589                 bug #729 IMAP immediate expunge of deleted messages
9590                 bug #191 remove list of messages with one command
9591                 Fix login with strange chars
9592                 Implement fetch_msg_full
9593                 Fix copy (wrong counts)
9594
9595 2005-06-12 [colin]      1.9.11cvs63
9596
9597         * src/folder.c
9598                 lock incorporation during long operations.
9599                 Avoids fucking up the IMAP socket.
9600
9601 2005-06-12 [colin]      1.9.11cvs62
9602
9603         * src/imap.c
9604                 Fix harmful typo
9605                 Factorize remove_all_msg
9606                 Thread-ize expunge
9607         * src/summaryview.c
9608                 Don't update partial-download status if unnecessary
9609         * src/folder.c
9610                 Use remove_msgs everywhere possible
9611
9612 2005-06-12 [colin]      1.9.11cvs61
9613
9614         * src/folder.c
9615         * src/folder.h
9616                 Add a remove_msgs function to remove a 
9617                 list of messages
9618         * src/imap.c
9619                 Implement that.
9620
9621 2005-06-12 [colin]      1.9.11cvs60
9622
9623         * src/imap.c
9624                 Remove flags-processing deferring... Too hard
9625                 to get it to work in all cases.
9626
9627 2005-06-11 [colin]      1.9.11cvs59
9628
9629         * src/imap.c
9630                 printf -> debug_print
9631
9632 2005-06-11 [colin]      1.9.11cvs58
9633
9634         * src/imap.c
9635                 o Fix build without USE_PTHREAD
9636                 o Factorize imap_open
9637                 o Alertpanel in case of impossible connection
9638                 o Alertpanel in case of impossible login
9639                 o Fix deferred flags processing to force a 
9640                   flush before adding some more flags to process,
9641                   but in another folder.
9642
9643 2005-06-10 [colin]      1.9.11cvs57
9644
9645         * src/imap.c
9646                 o Fix a format string error
9647                 o init ssl socket outside of the thread 
9648                   (it possibly invokes gtk calls)
9649         * src/procmime.c
9650                 o Put back the buffer to its necessary size
9651                 o Fix changing a file pointer without keeping
9652                   track of it (thanks Valgrind)
9653         * src/common/smtp.c
9654                 o Fix automatic STARTTLS if login should be done
9655                   and the server only allows it after starting TLS
9656         * src/gtk/gtkinputdialog.c
9657                 o Eat GDK_Return so that the combo popup doesn't 
9658                   appear when we press Enter to validate the combo
9659                   input dialog (as seen in the Open with... dialog)
9660
9661 2005-06-10 [colin]      1.9.11cvs56
9662
9663         * src/imap.c
9664                 o A bit less debug
9665                 o Fix a crash on deletion
9666                 o Threadize imap_select (it's called outside of 
9667                   threads)
9668                 o Defer treatment of DELETED flags
9669
9670
9671 2005-06-09 [colin]      1.9.11cvs55
9672
9673         * src/imap.c
9674                 Make sure we check imap_gtk_should_override(), which
9675                 potentially calls gtk stuff, before creating thread.
9676                 That way it should't be called via imap_get_session()
9677                 inside a thread.
9678
9679 2005-06-09 [colin]      1.9.11cvs54
9680
9681         * src/imap.c
9682                 o add a bit of status output
9683                 o remove some dead code
9684                 o threadize get_list_of_uids
9685                 o threadize imap_get_flags
9686                 o defer flag changing by 500ms so that they
9687                   can be batched
9688
9689
9690 2005-06-08 [colin]      1.9.11cvs53
9691
9692         * src/imap.c
9693                 Thread-ize imap_cmd_fetch
9694
9695 2005-06-08 [colin]      1.9.11cvs52
9696
9697         * src/main.c
9698                 Mmh, that broke POP3...
9699
9700 2005-06-08 [colin]      1.9.11cvs51
9701
9702         * src/main.c
9703                 Stabilize IMAP patch (thanks to Hoa)
9704
9705 2005-06-08 [colin]      1.9.11cvs50
9706
9707         * src/imap.c
9708                 Test patch to speed up imap. 
9709
9710 2005-06-08 [colin]      1.9.11cvs49
9711
9712         * src/imap_gtk.c
9713                 Warning fix
9714         * src/procmime.c
9715                 Apply patch from gentoo to use /usr/share/mime/globs if 
9716                 available, after un-breaking it
9717         * src/common/log.c
9718         * src/common/log.h
9719                 Use g_timeout for invoking hooks that possibly use gtk
9720                 calls. This should leave gtk calls in the main thread.
9721
9722 2005-06-08 [paul]       1.9.11cvs48
9723
9724         * src/codeconv.c
9725                 conv_get_outgoing_charset_str(): don't
9726                 use prefs_common setting
9727         * src/compose.c
9728         * src/compose.h
9729                 add /Options/Character encoding/... to
9730                 temporarily change the outgoing encoding
9731
9732         (belated sync with main)
9733
9734 2005-06-08 [paul]       1.9.11cvs47
9735
9736         * src/compose.c
9737                 correction to/completion of last
9738                 sync with main
9739
9740 2005-06-08 [paul]       1.9.11cvs46
9741
9742         sync with main:
9743         
9744         * src/codeconv.c
9745         * src/codeconv.h
9746                 always enabled Japanese auto-detection
9747                 if the first letters of locale string
9748                 is "ja"
9749         * src/compose.c
9750                 don't use "destroy" signal to destroy
9751                 Compose object (fix rare crashes on discard?)
9752         * src/mainwindow.c
9753         * src/messageview.c
9754         * src/prefs_send.c
9755                 added Hebrew encodings
9756         * src/sourcewindow.c
9757                 don't use "destroy" signal to destroy
9758                 objects
9759
9760 2005-06-07 [colin]      1.9.11cvs45
9761
9762         * src/summaryview.c
9763                 Add missing unlocks/locks
9764
9765 2005-06-07 [paul]       1.9.11cvs44
9766
9767         * src/summaryview.c
9768                 restore bug #749 fix
9769
9770 2005-06-06 [colin]      1.9.11cvs43
9771
9772         * src/summaryview.c
9773                 Fix selection bug when prefs_common.open_unread 
9774                 is FALSE
9775
9776 2005-06-06 [colin]      1.9.11cvs42
9777
9778         * src/common/md5.c
9779                 Fix a warning
9780         * src/summaryview.c
9781         * src/folderview.c
9782                 Factorize long operations beginning and end
9783                 (locking, freezing/thawing, cursor, ...)
9784                 Check selection->data member in selection-
9785                 related loops; this avoids dying an awful
9786                 death if the selection changes on us while
9787                 we're marking a whole IMAP folder unread, 
9788                 for example.
9789
9790 2005-06-06 [paul]       1.9.11cvs41
9791
9792         * src/textview.c
9793                 don't g_free() a static gchar buffer
9794
9795 2005-06-05 [colin]      1.9.11cvs40
9796
9797         * src/mainwindow.c
9798         * src/messageview.c
9799         * src/summaryview.c
9800                 Fix bug #749 (Show all headers should be
9801                 sticky as the GUI suggests)
9802
9803 2005-06-03 [paul]       1.9.11cvs39
9804
9805         * src/compose.c
9806                 don't allow editing of mail while sending.
9807                 patch by Colin
9808
9809 2005-06-03 [paul]       1.9.11cvs38
9810
9811         * src/folderview.c
9812                 add a freeze/thaw to speed up 'mark all read'
9813
9814 2005-06-03 [paul]       1.9.11cvs37
9815
9816         * src/prefs_message.c
9817                 reflect changes immediately
9818
9819 2005-06-02 [colin]      1.9.11cvs36
9820
9821         * po/POTFILES.in
9822                 Patch by Fabien Vantard.
9823
9824 2005-06-02 [colin]      1.9.11cvs35
9825
9826         * src/imap.c
9827                 Use a non-blocking imap_getline() if possible.
9828                 This should completely prevent the interface
9829                 from freezin on imap operations, although it
9830                 may do strange stuff in case of folder switching
9831                 while a big imap operation is taking place...
9832
9833                 In addition, fix a leak in the case thread
9834                 creation fails on connection.
9835
9836 2005-06-02 [colin]      1.9.11cvs34
9837
9838         * src/crash.c
9839         * src/prefs_common.h
9840                 Fix build (prefs_common_init() doesn't exist
9841                 anymore)
9842
9843 2005-06-02 [colin]      1.9.11cvs33
9844
9845         * src/prefs_account.c
9846                 Fix bug #245 (filtering rules broken when
9847                 renaming a remote account (imap4 or nntp)
9848
9849 2005-06-02 [colin]      1.9.11cvs32
9850
9851         * src/imap.c
9852                 Try to fix IMAP shortcomings: 
9853                 o Multithread imap_open()
9854                 o allow offline-mode overriding instead of
9855                   just returning NULL
9856         * src/imap_gtk.c
9857         * src/imap_gtk.h
9858                 Add a function to ask whether we want to
9859                 override offline-mode for 10 minutes (one-shot
9860                 asking was painful)
9861         * src/procheader.c
9862                 Fix segfault when imap parser isn't happy about
9863                 a missing {
9864
9865 2005-06-01 [colin]      1.9.11cvs31
9866
9867         * src/addrharvest.c
9868         * src/compose.c
9869         * src/mbox.c
9870         * src/mbox.h
9871         * src/mh.c
9872         * src/msgcache.c
9873         * src/send_message.c
9874         * src/setup.c
9875         * src/undo.c
9876         * src/common/hooks.c
9877         * src/common/prefs.c
9878         * src/common/template.c
9879         * src/common/utils.c
9880         * src/gtk/gtkutils.c
9881         * src/gtk/inputdialog.c
9882         * src/gtk/menu.c
9883         * src/gtk/pluginwindow.c
9884         * src/gtk/prefswindow.c
9885         * src/plugins/pgpmime/passphrase.c
9886         * src/plugins/pgpmime/prefs_gpg.c
9887                 More -Wall fixes
9888
9889         * src/common/Makefile.am
9890         * src/common/timing.h
9891                 Add basic timing code
9892
9893         * src/summaryview.c
9894                 Fix a bug with unread messages when 
9895                 re-sorting folders, and by the way
9896                 fix a big performance hit when 
9897                 re-sorting (10k mails: before 5s,
9898                 after .5s)
9899
9900         * src/prefs_compose_writing.c
9901         * src/prefs_compose_writing.h
9902         * src/prefs_message.c
9903         * src/prefs_message.h
9904         * src/prefs_other.c
9905         * src/prefs_other.h
9906         * src/prefs_quote.c
9907         * src/prefs_quote.h
9908         * src/prefs_receive.c
9909         * src/prefs_receive.h
9910         * src/prefs_send.c
9911         * src/prefs_send.h
9912         * src/prefs_summaries.c
9913         * src/prefs_summaries.h
9914                 Fix copyright banner
9915
9916 2005-06-01 [paul]       1.9.11cvs30
9917
9918         * po/fi.po
9919                 updated by Flammie Pirinen
9920         * src/procmime.c
9921                 fix 'Bad BASE64 content' output
9922
9923 2005-05-31 [colin]      1.9.11cvs29
9924
9925         * src/procmime.c
9926                 Oops, where did my hunk go.
9927
9928 2005-05-31 [colin]      1.9.11cvs28
9929
9930         * src/Makefile.am
9931         * src/account.c
9932         * src/action.c
9933         * src/addr_compl.c
9934         * src/addressbook.c
9935         * src/codeconv.c
9936         * src/compose.c
9937         * src/export.c
9938         * src/folder.c
9939         * src/folderview.c
9940         * src/image_viewer.c
9941         * src/main.c
9942         * src/mainwindow.c
9943         * src/messageview.c
9944         * src/mimeview.c
9945         * src/msgcache.c
9946         * src/prefs_account.c
9947         * src/prefs_actions.c
9948         * src/prefs_common.c
9949         * src/prefs_compose_writing.c
9950         * src/prefs_customheader.c
9951         * src/prefs_ext_prog.c
9952         * src/prefs_filtering.c
9953         * src/prefs_filtering_action.c
9954         * src/prefs_fonts.c
9955         * src/prefs_image_viewer.c
9956         * src/prefs_message.c
9957         * src/prefs_message.h
9958         * src/prefs_msg_colors.c
9959         * src/prefs_other.c
9960         * src/prefs_other.h
9961         * src/prefs_quote.c
9962         * src/prefs_receive.c
9963         * src/prefs_receive.h
9964         * src/prefs_send.c
9965         * src/prefs_send.h
9966         * src/prefs_spelling.c
9967         * src/prefs_summaries.c
9968         * src/prefs_summary_column.c
9969         * src/prefs_template.c
9970         * src/prefs_themes.c
9971         * src/prefs_toolbar.c
9972         * src/prefs_wrapping.c
9973         * src/procmime.c
9974         * src/procmsg.c
9975         * src/send_message.h
9976         * src/ssl_manager.c
9977         * src/summary_search.c
9978         * src/summaryview.c
9979         * src/textview.c
9980         * src/wizard.c
9981         * src/common/smtp.c
9982         * src/common/smtp.h
9983         * src/gtk/gtkutils.h
9984                 o Move the rest of Common prefs to new style
9985                 o Lots of -Wall warning fixes
9986                 o fix FIXME in cache memusage calculation
9987                 o Let return receipts be sent from any account
9988                 o Little cache optimisation (read)
9989                 o Fix bug #746 (don't treat commas as separators
9990                   when inside a quoted string)
9991
9992 2005-05-31 [paul]       1.9.11cvs27
9993
9994         * src/prefs_common.c
9995                 fix 'off-by-one' typo
9996
9997 2005-05-31 [paul]       1.9.11cvs26
9998
9999         * src/account.c
10000         * src/addr_compl.c
10001         * src/compose.c
10002         * src/foldersel.c
10003         * src/prefs_actions.c
10004         * src/prefs_common.c
10005         * src/prefs_common.h
10006         * src/prefs_customheader.c
10007         * src/prefs_display_header.c
10008         * src/prefs_filtering.c
10009         * src/prefs_filtering_action.c
10010         * src/prefs_matcher.c
10011         * src/prefs_summaries.c
10012         * src/prefs_summary_column.c
10013         * src/prefs_template.c
10014         * src/prefs_toolbar.c
10015         * src/ssl_manager.c
10016         * src/gtk/pluginwindow.c
10017         * src/gtk/prefswindow.c
10018         * src/gtk/progressdialog.c
10019                 add hidden prefs 'enable_rules_hint'
10020                 for gtk_tree_view_set_rules_hint()
10021                 (sync with main)
10022                 
10023
10024 2005-05-31 [colin]      1.9.11cvs25
10025
10026         * src/Makefile.am
10027         * src/main.c
10028         * src/prefs_common.c
10029         * src/prefs_summaries.c ** ADDED **
10030         * src/prefs_summaries.h ** ADDED **
10031                 Common/Display -> Display/Summaries
10032
10033 2005-05-31 [colin]      1.9.11cvs24
10034
10035         * src/Makefile.am
10036         * src/main.c
10037         * src/prefs_quote.c ** ADDED **
10038         * src/prefs_quote.h ** ADDED **
10039                 Move Common/Quote to Compose/Quoting
10040         * src/prefs_common.c
10041         * src/prefs_common.h
10042                 Remove old quote stuff, add
10043                 convenience functions for GtkTextView prefs
10044         * src/gtk/prefswindow.c
10045                 Set default height higher
10046
10047 2005-05-30 [colin]      1.9.11cvs23
10048
10049         * src/Makefile.am
10050         * src/main.c
10051         * src/prefs_common.c
10052         * src/prefs_compose_writing.c ** ADDED **
10053         * src/prefs_compose_writing.h ** ADDED **
10054                 Move Common/Compose prefs to Compose/Writing
10055
10056 2005-05-30 [colin]      1.9.11cvs22
10057
10058         * src/common/utils.c
10059                 Fix bug #651 (Confused Attract by Subject)
10060                 Patch by M. Benkmann <haferfrost@web.de>
10061         * AUTHORS
10062
10063 2005-05-30 [colin]      1.9.11cvs21
10064
10065         * src/compose.c
10066                 Fix concatenation of different headers of
10067                 the same type (bug #645)
10068         * src/prefs_folder_item.c
10069                 Fix bug #699 (setting color to black doesn't
10070                 work immediately)
10071         * src/procmime.c
10072                 Print out decoding error only once per
10073                 block
10074
10075 2005-05-30 [paul]       1.9.11cvs20
10076
10077         * src/common/template.c
10078                 fix Bcc
10079
10080 2005-05-30 [paul]       1.9.11cvs19
10081
10082         * doc/src/rfc2368.txt   **NEW FILE**
10083         * src/compose.c
10084                 compose_entries_set(): don't interpret Bcc
10085                 header field (conform to RFC 2368)
10086                 (sync with main)
10087
10088 2005-05-29 [colin]      1.9.11cvs18
10089
10090         * src/prefs_common.c
10091                 Let the default reply format respect
10092                 netiquette by cutting the signature.
10093
10094 2005-05-29 [colin]      1.9.11cvs17
10095
10096         * src/summaryview.c
10097                 Don't let always_show_msg override
10098                 open_unread_on_enter when opening a new
10099                 directory.
10100
10101 2005-05-27 [paul]       1.9.11cvs16
10102
10103         sync with main:
10104
10105         * src/main.c
10106                 app_will_exit(): cleanup tmp directory when exit
10107         * src/message_search.c
10108                 improved the interface and made code cleanup.
10109                 removed Clear button
10110         * src/send_message.c
10111                 send_message_local(): use GSpawn, and detect errors
10112         * src/summary_search.c
10113                 improved the interface and made code cleanup
10114         * src/textview.c
10115                 textview_write_link(): also skip non-ascii space
10116                  at the head of link strings (phishing check
10117                  didn't work at the case)
10118         * src/common/utils.c
10119                 get_command_output(): use g_spawn_command_line_sync()
10120                 instead of popen()
10121
10122 2005-05-26 [colin]      1.9.11cvs15
10123
10124         * src/folder.c
10125                 remove printf
10126
10127 2005-05-26 [colin]      1.9.11cvs14
10128
10129         * src/common/nntp.c
10130                 Fix nntp mode reader (bug #611)
10131                 Patch by Florian Mickler <florian@mickler.org>
10132
10133 2005-05-26 [colin]      1.9.11cvs13
10134
10135         * src/plugins/pgpmime/passphrase.c
10136                 Fix mouse grabbing (bug #557)
10137
10138 2005-05-26 [colin]      1.9.11cvs12
10139
10140         * src/prefs_themes.c
10141                 Fix g_warning (bug #541)
10142
10143 2005-05-26 [colin]      1.9.11cvs11
10144
10145         * src/prefs_actions.c
10146         * src/prefs_template.c
10147                 Fix bug #506 (no warning if action/template
10148                 is not saved)
10149         * src/common/template.c
10150                 Fix a possible crash
10151
10152 2005-05-26 [colin]      1.9.11cvs10
10153
10154         * src/folder.c
10155         * src/folderview.c
10156         * src/procmsg.c
10157         * src/summaryview.c
10158                 Forbid locked messages to be moved or
10159                 deleted. Locked messages in trashes 
10160                 still get deleted, for performance
10161                 reason (mh.c::mh_remove_all_msgs)
10162
10163 2005-05-25 [colin]      1.9.11cvs9
10164
10165         * src/procmime.c
10166                 Use correct encoding when sending mails
10167                 with attachments that have accentued 
10168                 chars in their name
10169
10170 2005-05-24 [colin]      1.9.11cvs8
10171
10172         * src/summaryview.c
10173                 Fix bug #688 f) read/unread marker not
10174                 changed on first click
10175                 Also, optimize summary_status_show()
10176                 calls
10177         * src/folder.c
10178         * src/inc.c
10179         * src/procmime.c
10180                 Fix bug #688 b) and c) wrt message
10181                 attachments and signature
10182         * src/stock_pixmap.c
10183         * src/stock_pixmap.h
10184         * src/stock_pixmap.c
10185         * src/stock_pixmap.h
10186         * src/Makefile.am
10187         * src/pixmaps/clip_gpg_signed.xpm
10188                 Add clip/signed icon
10189
10190 2005-05-24 [colin]      1.9.11cvs7
10191
10192         * src/folder_item_prefs.c
10193                 whitespace fix
10194
10195 2005-05-24 [colin]      1.9.11cvs6
10196
10197         * src/folderview.c
10198         * src/prefs_common.c
10199         * src/prefs_common.h
10200                 Add a confirmation to folder drag and drop
10201                 fixes bug #156
10202         * src/alertpanel.c
10203         * src/alertpanel.h
10204                 fix _with_disable parameters so that
10205                 the buttons labels are specifiable too
10206         * src/plugins/pgpmime/sgpgme.c
10207                 reflect said change
10208                 
10209
10210 2005-05-24 [colin]      1.9.11cvs5
10211
10212         * src/folderview.c
10213                 Uncollapse/collapse folders on double-click
10214                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10215                 closes bug #108
10216
10217 2005-05-23 [colin]      1.9.11cvs4
10218
10219         * src/common/socket.c
10220                 Check another special SSL_peek() error.
10221                 Should help wrt bug #728
10222
10223 2005-05-23 [colin]      1.9.11cvs3
10224
10225         * src/plugins/pgpmime/pgpmime.c
10226                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10227                 breaking menu accelerators and stuff. Users will have to
10228                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10229                 account's privacy preferences if needed.
10230
10231 2005-05-22 [paul]
10232
10233         * tools/kdeservicemenu/install.sh
10234                 use kdesu to prompt for root password if doing
10235                 global install/uninstall
10236
10237 2005-05-20 [colin]      1.9.11cvs2
10238
10239         * src/procmsg.c
10240                 Fix another compilation error with gcc-2.9x
10241                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10242         * src/send_message.c
10243                 Don't send QUIT if we aren't connected
10244
10245 2005-05-19 [colin]      1.9.11cvs1
10246
10247         * src/procmsg.c
10248                 Fix compilation with gcc 2.9x
10249
10250 2005-05-19 [paul]       1.9.11
10251
10252         1.9.11 released
10253
10254 2005-05-19 [paul]       1.9.9cvs14
10255
10256         * src/gtk/inputdialog.c
10257                 prevent gettext warning
10258
10259 2005-05-19 [paul]       1.9.9cvs13
10260
10261         * src/mainwindow.c
10262         * src/prefs_common.c
10263         * src/prefs_common.h
10264         * src/textview.c
10265         * src/textview.h
10266                 add an option to toggle cursor in message
10267                 view (sync with main)
10268
10269 2005-05-18 [colin]      1.9.9cvs12
10270
10271         * src/compose.c
10272                 Dereference freed pointer
10273         * src/gtk/gtkaspell.c
10274                 Fix duplication of dictionaries (is it an aspell issue?)
10275
10276 2005-05-18 [colin]      1.9.9cvs11
10277
10278         * src/gtk/inputdialog.c
10279         * src/gtk/gtkaspell.c
10280                 HIGuify dialogs
10281         * src/alertpanel.c
10282                 Remove a double call
10283
10284 2005-05-17 [colin]      1.9.9cvs10
10285
10286         * src/gtk/gtkaspell.c
10287                 Fix dialogs, Ctrl-Enter accel
10288
10289 2005-05-17 [colin]      1.9.9cvs9
10290
10291         * src/gtk/gtkaspell.c
10292                 Fix some accelerators, escape in replace-window
10293
10294 2005-05-16 [colin]      1.9.9cvs8
10295
10296         * src/gtk/gtkaspell.c
10297                 Revert last commit, it was a mistake.
10298
10299 2005-05-16 [colin]      1.9.9cvs7
10300
10301         * src/gtk/gtkaspell.c
10302                 Remove buggy code while we're at it. It's a 
10303                 dead code path anyway.
10304
10305 2005-05-16 [colin]      1.9.9cvs6
10306
10307         * src/gtk/gtkaspell.c
10308                 Missed some gtk_menu_popup where deactivate
10309                 signal should be handled. Should fix bug
10310                 #629 a bit more.
10311
10312 2005-05-16 [colin]      1.9.9cvs5
10313
10314         * src/gtk/gtkaspell.c
10315                 Remove debug printf()s
10316
10317 2005-05-16 [colin]      1.9.9cvs4
10318
10319         * src/gtk/gtkaspell.c
10320                 Fix a bit aspell problems
10321                 (see bug #629)
10322
10323 2005-05-13 [colin]      1.9.9cvs3
10324
10325         * src/folderview.c
10326                 Fix the + appearing even when no subfolders
10327                 have unread messages. Thanks to wwp for the
10328                 bug report.
10329
10330 2005-05-11 [paul]       1.9.9cvs2
10331
10332         * src/folderview.c
10333                 correction to 1.9.9cvs1, only colour folders that
10334                 have new msgs (not unread msgs)
10335
10336 2005-05-10 [colin]      1.9.9cvs1
10337
10338         * src/folderview.c
10339         * src/summaryview.c
10340                 Try to fix bolding bugs again.
10341
10342 2005-05-09 [paul]
10343
10344         * tools/claws.i18n.status.pl
10345                 add Ricardo Mones Lastra's script that has been providing
10346                 the i18n status page for many months
10347
10348 2005-05-09 [paul]       1.9.9
10349
10350         1.9.9 release
10351
10352 2005-05-09 [paul]       1.9.6cvs58
10353
10354         * AUTHORS
10355         * INSTALL
10356         * README.claws
10357                 updated
10358         * Makefile.am 
10359         * RELEASE_NOTES.claws
10360                 add release notes to cvs to simplify release
10361                 procedure
10362         * configure.ac
10363                 add ca and fi to ALL_LINGUAS
10364         * po/Makefile.in.in
10365                 workaround for missing Makevars
10366         * po/ca.po
10367         * po/fi.po
10368                 add new Catalan and Finnish translations
10369                 submitted by Miquel Oliete and Flammie Pirinen
10370         * po/de.po
10371         * po/es.po
10372         * po/fr.po
10373         * po/it.po
10374         * po/pl.po
10375         * po/ru.po
10376         * po/sk.po
10377         * po/sr.po
10378         * po/zh_CN.po
10379                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10380                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10381                 Urke MMI, and Hansom Young
10382         * src/main.c
10383                 Fix drafting when quitting. compose_draft() closes the
10384                 compose windows, which modifies the compose_list GSList.
10385                 We have to refresh this list after echo drafting to avoid a
10386                 segfault
10387         * src/partial_download.c
10388                 fix segfault on exit
10389
10390 2005-05-06 [paul]       1.9.6cvs57
10391
10392         * src/grouplistdialog.c
10393                 quick fix/workaround for unresizeable newsgroup
10394                 name column 
10395
10396 2005-05-06 [paul]       1.9.6cvs56
10397
10398         * src/inc.c
10399         * src/mainwindow.c
10400                 use gettext plural forms
10401         * src/imap_gtk.c
10402         * src/mh_gtk.c
10403         * src/toolbar.c
10404                 small improvement to english usage
10405
10406 2005-05-05 [thorsten]   1.9.6cvs55
10407
10408         * src/folder.c
10409                 fix possible crash
10410
10411 2005-05-05 [paul]       1.9.6cvs54
10412         
10413         sync with HEAD
10414
10415         * AUTHORS
10416         * src/compose.c
10417                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10418                 patch by Tim Mann
10419
10420 2005-05-05 [paul]       1.9.6cvs53
10421
10422         * src/mainwindow.c
10423                 fix resizing of separate message and
10424                 folder views
10425
10426 2005-05-05 [paul]       1.9.6cvs52
10427
10428         * src/account.c
10429         * src/addrgather.c
10430         * src/browseldap.c
10431         * src/exphtmldlg.c
10432         * src/expldifdlg.c
10433         * src/importmutt.c
10434         * src/importpine.c
10435         * src/main.c
10436         * src/mainwindow.c
10437         * src/noticeview.c
10438         * src/prefs_filtering.c
10439         * src/prefs_filtering_action.c
10440         * src/prefs_matcher.c
10441         * src/prefs_spelling.c
10442         * src/prefs_toolbar.c
10443         * src/toolbar.c
10444         * src/wizard.c
10445         * src/gtk/description_window.c
10446         * src/gtk/gtkvscrollbutton.c
10447         * src/gtk/progressdialog.c
10448         * src/gtk/quicksearch.c
10449         * src/plugins/pgpmime/prefs_gpg.c
10450         * src/plugins/spamassassin/spamassassin_gtk.c
10451                 replace deprecated gtk_widget_set_usize
10452
10453 2005-05-04 [colin]      1.9.6cvs51
10454
10455         * src/common/utils.c
10456                 Fix crash when subst_for_filename is called
10457                 with a NULL parameter
10458
10459 2005-05-04 [colin]      1.9.6cvs50
10460
10461         * src/partial_download.c
10462         * src/pop.c
10463                 Escape login when writing uidl file
10464                 fixes bug #736
10465
10466 2005-05-03 [colin]      1.9.6cvs49
10467
10468         * src/procmime.c
10469                 Fix possible DOS in mime parser
10470                 (see bug #634)
10471
10472 2005-05-02 [colin]      1.9.6cvs48
10473
10474         * src/compose.c
10475                 Try to fix the copy/paste mess once again.
10476
10477
10478 2005-04-30 [colin]      1.9.6cvs47
10479
10480         * src/prefs_account.h
10481         * src/procmsg.c
10482         * src/send_message.c
10483         * src/common/smtp.c
10484         * src/common/smtp.h
10485                 Try to batch sending mails (per account) instead of
10486                 reconnecting to server every time.
10487
10488 2005-04-29 [colin]      1.9.6cvs46
10489
10490         * src/messageview.c
10491                 Fix window resizing that refused to size down
10492         * src/prefs_common.c
10493         * src/prefs_common.h
10494         * src/prefs_filtering.c
10495                 Save Filtering's window size
10496
10497 2005-04-21 [paul]       1.9.6cvs45
10498
10499         * ChangeLog-gtk2.claws
10500         * src/setup.c
10501                 correction to sync
10502
10503 2005-04-21 [paul]       1.9.6cvs44
10504
10505         sync with main:
10506
10507         * src/setup.c
10508         * src/statusbar.c
10509         * src/statusbar.h
10510                 use gtkut_widget_draw_now(). Improved performance
10511                 of the update of statusbar
10512         * src/textview.c
10513                 textview_smooth_scroll_do(): redraw it after scroll
10514                 is done (fixed incorrect display when a part of the
10515                 view is hidden).
10516         * src/gtk/gtkutils.c
10517         * src/gtk/gtkutils.h
10518                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10519                 to force update of widgets.
10520                 Removed gtkut_widget_wait_for_draw() which had a big
10521                 overhead  because of waiting for all events processed 
10522
10523 2005-04-20 [paul]       1.9.6cvs43
10524
10525         * src/codeconv.c
10526                 complete 1.9.6cvs42's sync:
10527                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10528
10529 2005-04-19 [paul]       1.9.6cvs42
10530
10531         sync with main:
10532
10533         * src/action.c
10534                 catch_output(): correctly select the insert text
10535                 (fix invalid iterator warnings).
10536         * src/codeconv.c
10537         * src/codeconv.h
10538         * src/mainwindow.c
10539         * src/messageview.c
10540         * src/prefs_common.c
10541                 support GBK encoding.
10542         * src/common/session.c
10543         * src/common/session.h
10544                 use separate buffer for large data to be sent,
10545                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10546
10547 2005-04-18 [paul]       1.9.6cvs41
10548
10549         * src/jpilot.c
10550                 convert unsigned long into guint32
10551                 patch by Paul LeoNerd Evans 
10552
10553 2005-04-17 [colin]      1.9.6cvs40
10554
10555         * src/compose.c
10556                 Fix 'Request return receipt' from folder
10557                 properties (bug #708)
10558
10559 2005-04-17 [colin]      1.9.6cvs39
10560
10561         * src/mainwindow.c
10562                 Fix duplicate hotkeys in Mainwindow's menu
10563
10564 2005-04-17 [colin]      1.9.6cvs38
10565
10566         * src/folderview.c
10567                 Fix duplicate hotkeys in Folderview's contextual
10568                 menu
10569
10570 2005-04-15 [colin]      1.9.6cvs37
10571
10572         * src/summaryview.c
10573                 Fix 'Save as...' with non-ascii filenames
10574
10575 2005-04-15 [colin]      1.9.6cvs36
10576
10577         * src/plugins/pgpmime/pgpmime.c
10578                 Fix bus error on 64bit. Spotted by 
10579                 macallan1888@gmail.com
10580
10581 2005-04-15 [colin]      1.9.6cvs35
10582
10583         * src/prefs_account.c
10584                 Fix cvs34.
10585
10586 2005-04-12 [colin]      1.9.6cvs34
10587
10588         * src/prefs_account.c
10589                 Fix smtp auth type off-by-one. We forgot to
10590                 add PLAIN in the prefs-to-gui setter func and
10591                 as a result, the selected auth when opening
10592                 account prefs was not the correct one.
10593
10594 2005-04-12 [paul]       1.9.6cvs33
10595
10596         * src/inc.c
10597                 if the recv dialog is visible, Cancel only
10598                 cancels the current account
10599
10600
10601 2005-04-10 [colin]      1.9.6cvs32
10602
10603         * src/filtering.c
10604                 Copy score when copying FilteringActions
10605                 Fix bug #674
10606
10607 2005-04-10 [colin]      1.9.6cvs31
10608
10609         * src/inc.c
10610                 Make Message -> Receive -> Cancel cancel 
10611                 incorporation on all accounts. Fixes
10612                 bug #693
10613
10614 2005-04-10 [colin]      1.9.6cvs30
10615
10616         * src/prefs_account.c
10617                 Update Privacy checkbuttons status based
10618                 on the selected privacy system
10619         * src/compose.c
10620                 Always connect the "None" privacy system; the
10621                 static boolean was probably there to avoid
10622                 reconnecting twice in the same compose window,
10623                 but as the parent function is only called once
10624                 per compose, it's only a bug - as a static is
10625                 initialized once per application instance.
10626                 Also, don't uncheck Sign and Encrypt when
10627                 selecting None as privacy system; just ignore
10628                 them when sending/queuing.
10629                 Should fix bug #695
10630
10631 2005-04-08 [colin]      1.9.6cvs29
10632
10633         * src/account.c
10634         * src/prefs_account.c
10635         * src/prefs_account.h
10636                 Add account preference to queue message in a certain
10637                 folder.
10638
10639 2005-04-06 [colin]      1.9.6cvs28
10640
10641         * src/prefs_account.c
10642                 Update old inbox path syntax
10643
10644 2005-04-06 [paul]       1.9.6cvs27
10645
10646         sync with main:
10647
10648         * configure.ac
10649                 changed -traditional-cpp to -no-cpp-precomp for newer
10650                 Mac OS X support
10651         * src/foldersel.c
10652                 made column resize automatically
10653         * src/send_message.c
10654                 send_message_smtp(): consider EOF right after QUIT
10655                 successful (workaround for Gmail SMTP server)
10656         * src/common/socket.c
10657                 ssl_read(), ssl_peek(): check EOF which violates the
10658                 SSL protocol
10659         * src/gtk/colorlabel.c
10660                 removed warnings when displaying colorlabel menu
10661                 (don't use GtkAlignment)
10662
10663 2005-04-05 [paul]       1.9.6cvs26
10664
10665         * src/plugins/trayicon/trayicon.c
10666                 fix clipping of icon under KDE3 
10667
10668 2005-04-05 [paul]       1.9.6cvs25
10669
10670         * src/summaryview.c
10671                 hide display of threading
10672                 patch by Alfons
10673
10674 2005-04-04 [thorsten]   1.9.6cvs24
10675
10676         * src/mh.c
10677                 marks lost on filesystems with different stat() results on
10678                 summer-/wintertime
10679
10680 2005-04-03 [colin]      1.9.6cvs23
10681
10682         * src/summaryview.c
10683                 Don't handle up/down. Patch by Alfons
10684
10685 2005-04-02 [colin]      1.9.6cvs22
10686
10687         * src/summaryview.c
10688                 Make scrolling faster. Patch by Alfons.
10689
10690 2005-04-01 [colin]      1.9.6cvs21
10691
10692         * src/Makefile.am
10693         * src/stock_pixmap.c
10694         * src/pixmaps/dir-noselect.xpm ** REMOVED **
10695         * src/pixmaps/dir_noselect.xpm ** ADDED **
10696                 Fix pixmap name mismatch (Thanks Stephan Sachse)
10697
10698 2005-04-01 [colin]      1.9.6cvs20
10699
10700         * src/image_viewer.c
10701         * src/image_viewer.h
10702         * src/procmime.c
10703         * src/procmime.h
10704         * src/textview.c
10705         * src/textview.h
10706                 Implement inline image resizing and right-clicking
10707
10708 2005-04-01 [paul]       1.9.6cvs19
10709
10710         * AUTHORS
10711         * Makefile.am
10712         * configure.ac
10713                 check for gnome2
10714                 patch by Luca Cavalli <loopback<AT>slackit.org>
10715         * po/ru.po
10716                 updated by Pavlo Bohmat
10717
10718 2005-03-31 [colin]      1.9.6cvs18
10719
10720         * src/news.c
10721                 Fix parsing references
10722         * src/msgcache.c
10723                 don't put nulls in the references list
10724         * src/procheader.c
10725                 commit that forgotten file in 1.9.6cvs14
10726
10727 2005-03-31 [colin]      1.9.6cvs17
10728
10729         * src/compose.c
10730                 Fix joining of signature separator again. 
10731                 Maybe Hiro could put it in main too...
10732
10733 2005-03-31 [colin]      1.9.6cvs16
10734
10735         * src/Makefile.am
10736         * src/foldersel.c
10737         * src/stock_pixmap.c
10738         * src/stock_pixmap.h
10739         * src/pixmaps/dir-noselect.xpm
10740                 Update foldersel.c (sync from main, patch by Alfons)
10741
10742 2005-03-30 [colin]      1.9.6cvs15
10743
10744         * src/imap.c
10745                 Fix handling of imap folders containing [] in 
10746                 their name. Thanks to Nahuel Angelinetti for
10747                 the detailed bugreport.
10748
10749 2005-03-30 [colin]      1.9.6cvs14
10750
10751         * src/common/utils.h
10752         * src/common/utils.c
10753         * src/common/defs.h
10754         * src/matcher.c
10755         * src/msgcache.c
10756         * src/news.c
10757         * src/procmsg.c
10758         * src/procmsg.h
10759         * src/quote_fmt_parse.y
10760         * src/summaryview.c
10761                 Update references system. Patch by Alfons
10762
10763 2005-03-30 [colin]      1.9.6cvs13
10764
10765         * src/common/socket.c
10766                 Force the glibc to read resolv.conf again when 
10767                 it has changed. Should fix issues when changing
10768                 networks on a laptop and not restarting sylpheed. 
10769
10770 2005-03-30 [paul]       1.9.6cvs12
10771
10772         partial sync with main:
10773
10774         * src/action.c
10775                 create_io_dialog(): use user-defined text font
10776                 (thanks to Alfons), and modified its appearance.
10777         * src/addrgather.c
10778         * src/addrharvest.c
10779         * src/browseldap.c
10780                 replace old code
10781         * src/compose.c
10782                 don't join (presumably) itemized lines on line-wrapping
10783                 fixed wrapping of quote when auto-wrapping is enabled
10784                 compose_destroy(): destroy paned only if it's not
10785                 attached to window. Fixed memory leak of popup menu.
10786         * src/exphtmldlg.c
10787         * src/expldifdlg.c
10788                 replace old code
10789         * src/html.c
10790         * src/html.h
10791         * src/importmutt.c
10792         * src/importpine.c
10793                 replace old code
10794         * src/main.c
10795                 removed redundant code
10796         * src/mainwindow.c
10797                 changed 'Code set' (which is rather incorrect)
10798                 in the menu to 'Character encoding'
10799                 main_window_set_widgets(): request size first
10800                 to prevent window size becoming wrong
10801                 fixed remembering of the state of the visibility
10802                 of MessageView
10803         * src/messageview.c
10804                 changed 'Code set' (which is rather incorrect)
10805                 in the menu to 'Character encoding'
10806         * src/prefs_common.c
10807         * src/prefs_common.h
10808                 added an option whether to render HTML as text or not
10809                 added separators to outgoing encoding menu
10810         * src/procheader.c
10811                 procheader_scan_date_string(): support header
10812                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
10813         * src/summaryview.c
10814         * src/summaryview.h
10815                 minor code cleanup
10816         * src/textview.c
10817                 textview_show_html(): force output of newline
10818                 added an option whether to render HTML as text or not
10819         * src/common/utils.c
10820                 strncpy2(): optimized based on Alfons' code
10821         * src/gtk/gtkutils.c
10822         * src/gtk/gtkutils.h
10823                 removed non-used code
10824         * src/plugins/pgpmime/passphrase.c
10825                 partially fixed grab input of passphrase dialog
10826                 Confine pointer to window
10827
10828 2005-03-30 [colin]      1.9.6cvs11
10829
10830         * src/msgcache.c
10831         * src/msgcache.h
10832                 Read/write 32bit ints from cache & marks
10833                 From main.
10834
10835 2005-03-29 [paul]       1.9.6cvs10
10836
10837         * AUTHORS
10838         * ChangeLog.claws
10839         * src/compose.c
10840         * src/gtk/gtkaspell.c
10841                 sync with HEAD (don't pass NULL pointers) 
10842
10843 2005-03-24 [paul]
10844
10845         * tools/Makefile.am
10846         * tools/README
10847         * tools/acroread2sylpheed.pl
10848                 sync with HEAD (add script to send pdfs as
10849                 attachments from Adobe Reader 7)
10850
10851 2005-03-21 [paul]       1.9.6cvs9
10852
10853         * configure.ac
10854         * po/POTFILES.in
10855         * src/Makefile.am
10856         * src/crash.c
10857         * src/image_viewer.c ** ADDED **
10858         * src/image_viewer.h ** ADDED **
10859         * src/main.c
10860         * src/prefs_common.c
10861         * src/prefs_common.h
10862         * src/prefs_image_viewer.c ** ADDED **
10863         * src/prefs_image_viewer.h ** ADDED **
10864         * src/textview.c
10865         * src/gtk/about.c
10866         * src/pixmaps/sylpheed_logo.xpm
10867         * src/plugins/Makefile.am
10868         * src/plugins/image_viewer/.cvsignore ** REMOVED **
10869         * src/plugins/image_viewer/Makefile.am ** REMOVED **
10870         * src/plugins/image_viewer/plugin.c ** REMOVED **
10871         * src/plugins/image_viewer/viewer.c ** REMOVED **
10872         * src/plugins/image_viewer/viewer.glade ** REMOVED **
10873         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
10874         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
10875         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
10876         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
10877                 as gdk-pixbuf is now built-in
10878                 remove image_viewer plugin and put code back into
10879                 main codebase
10880                 implement inline image display (sync with main)
10881
10882                 replace logo with newer, nicer, larger version  
10883
10884 2005-03-21 [paul]       1.9.6cvs8
10885
10886         * src/gtk/about.c
10887                 cosmetic improvement
10888
10889 2005-03-21 [holger]     1.9.6cvs7
10890
10891         * src/plugins/spamassassin/spamassassin.c
10892                 Sync with HEAD
10893                 (unregister hook on failed plugin init)
10894
10895 2005-03-20 [colin]      1.9.6cvs6
10896
10897         * src/common/plugin.c
10898                 Check that plugin isn't already loaded
10899                 Patch by Alfons
10900
10901 2005-03-20 [thorsten]   1.9.6cvs5
10902
10903         * src/compose.c
10904                 use a more compatible syntax
10905
10906 2005-03-20 [thorsten]   1.9.6cvs4
10907
10908         * src/prefs_toolbar.c
10909                 fix crash when selecting toolbar item (uninitialized pointer)
10910
10911 2005-03-20 [thorsten]   1.9.6cvs3
10912
10913         * src/procmime.c
10914                 fix mimetype detection (referenced free()d string)
10915
10916 2005-03-20 [paul]       1.9.6cvs2
10917
10918         * src/compose.c
10919                 sync with HEAD (1.0.3cvs5)
10920                 neglect Reply-To header if empty
10921                 Patch by Alfons 
10922
10923 2005-03-19 [holger]     1.9.6cvs1
10924
10925         * src/summaryview.c
10926         * src/summaryview.h
10927                 Sync with HEAD
10928
10929 2005-03-18 [paul]       1.9.6
10930
10931         initial GTK2 release
10932
10933 2005-03-18 [paul]       1.0.3cvs3.1
10934
10935         * AUTHORS
10936         * ChangeLog.claws
10937         * configure.ac
10938         * src/gtk/about.c
10939         * src/pixmaps/sylpheed_logo.xpm
10940                 sync with HEAD
10941
10942 2005-03-18 [colin]      1.0.3cvs2.6
10943
10944         * src/summaryview.c
10945                 Remove call to summary_step in summary_copy_selected_to
10946                 Can't see its purpose, and this causes bug when copying
10947                 a message if the next one is unread: it reads it.
10948
10949 2005-03-18 [paul]       1.0.3cvs2.5
10950
10951         * src/foldersel.c
10952                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
10953
10954 2005-03-18 [paul]       1.0.3cvs2.4
10955
10956         * src/addrharvest.c
10957         * src/codeconv.c
10958         * src/codeconv.h
10959         * src/compose.c
10960         * src/news.c
10961         * src/procheader.c
10962         * src/procmime.c
10963         * src/unmime.c
10964         * src/unmime.h
10965                 fix buffer overflow, CAN-2005-0667, see
10966                 http://secunia.com/advisories/14491/
10967                 Patch by Alfons
10968
10969 2005-03-17 [colin]      1.0.3cvs2.3
10970
10971         * src/prefs_fonts.c
10972         * src/summaryview.c
10973                 Fix font bugs (both lists now officialy share 
10974                 the same font)
10975                 
10976
10977 2005-03-17 [paul]       1.0.3cvs2.2
10978
10979         * src/gtk/pluginwindow.c
10980                 make plugin descriptions uneditable
10981
10982 2005-03-11 [paul]       1.0.3cvs2.1
10983
10984         * ChangeLog.claws
10985         * configure.ac
10986         * po/POTFILES.in
10987         * src/plugins/trayicon/trayicon.c
10988                 sync with HEAD
10989                 add src/wizard.c to POTFILES.in
10990
10991 2005-03-11 [paul]       1.0.3cvs1.1
10992
10993         * ChangeLog
10994         * ChangeLog.claws
10995         * configure.ac
10996         * po/de.po
10997         * po/es.po
10998         * po/fr.po
10999         * po/it.po
11000         * po/pt_BR.po
11001         * po/ru.po
11002         * po/sk.po
11003         * po/sr.po
11004         * po/zh_CN.po
11005                 sync with HEAD
11006
11007 2005-03-04 [colin]      1.0.1cvs22.2
11008
11009         * src/compose.c
11010                 Fix signatures with accentued chars in it
11011
11012 2005-03-04 [colin]      1.0.1cvs22.1
11013
11014         * src/common/smtp.c
11015         * src/common/smtp.h
11016                 Don't use SIZE param in MAIL FROM: if server 
11017                 doesn't support it. Patch by Eugen Freiter
11018                 <eugen_f@users.sf.net>
11019
11020 2005-02-27 [paul]       1.0.1cvs20.1
11021
11022         * ChangeLog.claws
11023         * configure.ac
11024         * src/messageview.c
11025                 sync with HEAD
11026
11027 2005-02-27 [colin]      1.0.1cvs19.4
11028
11029         * src/procheader.c
11030         * src/procheader.h
11031                 Fix prototypes. Patch by Alfons
11032
11033 2005-02-27 [colin]      1.0.1cvs19.3
11034
11035         * src/compose.c
11036                 Don't auto-join the signature separator.
11037
11038 2005-02-26 [colin]      1.0.1cvs19.2
11039
11040         * src/summaryview.c
11041                 Fix 'mark all read' with collapsed threads.
11042                 Patch by Alfons.
11043
11044 2005-02-25 [paul]       1.0.1cvs19.1
11045
11046         * ChangeLog.claws
11047         * configure.ac
11048         * src/prefs_account.c
11049         * src/prefs_folder_item.c
11050         * src/gtk/prefswindow.c
11051         * src/gtk/prefswindow.h
11052                 sync with HEAD
11053
11054 2005-02-25 [paul]       1.0.1cvs15.12
11055
11056         * src/alertpanel.c
11057         * src/codeconv.c
11058         * src/compose.c
11059         * src/textview.c
11060         * src/gtk/gtkutils.c
11061         * src/gtk/gtkutils.h
11062         * src/gtk/logwindow.c
11063         * src/gtk/progressdialog.c
11064                 sync with main (revision 127)
11065                 and fix logwindow clipping
11066
11067 2005-02-24 [colin]      1.0.1cvs15.11
11068
11069         * src/plugins/pgpmime/passphrase.c
11070                 Disable input grabbing; it doesn't work yet.
11071
11072 2005-02-24 [colin]      1.0.1cvs15.10
11073
11074         * src/messageview.c
11075                 Don't send out receipts if offline. Ask.
11076
11077 2005-02-23 [colin]      1.0.1cvs15.9
11078
11079         * src/summaryview.c     
11080                 Fix expanding
11081
11082 2005-02-23 [colin]      1.0.1cvs15.8
11083
11084         * src/summaryview.c
11085                 Really fix Bug 568 by removing useless
11086                 calls. summary_thread_init() now called
11087                 in summary_sort(). This should please
11088                 Alfons as it should be faster than 
11089                 previously.
11090
11091 2005-02-23 [colin]      1.0.1cvs15.7
11092
11093         * src/compose.c
11094                 Encode parts as QP or B64 if signing
11095
11096 2005-02-23 [colin]      1.0.1cvs15.6
11097
11098         * src/compose.c
11099                 Fix Mimeinfo leakage (including tmp files)
11100         * src/procmsg.c
11101                 Fix tmp file leakage (spotted by Ivan Rayner)
11102
11103 2005-02-22 [colin]      1.0.1cvs15.5
11104
11105         * src/expldifdlg.c
11106                 Fix keyboard input. Patch by Alfons.
11107
11108 2005-02-21 [colin]      1.0.1cvs15.4
11109
11110         * src/compose.c
11111                 Fix Sign/Encrypt when unselecting privacy
11112                 system
11113         * src/prefs_common.c
11114                 Change default message font to Monospace
11115         * src/summaryview.c
11116                 More freezing during potentially large operations
11117
11118 2005-02-21 [paul]       1.0.1cvs15.3
11119
11120         * src/main.c
11121                 fix --help output
11122
11123 2005-02-21 [paul]       1.0.1cvs15.2
11124
11125         * po/Makefile.in.in
11126         * src/compose.c
11127         * src/summaryview.c
11128         * src/textview.c
11129         * src/common/utils.c
11130         * src/common/utils.h
11131                 sync with main (revision 117)
11132
11133 2005-02-20 [colin]      1.0.1cvs15.1
11134
11135         * src/common/defs.h
11136                 Change cache file to .sylpheed_claws_cache, as
11137                 suggested by Alfons. Allows people to switch
11138                 between Sylpheed and Sylpheed-Claws. it is
11139                 a good idea to "Check for new messages" at next
11140                 startup.
11141
11142
11143 2005-02-18 [colin]      1.0.1cvs14.1
11144
11145         * src/quote_fmt_lex.l
11146         * src/quote_fmt_parse.y
11147                 Fix parser initialisation. Patch by Ivan.
11148
11149 2005-02-18 [colin]      1.0.1cvs11.6
11150
11151         * src/folderview.c
11152                 Fix scrolldown (bug 662)
11153
11154 2005-02-17 [colin]      1.0.1cvs11.5
11155
11156         * src/codeconv.c
11157                 conv_filename_to_utf8: return clean 7bit instead
11158                 of broken utf8 if needed
11159         * src/mimeview.c
11160                 Fix display of parts with unclean 8bit names
11161
11162 2005-02-17 [paul]       1.0.1cvs11.4
11163
11164         * src/compose.c
11165         * src/exportldif.c
11166         * src/matcher_parser_parse.y
11167         * src/procmime.c
11168         * src/sourcewindow.c
11169         * src/common/Makefile.am
11170         * src/common/intl.h             ** REMOVED **
11171         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11172                 sync with main (revision 109)
11173                 and clean up
11174
11175 2005-02-16 [colin]      1.0.1cvs11.3
11176
11177         * src/summaryview.c
11178                 Fix collapsed thread not highlighting when new
11179                 messages in it (Bug 568) Patch by Stephan Sachse.
11180                 Fix messed up selection when reaching bounds (Bug 632)
11181         * src/prefs_themes.c
11182                 Fix theme installing (Bug 684)
11183
11184 2005-02-16 [colin]      1.0.1cvs11.2
11185
11186         * src/messageview.c
11187                 Fix messageview_select_all
11188
11189 2005-02-16 [colin]      1.0.1cvs11.1
11190
11191         * src/mh.c
11192                 Sync with HEAD (MH scan required function)
11193
11194 2005-02-15 [colin]      1.0.1cvs8.1
11195
11196         * src/mimeview.c
11197         * src/common/utils.c
11198                 Sync with HEAD (filename chars substitution)
11199
11200 2005-02-15 [colin]      1.0.1cvs7.3
11201
11202         * src/gtk/pluginwindow.c
11203                 Fix button spacing
11204
11205 2005-02-15 [colin]      1.0.1cvs7.2
11206
11207         * src/mimeview.c
11208                 Fix mime icons not reset across message when
11209                 scrolled down
11210
11211 2005-02-15 [colin]      1.0.1cvs7.1
11212
11213         * src/compose.c
11214         * src/procmime.c
11215                 Sync with HEAD (optimisation of cvs6)
11216
11217 2005-02-14 [colin]      1.0.1cvs6.1
11218
11219         * src/compose.c
11220         * src/procmime.c
11221                 Sync with HEAD (encode "From " at line beginning)
11222
11223 2005-02-14 [colin]      1.0.1cvs5.3
11224
11225         * src/compose.c
11226                 Fix wrapping with accentued chars.
11227
11228 2005-02-13 [colin]      1.0.1cvs5.2
11229
11230         * src/textview.c
11231                 Fix email informative part parsing with
11232                 accentued chars in it. ispunct() returns
11233                 true for them in utf8...
11234
11235 2005-02-12 [colin]      1.0.1cvs5.1
11236
11237         * src/filtering.c
11238                 Sync with HEAD (remove wrong use of compose after send)
11239
11240 2005-02-12 [paul]       1.0.1cvs4.5
11241
11242         * src/textview.c
11243                 remove unnecessary code (thanks to Alfons)
11244
11245 2005-02-12 [paul]       1.0.1cvs4.4
11246
11247         * src/textview.c
11248                 add 'Copy' to contextual menu on emails
11249
11250 2005-02-11 [colin]      1.0.1cvs4.3
11251
11252         * src/compose.c
11253                 revert 1.0.0cvs28.2, it doesn't work that well.
11254
11255 2005-02-11 [paul]       1.0.1cvs4.2
11256
11257         * po/Makefile.in.in
11258                 fix 'make release'
11259
11260 2005-02-10 [paul]       1.0.1cvs4.1
11261
11262         * ChangeLog
11263         * ChangeLog.claws
11264         * ChangeLog.jp
11265         * configure.ac
11266         * src/compose.c
11267                 sync with HEAD (sync with main)
11268
11269 2005-02-10 [paul]       1.0.1cvs3.2
11270
11271         * AUTHORS
11272         * Makefile.am
11273         * autogen.sh
11274         * configure.ac
11275         * config/mkinstalldirs
11276         * intl/.cvsignore
11277         * intl/ChangeLog
11278         * intl/VERSION
11279         * intl/bindtextdom.c
11280         * intl/config.charset
11281         * intl/dcgettext.c
11282         * intl/dcigettext.c
11283         * intl/dcngettext.c
11284         * intl/dgettext.c
11285         * intl/dngettext.c
11286         * intl/eval-plural.h
11287         * intl/explodename.c
11288         * intl/finddomain.c
11289         * intl/gettext.c
11290         * intl/gettextP.h
11291         * intl/gmo.h
11292         * intl/hash-string.h
11293         * intl/intl-compat.c
11294         * intl/l10nflist.c
11295         * intl/libgnuintl.h.in
11296         * intl/loadinfo.h
11297         * intl/loadmsgcat.c
11298         * intl/localcharset.c
11299         * intl/localcharset.h
11300         * intl/locale.alias
11301         * intl/localealias.c
11302         * intl/localename.c
11303         * intl/log.c
11304         * intl/ngettext.c
11305         * intl/os2compat.c
11306         * intl/os2compat.h
11307         * intl/osdep.c
11308         * intl/plural-exp.c
11309         * intl/plural-exp.h
11310         * intl/plural.c
11311         * intl/plural.y
11312         * intl/ref-add.sin
11313         * intl/ref-del.sin
11314         * intl/relocatable.c
11315         * intl/relocatable.h
11316         * intl/textdomain.c
11317         * m4/Makefile.am
11318         * po/Makefile.in.in
11319         * src/Makefile.am
11320         * src/account.c
11321         * src/action.c
11322         * src/addr_compl.c
11323         * src/addressadd.c
11324         * src/addressbook.c
11325         * src/addrgather.c
11326         * src/addrindex.c
11327         * src/alertpanel.c
11328         * src/browseldap.c
11329         * src/codeconv.c
11330         * src/codeconv.h
11331         * src/compose.c
11332         * src/compose.h
11333         * src/crash.c
11334         * src/editaddress.c
11335         * src/editbook.c
11336         * src/editgroup.c
11337         * src/editjpilot.c
11338         * src/editldap.c
11339         * src/editldap_basedn.c
11340         * src/editvcard.c
11341         * src/exphtmldlg.c
11342         * src/expldifdlg.c
11343         * src/export.c
11344         * src/exporthtml.c
11345         * src/filtering.c
11346         * src/folder.c
11347         * src/folder_item_prefs.c
11348         * src/foldersel.c
11349         * src/folderview.c
11350         * src/grouplistdialog.c
11351         * src/headerview.c
11352         * src/imap.c
11353         * src/imap_gtk.c
11354         * src/import.c
11355         * src/importldif.c
11356         * src/importmutt.c
11357         * src/importpine.c
11358         * src/inc.c
11359         * src/ldif.c
11360         * src/main.c
11361         * src/mainwindow.c
11362         * src/matcher.c
11363         * src/mbox.c
11364         * src/message_search.c
11365         * src/messageview.c
11366         * src/mh.c
11367         * src/mh_gtk.c
11368         * src/mimeview.c
11369         * src/msgcache.c
11370         * src/news.c
11371         * src/news_gtk.c
11372         * src/noticeview.c
11373         * src/partial_download.c
11374         * src/pop.c
11375         * src/prefs_account.c
11376         * src/prefs_actions.c
11377         * src/prefs_common.c
11378         * src/prefs_customheader.c
11379         * src/prefs_display_header.c
11380         * src/prefs_ext_prog.c
11381         * src/prefs_filtering.c
11382         * src/prefs_filtering_action.c
11383         * src/prefs_folder_item.c
11384         * src/prefs_fonts.c
11385         * src/prefs_gtk.c
11386         * src/prefs_matcher.c
11387         * src/prefs_msg_colors.c
11388         * src/prefs_spelling.c
11389         * src/prefs_summary_column.c
11390         * src/prefs_template.c
11391         * src/prefs_themes.c
11392         * src/prefs_toolbar.c
11393         * src/prefs_wrapping.c
11394         * src/privacy.c
11395         * src/procheader.c
11396         * src/procmime.c
11397         * src/procmsg.c
11398         * src/quote_fmt.c
11399         * src/recv.c
11400         * src/send_message.c
11401         * src/setup.c
11402         * src/sourcewindow.c
11403         * src/ssl_manager.c
11404         * src/statusbar.c
11405         * src/summary_search.c
11406         * src/summaryview.c
11407         * src/textview.c
11408         * src/toolbar.c
11409         * src/wizard.c
11410         * src/common/nntp.c
11411         * src/common/plugin.c
11412         * src/common/smtp.c
11413         * src/common/ssl.c
11414         * src/common/ssl_certificate.c
11415         * src/common/string_match.c
11416         * src/common/sylpheed.c
11417         * src/common/template.c
11418         * src/common/utils.c
11419         * src/gtk/about.c
11420         * src/gtk/colorlabel.c
11421         * src/gtk/description_window.c
11422         * src/gtk/filesel.c
11423         * src/gtk/foldersort.c
11424         * src/gtk/gtkaspell.c
11425         * src/gtk/gtkutils.c
11426         * src/gtk/inputdialog.c
11427         * src/gtk/logwindow.c
11428         * src/gtk/menu.c
11429         * src/gtk/pluginwindow.c
11430         * src/gtk/prefswindow.c
11431         * src/gtk/progressdialog.c
11432         * src/gtk/quicksearch.c
11433         * src/gtk/sslcertwindow.c
11434         * src/plugins/clamav/clamav_plugin.c
11435         * src/plugins/clamav/clamav_plugin_gtk.c
11436         * src/plugins/demo/demo.c
11437         * src/plugins/dillo_viewer/dillo_prefs.c
11438         * src/plugins/dillo_viewer/dillo_viewer.c
11439         * src/plugins/image_viewer/plugin.c
11440         * src/plugins/image_viewer/viewer.c
11441         * src/plugins/image_viewer/viewerprefs.c
11442         * src/plugins/mathml_viewer/mathml_viewer.c
11443         * src/plugins/pgpmime/passphrase.c
11444         * src/plugins/pgpmime/plugin.c
11445         * src/plugins/pgpmime/prefs_gpg.c
11446         * src/plugins/pgpmime/select-keys.c
11447         * src/plugins/pgpmime/sgpgme.c
11448         * src/plugins/spamassassin/spamassassin.c
11449         * src/plugins/spamassassin/spamassassin_gtk.c
11450         * src/plugins/trayicon/trayicon.c
11451                 sync with main (revision 104)
11452
11453 2005-02-10 [colin]      1.0.1cvs3.1
11454
11455         * src/mainwindow.c
11456                 Sync with HEAD (fix occasional crasher)
11457
11458 2005-02-10 [colin]      1.0.1cvs2.1
11459
11460         * src/messageview.c
11461                 Synw with HEAD (don't automatically display html)
11462
11463 2005-02-09 [colin]      1.0.1cvs1.3
11464
11465         * src/textview.c
11466         * src/textview.h
11467                 Add contextual menu on emails
11468
11469 2005-02-09 [colin]      1.0.1cvs1.2
11470
11471         * src/codeconv.c
11472                 Fix converting from broken headers and 
11473                 put back the _ in missing places
11474                 (feature broke with cvs24.2 sync, main 
11475                  possibly affected?)
11476
11477 2005-02-09 [colin]      1.0.1cvs1.1
11478
11479         * src/messageview.c
11480         * src/mimeview.c
11481         * src/mimeview.h
11482                 Sync with HEAD (display non text/plain mails with plugin)
11483
11484 2005-02-08 [colin]      1.0.1.1
11485
11486         * ChangeLog.claws
11487         * po/pt_BR.po
11488                 Sync with HEAD
11489         * configure.ac
11490                 Make default configuration directory 
11491                 be .sylpheed-gtk2
11492
11493 2005-02-08 [colin]      1.0.0cvs29.1
11494
11495         * po/de.po
11496         * po/es.po
11497         * po/fr.po
11498         * po/it.po
11499         * po/sk.po
11500         * po/sr.po
11501                 Sync translations with HEAD
11502
11503 2005-02-06 [colin]      1.0.0cvs28.3
11504
11505         * src/compose.c
11506                 Make compose a bit faster - patch by Alfons.
11507
11508 2005-02-06 [colin]      1.0.0cvs28.2
11509
11510         * src/compose.c
11511                 Make pasting via middle-click more reliable
11512
11513 2005-02-05 [paul]       1.0.0cvs28.1
11514
11515         * ChangeLog
11516         * ChangeLog.claws
11517         * ChangeLog.jp
11518         * configure.ac
11519         * src/compose.c
11520                 sync with HEAD
11521                 (fix bug 682 'redirect is broken'
11522
11523 2005-02-05 [torte]      1.0.0cvs27.1
11524
11525         * ChangeLog.claws
11526         * configure.ac
11527         * src/partial_download.c
11528                 Sync with HEAD (fix buf overflow)
11529
11530 2005-02-03 [colin]      1.0.0cvs26.1
11531
11532         * src/common/plugin.c
11533                 Sync with HEAD (avoid plugin mismatches)
11534
11535 2005-02-03 [paul]       1.0.0cvs25.3
11536
11537         * src/folderview.c
11538         * src/headerview.c
11539         * src/summaryview.c
11540         * src/textview.c
11541         * src/gtk/colorlabel.c
11542                 third and final part of initial sync with main-gtk2
11543
11544 2005-02-03 [paul]       1.0.0cvs25.2
11545
11546         * src/jpilot.c
11547                 fix building with jpilot support
11548
11549 2005-02-02 [colin]      1.0.0cvs25.1
11550
11551         * src/messageview.c
11552                 Sync with HEAD (fix dangerous typo)
11553
11554 2005-02-01 [colin]      1.0.0cvs24.3
11555
11556         * src/common/xml.c
11557                 Write file as advertised (UTF-8)
11558
11559 2005-02-01 [paul]       1.0.0cvs24.2
11560
11561         * src/addrbook.c
11562         * src/addrindex.c
11563         * src/alertpanel.h
11564         * src/codeconv.c
11565         * src/codeconv.h
11566         * src/compose.c
11567         * src/export.c
11568         * src/folder_item_prefs.c
11569         * src/html.c
11570         * src/imap.c
11571         * src/import.c
11572         * src/jpilot.c
11573         * src/mainwindow.c
11574         * src/matcher_parser_lex.l
11575         * src/messageview.c
11576         * src/mh.c
11577         * src/prefs_account.c
11578         * src/prefs_actions.c
11579         * src/prefs_common.c
11580         * src/prefs_gtk.c
11581         * src/prefs_gtk.h
11582         * src/prefs_themes.c
11583         * src/procheader.c
11584         * src/procmime.c
11585         * src/sourcewindow.c
11586         * src/statusbar.c
11587         * src/summaryview.c
11588         * src/textview.c
11589         * src/toolbar.c
11590         * src/unmime.c
11591         * src/common/template.c
11592         * src/common/utils.c
11593         * src/common/xml.c
11594         * src/common/xml.h
11595         * src/gtk/gtkaspell.c
11596         * src/plugins/clamav/clamav_plugin.c
11597         * src/plugins/dillo_viewer/dillo_prefs.c
11598         * src/plugins/image_viewer/viewerprefs.c
11599         * src/plugins/pgpmime/passphrase.c
11600         * src/plugins/pgpmime/prefs_gpg.c
11601         * src/plugins/pgpmime/select-keys.c
11602         * src/plugins/spamassassin/spamassassin.c
11603                 second part of initial sync with main-gtk2
11604                 (more to follow)
11605
11606 2005-01-31 [colin]      1.0.0cvs24.1
11607
11608         * src/compose.c
11609                 Sync with HEAD
11610
11611 2005-01-29 [paul]       1.0.0cvs23.2
11612
11613         * src/account.c
11614         * src/action.c
11615         * src/addressadd.c
11616         * src/addressbook.c
11617         * src/alertpanel.c
11618         * src/compose.c
11619         * src/editaddress.c
11620         * src/editbook.c
11621         * src/editgroup.c
11622         * src/editjpilot.c
11623         * src/editldap.c
11624         * src/editldap_basedn.c
11625         * src/editvcard.c
11626         * src/export.c
11627         * src/foldersel.c
11628         * src/grouplistdialog.c
11629         * src/import.c
11630         * src/importldif.c
11631         * src/inc.c
11632         * src/main.c
11633         * src/mainwindow.c
11634         * src/message_search.c
11635         * src/messageview.c
11636         * src/mimeview.c
11637         * src/prefs_actions.c
11638         * src/prefs_common.c
11639         * src/prefs_common.h
11640         * src/prefs_customheader.c
11641         * src/prefs_display_header.c
11642         * src/prefs_filtering.c
11643         * src/prefs_filtering_action.c
11644         * src/prefs_gtk.c
11645         * src/prefs_matcher.c
11646         * src/prefs_summary_column.c
11647         * src/prefs_template.c
11648         * src/sourcewindow.c
11649         * src/summary_search.c
11650         * src/summaryview.c
11651         * src/textview.c
11652         * src/gtk/about.c
11653         * src/gtk/description_window.c
11654         * src/gtk/gtkshruler.c
11655         * src/gtk/gtkutils.c
11656         * src/gtk/gtkutils.h
11657         * src/gtk/inputdialog.c
11658         * src/gtk/logwindow.c
11659         * src/gtk/prefswindow.c
11660         * src/gtk/progressdialog.c
11661         * src/gtk/progressdialog.h
11662                 first part of initial sync with main-gtk2
11663                 (more to follow)
11664
11665 2005-01-28 [colin]      1.0.0cvs23.1
11666
11667         * src/folderview.c
11668                 Sync with HEAD
11669
11670 2005-01-27 [colin]      1.0.0cvs21.1
11671
11672         * src/folder.c
11673         * src/folderview.c
11674                 Sync with HEAD
11675
11676 2005-01-27 [colin]      1.0.0cvs19.1
11677
11678         * src/procmime.c
11679                 Sync with HEAD
11680
11681 2005-01-27 [colin]      1.0.0cvs18.1
11682
11683         * src/messageview.c
11684         * src/summaryview.c
11685         * src/mainwindow.c
11686         * src/compose.c
11687         * src/compose.h
11688         * src/procmsg.c
11689         * src/procmsg.h
11690         * src/toolbar.c
11691                 Sync with HEAD
11692
11693 2005-01-26 [paul]       1.0.0cvs15.2
11694
11695         * src/compose.c
11696                 compose_entries_set(): convert subject and body to
11697                 utf8 if necessary. patch by Felix Eckhofer
11698
11699 2005-01-26 [paul]       1.0.0cvs15.1
11700
11701         * configure.ac
11702         * src/common/template.c
11703                 sync with HEAD (fix memory leak)
11704
11705 2005-01-25 [paul]       1.0.0cvs14.1
11706
11707         * configure.ac
11708         * src/compose.c
11709                 sync with HEAD
11710
11711 2005-01-24 [colin]      1.0.0cvs13.1
11712
11713         * src/summaryview.c
11714                 Sync with HEAD
11715
11716 2005-01-24 [paul]       1.0.0cvs12.1
11717
11718         * configure.ac
11719         * src/messageview.c
11720         * src/mh.c
11721         * src/common/utils.c
11722                 sync with HEAD
11723
11724 2005-01-24 [colin]      1.0.0cvs11.1
11725
11726         * src/procheader.c
11727                 Sync with HEAD
11728
11729 2005-01-24 [colin]      1.0.0cvs10.1
11730
11731         * src/folderview.c
11732                 Sync with HEAD
11733
11734 2005-01-23 [colin]      1.0.0cvs9.1
11735
11736         * src/crash.c
11737                 Sync with HEAD
11738
11739 2005-01-22 [colin]      1.0.0cvs8.1
11740
11741         * src/summaryview.c
11742         * src/gtk/quicksearch.c
11743                 Sync with HEAD
11744
11745 2005-01-21 [colin]      1.0.0cvs7.1
11746
11747         * src/summaryview.c
11748                 Sync with HEAD
11749
11750 2005-01-21 [colin]      1.0.0cvs6.1
11751
11752         * src/summaryview.c
11753                 Sync with HEAD
11754
11755 2005-01-21 [colin]      1.0.0cvs5.1
11756
11757         * src/gtk/quicksearch.c
11758         * src/prefs_common.c
11759         * src/prefs_common.h
11760                 Sync with HEAD (recurse option)
11761
11762 2005-01-21 [colin]      1.0.0cvs4.1
11763
11764         * src/folder.h
11765         * src/folderview.c
11766         * src/folderview.h
11767         * src/summaryview.c
11768         * src/gtk/quicksearch.c
11769         * src/gtk/quicksearch.h
11770                 Sync with HEAD (recursive quicksearch)
11771
11772 2005-01-20 [colin]      1.0.0cvs3.4
11773
11774         * src/ssl_manager.c
11775                 Remove useless code
11776
11777 2005-01-20 [colin]      1.0.0cvs3.3
11778
11779         * src/ssl_manager.c
11780                 Fix leak, thanks to Alfons.
11781
11782 2005-01-20 [colin]      1.0.0cvs3.2
11783
11784         * src/ssl_manager.c
11785                 Port SSL certificate window to GTK2.
11786
11787 2005-01-20 [paul]       1.0.0cvs3.1
11788
11789         * ChangeLog.claws
11790         * configure.ac
11791         * src/addrindex.c
11792         * src/addrindex.h
11793                 sync with HEAD
11794
11795 2005-01-19 [colin]      1.0.0cvs2.2
11796
11797         * src/plugins/trayicon/trayicon.c
11798                 Fix freeze with gtk-2.6, the easy way
11799                 (signal blocking helpless there...)
11800                 Closes bug #668.
11801
11802 2005-01-19 [colin]      1.0.0cvs2.1
11803
11804         * src/mbox.c
11805         * src/mbox.h
11806         * src/mainwindow.c
11807         * src/summaryview.c
11808         * src/summaryview.h
11809                 Sync with HEAD
11810
11811 2005-01-19 [paul]       1.0.0cvs1.1
11812
11813         * configure.ac
11814         * po/de.po
11815         * po/es.po
11816         * po/fr.po
11817         * po/hr.po
11818         * po/it.po
11819         * po/ja.po
11820         * po/ko.po
11821         * po/pt_BR.po
11822         * po/ru.po
11823         * po/sk.po
11824         * po/sr.po
11825                 sync with HEAD (update translations)
11826
11827 2005-01-18 [colin]      1.0.0cvs0.1
11828
11829         * src/foldersel.c
11830                 Specify search column - patch by Alfons
11831
11832 2005-01-18 [colin]      0.9.13cvs36.3
11833
11834         * src/prefs_toolbar.c
11835                 Change Delete to Remove
11836         * src/prefs_fonts.c
11837                 GTK2 version and leak fixes
11838         * src/prefs_actions.c
11839                 Add stock buttons.
11840                 All patches by Alfons
11841
11842 2005-01-17 [colin]      0.9.13cvs36.2
11843
11844         * src/compose.c
11845                 Fix DnD inserting twice. While at it,
11846                 add DnD support for text/plain in the
11847                 body, and add support in the headers.
11848
11849 2005-01-16 [colin]      0.9.13cvs36.1
11850
11851         * ChangeLog
11852         * ChangeLog.jp
11853         * ChangeLog.claws
11854                 Sync with HEAD (nothing applicable)
11855
11856 2005-01-16 [colin]      0.9.13cvs33.2
11857
11858         * src/prefs_toolbar.c
11859                 GTK2ize prefs_toolbar, by Alfons.
11860
11861 2005-01-14 [colin]      0.9.13cvs33.1
11862
11863         * src/html.c
11864         * src/msgcache.c
11865                 Sync with HEAD
11866
11867 2005-01-14 [colin]      0.9.13cvs32.1
11868
11869         * src/html.c
11870         * src/html.h
11871         * src/msgcache.c
11872         * AUTHORS
11873         * tools/calypso_convert.pl
11874                 Sync with HEAD
11875
11876 2005-01-08 [colin]      0.9.13cvs29.2
11877
11878         * src/prefs_filtering_action.c
11879         * src/prefs_filtering.c
11880                 2 more gtk2 patches by Alfons
11881
11882 2005-01-07 [paul]       0.9.13cvs29.1
11883
11884         * ChangeLog
11885         * ChangeLog.claws
11886         * ChangeLog.jp
11887         * configure.ac
11888         * src/pop.c
11889         * src/pop.h
11890                 sync with HEAD
11891
11892 2005-01-07 [colin]      0.9.13cvs28.3
11893
11894         * src/gtk/progressdialog.c
11895         * src/gtk/progressdialog.h
11896         * src/inc.c
11897         * src/send_message.c
11898                 GTK2 for the incorporation dialog. The CList isn't dead
11899                 yet, for a more smooth migration. Patch by Alfons.
11900
11901 2005-01-06 [colin]      0.9.13cvs28.2
11902
11903         * src/prefs_display_header.c
11904                 GTK2 conversion by Alfons
11905         * src/prefs_actions.c
11906         * src/prefs_matcher.c
11907                 Fix 2 leaks - patch by Alfons
11908
11909 2005-01-06 [colin]      0.9.13cvs28.1
11910
11911         * src/prefs_matcher.c
11912                 Sync with HEAD
11913
11914 2005-01-06 [colin]      0.9.13cvs27.4
11915
11916         * src/prefs_matcher.c
11917                 Fix double-free. Patch by Alfons
11918
11919 2005-01-06 [colin]      0.9.13cvs27.3
11920
11921         * src/prefs_matcher.c
11922                 GTK2 widgets + memleak
11923                 Patch by Alfons
11924
11925 2005-01-05 [colin]      0.9.13cvs27.2
11926
11927         * src/account.c
11928         * src/addr_compl.c
11929         * src/foldersel.c
11930         * src/stock_pixmap.c
11931         * src/stock_pixmap.h
11932                 3 more GTK2 patches by Alfons.
11933
11934 2005-01-04 [colin]      0.9.13cvs27.1
11935
11936         * src/folderview.c
11937         * src/imap_gtk.c
11938         * src/news_gtk.c
11939                 Sync with HEAD
11940
11941 2005-01-04 [colin]      0.9.13cvs25.9
11942
11943         * src/compose.c
11944                 Fix Show Ruler menuitem
11945         * src/prefs_template.c
11946                 Convert to GTK2
11947         * src/common/utils.c
11948                 Make auto pointer stuff handles NULLs
11949                 Patches by Alfons.
11950
11951 2005-01-04 [colin]      0.9.13cvs25.8
11952
11953         * src/compose.c
11954                 Move the attachment list to gtk2
11955                 Patch by Alfons.
11956
11957 2005-01-04 [colin]      0.9.13cvs25.7
11958
11959         * src/textview.c
11960                 Make some keys work again
11961                 Patch by SungHyun Nam <namsh@kldp.org>
11962
11963 2005-01-04 [colin]      0.9.13cvs25.6
11964
11965         * src/gtk/gtkshruler.c
11966                 Move the ruler to GTK2
11967                 Patch by Alfons
11968
11969 2005-01-03 [colin]      0.9.13cvs25.5
11970
11971         * src/compose.c
11972                 Fix my broken patch apply 
11973
11974 2005-01-03 [colin]      0.9.13cvs25.4
11975
11976         * src/common/utils.c
11977         * src/common/utils.h
11978         * src/gtk/prefswindow.c
11979                 Move auto pointer stuff to utils.c
11980                 Patch by Alfons again :)
11981
11982 2005-01-03 [colin]      0.9.13cvs25.3
11983
11984         * src/compose.c
11985         * src/prefs_gtk.c
11986         * src/prefs_template.c
11987         * src/textview.c
11988                 Empty text widgets with empty strings, not NULL char
11989                 Patch by SungHyun Nam <namsh@kldp_org>
11990
11991 2005-01-03 [colin]      0.9.13cvs25.2
11992
11993         * src/main.c
11994         * AUTHORS
11995                 Sync with HEAD
11996
11997 2005-01-03 [colin]      0.9.13cvs25.1
11998
11999         * src/pop.c
12000         * src/pop.h
12001                 Sync with HEAD
12002
12003 2005-01-03 [colin]      0.9.13cvs24.3
12004
12005         * src/account.c
12006                 Two patches from Alfons and Alex S Moore:
12007                 fix images, fix return value.
12008
12009 2005-01-01 [colin]      0.9.13cvs24.2
12010
12011         * src/prefs_actions.c
12012                 Fix over-zealous assertion. Patch by Alfons
12013
12014 2005-01-01 [colin]      0.9.13cvs24.1
12015
12016         * src/procmime.c
12017                 Sync with HEAD (leak fix)
12018
12019 2004-12-31 [colin]      0.9.13cvs23.2
12020
12021         * src/prefs_common.c
12022                 GTK2 widgets + stock buttons - patch by Alfons
12023
12024 2004-12-31 [paul]       0.9.13cvs23.1
12025
12026         * configure.ac
12027                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12028         * src/gtk/pluginwindow.c
12029                 use GTK2 widgets and plug memory leaks,
12030                 patches by Alfons
12031
12032 2004-12-30 [colin]      0.9.13cvs22.4
12033
12034         * src/account.c
12035         * src/action.c
12036         * src/export.c
12037         * src/foldersel.c
12038         * src/import.c
12039         * src/message_search.c
12040         * src/prefs_actions.c
12041         * src/prefs_common.c
12042         * src/prefs_customheader.c
12043         * src/prefs_filtering.c
12044         * src/prefs_summary_column.c
12045         * src/summary_search.c
12046         * src/gtk/about.c
12047         * src/gtk/description_window.c
12048         * src/gtk/gtkutils.c
12049         * src/gtk/gtkutils.h
12050         * src/gtk/inputdialog.c
12051         * src/gtk/prefswindow.c
12052                 Use GTK2 stock buttons. Patches by Alfons.
12053
12054 2004-12-30 [colin]      0.9.13cvs22.3
12055
12056         * src/account.c
12057                 Sync with HEAD
12058         * src/prefs_actions.c
12059         * src/prefs_customheader.c
12060         * src/prefs_filtering.c
12061         * src/prefs_msg_colors.c
12062         * src/prefs_summary_column.c
12063         * src/gtk/prefswindow.c
12064                 Use GtkTreeView instead of deprecated 
12065                 widgets. Patches by Alfons.
12066
12067 2004-12-30 [paul]       0.9.13cvs22.2
12068
12069         * src/foldersel.c
12070                 use GTK 2 Tree View
12071                 patch by Alfons, with root folder sorting fix
12072                 by Stephan Sachse
12073
12074 2004-12-30 [paul]       0.9.13cvs22.1
12075
12076         * ChangeLog
12077         * ChangeLog.claws
12078         * ChangeLog.jp
12079         * NEWS
12080         * configure.ac
12081         * src/account.c
12082                 sync with HEAD
12083
12084 2004-12-22 [martin]     0.9.13cvs21.2
12085
12086         * src/action.c
12087                 free the command line after its use
12088
12089 2004-12-18 [paul]       0.9.13cvs21.1
12090
12091         * AUTHORS
12092         * ChangeLog
12093         * ChangeLog.claws
12094         * ChangeLog.jp
12095         * NEWS
12096         * configure.ac
12097         * src/action.c
12098         * src/compose.c
12099         * src/syldap.c
12100                 sync with HEAD
12101
12102 2004-12-17 [martin]     0.9.13cvs17.2
12103
12104         * src/action.c
12105                 convert actions input to locale
12106         * src/inc.c
12107                 convert notification command to locale
12108         * src/plugins/pgpmime/select-keys.c
12109                 convert attributes to utf8
12110
12111 2004-12-14 [colin]      0.9.13cvs17.1
12112
12113         * ChangeLog
12114         * ChangeLog.jp
12115         * ChangeLog.claws
12116         * src/action.c
12117         * src/common/utils.c
12118         * src/gtk/prefswindow.c
12119         * src/gtk/gtkutils.c
12120         * src/gtk/gtkutils.h
12121         * src/plugins/spamassassin/libspamc.c
12122                 Sync with HEAD
12123
12124 2004-12-13 [colin]      0.9.13cvs14.1
12125
12126         * src/quote_fmt_parse.y
12127                 Sync with HEAD
12128
12129 2004-12-10 [colin]      0.9.13cvs12.1
12130
12131         * src/prefs_themes.c
12132         * src/mainwindow.c
12133         * src/messageview.c
12134                 Sync with HEAD
12135
12136 2004-12-09 [colin]      0.9.13cvs10.1
12137
12138         * src/procmime.c
12139                 Sync with HEAD (fix B64 encoding from memory)
12140
12141 2004-12-08 [colin]      0.9.13cvs9.1
12142
12143         * src/gtk/colorlabel.c
12144                 Sync with HEAD
12145
12146 2004-12-08 [paul]       0.9.13cvs8.2
12147
12148         * src/gtk/pluginwindow.c
12149                 fix window resizing oddities
12150
12151 2004-12-08 [colin]      0.9.13cvs8.1
12152
12153         * src/quote_fmt_parse.y
12154                 Sync with HEAD
12155
12156 2004-12-08 [colin]      0.9.13cvs7.1
12157
12158         * src/matcher_parser_parse.y
12159         * src/msgcache.c
12160         * src/prefs_matcher.c
12161         * src/procheader.c
12162         * src/matcher.c
12163         * src/common/defs.h
12164         * po/sr.po
12165                 Sync with HEAD
12166
12167 2004-12-08 [colin]      0.9.13cvs6.1
12168
12169         * src/quote_fmt_parse.y
12170         * src/textview.c
12171                 Sync with HEAD
12172         * src/gtk/prefswindow.c
12173         * src/gtk/pluginwindow.c
12174                 Fix G_CALLBACKS protos (thanks to Alfons)
12175
12176 2004-12-07 [torte]      0.9.13cvs2.2
12177
12178         * src/procmime.c
12179                 [Bug 650] reply button causes crash
12180                 Thanks to David Relson and Christoph
12181
12182 2004-12-07 [colin]      0.9.13cvs2.1
12183
12184         * ChangeLog.claws
12185         * AUTHORS
12186         * po/sk.po
12187         * src/procmime.c
12188         * src/prefs_account.c
12189         * src/common/smtp.c
12190         * src/common/smtp.h
12191                 Sync with HEAD
12192
12193 2004-12-06 [colin]      0.9.12cvs187.1
12194
12195         * ChangeLog.claws
12196         * INSTALL
12197         * Makefile.am
12198         * README.claws
12199         * TODO.claws
12200         * configure.ac
12201         * po/bg.po
12202         * po/cs.po
12203         * po/el.po
12204         * po/en_GB.po
12205         * po/es.po
12206         * po/fr.po
12207         * po/hr.po
12208         * po/hu.po
12209         * po/it.po
12210         * po/ja.po
12211         * po/ko.po
12212         * po/nl.po
12213         * po/pl.po
12214         * po/pt_BR.po
12215         * po/ru.po
12216         * po/sk.po
12217         * po/sr.po
12218         * po/sv.po
12219         * po/zh_CN.po
12220         * po/zh_TW.Big5.po
12221         * src/compose.c
12222         * tools/Makefile.am
12223         * tools/README
12224         * tools/filter_conv.pl
12225         * tools/kdeservicemenu/README
12226         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12227         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12228                 Sync with HEAD
12229
12230 2004-12-04 [colin]      0.9.12cvs183.1
12231
12232         * src/compose.c
12233                 Sync with HEAD (compose window position saving)
12234
12235 2004-12-04 [paul]       0.9.12cvs182.3
12236
12237         * src/messageview.c
12238         * src/mimeview.c
12239         * src/prefs_customheader.c
12240         * src/gtk/quicksearch.c
12241                 replace some forgotten GTK_SIGNAL_FUNCs
12242
12243 2004-12-04 [paul]       0.9.12cvs182.2
12244
12245         * src/Makefile.am
12246                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12247                 committed in error      
12248
12249 2004-12-04 [paul]       0.9.12cvs182.1
12250
12251         * ChangeLog
12252         * ChangeLog.claws
12253         * ChangeLog.jp
12254         * INSTALL
12255         * NEWS
12256         * README
12257         * README.jp
12258         * configure.ac
12259         * doc/manual/ja/Makefile.am
12260         * doc/manual/ja/sylpheed-1.html
12261         * doc/manual/ja/sylpheed-10.html
12262         * doc/manual/ja/sylpheed-11.html
12263         * doc/manual/ja/sylpheed-12.html
12264         * doc/manual/ja/sylpheed-13.html
12265         * doc/manual/ja/sylpheed-14.html
12266         * doc/manual/ja/sylpheed-15.html
12267         * doc/manual/ja/sylpheed-16.html
12268         * doc/manual/ja/sylpheed-17.html
12269         * doc/manual/ja/sylpheed-18.html
12270         * doc/manual/ja/sylpheed-19.html
12271         * doc/manual/ja/sylpheed-2.html
12272         * doc/manual/ja/sylpheed-20.html
12273         * doc/manual/ja/sylpheed-3.html
12274         * doc/manual/ja/sylpheed-4.html
12275         * doc/manual/ja/sylpheed-5.html
12276         * doc/manual/ja/sylpheed-6.html
12277         * doc/manual/ja/sylpheed-7.html
12278         * doc/manual/ja/sylpheed-8.html
12279         * doc/manual/ja/sylpheed-9.html
12280         * doc/manual/ja/sylpheed.html
12281         * doc/manual/ja/sylpheed.sgml
12282         * po/de.po
12283         * src/Makefile.am
12284         * src/compose.c
12285         * src/procmime.c
12286         * src/pixmaps/regular.xpm **REMOVED**
12287         * src/plugins/pgpmime/pgpmime.c
12288         * src/plugins/pgpmime/plugin.c
12289         * src/plugins/pgpmime/prefs_gpg.c
12290                 sync with HEAD
12291
12292 2004-12-03 [paul]       0.9.12cvs180.1
12293
12294         * ChangeLog
12295         * ChangeLog.claws
12296         * ChangeLog.jp
12297         * configure.ac
12298         * src/Makefile.am
12299         * src/pop.c
12300         * src/common/utils.c
12301         * src/common/utils.h
12302         * src/pixmaps/continue.xpm
12303         * src/pixmaps/dir_close.xpm
12304         * src/pixmaps/dir_open.xpm
12305         * src/pixmaps/drafts_close.xpm
12306         * src/pixmaps/drafts_open.xpm
12307         * src/pixmaps/folder.xpm **REMOVED**
12308         * src/pixmaps/group.xpm
12309         * src/pixmaps/unread.xpm
12310                 sync with HEAD
12311
12312 2004-12-02 [colin]      0.9.12cvs179.1
12313
12314         * src/compose.c
12315                 Sync with HEAD (non-duplicated reedition)
12316
12317 2004-12-02 [colin]      0.9.12cvs178.1
12318
12319         * src/compose.c
12320                 Sync with HEAD (linewrap_quote fix)
12321
12322 2004-12-01 [colin]      0.9.12cvs177.3
12323
12324         * src/addrharvest.c
12325                 Replace sizeof with strlen
12326
12327 2004-12-01 [paul]       0.9.12cvs177.2
12328
12329         * src/addrharvest.c
12330                 fix 'harvest addresses'
12331
12332 2004-11-30 [colin]      0.9.12cvs177.1
12333
12334         * src/gtk/prefswindow.c
12335         * src/gtk/pluginwindow.c
12336                 Sync with HEAD
12337
12338 2004-11-29 [colin]      0.9.12cvs176.1
12339
12340         * src/folderview.c
12341                 sync with HEAD (Fix disappearing separators in folderview's popup)
12342
12343 2004-11-29 [colin]      0.9.12cvs175.1
12344
12345         * src/procmime.c
12346                 Sync with head (another format fix)
12347
12348 2004-11-29 [colin]      0.9.12cvs174.1
12349
12350         * src/pop.c
12351                 Sync with HEAD (format string fix)
12352
12353 2004-11-26 [colin]      0.9.12cvs173.1
12354
12355         * src/common/smtp.c
12356         * src/common/smtp.h
12357                 Sync with HEAD
12358
12359 2004-11-24 [colin]      0.9.12cvs172.1
12360
12361         * src/plugins/pgpmime/pgpmime.c
12362                 Sync with HEAD
12363
12364 2004-11-24 [colin]      0.9.12cvs171.1
12365
12366         * src/plugins/pgpmime/pgpmime.c
12367                 Sync with head (gpgmectx leaks)
12368
12369 2004-11-24 [colin]      0.9.12cvs169.1
12370
12371         * src/plugins/pgpmime/plugin.c
12372         * src/plugins/trayicon/Makefile.am
12373         * src/plugins/trayicon/newmarkedmail.xpm
12374         * src/plugins/trayicon/trayicon.c
12375         * src/plugins/trayicon/unreadmarkedmail.xpm
12376                 Sync with HEAD
12377
12378 2004-11-23 [colin]      0.9.12cvs168.1
12379
12380         * src/partial_download.c
12381         * src/partial_download.h
12382         * src/plugins/pgpmime/plugin.c
12383                 Sync with HEAD
12384
12385 2004-11-23 [colin]      0.9.12cvs166.1
12386
12387         * src/Makefile.am
12388         * src/codeconv.c
12389         * src/compose.c
12390         * src/folderview.c
12391         * src/main.c
12392         * src/partial_download.c
12393         * src/partial_download.h
12394         * src/prefs_account.c
12395         * src/prefs_account.h
12396         * src/privacy.c
12397         * src/privacy.h
12398         * src/procmime.c
12399         * src/common/Makefile.am
12400         * src/common/base64.h
12401         * src/common/partial_download.c
12402         * src/common/partial_download.h
12403         * src/gtk/prefswindow.c
12404         * src/gtk/prefswindow.h
12405         * src/plugins/pgpmime/pgpmime.c
12406         * src/plugins/pgpmime/prefs_gpg.c
12407         * src/plugins/pgpmime/prefs_gpg.h
12408         * src/plugins/pgpmime/sgpgme.c
12409         * src/plugins/pgpmime/sgpgme.h
12410                 Sync with HEAD
12411
12412 2004-11-23 [colin]      0.9.12cvs163.1
12413
12414         * src/main.c
12415                 Sync with HEAD (cursor optimization)
12416
12417 2004-11-23 [colin]      0.9.12cvs162.1
12418
12419         * src/prefs_common.c
12420         * src/prefs_themes.c
12421         * src/procmsg.c
12422                 Sync with HEAD
12423
12424 2004-11-23 [colin]      0.9.12cvs158.9
12425
12426         * src/compose.c
12427                 Fix double-free when forwarding
12428         * src/msgcache.c
12429                 Fix leak on error path
12430                 
12431
12432 2004-11-23 [colin]      0.9.12cvs158.8
12433
12434         * src/compose.c
12435                 Fix possible double-free
12436                 Spotted by Alfons
12437
12438 2004-11-23 [colin]      0.9.12cvs158.7
12439
12440         * src/compose.c
12441                 Fix some signal handlers' prototypes
12442                 Spotted by Alfons
12443
12444 2004-11-22 [colin]      0.9.12cvs158.6
12445
12446         * src/compose.c
12447                 Remove unneeded code and duplicated
12448                 wrapping - patch by Alfons
12449
12450 2004-11-22 [colin]      0.9.12cvs158.5
12451
12452         * src/prefs_themes.c
12453                 Fix oversized selector
12454
12455 2004-11-22 [colin]      0.9.12cvs158.4
12456
12457         * src/compose.c
12458                 fix dump_text()
12459                 patch by Alfons
12460
12461 2004-11-19 [colin]      0.9.12cvs158.3
12462
12463         * src/textview.c
12464                 Add a context menu on links (open, copy)
12465
12466 2004-11-18 [paul]       0.9.12cvs158.2
12467
12468         * src/addrgather.c
12469         * src/exphtmldlg.c
12470         * src/expldifdlg.c
12471         * src/mimeview.c
12472         * src/prefs_common.c
12473         * src/plugins/image_viewer/viewer.c
12474         * src/plugins/spamassassin/spamassassin_gtk.c
12475                 replace deprecated gtk_notebook_set_page
12476                 and gtk_notebook_current_page
12477
12478 2004-11-18 [paul]       0.9.12cvs158.1
12479
12480         * configure.ac
12481         * src/compose.c
12482         * src/mainwindow.c
12483         * src/messageview.c
12484         * src/prefs_common.c
12485         * src/common/utils.c
12486         * src/common/utils.h
12487                 sync with HEAD
12488
12489 2004-11-17 [colin]      0.9.12cvs156.1
12490
12491         * src/prefs_account.c
12492         * src/prefs_account.h
12493         * src/procmsg.c
12494                 Sync with HEAD (add pref to store encrypted mails encrypted)
12495
12496 2004-11-17 [paul]       0.9.12cvs155.1
12497
12498         * ChangeLog
12499         * ChangeLog.claws
12500         * ChangeLog.jp
12501         * NEWS
12502         * configure.ac
12503         * src/compose.c
12504         * src/jpilot.c
12505         * src/privacy.c
12506         * src/procmime.c
12507         * src/procmime.h
12508         * src/procmsg.c
12509         * src/toolbar.c
12510         * src/pixmaps/error.xpm
12511                 sync with HEAD
12512
12513 2004-11-17 [colin]      0.9.12cvs151.1
12514
12515         * src/plugins/pgpmime/pgpmime.c
12516                 Sync with HEAD (remove debug printf)
12517
12518 2004-11-17 [colin]      0.9.12cvs150.1
12519
12520         * src/plugins/pgpmime/pgpmime.c
12521                 Sync with HEAD (off-by-one fix)
12522
12523 2004-11-17 [colin]      0.9.12cvs149.1
12524
12525         * src/procmsg.c
12526                 Sync with HEAD (coding style fixes)
12527
12528 2004-11-16 [colin]      0.9.12cvs148.1
12529
12530         * src/procmsg.c
12531                 Sync with head (Fix the fix)
12532
12533 2004-11-16 [colin]      0.9.12cvs147.1
12534
12535         * src/procmsg.c
12536                 Sync with Main (leak fix)
12537
12538 2004-11-16 [colin]      0.9.12cvs146.14
12539
12540         * src/compose.c
12541                 Remove useless chunk of code
12542                 Patch by Alfons
12543
12544 2004-11-15 [colin]      0.9.12cvs146.13
12545
12546         * src/compose.c
12547                 Fix drafting after insertion
12548                 Patch by Alfons
12549
12550 2004-11-15 [colin]      0.9.12cvs146.12
12551
12552         * src/compose.c
12553         * src/prefs_filtering.c
12554         * src/prefs_filtering_action.c
12555         * src/prefs_toolbar.c
12556                 Fix some const-correctness
12557
12558 2004-11-15 [colin]      0.9.12cvs146.11
12559
12560         * src/summaryview.c
12561         * src/prefs_themes.c
12562         * src/messageview.c
12563                 Fix some leaks
12564
12565 2004-11-15 [colin]      0.9.12cvs146.10
12566
12567         * src/codeconv.c
12568                 More unreadable locale fixes
12569
12570 2004-11-14 [colin]      0.9.12cvs146.9
12571
12572         * src/textview.c
12573                 Fix uri_security_check
12574                 Patch by Alfons
12575
12576 2004-11-13 [paul]       0.9.12cvs146.8
12577
12578         * src/folder.c
12579         * src/procmime.c
12580                 fix 2 bugs introduced in last commit
12581
12582 2004-11-13 [paul]       0.9.12cvs146.7
12583
12584         * src/compose.c
12585         * src/exporthtml.c
12586         * src/exportldif.c
12587         * src/folder.c
12588         * src/imap.c
12589         * src/imap_gtk.c
12590         * src/main.c
12591         * src/mainwindow.c
12592         * src/messageview.c
12593         * src/mh_gtk.c
12594         * src/prefs_themes.c
12595         * src/procmime.c
12596         * src/setup.c
12597         * src/summaryview.c
12598                 replace deprecated g_basename
12599
12600 2004-11-13 [paul]       0.9.12cvs146.6
12601
12602         * src/compose.c
12603         * src/imap.c
12604         * src/matcher_parser.h
12605         * src/matcher_parser_parse.y
12606         * src/prefs_filtering.c
12607         * src/prefs_filtering_action.c
12608         * src/prefs_themes.c
12609         * src/prefs_toolbar.c
12610         * src/common/utils.c
12611                 various small fixes/cleanups
12612
12613 2004-11-12 [colin]      0.9.12cvs146.5
12614
12615         * src/textview.c
12616                 Validate event's origin on visibility notify
12617                 Patch by Alfons.
12618
12619 2004-11-12 [paul]       0.9.12cvs146.4
12620
12621         * src/exporthtml.c
12622         * src/exportldif.c
12623         * src/imap.c
12624         * src/mh.c
12625         * src/mimeview.c
12626         * src/prefs_spelling.c
12627         * src/prefs_themes.c
12628                 replace deprecated g_dirname    
12629
12630 2004-11-12 [colin]      0.9.12cvs146.3
12631
12632         * src/textview.c
12633                 Some coding style fixes
12634
12635 2004-11-12 [colin]      0.9.12cvs146.2
12636
12637         * src/codeconv.c
12638                 We want to replace _all_ extended chars in
12639                 conv_unreadable_*, because any string containing
12640                 extended chars not parsing as UTF8 is 
12641                 undisplayed on gtk2.
12642
12643 2004-11-12 [paul]       0.9.12cvs146.1
12644
12645         * ChangeLog
12646         * ChangeLog.claws
12647         * ChangeLog.jp
12648         * NEWS
12649         * configure.ac
12650         * src/account.c
12651         * src/folderview.c
12652         * src/folderview.h
12653         * src/imap.c
12654         * src/imap_gtk.c
12655         * src/inc.c
12656         * src/mainwindow.c
12657         * src/mh_gtk.c
12658         * src/news_gtk.c
12659         * src/pop.c
12660         * src/prefs_account.c
12661         * src/prefs_account.h
12662         * src/prefs_ext_prog.c
12663         * src/procmime.c
12664         * src/procmime.h
12665         * src/procmsg.c
12666         * src/procmsg.h
12667         * src/summary_search.c
12668         * src/summaryview.c
12669         * src/textview.c
12670         * src/common/defs.h
12671         * src/common/utils.c
12672         * src/common/utils.h
12673         * src/gtk/menu.c
12674         * src/gtk/menu.h
12675                 sync with HEAD
12676
12677 2004-11-11 [colin]      0.9.12cvs144.2
12678
12679         * src/textview.c
12680                 Fix URI range selection (patch by Alfons)
12681
12682 2004-11-09 [colin]      0.9.12cvs144.1
12683
12684         * ChangeLog.claws
12685         * src/compose.c
12686         * src/folder.c
12687         * src/folder_item_prefs.c
12688         * src/prefs_account.c
12689         * src/prefs_account.h
12690         * src/plugins/pgpmime/pgpmime.c
12691                 Sync with HEAD
12692
12693 2004-11-08 [colin]      0.9.12cvs143.1
12694
12695         * src/summaryview.c
12696                 Sync with HEAD (optimize quicksearch)
12697
12698 2004-11-08 [colin]      0.9.12cvs142.2
12699
12700         * src/compose.c
12701                 Don't wrap when Edit/Auto wrapping is disabled
12702
12703 2004-11-08 [colin]      0.9.12cvs142.1
12704
12705         * src/textview.c
12706                 Sync with HEAD
12707
12708 2004-11-08 [colin]      0.9.12cvs141.1
12709
12710         * src/textview.c
12711                 Sync with HEAD (fix some mail URIs)
12712
12713 2004-11-08 [colin]      0.9.12cvs140.3
12714
12715         * src/textview.c
12716                 o Use text cursor instead of arrow when
12717                   not on a link
12718                 o Fix handling of contiguous links (as in
12719                   "colin@colino.net" <colin@colino.net>)
12720                   This one unveils a bug in get_email_part()
12721
12722 2004-11-07 [colin]      0.9.12cvs140.2
12723
12724         * src/textview.c
12725                 Fix memleak. Patch by Alfons.
12726
12727 2004-11-06 [colin]      0.9.12cvs140.1
12728
12729         * src/compose.c
12730                 Sync with HEAD (don't ask passphrase
12731                 when drafting)
12732
12733 2004-11-06 [paul]       0.9.12cvs139.2
12734
12735         * AUTHORS
12736         * src/textview.c
12737         * src/textview.h
12738                 textview URI handling. hovering over a 
12739                 link displays it in the status bar,
12740                 and changes the mouse pointer to a hand 
12741                 cursor. a link is activated with a single 
12742                 click. (Modified from the) patch by Jean-Yves 
12743                 Lefort <jylefort@users.sourceforge.net>
12744                 
12745
12746 2004-11-05 [colin]      0.9.12cvs139.1
12747
12748         * src/compose.c
12749         * src/procmime.c
12750                 Sync with HEAD again ^^
12751
12752 2004-11-05 [colin]      0.9.12cvs139.1
12753
12754         * src/compose.c
12755         * src/procmime.c
12756                 Sync with HEAD
12757
12758 2004-11-03 [paul]       0.9.12cvs138.1
12759
12760         * ChangeLog.claws
12761         * configure.ac
12762         * po/POTFILES.in
12763         * src/prefs_ext_prog.c
12764         * src/procmime.c
12765         * tools/kdeservicemenu/README
12766         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12767         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12768                 sync with HEAD
12769
12770 2004-11-01 [christoph]  0.9.12cvs136.2
12771
12772         * src/procmime.c
12773                 convert MIME parameters to UTF-8
12774
12775 2004-10-29 [colin]      0.9.12cvs136.1
12776
12777         * src/common/utils.c
12778                 Sync with HEAD (don't use '=' in mime boundary)
12779
12780 2004-10-29 [paul]       0.9.12cvs135.1
12781
12782         * configure.ac
12783         * doc/src/rfc2231.txt
12784         * src/procmime.c
12785         * src/common/quoted-printable.c
12786         * src/common/utils.c
12787         * src/common/utils.h
12788                 sync with HEAD
12789
12790 2004-10-27 [paul]       0.9.12cvs134.1
12791
12792         * configure.ac
12793         * src/main.c
12794         * src/procmime.c
12795         * src/plugins/pgpmime/pgpmime.c
12796                 sync with HEAD
12797
12798 2004-10-26 [paul]       0.9.12cvs132.3
12799
12800         * src/account.c
12801         * src/addressbook.c
12802         * src/addrgather.c
12803         * src/addrharvest.c
12804         * src/codeconv.c
12805         * src/compose.c
12806         * src/customheader.c
12807         * src/editaddress.c
12808         * src/editgroup.c
12809         * src/enriched.c
12810         * src/expldifdlg.c
12811         * src/exporthtml.c
12812         * src/exportldif.c
12813         * src/folder.c
12814         * src/foldersel.c
12815         * src/folderview.c
12816         * src/grouplistdialog.c
12817         * src/html.c
12818         * src/imap.c
12819         * src/jpilot.c
12820         * src/ldapserver.c
12821         * src/ldif.c
12822         * src/mimeview.c
12823         * src/news.c
12824         * src/news_gtk.c
12825         * src/pop.c
12826         * src/prefs_display_header.c
12827         * src/prefs_gtk.c
12828         * src/prefs_msg_colors.c
12829         * src/prefs_toolbar.c
12830         * src/procheader.c
12831         * src/procmime.c
12832         * src/summaryview.c
12833         * src/textview.c
12834         * src/toolbar.c
12835         * src/vcard.c
12836         * src/common/mgutils.c
12837         * src/common/nntp.c
12838         * src/common/smtp.c
12839         * src/common/template.c
12840         * src/common/utils.c
12841         * src/common/xmlprops.c
12842         * src/plugins/pgpmime/pgpmime.c
12843         * src/plugins/pgpmime/select-keys.c
12844         * src/plugins/pgpmime/sgpgme.c
12845                 replace deprecated g_strcasecmp(), g_strncasecmp(),
12846                 g_string_sprintfa(), gtk_notebook_current_page()
12847
12848 2004-10-26 [colin]      0.9.12cvs132.2
12849
12850         * src/prefs_folder_item.c
12851                 Fix default-account selection
12852
12853 2004-10-21 [colin]      0.9.12cvs133
12854
12855         * src/compose.c
12856                 Sync with HEAD (Remove extra separator in compose's Options)
12857         * src/textview.c
12858                 Set wrapping to char
12859
12860 2004-10-21 [paul]       0.9.12cvs131.2
12861
12862         * src/compose.c
12863         * src/sourcewindow.c
12864                 fix wrapping
12865                 fix window shrinking 
12866
12867 2004-10-21 [colin]      0.9.12cvs131.1
12868
12869         * ChangeLog.claws
12870         * src/compose.c
12871                 Sync with HEAD
12872
12873 2004-10-21 [paul]       0.9.12cvs130.2
12874
12875         * src/prefs_folder_item.c
12876                 sync with HEAD (Apply to subfolders)
12877
12878 2004-10-19 [colin]      0.9.12cvs130.1
12879
12880         * ChangeLog.claws
12881         * src/compose.c
12882         * src/common/utils.c
12883         * src/gtk/menu.c
12884                 Sync with HEAD
12885
12886 2004-10-19 [colin]      0.9.12cvs128.1
12887
12888         * src/addrbook.c
12889         * src/addrcache.c
12890         * src/addressbook.c
12891         * src/codeconv.c
12892         * src/compose.c
12893         * src/customheader.c
12894         * src/editaddress.c
12895         * src/editgroup.c
12896         * src/exporthtml.c
12897         * src/folder.c
12898         * src/folderview.c
12899         * src/imap.c
12900         * src/jpilot.c
12901         * src/main.c
12902         * src/matcher_parser_parse.y
12903         * src/mbox.c
12904         * src/pop.c
12905         * src/prefs_account.c
12906         * src/prefs_gtk.c
12907         * src/prefs_msg_colors.c
12908         * src/procheader.c
12909         * src/procmime.c
12910         * src/procmime.h
12911         * src/procmsg.c
12912         * src/summaryview.c
12913         * src/textview.c
12914         * src/common/base64.c
12915         * src/common/partial_download.c
12916         * src/common/socket.c
12917         * src/common/sylpheed.c
12918         * src/common/utils.c
12919         * src/common/utils.h
12920         * src/gtk/pluginwindow.c
12921         * src/gtk/quicksearch.c
12922         * src/plugins/clamav/clamav_plugin.c
12923         * src/plugins/clamav/clamav_plugin.h
12924         * src/plugins/clamav/clamav_plugin_gtk.c
12925         * src/plugins/pgpmime/passphrase.c
12926         * src/plugins/pgpmime/pgpmime.c
12927         * src/plugins/pgpmime/plugin.c
12928         * src/plugins/pgpmime/prefs_gpg.c
12929         * src/plugins/pgpmime/prefs_gpg.h
12930         * src/plugins/pgpmime/select-keys.c
12931         * src/plugins/pgpmime/sgpgme.c
12932         * src/plugins/spamassassin/libspamc.c
12933         * src/plugins/spamassassin/spamassassin.c
12934         * src/plugins/spamassassin/spamassassin.h
12935         * src/plugins/spamassassin/spamassassin_gtk.c
12936         * src/plugins/trayicon/trayicon.c
12937         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
12938                 Sync with HEAD
12939
12940 2004-10-14 [colin]      0.9.12cvs126.2
12941
12942         * src/codeconv.c
12943         * src/textview.c
12944                 Fix conv_unreadable_locale
12945
12946 2004-10-13 [colin]      0.9.12cvs126.1
12947
12948         * src/compose.c
12949                 Sync with HEAD (don't convert charset for 
12950                 drafted messages, minor cleanup)
12951
12952 2004-10-13 [colin]      0.9.12cvs125.1
12953
12954         * po/POTFILES.in
12955                 Sync with HEAD (POTFILES fix)
12956
12957 2004-10-12 [colin]      0.9.12cvs124.3
12958
12959         * src/compose.c
12960                 Fix encoding bug from latest sync
12961
12962 2004-10-12 [paul]       0.9.12cvs124.2
12963
12964         * src/plugins/pgpmime/prefs_gpg.c
12965         * src/plugins/pgpmime/prefs_gpg.h
12966                 forgotten in last commit        
12967
12968 2004-10-12 [paul]       0.9.12cvs124.1
12969
12970         * ChangeLog.claws
12971         * configure.ac
12972         * m4/spamassassin.m4
12973         * src/Makefile.am
12974         * src/account.c
12975         * src/compose.c
12976         * src/compose.h
12977         * src/crash.c
12978         * src/main.c
12979         * src/mimeview.c
12980         * src/passphrase.c
12981         * src/passphrase.h
12982         * src/prefs_account.c
12983         * src/prefs_account.h
12984         * src/prefs_common.c
12985         * src/privacy.c
12986         * src/privacy.h
12987         * src/procmime.c
12988         * src/procmime.h
12989         * src/procmsg.c
12990         * src/rfc2015.c
12991         * src/rfc2015.h
12992         * src/select-keys.c
12993         * src/select-keys.h
12994         * src/textview.c
12995         * src/common/utils.c
12996         * src/common/utils.h
12997         * src/gtk/about.c
12998         * src/plugins/pgpmime/Makefile.am
12999         * src/plugins/pgpmime/passphrase.c
13000         * src/plugins/pgpmime/passphrase.h
13001         * src/plugins/pgpmime/pgpmime.c
13002         * src/plugins/pgpmime/plugin.c
13003         * src/plugins/pgpmime/select-keys.c
13004         * src/plugins/pgpmime/select-keys.h
13005         * src/plugins/pgpmime/sgpgme.c
13006         * src/plugins/pgpmime/sgpgme.h
13007                 sync with HEAD
13008
13009 2004-10-04 [colin]      0.9.12cvs122.1
13010
13011         * src/mainwindow.c
13012         * src/messageview.c
13013         * src/messageview.h
13014         * src/textview.c
13015                 Sync with HEAD
13016
13017 2004-10-04 [colin]      0.9.12cvs121.1
13018
13019         * src/summaryview.c
13020                 Sync with HEAD
13021
13022 2004-10-04 [paul]       0.9.12cvs120.1
13023
13024         * configure.ac
13025                 sync with HEAD [don't try to build 
13026                 pgpmime plugin when gpgme is disabled]
13027
13028 2004-10-03 [colin]      0.9.12cvs119.3
13029
13030         * src/gtk/gtksctree.c
13031                 Lots of side effects. Put back as before 117.2.
13032         * src/summaryview.c
13033                 Fix bug #602
13034
13035 2004-10-03 [colin]      0.9.12cvs119.2
13036
13037         * src/gtk/gtksctree.c
13038                 Revert 608 fix that doesn't work that good
13039
13040 2004-10-02 [colin]      0.9.12cvs119.1
13041
13042         * src/mainwindow.c
13043         * src/messageview.c
13044         * src/prefs_common.h
13045         * src/procmime.c
13046         * src/procmime.h
13047         * src/textview.c
13048                 Sync with HEAD
13049         * src/gtk/gtksctree.c
13050                 Close bug #608
13051
13052 2004-10-01 [colin]      0.9.12cvs118.1
13053
13054         * src/mimeview.c
13055                 Sync with HEAD (better Save All fix)
13056
13057 2004-10-01 [colin]      0.9.12cvs117.2
13058
13059         * src/gtk/gtksctree.c
13060                 Faster on selection
13061
13062 2004-10-01 [colin]      0.9.12cvs117.1
13063
13064         * src/mimeview.c
13065                 Sync with HEAD (Save All: only attachments)
13066
13067 2004-10-01 [paul]       0.9.12cvs116.1
13068
13069         * ChangeLog.claws
13070         * configure.ac
13071         * src/account.c
13072         * src/prefs_common.c
13073         * src/gtk/colorlabel.c
13074                 sync with HEAD
13075
13076 2004-09-30 [colin]      0.9.12cvs115.1
13077
13078         * src/stock_pixmap.c
13079         * src/stock_pixmap.h
13080         * src/folderview.c
13081         * src/Makefile.am
13082         * src/pixmaps/read.xpm
13083                 Sync with HEAD (new pixmap)
13084
13085 2004-09-29 [colin]      0.9.12cvs114.1
13086
13087         * src/compose.c
13088                 Sync with HEAD
13089                 Fix focus handling in headers
13090
13091 2004-09-29 [paul]       0.9.12cvs113.1
13092
13093         * src/quote_fmt_parse.y
13094                 sync with HEAD
13095  
13096
13097 2004-09-28 [colin]      0.9.12cvs112.1
13098
13099         * src/folderview.c
13100         * src/mainwindow.c
13101                 Sync with HEAD
13102
13103 2004-09-28 [colin]      0.9.12cvs110.1
13104
13105         * src/folderview.c
13106                 Sync with HEAD (Contextual Empty trash menu)
13107
13108 2004-09-28 [colin]      0.9.12cvs108.1
13109
13110         * src/addressbook.c
13111                 Sync with HEAD (addressbook edit on double-click)
13112
13113 2004-09-28 [colin]      0.9.12cvs106.1
13114
13115         * src/inc.c
13116                 Sync with HEAD (folder_item freeze on inc)
13117
13118 2004-09-27 [colin]      0.9.12cvs105.1
13119
13120         * src/folderview.c
13121                 Sync with HEAD (right-align new and unread column)
13122
13123 2004-09-27 [colin]      0.9.12cvs104.1
13124
13125         * src/main.c
13126                 Sync with HEAD (revert 0.9.12cvs101)
13127
13128 2004-09-24 [colin]      0.9.12cvs103.2
13129
13130         * src/wizard.c
13131                 Fix gtk warnings and use domain part of the email address 
13132                 when domain detection fails (no dot in domain name)
13133
13134 2004-09-23 [colin]      0.9.12cvs103.1
13135
13136         * src/plugins/spamassassin/libspamc.c
13137         * src/plugins/spamassassin/libspamc.h
13138         * src/plugins/spamassassin/utils.c
13139         * src/plugins/spamassassin/utils.h
13140                 Sync with HEAD (Update spamassassin to 3.0)
13141
13142 2004-09-21 [colin]      0.9.12cvs102.3
13143
13144         * src/action.c
13145                 Add horizontal scrollbar in action io dialog as needed
13146                 Patch by Alfons.
13147
13148 2004-09-20 [colin]      0.9.12cvs102.2
13149
13150         * src/plugins/image_viewer/viewer.c
13151                 Remove imlib stuff
13152                 use gtk_pixmap_set when clearing
13153                 (would be better to use gtkImages, but causes size-allocate 
13154                 signals storm)
13155
13156 2004-09-17 [paul]       0.9.12cvs102.1
13157
13158         * ChangeLog
13159         * ChangeLog.claws
13160         * ChangeLog.jp
13161         * configure.ac
13162         * src/inc.c
13163                 sync with HEAD
13164
13165
13166 2004-09-17 [colin]      0.9.12cvs101.1
13167
13168         * ChangeLog.claws
13169         * src/main.c
13170                 Sync with HEAD (fix segs at exit)
13171
13172 2004-09-14 [colin]      0.9.12cvs99.5
13173
13174         * src/common/socket.c
13175         * AUTHORS
13176                 Fix send error on 64bit platforms
13177                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13178
13179 2004-09-14 [colin]      0.9.12cvs99.4
13180
13181         * src/action.c
13182                 Fix action output with utf8 
13183                 Patch by Alfons.
13184
13185 2004-09-14 [colin]      0.9.12cvs99.3
13186
13187         * ChangeLog.claws
13188         * src/folder.c
13189                 Sync with HEAD
13190
13191 2004-09-09 [colin]      0.9.12cvs99.2
13192
13193         * src/action.c
13194                 Fix progress bar (displaying "Completed %v/%u")
13195                 Patch by Alfons.
13196
13197 2004-09-08 [colin]      0.9.12cvs99.1
13198
13199         * src/account.c
13200         * src/folder.c
13201         * src/procmsg.c
13202         * src/procmsg.h
13203         * src/plugins/pgpmime/pgpmime.c
13204                 Sync with HEAD
13205
13206 2004-09-08 [colin]      0.9.12cvs97.2
13207
13208         * src/summaryview.c
13209                 Don't select mails in collapsed threads 
13210                 when navigating with up/down
13211
13212 2004-09-07 [colin]      0.9.12cvs97.1
13213
13214         * src/inc.c
13215                 Sync with HEAD (meaningful error messages)
13216
13217 2004-09-06 [colin]      0.9.12cvs96.1
13218
13219         * src/toolbar.c
13220                 Sync with HEAD (fix Redirect graying out)
13221
13222 2004-09-06 [colin]      0.9.12cvs95.1
13223
13224         * src/summaryview.c
13225         * src/mimeview.c
13226                 Sync with HEAD (fix dropped URIs)
13227
13228 2004-09-06 [colin]      0.9.12cvs94.1
13229
13230         * src/addressbook.c
13231         * src/addressitem.h
13232         * src/addritem.c
13233         * src/addritem.h
13234                 Sync with HEAD (addressbook DnD)
13235
13236 2004-09-03 [colin]      0.9.12cvs93.1
13237
13238         * src/summaryview.c
13239                 Sync with HEAD (next/prev unread)
13240
13241 2004-09-03 [colin]      0.9.12cvs92.1
13242
13243         * src/prefs_common.c
13244         * src/prefs_common.h
13245         * src/summaryview.c
13246                 Sync with HEAD ('mark_as_read_delay' pref)
13247
13248 2004-09-02 [colin]      0.9.12cvs91.2
13249
13250         * src/common/xml.c
13251                 Fix leak
13252
13253 2004-09-02 [colin]      0.9.12cvs91.1
13254
13255         * src/gtk/menu.c
13256                 Sync with HEAD (menu accel don't work, but whatever)
13257
13258 2004-09-02 [colin]      0.9.12cvs90.1
13259
13260         * src/account.c
13261                 Sync with HEAD (fix bug 582)
13262
13263 2004-09-02 [colin]      0.9.12cvs89.1
13264
13265         * src/addrindex.c
13266                 Sync with HEAD (free deleted queries)
13267
13268 2004-09-02 [colin]      0.9.12cvs88.1
13269
13270         * src/ldapquery.c
13271                 Sync with HEAD (fix LDAP freezes)
13272
13273 2004-09-02 [colin]      0.9.12cvs87.1
13274
13275         * src/prefs_spelling.c
13276                 Sync with HEAD (add default dictionary)
13277
13278 2004-09-01 [colin]      0.9.12cvs86.1
13279
13280         * src/filtering.c
13281         * src/folderview.c
13282         * src/imap.c
13283         * src/prefs_matcher.c
13284         * src/stock_pixmap.c
13285         * src/summary_search.c
13286         * src/summaryview.c
13287         * src/wizard.c
13288         * src/wizard.h
13289                 Sync with HEAD (uninitialized vars fixes)
13290                 + gtk2 specific warning fixes
13291
13292 2004-08-31 [colin]      0.9.12cvs85.1
13293
13294         * src/folder.c
13295                 Sync with HEAD (Fix memory corruption due to 
13296                 uninitialized var)
13297
13298 2004-08-31 [colin]      0.9.12cvs84.4
13299
13300         * src/summary_search.c
13301                 Fix segfaults when searching in folders with broken headers
13302
13303 2004-08-31 [colin]      0.9.12cvs84.3
13304
13305         * src/compose.c
13306         * src/textview.c
13307                 Fix some more encoding/decoding issues
13308
13309 2004-08-30 [colin]      0.9.12cvs84.2
13310
13311         * src/mimeview.c
13312         * src/prefs_themes.c
13313         * src/gtk/filesel.c
13314         * src/gtk/filesel.h
13315                 Add a folder-mode selection (fixes mimeview's "Save all")
13316
13317 2004-08-29 [colin]      0.9.12cvs84.1
13318
13319         * src/mimeview.c
13320                 Sync with HEAD (don't escape saved filenames)
13321
13322 2004-08-27 [colin]      0.9.12cvs83.1
13323
13324         * ChangeLog
13325         * ChangeLog.claws
13326         * ChangeLog.jp
13327         * src/mh.c
13328         * src/procheader.c
13329         * src/procmsg.c
13330         * src/procmsg.h
13331         * src/common/utils.c
13332         * src/gtk/menu.h
13333         * po/
13334                 Sync with HEAD 0.9.12cvs83 (sync with main)
13335
13336 2004-08-26 [colin]      0.9.12cvs82.4
13337
13338         * src/codeconv.c
13339                 Fix strange stack corruption
13340                 Convert to utf8 after unmime, not before
13341
13342 2004-08-26 [colin]      0.9.12cvs82.3
13343
13344         * src/main.c
13345         * src/wizard.c
13346                 Fix account folders duplication
13347
13348 2004-08-25 [colin]      0.9.12cvs82.2
13349
13350         * src/wizard.c
13351                 Remove ports
13352                 Add SSL selection
13353                 Use login@server as account name
13354
13355 2004-08-25 [colin]      0.9.12cvs82.1
13356
13357         * src/plugins/pgpmime/pgpmime.c
13358                 Sync with HEAD (leak fix).
13359
13360 2004-08-25 [colin]      0.9.12cvs81.1
13361
13362         * src/plugins/pgpmime/pgpmime.c
13363         * src/plugins/pgpmime/sgpgme.c
13364         * src/plugins/pgpmime/sgpgme.h
13365                 Sync with HEAD (Handle combined messages).
13366
13367 2004-08-24 [colin]      0.9.12cvs80.3
13368
13369         * src/wizard.c
13370                 Fix full name, ports, and imap
13371
13372 2004-08-24 [colin]      0.9.12cvs80.2
13373
13374         * src/Makefile.am
13375         * src/main.c
13376         * src/setup.c
13377         * src/setup.h
13378         * src/stock_pixmap.c
13379         * src/stock_pixmap.h
13380         * src/wizard.c ** ADDED **
13381         * src/wizard.h ** ADDED ** 
13382         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13383                 Add a setup wizard 
13384
13385 2004-08-24 [colin]      0.9.12cvs80.1
13386
13387         * src/folder.c
13388                 Sync with HEAD (set mimeflags on all messages)
13389
13390 2004-08-24 [colin]      0.9.12cvs79.3
13391
13392         * src/matcher_parser_lex.l
13393                 Fix 8bits strings not in utf8
13394
13395 2004-08-24 [colin]      0.9.12cvs79.2
13396
13397         * src/compose.c
13398                 Check conversion result before replacing buffer
13399
13400 2004-08-23 [colin]      0.9.12cvs79.1
13401
13402         * src/compose.c
13403                 Sync with HEAD (create message header in memory)
13404
13405 2004-08-23 [colin]      0.9.12cvs78.1
13406
13407         * src/rfc2015.c
13408         * src/rfc2015.h
13409                 Sync with HEAD (fix bug 197 again)
13410
13411 2004-08-23 [colin]      0.9.12cvs77.3
13412
13413         * src/compose.c
13414                 Fix again inline gpg signing (which outputs utf8
13415                 in gtk2). Not syncing this fix to HEAD as this 
13416                 code is meant to die.
13417
13418 2004-08-23 [colin]      0.9.12cvs77.2
13419
13420         * src/prefs_account.h
13421                 Remove useless include
13422
13423 2004-08-23 [colin]      0.9.12cvs77.1
13424
13425         * src/imap.c
13426         * po/es.po
13427         * po/fr.po
13428         * po/it.po
13429         * po/pl.po
13430         * po/pt_BR.po
13431         * po/sk.po
13432         * po/sr.po
13433                 Sync with HEAD (fix bug 577)
13434
13435 2004-08-22 [colin]      0.9.12cvs76.1
13436
13437         * src/plugins/trayicon/trayicon.c
13438                 Sync with HEAD (fix formatting bug)
13439
13440 2004-08-21 [colin]      0.9.12cvs74.2
13441
13442         * src/gtk/colorsel.c
13443                 Fix bug 564 (Folder color selection window exits on any
13444                 keypress)
13445
13446 2004-08-21 [colin]      0.9.12cvs74.1
13447
13448         * ChangeLog.claws
13449         * src/compose.c
13450         * src/summaryview.c
13451         * src/toolbar.c
13452                 Sync with HEAD (fix bug 576)
13453
13454 2004-08-21 [colin]      0.9.12cvs70.1
13455
13456         * src/compose.c
13457         * src/mainwindow.c
13458                 Sync with HEAD
13459                 
13460
13461 2004-08-21 [paul]       0.9.12cvs66.4
13462
13463         * src/mainwindow.c
13464         * src/messageview.c
13465         * src/gtk/menu.c
13466         * src/plugins/spamassassin/spamassassin_gtk.c
13467                 remove some deprecated gtk1 functions
13468
13469
13470 2004-08-21 [colin]      0.9.12cvs66.3
13471
13472         * src/compose.c
13473         * src/codeconv.c
13474                 Fix warnings
13475                 Remove encoding hacks
13476                 Fix bug 575 (Strange character messes up message)
13477                 Don't display conversion error when drafting
13478
13479 2004-08-21 [paul]       0.9.12cvs66.2
13480
13481         * src/prefs_account.c
13482                 fix GnuPG mode bugs
13483
13484
13485 2004-08-20 [colin]      0.9.12cvs66.1
13486
13487         * src/codeconv.c
13488                 Sync with HEAD 0.9.12cvs66
13489
13490 2004-08-20 [paul]
13491
13492         * src/plugins/pgpmime/plugin.c
13493                 modify PGP/MIME plugin's description
13494
13495 2004-08-17 [colin]      0.9.12cvs65.1
13496
13497         * src/common/ssl.c
13498         * src/plugins/pgpmime/plugin.c
13499                 Sync with HEAD
13500
13501 2004-08-14 [colin]      0.9.12cvs60.3
13502
13503         * src/plugins/trayicon/trayicon.c
13504                 Put back resize callback, on size-request signal
13505                 rather than size-allocate to avoid infinite 
13506                 callback loop
13507
13508 2004-08-13 [colin]      0.9.12cvs60.2
13509
13510         * src/common/defs.h
13511                 Cache versions have been fixed
13512
13513 2004-08-13 [colin]      0.9.12cvs60.1
13514
13515         * src/folderutils.c
13516                 Sync with HEAD
13517
13518 2004-08-12 [colin]      0.9.12cvs59.1
13519
13520         * src/plugins/trayicon/trayicon.c
13521                 Sync with HEAD
13522
13523 2004-08-12 [colin]      0.9.12cvs57.5
13524
13525         * sylpheed.desktop
13526         * configure.ac
13527         * src/Makefile.am
13528         * src/main.c
13529                 Add support for Freedesktop.org's startup notification
13530
13531 2004-08-11 [colin]      0.9.12cvs57.4
13532
13533         * src/textview.c
13534                 Fix off-by-one
13535
13536 2004-08-11 [colin]      0.9.12cvs57.3
13537
13538         * src/message_search.c
13539         * src/summary_search.c
13540                 Make searches case insensitive by default
13541         * src/textview.c
13542                 Fix case-insensitive search in message
13543
13544 2004-08-11 [colin]      0.9.12cvs57.2
13545
13546         * src/summary_search.c
13547                 Let case-sensitive be specified
13548
13549 2004-08-10 [colin]      0.9.12cvs55.4
13550
13551         * src/common/socket.c
13552                 Fix the possible race condition
13553
13554 2004-08-09 [paul]       0.9.12cvs55.3
13555
13556         * configure.ac
13557         * src/Makefile.am
13558         * src/common/Makefile.am
13559                 sync with HEAD
13560
13561
13562 2004-08-09 [paul]       0.9.12cvs55.2
13563
13564         * autogen.sh
13565         * po/poconv.sh
13566                 remove unneeded script
13567
13568         * configure.ac
13569                 add forgotten USE_LDAP_TLS (sync with HEAD)
13570
13571
13572 2004-08-09 [colin]      0.9.12cvs55.1
13573
13574         * src/main.c
13575         * src/common/ssl.c
13576         * src/common/sylpheed.c
13577         * src/common/sylpheed.h
13578                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
13579
13580 2004-08-09 [paul]       0.9.12cvs54.1
13581
13582         * ChangeLog
13583         * ChangeLog.claws
13584         * ChangeLog.jp
13585         * configure.ac
13586         * po/POTFILES.in
13587         * src/Makefile.am
13588         * src/folderutils.c
13589         * src/main.c
13590         * src/pgpmime.c
13591         * src/pgpmime.h
13592         * src/sgpgme.c
13593         * src/sgpgme.h
13594         * src/plugins/Makefile.am
13595         * src/plugins/pgpmime/.cvsignore
13596         * src/plugins/pgpmime/Makefile.am
13597         * src/plugins/pgpmime/pgpmime.c
13598         * src/plugins/pgpmime/pgpmime.h
13599         * src/plugins/pgpmime/plugin.c
13600         * src/plugins/pgpmime/sgpgme.c
13601         * src/plugins/pgpmime/sgpgme.h
13602                 sync with HEAD
13603
13604 2004-08-08 [paul]       0.9.12cvs51.1
13605
13606         * configure.ac
13607         * src/folder.c
13608                 sync with HEAD
13609
13610 2004-08-07 [colin]      0.9.12cvs50.1
13611
13612         * src/pop.c
13613         * src/common/partial_download.c
13614                 fix warnings (sync from HEAD)
13615
13616 2004-08-07 [colin]      0.9.12cvs48.1
13617
13618         * src/prefs_folder_item.c
13619                 sync with HEAD 0.9.12cvs48
13620
13621 2004-08-06 [colin]      0.9.12cvs47.1
13622
13623         * src/compose.c
13624                 Sync with HEAD
13625
13626 2004-08-06 [christoph]  0.9.12cvs46.2
13627
13628         * src/main.c
13629         * src/plugins/clamav/clamav_plugin_gtk.c
13630         * src/plugins/dillo_viewer/dillo_viewer.c
13631         * src/plugins/image_viewer/plugin.c
13632         * src/plugins/mathml_viewer/mathml_viewer.c
13633         * src/plugins/spamassassin/spamassassin_gtk.c
13634         * src/plugins/trayicon/trayicon.c
13635                 don't mix GTK1.2 plugin with GTK2 plugins
13636
13637 2004-08-06 [colin]      0.9.12cvs46.1
13638
13639         * ChangeLog
13640         * ChangeLog.claws
13641         * ChangeLog.jp
13642         * configure.ac
13643         * sylpheed-claws.pc.in
13644         * src/folder.c
13645         * src/imap.c
13646         * src/localfolder.c
13647         * src/messageview.c
13648         * src/mimeview.c
13649         * src/mimeview.h
13650         * src/msgcache.c
13651         * src/news.c
13652         * src/prefs_ext_prog.c
13653         * src/prefs_folder_item.c
13654         * src/prefs_fonts.c
13655         * src/prefs_msg_colors.c
13656         * src/prefs_spelling.c
13657         * src/prefs_themes.c
13658         * src/prefs_toolbar.c
13659         * src/prefs_wrapping.c
13660         * src/procmime.h
13661         * src/common/defs.h
13662         * src/common/nntp.c
13663         * src/common/session.c
13664         * src/common/session.h
13665         * src/common/socket.c
13666         * src/common/utils.h
13667         * src/common/xml.c
13668         * src/common/xml.h
13669         * src/gtk/prefswindow.c
13670         * src/gtk/prefswindow.h
13671         * src/plugins/clamav/clamav_plugin_gtk.c
13672         * src/plugins/dillo_viewer/dillo_prefs.c
13673         * src/plugins/image_viewer/viewerprefs.c
13674         * src/plugins/spamassassin/spamassassin_gtk.c
13675         * m4/openssl.m4 *** REMOVED ***
13676                 Sync with HEAD 0.9.12cvs46
13677
13678 2004-08-03 [paul]       0.9.12cvs40.2
13679
13680         * src/action.c
13681         * src/addressadd.c
13682         * src/addressbook.c
13683         * src/addrgather.c
13684         * src/browseldap.c
13685         * src/compose.c
13686         * src/crash.c
13687         * src/editaddress.c
13688         * src/editgroup.c
13689         * src/editldap_basedn.c
13690         * src/foldersel.c
13691         * src/importldif.c
13692         * src/mimeview.c
13693         * src/prefs_common.c
13694         * src/prefs_template.c
13695         * src/sourcewindow.c
13696         * src/summaryview.c
13697         * src/gtk/about.c
13698         * src/gtk/foldersort.c
13699         * src/gtk/logwindow.c
13700         * src/gtk/pluginwindow.c
13701         * src/gtk/prefswindow.c
13702                 change all gtk_scrolled_window_set_policy from 
13703                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
13704
13705 2004-08-02 [paul]       0.9.12cvs40.1
13706
13707         * AUTHORS
13708                 update translation team section
13709         * po/pt_BR.po
13710                 updated by Frederico Goncalves Guimaraes
13711                 <fggdebian@yahoo.com.br>
13712
13713 2004-07-31 [colin]      0.9.12cvs39.9
13714
13715         * src/exphtmldlg.c
13716                 Fix compilation
13717
13718 2004-07-31 [colin]      0.9.12cvs39.8
13719
13720         * src/exphtmldlg.c
13721                 Fix an alertpanel type
13722
13723 2004-07-30 [colin]      0.9.12cvs39.7
13724
13725         * src/alertpanel.c
13726                 Fix alertpanel_error_log's icon
13727
13728 2004-07-30 [colin]      0.9.12cvs39.6
13729
13730         * src/pop.c
13731                 Two of them should still be warnings
13732
13733 2004-07-30 [colin]      0.9.12cvs39.5
13734
13735         * src/pop.c
13736                 More warning -> error
13737 2004-07-29 [colin]      0.9.12cvs39.4
13738
13739         * src/pop.c
13740                 Warning -> error
13741
13742 2004-07-29 [colin]      0.9.12cvs39.3
13743
13744         * src/prefs_matcher.c
13745                 Fix segfault
13746
13747 2004-07-29 [colin]      0.9.12cvs39.2
13748
13749         * src/alertpanel.c
13750                 More nice-looking alertpanels
13751
13752 2004-07-29 [colin]      0.9.12cvs39.1
13753
13754         * src/messageview.c
13755                 sync with head
13756                 (inform user when partial mail is deleted on server)
13757
13758 2004-07-29 [colin]      0.9.12cvs38.1
13759
13760         * src/messageview.c
13761                 sync with head
13762
13763 2004-07-28 [paul]       0.9.12cvs37.7
13764
13765         * src/mainwindow.c
13766                 complete the replacement of deprecated gtk_progress_*
13767
13768 2004-07-28 [paul]       0.9.12cvs37.6
13769
13770         * src/action.c
13771         * src/inc.c
13772         * src/mainwindow.c
13773         * src/send_message.c
13774         * src/gtk/progressdialog.c
13775         * src/gtk/progressdialog.h
13776                 replace deprecated gtk_progress_*
13777
13778 2004-07-28 [paul]       0.9.12cvs37.5
13779
13780         * src/gtk/filesel.c
13781                 remove gtk_window_set_wmclass()
13782 2004-07-28 [paul]       0.9.12cvs37.4
13783
13784         * src/addressbook.c
13785         * src/compose.c
13786         * src/foldersel.c
13787         * src/mainwindow.c
13788         * src/messageview.c
13789         * src/sourcewindow.c
13790         * src/gtk/logwindow.c
13791                 remove gtk_window_set_wmclass()
13792                 
13793         * src/prefs_filtering.c
13794         * src/prefs_filtering_action.c
13795         * src/prefs_fonts.c
13796         * src/prefs_gtk.c
13797         * src/prefs_matcher.c
13798         * src/ssl_manager.c
13799         * src/gtk/prefswindow.c
13800                 replace gtk_window_position()
13801
13802 2004-07-28 [colin]      0.9.12cvs37.3
13803
13804         * src/alertpanel.c
13805         * src/alertpanel.h
13806                 Add a way to specify panel type for specific
13807                 panels (alertpanel())
13808         * src/account.c
13809         * src/addressbook.c
13810         * src/compose.c
13811         * src/expldifdlg.c
13812         * src/main.c
13813         * src/messageview.c
13814         * src/summaryview.c
13815         * src/textview.c
13816         * src/gtk/sslcertwindow.c
13817                 Fix alertpanel()s so that their icon match
13818                 their real type
13819
13820 2004-07-28 [paul]       0.9.12cvs37.2
13821
13822         * src/addr_compl.c
13823         * src/addressbook.c
13824         * src/alertpanel.c
13825         * src/compose.c
13826         * src/export.c
13827         * src/foldersel.c
13828         * src/folderview.c
13829         * src/grouplistdialog.c
13830         * src/import.c
13831         * src/mainwindow.c
13832         * src/message_search.c
13833         * src/messageview.c
13834         * src/passphrase.c
13835         * src/prefs_actions.c
13836         * src/prefs_common.c
13837         * src/prefs_customheader.c
13838         * src/prefs_display_header.c
13839         * src/prefs_filtering.c
13840         * src/prefs_filtering_action.c
13841         * src/prefs_gtk.c
13842         * src/prefs_matcher.c
13843         * src/prefs_msg_colors.c
13844         * src/prefs_summary_column.c
13845         * src/prefs_template.c
13846         * src/sourcewindow.c
13847         * src/ssl_manager.c
13848         * src/summary_search.c
13849         * src/gtk/colorsel.c
13850         * src/gtk/description_window.c
13851         * src/gtk/gtkaspell.c
13852         * src/gtk/inputdialog.c
13853         * src/gtk/logwindow.c
13854         * src/gtk/prefswindow.c
13855         * src/gtk/progressdialog.c
13856                 replace deprecated gtk_window_set_policy
13857
13858 2004-07-27 [colin]      0.9.12cvs37.1
13859
13860         * src/msgcache.c
13861                 More fixes (synced for head again)
13862
13863 2004-07-27 [colin]      0.9.12cvs35.3
13864
13865         * src/msgcache.c
13866                 Fix wrong test
13867
13868 2004-07-27 [colin]      0.9.12cvs35.2
13869
13870         * src/mimeview.c
13871                 Fix width a bit (by Paul)
13872         * src/alertpanel.c
13873         * src/alertpanel.h
13874                 Specialize icons, make alertpanel_message()
13875                 private
13876         * src/message_search.c
13877         * src/sgpgme.c
13878         * src/summary_search.c
13879                 Suit alertpanel changes
13880
13881 2004-07-27 [colin]      0.9.12cvs35.1
13882
13883         * src/alertpanel.c
13884                 Add an icon
13885         * src/passphrase.c
13886                 Add debug output - maybe someone will
13887                 want to look at the problem with Grab
13888                 Input :)
13889         Bump version as we're synced with HEAD
13890
13891 2004-07-26 [colin]      0.9.12cvs33.26
13892
13893         * src/pop.c
13894                 Fix uidl-file parsing when not in new
13895                 format
13896
13897 2004-07-26 [colin]      0.9.12cvs33.25
13898
13899         * src/gtk/menu.c
13900                 Move popup menu up if necessary (fixes 
13901                 account selector)
13902         * src/mainwindow.c
13903                 Set account selector's button height to
13904                 minimum
13905
13906 2004-07-26 [colin]      0.9.12cvs33.24
13907
13908         * src/alertpanel.c
13909                 Maybe fix 551 (Truncated font in alert window)
13910
13911 2004-07-26 [colin]      0.9.12cvs33.23
13912
13913         * po/de.po
13914         * po/es.po
13915         * po/fr.po
13916         * po/it.po
13917         * po/ja.po
13918         * po/pl.po
13919         * po/ru.po
13920         * po/sk.po
13921         * po/sr.po
13922         * po/zh_CN.po
13923                 Sync po files with HEAD
13924
13925 2004-07-26 [paul]       0.9.12cvs33.22
13926
13927         * src/compose.c
13928                 fix Bug 556 'Organisation-header is sent even if empty'
13929
13930 2004-07-24 [colin]      0.9.12cvs33.21
13931
13932         * src/compose.c
13933         * src/gtk/gtkaspell.c
13934         * src/gtk/gtkaspell.h
13935                 Fix speller accelerators (require hack)
13936
13937 2004-07-24 [colin]      0.9.12cvs33.20
13938
13939         * src/gtk/gtkaspell.c
13940                 Fix over-eager code deletion breaking
13941                 Check while typing
13942
13943 2004-07-24 [colin]      0.9.12cvs33.19
13944
13945         * src/browseldap.c
13946         * src/ldapctrl.c
13947         * src/ldapctrl.h
13948         * src/ldapserver.h
13949                 Sync ldap with HEAD
13950         (Fixes 546 LDAP completely broken)
13951
13952 2004-07-24 [colin]      0.9.12cvs33.18
13953
13954         * src/prefs_msg_colors.c
13955                 Fix prototype mismatch
13956         (Fixes 547 void function cannot return value)
13957
13958 2004-07-24 [colin]      0.9.12cvs33.17
13959
13960         * src/mainwindow.c
13961                 Fix sort going back to previous sort key
13962                 when changing sort direction
13963
13964 2004-07-24 [colin]      0.9.12cvs33.16
13965
13966         * src/compose.c
13967                 Fix space insertion when re-wrapping at 
13968                 cursor point
13969
13970 2004-07-24 [colin]      0.9.12cvs33.15
13971
13972         * src/gtk/gtkaspell.c
13973                 Don't change cursor position in insert-text
13974                 callback
13975         (Fixes 539 Word wrapping on input transposes letters)
13976
13977 2004-07-24 [colin]      0.9.12cvs33.14
13978
13979         * src/gtk/gtkaspell.c
13980                 Reencode non-ascii chars to dictionary's
13981                 encoding
13982         (Fixes 544 Spell check broken non english locale)
13983
13984 2004-07-24 [colin]      0.9.12cvs33.13
13985
13986         * src/summaryview.c
13987                 Fix Shift+Down, add Home/End/PgUp/PgDown
13988
13989 2004-07-21 [colin]      0.9.12cvs33.12
13990
13991         * src/prefs_common.c
13992                 Fix a gtk warning (Patch by Andrej Kacian)
13993
13994 2004-07-21 [colin]      0.9.12cvs33.11
13995
13996         * src/gtk/filesel.c
13997                 More check
13998
13999 2004-07-21 [colin]      0.9.12cvs33.10
14000
14001         * src/compose.c
14002         * src/crash.c
14003         * src/export.c
14004         * src/import.c
14005         * src/messageview.c
14006         * src/mimeview.c
14007         * src/prefs_spelling.c
14008         * src/prefs_themes.c
14009         * src/summaryview.c
14010         * src/gtk/filesel.c
14011         * src/gtk/filesel.h
14012         * src/gtk/pluginwindow.c
14013                 Untwist open/save mode guessing logic, make
14014                 it explicit
14015
14016 2004-07-20 [colin]      0.9.12cvs33.9
14017
14018         * src/codeconv.c
14019                 conv_encode_header: src_charset is UTF-8 on
14020                 gtk2
14021         * src/compose.c
14022                 Remove double encoding of the headers
14023
14024 2004-07-20 [colin]      0.9.12cvs33.8
14025
14026         * src/codeconv.c
14027                 Fix typo
14028
14029 2004-07-20 [colin]      0.9.12cvs33.7
14030
14031         * src/mainwindow.c
14032                 Set the separated messageview to the saved
14033                 size of Claws' messageview (Patch by Alfons)
14034                 Fix a callback prototype (me)
14035
14036 2004-07-20 [colin]      0.9.12cvs33.6
14037
14038         * src/codeconv.h
14039                 Forgot one hunk in 0.9.12cvs33.4
14040
14041 2004-07-19 [colin]      0.9.12cvs33.5
14042
14043         * src/action.c
14044                 Action output fix
14045                 Patch by Alfons
14046
14047 2004-07-19 [colin]      0.9.12cvs33.4
14048
14049         * src/compose.c
14050                 Fix outgoing charset bug in headers
14051         * src/codeconv.c
14052                 Clean for glib2 - Patch by Alfons
14053
14054 2004-07-19 [colin]      0.9.12cvs33.3
14055
14056         * src/statusbar.c
14057                 Remove grip from the statusbar
14058                 Patch by Alfons
14059
14060 2004-07-19 [colin]      0.9.12cvs33.2
14061
14062         * src/messageview.c
14063         * src/textview.c
14064                 Fix messageview remembering the previous
14065                 scroll position when loading a new message
14066                 Patch by Alfons
14067
14068 2004-07-19 [colin]      0.9.12cvs33.1
14069
14070         * src/folder.h
14071         * src/folderview.c
14072         * src/summaryview.c
14073                 Sync with HEAD
14074
14075 2004-07-18 [colin]      0.9.12cvs32.7
14076
14077         * configure.ac
14078                 Remove useless check for XIM - noticed
14079                 by Alfons
14080
14081 2004-07-18 [colin]      0.9.12cvs32.6
14082
14083         * src/summaryview.c
14084                 Remove non-modified and shift-modified
14085                 accelerators in summaryview's popup
14086                 menu, as that doesn't get catched by
14087                 the accel-activate signal catcher...
14088
14089 2004-07-18 [colin]      0.9.12cvs32.5
14090
14091         * src/prefs_common.c
14092                 Define sensible default prefs for 
14093                 wrapping
14094
14095 2004-07-18 [colin]      0.9.12cvs32.4
14096
14097         * src/compose.c
14098         * src/prefs_common.c
14099         * src/prefs_common.h
14100         * src/prefs_wrapping.c
14101                 Remove Smart Wrapping pref, which does
14102                 nothing on gtk2 branch
14103
14104 2004-07-18 [colin]      0.9.12cvs32.3
14105
14106         * src/sourcewindow.c
14107                 Proper utf8
14108
14109 2004-07-18 [colin]      0.9.12cvs32.2
14110
14111         * src/compose.c
14112                 Save attachment status when drafting
14113
14114 2004-07-18 [colin]      0.9.12cvs32.1
14115
14116         * src/gtk/filesel.c
14117                 Fix erratic folder selection in open mode
14118
14119 2004-07-18 [colin]      0.9.12cvs31.11
14120
14121         * src/pop.c
14122                 Don't let partial messages get deleted
14123                 even with "dowload all"
14124                 (0.9.12cvs31.8 fix extension)
14125 2004-07-18 [colin]      0.9.12cvs31.10
14126
14127         * src/gtk/logwindow.c
14128                 Fix log scrolling
14129
14130 2004-07-18 [colin]      0.9.12cvs31.9
14131
14132         * src/common/utils.c
14133                 Fix non-utf8 strings coming from commands
14134                 and files
14135
14136 2004-07-18 [colin]      0.9.12cvs31.8
14137
14138         * src/pop.c
14139                 Fix partial download bug with Download all
14140                 messages option
14141
14142 2004-07-18 [colin]      0.9.12cvs31.7
14143
14144         * src/textview.c
14145                 Fix bug introduced in 0.9.12cvs31.2
14146                 (blocked in select mode after double click)
14147
14148 2004-07-18 [colin]      0.9.12cvs31.6
14149
14150         * src/compose.c
14151         * src/gtk/menu.c
14152                 More glib-warning fixes
14153
14154 2004-07-18 [colin]      0.9.12cvs31.5
14155
14156         * src/compose.c
14157                 Fix trashing the primary clipboard when moving 
14158                 around with tab
14159         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14160
14161 2004-07-18 [colin]      0.9.12cvs31.4
14162
14163         * src/codeconv.c
14164                 convert unencoded iso headers to utf8
14165         (Fix Bug 538 Unencoded local characters in subject make it 
14166          disappear)
14167
14168 2004-07-18 [colin]      0.9.12cvs31.3
14169
14170         * src/compose.c
14171                 Fix tab char handling in wrapping
14172         (Fix Bug 537 Line wrap problem - TAB character treated as 
14173          one character instead of 8)
14174
14175 2004-07-18 [colin]      0.9.12cvs31.2
14176
14177         * src/textview.c
14178                 return FALSE on GDK_MOTION_NOTIFY
14179         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14180          (unable to highlight))
14181
14182 2004-07-18 [colin]      0.9.12cvs31.1
14183
14184         * src/folderview.c
14185                 Sync with 0.9.12cvs31
14186
14187 2004-07-18 [colin]      0.9.12cvs30.4
14188
14189         * src/compose.c
14190                 Also block text_inserted when inserting a file
14191
14192 2004-07-18 [colin]      0.9.12cvs30.3
14193
14194         * src/compose.c
14195                 Fix smart wrapping (block text_inserted handler
14196                 while putting quotation to avoid wrap on input,
14197                 don't join lines if next is sig separator)
14198
14199 2004-07-17 [colin]      0.9.12cvs30.2
14200
14201         * src/folderview.c
14202         * src/mainwindow.c
14203         * src/mimeview.c
14204         * src/summaryview.c
14205         * src/gtk/quicksearch.c
14206         * src/gtk/quicksearch.h
14207                 Block key events handlers *and* accels while
14208                 quicksearch is focused
14209         (Fixes Bug 534 quick-search bar not accepting certain letters)
14210
14211 2004-07-17 [colin]      0.9.12cvs30.1
14212
14213         * src/folder.h
14214         * src/folderview.c
14215         * src/summaryview.c
14216                 Sync with 0.9.12cvs30
14217
14218 2004-07-17 [colin]      0.9.12cvs28.2
14219
14220         * src/mimeview.c
14221         * src/procmime.c
14222         * src/summaryview.c
14223         * src/gtk/menu.c
14224                 Squash some compile and glib warnings
14225
14226 2004-07-17 [paul]       0.9.12cvs28.1
14227
14228         * src/mimeview.c
14229                 sync with 0.9.12cvs28 HEAD
14230
14231 2004-07-16 [paul]       0.9.12cvs26.1
14232         
14233         * src/gtk/quicksearch.c
14234         * src/account.c
14235         * src/account.h
14236         * src/compose.c
14237         * src/customheader.c
14238         * src/folder_item_prefs.c
14239         * src/main.c
14240         * src/mainwindow.c
14241         * src/messageview.c
14242         * src/mimeview.c
14243         * src/news.c
14244         * src/pgpmime.c
14245         * src/pop.c
14246         * src/pop.h
14247         * src/prefs_account.c
14248         * src/prefs_account.h
14249         * src/prefs_common.c
14250         * src/prefs_common.h
14251         * src/prefs_display_header.c
14252         * src/prefs_gtk.c
14253         * src/prefs_gtk.h
14254         * src/procheader.c
14255         * src/procmime.c
14256                 sync with 0.9.12cvs26 HEAD      
14257
14258 2004-07-15 [colin]      0.9.12cvs18.14
14259
14260         * src/folder.c
14261                 Disable GPG signature check during
14262                 folder move and scan
14263         (Closes Bug 521 Signature checking slows down Folder-Move)
14264
14265 2004-07-14 [colin]      0.9.12cvs18.13
14266
14267         * src/common/partial_download.c
14268                 update includes
14269
14270 2004-07-14 [colin]      0.9.12cvs18.12
14271
14272         * src/common/partial_download.c
14273         * src/common/partial_download.h
14274                 Move doc at top, add correct copyright
14275
14276 2004-07-14 [colin]      0.9.12cvs18.11
14277
14278         * src/folder.c
14279         * src/messageview.c
14280         * src/pop.c
14281         * src/pop.h
14282         * src/procmsg.c
14283         * src/summaryview.c
14284         * src/common/Makefile.am
14285         * src/common/partial_download.c ** NEW FILES **
14286         * src/common/partial_download.h ** NEW FILES **
14287                 Move partial-download related stuff to its
14288                 own file
14289
14290 2004-07-14 [colin]      0.9.12cvs18.10
14291
14292         * src/send_message.c
14293                 Fix smtp auth when user is null or empty
14294
14295 2004-07-13 [colin]      0.9.12cvs18.9
14296
14297         * src/gtk/quicksearch.c
14298                 Use alphabetic order
14299
14300 2004-07-13 [colin]      0.9.12cvs18.8
14301
14302         * src/pop.c
14303                 Be paranoid on the checks
14304
14305 2004-07-13 [colin]      0.9.12cvs18.7
14306
14307         * src/gtk/quicksearch.c
14308                 Fix Engrish once again
14309
14310 2004-07-13 [colin]      0.9.12cvs18.6
14311
14312         * src/procmsg.c
14313         * src/summaryview.c
14314                 Mark messages for deletion when they are about to
14315                 be removed from trash
14316
14317 2004-07-13 [colin]      0.9.12cvs18.5
14318
14319         * src/matcher.c
14320         * src/matcher.h
14321         * src/matcher_parser_parse.y
14322         * src/prefs_matcher.c
14323         * src/gtk/quicksearch.c
14324                 Add 'partial' ('p') match string to find partially
14325                 downloaded messages
14326
14327 2004-07-13 [colin]      0.9.12cvs18.4
14328
14329         * src/pop.c
14330                 Fix misplaced block
14331
14332 2004-07-13 [colin]      0.9.12cvs18.3
14333
14334         * src/pop.c
14335         * src/pop.h
14336         * src/messageview.c
14337                 Refactor API (to avoid passing 5+ params and code
14338                 duplication)
14339         * src/folder.c
14340         * src/msgcache.c
14341         * src/procheader.c
14342         * src/common/defs.h
14343                 Add planned_download to cache
14344                 Don't mess uidl file when moving partially downloaded
14345                 mails (they change folder, we should change it in the
14346                 uidl list too or we'll remove an incorrect message)
14347                 (this also helps removing hacks when changing 
14348                 planned_download in messageview.c)
14349
14350 2004-07-12 [colin]      0.9.12cvs18.2
14351
14352         * src/gtk/quicksearch.c
14353                 Fix missing status update in quicksearch
14354
14355 2004-07-12 [paul]       0.9.12cvs18.1
14356
14357         * po/POTFILES.in
14358         * src/Makefile.am
14359         * src/account.c
14360         * src/codeconv.c
14361         * src/compose.c
14362         * src/inc.c
14363         * src/main.c
14364         * src/prefs_common.c
14365         * src/procmsg.h
14366         * src/toolbar.c
14367         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14368         * src/prefs_wrapping.[ch]       ** NEW FILES **
14369         * src/common/intl.h
14370         * src/common/utils.[ch]
14371         * src/gtk/quicksearch.[ch]
14372                 sync with 0.9.12cvs18 HEAD
14373
14374 2004-07-12 [colin]      0.9.11cvs17.25
14375
14376         * src/folder.c
14377         * src/folder.h
14378                 Remove unused function added by me in 0.9.11cvs17.10
14379
14380 2004-07-11 [colin]      0.9.11cvs17.24
14381
14382         * src/inc.c
14383         * src/messageview.c
14384         * src/pop.c
14385         * src/pop.h
14386                 Use folderitem and msgnum instead of filename to
14387                 know which mail to delete
14388                 Move old partial mail deletion to pop.c
14389
14390 2004-07-10 [colin]      0.9.11cvs17.23
14391
14392         * src/inc.c
14393                 Add debug
14394         * src/pop.c
14395         * src/pop.h
14396                 Don't re-use same enums for unrelated stuff: it's 
14397                 completely misleading !
14398                 Document a bit
14399
14400 2004-07-09 [colin]      0.9.11cvs17.22
14401
14402         * src/inc.c
14403                 Remove folder-type check and do
14404                 more tests to be sure everything's
14405                 ok
14406         * src/messageview.c
14407                 Punctuation update, remove useless
14408                 code, fix two warnings
14409         * src/noticeview.c
14410                 Layout cleaning, reset 2nd button
14411                 when specifying one
14412
14413 2004-07-09 [colin]      0.9.11cvs17.21
14414
14415         * src/messageview.c
14416         * src/pop.c
14417         * src/pop.h
14418                 Allow user to change his mind
14419                 and postpone decision (by
14420                 unmarking the mail)
14421
14422 2004-07-09 [colin]      0.9.11cvs17.20
14423
14424         * src/messageview.c
14425                 Fix bug with delete state
14426         * src/pop.c
14427         * src/pop.h
14428                 Fix buffer leak (fread doesn't 
14429                 terminate buffers with \0)
14430                 Refactoring (remove magic 
14431                 numbers)
14432
14433 2004-07-09 [colin]      0.9.11cvs17.19
14434
14435         * src/pop.c
14436                 Don't log "Skipping message" if 
14437                 we're going to TOP it two lines
14438                 later
14439
14440 2004-07-09 [colin]      0.9.11cvs17.18
14441
14442         * src/messageview.c
14443                 Fix Engrish
14444
14445 2004-07-09 [colin]      0.9.11cvs17.17
14446
14447         * src/pop.c
14448                 strlen checking...
14449         * src/messageview.c
14450                 refactoring a bit
14451
14452 2004-07-08 [colin]      0.9.11cvs17.16
14453
14454         * src/noticeview.c
14455         * src/noticeview.h
14456                 Add an optional second button
14457         * src/messageview.c
14458         * src/pop.c
14459         * src/pop.h
14460                 Don't delete partially received mails after a certain
14461                 time; rather, let the user decide.
14462
14463 2004-07-08 [colin]      0.9.11cvs17.15
14464
14465         * src/common/smtp.h
14466                 Sync with HEAD
14467
14468 2004-07-08 [colin]      0.9.11cvs17.14
14469
14470         * src/messageview.c
14471         * src/common/smtp.c
14472                 Use to_human_readable() for sizes
14473
14474 2004-07-08 [colin]      0.9.11cvs17.13
14475
14476         * src/inc.c
14477         * src/messageview.c
14478         * src/pop.c
14479         * src/pop.h
14480         * src/procmsg.c
14481                 Fix partial-downloading issues:
14482                         catch unsupported TOP
14483                         don't delete partially downloaded mails before 5 days
14484                         don't update existing with non-MH folders; that'll
14485                         make dups, but it's better than trashing the folder
14486                         free new msginfo parts
14487                 Fix indentation ;-)
14488
14489 2004-07-08 [colin]      0.9.11cvs17.12
14490
14491         * src/common/smtp.c
14492         * src/common/smtp.h
14493                 Sync smtp size verification with HEAD
14494
14495 2004-07-08 [colin]      0.9.11cvs17.11
14496
14497         * src/summaryview.c
14498         * src/prefs_common.c
14499         * src/prefs_common.h
14500         * src/gtk/quicksearch.c
14501         * src/gtk/quicksearch.h
14502                 Sync sticky pref with HEAD
14503
14504 2004-07-08 [colin]      0.9.11cvs17.10
14505
14506         * src/folder.c [1.213.2.6]
14507         * src/folder.h [1.87.2.6]
14508         * src/inc.c [1.149.2.7]
14509         * src/messageview.c [1.94.2.8]
14510         * src/procheader.c [1.47.2.6]
14511         * src/procmsg.c [1.150.2.4]
14512         * src/procmsg.h [1.60.2.5]
14513         * src/pop.c [1.56.2.4]
14514         * src/pop.h [1.17.2.3]
14515                 Let too big messages get downloaded, but truncated
14516                 Add a button to download them completely
14517                 
14518 2004-07-06 [colin]      0.9.11cvs17.9
14519
14520         * src/gtk/quicksearch.c [1.1.2.3]
14521                 Add a Clear button
14522         * commitHelper
14523         * PATCHSETS
14524                 Add a script to help with cvs
14525
14526 2004-07-03 [colin]      0.9.11cvs17.8
14527
14528         * src/plugins/imageviewer/viewer.c
14529                 fix imageviewer (which was staying on the first
14530                 displayed image)
14531
14532 2004-07-03 [colin]      0.9.11cvs17.7
14533
14534         Removed FIXME_GTK2 warnings
14535         * src/gtk/gtkutils.c
14536                 useless #warnings
14537         * src/gtk/menu.c
14538                 useless #warnings (no need to mess with menu rc)
14539         * src/gtk/menu.h
14540                 unused functions
14541         
14542
14543 2004-07-03 [colin]      0.9.11cvs17.6
14544
14545         Removed FIXME_GTK2 warnings
14546         * src/codeconv.c
14547                 useless #warnings (rewrite needed)
14548         * src/compose.c
14549                 useless #warnings (rewrite needed)
14550                 useless #warnings (gtk2 is like that)
14551                 useless #warnings (previously fixed)
14552         * src/main.c
14553                 useless #warnings (previously fixed)
14554         * src/message_search.c
14555                 useless #warnings (gtk2 is like that)
14556                 Made apparent that search is case-sensitive
14557         * src/mimeview.c
14558                 useless #warnings (rewrite needed)
14559                 useless #warnings (gtk2 is like that)
14560                 reimplemented real warnings
14561         * src/prefs_common.c
14562                 Removed block cursor option (not it gtk2)
14563         * src/prefs_gtk.c
14564                 useless #warnings (rewrite needed)
14565         * src/procheader.c
14566                 useless #warnings (rewrite needed)
14567         * src/sourcewindow.c
14568                 useless #warnings (incorrect placing)
14569         * src/summary_search.c
14570                 useless #warnings (gtk2 is like that)
14571                 Made apparent that search is case-sensitive
14572         * src/action.c
14573                 useless #warnings (gtk2 is like that)
14574         * src/textview.c
14575                 useless #warnings (rewrite needed)
14576         * src/toolbar.c
14577                 useless #warnings (rewrite needed)
14578
14579 2004-07-03 [colin]      0.9.11cvs17.5
14580
14581         * src/textview.c
14582                 Fix mismerge which broke URI opening
14583                 
14584 2004-07-01 [colin]      0.9.11cvs17.4
14585
14586         * src/gtk/filesel.c
14587                 Fill filename when saving
14588                 
14589 2004-06-27 [colin]      0.9.11cvs17.3
14590
14591         * src/gtk/filesel.[ch]
14592                 Use the new GTK file selector
14593                 Update prototype to match the reality: multiple file
14594                 selection is open-only          
14595         * src/compose.c
14596                 Match the new prototypes        
14597         * configure.ac
14598                 Match the new requirements (gtk 2.4.0)
14599                         
14600 2004-06-26 [colin]      0.9.11cvs17.2
14601
14602         * src/plugins/trayicon/trayicon.c
14603                 Remove useless signal handler on resize, which causes
14604                 an infinite "loop"
14605         
14606 2004-06-26 [colin]      0.9.11cvs17.1
14607         
14608         * tools/Makefile.am
14609                 remove launch_firebird and add nautilus2sylpheed.sh
14610         * src/quicksearch.c
14611           src/summaryview.c
14612                 Fix show/hide "Extended symbols" button problem
14613                 Fix apparition at startup
14614                 Fix const warnings
14615         * src/plugins/image_viewer/Makefile.am
14616                 Fix configure 
14617         * common/ssl.c
14618                 Re-enable certificate check, as it doesn't seem to
14619                 cause Xlib errors anymore
14620
14621 2004-06-25 [paul]       0.9.11cvs17
14622
14623         * sync with 0.9.11cvs17 HEAD
14624         
14625         NOTE: QuickSearch is broken
14626
14627 2004-06-07 [colin]      0.9.10claws67.10
14628         * src/plugins/trayicon/trayicon.c
14629           src/plugins/trayicon/libeggtrayicon/Makefile.am
14630           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14631                 Fix gettextization in trayicon plugin
14632
14633 2004-06-07 [colin]      0.9.10claws67.9
14634         
14635         * src/summaryview.c
14636           src/gtk/gtksctree.[ch]
14637                 Let Shift+{Up,Down} work in summaryview
14638                 (well, Down "works" and Up works)
14639                 Let the list scroll when using these keys
14640
14641 2004-06-06 [colin]      0.9.10claws67.8
14642
14643         * src/plugins/trayicon/trayicon.c
14644                 Fix pixmap update
14645
14646 2004-06-06 [colin]      0.9.10claws67.7
14647
14648         * src/addressbook.c
14649                 Fix signal handling causing system-wide focus grab
14650
14651 2004-05-25 [paul]       0.9.10claws67.6
14652
14653         * Makefile.am
14654           src/Makefile.am
14655                 clean up
14656
14657 2004-05-25 [paul]       0.9.10claws67.5
14658
14659         * replace deprecated gtk_signal... functions
14660
14661 2004-05-23 [colin]      0.9.10claws67.4
14662
14663         * src/compose.c
14664                 Fix wrapping
14665
14666 2004-05-22 [colin]      0.9.10claws67.3
14667
14668         * src/compose.c
14669                 Re-fix [Edited] in compose.c::compose_reedit()
14670
14671 2004-05-22 [colin]      0.9.10claws67.2
14672
14673         * src/procmime.c
14674                 Fix parsing of multiparts mails
14675
14676 2004-05-22 [colin]      0.9.10claws67.1
14677
14678         * src/summaryview.c
14679                 Fix quicksearch
14680
14681 2004-05-22 [paul]       0.9.10claws67
14682
14683         * sync with 0.9.10claws67 HEAD
14684
14685 2004-05-14 [alfons]
14686
14687         * src/procmime.h
14688                 add forgotton prototype
14689
14690 2004-05-10 [paul]       0.9.10claws57
14691
14692         * sync with 0.9.10claws57 HEAD
14693
14694 2004-05-05 [paul]       0.9.9.claws1
14695
14696         * ChangeLog-gtk2        ** REMOVED **
14697           ChangeLog-gtk2.claws  ** ADDED **
14698                 rename and adopt the normal claws format
14699                 
14700         * configure.ac
14701                 require gtkmathview >= 0.5
14702
14703         * ac/*                          ** REMOVED **
14704           ac/                           ** REMOVED **
14705           intl/Makefile.in              ** REMOVED **
14706           m4/                           ** ADDED **
14707           m4/missing                    ** ADDED **
14708           m4/missing/gdk-pixbuf.m4      ** ADDED **
14709           m4/missing/gettext.m4         ** ADDED **
14710           m4/missing/gpgme.m4           ** ADDED **
14711           m4/missing/imlib.m4           ** ADDED **
14712           m4/.cvsignore                 ** ADDED **
14713           m4/Makefile.am                ** ADDED **
14714           m4/README                     ** ADDED **
14715           m4/aclocal-include.m4         ** ADDED **
14716           m4/aspell.m4                  ** ADDED **
14717           m4/check-type.m4              ** ADDED **
14718           m4/gnupg-check-typedef.m4     ** ADDED **
14719           m4/openssl.m4                 ** ADDED **
14720           m4/spamassassin.m4            ** ADDED **
14721           po/ChangeLog                  ** REMOVED **
14722           po/Makefile.in.in             ** REMOVED **
14723           po/Rules-quot                 ** REMOVED **
14724           po/boldquot.sed               ** REMOVED **
14725           po/en@boldquot.header         ** REMOVED **
14726           po/en@quot.header             ** REMOVED **
14727           po/insert-header.sin          ** REMOVED **
14728           po/quot.sed                   ** REMOVED **
14729           po/remove-potcdate.sed        ** REMOVED **
14730           po/remove-potcdate.sin        ** REMOVED **
14731           po/stamp-po                   ** REMOVED **
14732           Makefile.am
14733           autogen.sh
14734           configure.ac
14735                 enable building with automake 1.8.x
14736                 add 'autopoint --force' to autogen.sh and remove all
14737                 auto-generated files, remove ac/ directory and use
14738                 m4/ directory instead
14739                 
14740         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14741                 fix gettextization
14742
14743 2004-02-28 Colin Leroy <colin@colino.net>
14744         * src/prefs_matcher.c
14745           src/prefs_filtering.c
14746           src/prefs_filtering_action.c
14747                 Fix non-editable GtkEntries
14748
14749 2004-02-22 Thorsten Maerz <torte@netztorte.de>
14750         * src/prefs_themes.c
14751                 utf8 conversion for theme info
14752
14753 2004-02-21 Thorsten Maerz <torte@netztorte.de>
14754         * sync 0.9.9claws
14755
14756 2004-02-14 Thorsten Maerz <torte@netztorte.de>
14757         * src/grouplistdialog.c
14758                 allow multiple selections without ctrl key
14759
14760 2004-02-09 Thorsten Maerz <torte@netztorte.de>
14761         * src/main.c
14762                 enable customizable accelerators
14763
14764 2004-02-08 Thorsten Maerz <torte@netztorte.de>
14765         * src/prefs_common.c
14766                 re-enable different font settings for gtk1/2
14767         * src/prefs_folder_item.c
14768                 fix folder prefs displayed wrong
14769         * src/textview.c
14770                 set 'sunken' shadow type
14771
14772 2004-02-07 Colin Leroy <colin@colino.net>
14773         * src/compose.c
14774                 Fix message being always [Edited]
14775                 Encode headers correctly (utf8 buf)
14776
14777 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14778         * src/socket.c
14779                 remove double g_source_attach()
14780                 (Thanks to Colin Leroy)
14781
14782 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14783         * src/gtk/gtksctree.c
14784                 Fix SSL certificate list not shown
14785         * src/mimeview.c
14786                 Fix clicks in mime tree
14787
14788 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14789         * src/common/socket.c
14790                 Fix SSL receive
14791         * src/compose.c
14792                 Fix clipboard menu hotkeys
14793
14794 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14795         * src/gtk/gtkaspell.[ch]
14796           src/compose.c
14797                 reimplement spellchecker
14798
14799 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14800         * src/gtk/filesel.c
14801                 crash when inserting file in compose window
14802                 (TODO: keep old selection on clicks)
14803         * src/main.c
14804                 use gtkrc-2.0 instead of gtkrc
14805
14806 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14807         * src/messageview.c
14808                 remove orphaned mimeview unref()
14809
14810 2004-01-20 Thorsten Maerz <torte@netztorte.de>
14811         * src/grouplistdialog.c
14812                 expand nodes containing subscribed groups
14813
14814 2004-01-19 Thorsten Maerz <torte@netztorte.de>
14815         * src/textview.c
14816                 textview: hide cursor, restore old click behaviour
14817
14818 2004-01-18 Thorsten Maerz <torte@netztorte.de>
14819         * src/textview.c
14820                 variable names messed up
14821
14822 2004-01-17 Colin Leroy <colin@colino.net>
14823         * src/addr_compl.c
14824                 Fix completion address too thin
14825         * src/compose.c
14826                 Fix tab-to-subject behaviour
14827         * src/summaryview.c
14828                 Implement key up & down in summaryview
14829
14830 2004-01-12 Thorsten Maerz <torte@netztorte.de>
14831
14832         * sync 098claws
14833
14834 2004-01-08 Thorsten Maerz <torte@netztorte.de>
14835         * configure.ac
14836           Makefile.am
14837           doc/.cvsignore
14838           doc/Makefile.am
14839                 faq, man, manual moved to doc/
14840         * ac/aspell.m4
14841           ac/check-type.m4
14842           ac/gnupg-check-typedef.m4
14843           ac/openssl.m4
14844           ac/spamassassin.m4
14845           ac/missing/gdk-pixbuf.m4
14846           ac/missing/gpgme.m4
14847           ac/missing/imlib.m4
14848                 fix automake warnings
14849
14850 2003-12-06 Colin Leroy <colin@colino.net>
14851         * src/summaryview.c
14852                 Fix quicksearch
14853
14854 2003-12-05 Colin Leroy <colin@colino.net>
14855         * src/summaryview.c
14856                 Fix going to next unread folder
14857
14858 2003-12-05 Colin Leroy <colin@colino.net>
14859         * src/crash.c
14860                 Fix gtk2 compilation
14861         * src/session.c
14862                 Remove iotag source handler at disconnection
14863         * src/socket.[ch] 
14864                 Remove source handler when closing socket 
14865                 (fixes another seg)
14866
14867 2003-12-04 Colin Leroy <colin@colino.net>
14868         * src/compose.c
14869           src/prefs_account.c
14870           src/prefs_common.c
14871                 Fix some dropdown menus
14872
14873 2003-12-04 Colin Leroy <colin@colino.net>
14874         * src/compose.c
14875                 Fix event handlers on header fields
14876         * src/common/socket.c
14877           src/common/session.c
14878                 Fix segfault with callback (SSL)
14879                 Fix end of session 
14880
14881 2003-10-06 Thorsten Maerz <torte@netztorte.de>
14882
14883         * Fix compile bug in src/compose.c
14884         * removed src/gtk/gtkstext.[ch]
14885
14886 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
14887
14888         * Convert character set and escape "text" attributes in toolbar setting
14889         files.
14890         * Fixed bug in button-press-event handling.
14891
14892 2003-09-16 Thorsten Maerz <torte@netztorte.de>
14893
14894         * Fixed bug in key-press-event handling.
14895
14896 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
14897
14898         * Enabled to compile tray-icon plugin (Ad-hoc).
14899         * Avoid hang up bug of icon list in mime view (Ad-hoc).
14900
14901 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
14902
14903         * Enabled to compile on sylpheed-claws.
14904         (tray-icon plugin still cannot compile yet.)
14905
14906 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
14907
14908         * Updated to 0.9.5.
14909
14910 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
14911
14912         * Updated to 0.9.4.
14913         * Ported monitoring SSL mechanism to GSource of GLib2
14914         (I don't confirm it)
14915         * Added _gtk2 suffix to key name of font preference to avoid
14916         ovverwriting preference of Gtk+-1.2 version.
14917
14918 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
14919
14920         * Updated to 0.9.2.
14921
14922 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
14923
14924         * Updated to 0.9.1.
14925         * Translate po files into UTF-8 when execute autogen.sh.
14926
14927 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
14928
14929         * Updated to 0.9.0.
14930
14931 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
14932
14933         * Plugged GError related memory leaks.
14934
14935 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
14936
14937         * Changed default size of fonts.
14938         * Enabled to set titile font size of warning dialog.
14939
14940 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
14941
14942         * Embed a sylpheed icon into executable binary on Windows.
14943
14944 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
14945
14946         * I forgot to traslate character set of element string in src/xml.c.
14947
14948 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
14949
14950         * Fixed detecting bind_textdomain_codeset in configure.in.
14951         * The bug in which "Example" of "Date fromat" preference isn't displayed
14952         correctly has been fixed.
14953
14954 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
14955
14956         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
14957           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
14958           glib-gettextize
14959           Removed intl directory.
14960           Translated po files into UTF-8.
14961           (Thanks! Ryuji Abe)
14962
14963 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
14964
14965         * The bug which doesn't unscape string in xml.c has been fixed.
14966
14967 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
14968
14969         * The bug which is failed to translate encoding of file name thorough
14970         file dialog has been fixed.
14971
14972 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
14973
14974         * Modified to translate file names which is used in inporting/expoting
14975         mbox feature and "Save as" feature into locale encoding.
14976         * Translate file names into locale encoding when "Attache file" and
14977         "Insert file".
14978         * Force set G_BROKEN_FILENAMES environment variable.
14979         * Other minor fixes.
14980
14981 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
14982
14983         * Modified to treat MH folder's name as locale encoding.
14984
14985 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
14986
14987         * The bug which clash on switching candidates of auto completion of
14988         addresses, cannot use auto completion in Japanesse is fixed
14989         (Thanks! Tokunaga-san)¡¥
14990
14991 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14992
14993         * The bug which cannot switch key accelerator preference has been fixed
14994         (Thanks! smbd-san)¡¥
14995
14996 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14997
14998         * version 0.8.11-gtk2-20030314
14999
15000 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15001
15002         * The bug in which character set conversion of filtering messages has
15003         been fixed.(Thanks! COCOA-san).
15004
15005 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15006
15007         * Revived "Leave space on head" preference in "Message" category.
15008         * A bug which clash when put the cursor to end of buffer and execute
15009         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15010
15011 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15012
15013         * version 0.8.11-gtk2-20030312
15014
15015 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15016
15017         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15018         * Modified to use Pango's API directly for font preference.
15019         * Integrated GtkTextView of textview to one widget.
15020         * Set fonts of header title in textview by "header_title" tag.
15021         * Removed some deprecated codes.
15022
15023 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15024
15025         * Updated to 0.8.11.
15026         * Merged cygwin patch(Thanks! Sakai-san).
15027
15028 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15029
15030         * version 0.8.10-gtk2-20030309