2006-05-26 [colin] 2.2.0cvs58
[claws.git] / ChangeLog
1 2006-05-26 [colin]      2.2.0cvs58
2
3         * src/summaryview.c
4         * src/gtk/gtkutils.c
5                 Fix useless warning
6
7 2006-05-26 [colin]      2.2.0cvs57
8
9         * src/mainwindow.c
10                 Make summaryview selectable as long as 
11                 no message has focus
12         * src/mh.c
13                 Faster deletion (by implementing mh_remove_msgs)
14                 Faster copy (avoid using mh_fetch_msg just to get
15                 the filename)
16                 Faster move (using move_file instead of copy_file
17                 if MSG_IS_MOVE)
18                 No progressbar if total number of mails to cp/mv 
19                 is less than 100
20         * src/summaryview.c
21                 Fix removal from subject_table when mail gets moved
22                 Faster deletion (g_slist_prepend instead of append)
23         * src/gtk/gtksctree.c
24                 Remove useless code
25
26 2006-05-25 [colin]      2.2.0cvs56
27
28         * src/common/ssl_certificate.c
29                 Fix leak in expired cert check
30
31 2006-05-25 [colin]      2.2.0cvs55
32
33         * src/mh.c
34                 Disable flags syncing on .mh_sequences - it
35                 is buggy and marks mails read under unknown
36                 conditions.
37
38 2006-05-25 [paul]
39
40         * 2.3.0-rc4 released
41
42 2006-05-24 [colin]      2.2.0cvs54
43
44         attention cvs users: if you manage to crash
45         Sylpheed-Claws while moving, copying or deleting
46         mails, we *are* interested in stack traces and
47         valgrind logs. It looks stable, but one never
48         knows...
49
50         * src/folder.c
51                 Add progressbar for cache updates
52         * src/folderutils.c
53                 Optimize Mark all read in the current
54                 folder
55         * src/mh.c
56                 Add progressbar for copy/move
57         * src/procmsg.c
58                 Optimize O(n^2) in copy/move
59         * src/summaryview.c
60         * src/gtk/gtksctree.c
61                 Optimize O(n^2) algos
62         * src/common/timing.h
63                 Display ms instead of us
64
65 2006-05-24 [wwp]        2.2.0cvs53
66
67         * manual/fr/advanced.xml
68                 updates to the French manual.
69
70 2006-05-24 [wwp]        2.2.0cvs52
71
72         * src/common/utils.c
73                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
74
75 2006-05-24 [wwp]        2.2.0cvs51
76
77         * src/folderutils.c
78                 fixed "mark all read" in MH folders (thanks to Colin).
79
80 2006-05-24 [paul]       2.2.0cvs50
81
82         * doc/man/sylpheed-claws.1
83                 updated the man page
84
85 2006-05-23 [colin]      2.2.0cvs49
86
87         * src/folderview.c
88         * src/imap.c
89         * src/inc.c
90         * src/mbox.c
91         * src/messageview.c
92         * src/news.c
93         * src/send_message.c
94         * src/summaryview.c
95         * src/gtk/sslcertwindow.c
96                 alertpanel fixes, by Fabien
97
98 2006-05-23 [colin]      2.2.0cvs48
99
100         * src/folder.c
101         * src/folderview.c
102         * src/msgcache.c
103         * src/summaryview.c
104         * src/gtk/gtksctree.c
105         * src/gtk/gtksctree.h
106                 More timings
107                 Fix slow loading problem, which was caused by the
108                 use of some gtk_ctree funcs and their use of
109                 g_list_position while gtk_ctree_(un)link'ing.
110                 Reap more functions from gtkctree.c to be sure we
111                 use our (fast) version instead of theirs.
112         * src/mh.c
113                 Fix copy of unread mails
114
115
116 2006-05-22 [wwp]        2.2.0cvs47
117
118         * manual/fr/advanced.xml
119                 updated.
120
121 2006-05-22 [colin]      2.2.0cvs46
122
123         * src/filtering.c
124                 Fix possible infinite loop. 'copy' is not a 
125                 final action, so when encountering a 'copy',
126                 we have to check if a previous one was set
127                 and do it. In the same way, if we encounter
128                 a 'move' we have to perform a possibly 
129                 pending 'copy'. This will slow down filtering
130                 on IMAP if move+copy or multiple copy actions
131                 are to be done, but handling it via the batch
132                 would be really too convoluted.
133
134 2006-05-22 [wwp]        2.2.0cvs45
135
136         * manual/fr/advanced.xml
137         * manual/fr/faq.xml
138         * manual/fr/glossary.xml
139         * manual/fr/handling.xml
140         * manual/fr/intro.xml
141         * manual/fr/plugins.xml
142         * manual/fr/sylpheed-claws-manual.xml
143                 sync w/ the english manual: updates URIs, documented mailing-list
144                 support, better explanation about the enabled/disabled feature
145                 in filtering/processing rules by Paul.
146
147 2006-05-21 [colin]      2.2.0cvs44
148
149         * src/summaryview.c
150                 Don't expand after building threads, but during
151
152 2006-05-21 [colin]      2.2.0cvs43
153
154         * src/procmsg.c
155         * src/summaryview.c
156                 More timing possibilities... For next time I have 
157                 to find out how the hell some 3GHz computer takes
158                 one minute to open a 30k folder...
159
160 2006-05-21 [colin]      2.2.0cvs42
161
162         * manual/pl/advanced.xml
163         * manual/pl/faq.xml
164         * manual/pl/glossary.xml
165         * manual/pl/handling.xml
166         * manual/pl/intro.xml
167         * manual/pl/plugins.xml
168         * manual/pl/sylpheed-claws-manual.xml
169                 Polish manual updated by Pawel
170
171 2006-05-20 [colin]
172
173         * 2.3.0-rc3 released
174
175 2006-05-20 [colin]      2.2.0cvs41
176
177         * src/imap.c
178                 Fix -rc2 problems:
179                 - remove cache of moved messages from original folder
180                 - apply new flags to messages even if they aren't appliable
181                   via IMAP.
182
183 2006-05-20 [colin]
184
185         * 2.3.0-rc2 released
186
187 2006-05-19 [colin]      2.2.0cvs40
188
189         * src/imap.c
190                 Don't issue SELECT in imap_change_flags
191                 before having checked that we indeed have
192                 some flags to change. MSG_POSTFILTERED for
193                 example can't be used on IMAP.
194                 Fixes bug #955 (copying messages between 
195                 imap folders is extremely slow), which was
196                 a regression.
197
198 2006-05-19 [colin]      2.2.0cvs39
199
200         * src/folder.c
201         * src/folder.h
202         * src/folderview.c
203                 Try to fix bug #830 (Some unread messages 
204                 get marked read in IMAP inbox):
205                 - Prevent scanning a folder if it's being 
206                   opened via the GUI
207                 - Postpone opening via the GUI of a folder
208                   currently scanned.
209
210
211 2006-05-19 [wwp]        2.2.0cvs38
212
213         * manual/advanced.xml
214                 fix English+typo (thanks to Paul).
215
216 2006-05-19 [wwp]        2.2.0cvs37
217
218         * manual/advanced.xml
219         * manual/fr/advanced.xml
220         * src/gtk/logwindow.c
221         * src/prefs_common.c
222         * src/prefs_common.h
223                 added hidden prefs to allow customization of colors used in
224                 protocol log window (useful for dark gtk+ themes).
225
226 2006-05-19 [wwp]        2.2.0cvs36
227
228         * ChangeLog
229                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
230
231 2006-05-19 [paul]       2.2.0cvs35
232
233         * src/textview.c
234                 make Reply-To fully clickable
235         * src/gtk/logwindow.c
236                 more colouring (SMTP ESMTP)
237         Both patches by Pawel Pekala
238
239 2006-05-19 [cleroy]     2.2.0cvs34
240
241         * src/mh.c
242                 Don't update flags from current folder
243                 Probably fixes bug #935 (Read Messages 
244                 Revert to Being Marked as Unread)
245
246 2006-05-18 [colin]      2.2.0cvs33
247
248         * src/imap.c
249                 Warning fix
250         * src/compose.c
251         * src/mainwindow.c
252         * src/summaryview.c
253         * src/toolbar.c
254                 Allow replying to multiple emails
255                 in multiple windows
256         * src/mimeview.c
257         * src/etpan/imap-thread.c
258                 Leak fixes
259
260 2006-05-18 [paul]       2.2.0cvs32
261
262         * src/summaryview.c
263                 keep Mailing-List menu refreshed
264                 Thanks to Colin
265
266 2006-05-18 [paul]       2.2.0cvs31
267
268         * manual/advanced.xml
269         * manual/faq.xml
270         * manual/glossary.xml
271         * manual/handling.xml
272         * manual/intro.xml
273         * manual/plugins.xml
274         * manual/sylpheed-claws-manual.xml
275                 update URLs
276                 add info about mailing-list support
277                 edit filtering info
278         * src/wizard.c
279         * src/common/defs.h
280         * src/gtk/about.c
281         * src/plugins/dillo_viewer/README
282                 update URLs
283
284 2006-05-17 [wwp]        2.2.0cvs30
285
286         * manual/handling.xml
287         * manual/fr/handling.xml
288                 documented the ability to enabled/disable filtering/processing rules.
289
290 2006-05-17 [colin]      2.2.0cvs29
291
292         * src/main.c
293                 Don't initialize g_thread subsystem if it's 
294                 already done (thanks to Hiro)
295         * src/mimeview.c
296                 Fix saving of parts when there name can't be
297                 converted from UTF-8.
298
299 2006-05-17 [paul]       2.2.0cvs28
300
301         * po/Makefile.in.in
302                 fix config.status warning with autoconf 2.60
303
304 2006-05-17 [paul]       2.2.0cvs27
305
306         * po/POTFILES.in
307                 add src/mbox.c
308
309 2006-05-17 [wwp]        2.2.0cvs26
310
311         * src/mainwindow.c
312                 fix useless and potentially dangerous buffer walking (thanks to Colin).
313
314 2006-05-17 [wwp]        2.2.0cvs25
315
316         * src/plugins/demo/demo.c
317                 updated product name in plugin demo (many plugins need to be
318                 sync'ed w/ that change).
319
320 2006-05-17 [colin]      2.2.0cvs24
321
322         * src/mh.c
323                 Fix leak
324
325 2006-05-16 [colin]      2.2.0cvs23
326
327         * src/mainwindow.c
328                 Stupid me hit again. Fix cvs22.
329
330 2006-05-16 [colin]      2.2.0cvs22
331
332         * src/mainwindow.c
333                 Fix bug #922 (sylpheed-claws crashed after 
334                 pushing on Inbox folder)
335
336 2006-05-16 [colin]      2.2.0cvs21
337
338         * src/compose.c
339                 Make From header be copy/paste/select-able
340
341 2006-05-16 [wwp]        2.2.0cvs20
342
343         * src/export.c
344         * src/matcher.c
345         * src/summaryview.c
346         * src/etpan/imap-thread.c
347                 fix some compiler warnings (thanks to Colin).
348
349 2006-05-16 [wwp]        2.2.0cvs19
350
351         * src/action.c
352         * src/gedit-print.c
353         * src/inc.c
354         * src/mainwindow.c
355         * src/mh.c
356         * src/statusbar.c
357         * src/send_message.c
358         * src/summaryview.c
359                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
360
361 2006-05-15 [colin]      2.2.0cvs18
362
363         * src/procmsg.c
364                 Fix automatic rule creation with List-Post
365
366 2006-05-15 [paul]       2.2.0cvs17
367
368         * tools/filter_conv_new.pl
369                 updated for rule enabling/disabling
370                 claws version >= 2.3.x required
371
372 2006-05-15 [cleroy]     2.2.0cvs16
373
374         * src/main.c
375                 Revert test
376
377 2006-05-15 [cleroy]     2.2.0cvs15
378
379         * src/main.c
380                 test
381
382 2006-05-15 [wwp]        2.2.0cvs14
383
384         * manual/pl/.cvsignore
385                 ignore generated files.
386
387 2006-05-14 [wwp]        2.3.0-rc1
388
389         * 2.3.0-rc1 released
390
391 2006-05-13 [wwp]        2.2.0cvs13
392
393         * src/filtering.c
394         * src/filtering.h
395         * src/matcher.c
396         * src/matcher_parser_lex.l
397         * src/matcher_parser_parse.y
398         * src/prefs_filtering.c
399                 new feature: provide the ability to disable filtering and processing
400                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
401                 adaptations.
402
403 2006-05-13 [colin]      2.2.0cvs12
404
405         * src/compose.c
406                 Remove useless if (a) b; else b;
407                 Thanks to wwp
408
409 2006-05-13 [wwp]        2.2.0cvs11
410
411         * src/export.c
412         * src/import.c
413         * src/mainwindow.c
414         * src/mbox.c
415         * src/summaryview.c
416         * src/summaryview.h
417                 no more silent failures (or at least less ones) when importing
418                 or exporting from/to mbox. Also start importing/exporting if
419                 the necessary info is set.
420
421 2006-05-13 [wwp]        2.2.0cvs10
422
423         * RELEASE_NOTES
424                 restored up-to-date release notes.
425
426 2006-05-13 [paul]       2.2.0cvs9
427
428         * po/nl.po
429         * po/ru.po
430                 updated by Tim Dijkstra and Pavlo Bohmat
431
432 2006-05-12 [colin]      2.2.0cvs8
433
434         * src/gtk/quicksearch.c
435                 Add "k" as shortcut for "colorlabel". Patch
436                 by ath42@users.sf.net.
437
438 2006-05-12 [paul]       2.2.0cvs7
439
440         * src/prefs_common.h
441         * src/prefs_summaries.c
442         * src/summaryview.c
443                 when entering a folder also allow
444                 going directly to first Marked message
445
446 2006-05-12 [paul]       2.2.0cvs6
447
448         * src/summaryview.c
449                 always obey 'confirm before marking all
450                 mails read' option
451
452 2006-05-12 [paul]       2.2.0cvs5
453
454         * src/textview.c
455                 make Sender fully clickable
456
457 2006-05-12 [colin]      2.2.0cvs4
458
459         * src/compose.c
460         * src/compose.h
461                 Let From be editable
462         * src/main.c
463         * src/mh.c
464                 Full support of .mh_sequences' Unseen seq
465
466 2006-05-12 [colin]      2.2.0cvs3
467
468         * src/folder.c
469         * src/mainwindow.c
470         * src/mainwindow.h
471         * src/messageview.c
472         * src/prefs_spelling.c
473         * src/procheader.c
474         * src/procmsg.c
475         * src/procmsg.h
476         * src/summaryview.c
477         * src/toolbar.c
478         * src/toolbar.h
479                 Add contextual menu on Compose toolbar
480                 button. Fixes bug #944 (Automatic
481                 addresses not applied when changing account
482                 from compose window)
483                 add Mailing List support
484                 based on the old 0.6.5claws25 patch by
485                 Melvin Hadasht, with finishing touches
486                 by Colin
487                 Fix "ignore thread" when mails are threaded by
488                 subject (and weren't ignored although appearing
489                 in the thread).
490                 GUI rework.
491                 Both patches by Pawel.
492
493 2006-05-08 [paul]       2.2.0cvs2
494
495         * src/mainwindow.c
496         * src/mainwindow.h
497         * src/messageview.c
498         * src/procheader.c
499         * src/procmsg.c
500         * src/procmsg.h
501         * src/summaryview.c
502                 add Mailing List support
503                 based on the old 0.6.5claws25 patch by 
504                 Melvin Hadasht, with finishing touches
505                 by Colin
506
507 2006-05-08 [colin]      2.2.0cvs1
508
509         * src/mainwindow.c
510         * src/toolbar.c
511         * src/toolbar.h
512                 Add contextual menu on Compose toolbar 
513                 button. Fixes bug #944 (Automatic 
514                 addresses not applied when changing account 
515                 from compose window)
516
517 2006-05-08 [paul]       2.2.0
518
519         2.2.0 released
520
521 2006-05-08 [paul]       2.1.1cvs51
522
523         * po/cs.po
524         * po/de.po
525         * po/en_GB.po
526         * po/fi.po
527         * po/fr.po
528         * po/pt_BR.po
529         * po/sr.po
530         * po/zh_CN.po
531                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
532                 Fabien Vantard, Frederico Goncalves Guimaraes,
533                 Aleksandar Urosevic, and Ralgh Young
534
535 2006-05-12 [colin]      2.1.1cvs50
536
537         * po/cs.po
538         * po/de.po
539         * po/en_GB.po
540         * po/es.po
541         * po/fi.po
542         * po/fr.po
543         * po/pt_BR.po
544         * po/sr.po
545         * po/zh_CN.po
546                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
547                 Fabien Vantard, Frederico Goncalves Guimaraes,
548                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
549
550 2006-05-05 [colin]      2.1.1cvs49
551
552         * manual/Makefile.am
553         * manual/pl/Makefile.am
554         * manual/pl/account.xml
555         * manual/pl/ack.xml
556         * manual/pl/addrbook.xml
557         * manual/pl/advanced.xml
558         * manual/pl/faq.xml
559         * manual/pl/glossary.xml
560         * manual/pl/gpl.xml
561         * manual/pl/handling.xml
562         * manual/pl/intro.xml
563         * manual/pl/keyboard.xml
564         * manual/pl/plugins.xml
565         * manual/pl/starting.xml
566         * manual/pl/sylpheed-claws-manual.xml
567         * manual/pl/dist/.cvsignore
568         * manual/pl/dist/Makefile.am
569         * manual/pl/dist/html/.cvsignore
570         * manual/pl/dist/html/Makefile.am
571         * manual/pl/dist/pdf/.cvsignore
572         * manual/pl/dist/pdf/Makefile.am
573         * manual/pl/dist/ps/.cvsignore
574         * manual/pl/dist/ps/Makefile.am
575         * manual/pl/dist/txt/.cvsignore
576         * manual/pl/dist/txt/Makefile.am
577                 Add the polish translation of the manual,
578                 Authored by Pawel Pekala.
579
580 2006-05-05 [cleroy]     2.1.1cvs48
581
582         * src/main.c
583                 Re-read matcherrc after loading plugins 
584                 if some of them add folders.
585
586 2006-05-03 [colin]      2.1.1cvs47
587
588         * src/imap.c
589                 I'm idiot
590
591 2006-05-03 [colin]      2.1.1cvs46
592
593         * src/imap.c
594                 Be sure to have a session when
595                 getting separator
596
597 2006-05-03 [colin]      2.1.1cvs45
598
599         * src/imap.c
600         * src/imap.h
601         * src/imap_gtk.c
602                 Fix preventing renaming with namespace 
603                 separator.
604
605 2006-05-01 [colin]      2.1.1cvs44
606
607         * src/action.c
608                 Don't reload messageview when result of
609                 action is piped.
610
611 2006-04-29 [colin]      2.1.1cvs43
612
613         * src/prefs_receive.c
614         * src/plugins/spamassassin/spamassassin_gtk.c
615         * src/plugins/clamav/clamav_plugin_gtk.c
616                 GUI fixes by Pawel
617
618 2006-04-29 [colin]      2.1.1cvs42
619
620         * src/prefs_compose_writing.c
621         * src/prefs_quote.c
622                 Cleanups. Patch by Pawel
623
624 2006-04-28 [paul]       2.1.1cvs41
625
626         * src/matcher.c
627                 fix returned quick search results when search
628                 term contains an underscore.
629                 Thanks to Colin
630
631 2006-04-28 [paul]       2.1.1cvs40
632
633         * src/prefs_message.c
634         * src/prefs_receive.c
635                 GUI cleanups
636                 Patches by Pawel Pekala
637
638 2006-04-27 [colin]      2.1.1cvs39
639
640         * src/wizard.c
641                 Differentiate subject Welcome from
642                 window's title Welcome
643
644 2006-04-27 [paul]
645
646         2.2.0-rc1 released
647
648 2006-04-27 [paul]       2.1.1cvs38
649
650         * manual/advanced.xml
651         * manual/fr/advanced.xml
652                 add info about compose_no_markup hidden pref
653
654 2006-04-27 [paul]       2.1.1cvs37
655
656         * src/prefs_account.c
657                 improve privacy labels
658         * src/prefs_msg_colors.c
659                 change some strings for translators' convenience
660         * src/gtk/gtkutils.c
661                 don't underline the link button text
662
663 2006-04-25 [colin]      2.1.1cvs36
664
665         * src/folder.c
666                 Complete 2.1.1cvs33 (once more ;)
667
668 2006-04-25 [colin]      2.1.1cvs35
669
670         * src/editldap.c
671                 Fix tooltip
672
673 2006-04-25 [cleroy]     2.1.1cvs34
674
675         * src/compose.c
676         * src/gtk/gtkaspell.c
677                 Fix crash on redirect (related to the return 
678                 of the aspell menu in compose's toolbar)
679         * src/prefs_msg_colors.c
680                 Fix sensitivity widgets
681         * src/image_viewer.c
682         * src/gtk/pluginwindow.c
683         * src/gtk/prefswindow.c
684                 Change released signals to clicked (Fabien)
685         * po/POTFILES.in
686         * src/common/socket.c
687         * src/plugins/spamassassin/spamassassin.c
688                 Translate strings (Fabien)
689
690 2006-04-25 [paul]       2.1.1cvs33
691
692         * src/folder.c
693         * src/folder.h
694         * src/folderview.c
695                 complete the fix of bug #912
696                 Thanks to Colin
697
698 2006-04-25 [colin]      2.1.1cvs32
699
700         * src/news.c
701                 Better progress bar
702         * src/mimeview.c
703         * src/summaryview.c
704         * src/summaryview.h
705                 Fix focus chain
706                 Patches by Pawel Pekala
707
708 2006-04-24 [colin]      2.1.1cvs31
709
710         * src/compose.c
711                 Fix compilation warnings (Fabien)
712
713 2006-04-24 [colin]      2.1.1cvs30
714
715         * src/addrindex.c
716         * src/editldap.c
717         * src/editldap_basedn.c
718         * src/editldap_basedn.h
719         * src/ldapctrl.c
720         * src/ldapctrl.h
721         * src/ldapquery.c
722         * src/ldaputil.c
723         * src/ldaputil.h
724                 Fix bug #901 (LDAPS support)
725
726 2006-04-24 [colin]      2.1.1cvs29
727
728         * src/compose.c
729                 Fix logic on error with send dialog on
730         * src/imap.c
731                 Fix compilation without libetpan, thanks
732                 to Fabien
733         * src/summaryview.c
734                 Fix 'context-menu' key
735
736 2006-04-23 [colin]      2.1.1cvs28
737
738         * src/folder.c
739                 Never free current's cache to free up 
740                 memory. Fixes bug #912 (new count 
741                 randomly set to message count)
742
743 2006-04-23 [colin]      2.1.1cvs27
744
745         * src/gtk/quicksearch.c
746                 And remove printf...
747
748 2006-04-23 [colin]      2.1.1cvs26
749
750         * src/gtk/quicksearch.c
751                 Fix replacing in quicksearch, and fix inserting
752                 in the middle of the string. (introduced at 2.1.0cvs22)
753
754 2006-04-23 [colin]      2.1.1cvs25
755
756         * src/imap.c
757                 Make sure uidnext is initialized in get_num_list
758                 (not for stable, related to 2.1.1cvs8 and friends)
759
760 2006-04-23 [colin]      2.1.1cvs24
761
762         * src/imap.c
763                 Output something when login is successful
764                 too
765
766 2006-04-23 [colin]      2.1.1cvs23
767
768         * src/etpan/imap-thread.c
769                 Better logging (line-per-line, hide data in fetch)
770                 Fix a const warning
771         * src/gtk/logwindow.c
772         * src/gtk/logwindow.h
773                 Better logging (color for input/output)
774
775 2006-04-21 [colin]      2.1.1cvs22
776
777         * src/gtk/quicksearch.c
778                 On gtk+-2.8, use stock buttons in quicksearch
779                 Based on a patch by Fabien and a design by Paul
780
781 2006-04-21 [colin]      2.1.1cvs21
782
783         * src/folderview.c
784         * src/mainwindow.c
785                 Fix occasional flicker in folderview
786         * src/common/utils.c
787                 Fix bug #943 (Incorrectly parsed email address 
788                 list in short headers on message view and in 
789                 printouts)
790
791 2006-04-20 [colin]      2.1.1cvs20
792
793         * src/imap.c
794         * src/imap.h
795         * src/prefs_account.c
796                 Add ANONYMOUS auth for IMAP
797
798 2006-04-20 [paul]       2.1.1cvs19
799
800         * src/main.c
801                 proper fix for 2.1.1cvs18
802                 Thanks to Colin
803
804 2006-04-20 [paul]       2.1.1cvs18
805
806         * src/main.c
807                 fix build warnings
808
809 2006-04-20 [paul]       2.1.1cvs17
810
811         * src/gtk/quicksearch.c
812                 fix standard, non-extended Quick search,
813                 was broken in 2.1.1cvs15.
814                 Thanks to Colin.
815
816 2006-04-20 [colin]      2.1.1cvs16
817
818         * src/prefs_matcher.c
819                 Fix values when reselecting a ~test
820                 rule
821
822 2006-04-19 [colin]      2.1.1cvs15
823
824         * src/compose.c
825         * src/compose.h
826         * src/gtk/gtkaspell.c
827         * src/gtk/gtkaspell.h
828                 Put back Options menu in Spelling/
829         * src/gtk/quicksearch.c
830                 Don't search, and show error, if the
831                 advanced search has a syntax error
832
833 2006-04-18 [colin]      2.1.1cvs14
834
835         * src/textview.c
836                 Fix gdk warnings on set_cursor when textview
837                 isn't visible
838
839 2006-04-18 [colin]      2.1.1cvs13
840
841         * src/gtk/gtksctree.c
842                 Remove seemingly useless refresh that causes
843                 flicker - watch this commit in case of 
844                 problems before planned backport to stable
845
846 2006-04-18 [colin]      2.1.1cvs12
847
848         * src/imap.c
849                 Factorize get/set_xml code
850         * src/compose.c
851         * src/prefs_account.c
852         * src/prefs_account.h
853         * src/procmsg.c
854                 Add Encrypt to self option
855
856 2006-04-17 [colin]      2.1.1cvs11
857
858         * configure.ac
859                 Fix search on encrpyt function on dragonfly
860                 Patch by Jonathan Buschmann <jonthn@agmact.com>
861
862 2006-04-17 [colin]      2.1.1cvs10
863
864         * src/prefs_account.c
865                 Be safe by default: remove mails from POP3
866                 after 7 days, not immediately
867
868 2006-04-17 [colin]      2.1.1cvs9
869
870         * src/etpan/imap-thread.c
871                 Fix build on DragonFly - patch by 
872                 Jonathan Buschmann <jonthn@agmact.com>
873
874 2006-04-17 [colin]      2.1.1cvs8
875
876         * src/imap.c
877                 Save uidnext between sessions
878
879 2006-04-17 [colin]      2.1.1cvs7
880
881         * src/imap.c
882                 scan is required when uid validity changes
883
884 2006-04-17 [colin]      2.1.1cvs6
885
886         * src/folderview.c
887                 Don't scan if not necessary, apart in current
888                 folder and INBOX to fetch flags.
889         * src/imap.c
890                 Scan is necessary if unread count changes
891
892 2006-04-17 [colin]      2.1.1cvs5
893
894         * src/imap.c
895                 ...But always fetch ANSWERED and DELETED flags for
896                 INBOX, as filtering can happen on these flags.
897
898 2006-04-17 [colin]      2.1.1cvs4
899
900         * src/imap.c
901                 Don't fetch REPLIED and DELETED flags when synchronising
902                 flags with a closed folder. We only need UNSEEN and FLAGGED
903                 to update the folderview.
904
905 2006-04-17 [colin]      2.1.1cvs3
906
907         * src/imap.c
908                 Faster flag search when there are new mails 
909                 in a folder. We can do a full search if the 
910                 folder contains less messages than the new
911                 list.
912
913 2006-04-17 [colin]      2.1.1cvs2
914
915         * po/cs.po
916         * po/de.po
917         * po/fr.po
918         * po/nl.po
919         * po/pt_BR.po
920                 Update translations from stable branch
921
922 2006-04-17 [colin]      2.1.1cvs1
923
924         * configure.ac
925                 Bump version to follow stable release
926
927 2006-04-16 [mones]      2.1.0cvs50
928
929         * po/es.po
930                 Updated for release
931
932 2006-04-16 [colin]      2.1.0cvs49
933
934         * src/textview.c
935                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
936                 with gtk < 2.8. Thanks to Fabien Vantard.
937
938 2006-04-15 [colin]      2.1.0cvs48
939
940         * src/etpan/imap-thread.c
941                 Fix bug #919 (libetpan: SEGV when connecting 
942                 using command)
943
944 2006-04-14 [colin]      2.1.0cvs47
945
946         * src/main.c
947                 Fix race on --select (should be done better)
948
949 2006-04-14 [wwp]        2.1.0cvs46
950
951         * src/send_message.c
952                 enforce a check for domain in account prefs (a sending
953                 error could be faced if domain was checked but no value set),
954                 thanks to Colin.
955
956 2006-04-14 [colin]      2.1.0cvs45
957
958         * src/codeconv.c
959                 when converting from unknown to unknown, if the
960                 string is UTF8, don't convert it to the locale
961                 (which breaks it)
962
963 2006-04-14 [colin]      2.1.0cvs44
964
965         * src/compose.c
966                 Don't try to use ASCII for converting headers
967                 (as done in body)
968
969 2006-04-14 [paul]       2.1.0cvs43
970
971         * src/crash.c
972                 add locale/charset info to crash report
973         * src/gtk/about.c
974                 add wwp to doc team
975                 replace 'e-mail' with preferred 'email'
976         * src/gtk/authors.h
977                 ensure contributors list is in alphabetical
978                 order
979
980 2006-04-13 [colin]      2.1.0cvs42
981
982         * src/textview.c
983                 Prevent gdk warnings
984
985 2006-04-13 [colin]      2.1.0cvs41
986
987         * src/common/ssl_certificate.c
988         * src/common/ssl_certificate.h
989         * src/gtk/sslcertwindow.c
990                 Warn on expired certs, and display the expiration date
991
992 2006-04-13 [colin]      2.1.0cvs40
993
994         * src/plugins/spamassassin/spamassassin_gtk.c
995                 Fix missing set_text on unix socket
996
997 2006-04-13 [wwp]        2.1.0cvs39
998
999         * manual/fr/advanced.xml
1000         * manual/fr/glossary.xml
1001                 applied new spam/ham/email lexicon (pourriel, courriel)
1002
1003 2006-04-13 [paul]       2.1.0cvs38
1004
1005         * src/plugins/pgpmime/plugin.c
1006                 remove the mention of S/MIME from the
1007                 description. This is now handled by the
1008                 S/MIME plugin.
1009
1010 2006-04-13 [paul]       2.1.0cvs37
1011
1012         * src/prefs_msg_colors.c
1013                 rework dialog
1014         * src/prefs_folder_item.c
1015         * src/prefs_spelling.c
1016                 add a tooltip to the colour selector buttons
1017
1018 2006-04-13 [wwp]        2.1.0cvs36
1019
1020         * manual/advanced.xml
1021         * manual/glossary.xml
1022         * manual/handling.xml
1023         * manual/keyboard.xml
1024         * manual/plugins.xml
1025         * manual/starting.xml
1026         * manual/fr/account.xml
1027         * manual/fr/ack.xml
1028         * manual/fr/addrbook.xml
1029         * manual/fr/advanced.xml
1030         * manual/fr/faq.xml
1031         * manual/fr/glossary.xml
1032         * manual/fr/gpl.xml
1033         * manual/fr/handling.xml
1034         * manual/fr/intro.xml
1035         * manual/fr/keyboard.xml
1036         * manual/fr/plugins.xml
1037         * manual/fr/starting.xml
1038         * manual/fr/sylpheed-claws-manual.xml
1039                 fixes to the manuals:
1040                  - summaryview -> Message List (same in French)
1041                  - translate key names
1042                  - fix French punctuation, use non-breakable spaces when
1043                    necessary, don't use &thinsp; which is not portable
1044                  - tell what maildir and mbox formats we support
1045
1046 2006-04-12 [wwp]        2.1.0cvs35
1047
1048         * src/prefs_toolbar.c
1049                 unified a replace button more,
1050                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1051
1052 2006-04-12 [wwp]        2.1.0cvs34
1053
1054         * src/prefs_common.c
1055         * src/prefs_msg_colors.c
1056                 make default color labels translatable,
1057                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1058                 thanks to Tim <timbrain@post.cz> for reporting.
1059
1060 2006-04-12 [wwp]        2.1.0cvs33
1061
1062         * manual/glossary.xml
1063         * manual/intro.xml
1064         * manual/plugins.xml
1065         * manual/starting.xml
1066         * manual/sylpheed-claws-manual.xml
1067         * manual/fr/.cvsignore
1068         * manual/fr/account.xml
1069         * manual/fr/ack.xml
1070         * manual/fr/addrbook.xml
1071         * manual/fr/advanced.xml
1072         * manual/fr/faq.xml
1073         * manual/fr/glossary.xml
1074         * manual/fr/handling.xml
1075         * manual/fr/intro.xml
1076         * manual/fr/keyboard.xml
1077         * manual/fr/plugins.xml
1078         * manual/fr/starting.xml
1079         * manual/fr/sylpheed-claws-manual.xml
1080                 various fixes: typos, missing .fr translations, punctuation,
1081                 capitalization, links, accents and some bad French more.
1082
1083 2006-04-12 [wwp]        2.1.0cvs32
1084
1085         * src/prefs_gtk.c
1086                 fix for bug #935: always store prefs files in UTF-8 (thanks
1087                 to Colin).
1088
1089 2006-04-11 [colin]      2.1.0cvs31
1090
1091         * src/compose.c
1092                 Fix inserting files not in utf8 when locale is utf8
1093
1094 2006-04-11 [colin]      2.1.0cvs30
1095
1096         * src/inc.c
1097                 Don't show error dialog when cancelling connection
1098                 Patch by Pawel
1099
1100 2006-04-11 [cleroy]     2.1.0cvs29
1101
1102         * src/compose.c
1103                 Implement multiple quote levels
1104         * src/prefs_common.c
1105                 Change a little bit the quote bgcolor for 2nd level
1106
1107 2006-04-11 [colin]      2.1.0cvs28
1108
1109         * src/gtk/about.c
1110                 Add locale and charset in the label
1111
1112 2006-04-10 [colin]      2.1.0cvs27
1113
1114         * src/compose.c
1115         * src/prefs_common.c
1116         * src/prefs_common.h
1117         * src/prefs_msg_colors.c
1118         * src/textview.c
1119                 Allow optional background color in quotes
1120                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1121                 GTK+-2.8.x feature
1122
1123 2006-04-10 [colin]      2.1.0cvs26
1124
1125         * src/main.c
1126         * src/mainwindow.c
1127         * src/mainwindow.h
1128                 Implement --select
1129
1130 2006-04-10 [colin]      2.1.0cvs25
1131
1132         * manual/plugins.xml
1133         * manual/fr/plugins.xml
1134                 Document libcurl's proxy variables
1135
1136 2006-04-09 [colin]      2.1.0cvs24
1137
1138         * src/prefs_common.c
1139                 gettext() returns statically allocated stuff. We have
1140                 to strdup it in order to be able to free it.
1141
1142 2006-04-09 [colin]      2.1.0cvs23
1143
1144         * AUTHORS
1145         * src/gtk/authors.h
1146                 Add Alexei
1147
1148 2006-04-09 [colin]      2.1.0cvs22
1149
1150         * src/mainwindow.c
1151         * src/gtk/quicksearch.c
1152                 Fix bug #859 (problems with cyrilic input in 
1153                 search panel) - Patch by Alexey Illarionov 
1154                 <littlesavage@rambler.ru>
1155
1156 2006-04-09 [colin]      2.1.0cvs21
1157
1158         * src/prefs_customheader.c
1159                 I prefer removing then freeing rather than the contrary
1160                 (even if it doesn't change anything ;-)
1161         * src/prefs_account.c
1162                 Fix bug #933 (Crash re-entering the custom headers list 
1163                 dialog in accounts prefs)
1164                 The problem happened when cancelling the Account 
1165                 Preferences' dialogs - in which case we didn't do 
1166                 anything to the PrefsAccount * struct. In case of applying,
1167                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1168                 working with in this dialog. The problem is that 
1169                 prefs_customheader.c, working on this tmp_ac_prefs, always
1170                 changes the ->customhdr_list pointer, even when cancelled. 
1171                 So in case of cancelling the prefs_account dialog, we still
1172                 have to update ->customhdr_list in the real account.
1173
1174 2006-04-08 [colin]      2.1.0cvs20
1175
1176         * manual/fr/glossary.xml
1177         * manual/fr/keyboard.xml
1178                 Forgot some headers :)
1179
1180 2006-04-08 [colin]      2.1.0cvs19
1181
1182         * manual/Makefile.am
1183         * manual/fr/Makefile.am
1184         * manual/fr/account.xml
1185         * manual/fr/ack.xml
1186         * manual/fr/addrbook.xml
1187         * manual/fr/advanced.xml
1188         * manual/fr/faq.xml
1189         * manual/fr/glossary.xml
1190         * manual/fr/gpl.xml
1191         * manual/fr/handling.xml
1192         * manual/fr/intro.xml
1193         * manual/fr/keyboard.xml
1194         * manual/fr/plugins.xml
1195         * manual/fr/starting.xml
1196         * manual/fr/sylpheed-claws-manual.xml
1197         * manual/fr/dist/.cvsignore
1198         * manual/fr/dist/Makefile.am
1199         * manual/fr/dist/html/.cvsignore
1200         * manual/fr/dist/html/Makefile.am
1201         * manual/fr/dist/pdf/.cvsignore
1202         * manual/fr/dist/pdf/Makefile.am
1203         * manual/fr/dist/ps/.cvsignore
1204         * manual/fr/dist/ps/Makefile.am
1205         * manual/fr/dist/txt/.cvsignore
1206         * manual/fr/dist/txt/Makefile.am
1207                 Add the french translation of the manual. Thanks to
1208                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1209                 account.xml, ack.xml, addrbook.xml and advanced.xml
1210
1211 2006-04-08 [colin]      2.1.0cvs18
1212
1213         * manual/plugins.xml
1214         * manual/starting.xml
1215                 More fixes
1216
1217 2006-04-07 [colin]      2.1.0cvs17
1218
1219         * manual/faq.xml
1220         * manual/intro.xml
1221         * manual/keyboard.xml
1222                 Little fixes
1223
1224 2006-04-07 [colin]      2.1.0cvs16
1225
1226         * README
1227         * src/compose.c
1228         * src/prefs_common.c
1229         * src/prefs_common.h
1230                 Add hidden compose_no_markup pref
1231
1232 2006-04-07 [wwp]        2.1.0cvs15
1233
1234         * src/summary_search.c
1235         * .cvsignore
1236                 Bugfix: stop button was sticky when searching in an empty folder.
1237                 Applied curly brackets code style to the whole file (summary_search.c).
1238                 More files to ignore.
1239
1240 2006-04-07 [wwp]        2.1.0cvs14
1241
1242         * src/message_search.c
1243         * src/summary_search.c
1244                 changed default button when search bumps at file/folder
1245                 beginning or end, for convenience (thanks to Colin).
1246
1247 2006-04-07 [paul]       2.1.0cvs13
1248
1249         * src/plugins/dillo_viewer/dillo_prefs.c
1250                 avoid future potential for namespace collision
1251                 Patch by Colin
1252
1253 2006-04-06 [wwp]        2.1.0cvs12
1254
1255         * src/summary_search.c
1256                 Unify extended/advanced searches names (and thus factorize labels),
1257                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1258
1259 2006-04-06 [wwp]        2.1.0cvs11
1260
1261         * src/folderview.c
1262         * src/prefs_themes.c
1263         * src/summaryview.c
1264                 Fixed some compilation warnings.
1265
1266 2006-04-06 [colin]      2.1.0cvs10
1267
1268         * manual/advanced.xml
1269                 Document the wizard template and how to deploy
1270                 Sylpheed-Claws effectively
1271
1272 2006-04-06 [colin]      2.1.0cvs9
1273
1274         * src/folderview.c
1275                 gettext patch to tell translators about _("#"),
1276                 by Maxim Britov
1277
1278 2006-04-06 [colin]      2.1.0cvs8
1279
1280         * src/textview.c
1281                 Fix invalid GtkTextBIter after clicking "Display as text"
1282
1283 2006-04-06 [mones]      2.1.0cvs7
1284
1285         * src/addr_compl.c
1286         * src/addrindex.c
1287         * src/addritem.c
1288         * src/codeconv.c
1289         * src/compose.c
1290         * src/filtering.c
1291         * src/folder.c
1292         * src/folder_item_prefs.c
1293         * src/folderview.c
1294         * src/localfolder.c
1295         * src/matcher.c
1296         * src/mimeview.c
1297         * src/prefs_msg_colors.c
1298         * src/prefs_spelling.c
1299         * src/prefs_themes.c
1300         * src/procmime.c
1301         * src/procmsg.c
1302         * src/stock_pixmap.c
1303         * src/summaryview.c
1304         * src/textview.c
1305         * src/toolbar.c
1306         * src/common/mgutils.c
1307         * src/common/prefs.c
1308         * src/common/ssl_certificate.c
1309         * src/gtk/colorlabel.c
1310         * src/gtk/quicksearch.c
1311         * src/plugins/pgpmime/pgpmime.c
1312         * src/plugins/spamassassin/spamassassin.c
1313                 Removed redundant NULL checks for g_free() calls.
1314                 Patch by Pawel Pekala.
1315
1316 2006-04-06 [mones]      2.1.0cvs6
1317
1318         * src/prefs_actions.c
1319         * src/prefs_filtering.c
1320         * src/prefs_filtering_action.c
1321         * src/prefs_matcher.c
1322         * src/prefs_template.c
1323         * src/gtk/gtkutils.c
1324         * src/gtk/gtkutils.h
1325                 Have a nice replace button. Patch by Pawel Pekala
1326
1327 2006-04-06 [colin]      2.1.0cvs5
1328
1329         * src/addressbook.c
1330                 Fix crash with empty columns
1331
1332 2006-04-05 [colin]      2.1.0cvs4
1333
1334         * src/wizard.c
1335         * src/prefs_gtk.c
1336                 Allow wizard customization with pre-filled values
1337
1338 2006-04-05 [colin]      2.1.0cvs3
1339
1340         * src/textview.c
1341         * src/mimeview.c
1342         * src/mimeview.h
1343                 Nicer messages in mimeview
1344
1345 2006-04-05 [colin]      2.1.0cvs2
1346
1347         * src/addressbook.c
1348         * src/prefs_summaries.c
1349                 i18n fix
1350
1351 2006-04-05 [colin]      2.1.0cvs1
1352
1353         * src/plugins/pgpcore/plugin.c
1354         * src/plugins/pgpcore/select-keys.c
1355         * src/plugins/pgpcore/select-keys.h
1356         * src/plugins/pgpcore/sgpgme.c
1357         * src/plugins/pgpcore/sgpgme.h
1358         * src/plugins/pgpinline/pgpinline.c
1359         * src/plugins/pgpinline/plugin.c
1360         * src/plugins/pgpmime/pgpmime.c
1361         * src/plugins/pgpmime/plugin.c
1362                 Factorize and generalize a bit 
1363                 Drop S/MIME signature verification from PGP/MIME
1364                 (adding it as another, more complete plugin)
1365
1366 2006-04-05 [paul]       2.1.0
1367
1368         2.1.0 released
1369
1370 2006-04-05 [paul]       2.0.0cvs186
1371
1372         * manual/advanced.xml
1373                 add info on colour labels
1374
1375 2006-04-05 [paul]       2.0.0cvs185
1376
1377         * po/bg.po
1378         * po/cs.po
1379         * po/de.po
1380         * po/el.po
1381         * po/en_GB.po
1382         * po/fi.po
1383         * po/fr.po
1384         * po/it.po
1385         * po/nl.po
1386         * po/pl.po
1387         * po/pt_BR.po
1388         * po/sr.po
1389         * po/zh_CN.po
1390                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1391                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1392                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1393                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1394         * src/gtk/authors.h
1395         * tools/claws.i18n.status.pl
1396                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1397                 and new Czech translator, Tim <timbrain@post.cz>
1398
1399 2006-04-05 [mones]      2.0.0cvs184
1400
1401         * po/es.po
1402                 Updated translation
1403
1404 2006-04-05 [colin]      2.0.0cvs183
1405
1406         * src/gtk/quicksearch.c
1407                 Fix bug #929 (unnecessary reload in quick search bar)
1408
1409 2006-04-05 [colin]      2.0.0cvs182
1410
1411         * src/compose.c
1412                 Fix crash on Reply with no From:
1413                 Show signature and conversion error on queuing 
1414                 (but not sending)
1415         * src/mainwindow.c
1416         * src/summaryview.c
1417         * src/summaryview.h
1418                 Factorize threading code and make sure msginfo 
1419                 is not null when it comes from a GtkCTreeRow's 
1420                 data
1421         * src/gtk/gtkaspell.c
1422                 Check for necessary things
1423         * src/gtk/gtksctree.c
1424         * src/gtk/gtksctree.h
1425                 Reset anchor if necessary when removing node
1426
1427 2006-03-29 [colin]      2.0.0cvs181
1428
1429         * src/folderview.c
1430                 Warn for disabled IMAP accounts (due to lack of
1431                 libetpan). Breaks string-freeze - sorry - but it
1432                 is kind of important ;)
1433
1434 2006-03-28 [colin]      2.0.0cvs180
1435
1436         * src/gtk/gtkutils.c
1437         * src/gtk/gtkutils.h
1438                 Add a gtkut_get_link_btn() function that
1439                 creates a button which acts like an URI
1440         * src/prefs_themes.c
1441         * src/gtk/about.c
1442                 Use this function (factorizes codes)
1443         * src/common/defs.h
1444         * src/gtk/pluginwindow.c
1445                 Add a "Get more..." in the plugins window
1446
1447 2006-03-28 [colin]      2.0.0cvs179
1448
1449         * src/common/smtp.c
1450         * src/common/passcrypt.c
1451         * src/undo.c
1452                 Warning fixes. Patch by Pawel Pekala
1453
1454 2006-03-27 [colin]      2.0.0cvs178
1455
1456         * src/undo.c
1457                 Fix undoing by blocks with spaces
1458
1459 2006-03-27 [colin]      2.0.0cvs177
1460
1461         * src/textview.c
1462                 Set margin to 3px for headers
1463
1464 2006-03-27 [paul]
1465
1466         2.1.0-rc2 released
1467
1468 2006-03-27 [wwp]        2.0.0cvs176
1469
1470         * src/summaryview.c
1471                 don't reset quicksearch when updating the message list.
1472                 Thanks to Colin.
1473
1474 2006-03-26 [wwp]        2.0.0cvs175
1475
1476         * src/compose.c
1477                 use a unified border width ('other' tab in the compose window,
1478                 patch by Pawel Pekala).
1479
1480
1481 2006-03-26 [wwp]        2.0.0cvs174
1482
1483         * src/common/quoted-printable.c
1484         * src/addressbook.c
1485                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1486
1487 2006-03-26 [colin]      2.0.0cvs173
1488
1489         * src/quote_fmt_parse.y
1490                 Fix non-UTF8 date formats messing up the whole quote a 
1491                 little bit
1492
1493 2006-03-26 [colin]      2.0.0cvs172
1494
1495         * src/procheader.c
1496                 Make sure the date is UTF8 valid, or try to make it
1497                 so. IncrediMail is really IncrediStupid.
1498         * src/compose.c
1499                 Fix possible conversions. 
1500                 
1501
1502 2006-03-26 [colin]      2.0.0cvs171
1503
1504         * src/matcher.c
1505                 Fix corner cases in body search. This is still a
1506                 hack... It seems impossible to make it good and 
1507                 reasonably fast at the same time.
1508
1509 2006-03-26 [colin]      2.0.0cvs170
1510
1511         * src/summaryview.c
1512                 I think I killed the twilight zone bug!
1513                 summary_select_node() flushes GTK events in order
1514                 to be able to center the view. But this also 
1515                 flushes keypresses like Ctrl-Alt-U, so this can
1516                 call summary_show from summary_select_node (itself
1517                 called from summary_show, etc.). And the summaryview
1518                 has to be unlocked in this function. So just locking
1519                 while processing GTK events, and bailing if locked, 
1520                 should fix it.
1521                 Fixes bug #927 (SIGSEGV during Update Summary)
1522
1523 2006-03-25 [colin]      2.0.0cvs169
1524
1525         * src/matcher.c
1526                 Fix search in QP-encoded bodies
1527                 Fix utf-8 searches in bodies encoded in the
1528                 locale's encoding
1529         * src/common/quoted-printable.c
1530         * src/common/quoted-printable.h
1531                 Add a decode function that doesn't overwrite
1532                 the original pointer
1533                 
1534
1535 2006-03-24 [colin]      2.0.0cvs168
1536
1537         * src/action.c
1538         * src/summaryview.c
1539         * src/summaryview.h
1540                 Update message cache after action
1541                 Patch by H. Merijn Brand
1542         * src/prefs_msg_colors.c
1543                 Factorize label 
1544                 Patch by Fabien Vantard
1545         * src/plugins/spamassassin/spamassassin_gtk.c
1546                 Remove useless translation
1547                 Patch by Fabien Vantard
1548
1549 2006-03-23 [colin]      2.0.0cvs167
1550
1551         * src/common/ssl.c
1552                 Let 30 seconds to SSL_connect
1553
1554 2006-03-23 [wwp]        2.0.0cvs166
1555
1556         * src/summaryview.c
1557         * src/gtk/description_window.c
1558                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1559                 and headers are translated; adjust description windows' width to fit their
1560                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1561
1562 2006-03-23 [paul]       2.0.0cvs165
1563
1564         * src/common/utils.c
1565                 fix highlighting of URIs containing "()"
1566                 (2.0.0cvs164's reversal fixed)
1567                 Thanks to Colin.
1568
1569 2006-03-23 [paul]       2.0.0cvs164
1570
1571         * src/common/utils.c
1572                 revert patch, (postponing a fix), at 2.0.0cvs120
1573                 as it breaks more URIs than it fixes.
1574                 Allow '-' to be a terminating character in a URI
1575
1576 2006-03-22 [colin]      2.0.0cvs163
1577
1578         * configure.ac
1579                 Require libetpan 0.45
1580                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1581
1582 2006-03-22 [paul]       2.0.0cvs162
1583
1584         * src/editgroup.c
1585                 replace '<-' and '->' buttons with GTK_STOCK graphical
1586                 buttons
1587         * src/summary_search.c
1588                 don't offer '...' for translation
1589                 add a tooltip to advanced search '...' button
1590         * src/gtk/quicksearch.c
1591                 don't offer '...' for translation
1592
1593 2006-03-21 [colin]      2.0.0cvs161
1594
1595         * src/compose.c
1596                 Fix middle-click pasting (insert at click
1597                 position instead of cursor position, don't
1598                 remove existing selection and allow pasting
1599                 our own selection)
1600         * src/addressbook.c
1601                 "LDAP Server" -> "LDAP servers"
1602
1603 2006-03-21 [wwp]        2.0.0cvs160
1604
1605         * src/etpan/imap-thread.c
1606                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1607
1608 2006-03-20 [colin]      2.0.0cvs159
1609
1610         * src/summaryview.c
1611                 Don't reload summaryview after an execute with no
1612                 move action
1613
1614 2006-03-19 [colin]      2.0.0cvs158
1615
1616         * src/addressbook.c
1617                 and put groups at the top, always
1618
1619 2006-03-19 [colin]      2.0.0cvs157
1620
1621         * src/addressbook.c
1622                 Order groups before names, as previously
1623
1624 2006-03-19 [colin]      2.0.0cvs156
1625
1626         * src/addressbook.c
1627                 - Sort case-unsensitive
1628                 - Put the sort arrow at opening too
1629
1630 2006-03-19 [wwp]        2.0.0cvs155
1631
1632         * src/addressbook.c
1633                 allow sorting by name/email/remarks, ensure that right-pane's contents
1634                 matches the left-pane selection (cleared when appropriate).
1635                 Patch by Pawel Pekala <c0rn@o2.pl>.
1636
1637 2006-03-18 [colin]      2.0.0cvs154
1638
1639         * src/textview.c
1640                 Fix text cursor ;)
1641
1642 2006-03-18 [colin]      2.0.0cvs153
1643
1644         * src/gtk/filesel.c
1645                 Make sure we hide the preview if we didn't get
1646                 a filename
1647
1648 2006-03-18 [colin]      2.0.0cvs152
1649
1650         * src/summaryview.c
1651                 Set cursor to watch for execution (fixes lack
1652                 of watch-cursor when dnd'ing hundreds of mails)
1653         * src/gtk/filesel.c
1654                 Check that mime type is 'image/*' before updating
1655                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1656
1657 2006-03-18 [colin]      2.0.0cvs151
1658
1659         * src/mainwindow.c
1660         * src/textview.c
1661         * src/textview.h
1662                 Put a watch cursor in textview too when the mainwindow's
1663                 cursor in a watch
1664
1665 2006-03-18 [colin]      2.0.0cvs150
1666
1667         * src/folder.c
1668                 Change wrong asserts to simple tests
1669
1670 2006-03-17 [colin]      2.0.0cvs149
1671
1672         * src/mainwindow.c
1673         * src/mainwindow.h
1674         * src/prefs_msg_colors.c
1675         * src/summaryview.c
1676         * src/summaryview.h
1677         * src/gtk/colorlabel.c
1678         * src/gtk/colorlabel.h
1679                 Add a color label menu in the main menubar
1680                 Add (fixed) accels Ctrl-{0-7} to change the color
1681                 They have to be fixed because the menu's dynamic,
1682                 the items are complex widgets, hence we can't use
1683                 a GtkItemFactory.
1684
1685
1686 2006-03-17 [wwp]        2.0.0cvs148
1687
1688         * src/compose.c
1689                 rollback few lines from my previous commit (those lines come from
1690                 a pending patch, accidentally commited, even if neutral as they are
1691                 commented out).
1692
1693 2006-03-17 [wwp]        2.0.0cvs147
1694
1695         * src/compose.c
1696                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1697                 applied code style/indentation to the modified function.
1698
1699 2006-03-17 [wwp]        2.0.0cvs146
1700
1701         * src/procmsg.c
1702         * src/compose.c
1703                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1704
1705 2006-03-17 [paul]
1706
1707         2.1.0-rc1 released
1708
1709 2006-03-17 [paul]       2.0.0cvs145
1710
1711         * src/main.c
1712                 addressbook_read_file() was called twice
1713         * src/textview.c
1714                 X-Mailer highlighting
1715
1716 2006-03-16 [colin]      2.0.0cvs144
1717
1718         * src/sourcewindow.c
1719         * src/sourcewindow.h
1720                 And the last one, in source window.
1721
1722 2006-03-16 [colin]      2.0.0cvs143
1723
1724         * src/compose.c
1725         * src/compose.h
1726                 Fix the same stuff in compose
1727
1728 2006-03-16 [colin]      2.0.0cvs142
1729
1730         * src/messageview.c
1731                 Complete the previous messageview crash fix
1732
1733 2006-03-16 [colin]      2.0.0cvs141
1734
1735         * src/procmsg.h
1736         * src/procmsg.c
1737         * src/folder.c
1738                 Fix POSTPROCESSING hook
1739                 Patch by H. Merijn Brand
1740
1741         * src/procmime.c
1742         * src/procmime.h
1743                 Parse Content-Location
1744
1745         * src/toolbar.c
1746         * src/messageview.c
1747         * src/messageview.h
1748                 Don't crash when a top-level MessageView has
1749                 been closed on us. Same problematic than
1750                 yesterday's quicksearch issue.
1751
1752 2006-03-15 [colin]      2.0.0cvs140
1753
1754         * src/gtk/quicksearch.c
1755                 Fix a bitchy race we didn't think about when we
1756                 added quicksearch cancellation:
1757                 If the search is not on cached fields, for example
1758                 body_part matchcase "stuff"
1759                 the matcher code has to get the whole message. If
1760                 we're on IMAP, that can be slow, and in order to
1761                 be non-blocking, the IMAP code idle loop processes
1762                 gtk events too. So it is possible to cancel a
1763                 quicksearch while the matcher is getting the mail's
1764                 body. After matcher got its body, it will start to
1765                 iterate over the matcher list that the Quicksearch's
1766                 clear_search_cb() just freed via prepare_matcher().
1767                 SIGSEGV ensues.
1768                 The fix consists of guarding the matcherlist_match()
1769                 call with a boolean 'matching'. If we reset the
1770                 quicksearch while matching is TRUE, we don't free
1771                 the matcherlist anymore like we did, but we set
1772                 another new flag, deferred_free, to TRUE. Then,
1773                 in quicksearch_match(), just after returning from
1774                 matcherlist_match() and unsetting the matching flag,
1775                 we check the deferred_free flag and do the
1776                 prepare_matcher() (which does the matcherlist_free)
1777                 for real, so we free the matcherlist once it's not
1778                 used anymore.
1779                 As all of this runs via the glib main loop, we
1780                 luckily don't need a mutex.
1781         * src/summaryview.c
1782                 Also, show progress while searching.
1783
1784
1785 2006-03-14 [colin]      2.0.0cvs139
1786
1787         * src/alertpanel.c
1788                 Make alertpanel_is_open non-static
1789
1790 2006-03-14 [colin]      2.0.0cvs138
1791
1792         * src/prefs_spelling.c
1793                 Cleanups - Fabien Vantard
1794
1795 2006-03-14 [wwp]        2.0.0cvs137
1796
1797         * src/main.c
1798                 code style normalization (curly braces, indentation).
1799
1800 2006-03-14 [wwp]        2.0.0cvs137
1801
1802         * src/main.c
1803                 code style (braces, indentation)
1804
1805 2006-03-12 [paul]       2.0.0cvs136
1806
1807         * src/prefs_common.c
1808                 trans_hdr defaults to FALSE to be RFC-savvy
1809         * src/prefs_summaries.c
1810                 add a tooltip to the trans_hdr option
1811                 
1812
1813 2006-03-12 [paul]       2.0.0cvs135
1814
1815         * src/prefs_matcher.c
1816                 give a little more width to the combos
1817         * src/prefs_display_header.c
1818         * src/textview.c
1819                 translate headers if prefs_common.trans_hdr
1820                 is TRUE
1821
1822         Patches by Pawel Pekala
1823
1824 2006-03-12 [paul]       2.0.0cvs134
1825
1826         * src/plugins/clamav/clamav_plugin.c
1827         * src/plugins/dillo_viewer/dillo_viewer.c
1828         * src/plugins/pgpcore/plugin.c
1829         * src/plugins/pgpinline/plugin.c
1830         * src/plugins/pgpmime/plugin.c
1831         * src/plugins/spamassassin/spamassassin.c
1832                 update/add to descriptions
1833         * src/plugins/spamassassin/spamassassin_gtk.c
1834                 fixes to the english, remove superfluous
1835                 tooltips, clean up a little
1836
1837 2006-03-12 [paul]       2.0.0cvs133
1838
1839         * src/compose.c
1840                 fix Bug 924, 'Account combo box shows up wrong 
1841                 if & is in account name'
1842
1843 2006-03-11 [colin]      2.0.0cvs132
1844
1845         * src/summaryview.c
1846                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
1847                 messed up shift-selection because is slows down
1848                 moving around summaryview. thanks -users
1849
1850 2006-03-10 [colin]      2.0.0cvs131
1851
1852         * src/plugins/spamassassin/spamassassin_gtk.c
1853                 Put back Paul's engrish fixes
1854
1855 2006-03-10 [colin]      2.0.0cvs130
1856
1857         * src/plugins/spamassassin/spamassassin.c
1858         * src/plugins/spamassassin/spamassassin.h
1859         * src/plugins/spamassassin/spamassassin_gtk.c
1860                 Cleanup SA prefs page (more)
1861                 Patch by Fabien Vantard
1862
1863 2006-03-10 [paul]       2.0.0cvs129
1864
1865         * src/prefs_msg_colors.c
1866         * src/prefs_spelling.c
1867                 widget sensitivity
1868
1869 2006-03-09 [mones]      2.0.0cvs128
1870
1871         * po/es.po
1872                 Update for next RC
1873
1874 2006-03-09 [wwp]        2.0.0cvs127
1875
1876         * configure.ac
1877                 revert accidental commit (requirement for libetpan 0.43), this time
1878                 not in HEAD.
1879
1880 2006-03-09 [wwp]        2.0.0cvs125
1881
1882         * configure.ac
1883                 revert accidental commit (requirement for libetpan 0.43)
1884
1885 2006-03-09 [paul]       2.0.0cvs126
1886
1887         * src/prefs_receive.c
1888                 remove useless frame
1889                 replace 'incorporation' with 'receiving'
1890         * src/plugins/clamav/clamav_plugin_gtk.c
1891         * src/plugins/spamassassin/spamassassin_gtk.c
1892                 improve widget sensitivity
1893                 fix a bit his engrish
1894
1895 2006-03-09 [wwp]        2.0.0cvs125
1896
1897         * src/addressadd.c
1898         * src/foldersel.c
1899         * src/prefs_common.c
1900         * src/prefs_common.h
1901                 remember some more windows' sizes (add to addressbook and
1902                 select folder).
1903
1904 2006-03-09 [paul]       2.0.0cvs124
1905
1906         * src/plugins/pgpcore/prefs_gpg.c
1907                 normalise construction of dialogue
1908
1909 2006-03-09 [paul]       2.0.0cvs123
1910
1911         * src/plugins/trayicon/Makefile.am
1912                 add missing slash
1913
1914 2006-03-08 [colin]      2.0.0cvs122
1915
1916         * src/plugins/trayicon/Makefile.am
1917                 Fix build in separate dir 
1918                 Patch by Bamanzi <bamanzi@gmail.com>
1919
1920 2006-03-08 [colin]      2.0.0cvs121
1921
1922         * src/procmsg.c
1923                 Batch move and copies from summaryview with delayed execution
1924                 too
1925
1926 2006-03-07 [paul]       2.0.0cvs120
1927
1928         * src/common/utils.c
1929                 fix highlighting of URIs containing "()"
1930                 Patch by Pawel Pekala
1931
1932 2006-03-07 [paul]       2.0.0cvs119
1933
1934         * src/folder.c
1935         * src/folder.h
1936         * src/folderview.c
1937                 immediately do alphabetical resort when
1938                 changing a folder's name
1939                 Patch by Pawel Pekala
1940
1941 2006-03-07 [paul]       2.0.0cvs118
1942
1943         * src/news.c
1944         * src/news_gtk.c
1945                 when unsubscribing a newsgroup, remove the
1946                 folder and msgs in .sylpheed-claws/newscache
1947                 Patch by Pawel Pekala <c0rn@gazeta.pl>
1948
1949 2006-03-07 [paul]       2.0.0cvs117
1950
1951         * src/textview.c
1952                 fix wrong Fake URL Warning
1953                 Thanks to Hiro
1954
1955 2006-03-07 [colin]      2.0.0cvs116
1956
1957         * src/imap.c
1958                 Return immediately when password dialog was
1959                 cancelled
1960         * src/gtk/inputdialog.c
1961                 Allow empty strings for passwords
1962
1963
1964 2006-03-06 [colin]      2.0.0cvs115
1965
1966         * src/imap.c
1967                 Prevent double-timeouts when connection fails
1968
1969 2006-03-06 [colin]
1970
1971         2.0.1-rc1 released
1972
1973 2006-03-06 [colin]      2.0.0cvs114
1974
1975         * src/imap.c
1976                 Refresh session during potentially long
1977                 operations
1978
1979 2006-03-06 [wwp]        2.0.0cvs113
1980
1981         * src/prefs_msg_colors.h
1982                 forgot that one (custom color labels).
1983
1984 2006-03-06 [wwp]        2.0.0cvs112
1985
1986         * src/prefs_common.c
1987         * src/prefs_common.h
1988         * src/prefs_msg_colors.c
1989         * src/summaryview.c
1990         * src/summaryview.h
1991         * src/gtk/colorlabel.c
1992         * src/gtk/colorlabel.h
1993                 colors in messages list are now customizable. Color values and names can
1994                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
1995                 Thanks to Paul and Colin for their help with this longstanding patch!
1996
1997 2006-03-06 [wwp]        2.0.0cvs111
1998
1999         * src/textview.c
2000                 don't crash if (x)face is bad.
2001
2002 2006-03-05 [paul]       2.0.0cvs110
2003
2004         * AUTHORS
2005         * configure.ac
2006         * src/Makefile.am
2007         * src/common/Makefile.am
2008         * src/common/utils.h
2009         * src/etpan/imap-thread.c
2010         * src/gtk/authors.h
2011         * src/plugins/clamav/Makefile.am
2012         * src/plugins/demo/Makefile.am
2013         * src/plugins/dillo_viewer/Makefile.am
2014         * src/plugins/pgpcore/Makefile.am
2015         * src/plugins/pgpcore/passphrase.c
2016         * src/plugins/pgpinline/Makefile.am
2017         * src/plugins/pgpmime/Makefile.am
2018         * src/plugins/spamassassin/Makefile.am
2019         * src/plugins/trayicon/Makefile.am
2020                 fix builiding on cygwin
2021                 Patch by Ralgh Young <bamanzi@gmail.com>
2022
2023 2006-03-04 [wwp]        2.0.0cvs109
2024
2025         * manual/keyboard.xml
2026                 fix mixed up/down keys.
2027
2028 2006-03-04 [wwp]        2.0.0cvs108
2029
2030         * README
2031         * INSTALL
2032                 updated links to SpamAssassin.
2033
2034 2006-03-04 [wwp]        2.0.0cvs107
2035
2036         * manual/plugins.xml
2037         * src/plugins/spamassassin/README
2038                 updated SpamAssassin plugin docs to reflect new functional additions
2039                 (also fix/update/documents few technical stuff more, see the README).
2040
2041 2006-03-04 [wwp]        2.0.0cvs106
2042
2043         * src/prefs_message.c
2044                 normalized capitalization of message-prefs paths.
2045
2046 2006-03-04 [wwp]        2.0.0cvs105
2047
2048         * manual/advanced.xml
2049                 typo.
2050
2051 2006-03-03 [colin]      2.0.0cvs104
2052
2053         * src/plugins/clamav/clamav_plugin_gtk.c
2054                 Rework prefs page, patch by Fabien 
2055
2056 2006-03-03 [colin]      2.0.0cvs103
2057
2058         * src/plugins/clamav/clamav_plugin.c
2059                 Set error on all errors
2060
2061 2006-03-03 [colin]      2.0.0cvs102
2062
2063         * src/common/plugin.c
2064                 Initialize error to avoid crashing when a plugin fails
2065                 without setting error
2066
2067 2006-03-02 [wwp]        2.0.0cvs101
2068
2069         * configure.ac
2070                 fixed linker flags for libetpan support on Cygwin
2071                 (thanks to H.Merijn Brand).
2072
2073 2006-03-02 [wwp]        2.0.0cvs100
2074
2075         * src/addressbook.c
2076                 fix some AB error messages: one for punctuation and
2077                 one wrongly duplicate (thanks, maxbritov).
2078
2079 2006-03-02 [wwp]        2.0.0cvs99
2080
2081         * src/plugins/spamassassin/spamassassin.c
2082                 make sync calls to sa-learn/spamc to prevent
2083                 system (whatever local or client/server) overload.
2084
2085 2006-03-02 [colin]      2.0.0cvs98
2086
2087         * src/summaryview.c
2088                 Put the spam icon in the status column instead of the
2089                 mark one
2090
2091 2006-03-01 [colin]      2.0.0cvs97
2092
2093         * src/plugins/spamassassin/spamassassin.c
2094                 Fix segfault (g_file_set_contents fails for some 
2095                 reason and err==0x2f. Can't find out why with
2096                 valgrind, using working function :-)
2097
2098 2006-03-01 [colin]      2.0.0cvs96
2099
2100         * src/inc.c
2101                 Offline overriding: let 'No' be cached only 3 seconds
2102
2103 2006-03-01 [colin]      2.0.0cvs95
2104
2105         * src/addr_compl.c
2106         * src/addrbook.c
2107         * src/addressbook.c
2108         * src/addrindex.c
2109         * src/folder_item_prefs.c
2110         * src/headerview.c
2111         * src/imap.c
2112         * src/inc.c
2113         * src/ldif.c
2114         * src/mainwindow.c
2115         * src/mh.c
2116         * src/msgcache.c
2117         * src/prefs_common.h
2118         * src/prefs_msg_colors.c
2119         * src/procheader.c
2120         * src/procheader.h
2121         * src/procmime.c
2122         * src/procmsg.c
2123         * src/procmsg.h
2124         * src/send_message.h
2125         * src/simple-gettext.c
2126         * src/summaryview.c
2127         * src/summaryview.h
2128         * src/syldap.c
2129         * src/textview.c
2130         * src/undo.c
2131         * src/common/ssl_certificate.c
2132         * src/common/utils.c
2133         * src/gtk/colorsel.c
2134         * src/gtk/gtksctree.c
2135         * src/gtk/gtkshruler.c
2136         * src/plugins/trayicon/trayicon.c
2137                 #if 0 goes to /dev/null
2138
2139 2006-03-01 [colin]      2.0.0cvs94
2140
2141         * src/compose.c
2142         * src/imap.c
2143         * src/inc.c
2144         * src/inc.h
2145         * src/messageview.c
2146         * src/news.c
2147         * src/plugins/spamassassin/spamassassin.c
2148                 Allow to add information in the "working offline"
2149                 window
2150
2151 2006-03-01 [wwp]        2.0.0cvs93
2152
2153         * src/plugins/spamassassin/spamassassin.c
2154                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2155                 'cause it seems that calling `spamc ... < inputfile` with
2156                 g_spawn_(a)sync simply.. erm doesn't work :-).
2157
2158 2006-03-01 [wwp]        2.0.0cvs92
2159
2160         * src/toolbar.c
2161         * src/toolbar.h
2162                 simplify the adding of spam/ham button to the messageview toolbar
2163                 (it gets more clear now that the same button will be "Mark as spam"
2164                 or "Mark as ham" according to the current message status,
2165                 thanks to Colin).
2166
2167 2006-03-01 [wwp]        2.0.0cvs91
2168
2169         * src/messageview.c
2170         * src/procmsg.c
2171         * src/procmsg.h
2172         * src/summaryview.c
2173         * src/plugins/spamassassin/spamassassin.c
2174         * src/plugins/spamassassin/spamassassin.h
2175                 make learner callbacks return a status (0 for ok),
2176                 handle it in main code to avoid setting flags when learning failed,
2177                 don't learn on TCP if offline in spamassassin,
2178                 thanks to Colin.
2179
2180                 
2181
2182 2006-03-01 [wwp]        2.0.0cvs90
2183
2184         * src/compose.c
2185                 some work around the compose window's account menu,
2186                 patch by Fabien Vantard.
2187
2188 2006-03-01 [wwp]        2.0.0cvs89
2189
2190         * src/plugins/spamassassin/spamassassin.c
2191                 fixed bad logics, was using spamc in local mode and sa-learn
2192                 in remote mode (thanks, Colin).
2193
2194 2006-03-01 [wwp]        2.0.0cvs88
2195
2196         * src/plugins/spamassassin/spamassassin.c
2197         * src/plugins/spamassassin/spamassassin.h
2198         * src/plugins/spamassassin/spamassassin_gtk.c
2199                 made processing of emails w/ sa-plugin an option (default is TRUE),
2200                 fixed Engrish some tooltips, capitalization of some debug messages
2201                 and warnings. The spamassassin plugin now provides two separate
2202                 services: process emails upon incorporation and spamd training.
2203                 Both services (un)register independently but use some common
2204                 plugin settings (transport settings, spam storage location).
2205
2206 2006-02-28 [wwp]        2.0.0cvs87
2207
2208         * src/plugins/spamassassin/spamassassin.c
2209                 fix async flag to spamc cmdline execution (batch exec should
2210                 be asynchronous).
2211
2212 2006-02-27 [wwp]        2.0.0cvs86
2213
2214         * src/plugins/spamassassin/spamassassin.c
2215         * src/plugins/spamassassin/spamassassin.h
2216         * src/plugins/spamassassin/spamassassin_gtk.c
2217                 - added the ability to learn a remote spamassassin server (spamd),
2218                 using spamc.
2219                 - added the spamassassin option 'username', that applies to all
2220                 spamassassin operations (filtering, learning, local or remote).
2221                 The default username is the current unix user (if left blank
2222                 from gtk prefs or config file).
2223                 - commented out some unused code (notebook widget), removed unused
2224                 layout (hbox1).
2225                 - make more widgets sensitive to the transport type.
2226
2227 2006-02-27 [colin]      2.0.0cvs85
2228
2229         * src/plugins/spamassassin/spamassassin.c
2230                 Fix sa-learn call when offline
2231
2232 2006-02-27 [colin]      2.0.0cvs84
2233
2234         * configure.ac
2235         * src/Makefile.am
2236         * src/mainwindow.c
2237         * src/mainwindow.h
2238         * src/messageview.c
2239         * src/messageview.h
2240         * src/prefs_toolbar.c
2241         * src/procmsg.c
2242         * src/stock_pixmap.c
2243         * src/stock_pixmap.h
2244         * src/summaryview.c
2245         * src/toolbar.c
2246         * src/toolbar.h
2247         * src/pixmaps/ham_btn.xpm
2248         * src/pixmaps/spam.xpm
2249         * src/pixmaps/spam_btn.xpm
2250         * src/plugins/spamassassin/spamassassin.c
2251                 Add button in toolbar for spam learning
2252                 Fix a few bugs from the last related commit
2253                 Revert 1.9.6cvs23 which messed up shift-selection
2254
2255 2006-02-24 [colin]      2.0.0cvs83
2256
2257         * src/procmsg.c
2258         * src/summaryview.c
2259         * src/summaryview.h
2260         * src/plugins/spamassassin/spamassassin.c
2261         * src/plugins/spamassassin/spamassassin.h
2262         * src/plugins/spamassassin/spamassassin_gtk.c
2263                 Unregister learner when spamassassin is either
2264                 disabled or over tcp
2265
2266 2006-02-24 [colin]      2.0.0cvs82
2267
2268         * src/Makefile.am
2269         * src/mainwindow.c
2270         * src/mainwindow.h
2271         * src/procmsg.c
2272         * src/procmsg.h
2273         * src/stock_pixmap.c
2274         * src/stock_pixmap.h
2275         * src/summaryview.c
2276         * src/summaryview.h
2277         * src/gtk/icon_legend.c
2278         * src/pixmaps/spam.xpm  ** NEW FILE **
2279         * src/plugins/spamassassin/spamassassin.c
2280         * src/plugins/spamassassin/spamassassin_gtk.c
2281                 Add spam learning interface (Mark/Mark as 
2282                 (spam|ham) menus)
2283
2284 2006-02-24 [wwp]        2.0.0cvs81
2285
2286         * src/compose.c
2287         * src/compose.h
2288         * src/filtering.c
2289                 hide compose window when sending message in batch mode
2290                 (filtering: forward and redirect). Also fixed a wrong
2291                 value returned when sending failed, neutral anyway.
2292                 (Colin, me) 
2293
2294 2006-02-24 [wwp]        2.0.0cvs80
2295
2296         * src/mainwindow.c
2297                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2298
2299 2006-02-24 [paul]       2.0.0cvs79
2300
2301         * src/news.c
2302         * src/news.h
2303         * src/news_gtk.c
2304                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2305                 Thanks to Colin
2306
2307 2006-02-23 [colin]      2.0.0cvs78
2308
2309         * src/alertpanel.c
2310                 Change OK to Close in alertpanel with View log
2311                 button; add accel to View log. Patch by Fabien
2312                 Vantard
2313
2314 2006-02-23 [wwp]        2.0.0cvs77
2315
2316         * src/compose.c
2317                 silly me, there were much more tests to perform, since toolbars can
2318                 really have down to 1 element only.
2319
2320 2006-02-23 [wwp]        2.0.0cvs76
2321
2322         * commitHelper
2323                 fixed indentation from my previous commit. Fallback to VISUAL if
2324                 EDITOR is not set (and to vi, at last resort).
2325
2326 2006-02-23 [wwp]        2.0.0cvs75
2327
2328         * commitHelper
2329                 improved error detection (Colin, me).
2330
2331 2006-02-23 [wwp]        2.0.0cvs74
2332
2333         * src/prefs_toolbar.c
2334                 simplify and fix prefs/toolbars layouting. Combos' contents can
2335                 now be really displayed.
2336
2337 2006-02-23 [wwp]        2.0.0cvs73
2338         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2339         be really displayed.
2340
2341 2006-02-22 [wwp]        2.0.0cvs72
2342
2343         * src/compose.c
2344                 fix a typo in my previous commit (sorry!).
2345
2346 2006-02-22 [wwp]        2.0.0cvs71
2347
2348         * src/prefs_toolbar.c
2349                 fix a crash when adding separators to toolbars,
2350                 also fix some separator item information.
2351
2352 2006-02-22 [wwp]        2.0.0cvs70
2353
2354         * src/compose.c
2355                 fix a crash when redirecting (for instance) when compose window's
2356                 toolbar contents has been customized (when some buttons have been
2357                 removed in fact).
2358
2359 2006-02-21 [wwp]        2.0.0cvs69
2360
2361         * src/summaryview.c
2362         * src/gtk/pluginwindow.c
2363         * src/plugins/pgpcore/prefs_gpg.c
2364                 fix some compilation warnings (feat. remains of removed code).
2365
2366 2006-02-21 [wwp]        2.0.0cvs68
2367
2368         * src/gtk/gtkutils.c
2369                 fix two compilation issues, thanks to Stephan Sachse.
2370
2371 2006-02-20 [colin]      2.0.0cvs67
2372
2373         * src/mainwindow.c
2374                 Don't reselect displayed mail on refocus
2375                 This fixes actions misbehaving 
2376
2377 2006-02-20 [wwp]        2.0.0cvs66
2378
2379         * src/summaryview.c
2380         * src/gtk/gtksctree.c
2381         * src/gtk/gtkshruler.c
2382                 changed more runtime typecast checks.
2383
2384 2006-02-20 [wwp]        2.0.0cvs65
2385
2386         * src/summary_search.c
2387                 find all - summaryview refresh issue fixed, thanks to Colin.
2388
2389 2006-02-20 [wwp]        2.0.0cvs64
2390
2391         * src/gtk/gtkutils.c
2392                 better runtime typecast checks.
2393
2394 2006-02-20 [wwp]        2.0.0cvs63
2395
2396         * src/summary_search.c
2397                 enhancements to the summary search:
2398                         - add the ability to stop the running search
2399                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2400                         - don't search if no criteria (From/To/Subject/Body) is set
2401                         - ensure that a busy mouse pointer is always shown when searching,
2402                           show it even a bit earlier
2403
2404 2006-02-19 [colin]      2.0.0cvs62
2405
2406         * src/compose.c
2407         * src/imap.c
2408         * src/etpan/imap-thread.c
2409         * src/etpan/imap-thread.h
2410                 (Future) IMAP speed improvement on sending
2411                 Will require a libetpan update
2412         * src/summaryview.c
2413         * src/gtk/quicksearch.c
2414                 Make quicksearch clearable while running.
2415
2416 2006-02-17 [colin]      2.0.0cvs61
2417
2418         * src/imap.c
2419         * src/etpan/imap-thread.c
2420         * src/etpan/imap-thread.h
2421                 Check for IMAP certificates
2422                 ** Requires libetpan-0.42-cvs4 
2423                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2424
2425 2006-02-17 [colin]      2.0.0cvs60
2426
2427         * src/messageview.c
2428         * src/prefs_common.c
2429         * src/prefs_common.h
2430         * src/prefs_message.c
2431                 Add pref to display HTML-only mails with plugin, 
2432                 if possible (defaulting to FALSE of course).
2433
2434 2006-02-16 [colin]      2.0.0cvs59
2435
2436         * src/main.c
2437         * src/common/plugin.c
2438         * src/common/plugin.h
2439         * src/gtk/pluginwindow.c
2440                 Keep track of requested (but unloaded) plugins
2441                 in some error cases.
2442
2443 2006-02-16 [wwp]        2.0.0cvs58
2444
2445         * src/gtk/gtkaspell.c
2446         * src/gtk/gtkaspell.h
2447         * src/prefs_spelling.c
2448         * src/compose.c
2449         * src/prefs_common.c
2450         * src/prefs_common.h
2451                 implemented new optional spellchecker behaviour: re-check message when
2452                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2453
2454 2006-02-16 [wwp]        2.0.0cvs57
2455
2456         * src/quote_fmt_parse.y
2457                 pclose popen'ed pipe.
2458
2459 2006-02-15 [colin]      2.0.0cvs56
2460
2461         * src/mimeview.c
2462         * src/mimeview.h
2463                 Let MimeViewers know which MimeView they
2464                 depend of.
2465         * src/summaryview.c
2466                 Swap From/To columns in Sent/Queue/Drafts
2467                 folders
2468         * src/etpan/imap-thread.c
2469                 Use mailstream_low_tls_open() for STARTTLS
2470                 instead of mailstream_low_ssl_open()
2471                 ** REQUIRES libetpan 0.42cvs3 **
2472
2473 2006-02-15 [wwp]        2.0.0cvs55
2474
2475         * src/compose.c
2476         * src/compose.h
2477         * src/message_search.c
2478         * src/message_search.h
2479         * src/textview.c
2480         * src/gtk/gtkutils.c
2481         * src/gtk/gtkutils.h
2482                 added the ability to Find text in the compose window (and a bit
2483                 of code factorization).
2484
2485 2006-02-15 [wwp]        2.0.0cvs54
2486
2487         * src/prefs_gtk.c
2488                 yet another one file was missing (fix for some widgets' sensitivity).
2489                 Thanks Colin!
2490
2491 2006-02-15 [wwp]        2.0.0cvs53
2492
2493         * src/prefs_gtk.h
2494                 oops forgot that file (fix for some widgets' sensitivity).
2495
2496 2006-02-15 [wwp]        2.0.0cvs52
2497
2498         * src/summary_search.c
2499                 implemented advanced summary search options (added the ability
2500                 to use matcher conditions in an advanced search mode).
2501
2502 2006-02-15 [wwp]        2.0.0cvs51
2503
2504         * src/plugins/pgpcore/prefs_gpg.c
2505         * src/prefs_account.c
2506                 fix some widget sensitivity, mostly around some labels in
2507                 account prefs.
2508
2509 2006-02-15 [paul]       2.0.0cvs50
2510
2511         * manual/advanced.xml
2512                 improve Templates info
2513                 written by wwp
2514
2515 2006-02-14 [colin]      2.0.0cvs49
2516
2517         * src/pixmaps/address_book.xpm
2518         * src/pixmaps/preferences.xpm
2519         * src/pixmaps/properties.xpm
2520                 Fix pixmap size - patch by Fabien Vantard
2521
2522 2006-02-13 [colin]      2.0.0cvs48
2523
2524         * src/procmime.c
2525                 Add missing fclose()s on error
2526         * src/textview.c
2527                 Remove unused code
2528         * src/common/utils.c
2529                 Fix temp files not being deleted on windows
2530         Patches by Thomas Gilgin
2531
2532 2006-02-13 [colin]      2.0.0cvs47
2533
2534         * src/mainwindow.c
2535                 Fix exit crash
2536
2537 2006-02-13 [wwp]        2.0.0cvs46
2538
2539         * src/plugins/pgpcore/prefs_gpg.c
2540                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2541
2542 2006-02-12 [colin]      2.0.0cvs45
2543
2544         * src/folderview.c
2545         * src/main.c
2546         * src/mainwindow.c
2547                 Fix "stuff" when quitting
2548
2549 2006-02-12 [wwp]        2.0.0cvs44
2550
2551         * src/prefs_themes.c
2552                 fix typos in debug messages.
2553
2554 2006-02-11 [colin]      2.0.0cvs43
2555
2556         * src/summaryview.c
2557                 don't allow drag/drop from ourself
2558
2559 2006-02-10 [wwp]        2.0.0cvs42
2560
2561         * src/exporthtml.c
2562         * src/html.c
2563         * src/html.h
2564         * src/procmime.c
2565         * src/textview.c
2566                 renamed html_ prefixed functions and data structures to avoid
2567                 namespace clashes w/ other software (gtkhtml2 for instance).
2568                 Closes bug #907.
2569
2570
2571 2006-02-09 [colin]      2.0.0cvs41
2572
2573         * src/summaryview.c
2574                 Fix shitty logic messed up. Thanks Ticho for the hint!
2575
2576 2006-02-09 [wwp]        2.0.0cvs40
2577
2578         * src/gtk/about.c
2579         * src/compose.c
2580         * src/prefs_account.c
2581         * src/prefs_gtk.h
2582         * src/editaddress.c
2583                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2584                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2585                 Browse buttons in accounts prefs.
2586
2587 2006-02-09 [colin]      2.0.0cvs39
2588
2589         * src/matcher.c
2590                 Check for pointer before using its members
2591         * src/gtk/gtksourceprintjob.c
2592                 Fix a wrong warning
2593
2594 2006-02-09 [wwp]        2.0.0cvs38
2595
2596         * src/gtk/filesel.c
2597                 fix few compiler warnings (type mismatch).
2598
2599 2006-02-09 [paul]       2.0.0cvs37
2600
2601         * po/fr.po
2602                 updated by Fabien Vantard
2603
2604 2006-02-08 [colin]      2.0.0cvs36
2605
2606         * src/prefs_common.c
2607         * src/common/defs.h
2608         * src/common/plugin.c
2609                 allow windows and linux configurations to coexist
2610                 patch by Thomas Gilgin
2611
2612 2006-02-08 [colin]      2.0.0cvs35
2613
2614         * src/filtering.c
2615         * src/matcher.c
2616         * src/matcher.h
2617         * src/matcher_parser_parse.y
2618         * src/prefs_filtering_action.c
2619         * src/prefs_matcher.c
2620                 Add the "Ignore thread" filtering
2621                 action
2622
2623 2006-02-08 [colin]      2.0.0cvs34
2624
2625         * src/compose.c
2626         * src/procmime.c
2627         * src/procmime.h
2628                 Fix bug #905 (damaged attachment)
2629                 text files with raw \0's aren't really text files
2630         FOR_STABLE
2631
2632 2006-02-08 [colin]      2.0.0cvs33
2633
2634         * src/summaryview.c
2635                 Fix crasher introduced yesterday
2636
2637 2006-02-08 [wwp]        2.0.0cvs32
2638
2639         * src/compose.c
2640         * src/compose.h
2641                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2642
2643 2006-02-08 [wwp]        2.0.0cvs31
2644
2645         * src/prefs_template.c
2646                 templates enhancement: allow address completion for Cc and Bcc fields
2647                 (it was currently possible for the To field only)
2648
2649 2006-02-08 [colin]      2.0.0cvs30
2650
2651         * src/compose.c
2652                 Don't unblock if not blocked
2653         FOR_STABLE
2654
2655 2006-02-07 [colin]      2.0.0cvs29
2656
2657         * src/action.c
2658                 Forgot to refresh summaryview
2659
2660 2006-02-07 [colin]      2.0.0cvs28
2661
2662         * src/action.c
2663                 Freeze/thaw message list and folder list while
2664                 processing %as{} actions 
2665         * src/compose.c
2666                 Fix auto-wrap disabling after a middle-click
2667                 paste - FOR_STABLE
2668
2669 2006-02-07 [paul]       2.0.0cvs27
2670
2671         * src/folder.c
2672                 fix freeing of uninitialised pointers
2673                 Thanks to Colin
2674
2675 2006-02-06 [colin]      2.0.0cvs26
2676
2677         * src/folder.c
2678                 Use g_slist_prepend in potentially big list
2679
2680 2006-02-06 [colin]      2.0.0cvs25
2681
2682         * src/folder.c
2683                 Completely skip processing if it doesn't 
2684                 exist (faster!)
2685
2686 2006-02-06 [colin]      2.0.0cvs24
2687
2688         * src/folder.c
2689         * src/summaryview.c
2690                 Batch filtering in summaryview (from Tools menu)
2691                 and pre/post//-processing too
2692
2693 2006-02-06 [colin]      2.0.0cvs23
2694
2695         * src/procmsg.h
2696         * src/filtering.c
2697                 Use a special field for batch filtering instead
2698                 of stepping on deferred execution's toes
2699
2700 2006-02-06 [colin]      2.0.0cvs22
2701
2702         * src/action.c
2703         * src/filtering.c
2704         * src/filtering.h
2705         * src/folder.c
2706         * src/summaryview.c
2707                 Fix filtering via menus and actions
2708
2709 2006-02-06 [colin]      2.0.0cvs21
2710
2711         * src/imap.c
2712                 Put the added file directly to cache if possible (will work
2713                 with next libetpan)
2714         * src/filtering.c
2715         * src/filtering.h
2716         * src/inc.c
2717         * src/folder.c
2718         * src/mbox.c
2719         * src/procmsg.h
2720                 Move and copy filtered messages by batches instead of one
2721                 by one - faster on IMAP
2722         * src/procmsg.c
2723                 Add a function that'll possibly be useful later
2724
2725 2006-02-06 [colin]      2.0.0cvs20
2726
2727         * src/addressbook.c
2728                 Use internal mime-type instead of text/plain for d'n'd
2729         * src/compose.c
2730                 Allow attaching files from mimeview's icon list via d'n'd
2731         * src/folderview.c
2732         * src/folderview.h
2733                 Use internal mime-type instead of text/plain for d'n'd
2734                 Don't try to selected opened folder if none is
2735                 Factorize d'n'd from other apps code
2736         * src/headerview.c
2737         * src/textview.c
2738         * src/gtk/gtkutils.c
2739         * src/gtk/gtkutils.h
2740                 Factorize Face/X-Face stuff
2741         * src/mimeview.c
2742                 Fix d'n'd to other apps
2743         * src/prefs_message.c
2744                 Let the XFace pref be usable without libcompface as it also
2745                 applies to Face
2746         * src/summaryview.c
2747                 Fix d'n'd to other apps
2748                 Factorize d'n'd from other apps code
2749
2750 2006-02-06 [wwp]        2.0.0cvs19
2751
2752         * po/it.po
2753                 Italian translation fixes by Andrea Spadaccini (no more confusion
2754                 between filtering and processing, and few changes in the About
2755                 dialog).
2756
2757
2758 2006-02-06 [mones]      2.0.0cvs18
2759
2760         * src/gtk/icon_legend.c
2761                 Improved descriptions allowing better translations
2762
2763 2006-02-05 [colin]      2.0.0cvs17
2764
2765         * src/imap.c
2766                 Add the f*cking missing expunge that caused imap_fetch_env
2767                 to fail after an add_msgs ! :-///
2768         * src/etpan/imap-thread.c
2769                 Add a bit of debug
2770         FOR_STABLE
2771
2772 2006-02-05 [colin]      2.0.0cvs16
2773
2774         * src/common/utils.c
2775                 Don't check for return-path (or we can't put
2776                 back non-sent mails)
2777
2778 2006-02-05 [colin]      2.0.0cvs15
2779
2780         * src/textview.c
2781                 Don't try to display Face header in textview
2782                 when teh headerview's active
2783
2784 2006-02-05 [colin]      2.0.0cvs14
2785
2786         * tools/tbird2syl.py
2787         * tools/Makefile.am
2788                 Add script to import Thunderbird mails
2789
2790 2006-02-05 [colin]      2.0.0cvs13
2791
2792         * src/headerview.c
2793         * src/procheader.c
2794         * src/procmsg.c
2795         * src/procmsg.h
2796         * src/textview.c
2797                 Show Face headers - patch partially by Klaus Flittner
2798
2799 2006-02-05 [colin]      2.0.0cvs12
2800
2801         * src/folderview.c
2802         * src/summaryview.c
2803         * src/common/utils.c
2804         * src/common/utils.h
2805                 Let dnd work from mime icons to summaryview
2806                 and to folderview too
2807                 Add a crude test to avoid trying to add files
2808                 drag'n'dropped when they're not mails
2809
2810 2006-02-04 [colin]      2.0.0cvs11
2811
2812         * src/summaryview.c
2813         * src/mimeview.c
2814                 Fix utf8 conversion
2815
2816 2006-02-04 [colin]      2.0.0cvs10
2817
2818         * src/compose.c
2819         * src/folderview.c
2820         * src/mimeview.c
2821         * src/summaryview.c
2822         * src/summaryview.h
2823                 Added various drag and drop capas:
2824                 From                    To
2825                 summaryview             other apps
2826                 mimeview icons          other apps
2827                 other apps              summaryview
2828                 other apps              folderview
2829
2830                 This shouldn't have broken the existing:
2831                 From                    To
2832                 summaryview             folderview
2833                 folderview              folderview
2834                 summaryview             compose's attachments
2835
2836         Tests welcomed.
2837
2838 2006-02-02 [paul]       2.0.0cvs9
2839
2840         * src/mainwindow.c
2841                 move global option 'Set displayed columns...' out
2842                 of folder option grouping.
2843                 fix sensitivity of 'harvest addresses'
2844         FOR_STABLE
2845
2846 2006-02-01 [colin]      2.0.0cvs8
2847
2848         * src/mimeview.c
2849                 Revert the alertpanel patch, it sucks (intrusive
2850                 and gets in the way of "open")
2851
2852 2006-02-01 [colin]      2.0.0cvs7
2853
2854         * src/compose.c
2855         * src/prefs_account.c
2856         * src/prefs_common.c
2857         * src/common/defs.h
2858         * src/common/utils.c
2859         * src/common/utils.h
2860                 Add ability to edit the signature file
2861                 from the account preferences, and use
2862                 a default for the text editor.
2863                 Patch by Fabien Vantard
2864
2865 2006-02-01 [colin]      2.0.0cvs6
2866
2867         * src/mimeview.c
2868                 Try to get mime type by extension if it is
2869                 application/octet-stream
2870                 Display a window with possible choices when
2871                 encountering unknown mime types
2872         * src/gtk/filesel.c
2873         * src/gtk/filesel.h
2874                 Add preview
2875                 Allow multiple selection in filtered filesel
2876                 (patch by Fabien Vantard)
2877         * src/gtk/pluginwindow.c
2878                 Use it (patch by Fabien Vantard)
2879
2880 2006-02-01 [paul]       2.0.0cvs5
2881
2882         * src/jpilot.c
2883                 fix crash on creating jpilot address book
2884                 Thanks to Colin - FOR_STABLE
2885         * src/prefs_summaries.c
2886         * src/prefs_wrapping.c
2887         * src/gtk/icon_legend.c
2888         * src/gtk/quicksearch.c
2889                 string fixes and additions
2890
2891 2006-02-01 [paul]       2.0.0cvs4
2892
2893         * src/compose.c
2894         * src/mainwindow.c
2895         * src/messageview.c
2896         * src/prefs_send.c
2897                 add Arabic encoding option
2898                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2899
2900 2006-01-31 [colin]      2.0.0cvs3
2901
2902         * src/plugins/pgpcore/passphrase.c
2903                 Convert passphrase to locale encoding
2904         * src/compose.c
2905                 Fix drafting on IMAP. Crappy bug sneaked in
2906                 the release :-/
2907         FOR_STABLE
2908
2909 2006-01-30 [paul]       2.0.0cvs2
2910
2911         * src/gtk/icon_legend.c
2912                 show the new entries
2913
2914 2006-01-30 [colin]      2.0.0cvs1
2915
2916         * src/manual.c
2917                 Check for the file to be present before 
2918                 enabling the menu - FOR_STABLE
2919         * src/gtk/icon_legend.c
2920                 Add folders icons (not all of them, there
2921                 are too much, but the most intriguing ones)
2922
2923 2006-01-30 [paul]       2.0.0
2924
2925         version 2.0.0 released
2926
2927 2006-01-30 [paul]       1.9.100cvs200
2928
2929         * manual/faq.xml
2930         * manual/gpl.xml
2931         * manual/intro.xml
2932         * manual/starting.xml
2933         * manual/sylpheed-claws-manual.xml
2934                 fixes, additions
2935
2936 2006-01-29 [mones]      1.9.100cvs199
2937
2938         * manual/account.xml
2939         * manual/advanced.xml
2940         * manual/glossary.xml
2941                 Some typos fixed, added LDIF term to glossary
2942         * po/es.po
2943                 Fixed leading plus symbol
2944
2945 2006-01-29 [paul]       1.9.100cvs198
2946
2947         * po/fi.po
2948         * po/sk.po
2949                 updated by Tommi Pirinen and Andrej Kacian
2950
2951 2006-01-29 [paul]       1.9.100cvs197
2952
2953         * src/gtk/authors.h
2954                 remove duplicates
2955
2956 2006-01-29 [paul]       1.9.100cvs196
2957
2958         * AUTHORS
2959         * po/nl.po
2960         * src/gtk/authors.h
2961         * tools/claws.i18n.status.pl
2962                 nl translation updated by Tim Dijkstra
2963
2964 2006-01-29 [paul]       1.9.100cvs195
2965
2966         * po/sr.po
2967         * po/sv.po
2968                 updated by Aleksandar Urosevic and Anders Troback
2969
2970 2006-01-28 [colin]      1.9.100cvs194
2971
2972         * src/gtk/gtksourceprintjob.c
2973                 Don't fiddle with PangoLayout when we
2974                 have an image
2975
2976 2006-01-28 [paul]       1.9.100cvs193
2977
2978         * AUTHORS
2979         * po/el.po
2980         * po/zh_CN.po
2981         * src/gtk/authors.h
2982         * tools/claws.i18n.status.pl
2983                 updated translations submitted by Stavros Giannouris
2984                 and Ralgh Young
2985
2986 2006-01-27 [colin]      1.9.100cvs192
2987
2988         * src/summaryview.c
2989         * src/gtk/gtksourceprintjob.c
2990                 Add image printing 
2991                 (libgnomeprint only, of course)
2992
2993 2006-01-27 [paul]       1.9.100cvs191
2994
2995         * po/fr.po
2996         * po/it.po
2997                 updated by Fabien Vantard and Andrea Spadaccini
2998
2999 2006-01-26 [colin]      1.9.100cvs190
3000
3001         * manual/Makefile.am
3002         * configure.ac
3003                 Make building the manual optional 
3004                 (--disable-manual)
3005
3006 2006-01-26 [paul]       1.9.100cvs189
3007
3008         * manual/glossary.xml
3009         * manual/plugins.xml
3010                 edited
3011         * po/en_GB.po
3012                 updated
3013
3014 2006-01-26 [paul]       1.9.100cvs188
3015
3016         * src/prefs_display_header.c
3017         * src/prefs_folder_column.c
3018         * src/prefs_msg_colors.c
3019         * src/prefs_summaries.c
3020         * src/prefs_summary_column.c
3021                 HIGify
3022
3023 2006-01-25 [colin]      1.9.100cvs187
3024
3025         * src/imap.c
3026                 Don't allow moving/copying mails between
3027                 queue/drafts and non-queue/drafts folders
3028                 Fixes bug #897 (message header is resetted 
3029                 if one is copied to Drafts)
3030
3031 2006-01-25 [colin]      1.9.100cvs186
3032
3033         * src/folder.c
3034         * src/mainwindow.c
3035                 Fix subscribed folders not found
3036         * src/compose.c
3037                 Don't try to encode as original mail's charset
3038                 if it's ascii 
3039
3040 2006-01-25 [paul]       1.9.100cvs185
3041
3042         * AUTHORS
3043         * po/Makevars
3044                 updated
3045         * po/de.po
3046         * po/pl.po
3047         * po/pt_BR.po
3048         * po/sr.po
3049                 updates submitted by Stephan Sachse, Emilian Nowak
3050                 and Quar, Frederico Goncalves Guimaraes, and
3051                 Aleksandar Urosevic
3052                 Fix Bug 896, 'PT_BR locale broken'.
3053         * src/gtk/authors.h
3054                 updated
3055
3056 2006-01-24 [mones]      1.9.100cvs184
3057
3058         * manual/glossary.xml
3059                 All current terms finished. Reviewers welcome ;-)
3060         * manual/keyboard.xml
3061                 Fixed column width for pdf output.
3062         * po/es.po
3063                 Updated
3064
3065 2006-01-24 [paul]       1.9.100cvs183
3066
3067         * manual/glossary.xml
3068                 fix id name
3069         * manual/dist/html/Makefile.am
3070         * manual/dist/pdf/Makefile.am
3071         * manual/dist/ps/Makefile.am
3072         * manual/dist/txt/Makefile.am
3073                 fix make deps
3074                 Thanks to Colin
3075
3076 2006-01-24 [mones]      1.9.100cvs182
3077
3078         * manual/glossary.xml
3079                 Nearly finished, some terms missing.
3080
3081 2006-01-23 [paul]       1.9.100cvs181
3082
3083         * manual/dist/html/Makefile.am
3084         * manual/dist/pdf/Makefile.am
3085         * manual/dist/ps/Makefile.am
3086         * manual/dist/txt/Makefile.am
3087         * src/mainwindow.c
3088                 re-enable manual
3089                 Thanks to Colin
3090
3091 2006-01-22 [colin]      1.9.100cvs180
3092
3093         * src/compose.c
3094         * src/gtk/gtkaspell.c
3095                 Don't deselect stuff before right-clicking, with aspell.
3096                 (This prevented right-click Copy, for example).
3097                 Thanks to Clo!
3098
3099 2006-01-22 [paul]       1.9.100cvs179
3100
3101         * src/summary_search.c
3102                 don't fix the widget size as it causes problems
3103                 under localisation.
3104                 Thanks to Emilian Nowak
3105
3106 2006-01-21 [paul]       1.9.100cvs178
3107
3108         * src/prefs_themes.c
3109                 fix broken underlining of label text
3110                 with some translations
3111
3112 2006-01-21 [colin]      1.9.100cvs177
3113
3114         * po/fr.po
3115                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3116
3117 2006-01-20 [colin]      1.9.100cvs176
3118
3119         * configure.ac
3120         * Makefile.am
3121         * manual/Makefile
3122         * manual/dist/html/.cvsignore
3123         * manual/dist/html/Makefile.am
3124         * manual/dist/pdf/.cvsignore
3125         * manual/dist/pdf/Makefile.am
3126         * manual/dist/ps/.cvsignore
3127         * manual/dist/ps/Makefile.am
3128         * manual/dist/txt/.cvsignore
3129         * manual/dist/txt/Makefile.am
3130                 Autotool-ize manual
3131
3132 2006-01-20 [paul]       1.9.100cvs175
3133
3134         * manual/handling.xml
3135                 make Filtering and Searching entries easier to find
3136         * manual/keyboard.xml
3137                 add the remaining default keybinds
3138         * src/prefs_summaries.c
3139                 update the default keybinds
3140
3141 2006-01-20 [paul]       1.9.100cvs174
3142
3143         * src/addressbook.c
3144         * src/addrgather.c
3145         * src/addrharvest.c
3146         * src/editaddress.c
3147         * src/editgroup.c
3148         * src/exphtmldlg.c
3149         * src/expldifdlg.c
3150         * src/exporthtml.c
3151         * src/exportldif.c
3152         * src/ldif.c
3153                 replace 'e-mail' with 'email'
3154         * src/summary_search.c
3155                 add mnemonic to "Find all" button
3156
3157 2006-01-20 [wwp]        1.9.100cvs173
3158
3159         * src/export.c
3160         * src/import.c
3161                 touched mbox import/export buttons for HIG-compliance
3162
3163 2006-01-19 [paul]       1.9.100cvs172
3164
3165         * manual/account.xml
3166         * manual/addrbook.xml
3167         * manual/advanced.xml
3168         * manual/faq.xml
3169         * manual/handling.xml
3170         * manual/intro.xml
3171         * manual/plugins.xml
3172         * manual/starting.xml
3173                 more editing
3174
3175 2006-01-19 [paul]       1.9.100cvs171
3176
3177         * src/toolbar.c
3178                 allow use of trash button while receiving
3179                 Thanks to Colin
3180
3181 2006-01-19 [wwp]        1.9.100cvs170
3182
3183         * src/gtk/quicksearch.c
3184         * src/compose.c
3185                 force text color to black when yellow background is set
3186
3187 2006-01-19 [colin]      1.9.100cvs169
3188
3189         * src/plugins/trayicon/trayicon.c
3190                 Gray out Get Mail when already getting mail
3191
3192 2006-01-18 [paul]       1.9.100cvs168
3193
3194         * src/compose.c
3195                 give widget yellow background was To is
3196                 set via folder prefs
3197         * src/gtk/quicksearch.c
3198                 give widget yellow background when quick
3199                 search is active.
3200                 Thanks to Colin
3201
3202 2006-01-18 [paul]       1.9.100cvs167
3203
3204         * doc/man/sylpheed-claws.1
3205                 add --subscribe option
3206
3207 2006-01-18 [paul]       1.9.100cvs166
3208
3209         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3210         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3211                 use %U instead of %F (%F is broken for user installed
3212                 files in kde 3.5)
3213
3214 2006-01-18 [colin]      1.9.100cvs165
3215
3216         * src/summaryview.c
3217                 Default to Yes in "No more * messages" dialogs
3218
3219 2006-01-17 [colin]      1.9.100cvs164
3220
3221         * src/compose.c
3222                 Possibly fix an invalid iterator causing
3223                 crash
3224
3225 2006-01-17 [colin]      1.9.100cvs163
3226
3227         * src/mimeview.c
3228                 Fix crash when the image disappears under the
3229                 image viewer
3230
3231 2006-01-16 [colin]      1.9.100cvs162
3232
3233         * src/compose.c
3234                 Fix reenabling autowrap
3235
3236 2006-01-16 [colin]      1.9.100cvs161
3237
3238         * src/compose.c
3239                 reset quote_len before getting quote_str
3240
3241 2006-01-16 [colin]      1.9.100cvs160
3242
3243         * src/account.c
3244         * src/account.h
3245         * src/folder.c
3246         * src/imap_gtk.c
3247         * src/mh_gtk.c
3248                 Fix bug #883 (default inbox does not track folder move)
3249
3250 2006-01-16 [colin]      1.9.100cvs159
3251
3252         * src/compose.c
3253         * src/plugins/pgpcore/passphrase.c
3254                 More buttons fixes
3255
3256 2006-01-16 [paul]       1.9.100cvs158
3257
3258         * src/prefs_actions.c
3259         * src/prefs_filtering_action.c
3260         * src/prefs_matcher.c
3261         * src/quote_fmt.c
3262         * src/gtk/description_window.c
3263         * src/gtk/description_window.h
3264         * src/gtk/quicksearch.c
3265                 description window cleanups
3266
3267 2006-01-15 [colin]      1.9.100cvs157
3268
3269         * src/addressbook.c
3270         * src/prefs_filtering.c
3271                 Same here
3272
3273 2006-01-15 [colin]      1.9.100cvs156
3274
3275         * src/folderview.c
3276         * src/mainwindow.c
3277                 Same for "Empty trash"
3278
3279 2006-01-15 [colin]      1.9.100cvs155
3280
3281         * src/inc.c
3282                 Override offline dialog had Yes by default
3283
3284 2006-01-15 [colin]      1.9.100cvs154
3285
3286         * src/summaryview.c
3287                 Delete selected messages? previously had Yes the default
3288
3289 2006-01-15 [colin]      1.9.100cvs153
3290
3291         * src/folder.c
3292         * src/folder.h
3293         * src/main.c
3294                 Check if a mailbox is loaded after all
3295                 plugins are loaded.
3296
3297 2006-01-15 [colin]      1.9.100cvs152
3298
3299         * src/folder.c
3300                 Don't start wizard when there are unloaded folders (will help
3301                 people with only mbox or maildir mailboxes)
3302
3303 2006-01-14 [colin]      1.9.100cvs151
3304
3305         * src/addressbook.c
3306         * src/expldifdlg.c
3307         * src/importldif.c
3308         * src/importmutt.c
3309         * src/importpine.c
3310         * src/mh_gtk.c
3311                 More HIG compliance and fixes
3312
3313 2006-01-14 [colin]      1.9.100cvs150
3314
3315         * src/prefs_filtering_action.c
3316         * src/foldersel.c
3317                 Two forgotten button order changes
3318
3319 2006-01-14 [colin]      1.9.100cvs149
3320
3321         * src/account.c
3322         * src/addressbook.c
3323         * src/compose.c
3324         * src/folderview.c
3325         * src/imap_gtk.c
3326         * src/mainwindow.c
3327         * src/mh_gtk.c
3328         * src/news_gtk.c
3329         * src/prefs_actions.c
3330         * src/prefs_customheader.c
3331         * src/prefs_filtering.c
3332         * src/prefs_matcher.c
3333         * src/prefs_template.c
3334         * src/ssl_manager.c
3335         * src/summaryview.c
3336         * src/textview.c
3337         * src/toolbar.c
3338                 All deletion confirmations are now "Cancel, Delete" 
3339                 instead of "No, Yes"
3340                 Clarified most of the other "No, Yes" to 
3341                 "Cancel, Descriptive_action"
3342                 Rechanged the "Entry not saved" alerts to have 
3343                 "Close, Continue editing"
3344
3345
3346 2006-01-14 [paul]
3347
3348         * 2.0.0-rc4 released
3349
3350 2006-01-14 [paul]       1.9.100cvs148
3351
3352         * src/account.c
3353         * src/addressadd.c
3354         * src/addressbook.c
3355         * src/compose.c
3356         * src/editaddress.c
3357         * src/editbook.c
3358         * src/editgroup.c
3359         * src/editjpilot.c
3360         * src/editldap.c
3361         * src/editvcard.c
3362         * src/exphtmldlg.c
3363         * src/expldifdlg.c
3364         * src/folderview.c
3365         * src/grouplistdialog.c
3366         * src/imap_gtk.c
3367         * src/importmutt.c
3368         * src/importpine.c
3369         * src/inc.c
3370         * src/main.c
3371         * src/mainwindow.c
3372         * src/message_search.c
3373         * src/messageview.c
3374         * src/mh_gtk.c
3375         * src/mimeview.c
3376         * src/news_gtk.c
3377         * src/prefs_actions.c
3378         * src/prefs_customheader.c
3379         * src/prefs_filtering.c
3380         * src/prefs_matcher.c
3381         * src/prefs_template.c
3382         * src/prefs_themes.c
3383         * src/ssl_manager.c
3384         * src/summary_search.c
3385         * src/summaryview.c
3386         * src/textview.c
3387         * src/toolbar.c
3388         * src/gtk/foldersort.c
3389         * src/gtk/gtkaspell.c
3390         * src/gtk/inputdialog.c
3391         * src/gtk/prefswindow.c
3392         * src/plugins/pgpcore/select-keys.c
3393         * src/plugins/trayicon/trayicon.c
3394                 HIG compliant button order
3395
3396 2006-01-14 [mones]      1.9.100cvs147
3397
3398         * po/es.po
3399                 Updated translation
3400
3401 2006-01-13 [paul]       1.9.100cvs146
3402
3403         * AUTHORS
3404         * ChangeLog
3405         * src/gtk/authors.h
3406                 add Joshua M. Kwan to contributors list
3407
3408 2006-01-13 [colin]      1.9.100cvs145
3409
3410         * src/gtk/quicksearch.c
3411                 Don't refocus quick search after executing (Esc or Enter)
3412                 Allows to '/'search something then move up/down in 
3413                 summaryview, and to Esc a search and be back in the 
3414                 summaryview
3415
3416 2006-01-13 [paul]       1.9.100cvs144
3417
3418         * src/plugins/pgpinline/pgpinline.c
3419                 support Content-Type 'application/pgp'
3420                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3421
3422 2006-01-13 [paul]       1.9.100cvs143
3423
3424         * manual/account.xml
3425                 make mention of partial retrieval
3426                 thanks to Colin
3427
3428 2006-01-13 [paul]       1.9.100cvs142
3429
3430         * src/account.c
3431         * src/account.h
3432         * src/action.c
3433         * src/action.h
3434         * src/adbookbase.h
3435         * src/addr_compl.c
3436         * src/addr_compl.h
3437         * src/addrbook.c
3438         * src/addrcache.c
3439         * src/addrcache.h
3440         * src/addrcindex.c
3441         * src/addrcindex.h
3442         * src/addrclip.c
3443         * src/addrclip.h
3444         * src/addrdefs.h
3445         * src/addressadd.c
3446         * src/addressadd.h
3447         * src/addressbook.c
3448         * src/addressbook.h
3449         * src/addrgather.c
3450         * src/addrgather.h
3451         * src/addrharvest.c
3452         * src/addrharvest.h
3453         * src/addrindex.c
3454         * src/addrindex.h
3455         * src/addritem.c
3456         * src/addritem.h
3457         * src/addrquery.c
3458         * src/addrquery.h
3459         * src/addrselect.c
3460         * src/addrselect.h
3461         * src/alertpanel.c
3462         * src/alertpanel.h
3463         * src/browseldap.c
3464         * src/browseldap.h
3465         * src/codeconv.c
3466         * src/codeconv.h
3467         * src/compose.c
3468         * src/compose.h
3469         * src/customheader.c
3470         * src/customheader.h
3471         * src/displayheader.c
3472         * src/displayheader.h
3473         * src/editaddress.c
3474         * src/editaddress.h
3475         * src/editbook.c
3476         * src/editbook.h
3477         * src/editgroup.c
3478         * src/editgroup.h
3479         * src/editjpilot.c
3480         * src/editjpilot.h
3481         * src/editldap.c
3482         * src/editldap.h
3483         * src/editldap_basedn.c
3484         * src/editldap_basedn.h
3485         * src/editvcard.c
3486         * src/editvcard.h
3487         * src/exphtmldlg.c
3488         * src/exphtmldlg.h
3489         * src/expldifdlg.c
3490         * src/expldifdlg.h
3491         * src/export.h
3492         * src/exporthtml.c
3493         * src/exporthtml.h
3494         * src/exportldif.c
3495         * src/exportldif.h
3496         * src/filtering.c
3497         * src/filtering.h
3498         * src/folder.c
3499         * src/folder.h
3500         * src/folder_item_prefs.c
3501         * src/folder_item_prefs.h
3502         * src/foldersel.c
3503         * src/foldersel.h
3504         * src/folderutils.c
3505         * src/folderutils.h
3506         * src/folderview.c
3507         * src/folderview.h
3508         * src/grouplistdialog.c
3509         * src/grouplistdialog.h
3510         * src/headerview.c
3511         * src/html.c
3512         * src/html.h
3513         * src/image_viewer.c
3514         * src/image_viewer.h
3515         * src/imap.c
3516         * src/imap.h
3517         * src/imap_gtk.c
3518         * src/imap_gtk.h
3519         * src/import.h
3520         * src/importldif.c
3521         * src/importldif.h
3522         * src/importmutt.c
3523         * src/importmutt.h
3524         * src/importpine.c
3525         * src/importpine.h
3526         * src/inc.c
3527         * src/inc.h
3528         * src/jpilot.c
3529         * src/jpilot.h
3530         * src/ldapctrl.c
3531         * src/ldapctrl.h
3532         * src/ldaplocate.c
3533         * src/ldaplocate.h
3534         * src/ldapquery.c
3535         * src/ldapquery.h
3536         * src/ldapserver.c
3537         * src/ldapserver.h
3538         * src/ldaputil.c
3539         * src/ldaputil.h
3540         * src/ldif.c
3541         * src/ldif.h
3542         * src/main.c
3543         * src/main.h
3544         * src/mainwindow.c
3545         * src/mainwindow.h
3546         * src/manual.c
3547         * src/manual.h
3548         * src/mbox.c
3549         * src/mbox.h
3550         * src/message_search.c
3551         * src/message_search.h
3552         * src/messageview.c
3553         * src/messageview.h
3554         * src/mh.c
3555         * src/mh.h
3556         * src/mh_gtk.c
3557         * src/mh_gtk.h
3558         * src/mimeview.c
3559         * src/mimeview.h
3560         * src/msgcache.c
3561         * src/msgcache.h
3562         * src/mutt.c
3563         * src/mutt.h
3564         * src/news.c
3565         * src/news.h
3566         * src/news_gtk.c
3567         * src/news_gtk.h
3568         * src/partial_download.c
3569         * src/partial_download.h
3570         * src/pine.c
3571         * src/pine.h
3572         * src/pop.c
3573         * src/pop.h
3574         * src/prefs_account.c
3575         * src/prefs_account.h
3576         * src/prefs_actions.c
3577         * src/prefs_actions.h
3578         * src/prefs_common.c
3579         * src/prefs_common.h
3580         * src/prefs_compose_writing.c
3581         * src/prefs_compose_writing.h
3582         * src/prefs_customheader.c
3583         * src/prefs_customheader.h
3584         * src/prefs_display_header.c
3585         * src/prefs_display_header.h
3586         * src/prefs_filtering.c
3587         * src/prefs_filtering.h
3588         * src/prefs_filtering_action.c
3589         * src/prefs_filtering_action.h
3590         * src/prefs_folder_column.c
3591         * src/prefs_folder_column.h
3592         * src/prefs_folder_item.c
3593         * src/prefs_folder_item.h
3594         * src/prefs_fonts.c
3595         * src/prefs_fonts.h
3596         * src/prefs_gtk.c
3597         * src/prefs_gtk.h
3598         * src/prefs_image_viewer.c
3599         * src/prefs_image_viewer.h
3600         * src/prefs_matcher.c
3601         * src/prefs_matcher.h
3602         * src/prefs_message.c
3603         * src/prefs_msg_colors.c
3604         * src/prefs_msg_colors.h
3605         * src/prefs_other.c
3606         * src/prefs_quote.c
3607         * src/prefs_receive.c
3608         * src/prefs_send.c
3609         * src/prefs_spelling.c
3610         * src/prefs_spelling.h
3611         * src/prefs_summaries.c
3612         * src/prefs_summaries.h
3613         * src/prefs_summary_column.c
3614         * src/prefs_summary_column.h
3615         * src/prefs_template.c
3616         * src/prefs_template.h
3617         * src/prefs_themes.c
3618         * src/prefs_themes.h
3619         * src/prefs_toolbar.c
3620         * src/prefs_toolbar.h
3621         * src/prefs_wrapping.c
3622         * src/prefs_wrapping.h
3623         * src/privacy.c
3624         * src/privacy.h
3625         * src/procheader.c
3626         * src/procheader.h
3627         * src/procmime.c
3628         * src/procmime.h
3629         * src/procmsg.c
3630         * src/procmsg.h
3631         * src/quote_fmt.c
3632         * src/quote_fmt_parse.y
3633         * src/recv.c
3634         * src/recv.h
3635         * src/remotefolder.c
3636         * src/remotefolder.h
3637         * src/send_message.c
3638         * src/send_message.h
3639         * src/setup.c
3640         * src/setup.h
3641         * src/sourcewindow.c
3642         * src/sourcewindow.h
3643         * src/ssl_manager.c
3644         * src/ssl_manager.h
3645         * src/statusbar.c
3646         * src/statusbar.h
3647         * src/stock_pixmap.c
3648         * src/stock_pixmap.h
3649         * src/summary_search.c
3650         * src/summary_search.h
3651         * src/summaryview.c
3652         * src/summaryview.h
3653         * src/syldap.c
3654         * src/syldap.h
3655         * src/textview.c
3656         * src/textview.h
3657         * src/toolbar.c
3658         * src/toolbar.h
3659         * src/undo.c
3660         * src/undo.h
3661         * src/unmime.c
3662         * src/unmime.h
3663         * src/vcard.c
3664         * src/vcard.h
3665         * src/wizard.c
3666         * src/wizard.h
3667         * src/common/base64.c
3668         * src/common/base64.h
3669         * src/common/defs.h
3670         * src/common/hooks.c
3671         * src/common/hooks.h
3672         * src/common/log.c
3673         * src/common/log.h
3674         * src/common/mgutils.c
3675         * src/common/mgutils.h
3676         * src/common/nntp.c
3677         * src/common/nntp.h
3678         * src/common/passcrypt.c
3679         * src/common/passcrypt.h.in
3680         * src/common/plugin.c
3681         * src/common/plugin.h
3682         * src/common/prefs.c
3683         * src/common/prefs.h
3684         * src/common/progressindicator.c
3685         * src/common/progressindicator.h
3686         * src/common/quoted-printable.c
3687         * src/common/quoted-printable.h
3688         * src/common/session.c
3689         * src/common/session.h
3690         * src/common/smtp.c
3691         * src/common/smtp.h
3692         * src/common/socket.c
3693         * src/common/socket.h
3694         * src/common/ssl.c
3695         * src/common/ssl.h
3696         * src/common/ssl_certificate.c
3697         * src/common/ssl_certificate.h
3698         * src/common/stringtable.c
3699         * src/common/stringtable.h
3700         * src/common/sylpheed.c
3701         * src/common/sylpheed.h
3702         * src/common/template.c
3703         * src/common/template.h
3704         * src/common/timing.h
3705         * src/common/utils.c
3706         * src/common/utils.h
3707         * src/common/version.h.in
3708         * src/common/xml.c
3709         * src/common/xml.h
3710         * src/common/xmlprops.c
3711         * src/common/xmlprops.h
3712         * src/gtk/colorlabel.c
3713         * src/gtk/colorsel.c
3714         * src/gtk/colorsel.h
3715         * src/gtk/description_window.c
3716         * src/gtk/description_window.h
3717         * src/gtk/filesel.c
3718         * src/gtk/filesel.h
3719         * src/gtk/foldersort.c
3720         * src/gtk/foldersort.h
3721         * src/gtk/gtkutils.c
3722         * src/gtk/gtkutils.h
3723         * src/gtk/inputdialog.c
3724         * src/gtk/inputdialog.h
3725         * src/gtk/logwindow.c
3726         * src/gtk/logwindow.h
3727         * src/gtk/manage_window.c
3728         * src/gtk/manage_window.h
3729         * src/gtk/menu.c
3730         * src/gtk/menu.h
3731         * src/gtk/pluginwindow.c
3732         * src/gtk/pluginwindow.h
3733         * src/gtk/prefswindow.c
3734         * src/gtk/prefswindow.h
3735         * src/gtk/progressdialog.c
3736         * src/gtk/progressdialog.h
3737         * src/gtk/sslcertwindow.c
3738         * src/gtk/sslcertwindow.h
3739         * src/plugins/clamav/clamav_plugin.c
3740         * src/plugins/clamav/clamav_plugin.h
3741         * src/plugins/clamav/clamav_plugin_gtk.c
3742         * src/plugins/demo/demo.c
3743         * src/plugins/dillo_viewer/dillo_prefs.c
3744         * src/plugins/dillo_viewer/dillo_prefs.h
3745         * src/plugins/dillo_viewer/dillo_viewer.c
3746         * src/plugins/pgpcore/passphrase.c
3747         * src/plugins/pgpcore/passphrase.h
3748         * src/plugins/pgpcore/plugin.c
3749         * src/plugins/pgpcore/select-keys.c
3750         * src/plugins/pgpcore/select-keys.h
3751         * src/plugins/pgpcore/sgpgme.c
3752         * src/plugins/pgpcore/sgpgme.h
3753         * src/plugins/pgpinline/pgpinline.c
3754         * src/plugins/pgpinline/pgpinline.h
3755         * src/plugins/pgpinline/plugin.c
3756         * src/plugins/pgpmime/pgpmime.c
3757         * src/plugins/pgpmime/pgpmime.h
3758         * src/plugins/pgpmime/plugin.c
3759         * src/plugins/spamassassin/spamassassin.c
3760         * src/plugins/spamassassin/spamassassin.h
3761         * src/plugins/spamassassin/spamassassin_gtk.c
3762         * src/plugins/trayicon/trayicon.c
3763                 update copyright header
3764
3765 2006-01-13 [paul]       1.9.100cvs141
3766
3767         * src/account.c
3768         * src/export.c
3769         * src/import.c
3770         * src/mainwindow.c
3771         * src/prefs_account.c
3772         * src/prefs_display_header.c
3773         * src/prefs_receive.c
3774         * src/prefs_send.c
3775         * src/prefs_summaries.c
3776         * src/prefs_themes.c
3777         * src/prefs_toolbar.c
3778         * src/gtk/about.c
3779                 various cleanups
3780
3781 2006-01-12 [colin]      1.9.100cvs140
3782
3783         * src/folder.c
3784         * src/folder.h
3785         * src/main.c
3786                 Add --subscribe option
3787                 Let sylpheed-claws email@domain.com equivalent to --compose
3788                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3789
3790 2006-01-12 [paul]       1.9.100cvs139
3791
3792         * src/mainwindow.c
3793                 append 'Change folder order' label with '...'
3794         * src/prefs_actions.c
3795                 allow reordering of actions list by dnd
3796         * src/gtk/foldersort.c
3797                 make the dialog nicer
3798
3799 2006-01-11 [colin]      1.9.100cvs138
3800
3801         * src/compose.c
3802                 Allow templates without text
3803
3804 2006-01-11 [paul]       1.9.100cvs137
3805
3806         * tools/README
3807         * tools/filter_conv_new.pl
3808                 add info to README
3809                 also check .sylpheed for filter.xml
3810                 be a bit informative to the user
3811
3812 2006-01-11 [colin]      1.9.100cvs136
3813
3814         * src/textview.c
3815                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3816
3817 2006-01-10 [paul]       1.9.100cvs135
3818
3819         * tools/Makefile.am
3820         * tools/filter_conv_new.pl
3821                 add script to convert new style Sylpheed
3822                 filter rules (Sylpheed >= 0.9.99) to
3823                 Claws filtering rules
3824
3825 2006-01-10 [colin]      1.9.100cvs134
3826
3827         * src/compose.c
3828                 Fix broken line joins in certain conditions
3829                 (between two quoted lines: <enter><enter><up>
3830                  <type a wrapped sentence><go in the first line>
3831                  <insert more text><watch as line joining failed>)
3832
3833 2006-01-10 [paul]       1.9.100cvs133
3834
3835         * src/compose.c
3836                 don't report success in error dialog
3837                 thanks to Colin
3838         * src/common/utils.c
3839                 include some trailing punctuations as URI
3840                 thanks to Hiro
3841
3842 2006-01-10 [paul]       1.9.100cvs132
3843
3844         * src/mimeview.c
3845                 fix incompatible pointer type
3846                 warning
3847
3848 2006-01-10 [paul]       1.9.100cvs131
3849
3850         * src/compose.c
3851                 change Subject in window title
3852                 instantaneously
3853
3854 2006-01-09 [colin]      1.9.100cvs130
3855
3856         * src/addressbook.c
3857         * src/headerview.c
3858         * src/mainwindow.c
3859         * src/messageview.c
3860         * src/mimeview.c
3861         * src/noticeview.c
3862         * src/summaryview.c
3863                 Fix possible crashes on exit and in addressbook
3864
3865 2006-01-09 [paul]       1.9.100cvs129
3866
3867         * src/prefs_msg_colors.c
3868                 some cleanups that I forgot last time
3869
3870 2006-01-09 [paul]       1.9.100cvs128
3871
3872         * README
3873         * src/folderview.c
3874         * src/prefs_msg_colors.c
3875                 add previously hidden option, color_new, to
3876                 the gui
3877                 move the page to Display/
3878                 rework the gui
3879
3880 2006-01-09 [wwp]        1.9.100cvs127
3881
3882         * src/prefs_themes.c
3883                 made the prefs/display/themes layouts spacing less condensed
3884                 (and so they match other prefs/pages' look).
3885
3886 2006-01-09 [paul]       1.9.100cvs126
3887
3888         * src/compose.c
3889         * src/prefs_common.c
3890         * src/prefs_common.h
3891         * src/prefs_wrapping.c
3892                 remove 'wrap at send' option
3893
3894 2006-01-06 [colin]      1.9.100cvs125
3895
3896         * src/compose.c
3897                 Just make completely sure we don't insert "manual line breaks" 
3898                 when wrapping... 
3899
3900 2006-01-04 [paul]
3901
3902         * 2.0.0-rc3 released
3903
3904 2006-01-04 [paul]       1.9.100cvs124
3905
3906         * src/folderview.c
3907                 fix bug 882, 'quick scroll in folder list
3908                 displays wrong folder contents'
3909
3910 2006-01-04 [paul]       1.9.100cvs123
3911
3912         * src/plugins/pgpmime/pgpmime.c
3913                 better debug information when signing
3914                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3915
3916 2006-01-03 [colin]      1.9.100cvs122
3917
3918         * configure.ac
3919                 We need to recheck for gpgme 1.0.0 after checking
3920                 for 1.1.1, because if 1.1.1 isn't available, 
3921                 GPGME_LIBS and friends are blanked out by the 
3922                 second check.
3923
3924 2006-01-03 [colin]      1.9.100cvs121
3925
3926         * src/common/prefs.c
3927                 Windows unlink-before rename fix
3928         * src/plugins/pgpcore/sgpgme.c
3929                 Add support for PKA info if available
3930                 Both patches by Werner Koch
3931
3932 2006-01-03 [paul]       1.9.100cvs120
3933
3934         * src/messageview.c
3935                 fix bug 884, 'Send receipt' button visible in queue
3936                 Thanks to Colin
3937
3938 2006-01-02 [colin]      1.9.100cvs119
3939
3940         * src/compose.c
3941         * src/imap.c
3942                 Fix autosave on IMAP and more generally try to
3943                 return the correct ID on a newly added IMAP message
3944
3945 2006-01-02 [paul]       1.9.100cvs118
3946
3947         * manual/keyboard.xml
3948                 edited
3949
3950 2006-01-01 [paul]       1.9.100cvs117
3951
3952         * src/gtk/authors.h
3953                 alphabetical order
3954
3955 2005-12-30 [colin]      1.9.100cvs116
3956
3957         * manual/advanced.xml
3958                 Explain Pre/Post-processing differences.
3959
3960 2005-12-30 [colin]      1.9.100cvs115
3961
3962         * src/mh.c
3963                 Implement copy_msgs for a little optimization
3964         * src/imap.c
3965                 Finish yesterday's fix
3966
3967 2005-12-29 [colin]      1.9.100cvs114
3968
3969         * src/imap.c
3970                 Fix occasional failure in fetching a mail over
3971                 IMAP
3972
3973 2005-12-29 [colin]      1.9.100cvs113
3974
3975         * src/compose.c
3976                 Don't remove a draft when sending it, if it is 
3977                 locked.
3978
3979 2005-12-28 [colin]      1.9.100cvs112
3980
3981         * src/summaryview.c
3982                 Fix leak for real
3983
3984 2005-12-28 [wwp]        1.9.100cvs111
3985
3986         * doc/faq/.cvsignore
3987         * doc/faq/de/.cvsignore
3988         * doc/faq/en/.cvsignore
3989         * doc/faq/es/.cvsignore
3990         * doc/faq/fr/.cvsignore
3991         * doc/faq/it/.cvsignore
3992         * doc/manual/.cvsignore
3993         * doc/manual/de/.cvsignore
3994         * doc/manual/en/.cvsignore
3995         * doc/manual/es/.cvsignore
3996         * doc/manual/fr/.cvsignore
3997         * doc/manual/ja/.cvsignore
3998         * src/plugins/mathml_viewer/.cvsignore
3999                 rollback revival of those files (my bad, sorry for the noise).
4000
4001 2005-12-28 [wwp]        1.9.100cvs110
4002
4003         * src/compose.c
4004                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4005
4006 2005-12-28 [wwp]        1.9.100cvs109
4007
4008         * doc/faq/.cvsignore
4009         * doc/faq/de/.cvsignore
4010         * doc/faq/en/.cvsignore
4011         * doc/faq/es/.cvsignore
4012         * doc/faq/fr/.cvsignore
4013         * doc/faq/it/.cvsignore
4014         * doc/manual/.cvsignore
4015         * doc/manual/de/.cvsignore
4016         * doc/manual/en/.cvsignore
4017         * doc/manual/es/.cvsignore
4018         * doc/manual/fr/.cvsignore
4019         * doc/manual/ja/.cvsignore
4020         * src/plugins/mathml_viewer/.cvsignore
4021         * po/.cvsignore
4022                 more files to ignore.
4023
4024 2005-12-24 [colin]      1.9.100cvs108
4025
4026         * AUTHORS
4027         * src/gtk/authors.h
4028                 Update for Werner
4029
4030 2005-12-24 [colin]      1.9.100cvs107
4031
4032         * src/procmsg.c
4033                 Allow NULL src_msginfo in 
4034                 procmsg_msginfo_new_from_mimeinfo
4035
4036 2005-12-23 [paul]       1.9.100cvs106
4037
4038         * src/plugins/pgpinline/mypgpcore.def
4039                 add this forgotten file
4040
4041 2005-12-23 [colin]      1.9.100cvs105
4042
4043         * src/mainwindow.c
4044                 Fix missing break
4045
4046 2005-12-23 [colin]      1.9.100cvs104
4047
4048         * autogen.sh
4049         * src/folder.c
4050         * src/mh.c
4051         * src/common/plugin.c
4052         * src/common/socket.c
4053         * src/common/socket.h
4054         * src/common/utils.c
4055         * src/common/utils.h
4056         * src/gtk/pluginwindow.c
4057         * src/plugins/pgpcore/plugin.def
4058         * src/plugins/pgpcore/sylpheed.def
4059         * src/plugins/pgpinline/Makefile.am
4060         * src/plugins/pgpinline/plugin.def
4061         * src/plugins/pgpinline/sylpheed.def
4062         * src/plugins/pgpmime/plugin.def
4063         * src/plugins/pgpmime/sylpheed.def
4064                 Various w32 fixes by Werner Koch
4065
4066 2005-12-22 [paul]       1.9.100cvs103
4067
4068         * src/wizard.c
4069                 don't offer IMAP as 'server type' if
4070                 libetpan isn't built in
4071
4072 2005-12-22 [paul]       1.9.100cvs102
4073
4074         * AUTHORS
4075         * src/mainwindow.c
4076         * src/mainwindow.h
4077         * src/toolbar.c
4078         * src/gtk/authors.h
4079                 support GTK_TOOLBAR_BOTH_HORIZ (text
4080                 next to icon) Patch by Marien Zwart
4081                 marienz@users.sf.net
4082                 Also reword the text
4083
4084 2005-12-21 [colin]      1.9.100cvs101
4085
4086         * configure.ac
4087                 Fix DATADIRNAME
4088         * COPYING
4089                 Fix missing section and explicit the exception better
4090         * src/compose.c
4091                 Prevent mail from being lost without notice when an
4092                 SMTP error happens on trying to send an unmodified
4093                 drafted mail.
4094         * src/send_message.c
4095         * src/common/smtp.c
4096                 Fix password remembering when wrong, and add return
4097                 value checks where they should have been
4098         * src/plugins/pgpcore/sylpheed.def
4099         * src/plugins/pgpinline/sylpheed.def
4100         * src/plugins/pgpmime/sylpheed.def
4101                 Add a few symbols needed
4102
4103 2005-12-21 [paul]       1.9.100cvs100
4104
4105         * m4/codeset.m4
4106         * m4/glibc21.m4
4107         * m4/intdiv0.m4
4108         * m4/inttypes-pri.m4
4109         * m4/inttypes.m4
4110         * m4/inttypes_h.m4
4111         * m4/isc-posix.m4
4112         * m4/lcmessage.m4
4113         * m4/stdint_h.m4
4114         * m4/uintmax_t.m4
4115                 gettextization
4116                 thanks to Colin
4117
4118 2005-12-21 [paul]       1.9.100cvs99
4119
4120         * po/sv.po
4121                 fixed by Colin
4122
4123 2005-12-20 [paul]       1.9.100cvs98
4124
4125         * po/sv.po
4126                 updated by Anders Trobäck
4127
4128 2005-12-20 [colin]      1.9.100cvs97
4129
4130         * ABOUT-NLS
4131         * Makefile.am
4132         * autogen.sh
4133         * configure.ac
4134         * config/config.rpath
4135         * config/mkinstalldirs
4136         * m4/Makefile.am
4137         * m4/glibc2.m4
4138         * m4/gnupg.m4
4139         * m4/gpgme.m4
4140         * m4/intmax.m4
4141         * m4/longdouble.m4
4142         * m4/longlong.m4
4143         * m4/printf-posix.m4
4144         * m4/signed.m4
4145         * m4/size_max.m4
4146         * m4/ulonglong.m4
4147         * m4/wchar_t.m4
4148         * m4/wint_t.m4
4149         * m4/xsize.m4
4150         * po/Makefile.in.in
4151         * po/Makevars
4152         * po/bg.po
4153         * po/ca.po
4154         * po/cs.po
4155         * po/de.po
4156         * po/el.po
4157         * po/en_GB.po
4158         * po/es.po
4159         * po/fi.po
4160         * po/fr.po
4161         * po/hr.po
4162         * po/hu.po
4163         * po/it.po
4164         * po/ja.po
4165         * po/ko.po
4166         * po/nb.po
4167         * po/nl.po
4168         * po/pl.po
4169         * po/pt_BR.po
4170         * po/ru.po
4171         * po/sk.po
4172         * po/sr.po
4173         * po/stamp-po
4174         * po/sv.po
4175         * po/zh_CN.po
4176         * po/zh_TW.po
4177         * src/Makefile.am
4178         * src/codeconv.c
4179         * src/compose.c
4180         * src/exporthtml.c
4181         * src/exportldif.c
4182         * src/folder.c
4183         * src/main.c
4184         * src/manual.c
4185         * src/mh.c
4186         * src/mimeview.c
4187         * src/send_message.c
4188         * src/common/Makefile.am
4189         * src/common/fnmatch.c
4190         * src/common/fnmatch.h
4191         * src/common/fnmatch_loop.c
4192         * src/common/nntp.c
4193         * src/common/plugin.c
4194         * src/common/smtp.c
4195         * src/common/socket.c
4196         * src/common/string_match.c
4197         * src/common/sylpheed.c
4198         * src/common/utils.c
4199         * src/common/utils.h
4200         * src/common/w32_dirent.c
4201         * src/common/w32_reg.c
4202         * src/common/w32_signal.c
4203         * src/common/w32_stat.c
4204         * src/common/w32_stdio.c
4205         * src/common/w32_stdlib.c
4206         * src/common/w32_string.c
4207         * src/common/w32_time.c
4208         * src/common/w32_unistd.c
4209         * src/common/w32_wait.c
4210         * src/common/w32lib.h
4211         * src/etpan/Makefile.am
4212         * src/gtk/Makefile.am
4213         * src/plugins/clamav/Makefile.am
4214         * src/plugins/demo/Makefile.am
4215         * src/plugins/dillo_viewer/Makefile.am
4216         * src/plugins/pgpcore/Makefile.am
4217         * src/plugins/pgpcore/passphrase.c
4218         * src/plugins/pgpcore/plugin.def
4219         * src/plugins/pgpcore/sgpgme.c
4220         * src/plugins/pgpcore/sylpheed.def
4221         * src/plugins/pgpcore/version.rc
4222         * src/plugins/pgpinline/Makefile.am
4223         * src/plugins/pgpinline/plugin.def
4224         * src/plugins/pgpinline/sylpheed.def
4225         * src/plugins/pgpinline/version.rc
4226         * src/plugins/pgpmime/Makefile.am
4227         * src/plugins/pgpmime/mypgpcore.def
4228         * src/plugins/pgpmime/plugin.def
4229         * src/plugins/pgpmime/sylpheed.def
4230         * src/plugins/pgpmime/version.rc
4231         * src/plugins/spamassassin/Makefile.am
4232                 Very little ;-) patch from Werner Koch, providing
4233                 infrastructure for cross-compiling to Win32
4234
4235 2005-12-20 [paul]       1.9.100cvs96
4236
4237         * src/account.c
4238         * src/account.h
4239         * src/mainwindow.c
4240         * src/mainwindow.h
4241         * src/toolbar.c
4242         * src/toolbar.h
4243                 add a combo to the Get All button, allowing
4244                 quick retrieval from any account
4245                 Patch by Fabien Vantard, slightly modified
4246                 by Colin
4247         * src/gtk/about.c
4248                 i18n fix. Patch by Fabien Vantard
4249
4250 2005-12-19 [colin]      1.9.100cvs95
4251
4252         * src/compose.c
4253         * src/compose.h
4254                 Don't automatically join lines when they've 
4255                 been separated by the user and not automatically
4256
4257 2005-12-19 [paul]       1.9.100cvs94
4258
4259         * src/gtk/pluginwindow.c
4260                 i18n fix.
4261                 Patch by Fabien Vantard
4262
4263 2005-12-15 [paul]       1.9.100cvs93
4264
4265         * src/common/plugin.c
4266         * src/common/plugin.h
4267         * src/gtk/pluginwindow.c
4268         * src/plugins/clamav/clamav_plugin.c
4269         * src/plugins/demo/demo.c
4270         * src/plugins/dillo_viewer/dillo_viewer.c
4271         * src/plugins/pgpcore/plugin.c
4272         * src/plugins/pgpinline/plugin.c
4273         * src/plugins/pgpmime/plugin.c
4274         * src/plugins/spamassassin/spamassassin.c
4275         * src/plugins/trayicon/trayicon.c
4276                 add plugin_version()
4277
4278 2005-12-15 [colin]      1.9.100cvs92
4279
4280         * src/compose.c
4281                 Further fix bug #875
4282
4283 2005-12-15 [paul]       1.9.100cvs91
4284
4285         * src/gtk/filesel.c
4286                 fix attach_load_dir getting set to
4287                 PLUGINDIR on plugin load
4288
4289 2005-12-14 [mones]      1.9.100cvs90
4290
4291         * manual/ack.xml
4292         * manual/keyboard.xml
4293                 Initial draft and some shortcuts added
4294                 
4295         * po/es.po
4296                 Updated translation
4297
4298 2005-12-14 [colin]      1.9.100cvs89
4299
4300         * src/compose.c
4301         * src/imap.c
4302         * src/summaryview.c
4303         * src/gtk/gtkaspell.c
4304                 More leaks fixed
4305         * src/prefs_folder_item.c
4306                 Fix recursive prefs apply
4307
4308
4309 2005-12-14 [colin]      1.9.100cvs88
4310
4311         * src/compose.c
4312                 Fix bug #875 (Freeze On Inline Forward of 
4313                 Large Message)
4314
4315 2005-12-13 [colin]      1.9.100cvs87
4316
4317         * src/compose.c
4318                 Uniq-ify and sort the mimetypes list
4319                 Patch by Fabien Vantard
4320
4321 2005-12-13 [colin]      1.9.100cvs86
4322
4323         * src/imap.c
4324         * src/etpan/imap-thread.c
4325                 Fix leaks (patch by Hoa)
4326         * src/news.c
4327         * src/common/plugin.c
4328                 Fix leaks
4329
4330 2005-12-12 [colin]
4331
4332         * 2.0.0-rc2 released
4333
4334 2005-12-12 [colin]      1.9.100cvs85
4335
4336         * src/matcher.c
4337                 Fix a leak
4338
4339 2005-12-12 [wwp]        1.9.100cvs84
4340
4341         * src/gtk/icon_legend.c
4342                 fix misbehaviour and crash when closing the legend window
4343         using the Esc key (patch by Fabien Vantard).
4344
4345 2005-12-12 [paul]       1.9.100cvs83
4346
4347         * src/browseldap.c
4348         * src/foldersel.c
4349         * src/prefs_actions.c
4350         * src/prefs_filtering.c
4351         * src/prefs_matcher.c
4352         * src/prefs_spelling.glade      ** REMOVED **
4353         * src/prefs_template.c
4354         * src/gtk/foldersort.glade      ** REMOVED **
4355         * src/gtk/pluginwindow.c
4356         * src/gtk/pluginwindow.glade    ** REMOVED **
4357         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4358                 cleanups
4359
4360 2005-12-11 [paul]       1.9.100cvs82
4361
4362         * src/gtk/filesel.c
4363                 fix attach_load_dir crasher (double free)
4364
4365 2005-12-09 [paul]       1.9.100cvs81
4366
4367         * po/POTFILES.in
4368         * src/mainwindow.c
4369         * src/gtk/Makefile.am
4370         * src/gtk/icon_legend.c
4371         * src/gtk/icon_legend.h
4372                 add icon legend
4373         * src/manual.c
4374                 cleanup
4375
4376 2005-12-09 [paul]       1.9.100cvs80
4377
4378         * src/plugins/pgpcore/passphrase.c
4379                 wrap the label in the dialog
4380
4381 2005-12-09 [colin]      1.9.100cvs79
4382
4383         * src/plugins/pgpcore/sgpgme.c
4384                 Display (untrusted) on not trusted signatures
4385                 Patch by Michal Èihaø <michal@cihar.com>
4386                 Closes bug #867 (Report also key trust)
4387
4388 2005-12-09 [colin]      1.9.100cvs78
4389
4390         * src/common/plugin.c
4391                 Update licence check, following Eben Moglen's advice
4392
4393 2005-12-08 [colin]      1.9.100cvs77
4394
4395         * src/folder.c
4396                 Fix the occasionnal item->cache != NULL 
4397                 assertion failure. 
4398
4399 2005-12-08 [colin]      1.9.100cvs76
4400
4401         * src/mimeview.c
4402         * src/plugins/pgpcore/sgpgme.c
4403                 Print key id when unable to check it
4404                 Closes bug #866 (Show key id when missing)
4405
4406 2005-12-08 [paul]       1.9.100cvs75
4407
4408         * src/prefs_common.c
4409         * src/prefs_common.h
4410         * src/gtk/filesel.c
4411                 remember load attachment dir
4412
4413 2005-12-07 [colin]      1.9.100cvs74
4414
4415         * src/prefs_toolbar.c
4416                 Gtk fixes, patch by Fabien Vantard
4417
4418 2005-12-07 [colin]      1.9.100cvs73
4419
4420         * src/action.c
4421         * src/compose.c
4422         * src/compose.h
4423                 Fix bug #839 (Quoted text isn't colored after 
4424                 executing an action)
4425         * src/common/plugin.c
4426                 Require plugins to declare their licence in plugin_licence()
4427                 Refuse to load non-GPL plugins as they'd be illegal (as 
4428                 derived works of Sylpheed-Claws, they must be GPL).
4429         * src/plugins/clamav/clamav_plugin.c
4430         * src/plugins/demo/demo.c
4431         * src/plugins/dillo_viewer/dillo_viewer.c
4432         * src/plugins/pgpcore/plugin.c
4433         * src/plugins/pgpinline/plugin.c
4434         * src/plugins/pgpmime/plugin.c
4435         * src/plugins/spamassassin/spamassassin.c
4436         * src/plugins/trayicon/trayicon.c
4437                 Add plugin_licence()
4438
4439 2005-12-07 [paul]       1.9.100cvs72
4440
4441         * configure.ac
4442         * src/mainwindow.c
4443         * src/manual.c
4444         * src/manual.h
4445         * src/common/defs.h
4446                 clean up after local FAQ removal and
4447                 temporary manual removal
4448
4449 2005-12-06 [colin]      1.9.100cvs71
4450
4451         * configure.ac
4452         * doc/Makefile.am
4453         * doc/faq/.cvsignore
4454         * doc/faq/Makefile.am
4455         * doc/faq/de/.cvsignore
4456         * doc/faq/de/Makefile.am
4457         * doc/faq/de/sylpheed-faq-1.html
4458         * doc/faq/de/sylpheed-faq-2.html
4459         * doc/faq/de/sylpheed-faq-3.html
4460         * doc/faq/de/sylpheed-faq.html
4461         * doc/faq/en/.cvsignore
4462         * doc/faq/en/Makefile.am
4463         * doc/faq/en/sylpheed-faq-1.html
4464         * doc/faq/en/sylpheed-faq-2.html
4465         * doc/faq/en/sylpheed-faq-3.html
4466         * doc/faq/en/sylpheed-faq-4.html
4467         * doc/faq/en/sylpheed-faq.html
4468         * doc/faq/es/.cvsignore
4469         * doc/faq/es/Makefile.am
4470         * doc/faq/es/sylpheed-faq-1.html
4471         * doc/faq/es/sylpheed-faq-2.html
4472         * doc/faq/es/sylpheed-faq-3.html
4473         * doc/faq/es/sylpheed-faq-4.html
4474         * doc/faq/es/sylpheed-faq.html
4475         * doc/faq/fr/.cvsignore
4476         * doc/faq/fr/Makefile.am
4477         * doc/faq/fr/sylpheed-faq-1.html
4478         * doc/faq/fr/sylpheed-faq-2.html
4479         * doc/faq/fr/sylpheed-faq-3.html
4480         * doc/faq/fr/sylpheed-faq.html
4481         * doc/faq/it/.cvsignore
4482         * doc/faq/it/Makefile.am
4483         * doc/faq/it/sylpheed-faq-1.html
4484         * doc/faq/it/sylpheed-faq-2.html
4485         * doc/faq/it/sylpheed-faq-3.html
4486         * doc/faq/it/sylpheed-faq.html
4487         * doc/manual/.cvsignore
4488         * doc/manual/Makefile.am
4489         * doc/manual/de/.cvsignore
4490         * doc/manual/de/Makefile.am
4491         * doc/manual/de/sylpheed-1.html
4492         * doc/manual/de/sylpheed-10.html
4493         * doc/manual/de/sylpheed-11.html
4494         * doc/manual/de/sylpheed-12.html
4495         * doc/manual/de/sylpheed-13.html
4496         * doc/manual/de/sylpheed-14.html
4497         * doc/manual/de/sylpheed-15.html
4498         * doc/manual/de/sylpheed-16.html
4499         * doc/manual/de/sylpheed-17.html
4500         * doc/manual/de/sylpheed-18.html
4501         * doc/manual/de/sylpheed-19.html
4502         * doc/manual/de/sylpheed-2.html
4503         * doc/manual/de/sylpheed-20.html
4504         * doc/manual/de/sylpheed-3.html
4505         * doc/manual/de/sylpheed-4.html
4506         * doc/manual/de/sylpheed-5.html
4507         * doc/manual/de/sylpheed-6.html
4508         * doc/manual/de/sylpheed-7.html
4509         * doc/manual/de/sylpheed-8.html
4510         * doc/manual/de/sylpheed-9.html
4511         * doc/manual/de/sylpheed.html
4512         * doc/manual/en/.cvsignore
4513         * doc/manual/en/Makefile.am
4514         * doc/manual/en/sylpheed-1.html
4515         * doc/manual/en/sylpheed-10.html
4516         * doc/manual/en/sylpheed-11.html
4517         * doc/manual/en/sylpheed-12.html
4518         * doc/manual/en/sylpheed-13.html
4519         * doc/manual/en/sylpheed-14.html
4520         * doc/manual/en/sylpheed-15.html
4521         * doc/manual/en/sylpheed-16.html
4522         * doc/manual/en/sylpheed-17.html
4523         * doc/manual/en/sylpheed-18.html
4524         * doc/manual/en/sylpheed-19.html
4525         * doc/manual/en/sylpheed-2.html
4526         * doc/manual/en/sylpheed-20.html
4527         * doc/manual/en/sylpheed-21.html
4528         * doc/manual/en/sylpheed-22.html
4529         * doc/manual/en/sylpheed-3.html
4530         * doc/manual/en/sylpheed-4.html
4531         * doc/manual/en/sylpheed-5.html
4532         * doc/manual/en/sylpheed-6.html
4533         * doc/manual/en/sylpheed-7.html
4534         * doc/manual/en/sylpheed-8.html
4535         * doc/manual/en/sylpheed-9.html
4536         * doc/manual/en/sylpheed.html
4537         * doc/manual/es/.cvsignore
4538         * doc/manual/es/Makefile.am
4539         * doc/manual/es/sylpheed-1.html
4540         * doc/manual/es/sylpheed-10.html
4541         * doc/manual/es/sylpheed-11.html
4542         * doc/manual/es/sylpheed-12.html
4543         * doc/manual/es/sylpheed-13.html
4544         * doc/manual/es/sylpheed-14.html
4545         * doc/manual/es/sylpheed-15.html
4546         * doc/manual/es/sylpheed-16.html
4547         * doc/manual/es/sylpheed-17.html
4548         * doc/manual/es/sylpheed-18.html
4549         * doc/manual/es/sylpheed-19.html
4550         * doc/manual/es/sylpheed-2.html
4551         * doc/manual/es/sylpheed-20.html
4552         * doc/manual/es/sylpheed-3.html
4553         * doc/manual/es/sylpheed-4.html
4554         * doc/manual/es/sylpheed-5.html
4555         * doc/manual/es/sylpheed-6.html
4556         * doc/manual/es/sylpheed-7.html
4557         * doc/manual/es/sylpheed-8.html
4558         * doc/manual/es/sylpheed-9.html
4559         * doc/manual/es/sylpheed.html
4560         * doc/manual/fr/.cvsignore
4561         * doc/manual/fr/Makefile.am
4562         * doc/manual/fr/sylpheed-1.html
4563         * doc/manual/fr/sylpheed-10.html
4564         * doc/manual/fr/sylpheed-11.html
4565         * doc/manual/fr/sylpheed-12.html
4566         * doc/manual/fr/sylpheed-13.html
4567         * doc/manual/fr/sylpheed-14.html
4568         * doc/manual/fr/sylpheed-15.html
4569         * doc/manual/fr/sylpheed-16.html
4570         * doc/manual/fr/sylpheed-17.html
4571         * doc/manual/fr/sylpheed-18.html
4572         * doc/manual/fr/sylpheed-19.html
4573         * doc/manual/fr/sylpheed-2.html
4574         * doc/manual/fr/sylpheed-20.html
4575         * doc/manual/fr/sylpheed-3.html
4576         * doc/manual/fr/sylpheed-4.html
4577         * doc/manual/fr/sylpheed-5.html
4578         * doc/manual/fr/sylpheed-6.html
4579         * doc/manual/fr/sylpheed-7.html
4580         * doc/manual/fr/sylpheed-8.html
4581         * doc/manual/fr/sylpheed-9.html
4582         * doc/manual/fr/sylpheed.html
4583         * doc/manual/ja/.cvsignore
4584         * doc/manual/ja/Makefile.am
4585         * doc/manual/ja/sylpheed-1.html
4586         * doc/manual/ja/sylpheed-10.html
4587         * doc/manual/ja/sylpheed-11.html
4588         * doc/manual/ja/sylpheed-12.html
4589         * doc/manual/ja/sylpheed-13.html
4590         * doc/manual/ja/sylpheed-14.html
4591         * doc/manual/ja/sylpheed-15.html
4592         * doc/manual/ja/sylpheed-16.html
4593         * doc/manual/ja/sylpheed-17.html
4594         * doc/manual/ja/sylpheed-18.html
4595         * doc/manual/ja/sylpheed-19.html
4596         * doc/manual/ja/sylpheed-2.html
4597         * doc/manual/ja/sylpheed-20.html
4598         * doc/manual/ja/sylpheed-3.html
4599         * doc/manual/ja/sylpheed-4.html
4600         * doc/manual/ja/sylpheed-5.html
4601         * doc/manual/ja/sylpheed-6.html
4602         * doc/manual/ja/sylpheed-7.html
4603         * doc/manual/ja/sylpheed-8.html
4604         * doc/manual/ja/sylpheed-9.html
4605         * doc/manual/ja/sylpheed.html
4606         * doc/manual/ja/sylpheed.sgml
4607         * src/mainwindow.c
4608                 Remove outdated manual and faq. Noisy, eh?
4609
4610 2005-12-06 [colin]      1.9.100cvs70
4611
4612         * src/compose.c
4613         * src/quote_fmt_parse.y
4614         * src/undo.c
4615         * src/undo.h
4616                 Allow %X to position cursor at 0 
4617                 (no %X = before signature)
4618                 Fix paste as quotation putting the cursor at 0
4619                 Fix undo offsets when pasting
4620                 Insert the quote_fmt at once instead of line 
4621                 by line
4622                 Fix [Edited] when starting to reply/forward
4623
4624 2005-12-06 [paul]       1.9.100cvs69
4625
4626         * src/plugins/clamav/clamav_plugin_gtk.c
4627                 add another tooltip
4628         * src/plugins/spamassassin/spamassassin_gtk.c
4629                 rework spamassassin_create_widget_func()
4630
4631 2005-12-05 [colin]      1.9.100cvs68
4632
4633         * po/POTFILES.in
4634                 Fix make release ;-)
4635
4636 2005-12-05 [colin]      1.9.100cvs67
4637
4638         * src/compose.c
4639         * src/compose.h
4640                 Fix cursor positioning (not obeying %X)
4641
4642 2005-12-05 [paul]       1.9.100cvs66
4643
4644         * src/plugins/dillo_viewer/dillo_prefs.c
4645                 fix compilation warning
4646
4647 2005-12-05 [paul]       1.9.100cvs65
4648
4649         * src/prefs_spelling.c
4650         * src/plugins/trayicon/trayicon.c
4651                 cleanups - remove unused stuff
4652
4653 2005-12-05 [paul]       1.9.100cvs64
4654
4655         * README
4656         * manual/plugins.xml
4657                 remove info about removed mathml_viewer plugin
4658
4659 2005-12-05 [paul]       1.9.100cvs63
4660
4661         * configure.ac
4662         * src/plugins/Makefile.am
4663         * src/plugins/mathml_viewer/.cvsignore
4664         * src/plugins/mathml_viewer/Makefile.am
4665         * src/plugins/mathml_viewer/mathml_viewer.c
4666                 remove unmaintained mathml_viewer plugin
4667
4668 2005-12-05 [paul]       1.9.100cvs62
4669
4670         * src/summaryview.c
4671                 obey prefs_common.always_show_msg when
4672                 moving a msg
4673                 Thanks to Colin
4674
4675 2005-12-05 [paul]       1.9.100cvs61
4676
4677         * src/compose.c
4678         * src/prefs_account.c
4679         * src/prefs_filtering.c
4680         * src/prefs_quote.c
4681         * src/prefs_spelling.c
4682         * src/prefs_toolbar.c
4683         * src/summaryview.c
4684         * src/gtk/gtkutils.c
4685         * src/gtk/quicksearch.c
4686         * src/plugins/dillo_viewer/dillo_prefs.c
4687                 dialog cleanups
4688
4689 2005-12-04 [paul]       1.9.100cvs60
4690
4691         * src/inc.c
4692         * src/prefs_account.c
4693         * src/prefs_account.h
4694                 allow a Local account to specify a
4695                 default inbox
4696                 (closes bug 843 'Inbox cannot be changed for local
4697                  mailboxes')
4698
4699 2005-12-04 [colin]      1.9.100cvs59
4700
4701         * src/plugins/trayicon/trayicon.c
4702                 Remove Get, rename Get All to Get Mail in order to
4703                 be consistent with the default main toolbar
4704
4705 2005-12-03 [colin]      1.9.100cvs58
4706
4707         * manual/gpl.xml
4708         * manual/sylpheed-claws-manual.xml
4709                 Add GPL appendix
4710
4711 2005-12-03 [paul]       1.9.100cvs57
4712
4713         * AUTHORS
4714         * po/sv.po
4715         * src/gtk/authors.h
4716                 new (partially complete) Swedish translation
4717                 by Anders Troback <sylpheed@troback.com>
4718
4719 2005-12-02 [paul]       1.9.100cvs56
4720
4721         * configure.ac
4722                 libetpan 0.41 required
4723
4724 2005-12-02 [paul]       1.9.100cvs55
4725
4726         * src/plugins/clamav/clamav_plugin.c
4727         * src/plugins/clamav/clamav_plugin.h
4728         * src/plugins/clamav/clamav_plugin_gtk.c
4729         * src/plugins/spamassassin/spamassassin.c
4730         * src/plugins/spamassassin/spamassassin.h
4731         * src/plugins/spamassassin/spamassassin_gtk.c
4732                 unregister prefs pages on unloading, thus
4733                 preventing a crash
4734                 (thanks to Colin for the hint)
4735
4736 2005-12-02 [wwp]        1.9.100cvs54
4737
4738         * src/quote_fmt.h
4739         * src/quote_fmt_parse.y
4740                 fix misuse of gboolean*, use gboolean instead
4741                 (thanks to Paul, Colin, for pointing out that scaring one)
4742
4743 2005-12-02 [paul]       1.9.100cvs53
4744
4745         * src/plugins/clamav/clamav_plugin.c
4746                 int no --> unsigned int no
4747         * src/plugins/clamav/clamav_plugin_gtk.c
4748                 rework config page
4749
4750 2005-12-02 [wwp]        1.9.100cvs52
4751
4752         * src/compose.c
4753         * src/prefs_template.c
4754         * src/quote_fmt.h
4755         * src/quote_fmt_parse.y
4756                 prevent from executing |f and |p templates commands when
4757                 adding or replacing templates in prefs (avoids annoying and
4758                 potentially dangerous behaviours)
4759
4760 2005-12-02 [paul]       1.9.100cvs51
4761
4762         * src/prefs_common.c
4763                 allow translation of some default values
4764                 Patch by Fabien Vantard
4765
4766 2005-12-02 [paul]       1.9.100cvs50
4767
4768         * src/codeconv.c
4769         * src/codeconv.h
4770         * src/prefs_common.c
4771         * src/prefs_common.h
4772         * src/prefs_message.c
4773         * src/textview.c
4774                 remove obsolete 'convert_mb_alnum' option
4775                 and related stuff
4776         * src/gtk/about.c
4777                 remove unused 'about_textview_visibility_notify'
4778
4779 2005-12-02 [paul]       1.9.100cvs49
4780
4781         * src/prefs_account.c
4782         * src/prefs_compose_writing.c
4783         * src/prefs_fonts.c
4784         * src/prefs_gtk.h
4785         * src/prefs_image_viewer.c
4786         * src/prefs_message.c
4787         * src/prefs_other.c
4788         * src/prefs_receive.c
4789         * src/prefs_send.c
4790         * src/prefs_spelling.c
4791         * src/prefs_summaries.c
4792         * src/prefs_wrapping.c
4793         * src/plugins/dillo_viewer/dillo_prefs.c
4794         * src/plugins/pgpcore/prefs_gpg.c
4795                 several cleanups to the prefs dialogs
4796                 (slightly modified) patch by Fabien Vantard
4797
4798 2005-12-02 [paul]       1.9.100cvs48
4799
4800         * src/main.c
4801                 --exit means exit
4802         * src/send_message.c
4803                 fix crash on send when connection fails
4804
4805         Thanks to Colin
4806
4807 2005-12-01 [colin]      1.9.100cvs47
4808
4809         * src/html.c
4810                 Translate &hellip; to "..."
4811
4812 2005-11-30 [colin]      1.9.100cvs46
4813
4814         * src/matcher.c
4815         * src/matcher.h
4816                 Optimize back yesterday's fix.
4817
4818 2005-11-30 [paul]       1.9.100cvs45
4819
4820         * manual/faq.xml
4821                 standardised
4822         * manual/intro.xml
4823                 written by Colin, edited by me
4824
4825 2005-11-29 [colin]      1.9.100cvs44
4826
4827         * src/matcher.c
4828                 Skip headers unconditionnaly in match_body if the
4829                 rule is not message or ~message
4830
4831 2005-11-29 [colin]      1.9.100cvs43
4832
4833         * src/matcher.c
4834                 Fix body_part and such, not skipping headers 
4835                 if the matchcriteria wasn't the first in the rule
4836
4837 2005-11-29 [colin]      1.9.100cvs42
4838
4839         * src/compose.c
4840                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
4841                 option missing from message view window)
4842                 Fix double text D'n'D with gtk-2.8
4843         * src/matcher.c
4844                 Fix ~message, ~headers_part, ~body_part rules
4845         * src/messageview.c
4846                 Add Windows-1252 (Closes bug #863)
4847                 Fix accels
4848         * src/gtk/gtkaspell.c
4849                 Properly destroy accels in all menus
4850
4851 2005-11-29 [mones]      1.9.100cvs41
4852
4853         * po/es.po
4854                 Updated.
4855
4856 2005-11-27 [colin]      1.9.100cvs40
4857
4858         * src/mh_gtk.c
4859                 "/Remove mailbox" -> "/Remove mailbox..."
4860
4861 2005-11-27 [paul]       1.9.100cvs39
4862
4863         * AUTHORS
4864         * po/de.po
4865         * src/gtk/authors.h
4866                 updated by new maintainer, Stephan Sachse
4867
4868 2005-11-27 [paul]       1.9.100cvs38
4869
4870         * manual/faq.xml
4871                 written by Colin, edited by me
4872
4873 2005-11-27 [paul]       1.9.100cvs37
4874
4875         * src/prefs_common.c
4876         * src/prefs_common.h
4877         * src/prefs_receive.c
4878         * src/prefs_summaries.c
4879                 move 'go to inbox after receiving new mail'
4880                 option from display/sumamaries to mail
4881                 handling/receive, and rework prefs_summaries
4882                 dialog a little
4883
4884 2005-11-25 [martin]     1.9.100cvs36
4885
4886         * po/de.po
4887             fixed windows-1252 translation;
4888             translated some new and fuzzy strings
4889
4890 2005-11-25 [paul]       1.9.100cvs35
4891
4892         * src/plugins/clamav/clamav_plugin.c
4893                 complete the update done in cvs34
4894
4895 2005-11-25 [paul]       1.9.100cvs34
4896
4897         * src/plugins/clamav/clamav_plugin.c
4898                 reflect upstream changes
4899
4900 2005-11-25 [paul]       1.9.100cvs33
4901
4902         * manual/ack.xml
4903         * manual/plugins.xml
4904         * manual/sylpheed-claws-manual.xml
4905                 written/updated by Colin, edited by me
4906         * tools/acroread2sylpheed.pl
4907                 update binary name
4908
4909 2005-11-24 [colin]      1.9.100cvs32
4910
4911         * src/compose.c
4912                 Fix bug #856 (reediting messages forgets Request
4913                 Return Receipt)
4914
4915 2005-11-24 [paul]       1.9.100cvs31
4916
4917         * manual/addrbook.xml
4918         * manual/starting.xml
4919                 written by Colin, proofread, edited, adapted by me
4920         * manual/advanced.xml
4921                 add some Actions examples
4922         * src/importldif.c
4923                 use a Save button instead of a Close button
4924         * src/wizard.c
4925                 indicate mandatory fields
4926                 fix page display
4927                 Thanks to Colin
4928
4929 2005-11-23 [colin]      1.9.100cvs30
4930
4931         * src/addressbook.c
4932                 Rename menu item, fix possible crash after
4933                 deletion of books
4934         * src/addrindex.c
4935                 Allow searching for '*' in ldap
4936         * src/browseldap.c
4937                 Fix "Browse Entry" (did anyone use it?)
4938         * src/wizard.c
4939                 Add guards for mandatory information
4940
4941 2005-11-23 [paul]       1.9.100cvs29
4942
4943         * manual/advanced.xml
4944                 corrections to the English
4945
4946 2005-11-23 [colin]      1.9.100cvs28
4947
4948         * src/mimeview.c
4949                 Fix possible crash at exit. After the call to
4950                 gtk_container_remove(), the Viewer's widget has no
4951                 more parent so gtk+ automatically frees it and its
4952                 sons. If destroy_viewer() then try to access it,
4953                 problems ensue.
4954
4955 2005-11-22 [colin]      1.9.100cvs27
4956
4957         * src/compose.c
4958         * src/gtk/gtkaspell.c
4959                 Fix right-clicking on a misspelled word
4960                 Fix More... in suggestions menu
4961
4962 2005-11-22 [wwp]        1.9.100cvs26
4963
4964         * src/prefs_template.c
4965                 templates works: re-sort templates list when adding or replacing,
4966                 prevent from adding or replacing when the template name is empty
4967
4968 2005-11-21 [colin]      1.9.100cvs25
4969
4970         * src/addressbook.c
4971                 Fix some addressbook suckage (dnd, select all)
4972         * src/compose.c
4973         * src/gtk/gtkaspell.c
4974         * src/gtk/gtkaspell.h
4975                 Make the spellchecker menu work with the 
4976                 GtkTextView one instead of overriding it
4977
4978 2005-11-20 [paul]       1.9.100cvs24
4979
4980         * manual/handling.xml
4981                 proofread and corrected
4982
4983 2005-11-20 [paul]       1.9.100cvs23
4984
4985         * manual/Makefile
4986                 generate html as one file
4987         * manual/advanced.xml
4988                 fix output generation
4989                 reformat hidden options list
4990         * manual/manual.xml     ** REMOVED **
4991         * manual/sylpheed-claws-manual.xml      ** ADDED **
4992                 renamed
4993
4994 2005-11-18 [colin]      1.9.100cvs22
4995
4996         * src/prefs_account.c
4997                 Fix layout in news and mbox accounts
4998         * manual/account.xml
4999         * manual/advanced.xml
5000                 New contents for Paul to check :)
5001
5002 2005-11-18 [wwp]        1.9.100cvs21
5003
5004         * src/gtk/quicksearch.c
5005                 don't update extended quicksearch buttons twice
5006
5007 2005-11-18 [paul]       1.9.100cvs20
5008
5009         * src/textview.c
5010                 complete 1.9.100cvs19
5011
5012 2005-11-18 [paul]       1.9.100cvs19
5013
5014         * src/compose.c
5015                 cosmetic improvements
5016         * src/textview.c
5017                 also list text/* attachments
5018
5019 2005-11-18 [colin]      1.9.100cvs18
5020
5021         * src/summaryview.c
5022                 Use column 0 instead of -1 in 
5023                 gtk_ctree_node_moveto, in a naive
5024                 hope it'll fix the gtk-related crashes
5025
5026 2005-11-18 [colin]      1.9.100cvs17
5027
5028         * src/gtk/inputdialog.c
5029                 Fix icon staying the first one
5030
5031 2005-11-17 [wwp]        1.9.100cvs16
5032                 fix possible problem showing some quicksearch buttons, and a bad
5033                 call to g_return_if_fail in a function that returns a value (both
5034                 fixes by Fabien Vantard)
5035
5036 2005-11-15 [wwp]        1.9.100cvs15
5037
5038         * src/gtk/quicksearch.c
5039                 added a tooltip to that obscure ... quicksearch button
5040
5041 2005-11-15 [wwp]        1.9.100cvs14
5042
5043         * src/gtk/quicksearch.c
5044                 add a quicksearch helper to filtering expression users: the ... button
5045                 raises the condition expr window. condition expressions set up w/ this
5046                 window are used by the quicksearch if the user closes it pressing OK.
5047
5048 2005-11-14 [paul]       1.9.100cvs13
5049
5050         * src/plugins/clamav/clamav_plugin.c
5051         * src/plugins/spamassassin/spamassassin.c
5052                 change plugin type following recent merging
5053
5054 2005-11-14 [wwp]        1.9.100cvs12
5055
5056         * src/folder.c
5057                 prevent from crashing when copying/moving message(s) from and
5058                 to the same folder
5059
5060 2005-11-14 [paul]       1.9.100cvs11
5061
5062         * src/plugins/clamav/Makefile.am
5063         * src/plugins/clamav/clamav_plugin.c
5064         * src/plugins/clamav/clamav_plugin.h
5065         * src/plugins/clamav/clamav_plugin_gtk.c
5066                 also merge clamav and clamav_gtk plugins
5067
5068 2005-11-13 [colin]      1.9.100cvs10
5069
5070         * configure.ac
5071         * src/plugins/spamassassin/Makefile.am
5072         * src/plugins/spamassassin/spamassassin.c
5073         * src/plugins/spamassassin/spamassassin.h
5074         * src/plugins/spamassassin/spamassassin_gtk.c
5075                 Merge spamassassin and spamassassin_gtk plugins,
5076                 and build it by default.
5077
5078 2005-11-12 [colin]      1.9.100cvs9
5079
5080         * src/etpan/imap-thread.c
5081                 Fix gcc warning
5082
5083 2005-11-12 [colin]      1.9.100cvs8
5084
5085         * src/procmime.c
5086                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5087
5088 2005-11-10 [colin]      1.9.100cvs7
5089
5090         * src/main.c
5091                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5092                 minimised state)
5093
5094 2005-11-10 [wwp]        1.9.100cvs6
5095
5096         * src/gtk/description_window.c
5097                 fix a crash when closing description windows using the WM's [X] button
5098
5099 2005-11-09 [colin]      1.9.100cvs5
5100
5101         * src/common/ssl.c
5102                 Update libetpan call to follow upstream
5103                 (yes, this requires libetpan-0.40cvs3)
5104
5105 2005-11-08 [colin]      1.9.100cvs4
5106
5107         * src/compose.c
5108         * src/textview.c
5109         * src/common/utils.c
5110         * src/common/utils.h
5111                 Enhance the email parser
5112
5113 2005-11-08 [colin]      1.9.100cvs3
5114
5115         * src/procmime.c
5116                 Fix what looks like an off-by-one (fixes 
5117                 attachments from the Bat)
5118
5119 2005-11-08 [wwp]        1.9.100cvs2
5120
5121         * src/main.c
5122                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5123
5124 2005-11-08 [wwp]        1.9.100cvs1
5125
5126         * src/main.c
5127                 allow exiting Sylpheed-Claws from command-line
5128
5129 2005-11-08 [paul]       1.9.100
5130
5131         1.9.100 released
5132
5133 2005-11-07 [colin]      1.9.99cvs17
5134
5135         * src/addritem.c
5136         * src/ldif.c
5137                 Fix import of base-64 encoded items
5138
5139 2005-11-07 [colin]      1.9.99cvs16
5140
5141         * src/send_message.c
5142                 Fix bug #314 (Queue does not empty under certain 
5143                 circumstances)
5144
5145 2005-11-07 [paul]       1.9.99cvs15
5146
5147         * src/mutt.c
5148         * src/pine.c
5149                 fix buffer overflows
5150                 Thanks to Colin
5151
5152 2005-11-07 [paul]       1.9.99cvs14
5153
5154         * doc/man/Makefile.am
5155         * doc/man/sylpheed-claws.1      ** ADDED **
5156         * doc/man/sylpheed.1            ** DELETED **
5157                 rename and update the man file
5158
5159 2005-11-06 [colin]      1.9.99cvs13
5160
5161         * src/ldif.c
5162                 Fix ldif_get_line() that returned empty strings
5163                 (Didn't understand why). Also fix a possible
5164                 buffer overflow.
5165
5166 2005-11-06 [wwp]        1.9.99cvs12
5167
5168         * src/textview.c
5169         * src/gtk/about.c
5170         * src/gtk/gtkutils.c
5171         * src/gtk/gtkutils.h
5172                 fix a compilation warning,
5173                 make links sensitive in the about dialog
5174
5175 2005-11-04 [wwp]        1.9.99cvs11
5176
5177         * src/gtk/about.c
5178                 don't wrap or translate URIs, and a bit text format cleanup
5179
5180 2005-11-04 [wwp]        1.9.99cvs10
5181
5182         * src/gtk/about.c
5183                 better textview tagging implementation (no more use of marks for
5184                 postponed tagging)
5185
5186 2005-11-02 [colin]      1.9.99cvs9
5187
5188         * src/common/ssl.c
5189                 Forgot an ifdef
5190
5191 2005-11-02 [colin]      1.9.99cvs8
5192
5193         * configure.ac
5194                 Require libetpan-0.40 due to upstream fix
5195         * src/common/ssl.c
5196                 Tell libetpan not to call SSL_Library_Init,
5197                 as we do it ourselves.
5198
5199 2005-11-02 [colin]      1.9.99cvs7
5200
5201         * po/POTFILES.in
5202                 Add missing files (thanks to Fabien Vantard)
5203
5204 2005-11-02 [colin]      1.9.99cvs6
5205
5206         * src/summaryview.c
5207                 Fix totals when read messages are hidden or quicksearch
5208                 is on
5209         * src/ssl_manager.c
5210         * src/ssl_manager.h
5211         * src/common/ssl_certificate.c
5212         * src/common/ssl_certificate.h
5213         * src/gtk/sslcertwindow.c
5214         * src/gtk/sslcertwindow.h
5215                 Fix copyright on my stuff
5216
5217 2005-11-02 [wwp]        1.9.99cvs5
5218
5219         * src/prefs_themes.c
5220                 fix directory name checking (theme installation/removal),
5221                 made related error a bit more verbose
5222
5223 2005-11-02 [colin]      1.9.99cvs4
5224
5225         * src/summaryview.c
5226                 Fix typo (probably fixes bug #841 (Sort by the From 
5227                 field doesn't work)
5228
5229 2005-11-02 [paul]       1.9.99cvs3
5230
5231         * po/ko.po
5232         * po/nb.po
5233                 updated by SungHyun Nam, Geir Helland
5234         * src/wizard.c
5235                 fix typo in welcome message. spotted by
5236                 Andrea Spadaccini
5237
5238 2005-11-01 [colin]      1.9.99cvs2
5239
5240         * src/compose.c
5241                 Fix replying to ml wen confirming subscription
5242         * src/messageview.c
5243         * src/mimeview.c
5244         * src/mimeview.h
5245         * src/privacy.h
5246         * src/summaryview.c
5247                 Make key check non blocking
5248
5249 2005-10-31 [paul]       1.9.99cvs1
5250
5251         * tools/claws.i18n.status.pl
5252                 updated for ChangeLog
5253
5254 2005-10-31 [paul]       1.9.99
5255
5256         1.9.99 released
5257
5258 2005-10-31 [paul]       1.9.15cvs131
5259
5260         * .cvsignore
5261         * ChangeLog
5262         * ChangeLog.claws       ** REMOVED **
5263         * ChangeLog-gtk2.claws  ** REMOVED **
5264         * ChangeLog.gtk1        ** ADDED **
5265         * INSTALL
5266         * Makefile.am
5267         * NEWS
5268         * README
5269         * README.claws          ** REMOVED **
5270         * README.jp             ** REMOVED **
5271         * RELEASE_NOTES         ** ADDED **
5272         * RELEASE_NOTES.claws   ** REMOVED **
5273         * commitHelper
5274         * configure.ac
5275         * sylpheed.spec.in      ** REMOVED **
5276                 tidy up and update the default docs:
5277                 ChangeLog.claws is renamed ChangeLog.gtk1
5278                 ChangeLog-gtk2.claws is renamed ChangeLog
5279                 README.claws is renamed README
5280                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5281
5282 2005-10-31 [paul]       1.9.15cvs130
5283
5284         * po/it.po
5285                 fix errors
5286
5287 2005-10-31 [paul]       1.9.15cvs129
5288
5289         * po/ca.po
5290         * po/de.po
5291         * po/en_GB.po
5292         * po/fr.po
5293         * po/it.po
5294         * po/pt_BR.po
5295         * po/sk.po
5296         * po/sr.po
5297         * po/zh_CN.po
5298                 updated by Miquel Oliete, Stephan Sachse and
5299                 Thomas Gilgin, me, Fabien Vantard, Andrea
5300                 Spadaccini, Frederico Goncalves Guimaraes,
5301                 Andrej Kacian, Aleksandar Urosevic, and
5302                 Ralgh Young.
5303
5304 2005-10-31 [mones]      1.9.15cvs128
5305
5306         * manual/faq.xml
5307                 More questions.
5308         
5309         * po/es.po
5310                 Updated for release.
5311
5312 2005-10-30 [colin]      1.9.15cvs127
5313
5314         * src/compose.c
5315                 Place cursor before rewrapping (fixes cursor
5316                 pos if quotation gets rewrapped)
5317
5318 2005-10-29 [paul]       1.9.15cvs126
5319
5320         * src/crash.c
5321         * src/foldersel.c
5322         * src/main.c
5323         * src/messageview.c
5324         * src/toolbar.c
5325         * src/gtk/authors.h
5326                 corrections to text items
5327
5328 2005-10-28 [colin]      1.9.15cvs125
5329
5330         * src/messageview.c
5331                 Make "hit 'C' to check sig" work from extern 
5332                 messageviews
5333
5334 2005-10-27 [colin]      1.9.15cvs124
5335
5336         * src/summaryview.c
5337                 Add a hack to avoid segfaulting when hammering 
5338                 on gtk's events
5339
5340 2005-10-27 [wwp]        1.9.15cvs123
5341
5342         * src/prefs_themes.c
5343                 sort list of themes names in themes prefs
5344
5345 2005-10-27 [paul]       1.9.15cvs122
5346
5347         * src/folder.c
5348         * src/prefs_account.c
5349                 fix building on Solaris
5350                 Patch by Alex Moore
5351
5352 2005-10-27 [wwp]        1.9.15cvs121
5353
5354         * src/summaryview.c
5355         * src/gtk/gtksctree.c
5356                 speed up unselecting messages in summary view (thanks to Colin)
5357
5358 2005-10-27 [paul]       1.9.15cvs120
5359
5360         * src/mainwindow.c
5361                 fix a compilation warning
5362         * src/summaryview.c
5363                 fix updating of 'n items selected' count
5364                 when deselecting
5365
5366 2005-10-27 [martin]     1.9.15cvs119
5367
5368         * src/action.c
5369                 ignore actions with a leading '/' in the action menu name
5370                 fixes a crash on menu creation
5371         * src/prefs_actions.c
5372                 do not allow a leading '/' in the action menu name
5373
5374 2005-10-27 [paul]       1.9.15cvs118
5375
5376         * src/main.c
5377                 fix compilation warning
5378
5379 2005-10-27 [paul]       1.9.15cvs117
5380
5381         * src/procmime.c
5382                 add #if HAVE_LOCALE_H
5383
5384 2005-10-27 [paul]       1.9.15cvs116
5385
5386         * src/plugins/clamav/clamav_plugin.c
5387         * src/plugins/dillo_viewer/dillo_viewer.c
5388         * src/plugins/mathml_viewer/mathml_viewer.c
5389         * src/plugins/pgpcore/plugin.c
5390         * src/plugins/pgpinline/plugin.c
5391         * src/plugins/pgpmime/plugin.c
5392         * src/plugins/spamassassin/spamassassin.c
5393         * src/plugins/trayicon/trayicon.c
5394                 plugin_init() : make error messages more
5395                 informative
5396
5397 2005-10-26 [wwp]        1.9.15cvs115
5398
5399         * src/prefs_matcher.c
5400                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5401
5402 2005-10-26 [wwp]        1.9.15cvs114
5403
5404         * src/procmime.c
5405         * src/gtk/gtksctree.c
5406         * src/plugins/spamassassin/libspamc.c
5407         * src/plugins/spamassassin/spamassassin.c
5408                 fix some compilation warnings more
5409
5410 2005-10-26 [mones]      1.9.15cvs113
5411
5412         * po/es.po
5413                 Updated translation
5414
5415 2005-10-26 [paul]       1.9.15cvs112
5416
5417         * src/prefs_message.c
5418                 give all display_xface stuff the
5419                 #if HAVE_LIBCOMPFACE treatment, thus
5420                 preventing a crash
5421                 (Thanks to Wolfgang Enderlein)
5422
5423 2005-10-26 [colin]      1.9.15cvs111
5424
5425         * src/gedit-print.c
5426                 Fix date format
5427         * src/imap_gtk.c
5428         * src/news_gtk.c
5429                 Remove context menu items that should not be there
5430         * src/jpilot.c
5431                 Fix encoding
5432         * src/main.c
5433         * src/mainwindow.c
5434                 Don't show the mainwindow too soon
5435
5436 2005-10-26 [wwp]        1.9.15cvs110
5437
5438         * src/folder.c
5439         * src/manual.c
5440         * src/summaryview.c
5441                 fix uninitialized pointers in the folder updating hook
5442                 (thanks to Colin)
5443
5444 2005-10-25 [mones]      1.9.15cvs109
5445
5446         * manual/faq.xml
5447                 General information subsection completed. 
5448                 Removed archaic references.
5449                 
5450         * manual/Makefile
5451         * manual/dtd/manual.dsl
5452                 Added customization stylesheet for getting paragraphs
5453                 fully justified in PDF output (as suggested by Colin).
5454
5455 2005-10-25 [colin]      1.9.15cvs108
5456
5457         * src/compose.c
5458                 Fix a second leak
5459
5460 2005-10-25 [colin]      1.9.15cvs107
5461
5462         * src/addrbook.c
5463         * src/addrindex.c
5464                 Fix leak (xml_get_element() allocates memory)
5465         * src/compose.c
5466                 Fix leak + dead code (shame!)
5467         * src/procmime.c
5468                 Fix leak
5469
5470 2005-10-25 [colin]      1.9.15cvs106
5471
5472         * src/mimeview.c
5473                 Fix encoding issue in Save all and in 
5474                 overwrite-confirmation alertpanel
5475
5476 2005-10-25 [colin]      1.9.15cvs105
5477
5478         * src/common/socket.c
5479                 Fix a leak - Thanks to Christopher Aillon
5480                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5481
5482 2005-10-25 [paul]       1.9.15cvs104
5483
5484         * src/wizard.c
5485                 Always guess servers from the right-hand
5486                 email part and guess username from the
5487                 left-hand part. (Thanks to Colin)
5488                 add an X-Face to the welcome message
5489
5490 2005-10-25 [paul]       1.9.15cvs103
5491
5492         * manual/handling.xml
5493                 written by Colin, edited by me
5494
5495 2005-10-25 [wwp]        1.9.15cvs102
5496
5497         * src/folderview.c
5498         * src/grouplistdialog.c
5499         * src/imap.c
5500         * src/noticeview.c
5501                 fix some compilation warnings
5502
5503 2005-10-24 [paul]
5504
5505         1.9.99-rc3 released
5506
5507 2005-10-24 [paul]       1.9.15cvs101
5508
5509         * src/gtk/about.c
5510                 fix window sizing
5511
5512 2005-10-24 [paul]       1.9.15cvs100
5513
5514         * src/pixmaps/offline.xpm
5515         * src/pixmaps/online.xpm
5516                 replace with last default versions
5517
5518 2005-10-24 [colin]      1.9.15cvs99
5519
5520         * src/imap.c
5521                 Fix bug when moving a folder
5522         * src/imap_gtk.c
5523         * src/mh_gtk.c
5524                 "Delete folder" pops up a window, so it 
5525                 should be suffixed with "..."
5526         * src/plugins/pgpcore/sgpgme.c
5527                 Include locale.h
5528
5529 2005-10-24 [mones]      1.9.15cvs98
5530
5531         * manual/Makefile
5532         * manual/account.xml
5533         * manual/ack.xml
5534         * manual/addrbook.xml
5535         * manual/advanced.xml
5536         * manual/faq.xml
5537         * manual/glossary.xml
5538         * manual/gpl.xml
5539         * manual/handling.xml
5540         * manual/intro.xml
5541         * manual/keyboard.xml
5542         * manual/manual.xml
5543         * manual/plugins.xml
5544         * manual/starting.xml
5545         * manual/dtd/sdocbook.dtd
5546                 Initial manual structure and some content.
5547
5548 2005-10-23 [wwp]        1.9.15cvs97
5549
5550         * src/gtk/about.c
5551                 fix a typo
5552
5553 2005-10-23 [wwp]        1.9.15cvs96
5554
5555         * src/gtk/about.c
5556         * src/gtk/authors.h
5557                 rework of the about window (main work by Paul), also featuring a few
5558                 fixes for typos and duplicate names
5559
5560 2005-10-23 [wwp]        1.9.15cvs95
5561
5562         * src/.cvsignore
5563                 Ignore the right binary name (sylpheed-claws now)
5564
5565 2005-10-23 [paul]       1.9.15cvs94
5566
5567         * src/compose.c
5568                 when using Folder Pref 'Default To for
5569                 replies' make the entry in the Compose
5570                 window bold
5571                 Patch by Fabien Vantard
5572
5573 2005-10-22 [colin]      1.9.15cvs93
5574
5575         * src/codeconv.c
5576                 Fix leak
5577
5578 2005-10-22 [colin]      1.9.15cvs92
5579
5580         * src/codeconv.c
5581                 try to convert using locale (apart utf8) if necessary
5582
5583 2005-10-22 [colin]      1.9.15cvs91
5584
5585         * src/pixmaps/new.xpm
5586         * src/pixmaps/unread.xpm
5587                 Make the unread envelope blue again and
5588                 saturate the new one a bit more.
5589
5590 2005-10-22 [colin]      1.9.15cvs90
5591
5592         * src/compose.c
5593                 When replying to a mail sent by one of our accounts,
5594                 use the original list of recipients. Let 'Reply All'
5595                 and 'Reply to sender' work like previously.
5596
5597 2005-10-21 [colin]      1.9.15cvs89
5598
5599         * src/prefs_filtering.c
5600                 Clear fields after add and replace
5601         * src/textview.c
5602                 Display xface differently (better)
5603         * src/plugins/pgpinline/pgpinline.c
5604                 Fix crappy encodings/recodings
5605
5606 2005-10-21 [paul]       1.9.15cvs88
5607
5608         * src/compose.c
5609         * src/prefs_folder_item.c
5610         * src/toolbar.c
5611                 fix news folder Folder Properties
5612                 (thanks to Colin)
5613         * src/folderview.c
5614                 update folderview after Themes change
5615                 keep selected folder selected
5616                 (thanks to Colin)
5617
5618 2005-10-21 [paul]       1.9.15cvs87
5619
5620         * tools/Makefile.am
5621         * tools/OOo2sylpheed.pl
5622         * tools/README
5623         * tools/README.sylprint
5624         * tools/asus_mailled.sh         ** REMOVED **
5625         * tools/filter_conv.pl
5626         * tools/freshmeat_search.pl
5627         * tools/google_search.pl
5628         * tools/gpg-sign-syl            ** REMOVED **
5629         * tools/kmail2sylpheed.pl
5630         * tools/kmail2sylpheed_v2.pl
5631         * tools/multiwebsearch.pl
5632         * tools/nautilus2sylpheed.sh
5633         * tools/newscache_clean.pl
5634         * tools/outlook2sylpheed.pl
5635         * tools/sylpheed-switcher       ** REMOVED **
5636         * tools/sylprint.pl
5637         * tools/sylprint.rc
5638         * tools/tb2sylpheed
5639         * tools/vcard2xml.py
5640         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5641                 update default config dir
5642                 update binary name (thanks to Fabien Vantard)
5643                 remove obsolete scripts
5644
5645 2005-10-21 [colin]      1.9.15cvs86
5646
5647         * src/inc.c
5648                 Fix possible leak and units. Based on a patch by
5649                 Fabien Vantard.
5650
5651 2005-10-20 [colin]      1.9.15cvs85
5652
5653         * src/textview.c
5654                 Clear xface when clearing textview
5655
5656 2005-10-20 [colin]      1.9.15cvs84
5657
5658         * configure.ac
5659         * src/folderview.c
5660         * src/headerview.c
5661         * src/main.c
5662         * src/prefs_common.c
5663         * src/prefs_common.h
5664         * src/prefs_message.c
5665         * src/textview.c
5666         * src/textview.h
5667         * src/common/defs.h
5668         * src/common/utils.c
5669         * src/common/utils.h
5670         * src/gtk/gtkutils.c
5671         * src/gtk/gtkutils.h
5672                 Migrate config to .sylpheed-claws (Automatically)
5673                 Add a way to get the Xface in the TextView
5674
5675 2005-10-20 [colin]      1.9.15cvs83
5676
5677         * src/gtk/Makefile.am
5678         * src/gtk/about.c
5679         * src/gtk/authors.h
5680                 Make the about dialog *grooovy*
5681
5682 2005-10-20 [colin]      1.9.15cvs82
5683
5684         * src/mimeview.c
5685                 Use "Open with" on double click if no command
5686                 was found
5687
5688 2005-10-20 [colin]      1.9.15cvs81
5689
5690         * src/imap.c
5691         * src/etpan/imap-thread.c
5692                 Fix possible crash.
5693
5694 2005-10-20 [paul]       1.9.15cvs80
5695
5696         * src/folder.c
5697                 don't show clipkey icon if the only
5698                 attachment is the signature
5699                 Patch by Colin
5700
5701 2005-10-20 [paul]       1.9.15cvs79
5702
5703         * AUTHORS
5704         * src/plugins/pgpmime/pgpmime.c
5705                 name the PGP/MIME signature 'signature.asc'
5706                 Patch by Andrew Nelson <freeandy@gmail.com>
5707
5708 2005-10-19 [colin]      1.9.15cvs78
5709
5710         * src/plugins/pgpmime/pgpmime.c
5711                 Oops, no need to double-check though
5712
5713 2005-10-19 [colin]      1.9.15cvs77
5714
5715         * src/plugins/pgpinline/pgpinline.c
5716         * src/plugins/pgpmime/pgpmime.c
5717                 Check that my_tmpfile() doesn't 
5718                 return NULL
5719
5720 2005-10-19 [colin]      1.9.15cvs76
5721
5722         * src/common/utils.c
5723                 Use shorter mime boundaries to avoid having
5724                 MTAs rewrapping our headers, breaking the
5725                 PGP signature in the process 
5726         * src/compose.c
5727         * src/plugins/pgpmime/pgpmime.c
5728                 Check for boundary uniqueness to be sure
5729                 it won't happen, instead of hoping for the
5730                 best
5731
5732 2005-10-19 [colin]      1.9.15cvs75
5733
5734         * sylpheed-claws.desktop
5735         * src/Makefile.am
5736         * src/main.c
5737                 Ship a sylpheed-claws binary instead
5738                 of a sylpheed one. Change the socket
5739                 name, too
5740         * src/folderview.c
5741                 Update folder only if it changed
5742         * src/wizard.c
5743                 Fix i18n in welcome mail, patch by
5744                 Fabien Vantard
5745
5746 2005-10-19 [paul]
5747
5748         1.9.99-rc2 released
5749
5750 2005-10-19 [paul]       1.9.15cvs74
5751
5752         * src/folder.c
5753         * src/folderview.c
5754                 fix summaryview update
5755                 Patch by Colin
5756
5757 2005-10-18 [colin]      1.9.15cvs73
5758
5759         * src/plugins/pgpcore/passphrase.c
5760                 Don't XGrabServer, and try a bit more to 
5761                 sync everything before grabbing mouse/keyboard
5762
5763 2005-10-18 [colin]      1.9.15cvs72
5764
5765         * src/Makefile.am
5766         * src/addressadd.c
5767         * src/addressbook.c
5768         * src/folderview.c
5769         * src/grouplistdialog.c
5770         * src/mimeview.c
5771         * src/stock_pixmap.c
5772         * src/stock_pixmap.h
5773         * src/summaryview.c
5774         * src/gtk/gtksctree.c
5775         * src/gtk/gtksctree.h
5776         * src/pixmaps/empty.xpm
5777                 Implement a wrapper call for gtk_ctree_set_node_info
5778                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5779                 pixmap instead of a NULL one. This works around some
5780                 memory problems deep inside gtk, revealed by valgrind,
5781                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5782                 as locked crashes sylpheed.), as well as, probably, 
5783                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5784
5785 2005-10-17 [colin]      1.9.15cvs71
5786
5787         * src/mimeview.c
5788                 Provide visual feedback when checking
5789                 signature
5790
5791 2005-10-17 [colin]      1.9.15cvs70
5792
5793         * src/main.c
5794                 Keep the folder list frozen while checking caches...
5795
5796 2005-10-17 [colin]      1.9.15cvs69
5797
5798         * src/addr_compl.c
5799                 Fi bug #833 (Autocompleting from addressbook 
5800                 fails with extended chars)
5801         * src/imap.c
5802                 Fix 'adding messages' staying in statusbar
5803                 after an error
5804
5805 2005-10-17 [wwp]        1.9.15cvs68
5806
5807         * src/ssl_manager.c
5808                 Fix buttons' layout resizing when window size changes
5809
5810 2005-10-17 [wwp]        1.9.15cvs67
5811
5812         * src/account.c
5813         * src/prefs_account.c
5814         * src/prefs_common.c
5815         * src/prefs_common.h
5816         * src/prefs_folder_item.c
5817         * src/prefs_gtk.c
5818         * src/gtk/logwindow.c
5819         * src/gtk/pluginwindow.c
5820         * src/gtk/prefswindow.c
5821         * src/gtk/prefswindow.h
5822                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
5823
5824 2005-10-17 [paul]       1.9.15cvs66
5825
5826         * configure.ac
5827                 fix missing libetpan message
5828         * po/en_GB.po
5829                 updated
5830         * src/crash.c
5831         * src/manual.c
5832         * src/prefs_themes.c
5833         * src/common/defs.h
5834                 add some new URI defines, change some
5835                 others
5836         * src/wizard.c
5837                 make welcome message translatable
5838                 small improvements to english
5839                 other tweaks
5840         * src/gtk/menu.c
5841                 fix warnings
5842
5843 2005-10-17 [paul]       1.9.15cvs65
5844
5845         * src/summaryview.c
5846                 fix column titles
5847
5848 2005-10-16 [mones]      1.9.15cvs64
5849
5850         * po/es.po
5851                 Updated translation
5852
5853 2005-10-16 [colin]
5854
5855         1.9.99-rc1 released
5856
5857 2005-10-16 [colin]      1.9.15cvs63
5858
5859         * src/wizard.c
5860                 Fix whitespace
5861
5862 2005-10-16 [colin]      1.9.15cvs62
5863
5864         * src/toolbar.c
5865                 s/Get All/Get Mail/
5866         * src/wizard.c
5867                 Real welcome mail text, thanks Paul
5868
5869 2005-10-16 [colin]      1.9.15cvs61
5870
5871         * src/editldap.c
5872         * src/exporthtml.c
5873         * src/main.c
5874         * src/mainwindow.c
5875         * src/prefs_themes.c
5876         * src/prefs_toolbar.c
5877         * src/plugins/demo/demo.c
5878         * src/plugins/trayicon/trayicon.c
5879                 s/Sylpheed/Sylpheed-Claws/
5880
5881 2005-10-16 [colin]      1.9.15cvs60
5882
5883         * src/wizard.c
5884                 Add a welcome email in the first empty mailbox
5885         * src/prefs_common.c
5886                 Change one more default
5887
5888 2005-10-16 [colin]      1.9.15cvs59
5889
5890         * src/wizard.c
5891                 Remove printf
5892
5893 2005-10-16 [colin]      1.9.15cvs58
5894
5895         * src/toolbar.c
5896         * src/prefs_common.c
5897                 Change some defaults
5898
5899 2005-10-16 [colin]      1.9.15cvs57
5900
5901         * src/toolbar.c
5902         * src/prefs_common.c
5903                 Change some defaults
5904
5905 2005-10-16 [colin]      1.9.15cvs56
5906
5907         * src/wizard.c
5908                 By default, initialize fonts to have
5909                 the same size as normal GtkWidgets
5910
5911 2005-10-16 [colin]      1.9.15cvs55
5912
5913         * src/mimeview.c
5914                 Fix message a bit more
5915
5916 2005-10-16 [colin]      1.9.15cvs54
5917
5918         * src/addressbook.c
5919                 Second attempt at flicker fixing
5920
5921 2005-10-16 [colin]      1.9.15cvs53
5922
5923         * src/addressbook.c
5924                 Fix flicker
5925
5926 2005-10-16 [wwp]        1.9.15cvs52
5927
5928         * src/addressbook.c
5929         * src/editaddress.c
5930         * src/prefs_common.c
5931         * src/prefs_common.h
5932                 Remember window sizes (address book)
5933
5934 2005-10-16 [wwp]        1.9.15cvs51
5935
5936         * src/plugins/clamav/clamav_plugin_gtk.c
5937         * src/plugins/spamassassin/spamassassin_gtk.c
5938                 Fix compilation warnings (missing #include).
5939
5940 2005-10-16 [colin]      1.9.15cvs50
5941
5942         * src/mimeview.c
5943         * src/summaryview.c
5944         * src/textview.c
5945                 Make 'c' check signature, and forward
5946                 c, l, y, t from summaryview to mimeview
5947
5948 2005-10-16 [colin]      1.9.15cvs49
5949
5950         * src/addressbook.c
5951                 Put border around buttons
5952         * src/mainwindow.c
5953         * src/summaryview.c
5954                 Rework menus (Patch based on a patch
5955                 by Paul)
5956
5957 2005-10-15 [wwp]        1.9.15cvs48
5958
5959         * src/editjpilot.c
5960         * src/editldap.c
5961         * src/editvcard.c
5962         * src/exphtmldlg.c
5963         * src/expldifdlg.c
5964         * src/export.c
5965         * src/import.c
5966         * src/importldif.c
5967         * src/importmutt.c
5968         * src/importpine.c
5969         * src/prefs_account.c
5970         * src/prefs_spelling.c
5971         * src/gtk/gtkutils.c
5972         * src/gtk/gtkutils.h
5973         * src/plugins/clamav/clamav_plugin_gtk.c
5974         * src/plugins/spamassassin/spamassassin_gtk.c
5975                 use nicer browse-for-file/dir buttons than the "..." ones,
5976                 code factorizing more.
5977
5978 2005-10-14 [colin]      1.9.15cvs47
5979
5980         * src/mainwindow.c
5981                 set relief on the account switcher so that people see it
5982                 grey out Create processing rules when no message is selected
5983         * src/prefs_filtering.c
5984                 ask before closing if the rule has not been modified, even if
5985                 it's not valid
5986         * src/prefs_matcher.c
5987                 fix sensitivity when entering the dialog
5988         * src/gtk/inputdialog.c
5989                 display a better icon on password ask
5990         * src/plugins/pgpcore/passphrase.c
5991                 make the dialog look better
5992
5993 2005-10-14 [paul]       1.9.15cvs46
5994
5995         * src/folderview.c
5996                 indicate presense of marked msgs in
5997                 unexpanded subfolders
5998
5999 2005-10-14 [paul]       1.9.15cvs45
6000
6001         * src/prefs_actions.c
6002         * src/prefs_common.c
6003         * src/prefs_common.h
6004         * src/prefs_filtering_action.c
6005         * src/prefs_matcher.c
6006         * src/prefs_template.c
6007                 remember window sizes
6008                 fix Info button size
6009
6010         Patches by wwp
6011
6012 2005-10-13 [colin]      1.9.15cvs44
6013
6014         * src/mimeview.c
6015         * src/noticeview.c
6016         * src/noticeview.h
6017                 Add a tooltip on the icon (optional) 
6018                 Get rid of the signature buttons and only
6019                 use the icon+tooltip
6020
6021 2005-10-13 [colin]      1.9.15cvs43
6022
6023         * src/noticeview.c
6024         * src/noticeview.h
6025                 Add hand cursor for hovering over icon
6026
6027 2005-10-13 [colin]      1.9.15cvs42
6028
6029         * src/summaryview.c
6030                 Fix crash when quicksearch's hidden 
6031                 at startup
6032
6033 2005-10-13 [colin]      1.9.15cvs41
6034
6035         * src/compose.c
6036                 Set subject when forwarding multiple mails
6037                 Check that other recipient than the default Cc or Bcc
6038                 have been set before sending.
6039
6040 2005-10-13 [colin]      1.9.15cvs40
6041
6042         * src/imap.c
6043                 Batch per-folder
6044                 Introduce locking, but don't use it yet
6045
6046 2005-10-13 [colin]      1.9.15cvs39
6047
6048         * src/gtk/quicksearch.c
6049                 Reset quicksearch when hiding it
6050                 Make sticky a real pref
6051
6052 2005-10-13 [colin]      1.9.15cvs38
6053
6054         * src/summaryview.c
6055                 Faster prefs apply
6056
6057 2005-10-13 [colin]      1.9.15cvs37
6058
6059         * src/mimeview.c
6060         * src/noticeview.c
6061         * src/noticeview.h
6062         * src/plugins/pgpcore/sgpgme.c
6063                 Make privacy icon clickable
6064                 Move Trust field in Full info
6065                 When trust is less than full, don't display
6066                 a warning icon
6067
6068 2005-10-13 [colin]      1.9.15cvs36
6069
6070         * src/folder.c
6071                 Batch on flags sync
6072         * src/folderview.c
6073                 Revert speed hack which is dangerous in fact
6074                 Apply prefs faster
6075
6076 2005-10-13 [colin]      1.9.15cvs35
6077
6078         * src/folder_item_prefs.c
6079                 Fix pref corruption on folder move. Patch
6080                 by wwp
6081
6082 2005-10-13 [paul]       1.9.15cvs34
6083
6084         * src/export.c
6085         * src/import.c
6086                 fix typos in g_warnings
6087         * src/prefs_account.c
6088                 add a file selector for Signature file
6089
6090         Patches by wwp
6091
6092 2005-10-12 [colin]      1.9.15cvs33
6093
6094         * src/mimeview.c
6095                 Provide a quick way to go back from a
6096                 signature's full info to the email part
6097
6098 2005-10-12 [colin]      1.9.15cvs32
6099
6100         * src/compose.c
6101                 Remove old hack of encoding signed mails with base64.
6102                 QP works equally well.
6103
6104 2005-10-12 [colin]      1.9.15cvs31
6105
6106         * src/crash.c
6107                 Replace deprecated GtkText with GtkTextView
6108         * src/imap.c
6109                 Fix a logic bug about counts in imap_select
6110                 (previously un-triggered)
6111         * src/mainwindow.c
6112         * src/summaryview.c
6113         * src/news.c
6114                 Allow local deletion of news posts
6115         * src/mimeview.c
6116                 Show GPG noticeview on the message/rfc822 part
6117                 in addition to the text/plain one
6118         * src/prefs_image_viewer.c
6119           src/plugins/pgpcore/prefs_gpg.c
6120                 Polish (set the label as part of the checkbox)
6121         * src/wizard.c
6122                 Don't sit there doing nothing after destroying
6123                 the window - return err
6124
6125 2005-10-11 [colin]      1.9.15cvs30
6126
6127         * src/folderview.c
6128                 Apply processing rules before showing folders.
6129                 Early folder show (before flags sync) will only
6130                 be done when there are no processing rules (nor
6131                 pre- or post- ones)
6132         * src/imap.c
6133                 Fix stuff related to mail subdir, creation and 
6134                 deletion of folders 
6135         * src/imap_gtk.c
6136                 Don't allow creation of folders in NoInferior
6137                 folders, as it won't work
6138
6139 2005-10-10 [colin]      1.9.15cvs29
6140
6141         * src/compose.c
6142                 Reselect "None" Privacy system when selecting an
6143                 account with no privacy system defined
6144
6145 2005-10-10 [colin]      1.9.15cvs28
6146
6147         * src/mainwindow.c
6148                 Add Windows-1252 encoding
6149         * src/prefs_common.c
6150                 Rework some defaults:
6151                 - autosave to draft by default
6152                 - don't show header pane (it's already in the textview)
6153                 - Select first new or unread mail on entry
6154                 - Assume 'Yes' to change folder when there's no more
6155                   unread message
6156         * src/prefs_matcher.c
6157                 Fix a gtk assertion failure
6158         * src/gtk/colorlabel.c
6159                 Workaround bad repainting on selection
6160         * src/main.c
6161                 Freeze/thaw (a bit faster on ssh -X)
6162         * src/msgcache.c
6163                 Get rid of StrdupConverter that just adds an
6164                 extra strdup/free 
6165         * src/etpan/imap_thread.c
6166                 memset buf to 0
6167
6168 2005-10-10 [colin]      1.9.15cvs27
6169
6170         * src/export.c
6171         * src/import.c
6172                 Fix compile on gtk 2.4. Patch by wwp
6173
6174 2005-10-09 [colin]      1.9.15cvs26
6175
6176         * src/mainwindow.c
6177         * src/messageview.c
6178         * src/summaryview.c
6179                 Clarify forward menus. Patch by wwp
6180
6181 2005-10-09 [colin]      1.9.15cvs25
6182
6183         * src/compose.c
6184         * src/compose.h
6185                 Fix bug #829 (Non-working "Encrypt message by 
6186                 default when replying to an encrypted message")
6187
6188 2005-10-08 [colin]      1.9.15cvs24
6189
6190         * src/wizard.c
6191                 Fix bug #827 ("Welcome" setup wizard after a 
6192                 permission error gives up & forgets itself.)
6193
6194 2005-10-08 [colin]      1.9.15cvs23
6195
6196         * src/procmime.c
6197                 Fix bug #828 (Ignoring headers with spaces around = sign)
6198
6199 2005-10-08 [colin]      1.9.15cvs22
6200
6201         * src/export.c
6202                 Warning fix by wwp
6203
6204 2005-10-08 [colin]      1.9.15cvs21
6205
6206         * src/folder.c
6207         * src/folder.h
6208                 Add a processing_pending indicator, set on 
6209                 folder_item_open and cleared after 
6210                 folder_item_process_open
6211         * src/folderview.c
6212         * src/summaryview.c
6213                 wrap procmsg_msginfo_*_flags, and in the
6214                 wrapper check that there's no folder processing 
6215                 pending. If there is, defer the flags change until 
6216                 processing is done to avoid stepping over each
6217                 other's toes.
6218                 Freeze during processing, but not during scanning.
6219
6220 2005-10-07 [colin]      1.9.15cvs20
6221
6222         * src/plugins/pgpcore/passphrase.c
6223                 Fix bug #826 (X-Server hangs when 
6224                 right-clicking a PGP encrypted message)
6225
6226 2005-10-07 [paul]       1.9.15cvs19
6227
6228         * src/compose.c
6229                 fix compose_entries[]
6230                 patch by Fabien Vantard
6231
6232 2005-10-06 [colin]      1.9.15cvs18
6233
6234         * src/pixmaps/address.xpm
6235         * src/pixmaps/address_book.xpm
6236         * src/pixmaps/book.xpm
6237         * src/pixmaps/check_spelling.xpm
6238         * src/pixmaps/checkbox_off.xpm
6239         * src/pixmaps/checkbox_on.xpm
6240         * src/pixmaps/close.xpm
6241         * src/pixmaps/complete.xpm
6242         * src/pixmaps/continue.xpm
6243         * src/pixmaps/deleted.xpm
6244         * src/pixmaps/down_arrow.xpm
6245         * src/pixmaps/exec.xpm
6246         * src/pixmaps/forwarded.xpm
6247         * src/pixmaps/group.xpm
6248         * src/pixmaps/ignorethread.xpm
6249         * src/pixmaps/interface.xpm
6250         * src/pixmaps/jpilot.xpm
6251         * src/pixmaps/ldap.xpm
6252         * src/pixmaps/linewrap.xpm
6253         * src/pixmaps/linewrapcurrent.xpm
6254         * src/pixmaps/mail.xpm
6255         * src/pixmaps/mail_attach.xpm
6256         * src/pixmaps/mail_compose.xpm
6257         * src/pixmaps/mail_forward.xpm
6258         * src/pixmaps/mail_receive.xpm
6259         * src/pixmaps/mail_receive_all.xpm
6260         * src/pixmaps/mail_reply.xpm
6261         * src/pixmaps/mail_reply_to_all.xpm
6262         * src/pixmaps/mail_reply_to_author.xpm
6263         * src/pixmaps/mail_send.xpm
6264         * src/pixmaps/mail_send_queue.xpm
6265         * src/pixmaps/mime_application.xpm
6266         * src/pixmaps/mime_audio.xpm
6267         * src/pixmaps/mime_image.xpm
6268         * src/pixmaps/mime_message.xpm
6269         * src/pixmaps/mime_text_enriched.xpm
6270         * src/pixmaps/mime_text_html.xpm
6271         * src/pixmaps/mime_text_plain.xpm
6272         * src/pixmaps/mime_unknown.xpm
6273         * src/pixmaps/new.xpm
6274         * src/pixmaps/news_compose.xpm
6275         * src/pixmaps/offline.xpm
6276         * src/pixmaps/online.xpm
6277         * src/pixmaps/paste.xpm
6278         * src/pixmaps/preferences.xpm
6279         * src/pixmaps/privacy_emblem_encrypted.xpm
6280         * src/pixmaps/privacy_expired.xpm
6281         * src/pixmaps/privacy_failed.xpm
6282         * src/pixmaps/privacy_passed.xpm
6283         * src/pixmaps/privacy_signed.xpm
6284         * src/pixmaps/privacy_unknown.xpm
6285         * src/pixmaps/privacy_warn.xpm
6286         * src/pixmaps/properties.xpm
6287         * src/pixmaps/replied.xpm
6288         * src/pixmaps/search.xpm
6289         * src/pixmaps/unread.xpm
6290         * src/pixmaps/up_arrow.xpm
6291         * src/pixmaps/vcard.xpm
6292                 Modernize internal theme, with icons from the 
6293                 Gnomaws theme. Keep some of the old ones where
6294                 they were better.
6295
6296 2005-10-06 [colin]      1.9.15cvs17
6297
6298         * src/summaryview.c
6299                 Little optimisations + bugfix
6300         * src/toolbar.c
6301                 Remove default useless items - useless being defined
6302                 by the default relevant prefs
6303         * src/wizard.c
6304                 include config.h to make gettext work
6305         * src/prefs_themes.c
6306                 Fix selection of current theme in prefs
6307
6308 2005-10-06 [colin]      1.9.15cvs16
6309
6310         * src/prefs_common.c
6311         * src/prefs_common.h
6312         * src/prefs_summaries.c
6313         * src/folderview.c
6314                 Add a warning dialog on Mark all read 
6315                 (with pref to get rid of it)
6316
6317 2005-10-06 [paul]       1.9.15cvs15
6318
6319         * po/nb.po
6320         * po/pt_BR.po
6321                 updated by Geir Helland and Frederico
6322                 Goncalves Guimaraes
6323
6324 2005-10-05 [colin]      1.9.15cvs14
6325
6326         * src/folder.c
6327         * src/folder.h
6328         * src/folderview.c
6329         * src/folderview.h
6330         * src/imap_gtk.c
6331         * src/mh_gtk.c
6332         * src/mainwindow.c
6333         * src/setup.c
6334                 add a way to rescan without rebuilding
6335                 make moving a bit faster (less folders changes)
6336                 don't lock the tree on Get 
6337         * src/imap.c
6338                 Don't re-delete deleted messages before expunging
6339         * src/summaryview.c
6340                 Set batch mode when deleting mails
6341
6342 2005-10-05 [paul]       1.9.15cvs13
6343
6344         * src/mainwindow.c
6345         * src/mainwindow.h
6346                 fix disabled Execute menu item
6347         * src/toolbar.c
6348                 match the change in 1.9.15cvs10: use Compose
6349                 instead of News by default
6350
6351 2005-10-04 [colin]      1.9.15cvs12
6352
6353         * src/compose.c
6354                 When replying to an ML post with Reply-To set
6355                 to the poster's email, honor it (as before),
6356                 but also honor our user's request to reply to
6357                 the mailing list: set the ML address in the To
6358                 field and the Reply-To address in the Cc: 
6359                 field.
6360
6361 2005-10-04 [colin]      1.9.15cvs11
6362
6363         * src/plugins/trayicon/trayicon.c
6364                 Finish cosmetic change - thanks to wwp
6365
6366 2005-10-04 [colin]      1.9.15cvs10
6367
6368         * src/toolbar.c
6369                 Use Compose instead of Email by default.
6370                 Spotted by wwp.
6371
6372 2005-10-04 [colin]      1.9.15cvs9
6373
6374         * src/folder.c
6375         * src/folder.h
6376         * src/folderview.c
6377         * src/imap.c
6378         * src/etpan/imap-thread.c
6379         * src/etpan/imap-thread.h
6380                 Try to make IMAP faster, by simplifying SEARCH
6381                 commands, avoiding sending two STATUS in a row,
6382                 and deferring flags sync and processing just
6383                 after displaying the folder. 
6384                 This will update the SummaryView in certain
6385                 cases (new mails not already fetched, flags
6386                 changed from another client) but in a non-
6387                 blocking manner.
6388
6389 2005-10-04 [colin]      1.9.15cvs8
6390
6391         * src/plugins/trayicon/trayicon.c
6392                 Relabel "Offline" to "Work offline"
6393
6394 2005-10-04 [colin]      1.9.15cvs7
6395
6396         * src/export.c
6397         * src/import.c
6398         * src/mbox.c
6399                 Fix mbox import/export buglets
6400                 Patch by wwp
6401         * src/plugins/trayicon/trayicon.c
6402                 Add offline swithc
6403                 Patch by wwp
6404
6405 2005-10-04 [colin]      1.9.15cvs6
6406
6407         * src/folder.c
6408         * src/folderview.c
6409         * src/summaryview.c
6410                 Better fix (don't break mark all read) for cvs2
6411
6412 2005-10-03 [colin]      1.9.15cvs5
6413
6414         * src/folder.c
6415                 Use a sane sort by default
6416
6417 2005-10-03 [colin]      1.9.15cvs4
6418
6419         * src/inc.c
6420                 Add a 'Only once' button for overriding offline mode
6421         * src/prefs_account.c
6422         * src/wizard.c
6423                 Add Local mbox to the wizard
6424                 Add IMAP subdir to the wizard (or the wizard is useless
6425                 for such accounts, or even worse than useless)
6426                 Move IMAP subdir from Advanced to Receive tab, as it's
6427                 not that uncommon
6428
6429 2005-10-03 [colin]      1.9.15cvs3
6430
6431         * src/send_message.c
6432                 Forgot this one in cvs1
6433
6434 2005-10-03 [colin]      1.9.15cvs2
6435
6436         * src/folder.c
6437                 Faster close when leaving a folder with lots
6438                 of new mails. Idea by David Relson.
6439
6440 2005-10-03 [colin]      1.9.15cvs1
6441
6442         * src/compose.c
6443         * src/imap.c
6444         * src/inc.c
6445         * src/main.c
6446         * src/messageview.c
6447         * src/news.c
6448         * src/summaryview.c
6449         * src/gtk/sslcertwindow.c
6450         * src/plugins/trayicon/trayicon.c
6451                 Add accels to every AlertPanel. Patch by Fabien 
6452                 Vantard
6453
6454 2005-10-03 [paul]       1.9.15
6455
6456         1.9.15 released
6457
6458 2005-10-03 [paul]       1.9.14cvs68
6459
6460         * po/ca.po
6461         * po/de.po
6462         * po/es.po
6463         * po/fi.po
6464         * po/fr.po
6465         * po/sk.po
6466         * po/sr.po
6467         * po/zh_CN.po
6468                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6469                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6470                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6471
6472 2005-10-03 [paul]       1.9.14cvs67
6473
6474         * src/send_message.c
6475                 prevent hang on Cancel
6476                 patch by Colin
6477
6478 2005-10-03 [paul]       1.9.14cvs66
6479
6480         * src/main.c
6481                 fix crash in IMAP caused by discrepancy
6482                 between check_at_startup and offline mode
6483                 Patch by Colin
6484
6485 2005-10-01 [paul]       1.9.14cvs65
6486
6487         * src/inc.c
6488                 fix engrish
6489
6490 2005-10-01 [paul]       1.9.14cvs64
6491         * src/export.c
6492         * src/import.c
6493                 synchronise import_mbox() and export_mbox()
6494         * src/mbox.c
6495                 proc_mbox(): add alert if file cannot be opened
6496                 export_list_to_mbox(): test if dest file exists,
6497                 prompt user to overwrite if it does. add alert
6498                 if file cannot be created
6499                                                                 
6500         Patch by wwp
6501                                                                                                                 
6502
6503 2005-09-30 [paul]       1.9.14cvs63
6504
6505         * src/addressbook.c
6506                 Fix sensitivity of a menu
6507         * src/codeconv.c
6508                 Respect hidden pref for mails with no encoding
6509         * src/common/xml.c
6510                 Fix memory corruption
6511         * src/plugins/pgpcore/sgpgme.c
6512                 Fix segfault on incomplete sigs, and display
6513                 of S/Mime UIDs
6514
6515         Patches by Colin
6516
6517 2005-09-30 [colin]      1.9.14cvs62
6518
6519         * src/partial_download.c
6520                 Little logic fix in almost-dead code
6521         * src/pop.c
6522                 Fix partial download when there's no new mail
6523
6524 2005-09-29 [paul]       1.9.14cvs61
6525
6526         * src/plugins/pgpinline/pgpinline.c
6527                 fix bug 819, 'crash accessing sign message'
6528                 Patch by Colin
6529
6530 2005-09-28 [martin]     1.9.14cvs60
6531
6532         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6533                 fix bug #790 (Crash when restarting window manager (fluxbox))
6534
6535 2005-09-28 [paul]       1.9.14cvs59
6536
6537         * src/gtk/gtkaspell.c
6538                 fix off-by-one typo
6539
6540 2005-09-27 [colin]      1.9.14cvs58
6541
6542         * src/plugins/pgpcore/sgpgme.c
6543                 Report error when there's one, instead of
6544                 "Signature unchecked" 
6545
6546 2005-09-27 [colin]      1.9.14cvs57
6547
6548         * src/prefs_quote.c
6549                 Fix bug #816 (Weird quotation with spaces)
6550
6551 2005-09-27 [colin]      1.9.14cvs56
6552
6553         * src/codeconv.c
6554         * src/compose.c
6555         * src/compose.h
6556                 Put subject in compose's title
6557                 Fix Automatic encoding so that it's really automatic:
6558                 first try default locale's charset, then charset of the replied mail, 
6559                 then utf-8
6560                 Fix encoding of headers (must be in strict mode too)
6561
6562 2005-09-26 [colin]      1.9.14cvs55
6563
6564         * src/gtk/gtkaspell.c
6565                 Fix previous patch - don't color the space,
6566                 just uncolor it :)
6567
6568 2005-09-26 [colin]      1.9.14cvs54
6569
6570         * src/gtk/gtkaspell.c
6571                 Unmark space if possible
6572
6573 2005-09-26 [colin]      1.9.14cvs53
6574
6575         * src/imap.c
6576                 log_error instead of alertpanel according to the pref
6577         * src/etpan/imap-thread.c
6578                 Print connect status, copy only necessary size to 
6579                 logger
6580         * src/plugins/pgpmime/pgpmime.c
6581                 Handle S/Mime signatures (verification only). Patch based
6582                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6583
6584 2005-09-26 [paul]       1.9.14cvs52
6585
6586         * src/common/passcrypt.c
6587                 this 'workaround' not necessary on NetBSD.
6588                 Thanks to Daniel Gustafson
6589
6590 2005-09-26 [paul]
6591
6592         1.9.15-rc4 released
6593
6594 2005-09-26 [paul]       1.9.14cvs51
6595
6596         * src/summaryview.c
6597                 Skip currently selected message when
6598                 looking for next new or unread message
6599                 in current folder. Patch by Colin
6600         * src/common/passcrypt.c
6601                 eliminate warnings on *BSD. Patch by
6602                 Daniel Gustafson
6603
6604 2005-09-26 [colin]      1.9.14cvs50
6605
6606         * src/procmsg.c
6607                 Call postfiltering hook anyway
6608
6609 2005-09-22 [colin]      1.9.14cvs49
6610
6611         * src/codeconv.c
6612         * src/codeconv.h
6613                 Add a strict mode that doesn't replace with _
6614         * src/compose.c
6615         * src/compose.h
6616                 Use strict conversion while sending
6617                 Fix race when drafting while sending (happens
6618                 on IMAP)
6619                 Fix d'n'd of messages from summaryview
6620         * src/prefs_common.c
6621         * src/prefs_common.h
6622                 add hidden utf8_instead_of_locale_for_broken_mail 
6623                 pref for people that preferred the default charset 
6624                 to be utf8 for broken mails
6625         * src/quote_fmt_parse.y
6626                 fix bug #815 (No quote insert if "From:" fied 
6627                 contained Russian letters)
6628         * src/summaryview.c
6629                 Fix d'n'd of messages to compose
6630
6631 2005-09-22 [paul]       1.9.14cvs48
6632
6633         * src/compose.c
6634                 fix bug where attachments Name entry
6635                 would display Path instead
6636
6637 2005-09-21 [paul]       1.9.14cvs47
6638
6639         * README
6640         * README.jp
6641         * configure.ac
6642         * config/config.rpath
6643         * doc/manual/en/sylpheed-20.html
6644         * doc/manual/es/sylpheed-20.html
6645         * po/bg.po
6646         * po/ca.po
6647         * po/de.po
6648         * po/es.po
6649         * po/fr.po
6650         * po/it.po
6651         * po/pt_BR.po
6652         * po/sk.po
6653         * po/zh_TW.po
6654         * src/account.c
6655         * src/account.h
6656         * src/action.c
6657         * src/action.h
6658         * src/adbookbase.h
6659         * src/addr_compl.c
6660         * src/addr_compl.h
6661         * src/addrbook.c
6662         * src/addrbook.h
6663         * src/addrcache.c
6664         * src/addrcache.h
6665         * src/addrcindex.c
6666         * src/addrcindex.h
6667         * src/addrclip.c
6668         * src/addrclip.h
6669         * src/addrdefs.h
6670         * src/addressadd.c
6671         * src/addressadd.h
6672         * src/addressbook.c
6673         * src/addressbook.h
6674         * src/addressitem.h
6675         * src/addrgather.c
6676         * src/addrgather.h
6677         * src/addrharvest.c
6678         * src/addrharvest.h
6679         * src/addrindex.c
6680         * src/addrindex.h
6681         * src/addritem.c
6682         * src/addritem.h
6683         * src/addrquery.c
6684         * src/addrquery.h
6685         * src/addrselect.c
6686         * src/addrselect.h
6687         * src/alertpanel.c
6688         * src/alertpanel.h
6689         * src/browseldap.c
6690         * src/browseldap.h
6691         * src/codeconv.c
6692         * src/codeconv.h
6693         * src/compose.c
6694         * src/compose.h
6695         * src/crash.c
6696         * src/crash.h
6697         * src/customheader.c
6698         * src/customheader.h
6699         * src/displayheader.c
6700         * src/displayheader.h
6701         * src/editaddress.c
6702         * src/editaddress.h
6703         * src/editbook.c
6704         * src/editbook.h
6705         * src/editgroup.c
6706         * src/editgroup.h
6707         * src/editjpilot.c
6708         * src/editjpilot.h
6709         * src/editldap.c
6710         * src/editldap.h
6711         * src/editldap_basedn.c
6712         * src/editldap_basedn.h
6713         * src/editvcard.c
6714         * src/editvcard.h
6715         * src/enriched.c
6716         * src/enriched.h
6717         * src/exphtmldlg.c
6718         * src/exphtmldlg.h
6719         * src/expldifdlg.c
6720         * src/expldifdlg.h
6721         * src/export.c
6722         * src/export.h
6723         * src/exporthtml.c
6724         * src/exporthtml.h
6725         * src/exportldif.c
6726         * src/exportldif.h
6727         * src/filtering.c
6728         * src/filtering.h
6729         * src/folder.c
6730         * src/folder.h
6731         * src/folder_item_prefs.c
6732         * src/folder_item_prefs.h
6733         * src/foldersel.c
6734         * src/foldersel.h
6735         * src/folderutils.c
6736         * src/folderutils.h
6737         * src/folderview.c
6738         * src/folderview.h
6739         * src/grouplistdialog.c
6740         * src/grouplistdialog.h
6741         * src/headerview.c
6742         * src/headerview.h
6743         * src/html.c
6744         * src/html.h
6745         * src/image_viewer.c
6746         * src/image_viewer.h
6747         * src/imap.c
6748         * src/imap.h
6749         * src/imap_gtk.c
6750         * src/imap_gtk.h
6751         * src/import.c
6752         * src/import.h
6753         * src/importldif.c
6754         * src/importldif.h
6755         * src/importmutt.c
6756         * src/importmutt.h
6757         * src/importpine.c
6758         * src/importpine.h
6759         * src/inc.c
6760         * src/inc.h
6761         * src/jpilot.c
6762         * src/jpilot.h
6763         * src/ldapctrl.c
6764         * src/ldapctrl.h
6765         * src/ldaplocate.c
6766         * src/ldaplocate.h
6767         * src/ldapquery.c
6768         * src/ldapquery.h
6769         * src/ldapserver.c
6770         * src/ldapserver.h
6771         * src/ldaputil.c
6772         * src/ldaputil.h
6773         * src/ldif.c
6774         * src/ldif.h
6775         * src/localfolder.c
6776         * src/localfolder.h
6777         * src/main.c
6778         * src/main.h
6779         * src/mainwindow.c
6780         * src/mainwindow.h
6781         * src/manual.c
6782         * src/manual.h
6783         * src/matcher.c
6784         * src/matcher.h
6785         * src/matcher_parser.h
6786         * src/matcher_parser_lex.l
6787         * src/matcher_parser_parse.y
6788         * src/mbox.c
6789         * src/mbox.h
6790         * src/message_search.c
6791         * src/message_search.h
6792         * src/messageview.c
6793         * src/messageview.h
6794         * src/mh.c
6795         * src/mh.h
6796         * src/mh_gtk.c
6797         * src/mh_gtk.h
6798         * src/mimeview.c
6799         * src/mimeview.h
6800         * src/msgcache.c
6801         * src/msgcache.h
6802         * src/mutt.c
6803         * src/mutt.h
6804         * src/news.c
6805         * src/news.h
6806         * src/news_gtk.c
6807         * src/news_gtk.h
6808         * src/noticeview.c
6809         * src/noticeview.h
6810         * src/partial_download.c
6811         * src/partial_download.h
6812         * src/pine.c
6813         * src/pine.h
6814         * src/pop.c
6815         * src/pop.h
6816         * src/prefs_account.c
6817         * src/prefs_account.h
6818         * src/prefs_actions.c
6819         * src/prefs_actions.h
6820         * src/prefs_common.c
6821         * src/prefs_common.h
6822         * src/prefs_compose_writing.c
6823         * src/prefs_compose_writing.h
6824         * src/prefs_customheader.c
6825         * src/prefs_customheader.h
6826         * src/prefs_display_header.c
6827         * src/prefs_display_header.h
6828         * src/prefs_ext_prog.c
6829         * src/prefs_ext_prog.h
6830         * src/prefs_filtering.c
6831         * src/prefs_filtering.h
6832         * src/prefs_filtering_action.c
6833         * src/prefs_filtering_action.h
6834         * src/prefs_folder_column.c
6835         * src/prefs_folder_column.h
6836         * src/prefs_folder_item.c
6837         * src/prefs_folder_item.h
6838         * src/prefs_fonts.c
6839         * src/prefs_fonts.h
6840         * src/prefs_gtk.c
6841         * src/prefs_gtk.h
6842         * src/prefs_image_viewer.c
6843         * src/prefs_image_viewer.h
6844         * src/prefs_matcher.c
6845         * src/prefs_matcher.h
6846         * src/prefs_message.c
6847         * src/prefs_message.h
6848         * src/prefs_msg_colors.c
6849         * src/prefs_msg_colors.h
6850         * src/prefs_other.c
6851         * src/prefs_other.h
6852         * src/prefs_quote.c
6853         * src/prefs_quote.h
6854         * src/prefs_receive.c
6855         * src/prefs_receive.h
6856         * src/prefs_send.c
6857         * src/prefs_send.h
6858         * src/prefs_spelling.c
6859         * src/prefs_spelling.h
6860         * src/prefs_summaries.c
6861         * src/prefs_summaries.h
6862         * src/prefs_summary_column.c
6863         * src/prefs_summary_column.h
6864         * src/prefs_template.c
6865         * src/prefs_template.h
6866         * src/prefs_themes.c
6867         * src/prefs_themes.h
6868         * src/prefs_toolbar.c
6869         * src/prefs_toolbar.h
6870         * src/prefs_wrapping.c
6871         * src/prefs_wrapping.h
6872         * src/privacy.c
6873         * src/privacy.h
6874         * src/procheader.c
6875         * src/procheader.h
6876         * src/procmime.c
6877         * src/procmime.h
6878         * src/procmsg.c
6879         * src/procmsg.h
6880         * src/quote_fmt.c
6881         * src/quote_fmt_parse.y
6882         * src/recv.c
6883         * src/recv.h
6884         * src/remotefolder.c
6885         * src/remotefolder.h
6886         * src/send_message.c
6887         * src/send_message.h
6888         * src/setup.c
6889         * src/setup.h
6890         * src/simple-gettext.c
6891         * src/sourcewindow.c
6892         * src/sourcewindow.h
6893         * src/ssl_manager.c
6894         * src/ssl_manager.h
6895         * src/statusbar.c
6896         * src/statusbar.h
6897         * src/stock_pixmap.c
6898         * src/stock_pixmap.h
6899         * src/summary_search.c
6900         * src/summary_search.h
6901         * src/summaryview.c
6902         * src/summaryview.h
6903         * src/syldap.c
6904         * src/syldap.h
6905         * src/textview.c
6906         * src/textview.h
6907         * src/toolbar.c
6908         * src/toolbar.h
6909         * src/undo.c
6910         * src/undo.h
6911         * src/unmime.c
6912         * src/unmime.h
6913         * src/vcard.c
6914         * src/vcard.h
6915         * src/wizard.c
6916         * src/wizard.h
6917         * src/common/base64.c
6918         * src/common/base64.h
6919         * src/common/defs.h
6920         * src/common/hooks.c
6921         * src/common/hooks.h
6922         * src/common/log.c
6923         * src/common/log.h
6924         * src/common/md5.c
6925         * src/common/md5.h
6926         * src/common/mgutils.c
6927         * src/common/mgutils.h
6928         * src/common/nntp.c
6929         * src/common/nntp.h
6930         * src/common/passcrypt.c
6931         * src/common/passcrypt.h.in
6932         * src/common/plugin.c
6933         * src/common/plugin.h
6934         * src/common/prefs.c
6935         * src/common/prefs.h
6936         * src/common/progressindicator.c
6937         * src/common/progressindicator.h
6938         * src/common/quoted-printable.c
6939         * src/common/quoted-printable.h
6940         * src/common/session.c
6941         * src/common/session.h
6942         * src/common/smtp.c
6943         * src/common/smtp.h
6944         * src/common/socket.c
6945         * src/common/socket.h
6946         * src/common/ssl.c
6947         * src/common/ssl.h
6948         * src/common/ssl_certificate.c
6949         * src/common/ssl_certificate.h
6950         * src/common/string_match.c
6951         * src/common/string_match.h
6952         * src/common/stringtable.c
6953         * src/common/sylpheed.c
6954         * src/common/sylpheed.h
6955         * src/common/template.c
6956         * src/common/template.h
6957         * src/common/timing.h
6958         * src/common/utils.c
6959         * src/common/utils.h
6960         * src/common/uuencode.c
6961         * src/common/uuencode.h
6962         * src/common/version.h.in
6963         * src/common/xml.c
6964         * src/common/xml.h
6965         * src/common/xmlprops.c
6966         * src/common/xmlprops.h
6967         * src/gtk/about.c
6968         * src/gtk/about.h
6969         * src/gtk/colorlabel.c
6970         * src/gtk/colorlabel.h
6971         * src/gtk/colorsel.c
6972         * src/gtk/colorsel.h
6973         * src/gtk/description_window.c
6974         * src/gtk/description_window.h
6975         * src/gtk/filesel.c
6976         * src/gtk/filesel.h
6977         * src/gtk/foldersort.c
6978         * src/gtk/foldersort.h
6979         * src/gtk/gtkutils.c
6980         * src/gtk/gtkutils.h
6981         * src/gtk/inputdialog.c
6982         * src/gtk/inputdialog.h
6983         * src/gtk/logwindow.c
6984         * src/gtk/logwindow.h
6985         * src/gtk/manage_window.c
6986         * src/gtk/manage_window.h
6987         * src/gtk/menu.c
6988         * src/gtk/menu.h
6989         * src/gtk/pluginwindow.c
6990         * src/gtk/pluginwindow.h
6991         * src/gtk/prefswindow.c
6992         * src/gtk/prefswindow.h
6993         * src/gtk/progressdialog.c
6994         * src/gtk/progressdialog.h
6995         * src/gtk/quicksearch.c
6996         * src/gtk/quicksearch.h
6997         * src/gtk/sslcertwindow.c
6998         * src/gtk/sslcertwindow.h
6999         * src/plugins/clamav/clamav_plugin.c
7000         * src/plugins/clamav/clamav_plugin.h
7001         * src/plugins/clamav/clamav_plugin_gtk.c
7002         * src/plugins/demo/demo.c
7003         * src/plugins/dillo_viewer/dillo_prefs.c
7004         * src/plugins/dillo_viewer/dillo_prefs.h
7005         * src/plugins/dillo_viewer/dillo_viewer.c
7006         * src/plugins/mathml_viewer/mathml_viewer.c
7007         * src/plugins/pgpcore/passphrase.c
7008         * src/plugins/pgpcore/passphrase.h
7009         * src/plugins/pgpcore/plugin.c
7010         * src/plugins/pgpcore/prefs_gpg.c
7011         * src/plugins/pgpcore/prefs_gpg.h
7012         * src/plugins/pgpcore/select-keys.c
7013         * src/plugins/pgpcore/select-keys.h
7014         * src/plugins/pgpcore/sgpgme.c
7015         * src/plugins/pgpcore/sgpgme.h
7016         * src/plugins/pgpinline/pgpinline.c
7017         * src/plugins/pgpinline/pgpinline.h
7018         * src/plugins/pgpinline/plugin.c
7019         * src/plugins/pgpmime/pgpmime.c
7020         * src/plugins/pgpmime/pgpmime.h
7021         * src/plugins/pgpmime/plugin.c
7022         * src/plugins/spamassassin/spamassassin.c
7023         * src/plugins/spamassassin/spamassassin.h
7024         * src/plugins/spamassassin/spamassassin_gtk.c
7025         * src/plugins/trayicon/trayicon.c
7026         * tools/OOo2sylpheed.pl
7027         * tools/acroread2sylpheed.pl
7028         * tools/asus_mailled.sh
7029         * tools/filter_conv.pl
7030         * tools/freshmeat_search.pl
7031         * tools/google_search.pl
7032         * tools/kmail2sylpheed.pl
7033         * tools/kmail2sylpheed_v2.pl
7034         * tools/maildir2sylpheed.pl
7035         * tools/multiwebsearch.pl
7036         * tools/newscache_clean.pl
7037         * tools/outlook2sylpheed.pl
7038         * tools/sylpheed-switcher
7039         * tools/update-po
7040         * tools/vcard2xml.py
7041         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7042                 update FSF address
7043
7044 2005-09-21 [colin]      1.9.14cvs46
7045
7046         * src/gedit-print.c
7047         * src/procmsg.c
7048         * src/procmsg.h
7049         * src/textview.c
7050         * src/summaryview.c
7051                 Remove some printing hacks (deselection/reselection),
7052                 which by the way fix printing the currently 
7053                 displayed mime part (still only text)
7054                 Plus a little optimisation of summary_show
7055
7056
7057 2005-09-20 [colin]      1.9.14cvs45
7058
7059         * src/mainwindow.c
7060         * src/messageview.c
7061                 GUI fixups: add accels, set message
7062                 view title to displayed mail's subject
7063         * src/prefs_spelling.c
7064         * src/gtk/gtkaspell.c
7065                 GUI fixups: allow underlining misspelled
7066                 words instead of coloring them (a11y!)
7067
7068 2005-09-19 [colin]
7069
7070         1.9.15rc3 released
7071
7072 2005-09-19 [colin]      1.9.14cvs44
7073
7074         * src/compose.c
7075                 Fix draft message
7076         * src/gtk/gtkaspell.c
7077                 Fix wrong test ;-)
7078
7079 2005-09-19 [colin]      1.9.14cvs43
7080
7081         * src/addressbook.c
7082                 Fix sensitivity of Delete button
7083         * src/compose.c
7084                 Warn if the requested Privacy system
7085                 is not available
7086         * src/exphtmldlg.c
7087         * src/expldifdlg.c
7088         * src/importldif.c
7089         * src/importmutt.c
7090         * src/importpine.c
7091                 Fix crappy UI
7092         * src/
7093         * src/ssl.h
7094         * src/prefs_account.h
7095         * src/prefs_account.c
7096                 Save SSL prefs even in builds that have
7097                 SSL support disable
7098         * src/imap.c
7099         * src/inc.c
7100         * src/news.c
7101         * src/send_message.c
7102                 Warn if connection should be secure, but
7103                 SSL support isn't compiled in
7104         * src/gtkaspell.c
7105                 Fix word separation on UTF-8 systems
7106                 Fixes bug #812 (Strange inline spellchecking)
7107         * src/compose.c
7108                 Warn if the requested Privacy system
7109                 is not available
7110                 Factorize offline warning
7111         * src/imap.c
7112         * src/imap_gtk.c
7113         * src/imap_gtk.h
7114         * src/inc.h
7115         * src/news_gtk.c
7116         * src/news_gtk.h
7117         * src/messageview.c
7118                 Factorize offline warning
7119
7120 2005-09-19 [paul]
7121
7122         1.9.15-rc2 released
7123
7124 2005-09-18 [colin]      1.9.14cvs42
7125
7126         * src/codeconv.c
7127         * src/codeconv.h
7128         * src/procmime.c
7129                 Add a way to get locale's charset ignoring utf-8,
7130                 and use that as default encoding for broken mails
7131
7132 2005-09-18 [colin]      1.9.14cvs41
7133
7134         * src/gtk/logwindow.c
7135                 Translate string. Patch by Fabien Vantard
7136
7137 2005-09-18 [colin]      1.9.14cvs40
7138
7139         * configure.ac
7140                 Fix bug #803 (IMAP/SSL support breaks with 
7141                 GnuTLS libetpan 0.38)
7142
7143 2005-09-18 [colin]      1.9.14cvs39
7144
7145         * src/codeconv.c
7146         * src/compose.c
7147         * src/procmime.c
7148                 More charsets fixes. Fixes bug #806 (non
7149                 ascii characters in subject line)
7150
7151 2005-09-17 [paul]       1.9.14cvs38
7152
7153         * src/folderview.c
7154         * src/mainwindow.c
7155                 fix gcc-2.95 issues
7156                 Patch by Pawel Pekala
7157
7158 2005-09-17 [colin]      1.9.14cvs37
7159
7160         * src/addrindex.c
7161                 bugfix for NO-USE LDAP compilation, patch 
7162                 by Fabien Vantard
7163
7164 2005-09-17 [colin]      1.9.14cvs36
7165
7166         * src/prefs_actions.c
7167         * src/prefs_customheader.c
7168         * src/prefs_display_header.c
7169         * src/prefs_filtering_action.c
7170         * src/prefs_matcher.c
7171         * src/prefs_toolbar.c
7172                 Fix strange casts (less elegant but
7173                 works better)
7174
7175 2005-09-16 [colin]      1.9.14cvs35
7176
7177         * src/jpilot.c
7178                 Missed that one
7179
7180 2005-09-16 [colin]      1.9.14cvs34
7181
7182         * configure.ac
7183         * src/Makefile.am
7184         * src/addr_compl.c
7185         * src/addrindex.c
7186         * src/browseldap.c
7187         * src/editldap.c
7188         * src/ldaplocate.c
7189         * src/ldapquery.c
7190         * src/ldapquery.h
7191         * src/ldapserver.c
7192         * src/ldapserver.h
7193         * src/main.c
7194         * src/matcher_parser_parse.y
7195         * src/prefs_themes.c
7196         * src/etpan/Makefile.am
7197         * src/gtk/description_window.c
7198         * src/plugins/clamav/Makefile.am
7199         * src/plugins/clamav/clamav_plugin.c
7200         * src/plugins/dillo_viewer/Makefile.am
7201         * src/plugins/pgpcore/Makefile.am
7202         * src/plugins/pgpinline/Makefile.am
7203         * src/plugins/pgpmime/Makefile.am
7204         * src/plugins/trayicon/Makefile.am
7205                 Fix 100% cpu usage in address completion list
7206                 Fix little bugs (return with no values etc)
7207                 Fix all warnings (with common CFLAGS)
7208
7209 2005-09-15 [colin]      1.9.14cvs33
7210
7211         * src/addressbook.c
7212                 Fix bug where sometimes a group's email list is empty,
7213                 force its refresh (probably fixes "Re: how to create a 
7214                 distribution list")
7215         * src/ldapquery.c
7216                 Don't return to the callback in the main thread from the
7217                 fetch thread (or face segs!)
7218
7219 2005-09-15 [paul]       1.9.14cvs32
7220
7221         * src/prefs_matcher.c
7222                 forgotten in last commit
7223
7224 2005-09-15 [paul]       1.9.14cvs31
7225
7226         * src/prefs_actions.c
7227         * src/prefs_filtering_action.c
7228         * src/prefs_quote.c
7229         * src/quote_fmt.c
7230         * src/summaryview.c
7231         * src/gtk/description_window.c
7232         * src/gtk/description_window.h
7233         * src/gtk/quicksearch.c
7234                 allow interaction with the called
7235                 description window
7236                 Patch by Anders Hammar
7237
7238 2005-09-14 [paul]       1.9.14cvs30
7239
7240         * src/compose.c
7241                 fix a little annoyance when pasting with 3rd button 
7242                 with wrap_pastes=0 and wrap_input=1
7243                 Patch by Colin
7244
7245 2005-09-14 [paul]       1.9.14cvs29
7246
7247         * src/prefs_account.c
7248                 disable 'Filter messages on receiving' for
7249                 SMTP-only accounts
7250                 Patch  by Anders Hammar
7251
7252 2005-09-14 [paul]       1.9.14cvs28
7253
7254         * po/sk.po
7255                 fix crash
7256                 updated by Andrej Kacian
7257
7258 2005-09-14 [paul]
7259
7260         1.9.15-rc1 released
7261
7262 2005-09-14 [paul]       1.9.14cvs27
7263
7264         * po/es.po
7265                 updated by Ricardo Mones Lastra
7266         * src/compose.c
7267         * src/compose.h
7268                 associate no_wrap_tags to Compose windows
7269                 instead of using a static one
7270                 Patch by Colin
7271         * src/mbox.c
7272                 fix proc_mbox()
7273                 Patch by wwp
7274         * src/textview.c
7275                 remove unneeded printf()
7276
7277 2005-09-14 [paul]       1.9.14cvs26
7278
7279         * src/addrcache.c
7280         * src/codeconv.h
7281         * src/folder.h
7282         * src/mainwindow.h
7283         * src/mh.c
7284         * src/mimeview.h
7285         * src/partial_download.c
7286         * src/pop.c
7287         * src/prefs_account.c
7288         * src/prefs_account.h
7289         * src/prefs_actions.c
7290         * src/prefs_customheader.c
7291         * src/prefs_display_header.c
7292         * src/prefs_filtering_action.c
7293         * src/prefs_matcher.c
7294         * src/prefs_toolbar.c
7295         * src/privacy.h
7296         * src/procmime.c
7297         * src/procmime.h
7298         * src/procmsg.h
7299         * src/textview.c
7300         * src/undo.h
7301         * src/common/plugin.c
7302         * src/common/session.h
7303         * src/common/socket.c
7304         * src/common/socket.h
7305         * src/common/template.c
7306         * src/gtk/gtkaspell.c
7307         * src/gtk/quicksearch.h
7308         * src/plugins/pgpcore/passphrase.c
7309         * src/plugins/pgpcore/prefs_gpg.h
7310         * src/plugins/pgpcore/select-keys.c
7311         * src/plugins/pgpcore/select-keys.h
7312         * src/plugins/pgpcore/sgpgme.c
7313         * src/plugins/pgpinline/pgpinline.c
7314         * src/plugins/pgpmime/pgpmime.c
7315         * src/plugins/trayicon/trayicon.c
7316                 fix compilation warnings
7317                 Patch by Daniel Gustafson
7318
7319 2005-09-14 [paul]       1.9.14cvs25
7320
7321         * src/addressbook.c
7322                 add missing column header, and other small
7323                 bug fixes
7324                 Patch by Anders Hammar
7325
7326 2005-09-13 [colin]      1.9.14cvs24
7327
7328         * src/gtk/gtkaspell.c
7329                 Fix non-utf8 in menu
7330                 Fix little leaks
7331                 Nullify struct members after free()s
7332
7333 2005-09-13 [colin]      1.9.14cvs23
7334
7335         * src/compose.c
7336                 Test utf8 compliance before inserting to 
7337                 buffer, and try to convert if necessary
7338         * src/procmime.c
7339                 If no charset is present, use the locale 
7340                 one instead of us-ascii
7341         * src/procmsg.c
7342                 Add Sender, List-Post and To in the checked 
7343                 headers for automatic rules creation 
7344                 (thanks to wwp)
7345         * src/prefs_themes.c
7346         * src/gtk/gtkaspell.c
7347                 Remove deprecated functions. 
7348                 patch by Daniel Gustafson
7349
7350 2005-09-12 [colin]      1.9.14cvs22
7351
7352         * src/compose.c
7353                 Fix bug #448 (Scrolling/Redraw issue with 
7354                 address-fields in Header)
7355         * src/mainwindow.c
7356         * src/summaryview.c
7357         * src/summaryview.h
7358                 Fix loss of MSG_MARKED on move/copy
7359                 Fix bug #804 (Quicksearch togglebutton doesn't 
7360                 get depressed after '/' key is pressed)
7361
7362 2005-09-12 [paul]       1.9.14cvs21
7363
7364         * AUTHORS
7365         * src/gtk/logwindow.c
7366                 add 'Clear Log' to popup menu
7367                 Patch by Anders Hammar <anders.hammar@telia.com>
7368
7369 2005-09-12 [paul]       1.9.14cvs20
7370
7371         * src/compose.c
7372                 set correct sensitivity on attachments
7373                 popup menu
7374         * src/folder.c
7375                 fix typo
7376         * src/prefs_spelling.c
7377                 fix crash when no LANG env is set
7378         * src/common/xml.c
7379                 fix crash in wizard
7380                 don't use memeory after free
7381
7382         All patches by Daniel Gustafson
7383
7384 2005-09-12 [paul]       1.9.14cvs19
7385
7386         * src/prefs_themes.c
7387                 make theme info selectable
7388         * src/gtk/description_window.c
7389                 make window non-modal
7390         * tools/README
7391                 add details of asus_mailed.sh
7392         * tools/claws.i18n.status.pl
7393                 update for new zh_TW translator
7394                 widen the output
7395                 create alternate coloured lines
7396                 improve readability
7397
7398 2005-09-10 [colin]      1.9.14cvs18
7399
7400         * src/plugins/pgpcore/select-keys.c
7401                 Better order for the buttons
7402
7403 2005-09-10 [colin]      1.9.14cvs17
7404
7405         * src/compose.c
7406         * src/plugins/pgpcore/select-keys.c
7407         * src/plugins/pgpcore/select-keys.h
7408         * src/plugins/pgpcore/sgpgme.c
7409                 Add a "Don't encrypt" button to the key
7410                 selection dialog. Fixes bug #177 (There should be a 
7411                 'Don't encrypt button in the Select Keys dialog)
7412
7413 2005-09-10 [colin]      1.9.14cvs16
7414
7415         * src/compose.c
7416                 Fix bug #572 (%X option does not work with templates)
7417
7418 2005-09-10 [colin]      1.9.14cvs15
7419
7420         * src/toolbar.c 
7421                 Remove g_print
7422
7423 2005-09-10 [colin]      1.9.14cvs14
7424
7425         * src/imap.c
7426                 Fix a possible crash
7427
7428 2005-09-09 [colin]      1.9.14cvs13
7429
7430         * src/imap.c
7431         * src/etpan/imap-thread.c
7432         * src/etpan/imap-thread.h
7433                 Fix moving from queue or drafts to normal folders
7434                 Fix bug #794 (No way to delete without expunging)
7435                 Take flags unset by other mailers into account
7436                 Take deleted flag set by other mailers into account
7437                 Fix unsetting REPLIED flag
7438                 Fix crash when capabilities can't be retrieved
7439         * src/mainwindow.c
7440         * src/mainwindow.h
7441                 Add M_DELAYED_FLAGS condition, and let the user use
7442                 Execute in order to be able to expunge deleted mails,
7443                 even if he's not in delayed execute mode
7444         * src/prefs_spelling.c
7445                 Use 'en' dictionary by default if LANG is POSIX or C
7446         * src/gtk/prefswindow.c
7447                 Fix bug #767 (Preferences windows expanding) by making
7448                 the window a bit larger when the resolution is greater
7449                 than 640x480, and by putting the prefs in a
7450                 GtkScrolledWindow.
7451
7452 2005-09-09 [paul]       1.9.14cvs12
7453
7454         * AUTHORS
7455         * configure.ac
7456         * po/zh_TW.Big5.po      ** REMOVED **
7457         * po/zh_TW.po           ** ADDED **
7458                 updated by Wei-Lun Chao
7459
7460 2005-09-09 [paul]       1.9.14cvs11
7461
7462         * src/mainwindow.c
7463                 fix asserts
7464         * src/common/xml.c
7465                 delay memory allocation until file is
7466                 opened successfully
7467                 Patch by Daniel Gustafson
7468
7469 2005-09-09 [colin]      1.9.14cvs10
7470
7471         * src/imap.c
7472                 Add guards
7473
7474 2005-09-08 [colin]      1.9.14cvs9
7475
7476         * src/compose.c
7477                 Alert when we can't save draft
7478                 Fix various wrap/color issues
7479                 Add mid-click pasting respecting wrap_paste option
7480         * src/folder.c
7481         * src/folder.h
7482         * src/folder_item_prefs.c
7483         * src/folder_item_prefs.h
7484         * src/imap.c
7485         * src/imap_gtk.c
7486         * src/imap_gtk.h
7487         * src/main.c
7488         * src/mainwindow.c
7489         * src/mainwindow.h
7490         * src/news.c
7491         * src/news_gtk.c
7492         * src/news_gtk.h
7493         * src/prefs_folder_item.c
7494                 Fix the impossibility to synchronise folders for
7495                 offline use (IMAP and NNTP are concerned)
7496
7497 2005-09-08 [colin]      1.9.14cvs8
7498
7499         * configure.ac
7500                 Build LDAP and JPilot by default if available
7501         * src/textview.c
7502                 Fix use after free
7503
7504 2005-09-08 [paul]       1.9.14cvs7
7505
7506         * doc/manual/en/sylpheed-1.html
7507         * doc/manual/en/sylpheed-18.html
7508         * doc/manual/en/sylpheed-19.html
7509         * doc/manual/en/sylpheed-4.html
7510         * doc/manual/en/sylpheed-6.html
7511         * doc/manual/en/sylpheed.html
7512                 a few minor updates, plus include some
7513                 details about plugins and their requirements
7514         * src/mainwindow.c
7515                 minor changes to English in /View/Sort
7516
7517 2005-09-07 [colin]      1.9.14cvs6
7518
7519         * doc/manual/en/sylpheed-1.html
7520         * doc/manual/en/sylpheed-10.html
7521         * doc/manual/en/sylpheed-11.html
7522         * doc/manual/en/sylpheed-12.html
7523         * doc/manual/en/sylpheed-13.html
7524         * doc/manual/en/sylpheed-14.html
7525         * doc/manual/en/sylpheed-15.html
7526         * doc/manual/en/sylpheed-16.html
7527         * doc/manual/en/sylpheed-17.html
7528         * doc/manual/en/sylpheed-18.html
7529         * doc/manual/en/sylpheed-19.html
7530         * doc/manual/en/sylpheed-2.html
7531         * doc/manual/en/sylpheed-20.html
7532         * doc/manual/en/sylpheed-21.html
7533         * doc/manual/en/sylpheed-22.html
7534         * doc/manual/en/sylpheed-3.html
7535         * doc/manual/en/sylpheed-4.html
7536         * doc/manual/en/sylpheed-5.html
7537         * doc/manual/en/sylpheed-6.html
7538         * doc/manual/en/sylpheed-7.html
7539         * doc/manual/en/sylpheed-8.html
7540         * doc/manual/en/sylpheed-9.html
7541         * doc/manual/en/sylpheed.html
7542                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7543
7544 2005-09-07 [colin]      1.9.14cvs5
7545
7546         * src/mainwindow.c
7547                 Make labels more to-the-point
7548
7549 2005-09-07 [colin]      1.9.14cvs4
7550
7551         * doc/manual/en/sylpheed-1.html
7552         * doc/manual/en/sylpheed-12.html
7553         * doc/manual/en/sylpheed-13.html
7554         * doc/manual/en/sylpheed-14.html
7555         * doc/manual/en/sylpheed-15.html
7556         * doc/manual/en/sylpheed-16.html
7557         * doc/manual/en/sylpheed-17.html
7558         * doc/manual/en/sylpheed-18.html
7559         * doc/manual/en/sylpheed-19.html
7560         * doc/manual/en/sylpheed-2.html
7561         * doc/manual/en/sylpheed-20.html
7562         * doc/manual/en/sylpheed-21.html
7563         * doc/manual/en/sylpheed-22.html
7564         * doc/manual/en/sylpheed-4.html
7565         * doc/manual/en/sylpheed-5.html
7566         * doc/manual/en/sylpheed-6.html
7567         * doc/manual/en/sylpheed-7.html
7568         * doc/manual/en/sylpheed-8.html
7569         * doc/manual/en/sylpheed-9.html
7570         * doc/manual/en/sylpheed.html
7571                 Update manual
7572
7573 2005-09-07 [colin]      1.9.14cvs3
7574
7575         * doc/faq/en/sylpheed-faq-1.html
7576         * doc/faq/en/sylpheed-faq-2.html
7577         * doc/faq/en/sylpheed-faq-3.html
7578         * doc/faq/en/sylpheed-faq.html
7579                 Update FAQ
7580
7581 2005-09-07 [colin]      1.9.14cvs2
7582
7583         * src/folderview.c
7584         * src/procmsg.c
7585         * src/summaryview.c
7586         * src/toolbar.c
7587                 Fix special subfolders:
7588                 - Inherit parent's icon
7589                 - sent contents of queues subfolders
7590                 - empty subfolders of trashes
7591         * src/mainwindow.c
7592                 Remove outdated manual and faq entries
7593         * src/common/utils.c
7594                 Add quotes around %s coming from mailcap
7595
7596 2005-09-07 [colin]      1.9.14cvs1
7597
7598         * src/compose.c
7599                 After saving draft, set modified to FALSE
7600         * src/mimeview.c
7601         * src/common/utils.c
7602         * src/common/utils.h
7603                 Try to open mime parts using what is 
7604                 indicated in ~/.mailcap or /etc/mailcap,
7605                 if possible.
7606
7607 2005-09-05 [paul]       1.9.14
7608
7609         1.9.14 released
7610
7611         * po/sk.po
7612                 updated by Andrej Kacian
7613
7614 2005-09-05 [paul]       1.9.13cvs83
7615
7616         * po/de.po
7617         * po/es.po
7618         * po/fi.po
7619         * po/fr.po
7620         * po/nb.po
7621         * po/pt_BR.po
7622         * po/sr.po
7623                 updated translations by Thomas Gilgin, Ricardo Mones
7624                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7625                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7626
7627 2005-09-04 [paul]       1.9.13cvs82
7628
7629         * src/compose.c
7630                 only warn about exceeded line length limit
7631                 on send
7632
7633 2005-09-04 [paul]       1.9.13cvs81
7634
7635         * src/compose.c
7636                 fix crash in 'line length exceeded' dialogue
7637
7638 2005-09-02 [paul]       1.9.13cvs80
7639
7640         * src/imap.c
7641                 fix bug 795, 'Connection lost IMAP'
7642                 and add statusbar prints
7643                 Patch by Colin
7644
7645 2005-09-02 [paul]       1.9.13cvs79
7646
7647         * src/compose.c
7648                 compose_wrap_paragraph() becomes
7649                 compose_beautify_paragraph()
7650                 Patch by Colin
7651
7652 2005-09-02 [colin]      1.9.13cvs78
7653
7654         * src/folderview.c
7655                 Micro-fix
7656
7657 2005-09-01 [colin]      1.9.13cvs77
7658
7659         * src/imap.c
7660                 Maybe fix bug #795 (Connection lost IMAP)
7661                 Don't try to send logout when we're disconnected.
7662         * src/summaryview.c
7663                 Include locked and marked emails in HRM
7664                 view. Fixes bug #800 (Locked messages no longer 
7665                 show up when hide read messages is used)
7666
7667 2005-09-01 [paul]       1.9.13cvs76
7668
7669         * src/prefs_common.c
7670                 fix bad cutting
7671
7672 2005-08-31 [colin]      1.9.13cvs75
7673
7674         * src/folderview.c
7675         * src/folderview.h
7676         * src/prefs_summaries.c
7677         * src/summaryview.c
7678                 Fix "go to next new", fix preference
7679                 (Open unread/next swapped)
7680
7681 2005-08-31 [paul]       1.9.13cvs74
7682
7683         * src/compose.c
7684         * src/folderview.c
7685         * src/headerview.c
7686         * src/headerview.h
7687         * src/mainwindow.c
7688         * src/prefs_common.c
7689         * src/prefs_common.h
7690         * src/prefs_fonts.c
7691         * src/summaryview.c
7692         * src/textview.c
7693         * src/common/defs.h
7694                 remove obsolete BOLD_FONT setting
7695                 fix font update in headerview and textview
7696                 headers after prefs change
7697                 Patch By Colin
7698
7699 2005-08-31 [paul]
7700
7701         1.9.14-rc4 released
7702
7703 2005-08-30 [colin]      1.9.13cvs73
7704
7705         * src/summaryview.c
7706                 When Hide read messages is selected and we
7707                 refresh the summaryview, don't remove the 
7708                 currently displayed message. Fixes bug #797
7709                 (Summary view reloads when new mail is 
7710                 downloaded in 1.9.14 rc)
7711
7712 2005-08-30 [colin]      1.9.13cvs72
7713
7714         * src/folderview.c
7715                 Fix flickering
7716         * src/mainwindow.c
7717                 Remove useless callback
7718         * src/mimeview.c
7719         * src/gtk/filesel.c
7720         * src/gtk/filesel.h
7721                 Add a filesel_select_file_save_folder() - used by Save All
7722
7723 2005-08-29 [paul]       1.9.13cvs71
7724
7725         * AUTHORS
7726         * src/matcher_parser_parse.y
7727         * src/etpan/imap-thread.c
7728                 fix building on FreeBSD
7729                 Patch by Daniel Gustafson <daniel@hobbit.se>
7730
7731 2005-08-29 [paul]       1.9.13cvs70
7732
7733         * src/plugins/pgpinline/pgpinline.c
7734                 only initialise sig result if it's been handled
7735                 Patch by Colin
7736
7737 2005-08-29 [paul]       1.9.13cvs69
7738         
7739         Patches by Colin:
7740
7741         * src/imap.c
7742         * src/common.utils.c
7743         * src/common/utils.h
7744                 optimisation
7745         * src/stock_pixmap.h
7746                 fix wrong icon reference
7747         * src/pixmaps/trash_btn.xpm
7748                 replace with nicer image
7749
7750 2005-08-28 [colin]      1.9.13cvs68
7751
7752         * src/Makefile.am
7753         * src/stock_pixmap.c
7754         * src/stock_pixmap.h
7755         * src/toolbar.c
7756         * src/pixmaps/trash_btn.xpm
7757                 Add a specific trash xpm for the button
7758
7759 2005-08-28 [colin]      1.9.13cvs67
7760
7761         * src/imap.c
7762                 Fix leak
7763
7764 2005-08-27 [colin]      1.9.13cvs66
7765
7766         * src/imap.c
7767         * src/procmime.c
7768                 Correctly fix "Problem with replies", fixes
7769                 pgpmime encryption too. 
7770
7771 2005-08-27 [colin]      1.9.13cvs65
7772
7773         * src/folder.c
7774         * src/procmsg.c
7775         * src/procmsg.h
7776         * src/summaryview.c
7777                 Fix bug #517 (messages removed from summaryview 
7778                 when moving fails)
7779
7780 2005-08-27 [colin]      1.9.13cvs64
7781
7782         * tools/Makefile.am
7783         * tools/asus_mailled.sh
7784                 Add a script to blink ASUS laptops' mail LED where there
7785                 is unread mail.
7786
7787 2005-08-27 [colin]      1.9.13cvs63
7788
7789         * src/imap.c
7790         * src/etpan/imap-thread.c
7791         * src/etpan/imap-thread.h
7792                 Implement automatic choosing of login method
7793                 Fixes bug #791
7794         * src/gtk/.cvsignore
7795                 Add sylpheed-marshal.[ch]
7796
7797 2005-08-27 [colin]      1.9.13cvs62
7798
7799         * src/common/utils.c
7800                 Fix confusing perror
7801
7802 2005-08-27 [colin]      1.9.13cvs61
7803
7804         * src/toolbar.c
7805         * src/toolbar.h
7806                 Remove A_DELETE, replace it with 
7807                 A_TRASH and A_DELETE_REAL. Automatically
7808                 rewrite config files to replace A_DELETE
7809                 with A_TRASH (no functionality change).
7810                 Fixes half of #794
7811
7812 2005-08-26 [colin]      1.9.13cvs60
7813
7814         * src/procmime.c
7815                 Previous "Problem with replies" fix brought other
7816                 problems, fixing them
7817
7818 2005-08-26 [colin]      1.9.13cvs59
7819
7820         * src/procmime.c
7821                 Fix "Problem with replies". This happened only
7822                 on IMAP...
7823         * src/procmsg.c
7824                 Factorize code a bit
7825         * src/compose.c
7826                 Speed improvement on very long messages (wrapping)
7827                 Fix signature color on Reedit and Redirect
7828                 On Reedit, don't attach pgp-signatures parts, but
7829                 set signing to On.
7830
7831 2005-08-24 [paul]       1.9.13cvs58
7832
7833         * src/compose.c
7834                 don't claim success when clicking
7835                 Cancel on the passphrase box.
7836                 Patch by Colin
7837
7838 2005-08-24 [paul]       1.9.13cvs57
7839
7840         * src/main.c
7841                 fix misplaced sylpheed.log
7842         * src/common/defs.h
7843                 define UIDL_DIR
7844
7845 2005-08-24 [paul]       1.9.13cvs56
7846
7847         * src/imap.c
7848         * src/etpan/imap-thread.c
7849         * src/etpan/imap-thread.h
7850                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
7851                 Patch by Colin
7852         * src/gtk/sylpheed-marshal.c    ** REMOVED **
7853         * src/gtk/sylpheed-marshal.h    ** REMOVED **
7854                 remove autogenerated files
7855         * tools/kdeservicemenu/README
7856         * tools/kdeservicemenu/install.sh
7857         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7858         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7859                 use Claws icon, use 'Sylpheed-Claws' in menu,
7860                 use kdialog, and other cleanups
7861
7862 2005-08-23 [paul]       1.9.13cvs55
7863
7864         * src/compose.c
7865                 fix paste/wrap crash
7866                 Patch by Colin
7867
7868 2005-08-23 [paul]       1.9.13cvs54
7869
7870         * src/main.c
7871                 fix crash recovery
7872                 Patch by Colin
7873
7874 2005-08-23 [paul]       1.9.13cvs53
7875
7876         * src/addressbook.c
7877         * src/editaddress.c
7878                 view all data of LDAP contacts
7879                 Patch by Colin
7880
7881 2005-08-23 [paul]       1.9.13cvs52
7882
7883         * src/addressbook.c
7884                 fix issues with the Search field
7885                 Patch by Colin
7886
7887 2005-08-22 [paul]       1.9.13cvs51
7888
7889         * src/folderview.c
7890                 put name of folder in processing dialog
7891                 title
7892         * src/prefs_folder_item.c
7893                 improve english usage
7894
7895 2005-08-22 [paul]       1.9.13cvs50
7896
7897         * src/filtering.c
7898         * src/filtering.h
7899         * src/matcher.c
7900         * src/matcher_parser_lex.l
7901         * src/matcher_parser_parse.y
7902         * src/prefs_filtering.c
7903                 add Filtering/Processing rule names feature.
7904                 (the incompatible old matcherrc is saved as
7905                 matcherrc.pre_names).
7906                 Patch by Colin
7907
7908 2005-08-22 [paul]       1.9.13cvs49
7909
7910         * src/procmsg.c
7911                 fix colour labelling
7912                 Patch by Colin
7913
7914 2005-08-22 [paul]       1.9.13cvs48
7915
7916         * src/textview.c
7917                 fix open_image_cb()
7918
7919 2005-08-22 [paul]       1.9.13cvs47
7920
7921         * src/imap.c
7922                 fix bug 789, 'SC crashes with imap (CVS ver)'
7923                 Patch by Colin
7924
7925 2005-08-22 [paul]       1.9.13cvs46
7926
7927         * src/mimeview.c
7928         * src/prefs_common.c
7929         * src/common/defs.h
7930                 define reused defaults in defs.h
7931         * src/textview.c
7932                 add 'Open image' to image popup menu
7933
7934 2005-08-21 [colin]      1.9.13cvs45
7935
7936         * src/summaryview.c
7937                 Fix bug #788 (Bogus "From" address displayed)
7938
7939 2005-08-20 [colin]      1.9.13cvs44
7940
7941         * src/folder.c
7942                 Fix buf #787 (multilevel delete causes SIGSEGV)
7943
7944 2005-08-19 [colin]      1.9.13cvs43
7945
7946         * src/inc.c
7947         * src/prefs_common.c
7948         * src/prefs_common.h
7949                 Add an hidden pref to allow modifying the
7950                 update stepping in incorporation.
7951                 Patch by wwp.
7952
7953 2005-08-19 [colin]      1.9.13cvs42
7954
7955         * src/compose.c
7956         * src/procmime.c
7957                 Workaround for broken MUAs: encode 
7958                 Content-type: name: as ASCII and 
7959                 Content-Disposition: filename: as
7960                 per rfc2231
7961         * src/prefs_account.c
7962                 Fix invisible-ness of SMTP SSL prefs
7963                 in NNTP accounts
7964
7965 2005-08-19 [paul]       1.9.13cvs41
7966
7967         * src/compose.c
7968         * src/prefs_common.c
7969         * src/prefs_common.h
7970         * src/prefs_wrapping.c
7971                 paste with or without wrapping.
7972                 patch by Colin
7973
7974 2005-08-19 [paul]       1.9.13cvs40
7975
7976         * src/prefs_common.c
7977         * src/prefs_common.h
7978         * src/summaryview.c
7979                 reintroduce enable_swap_from as a
7980                 hidden pref. patch by Colin
7981         * src/quote_fmt_parse.y
7982         * src/plugins/clamav/clamav_plugin.c
7983         * src/plugins/dillo_viewer/dillo_viewer.c
7984         * src/plugins/mathml_viewer/mathml_viewer.c
7985         * src/plugins/pgpcore/sgpgme.c
7986         * src/plugins/pgpinline/pgpinline.c
7987         * src/plugins/pgpmime/pgpmime.c
7988                 tidy up. patch by Colin
7989
7990 2005-08-19 [paul]       1.9.13cvs39
7991
7992         * configure.ac
7993                 complete cvs38's sync
7994         * src/editaddress.c
7995         * src/gedit-print.c
7996         * src/mutt.c
7997         * src/etpan/etpan-log.c
7998         * src/etpan/imap-thread.c
7999         * src/gtk/gtksourceprintjob.c
8000                 fix compilation warnings
8001                 (patch by Colin)
8002
8003 2005-08-19 [paul]       1.9.13cvs38
8004
8005         sync with main:
8006
8007         * src/account.c
8008         * src/action.c
8009         * src/addrbook.c
8010         * src/addrcache.c
8011         * src/addrharvest.c
8012         * src/addrindex.c
8013         * src/codeconv.c
8014         * src/compose.c
8015         * src/crash.c
8016         * src/exporthtml.c
8017         * src/exportldif.c
8018         * src/folder.c
8019         * src/image_viewer.c
8020         * src/inc.c
8021         * src/inc.h
8022         * src/jpilot.c
8023         * src/ldif.c
8024         * src/main.c
8025         * src/matcher.c
8026         * src/mbox.c
8027         * src/messageview.c
8028         * src/mh.c
8029         * src/mimeview.c
8030         * src/msgcache.c
8031         * src/mutt.c
8032         * src/news.c
8033         * src/partial_download.c
8034         * src/pine.c
8035         * src/pop.c
8036         * src/prefs_actions.c
8037         * src/prefs_common.c
8038         * src/prefs_customheader.c
8039         * src/prefs_display_header.c
8040         * src/prefs_gtk.c
8041         * src/prefs_themes.c
8042         * src/procheader.c
8043         * src/procmime.c
8044         * src/procmsg.c
8045         * src/recv.c
8046         * src/send_message.c
8047         * src/simple-gettext.c
8048         * src/sourcewindow.c
8049         * src/textview.c
8050         * src/vcard.c
8051         * src/common/defs.h
8052         * src/common/log.c
8053         * src/common/plugin.c
8054         * src/common/prefs.c
8055         * src/common/session.c
8056         * src/common/session.h
8057         * src/common/socket.c
8058         * src/common/socket.h
8059         * src/common/ssl_certificate.c
8060         * src/common/template.c
8061         * src/common/utils.c
8062         * src/common/utils.h
8063         * src/common/xml.c
8064         * src/gtk/about.c
8065         added wrappers for C library function that
8066                 take pathname arguments.
8067                 enabled compilation with MinGW.
8068                 use GDir instead of directly using opendir().
8069                 added rename_force().
8070
8071 2005-08-19 [paul]       1.9.13cvs37
8072         
8073         patches by Colin:
8074         * src/compose.c
8075                 fix privacy settings on re-editing
8076                 a sent message
8077         * src/jpilot.c
8078                 fix encoding bug
8079         * src/folder.c
8080         * src/procmsg.c
8081         * src/procmsg.h
8082         * src/summaryview.c
8083                 flag changing optimisation
8084
8085 2005-08-18 [martin]     1.9.13cvs36
8086
8087         * commitHelper
8088             added my login
8089         * src/addrcache.c
8090         * src/addrharvest.c
8091         * src/addrindex.c
8092         * src/compose.c
8093         * src/grouplistdialog.c
8094         * src/main.c
8095         * src/mainwindow.c
8096         * src/msgcache.c
8097         * src/mutt.c
8098         * src/pine.c
8099         * src/prefs_account.c
8100         * src/prefs_themes.c
8101         * src/stock_pixmap.c
8102         * src/summaryview.c
8103         * src/gtk/about.c
8104         * src/gtk/logwindow.c
8105             removed deprecated glib and gdk stuff
8106         * src/plugins/pgpcore/select-keys.c
8107             convert attributes from locale to utf8
8108
8109 2005-08-17 [paul]       1.9.13cvs35
8110
8111         * src/account.c
8112         * src/addressbook.c
8113                 use new GTK_STOCK_ icons if available
8114         * src/summaryview.c
8115         * src/gtk/gtksctree.c
8116         * src/gtk/gtksctree.h
8117                 faster range select. patch by Colin
8118
8119 2005-08-17 [paul]       1.9.13cvs34
8120
8121         patches by colin:
8122         * src/addressbook.c
8123         * src/addressitem.h
8124                 Add an edit button for contacts, fix selections
8125                 of gtksctree items
8126         * src/editaddress.c
8127                 Change labels, let Save be always possible in the
8128                 email and user atributes tabs
8129         * src/folderview.c
8130                 fix sort issues
8131         * src/summaryview.c
8132                 select next item instead of the displayed one
8133                 after deletion
8134
8135         * src/gtk/progressdialog.c
8136                 use prefs_common.enable_rules_hint
8137
8138 2005-08-13 [hoa]        1.9.13cvs33
8139
8140         * src/etpan/imap-thread.c
8141                 fixed build on Solaris.
8142
8143 2005-08-10 [colin]      1.9.13cvs32
8144
8145         * src/procmsg.c
8146                 Fix cvs31 (missing fclose before reading
8147                 the file)
8148
8149 2005-08-10 [colin]      1.9.13cvs31
8150
8151         * src/procmsg.c
8152                 Fix procmsg_msginfo_new_from_mimeinfo() when
8153                 the MimeInfo isn't stored in memory. This fixes
8154                 replying to an attached message.
8155
8156 2005-08-10 [colin]      1.9.13cvs30
8157
8158         * src/mainwindow.c
8159                 Fix slowness in account changing
8160
8161 2005-08-10 [colin]      1.9.13cvs29
8162
8163         * src/folder.c
8164         * src/folderutils.c
8165         * src/folderview.c
8166         * src/imap_gtk.c
8167         * src/mainwindow.c
8168         * src/mh_gtk.c
8169         * src/procmsg.c
8170         * src/summaryview.c
8171                 Optimize folder_has_parent_of_type
8172                 Prevent moving special sub-folders from contextual menus
8173                 Rework message a bit ("Empty all messages" -> "Delete all
8174                 messages")
8175                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8176                 and "Deleted Items" folders)
8177
8178 2005-08-08 [colin]      1.9.13cvs28
8179
8180         * src/summaryview.c
8181         * src/prefs_summaries.c
8182                 Make "Select first unread|new" more flexible
8183                 (just prioritize new or unread)
8184
8185 2005-08-08 [colin]      1.9.13cvs27
8186
8187         * src/summaryview.c
8188                 If "select first new" is selected and there only
8189                 are unread messages, fallback to "select first
8190                 unread".
8191
8192 2005-08-08 [colin]      1.9.13cvs26
8193
8194         * src/folder.c
8195                 Fix shameful bugs (and bug #779)
8196
8197 2005-08-08 [colin]      1.9.13cvs25
8198
8199         * src/folder.c
8200         * src/folder.h
8201                 Cache parents' type to make folder_has_parent_of_type
8202                 faster
8203         * src/folderview.c
8204                 Forbid DnD of special sub-folders
8205         * src/procmsg.c
8206         * src/procmsg.h
8207                 Add MAIL_POSTFILTERING_HOOK
8208         * src/summaryview.c
8209                 Revert over-zealous deletion of the use_addr_book 
8210                 code
8211
8212 2005-08-07 [colin]      1.9.13cvs24
8213
8214         * src/folder.c
8215                 Fix big mistake (passing MsgInfo instead 
8216                 of FolderItem)
8217
8218 2005-08-07 [colin]      1.9.13cvs23
8219
8220         * src/compose.c
8221         * src/folder.c
8222         * src/folder.h
8223         * src/foldersel.c
8224         * src/folderutils.c
8225         * src/folderview.c
8226         * src/imap.c
8227         * src/mainwindow.c
8228         * src/messageview.c
8229         * src/mh.c
8230         * src/msgcache.c
8231         * src/procmime.c
8232         * src/summaryview.c
8233                 Make subfolders of Drafts, Queue, Outbox, Trash
8234                 work like their parents. 
8235                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8236
8237 2005-08-07 [colin]      1.9.13cvs22
8238
8239         * src/addressbook.c
8240                 Fix bug #771 (Dragged contacts not saved)
8241
8242 2005-08-07 [paul]       1.9.13cvs21
8243
8244         * src/summaryview.c
8245                 fix bug 32 'Search Doesn't display results
8246                 if "Hide Read Messages" is chosen'
8247                 be more literal in interpreting 'Hide read
8248                 messages'
8249
8250 2005-08-07 [colin]      1.9.13cvs20
8251
8252         * src/folderview.c
8253                 Add debug
8254         * src/summaryview.c
8255                 Faster 'unthread_for_execution'
8256
8257 2005-08-06 [paul]       1.9.13cvs19
8258
8259         * src/mainwindow.c
8260                 add mnemonics to Set displayed columns
8261                 fix bug where msgview_visible option was
8262                 overwritten as TRUE on startup
8263
8264 2005-08-06 [paul]       1.9.13cvs18
8265
8266         * src/mainwindow.c
8267                 refer to 'displayed columns in folder/message
8268                 list' not 'displayed items in summary/message view'
8269         * src/prefs_display_header.c
8270                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8271                 be consistent with similar dialogues
8272         * src/prefs_folder_column.c
8273         * src/prefs_summary_column.c
8274                 'columns' not 'items', and folder and message lists,
8275                 instead of folder and summary views;
8276                 Use 'Hidden columns' as list heading not 'Available
8277                 items';
8278                 move the 'Remove' button to the right hand side;
8279                 top-align the buttons;
8280                 remove unneeded vbox
8281         * src/prefs_summaries.c
8282                 put the 2 column prefs buttons in a frame to reduce
8283                 overall width; refer to columns not items &c.
8284
8285 2005-08-05 [colin]      1.9.13cvs17
8286
8287         * src/prefs_common.c
8288         * src/prefs_common.h
8289         * src/mainwindow.c
8290         * src/compose.c
8291         * src/messageview.c
8292                 Add an hidden toolbar_detachable pref, so
8293                 that I can get rid of these painful handles
8294                 in the toolbars. Defaults to TRUE to avoid
8295                 changing the GUI on unsuspecting people...
8296
8297 2005-08-05 [colin]      1.9.13cvs16
8298
8299         * src/Makefile.am
8300         * src/prefs_folder_column.c
8301         * src/prefs_folder_column.h
8302                 Add prefs for folder columns
8303         * src/folderview.c
8304         * src/folderview.h
8305         * src/mainwindow.c
8306         * src/mainwindow.h
8307         * src/prefs_common.c
8308         * src/prefs_common.h
8309         * src/prefs_summaries.c
8310                 Use them
8311         * src/prefs_summary_column.c
8312         * src/summaryview.c
8313         * src/summaryview.h
8314                 Add a To column
8315         * src/textview.c
8316         * src/common/utils.c
8317         * src/common/utils.h
8318                 Move uri colourisation functions
8319                 to utils
8320         * src/compose.c
8321                 Colourise URIs
8322         * src/imap.c
8323                 Fix bug with LIST where we'd try
8324                 to get Folder//////[...]/// 
8325
8326 2005-08-05 [paul]       1.9.13cvs15
8327
8328         * src/prefs_summaries.c
8329                 improve the English usage
8330         * src/summaryview.c
8331                 set font on column change
8332                 thanks to Colin
8333
8334 2005-08-05 [paul]       1.9.13cvs14
8335
8336         * src/prefs_common.c
8337         * src/prefs_common.h
8338         * src/prefs_summaries.c
8339         * src/summaryview.c
8340                 replace 'open_unread_on_enter' option with
8341                 'select_on_entry' option. opening/not opening
8342                 is now exclusively controlled by 'always_show_msg'
8343
8344 2005-08-04 [colin]      1.9.13cvs13
8345
8346         * src/compose.c
8347                 Remove dead code
8348                 Add colourisation of quotes and signatures
8349         * src/folderview.c
8350                 Fix possible crashes
8351         * src/messageview.c
8352                 Change an assert that is no problem
8353         * src/news.c
8354         * src/news_gtk.c
8355         * src/news_gtk.h
8356                 Fix offline mode
8357         * src/gtk/quicksearch.c
8358                 Fix a possible crash
8359
8360 2005-08-03 [colin]      1.9.13cvs12
8361
8362         * src/prefs_account.c
8363                 Fix bug #777 (Sylpheed crash in account configuration)
8364
8365 2005-08-03 [colin]      1.9.13cvs11
8366
8367         * src/addressbook.c
8368         * src/editaddress.c
8369         * src/editgroup.c
8370                 Fixing addressbook, round 2
8371         * src/textview.c
8372                 Fix emphasis color on rechecking 'Colorize messages'
8373
8374 2005-08-03 [paul]       1.9.13cvs10
8375
8376         sync with main
8377
8378         * src/addr_compl.c
8379         * src/compose.c
8380         * src/main.c
8381         * src/pop.c
8382         * src/prefs_account.c
8383         * src/procmime.c
8384         * src/procmsg.c
8385         * src/quote_fmt_parse.y
8386         * src/textview.c
8387         * src/common/quoted-printable.c
8388         * src/common/utils.c
8389         * src/common/utils.h
8390         * src/common/xml.c
8391                 replaced incorrect locale-independent
8392                 ctype functions with GLib's. Corrected
8393                 signedness mismatch.
8394         * src/headerview.c
8395                 headerview_create(): added spacing for vbox.
8396         * src/gtk/about.c
8397                 set focus to the OK button.
8398
8399 2005-08-03 [colin]      1.9.13cvs9
8400
8401         * src/folderview.c
8402                 Fix possible crash
8403
8404 2005-08-02 [colin]      1.9.13cvs8
8405
8406         * src/mainwindow.c
8407                 Fix cast
8408         * src/addressbook.c
8409         * src/addressitem.h
8410                 Fix a cast and more generally, try to make the
8411                 GUI more intuitive and consistent (round 1)
8412
8413 2005-08-02 [paul]       1.9.13cvs7
8414
8415         * src/folder.h
8416                 missing in 1.9.13cvs6
8417
8418 2005-08-02 [colin]      1.9.13cvs6
8419
8420         * src/folder.c
8421                 Fix one more leak
8422
8423 2005-08-02 [colin]      1.9.13cvs5
8424
8425         * src/folder.c
8426         * src/folderview.c
8427         * src/imap.c
8428         * src/main.c
8429         * src/mbox.c
8430         * src/procmsg.c
8431         * src/summaryview.c
8432                 Fix a number of folder_item_get_msg_list()-related
8433                 leaks (missing procmsg_msginfo_free()s)
8434
8435 2005-08-01 [colin]      1.9.13cvs4
8436
8437         * src/folderview.c
8438         * src/folderview.h
8439         * src/mainwindow.c
8440         * src/prefs_fonts.c
8441         * src/prefs_summaries.c
8442         * src/prefs_themes.c
8443         * src/summaryview.c
8444         * src/summaryview.h
8445         * src/textview.c
8446         * src/textview.h
8447                 Fix instant-apply of summary and folderview-related prefs
8448                 Fix erroneous g_free and alertpanels in prefs_theme
8449                 Add instant-apply for fonts
8450                 Defer applying of prefs a little bit so it's done only
8451                 once even if requested by multiples prefs pages
8452
8453 2005-08-01 [paul]       1.9.13cvs3
8454
8455         * src/main.c
8456                 fix bug 776 'S.C. crashes on close'
8457                 thanks to Colin
8458         * src/etpan/etpan-thread-manager-types.h
8459                 add missing include
8460                 thanks to Hoa
8461
8462 2005-07-25 [paul]       1.9.13cvs2
8463
8464         * src/summaryview.c
8465                 fix typos. spotted by Fabien Vantard
8466
8467 2005-07-24 [paul]       1.9.13cvs1
8468
8469         * doc/man/sylpheed.1
8470                 update man page, incorporating fix of
8471                 bug 769 'Typo in manpage'
8472         * src/etpan/imap-thread.c
8473                 fix NetBSD openssl dependencies. patch by
8474                 George Michaelson <ggm@apnic.net>
8475         * po/pt_BR.po
8476                 updated by Frederico Goncalves Guimaraes
8477
8478 2005-07-22 [paul]       1.9.13
8479
8480         1.9.13 release
8481
8482 2005-07-22 [paul]       1.9.12cvs91
8483
8484         * AUTHORS
8485         * INSTALL
8486         * README.claws
8487         * RELEASE_NOTES.claws
8488                 updated for release
8489         * configure.ac
8490         * po/nb.po
8491         * tools/claws.i18n.status.pl
8492                 add Norwegian translation. submiited by
8493                 Geir Helland <pjallabais@users.sourceforge.net>
8494         * po/ca.po
8495         * po/de.po
8496         * po/es.po
8497         * po/fi.po
8498         * po/fr.po
8499         * po/it.po
8500         * po/sk.po
8501         * po/sr.po
8502         * po/zh_CN.po
8503                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8504                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8505                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8506                 Yang Guilong
8507         * src/plugins/clamav/clamav_plugin_gtk.c
8508         * src/plugins/spamassassin/spamassassin_gtk.c
8509                 replace outdated description strings
8510
8511 2005-07-21 [colin]      1.9.12cvs90
8512
8513         * src/folder.c
8514                 Set folder to batch mode when scanning it. Makes deletion
8515                 of unread mails on IMAP much faster (due to the UNREAD 
8516                 flag unsetting)
8517
8518 2005-07-21 [darko]      1.9.12cvs89
8519
8520         * configure.ac
8521                 link against libresolv if necessary (patch by Paul)
8522         * src/msgcache.c
8523                 use glib's portable macros to determine endianness
8524
8525 2005-07-21 [paul]       1.9.12cvs88
8526
8527         * src/crash.c
8528         * src/gtk/about.c
8529                 update compiled-in features list
8530
8531 2005-07-20 [colin]      1.9.12cvs87
8532
8533         * src/folder.c
8534         * src/textview.c
8535                 Gcc 2.9x compilation fixes, thanks to Darko
8536         * src/plugins/clamav/clamav_plugin.c
8537                 Little optimisation: load virus database only once
8538         * src/plugins/spamassassin/spamassassin.c
8539                 Big optimisation: filtering one mail took at least 1 second,
8540                 now it takes at least 50ms. Doesn't speed up spamassassin 
8541                 itself, but should already be much more tolerable.
8542
8543 2005-07-20 [colin]      1.9.12cvs86
8544
8545         * src/summaryview.c
8546                 Fix performance issue
8547
8548 2005-07-19 [colin]      1.9.12cvs85
8549
8550         * src/plugins/pgpinline/plugin.c
8551                 Fix warning
8552
8553 2005-07-19 [colin]      1.9.12cvs84
8554
8555         * configure.ac
8556         * src/plugins/Makefile.am
8557         * src/plugins/pgpinline/.cvsignore
8558         * src/plugins/pgpinline/Makefile.am
8559         * src/plugins/pgpinline/pgpinline.c
8560         * src/plugins/pgpinline/pgpinline.deps
8561         * src/plugins/pgpinline/pgpinline.h
8562         * src/plugins/pgpinline/plugin.c
8563                 Put pgpinline in the main tree
8564
8565 2005-07-19 [paul]       1.9.12cvs83
8566
8567         * src/prefs_actions.c
8568                 prevent '//' in menu names, which cause a crash
8569                 thanks to Colin
8570
8571 2005-07-19 [paul]       1.9.12cvs82
8572
8573         * configure.ac
8574                 be generally more informative in configure output.
8575                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8576                 '[ --disable-openssl ...', as --enable-openssl is default
8577                 PGP/MIME: don't check for GPGME again, check for
8578                 pgpcore instead. Therefore prevent the possibility of
8579                 attempting to build pgpmime if pgpcore dependencies are
8580                 not met
8581                 ClamAV: use pkgconfig to check for lib
8582                 libgnomeprint: revert logic on inner test to match
8583                 everything else
8584         * src/plugins/pgpcore/sgpgme.c
8585                 add missing include
8586
8587 2005-07-19 [colin]      1.9.12cvs81
8588
8589         * src/summaryview.c
8590                 Fix slow thread rebuilding in particular
8591                 cases
8592
8593 2005-07-19 [paul]       1.9.12cvs80
8594
8595         * sylpheed-claws.desktop
8596                 fix typo, spotted by Stephan Sachse
8597         * src/account.c
8598                 replace GTK_STOCK_ADD with
8599                 GTK_STOCK_NEW button
8600
8601 2005-07-18 [colin]      1.9.12cvs79
8602
8603         * src/etpan/imap-thread.c
8604                 Fix return value (Thanks Hoa)
8605
8606 2005-07-18 [colin]      1.9.12cvs78
8607
8608         * src/imap.c
8609                 Allow empty passwords
8610                 Create drafts/queue/outbox if necessary
8611         * src/summaryview.c
8612                 Remove old code
8613         * src/etpan/imap-thread.c
8614                 Fix STARTTLS (Thanks to Hoa)
8615
8616 2005-07-18 [paul]       1.9.12cvs77
8617
8618         * ChangeLog-gtk2.jp
8619         * ChangeLog.jp
8620                 removed
8621         * Makefile.am
8622                 updated to reflect additions and removals
8623         * TODO
8624                 updated to be claws-specific
8625         * TODO-gtk2
8626         * TODO-gtk2.jp
8627         * TODO.jp
8628         * sylpheed-128x128.png
8629         * sylpheed-64x64.png
8630                 removed
8631         * sylpheed-claws-128x128.png
8632         * sylpheed-claws-64x64.png
8633         * sylpheed-claws.desktop
8634         * sylpheed-claws.png
8635                 added
8636         * sylpheed.desktop
8637         * sylpheed.png
8638                 removed
8639
8640 2005-07-17 [paul]       1.9.12cvs76
8641
8642         * src/account.c
8643         * src/addressbook.c
8644         * src/alertpanel.c
8645         * src/alertpanel.h
8646         * src/compose.c
8647         * src/exphtmldlg.c
8648         * src/expldifdlg.c
8649         * src/folderview.c
8650         * src/imap_gtk.c
8651         * src/inc.c
8652         * src/message_search.c
8653         * src/messageview.c
8654         * src/mh_gtk.c
8655         * src/news_gtk.c
8656         * src/prefs_actions.c
8657         * src/prefs_filtering.c
8658         * src/prefs_matcher.c
8659         * src/prefs_template.c
8660         * src/prefs_themes.c
8661         * src/ssl_manager.c
8662         * src/summary_search.c
8663         * src/textview.c
8664         * src/toolbar.c
8665         * src/gtk/sslcertwindow.c
8666         * src/plugins/pgpcore/sgpgme.c
8667                 rework alertpanels
8668
8669 2005-07-17 [colin]      1.9.12cvs75
8670
8671         * src/privacy.c
8672                 add a PrivacySystem accessor that checks that
8673                 the system cached in a MimeInfo's privacydata
8674                 is still registered. Use this accessor instead
8675                 of directly using data->system. Fixes crashes
8676                 after unloading pgp plugins.
8677
8678 2005-07-17 [colin]      1.9.12cvs74
8679
8680         * src/alertpanel.c
8681                 Change geometry hints to a simple default size.
8682                 Fixes the certs dialogs.
8683
8684 2005-07-17 [colin]      1.9.12cvs73
8685
8686         * src/gtk/sslcertwindow.c
8687                 Use a gtkExpander
8688
8689 2005-07-17 [colin]      1.9.12cvs72
8690
8691         * src/plugins/pgpcore/Makefile.am
8692         * src/plugins/pgpmime/Makefile.am
8693                 Add gpgme libs
8694
8695 2005-07-17 [paul]       1.9.12cvs71
8696
8697         * configure.ac
8698                 add --disable-gnomeprint option
8699                 modified version of patch by Marius Mauch
8700
8701 2005-07-17 [paul]       1.9.12cvs70
8702
8703         * src/common/defs.h
8704                 update urls
8705         * src/account.c
8706         * src/action.c
8707         * src/addressbook.c
8708         * src/compose.c
8709         * src/foldersel.c
8710         * src/folderview.c
8711         * src/html.c
8712         * src/imap_gtk.c
8713         * src/main.c
8714         * src/mainwindow.c
8715         * src/messageview.c
8716         * src/mh_gtk.c
8717         * src/mimeview.c
8718         * src/news_gtk.c
8719         * src/prefs_account.c
8720         * src/prefs_send.c
8721         * src/prefs_summaries.c
8722         * src/procmsg.c
8723         * src/summaryview.c
8724         * src/common/utils.c
8725         * src/common/xml.c
8726         * src/plugins/pgpcore/passphrase.c
8727         * src/plugins/pgpcore/select-keys.c
8728                 replace inappropriately used backticks
8729                 with single quotes
8730
8731 2005-07-16 [colin]      1.9.12cvs69
8732
8733         * src/image_viewer.c
8734                 Add extra paranoid checks
8735
8736 2005-07-16 [colin]      1.9.12cvs68
8737
8738         * src/plugins/pgpcore/prefs_gpg.c
8739                 Don't auto-check sigs by default, as it
8740                 can be really slow.
8741
8742 2005-07-16 [colin]      1.9.12cvs67
8743
8744         * src/plugins/pgpcore/sgpgme.c
8745                 Make messages a bit better.
8746
8747 2005-07-16 [colin]      1.9.12cvs66
8748
8749         * src/imap.c
8750                 Remove pseudo-log
8751         * src/etpan/imap-thread.c
8752                 Add real log
8753
8754 2005-07-16 [colin]      1.9.12cvs65
8755
8756         * src/main.c
8757         * src/prefs_other.c
8758                 And now, fix build with libetpan :-/
8759
8760 2005-07-15 [colin]      1.9.12cvs64
8761
8762         * src/prefs_other.c
8763                 Continue fixing build without libetpan.
8764
8765 2005-07-15 [colin]      1.9.12cvs63
8766
8767         * src/main.c
8768                 Fix build with --disable-libetpan
8769
8770 2005-07-15 [colin]      1.9.12cvs62
8771
8772         * configure.ac
8773                 Bump libetpan's version
8774
8775 2005-07-15 [colin]      1.9.12cvs61
8776
8777         * src/etpan/imap-thread.c
8778                 Actually stop logging :)
8779
8780 2005-07-15 [colin]      1.9.12cvs60
8781
8782         * src/addressbook.c
8783                 Fix dnd of multiple addresses.
8784
8785 2005-07-15 [hoa]        1.9.12cvs59
8786
8787         * src/etpan/imap-thread.c
8788             disable login of IMAP password in libetpan log file.
8789
8790 2005-07-15 [paul]       1.9.12cvs58
8791
8792         * src/account.c
8793                 don't automatically sort
8794                 do allow drag n drop
8795
8796 2005-07-15 [paul]       1.9.12cvs57
8797
8798         * src/account.c
8799         * src/ssl_manager.c
8800                 alphabetical listing
8801
8802 2005-07-15 [paul]       1.9.12cvs56
8803
8804         * src/gtk/pluginwindow.c
8805                 sort plugin list alphabetically
8806
8807 2005-07-15 [paul]       1.9.12cvs55
8808
8809         * src/prefs_spelling.c
8810         * src/prefs_wrapping.c
8811                 unify English usage
8812
8813 2005-07-15 [colin]      1.9.12cvs54
8814
8815         * src/wizard.c
8816                 Typo fix
8817
8818 2005-07-15 [paul]       1.9.12cvs53
8819
8820         * src/prefs_message.c
8821                 make 'show cursor' a hidden option
8822
8823 2005-07-14 [colin]      1.9.12cvs52
8824
8825         * src/plugins/spamassassin/Makefile.am
8826         * src/plugins/clamav/Makefile.am
8827                 Fix double EXTRA_DISTs
8828
8829 2005-07-14 [colin]      1.9.12cvs51
8830
8831         * src/plugins/clamav/Makefile.am
8832         * src/plugins/clamav/clamav_plugin_gtk.deps
8833         * src/plugins/spamassassin/Makefile.am
8834         * src/plugins/spamassassin/spamassassin_gtk.deps
8835                 Make $plugin_gtk depend on $plugin
8836
8837 2005-07-14 [hoa]        1.9.12cvs50
8838
8839         * src/etpan/imap-thread.c
8840                 enable debug log of libetpan when running with --debug
8841
8842 2005-07-14 [colin]      1.9.12cvs49
8843
8844         * configure.ac
8845         * src/common/Makefile.am
8846         * src/common/plugin.c
8847         * src/common/plugin.h
8848                 Add a little plugin dependancy system.
8849                 Plugins can ship a $plugin_name.deps file
8850                 (near them in PLUGINDIR) so that their
8851                 dependancies are loaded if possible.
8852         * src/plugins/Makefile.am
8853         * src/plugins/pgpcore/Makefile.am
8854         * src/plugins/pgpcore/passphrase.c
8855         * src/plugins/pgpcore/passphrase.h
8856         * src/plugins/pgpcore/plugin.c
8857         * src/plugins/pgpcore/prefs_gpg.c
8858         * src/plugins/pgpcore/prefs_gpg.h
8859         * src/plugins/pgpcore/select-keys.c
8860         * src/plugins/pgpcore/select-keys.h
8861         * src/plugins/pgpcore/sgpgme.c
8862         * src/plugins/pgpcore/sgpgme.h
8863                 Introduce pgpcore, used by pgpmime and
8864                 pgpinline
8865         * src/plugins/pgpmime/Makefile.am
8866         * src/plugins/pgpmime/passphrase.c
8867         * src/plugins/pgpmime/passphrase.h
8868         * src/plugins/pgpmime/pgpmime.c
8869         * src/plugins/pgpmime/pgpmime.deps
8870         * src/plugins/pgpmime/plugin.c
8871         * src/plugins/pgpmime/prefs_gpg.c
8872         * src/plugins/pgpmime/prefs_gpg.h
8873         * src/plugins/pgpmime/select-keys.c
8874         * src/plugins/pgpmime/select-keys.h
8875         * src/plugins/pgpmime/sgpgme.c
8876         * src/plugins/pgpmime/sgpgme.h
8877                 Remove the core from pgpmime and add the
8878                 dependancy to pgpcore.
8879
8880 2005-07-14 [paul]       1.9.12cvs48
8881
8882         * src/stock_pixmap.c
8883                 forgot this in last commit
8884
8885 2005-07-14 [paul]       1.9.12cvs47
8886
8887         * src/account.c
8888         * src/addressbook.c
8889                 add accelerators for the buttons (sync with main)
8890         * src/compose.c
8891         * src/compose.h
8892                 add accelerators for the buttons.
8893                 fix editing with external editor.
8894                 replace gdk_input_*() with GIOChannel;
8895                 (sync with main)
8896         * src/foldersel.c
8897                 display folder names with new/unread
8898                 representation (sync with main)
8899         * src/main.c
8900                 specify default window icon (sync with main)
8901         * src/prefs_common.c
8902                 use_addr_book default to FALSE
8903         * src/summaryview.c
8904         * src/textview.c
8905                 add accelerators for the buttons (sync with main)
8906         * src/gtk/menu.c
8907                 fix typos
8908         * src/pixmaps/sylpheed_icon.xpm
8909                 updated
8910
8911 2005-07-13 [paul]       1.9.12cvs46
8912
8913         * src/plugins/pgpmime/pgpmime.c
8914         * src/plugins/pgpmime/sgpgme.c
8915                 (temporarily) use deprecated gpgme_data_rewind()
8916                 while largefile support is not present
8917                 (as suggested by Colin)
8918
8919 2005-07-13 [paul]       1.9.12cvs45
8920
8921         * configure.ac
8922                 remove large file support (for now):
8923                 it breaks too many things
8924
8925 2005-07-13 [paul]       1.9.12cvs44
8926
8927         * configure.ac
8928                 add large file support
8929         * src/html.c
8930                 fix bug #763 where href attribute was not
8931                 the very first attribute of a link
8932                 patch by Thomas Gilgin
8933
8934 2005-07-13 [colin]      1.9.12cvs43
8935
8936         * src/gtk/pluginwindow.c
8937                 Little portability fix
8938
8939 2005-07-13 [colin]      1.9.12cvs42
8940
8941         * src/plugins/pgpmime/sgpgme.c
8942                 Fix crasher.
8943
8944 2005-07-13 [colin]      1.9.12cvs41
8945
8946         * src/plugins/pgpmime/pgpmime.c
8947         * src/plugins/pgpmime/sgpgme.c
8948                 Use gpgme_data_release_and_get_mem instead
8949                 of gpgme_data_read.
8950
8951 2005-07-13 [colin]      1.9.12cvs40
8952
8953         * configure.ac
8954         * src/plugins/pgpmime/passphrase.c
8955         * src/plugins/pgpmime/passphrase.h
8956         * src/plugins/pgpmime/pgpmime.c
8957         * src/plugins/pgpmime/plugin.c
8958         * src/plugins/pgpmime/select-keys.c
8959         * src/plugins/pgpmime/select-keys.h
8960         * src/plugins/pgpmime/sgpgme.c
8961         * src/plugins/pgpmime/sgpgme.h
8962                 Port pgpmime to gpgme-1.0.
8963
8964 2005-07-12 [paul]       1.9.12cvs39
8965
8966         * AUTHORS
8967         * src/toolbar.c
8968         * src/toolbar.h
8969                 add a 'Go to Prev' button to the toolbar.
8970                 correct tooltip text of go to buttons.
8971                 based on patch by Yang Guilong <bamanzi@gmail.com>
8972
8973 2005-07-12 [colin]      1.9.12cvs38
8974
8975         * src/statusbar.c
8976                 Fix progress bar showing stuff at startup.
8977
8978 2005-07-12 [paul]       1.9.12cvs37
8979
8980         * src/editjpilot.c
8981                 fix building with jpilot support
8982
8983 2005-07-11 [colin]      1.9.12cvs36
8984
8985         * src/inc.c
8986                 Add visual indication that filtering is running
8987         * src/textview.c
8988                 Make {}[] uri delimiters
8989         * src/summaryview.c
8990                 Remove useless (and slow) calls
8991
8992 2005-07-11 [paul]       1.9.12cvs35
8993
8994         * src/plugins/clamav/clamav_plugin_gtk.c
8995         * src/plugins/dillo_viewer/dillo_prefs.c
8996         * src/plugins/pgpmime/prefs_gpg.c
8997         * src/plugins/spamassassin/spamassassin_gtk.c
8998                 gather plugins prefs together under their
8999                 own 'Plugins' heading
9000
9001 2005-07-11 [paul]       1.9.12cvs34
9002
9003         sync with main
9004
9005         * src/account.c
9006                 account_delete(): modified alert dialog
9007         * src/editjpilot.c
9008         * src/editvcard.c
9009                 fixed a crash when cancelling file selection
9010                 dialog by Escape key. Made non-ascii filename
9011                 selectable.
9012         * src/prefs_template.c
9013                 prefs_template_window_create(): make scrolled
9014                 window policy AUTOMATIC
9015
9016 2005-07-10 [hoa]        1.9.12cvs33
9017
9018         * src/etpan/imap-thread.c
9019                 workaround for old Courier IMAP servers.
9020
9021 2005-07-10 [colin]      1.9.12cvs32
9022
9023         * src/folder.c
9024         * src/statusbar.c
9025         * src/statusbar.h
9026                 Add visual progress indicator on filtering/processing
9027                 Factorize the progress bar code
9028         * src/imap.c
9029         * src/imap.h
9030         * src/etpan/imap-thread.c
9031                 Add a reference counter to avoid destroying the Folder
9032                 while it's in use by another callback.
9033
9034 2005-07-09 [hoa]        1.9.12cvs31
9035
9036         * src/imap.c
9037         * src/etpan/imap-thread.c
9038                 fixed deadlock when removing IMAP account.
9039
9040 2005-07-08 [colin]      1.9.12cvs30
9041
9042         * src/textview.c
9043         * src/unmime.c
9044                 Fix again problems decoding broken headers
9045         * src/gtk/inputdialog.c
9046                 Fix local variable shadowing a global one
9047
9048 2005-07-08 [colin]      1.9.12cvs29
9049
9050         * src/msgcache.c
9051                 Make the cache/mark files platform-agnostic by writing
9052                 them in little-endian format. Reading them is also done
9053                 in little-endian format, of course; however, in order
9054                 to avoid trashing mark data on big-endian machines, the
9055                 files are, at first, read from the native format if the
9056                 little-endian one doesn't exist. This is easy to deter-
9057                 mine by trying to open a file with a swapped data_ver
9058                 and seeing if it's the wanted version.
9059                 Little-endian using users should see absolutely no
9060                 difference, Big-endian users may get a very little
9061                 performance drop due to byte-swapping.
9062                 Tested on i386 and ppc32. 
9063                 Fixes bug #159 (The index file, in the mailboxes, is 
9064                 hardware depending).
9065
9066                 To have the cache/mark files updated to the new little-
9067                 endian format, "Check for new messages" or even
9068                 "Rebuild folder tree" aren't enough. Files will be
9069                 updated as soon as a folder has been opened/closed.
9070                 To update everything, just select all folders by
9071                 selecting them one by one.
9072
9073 2005-07-07 [colin]      1.9.12cvs28
9074
9075         * src/imap.c
9076                 Remember the folder separator per IMAPFolder
9077                 instead of globally.
9078                 Revive the Session on noop; fixes bug #761
9079                 (mark a bunch of unread messages as read takes 
9080                 forever)
9081
9082 2005-07-07 [darko]      1.9.12cvs27
9083
9084         * src/common/template.c
9085                 Sort templates alphabetically
9086
9087 2005-07-06 [colin]      1.9.12cvs26
9088
9089         * src/imap.c
9090                 Try to use the correct separator in
9091                 most cases. Possibly fixes bug #759
9092                 (only creates the INBOX folder when 
9093                 setting up new IMAP account) and 
9094                 bug #760 (Can't retrieve messages)
9095
9096 2005-07-06 [colin]      1.9.12cvs25
9097
9098         * src/imap.c
9099                 Use real_path in status command. This will
9100                 help later, when namespaces will be used.
9101
9102 2005-07-06 [colin]      1.9.12cvs24
9103
9104         * configure.ac
9105         * src/account.c
9106         * src/folder.c
9107         * src/imap.c
9108         * src/etpan/etpan-log.c
9109         * src/etpan/etpan-thread-manager.c
9110         * src/etpan/imap-thread.c
9111                 Add a --disable-libetpan parameter. With this,
9112                 users that don't want IMAP4 support can avoid
9113                 the new dependancy (and have no IMAP support).
9114                 Users that have IMAP4 accounts and use this
9115                 parameter won't lose their configuration, their
9116                 IMAP accounts will just be invisible and not
9117                 used.
9118         * src/textview.c
9119                 Make the "Copy ..." contextual menu items 
9120                 copy to both the X clipboard and the gtk 
9121                 clipboard - as most other apps do.
9122         * src/gtk/about.c
9123                 Add a notice about OpenSSL usage, in order to
9124                 comply with OpenSSL's license (point 6):
9125                 http://www.openssl.org/source/license.html
9126
9127 2005-07-06 [colin]      1.9.12cvs23
9128
9129         * src/alertpanel.c
9130                 Fix a minimum size for alertpanels
9131         * src/compose.c
9132                 Show 'No space left on device' type errors
9133                 when queuing/sending
9134         * src/imap_gtk.c
9135         * src/mh_gtk.c
9136                 Rework folder's deletion message (remove 
9137                 extra \n)
9138
9139 2005-07-05 [colin]      1.9.12cvs22
9140
9141         * src/imap.c
9142                 Add an alertpanel on auth error
9143                 Add pseudo-log
9144                 Remove pthread-related stuff
9145
9146 2005-07-05 [colin]      1.9.12cvs21
9147
9148         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9149                 Fix crash on plugin reloading (with a hack)
9150
9151 2005-07-05 [colin]      1.9.12cvs20
9152
9153         * src/prefs_account.c
9154         * src/prefs_account.h
9155                 Fix typo
9156         * src/gtk/filesel.c
9157         * src/gtk/filesel.h
9158                 Add a way to filter the view
9159         * src/gtk/pluginwindow.c
9160                 Filter loadable stuff
9161         * src/plugins/pgpmime/prefs_gpg.c
9162                 Fix missing unregistration
9163         * .cvsignore
9164         * src/etpan/.cvsignore
9165         * src/plugins/spamassassin/.cvsignore
9166                 Add more stuff to cvs ignored files
9167
9168 2005-07-04 [colin]      1.9.12cvs19
9169
9170         * src/imap.c
9171                 Fix scan_required returning FALSE when it
9172                 shouldn't. Maybe fix #760 (Can't retrieve
9173                 messages)
9174
9175 2005-07-04 [colin]      1.9.12cvs18
9176
9177         * src/summaryview.c
9178                 Fix always_show_msg pref
9179
9180 2005-07-04 [paul]       1.9.12cvs17
9181
9182         sync with main (forgotten in last commit)
9183         
9184         * src/common/utils.c
9185         * src/common/utils.h
9186                 check_line_length(): new.
9187                 is_dir_exist()
9188                 is_file_entry_exist()
9189                 dirent_is_regular_file()
9190                 dirent_is_directory(): use g_file_test() instead of stat().
9191
9192 2005-07-04 [paul]       1.9.12cvs16
9193
9194         sync with main:
9195
9196         * src/compose.c
9197                 compose_write_to_file(): check for line
9198                 length limit and display warning if exceeds
9199         * src/jpilot.c
9200                 use get_home_dir() instead of g_get_home_dir()
9201         * src/procheader.c
9202                 removed warning about invalid date
9203         * src/vcard.c
9204                 use get_home_dir() instead of g_get_home_dir()
9205
9206 2005-07-04 [paul]       1.9.12cvs15
9207
9208         * src/stock_pixmap.c
9209                 fix new pixmap naming errors
9210                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9211
9212 2005-07-04 [colin]      1.9.12cvs14
9213
9214         * src/imap.c
9215                 Fix debugging string with a warning
9216
9217 2005-07-04 [colin]      1.9.12cvs13
9218
9219         * configure.ac
9220                 Add a check for libetpan's version (>= 0.37)
9221
9222 2005-07-04 [hoa]        1.9.12cvs12
9223
9224         * commitHelper
9225         * src/imap.c
9226         * src/etpan/imap-thread.c
9227         * src/etpan/imap-thread.h
9228                 fixed IMAP implementation of check of mails.
9229
9230 2005-07-03 [hoa]        1.9.12cvs11
9231
9232         * src/etpan/Makefile.am
9233         * src/etpan/etpan-errors.h
9234         * src/etpan/etpan-log.[ch]
9235         * src/etpan/etpan-thread-manager-types.h
9236         * src/etpan/etpan-thread-manager.[ch]
9237         * src/etpan/imap-thread.[ch]
9238         * src/Makefile.am
9239         * src/imap.c
9240         * src/main.c
9241         * src/prefs_other.c
9242         * configure.ac
9243             merged imap branch.
9244             dependency on libetpan 0.37 is now added.
9245
9246 2005-07-01 [colin]      1.9.12cvs10
9247
9248         * src/Makefile.am
9249         * src/folder.c
9250         * src/folder.h
9251         * src/folderview.c
9252         * src/stock_pixmap.c
9253         * src/stock_pixmap.h
9254         * src/plugins/trayicon/trayicon.c
9255                 Add marked symbol on folders containing
9256                 marked messages
9257         * src/procmsg.c
9258         * src/procmsg.h
9259         * src/toolbar.c
9260         * src/prefs_common.c
9261         * src/prefs_common.h
9262         * src/prefs_send.c
9263                 Add an optional confirmation dialog on queue
9264                 sending. Patch by wwp.
9265         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9266         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9267         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9268         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9269         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9270         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9271         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9272         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9273         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9274         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9275         * src/pixmaps/trash_mark.xpm            ** ADDED **
9276                 New pixmaps
9277
9278 2005-07-01 [colin]      1.9.12cvs9
9279
9280         * src/summaryview.c
9281                 Fix a little threading bug
9282         * src/addrgather.c
9283         * src/mainwindow.c
9284                 A little bit of HIG normality never hurts
9285
9286 2005-07-01 [colin]      1.9.12cvs8
9287
9288         * src/compose.c
9289         * src/msgcache.c
9290         * src/pop.c
9291         * src/procmime.c
9292         * src/recv.c
9293         * src/common/log.c
9294         * src/common/template.c
9295         * src/common/utils.c
9296         * src/common/utils.h
9297                 Reverted the fwrite_atomic stuff. In fact
9298                 it is already atomic.
9299
9300 2005-06-30 [colin]      1.9.12cvs7
9301
9302         * src/common/utils.c
9303         * src/common/utils.h
9304                 Add an fwrite_atomic() function to make
9305                 sure we write everything: fwrite can make
9306                 short writes.
9307         * src/compose.c
9308         * src/msgcache.c
9309         * src/pop.c
9310         * src/procmime.c
9311         * src/recv.c
9312         * src/common/log.c
9313         * src/common/template.c
9314                 Use that (and fix swapping of size and nmemb).
9315                 Thanks to Rich Coe for the heads up.
9316
9317 2005-06-30 [colin]      1.9.12cvs6
9318
9319         * src/addressbook.c
9320                 Optimize addressbook opening 
9321
9322 2005-06-30 [colin]      1.9.12cvs5
9323
9324         * src/summaryview.c
9325                 Remove calls to summary_step after move/copy
9326
9327 2005-06-28 [paul]       1.9.12cvs4
9328
9329         * src/alertpanel.c
9330                 wrap and make the error msg selectable
9331
9332 2005-06-28 [paul]       1.9.12cvs3
9333
9334         * src/ssl_manager.c
9335                 replace the OK button with a Close button
9336         * src/gtk/foldersort.c
9337                 use GTK_STOCK_ icons/buttons
9338
9339 2005-06-28 [colin]      1.9.12cvs2
9340
9341         * src/gedit-print.c             ** ADDED **
9342         * src/gedit-print.h             ** ADDED **
9343         * src/gtk/gtksourceprintjob.c   ** ADDED **
9344         * src/gtk/gtksourceprintjob.h   ** ADDED **
9345                 I can't believe no one had enough time to tell
9346                 me I forgot the `cvs add`
9347
9348 2005-06-27 [colin]      1.9.12cvs1
9349
9350         * src/Makefile.am
9351         * src/gtk/Makefile.am
9352         * src/messageview.c
9353         * src/procmsg.c
9354         * src/summaryview.c
9355         * configure.ac
9356                 Add optional libgnomeprint-based printing
9357         * src/mainwindow.c
9358         * src/gtk/quicksearch.c
9359                 Add an Edit/Quick search menu item to show
9360                 and focus the quicksearch
9361
9362 2005-06-27 [paul]       1.9.12
9363
9364         1.9.12 release
9365
9366         * po/ca.po
9367         * po/de.po
9368         * po/es.po
9369         * po/fr.po
9370         * po/it.po
9371         * po/ko.po
9372         * po/pt_BR.po
9373         * po/sk.po
9374         * po/zh_CN.po
9375                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9376                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9377                 SungHyun Nam, Frederico Goncalves Guimaraes,
9378                 Andrej Kacian, and Yang Guilong
9379 2005-06-26 [colin]      1.9.11cvs106
9380
9381         * src/imap_gtk.c
9382                 Forgot one file for previous fix
9383
9384 2005-06-26 [colin]      1.9.11cvs105
9385
9386         * src/folder.c
9387         * src/imap.c
9388                 Fix problems with folder operations in no_select
9389                 imap folders. it applies only to mails, and 
9390                 creation/deletion/move/renaming of folders 
9391                 should be possible
9392
9393 2005-06-26 [paul]       1.9.11cvs104
9394
9395         * src/prefs_filtering.c
9396                 replace one more GTK_STOCK_REMOVE
9397                 with GTK_STOCK_DELETE
9398
9399 2005-06-25 [colin]      1.9.11cvs103
9400
9401         * src/imap.c
9402                 Optimize get_seq_set_from_seq_list
9403                 (Patch by Ricardo) 
9404
9405 2005-06-25 [colin]      1.9.11cvs102
9406
9407         * src/mh.c
9408                 If the directory exists, but not in the
9409                 correct encoding, rename it. This should
9410                 handle old-versions-induced bugs.
9411
9412 2005-06-25 [colin]      1.9.11cvs101
9413
9414         * src/mh.c
9415                 Fix path access with extended dir names
9416                 Fixes bug #589 (SC segfaults with wrong locale
9417                 settings)
9418
9419 2005-06-25 [colin]      1.9.11cvs100
9420
9421         * src/prefs_account.c
9422         * src/prefs_account.h
9423         * src/compose.c
9424                 Add an option to encrypt replies to
9425                 encrypted messages
9426
9427 2005-06-25 [colin]      1.9.11cvs99
9428
9429         * src/compose.c
9430         * src/quote_fmt_parse.y
9431                 ... And make it work with pgpinline.
9432
9433 2005-06-25 [colin]      1.9.11cvs98
9434
9435         * src/compose.c
9436         * src/procmime.c
9437         * src/procmime.h
9438         * src/quote_fmt_parse.y
9439                 o Make reedition of encrypted messages possible
9440                   (as long as it is encrypted to self too, no
9441                    magic there)
9442                 o Make replying with quote (and without selecting
9443                   text) possible for encrypted messages.
9444                 Closes bug #550 (Not possible to "reply with quote"
9445                 to gnupg encrypted messages)
9446
9447 2005-06-24 [paul]       1.9.11cvs97
9448
9449         * src/imap.c
9450                 add missing include
9451
9452 2005-06-24 [paul]       1.9.11cvs96
9453
9454         * src/editldap.c
9455                 made bind password entry invisible
9456                 (sync with main)
9457         * src/send_message.c
9458                 send_message_local(): check exit status
9459                 to detect errors (sync with main)
9460         * src/textview.c
9461                 use main's less ambiguous popup menu
9462                 wording
9463
9464 2005-06-24 [paul]       1.9.11cvs95
9465
9466         * src/prefs_actions.c
9467         * src/prefs_customheader.c
9468         * src/prefs_display_header.c
9469         * src/prefs_filtering_action.c
9470         * src/prefs_matcher.c
9471         * src/prefs_template.c
9472         * src/prefs_toolbar.c
9473                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9474         * src/gtk/description_window.c
9475                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9476
9477 2005-06-23 [colin]      1.9.11cvs94
9478
9479         * src/summaryview.c
9480                 Fix rough edges (be sure to call status_show whenever
9481                 necessary).
9482
9483 2005-06-23 [colin]      1.9.11cvs93
9484
9485         * src/summaryview.c
9486                 Optimize Select All
9487                 Before, in a 5K mails folder: 11s
9488                 After, in the same folder: 58000µs
9489                 The joys of locking... gtk_clist_select_all() fires a 
9490                 tree-select-row event for each selected row, which in 
9491                 summaryview, callbacks summary_selected which in turn,
9492                 calls summary_status_show, which walks the selected
9493                 rows. Hence, calling gtk_clist_select_all was 
9494                 exponential. Locking the summaryview makes 
9495                 summary_selected return early.
9496
9497 2005-06-23 [colin]      1.9.11cvs92
9498
9499         * src/imap.c
9500                 Move mutex at the important place to avoid
9501                 deadlocks
9502         * src/summaryview.c
9503                 Fix Del key deleting directly instead of
9504                 moving to trash
9505
9506 2005-06-22 [colin]      1.9.11cvs91
9507
9508         * src/plugins/spamassassin/libspamc.c
9509                 As we do spagetti code with assignations in multiple
9510                 places (see _message_read_raw where out = msg = raw),
9511                 let's be sure we don't free the same pointer twice.
9512                 Should fix bug #683 (Crash in libpam at 
9513                 message_cleanup).
9514
9515 2005-06-22 [colin]      1.9.11cvs90
9516
9517         * src/compose.c
9518         * src/messageview.c
9519         * src/toolbar.c
9520                 Make toolbar's delete use the move to trash stuff;
9521                 Add gtk_widget_realize to be sure pixmaps can get
9522                 created (that may fix an old worksforme bug which
9523                 I can't find back...)
9524
9525 2005-06-22 [colin]      1.9.11cvs89
9526
9527         * src/summaryview.c
9528         * src/summaryview.h
9529         * src/mainwindow.c
9530                 Rename "Message/Delete" to "Message/Move to trash"
9531                 Add "Message/Delete..." that directly destroys the
9532                 selected messages after asking for a confirmation.
9533
9534 2005-06-22 [colin]      1.9.11cvs88
9535
9536         * src/imap.c
9537                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9538                 o Fix a deadlock (thanks Darko)
9539
9540 2005-06-22 [colin]      1.9.11cvs87
9541
9542         * src/gtk/foldersort.c
9543                 Add missing include for the i18n;
9544                 patch by Fabien Vantard
9545
9546 2005-06-21 [colin]      1.9.11cvs86
9547
9548         * src/folder.c
9549         * src/folderview.c
9550                 Respect the no_select flag
9551         * src/imap.c
9552                 Fix recursive deletion
9553         * src/imap_gtk.c
9554         * src/mh_gtk.c
9555                 Make the folder deletion's warning
9556                 more explicit
9557
9558 2005-06-21 [colin]      1.9.11cvs85
9559
9560         * src/textview.c
9561                 Prevent email addresses from spanning accross
9562                 lines - fixes bug # 646 (newline-chars in 
9563                 email addresses)
9564
9565 2005-06-20 [colin]      1.9.11cvs84
9566
9567         * src/folder.c
9568                 Be sure not to remove source if copy failed
9569
9570 2005-06-20 [colin]      1.9.11cvs83
9571
9572         * src/folderview.c
9573         * src/imap_gtk.c
9574                 remove summaryview's lock
9575         * src/imap.c
9576                 introduce threads to avoid problems when foreground tasks
9577                 interfere with background tasks
9578         * src/mh.c
9579                 prevent moving to drafts/queue
9580         * src/mimeview.c
9581                 fix leak
9582
9583 2005-06-19 [colin]      1.9.11cvs82
9584
9585         * src/imap_gtk.c
9586                 Remember that the user doesn't want to override
9587                 offline mode, for 3 seconds. It avoid presenting
9588                 him with N popups in a really short time.
9589
9590 2005-06-17 [colin]      1.9.11cvs81
9591
9592         * src/imap.c
9593                 Fix IMAP breaking on folders containing '('
9594                 (Probably won't be enough)
9595
9596 2005-06-17 [colin]      1.9.11cvs80
9597
9598         Forgotten files on 1.9.11cvs79
9599         * src/summaryview.c
9600                 Fix stepping when not immediately executing
9601         * src/imap.c
9602                 Really prevent UID FETCH 0
9603         * src/codeconv.c
9604                 Fix outgoing charset never set to utf-8
9605         * src/mh.c
9606                 Fix leak
9607
9608 2005-06-16 [colin]      1.9.11cvs79
9609
9610         * src/compose.c
9611                 Fix bug #707 (Dash splits rows)
9612                 Only wrap if we're on a line break position and
9613                 the previous one was a "white" (space) char.
9614                 Pango stuff is weird.
9615
9616 2005-06-16 [colin]      1.9.11cvs78
9617
9618         * src/imap_gtk.c
9619                 Lock summaryview while downloading messages
9620                 on user demand
9621         * src/procheader.c
9622         * src/unmime.c
9623         * src/common/utils.c
9624         * src/common/utils.h
9625                 Replace \r and \n with spaces in From and
9626                 Subject headers
9627
9628 2005-06-16 [paul]       1.9.11cvs77
9629
9630         * src/procmime.c
9631                 liberalise the mime parser
9632         * src/gtk/about.c
9633                 add text wrapping
9634
9635 2005-06-16 [paul]       1.9.11cvs76
9636
9637         * src/gtk/about.c
9638                 reworked
9639
9640 2005-06-15 [colin]      1.9.11cvs75
9641
9642         * src/compose.c
9643                 Finish header encoding fix
9644         * src/summaryview.c
9645                 Fix segfault
9646         * src/headerview.c
9647                 Fix compilation (Thanks Stephan
9648                 Sachse)
9649
9650 2005-06-15 [colin]      1.9.11cvs74
9651
9652         * Makefile.am
9653                 Install gnome2 stuff rather than gnome1, 
9654                 if both are present
9655         * src/codeconv.c
9656         * src/codeconv.h
9657         * src/compose.c
9658                 Fix headers encoding
9659         * src/folder.c
9660                 Visual progress when fetching all messages
9661         * src/folderview.c
9662         * src/summaryview.c
9663         * src/summaryview.h
9664                 Prevent changing current message while
9665                 incorporating
9666
9667 2005-06-15 [paul]       1.9.11cvs73
9668
9669         * src/gtk/gtkaspell.c
9670         * src/gtk/gtkaspell.h
9671                 fix build warnings
9672
9673 2005-06-15 [paul]       1.9.11cvs72
9674
9675         * src/prefs_filtering.c
9676                 allow reordering of filter rules by
9677                 drag n drop
9678
9679 2005-06-15 [paul]       1.9.11cvs71
9680
9681         * COPYING
9682                 updated
9683         * src/codeconv.c
9684                 replace deprecated function
9685         * src/inc.c
9686         * src/send_message.c
9687         * src/gtk/progressdialog.c
9688         * src/gtk/progressdialog.h
9689                 salvage and reuse parts of reverted sync
9690
9691 2005-06-15 [paul]       1.9.11cvs70
9692
9693         * src/inc.c
9694         * src/send_message.c
9695         * src/gtk/progressdialog.c
9696         * src/gtk/progressdialog.h
9697                 revert yesterday's sync with main
9698                 it contains deprecated functions
9699
9700 2005-06-15 [colin]      1.9.11cvs69
9701
9702         * src/headerview.c
9703                 Fix bug #670 (multi user to: will corrupt message 
9704                 headers display)
9705
9706 2005-06-15 [colin]      1.9.11cvs68
9707
9708         * src/compose.c
9709                 Fix bug #421 (Fix undo on wrapping)
9710
9711 2005-06-15 [colin]      1.9.11cvs67
9712
9713         * src/folder.c
9714                 Provide visual feedback while processing
9715                 folder's rules.
9716         * src/imap.c
9717                 Provide visual feedback while getting
9718                 short headers (for uncached messages)
9719
9720
9721 2005-06-14 [paul]       1.9.11cvs66
9722
9723         * src/account.c
9724                 change a couple stock icons
9725         * src/inc.c
9726         * src/send_message.c
9727         * src/gtk/progressdialog.c
9728         * src/gtk/progressdialog.h
9729                 sync main's GtkTreeView implementation
9730
9731 2005-06-14 [colin]      1.9.11cvs65
9732
9733         * src/imap.c
9734                 Various little fixes, mainly on error paths
9735
9736 2005-06-13 [colin]      1.9.11cvs64
9737
9738         * matcher.c
9739         * procmsg.c
9740         * procmsg.h
9741                 Add a way to fetch only headers. This speeds
9742                 up filtering on headers for IMAP. Fixes:
9743                 bug #481 extraneous imap commands slow down 
9744                         imap filtering
9745                 bug #522 Sylpheed downloads all messages 
9746                         when opening mailbox (IMAP)
9747                 bug #677 IMAP fetch is soooooooooooooo slow
9748         * src/folder.c
9749         * src/folder.h
9750                 Add a folder set_batch method so that
9751                 implementations can speed up flags changes
9752         * src/folderutils.c
9753         * src/summaryview.c
9754                 Use that in mark as (un)read and mark all read
9755                 Refix bug #679
9756         * src/imap.c
9757                 Implement set_batch - brings back deferred
9758                 flags in a less buggy manner. Fixes:
9759                 bug #729 IMAP immediate expunge of deleted messages
9760                 bug #191 remove list of messages with one command
9761                 Fix login with strange chars
9762                 Implement fetch_msg_full
9763                 Fix copy (wrong counts)
9764
9765 2005-06-12 [colin]      1.9.11cvs63
9766
9767         * src/folder.c
9768                 lock incorporation during long operations.
9769                 Avoids fucking up the IMAP socket.
9770
9771 2005-06-12 [colin]      1.9.11cvs62
9772
9773         * src/imap.c
9774                 Fix harmful typo
9775                 Factorize remove_all_msg
9776                 Thread-ize expunge
9777         * src/summaryview.c
9778                 Don't update partial-download status if unnecessary
9779         * src/folder.c
9780                 Use remove_msgs everywhere possible
9781
9782 2005-06-12 [colin]      1.9.11cvs61
9783
9784         * src/folder.c
9785         * src/folder.h
9786                 Add a remove_msgs function to remove a 
9787                 list of messages
9788         * src/imap.c
9789                 Implement that.
9790
9791 2005-06-12 [colin]      1.9.11cvs60
9792
9793         * src/imap.c
9794                 Remove flags-processing deferring... Too hard
9795                 to get it to work in all cases.
9796
9797 2005-06-11 [colin]      1.9.11cvs59
9798
9799         * src/imap.c
9800                 printf -> debug_print
9801
9802 2005-06-11 [colin]      1.9.11cvs58
9803
9804         * src/imap.c
9805                 o Fix build without USE_PTHREAD
9806                 o Factorize imap_open
9807                 o Alertpanel in case of impossible connection
9808                 o Alertpanel in case of impossible login
9809                 o Fix deferred flags processing to force a 
9810                   flush before adding some more flags to process,
9811                   but in another folder.
9812
9813 2005-06-10 [colin]      1.9.11cvs57
9814
9815         * src/imap.c
9816                 o Fix a format string error
9817                 o init ssl socket outside of the thread 
9818                   (it possibly invokes gtk calls)
9819         * src/procmime.c
9820                 o Put back the buffer to its necessary size
9821                 o Fix changing a file pointer without keeping
9822                   track of it (thanks Valgrind)
9823         * src/common/smtp.c
9824                 o Fix automatic STARTTLS if login should be done
9825                   and the server only allows it after starting TLS
9826         * src/gtk/gtkinputdialog.c
9827                 o Eat GDK_Return so that the combo popup doesn't 
9828                   appear when we press Enter to validate the combo
9829                   input dialog (as seen in the Open with... dialog)
9830
9831 2005-06-10 [colin]      1.9.11cvs56
9832
9833         * src/imap.c
9834                 o A bit less debug
9835                 o Fix a crash on deletion
9836                 o Threadize imap_select (it's called outside of 
9837                   threads)
9838                 o Defer treatment of DELETED flags
9839
9840
9841 2005-06-09 [colin]      1.9.11cvs55
9842
9843         * src/imap.c
9844                 Make sure we check imap_gtk_should_override(), which
9845                 potentially calls gtk stuff, before creating thread.
9846                 That way it should't be called via imap_get_session()
9847                 inside a thread.
9848
9849 2005-06-09 [colin]      1.9.11cvs54
9850
9851         * src/imap.c
9852                 o add a bit of status output
9853                 o remove some dead code
9854                 o threadize get_list_of_uids
9855                 o threadize imap_get_flags
9856                 o defer flag changing by 500ms so that they
9857                   can be batched
9858
9859
9860 2005-06-08 [colin]      1.9.11cvs53
9861
9862         * src/imap.c
9863                 Thread-ize imap_cmd_fetch
9864
9865 2005-06-08 [colin]      1.9.11cvs52
9866
9867         * src/main.c
9868                 Mmh, that broke POP3...
9869
9870 2005-06-08 [colin]      1.9.11cvs51
9871
9872         * src/main.c
9873                 Stabilize IMAP patch (thanks to Hoa)
9874
9875 2005-06-08 [colin]      1.9.11cvs50
9876
9877         * src/imap.c
9878                 Test patch to speed up imap. 
9879
9880 2005-06-08 [colin]      1.9.11cvs49
9881
9882         * src/imap_gtk.c
9883                 Warning fix
9884         * src/procmime.c
9885                 Apply patch from gentoo to use /usr/share/mime/globs if 
9886                 available, after un-breaking it
9887         * src/common/log.c
9888         * src/common/log.h
9889                 Use g_timeout for invoking hooks that possibly use gtk
9890                 calls. This should leave gtk calls in the main thread.
9891
9892 2005-06-08 [paul]       1.9.11cvs48
9893
9894         * src/codeconv.c
9895                 conv_get_outgoing_charset_str(): don't
9896                 use prefs_common setting
9897         * src/compose.c
9898         * src/compose.h
9899                 add /Options/Character encoding/... to
9900                 temporarily change the outgoing encoding
9901
9902         (belated sync with main)
9903
9904 2005-06-08 [paul]       1.9.11cvs47
9905
9906         * src/compose.c
9907                 correction to/completion of last
9908                 sync with main
9909
9910 2005-06-08 [paul]       1.9.11cvs46
9911
9912         sync with main:
9913         
9914         * src/codeconv.c
9915         * src/codeconv.h
9916                 always enabled Japanese auto-detection
9917                 if the first letters of locale string
9918                 is "ja"
9919         * src/compose.c
9920                 don't use "destroy" signal to destroy
9921                 Compose object (fix rare crashes on discard?)
9922         * src/mainwindow.c
9923         * src/messageview.c
9924         * src/prefs_send.c
9925                 added Hebrew encodings
9926         * src/sourcewindow.c
9927                 don't use "destroy" signal to destroy
9928                 objects
9929
9930 2005-06-07 [colin]      1.9.11cvs45
9931
9932         * src/summaryview.c
9933                 Add missing unlocks/locks
9934
9935 2005-06-07 [paul]       1.9.11cvs44
9936
9937         * src/summaryview.c
9938                 restore bug #749 fix
9939
9940 2005-06-06 [colin]      1.9.11cvs43
9941
9942         * src/summaryview.c
9943                 Fix selection bug when prefs_common.open_unread 
9944                 is FALSE
9945
9946 2005-06-06 [colin]      1.9.11cvs42
9947
9948         * src/common/md5.c
9949                 Fix a warning
9950         * src/summaryview.c
9951         * src/folderview.c
9952                 Factorize long operations beginning and end
9953                 (locking, freezing/thawing, cursor, ...)
9954                 Check selection->data member in selection-
9955                 related loops; this avoids dying an awful
9956                 death if the selection changes on us while
9957                 we're marking a whole IMAP folder unread, 
9958                 for example.
9959
9960 2005-06-06 [paul]       1.9.11cvs41
9961
9962         * src/textview.c
9963                 don't g_free() a static gchar buffer
9964
9965 2005-06-05 [colin]      1.9.11cvs40
9966
9967         * src/mainwindow.c
9968         * src/messageview.c
9969         * src/summaryview.c
9970                 Fix bug #749 (Show all headers should be
9971                 sticky as the GUI suggests)
9972
9973 2005-06-03 [paul]       1.9.11cvs39
9974
9975         * src/compose.c
9976                 don't allow editing of mail while sending.
9977                 patch by Colin
9978
9979 2005-06-03 [paul]       1.9.11cvs38
9980
9981         * src/folderview.c
9982                 add a freeze/thaw to speed up 'mark all read'
9983
9984 2005-06-03 [paul]       1.9.11cvs37
9985
9986         * src/prefs_message.c
9987                 reflect changes immediately
9988
9989 2005-06-02 [colin]      1.9.11cvs36
9990
9991         * po/POTFILES.in
9992                 Patch by Fabien Vantard.
9993
9994 2005-06-02 [colin]      1.9.11cvs35
9995
9996         * src/imap.c
9997                 Use a non-blocking imap_getline() if possible.
9998                 This should completely prevent the interface
9999                 from freezin on imap operations, although it
10000                 may do strange stuff in case of folder switching
10001                 while a big imap operation is taking place...
10002
10003                 In addition, fix a leak in the case thread
10004                 creation fails on connection.
10005
10006 2005-06-02 [colin]      1.9.11cvs34
10007
10008         * src/crash.c
10009         * src/prefs_common.h
10010                 Fix build (prefs_common_init() doesn't exist
10011                 anymore)
10012
10013 2005-06-02 [colin]      1.9.11cvs33
10014
10015         * src/prefs_account.c
10016                 Fix bug #245 (filtering rules broken when
10017                 renaming a remote account (imap4 or nntp)
10018
10019 2005-06-02 [colin]      1.9.11cvs32
10020
10021         * src/imap.c
10022                 Try to fix IMAP shortcomings: 
10023                 o Multithread imap_open()
10024                 o allow offline-mode overriding instead of
10025                   just returning NULL
10026         * src/imap_gtk.c
10027         * src/imap_gtk.h
10028                 Add a function to ask whether we want to
10029                 override offline-mode for 10 minutes (one-shot
10030                 asking was painful)
10031         * src/procheader.c
10032                 Fix segfault when imap parser isn't happy about
10033                 a missing {
10034
10035 2005-06-01 [colin]      1.9.11cvs31
10036
10037         * src/addrharvest.c
10038         * src/compose.c
10039         * src/mbox.c
10040         * src/mbox.h
10041         * src/mh.c
10042         * src/msgcache.c
10043         * src/send_message.c
10044         * src/setup.c
10045         * src/undo.c
10046         * src/common/hooks.c
10047         * src/common/prefs.c
10048         * src/common/template.c
10049         * src/common/utils.c
10050         * src/gtk/gtkutils.c
10051         * src/gtk/inputdialog.c
10052         * src/gtk/menu.c
10053         * src/gtk/pluginwindow.c
10054         * src/gtk/prefswindow.c
10055         * src/plugins/pgpmime/passphrase.c
10056         * src/plugins/pgpmime/prefs_gpg.c
10057                 More -Wall fixes
10058
10059         * src/common/Makefile.am
10060         * src/common/timing.h
10061                 Add basic timing code
10062
10063         * src/summaryview.c
10064                 Fix a bug with unread messages when 
10065                 re-sorting folders, and by the way
10066                 fix a big performance hit when 
10067                 re-sorting (10k mails: before 5s,
10068                 after .5s)
10069
10070         * src/prefs_compose_writing.c
10071         * src/prefs_compose_writing.h
10072         * src/prefs_message.c
10073         * src/prefs_message.h
10074         * src/prefs_other.c
10075         * src/prefs_other.h
10076         * src/prefs_quote.c
10077         * src/prefs_quote.h
10078         * src/prefs_receive.c
10079         * src/prefs_receive.h
10080         * src/prefs_send.c
10081         * src/prefs_send.h
10082         * src/prefs_summaries.c
10083         * src/prefs_summaries.h
10084                 Fix copyright banner
10085
10086 2005-06-01 [paul]       1.9.11cvs30
10087
10088         * po/fi.po
10089                 updated by Flammie Pirinen
10090         * src/procmime.c
10091                 fix 'Bad BASE64 content' output
10092
10093 2005-05-31 [colin]      1.9.11cvs29
10094
10095         * src/procmime.c
10096                 Oops, where did my hunk go.
10097
10098 2005-05-31 [colin]      1.9.11cvs28
10099
10100         * src/Makefile.am
10101         * src/account.c
10102         * src/action.c
10103         * src/addr_compl.c
10104         * src/addressbook.c
10105         * src/codeconv.c
10106         * src/compose.c
10107         * src/export.c
10108         * src/folder.c
10109         * src/folderview.c
10110         * src/image_viewer.c
10111         * src/main.c
10112         * src/mainwindow.c
10113         * src/messageview.c
10114         * src/mimeview.c
10115         * src/msgcache.c
10116         * src/prefs_account.c
10117         * src/prefs_actions.c
10118         * src/prefs_common.c
10119         * src/prefs_compose_writing.c
10120         * src/prefs_customheader.c
10121         * src/prefs_ext_prog.c
10122         * src/prefs_filtering.c
10123         * src/prefs_filtering_action.c
10124         * src/prefs_fonts.c
10125         * src/prefs_image_viewer.c
10126         * src/prefs_message.c
10127         * src/prefs_message.h
10128         * src/prefs_msg_colors.c
10129         * src/prefs_other.c
10130         * src/prefs_other.h
10131         * src/prefs_quote.c
10132         * src/prefs_receive.c
10133         * src/prefs_receive.h
10134         * src/prefs_send.c
10135         * src/prefs_send.h
10136         * src/prefs_spelling.c
10137         * src/prefs_summaries.c
10138         * src/prefs_summary_column.c
10139         * src/prefs_template.c
10140         * src/prefs_themes.c
10141         * src/prefs_toolbar.c
10142         * src/prefs_wrapping.c
10143         * src/procmime.c
10144         * src/procmsg.c
10145         * src/send_message.h
10146         * src/ssl_manager.c
10147         * src/summary_search.c
10148         * src/summaryview.c
10149         * src/textview.c
10150         * src/wizard.c
10151         * src/common/smtp.c
10152         * src/common/smtp.h
10153         * src/gtk/gtkutils.h
10154                 o Move the rest of Common prefs to new style
10155                 o Lots of -Wall warning fixes
10156                 o fix FIXME in cache memusage calculation
10157                 o Let return receipts be sent from any account
10158                 o Little cache optimisation (read)
10159                 o Fix bug #746 (don't treat commas as separators
10160                   when inside a quoted string)
10161
10162 2005-05-31 [paul]       1.9.11cvs27
10163
10164         * src/prefs_common.c
10165                 fix 'off-by-one' typo
10166
10167 2005-05-31 [paul]       1.9.11cvs26
10168
10169         * src/account.c
10170         * src/addr_compl.c
10171         * src/compose.c
10172         * src/foldersel.c
10173         * src/prefs_actions.c
10174         * src/prefs_common.c
10175         * src/prefs_common.h
10176         * src/prefs_customheader.c
10177         * src/prefs_display_header.c
10178         * src/prefs_filtering.c
10179         * src/prefs_filtering_action.c
10180         * src/prefs_matcher.c
10181         * src/prefs_summaries.c
10182         * src/prefs_summary_column.c
10183         * src/prefs_template.c
10184         * src/prefs_toolbar.c
10185         * src/ssl_manager.c
10186         * src/gtk/pluginwindow.c
10187         * src/gtk/prefswindow.c
10188         * src/gtk/progressdialog.c
10189                 add hidden prefs 'enable_rules_hint'
10190                 for gtk_tree_view_set_rules_hint()
10191                 (sync with main)
10192                 
10193
10194 2005-05-31 [colin]      1.9.11cvs25
10195
10196         * src/Makefile.am
10197         * src/main.c
10198         * src/prefs_common.c
10199         * src/prefs_summaries.c ** ADDED **
10200         * src/prefs_summaries.h ** ADDED **
10201                 Common/Display -> Display/Summaries
10202
10203 2005-05-31 [colin]      1.9.11cvs24
10204
10205         * src/Makefile.am
10206         * src/main.c
10207         * src/prefs_quote.c ** ADDED **
10208         * src/prefs_quote.h ** ADDED **
10209                 Move Common/Quote to Compose/Quoting
10210         * src/prefs_common.c
10211         * src/prefs_common.h
10212                 Remove old quote stuff, add
10213                 convenience functions for GtkTextView prefs
10214         * src/gtk/prefswindow.c
10215                 Set default height higher
10216
10217 2005-05-30 [colin]      1.9.11cvs23
10218
10219         * src/Makefile.am
10220         * src/main.c
10221         * src/prefs_common.c
10222         * src/prefs_compose_writing.c ** ADDED **
10223         * src/prefs_compose_writing.h ** ADDED **
10224                 Move Common/Compose prefs to Compose/Writing
10225
10226 2005-05-30 [colin]      1.9.11cvs22
10227
10228         * src/common/utils.c
10229                 Fix bug #651 (Confused Attract by Subject)
10230                 Patch by M. Benkmann <haferfrost@web.de>
10231         * AUTHORS
10232
10233 2005-05-30 [colin]      1.9.11cvs21
10234
10235         * src/compose.c
10236                 Fix concatenation of different headers of
10237                 the same type (bug #645)
10238         * src/prefs_folder_item.c
10239                 Fix bug #699 (setting color to black doesn't
10240                 work immediately)
10241         * src/procmime.c
10242                 Print out decoding error only once per
10243                 block
10244
10245 2005-05-30 [paul]       1.9.11cvs20
10246
10247         * src/common/template.c
10248                 fix Bcc
10249
10250 2005-05-30 [paul]       1.9.11cvs19
10251
10252         * doc/src/rfc2368.txt   **NEW FILE**
10253         * src/compose.c
10254                 compose_entries_set(): don't interpret Bcc
10255                 header field (conform to RFC 2368)
10256                 (sync with main)
10257
10258 2005-05-29 [colin]      1.9.11cvs18
10259
10260         * src/prefs_common.c
10261                 Let the default reply format respect
10262                 netiquette by cutting the signature.
10263
10264 2005-05-29 [colin]      1.9.11cvs17
10265
10266         * src/summaryview.c
10267                 Don't let always_show_msg override
10268                 open_unread_on_enter when opening a new
10269                 directory.
10270
10271 2005-05-27 [paul]       1.9.11cvs16
10272
10273         sync with main:
10274
10275         * src/main.c
10276                 app_will_exit(): cleanup tmp directory when exit
10277         * src/message_search.c
10278                 improved the interface and made code cleanup.
10279                 removed Clear button
10280         * src/send_message.c
10281                 send_message_local(): use GSpawn, and detect errors
10282         * src/summary_search.c
10283                 improved the interface and made code cleanup
10284         * src/textview.c
10285                 textview_write_link(): also skip non-ascii space
10286                  at the head of link strings (phishing check
10287                  didn't work at the case)
10288         * src/common/utils.c
10289                 get_command_output(): use g_spawn_command_line_sync()
10290                 instead of popen()
10291
10292 2005-05-26 [colin]      1.9.11cvs15
10293
10294         * src/folder.c
10295                 remove printf
10296
10297 2005-05-26 [colin]      1.9.11cvs14
10298
10299         * src/common/nntp.c
10300                 Fix nntp mode reader (bug #611)
10301                 Patch by Florian Mickler <florian@mickler.org>
10302
10303 2005-05-26 [colin]      1.9.11cvs13
10304
10305         * src/plugins/pgpmime/passphrase.c
10306                 Fix mouse grabbing (bug #557)
10307
10308 2005-05-26 [colin]      1.9.11cvs12
10309
10310         * src/prefs_themes.c
10311                 Fix g_warning (bug #541)
10312
10313 2005-05-26 [colin]      1.9.11cvs11
10314
10315         * src/prefs_actions.c
10316         * src/prefs_template.c
10317                 Fix bug #506 (no warning if action/template
10318                 is not saved)
10319         * src/common/template.c
10320                 Fix a possible crash
10321
10322 2005-05-26 [colin]      1.9.11cvs10
10323
10324         * src/folder.c
10325         * src/folderview.c
10326         * src/procmsg.c
10327         * src/summaryview.c
10328                 Forbid locked messages to be moved or
10329                 deleted. Locked messages in trashes 
10330                 still get deleted, for performance
10331                 reason (mh.c::mh_remove_all_msgs)
10332
10333 2005-05-25 [colin]      1.9.11cvs9
10334
10335         * src/procmime.c
10336                 Use correct encoding when sending mails
10337                 with attachments that have accentued 
10338                 chars in their name
10339
10340 2005-05-24 [colin]      1.9.11cvs8
10341
10342         * src/summaryview.c
10343                 Fix bug #688 f) read/unread marker not
10344                 changed on first click
10345                 Also, optimize summary_status_show()
10346                 calls
10347         * src/folder.c
10348         * src/inc.c
10349         * src/procmime.c
10350                 Fix bug #688 b) and c) wrt message
10351                 attachments and signature
10352         * src/stock_pixmap.c
10353         * src/stock_pixmap.h
10354         * src/stock_pixmap.c
10355         * src/stock_pixmap.h
10356         * src/Makefile.am
10357         * src/pixmaps/clip_gpg_signed.xpm
10358                 Add clip/signed icon
10359
10360 2005-05-24 [colin]      1.9.11cvs7
10361
10362         * src/folder_item_prefs.c
10363                 whitespace fix
10364
10365 2005-05-24 [colin]      1.9.11cvs6
10366
10367         * src/folderview.c
10368         * src/prefs_common.c
10369         * src/prefs_common.h
10370                 Add a confirmation to folder drag and drop
10371                 fixes bug #156
10372         * src/alertpanel.c
10373         * src/alertpanel.h
10374                 fix _with_disable parameters so that
10375                 the buttons labels are specifiable too
10376         * src/plugins/pgpmime/sgpgme.c
10377                 reflect said change
10378                 
10379
10380 2005-05-24 [colin]      1.9.11cvs5
10381
10382         * src/folderview.c
10383                 Uncollapse/collapse folders on double-click
10384                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10385                 closes bug #108
10386
10387 2005-05-23 [colin]      1.9.11cvs4
10388
10389         * src/common/socket.c
10390                 Check another special SSL_peek() error.
10391                 Should help wrt bug #728
10392
10393 2005-05-23 [colin]      1.9.11cvs3
10394
10395         * src/plugins/pgpmime/pgpmime.c
10396                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10397                 breaking menu accelerators and stuff. Users will have to
10398                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10399                 account's privacy preferences if needed.
10400
10401 2005-05-22 [paul]
10402
10403         * tools/kdeservicemenu/install.sh
10404                 use kdesu to prompt for root password if doing
10405                 global install/uninstall
10406
10407 2005-05-20 [colin]      1.9.11cvs2
10408
10409         * src/procmsg.c
10410                 Fix another compilation error with gcc-2.9x
10411                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10412         * src/send_message.c
10413                 Don't send QUIT if we aren't connected
10414
10415 2005-05-19 [colin]      1.9.11cvs1
10416
10417         * src/procmsg.c
10418                 Fix compilation with gcc 2.9x
10419
10420 2005-05-19 [paul]       1.9.11
10421
10422         1.9.11 released
10423
10424 2005-05-19 [paul]       1.9.9cvs14
10425
10426         * src/gtk/inputdialog.c
10427                 prevent gettext warning
10428
10429 2005-05-19 [paul]       1.9.9cvs13
10430
10431         * src/mainwindow.c
10432         * src/prefs_common.c
10433         * src/prefs_common.h
10434         * src/textview.c
10435         * src/textview.h
10436                 add an option to toggle cursor in message
10437                 view (sync with main)
10438
10439 2005-05-18 [colin]      1.9.9cvs12
10440
10441         * src/compose.c
10442                 Dereference freed pointer
10443         * src/gtk/gtkaspell.c
10444                 Fix duplication of dictionaries (is it an aspell issue?)
10445
10446 2005-05-18 [colin]      1.9.9cvs11
10447
10448         * src/gtk/inputdialog.c
10449         * src/gtk/gtkaspell.c
10450                 HIGuify dialogs
10451         * src/alertpanel.c
10452                 Remove a double call
10453
10454 2005-05-17 [colin]      1.9.9cvs10
10455
10456         * src/gtk/gtkaspell.c
10457                 Fix dialogs, Ctrl-Enter accel
10458
10459 2005-05-17 [colin]      1.9.9cvs9
10460
10461         * src/gtk/gtkaspell.c
10462                 Fix some accelerators, escape in replace-window
10463
10464 2005-05-16 [colin]      1.9.9cvs8
10465
10466         * src/gtk/gtkaspell.c
10467                 Revert last commit, it was a mistake.
10468
10469 2005-05-16 [colin]      1.9.9cvs7
10470
10471         * src/gtk/gtkaspell.c
10472                 Remove buggy code while we're at it. It's a 
10473                 dead code path anyway.
10474
10475 2005-05-16 [colin]      1.9.9cvs6
10476
10477         * src/gtk/gtkaspell.c
10478                 Missed some gtk_menu_popup where deactivate
10479                 signal should be handled. Should fix bug
10480                 #629 a bit more.
10481
10482 2005-05-16 [colin]      1.9.9cvs5
10483
10484         * src/gtk/gtkaspell.c
10485                 Remove debug printf()s
10486
10487 2005-05-16 [colin]      1.9.9cvs4
10488
10489         * src/gtk/gtkaspell.c
10490                 Fix a bit aspell problems
10491                 (see bug #629)
10492
10493 2005-05-13 [colin]      1.9.9cvs3
10494
10495         * src/folderview.c
10496                 Fix the + appearing even when no subfolders
10497                 have unread messages. Thanks to wwp for the
10498                 bug report.
10499
10500 2005-05-11 [paul]       1.9.9cvs2
10501
10502         * src/folderview.c
10503                 correction to 1.9.9cvs1, only colour folders that
10504                 have new msgs (not unread msgs)
10505
10506 2005-05-10 [colin]      1.9.9cvs1
10507
10508         * src/folderview.c
10509         * src/summaryview.c
10510                 Try to fix bolding bugs again.
10511
10512 2005-05-09 [paul]
10513
10514         * tools/claws.i18n.status.pl
10515                 add Ricardo Mones Lastra's script that has been providing
10516                 the i18n status page for many months
10517
10518 2005-05-09 [paul]       1.9.9
10519
10520         1.9.9 release
10521
10522 2005-05-09 [paul]       1.9.6cvs58
10523
10524         * AUTHORS
10525         * INSTALL
10526         * README.claws
10527                 updated
10528         * Makefile.am 
10529         * RELEASE_NOTES.claws
10530                 add release notes to cvs to simplify release
10531                 procedure
10532         * configure.ac
10533                 add ca and fi to ALL_LINGUAS
10534         * po/Makefile.in.in
10535                 workaround for missing Makevars
10536         * po/ca.po
10537         * po/fi.po
10538                 add new Catalan and Finnish translations
10539                 submitted by Miquel Oliete and Flammie Pirinen
10540         * po/de.po
10541         * po/es.po
10542         * po/fr.po
10543         * po/it.po
10544         * po/pl.po
10545         * po/ru.po
10546         * po/sk.po
10547         * po/sr.po
10548         * po/zh_CN.po
10549                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10550                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10551                 Urke MMI, and Hansom Young
10552         * src/main.c
10553                 Fix drafting when quitting. compose_draft() closes the
10554                 compose windows, which modifies the compose_list GSList.
10555                 We have to refresh this list after echo drafting to avoid a
10556                 segfault
10557         * src/partial_download.c
10558                 fix segfault on exit
10559
10560 2005-05-06 [paul]       1.9.6cvs57
10561
10562         * src/grouplistdialog.c
10563                 quick fix/workaround for unresizeable newsgroup
10564                 name column 
10565
10566 2005-05-06 [paul]       1.9.6cvs56
10567
10568         * src/inc.c
10569         * src/mainwindow.c
10570                 use gettext plural forms
10571         * src/imap_gtk.c
10572         * src/mh_gtk.c
10573         * src/toolbar.c
10574                 small improvement to english usage
10575
10576 2005-05-05 [thorsten]   1.9.6cvs55
10577
10578         * src/folder.c
10579                 fix possible crash
10580
10581 2005-05-05 [paul]       1.9.6cvs54
10582         
10583         sync with HEAD
10584
10585         * AUTHORS
10586         * src/compose.c
10587                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10588                 patch by Tim Mann
10589
10590 2005-05-05 [paul]       1.9.6cvs53
10591
10592         * src/mainwindow.c
10593                 fix resizing of separate message and
10594                 folder views
10595
10596 2005-05-05 [paul]       1.9.6cvs52
10597
10598         * src/account.c
10599         * src/addrgather.c
10600         * src/browseldap.c
10601         * src/exphtmldlg.c
10602         * src/expldifdlg.c
10603         * src/importmutt.c
10604         * src/importpine.c
10605         * src/main.c
10606         * src/mainwindow.c
10607         * src/noticeview.c
10608         * src/prefs_filtering.c
10609         * src/prefs_filtering_action.c
10610         * src/prefs_matcher.c
10611         * src/prefs_spelling.c
10612         * src/prefs_toolbar.c
10613         * src/toolbar.c
10614         * src/wizard.c
10615         * src/gtk/description_window.c
10616         * src/gtk/gtkvscrollbutton.c
10617         * src/gtk/progressdialog.c
10618         * src/gtk/quicksearch.c
10619         * src/plugins/pgpmime/prefs_gpg.c
10620         * src/plugins/spamassassin/spamassassin_gtk.c
10621                 replace deprecated gtk_widget_set_usize
10622
10623 2005-05-04 [colin]      1.9.6cvs51
10624
10625         * src/common/utils.c
10626                 Fix crash when subst_for_filename is called
10627                 with a NULL parameter
10628
10629 2005-05-04 [colin]      1.9.6cvs50
10630
10631         * src/partial_download.c
10632         * src/pop.c
10633                 Escape login when writing uidl file
10634                 fixes bug #736
10635
10636 2005-05-03 [colin]      1.9.6cvs49
10637
10638         * src/procmime.c
10639                 Fix possible DOS in mime parser
10640                 (see bug #634)
10641
10642 2005-05-02 [colin]      1.9.6cvs48
10643
10644         * src/compose.c
10645                 Try to fix the copy/paste mess once again.
10646
10647
10648 2005-04-30 [colin]      1.9.6cvs47
10649
10650         * src/prefs_account.h
10651         * src/procmsg.c
10652         * src/send_message.c
10653         * src/common/smtp.c
10654         * src/common/smtp.h
10655                 Try to batch sending mails (per account) instead of
10656                 reconnecting to server every time.
10657
10658 2005-04-29 [colin]      1.9.6cvs46
10659
10660         * src/messageview.c
10661                 Fix window resizing that refused to size down
10662         * src/prefs_common.c
10663         * src/prefs_common.h
10664         * src/prefs_filtering.c
10665                 Save Filtering's window size
10666
10667 2005-04-21 [paul]       1.9.6cvs45
10668
10669         * ChangeLog-gtk2.claws
10670         * src/setup.c
10671                 correction to sync
10672
10673 2005-04-21 [paul]       1.9.6cvs44
10674
10675         sync with main:
10676
10677         * src/setup.c
10678         * src/statusbar.c
10679         * src/statusbar.h
10680                 use gtkut_widget_draw_now(). Improved performance
10681                 of the update of statusbar
10682         * src/textview.c
10683                 textview_smooth_scroll_do(): redraw it after scroll
10684                 is done (fixed incorrect display when a part of the
10685                 view is hidden).
10686         * src/gtk/gtkutils.c
10687         * src/gtk/gtkutils.h
10688                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10689                 to force update of widgets.
10690                 Removed gtkut_widget_wait_for_draw() which had a big
10691                 overhead  because of waiting for all events processed 
10692
10693 2005-04-20 [paul]       1.9.6cvs43
10694
10695         * src/codeconv.c
10696                 complete 1.9.6cvs42's sync:
10697                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10698
10699 2005-04-19 [paul]       1.9.6cvs42
10700
10701         sync with main:
10702
10703         * src/action.c
10704                 catch_output(): correctly select the insert text
10705                 (fix invalid iterator warnings).
10706         * src/codeconv.c
10707         * src/codeconv.h
10708         * src/mainwindow.c
10709         * src/messageview.c
10710         * src/prefs_common.c
10711                 support GBK encoding.
10712         * src/common/session.c
10713         * src/common/session.h
10714                 use separate buffer for large data to be sent,
10715                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10716
10717 2005-04-18 [paul]       1.9.6cvs41
10718
10719         * src/jpilot.c
10720                 convert unsigned long into guint32
10721                 patch by Paul LeoNerd Evans 
10722
10723 2005-04-17 [colin]      1.9.6cvs40
10724
10725         * src/compose.c
10726                 Fix 'Request return receipt' from folder
10727                 properties (bug #708)
10728
10729 2005-04-17 [colin]      1.9.6cvs39
10730
10731         * src/mainwindow.c
10732                 Fix duplicate hotkeys in Mainwindow's menu
10733
10734 2005-04-17 [colin]      1.9.6cvs38
10735
10736         * src/folderview.c
10737                 Fix duplicate hotkeys in Folderview's contextual
10738                 menu
10739
10740 2005-04-15 [colin]      1.9.6cvs37
10741
10742         * src/summaryview.c
10743                 Fix 'Save as...' with non-ascii filenames
10744
10745 2005-04-15 [colin]      1.9.6cvs36
10746
10747         * src/plugins/pgpmime/pgpmime.c
10748                 Fix bus error on 64bit. Spotted by 
10749                 macallan1888@gmail.com
10750
10751 2005-04-15 [colin]      1.9.6cvs35
10752
10753         * src/prefs_account.c
10754                 Fix cvs34.
10755
10756 2005-04-12 [colin]      1.9.6cvs34
10757
10758         * src/prefs_account.c
10759                 Fix smtp auth type off-by-one. We forgot to
10760                 add PLAIN in the prefs-to-gui setter func and
10761                 as a result, the selected auth when opening
10762                 account prefs was not the correct one.
10763
10764 2005-04-12 [paul]       1.9.6cvs33
10765
10766         * src/inc.c
10767                 if the recv dialog is visible, Cancel only
10768                 cancels the current account
10769
10770
10771 2005-04-10 [colin]      1.9.6cvs32
10772
10773         * src/filtering.c
10774                 Copy score when copying FilteringActions
10775                 Fix bug #674
10776
10777 2005-04-10 [colin]      1.9.6cvs31
10778
10779         * src/inc.c
10780                 Make Message -> Receive -> Cancel cancel 
10781                 incorporation on all accounts. Fixes
10782                 bug #693
10783
10784 2005-04-10 [colin]      1.9.6cvs30
10785
10786         * src/prefs_account.c
10787                 Update Privacy checkbuttons status based
10788                 on the selected privacy system
10789         * src/compose.c
10790                 Always connect the "None" privacy system; the
10791                 static boolean was probably there to avoid
10792                 reconnecting twice in the same compose window,
10793                 but as the parent function is only called once
10794                 per compose, it's only a bug - as a static is
10795                 initialized once per application instance.
10796                 Also, don't uncheck Sign and Encrypt when
10797                 selecting None as privacy system; just ignore
10798                 them when sending/queuing.
10799                 Should fix bug #695
10800
10801 2005-04-08 [colin]      1.9.6cvs29
10802
10803         * src/account.c
10804         * src/prefs_account.c
10805         * src/prefs_account.h
10806                 Add account preference to queue message in a certain
10807                 folder.
10808
10809 2005-04-06 [colin]      1.9.6cvs28
10810
10811         * src/prefs_account.c
10812                 Update old inbox path syntax
10813
10814 2005-04-06 [paul]       1.9.6cvs27
10815
10816         sync with main:
10817
10818         * configure.ac
10819                 changed -traditional-cpp to -no-cpp-precomp for newer
10820                 Mac OS X support
10821         * src/foldersel.c
10822                 made column resize automatically
10823         * src/send_message.c
10824                 send_message_smtp(): consider EOF right after QUIT
10825                 successful (workaround for Gmail SMTP server)
10826         * src/common/socket.c
10827                 ssl_read(), ssl_peek(): check EOF which violates the
10828                 SSL protocol
10829         * src/gtk/colorlabel.c
10830                 removed warnings when displaying colorlabel menu
10831                 (don't use GtkAlignment)
10832
10833 2005-04-05 [paul]       1.9.6cvs26
10834
10835         * src/plugins/trayicon/trayicon.c
10836                 fix clipping of icon under KDE3 
10837
10838 2005-04-05 [paul]       1.9.6cvs25
10839
10840         * src/summaryview.c
10841                 hide display of threading
10842                 patch by Alfons
10843
10844 2005-04-04 [thorsten]   1.9.6cvs24
10845
10846         * src/mh.c
10847                 marks lost on filesystems with different stat() results on
10848                 summer-/wintertime
10849
10850 2005-04-03 [colin]      1.9.6cvs23
10851
10852         * src/summaryview.c
10853                 Don't handle up/down. Patch by Alfons
10854
10855 2005-04-02 [colin]      1.9.6cvs22
10856
10857         * src/summaryview.c
10858                 Make scrolling faster. Patch by Alfons.
10859
10860 2005-04-01 [colin]      1.9.6cvs21
10861
10862         * src/Makefile.am
10863         * src/stock_pixmap.c
10864         * src/pixmaps/dir-noselect.xpm ** REMOVED **
10865         * src/pixmaps/dir_noselect.xpm ** ADDED **
10866                 Fix pixmap name mismatch (Thanks Stephan Sachse)
10867
10868 2005-04-01 [colin]      1.9.6cvs20
10869
10870         * src/image_viewer.c
10871         * src/image_viewer.h
10872         * src/procmime.c
10873         * src/procmime.h
10874         * src/textview.c
10875         * src/textview.h
10876                 Implement inline image resizing and right-clicking
10877
10878 2005-04-01 [paul]       1.9.6cvs19
10879
10880         * AUTHORS
10881         * Makefile.am
10882         * configure.ac
10883                 check for gnome2
10884                 patch by Luca Cavalli <loopback<AT>slackit.org>
10885         * po/ru.po
10886                 updated by Pavlo Bohmat
10887
10888 2005-03-31 [colin]      1.9.6cvs18
10889
10890         * src/news.c
10891                 Fix parsing references
10892         * src/msgcache.c
10893                 don't put nulls in the references list
10894         * src/procheader.c
10895                 commit that forgotten file in 1.9.6cvs14
10896
10897 2005-03-31 [colin]      1.9.6cvs17
10898
10899         * src/compose.c
10900                 Fix joining of signature separator again. 
10901                 Maybe Hiro could put it in main too...
10902
10903 2005-03-31 [colin]      1.9.6cvs16
10904
10905         * src/Makefile.am
10906         * src/foldersel.c
10907         * src/stock_pixmap.c
10908         * src/stock_pixmap.h
10909         * src/pixmaps/dir-noselect.xpm
10910                 Update foldersel.c (sync from main, patch by Alfons)
10911
10912 2005-03-30 [colin]      1.9.6cvs15
10913
10914         * src/imap.c
10915                 Fix handling of imap folders containing [] in 
10916                 their name. Thanks to Nahuel Angelinetti for
10917                 the detailed bugreport.
10918
10919 2005-03-30 [colin]      1.9.6cvs14
10920
10921         * src/common/utils.h
10922         * src/common/utils.c
10923         * src/common/defs.h
10924         * src/matcher.c
10925         * src/msgcache.c
10926         * src/news.c
10927         * src/procmsg.c
10928         * src/procmsg.h
10929         * src/quote_fmt_parse.y
10930         * src/summaryview.c
10931                 Update references system. Patch by Alfons
10932
10933 2005-03-30 [colin]      1.9.6cvs13
10934
10935         * src/common/socket.c
10936                 Force the glibc to read resolv.conf again when 
10937                 it has changed. Should fix issues when changing
10938                 networks on a laptop and not restarting sylpheed. 
10939
10940 2005-03-30 [paul]       1.9.6cvs12
10941
10942         partial sync with main:
10943
10944         * src/action.c
10945                 create_io_dialog(): use user-defined text font
10946                 (thanks to Alfons), and modified its appearance.
10947         * src/addrgather.c
10948         * src/addrharvest.c
10949         * src/browseldap.c
10950                 replace old code
10951         * src/compose.c
10952                 don't join (presumably) itemized lines on line-wrapping
10953                 fixed wrapping of quote when auto-wrapping is enabled
10954                 compose_destroy(): destroy paned only if it's not
10955                 attached to window. Fixed memory leak of popup menu.
10956         * src/exphtmldlg.c
10957         * src/expldifdlg.c
10958                 replace old code
10959         * src/html.c
10960         * src/html.h
10961         * src/importmutt.c
10962         * src/importpine.c
10963                 replace old code
10964         * src/main.c
10965                 removed redundant code
10966         * src/mainwindow.c
10967                 changed 'Code set' (which is rather incorrect)
10968                 in the menu to 'Character encoding'
10969                 main_window_set_widgets(): request size first
10970                 to prevent window size becoming wrong
10971                 fixed remembering of the state of the visibility
10972                 of MessageView
10973         * src/messageview.c
10974                 changed 'Code set' (which is rather incorrect)
10975                 in the menu to 'Character encoding'
10976         * src/prefs_common.c
10977         * src/prefs_common.h
10978                 added an option whether to render HTML as text or not
10979                 added separators to outgoing encoding menu
10980         * src/procheader.c
10981                 procheader_scan_date_string(): support header
10982                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
10983         * src/summaryview.c
10984         * src/summaryview.h
10985                 minor code cleanup
10986         * src/textview.c
10987                 textview_show_html(): force output of newline
10988                 added an option whether to render HTML as text or not
10989         * src/common/utils.c
10990                 strncpy2(): optimized based on Alfons' code
10991         * src/gtk/gtkutils.c
10992         * src/gtk/gtkutils.h
10993                 removed non-used code
10994         * src/plugins/pgpmime/passphrase.c
10995                 partially fixed grab input of passphrase dialog
10996                 Confine pointer to window
10997
10998 2005-03-30 [colin]      1.9.6cvs11
10999
11000         * src/msgcache.c
11001         * src/msgcache.h
11002                 Read/write 32bit ints from cache & marks
11003                 From main.
11004
11005 2005-03-29 [paul]       1.9.6cvs10
11006
11007         * AUTHORS
11008         * ChangeLog.claws
11009         * src/compose.c
11010         * src/gtk/gtkaspell.c
11011                 sync with HEAD (don't pass NULL pointers) 
11012
11013 2005-03-24 [paul]
11014
11015         * tools/Makefile.am
11016         * tools/README
11017         * tools/acroread2sylpheed.pl
11018                 sync with HEAD (add script to send pdfs as
11019                 attachments from Adobe Reader 7)
11020
11021 2005-03-21 [paul]       1.9.6cvs9
11022
11023         * configure.ac
11024         * po/POTFILES.in
11025         * src/Makefile.am
11026         * src/crash.c
11027         * src/image_viewer.c ** ADDED **
11028         * src/image_viewer.h ** ADDED **
11029         * src/main.c
11030         * src/prefs_common.c
11031         * src/prefs_common.h
11032         * src/prefs_image_viewer.c ** ADDED **
11033         * src/prefs_image_viewer.h ** ADDED **
11034         * src/textview.c
11035         * src/gtk/about.c
11036         * src/pixmaps/sylpheed_logo.xpm
11037         * src/plugins/Makefile.am
11038         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11039         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11040         * src/plugins/image_viewer/plugin.c ** REMOVED **
11041         * src/plugins/image_viewer/viewer.c ** REMOVED **
11042         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11043         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11044         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11045         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11046         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11047                 as gdk-pixbuf is now built-in
11048                 remove image_viewer plugin and put code back into
11049                 main codebase
11050                 implement inline image display (sync with main)
11051
11052                 replace logo with newer, nicer, larger version  
11053
11054 2005-03-21 [paul]       1.9.6cvs8
11055
11056         * src/gtk/about.c
11057                 cosmetic improvement
11058
11059 2005-03-21 [holger]     1.9.6cvs7
11060
11061         * src/plugins/spamassassin/spamassassin.c
11062                 Sync with HEAD
11063                 (unregister hook on failed plugin init)
11064
11065 2005-03-20 [colin]      1.9.6cvs6
11066
11067         * src/common/plugin.c
11068                 Check that plugin isn't already loaded
11069                 Patch by Alfons
11070
11071 2005-03-20 [thorsten]   1.9.6cvs5
11072
11073         * src/compose.c
11074                 use a more compatible syntax
11075
11076 2005-03-20 [thorsten]   1.9.6cvs4
11077
11078         * src/prefs_toolbar.c
11079                 fix crash when selecting toolbar item (uninitialized pointer)
11080
11081 2005-03-20 [thorsten]   1.9.6cvs3
11082
11083         * src/procmime.c
11084                 fix mimetype detection (referenced free()d string)
11085
11086 2005-03-20 [paul]       1.9.6cvs2
11087
11088         * src/compose.c
11089                 sync with HEAD (1.0.3cvs5)
11090                 neglect Reply-To header if empty
11091                 Patch by Alfons 
11092
11093 2005-03-19 [holger]     1.9.6cvs1
11094
11095         * src/summaryview.c
11096         * src/summaryview.h
11097                 Sync with HEAD
11098
11099 2005-03-18 [paul]       1.9.6
11100
11101         initial GTK2 release
11102
11103 2005-03-18 [paul]       1.0.3cvs3.1
11104
11105         * AUTHORS
11106         * ChangeLog.claws
11107         * configure.ac
11108         * src/gtk/about.c
11109         * src/pixmaps/sylpheed_logo.xpm
11110                 sync with HEAD
11111
11112 2005-03-18 [colin]      1.0.3cvs2.6
11113
11114         * src/summaryview.c
11115                 Remove call to summary_step in summary_copy_selected_to
11116                 Can't see its purpose, and this causes bug when copying
11117                 a message if the next one is unread: it reads it.
11118
11119 2005-03-18 [paul]       1.0.3cvs2.5
11120
11121         * src/foldersel.c
11122                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11123
11124 2005-03-18 [paul]       1.0.3cvs2.4
11125
11126         * src/addrharvest.c
11127         * src/codeconv.c
11128         * src/codeconv.h
11129         * src/compose.c
11130         * src/news.c
11131         * src/procheader.c
11132         * src/procmime.c
11133         * src/unmime.c
11134         * src/unmime.h
11135                 fix buffer overflow, CAN-2005-0667, see
11136                 http://secunia.com/advisories/14491/
11137                 Patch by Alfons
11138
11139 2005-03-17 [colin]      1.0.3cvs2.3
11140
11141         * src/prefs_fonts.c
11142         * src/summaryview.c
11143                 Fix font bugs (both lists now officialy share 
11144                 the same font)
11145                 
11146
11147 2005-03-17 [paul]       1.0.3cvs2.2
11148
11149         * src/gtk/pluginwindow.c
11150                 make plugin descriptions uneditable
11151
11152 2005-03-11 [paul]       1.0.3cvs2.1
11153
11154         * ChangeLog.claws
11155         * configure.ac
11156         * po/POTFILES.in
11157         * src/plugins/trayicon/trayicon.c
11158                 sync with HEAD
11159                 add src/wizard.c to POTFILES.in
11160
11161 2005-03-11 [paul]       1.0.3cvs1.1
11162
11163         * ChangeLog
11164         * ChangeLog.claws
11165         * configure.ac
11166         * po/de.po
11167         * po/es.po
11168         * po/fr.po
11169         * po/it.po
11170         * po/pt_BR.po
11171         * po/ru.po
11172         * po/sk.po
11173         * po/sr.po
11174         * po/zh_CN.po
11175                 sync with HEAD
11176
11177 2005-03-04 [colin]      1.0.1cvs22.2
11178
11179         * src/compose.c
11180                 Fix signatures with accentued chars in it
11181
11182 2005-03-04 [colin]      1.0.1cvs22.1
11183
11184         * src/common/smtp.c
11185         * src/common/smtp.h
11186                 Don't use SIZE param in MAIL FROM: if server 
11187                 doesn't support it. Patch by Eugen Freiter
11188                 <eugen_f@users.sf.net>
11189
11190 2005-02-27 [paul]       1.0.1cvs20.1
11191
11192         * ChangeLog.claws
11193         * configure.ac
11194         * src/messageview.c
11195                 sync with HEAD
11196
11197 2005-02-27 [colin]      1.0.1cvs19.4
11198
11199         * src/procheader.c
11200         * src/procheader.h
11201                 Fix prototypes. Patch by Alfons
11202
11203 2005-02-27 [colin]      1.0.1cvs19.3
11204
11205         * src/compose.c
11206                 Don't auto-join the signature separator.
11207
11208 2005-02-26 [colin]      1.0.1cvs19.2
11209
11210         * src/summaryview.c
11211                 Fix 'mark all read' with collapsed threads.
11212                 Patch by Alfons.
11213
11214 2005-02-25 [paul]       1.0.1cvs19.1
11215
11216         * ChangeLog.claws
11217         * configure.ac
11218         * src/prefs_account.c
11219         * src/prefs_folder_item.c
11220         * src/gtk/prefswindow.c
11221         * src/gtk/prefswindow.h
11222                 sync with HEAD
11223
11224 2005-02-25 [paul]       1.0.1cvs15.12
11225
11226         * src/alertpanel.c
11227         * src/codeconv.c
11228         * src/compose.c
11229         * src/textview.c
11230         * src/gtk/gtkutils.c
11231         * src/gtk/gtkutils.h
11232         * src/gtk/logwindow.c
11233         * src/gtk/progressdialog.c
11234                 sync with main (revision 127)
11235                 and fix logwindow clipping
11236
11237 2005-02-24 [colin]      1.0.1cvs15.11
11238
11239         * src/plugins/pgpmime/passphrase.c
11240                 Disable input grabbing; it doesn't work yet.
11241
11242 2005-02-24 [colin]      1.0.1cvs15.10
11243
11244         * src/messageview.c
11245                 Don't send out receipts if offline. Ask.
11246
11247 2005-02-23 [colin]      1.0.1cvs15.9
11248
11249         * src/summaryview.c     
11250                 Fix expanding
11251
11252 2005-02-23 [colin]      1.0.1cvs15.8
11253
11254         * src/summaryview.c
11255                 Really fix Bug 568 by removing useless
11256                 calls. summary_thread_init() now called
11257                 in summary_sort(). This should please
11258                 Alfons as it should be faster than 
11259                 previously.
11260
11261 2005-02-23 [colin]      1.0.1cvs15.7
11262
11263         * src/compose.c
11264                 Encode parts as QP or B64 if signing
11265
11266 2005-02-23 [colin]      1.0.1cvs15.6
11267
11268         * src/compose.c
11269                 Fix Mimeinfo leakage (including tmp files)
11270         * src/procmsg.c
11271                 Fix tmp file leakage (spotted by Ivan Rayner)
11272
11273 2005-02-22 [colin]      1.0.1cvs15.5
11274
11275         * src/expldifdlg.c
11276                 Fix keyboard input. Patch by Alfons.
11277
11278 2005-02-21 [colin]      1.0.1cvs15.4
11279
11280         * src/compose.c
11281                 Fix Sign/Encrypt when unselecting privacy
11282                 system
11283         * src/prefs_common.c
11284                 Change default message font to Monospace
11285         * src/summaryview.c
11286                 More freezing during potentially large operations
11287
11288 2005-02-21 [paul]       1.0.1cvs15.3
11289
11290         * src/main.c
11291                 fix --help output
11292
11293 2005-02-21 [paul]       1.0.1cvs15.2
11294
11295         * po/Makefile.in.in
11296         * src/compose.c
11297         * src/summaryview.c
11298         * src/textview.c
11299         * src/common/utils.c
11300         * src/common/utils.h
11301                 sync with main (revision 117)
11302
11303 2005-02-20 [colin]      1.0.1cvs15.1
11304
11305         * src/common/defs.h
11306                 Change cache file to .sylpheed_claws_cache, as
11307                 suggested by Alfons. Allows people to switch
11308                 between Sylpheed and Sylpheed-Claws. it is
11309                 a good idea to "Check for new messages" at next
11310                 startup.
11311
11312
11313 2005-02-18 [colin]      1.0.1cvs14.1
11314
11315         * src/quote_fmt_lex.l
11316         * src/quote_fmt_parse.y
11317                 Fix parser initialisation. Patch by Ivan.
11318
11319 2005-02-18 [colin]      1.0.1cvs11.6
11320
11321         * src/folderview.c
11322                 Fix scrolldown (bug 662)
11323
11324 2005-02-17 [colin]      1.0.1cvs11.5
11325
11326         * src/codeconv.c
11327                 conv_filename_to_utf8: return clean 7bit instead
11328                 of broken utf8 if needed
11329         * src/mimeview.c
11330                 Fix display of parts with unclean 8bit names
11331
11332 2005-02-17 [paul]       1.0.1cvs11.4
11333
11334         * src/compose.c
11335         * src/exportldif.c
11336         * src/matcher_parser_parse.y
11337         * src/procmime.c
11338         * src/sourcewindow.c
11339         * src/common/Makefile.am
11340         * src/common/intl.h             ** REMOVED **
11341         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11342                 sync with main (revision 109)
11343                 and clean up
11344
11345 2005-02-16 [colin]      1.0.1cvs11.3
11346
11347         * src/summaryview.c
11348                 Fix collapsed thread not highlighting when new
11349                 messages in it (Bug 568) Patch by Stephan Sachse.
11350                 Fix messed up selection when reaching bounds (Bug 632)
11351         * src/prefs_themes.c
11352                 Fix theme installing (Bug 684)
11353
11354 2005-02-16 [colin]      1.0.1cvs11.2
11355
11356         * src/messageview.c
11357                 Fix messageview_select_all
11358
11359 2005-02-16 [colin]      1.0.1cvs11.1
11360
11361         * src/mh.c
11362                 Sync with HEAD (MH scan required function)
11363
11364 2005-02-15 [colin]      1.0.1cvs8.1
11365
11366         * src/mimeview.c
11367         * src/common/utils.c
11368                 Sync with HEAD (filename chars substitution)
11369
11370 2005-02-15 [colin]      1.0.1cvs7.3
11371
11372         * src/gtk/pluginwindow.c
11373                 Fix button spacing
11374
11375 2005-02-15 [colin]      1.0.1cvs7.2
11376
11377         * src/mimeview.c
11378                 Fix mime icons not reset across message when
11379                 scrolled down
11380
11381 2005-02-15 [colin]      1.0.1cvs7.1
11382
11383         * src/compose.c
11384         * src/procmime.c
11385                 Sync with HEAD (optimisation of cvs6)
11386
11387 2005-02-14 [colin]      1.0.1cvs6.1
11388
11389         * src/compose.c
11390         * src/procmime.c
11391                 Sync with HEAD (encode "From " at line beginning)
11392
11393 2005-02-14 [colin]      1.0.1cvs5.3
11394
11395         * src/compose.c
11396                 Fix wrapping with accentued chars.
11397
11398 2005-02-13 [colin]      1.0.1cvs5.2
11399
11400         * src/textview.c
11401                 Fix email informative part parsing with
11402                 accentued chars in it. ispunct() returns
11403                 true for them in utf8...
11404
11405 2005-02-12 [colin]      1.0.1cvs5.1
11406
11407         * src/filtering.c
11408                 Sync with HEAD (remove wrong use of compose after send)
11409
11410 2005-02-12 [paul]       1.0.1cvs4.5
11411
11412         * src/textview.c
11413                 remove unnecessary code (thanks to Alfons)
11414
11415 2005-02-12 [paul]       1.0.1cvs4.4
11416
11417         * src/textview.c
11418                 add 'Copy' to contextual menu on emails
11419
11420 2005-02-11 [colin]      1.0.1cvs4.3
11421
11422         * src/compose.c
11423                 revert 1.0.0cvs28.2, it doesn't work that well.
11424
11425 2005-02-11 [paul]       1.0.1cvs4.2
11426
11427         * po/Makefile.in.in
11428                 fix 'make release'
11429
11430 2005-02-10 [paul]       1.0.1cvs4.1
11431
11432         * ChangeLog
11433         * ChangeLog.claws
11434         * ChangeLog.jp
11435         * configure.ac
11436         * src/compose.c
11437                 sync with HEAD (sync with main)
11438
11439 2005-02-10 [paul]       1.0.1cvs3.2
11440
11441         * AUTHORS
11442         * Makefile.am
11443         * autogen.sh
11444         * configure.ac
11445         * config/mkinstalldirs
11446         * intl/.cvsignore
11447         * intl/ChangeLog
11448         * intl/VERSION
11449         * intl/bindtextdom.c
11450         * intl/config.charset
11451         * intl/dcgettext.c
11452         * intl/dcigettext.c
11453         * intl/dcngettext.c
11454         * intl/dgettext.c
11455         * intl/dngettext.c
11456         * intl/eval-plural.h
11457         * intl/explodename.c
11458         * intl/finddomain.c
11459         * intl/gettext.c
11460         * intl/gettextP.h
11461         * intl/gmo.h
11462         * intl/hash-string.h
11463         * intl/intl-compat.c
11464         * intl/l10nflist.c
11465         * intl/libgnuintl.h.in
11466         * intl/loadinfo.h
11467         * intl/loadmsgcat.c
11468         * intl/localcharset.c
11469         * intl/localcharset.h
11470         * intl/locale.alias
11471         * intl/localealias.c
11472         * intl/localename.c
11473         * intl/log.c
11474         * intl/ngettext.c
11475         * intl/os2compat.c
11476         * intl/os2compat.h
11477         * intl/osdep.c
11478         * intl/plural-exp.c
11479         * intl/plural-exp.h
11480         * intl/plural.c
11481         * intl/plural.y
11482         * intl/ref-add.sin
11483         * intl/ref-del.sin
11484         * intl/relocatable.c
11485         * intl/relocatable.h
11486         * intl/textdomain.c
11487         * m4/Makefile.am
11488         * po/Makefile.in.in
11489         * src/Makefile.am
11490         * src/account.c
11491         * src/action.c
11492         * src/addr_compl.c
11493         * src/addressadd.c
11494         * src/addressbook.c
11495         * src/addrgather.c
11496         * src/addrindex.c
11497         * src/alertpanel.c
11498         * src/browseldap.c
11499         * src/codeconv.c
11500         * src/codeconv.h
11501         * src/compose.c
11502         * src/compose.h
11503         * src/crash.c
11504         * src/editaddress.c
11505         * src/editbook.c
11506         * src/editgroup.c
11507         * src/editjpilot.c
11508         * src/editldap.c
11509         * src/editldap_basedn.c
11510         * src/editvcard.c
11511         * src/exphtmldlg.c
11512         * src/expldifdlg.c
11513         * src/export.c
11514         * src/exporthtml.c
11515         * src/filtering.c
11516         * src/folder.c
11517         * src/folder_item_prefs.c
11518         * src/foldersel.c
11519         * src/folderview.c
11520         * src/grouplistdialog.c
11521         * src/headerview.c
11522         * src/imap.c
11523         * src/imap_gtk.c
11524         * src/import.c
11525         * src/importldif.c
11526         * src/importmutt.c
11527         * src/importpine.c
11528         * src/inc.c
11529         * src/ldif.c
11530         * src/main.c
11531         * src/mainwindow.c
11532         * src/matcher.c
11533         * src/mbox.c
11534         * src/message_search.c
11535         * src/messageview.c
11536         * src/mh.c
11537         * src/mh_gtk.c
11538         * src/mimeview.c
11539         * src/msgcache.c
11540         * src/news.c
11541         * src/news_gtk.c
11542         * src/noticeview.c
11543         * src/partial_download.c
11544         * src/pop.c
11545         * src/prefs_account.c
11546         * src/prefs_actions.c
11547         * src/prefs_common.c
11548         * src/prefs_customheader.c
11549         * src/prefs_display_header.c
11550         * src/prefs_ext_prog.c
11551         * src/prefs_filtering.c
11552         * src/prefs_filtering_action.c
11553         * src/prefs_folder_item.c
11554         * src/prefs_fonts.c
11555         * src/prefs_gtk.c
11556         * src/prefs_matcher.c
11557         * src/prefs_msg_colors.c
11558         * src/prefs_spelling.c
11559         * src/prefs_summary_column.c
11560         * src/prefs_template.c
11561         * src/prefs_themes.c
11562         * src/prefs_toolbar.c
11563         * src/prefs_wrapping.c
11564         * src/privacy.c
11565         * src/procheader.c
11566         * src/procmime.c
11567         * src/procmsg.c
11568         * src/quote_fmt.c
11569         * src/recv.c
11570         * src/send_message.c
11571         * src/setup.c
11572         * src/sourcewindow.c
11573         * src/ssl_manager.c
11574         * src/statusbar.c
11575         * src/summary_search.c
11576         * src/summaryview.c
11577         * src/textview.c
11578         * src/toolbar.c
11579         * src/wizard.c
11580         * src/common/nntp.c
11581         * src/common/plugin.c
11582         * src/common/smtp.c
11583         * src/common/ssl.c
11584         * src/common/ssl_certificate.c
11585         * src/common/string_match.c
11586         * src/common/sylpheed.c
11587         * src/common/template.c
11588         * src/common/utils.c
11589         * src/gtk/about.c
11590         * src/gtk/colorlabel.c
11591         * src/gtk/description_window.c
11592         * src/gtk/filesel.c
11593         * src/gtk/foldersort.c
11594         * src/gtk/gtkaspell.c
11595         * src/gtk/gtkutils.c
11596         * src/gtk/inputdialog.c
11597         * src/gtk/logwindow.c
11598         * src/gtk/menu.c
11599         * src/gtk/pluginwindow.c
11600         * src/gtk/prefswindow.c
11601         * src/gtk/progressdialog.c
11602         * src/gtk/quicksearch.c
11603         * src/gtk/sslcertwindow.c
11604         * src/plugins/clamav/clamav_plugin.c
11605         * src/plugins/clamav/clamav_plugin_gtk.c
11606         * src/plugins/demo/demo.c
11607         * src/plugins/dillo_viewer/dillo_prefs.c
11608         * src/plugins/dillo_viewer/dillo_viewer.c
11609         * src/plugins/image_viewer/plugin.c
11610         * src/plugins/image_viewer/viewer.c
11611         * src/plugins/image_viewer/viewerprefs.c
11612         * src/plugins/mathml_viewer/mathml_viewer.c
11613         * src/plugins/pgpmime/passphrase.c
11614         * src/plugins/pgpmime/plugin.c
11615         * src/plugins/pgpmime/prefs_gpg.c
11616         * src/plugins/pgpmime/select-keys.c
11617         * src/plugins/pgpmime/sgpgme.c
11618         * src/plugins/spamassassin/spamassassin.c
11619         * src/plugins/spamassassin/spamassassin_gtk.c
11620         * src/plugins/trayicon/trayicon.c
11621                 sync with main (revision 104)
11622
11623 2005-02-10 [colin]      1.0.1cvs3.1
11624
11625         * src/mainwindow.c
11626                 Sync with HEAD (fix occasional crasher)
11627
11628 2005-02-10 [colin]      1.0.1cvs2.1
11629
11630         * src/messageview.c
11631                 Synw with HEAD (don't automatically display html)
11632
11633 2005-02-09 [colin]      1.0.1cvs1.3
11634
11635         * src/textview.c
11636         * src/textview.h
11637                 Add contextual menu on emails
11638
11639 2005-02-09 [colin]      1.0.1cvs1.2
11640
11641         * src/codeconv.c
11642                 Fix converting from broken headers and 
11643                 put back the _ in missing places
11644                 (feature broke with cvs24.2 sync, main 
11645                  possibly affected?)
11646
11647 2005-02-09 [colin]      1.0.1cvs1.1
11648
11649         * src/messageview.c
11650         * src/mimeview.c
11651         * src/mimeview.h
11652                 Sync with HEAD (display non text/plain mails with plugin)
11653
11654 2005-02-08 [colin]      1.0.1.1
11655
11656         * ChangeLog.claws
11657         * po/pt_BR.po
11658                 Sync with HEAD
11659         * configure.ac
11660                 Make default configuration directory 
11661                 be .sylpheed-gtk2
11662
11663 2005-02-08 [colin]      1.0.0cvs29.1
11664
11665         * po/de.po
11666         * po/es.po
11667         * po/fr.po
11668         * po/it.po
11669         * po/sk.po
11670         * po/sr.po
11671                 Sync translations with HEAD
11672
11673 2005-02-06 [colin]      1.0.0cvs28.3
11674
11675         * src/compose.c
11676                 Make compose a bit faster - patch by Alfons.
11677
11678 2005-02-06 [colin]      1.0.0cvs28.2
11679
11680         * src/compose.c
11681                 Make pasting via middle-click more reliable
11682
11683 2005-02-05 [paul]       1.0.0cvs28.1
11684
11685         * ChangeLog
11686         * ChangeLog.claws
11687         * ChangeLog.jp
11688         * configure.ac
11689         * src/compose.c
11690                 sync with HEAD
11691                 (fix bug 682 'redirect is broken'
11692
11693 2005-02-05 [torte]      1.0.0cvs27.1
11694
11695         * ChangeLog.claws
11696         * configure.ac
11697         * src/partial_download.c
11698                 Sync with HEAD (fix buf overflow)
11699
11700 2005-02-03 [colin]      1.0.0cvs26.1
11701
11702         * src/common/plugin.c
11703                 Sync with HEAD (avoid plugin mismatches)
11704
11705 2005-02-03 [paul]       1.0.0cvs25.3
11706
11707         * src/folderview.c
11708         * src/headerview.c
11709         * src/summaryview.c
11710         * src/textview.c
11711         * src/gtk/colorlabel.c
11712                 third and final part of initial sync with main-gtk2
11713
11714 2005-02-03 [paul]       1.0.0cvs25.2
11715
11716         * src/jpilot.c
11717                 fix building with jpilot support
11718
11719 2005-02-02 [colin]      1.0.0cvs25.1
11720
11721         * src/messageview.c
11722                 Sync with HEAD (fix dangerous typo)
11723
11724 2005-02-01 [colin]      1.0.0cvs24.3
11725
11726         * src/common/xml.c
11727                 Write file as advertised (UTF-8)
11728
11729 2005-02-01 [paul]       1.0.0cvs24.2
11730
11731         * src/addrbook.c
11732         * src/addrindex.c
11733         * src/alertpanel.h
11734         * src/codeconv.c
11735         * src/codeconv.h
11736         * src/compose.c
11737         * src/export.c
11738         * src/folder_item_prefs.c
11739         * src/html.c
11740         * src/imap.c
11741         * src/import.c
11742         * src/jpilot.c
11743         * src/mainwindow.c
11744         * src/matcher_parser_lex.l
11745         * src/messageview.c
11746         * src/mh.c
11747         * src/prefs_account.c
11748         * src/prefs_actions.c
11749         * src/prefs_common.c
11750         * src/prefs_gtk.c
11751         * src/prefs_gtk.h
11752         * src/prefs_themes.c
11753         * src/procheader.c
11754         * src/procmime.c
11755         * src/sourcewindow.c
11756         * src/statusbar.c
11757         * src/summaryview.c
11758         * src/textview.c
11759         * src/toolbar.c
11760         * src/unmime.c
11761         * src/common/template.c
11762         * src/common/utils.c
11763         * src/common/xml.c
11764         * src/common/xml.h
11765         * src/gtk/gtkaspell.c
11766         * src/plugins/clamav/clamav_plugin.c
11767         * src/plugins/dillo_viewer/dillo_prefs.c
11768         * src/plugins/image_viewer/viewerprefs.c
11769         * src/plugins/pgpmime/passphrase.c
11770         * src/plugins/pgpmime/prefs_gpg.c
11771         * src/plugins/pgpmime/select-keys.c
11772         * src/plugins/spamassassin/spamassassin.c
11773                 second part of initial sync with main-gtk2
11774                 (more to follow)
11775
11776 2005-01-31 [colin]      1.0.0cvs24.1
11777
11778         * src/compose.c
11779                 Sync with HEAD
11780
11781 2005-01-29 [paul]       1.0.0cvs23.2
11782
11783         * src/account.c
11784         * src/action.c
11785         * src/addressadd.c
11786         * src/addressbook.c
11787         * src/alertpanel.c
11788         * src/compose.c
11789         * src/editaddress.c
11790         * src/editbook.c
11791         * src/editgroup.c
11792         * src/editjpilot.c
11793         * src/editldap.c
11794         * src/editldap_basedn.c
11795         * src/editvcard.c
11796         * src/export.c
11797         * src/foldersel.c
11798         * src/grouplistdialog.c
11799         * src/import.c
11800         * src/importldif.c
11801         * src/inc.c
11802         * src/main.c
11803         * src/mainwindow.c
11804         * src/message_search.c
11805         * src/messageview.c
11806         * src/mimeview.c
11807         * src/prefs_actions.c
11808         * src/prefs_common.c
11809         * src/prefs_common.h
11810         * src/prefs_customheader.c
11811         * src/prefs_display_header.c
11812         * src/prefs_filtering.c
11813         * src/prefs_filtering_action.c
11814         * src/prefs_gtk.c
11815         * src/prefs_matcher.c
11816         * src/prefs_summary_column.c
11817         * src/prefs_template.c
11818         * src/sourcewindow.c
11819         * src/summary_search.c
11820         * src/summaryview.c
11821         * src/textview.c
11822         * src/gtk/about.c
11823         * src/gtk/description_window.c
11824         * src/gtk/gtkshruler.c
11825         * src/gtk/gtkutils.c
11826         * src/gtk/gtkutils.h
11827         * src/gtk/inputdialog.c
11828         * src/gtk/logwindow.c
11829         * src/gtk/prefswindow.c
11830         * src/gtk/progressdialog.c
11831         * src/gtk/progressdialog.h
11832                 first part of initial sync with main-gtk2
11833                 (more to follow)
11834
11835 2005-01-28 [colin]      1.0.0cvs23.1
11836
11837         * src/folderview.c
11838                 Sync with HEAD
11839
11840 2005-01-27 [colin]      1.0.0cvs21.1
11841
11842         * src/folder.c
11843         * src/folderview.c
11844                 Sync with HEAD
11845
11846 2005-01-27 [colin]      1.0.0cvs19.1
11847
11848         * src/procmime.c
11849                 Sync with HEAD
11850
11851 2005-01-27 [colin]      1.0.0cvs18.1
11852
11853         * src/messageview.c
11854         * src/summaryview.c
11855         * src/mainwindow.c
11856         * src/compose.c
11857         * src/compose.h
11858         * src/procmsg.c
11859         * src/procmsg.h
11860         * src/toolbar.c
11861                 Sync with HEAD
11862
11863 2005-01-26 [paul]       1.0.0cvs15.2
11864
11865         * src/compose.c
11866                 compose_entries_set(): convert subject and body to
11867                 utf8 if necessary. patch by Felix Eckhofer
11868
11869 2005-01-26 [paul]       1.0.0cvs15.1
11870
11871         * configure.ac
11872         * src/common/template.c
11873                 sync with HEAD (fix memory leak)
11874
11875 2005-01-25 [paul]       1.0.0cvs14.1
11876
11877         * configure.ac
11878         * src/compose.c
11879                 sync with HEAD
11880
11881 2005-01-24 [colin]      1.0.0cvs13.1
11882
11883         * src/summaryview.c
11884                 Sync with HEAD
11885
11886 2005-01-24 [paul]       1.0.0cvs12.1
11887
11888         * configure.ac
11889         * src/messageview.c
11890         * src/mh.c
11891         * src/common/utils.c
11892                 sync with HEAD
11893
11894 2005-01-24 [colin]      1.0.0cvs11.1
11895
11896         * src/procheader.c
11897                 Sync with HEAD
11898
11899 2005-01-24 [colin]      1.0.0cvs10.1
11900
11901         * src/folderview.c
11902                 Sync with HEAD
11903
11904 2005-01-23 [colin]      1.0.0cvs9.1
11905
11906         * src/crash.c
11907                 Sync with HEAD
11908
11909 2005-01-22 [colin]      1.0.0cvs8.1
11910
11911         * src/summaryview.c
11912         * src/gtk/quicksearch.c
11913                 Sync with HEAD
11914
11915 2005-01-21 [colin]      1.0.0cvs7.1
11916
11917         * src/summaryview.c
11918                 Sync with HEAD
11919
11920 2005-01-21 [colin]      1.0.0cvs6.1
11921
11922         * src/summaryview.c
11923                 Sync with HEAD
11924
11925 2005-01-21 [colin]      1.0.0cvs5.1
11926
11927         * src/gtk/quicksearch.c
11928         * src/prefs_common.c
11929         * src/prefs_common.h
11930                 Sync with HEAD (recurse option)
11931
11932 2005-01-21 [colin]      1.0.0cvs4.1
11933
11934         * src/folder.h
11935         * src/folderview.c
11936         * src/folderview.h
11937         * src/summaryview.c
11938         * src/gtk/quicksearch.c
11939         * src/gtk/quicksearch.h
11940                 Sync with HEAD (recursive quicksearch)
11941
11942 2005-01-20 [colin]      1.0.0cvs3.4
11943
11944         * src/ssl_manager.c
11945                 Remove useless code
11946
11947 2005-01-20 [colin]      1.0.0cvs3.3
11948
11949         * src/ssl_manager.c
11950                 Fix leak, thanks to Alfons.
11951
11952 2005-01-20 [colin]      1.0.0cvs3.2
11953
11954         * src/ssl_manager.c
11955                 Port SSL certificate window to GTK2.
11956
11957 2005-01-20 [paul]       1.0.0cvs3.1
11958
11959         * ChangeLog.claws
11960         * configure.ac
11961         * src/addrindex.c
11962         * src/addrindex.h
11963                 sync with HEAD
11964
11965 2005-01-19 [colin]      1.0.0cvs2.2
11966
11967         * src/plugins/trayicon/trayicon.c
11968                 Fix freeze with gtk-2.6, the easy way
11969                 (signal blocking helpless there...)
11970                 Closes bug #668.
11971
11972 2005-01-19 [colin]      1.0.0cvs2.1
11973
11974         * src/mbox.c
11975         * src/mbox.h
11976         * src/mainwindow.c
11977         * src/summaryview.c
11978         * src/summaryview.h
11979                 Sync with HEAD
11980
11981 2005-01-19 [paul]       1.0.0cvs1.1
11982
11983         * configure.ac
11984         * po/de.po
11985         * po/es.po
11986         * po/fr.po
11987         * po/hr.po
11988         * po/it.po
11989         * po/ja.po
11990         * po/ko.po
11991         * po/pt_BR.po
11992         * po/ru.po
11993         * po/sk.po
11994         * po/sr.po
11995                 sync with HEAD (update translations)
11996
11997 2005-01-18 [colin]      1.0.0cvs0.1
11998
11999         * src/foldersel.c
12000                 Specify search column - patch by Alfons
12001
12002 2005-01-18 [colin]      0.9.13cvs36.3
12003
12004         * src/prefs_toolbar.c
12005                 Change Delete to Remove
12006         * src/prefs_fonts.c
12007                 GTK2 version and leak fixes
12008         * src/prefs_actions.c
12009                 Add stock buttons.
12010                 All patches by Alfons
12011
12012 2005-01-17 [colin]      0.9.13cvs36.2
12013
12014         * src/compose.c
12015                 Fix DnD inserting twice. While at it,
12016                 add DnD support for text/plain in the
12017                 body, and add support in the headers.
12018
12019 2005-01-16 [colin]      0.9.13cvs36.1
12020
12021         * ChangeLog
12022         * ChangeLog.jp
12023         * ChangeLog.claws
12024                 Sync with HEAD (nothing applicable)
12025
12026 2005-01-16 [colin]      0.9.13cvs33.2
12027
12028         * src/prefs_toolbar.c
12029                 GTK2ize prefs_toolbar, by Alfons.
12030
12031 2005-01-14 [colin]      0.9.13cvs33.1
12032
12033         * src/html.c
12034         * src/msgcache.c
12035                 Sync with HEAD
12036
12037 2005-01-14 [colin]      0.9.13cvs32.1
12038
12039         * src/html.c
12040         * src/html.h
12041         * src/msgcache.c
12042         * AUTHORS
12043         * tools/calypso_convert.pl
12044                 Sync with HEAD
12045
12046 2005-01-08 [colin]      0.9.13cvs29.2
12047
12048         * src/prefs_filtering_action.c
12049         * src/prefs_filtering.c
12050                 2 more gtk2 patches by Alfons
12051
12052 2005-01-07 [paul]       0.9.13cvs29.1
12053
12054         * ChangeLog
12055         * ChangeLog.claws
12056         * ChangeLog.jp
12057         * configure.ac
12058         * src/pop.c
12059         * src/pop.h
12060                 sync with HEAD
12061
12062 2005-01-07 [colin]      0.9.13cvs28.3
12063
12064         * src/gtk/progressdialog.c
12065         * src/gtk/progressdialog.h
12066         * src/inc.c
12067         * src/send_message.c
12068                 GTK2 for the incorporation dialog. The CList isn't dead
12069                 yet, for a more smooth migration. Patch by Alfons.
12070
12071 2005-01-06 [colin]      0.9.13cvs28.2
12072
12073         * src/prefs_display_header.c
12074                 GTK2 conversion by Alfons
12075         * src/prefs_actions.c
12076         * src/prefs_matcher.c
12077                 Fix 2 leaks - patch by Alfons
12078
12079 2005-01-06 [colin]      0.9.13cvs28.1
12080
12081         * src/prefs_matcher.c
12082                 Sync with HEAD
12083
12084 2005-01-06 [colin]      0.9.13cvs27.4
12085
12086         * src/prefs_matcher.c
12087                 Fix double-free. Patch by Alfons
12088
12089 2005-01-06 [colin]      0.9.13cvs27.3
12090
12091         * src/prefs_matcher.c
12092                 GTK2 widgets + memleak
12093                 Patch by Alfons
12094
12095 2005-01-05 [colin]      0.9.13cvs27.2
12096
12097         * src/account.c
12098         * src/addr_compl.c
12099         * src/foldersel.c
12100         * src/stock_pixmap.c
12101         * src/stock_pixmap.h
12102                 3 more GTK2 patches by Alfons.
12103
12104 2005-01-04 [colin]      0.9.13cvs27.1
12105
12106         * src/folderview.c
12107         * src/imap_gtk.c
12108         * src/news_gtk.c
12109                 Sync with HEAD
12110
12111 2005-01-04 [colin]      0.9.13cvs25.9
12112
12113         * src/compose.c
12114                 Fix Show Ruler menuitem
12115         * src/prefs_template.c
12116                 Convert to GTK2
12117         * src/common/utils.c
12118                 Make auto pointer stuff handles NULLs
12119                 Patches by Alfons.
12120
12121 2005-01-04 [colin]      0.9.13cvs25.8
12122
12123         * src/compose.c
12124                 Move the attachment list to gtk2
12125                 Patch by Alfons.
12126
12127 2005-01-04 [colin]      0.9.13cvs25.7
12128
12129         * src/textview.c
12130                 Make some keys work again
12131                 Patch by SungHyun Nam <namsh@kldp.org>
12132
12133 2005-01-04 [colin]      0.9.13cvs25.6
12134
12135         * src/gtk/gtkshruler.c
12136                 Move the ruler to GTK2
12137                 Patch by Alfons
12138
12139 2005-01-03 [colin]      0.9.13cvs25.5
12140
12141         * src/compose.c
12142                 Fix my broken patch apply 
12143
12144 2005-01-03 [colin]      0.9.13cvs25.4
12145
12146         * src/common/utils.c
12147         * src/common/utils.h
12148         * src/gtk/prefswindow.c
12149                 Move auto pointer stuff to utils.c
12150                 Patch by Alfons again :)
12151
12152 2005-01-03 [colin]      0.9.13cvs25.3
12153
12154         * src/compose.c
12155         * src/prefs_gtk.c
12156         * src/prefs_template.c
12157         * src/textview.c
12158                 Empty text widgets with empty strings, not NULL char
12159                 Patch by SungHyun Nam <namsh@kldp_org>
12160
12161 2005-01-03 [colin]      0.9.13cvs25.2
12162
12163         * src/main.c
12164         * AUTHORS
12165                 Sync with HEAD
12166
12167 2005-01-03 [colin]      0.9.13cvs25.1
12168
12169         * src/pop.c
12170         * src/pop.h
12171                 Sync with HEAD
12172
12173 2005-01-03 [colin]      0.9.13cvs24.3
12174
12175         * src/account.c
12176                 Two patches from Alfons and Alex S Moore:
12177                 fix images, fix return value.
12178
12179 2005-01-01 [colin]      0.9.13cvs24.2
12180
12181         * src/prefs_actions.c
12182                 Fix over-zealous assertion. Patch by Alfons
12183
12184 2005-01-01 [colin]      0.9.13cvs24.1
12185
12186         * src/procmime.c
12187                 Sync with HEAD (leak fix)
12188
12189 2004-12-31 [colin]      0.9.13cvs23.2
12190
12191         * src/prefs_common.c
12192                 GTK2 widgets + stock buttons - patch by Alfons
12193
12194 2004-12-31 [paul]       0.9.13cvs23.1
12195
12196         * configure.ac
12197                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12198         * src/gtk/pluginwindow.c
12199                 use GTK2 widgets and plug memory leaks,
12200                 patches by Alfons
12201
12202 2004-12-30 [colin]      0.9.13cvs22.4
12203
12204         * src/account.c
12205         * src/action.c
12206         * src/export.c
12207         * src/foldersel.c
12208         * src/import.c
12209         * src/message_search.c
12210         * src/prefs_actions.c
12211         * src/prefs_common.c
12212         * src/prefs_customheader.c
12213         * src/prefs_filtering.c
12214         * src/prefs_summary_column.c
12215         * src/summary_search.c
12216         * src/gtk/about.c
12217         * src/gtk/description_window.c
12218         * src/gtk/gtkutils.c
12219         * src/gtk/gtkutils.h
12220         * src/gtk/inputdialog.c
12221         * src/gtk/prefswindow.c
12222                 Use GTK2 stock buttons. Patches by Alfons.
12223
12224 2004-12-30 [colin]      0.9.13cvs22.3
12225
12226         * src/account.c
12227                 Sync with HEAD
12228         * src/prefs_actions.c
12229         * src/prefs_customheader.c
12230         * src/prefs_filtering.c
12231         * src/prefs_msg_colors.c
12232         * src/prefs_summary_column.c
12233         * src/gtk/prefswindow.c
12234                 Use GtkTreeView instead of deprecated 
12235                 widgets. Patches by Alfons.
12236
12237 2004-12-30 [paul]       0.9.13cvs22.2
12238
12239         * src/foldersel.c
12240                 use GTK 2 Tree View
12241                 patch by Alfons, with root folder sorting fix
12242                 by Stephan Sachse
12243
12244 2004-12-30 [paul]       0.9.13cvs22.1
12245
12246         * ChangeLog
12247         * ChangeLog.claws
12248         * ChangeLog.jp
12249         * NEWS
12250         * configure.ac
12251         * src/account.c
12252                 sync with HEAD
12253
12254 2004-12-22 [martin]     0.9.13cvs21.2
12255
12256         * src/action.c
12257                 free the command line after its use
12258
12259 2004-12-18 [paul]       0.9.13cvs21.1
12260
12261         * AUTHORS
12262         * ChangeLog
12263         * ChangeLog.claws
12264         * ChangeLog.jp
12265         * NEWS
12266         * configure.ac
12267         * src/action.c
12268         * src/compose.c
12269         * src/syldap.c
12270                 sync with HEAD
12271
12272 2004-12-17 [martin]     0.9.13cvs17.2
12273
12274         * src/action.c
12275                 convert actions input to locale
12276         * src/inc.c
12277                 convert notification command to locale
12278         * src/plugins/pgpmime/select-keys.c
12279                 convert attributes to utf8
12280
12281 2004-12-14 [colin]      0.9.13cvs17.1
12282
12283         * ChangeLog
12284         * ChangeLog.jp
12285         * ChangeLog.claws
12286         * src/action.c
12287         * src/common/utils.c
12288         * src/gtk/prefswindow.c
12289         * src/gtk/gtkutils.c
12290         * src/gtk/gtkutils.h
12291         * src/plugins/spamassassin/libspamc.c
12292                 Sync with HEAD
12293
12294 2004-12-13 [colin]      0.9.13cvs14.1
12295
12296         * src/quote_fmt_parse.y
12297                 Sync with HEAD
12298
12299 2004-12-10 [colin]      0.9.13cvs12.1
12300
12301         * src/prefs_themes.c
12302         * src/mainwindow.c
12303         * src/messageview.c
12304                 Sync with HEAD
12305
12306 2004-12-09 [colin]      0.9.13cvs10.1
12307
12308         * src/procmime.c
12309                 Sync with HEAD (fix B64 encoding from memory)
12310
12311 2004-12-08 [colin]      0.9.13cvs9.1
12312
12313         * src/gtk/colorlabel.c
12314                 Sync with HEAD
12315
12316 2004-12-08 [paul]       0.9.13cvs8.2
12317
12318         * src/gtk/pluginwindow.c
12319                 fix window resizing oddities
12320
12321 2004-12-08 [colin]      0.9.13cvs8.1
12322
12323         * src/quote_fmt_parse.y
12324                 Sync with HEAD
12325
12326 2004-12-08 [colin]      0.9.13cvs7.1
12327
12328         * src/matcher_parser_parse.y
12329         * src/msgcache.c
12330         * src/prefs_matcher.c
12331         * src/procheader.c
12332         * src/matcher.c
12333         * src/common/defs.h
12334         * po/sr.po
12335                 Sync with HEAD
12336
12337 2004-12-08 [colin]      0.9.13cvs6.1
12338
12339         * src/quote_fmt_parse.y
12340         * src/textview.c
12341                 Sync with HEAD
12342         * src/gtk/prefswindow.c
12343         * src/gtk/pluginwindow.c
12344                 Fix G_CALLBACKS protos (thanks to Alfons)
12345
12346 2004-12-07 [torte]      0.9.13cvs2.2
12347
12348         * src/procmime.c
12349                 [Bug 650] reply button causes crash
12350                 Thanks to David Relson and Christoph
12351
12352 2004-12-07 [colin]      0.9.13cvs2.1
12353
12354         * ChangeLog.claws
12355         * AUTHORS
12356         * po/sk.po
12357         * src/procmime.c
12358         * src/prefs_account.c
12359         * src/common/smtp.c
12360         * src/common/smtp.h
12361                 Sync with HEAD
12362
12363 2004-12-06 [colin]      0.9.12cvs187.1
12364
12365         * ChangeLog.claws
12366         * INSTALL
12367         * Makefile.am
12368         * README.claws
12369         * TODO.claws
12370         * configure.ac
12371         * po/bg.po
12372         * po/cs.po
12373         * po/el.po
12374         * po/en_GB.po
12375         * po/es.po
12376         * po/fr.po
12377         * po/hr.po
12378         * po/hu.po
12379         * po/it.po
12380         * po/ja.po
12381         * po/ko.po
12382         * po/nl.po
12383         * po/pl.po
12384         * po/pt_BR.po
12385         * po/ru.po
12386         * po/sk.po
12387         * po/sr.po
12388         * po/sv.po
12389         * po/zh_CN.po
12390         * po/zh_TW.Big5.po
12391         * src/compose.c
12392         * tools/Makefile.am
12393         * tools/README
12394         * tools/filter_conv.pl
12395         * tools/kdeservicemenu/README
12396         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12397         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12398                 Sync with HEAD
12399
12400 2004-12-04 [colin]      0.9.12cvs183.1
12401
12402         * src/compose.c
12403                 Sync with HEAD (compose window position saving)
12404
12405 2004-12-04 [paul]       0.9.12cvs182.3
12406
12407         * src/messageview.c
12408         * src/mimeview.c
12409         * src/prefs_customheader.c
12410         * src/gtk/quicksearch.c
12411                 replace some forgotten GTK_SIGNAL_FUNCs
12412
12413 2004-12-04 [paul]       0.9.12cvs182.2
12414
12415         * src/Makefile.am
12416                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12417                 committed in error      
12418
12419 2004-12-04 [paul]       0.9.12cvs182.1
12420
12421         * ChangeLog
12422         * ChangeLog.claws
12423         * ChangeLog.jp
12424         * INSTALL
12425         * NEWS
12426         * README
12427         * README.jp
12428         * configure.ac
12429         * doc/manual/ja/Makefile.am
12430         * doc/manual/ja/sylpheed-1.html
12431         * doc/manual/ja/sylpheed-10.html
12432         * doc/manual/ja/sylpheed-11.html
12433         * doc/manual/ja/sylpheed-12.html
12434         * doc/manual/ja/sylpheed-13.html
12435         * doc/manual/ja/sylpheed-14.html
12436         * doc/manual/ja/sylpheed-15.html
12437         * doc/manual/ja/sylpheed-16.html
12438         * doc/manual/ja/sylpheed-17.html
12439         * doc/manual/ja/sylpheed-18.html
12440         * doc/manual/ja/sylpheed-19.html
12441         * doc/manual/ja/sylpheed-2.html
12442         * doc/manual/ja/sylpheed-20.html
12443         * doc/manual/ja/sylpheed-3.html
12444         * doc/manual/ja/sylpheed-4.html
12445         * doc/manual/ja/sylpheed-5.html
12446         * doc/manual/ja/sylpheed-6.html
12447         * doc/manual/ja/sylpheed-7.html
12448         * doc/manual/ja/sylpheed-8.html
12449         * doc/manual/ja/sylpheed-9.html
12450         * doc/manual/ja/sylpheed.html
12451         * doc/manual/ja/sylpheed.sgml
12452         * po/de.po
12453         * src/Makefile.am
12454         * src/compose.c
12455         * src/procmime.c
12456         * src/pixmaps/regular.xpm **REMOVED**
12457         * src/plugins/pgpmime/pgpmime.c
12458         * src/plugins/pgpmime/plugin.c
12459         * src/plugins/pgpmime/prefs_gpg.c
12460                 sync with HEAD
12461
12462 2004-12-03 [paul]       0.9.12cvs180.1
12463
12464         * ChangeLog
12465         * ChangeLog.claws
12466         * ChangeLog.jp
12467         * configure.ac
12468         * src/Makefile.am
12469         * src/pop.c
12470         * src/common/utils.c
12471         * src/common/utils.h
12472         * src/pixmaps/continue.xpm
12473         * src/pixmaps/dir_close.xpm
12474         * src/pixmaps/dir_open.xpm
12475         * src/pixmaps/drafts_close.xpm
12476         * src/pixmaps/drafts_open.xpm
12477         * src/pixmaps/folder.xpm **REMOVED**
12478         * src/pixmaps/group.xpm
12479         * src/pixmaps/unread.xpm
12480                 sync with HEAD
12481
12482 2004-12-02 [colin]      0.9.12cvs179.1
12483
12484         * src/compose.c
12485                 Sync with HEAD (non-duplicated reedition)
12486
12487 2004-12-02 [colin]      0.9.12cvs178.1
12488
12489         * src/compose.c
12490                 Sync with HEAD (linewrap_quote fix)
12491
12492 2004-12-01 [colin]      0.9.12cvs177.3
12493
12494         * src/addrharvest.c
12495                 Replace sizeof with strlen
12496
12497 2004-12-01 [paul]       0.9.12cvs177.2
12498
12499         * src/addrharvest.c
12500                 fix 'harvest addresses'
12501
12502 2004-11-30 [colin]      0.9.12cvs177.1
12503
12504         * src/gtk/prefswindow.c
12505         * src/gtk/pluginwindow.c
12506                 Sync with HEAD
12507
12508 2004-11-29 [colin]      0.9.12cvs176.1
12509
12510         * src/folderview.c
12511                 sync with HEAD (Fix disappearing separators in folderview's popup)
12512
12513 2004-11-29 [colin]      0.9.12cvs175.1
12514
12515         * src/procmime.c
12516                 Sync with head (another format fix)
12517
12518 2004-11-29 [colin]      0.9.12cvs174.1
12519
12520         * src/pop.c
12521                 Sync with HEAD (format string fix)
12522
12523 2004-11-26 [colin]      0.9.12cvs173.1
12524
12525         * src/common/smtp.c
12526         * src/common/smtp.h
12527                 Sync with HEAD
12528
12529 2004-11-24 [colin]      0.9.12cvs172.1
12530
12531         * src/plugins/pgpmime/pgpmime.c
12532                 Sync with HEAD
12533
12534 2004-11-24 [colin]      0.9.12cvs171.1
12535
12536         * src/plugins/pgpmime/pgpmime.c
12537                 Sync with head (gpgmectx leaks)
12538
12539 2004-11-24 [colin]      0.9.12cvs169.1
12540
12541         * src/plugins/pgpmime/plugin.c
12542         * src/plugins/trayicon/Makefile.am
12543         * src/plugins/trayicon/newmarkedmail.xpm
12544         * src/plugins/trayicon/trayicon.c
12545         * src/plugins/trayicon/unreadmarkedmail.xpm
12546                 Sync with HEAD
12547
12548 2004-11-23 [colin]      0.9.12cvs168.1
12549
12550         * src/partial_download.c
12551         * src/partial_download.h
12552         * src/plugins/pgpmime/plugin.c
12553                 Sync with HEAD
12554
12555 2004-11-23 [colin]      0.9.12cvs166.1
12556
12557         * src/Makefile.am
12558         * src/codeconv.c
12559         * src/compose.c
12560         * src/folderview.c
12561         * src/main.c
12562         * src/partial_download.c
12563         * src/partial_download.h
12564         * src/prefs_account.c
12565         * src/prefs_account.h
12566         * src/privacy.c
12567         * src/privacy.h
12568         * src/procmime.c
12569         * src/common/Makefile.am
12570         * src/common/base64.h
12571         * src/common/partial_download.c
12572         * src/common/partial_download.h
12573         * src/gtk/prefswindow.c
12574         * src/gtk/prefswindow.h
12575         * src/plugins/pgpmime/pgpmime.c
12576         * src/plugins/pgpmime/prefs_gpg.c
12577         * src/plugins/pgpmime/prefs_gpg.h
12578         * src/plugins/pgpmime/sgpgme.c
12579         * src/plugins/pgpmime/sgpgme.h
12580                 Sync with HEAD
12581
12582 2004-11-23 [colin]      0.9.12cvs163.1
12583
12584         * src/main.c
12585                 Sync with HEAD (cursor optimization)
12586
12587 2004-11-23 [colin]      0.9.12cvs162.1
12588
12589         * src/prefs_common.c
12590         * src/prefs_themes.c
12591         * src/procmsg.c
12592                 Sync with HEAD
12593
12594 2004-11-23 [colin]      0.9.12cvs158.9
12595
12596         * src/compose.c
12597                 Fix double-free when forwarding
12598         * src/msgcache.c
12599                 Fix leak on error path
12600                 
12601
12602 2004-11-23 [colin]      0.9.12cvs158.8
12603
12604         * src/compose.c
12605                 Fix possible double-free
12606                 Spotted by Alfons
12607
12608 2004-11-23 [colin]      0.9.12cvs158.7
12609
12610         * src/compose.c
12611                 Fix some signal handlers' prototypes
12612                 Spotted by Alfons
12613
12614 2004-11-22 [colin]      0.9.12cvs158.6
12615
12616         * src/compose.c
12617                 Remove unneeded code and duplicated
12618                 wrapping - patch by Alfons
12619
12620 2004-11-22 [colin]      0.9.12cvs158.5
12621
12622         * src/prefs_themes.c
12623                 Fix oversized selector
12624
12625 2004-11-22 [colin]      0.9.12cvs158.4
12626
12627         * src/compose.c
12628                 fix dump_text()
12629                 patch by Alfons
12630
12631 2004-11-19 [colin]      0.9.12cvs158.3
12632
12633         * src/textview.c
12634                 Add a context menu on links (open, copy)
12635
12636 2004-11-18 [paul]       0.9.12cvs158.2
12637
12638         * src/addrgather.c
12639         * src/exphtmldlg.c
12640         * src/expldifdlg.c
12641         * src/mimeview.c
12642         * src/prefs_common.c
12643         * src/plugins/image_viewer/viewer.c
12644         * src/plugins/spamassassin/spamassassin_gtk.c
12645                 replace deprecated gtk_notebook_set_page
12646                 and gtk_notebook_current_page
12647
12648 2004-11-18 [paul]       0.9.12cvs158.1
12649
12650         * configure.ac
12651         * src/compose.c
12652         * src/mainwindow.c
12653         * src/messageview.c
12654         * src/prefs_common.c
12655         * src/common/utils.c
12656         * src/common/utils.h
12657                 sync with HEAD
12658
12659 2004-11-17 [colin]      0.9.12cvs156.1
12660
12661         * src/prefs_account.c
12662         * src/prefs_account.h
12663         * src/procmsg.c
12664                 Sync with HEAD (add pref to store encrypted mails encrypted)
12665
12666 2004-11-17 [paul]       0.9.12cvs155.1
12667
12668         * ChangeLog
12669         * ChangeLog.claws
12670         * ChangeLog.jp
12671         * NEWS
12672         * configure.ac
12673         * src/compose.c
12674         * src/jpilot.c
12675         * src/privacy.c
12676         * src/procmime.c
12677         * src/procmime.h
12678         * src/procmsg.c
12679         * src/toolbar.c
12680         * src/pixmaps/error.xpm
12681                 sync with HEAD
12682
12683 2004-11-17 [colin]      0.9.12cvs151.1
12684
12685         * src/plugins/pgpmime/pgpmime.c
12686                 Sync with HEAD (remove debug printf)
12687
12688 2004-11-17 [colin]      0.9.12cvs150.1
12689
12690         * src/plugins/pgpmime/pgpmime.c
12691                 Sync with HEAD (off-by-one fix)
12692
12693 2004-11-17 [colin]      0.9.12cvs149.1
12694
12695         * src/procmsg.c
12696                 Sync with HEAD (coding style fixes)
12697
12698 2004-11-16 [colin]      0.9.12cvs148.1
12699
12700         * src/procmsg.c
12701                 Sync with head (Fix the fix)
12702
12703 2004-11-16 [colin]      0.9.12cvs147.1
12704
12705         * src/procmsg.c
12706                 Sync with Main (leak fix)
12707
12708 2004-11-16 [colin]      0.9.12cvs146.14
12709
12710         * src/compose.c
12711                 Remove useless chunk of code
12712                 Patch by Alfons
12713
12714 2004-11-15 [colin]      0.9.12cvs146.13
12715
12716         * src/compose.c
12717                 Fix drafting after insertion
12718                 Patch by Alfons
12719
12720 2004-11-15 [colin]      0.9.12cvs146.12
12721
12722         * src/compose.c
12723         * src/prefs_filtering.c
12724         * src/prefs_filtering_action.c
12725         * src/prefs_toolbar.c
12726                 Fix some const-correctness
12727
12728 2004-11-15 [colin]      0.9.12cvs146.11
12729
12730         * src/summaryview.c
12731         * src/prefs_themes.c
12732         * src/messageview.c
12733                 Fix some leaks
12734
12735 2004-11-15 [colin]      0.9.12cvs146.10
12736
12737         * src/codeconv.c
12738                 More unreadable locale fixes
12739
12740 2004-11-14 [colin]      0.9.12cvs146.9
12741
12742         * src/textview.c
12743                 Fix uri_security_check
12744                 Patch by Alfons
12745
12746 2004-11-13 [paul]       0.9.12cvs146.8
12747
12748         * src/folder.c
12749         * src/procmime.c
12750                 fix 2 bugs introduced in last commit
12751
12752 2004-11-13 [paul]       0.9.12cvs146.7
12753
12754         * src/compose.c
12755         * src/exporthtml.c
12756         * src/exportldif.c
12757         * src/folder.c
12758         * src/imap.c
12759         * src/imap_gtk.c
12760         * src/main.c
12761         * src/mainwindow.c
12762         * src/messageview.c
12763         * src/mh_gtk.c
12764         * src/prefs_themes.c
12765         * src/procmime.c
12766         * src/setup.c
12767         * src/summaryview.c
12768                 replace deprecated g_basename
12769
12770 2004-11-13 [paul]       0.9.12cvs146.6
12771
12772         * src/compose.c
12773         * src/imap.c
12774         * src/matcher_parser.h
12775         * src/matcher_parser_parse.y
12776         * src/prefs_filtering.c
12777         * src/prefs_filtering_action.c
12778         * src/prefs_themes.c
12779         * src/prefs_toolbar.c
12780         * src/common/utils.c
12781                 various small fixes/cleanups
12782
12783 2004-11-12 [colin]      0.9.12cvs146.5
12784
12785         * src/textview.c
12786                 Validate event's origin on visibility notify
12787                 Patch by Alfons.
12788
12789 2004-11-12 [paul]       0.9.12cvs146.4
12790
12791         * src/exporthtml.c
12792         * src/exportldif.c
12793         * src/imap.c
12794         * src/mh.c
12795         * src/mimeview.c
12796         * src/prefs_spelling.c
12797         * src/prefs_themes.c
12798                 replace deprecated g_dirname    
12799
12800 2004-11-12 [colin]      0.9.12cvs146.3
12801
12802         * src/textview.c
12803                 Some coding style fixes
12804
12805 2004-11-12 [colin]      0.9.12cvs146.2
12806
12807         * src/codeconv.c
12808                 We want to replace _all_ extended chars in
12809                 conv_unreadable_*, because any string containing
12810                 extended chars not parsing as UTF8 is 
12811                 undisplayed on gtk2.
12812
12813 2004-11-12 [paul]       0.9.12cvs146.1
12814
12815         * ChangeLog
12816         * ChangeLog.claws
12817         * ChangeLog.jp
12818         * NEWS
12819         * configure.ac
12820         * src/account.c
12821         * src/folderview.c
12822         * src/folderview.h
12823         * src/imap.c
12824         * src/imap_gtk.c
12825         * src/inc.c
12826         * src/mainwindow.c
12827         * src/mh_gtk.c
12828         * src/news_gtk.c
12829         * src/pop.c
12830         * src/prefs_account.c
12831         * src/prefs_account.h
12832         * src/prefs_ext_prog.c
12833         * src/procmime.c
12834         * src/procmime.h
12835         * src/procmsg.c
12836         * src/procmsg.h
12837         * src/summary_search.c
12838         * src/summaryview.c
12839         * src/textview.c
12840         * src/common/defs.h
12841         * src/common/utils.c
12842         * src/common/utils.h
12843         * src/gtk/menu.c
12844         * src/gtk/menu.h
12845                 sync with HEAD
12846
12847 2004-11-11 [colin]      0.9.12cvs144.2
12848
12849         * src/textview.c
12850                 Fix URI range selection (patch by Alfons)
12851
12852 2004-11-09 [colin]      0.9.12cvs144.1
12853
12854         * ChangeLog.claws
12855         * src/compose.c
12856         * src/folder.c
12857         * src/folder_item_prefs.c
12858         * src/prefs_account.c
12859         * src/prefs_account.h
12860         * src/plugins/pgpmime/pgpmime.c
12861                 Sync with HEAD
12862
12863 2004-11-08 [colin]      0.9.12cvs143.1
12864
12865         * src/summaryview.c
12866                 Sync with HEAD (optimize quicksearch)
12867
12868 2004-11-08 [colin]      0.9.12cvs142.2
12869
12870         * src/compose.c
12871                 Don't wrap when Edit/Auto wrapping is disabled
12872
12873 2004-11-08 [colin]      0.9.12cvs142.1
12874
12875         * src/textview.c
12876                 Sync with HEAD
12877
12878 2004-11-08 [colin]      0.9.12cvs141.1
12879
12880         * src/textview.c
12881                 Sync with HEAD (fix some mail URIs)
12882
12883 2004-11-08 [colin]      0.9.12cvs140.3
12884
12885         * src/textview.c
12886                 o Use text cursor instead of arrow when
12887                   not on a link
12888                 o Fix handling of contiguous links (as in
12889                   "colin@colino.net" <colin@colino.net>)
12890                   This one unveils a bug in get_email_part()
12891
12892 2004-11-07 [colin]      0.9.12cvs140.2
12893
12894         * src/textview.c
12895                 Fix memleak. Patch by Alfons.
12896
12897 2004-11-06 [colin]      0.9.12cvs140.1
12898
12899         * src/compose.c
12900                 Sync with HEAD (don't ask passphrase
12901                 when drafting)
12902
12903 2004-11-06 [paul]       0.9.12cvs139.2
12904
12905         * AUTHORS
12906         * src/textview.c
12907         * src/textview.h
12908                 textview URI handling. hovering over a 
12909                 link displays it in the status bar,
12910                 and changes the mouse pointer to a hand 
12911                 cursor. a link is activated with a single 
12912                 click. (Modified from the) patch by Jean-Yves 
12913                 Lefort <jylefort@users.sourceforge.net>
12914                 
12915
12916 2004-11-05 [colin]      0.9.12cvs139.1
12917
12918         * src/compose.c
12919         * src/procmime.c
12920                 Sync with HEAD again ^^
12921
12922 2004-11-05 [colin]      0.9.12cvs139.1
12923
12924         * src/compose.c
12925         * src/procmime.c
12926                 Sync with HEAD
12927
12928 2004-11-03 [paul]       0.9.12cvs138.1
12929
12930         * ChangeLog.claws
12931         * configure.ac
12932         * po/POTFILES.in
12933         * src/prefs_ext_prog.c
12934         * src/procmime.c
12935         * tools/kdeservicemenu/README
12936         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12937         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12938                 sync with HEAD
12939
12940 2004-11-01 [christoph]  0.9.12cvs136.2
12941
12942         * src/procmime.c
12943                 convert MIME parameters to UTF-8
12944
12945 2004-10-29 [colin]      0.9.12cvs136.1
12946
12947         * src/common/utils.c
12948                 Sync with HEAD (don't use '=' in mime boundary)
12949
12950 2004-10-29 [paul]       0.9.12cvs135.1
12951
12952         * configure.ac
12953         * doc/src/rfc2231.txt
12954         * src/procmime.c
12955         * src/common/quoted-printable.c
12956         * src/common/utils.c
12957         * src/common/utils.h
12958                 sync with HEAD
12959
12960 2004-10-27 [paul]       0.9.12cvs134.1
12961
12962         * configure.ac
12963         * src/main.c
12964         * src/procmime.c
12965         * src/plugins/pgpmime/pgpmime.c
12966                 sync with HEAD
12967
12968 2004-10-26 [paul]       0.9.12cvs132.3
12969
12970         * src/account.c
12971         * src/addressbook.c
12972         * src/addrgather.c
12973         * src/addrharvest.c
12974         * src/codeconv.c
12975         * src/compose.c
12976         * src/customheader.c
12977         * src/editaddress.c
12978         * src/editgroup.c
12979         * src/enriched.c
12980         * src/expldifdlg.c
12981         * src/exporthtml.c
12982         * src/exportldif.c
12983         * src/folder.c
12984         * src/foldersel.c
12985         * src/folderview.c
12986         * src/grouplistdialog.c
12987         * src/html.c
12988         * src/imap.c
12989         * src/jpilot.c
12990         * src/ldapserver.c
12991         * src/ldif.c
12992         * src/mimeview.c
12993         * src/news.c
12994         * src/news_gtk.c
12995         * src/pop.c
12996         * src/prefs_display_header.c
12997         * src/prefs_gtk.c
12998         * src/prefs_msg_colors.c
12999         * src/prefs_toolbar.c
13000         * src/procheader.c
13001         * src/procmime.c
13002         * src/summaryview.c
13003         * src/textview.c
13004         * src/toolbar.c
13005         * src/vcard.c
13006         * src/common/mgutils.c
13007         * src/common/nntp.c
13008         * src/common/smtp.c
13009         * src/common/template.c
13010         * src/common/utils.c
13011         * src/common/xmlprops.c
13012         * src/plugins/pgpmime/pgpmime.c
13013         * src/plugins/pgpmime/select-keys.c
13014         * src/plugins/pgpmime/sgpgme.c
13015                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13016                 g_string_sprintfa(), gtk_notebook_current_page()
13017
13018 2004-10-26 [colin]      0.9.12cvs132.2
13019
13020         * src/prefs_folder_item.c
13021                 Fix default-account selection
13022
13023 2004-10-21 [colin]      0.9.12cvs133
13024
13025         * src/compose.c
13026                 Sync with HEAD (Remove extra separator in compose's Options)
13027         * src/textview.c
13028                 Set wrapping to char
13029
13030 2004-10-21 [paul]       0.9.12cvs131.2
13031
13032         * src/compose.c
13033         * src/sourcewindow.c
13034                 fix wrapping
13035                 fix window shrinking 
13036
13037 2004-10-21 [colin]      0.9.12cvs131.1
13038
13039         * ChangeLog.claws
13040         * src/compose.c
13041                 Sync with HEAD
13042
13043 2004-10-21 [paul]       0.9.12cvs130.2
13044
13045         * src/prefs_folder_item.c
13046                 sync with HEAD (Apply to subfolders)
13047
13048 2004-10-19 [colin]      0.9.12cvs130.1
13049
13050         * ChangeLog.claws
13051         * src/compose.c
13052         * src/common/utils.c
13053         * src/gtk/menu.c
13054                 Sync with HEAD
13055
13056 2004-10-19 [colin]      0.9.12cvs128.1
13057
13058         * src/addrbook.c
13059         * src/addrcache.c
13060         * src/addressbook.c
13061         * src/codeconv.c
13062         * src/compose.c
13063         * src/customheader.c
13064         * src/editaddress.c
13065         * src/editgroup.c
13066         * src/exporthtml.c
13067         * src/folder.c
13068         * src/folderview.c
13069         * src/imap.c
13070         * src/jpilot.c
13071         * src/main.c
13072         * src/matcher_parser_parse.y
13073         * src/mbox.c
13074         * src/pop.c
13075         * src/prefs_account.c
13076         * src/prefs_gtk.c
13077         * src/prefs_msg_colors.c
13078         * src/procheader.c
13079         * src/procmime.c
13080         * src/procmime.h
13081         * src/procmsg.c
13082         * src/summaryview.c
13083         * src/textview.c
13084         * src/common/base64.c
13085         * src/common/partial_download.c
13086         * src/common/socket.c
13087         * src/common/sylpheed.c
13088         * src/common/utils.c
13089         * src/common/utils.h
13090         * src/gtk/pluginwindow.c
13091         * src/gtk/quicksearch.c
13092         * src/plugins/clamav/clamav_plugin.c
13093         * src/plugins/clamav/clamav_plugin.h
13094         * src/plugins/clamav/clamav_plugin_gtk.c
13095         * src/plugins/pgpmime/passphrase.c
13096         * src/plugins/pgpmime/pgpmime.c
13097         * src/plugins/pgpmime/plugin.c
13098         * src/plugins/pgpmime/prefs_gpg.c
13099         * src/plugins/pgpmime/prefs_gpg.h
13100         * src/plugins/pgpmime/select-keys.c
13101         * src/plugins/pgpmime/sgpgme.c
13102         * src/plugins/spamassassin/libspamc.c
13103         * src/plugins/spamassassin/spamassassin.c
13104         * src/plugins/spamassassin/spamassassin.h
13105         * src/plugins/spamassassin/spamassassin_gtk.c
13106         * src/plugins/trayicon/trayicon.c
13107         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13108                 Sync with HEAD
13109
13110 2004-10-14 [colin]      0.9.12cvs126.2
13111
13112         * src/codeconv.c
13113         * src/textview.c
13114                 Fix conv_unreadable_locale
13115
13116 2004-10-13 [colin]      0.9.12cvs126.1
13117
13118         * src/compose.c
13119                 Sync with HEAD (don't convert charset for 
13120                 drafted messages, minor cleanup)
13121
13122 2004-10-13 [colin]      0.9.12cvs125.1
13123
13124         * po/POTFILES.in
13125                 Sync with HEAD (POTFILES fix)
13126
13127 2004-10-12 [colin]      0.9.12cvs124.3
13128
13129         * src/compose.c
13130                 Fix encoding bug from latest sync
13131
13132 2004-10-12 [paul]       0.9.12cvs124.2
13133
13134         * src/plugins/pgpmime/prefs_gpg.c
13135         * src/plugins/pgpmime/prefs_gpg.h
13136                 forgotten in last commit        
13137
13138 2004-10-12 [paul]       0.9.12cvs124.1
13139
13140         * ChangeLog.claws
13141         * configure.ac
13142         * m4/spamassassin.m4
13143         * src/Makefile.am
13144         * src/account.c
13145         * src/compose.c
13146         * src/compose.h
13147         * src/crash.c
13148         * src/main.c
13149         * src/mimeview.c
13150         * src/passphrase.c
13151         * src/passphrase.h
13152         * src/prefs_account.c
13153         * src/prefs_account.h
13154         * src/prefs_common.c
13155         * src/privacy.c
13156         * src/privacy.h
13157         * src/procmime.c
13158         * src/procmime.h
13159         * src/procmsg.c
13160         * src/rfc2015.c
13161         * src/rfc2015.h
13162         * src/select-keys.c
13163         * src/select-keys.h
13164         * src/textview.c
13165         * src/common/utils.c
13166         * src/common/utils.h
13167         * src/gtk/about.c
13168         * src/plugins/pgpmime/Makefile.am
13169         * src/plugins/pgpmime/passphrase.c
13170         * src/plugins/pgpmime/passphrase.h
13171         * src/plugins/pgpmime/pgpmime.c
13172         * src/plugins/pgpmime/plugin.c
13173         * src/plugins/pgpmime/select-keys.c
13174         * src/plugins/pgpmime/select-keys.h
13175         * src/plugins/pgpmime/sgpgme.c
13176         * src/plugins/pgpmime/sgpgme.h
13177                 sync with HEAD
13178
13179 2004-10-04 [colin]      0.9.12cvs122.1
13180
13181         * src/mainwindow.c
13182         * src/messageview.c
13183         * src/messageview.h
13184         * src/textview.c
13185                 Sync with HEAD
13186
13187 2004-10-04 [colin]      0.9.12cvs121.1
13188
13189         * src/summaryview.c
13190                 Sync with HEAD
13191
13192 2004-10-04 [paul]       0.9.12cvs120.1
13193
13194         * configure.ac
13195                 sync with HEAD [don't try to build 
13196                 pgpmime plugin when gpgme is disabled]
13197
13198 2004-10-03 [colin]      0.9.12cvs119.3
13199
13200         * src/gtk/gtksctree.c
13201                 Lots of side effects. Put back as before 117.2.
13202         * src/summaryview.c
13203                 Fix bug #602
13204
13205 2004-10-03 [colin]      0.9.12cvs119.2
13206
13207         * src/gtk/gtksctree.c
13208                 Revert 608 fix that doesn't work that good
13209
13210 2004-10-02 [colin]      0.9.12cvs119.1
13211
13212         * src/mainwindow.c
13213         * src/messageview.c
13214         * src/prefs_common.h
13215         * src/procmime.c
13216         * src/procmime.h
13217         * src/textview.c
13218                 Sync with HEAD
13219         * src/gtk/gtksctree.c
13220                 Close bug #608
13221
13222 2004-10-01 [colin]      0.9.12cvs118.1
13223
13224         * src/mimeview.c
13225                 Sync with HEAD (better Save All fix)
13226
13227 2004-10-01 [colin]      0.9.12cvs117.2
13228
13229         * src/gtk/gtksctree.c
13230                 Faster on selection
13231
13232 2004-10-01 [colin]      0.9.12cvs117.1
13233
13234         * src/mimeview.c
13235                 Sync with HEAD (Save All: only attachments)
13236
13237 2004-10-01 [paul]       0.9.12cvs116.1
13238
13239         * ChangeLog.claws
13240         * configure.ac
13241         * src/account.c
13242         * src/prefs_common.c
13243         * src/gtk/colorlabel.c
13244                 sync with HEAD
13245
13246 2004-09-30 [colin]      0.9.12cvs115.1
13247
13248         * src/stock_pixmap.c
13249         * src/stock_pixmap.h
13250         * src/folderview.c
13251         * src/Makefile.am
13252         * src/pixmaps/read.xpm
13253                 Sync with HEAD (new pixmap)
13254
13255 2004-09-29 [colin]      0.9.12cvs114.1
13256
13257         * src/compose.c
13258                 Sync with HEAD
13259                 Fix focus handling in headers
13260
13261 2004-09-29 [paul]       0.9.12cvs113.1
13262
13263         * src/quote_fmt_parse.y
13264                 sync with HEAD
13265  
13266
13267 2004-09-28 [colin]      0.9.12cvs112.1
13268
13269         * src/folderview.c
13270         * src/mainwindow.c
13271                 Sync with HEAD
13272
13273 2004-09-28 [colin]      0.9.12cvs110.1
13274
13275         * src/folderview.c
13276                 Sync with HEAD (Contextual Empty trash menu)
13277
13278 2004-09-28 [colin]      0.9.12cvs108.1
13279
13280         * src/addressbook.c
13281                 Sync with HEAD (addressbook edit on double-click)
13282
13283 2004-09-28 [colin]      0.9.12cvs106.1
13284
13285         * src/inc.c
13286                 Sync with HEAD (folder_item freeze on inc)
13287
13288 2004-09-27 [colin]      0.9.12cvs105.1
13289
13290         * src/folderview.c
13291                 Sync with HEAD (right-align new and unread column)
13292
13293 2004-09-27 [colin]      0.9.12cvs104.1
13294
13295         * src/main.c
13296                 Sync with HEAD (revert 0.9.12cvs101)
13297
13298 2004-09-24 [colin]      0.9.12cvs103.2
13299
13300         * src/wizard.c
13301                 Fix gtk warnings and use domain part of the email address 
13302                 when domain detection fails (no dot in domain name)
13303
13304 2004-09-23 [colin]      0.9.12cvs103.1
13305
13306         * src/plugins/spamassassin/libspamc.c
13307         * src/plugins/spamassassin/libspamc.h
13308         * src/plugins/spamassassin/utils.c
13309         * src/plugins/spamassassin/utils.h
13310                 Sync with HEAD (Update spamassassin to 3.0)
13311
13312 2004-09-21 [colin]      0.9.12cvs102.3
13313
13314         * src/action.c
13315                 Add horizontal scrollbar in action io dialog as needed
13316                 Patch by Alfons.
13317
13318 2004-09-20 [colin]      0.9.12cvs102.2
13319
13320         * src/plugins/image_viewer/viewer.c
13321                 Remove imlib stuff
13322                 use gtk_pixmap_set when clearing
13323                 (would be better to use gtkImages, but causes size-allocate 
13324                 signals storm)
13325
13326 2004-09-17 [paul]       0.9.12cvs102.1
13327
13328         * ChangeLog
13329         * ChangeLog.claws
13330         * ChangeLog.jp
13331         * configure.ac
13332         * src/inc.c
13333                 sync with HEAD
13334
13335
13336 2004-09-17 [colin]      0.9.12cvs101.1
13337
13338         * ChangeLog.claws
13339         * src/main.c
13340                 Sync with HEAD (fix segs at exit)
13341
13342 2004-09-14 [colin]      0.9.12cvs99.5
13343
13344         * src/common/socket.c
13345         * AUTHORS
13346                 Fix send error on 64bit platforms
13347                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13348
13349 2004-09-14 [colin]      0.9.12cvs99.4
13350
13351         * src/action.c
13352                 Fix action output with utf8 
13353                 Patch by Alfons.
13354
13355 2004-09-14 [colin]      0.9.12cvs99.3
13356
13357         * ChangeLog.claws
13358         * src/folder.c
13359                 Sync with HEAD
13360
13361 2004-09-09 [colin]      0.9.12cvs99.2
13362
13363         * src/action.c
13364                 Fix progress bar (displaying "Completed %v/%u")
13365                 Patch by Alfons.
13366
13367 2004-09-08 [colin]      0.9.12cvs99.1
13368
13369         * src/account.c
13370         * src/folder.c
13371         * src/procmsg.c
13372         * src/procmsg.h
13373         * src/plugins/pgpmime/pgpmime.c
13374                 Sync with HEAD
13375
13376 2004-09-08 [colin]      0.9.12cvs97.2
13377
13378         * src/summaryview.c
13379                 Don't select mails in collapsed threads 
13380                 when navigating with up/down
13381
13382 2004-09-07 [colin]      0.9.12cvs97.1
13383
13384         * src/inc.c
13385                 Sync with HEAD (meaningful error messages)
13386
13387 2004-09-06 [colin]      0.9.12cvs96.1
13388
13389         * src/toolbar.c
13390                 Sync with HEAD (fix Redirect graying out)
13391
13392 2004-09-06 [colin]      0.9.12cvs95.1
13393
13394         * src/summaryview.c
13395         * src/mimeview.c
13396                 Sync with HEAD (fix dropped URIs)
13397
13398 2004-09-06 [colin]      0.9.12cvs94.1
13399
13400         * src/addressbook.c
13401         * src/addressitem.h
13402         * src/addritem.c
13403         * src/addritem.h
13404                 Sync with HEAD (addressbook DnD)
13405
13406 2004-09-03 [colin]      0.9.12cvs93.1
13407
13408         * src/summaryview.c
13409                 Sync with HEAD (next/prev unread)
13410
13411 2004-09-03 [colin]      0.9.12cvs92.1
13412
13413         * src/prefs_common.c
13414         * src/prefs_common.h
13415         * src/summaryview.c
13416                 Sync with HEAD ('mark_as_read_delay' pref)
13417
13418 2004-09-02 [colin]      0.9.12cvs91.2
13419
13420         * src/common/xml.c
13421                 Fix leak
13422
13423 2004-09-02 [colin]      0.9.12cvs91.1
13424
13425         * src/gtk/menu.c
13426                 Sync with HEAD (menu accel don't work, but whatever)
13427
13428 2004-09-02 [colin]      0.9.12cvs90.1
13429
13430         * src/account.c
13431                 Sync with HEAD (fix bug 582)
13432
13433 2004-09-02 [colin]      0.9.12cvs89.1
13434
13435         * src/addrindex.c
13436                 Sync with HEAD (free deleted queries)
13437
13438 2004-09-02 [colin]      0.9.12cvs88.1
13439
13440         * src/ldapquery.c
13441                 Sync with HEAD (fix LDAP freezes)
13442
13443 2004-09-02 [colin]      0.9.12cvs87.1
13444
13445         * src/prefs_spelling.c
13446                 Sync with HEAD (add default dictionary)
13447
13448 2004-09-01 [colin]      0.9.12cvs86.1
13449
13450         * src/filtering.c
13451         * src/folderview.c
13452         * src/imap.c
13453         * src/prefs_matcher.c
13454         * src/stock_pixmap.c
13455         * src/summary_search.c
13456         * src/summaryview.c
13457         * src/wizard.c
13458         * src/wizard.h
13459                 Sync with HEAD (uninitialized vars fixes)
13460                 + gtk2 specific warning fixes
13461
13462 2004-08-31 [colin]      0.9.12cvs85.1
13463
13464         * src/folder.c
13465                 Sync with HEAD (Fix memory corruption due to 
13466                 uninitialized var)
13467
13468 2004-08-31 [colin]      0.9.12cvs84.4
13469
13470         * src/summary_search.c
13471                 Fix segfaults when searching in folders with broken headers
13472
13473 2004-08-31 [colin]      0.9.12cvs84.3
13474
13475         * src/compose.c
13476         * src/textview.c
13477                 Fix some more encoding/decoding issues
13478
13479 2004-08-30 [colin]      0.9.12cvs84.2
13480
13481         * src/mimeview.c
13482         * src/prefs_themes.c
13483         * src/gtk/filesel.c
13484         * src/gtk/filesel.h
13485                 Add a folder-mode selection (fixes mimeview's "Save all")
13486
13487 2004-08-29 [colin]      0.9.12cvs84.1
13488
13489         * src/mimeview.c
13490                 Sync with HEAD (don't escape saved filenames)
13491
13492 2004-08-27 [colin]      0.9.12cvs83.1
13493
13494         * ChangeLog
13495         * ChangeLog.claws
13496         * ChangeLog.jp
13497         * src/mh.c
13498         * src/procheader.c
13499         * src/procmsg.c
13500         * src/procmsg.h
13501         * src/common/utils.c
13502         * src/gtk/menu.h
13503         * po/
13504                 Sync with HEAD 0.9.12cvs83 (sync with main)
13505
13506 2004-08-26 [colin]      0.9.12cvs82.4
13507
13508         * src/codeconv.c
13509                 Fix strange stack corruption
13510                 Convert to utf8 after unmime, not before
13511
13512 2004-08-26 [colin]      0.9.12cvs82.3
13513
13514         * src/main.c
13515         * src/wizard.c
13516                 Fix account folders duplication
13517
13518 2004-08-25 [colin]      0.9.12cvs82.2
13519
13520         * src/wizard.c
13521                 Remove ports
13522                 Add SSL selection
13523                 Use login@server as account name
13524
13525 2004-08-25 [colin]      0.9.12cvs82.1
13526
13527         * src/plugins/pgpmime/pgpmime.c
13528                 Sync with HEAD (leak fix).
13529
13530 2004-08-25 [colin]      0.9.12cvs81.1
13531
13532         * src/plugins/pgpmime/pgpmime.c
13533         * src/plugins/pgpmime/sgpgme.c
13534         * src/plugins/pgpmime/sgpgme.h
13535                 Sync with HEAD (Handle combined messages).
13536
13537 2004-08-24 [colin]      0.9.12cvs80.3
13538
13539         * src/wizard.c
13540                 Fix full name, ports, and imap
13541
13542 2004-08-24 [colin]      0.9.12cvs80.2
13543
13544         * src/Makefile.am
13545         * src/main.c
13546         * src/setup.c
13547         * src/setup.h
13548         * src/stock_pixmap.c
13549         * src/stock_pixmap.h
13550         * src/wizard.c ** ADDED **
13551         * src/wizard.h ** ADDED ** 
13552         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13553                 Add a setup wizard 
13554
13555 2004-08-24 [colin]      0.9.12cvs80.1
13556
13557         * src/folder.c
13558                 Sync with HEAD (set mimeflags on all messages)
13559
13560 2004-08-24 [colin]      0.9.12cvs79.3
13561
13562         * src/matcher_parser_lex.l
13563                 Fix 8bits strings not in utf8
13564
13565 2004-08-24 [colin]      0.9.12cvs79.2
13566
13567         * src/compose.c
13568                 Check conversion result before replacing buffer
13569
13570 2004-08-23 [colin]      0.9.12cvs79.1
13571
13572         * src/compose.c
13573                 Sync with HEAD (create message header in memory)
13574
13575 2004-08-23 [colin]      0.9.12cvs78.1
13576
13577         * src/rfc2015.c
13578         * src/rfc2015.h
13579                 Sync with HEAD (fix bug 197 again)
13580
13581 2004-08-23 [colin]      0.9.12cvs77.3
13582
13583         * src/compose.c
13584                 Fix again inline gpg signing (which outputs utf8
13585                 in gtk2). Not syncing this fix to HEAD as this 
13586                 code is meant to die.
13587
13588 2004-08-23 [colin]      0.9.12cvs77.2
13589
13590         * src/prefs_account.h
13591                 Remove useless include
13592
13593 2004-08-23 [colin]      0.9.12cvs77.1
13594
13595         * src/imap.c
13596         * po/es.po
13597         * po/fr.po
13598         * po/it.po
13599         * po/pl.po
13600         * po/pt_BR.po
13601         * po/sk.po
13602         * po/sr.po
13603                 Sync with HEAD (fix bug 577)
13604
13605 2004-08-22 [colin]      0.9.12cvs76.1
13606
13607         * src/plugins/trayicon/trayicon.c
13608                 Sync with HEAD (fix formatting bug)
13609
13610 2004-08-21 [colin]      0.9.12cvs74.2
13611
13612         * src/gtk/colorsel.c
13613                 Fix bug 564 (Folder color selection window exits on any
13614                 keypress)
13615
13616 2004-08-21 [colin]      0.9.12cvs74.1
13617
13618         * ChangeLog.claws
13619         * src/compose.c
13620         * src/summaryview.c
13621         * src/toolbar.c
13622                 Sync with HEAD (fix bug 576)
13623
13624 2004-08-21 [colin]      0.9.12cvs70.1
13625
13626         * src/compose.c
13627         * src/mainwindow.c
13628                 Sync with HEAD
13629                 
13630
13631 2004-08-21 [paul]       0.9.12cvs66.4
13632
13633         * src/mainwindow.c
13634         * src/messageview.c
13635         * src/gtk/menu.c
13636         * src/plugins/spamassassin/spamassassin_gtk.c
13637                 remove some deprecated gtk1 functions
13638
13639
13640 2004-08-21 [colin]      0.9.12cvs66.3
13641
13642         * src/compose.c
13643         * src/codeconv.c
13644                 Fix warnings
13645                 Remove encoding hacks
13646                 Fix bug 575 (Strange character messes up message)
13647                 Don't display conversion error when drafting
13648
13649 2004-08-21 [paul]       0.9.12cvs66.2
13650
13651         * src/prefs_account.c
13652                 fix GnuPG mode bugs
13653
13654
13655 2004-08-20 [colin]      0.9.12cvs66.1
13656
13657         * src/codeconv.c
13658                 Sync with HEAD 0.9.12cvs66
13659
13660 2004-08-20 [paul]
13661
13662         * src/plugins/pgpmime/plugin.c
13663                 modify PGP/MIME plugin's description
13664
13665 2004-08-17 [colin]      0.9.12cvs65.1
13666
13667         * src/common/ssl.c
13668         * src/plugins/pgpmime/plugin.c
13669                 Sync with HEAD
13670
13671 2004-08-14 [colin]      0.9.12cvs60.3
13672
13673         * src/plugins/trayicon/trayicon.c
13674                 Put back resize callback, on size-request signal
13675                 rather than size-allocate to avoid infinite 
13676                 callback loop
13677
13678 2004-08-13 [colin]      0.9.12cvs60.2
13679
13680         * src/common/defs.h
13681                 Cache versions have been fixed
13682
13683 2004-08-13 [colin]      0.9.12cvs60.1
13684
13685         * src/folderutils.c
13686                 Sync with HEAD
13687
13688 2004-08-12 [colin]      0.9.12cvs59.1
13689
13690         * src/plugins/trayicon/trayicon.c
13691                 Sync with HEAD
13692
13693 2004-08-12 [colin]      0.9.12cvs57.5
13694
13695         * sylpheed.desktop
13696         * configure.ac
13697         * src/Makefile.am
13698         * src/main.c
13699                 Add support for Freedesktop.org's startup notification
13700
13701 2004-08-11 [colin]      0.9.12cvs57.4
13702
13703         * src/textview.c
13704                 Fix off-by-one
13705
13706 2004-08-11 [colin]      0.9.12cvs57.3
13707
13708         * src/message_search.c
13709         * src/summary_search.c
13710                 Make searches case insensitive by default
13711         * src/textview.c
13712                 Fix case-insensitive search in message
13713
13714 2004-08-11 [colin]      0.9.12cvs57.2
13715
13716         * src/summary_search.c
13717                 Let case-sensitive be specified
13718
13719 2004-08-10 [colin]      0.9.12cvs55.4
13720
13721         * src/common/socket.c
13722                 Fix the possible race condition
13723
13724 2004-08-09 [paul]       0.9.12cvs55.3
13725
13726         * configure.ac
13727         * src/Makefile.am
13728         * src/common/Makefile.am
13729                 sync with HEAD
13730
13731
13732 2004-08-09 [paul]       0.9.12cvs55.2
13733
13734         * autogen.sh
13735         * po/poconv.sh
13736                 remove unneeded script
13737
13738         * configure.ac
13739                 add forgotten USE_LDAP_TLS (sync with HEAD)
13740
13741
13742 2004-08-09 [colin]      0.9.12cvs55.1
13743
13744         * src/main.c
13745         * src/common/ssl.c
13746         * src/common/sylpheed.c
13747         * src/common/sylpheed.h
13748                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
13749
13750 2004-08-09 [paul]       0.9.12cvs54.1
13751
13752         * ChangeLog
13753         * ChangeLog.claws
13754         * ChangeLog.jp
13755         * configure.ac
13756         * po/POTFILES.in
13757         * src/Makefile.am
13758         * src/folderutils.c
13759         * src/main.c
13760         * src/pgpmime.c
13761         * src/pgpmime.h
13762         * src/sgpgme.c
13763         * src/sgpgme.h
13764         * src/plugins/Makefile.am
13765         * src/plugins/pgpmime/.cvsignore
13766         * src/plugins/pgpmime/Makefile.am
13767         * src/plugins/pgpmime/pgpmime.c
13768         * src/plugins/pgpmime/pgpmime.h
13769         * src/plugins/pgpmime/plugin.c
13770         * src/plugins/pgpmime/sgpgme.c
13771         * src/plugins/pgpmime/sgpgme.h
13772                 sync with HEAD
13773
13774 2004-08-08 [paul]       0.9.12cvs51.1
13775
13776         * configure.ac
13777         * src/folder.c
13778                 sync with HEAD
13779
13780 2004-08-07 [colin]      0.9.12cvs50.1
13781
13782         * src/pop.c
13783         * src/common/partial_download.c
13784                 fix warnings (sync from HEAD)
13785
13786 2004-08-07 [colin]      0.9.12cvs48.1
13787
13788         * src/prefs_folder_item.c
13789                 sync with HEAD 0.9.12cvs48
13790
13791 2004-08-06 [colin]      0.9.12cvs47.1
13792
13793         * src/compose.c
13794                 Sync with HEAD
13795
13796 2004-08-06 [christoph]  0.9.12cvs46.2
13797
13798         * src/main.c
13799         * src/plugins/clamav/clamav_plugin_gtk.c
13800         * src/plugins/dillo_viewer/dillo_viewer.c
13801         * src/plugins/image_viewer/plugin.c
13802         * src/plugins/mathml_viewer/mathml_viewer.c
13803         * src/plugins/spamassassin/spamassassin_gtk.c
13804         * src/plugins/trayicon/trayicon.c
13805                 don't mix GTK1.2 plugin with GTK2 plugins
13806
13807 2004-08-06 [colin]      0.9.12cvs46.1
13808
13809         * ChangeLog
13810         * ChangeLog.claws
13811         * ChangeLog.jp
13812         * configure.ac
13813         * sylpheed-claws.pc.in
13814         * src/folder.c
13815         * src/imap.c
13816         * src/localfolder.c
13817         * src/messageview.c
13818         * src/mimeview.c
13819         * src/mimeview.h
13820         * src/msgcache.c
13821         * src/news.c
13822         * src/prefs_ext_prog.c
13823         * src/prefs_folder_item.c
13824         * src/prefs_fonts.c
13825         * src/prefs_msg_colors.c
13826         * src/prefs_spelling.c
13827         * src/prefs_themes.c
13828         * src/prefs_toolbar.c
13829         * src/prefs_wrapping.c
13830         * src/procmime.h
13831         * src/common/defs.h
13832         * src/common/nntp.c
13833         * src/common/session.c
13834         * src/common/session.h
13835         * src/common/socket.c
13836         * src/common/utils.h
13837         * src/common/xml.c
13838         * src/common/xml.h
13839         * src/gtk/prefswindow.c
13840         * src/gtk/prefswindow.h
13841         * src/plugins/clamav/clamav_plugin_gtk.c
13842         * src/plugins/dillo_viewer/dillo_prefs.c
13843         * src/plugins/image_viewer/viewerprefs.c
13844         * src/plugins/spamassassin/spamassassin_gtk.c
13845         * m4/openssl.m4 *** REMOVED ***
13846                 Sync with HEAD 0.9.12cvs46
13847
13848 2004-08-03 [paul]       0.9.12cvs40.2
13849
13850         * src/action.c
13851         * src/addressadd.c
13852         * src/addressbook.c
13853         * src/addrgather.c
13854         * src/browseldap.c
13855         * src/compose.c
13856         * src/crash.c
13857         * src/editaddress.c
13858         * src/editgroup.c
13859         * src/editldap_basedn.c
13860         * src/foldersel.c
13861         * src/importldif.c
13862         * src/mimeview.c
13863         * src/prefs_common.c
13864         * src/prefs_template.c
13865         * src/sourcewindow.c
13866         * src/summaryview.c
13867         * src/gtk/about.c
13868         * src/gtk/foldersort.c
13869         * src/gtk/logwindow.c
13870         * src/gtk/pluginwindow.c
13871         * src/gtk/prefswindow.c
13872                 change all gtk_scrolled_window_set_policy from 
13873                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
13874
13875 2004-08-02 [paul]       0.9.12cvs40.1
13876
13877         * AUTHORS
13878                 update translation team section
13879         * po/pt_BR.po
13880                 updated by Frederico Goncalves Guimaraes
13881                 <fggdebian@yahoo.com.br>
13882
13883 2004-07-31 [colin]      0.9.12cvs39.9
13884
13885         * src/exphtmldlg.c
13886                 Fix compilation
13887
13888 2004-07-31 [colin]      0.9.12cvs39.8
13889
13890         * src/exphtmldlg.c
13891                 Fix an alertpanel type
13892
13893 2004-07-30 [colin]      0.9.12cvs39.7
13894
13895         * src/alertpanel.c
13896                 Fix alertpanel_error_log's icon
13897
13898 2004-07-30 [colin]      0.9.12cvs39.6
13899
13900         * src/pop.c
13901                 Two of them should still be warnings
13902
13903 2004-07-30 [colin]      0.9.12cvs39.5
13904
13905         * src/pop.c
13906                 More warning -> error
13907 2004-07-29 [colin]      0.9.12cvs39.4
13908
13909         * src/pop.c
13910                 Warning -> error
13911
13912 2004-07-29 [colin]      0.9.12cvs39.3
13913
13914         * src/prefs_matcher.c
13915                 Fix segfault
13916
13917 2004-07-29 [colin]      0.9.12cvs39.2
13918
13919         * src/alertpanel.c
13920                 More nice-looking alertpanels
13921
13922 2004-07-29 [colin]      0.9.12cvs39.1
13923
13924         * src/messageview.c
13925                 sync with head
13926                 (inform user when partial mail is deleted on server)
13927
13928 2004-07-29 [colin]      0.9.12cvs38.1
13929
13930         * src/messageview.c
13931                 sync with head
13932
13933 2004-07-28 [paul]       0.9.12cvs37.7
13934
13935         * src/mainwindow.c
13936                 complete the replacement of deprecated gtk_progress_*
13937
13938 2004-07-28 [paul]       0.9.12cvs37.6
13939
13940         * src/action.c
13941         * src/inc.c
13942         * src/mainwindow.c
13943         * src/send_message.c
13944         * src/gtk/progressdialog.c
13945         * src/gtk/progressdialog.h
13946                 replace deprecated gtk_progress_*
13947
13948 2004-07-28 [paul]       0.9.12cvs37.5
13949
13950         * src/gtk/filesel.c
13951                 remove gtk_window_set_wmclass()
13952 2004-07-28 [paul]       0.9.12cvs37.4
13953
13954         * src/addressbook.c
13955         * src/compose.c
13956         * src/foldersel.c
13957         * src/mainwindow.c
13958         * src/messageview.c
13959         * src/sourcewindow.c
13960         * src/gtk/logwindow.c
13961                 remove gtk_window_set_wmclass()
13962                 
13963         * src/prefs_filtering.c
13964         * src/prefs_filtering_action.c
13965         * src/prefs_fonts.c
13966         * src/prefs_gtk.c
13967         * src/prefs_matcher.c
13968         * src/ssl_manager.c
13969         * src/gtk/prefswindow.c
13970                 replace gtk_window_position()
13971
13972 2004-07-28 [colin]      0.9.12cvs37.3
13973
13974         * src/alertpanel.c
13975         * src/alertpanel.h
13976                 Add a way to specify panel type for specific
13977                 panels (alertpanel())
13978         * src/account.c
13979         * src/addressbook.c
13980         * src/compose.c
13981         * src/expldifdlg.c
13982         * src/main.c
13983         * src/messageview.c
13984         * src/summaryview.c
13985         * src/textview.c
13986         * src/gtk/sslcertwindow.c
13987                 Fix alertpanel()s so that their icon match
13988                 their real type
13989
13990 2004-07-28 [paul]       0.9.12cvs37.2
13991
13992         * src/addr_compl.c
13993         * src/addressbook.c
13994         * src/alertpanel.c
13995         * src/compose.c
13996         * src/export.c
13997         * src/foldersel.c
13998         * src/folderview.c
13999         * src/grouplistdialog.c
14000         * src/import.c
14001         * src/mainwindow.c
14002         * src/message_search.c
14003         * src/messageview.c
14004         * src/passphrase.c
14005         * src/prefs_actions.c
14006         * src/prefs_common.c
14007         * src/prefs_customheader.c
14008         * src/prefs_display_header.c
14009         * src/prefs_filtering.c
14010         * src/prefs_filtering_action.c
14011         * src/prefs_gtk.c
14012         * src/prefs_matcher.c
14013         * src/prefs_msg_colors.c
14014         * src/prefs_summary_column.c
14015         * src/prefs_template.c
14016         * src/sourcewindow.c
14017         * src/ssl_manager.c
14018         * src/summary_search.c
14019         * src/gtk/colorsel.c
14020         * src/gtk/description_window.c
14021         * src/gtk/gtkaspell.c
14022         * src/gtk/inputdialog.c
14023         * src/gtk/logwindow.c
14024         * src/gtk/prefswindow.c
14025         * src/gtk/progressdialog.c
14026                 replace deprecated gtk_window_set_policy
14027
14028 2004-07-27 [colin]      0.9.12cvs37.1
14029
14030         * src/msgcache.c
14031                 More fixes (synced for head again)
14032
14033 2004-07-27 [colin]      0.9.12cvs35.3
14034
14035         * src/msgcache.c
14036                 Fix wrong test
14037
14038 2004-07-27 [colin]      0.9.12cvs35.2
14039
14040         * src/mimeview.c
14041                 Fix width a bit (by Paul)
14042         * src/alertpanel.c
14043         * src/alertpanel.h
14044                 Specialize icons, make alertpanel_message()
14045                 private
14046         * src/message_search.c
14047         * src/sgpgme.c
14048         * src/summary_search.c
14049                 Suit alertpanel changes
14050
14051 2004-07-27 [colin]      0.9.12cvs35.1
14052
14053         * src/alertpanel.c
14054                 Add an icon
14055         * src/passphrase.c
14056                 Add debug output - maybe someone will
14057                 want to look at the problem with Grab
14058                 Input :)
14059         Bump version as we're synced with HEAD
14060
14061 2004-07-26 [colin]      0.9.12cvs33.26
14062
14063         * src/pop.c
14064                 Fix uidl-file parsing when not in new
14065                 format
14066
14067 2004-07-26 [colin]      0.9.12cvs33.25
14068
14069         * src/gtk/menu.c
14070                 Move popup menu up if necessary (fixes 
14071                 account selector)
14072         * src/mainwindow.c
14073                 Set account selector's button height to
14074                 minimum
14075
14076 2004-07-26 [colin]      0.9.12cvs33.24
14077
14078         * src/alertpanel.c
14079                 Maybe fix 551 (Truncated font in alert window)
14080
14081 2004-07-26 [colin]      0.9.12cvs33.23
14082
14083         * po/de.po
14084         * po/es.po
14085         * po/fr.po
14086         * po/it.po
14087         * po/ja.po
14088         * po/pl.po
14089         * po/ru.po
14090         * po/sk.po
14091         * po/sr.po
14092         * po/zh_CN.po
14093                 Sync po files with HEAD
14094
14095 2004-07-26 [paul]       0.9.12cvs33.22
14096
14097         * src/compose.c
14098                 fix Bug 556 'Organisation-header is sent even if empty'
14099
14100 2004-07-24 [colin]      0.9.12cvs33.21
14101
14102         * src/compose.c
14103         * src/gtk/gtkaspell.c
14104         * src/gtk/gtkaspell.h
14105                 Fix speller accelerators (require hack)
14106
14107 2004-07-24 [colin]      0.9.12cvs33.20
14108
14109         * src/gtk/gtkaspell.c
14110                 Fix over-eager code deletion breaking
14111                 Check while typing
14112
14113 2004-07-24 [colin]      0.9.12cvs33.19
14114
14115         * src/browseldap.c
14116         * src/ldapctrl.c
14117         * src/ldapctrl.h
14118         * src/ldapserver.h
14119                 Sync ldap with HEAD
14120         (Fixes 546 LDAP completely broken)
14121
14122 2004-07-24 [colin]      0.9.12cvs33.18
14123
14124         * src/prefs_msg_colors.c
14125                 Fix prototype mismatch
14126         (Fixes 547 void function cannot return value)
14127
14128 2004-07-24 [colin]      0.9.12cvs33.17
14129
14130         * src/mainwindow.c
14131                 Fix sort going back to previous sort key
14132                 when changing sort direction
14133
14134 2004-07-24 [colin]      0.9.12cvs33.16
14135
14136         * src/compose.c
14137                 Fix space insertion when re-wrapping at 
14138                 cursor point
14139
14140 2004-07-24 [colin]      0.9.12cvs33.15
14141
14142         * src/gtk/gtkaspell.c
14143                 Don't change cursor position in insert-text
14144                 callback
14145         (Fixes 539 Word wrapping on input transposes letters)
14146
14147 2004-07-24 [colin]      0.9.12cvs33.14
14148
14149         * src/gtk/gtkaspell.c
14150                 Reencode non-ascii chars to dictionary's
14151                 encoding
14152         (Fixes 544 Spell check broken non english locale)
14153
14154 2004-07-24 [colin]      0.9.12cvs33.13
14155
14156         * src/summaryview.c
14157                 Fix Shift+Down, add Home/End/PgUp/PgDown
14158
14159 2004-07-21 [colin]      0.9.12cvs33.12
14160
14161         * src/prefs_common.c
14162                 Fix a gtk warning (Patch by Andrej Kacian)
14163
14164 2004-07-21 [colin]      0.9.12cvs33.11
14165
14166         * src/gtk/filesel.c
14167                 More check
14168
14169 2004-07-21 [colin]      0.9.12cvs33.10
14170
14171         * src/compose.c
14172         * src/crash.c
14173         * src/export.c
14174         * src/import.c
14175         * src/messageview.c
14176         * src/mimeview.c
14177         * src/prefs_spelling.c
14178         * src/prefs_themes.c
14179         * src/summaryview.c
14180         * src/gtk/filesel.c
14181         * src/gtk/filesel.h
14182         * src/gtk/pluginwindow.c
14183                 Untwist open/save mode guessing logic, make
14184                 it explicit
14185
14186 2004-07-20 [colin]      0.9.12cvs33.9
14187
14188         * src/codeconv.c
14189                 conv_encode_header: src_charset is UTF-8 on
14190                 gtk2
14191         * src/compose.c
14192                 Remove double encoding of the headers
14193
14194 2004-07-20 [colin]      0.9.12cvs33.8
14195
14196         * src/codeconv.c
14197                 Fix typo
14198
14199 2004-07-20 [colin]      0.9.12cvs33.7
14200
14201         * src/mainwindow.c
14202                 Set the separated messageview to the saved
14203                 size of Claws' messageview (Patch by Alfons)
14204                 Fix a callback prototype (me)
14205
14206 2004-07-20 [colin]      0.9.12cvs33.6
14207
14208         * src/codeconv.h
14209                 Forgot one hunk in 0.9.12cvs33.4
14210
14211 2004-07-19 [colin]      0.9.12cvs33.5
14212
14213         * src/action.c
14214                 Action output fix
14215                 Patch by Alfons
14216
14217 2004-07-19 [colin]      0.9.12cvs33.4
14218
14219         * src/compose.c
14220                 Fix outgoing charset bug in headers
14221         * src/codeconv.c
14222                 Clean for glib2 - Patch by Alfons
14223
14224 2004-07-19 [colin]      0.9.12cvs33.3
14225
14226         * src/statusbar.c
14227                 Remove grip from the statusbar
14228                 Patch by Alfons
14229
14230 2004-07-19 [colin]      0.9.12cvs33.2
14231
14232         * src/messageview.c
14233         * src/textview.c
14234                 Fix messageview remembering the previous
14235                 scroll position when loading a new message
14236                 Patch by Alfons
14237
14238 2004-07-19 [colin]      0.9.12cvs33.1
14239
14240         * src/folder.h
14241         * src/folderview.c
14242         * src/summaryview.c
14243                 Sync with HEAD
14244
14245 2004-07-18 [colin]      0.9.12cvs32.7
14246
14247         * configure.ac
14248                 Remove useless check for XIM - noticed
14249                 by Alfons
14250
14251 2004-07-18 [colin]      0.9.12cvs32.6
14252
14253         * src/summaryview.c
14254                 Remove non-modified and shift-modified
14255                 accelerators in summaryview's popup
14256                 menu, as that doesn't get catched by
14257                 the accel-activate signal catcher...
14258
14259 2004-07-18 [colin]      0.9.12cvs32.5
14260
14261         * src/prefs_common.c
14262                 Define sensible default prefs for 
14263                 wrapping
14264
14265 2004-07-18 [colin]      0.9.12cvs32.4
14266
14267         * src/compose.c
14268         * src/prefs_common.c
14269         * src/prefs_common.h
14270         * src/prefs_wrapping.c
14271                 Remove Smart Wrapping pref, which does
14272                 nothing on gtk2 branch
14273
14274 2004-07-18 [colin]      0.9.12cvs32.3
14275
14276         * src/sourcewindow.c
14277                 Proper utf8
14278
14279 2004-07-18 [colin]      0.9.12cvs32.2
14280
14281         * src/compose.c
14282                 Save attachment status when drafting
14283
14284 2004-07-18 [colin]      0.9.12cvs32.1
14285
14286         * src/gtk/filesel.c
14287                 Fix erratic folder selection in open mode
14288
14289 2004-07-18 [colin]      0.9.12cvs31.11
14290
14291         * src/pop.c
14292                 Don't let partial messages get deleted
14293                 even with "dowload all"
14294                 (0.9.12cvs31.8 fix extension)
14295 2004-07-18 [colin]      0.9.12cvs31.10
14296
14297         * src/gtk/logwindow.c
14298                 Fix log scrolling
14299
14300 2004-07-18 [colin]      0.9.12cvs31.9
14301
14302         * src/common/utils.c
14303                 Fix non-utf8 strings coming from commands
14304                 and files
14305
14306 2004-07-18 [colin]      0.9.12cvs31.8
14307
14308         * src/pop.c
14309                 Fix partial download bug with Download all
14310                 messages option
14311
14312 2004-07-18 [colin]      0.9.12cvs31.7
14313
14314         * src/textview.c
14315                 Fix bug introduced in 0.9.12cvs31.2
14316                 (blocked in select mode after double click)
14317
14318 2004-07-18 [colin]      0.9.12cvs31.6
14319
14320         * src/compose.c
14321         * src/gtk/menu.c
14322                 More glib-warning fixes
14323
14324 2004-07-18 [colin]      0.9.12cvs31.5
14325
14326         * src/compose.c
14327                 Fix trashing the primary clipboard when moving 
14328                 around with tab
14329         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14330
14331 2004-07-18 [colin]      0.9.12cvs31.4
14332
14333         * src/codeconv.c
14334                 convert unencoded iso headers to utf8
14335         (Fix Bug 538 Unencoded local characters in subject make it 
14336          disappear)
14337
14338 2004-07-18 [colin]      0.9.12cvs31.3
14339
14340         * src/compose.c
14341                 Fix tab char handling in wrapping
14342         (Fix Bug 537 Line wrap problem - TAB character treated as 
14343          one character instead of 8)
14344
14345 2004-07-18 [colin]      0.9.12cvs31.2
14346
14347         * src/textview.c
14348                 return FALSE on GDK_MOTION_NOTIFY
14349         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14350          (unable to highlight))
14351
14352 2004-07-18 [colin]      0.9.12cvs31.1
14353
14354         * src/folderview.c
14355                 Sync with 0.9.12cvs31
14356
14357 2004-07-18 [colin]      0.9.12cvs30.4
14358
14359         * src/compose.c
14360                 Also block text_inserted when inserting a file
14361
14362 2004-07-18 [colin]      0.9.12cvs30.3
14363
14364         * src/compose.c
14365                 Fix smart wrapping (block text_inserted handler
14366                 while putting quotation to avoid wrap on input,
14367                 don't join lines if next is sig separator)
14368
14369 2004-07-17 [colin]      0.9.12cvs30.2
14370
14371         * src/folderview.c
14372         * src/mainwindow.c
14373         * src/mimeview.c
14374         * src/summaryview.c
14375         * src/gtk/quicksearch.c
14376         * src/gtk/quicksearch.h
14377                 Block key events handlers *and* accels while
14378                 quicksearch is focused
14379         (Fixes Bug 534 quick-search bar not accepting certain letters)
14380
14381 2004-07-17 [colin]      0.9.12cvs30.1
14382
14383         * src/folder.h
14384         * src/folderview.c
14385         * src/summaryview.c
14386                 Sync with 0.9.12cvs30
14387
14388 2004-07-17 [colin]      0.9.12cvs28.2
14389
14390         * src/mimeview.c
14391         * src/procmime.c
14392         * src/summaryview.c
14393         * src/gtk/menu.c
14394                 Squash some compile and glib warnings
14395
14396 2004-07-17 [paul]       0.9.12cvs28.1
14397
14398         * src/mimeview.c
14399                 sync with 0.9.12cvs28 HEAD
14400
14401 2004-07-16 [paul]       0.9.12cvs26.1
14402         
14403         * src/gtk/quicksearch.c
14404         * src/account.c
14405         * src/account.h
14406         * src/compose.c
14407         * src/customheader.c
14408         * src/folder_item_prefs.c
14409         * src/main.c
14410         * src/mainwindow.c
14411         * src/messageview.c
14412         * src/mimeview.c
14413         * src/news.c
14414         * src/pgpmime.c
14415         * src/pop.c
14416         * src/pop.h
14417         * src/prefs_account.c
14418         * src/prefs_account.h
14419         * src/prefs_common.c
14420         * src/prefs_common.h
14421         * src/prefs_display_header.c
14422         * src/prefs_gtk.c
14423         * src/prefs_gtk.h
14424         * src/procheader.c
14425         * src/procmime.c
14426                 sync with 0.9.12cvs26 HEAD      
14427
14428 2004-07-15 [colin]      0.9.12cvs18.14
14429
14430         * src/folder.c
14431                 Disable GPG signature check during
14432                 folder move and scan
14433         (Closes Bug 521 Signature checking slows down Folder-Move)
14434
14435 2004-07-14 [colin]      0.9.12cvs18.13
14436
14437         * src/common/partial_download.c
14438                 update includes
14439
14440 2004-07-14 [colin]      0.9.12cvs18.12
14441
14442         * src/common/partial_download.c
14443         * src/common/partial_download.h
14444                 Move doc at top, add correct copyright
14445
14446 2004-07-14 [colin]      0.9.12cvs18.11
14447
14448         * src/folder.c
14449         * src/messageview.c
14450         * src/pop.c
14451         * src/pop.h
14452         * src/procmsg.c
14453         * src/summaryview.c
14454         * src/common/Makefile.am
14455         * src/common/partial_download.c ** NEW FILES **
14456         * src/common/partial_download.h ** NEW FILES **
14457                 Move partial-download related stuff to its
14458                 own file
14459
14460 2004-07-14 [colin]      0.9.12cvs18.10
14461
14462         * src/send_message.c
14463                 Fix smtp auth when user is null or empty
14464
14465 2004-07-13 [colin]      0.9.12cvs18.9
14466
14467         * src/gtk/quicksearch.c
14468                 Use alphabetic order
14469
14470 2004-07-13 [colin]      0.9.12cvs18.8
14471
14472         * src/pop.c
14473                 Be paranoid on the checks
14474
14475 2004-07-13 [colin]      0.9.12cvs18.7
14476
14477         * src/gtk/quicksearch.c
14478                 Fix Engrish once again
14479
14480 2004-07-13 [colin]      0.9.12cvs18.6
14481
14482         * src/procmsg.c
14483         * src/summaryview.c
14484                 Mark messages for deletion when they are about to
14485                 be removed from trash
14486
14487 2004-07-13 [colin]      0.9.12cvs18.5
14488
14489         * src/matcher.c
14490         * src/matcher.h
14491         * src/matcher_parser_parse.y
14492         * src/prefs_matcher.c
14493         * src/gtk/quicksearch.c
14494                 Add 'partial' ('p') match string to find partially
14495                 downloaded messages
14496
14497 2004-07-13 [colin]      0.9.12cvs18.4
14498
14499         * src/pop.c
14500                 Fix misplaced block
14501
14502 2004-07-13 [colin]      0.9.12cvs18.3
14503
14504         * src/pop.c
14505         * src/pop.h
14506         * src/messageview.c
14507                 Refactor API (to avoid passing 5+ params and code
14508                 duplication)
14509         * src/folder.c
14510         * src/msgcache.c
14511         * src/procheader.c
14512         * src/common/defs.h
14513                 Add planned_download to cache
14514                 Don't mess uidl file when moving partially downloaded
14515                 mails (they change folder, we should change it in the
14516                 uidl list too or we'll remove an incorrect message)
14517                 (this also helps removing hacks when changing 
14518                 planned_download in messageview.c)
14519
14520 2004-07-12 [colin]      0.9.12cvs18.2
14521
14522         * src/gtk/quicksearch.c
14523                 Fix missing status update in quicksearch
14524
14525 2004-07-12 [paul]       0.9.12cvs18.1
14526
14527         * po/POTFILES.in
14528         * src/Makefile.am
14529         * src/account.c
14530         * src/codeconv.c
14531         * src/compose.c
14532         * src/inc.c
14533         * src/main.c
14534         * src/prefs_common.c
14535         * src/procmsg.h
14536         * src/toolbar.c
14537         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14538         * src/prefs_wrapping.[ch]       ** NEW FILES **
14539         * src/common/intl.h
14540         * src/common/utils.[ch]
14541         * src/gtk/quicksearch.[ch]
14542                 sync with 0.9.12cvs18 HEAD
14543
14544 2004-07-12 [colin]      0.9.11cvs17.25
14545
14546         * src/folder.c
14547         * src/folder.h
14548                 Remove unused function added by me in 0.9.11cvs17.10
14549
14550 2004-07-11 [colin]      0.9.11cvs17.24
14551
14552         * src/inc.c
14553         * src/messageview.c
14554         * src/pop.c
14555         * src/pop.h
14556                 Use folderitem and msgnum instead of filename to
14557                 know which mail to delete
14558                 Move old partial mail deletion to pop.c
14559
14560 2004-07-10 [colin]      0.9.11cvs17.23
14561
14562         * src/inc.c
14563                 Add debug
14564         * src/pop.c
14565         * src/pop.h
14566                 Don't re-use same enums for unrelated stuff: it's 
14567                 completely misleading !
14568                 Document a bit
14569
14570 2004-07-09 [colin]      0.9.11cvs17.22
14571
14572         * src/inc.c
14573                 Remove folder-type check and do
14574                 more tests to be sure everything's
14575                 ok
14576         * src/messageview.c
14577                 Punctuation update, remove useless
14578                 code, fix two warnings
14579         * src/noticeview.c
14580                 Layout cleaning, reset 2nd button
14581                 when specifying one
14582
14583 2004-07-09 [colin]      0.9.11cvs17.21
14584
14585         * src/messageview.c
14586         * src/pop.c
14587         * src/pop.h
14588                 Allow user to change his mind
14589                 and postpone decision (by
14590                 unmarking the mail)
14591
14592 2004-07-09 [colin]      0.9.11cvs17.20
14593
14594         * src/messageview.c
14595                 Fix bug with delete state
14596         * src/pop.c
14597         * src/pop.h
14598                 Fix buffer leak (fread doesn't 
14599                 terminate buffers with \0)
14600                 Refactoring (remove magic 
14601                 numbers)
14602
14603 2004-07-09 [colin]      0.9.11cvs17.19
14604
14605         * src/pop.c
14606                 Don't log "Skipping message" if 
14607                 we're going to TOP it two lines
14608                 later
14609
14610 2004-07-09 [colin]      0.9.11cvs17.18
14611
14612         * src/messageview.c
14613                 Fix Engrish
14614
14615 2004-07-09 [colin]      0.9.11cvs17.17
14616
14617         * src/pop.c
14618                 strlen checking...
14619         * src/messageview.c
14620                 refactoring a bit
14621
14622 2004-07-08 [colin]      0.9.11cvs17.16
14623
14624         * src/noticeview.c
14625         * src/noticeview.h
14626                 Add an optional second button
14627         * src/messageview.c
14628         * src/pop.c
14629         * src/pop.h
14630                 Don't delete partially received mails after a certain
14631                 time; rather, let the user decide.
14632
14633 2004-07-08 [colin]      0.9.11cvs17.15
14634
14635         * src/common/smtp.h
14636                 Sync with HEAD
14637
14638 2004-07-08 [colin]      0.9.11cvs17.14
14639
14640         * src/messageview.c
14641         * src/common/smtp.c
14642                 Use to_human_readable() for sizes
14643
14644 2004-07-08 [colin]      0.9.11cvs17.13
14645
14646         * src/inc.c
14647         * src/messageview.c
14648         * src/pop.c
14649         * src/pop.h
14650         * src/procmsg.c
14651                 Fix partial-downloading issues:
14652                         catch unsupported TOP
14653                         don't delete partially downloaded mails before 5 days
14654                         don't update existing with non-MH folders; that'll
14655                         make dups, but it's better than trashing the folder
14656                         free new msginfo parts
14657                 Fix indentation ;-)
14658
14659 2004-07-08 [colin]      0.9.11cvs17.12
14660
14661         * src/common/smtp.c
14662         * src/common/smtp.h
14663                 Sync smtp size verification with HEAD
14664
14665 2004-07-08 [colin]      0.9.11cvs17.11
14666
14667         * src/summaryview.c
14668         * src/prefs_common.c
14669         * src/prefs_common.h
14670         * src/gtk/quicksearch.c
14671         * src/gtk/quicksearch.h
14672                 Sync sticky pref with HEAD
14673
14674 2004-07-08 [colin]      0.9.11cvs17.10
14675
14676         * src/folder.c [1.213.2.6]
14677         * src/folder.h [1.87.2.6]
14678         * src/inc.c [1.149.2.7]
14679         * src/messageview.c [1.94.2.8]
14680         * src/procheader.c [1.47.2.6]
14681         * src/procmsg.c [1.150.2.4]
14682         * src/procmsg.h [1.60.2.5]
14683         * src/pop.c [1.56.2.4]
14684         * src/pop.h [1.17.2.3]
14685                 Let too big messages get downloaded, but truncated
14686                 Add a button to download them completely
14687                 
14688 2004-07-06 [colin]      0.9.11cvs17.9
14689
14690         * src/gtk/quicksearch.c [1.1.2.3]
14691                 Add a Clear button
14692         * commitHelper
14693         * PATCHSETS
14694                 Add a script to help with cvs
14695
14696 2004-07-03 [colin]      0.9.11cvs17.8
14697
14698         * src/plugins/imageviewer/viewer.c
14699                 fix imageviewer (which was staying on the first
14700                 displayed image)
14701
14702 2004-07-03 [colin]      0.9.11cvs17.7
14703
14704         Removed FIXME_GTK2 warnings
14705         * src/gtk/gtkutils.c
14706                 useless #warnings
14707         * src/gtk/menu.c
14708                 useless #warnings (no need to mess with menu rc)
14709         * src/gtk/menu.h
14710                 unused functions
14711         
14712
14713 2004-07-03 [colin]      0.9.11cvs17.6
14714
14715         Removed FIXME_GTK2 warnings
14716         * src/codeconv.c
14717                 useless #warnings (rewrite needed)
14718         * src/compose.c
14719                 useless #warnings (rewrite needed)
14720                 useless #warnings (gtk2 is like that)
14721                 useless #warnings (previously fixed)
14722         * src/main.c
14723                 useless #warnings (previously fixed)
14724         * src/message_search.c
14725                 useless #warnings (gtk2 is like that)
14726                 Made apparent that search is case-sensitive
14727         * src/mimeview.c
14728                 useless #warnings (rewrite needed)
14729                 useless #warnings (gtk2 is like that)
14730                 reimplemented real warnings
14731         * src/prefs_common.c
14732                 Removed block cursor option (not it gtk2)
14733         * src/prefs_gtk.c
14734                 useless #warnings (rewrite needed)
14735         * src/procheader.c
14736                 useless #warnings (rewrite needed)
14737         * src/sourcewindow.c
14738                 useless #warnings (incorrect placing)
14739         * src/summary_search.c
14740                 useless #warnings (gtk2 is like that)
14741                 Made apparent that search is case-sensitive
14742         * src/action.c
14743                 useless #warnings (gtk2 is like that)
14744         * src/textview.c
14745                 useless #warnings (rewrite needed)
14746         * src/toolbar.c
14747                 useless #warnings (rewrite needed)
14748
14749 2004-07-03 [colin]      0.9.11cvs17.5
14750
14751         * src/textview.c
14752                 Fix mismerge which broke URI opening
14753                 
14754 2004-07-01 [colin]      0.9.11cvs17.4
14755
14756         * src/gtk/filesel.c
14757                 Fill filename when saving
14758                 
14759 2004-06-27 [colin]      0.9.11cvs17.3
14760
14761         * src/gtk/filesel.[ch]
14762                 Use the new GTK file selector
14763                 Update prototype to match the reality: multiple file
14764                 selection is open-only          
14765         * src/compose.c
14766                 Match the new prototypes        
14767         * configure.ac
14768                 Match the new requirements (gtk 2.4.0)
14769                         
14770 2004-06-26 [colin]      0.9.11cvs17.2
14771
14772         * src/plugins/trayicon/trayicon.c
14773                 Remove useless signal handler on resize, which causes
14774                 an infinite "loop"
14775         
14776 2004-06-26 [colin]      0.9.11cvs17.1
14777         
14778         * tools/Makefile.am
14779                 remove launch_firebird and add nautilus2sylpheed.sh
14780         * src/quicksearch.c
14781           src/summaryview.c
14782                 Fix show/hide "Extended symbols" button problem
14783                 Fix apparition at startup
14784                 Fix const warnings
14785         * src/plugins/image_viewer/Makefile.am
14786                 Fix configure 
14787         * common/ssl.c
14788                 Re-enable certificate check, as it doesn't seem to
14789                 cause Xlib errors anymore
14790
14791 2004-06-25 [paul]       0.9.11cvs17
14792
14793         * sync with 0.9.11cvs17 HEAD
14794         
14795         NOTE: QuickSearch is broken
14796
14797 2004-06-07 [colin]      0.9.10claws67.10
14798         * src/plugins/trayicon/trayicon.c
14799           src/plugins/trayicon/libeggtrayicon/Makefile.am
14800           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14801                 Fix gettextization in trayicon plugin
14802
14803 2004-06-07 [colin]      0.9.10claws67.9
14804         
14805         * src/summaryview.c
14806           src/gtk/gtksctree.[ch]
14807                 Let Shift+{Up,Down} work in summaryview
14808                 (well, Down "works" and Up works)
14809                 Let the list scroll when using these keys
14810
14811 2004-06-06 [colin]      0.9.10claws67.8
14812
14813         * src/plugins/trayicon/trayicon.c
14814                 Fix pixmap update
14815
14816 2004-06-06 [colin]      0.9.10claws67.7
14817
14818         * src/addressbook.c
14819                 Fix signal handling causing system-wide focus grab
14820
14821 2004-05-25 [paul]       0.9.10claws67.6
14822
14823         * Makefile.am
14824           src/Makefile.am
14825                 clean up
14826
14827 2004-05-25 [paul]       0.9.10claws67.5
14828
14829         * replace deprecated gtk_signal... functions
14830
14831 2004-05-23 [colin]      0.9.10claws67.4
14832
14833         * src/compose.c
14834                 Fix wrapping
14835
14836 2004-05-22 [colin]      0.9.10claws67.3
14837
14838         * src/compose.c
14839                 Re-fix [Edited] in compose.c::compose_reedit()
14840
14841 2004-05-22 [colin]      0.9.10claws67.2
14842
14843         * src/procmime.c
14844                 Fix parsing of multiparts mails
14845
14846 2004-05-22 [colin]      0.9.10claws67.1
14847
14848         * src/summaryview.c
14849                 Fix quicksearch
14850
14851 2004-05-22 [paul]       0.9.10claws67
14852
14853         * sync with 0.9.10claws67 HEAD
14854
14855 2004-05-14 [alfons]
14856
14857         * src/procmime.h
14858                 add forgotton prototype
14859
14860 2004-05-10 [paul]       0.9.10claws57
14861
14862         * sync with 0.9.10claws57 HEAD
14863
14864 2004-05-05 [paul]       0.9.9.claws1
14865
14866         * ChangeLog-gtk2        ** REMOVED **
14867           ChangeLog-gtk2.claws  ** ADDED **
14868                 rename and adopt the normal claws format
14869                 
14870         * configure.ac
14871                 require gtkmathview >= 0.5
14872
14873         * ac/*                          ** REMOVED **
14874           ac/                           ** REMOVED **
14875           intl/Makefile.in              ** REMOVED **
14876           m4/                           ** ADDED **
14877           m4/missing                    ** ADDED **
14878           m4/missing/gdk-pixbuf.m4      ** ADDED **
14879           m4/missing/gettext.m4         ** ADDED **
14880           m4/missing/gpgme.m4           ** ADDED **
14881           m4/missing/imlib.m4           ** ADDED **
14882           m4/.cvsignore                 ** ADDED **
14883           m4/Makefile.am                ** ADDED **
14884           m4/README                     ** ADDED **
14885           m4/aclocal-include.m4         ** ADDED **
14886           m4/aspell.m4                  ** ADDED **
14887           m4/check-type.m4              ** ADDED **
14888           m4/gnupg-check-typedef.m4     ** ADDED **
14889           m4/openssl.m4                 ** ADDED **
14890           m4/spamassassin.m4            ** ADDED **
14891           po/ChangeLog                  ** REMOVED **
14892           po/Makefile.in.in             ** REMOVED **
14893           po/Rules-quot                 ** REMOVED **
14894           po/boldquot.sed               ** REMOVED **
14895           po/en@boldquot.header         ** REMOVED **
14896           po/en@quot.header             ** REMOVED **
14897           po/insert-header.sin          ** REMOVED **
14898           po/quot.sed                   ** REMOVED **
14899           po/remove-potcdate.sed        ** REMOVED **
14900           po/remove-potcdate.sin        ** REMOVED **
14901           po/stamp-po                   ** REMOVED **
14902           Makefile.am
14903           autogen.sh
14904           configure.ac
14905                 enable building with automake 1.8.x
14906                 add 'autopoint --force' to autogen.sh and remove all
14907                 auto-generated files, remove ac/ directory and use
14908                 m4/ directory instead
14909                 
14910         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14911                 fix gettextization
14912
14913 2004-02-28 Colin Leroy <colin@colino.net>
14914         * src/prefs_matcher.c
14915           src/prefs_filtering.c
14916           src/prefs_filtering_action.c
14917                 Fix non-editable GtkEntries
14918
14919 2004-02-22 Thorsten Maerz <torte@netztorte.de>
14920         * src/prefs_themes.c
14921                 utf8 conversion for theme info
14922
14923 2004-02-21 Thorsten Maerz <torte@netztorte.de>
14924         * sync 0.9.9claws
14925
14926 2004-02-14 Thorsten Maerz <torte@netztorte.de>
14927         * src/grouplistdialog.c
14928                 allow multiple selections without ctrl key
14929
14930 2004-02-09 Thorsten Maerz <torte@netztorte.de>
14931         * src/main.c
14932                 enable customizable accelerators
14933
14934 2004-02-08 Thorsten Maerz <torte@netztorte.de>
14935         * src/prefs_common.c
14936                 re-enable different font settings for gtk1/2
14937         * src/prefs_folder_item.c
14938                 fix folder prefs displayed wrong
14939         * src/textview.c
14940                 set 'sunken' shadow type
14941
14942 2004-02-07 Colin Leroy <colin@colino.net>
14943         * src/compose.c
14944                 Fix message being always [Edited]
14945                 Encode headers correctly (utf8 buf)
14946
14947 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14948         * src/socket.c
14949                 remove double g_source_attach()
14950                 (Thanks to Colin Leroy)
14951
14952 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14953         * src/gtk/gtksctree.c
14954                 Fix SSL certificate list not shown
14955         * src/mimeview.c
14956                 Fix clicks in mime tree
14957
14958 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14959         * src/common/socket.c
14960                 Fix SSL receive
14961         * src/compose.c
14962                 Fix clipboard menu hotkeys
14963
14964 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14965         * src/gtk/gtkaspell.[ch]
14966           src/compose.c
14967                 reimplement spellchecker
14968
14969 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14970         * src/gtk/filesel.c
14971                 crash when inserting file in compose window
14972                 (TODO: keep old selection on clicks)
14973         * src/main.c
14974                 use gtkrc-2.0 instead of gtkrc
14975
14976 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14977         * src/messageview.c
14978                 remove orphaned mimeview unref()
14979
14980 2004-01-20 Thorsten Maerz <torte@netztorte.de>
14981         * src/grouplistdialog.c
14982                 expand nodes containing subscribed groups
14983
14984 2004-01-19 Thorsten Maerz <torte@netztorte.de>
14985         * src/textview.c
14986                 textview: hide cursor, restore old click behaviour
14987
14988 2004-01-18 Thorsten Maerz <torte@netztorte.de>
14989         * src/textview.c
14990                 variable names messed up
14991
14992 2004-01-17 Colin Leroy <colin@colino.net>
14993         * src/addr_compl.c
14994                 Fix completion address too thin
14995         * src/compose.c
14996                 Fix tab-to-subject behaviour
14997         * src/summaryview.c
14998                 Implement key up & down in summaryview
14999
15000 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15001
15002         * sync 098claws
15003
15004 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15005         * configure.ac
15006           Makefile.am
15007           doc/.cvsignore
15008           doc/Makefile.am
15009                 faq, man, manual moved to doc/
15010         * ac/aspell.m4
15011           ac/check-type.m4
15012           ac/gnupg-check-typedef.m4
15013           ac/openssl.m4
15014           ac/spamassassin.m4
15015           ac/missing/gdk-pixbuf.m4
15016           ac/missing/gpgme.m4
15017           ac/missing/imlib.m4
15018                 fix automake warnings
15019
15020 2003-12-06 Colin Leroy <colin@colino.net>
15021         * src/summaryview.c
15022                 Fix quicksearch
15023
15024 2003-12-05 Colin Leroy <colin@colino.net>
15025         * src/summaryview.c
15026                 Fix going to next unread folder
15027
15028 2003-12-05 Colin Leroy <colin@colino.net>
15029         * src/crash.c
15030                 Fix gtk2 compilation
15031         * src/session.c
15032                 Remove iotag source handler at disconnection
15033         * src/socket.[ch] 
15034                 Remove source handler when closing socket 
15035                 (fixes another seg)
15036
15037 2003-12-04 Colin Leroy <colin@colino.net>
15038         * src/compose.c
15039           src/prefs_account.c
15040           src/prefs_common.c
15041                 Fix some dropdown menus
15042
15043 2003-12-04 Colin Leroy <colin@colino.net>
15044         * src/compose.c
15045                 Fix event handlers on header fields
15046         * src/common/socket.c
15047           src/common/session.c
15048                 Fix segfault with callback (SSL)
15049                 Fix end of session 
15050
15051 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15052
15053         * Fix compile bug in src/compose.c
15054         * removed src/gtk/gtkstext.[ch]
15055
15056 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15057
15058         * Convert character set and escape "text" attributes in toolbar setting
15059         files.
15060         * Fixed bug in button-press-event handling.
15061
15062 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15063
15064         * Fixed bug in key-press-event handling.
15065
15066 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15067
15068         * Enabled to compile tray-icon plugin (Ad-hoc).
15069         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15070
15071 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15072
15073         * Enabled to compile on sylpheed-claws.
15074         (tray-icon plugin still cannot compile yet.)
15075
15076 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15077
15078         * Updated to 0.9.5.
15079
15080 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15081
15082         * Updated to 0.9.4.
15083         * Ported monitoring SSL mechanism to GSource of GLib2
15084         (I don't confirm it)
15085         * Added _gtk2 suffix to key name of font preference to avoid
15086         ovverwriting preference of Gtk+-1.2 version.
15087
15088 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15089
15090         * Updated to 0.9.2.
15091
15092 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15093
15094         * Updated to 0.9.1.
15095         * Translate po files into UTF-8 when execute autogen.sh.
15096
15097 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15098
15099         * Updated to 0.9.0.
15100
15101 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15102
15103         * Plugged GError related memory leaks.
15104
15105 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15106
15107         * Changed default size of fonts.
15108         * Enabled to set titile font size of warning dialog.
15109
15110 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15111
15112         * Embed a sylpheed icon into executable binary on Windows.
15113
15114 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15115
15116         * I forgot to traslate character set of element string in src/xml.c.
15117
15118 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15119
15120         * Fixed detecting bind_textdomain_codeset in configure.in.
15121         * The bug in which "Example" of "Date fromat" preference isn't displayed
15122         correctly has been fixed.
15123
15124 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15125
15126         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15127           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15128           glib-gettextize
15129           Removed intl directory.
15130           Translated po files into UTF-8.
15131           (Thanks! Ryuji Abe)
15132
15133 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15134
15135         * The bug which doesn't unscape string in xml.c has been fixed.
15136
15137 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15138
15139         * The bug which is failed to translate encoding of file name thorough
15140         file dialog has been fixed.
15141
15142 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15143
15144         * Modified to translate file names which is used in inporting/expoting
15145         mbox feature and "Save as" feature into locale encoding.
15146         * Translate file names into locale encoding when "Attache file" and
15147         "Insert file".
15148         * Force set G_BROKEN_FILENAMES environment variable.
15149         * Other minor fixes.
15150
15151 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15152
15153         * Modified to treat MH folder's name as locale encoding.
15154
15155 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15156
15157         * The bug which clash on switching candidates of auto completion of
15158         addresses, cannot use auto completion in Japanesse is fixed
15159         (Thanks! Tokunaga-san)¡¥
15160
15161 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15162
15163         * The bug which cannot switch key accelerator preference has been fixed
15164         (Thanks! smbd-san)¡¥
15165
15166 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15167
15168         * version 0.8.11-gtk2-20030314
15169
15170 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15171
15172         * The bug in which character set conversion of filtering messages has
15173         been fixed.(Thanks! COCOA-san).
15174
15175 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15176
15177         * Revived "Leave space on head" preference in "Message" category.
15178         * A bug which clash when put the cursor to end of buffer and execute
15179         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15180
15181 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15182
15183         * version 0.8.11-gtk2-20030312
15184
15185 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15186
15187         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15188         * Modified to use Pango's API directly for font preference.
15189         * Integrated GtkTextView of textview to one widget.
15190         * Set fonts of header title in textview by "header_title" tag.
15191         * Removed some deprecated codes.
15192
15193 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15194
15195         * Updated to 0.8.11.
15196         * Merged cygwin patch(Thanks! Sakai-san).
15197
15198 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15199
15200         * version 0.8.10-gtk2-20030309