253dc5dae8a75871c1c449494ba86524ea457f27
[claws.git] / ChangeLog
1 2006-05-29 [mones]      2.2.0cvs62
2
3         * src/gtk/gtksctree.c
4                 Unselect faster (patch by Colin)        
5
6 2006-05-26 [colin]      2.2.0cvs61
7
8         * src/summaryview.c
9                 Unplug MSGINFO_UPDATE callback on delete too.
10
11 2006-05-26 [colin]      2.2.0cvs60
12
13         * src/foldersel.c
14                 Fix bold in folder selection window with glib2.10
15                 thanks Hiro
16
17 2006-05-26 [colin]      2.2.0cvs59
18
19         * src/procheader.c
20                 Convert date only if necessary (and don't
21                 try to convert from utf8 to utf8, too)
22         * src/summaryview.c
23                 Only set column's text if the column's 
24                 displayed
25
26 2006-05-26 [colin]      2.2.0cvs58
27
28         * src/summaryview.c
29         * src/gtk/gtkutils.c
30                 Fix useless warning
31
32 2006-05-26 [colin]      2.2.0cvs57
33
34         * src/mainwindow.c
35                 Make summaryview selectable as long as 
36                 no message has focus
37         * src/mh.c
38                 Faster deletion (by implementing mh_remove_msgs)
39                 Faster copy (avoid using mh_fetch_msg just to get
40                 the filename)
41                 Faster move (using move_file instead of copy_file
42                 if MSG_IS_MOVE)
43                 No progressbar if total number of mails to cp/mv 
44                 is less than 100
45         * src/summaryview.c
46                 Fix removal from subject_table when mail gets moved
47                 Faster deletion (g_slist_prepend instead of append)
48         * src/gtk/gtksctree.c
49                 Remove useless code
50
51 2006-05-25 [colin]      2.2.0cvs56
52
53         * src/common/ssl_certificate.c
54                 Fix leak in expired cert check
55
56 2006-05-25 [colin]      2.2.0cvs55
57
58         * src/mh.c
59                 Disable flags syncing on .mh_sequences - it
60                 is buggy and marks mails read under unknown
61                 conditions.
62
63 2006-05-25 [paul]
64
65         * 2.3.0-rc4 released
66
67 2006-05-24 [colin]      2.2.0cvs54
68
69         attention cvs users: if you manage to crash
70         Sylpheed-Claws while moving, copying or deleting
71         mails, we *are* interested in stack traces and
72         valgrind logs. It looks stable, but one never
73         knows...
74
75         * src/folder.c
76                 Add progressbar for cache updates
77         * src/folderutils.c
78                 Optimize Mark all read in the current
79                 folder
80         * src/mh.c
81                 Add progressbar for copy/move
82         * src/procmsg.c
83                 Optimize O(n^2) in copy/move
84         * src/summaryview.c
85         * src/gtk/gtksctree.c
86                 Optimize O(n^2) algos
87         * src/common/timing.h
88                 Display ms instead of us
89
90 2006-05-24 [wwp]        2.2.0cvs53
91
92         * manual/fr/advanced.xml
93                 updates to the French manual.
94
95 2006-05-24 [wwp]        2.2.0cvs52
96
97         * src/common/utils.c
98                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
99
100 2006-05-24 [wwp]        2.2.0cvs51
101
102         * src/folderutils.c
103                 fixed "mark all read" in MH folders (thanks to Colin).
104
105 2006-05-24 [paul]       2.2.0cvs50
106
107         * doc/man/sylpheed-claws.1
108                 updated the man page
109
110 2006-05-23 [colin]      2.2.0cvs49
111
112         * src/folderview.c
113         * src/imap.c
114         * src/inc.c
115         * src/mbox.c
116         * src/messageview.c
117         * src/news.c
118         * src/send_message.c
119         * src/summaryview.c
120         * src/gtk/sslcertwindow.c
121                 alertpanel fixes, by Fabien
122
123 2006-05-23 [colin]      2.2.0cvs48
124
125         * src/folder.c
126         * src/folderview.c
127         * src/msgcache.c
128         * src/summaryview.c
129         * src/gtk/gtksctree.c
130         * src/gtk/gtksctree.h
131                 More timings
132                 Fix slow loading problem, which was caused by the
133                 use of some gtk_ctree funcs and their use of
134                 g_list_position while gtk_ctree_(un)link'ing.
135                 Reap more functions from gtkctree.c to be sure we
136                 use our (fast) version instead of theirs.
137         * src/mh.c
138                 Fix copy of unread mails
139
140
141 2006-05-22 [wwp]        2.2.0cvs47
142
143         * manual/fr/advanced.xml
144                 updated.
145
146 2006-05-22 [colin]      2.2.0cvs46
147
148         * src/filtering.c
149                 Fix possible infinite loop. 'copy' is not a 
150                 final action, so when encountering a 'copy',
151                 we have to check if a previous one was set
152                 and do it. In the same way, if we encounter
153                 a 'move' we have to perform a possibly 
154                 pending 'copy'. This will slow down filtering
155                 on IMAP if move+copy or multiple copy actions
156                 are to be done, but handling it via the batch
157                 would be really too convoluted.
158
159 2006-05-22 [wwp]        2.2.0cvs45
160
161         * manual/fr/advanced.xml
162         * manual/fr/faq.xml
163         * manual/fr/glossary.xml
164         * manual/fr/handling.xml
165         * manual/fr/intro.xml
166         * manual/fr/plugins.xml
167         * manual/fr/sylpheed-claws-manual.xml
168                 sync w/ the english manual: updates URIs, documented mailing-list
169                 support, better explanation about the enabled/disabled feature
170                 in filtering/processing rules by Paul.
171
172 2006-05-21 [colin]      2.2.0cvs44
173
174         * src/summaryview.c
175                 Don't expand after building threads, but during
176
177 2006-05-21 [colin]      2.2.0cvs43
178
179         * src/procmsg.c
180         * src/summaryview.c
181                 More timing possibilities... For next time I have 
182                 to find out how the hell some 3GHz computer takes
183                 one minute to open a 30k folder...
184
185 2006-05-21 [colin]      2.2.0cvs42
186
187         * manual/pl/advanced.xml
188         * manual/pl/faq.xml
189         * manual/pl/glossary.xml
190         * manual/pl/handling.xml
191         * manual/pl/intro.xml
192         * manual/pl/plugins.xml
193         * manual/pl/sylpheed-claws-manual.xml
194                 Polish manual updated by Pawel
195
196 2006-05-20 [colin]
197
198         * 2.3.0-rc3 released
199
200 2006-05-20 [colin]      2.2.0cvs41
201
202         * src/imap.c
203                 Fix -rc2 problems:
204                 - remove cache of moved messages from original folder
205                 - apply new flags to messages even if they aren't appliable
206                   via IMAP.
207
208 2006-05-20 [colin]
209
210         * 2.3.0-rc2 released
211
212 2006-05-19 [colin]      2.2.0cvs40
213
214         * src/imap.c
215                 Don't issue SELECT in imap_change_flags
216                 before having checked that we indeed have
217                 some flags to change. MSG_POSTFILTERED for
218                 example can't be used on IMAP.
219                 Fixes bug #955 (copying messages between 
220                 imap folders is extremely slow), which was
221                 a regression.
222
223 2006-05-19 [colin]      2.2.0cvs39
224
225         * src/folder.c
226         * src/folder.h
227         * src/folderview.c
228                 Try to fix bug #830 (Some unread messages 
229                 get marked read in IMAP inbox):
230                 - Prevent scanning a folder if it's being 
231                   opened via the GUI
232                 - Postpone opening via the GUI of a folder
233                   currently scanned.
234
235
236 2006-05-19 [wwp]        2.2.0cvs38
237
238         * manual/advanced.xml
239                 fix English+typo (thanks to Paul).
240
241 2006-05-19 [wwp]        2.2.0cvs37
242
243         * manual/advanced.xml
244         * manual/fr/advanced.xml
245         * src/gtk/logwindow.c
246         * src/prefs_common.c
247         * src/prefs_common.h
248                 added hidden prefs to allow customization of colors used in
249                 protocol log window (useful for dark gtk+ themes).
250
251 2006-05-19 [wwp]        2.2.0cvs36
252
253         * ChangeLog
254                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
255
256 2006-05-19 [paul]       2.2.0cvs35
257
258         * src/textview.c
259                 make Reply-To fully clickable
260         * src/gtk/logwindow.c
261                 more colouring (SMTP ESMTP)
262         Both patches by Pawel Pekala
263
264 2006-05-19 [cleroy]     2.2.0cvs34
265
266         * src/mh.c
267                 Don't update flags from current folder
268                 Probably fixes bug #935 (Read Messages 
269                 Revert to Being Marked as Unread)
270
271 2006-05-18 [colin]      2.2.0cvs33
272
273         * src/imap.c
274                 Warning fix
275         * src/compose.c
276         * src/mainwindow.c
277         * src/summaryview.c
278         * src/toolbar.c
279                 Allow replying to multiple emails
280                 in multiple windows
281         * src/mimeview.c
282         * src/etpan/imap-thread.c
283                 Leak fixes
284
285 2006-05-18 [paul]       2.2.0cvs32
286
287         * src/summaryview.c
288                 keep Mailing-List menu refreshed
289                 Thanks to Colin
290
291 2006-05-18 [paul]       2.2.0cvs31
292
293         * manual/advanced.xml
294         * manual/faq.xml
295         * manual/glossary.xml
296         * manual/handling.xml
297         * manual/intro.xml
298         * manual/plugins.xml
299         * manual/sylpheed-claws-manual.xml
300                 update URLs
301                 add info about mailing-list support
302                 edit filtering info
303         * src/wizard.c
304         * src/common/defs.h
305         * src/gtk/about.c
306         * src/plugins/dillo_viewer/README
307                 update URLs
308
309 2006-05-17 [wwp]        2.2.0cvs30
310
311         * manual/handling.xml
312         * manual/fr/handling.xml
313                 documented the ability to enabled/disable filtering/processing rules.
314
315 2006-05-17 [colin]      2.2.0cvs29
316
317         * src/main.c
318                 Don't initialize g_thread subsystem if it's 
319                 already done (thanks to Hiro)
320         * src/mimeview.c
321                 Fix saving of parts when there name can't be
322                 converted from UTF-8.
323
324 2006-05-17 [paul]       2.2.0cvs28
325
326         * po/Makefile.in.in
327                 fix config.status warning with autoconf 2.60
328
329 2006-05-17 [paul]       2.2.0cvs27
330
331         * po/POTFILES.in
332                 add src/mbox.c
333
334 2006-05-17 [wwp]        2.2.0cvs26
335
336         * src/mainwindow.c
337                 fix useless and potentially dangerous buffer walking (thanks to Colin).
338
339 2006-05-17 [wwp]        2.2.0cvs25
340
341         * src/plugins/demo/demo.c
342                 updated product name in plugin demo (many plugins need to be
343                 sync'ed w/ that change).
344
345 2006-05-17 [colin]      2.2.0cvs24
346
347         * src/mh.c
348                 Fix leak
349
350 2006-05-16 [colin]      2.2.0cvs23
351
352         * src/mainwindow.c
353                 Stupid me hit again. Fix cvs22.
354
355 2006-05-16 [colin]      2.2.0cvs22
356
357         * src/mainwindow.c
358                 Fix bug #922 (sylpheed-claws crashed after 
359                 pushing on Inbox folder)
360
361 2006-05-16 [colin]      2.2.0cvs21
362
363         * src/compose.c
364                 Make From header be copy/paste/select-able
365
366 2006-05-16 [wwp]        2.2.0cvs20
367
368         * src/export.c
369         * src/matcher.c
370         * src/summaryview.c
371         * src/etpan/imap-thread.c
372                 fix some compiler warnings (thanks to Colin).
373
374 2006-05-16 [wwp]        2.2.0cvs19
375
376         * src/action.c
377         * src/gedit-print.c
378         * src/inc.c
379         * src/mainwindow.c
380         * src/mh.c
381         * src/statusbar.c
382         * src/send_message.c
383         * src/summaryview.c
384                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
385
386 2006-05-15 [colin]      2.2.0cvs18
387
388         * src/procmsg.c
389                 Fix automatic rule creation with List-Post
390
391 2006-05-15 [paul]       2.2.0cvs17
392
393         * tools/filter_conv_new.pl
394                 updated for rule enabling/disabling
395                 claws version >= 2.3.x required
396
397 2006-05-15 [cleroy]     2.2.0cvs16
398
399         * src/main.c
400                 Revert test
401
402 2006-05-15 [cleroy]     2.2.0cvs15
403
404         * src/main.c
405                 test
406
407 2006-05-15 [wwp]        2.2.0cvs14
408
409         * manual/pl/.cvsignore
410                 ignore generated files.
411
412 2006-05-14 [wwp]        2.3.0-rc1
413
414         * 2.3.0-rc1 released
415
416 2006-05-13 [wwp]        2.2.0cvs13
417
418         * src/filtering.c
419         * src/filtering.h
420         * src/matcher.c
421         * src/matcher_parser_lex.l
422         * src/matcher_parser_parse.y
423         * src/prefs_filtering.c
424                 new feature: provide the ability to disable filtering and processing
425                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
426                 adaptations.
427
428 2006-05-13 [colin]      2.2.0cvs12
429
430         * src/compose.c
431                 Remove useless if (a) b; else b;
432                 Thanks to wwp
433
434 2006-05-13 [wwp]        2.2.0cvs11
435
436         * src/export.c
437         * src/import.c
438         * src/mainwindow.c
439         * src/mbox.c
440         * src/summaryview.c
441         * src/summaryview.h
442                 no more silent failures (or at least less ones) when importing
443                 or exporting from/to mbox. Also start importing/exporting if
444                 the necessary info is set.
445
446 2006-05-13 [wwp]        2.2.0cvs10
447
448         * RELEASE_NOTES
449                 restored up-to-date release notes.
450
451 2006-05-13 [paul]       2.2.0cvs9
452
453         * po/nl.po
454         * po/ru.po
455                 updated by Tim Dijkstra and Pavlo Bohmat
456
457 2006-05-12 [colin]      2.2.0cvs8
458
459         * src/gtk/quicksearch.c
460                 Add "k" as shortcut for "colorlabel". Patch
461                 by ath42@users.sf.net.
462
463 2006-05-12 [paul]       2.2.0cvs7
464
465         * src/prefs_common.h
466         * src/prefs_summaries.c
467         * src/summaryview.c
468                 when entering a folder also allow
469                 going directly to first Marked message
470
471 2006-05-12 [paul]       2.2.0cvs6
472
473         * src/summaryview.c
474                 always obey 'confirm before marking all
475                 mails read' option
476
477 2006-05-12 [paul]       2.2.0cvs5
478
479         * src/textview.c
480                 make Sender fully clickable
481
482 2006-05-12 [colin]      2.2.0cvs4
483
484         * src/compose.c
485         * src/compose.h
486                 Let From be editable
487         * src/main.c
488         * src/mh.c
489                 Full support of .mh_sequences' Unseen seq
490
491 2006-05-12 [colin]      2.2.0cvs3
492
493         * src/folder.c
494         * src/mainwindow.c
495         * src/mainwindow.h
496         * src/messageview.c
497         * src/prefs_spelling.c
498         * src/procheader.c
499         * src/procmsg.c
500         * src/procmsg.h
501         * src/summaryview.c
502         * src/toolbar.c
503         * src/toolbar.h
504                 Add contextual menu on Compose toolbar
505                 button. Fixes bug #944 (Automatic
506                 addresses not applied when changing account
507                 from compose window)
508                 add Mailing List support
509                 based on the old 0.6.5claws25 patch by
510                 Melvin Hadasht, with finishing touches
511                 by Colin
512                 Fix "ignore thread" when mails are threaded by
513                 subject (and weren't ignored although appearing
514                 in the thread).
515                 GUI rework.
516                 Both patches by Pawel.
517
518 2006-05-08 [paul]       2.2.0cvs2
519
520         * src/mainwindow.c
521         * src/mainwindow.h
522         * src/messageview.c
523         * src/procheader.c
524         * src/procmsg.c
525         * src/procmsg.h
526         * src/summaryview.c
527                 add Mailing List support
528                 based on the old 0.6.5claws25 patch by 
529                 Melvin Hadasht, with finishing touches
530                 by Colin
531
532 2006-05-08 [colin]      2.2.0cvs1
533
534         * src/mainwindow.c
535         * src/toolbar.c
536         * src/toolbar.h
537                 Add contextual menu on Compose toolbar 
538                 button. Fixes bug #944 (Automatic 
539                 addresses not applied when changing account 
540                 from compose window)
541
542 2006-05-08 [paul]       2.2.0
543
544         2.2.0 released
545
546 2006-05-08 [paul]       2.1.1cvs51
547
548         * po/cs.po
549         * po/de.po
550         * po/en_GB.po
551         * po/fi.po
552         * po/fr.po
553         * po/pt_BR.po
554         * po/sr.po
555         * po/zh_CN.po
556                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
557                 Fabien Vantard, Frederico Goncalves Guimaraes,
558                 Aleksandar Urosevic, and Ralgh Young
559
560 2006-05-12 [colin]      2.1.1cvs50
561
562         * po/cs.po
563         * po/de.po
564         * po/en_GB.po
565         * po/es.po
566         * po/fi.po
567         * po/fr.po
568         * po/pt_BR.po
569         * po/sr.po
570         * po/zh_CN.po
571                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
572                 Fabien Vantard, Frederico Goncalves Guimaraes,
573                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
574
575 2006-05-05 [colin]      2.1.1cvs49
576
577         * manual/Makefile.am
578         * manual/pl/Makefile.am
579         * manual/pl/account.xml
580         * manual/pl/ack.xml
581         * manual/pl/addrbook.xml
582         * manual/pl/advanced.xml
583         * manual/pl/faq.xml
584         * manual/pl/glossary.xml
585         * manual/pl/gpl.xml
586         * manual/pl/handling.xml
587         * manual/pl/intro.xml
588         * manual/pl/keyboard.xml
589         * manual/pl/plugins.xml
590         * manual/pl/starting.xml
591         * manual/pl/sylpheed-claws-manual.xml
592         * manual/pl/dist/.cvsignore
593         * manual/pl/dist/Makefile.am
594         * manual/pl/dist/html/.cvsignore
595         * manual/pl/dist/html/Makefile.am
596         * manual/pl/dist/pdf/.cvsignore
597         * manual/pl/dist/pdf/Makefile.am
598         * manual/pl/dist/ps/.cvsignore
599         * manual/pl/dist/ps/Makefile.am
600         * manual/pl/dist/txt/.cvsignore
601         * manual/pl/dist/txt/Makefile.am
602                 Add the polish translation of the manual,
603                 Authored by Pawel Pekala.
604
605 2006-05-05 [cleroy]     2.1.1cvs48
606
607         * src/main.c
608                 Re-read matcherrc after loading plugins 
609                 if some of them add folders.
610
611 2006-05-03 [colin]      2.1.1cvs47
612
613         * src/imap.c
614                 I'm idiot
615
616 2006-05-03 [colin]      2.1.1cvs46
617
618         * src/imap.c
619                 Be sure to have a session when
620                 getting separator
621
622 2006-05-03 [colin]      2.1.1cvs45
623
624         * src/imap.c
625         * src/imap.h
626         * src/imap_gtk.c
627                 Fix preventing renaming with namespace 
628                 separator.
629
630 2006-05-01 [colin]      2.1.1cvs44
631
632         * src/action.c
633                 Don't reload messageview when result of
634                 action is piped.
635
636 2006-04-29 [colin]      2.1.1cvs43
637
638         * src/prefs_receive.c
639         * src/plugins/spamassassin/spamassassin_gtk.c
640         * src/plugins/clamav/clamav_plugin_gtk.c
641                 GUI fixes by Pawel
642
643 2006-04-29 [colin]      2.1.1cvs42
644
645         * src/prefs_compose_writing.c
646         * src/prefs_quote.c
647                 Cleanups. Patch by Pawel
648
649 2006-04-28 [paul]       2.1.1cvs41
650
651         * src/matcher.c
652                 fix returned quick search results when search
653                 term contains an underscore.
654                 Thanks to Colin
655
656 2006-04-28 [paul]       2.1.1cvs40
657
658         * src/prefs_message.c
659         * src/prefs_receive.c
660                 GUI cleanups
661                 Patches by Pawel Pekala
662
663 2006-04-27 [colin]      2.1.1cvs39
664
665         * src/wizard.c
666                 Differentiate subject Welcome from
667                 window's title Welcome
668
669 2006-04-27 [paul]
670
671         2.2.0-rc1 released
672
673 2006-04-27 [paul]       2.1.1cvs38
674
675         * manual/advanced.xml
676         * manual/fr/advanced.xml
677                 add info about compose_no_markup hidden pref
678
679 2006-04-27 [paul]       2.1.1cvs37
680
681         * src/prefs_account.c
682                 improve privacy labels
683         * src/prefs_msg_colors.c
684                 change some strings for translators' convenience
685         * src/gtk/gtkutils.c
686                 don't underline the link button text
687
688 2006-04-25 [colin]      2.1.1cvs36
689
690         * src/folder.c
691                 Complete 2.1.1cvs33 (once more ;)
692
693 2006-04-25 [colin]      2.1.1cvs35
694
695         * src/editldap.c
696                 Fix tooltip
697
698 2006-04-25 [cleroy]     2.1.1cvs34
699
700         * src/compose.c
701         * src/gtk/gtkaspell.c
702                 Fix crash on redirect (related to the return 
703                 of the aspell menu in compose's toolbar)
704         * src/prefs_msg_colors.c
705                 Fix sensitivity widgets
706         * src/image_viewer.c
707         * src/gtk/pluginwindow.c
708         * src/gtk/prefswindow.c
709                 Change released signals to clicked (Fabien)
710         * po/POTFILES.in
711         * src/common/socket.c
712         * src/plugins/spamassassin/spamassassin.c
713                 Translate strings (Fabien)
714
715 2006-04-25 [paul]       2.1.1cvs33
716
717         * src/folder.c
718         * src/folder.h
719         * src/folderview.c
720                 complete the fix of bug #912
721                 Thanks to Colin
722
723 2006-04-25 [colin]      2.1.1cvs32
724
725         * src/news.c
726                 Better progress bar
727         * src/mimeview.c
728         * src/summaryview.c
729         * src/summaryview.h
730                 Fix focus chain
731                 Patches by Pawel Pekala
732
733 2006-04-24 [colin]      2.1.1cvs31
734
735         * src/compose.c
736                 Fix compilation warnings (Fabien)
737
738 2006-04-24 [colin]      2.1.1cvs30
739
740         * src/addrindex.c
741         * src/editldap.c
742         * src/editldap_basedn.c
743         * src/editldap_basedn.h
744         * src/ldapctrl.c
745         * src/ldapctrl.h
746         * src/ldapquery.c
747         * src/ldaputil.c
748         * src/ldaputil.h
749                 Fix bug #901 (LDAPS support)
750
751 2006-04-24 [colin]      2.1.1cvs29
752
753         * src/compose.c
754                 Fix logic on error with send dialog on
755         * src/imap.c
756                 Fix compilation without libetpan, thanks
757                 to Fabien
758         * src/summaryview.c
759                 Fix 'context-menu' key
760
761 2006-04-23 [colin]      2.1.1cvs28
762
763         * src/folder.c
764                 Never free current's cache to free up 
765                 memory. Fixes bug #912 (new count 
766                 randomly set to message count)
767
768 2006-04-23 [colin]      2.1.1cvs27
769
770         * src/gtk/quicksearch.c
771                 And remove printf...
772
773 2006-04-23 [colin]      2.1.1cvs26
774
775         * src/gtk/quicksearch.c
776                 Fix replacing in quicksearch, and fix inserting
777                 in the middle of the string. (introduced at 2.1.0cvs22)
778
779 2006-04-23 [colin]      2.1.1cvs25
780
781         * src/imap.c
782                 Make sure uidnext is initialized in get_num_list
783                 (not for stable, related to 2.1.1cvs8 and friends)
784
785 2006-04-23 [colin]      2.1.1cvs24
786
787         * src/imap.c
788                 Output something when login is successful
789                 too
790
791 2006-04-23 [colin]      2.1.1cvs23
792
793         * src/etpan/imap-thread.c
794                 Better logging (line-per-line, hide data in fetch)
795                 Fix a const warning
796         * src/gtk/logwindow.c
797         * src/gtk/logwindow.h
798                 Better logging (color for input/output)
799
800 2006-04-21 [colin]      2.1.1cvs22
801
802         * src/gtk/quicksearch.c
803                 On gtk+-2.8, use stock buttons in quicksearch
804                 Based on a patch by Fabien and a design by Paul
805
806 2006-04-21 [colin]      2.1.1cvs21
807
808         * src/folderview.c
809         * src/mainwindow.c
810                 Fix occasional flicker in folderview
811         * src/common/utils.c
812                 Fix bug #943 (Incorrectly parsed email address 
813                 list in short headers on message view and in 
814                 printouts)
815
816 2006-04-20 [colin]      2.1.1cvs20
817
818         * src/imap.c
819         * src/imap.h
820         * src/prefs_account.c
821                 Add ANONYMOUS auth for IMAP
822
823 2006-04-20 [paul]       2.1.1cvs19
824
825         * src/main.c
826                 proper fix for 2.1.1cvs18
827                 Thanks to Colin
828
829 2006-04-20 [paul]       2.1.1cvs18
830
831         * src/main.c
832                 fix build warnings
833
834 2006-04-20 [paul]       2.1.1cvs17
835
836         * src/gtk/quicksearch.c
837                 fix standard, non-extended Quick search,
838                 was broken in 2.1.1cvs15.
839                 Thanks to Colin.
840
841 2006-04-20 [colin]      2.1.1cvs16
842
843         * src/prefs_matcher.c
844                 Fix values when reselecting a ~test
845                 rule
846
847 2006-04-19 [colin]      2.1.1cvs15
848
849         * src/compose.c
850         * src/compose.h
851         * src/gtk/gtkaspell.c
852         * src/gtk/gtkaspell.h
853                 Put back Options menu in Spelling/
854         * src/gtk/quicksearch.c
855                 Don't search, and show error, if the
856                 advanced search has a syntax error
857
858 2006-04-18 [colin]      2.1.1cvs14
859
860         * src/textview.c
861                 Fix gdk warnings on set_cursor when textview
862                 isn't visible
863
864 2006-04-18 [colin]      2.1.1cvs13
865
866         * src/gtk/gtksctree.c
867                 Remove seemingly useless refresh that causes
868                 flicker - watch this commit in case of 
869                 problems before planned backport to stable
870
871 2006-04-18 [colin]      2.1.1cvs12
872
873         * src/imap.c
874                 Factorize get/set_xml code
875         * src/compose.c
876         * src/prefs_account.c
877         * src/prefs_account.h
878         * src/procmsg.c
879                 Add Encrypt to self option
880
881 2006-04-17 [colin]      2.1.1cvs11
882
883         * configure.ac
884                 Fix search on encrpyt function on dragonfly
885                 Patch by Jonathan Buschmann <jonthn@agmact.com>
886
887 2006-04-17 [colin]      2.1.1cvs10
888
889         * src/prefs_account.c
890                 Be safe by default: remove mails from POP3
891                 after 7 days, not immediately
892
893 2006-04-17 [colin]      2.1.1cvs9
894
895         * src/etpan/imap-thread.c
896                 Fix build on DragonFly - patch by 
897                 Jonathan Buschmann <jonthn@agmact.com>
898
899 2006-04-17 [colin]      2.1.1cvs8
900
901         * src/imap.c
902                 Save uidnext between sessions
903
904 2006-04-17 [colin]      2.1.1cvs7
905
906         * src/imap.c
907                 scan is required when uid validity changes
908
909 2006-04-17 [colin]      2.1.1cvs6
910
911         * src/folderview.c
912                 Don't scan if not necessary, apart in current
913                 folder and INBOX to fetch flags.
914         * src/imap.c
915                 Scan is necessary if unread count changes
916
917 2006-04-17 [colin]      2.1.1cvs5
918
919         * src/imap.c
920                 ...But always fetch ANSWERED and DELETED flags for
921                 INBOX, as filtering can happen on these flags.
922
923 2006-04-17 [colin]      2.1.1cvs4
924
925         * src/imap.c
926                 Don't fetch REPLIED and DELETED flags when synchronising
927                 flags with a closed folder. We only need UNSEEN and FLAGGED
928                 to update the folderview.
929
930 2006-04-17 [colin]      2.1.1cvs3
931
932         * src/imap.c
933                 Faster flag search when there are new mails 
934                 in a folder. We can do a full search if the 
935                 folder contains less messages than the new
936                 list.
937
938 2006-04-17 [colin]      2.1.1cvs2
939
940         * po/cs.po
941         * po/de.po
942         * po/fr.po
943         * po/nl.po
944         * po/pt_BR.po
945                 Update translations from stable branch
946
947 2006-04-17 [colin]      2.1.1cvs1
948
949         * configure.ac
950                 Bump version to follow stable release
951
952 2006-04-16 [mones]      2.1.0cvs50
953
954         * po/es.po
955                 Updated for release
956
957 2006-04-16 [colin]      2.1.0cvs49
958
959         * src/textview.c
960                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
961                 with gtk < 2.8. Thanks to Fabien Vantard.
962
963 2006-04-15 [colin]      2.1.0cvs48
964
965         * src/etpan/imap-thread.c
966                 Fix bug #919 (libetpan: SEGV when connecting 
967                 using command)
968
969 2006-04-14 [colin]      2.1.0cvs47
970
971         * src/main.c
972                 Fix race on --select (should be done better)
973
974 2006-04-14 [wwp]        2.1.0cvs46
975
976         * src/send_message.c
977                 enforce a check for domain in account prefs (a sending
978                 error could be faced if domain was checked but no value set),
979                 thanks to Colin.
980
981 2006-04-14 [colin]      2.1.0cvs45
982
983         * src/codeconv.c
984                 when converting from unknown to unknown, if the
985                 string is UTF8, don't convert it to the locale
986                 (which breaks it)
987
988 2006-04-14 [colin]      2.1.0cvs44
989
990         * src/compose.c
991                 Don't try to use ASCII for converting headers
992                 (as done in body)
993
994 2006-04-14 [paul]       2.1.0cvs43
995
996         * src/crash.c
997                 add locale/charset info to crash report
998         * src/gtk/about.c
999                 add wwp to doc team
1000                 replace 'e-mail' with preferred 'email'
1001         * src/gtk/authors.h
1002                 ensure contributors list is in alphabetical
1003                 order
1004
1005 2006-04-13 [colin]      2.1.0cvs42
1006
1007         * src/textview.c
1008                 Prevent gdk warnings
1009
1010 2006-04-13 [colin]      2.1.0cvs41
1011
1012         * src/common/ssl_certificate.c
1013         * src/common/ssl_certificate.h
1014         * src/gtk/sslcertwindow.c
1015                 Warn on expired certs, and display the expiration date
1016
1017 2006-04-13 [colin]      2.1.0cvs40
1018
1019         * src/plugins/spamassassin/spamassassin_gtk.c
1020                 Fix missing set_text on unix socket
1021
1022 2006-04-13 [wwp]        2.1.0cvs39
1023
1024         * manual/fr/advanced.xml
1025         * manual/fr/glossary.xml
1026                 applied new spam/ham/email lexicon (pourriel, courriel)
1027
1028 2006-04-13 [paul]       2.1.0cvs38
1029
1030         * src/plugins/pgpmime/plugin.c
1031                 remove the mention of S/MIME from the
1032                 description. This is now handled by the
1033                 S/MIME plugin.
1034
1035 2006-04-13 [paul]       2.1.0cvs37
1036
1037         * src/prefs_msg_colors.c
1038                 rework dialog
1039         * src/prefs_folder_item.c
1040         * src/prefs_spelling.c
1041                 add a tooltip to the colour selector buttons
1042
1043 2006-04-13 [wwp]        2.1.0cvs36
1044
1045         * manual/advanced.xml
1046         * manual/glossary.xml
1047         * manual/handling.xml
1048         * manual/keyboard.xml
1049         * manual/plugins.xml
1050         * manual/starting.xml
1051         * manual/fr/account.xml
1052         * manual/fr/ack.xml
1053         * manual/fr/addrbook.xml
1054         * manual/fr/advanced.xml
1055         * manual/fr/faq.xml
1056         * manual/fr/glossary.xml
1057         * manual/fr/gpl.xml
1058         * manual/fr/handling.xml
1059         * manual/fr/intro.xml
1060         * manual/fr/keyboard.xml
1061         * manual/fr/plugins.xml
1062         * manual/fr/starting.xml
1063         * manual/fr/sylpheed-claws-manual.xml
1064                 fixes to the manuals:
1065                  - summaryview -> Message List (same in French)
1066                  - translate key names
1067                  - fix French punctuation, use non-breakable spaces when
1068                    necessary, don't use &thinsp; which is not portable
1069                  - tell what maildir and mbox formats we support
1070
1071 2006-04-12 [wwp]        2.1.0cvs35
1072
1073         * src/prefs_toolbar.c
1074                 unified a replace button more,
1075                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1076
1077 2006-04-12 [wwp]        2.1.0cvs34
1078
1079         * src/prefs_common.c
1080         * src/prefs_msg_colors.c
1081                 make default color labels translatable,
1082                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1083                 thanks to Tim <timbrain@post.cz> for reporting.
1084
1085 2006-04-12 [wwp]        2.1.0cvs33
1086
1087         * manual/glossary.xml
1088         * manual/intro.xml
1089         * manual/plugins.xml
1090         * manual/starting.xml
1091         * manual/sylpheed-claws-manual.xml
1092         * manual/fr/.cvsignore
1093         * manual/fr/account.xml
1094         * manual/fr/ack.xml
1095         * manual/fr/addrbook.xml
1096         * manual/fr/advanced.xml
1097         * manual/fr/faq.xml
1098         * manual/fr/glossary.xml
1099         * manual/fr/handling.xml
1100         * manual/fr/intro.xml
1101         * manual/fr/keyboard.xml
1102         * manual/fr/plugins.xml
1103         * manual/fr/starting.xml
1104         * manual/fr/sylpheed-claws-manual.xml
1105                 various fixes: typos, missing .fr translations, punctuation,
1106                 capitalization, links, accents and some bad French more.
1107
1108 2006-04-12 [wwp]        2.1.0cvs32
1109
1110         * src/prefs_gtk.c
1111                 fix for bug #935: always store prefs files in UTF-8 (thanks
1112                 to Colin).
1113
1114 2006-04-11 [colin]      2.1.0cvs31
1115
1116         * src/compose.c
1117                 Fix inserting files not in utf8 when locale is utf8
1118
1119 2006-04-11 [colin]      2.1.0cvs30
1120
1121         * src/inc.c
1122                 Don't show error dialog when cancelling connection
1123                 Patch by Pawel
1124
1125 2006-04-11 [cleroy]     2.1.0cvs29
1126
1127         * src/compose.c
1128                 Implement multiple quote levels
1129         * src/prefs_common.c
1130                 Change a little bit the quote bgcolor for 2nd level
1131
1132 2006-04-11 [colin]      2.1.0cvs28
1133
1134         * src/gtk/about.c
1135                 Add locale and charset in the label
1136
1137 2006-04-10 [colin]      2.1.0cvs27
1138
1139         * src/compose.c
1140         * src/prefs_common.c
1141         * src/prefs_common.h
1142         * src/prefs_msg_colors.c
1143         * src/textview.c
1144                 Allow optional background color in quotes
1145                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1146                 GTK+-2.8.x feature
1147
1148 2006-04-10 [colin]      2.1.0cvs26
1149
1150         * src/main.c
1151         * src/mainwindow.c
1152         * src/mainwindow.h
1153                 Implement --select
1154
1155 2006-04-10 [colin]      2.1.0cvs25
1156
1157         * manual/plugins.xml
1158         * manual/fr/plugins.xml
1159                 Document libcurl's proxy variables
1160
1161 2006-04-09 [colin]      2.1.0cvs24
1162
1163         * src/prefs_common.c
1164                 gettext() returns statically allocated stuff. We have
1165                 to strdup it in order to be able to free it.
1166
1167 2006-04-09 [colin]      2.1.0cvs23
1168
1169         * AUTHORS
1170         * src/gtk/authors.h
1171                 Add Alexei
1172
1173 2006-04-09 [colin]      2.1.0cvs22
1174
1175         * src/mainwindow.c
1176         * src/gtk/quicksearch.c
1177                 Fix bug #859 (problems with cyrilic input in 
1178                 search panel) - Patch by Alexey Illarionov 
1179                 <littlesavage@rambler.ru>
1180
1181 2006-04-09 [colin]      2.1.0cvs21
1182
1183         * src/prefs_customheader.c
1184                 I prefer removing then freeing rather than the contrary
1185                 (even if it doesn't change anything ;-)
1186         * src/prefs_account.c
1187                 Fix bug #933 (Crash re-entering the custom headers list 
1188                 dialog in accounts prefs)
1189                 The problem happened when cancelling the Account 
1190                 Preferences' dialogs - in which case we didn't do 
1191                 anything to the PrefsAccount * struct. In case of applying,
1192                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1193                 working with in this dialog. The problem is that 
1194                 prefs_customheader.c, working on this tmp_ac_prefs, always
1195                 changes the ->customhdr_list pointer, even when cancelled. 
1196                 So in case of cancelling the prefs_account dialog, we still
1197                 have to update ->customhdr_list in the real account.
1198
1199 2006-04-08 [colin]      2.1.0cvs20
1200
1201         * manual/fr/glossary.xml
1202         * manual/fr/keyboard.xml
1203                 Forgot some headers :)
1204
1205 2006-04-08 [colin]      2.1.0cvs19
1206
1207         * manual/Makefile.am
1208         * manual/fr/Makefile.am
1209         * manual/fr/account.xml
1210         * manual/fr/ack.xml
1211         * manual/fr/addrbook.xml
1212         * manual/fr/advanced.xml
1213         * manual/fr/faq.xml
1214         * manual/fr/glossary.xml
1215         * manual/fr/gpl.xml
1216         * manual/fr/handling.xml
1217         * manual/fr/intro.xml
1218         * manual/fr/keyboard.xml
1219         * manual/fr/plugins.xml
1220         * manual/fr/starting.xml
1221         * manual/fr/sylpheed-claws-manual.xml
1222         * manual/fr/dist/.cvsignore
1223         * manual/fr/dist/Makefile.am
1224         * manual/fr/dist/html/.cvsignore
1225         * manual/fr/dist/html/Makefile.am
1226         * manual/fr/dist/pdf/.cvsignore
1227         * manual/fr/dist/pdf/Makefile.am
1228         * manual/fr/dist/ps/.cvsignore
1229         * manual/fr/dist/ps/Makefile.am
1230         * manual/fr/dist/txt/.cvsignore
1231         * manual/fr/dist/txt/Makefile.am
1232                 Add the french translation of the manual. Thanks to
1233                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1234                 account.xml, ack.xml, addrbook.xml and advanced.xml
1235
1236 2006-04-08 [colin]      2.1.0cvs18
1237
1238         * manual/plugins.xml
1239         * manual/starting.xml
1240                 More fixes
1241
1242 2006-04-07 [colin]      2.1.0cvs17
1243
1244         * manual/faq.xml
1245         * manual/intro.xml
1246         * manual/keyboard.xml
1247                 Little fixes
1248
1249 2006-04-07 [colin]      2.1.0cvs16
1250
1251         * README
1252         * src/compose.c
1253         * src/prefs_common.c
1254         * src/prefs_common.h
1255                 Add hidden compose_no_markup pref
1256
1257 2006-04-07 [wwp]        2.1.0cvs15
1258
1259         * src/summary_search.c
1260         * .cvsignore
1261                 Bugfix: stop button was sticky when searching in an empty folder.
1262                 Applied curly brackets code style to the whole file (summary_search.c).
1263                 More files to ignore.
1264
1265 2006-04-07 [wwp]        2.1.0cvs14
1266
1267         * src/message_search.c
1268         * src/summary_search.c
1269                 changed default button when search bumps at file/folder
1270                 beginning or end, for convenience (thanks to Colin).
1271
1272 2006-04-07 [paul]       2.1.0cvs13
1273
1274         * src/plugins/dillo_viewer/dillo_prefs.c
1275                 avoid future potential for namespace collision
1276                 Patch by Colin
1277
1278 2006-04-06 [wwp]        2.1.0cvs12
1279
1280         * src/summary_search.c
1281                 Unify extended/advanced searches names (and thus factorize labels),
1282                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1283
1284 2006-04-06 [wwp]        2.1.0cvs11
1285
1286         * src/folderview.c
1287         * src/prefs_themes.c
1288         * src/summaryview.c
1289                 Fixed some compilation warnings.
1290
1291 2006-04-06 [colin]      2.1.0cvs10
1292
1293         * manual/advanced.xml
1294                 Document the wizard template and how to deploy
1295                 Sylpheed-Claws effectively
1296
1297 2006-04-06 [colin]      2.1.0cvs9
1298
1299         * src/folderview.c
1300                 gettext patch to tell translators about _("#"),
1301                 by Maxim Britov
1302
1303 2006-04-06 [colin]      2.1.0cvs8
1304
1305         * src/textview.c
1306                 Fix invalid GtkTextBIter after clicking "Display as text"
1307
1308 2006-04-06 [mones]      2.1.0cvs7
1309
1310         * src/addr_compl.c
1311         * src/addrindex.c
1312         * src/addritem.c
1313         * src/codeconv.c
1314         * src/compose.c
1315         * src/filtering.c
1316         * src/folder.c
1317         * src/folder_item_prefs.c
1318         * src/folderview.c
1319         * src/localfolder.c
1320         * src/matcher.c
1321         * src/mimeview.c
1322         * src/prefs_msg_colors.c
1323         * src/prefs_spelling.c
1324         * src/prefs_themes.c
1325         * src/procmime.c
1326         * src/procmsg.c
1327         * src/stock_pixmap.c
1328         * src/summaryview.c
1329         * src/textview.c
1330         * src/toolbar.c
1331         * src/common/mgutils.c
1332         * src/common/prefs.c
1333         * src/common/ssl_certificate.c
1334         * src/gtk/colorlabel.c
1335         * src/gtk/quicksearch.c
1336         * src/plugins/pgpmime/pgpmime.c
1337         * src/plugins/spamassassin/spamassassin.c
1338                 Removed redundant NULL checks for g_free() calls.
1339                 Patch by Pawel Pekala.
1340
1341 2006-04-06 [mones]      2.1.0cvs6
1342
1343         * src/prefs_actions.c
1344         * src/prefs_filtering.c
1345         * src/prefs_filtering_action.c
1346         * src/prefs_matcher.c
1347         * src/prefs_template.c
1348         * src/gtk/gtkutils.c
1349         * src/gtk/gtkutils.h
1350                 Have a nice replace button. Patch by Pawel Pekala
1351
1352 2006-04-06 [colin]      2.1.0cvs5
1353
1354         * src/addressbook.c
1355                 Fix crash with empty columns
1356
1357 2006-04-05 [colin]      2.1.0cvs4
1358
1359         * src/wizard.c
1360         * src/prefs_gtk.c
1361                 Allow wizard customization with pre-filled values
1362
1363 2006-04-05 [colin]      2.1.0cvs3
1364
1365         * src/textview.c
1366         * src/mimeview.c
1367         * src/mimeview.h
1368                 Nicer messages in mimeview
1369
1370 2006-04-05 [colin]      2.1.0cvs2
1371
1372         * src/addressbook.c
1373         * src/prefs_summaries.c
1374                 i18n fix
1375
1376 2006-04-05 [colin]      2.1.0cvs1
1377
1378         * src/plugins/pgpcore/plugin.c
1379         * src/plugins/pgpcore/select-keys.c
1380         * src/plugins/pgpcore/select-keys.h
1381         * src/plugins/pgpcore/sgpgme.c
1382         * src/plugins/pgpcore/sgpgme.h
1383         * src/plugins/pgpinline/pgpinline.c
1384         * src/plugins/pgpinline/plugin.c
1385         * src/plugins/pgpmime/pgpmime.c
1386         * src/plugins/pgpmime/plugin.c
1387                 Factorize and generalize a bit 
1388                 Drop S/MIME signature verification from PGP/MIME
1389                 (adding it as another, more complete plugin)
1390
1391 2006-04-05 [paul]       2.1.0
1392
1393         2.1.0 released
1394
1395 2006-04-05 [paul]       2.0.0cvs186
1396
1397         * manual/advanced.xml
1398                 add info on colour labels
1399
1400 2006-04-05 [paul]       2.0.0cvs185
1401
1402         * po/bg.po
1403         * po/cs.po
1404         * po/de.po
1405         * po/el.po
1406         * po/en_GB.po
1407         * po/fi.po
1408         * po/fr.po
1409         * po/it.po
1410         * po/nl.po
1411         * po/pl.po
1412         * po/pt_BR.po
1413         * po/sr.po
1414         * po/zh_CN.po
1415                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1416                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1417                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1418                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1419         * src/gtk/authors.h
1420         * tools/claws.i18n.status.pl
1421                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1422                 and new Czech translator, Tim <timbrain@post.cz>
1423
1424 2006-04-05 [mones]      2.0.0cvs184
1425
1426         * po/es.po
1427                 Updated translation
1428
1429 2006-04-05 [colin]      2.0.0cvs183
1430
1431         * src/gtk/quicksearch.c
1432                 Fix bug #929 (unnecessary reload in quick search bar)
1433
1434 2006-04-05 [colin]      2.0.0cvs182
1435
1436         * src/compose.c
1437                 Fix crash on Reply with no From:
1438                 Show signature and conversion error on queuing 
1439                 (but not sending)
1440         * src/mainwindow.c
1441         * src/summaryview.c
1442         * src/summaryview.h
1443                 Factorize threading code and make sure msginfo 
1444                 is not null when it comes from a GtkCTreeRow's 
1445                 data
1446         * src/gtk/gtkaspell.c
1447                 Check for necessary things
1448         * src/gtk/gtksctree.c
1449         * src/gtk/gtksctree.h
1450                 Reset anchor if necessary when removing node
1451
1452 2006-03-29 [colin]      2.0.0cvs181
1453
1454         * src/folderview.c
1455                 Warn for disabled IMAP accounts (due to lack of
1456                 libetpan). Breaks string-freeze - sorry - but it
1457                 is kind of important ;)
1458
1459 2006-03-28 [colin]      2.0.0cvs180
1460
1461         * src/gtk/gtkutils.c
1462         * src/gtk/gtkutils.h
1463                 Add a gtkut_get_link_btn() function that
1464                 creates a button which acts like an URI
1465         * src/prefs_themes.c
1466         * src/gtk/about.c
1467                 Use this function (factorizes codes)
1468         * src/common/defs.h
1469         * src/gtk/pluginwindow.c
1470                 Add a "Get more..." in the plugins window
1471
1472 2006-03-28 [colin]      2.0.0cvs179
1473
1474         * src/common/smtp.c
1475         * src/common/passcrypt.c
1476         * src/undo.c
1477                 Warning fixes. Patch by Pawel Pekala
1478
1479 2006-03-27 [colin]      2.0.0cvs178
1480
1481         * src/undo.c
1482                 Fix undoing by blocks with spaces
1483
1484 2006-03-27 [colin]      2.0.0cvs177
1485
1486         * src/textview.c
1487                 Set margin to 3px for headers
1488
1489 2006-03-27 [paul]
1490
1491         2.1.0-rc2 released
1492
1493 2006-03-27 [wwp]        2.0.0cvs176
1494
1495         * src/summaryview.c
1496                 don't reset quicksearch when updating the message list.
1497                 Thanks to Colin.
1498
1499 2006-03-26 [wwp]        2.0.0cvs175
1500
1501         * src/compose.c
1502                 use a unified border width ('other' tab in the compose window,
1503                 patch by Pawel Pekala).
1504
1505
1506 2006-03-26 [wwp]        2.0.0cvs174
1507
1508         * src/common/quoted-printable.c
1509         * src/addressbook.c
1510                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1511
1512 2006-03-26 [colin]      2.0.0cvs173
1513
1514         * src/quote_fmt_parse.y
1515                 Fix non-UTF8 date formats messing up the whole quote a 
1516                 little bit
1517
1518 2006-03-26 [colin]      2.0.0cvs172
1519
1520         * src/procheader.c
1521                 Make sure the date is UTF8 valid, or try to make it
1522                 so. IncrediMail is really IncrediStupid.
1523         * src/compose.c
1524                 Fix possible conversions. 
1525                 
1526
1527 2006-03-26 [colin]      2.0.0cvs171
1528
1529         * src/matcher.c
1530                 Fix corner cases in body search. This is still a
1531                 hack... It seems impossible to make it good and 
1532                 reasonably fast at the same time.
1533
1534 2006-03-26 [colin]      2.0.0cvs170
1535
1536         * src/summaryview.c
1537                 I think I killed the twilight zone bug!
1538                 summary_select_node() flushes GTK events in order
1539                 to be able to center the view. But this also 
1540                 flushes keypresses like Ctrl-Alt-U, so this can
1541                 call summary_show from summary_select_node (itself
1542                 called from summary_show, etc.). And the summaryview
1543                 has to be unlocked in this function. So just locking
1544                 while processing GTK events, and bailing if locked, 
1545                 should fix it.
1546                 Fixes bug #927 (SIGSEGV during Update Summary)
1547
1548 2006-03-25 [colin]      2.0.0cvs169
1549
1550         * src/matcher.c
1551                 Fix search in QP-encoded bodies
1552                 Fix utf-8 searches in bodies encoded in the
1553                 locale's encoding
1554         * src/common/quoted-printable.c
1555         * src/common/quoted-printable.h
1556                 Add a decode function that doesn't overwrite
1557                 the original pointer
1558                 
1559
1560 2006-03-24 [colin]      2.0.0cvs168
1561
1562         * src/action.c
1563         * src/summaryview.c
1564         * src/summaryview.h
1565                 Update message cache after action
1566                 Patch by H. Merijn Brand
1567         * src/prefs_msg_colors.c
1568                 Factorize label 
1569                 Patch by Fabien Vantard
1570         * src/plugins/spamassassin/spamassassin_gtk.c
1571                 Remove useless translation
1572                 Patch by Fabien Vantard
1573
1574 2006-03-23 [colin]      2.0.0cvs167
1575
1576         * src/common/ssl.c
1577                 Let 30 seconds to SSL_connect
1578
1579 2006-03-23 [wwp]        2.0.0cvs166
1580
1581         * src/summaryview.c
1582         * src/gtk/description_window.c
1583                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1584                 and headers are translated; adjust description windows' width to fit their
1585                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1586
1587 2006-03-23 [paul]       2.0.0cvs165
1588
1589         * src/common/utils.c
1590                 fix highlighting of URIs containing "()"
1591                 (2.0.0cvs164's reversal fixed)
1592                 Thanks to Colin.
1593
1594 2006-03-23 [paul]       2.0.0cvs164
1595
1596         * src/common/utils.c
1597                 revert patch, (postponing a fix), at 2.0.0cvs120
1598                 as it breaks more URIs than it fixes.
1599                 Allow '-' to be a terminating character in a URI
1600
1601 2006-03-22 [colin]      2.0.0cvs163
1602
1603         * configure.ac
1604                 Require libetpan 0.45
1605                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1606
1607 2006-03-22 [paul]       2.0.0cvs162
1608
1609         * src/editgroup.c
1610                 replace '<-' and '->' buttons with GTK_STOCK graphical
1611                 buttons
1612         * src/summary_search.c
1613                 don't offer '...' for translation
1614                 add a tooltip to advanced search '...' button
1615         * src/gtk/quicksearch.c
1616                 don't offer '...' for translation
1617
1618 2006-03-21 [colin]      2.0.0cvs161
1619
1620         * src/compose.c
1621                 Fix middle-click pasting (insert at click
1622                 position instead of cursor position, don't
1623                 remove existing selection and allow pasting
1624                 our own selection)
1625         * src/addressbook.c
1626                 "LDAP Server" -> "LDAP servers"
1627
1628 2006-03-21 [wwp]        2.0.0cvs160
1629
1630         * src/etpan/imap-thread.c
1631                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1632
1633 2006-03-20 [colin]      2.0.0cvs159
1634
1635         * src/summaryview.c
1636                 Don't reload summaryview after an execute with no
1637                 move action
1638
1639 2006-03-19 [colin]      2.0.0cvs158
1640
1641         * src/addressbook.c
1642                 and put groups at the top, always
1643
1644 2006-03-19 [colin]      2.0.0cvs157
1645
1646         * src/addressbook.c
1647                 Order groups before names, as previously
1648
1649 2006-03-19 [colin]      2.0.0cvs156
1650
1651         * src/addressbook.c
1652                 - Sort case-unsensitive
1653                 - Put the sort arrow at opening too
1654
1655 2006-03-19 [wwp]        2.0.0cvs155
1656
1657         * src/addressbook.c
1658                 allow sorting by name/email/remarks, ensure that right-pane's contents
1659                 matches the left-pane selection (cleared when appropriate).
1660                 Patch by Pawel Pekala <c0rn@o2.pl>.
1661
1662 2006-03-18 [colin]      2.0.0cvs154
1663
1664         * src/textview.c
1665                 Fix text cursor ;)
1666
1667 2006-03-18 [colin]      2.0.0cvs153
1668
1669         * src/gtk/filesel.c
1670                 Make sure we hide the preview if we didn't get
1671                 a filename
1672
1673 2006-03-18 [colin]      2.0.0cvs152
1674
1675         * src/summaryview.c
1676                 Set cursor to watch for execution (fixes lack
1677                 of watch-cursor when dnd'ing hundreds of mails)
1678         * src/gtk/filesel.c
1679                 Check that mime type is 'image/*' before updating
1680                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1681
1682 2006-03-18 [colin]      2.0.0cvs151
1683
1684         * src/mainwindow.c
1685         * src/textview.c
1686         * src/textview.h
1687                 Put a watch cursor in textview too when the mainwindow's
1688                 cursor in a watch
1689
1690 2006-03-18 [colin]      2.0.0cvs150
1691
1692         * src/folder.c
1693                 Change wrong asserts to simple tests
1694
1695 2006-03-17 [colin]      2.0.0cvs149
1696
1697         * src/mainwindow.c
1698         * src/mainwindow.h
1699         * src/prefs_msg_colors.c
1700         * src/summaryview.c
1701         * src/summaryview.h
1702         * src/gtk/colorlabel.c
1703         * src/gtk/colorlabel.h
1704                 Add a color label menu in the main menubar
1705                 Add (fixed) accels Ctrl-{0-7} to change the color
1706                 They have to be fixed because the menu's dynamic,
1707                 the items are complex widgets, hence we can't use
1708                 a GtkItemFactory.
1709
1710
1711 2006-03-17 [wwp]        2.0.0cvs148
1712
1713         * src/compose.c
1714                 rollback few lines from my previous commit (those lines come from
1715                 a pending patch, accidentally commited, even if neutral as they are
1716                 commented out).
1717
1718 2006-03-17 [wwp]        2.0.0cvs147
1719
1720         * src/compose.c
1721                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1722                 applied code style/indentation to the modified function.
1723
1724 2006-03-17 [wwp]        2.0.0cvs146
1725
1726         * src/procmsg.c
1727         * src/compose.c
1728                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1729
1730 2006-03-17 [paul]
1731
1732         2.1.0-rc1 released
1733
1734 2006-03-17 [paul]       2.0.0cvs145
1735
1736         * src/main.c
1737                 addressbook_read_file() was called twice
1738         * src/textview.c
1739                 X-Mailer highlighting
1740
1741 2006-03-16 [colin]      2.0.0cvs144
1742
1743         * src/sourcewindow.c
1744         * src/sourcewindow.h
1745                 And the last one, in source window.
1746
1747 2006-03-16 [colin]      2.0.0cvs143
1748
1749         * src/compose.c
1750         * src/compose.h
1751                 Fix the same stuff in compose
1752
1753 2006-03-16 [colin]      2.0.0cvs142
1754
1755         * src/messageview.c
1756                 Complete the previous messageview crash fix
1757
1758 2006-03-16 [colin]      2.0.0cvs141
1759
1760         * src/procmsg.h
1761         * src/procmsg.c
1762         * src/folder.c
1763                 Fix POSTPROCESSING hook
1764                 Patch by H. Merijn Brand
1765
1766         * src/procmime.c
1767         * src/procmime.h
1768                 Parse Content-Location
1769
1770         * src/toolbar.c
1771         * src/messageview.c
1772         * src/messageview.h
1773                 Don't crash when a top-level MessageView has
1774                 been closed on us. Same problematic than
1775                 yesterday's quicksearch issue.
1776
1777 2006-03-15 [colin]      2.0.0cvs140
1778
1779         * src/gtk/quicksearch.c
1780                 Fix a bitchy race we didn't think about when we
1781                 added quicksearch cancellation:
1782                 If the search is not on cached fields, for example
1783                 body_part matchcase "stuff"
1784                 the matcher code has to get the whole message. If
1785                 we're on IMAP, that can be slow, and in order to
1786                 be non-blocking, the IMAP code idle loop processes
1787                 gtk events too. So it is possible to cancel a
1788                 quicksearch while the matcher is getting the mail's
1789                 body. After matcher got its body, it will start to
1790                 iterate over the matcher list that the Quicksearch's
1791                 clear_search_cb() just freed via prepare_matcher().
1792                 SIGSEGV ensues.
1793                 The fix consists of guarding the matcherlist_match()
1794                 call with a boolean 'matching'. If we reset the
1795                 quicksearch while matching is TRUE, we don't free
1796                 the matcherlist anymore like we did, but we set
1797                 another new flag, deferred_free, to TRUE. Then,
1798                 in quicksearch_match(), just after returning from
1799                 matcherlist_match() and unsetting the matching flag,
1800                 we check the deferred_free flag and do the
1801                 prepare_matcher() (which does the matcherlist_free)
1802                 for real, so we free the matcherlist once it's not
1803                 used anymore.
1804                 As all of this runs via the glib main loop, we
1805                 luckily don't need a mutex.
1806         * src/summaryview.c
1807                 Also, show progress while searching.
1808
1809
1810 2006-03-14 [colin]      2.0.0cvs139
1811
1812         * src/alertpanel.c
1813                 Make alertpanel_is_open non-static
1814
1815 2006-03-14 [colin]      2.0.0cvs138
1816
1817         * src/prefs_spelling.c
1818                 Cleanups - Fabien Vantard
1819
1820 2006-03-14 [wwp]        2.0.0cvs137
1821
1822         * src/main.c
1823                 code style normalization (curly braces, indentation).
1824
1825 2006-03-14 [wwp]        2.0.0cvs137
1826
1827         * src/main.c
1828                 code style (braces, indentation)
1829
1830 2006-03-12 [paul]       2.0.0cvs136
1831
1832         * src/prefs_common.c
1833                 trans_hdr defaults to FALSE to be RFC-savvy
1834         * src/prefs_summaries.c
1835                 add a tooltip to the trans_hdr option
1836                 
1837
1838 2006-03-12 [paul]       2.0.0cvs135
1839
1840         * src/prefs_matcher.c
1841                 give a little more width to the combos
1842         * src/prefs_display_header.c
1843         * src/textview.c
1844                 translate headers if prefs_common.trans_hdr
1845                 is TRUE
1846
1847         Patches by Pawel Pekala
1848
1849 2006-03-12 [paul]       2.0.0cvs134
1850
1851         * src/plugins/clamav/clamav_plugin.c
1852         * src/plugins/dillo_viewer/dillo_viewer.c
1853         * src/plugins/pgpcore/plugin.c
1854         * src/plugins/pgpinline/plugin.c
1855         * src/plugins/pgpmime/plugin.c
1856         * src/plugins/spamassassin/spamassassin.c
1857                 update/add to descriptions
1858         * src/plugins/spamassassin/spamassassin_gtk.c
1859                 fixes to the english, remove superfluous
1860                 tooltips, clean up a little
1861
1862 2006-03-12 [paul]       2.0.0cvs133
1863
1864         * src/compose.c
1865                 fix Bug 924, 'Account combo box shows up wrong 
1866                 if & is in account name'
1867
1868 2006-03-11 [colin]      2.0.0cvs132
1869
1870         * src/summaryview.c
1871                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
1872                 messed up shift-selection because is slows down
1873                 moving around summaryview. thanks -users
1874
1875 2006-03-10 [colin]      2.0.0cvs131
1876
1877         * src/plugins/spamassassin/spamassassin_gtk.c
1878                 Put back Paul's engrish fixes
1879
1880 2006-03-10 [colin]      2.0.0cvs130
1881
1882         * src/plugins/spamassassin/spamassassin.c
1883         * src/plugins/spamassassin/spamassassin.h
1884         * src/plugins/spamassassin/spamassassin_gtk.c
1885                 Cleanup SA prefs page (more)
1886                 Patch by Fabien Vantard
1887
1888 2006-03-10 [paul]       2.0.0cvs129
1889
1890         * src/prefs_msg_colors.c
1891         * src/prefs_spelling.c
1892                 widget sensitivity
1893
1894 2006-03-09 [mones]      2.0.0cvs128
1895
1896         * po/es.po
1897                 Update for next RC
1898
1899 2006-03-09 [wwp]        2.0.0cvs127
1900
1901         * configure.ac
1902                 revert accidental commit (requirement for libetpan 0.43), this time
1903                 not in HEAD.
1904
1905 2006-03-09 [wwp]        2.0.0cvs125
1906
1907         * configure.ac
1908                 revert accidental commit (requirement for libetpan 0.43)
1909
1910 2006-03-09 [paul]       2.0.0cvs126
1911
1912         * src/prefs_receive.c
1913                 remove useless frame
1914                 replace 'incorporation' with 'receiving'
1915         * src/plugins/clamav/clamav_plugin_gtk.c
1916         * src/plugins/spamassassin/spamassassin_gtk.c
1917                 improve widget sensitivity
1918                 fix a bit his engrish
1919
1920 2006-03-09 [wwp]        2.0.0cvs125
1921
1922         * src/addressadd.c
1923         * src/foldersel.c
1924         * src/prefs_common.c
1925         * src/prefs_common.h
1926                 remember some more windows' sizes (add to addressbook and
1927                 select folder).
1928
1929 2006-03-09 [paul]       2.0.0cvs124
1930
1931         * src/plugins/pgpcore/prefs_gpg.c
1932                 normalise construction of dialogue
1933
1934 2006-03-09 [paul]       2.0.0cvs123
1935
1936         * src/plugins/trayicon/Makefile.am
1937                 add missing slash
1938
1939 2006-03-08 [colin]      2.0.0cvs122
1940
1941         * src/plugins/trayicon/Makefile.am
1942                 Fix build in separate dir 
1943                 Patch by Bamanzi <bamanzi@gmail.com>
1944
1945 2006-03-08 [colin]      2.0.0cvs121
1946
1947         * src/procmsg.c
1948                 Batch move and copies from summaryview with delayed execution
1949                 too
1950
1951 2006-03-07 [paul]       2.0.0cvs120
1952
1953         * src/common/utils.c
1954                 fix highlighting of URIs containing "()"
1955                 Patch by Pawel Pekala
1956
1957 2006-03-07 [paul]       2.0.0cvs119
1958
1959         * src/folder.c
1960         * src/folder.h
1961         * src/folderview.c
1962                 immediately do alphabetical resort when
1963                 changing a folder's name
1964                 Patch by Pawel Pekala
1965
1966 2006-03-07 [paul]       2.0.0cvs118
1967
1968         * src/news.c
1969         * src/news_gtk.c
1970                 when unsubscribing a newsgroup, remove the
1971                 folder and msgs in .sylpheed-claws/newscache
1972                 Patch by Pawel Pekala <c0rn@gazeta.pl>
1973
1974 2006-03-07 [paul]       2.0.0cvs117
1975
1976         * src/textview.c
1977                 fix wrong Fake URL Warning
1978                 Thanks to Hiro
1979
1980 2006-03-07 [colin]      2.0.0cvs116
1981
1982         * src/imap.c
1983                 Return immediately when password dialog was
1984                 cancelled
1985         * src/gtk/inputdialog.c
1986                 Allow empty strings for passwords
1987
1988
1989 2006-03-06 [colin]      2.0.0cvs115
1990
1991         * src/imap.c
1992                 Prevent double-timeouts when connection fails
1993
1994 2006-03-06 [colin]
1995
1996         2.0.1-rc1 released
1997
1998 2006-03-06 [colin]      2.0.0cvs114
1999
2000         * src/imap.c
2001                 Refresh session during potentially long
2002                 operations
2003
2004 2006-03-06 [wwp]        2.0.0cvs113
2005
2006         * src/prefs_msg_colors.h
2007                 forgot that one (custom color labels).
2008
2009 2006-03-06 [wwp]        2.0.0cvs112
2010
2011         * src/prefs_common.c
2012         * src/prefs_common.h
2013         * src/prefs_msg_colors.c
2014         * src/summaryview.c
2015         * src/summaryview.h
2016         * src/gtk/colorlabel.c
2017         * src/gtk/colorlabel.h
2018                 colors in messages list are now customizable. Color values and names can
2019                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2020                 Thanks to Paul and Colin for their help with this longstanding patch!
2021
2022 2006-03-06 [wwp]        2.0.0cvs111
2023
2024         * src/textview.c
2025                 don't crash if (x)face is bad.
2026
2027 2006-03-05 [paul]       2.0.0cvs110
2028
2029         * AUTHORS
2030         * configure.ac
2031         * src/Makefile.am
2032         * src/common/Makefile.am
2033         * src/common/utils.h
2034         * src/etpan/imap-thread.c
2035         * src/gtk/authors.h
2036         * src/plugins/clamav/Makefile.am
2037         * src/plugins/demo/Makefile.am
2038         * src/plugins/dillo_viewer/Makefile.am
2039         * src/plugins/pgpcore/Makefile.am
2040         * src/plugins/pgpcore/passphrase.c
2041         * src/plugins/pgpinline/Makefile.am
2042         * src/plugins/pgpmime/Makefile.am
2043         * src/plugins/spamassassin/Makefile.am
2044         * src/plugins/trayicon/Makefile.am
2045                 fix builiding on cygwin
2046                 Patch by Ralgh Young <bamanzi@gmail.com>
2047
2048 2006-03-04 [wwp]        2.0.0cvs109
2049
2050         * manual/keyboard.xml
2051                 fix mixed up/down keys.
2052
2053 2006-03-04 [wwp]        2.0.0cvs108
2054
2055         * README
2056         * INSTALL
2057                 updated links to SpamAssassin.
2058
2059 2006-03-04 [wwp]        2.0.0cvs107
2060
2061         * manual/plugins.xml
2062         * src/plugins/spamassassin/README
2063                 updated SpamAssassin plugin docs to reflect new functional additions
2064                 (also fix/update/documents few technical stuff more, see the README).
2065
2066 2006-03-04 [wwp]        2.0.0cvs106
2067
2068         * src/prefs_message.c
2069                 normalized capitalization of message-prefs paths.
2070
2071 2006-03-04 [wwp]        2.0.0cvs105
2072
2073         * manual/advanced.xml
2074                 typo.
2075
2076 2006-03-03 [colin]      2.0.0cvs104
2077
2078         * src/plugins/clamav/clamav_plugin_gtk.c
2079                 Rework prefs page, patch by Fabien 
2080
2081 2006-03-03 [colin]      2.0.0cvs103
2082
2083         * src/plugins/clamav/clamav_plugin.c
2084                 Set error on all errors
2085
2086 2006-03-03 [colin]      2.0.0cvs102
2087
2088         * src/common/plugin.c
2089                 Initialize error to avoid crashing when a plugin fails
2090                 without setting error
2091
2092 2006-03-02 [wwp]        2.0.0cvs101
2093
2094         * configure.ac
2095                 fixed linker flags for libetpan support on Cygwin
2096                 (thanks to H.Merijn Brand).
2097
2098 2006-03-02 [wwp]        2.0.0cvs100
2099
2100         * src/addressbook.c
2101                 fix some AB error messages: one for punctuation and
2102                 one wrongly duplicate (thanks, maxbritov).
2103
2104 2006-03-02 [wwp]        2.0.0cvs99
2105
2106         * src/plugins/spamassassin/spamassassin.c
2107                 make sync calls to sa-learn/spamc to prevent
2108                 system (whatever local or client/server) overload.
2109
2110 2006-03-02 [colin]      2.0.0cvs98
2111
2112         * src/summaryview.c
2113                 Put the spam icon in the status column instead of the
2114                 mark one
2115
2116 2006-03-01 [colin]      2.0.0cvs97
2117
2118         * src/plugins/spamassassin/spamassassin.c
2119                 Fix segfault (g_file_set_contents fails for some 
2120                 reason and err==0x2f. Can't find out why with
2121                 valgrind, using working function :-)
2122
2123 2006-03-01 [colin]      2.0.0cvs96
2124
2125         * src/inc.c
2126                 Offline overriding: let 'No' be cached only 3 seconds
2127
2128 2006-03-01 [colin]      2.0.0cvs95
2129
2130         * src/addr_compl.c
2131         * src/addrbook.c
2132         * src/addressbook.c
2133         * src/addrindex.c
2134         * src/folder_item_prefs.c
2135         * src/headerview.c
2136         * src/imap.c
2137         * src/inc.c
2138         * src/ldif.c
2139         * src/mainwindow.c
2140         * src/mh.c
2141         * src/msgcache.c
2142         * src/prefs_common.h
2143         * src/prefs_msg_colors.c
2144         * src/procheader.c
2145         * src/procheader.h
2146         * src/procmime.c
2147         * src/procmsg.c
2148         * src/procmsg.h
2149         * src/send_message.h
2150         * src/simple-gettext.c
2151         * src/summaryview.c
2152         * src/summaryview.h
2153         * src/syldap.c
2154         * src/textview.c
2155         * src/undo.c
2156         * src/common/ssl_certificate.c
2157         * src/common/utils.c
2158         * src/gtk/colorsel.c
2159         * src/gtk/gtksctree.c
2160         * src/gtk/gtkshruler.c
2161         * src/plugins/trayicon/trayicon.c
2162                 #if 0 goes to /dev/null
2163
2164 2006-03-01 [colin]      2.0.0cvs94
2165
2166         * src/compose.c
2167         * src/imap.c
2168         * src/inc.c
2169         * src/inc.h
2170         * src/messageview.c
2171         * src/news.c
2172         * src/plugins/spamassassin/spamassassin.c
2173                 Allow to add information in the "working offline"
2174                 window
2175
2176 2006-03-01 [wwp]        2.0.0cvs93
2177
2178         * src/plugins/spamassassin/spamassassin.c
2179                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2180                 'cause it seems that calling `spamc ... < inputfile` with
2181                 g_spawn_(a)sync simply.. erm doesn't work :-).
2182
2183 2006-03-01 [wwp]        2.0.0cvs92
2184
2185         * src/toolbar.c
2186         * src/toolbar.h
2187                 simplify the adding of spam/ham button to the messageview toolbar
2188                 (it gets more clear now that the same button will be "Mark as spam"
2189                 or "Mark as ham" according to the current message status,
2190                 thanks to Colin).
2191
2192 2006-03-01 [wwp]        2.0.0cvs91
2193
2194         * src/messageview.c
2195         * src/procmsg.c
2196         * src/procmsg.h
2197         * src/summaryview.c
2198         * src/plugins/spamassassin/spamassassin.c
2199         * src/plugins/spamassassin/spamassassin.h
2200                 make learner callbacks return a status (0 for ok),
2201                 handle it in main code to avoid setting flags when learning failed,
2202                 don't learn on TCP if offline in spamassassin,
2203                 thanks to Colin.
2204
2205                 
2206
2207 2006-03-01 [wwp]        2.0.0cvs90
2208
2209         * src/compose.c
2210                 some work around the compose window's account menu,
2211                 patch by Fabien Vantard.
2212
2213 2006-03-01 [wwp]        2.0.0cvs89
2214
2215         * src/plugins/spamassassin/spamassassin.c
2216                 fixed bad logics, was using spamc in local mode and sa-learn
2217                 in remote mode (thanks, Colin).
2218
2219 2006-03-01 [wwp]        2.0.0cvs88
2220
2221         * src/plugins/spamassassin/spamassassin.c
2222         * src/plugins/spamassassin/spamassassin.h
2223         * src/plugins/spamassassin/spamassassin_gtk.c
2224                 made processing of emails w/ sa-plugin an option (default is TRUE),
2225                 fixed Engrish some tooltips, capitalization of some debug messages
2226                 and warnings. The spamassassin plugin now provides two separate
2227                 services: process emails upon incorporation and spamd training.
2228                 Both services (un)register independently but use some common
2229                 plugin settings (transport settings, spam storage location).
2230
2231 2006-02-28 [wwp]        2.0.0cvs87
2232
2233         * src/plugins/spamassassin/spamassassin.c
2234                 fix async flag to spamc cmdline execution (batch exec should
2235                 be asynchronous).
2236
2237 2006-02-27 [wwp]        2.0.0cvs86
2238
2239         * src/plugins/spamassassin/spamassassin.c
2240         * src/plugins/spamassassin/spamassassin.h
2241         * src/plugins/spamassassin/spamassassin_gtk.c
2242                 - added the ability to learn a remote spamassassin server (spamd),
2243                 using spamc.
2244                 - added the spamassassin option 'username', that applies to all
2245                 spamassassin operations (filtering, learning, local or remote).
2246                 The default username is the current unix user (if left blank
2247                 from gtk prefs or config file).
2248                 - commented out some unused code (notebook widget), removed unused
2249                 layout (hbox1).
2250                 - make more widgets sensitive to the transport type.
2251
2252 2006-02-27 [colin]      2.0.0cvs85
2253
2254         * src/plugins/spamassassin/spamassassin.c
2255                 Fix sa-learn call when offline
2256
2257 2006-02-27 [colin]      2.0.0cvs84
2258
2259         * configure.ac
2260         * src/Makefile.am
2261         * src/mainwindow.c
2262         * src/mainwindow.h
2263         * src/messageview.c
2264         * src/messageview.h
2265         * src/prefs_toolbar.c
2266         * src/procmsg.c
2267         * src/stock_pixmap.c
2268         * src/stock_pixmap.h
2269         * src/summaryview.c
2270         * src/toolbar.c
2271         * src/toolbar.h
2272         * src/pixmaps/ham_btn.xpm
2273         * src/pixmaps/spam.xpm
2274         * src/pixmaps/spam_btn.xpm
2275         * src/plugins/spamassassin/spamassassin.c
2276                 Add button in toolbar for spam learning
2277                 Fix a few bugs from the last related commit
2278                 Revert 1.9.6cvs23 which messed up shift-selection
2279
2280 2006-02-24 [colin]      2.0.0cvs83
2281
2282         * src/procmsg.c
2283         * src/summaryview.c
2284         * src/summaryview.h
2285         * src/plugins/spamassassin/spamassassin.c
2286         * src/plugins/spamassassin/spamassassin.h
2287         * src/plugins/spamassassin/spamassassin_gtk.c
2288                 Unregister learner when spamassassin is either
2289                 disabled or over tcp
2290
2291 2006-02-24 [colin]      2.0.0cvs82
2292
2293         * src/Makefile.am
2294         * src/mainwindow.c
2295         * src/mainwindow.h
2296         * src/procmsg.c
2297         * src/procmsg.h
2298         * src/stock_pixmap.c
2299         * src/stock_pixmap.h
2300         * src/summaryview.c
2301         * src/summaryview.h
2302         * src/gtk/icon_legend.c
2303         * src/pixmaps/spam.xpm  ** NEW FILE **
2304         * src/plugins/spamassassin/spamassassin.c
2305         * src/plugins/spamassassin/spamassassin_gtk.c
2306                 Add spam learning interface (Mark/Mark as 
2307                 (spam|ham) menus)
2308
2309 2006-02-24 [wwp]        2.0.0cvs81
2310
2311         * src/compose.c
2312         * src/compose.h
2313         * src/filtering.c
2314                 hide compose window when sending message in batch mode
2315                 (filtering: forward and redirect). Also fixed a wrong
2316                 value returned when sending failed, neutral anyway.
2317                 (Colin, me) 
2318
2319 2006-02-24 [wwp]        2.0.0cvs80
2320
2321         * src/mainwindow.c
2322                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2323
2324 2006-02-24 [paul]       2.0.0cvs79
2325
2326         * src/news.c
2327         * src/news.h
2328         * src/news_gtk.c
2329                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2330                 Thanks to Colin
2331
2332 2006-02-23 [colin]      2.0.0cvs78
2333
2334         * src/alertpanel.c
2335                 Change OK to Close in alertpanel with View log
2336                 button; add accel to View log. Patch by Fabien
2337                 Vantard
2338
2339 2006-02-23 [wwp]        2.0.0cvs77
2340
2341         * src/compose.c
2342                 silly me, there were much more tests to perform, since toolbars can
2343                 really have down to 1 element only.
2344
2345 2006-02-23 [wwp]        2.0.0cvs76
2346
2347         * commitHelper
2348                 fixed indentation from my previous commit. Fallback to VISUAL if
2349                 EDITOR is not set (and to vi, at last resort).
2350
2351 2006-02-23 [wwp]        2.0.0cvs75
2352
2353         * commitHelper
2354                 improved error detection (Colin, me).
2355
2356 2006-02-23 [wwp]        2.0.0cvs74
2357
2358         * src/prefs_toolbar.c
2359                 simplify and fix prefs/toolbars layouting. Combos' contents can
2360                 now be really displayed.
2361
2362 2006-02-23 [wwp]        2.0.0cvs73
2363         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2364         be really displayed.
2365
2366 2006-02-22 [wwp]        2.0.0cvs72
2367
2368         * src/compose.c
2369                 fix a typo in my previous commit (sorry!).
2370
2371 2006-02-22 [wwp]        2.0.0cvs71
2372
2373         * src/prefs_toolbar.c
2374                 fix a crash when adding separators to toolbars,
2375                 also fix some separator item information.
2376
2377 2006-02-22 [wwp]        2.0.0cvs70
2378
2379         * src/compose.c
2380                 fix a crash when redirecting (for instance) when compose window's
2381                 toolbar contents has been customized (when some buttons have been
2382                 removed in fact).
2383
2384 2006-02-21 [wwp]        2.0.0cvs69
2385
2386         * src/summaryview.c
2387         * src/gtk/pluginwindow.c
2388         * src/plugins/pgpcore/prefs_gpg.c
2389                 fix some compilation warnings (feat. remains of removed code).
2390
2391 2006-02-21 [wwp]        2.0.0cvs68
2392
2393         * src/gtk/gtkutils.c
2394                 fix two compilation issues, thanks to Stephan Sachse.
2395
2396 2006-02-20 [colin]      2.0.0cvs67
2397
2398         * src/mainwindow.c
2399                 Don't reselect displayed mail on refocus
2400                 This fixes actions misbehaving 
2401
2402 2006-02-20 [wwp]        2.0.0cvs66
2403
2404         * src/summaryview.c
2405         * src/gtk/gtksctree.c
2406         * src/gtk/gtkshruler.c
2407                 changed more runtime typecast checks.
2408
2409 2006-02-20 [wwp]        2.0.0cvs65
2410
2411         * src/summary_search.c
2412                 find all - summaryview refresh issue fixed, thanks to Colin.
2413
2414 2006-02-20 [wwp]        2.0.0cvs64
2415
2416         * src/gtk/gtkutils.c
2417                 better runtime typecast checks.
2418
2419 2006-02-20 [wwp]        2.0.0cvs63
2420
2421         * src/summary_search.c
2422                 enhancements to the summary search:
2423                         - add the ability to stop the running search
2424                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2425                         - don't search if no criteria (From/To/Subject/Body) is set
2426                         - ensure that a busy mouse pointer is always shown when searching,
2427                           show it even a bit earlier
2428
2429 2006-02-19 [colin]      2.0.0cvs62
2430
2431         * src/compose.c
2432         * src/imap.c
2433         * src/etpan/imap-thread.c
2434         * src/etpan/imap-thread.h
2435                 (Future) IMAP speed improvement on sending
2436                 Will require a libetpan update
2437         * src/summaryview.c
2438         * src/gtk/quicksearch.c
2439                 Make quicksearch clearable while running.
2440
2441 2006-02-17 [colin]      2.0.0cvs61
2442
2443         * src/imap.c
2444         * src/etpan/imap-thread.c
2445         * src/etpan/imap-thread.h
2446                 Check for IMAP certificates
2447                 ** Requires libetpan-0.42-cvs4 
2448                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2449
2450 2006-02-17 [colin]      2.0.0cvs60
2451
2452         * src/messageview.c
2453         * src/prefs_common.c
2454         * src/prefs_common.h
2455         * src/prefs_message.c
2456                 Add pref to display HTML-only mails with plugin, 
2457                 if possible (defaulting to FALSE of course).
2458
2459 2006-02-16 [colin]      2.0.0cvs59
2460
2461         * src/main.c
2462         * src/common/plugin.c
2463         * src/common/plugin.h
2464         * src/gtk/pluginwindow.c
2465                 Keep track of requested (but unloaded) plugins
2466                 in some error cases.
2467
2468 2006-02-16 [wwp]        2.0.0cvs58
2469
2470         * src/gtk/gtkaspell.c
2471         * src/gtk/gtkaspell.h
2472         * src/prefs_spelling.c
2473         * src/compose.c
2474         * src/prefs_common.c
2475         * src/prefs_common.h
2476                 implemented new optional spellchecker behaviour: re-check message when
2477                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2478
2479 2006-02-16 [wwp]        2.0.0cvs57
2480
2481         * src/quote_fmt_parse.y
2482                 pclose popen'ed pipe.
2483
2484 2006-02-15 [colin]      2.0.0cvs56
2485
2486         * src/mimeview.c
2487         * src/mimeview.h
2488                 Let MimeViewers know which MimeView they
2489                 depend of.
2490         * src/summaryview.c
2491                 Swap From/To columns in Sent/Queue/Drafts
2492                 folders
2493         * src/etpan/imap-thread.c
2494                 Use mailstream_low_tls_open() for STARTTLS
2495                 instead of mailstream_low_ssl_open()
2496                 ** REQUIRES libetpan 0.42cvs3 **
2497
2498 2006-02-15 [wwp]        2.0.0cvs55
2499
2500         * src/compose.c
2501         * src/compose.h
2502         * src/message_search.c
2503         * src/message_search.h
2504         * src/textview.c
2505         * src/gtk/gtkutils.c
2506         * src/gtk/gtkutils.h
2507                 added the ability to Find text in the compose window (and a bit
2508                 of code factorization).
2509
2510 2006-02-15 [wwp]        2.0.0cvs54
2511
2512         * src/prefs_gtk.c
2513                 yet another one file was missing (fix for some widgets' sensitivity).
2514                 Thanks Colin!
2515
2516 2006-02-15 [wwp]        2.0.0cvs53
2517
2518         * src/prefs_gtk.h
2519                 oops forgot that file (fix for some widgets' sensitivity).
2520
2521 2006-02-15 [wwp]        2.0.0cvs52
2522
2523         * src/summary_search.c
2524                 implemented advanced summary search options (added the ability
2525                 to use matcher conditions in an advanced search mode).
2526
2527 2006-02-15 [wwp]        2.0.0cvs51
2528
2529         * src/plugins/pgpcore/prefs_gpg.c
2530         * src/prefs_account.c
2531                 fix some widget sensitivity, mostly around some labels in
2532                 account prefs.
2533
2534 2006-02-15 [paul]       2.0.0cvs50
2535
2536         * manual/advanced.xml
2537                 improve Templates info
2538                 written by wwp
2539
2540 2006-02-14 [colin]      2.0.0cvs49
2541
2542         * src/pixmaps/address_book.xpm
2543         * src/pixmaps/preferences.xpm
2544         * src/pixmaps/properties.xpm
2545                 Fix pixmap size - patch by Fabien Vantard
2546
2547 2006-02-13 [colin]      2.0.0cvs48
2548
2549         * src/procmime.c
2550                 Add missing fclose()s on error
2551         * src/textview.c
2552                 Remove unused code
2553         * src/common/utils.c
2554                 Fix temp files not being deleted on windows
2555         Patches by Thomas Gilgin
2556
2557 2006-02-13 [colin]      2.0.0cvs47
2558
2559         * src/mainwindow.c
2560                 Fix exit crash
2561
2562 2006-02-13 [wwp]        2.0.0cvs46
2563
2564         * src/plugins/pgpcore/prefs_gpg.c
2565                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2566
2567 2006-02-12 [colin]      2.0.0cvs45
2568
2569         * src/folderview.c
2570         * src/main.c
2571         * src/mainwindow.c
2572                 Fix "stuff" when quitting
2573
2574 2006-02-12 [wwp]        2.0.0cvs44
2575
2576         * src/prefs_themes.c
2577                 fix typos in debug messages.
2578
2579 2006-02-11 [colin]      2.0.0cvs43
2580
2581         * src/summaryview.c
2582                 don't allow drag/drop from ourself
2583
2584 2006-02-10 [wwp]        2.0.0cvs42
2585
2586         * src/exporthtml.c
2587         * src/html.c
2588         * src/html.h
2589         * src/procmime.c
2590         * src/textview.c
2591                 renamed html_ prefixed functions and data structures to avoid
2592                 namespace clashes w/ other software (gtkhtml2 for instance).
2593                 Closes bug #907.
2594
2595
2596 2006-02-09 [colin]      2.0.0cvs41
2597
2598         * src/summaryview.c
2599                 Fix shitty logic messed up. Thanks Ticho for the hint!
2600
2601 2006-02-09 [wwp]        2.0.0cvs40
2602
2603         * src/gtk/about.c
2604         * src/compose.c
2605         * src/prefs_account.c
2606         * src/prefs_gtk.h
2607         * src/editaddress.c
2608                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2609                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2610                 Browse buttons in accounts prefs.
2611
2612 2006-02-09 [colin]      2.0.0cvs39
2613
2614         * src/matcher.c
2615                 Check for pointer before using its members
2616         * src/gtk/gtksourceprintjob.c
2617                 Fix a wrong warning
2618
2619 2006-02-09 [wwp]        2.0.0cvs38
2620
2621         * src/gtk/filesel.c
2622                 fix few compiler warnings (type mismatch).
2623
2624 2006-02-09 [paul]       2.0.0cvs37
2625
2626         * po/fr.po
2627                 updated by Fabien Vantard
2628
2629 2006-02-08 [colin]      2.0.0cvs36
2630
2631         * src/prefs_common.c
2632         * src/common/defs.h
2633         * src/common/plugin.c
2634                 allow windows and linux configurations to coexist
2635                 patch by Thomas Gilgin
2636
2637 2006-02-08 [colin]      2.0.0cvs35
2638
2639         * src/filtering.c
2640         * src/matcher.c
2641         * src/matcher.h
2642         * src/matcher_parser_parse.y
2643         * src/prefs_filtering_action.c
2644         * src/prefs_matcher.c
2645                 Add the "Ignore thread" filtering
2646                 action
2647
2648 2006-02-08 [colin]      2.0.0cvs34
2649
2650         * src/compose.c
2651         * src/procmime.c
2652         * src/procmime.h
2653                 Fix bug #905 (damaged attachment)
2654                 text files with raw \0's aren't really text files
2655         FOR_STABLE
2656
2657 2006-02-08 [colin]      2.0.0cvs33
2658
2659         * src/summaryview.c
2660                 Fix crasher introduced yesterday
2661
2662 2006-02-08 [wwp]        2.0.0cvs32
2663
2664         * src/compose.c
2665         * src/compose.h
2666                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2667
2668 2006-02-08 [wwp]        2.0.0cvs31
2669
2670         * src/prefs_template.c
2671                 templates enhancement: allow address completion for Cc and Bcc fields
2672                 (it was currently possible for the To field only)
2673
2674 2006-02-08 [colin]      2.0.0cvs30
2675
2676         * src/compose.c
2677                 Don't unblock if not blocked
2678         FOR_STABLE
2679
2680 2006-02-07 [colin]      2.0.0cvs29
2681
2682         * src/action.c
2683                 Forgot to refresh summaryview
2684
2685 2006-02-07 [colin]      2.0.0cvs28
2686
2687         * src/action.c
2688                 Freeze/thaw message list and folder list while
2689                 processing %as{} actions 
2690         * src/compose.c
2691                 Fix auto-wrap disabling after a middle-click
2692                 paste - FOR_STABLE
2693
2694 2006-02-07 [paul]       2.0.0cvs27
2695
2696         * src/folder.c
2697                 fix freeing of uninitialised pointers
2698                 Thanks to Colin
2699
2700 2006-02-06 [colin]      2.0.0cvs26
2701
2702         * src/folder.c
2703                 Use g_slist_prepend in potentially big list
2704
2705 2006-02-06 [colin]      2.0.0cvs25
2706
2707         * src/folder.c
2708                 Completely skip processing if it doesn't 
2709                 exist (faster!)
2710
2711 2006-02-06 [colin]      2.0.0cvs24
2712
2713         * src/folder.c
2714         * src/summaryview.c
2715                 Batch filtering in summaryview (from Tools menu)
2716                 and pre/post//-processing too
2717
2718 2006-02-06 [colin]      2.0.0cvs23
2719
2720         * src/procmsg.h
2721         * src/filtering.c
2722                 Use a special field for batch filtering instead
2723                 of stepping on deferred execution's toes
2724
2725 2006-02-06 [colin]      2.0.0cvs22
2726
2727         * src/action.c
2728         * src/filtering.c
2729         * src/filtering.h
2730         * src/folder.c
2731         * src/summaryview.c
2732                 Fix filtering via menus and actions
2733
2734 2006-02-06 [colin]      2.0.0cvs21
2735
2736         * src/imap.c
2737                 Put the added file directly to cache if possible (will work
2738                 with next libetpan)
2739         * src/filtering.c
2740         * src/filtering.h
2741         * src/inc.c
2742         * src/folder.c
2743         * src/mbox.c
2744         * src/procmsg.h
2745                 Move and copy filtered messages by batches instead of one
2746                 by one - faster on IMAP
2747         * src/procmsg.c
2748                 Add a function that'll possibly be useful later
2749
2750 2006-02-06 [colin]      2.0.0cvs20
2751
2752         * src/addressbook.c
2753                 Use internal mime-type instead of text/plain for d'n'd
2754         * src/compose.c
2755                 Allow attaching files from mimeview's icon list via d'n'd
2756         * src/folderview.c
2757         * src/folderview.h
2758                 Use internal mime-type instead of text/plain for d'n'd
2759                 Don't try to selected opened folder if none is
2760                 Factorize d'n'd from other apps code
2761         * src/headerview.c
2762         * src/textview.c
2763         * src/gtk/gtkutils.c
2764         * src/gtk/gtkutils.h
2765                 Factorize Face/X-Face stuff
2766         * src/mimeview.c
2767                 Fix d'n'd to other apps
2768         * src/prefs_message.c
2769                 Let the XFace pref be usable without libcompface as it also
2770                 applies to Face
2771         * src/summaryview.c
2772                 Fix d'n'd to other apps
2773                 Factorize d'n'd from other apps code
2774
2775 2006-02-06 [wwp]        2.0.0cvs19
2776
2777         * po/it.po
2778                 Italian translation fixes by Andrea Spadaccini (no more confusion
2779                 between filtering and processing, and few changes in the About
2780                 dialog).
2781
2782
2783 2006-02-06 [mones]      2.0.0cvs18
2784
2785         * src/gtk/icon_legend.c
2786                 Improved descriptions allowing better translations
2787
2788 2006-02-05 [colin]      2.0.0cvs17
2789
2790         * src/imap.c
2791                 Add the f*cking missing expunge that caused imap_fetch_env
2792                 to fail after an add_msgs ! :-///
2793         * src/etpan/imap-thread.c
2794                 Add a bit of debug
2795         FOR_STABLE
2796
2797 2006-02-05 [colin]      2.0.0cvs16
2798
2799         * src/common/utils.c
2800                 Don't check for return-path (or we can't put
2801                 back non-sent mails)
2802
2803 2006-02-05 [colin]      2.0.0cvs15
2804
2805         * src/textview.c
2806                 Don't try to display Face header in textview
2807                 when teh headerview's active
2808
2809 2006-02-05 [colin]      2.0.0cvs14
2810
2811         * tools/tbird2syl.py
2812         * tools/Makefile.am
2813                 Add script to import Thunderbird mails
2814
2815 2006-02-05 [colin]      2.0.0cvs13
2816
2817         * src/headerview.c
2818         * src/procheader.c
2819         * src/procmsg.c
2820         * src/procmsg.h
2821         * src/textview.c
2822                 Show Face headers - patch partially by Klaus Flittner
2823
2824 2006-02-05 [colin]      2.0.0cvs12
2825
2826         * src/folderview.c
2827         * src/summaryview.c
2828         * src/common/utils.c
2829         * src/common/utils.h
2830                 Let dnd work from mime icons to summaryview
2831                 and to folderview too
2832                 Add a crude test to avoid trying to add files
2833                 drag'n'dropped when they're not mails
2834
2835 2006-02-04 [colin]      2.0.0cvs11
2836
2837         * src/summaryview.c
2838         * src/mimeview.c
2839                 Fix utf8 conversion
2840
2841 2006-02-04 [colin]      2.0.0cvs10
2842
2843         * src/compose.c
2844         * src/folderview.c
2845         * src/mimeview.c
2846         * src/summaryview.c
2847         * src/summaryview.h
2848                 Added various drag and drop capas:
2849                 From                    To
2850                 summaryview             other apps
2851                 mimeview icons          other apps
2852                 other apps              summaryview
2853                 other apps              folderview
2854
2855                 This shouldn't have broken the existing:
2856                 From                    To
2857                 summaryview             folderview
2858                 folderview              folderview
2859                 summaryview             compose's attachments
2860
2861         Tests welcomed.
2862
2863 2006-02-02 [paul]       2.0.0cvs9
2864
2865         * src/mainwindow.c
2866                 move global option 'Set displayed columns...' out
2867                 of folder option grouping.
2868                 fix sensitivity of 'harvest addresses'
2869         FOR_STABLE
2870
2871 2006-02-01 [colin]      2.0.0cvs8
2872
2873         * src/mimeview.c
2874                 Revert the alertpanel patch, it sucks (intrusive
2875                 and gets in the way of "open")
2876
2877 2006-02-01 [colin]      2.0.0cvs7
2878
2879         * src/compose.c
2880         * src/prefs_account.c
2881         * src/prefs_common.c
2882         * src/common/defs.h
2883         * src/common/utils.c
2884         * src/common/utils.h
2885                 Add ability to edit the signature file
2886                 from the account preferences, and use
2887                 a default for the text editor.
2888                 Patch by Fabien Vantard
2889
2890 2006-02-01 [colin]      2.0.0cvs6
2891
2892         * src/mimeview.c
2893                 Try to get mime type by extension if it is
2894                 application/octet-stream
2895                 Display a window with possible choices when
2896                 encountering unknown mime types
2897         * src/gtk/filesel.c
2898         * src/gtk/filesel.h
2899                 Add preview
2900                 Allow multiple selection in filtered filesel
2901                 (patch by Fabien Vantard)
2902         * src/gtk/pluginwindow.c
2903                 Use it (patch by Fabien Vantard)
2904
2905 2006-02-01 [paul]       2.0.0cvs5
2906
2907         * src/jpilot.c
2908                 fix crash on creating jpilot address book
2909                 Thanks to Colin - FOR_STABLE
2910         * src/prefs_summaries.c
2911         * src/prefs_wrapping.c
2912         * src/gtk/icon_legend.c
2913         * src/gtk/quicksearch.c
2914                 string fixes and additions
2915
2916 2006-02-01 [paul]       2.0.0cvs4
2917
2918         * src/compose.c
2919         * src/mainwindow.c
2920         * src/messageview.c
2921         * src/prefs_send.c
2922                 add Arabic encoding option
2923                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2924
2925 2006-01-31 [colin]      2.0.0cvs3
2926
2927         * src/plugins/pgpcore/passphrase.c
2928                 Convert passphrase to locale encoding
2929         * src/compose.c
2930                 Fix drafting on IMAP. Crappy bug sneaked in
2931                 the release :-/
2932         FOR_STABLE
2933
2934 2006-01-30 [paul]       2.0.0cvs2
2935
2936         * src/gtk/icon_legend.c
2937                 show the new entries
2938
2939 2006-01-30 [colin]      2.0.0cvs1
2940
2941         * src/manual.c
2942                 Check for the file to be present before 
2943                 enabling the menu - FOR_STABLE
2944         * src/gtk/icon_legend.c
2945                 Add folders icons (not all of them, there
2946                 are too much, but the most intriguing ones)
2947
2948 2006-01-30 [paul]       2.0.0
2949
2950         version 2.0.0 released
2951
2952 2006-01-30 [paul]       1.9.100cvs200
2953
2954         * manual/faq.xml
2955         * manual/gpl.xml
2956         * manual/intro.xml
2957         * manual/starting.xml
2958         * manual/sylpheed-claws-manual.xml
2959                 fixes, additions
2960
2961 2006-01-29 [mones]      1.9.100cvs199
2962
2963         * manual/account.xml
2964         * manual/advanced.xml
2965         * manual/glossary.xml
2966                 Some typos fixed, added LDIF term to glossary
2967         * po/es.po
2968                 Fixed leading plus symbol
2969
2970 2006-01-29 [paul]       1.9.100cvs198
2971
2972         * po/fi.po
2973         * po/sk.po
2974                 updated by Tommi Pirinen and Andrej Kacian
2975
2976 2006-01-29 [paul]       1.9.100cvs197
2977
2978         * src/gtk/authors.h
2979                 remove duplicates
2980
2981 2006-01-29 [paul]       1.9.100cvs196
2982
2983         * AUTHORS
2984         * po/nl.po
2985         * src/gtk/authors.h
2986         * tools/claws.i18n.status.pl
2987                 nl translation updated by Tim Dijkstra
2988
2989 2006-01-29 [paul]       1.9.100cvs195
2990
2991         * po/sr.po
2992         * po/sv.po
2993                 updated by Aleksandar Urosevic and Anders Troback
2994
2995 2006-01-28 [colin]      1.9.100cvs194
2996
2997         * src/gtk/gtksourceprintjob.c
2998                 Don't fiddle with PangoLayout when we
2999                 have an image
3000
3001 2006-01-28 [paul]       1.9.100cvs193
3002
3003         * AUTHORS
3004         * po/el.po
3005         * po/zh_CN.po
3006         * src/gtk/authors.h
3007         * tools/claws.i18n.status.pl
3008                 updated translations submitted by Stavros Giannouris
3009                 and Ralgh Young
3010
3011 2006-01-27 [colin]      1.9.100cvs192
3012
3013         * src/summaryview.c
3014         * src/gtk/gtksourceprintjob.c
3015                 Add image printing 
3016                 (libgnomeprint only, of course)
3017
3018 2006-01-27 [paul]       1.9.100cvs191
3019
3020         * po/fr.po
3021         * po/it.po
3022                 updated by Fabien Vantard and Andrea Spadaccini
3023
3024 2006-01-26 [colin]      1.9.100cvs190
3025
3026         * manual/Makefile.am
3027         * configure.ac
3028                 Make building the manual optional 
3029                 (--disable-manual)
3030
3031 2006-01-26 [paul]       1.9.100cvs189
3032
3033         * manual/glossary.xml
3034         * manual/plugins.xml
3035                 edited
3036         * po/en_GB.po
3037                 updated
3038
3039 2006-01-26 [paul]       1.9.100cvs188
3040
3041         * src/prefs_display_header.c
3042         * src/prefs_folder_column.c
3043         * src/prefs_msg_colors.c
3044         * src/prefs_summaries.c
3045         * src/prefs_summary_column.c
3046                 HIGify
3047
3048 2006-01-25 [colin]      1.9.100cvs187
3049
3050         * src/imap.c
3051                 Don't allow moving/copying mails between
3052                 queue/drafts and non-queue/drafts folders
3053                 Fixes bug #897 (message header is resetted 
3054                 if one is copied to Drafts)
3055
3056 2006-01-25 [colin]      1.9.100cvs186
3057
3058         * src/folder.c
3059         * src/mainwindow.c
3060                 Fix subscribed folders not found
3061         * src/compose.c
3062                 Don't try to encode as original mail's charset
3063                 if it's ascii 
3064
3065 2006-01-25 [paul]       1.9.100cvs185
3066
3067         * AUTHORS
3068         * po/Makevars
3069                 updated
3070         * po/de.po
3071         * po/pl.po
3072         * po/pt_BR.po
3073         * po/sr.po
3074                 updates submitted by Stephan Sachse, Emilian Nowak
3075                 and Quar, Frederico Goncalves Guimaraes, and
3076                 Aleksandar Urosevic
3077                 Fix Bug 896, 'PT_BR locale broken'.
3078         * src/gtk/authors.h
3079                 updated
3080
3081 2006-01-24 [mones]      1.9.100cvs184
3082
3083         * manual/glossary.xml
3084                 All current terms finished. Reviewers welcome ;-)
3085         * manual/keyboard.xml
3086                 Fixed column width for pdf output.
3087         * po/es.po
3088                 Updated
3089
3090 2006-01-24 [paul]       1.9.100cvs183
3091
3092         * manual/glossary.xml
3093                 fix id name
3094         * manual/dist/html/Makefile.am
3095         * manual/dist/pdf/Makefile.am
3096         * manual/dist/ps/Makefile.am
3097         * manual/dist/txt/Makefile.am
3098                 fix make deps
3099                 Thanks to Colin
3100
3101 2006-01-24 [mones]      1.9.100cvs182
3102
3103         * manual/glossary.xml
3104                 Nearly finished, some terms missing.
3105
3106 2006-01-23 [paul]       1.9.100cvs181
3107
3108         * manual/dist/html/Makefile.am
3109         * manual/dist/pdf/Makefile.am
3110         * manual/dist/ps/Makefile.am
3111         * manual/dist/txt/Makefile.am
3112         * src/mainwindow.c
3113                 re-enable manual
3114                 Thanks to Colin
3115
3116 2006-01-22 [colin]      1.9.100cvs180
3117
3118         * src/compose.c
3119         * src/gtk/gtkaspell.c
3120                 Don't deselect stuff before right-clicking, with aspell.
3121                 (This prevented right-click Copy, for example).
3122                 Thanks to Clo!
3123
3124 2006-01-22 [paul]       1.9.100cvs179
3125
3126         * src/summary_search.c
3127                 don't fix the widget size as it causes problems
3128                 under localisation.
3129                 Thanks to Emilian Nowak
3130
3131 2006-01-21 [paul]       1.9.100cvs178
3132
3133         * src/prefs_themes.c
3134                 fix broken underlining of label text
3135                 with some translations
3136
3137 2006-01-21 [colin]      1.9.100cvs177
3138
3139         * po/fr.po
3140                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3141
3142 2006-01-20 [colin]      1.9.100cvs176
3143
3144         * configure.ac
3145         * Makefile.am
3146         * manual/Makefile
3147         * manual/dist/html/.cvsignore
3148         * manual/dist/html/Makefile.am
3149         * manual/dist/pdf/.cvsignore
3150         * manual/dist/pdf/Makefile.am
3151         * manual/dist/ps/.cvsignore
3152         * manual/dist/ps/Makefile.am
3153         * manual/dist/txt/.cvsignore
3154         * manual/dist/txt/Makefile.am
3155                 Autotool-ize manual
3156
3157 2006-01-20 [paul]       1.9.100cvs175
3158
3159         * manual/handling.xml
3160                 make Filtering and Searching entries easier to find
3161         * manual/keyboard.xml
3162                 add the remaining default keybinds
3163         * src/prefs_summaries.c
3164                 update the default keybinds
3165
3166 2006-01-20 [paul]       1.9.100cvs174
3167
3168         * src/addressbook.c
3169         * src/addrgather.c
3170         * src/addrharvest.c
3171         * src/editaddress.c
3172         * src/editgroup.c
3173         * src/exphtmldlg.c
3174         * src/expldifdlg.c
3175         * src/exporthtml.c
3176         * src/exportldif.c
3177         * src/ldif.c
3178                 replace 'e-mail' with 'email'
3179         * src/summary_search.c
3180                 add mnemonic to "Find all" button
3181
3182 2006-01-20 [wwp]        1.9.100cvs173
3183
3184         * src/export.c
3185         * src/import.c
3186                 touched mbox import/export buttons for HIG-compliance
3187
3188 2006-01-19 [paul]       1.9.100cvs172
3189
3190         * manual/account.xml
3191         * manual/addrbook.xml
3192         * manual/advanced.xml
3193         * manual/faq.xml
3194         * manual/handling.xml
3195         * manual/intro.xml
3196         * manual/plugins.xml
3197         * manual/starting.xml
3198                 more editing
3199
3200 2006-01-19 [paul]       1.9.100cvs171
3201
3202         * src/toolbar.c
3203                 allow use of trash button while receiving
3204                 Thanks to Colin
3205
3206 2006-01-19 [wwp]        1.9.100cvs170
3207
3208         * src/gtk/quicksearch.c
3209         * src/compose.c
3210                 force text color to black when yellow background is set
3211
3212 2006-01-19 [colin]      1.9.100cvs169
3213
3214         * src/plugins/trayicon/trayicon.c
3215                 Gray out Get Mail when already getting mail
3216
3217 2006-01-18 [paul]       1.9.100cvs168
3218
3219         * src/compose.c
3220                 give widget yellow background was To is
3221                 set via folder prefs
3222         * src/gtk/quicksearch.c
3223                 give widget yellow background when quick
3224                 search is active.
3225                 Thanks to Colin
3226
3227 2006-01-18 [paul]       1.9.100cvs167
3228
3229         * doc/man/sylpheed-claws.1
3230                 add --subscribe option
3231
3232 2006-01-18 [paul]       1.9.100cvs166
3233
3234         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3235         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3236                 use %U instead of %F (%F is broken for user installed
3237                 files in kde 3.5)
3238
3239 2006-01-18 [colin]      1.9.100cvs165
3240
3241         * src/summaryview.c
3242                 Default to Yes in "No more * messages" dialogs
3243
3244 2006-01-17 [colin]      1.9.100cvs164
3245
3246         * src/compose.c
3247                 Possibly fix an invalid iterator causing
3248                 crash
3249
3250 2006-01-17 [colin]      1.9.100cvs163
3251
3252         * src/mimeview.c
3253                 Fix crash when the image disappears under the
3254                 image viewer
3255
3256 2006-01-16 [colin]      1.9.100cvs162
3257
3258         * src/compose.c
3259                 Fix reenabling autowrap
3260
3261 2006-01-16 [colin]      1.9.100cvs161
3262
3263         * src/compose.c
3264                 reset quote_len before getting quote_str
3265
3266 2006-01-16 [colin]      1.9.100cvs160
3267
3268         * src/account.c
3269         * src/account.h
3270         * src/folder.c
3271         * src/imap_gtk.c
3272         * src/mh_gtk.c
3273                 Fix bug #883 (default inbox does not track folder move)
3274
3275 2006-01-16 [colin]      1.9.100cvs159
3276
3277         * src/compose.c
3278         * src/plugins/pgpcore/passphrase.c
3279                 More buttons fixes
3280
3281 2006-01-16 [paul]       1.9.100cvs158
3282
3283         * src/prefs_actions.c
3284         * src/prefs_filtering_action.c
3285         * src/prefs_matcher.c
3286         * src/quote_fmt.c
3287         * src/gtk/description_window.c
3288         * src/gtk/description_window.h
3289         * src/gtk/quicksearch.c
3290                 description window cleanups
3291
3292 2006-01-15 [colin]      1.9.100cvs157
3293
3294         * src/addressbook.c
3295         * src/prefs_filtering.c
3296                 Same here
3297
3298 2006-01-15 [colin]      1.9.100cvs156
3299
3300         * src/folderview.c
3301         * src/mainwindow.c
3302                 Same for "Empty trash"
3303
3304 2006-01-15 [colin]      1.9.100cvs155
3305
3306         * src/inc.c
3307                 Override offline dialog had Yes by default
3308
3309 2006-01-15 [colin]      1.9.100cvs154
3310
3311         * src/summaryview.c
3312                 Delete selected messages? previously had Yes the default
3313
3314 2006-01-15 [colin]      1.9.100cvs153
3315
3316         * src/folder.c
3317         * src/folder.h
3318         * src/main.c
3319                 Check if a mailbox is loaded after all
3320                 plugins are loaded.
3321
3322 2006-01-15 [colin]      1.9.100cvs152
3323
3324         * src/folder.c
3325                 Don't start wizard when there are unloaded folders (will help
3326                 people with only mbox or maildir mailboxes)
3327
3328 2006-01-14 [colin]      1.9.100cvs151
3329
3330         * src/addressbook.c
3331         * src/expldifdlg.c
3332         * src/importldif.c
3333         * src/importmutt.c
3334         * src/importpine.c
3335         * src/mh_gtk.c
3336                 More HIG compliance and fixes
3337
3338 2006-01-14 [colin]      1.9.100cvs150
3339
3340         * src/prefs_filtering_action.c
3341         * src/foldersel.c
3342                 Two forgotten button order changes
3343
3344 2006-01-14 [colin]      1.9.100cvs149
3345
3346         * src/account.c
3347         * src/addressbook.c
3348         * src/compose.c
3349         * src/folderview.c
3350         * src/imap_gtk.c
3351         * src/mainwindow.c
3352         * src/mh_gtk.c
3353         * src/news_gtk.c
3354         * src/prefs_actions.c
3355         * src/prefs_customheader.c
3356         * src/prefs_filtering.c
3357         * src/prefs_matcher.c
3358         * src/prefs_template.c
3359         * src/ssl_manager.c
3360         * src/summaryview.c
3361         * src/textview.c
3362         * src/toolbar.c
3363                 All deletion confirmations are now "Cancel, Delete" 
3364                 instead of "No, Yes"
3365                 Clarified most of the other "No, Yes" to 
3366                 "Cancel, Descriptive_action"
3367                 Rechanged the "Entry not saved" alerts to have 
3368                 "Close, Continue editing"
3369
3370
3371 2006-01-14 [paul]
3372
3373         * 2.0.0-rc4 released
3374
3375 2006-01-14 [paul]       1.9.100cvs148
3376
3377         * src/account.c
3378         * src/addressadd.c
3379         * src/addressbook.c
3380         * src/compose.c
3381         * src/editaddress.c
3382         * src/editbook.c
3383         * src/editgroup.c
3384         * src/editjpilot.c
3385         * src/editldap.c
3386         * src/editvcard.c
3387         * src/exphtmldlg.c
3388         * src/expldifdlg.c
3389         * src/folderview.c
3390         * src/grouplistdialog.c
3391         * src/imap_gtk.c
3392         * src/importmutt.c
3393         * src/importpine.c
3394         * src/inc.c
3395         * src/main.c
3396         * src/mainwindow.c
3397         * src/message_search.c
3398         * src/messageview.c
3399         * src/mh_gtk.c
3400         * src/mimeview.c
3401         * src/news_gtk.c
3402         * src/prefs_actions.c
3403         * src/prefs_customheader.c
3404         * src/prefs_filtering.c
3405         * src/prefs_matcher.c
3406         * src/prefs_template.c
3407         * src/prefs_themes.c
3408         * src/ssl_manager.c
3409         * src/summary_search.c
3410         * src/summaryview.c
3411         * src/textview.c
3412         * src/toolbar.c
3413         * src/gtk/foldersort.c
3414         * src/gtk/gtkaspell.c
3415         * src/gtk/inputdialog.c
3416         * src/gtk/prefswindow.c
3417         * src/plugins/pgpcore/select-keys.c
3418         * src/plugins/trayicon/trayicon.c
3419                 HIG compliant button order
3420
3421 2006-01-14 [mones]      1.9.100cvs147
3422
3423         * po/es.po
3424                 Updated translation
3425
3426 2006-01-13 [paul]       1.9.100cvs146
3427
3428         * AUTHORS
3429         * ChangeLog
3430         * src/gtk/authors.h
3431                 add Joshua M. Kwan to contributors list
3432
3433 2006-01-13 [colin]      1.9.100cvs145
3434
3435         * src/gtk/quicksearch.c
3436                 Don't refocus quick search after executing (Esc or Enter)
3437                 Allows to '/'search something then move up/down in 
3438                 summaryview, and to Esc a search and be back in the 
3439                 summaryview
3440
3441 2006-01-13 [paul]       1.9.100cvs144
3442
3443         * src/plugins/pgpinline/pgpinline.c
3444                 support Content-Type 'application/pgp'
3445                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3446
3447 2006-01-13 [paul]       1.9.100cvs143
3448
3449         * manual/account.xml
3450                 make mention of partial retrieval
3451                 thanks to Colin
3452
3453 2006-01-13 [paul]       1.9.100cvs142
3454
3455         * src/account.c
3456         * src/account.h
3457         * src/action.c
3458         * src/action.h
3459         * src/adbookbase.h
3460         * src/addr_compl.c
3461         * src/addr_compl.h
3462         * src/addrbook.c
3463         * src/addrcache.c
3464         * src/addrcache.h
3465         * src/addrcindex.c
3466         * src/addrcindex.h
3467         * src/addrclip.c
3468         * src/addrclip.h
3469         * src/addrdefs.h
3470         * src/addressadd.c
3471         * src/addressadd.h
3472         * src/addressbook.c
3473         * src/addressbook.h
3474         * src/addrgather.c
3475         * src/addrgather.h
3476         * src/addrharvest.c
3477         * src/addrharvest.h
3478         * src/addrindex.c
3479         * src/addrindex.h
3480         * src/addritem.c
3481         * src/addritem.h
3482         * src/addrquery.c
3483         * src/addrquery.h
3484         * src/addrselect.c
3485         * src/addrselect.h
3486         * src/alertpanel.c
3487         * src/alertpanel.h
3488         * src/browseldap.c
3489         * src/browseldap.h
3490         * src/codeconv.c
3491         * src/codeconv.h
3492         * src/compose.c
3493         * src/compose.h
3494         * src/customheader.c
3495         * src/customheader.h
3496         * src/displayheader.c
3497         * src/displayheader.h
3498         * src/editaddress.c
3499         * src/editaddress.h
3500         * src/editbook.c
3501         * src/editbook.h
3502         * src/editgroup.c
3503         * src/editgroup.h
3504         * src/editjpilot.c
3505         * src/editjpilot.h
3506         * src/editldap.c
3507         * src/editldap.h
3508         * src/editldap_basedn.c
3509         * src/editldap_basedn.h
3510         * src/editvcard.c
3511         * src/editvcard.h
3512         * src/exphtmldlg.c
3513         * src/exphtmldlg.h
3514         * src/expldifdlg.c
3515         * src/expldifdlg.h
3516         * src/export.h
3517         * src/exporthtml.c
3518         * src/exporthtml.h
3519         * src/exportldif.c
3520         * src/exportldif.h
3521         * src/filtering.c
3522         * src/filtering.h
3523         * src/folder.c
3524         * src/folder.h
3525         * src/folder_item_prefs.c
3526         * src/folder_item_prefs.h
3527         * src/foldersel.c
3528         * src/foldersel.h
3529         * src/folderutils.c
3530         * src/folderutils.h
3531         * src/folderview.c
3532         * src/folderview.h
3533         * src/grouplistdialog.c
3534         * src/grouplistdialog.h
3535         * src/headerview.c
3536         * src/html.c
3537         * src/html.h
3538         * src/image_viewer.c
3539         * src/image_viewer.h
3540         * src/imap.c
3541         * src/imap.h
3542         * src/imap_gtk.c
3543         * src/imap_gtk.h
3544         * src/import.h
3545         * src/importldif.c
3546         * src/importldif.h
3547         * src/importmutt.c
3548         * src/importmutt.h
3549         * src/importpine.c
3550         * src/importpine.h
3551         * src/inc.c
3552         * src/inc.h
3553         * src/jpilot.c
3554         * src/jpilot.h
3555         * src/ldapctrl.c
3556         * src/ldapctrl.h
3557         * src/ldaplocate.c
3558         * src/ldaplocate.h
3559         * src/ldapquery.c
3560         * src/ldapquery.h
3561         * src/ldapserver.c
3562         * src/ldapserver.h
3563         * src/ldaputil.c
3564         * src/ldaputil.h
3565         * src/ldif.c
3566         * src/ldif.h
3567         * src/main.c
3568         * src/main.h
3569         * src/mainwindow.c
3570         * src/mainwindow.h
3571         * src/manual.c
3572         * src/manual.h
3573         * src/mbox.c
3574         * src/mbox.h
3575         * src/message_search.c
3576         * src/message_search.h
3577         * src/messageview.c
3578         * src/messageview.h
3579         * src/mh.c
3580         * src/mh.h
3581         * src/mh_gtk.c
3582         * src/mh_gtk.h
3583         * src/mimeview.c
3584         * src/mimeview.h
3585         * src/msgcache.c
3586         * src/msgcache.h
3587         * src/mutt.c
3588         * src/mutt.h
3589         * src/news.c
3590         * src/news.h
3591         * src/news_gtk.c
3592         * src/news_gtk.h
3593         * src/partial_download.c
3594         * src/partial_download.h
3595         * src/pine.c
3596         * src/pine.h
3597         * src/pop.c
3598         * src/pop.h
3599         * src/prefs_account.c
3600         * src/prefs_account.h
3601         * src/prefs_actions.c
3602         * src/prefs_actions.h
3603         * src/prefs_common.c
3604         * src/prefs_common.h
3605         * src/prefs_compose_writing.c
3606         * src/prefs_compose_writing.h
3607         * src/prefs_customheader.c
3608         * src/prefs_customheader.h
3609         * src/prefs_display_header.c
3610         * src/prefs_display_header.h
3611         * src/prefs_filtering.c
3612         * src/prefs_filtering.h
3613         * src/prefs_filtering_action.c
3614         * src/prefs_filtering_action.h
3615         * src/prefs_folder_column.c
3616         * src/prefs_folder_column.h
3617         * src/prefs_folder_item.c
3618         * src/prefs_folder_item.h
3619         * src/prefs_fonts.c
3620         * src/prefs_fonts.h
3621         * src/prefs_gtk.c
3622         * src/prefs_gtk.h
3623         * src/prefs_image_viewer.c
3624         * src/prefs_image_viewer.h
3625         * src/prefs_matcher.c
3626         * src/prefs_matcher.h
3627         * src/prefs_message.c
3628         * src/prefs_msg_colors.c
3629         * src/prefs_msg_colors.h
3630         * src/prefs_other.c
3631         * src/prefs_quote.c
3632         * src/prefs_receive.c
3633         * src/prefs_send.c
3634         * src/prefs_spelling.c
3635         * src/prefs_spelling.h
3636         * src/prefs_summaries.c
3637         * src/prefs_summaries.h
3638         * src/prefs_summary_column.c
3639         * src/prefs_summary_column.h
3640         * src/prefs_template.c
3641         * src/prefs_template.h
3642         * src/prefs_themes.c
3643         * src/prefs_themes.h
3644         * src/prefs_toolbar.c
3645         * src/prefs_toolbar.h
3646         * src/prefs_wrapping.c
3647         * src/prefs_wrapping.h
3648         * src/privacy.c
3649         * src/privacy.h
3650         * src/procheader.c
3651         * src/procheader.h
3652         * src/procmime.c
3653         * src/procmime.h
3654         * src/procmsg.c
3655         * src/procmsg.h
3656         * src/quote_fmt.c
3657         * src/quote_fmt_parse.y
3658         * src/recv.c
3659         * src/recv.h
3660         * src/remotefolder.c
3661         * src/remotefolder.h
3662         * src/send_message.c
3663         * src/send_message.h
3664         * src/setup.c
3665         * src/setup.h
3666         * src/sourcewindow.c
3667         * src/sourcewindow.h
3668         * src/ssl_manager.c
3669         * src/ssl_manager.h
3670         * src/statusbar.c
3671         * src/statusbar.h
3672         * src/stock_pixmap.c
3673         * src/stock_pixmap.h
3674         * src/summary_search.c
3675         * src/summary_search.h
3676         * src/summaryview.c
3677         * src/summaryview.h
3678         * src/syldap.c
3679         * src/syldap.h
3680         * src/textview.c
3681         * src/textview.h
3682         * src/toolbar.c
3683         * src/toolbar.h
3684         * src/undo.c
3685         * src/undo.h
3686         * src/unmime.c
3687         * src/unmime.h
3688         * src/vcard.c
3689         * src/vcard.h
3690         * src/wizard.c
3691         * src/wizard.h
3692         * src/common/base64.c
3693         * src/common/base64.h
3694         * src/common/defs.h
3695         * src/common/hooks.c
3696         * src/common/hooks.h
3697         * src/common/log.c
3698         * src/common/log.h
3699         * src/common/mgutils.c
3700         * src/common/mgutils.h
3701         * src/common/nntp.c
3702         * src/common/nntp.h
3703         * src/common/passcrypt.c
3704         * src/common/passcrypt.h.in
3705         * src/common/plugin.c
3706         * src/common/plugin.h
3707         * src/common/prefs.c
3708         * src/common/prefs.h
3709         * src/common/progressindicator.c
3710         * src/common/progressindicator.h
3711         * src/common/quoted-printable.c
3712         * src/common/quoted-printable.h
3713         * src/common/session.c
3714         * src/common/session.h
3715         * src/common/smtp.c
3716         * src/common/smtp.h
3717         * src/common/socket.c
3718         * src/common/socket.h
3719         * src/common/ssl.c
3720         * src/common/ssl.h
3721         * src/common/ssl_certificate.c
3722         * src/common/ssl_certificate.h
3723         * src/common/stringtable.c
3724         * src/common/stringtable.h
3725         * src/common/sylpheed.c
3726         * src/common/sylpheed.h
3727         * src/common/template.c
3728         * src/common/template.h
3729         * src/common/timing.h
3730         * src/common/utils.c
3731         * src/common/utils.h
3732         * src/common/version.h.in
3733         * src/common/xml.c
3734         * src/common/xml.h
3735         * src/common/xmlprops.c
3736         * src/common/xmlprops.h
3737         * src/gtk/colorlabel.c
3738         * src/gtk/colorsel.c
3739         * src/gtk/colorsel.h
3740         * src/gtk/description_window.c
3741         * src/gtk/description_window.h
3742         * src/gtk/filesel.c
3743         * src/gtk/filesel.h
3744         * src/gtk/foldersort.c
3745         * src/gtk/foldersort.h
3746         * src/gtk/gtkutils.c
3747         * src/gtk/gtkutils.h
3748         * src/gtk/inputdialog.c
3749         * src/gtk/inputdialog.h
3750         * src/gtk/logwindow.c
3751         * src/gtk/logwindow.h
3752         * src/gtk/manage_window.c
3753         * src/gtk/manage_window.h
3754         * src/gtk/menu.c
3755         * src/gtk/menu.h
3756         * src/gtk/pluginwindow.c
3757         * src/gtk/pluginwindow.h
3758         * src/gtk/prefswindow.c
3759         * src/gtk/prefswindow.h
3760         * src/gtk/progressdialog.c
3761         * src/gtk/progressdialog.h
3762         * src/gtk/sslcertwindow.c
3763         * src/gtk/sslcertwindow.h
3764         * src/plugins/clamav/clamav_plugin.c
3765         * src/plugins/clamav/clamav_plugin.h
3766         * src/plugins/clamav/clamav_plugin_gtk.c
3767         * src/plugins/demo/demo.c
3768         * src/plugins/dillo_viewer/dillo_prefs.c
3769         * src/plugins/dillo_viewer/dillo_prefs.h
3770         * src/plugins/dillo_viewer/dillo_viewer.c
3771         * src/plugins/pgpcore/passphrase.c
3772         * src/plugins/pgpcore/passphrase.h
3773         * src/plugins/pgpcore/plugin.c
3774         * src/plugins/pgpcore/select-keys.c
3775         * src/plugins/pgpcore/select-keys.h
3776         * src/plugins/pgpcore/sgpgme.c
3777         * src/plugins/pgpcore/sgpgme.h
3778         * src/plugins/pgpinline/pgpinline.c
3779         * src/plugins/pgpinline/pgpinline.h
3780         * src/plugins/pgpinline/plugin.c
3781         * src/plugins/pgpmime/pgpmime.c
3782         * src/plugins/pgpmime/pgpmime.h
3783         * src/plugins/pgpmime/plugin.c
3784         * src/plugins/spamassassin/spamassassin.c
3785         * src/plugins/spamassassin/spamassassin.h
3786         * src/plugins/spamassassin/spamassassin_gtk.c
3787         * src/plugins/trayicon/trayicon.c
3788                 update copyright header
3789
3790 2006-01-13 [paul]       1.9.100cvs141
3791
3792         * src/account.c
3793         * src/export.c
3794         * src/import.c
3795         * src/mainwindow.c
3796         * src/prefs_account.c
3797         * src/prefs_display_header.c
3798         * src/prefs_receive.c
3799         * src/prefs_send.c
3800         * src/prefs_summaries.c
3801         * src/prefs_themes.c
3802         * src/prefs_toolbar.c
3803         * src/gtk/about.c
3804                 various cleanups
3805
3806 2006-01-12 [colin]      1.9.100cvs140
3807
3808         * src/folder.c
3809         * src/folder.h
3810         * src/main.c
3811                 Add --subscribe option
3812                 Let sylpheed-claws email@domain.com equivalent to --compose
3813                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3814
3815 2006-01-12 [paul]       1.9.100cvs139
3816
3817         * src/mainwindow.c
3818                 append 'Change folder order' label with '...'
3819         * src/prefs_actions.c
3820                 allow reordering of actions list by dnd
3821         * src/gtk/foldersort.c
3822                 make the dialog nicer
3823
3824 2006-01-11 [colin]      1.9.100cvs138
3825
3826         * src/compose.c
3827                 Allow templates without text
3828
3829 2006-01-11 [paul]       1.9.100cvs137
3830
3831         * tools/README
3832         * tools/filter_conv_new.pl
3833                 add info to README
3834                 also check .sylpheed for filter.xml
3835                 be a bit informative to the user
3836
3837 2006-01-11 [colin]      1.9.100cvs136
3838
3839         * src/textview.c
3840                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3841
3842 2006-01-10 [paul]       1.9.100cvs135
3843
3844         * tools/Makefile.am
3845         * tools/filter_conv_new.pl
3846                 add script to convert new style Sylpheed
3847                 filter rules (Sylpheed >= 0.9.99) to
3848                 Claws filtering rules
3849
3850 2006-01-10 [colin]      1.9.100cvs134
3851
3852         * src/compose.c
3853                 Fix broken line joins in certain conditions
3854                 (between two quoted lines: <enter><enter><up>
3855                  <type a wrapped sentence><go in the first line>
3856                  <insert more text><watch as line joining failed>)
3857
3858 2006-01-10 [paul]       1.9.100cvs133
3859
3860         * src/compose.c
3861                 don't report success in error dialog
3862                 thanks to Colin
3863         * src/common/utils.c
3864                 include some trailing punctuations as URI
3865                 thanks to Hiro
3866
3867 2006-01-10 [paul]       1.9.100cvs132
3868
3869         * src/mimeview.c
3870                 fix incompatible pointer type
3871                 warning
3872
3873 2006-01-10 [paul]       1.9.100cvs131
3874
3875         * src/compose.c
3876                 change Subject in window title
3877                 instantaneously
3878
3879 2006-01-09 [colin]      1.9.100cvs130
3880
3881         * src/addressbook.c
3882         * src/headerview.c
3883         * src/mainwindow.c
3884         * src/messageview.c
3885         * src/mimeview.c
3886         * src/noticeview.c
3887         * src/summaryview.c
3888                 Fix possible crashes on exit and in addressbook
3889
3890 2006-01-09 [paul]       1.9.100cvs129
3891
3892         * src/prefs_msg_colors.c
3893                 some cleanups that I forgot last time
3894
3895 2006-01-09 [paul]       1.9.100cvs128
3896
3897         * README
3898         * src/folderview.c
3899         * src/prefs_msg_colors.c
3900                 add previously hidden option, color_new, to
3901                 the gui
3902                 move the page to Display/
3903                 rework the gui
3904
3905 2006-01-09 [wwp]        1.9.100cvs127
3906
3907         * src/prefs_themes.c
3908                 made the prefs/display/themes layouts spacing less condensed
3909                 (and so they match other prefs/pages' look).
3910
3911 2006-01-09 [paul]       1.9.100cvs126
3912
3913         * src/compose.c
3914         * src/prefs_common.c
3915         * src/prefs_common.h
3916         * src/prefs_wrapping.c
3917                 remove 'wrap at send' option
3918
3919 2006-01-06 [colin]      1.9.100cvs125
3920
3921         * src/compose.c
3922                 Just make completely sure we don't insert "manual line breaks" 
3923                 when wrapping... 
3924
3925 2006-01-04 [paul]
3926
3927         * 2.0.0-rc3 released
3928
3929 2006-01-04 [paul]       1.9.100cvs124
3930
3931         * src/folderview.c
3932                 fix bug 882, 'quick scroll in folder list
3933                 displays wrong folder contents'
3934
3935 2006-01-04 [paul]       1.9.100cvs123
3936
3937         * src/plugins/pgpmime/pgpmime.c
3938                 better debug information when signing
3939                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3940
3941 2006-01-03 [colin]      1.9.100cvs122
3942
3943         * configure.ac
3944                 We need to recheck for gpgme 1.0.0 after checking
3945                 for 1.1.1, because if 1.1.1 isn't available, 
3946                 GPGME_LIBS and friends are blanked out by the 
3947                 second check.
3948
3949 2006-01-03 [colin]      1.9.100cvs121
3950
3951         * src/common/prefs.c
3952                 Windows unlink-before rename fix
3953         * src/plugins/pgpcore/sgpgme.c
3954                 Add support for PKA info if available
3955                 Both patches by Werner Koch
3956
3957 2006-01-03 [paul]       1.9.100cvs120
3958
3959         * src/messageview.c
3960                 fix bug 884, 'Send receipt' button visible in queue
3961                 Thanks to Colin
3962
3963 2006-01-02 [colin]      1.9.100cvs119
3964
3965         * src/compose.c
3966         * src/imap.c
3967                 Fix autosave on IMAP and more generally try to
3968                 return the correct ID on a newly added IMAP message
3969
3970 2006-01-02 [paul]       1.9.100cvs118
3971
3972         * manual/keyboard.xml
3973                 edited
3974
3975 2006-01-01 [paul]       1.9.100cvs117
3976
3977         * src/gtk/authors.h
3978                 alphabetical order
3979
3980 2005-12-30 [colin]      1.9.100cvs116
3981
3982         * manual/advanced.xml
3983                 Explain Pre/Post-processing differences.
3984
3985 2005-12-30 [colin]      1.9.100cvs115
3986
3987         * src/mh.c
3988                 Implement copy_msgs for a little optimization
3989         * src/imap.c
3990                 Finish yesterday's fix
3991
3992 2005-12-29 [colin]      1.9.100cvs114
3993
3994         * src/imap.c
3995                 Fix occasional failure in fetching a mail over
3996                 IMAP
3997
3998 2005-12-29 [colin]      1.9.100cvs113
3999
4000         * src/compose.c
4001                 Don't remove a draft when sending it, if it is 
4002                 locked.
4003
4004 2005-12-28 [colin]      1.9.100cvs112
4005
4006         * src/summaryview.c
4007                 Fix leak for real
4008
4009 2005-12-28 [wwp]        1.9.100cvs111
4010
4011         * doc/faq/.cvsignore
4012         * doc/faq/de/.cvsignore
4013         * doc/faq/en/.cvsignore
4014         * doc/faq/es/.cvsignore
4015         * doc/faq/fr/.cvsignore
4016         * doc/faq/it/.cvsignore
4017         * doc/manual/.cvsignore
4018         * doc/manual/de/.cvsignore
4019         * doc/manual/en/.cvsignore
4020         * doc/manual/es/.cvsignore
4021         * doc/manual/fr/.cvsignore
4022         * doc/manual/ja/.cvsignore
4023         * src/plugins/mathml_viewer/.cvsignore
4024                 rollback revival of those files (my bad, sorry for the noise).
4025
4026 2005-12-28 [wwp]        1.9.100cvs110
4027
4028         * src/compose.c
4029                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4030
4031 2005-12-28 [wwp]        1.9.100cvs109
4032
4033         * doc/faq/.cvsignore
4034         * doc/faq/de/.cvsignore
4035         * doc/faq/en/.cvsignore
4036         * doc/faq/es/.cvsignore
4037         * doc/faq/fr/.cvsignore
4038         * doc/faq/it/.cvsignore
4039         * doc/manual/.cvsignore
4040         * doc/manual/de/.cvsignore
4041         * doc/manual/en/.cvsignore
4042         * doc/manual/es/.cvsignore
4043         * doc/manual/fr/.cvsignore
4044         * doc/manual/ja/.cvsignore
4045         * src/plugins/mathml_viewer/.cvsignore
4046         * po/.cvsignore
4047                 more files to ignore.
4048
4049 2005-12-24 [colin]      1.9.100cvs108
4050
4051         * AUTHORS
4052         * src/gtk/authors.h
4053                 Update for Werner
4054
4055 2005-12-24 [colin]      1.9.100cvs107
4056
4057         * src/procmsg.c
4058                 Allow NULL src_msginfo in 
4059                 procmsg_msginfo_new_from_mimeinfo
4060
4061 2005-12-23 [paul]       1.9.100cvs106
4062
4063         * src/plugins/pgpinline/mypgpcore.def
4064                 add this forgotten file
4065
4066 2005-12-23 [colin]      1.9.100cvs105
4067
4068         * src/mainwindow.c
4069                 Fix missing break
4070
4071 2005-12-23 [colin]      1.9.100cvs104
4072
4073         * autogen.sh
4074         * src/folder.c
4075         * src/mh.c
4076         * src/common/plugin.c
4077         * src/common/socket.c
4078         * src/common/socket.h
4079         * src/common/utils.c
4080         * src/common/utils.h
4081         * src/gtk/pluginwindow.c
4082         * src/plugins/pgpcore/plugin.def
4083         * src/plugins/pgpcore/sylpheed.def
4084         * src/plugins/pgpinline/Makefile.am
4085         * src/plugins/pgpinline/plugin.def
4086         * src/plugins/pgpinline/sylpheed.def
4087         * src/plugins/pgpmime/plugin.def
4088         * src/plugins/pgpmime/sylpheed.def
4089                 Various w32 fixes by Werner Koch
4090
4091 2005-12-22 [paul]       1.9.100cvs103
4092
4093         * src/wizard.c
4094                 don't offer IMAP as 'server type' if
4095                 libetpan isn't built in
4096
4097 2005-12-22 [paul]       1.9.100cvs102
4098
4099         * AUTHORS
4100         * src/mainwindow.c
4101         * src/mainwindow.h
4102         * src/toolbar.c
4103         * src/gtk/authors.h
4104                 support GTK_TOOLBAR_BOTH_HORIZ (text
4105                 next to icon) Patch by Marien Zwart
4106                 marienz@users.sf.net
4107                 Also reword the text
4108
4109 2005-12-21 [colin]      1.9.100cvs101
4110
4111         * configure.ac
4112                 Fix DATADIRNAME
4113         * COPYING
4114                 Fix missing section and explicit the exception better
4115         * src/compose.c
4116                 Prevent mail from being lost without notice when an
4117                 SMTP error happens on trying to send an unmodified
4118                 drafted mail.
4119         * src/send_message.c
4120         * src/common/smtp.c
4121                 Fix password remembering when wrong, and add return
4122                 value checks where they should have been
4123         * src/plugins/pgpcore/sylpheed.def
4124         * src/plugins/pgpinline/sylpheed.def
4125         * src/plugins/pgpmime/sylpheed.def
4126                 Add a few symbols needed
4127
4128 2005-12-21 [paul]       1.9.100cvs100
4129
4130         * m4/codeset.m4
4131         * m4/glibc21.m4
4132         * m4/intdiv0.m4
4133         * m4/inttypes-pri.m4
4134         * m4/inttypes.m4
4135         * m4/inttypes_h.m4
4136         * m4/isc-posix.m4
4137         * m4/lcmessage.m4
4138         * m4/stdint_h.m4
4139         * m4/uintmax_t.m4
4140                 gettextization
4141                 thanks to Colin
4142
4143 2005-12-21 [paul]       1.9.100cvs99
4144
4145         * po/sv.po
4146                 fixed by Colin
4147
4148 2005-12-20 [paul]       1.9.100cvs98
4149
4150         * po/sv.po
4151                 updated by Anders Trobäck
4152
4153 2005-12-20 [colin]      1.9.100cvs97
4154
4155         * ABOUT-NLS
4156         * Makefile.am
4157         * autogen.sh
4158         * configure.ac
4159         * config/config.rpath
4160         * config/mkinstalldirs
4161         * m4/Makefile.am
4162         * m4/glibc2.m4
4163         * m4/gnupg.m4
4164         * m4/gpgme.m4
4165         * m4/intmax.m4
4166         * m4/longdouble.m4
4167         * m4/longlong.m4
4168         * m4/printf-posix.m4
4169         * m4/signed.m4
4170         * m4/size_max.m4
4171         * m4/ulonglong.m4
4172         * m4/wchar_t.m4
4173         * m4/wint_t.m4
4174         * m4/xsize.m4
4175         * po/Makefile.in.in
4176         * po/Makevars
4177         * po/bg.po
4178         * po/ca.po
4179         * po/cs.po
4180         * po/de.po
4181         * po/el.po
4182         * po/en_GB.po
4183         * po/es.po
4184         * po/fi.po
4185         * po/fr.po
4186         * po/hr.po
4187         * po/hu.po
4188         * po/it.po
4189         * po/ja.po
4190         * po/ko.po
4191         * po/nb.po
4192         * po/nl.po
4193         * po/pl.po
4194         * po/pt_BR.po
4195         * po/ru.po
4196         * po/sk.po
4197         * po/sr.po
4198         * po/stamp-po
4199         * po/sv.po
4200         * po/zh_CN.po
4201         * po/zh_TW.po
4202         * src/Makefile.am
4203         * src/codeconv.c
4204         * src/compose.c
4205         * src/exporthtml.c
4206         * src/exportldif.c
4207         * src/folder.c
4208         * src/main.c
4209         * src/manual.c
4210         * src/mh.c
4211         * src/mimeview.c
4212         * src/send_message.c
4213         * src/common/Makefile.am
4214         * src/common/fnmatch.c
4215         * src/common/fnmatch.h
4216         * src/common/fnmatch_loop.c
4217         * src/common/nntp.c
4218         * src/common/plugin.c
4219         * src/common/smtp.c
4220         * src/common/socket.c
4221         * src/common/string_match.c
4222         * src/common/sylpheed.c
4223         * src/common/utils.c
4224         * src/common/utils.h
4225         * src/common/w32_dirent.c
4226         * src/common/w32_reg.c
4227         * src/common/w32_signal.c
4228         * src/common/w32_stat.c
4229         * src/common/w32_stdio.c
4230         * src/common/w32_stdlib.c
4231         * src/common/w32_string.c
4232         * src/common/w32_time.c
4233         * src/common/w32_unistd.c
4234         * src/common/w32_wait.c
4235         * src/common/w32lib.h
4236         * src/etpan/Makefile.am
4237         * src/gtk/Makefile.am
4238         * src/plugins/clamav/Makefile.am
4239         * src/plugins/demo/Makefile.am
4240         * src/plugins/dillo_viewer/Makefile.am
4241         * src/plugins/pgpcore/Makefile.am
4242         * src/plugins/pgpcore/passphrase.c
4243         * src/plugins/pgpcore/plugin.def
4244         * src/plugins/pgpcore/sgpgme.c
4245         * src/plugins/pgpcore/sylpheed.def
4246         * src/plugins/pgpcore/version.rc
4247         * src/plugins/pgpinline/Makefile.am
4248         * src/plugins/pgpinline/plugin.def
4249         * src/plugins/pgpinline/sylpheed.def
4250         * src/plugins/pgpinline/version.rc
4251         * src/plugins/pgpmime/Makefile.am
4252         * src/plugins/pgpmime/mypgpcore.def
4253         * src/plugins/pgpmime/plugin.def
4254         * src/plugins/pgpmime/sylpheed.def
4255         * src/plugins/pgpmime/version.rc
4256         * src/plugins/spamassassin/Makefile.am
4257                 Very little ;-) patch from Werner Koch, providing
4258                 infrastructure for cross-compiling to Win32
4259
4260 2005-12-20 [paul]       1.9.100cvs96
4261
4262         * src/account.c
4263         * src/account.h
4264         * src/mainwindow.c
4265         * src/mainwindow.h
4266         * src/toolbar.c
4267         * src/toolbar.h
4268                 add a combo to the Get All button, allowing
4269                 quick retrieval from any account
4270                 Patch by Fabien Vantard, slightly modified
4271                 by Colin
4272         * src/gtk/about.c
4273                 i18n fix. Patch by Fabien Vantard
4274
4275 2005-12-19 [colin]      1.9.100cvs95
4276
4277         * src/compose.c
4278         * src/compose.h
4279                 Don't automatically join lines when they've 
4280                 been separated by the user and not automatically
4281
4282 2005-12-19 [paul]       1.9.100cvs94
4283
4284         * src/gtk/pluginwindow.c
4285                 i18n fix.
4286                 Patch by Fabien Vantard
4287
4288 2005-12-15 [paul]       1.9.100cvs93
4289
4290         * src/common/plugin.c
4291         * src/common/plugin.h
4292         * src/gtk/pluginwindow.c
4293         * src/plugins/clamav/clamav_plugin.c
4294         * src/plugins/demo/demo.c
4295         * src/plugins/dillo_viewer/dillo_viewer.c
4296         * src/plugins/pgpcore/plugin.c
4297         * src/plugins/pgpinline/plugin.c
4298         * src/plugins/pgpmime/plugin.c
4299         * src/plugins/spamassassin/spamassassin.c
4300         * src/plugins/trayicon/trayicon.c
4301                 add plugin_version()
4302
4303 2005-12-15 [colin]      1.9.100cvs92
4304
4305         * src/compose.c
4306                 Further fix bug #875
4307
4308 2005-12-15 [paul]       1.9.100cvs91
4309
4310         * src/gtk/filesel.c
4311                 fix attach_load_dir getting set to
4312                 PLUGINDIR on plugin load
4313
4314 2005-12-14 [mones]      1.9.100cvs90
4315
4316         * manual/ack.xml
4317         * manual/keyboard.xml
4318                 Initial draft and some shortcuts added
4319                 
4320         * po/es.po
4321                 Updated translation
4322
4323 2005-12-14 [colin]      1.9.100cvs89
4324
4325         * src/compose.c
4326         * src/imap.c
4327         * src/summaryview.c
4328         * src/gtk/gtkaspell.c
4329                 More leaks fixed
4330         * src/prefs_folder_item.c
4331                 Fix recursive prefs apply
4332
4333
4334 2005-12-14 [colin]      1.9.100cvs88
4335
4336         * src/compose.c
4337                 Fix bug #875 (Freeze On Inline Forward of 
4338                 Large Message)
4339
4340 2005-12-13 [colin]      1.9.100cvs87
4341
4342         * src/compose.c
4343                 Uniq-ify and sort the mimetypes list
4344                 Patch by Fabien Vantard
4345
4346 2005-12-13 [colin]      1.9.100cvs86
4347
4348         * src/imap.c
4349         * src/etpan/imap-thread.c
4350                 Fix leaks (patch by Hoa)
4351         * src/news.c
4352         * src/common/plugin.c
4353                 Fix leaks
4354
4355 2005-12-12 [colin]
4356
4357         * 2.0.0-rc2 released
4358
4359 2005-12-12 [colin]      1.9.100cvs85
4360
4361         * src/matcher.c
4362                 Fix a leak
4363
4364 2005-12-12 [wwp]        1.9.100cvs84
4365
4366         * src/gtk/icon_legend.c
4367                 fix misbehaviour and crash when closing the legend window
4368         using the Esc key (patch by Fabien Vantard).
4369
4370 2005-12-12 [paul]       1.9.100cvs83
4371
4372         * src/browseldap.c
4373         * src/foldersel.c
4374         * src/prefs_actions.c
4375         * src/prefs_filtering.c
4376         * src/prefs_matcher.c
4377         * src/prefs_spelling.glade      ** REMOVED **
4378         * src/prefs_template.c
4379         * src/gtk/foldersort.glade      ** REMOVED **
4380         * src/gtk/pluginwindow.c
4381         * src/gtk/pluginwindow.glade    ** REMOVED **
4382         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4383                 cleanups
4384
4385 2005-12-11 [paul]       1.9.100cvs82
4386
4387         * src/gtk/filesel.c
4388                 fix attach_load_dir crasher (double free)
4389
4390 2005-12-09 [paul]       1.9.100cvs81
4391
4392         * po/POTFILES.in
4393         * src/mainwindow.c
4394         * src/gtk/Makefile.am
4395         * src/gtk/icon_legend.c
4396         * src/gtk/icon_legend.h
4397                 add icon legend
4398         * src/manual.c
4399                 cleanup
4400
4401 2005-12-09 [paul]       1.9.100cvs80
4402
4403         * src/plugins/pgpcore/passphrase.c
4404                 wrap the label in the dialog
4405
4406 2005-12-09 [colin]      1.9.100cvs79
4407
4408         * src/plugins/pgpcore/sgpgme.c
4409                 Display (untrusted) on not trusted signatures
4410                 Patch by Michal Èihaø <michal@cihar.com>
4411                 Closes bug #867 (Report also key trust)
4412
4413 2005-12-09 [colin]      1.9.100cvs78
4414
4415         * src/common/plugin.c
4416                 Update licence check, following Eben Moglen's advice
4417
4418 2005-12-08 [colin]      1.9.100cvs77
4419
4420         * src/folder.c
4421                 Fix the occasionnal item->cache != NULL 
4422                 assertion failure. 
4423
4424 2005-12-08 [colin]      1.9.100cvs76
4425
4426         * src/mimeview.c
4427         * src/plugins/pgpcore/sgpgme.c
4428                 Print key id when unable to check it
4429                 Closes bug #866 (Show key id when missing)
4430
4431 2005-12-08 [paul]       1.9.100cvs75
4432
4433         * src/prefs_common.c
4434         * src/prefs_common.h
4435         * src/gtk/filesel.c
4436                 remember load attachment dir
4437
4438 2005-12-07 [colin]      1.9.100cvs74
4439
4440         * src/prefs_toolbar.c
4441                 Gtk fixes, patch by Fabien Vantard
4442
4443 2005-12-07 [colin]      1.9.100cvs73
4444
4445         * src/action.c
4446         * src/compose.c
4447         * src/compose.h
4448                 Fix bug #839 (Quoted text isn't colored after 
4449                 executing an action)
4450         * src/common/plugin.c
4451                 Require plugins to declare their licence in plugin_licence()
4452                 Refuse to load non-GPL plugins as they'd be illegal (as 
4453                 derived works of Sylpheed-Claws, they must be GPL).
4454         * src/plugins/clamav/clamav_plugin.c
4455         * src/plugins/demo/demo.c
4456         * src/plugins/dillo_viewer/dillo_viewer.c
4457         * src/plugins/pgpcore/plugin.c
4458         * src/plugins/pgpinline/plugin.c
4459         * src/plugins/pgpmime/plugin.c
4460         * src/plugins/spamassassin/spamassassin.c
4461         * src/plugins/trayicon/trayicon.c
4462                 Add plugin_licence()
4463
4464 2005-12-07 [paul]       1.9.100cvs72
4465
4466         * configure.ac
4467         * src/mainwindow.c
4468         * src/manual.c
4469         * src/manual.h
4470         * src/common/defs.h
4471                 clean up after local FAQ removal and
4472                 temporary manual removal
4473
4474 2005-12-06 [colin]      1.9.100cvs71
4475
4476         * configure.ac
4477         * doc/Makefile.am
4478         * doc/faq/.cvsignore
4479         * doc/faq/Makefile.am
4480         * doc/faq/de/.cvsignore
4481         * doc/faq/de/Makefile.am
4482         * doc/faq/de/sylpheed-faq-1.html
4483         * doc/faq/de/sylpheed-faq-2.html
4484         * doc/faq/de/sylpheed-faq-3.html
4485         * doc/faq/de/sylpheed-faq.html
4486         * doc/faq/en/.cvsignore
4487         * doc/faq/en/Makefile.am
4488         * doc/faq/en/sylpheed-faq-1.html
4489         * doc/faq/en/sylpheed-faq-2.html
4490         * doc/faq/en/sylpheed-faq-3.html
4491         * doc/faq/en/sylpheed-faq-4.html
4492         * doc/faq/en/sylpheed-faq.html
4493         * doc/faq/es/.cvsignore
4494         * doc/faq/es/Makefile.am
4495         * doc/faq/es/sylpheed-faq-1.html
4496         * doc/faq/es/sylpheed-faq-2.html
4497         * doc/faq/es/sylpheed-faq-3.html
4498         * doc/faq/es/sylpheed-faq-4.html
4499         * doc/faq/es/sylpheed-faq.html
4500         * doc/faq/fr/.cvsignore
4501         * doc/faq/fr/Makefile.am
4502         * doc/faq/fr/sylpheed-faq-1.html
4503         * doc/faq/fr/sylpheed-faq-2.html
4504         * doc/faq/fr/sylpheed-faq-3.html
4505         * doc/faq/fr/sylpheed-faq.html
4506         * doc/faq/it/.cvsignore
4507         * doc/faq/it/Makefile.am
4508         * doc/faq/it/sylpheed-faq-1.html
4509         * doc/faq/it/sylpheed-faq-2.html
4510         * doc/faq/it/sylpheed-faq-3.html
4511         * doc/faq/it/sylpheed-faq.html
4512         * doc/manual/.cvsignore
4513         * doc/manual/Makefile.am
4514         * doc/manual/de/.cvsignore
4515         * doc/manual/de/Makefile.am
4516         * doc/manual/de/sylpheed-1.html
4517         * doc/manual/de/sylpheed-10.html
4518         * doc/manual/de/sylpheed-11.html
4519         * doc/manual/de/sylpheed-12.html
4520         * doc/manual/de/sylpheed-13.html
4521         * doc/manual/de/sylpheed-14.html
4522         * doc/manual/de/sylpheed-15.html
4523         * doc/manual/de/sylpheed-16.html
4524         * doc/manual/de/sylpheed-17.html
4525         * doc/manual/de/sylpheed-18.html
4526         * doc/manual/de/sylpheed-19.html
4527         * doc/manual/de/sylpheed-2.html
4528         * doc/manual/de/sylpheed-20.html
4529         * doc/manual/de/sylpheed-3.html
4530         * doc/manual/de/sylpheed-4.html
4531         * doc/manual/de/sylpheed-5.html
4532         * doc/manual/de/sylpheed-6.html
4533         * doc/manual/de/sylpheed-7.html
4534         * doc/manual/de/sylpheed-8.html
4535         * doc/manual/de/sylpheed-9.html
4536         * doc/manual/de/sylpheed.html
4537         * doc/manual/en/.cvsignore
4538         * doc/manual/en/Makefile.am
4539         * doc/manual/en/sylpheed-1.html
4540         * doc/manual/en/sylpheed-10.html
4541         * doc/manual/en/sylpheed-11.html
4542         * doc/manual/en/sylpheed-12.html
4543         * doc/manual/en/sylpheed-13.html
4544         * doc/manual/en/sylpheed-14.html
4545         * doc/manual/en/sylpheed-15.html
4546         * doc/manual/en/sylpheed-16.html
4547         * doc/manual/en/sylpheed-17.html
4548         * doc/manual/en/sylpheed-18.html
4549         * doc/manual/en/sylpheed-19.html
4550         * doc/manual/en/sylpheed-2.html
4551         * doc/manual/en/sylpheed-20.html
4552         * doc/manual/en/sylpheed-21.html
4553         * doc/manual/en/sylpheed-22.html
4554         * doc/manual/en/sylpheed-3.html
4555         * doc/manual/en/sylpheed-4.html
4556         * doc/manual/en/sylpheed-5.html
4557         * doc/manual/en/sylpheed-6.html
4558         * doc/manual/en/sylpheed-7.html
4559         * doc/manual/en/sylpheed-8.html
4560         * doc/manual/en/sylpheed-9.html
4561         * doc/manual/en/sylpheed.html
4562         * doc/manual/es/.cvsignore
4563         * doc/manual/es/Makefile.am
4564         * doc/manual/es/sylpheed-1.html
4565         * doc/manual/es/sylpheed-10.html
4566         * doc/manual/es/sylpheed-11.html
4567         * doc/manual/es/sylpheed-12.html
4568         * doc/manual/es/sylpheed-13.html
4569         * doc/manual/es/sylpheed-14.html
4570         * doc/manual/es/sylpheed-15.html
4571         * doc/manual/es/sylpheed-16.html
4572         * doc/manual/es/sylpheed-17.html
4573         * doc/manual/es/sylpheed-18.html
4574         * doc/manual/es/sylpheed-19.html
4575         * doc/manual/es/sylpheed-2.html
4576         * doc/manual/es/sylpheed-20.html
4577         * doc/manual/es/sylpheed-3.html
4578         * doc/manual/es/sylpheed-4.html
4579         * doc/manual/es/sylpheed-5.html
4580         * doc/manual/es/sylpheed-6.html
4581         * doc/manual/es/sylpheed-7.html
4582         * doc/manual/es/sylpheed-8.html
4583         * doc/manual/es/sylpheed-9.html
4584         * doc/manual/es/sylpheed.html
4585         * doc/manual/fr/.cvsignore
4586         * doc/manual/fr/Makefile.am
4587         * doc/manual/fr/sylpheed-1.html
4588         * doc/manual/fr/sylpheed-10.html
4589         * doc/manual/fr/sylpheed-11.html
4590         * doc/manual/fr/sylpheed-12.html
4591         * doc/manual/fr/sylpheed-13.html
4592         * doc/manual/fr/sylpheed-14.html
4593         * doc/manual/fr/sylpheed-15.html
4594         * doc/manual/fr/sylpheed-16.html
4595         * doc/manual/fr/sylpheed-17.html
4596         * doc/manual/fr/sylpheed-18.html
4597         * doc/manual/fr/sylpheed-19.html
4598         * doc/manual/fr/sylpheed-2.html
4599         * doc/manual/fr/sylpheed-20.html
4600         * doc/manual/fr/sylpheed-3.html
4601         * doc/manual/fr/sylpheed-4.html
4602         * doc/manual/fr/sylpheed-5.html
4603         * doc/manual/fr/sylpheed-6.html
4604         * doc/manual/fr/sylpheed-7.html
4605         * doc/manual/fr/sylpheed-8.html
4606         * doc/manual/fr/sylpheed-9.html
4607         * doc/manual/fr/sylpheed.html
4608         * doc/manual/ja/.cvsignore
4609         * doc/manual/ja/Makefile.am
4610         * doc/manual/ja/sylpheed-1.html
4611         * doc/manual/ja/sylpheed-10.html
4612         * doc/manual/ja/sylpheed-11.html
4613         * doc/manual/ja/sylpheed-12.html
4614         * doc/manual/ja/sylpheed-13.html
4615         * doc/manual/ja/sylpheed-14.html
4616         * doc/manual/ja/sylpheed-15.html
4617         * doc/manual/ja/sylpheed-16.html
4618         * doc/manual/ja/sylpheed-17.html
4619         * doc/manual/ja/sylpheed-18.html
4620         * doc/manual/ja/sylpheed-19.html
4621         * doc/manual/ja/sylpheed-2.html
4622         * doc/manual/ja/sylpheed-20.html
4623         * doc/manual/ja/sylpheed-3.html
4624         * doc/manual/ja/sylpheed-4.html
4625         * doc/manual/ja/sylpheed-5.html
4626         * doc/manual/ja/sylpheed-6.html
4627         * doc/manual/ja/sylpheed-7.html
4628         * doc/manual/ja/sylpheed-8.html
4629         * doc/manual/ja/sylpheed-9.html
4630         * doc/manual/ja/sylpheed.html
4631         * doc/manual/ja/sylpheed.sgml
4632         * src/mainwindow.c
4633                 Remove outdated manual and faq. Noisy, eh?
4634
4635 2005-12-06 [colin]      1.9.100cvs70
4636
4637         * src/compose.c
4638         * src/quote_fmt_parse.y
4639         * src/undo.c
4640         * src/undo.h
4641                 Allow %X to position cursor at 0 
4642                 (no %X = before signature)
4643                 Fix paste as quotation putting the cursor at 0
4644                 Fix undo offsets when pasting
4645                 Insert the quote_fmt at once instead of line 
4646                 by line
4647                 Fix [Edited] when starting to reply/forward
4648
4649 2005-12-06 [paul]       1.9.100cvs69
4650
4651         * src/plugins/clamav/clamav_plugin_gtk.c
4652                 add another tooltip
4653         * src/plugins/spamassassin/spamassassin_gtk.c
4654                 rework spamassassin_create_widget_func()
4655
4656 2005-12-05 [colin]      1.9.100cvs68
4657
4658         * po/POTFILES.in
4659                 Fix make release ;-)
4660
4661 2005-12-05 [colin]      1.9.100cvs67
4662
4663         * src/compose.c
4664         * src/compose.h
4665                 Fix cursor positioning (not obeying %X)
4666
4667 2005-12-05 [paul]       1.9.100cvs66
4668
4669         * src/plugins/dillo_viewer/dillo_prefs.c
4670                 fix compilation warning
4671
4672 2005-12-05 [paul]       1.9.100cvs65
4673
4674         * src/prefs_spelling.c
4675         * src/plugins/trayicon/trayicon.c
4676                 cleanups - remove unused stuff
4677
4678 2005-12-05 [paul]       1.9.100cvs64
4679
4680         * README
4681         * manual/plugins.xml
4682                 remove info about removed mathml_viewer plugin
4683
4684 2005-12-05 [paul]       1.9.100cvs63
4685
4686         * configure.ac
4687         * src/plugins/Makefile.am
4688         * src/plugins/mathml_viewer/.cvsignore
4689         * src/plugins/mathml_viewer/Makefile.am
4690         * src/plugins/mathml_viewer/mathml_viewer.c
4691                 remove unmaintained mathml_viewer plugin
4692
4693 2005-12-05 [paul]       1.9.100cvs62
4694
4695         * src/summaryview.c
4696                 obey prefs_common.always_show_msg when
4697                 moving a msg
4698                 Thanks to Colin
4699
4700 2005-12-05 [paul]       1.9.100cvs61
4701
4702         * src/compose.c
4703         * src/prefs_account.c
4704         * src/prefs_filtering.c
4705         * src/prefs_quote.c
4706         * src/prefs_spelling.c
4707         * src/prefs_toolbar.c
4708         * src/summaryview.c
4709         * src/gtk/gtkutils.c
4710         * src/gtk/quicksearch.c
4711         * src/plugins/dillo_viewer/dillo_prefs.c
4712                 dialog cleanups
4713
4714 2005-12-04 [paul]       1.9.100cvs60
4715
4716         * src/inc.c
4717         * src/prefs_account.c
4718         * src/prefs_account.h
4719                 allow a Local account to specify a
4720                 default inbox
4721                 (closes bug 843 'Inbox cannot be changed for local
4722                  mailboxes')
4723
4724 2005-12-04 [colin]      1.9.100cvs59
4725
4726         * src/plugins/trayicon/trayicon.c
4727                 Remove Get, rename Get All to Get Mail in order to
4728                 be consistent with the default main toolbar
4729
4730 2005-12-03 [colin]      1.9.100cvs58
4731
4732         * manual/gpl.xml
4733         * manual/sylpheed-claws-manual.xml
4734                 Add GPL appendix
4735
4736 2005-12-03 [paul]       1.9.100cvs57
4737
4738         * AUTHORS
4739         * po/sv.po
4740         * src/gtk/authors.h
4741                 new (partially complete) Swedish translation
4742                 by Anders Troback <sylpheed@troback.com>
4743
4744 2005-12-02 [paul]       1.9.100cvs56
4745
4746         * configure.ac
4747                 libetpan 0.41 required
4748
4749 2005-12-02 [paul]       1.9.100cvs55
4750
4751         * src/plugins/clamav/clamav_plugin.c
4752         * src/plugins/clamav/clamav_plugin.h
4753         * src/plugins/clamav/clamav_plugin_gtk.c
4754         * src/plugins/spamassassin/spamassassin.c
4755         * src/plugins/spamassassin/spamassassin.h
4756         * src/plugins/spamassassin/spamassassin_gtk.c
4757                 unregister prefs pages on unloading, thus
4758                 preventing a crash
4759                 (thanks to Colin for the hint)
4760
4761 2005-12-02 [wwp]        1.9.100cvs54
4762
4763         * src/quote_fmt.h
4764         * src/quote_fmt_parse.y
4765                 fix misuse of gboolean*, use gboolean instead
4766                 (thanks to Paul, Colin, for pointing out that scaring one)
4767
4768 2005-12-02 [paul]       1.9.100cvs53
4769
4770         * src/plugins/clamav/clamav_plugin.c
4771                 int no --> unsigned int no
4772         * src/plugins/clamav/clamav_plugin_gtk.c
4773                 rework config page
4774
4775 2005-12-02 [wwp]        1.9.100cvs52
4776
4777         * src/compose.c
4778         * src/prefs_template.c
4779         * src/quote_fmt.h
4780         * src/quote_fmt_parse.y
4781                 prevent from executing |f and |p templates commands when
4782                 adding or replacing templates in prefs (avoids annoying and
4783                 potentially dangerous behaviours)
4784
4785 2005-12-02 [paul]       1.9.100cvs51
4786
4787         * src/prefs_common.c
4788                 allow translation of some default values
4789                 Patch by Fabien Vantard
4790
4791 2005-12-02 [paul]       1.9.100cvs50
4792
4793         * src/codeconv.c
4794         * src/codeconv.h
4795         * src/prefs_common.c
4796         * src/prefs_common.h
4797         * src/prefs_message.c
4798         * src/textview.c
4799                 remove obsolete 'convert_mb_alnum' option
4800                 and related stuff
4801         * src/gtk/about.c
4802                 remove unused 'about_textview_visibility_notify'
4803
4804 2005-12-02 [paul]       1.9.100cvs49
4805
4806         * src/prefs_account.c
4807         * src/prefs_compose_writing.c
4808         * src/prefs_fonts.c
4809         * src/prefs_gtk.h
4810         * src/prefs_image_viewer.c
4811         * src/prefs_message.c
4812         * src/prefs_other.c
4813         * src/prefs_receive.c
4814         * src/prefs_send.c
4815         * src/prefs_spelling.c
4816         * src/prefs_summaries.c
4817         * src/prefs_wrapping.c
4818         * src/plugins/dillo_viewer/dillo_prefs.c
4819         * src/plugins/pgpcore/prefs_gpg.c
4820                 several cleanups to the prefs dialogs
4821                 (slightly modified) patch by Fabien Vantard
4822
4823 2005-12-02 [paul]       1.9.100cvs48
4824
4825         * src/main.c
4826                 --exit means exit
4827         * src/send_message.c
4828                 fix crash on send when connection fails
4829
4830         Thanks to Colin
4831
4832 2005-12-01 [colin]      1.9.100cvs47
4833
4834         * src/html.c
4835                 Translate &hellip; to "..."
4836
4837 2005-11-30 [colin]      1.9.100cvs46
4838
4839         * src/matcher.c
4840         * src/matcher.h
4841                 Optimize back yesterday's fix.
4842
4843 2005-11-30 [paul]       1.9.100cvs45
4844
4845         * manual/faq.xml
4846                 standardised
4847         * manual/intro.xml
4848                 written by Colin, edited by me
4849
4850 2005-11-29 [colin]      1.9.100cvs44
4851
4852         * src/matcher.c
4853                 Skip headers unconditionnaly in match_body if the
4854                 rule is not message or ~message
4855
4856 2005-11-29 [colin]      1.9.100cvs43
4857
4858         * src/matcher.c
4859                 Fix body_part and such, not skipping headers 
4860                 if the matchcriteria wasn't the first in the rule
4861
4862 2005-11-29 [colin]      1.9.100cvs42
4863
4864         * src/compose.c
4865                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
4866                 option missing from message view window)
4867                 Fix double text D'n'D with gtk-2.8
4868         * src/matcher.c
4869                 Fix ~message, ~headers_part, ~body_part rules
4870         * src/messageview.c
4871                 Add Windows-1252 (Closes bug #863)
4872                 Fix accels
4873         * src/gtk/gtkaspell.c
4874                 Properly destroy accels in all menus
4875
4876 2005-11-29 [mones]      1.9.100cvs41
4877
4878         * po/es.po
4879                 Updated.
4880
4881 2005-11-27 [colin]      1.9.100cvs40
4882
4883         * src/mh_gtk.c
4884                 "/Remove mailbox" -> "/Remove mailbox..."
4885
4886 2005-11-27 [paul]       1.9.100cvs39
4887
4888         * AUTHORS
4889         * po/de.po
4890         * src/gtk/authors.h
4891                 updated by new maintainer, Stephan Sachse
4892
4893 2005-11-27 [paul]       1.9.100cvs38
4894
4895         * manual/faq.xml
4896                 written by Colin, edited by me
4897
4898 2005-11-27 [paul]       1.9.100cvs37
4899
4900         * src/prefs_common.c
4901         * src/prefs_common.h
4902         * src/prefs_receive.c
4903         * src/prefs_summaries.c
4904                 move 'go to inbox after receiving new mail'
4905                 option from display/sumamaries to mail
4906                 handling/receive, and rework prefs_summaries
4907                 dialog a little
4908
4909 2005-11-25 [martin]     1.9.100cvs36
4910
4911         * po/de.po
4912             fixed windows-1252 translation;
4913             translated some new and fuzzy strings
4914
4915 2005-11-25 [paul]       1.9.100cvs35
4916
4917         * src/plugins/clamav/clamav_plugin.c
4918                 complete the update done in cvs34
4919
4920 2005-11-25 [paul]       1.9.100cvs34
4921
4922         * src/plugins/clamav/clamav_plugin.c
4923                 reflect upstream changes
4924
4925 2005-11-25 [paul]       1.9.100cvs33
4926
4927         * manual/ack.xml
4928         * manual/plugins.xml
4929         * manual/sylpheed-claws-manual.xml
4930                 written/updated by Colin, edited by me
4931         * tools/acroread2sylpheed.pl
4932                 update binary name
4933
4934 2005-11-24 [colin]      1.9.100cvs32
4935
4936         * src/compose.c
4937                 Fix bug #856 (reediting messages forgets Request
4938                 Return Receipt)
4939
4940 2005-11-24 [paul]       1.9.100cvs31
4941
4942         * manual/addrbook.xml
4943         * manual/starting.xml
4944                 written by Colin, proofread, edited, adapted by me
4945         * manual/advanced.xml
4946                 add some Actions examples
4947         * src/importldif.c
4948                 use a Save button instead of a Close button
4949         * src/wizard.c
4950                 indicate mandatory fields
4951                 fix page display
4952                 Thanks to Colin
4953
4954 2005-11-23 [colin]      1.9.100cvs30
4955
4956         * src/addressbook.c
4957                 Rename menu item, fix possible crash after
4958                 deletion of books
4959         * src/addrindex.c
4960                 Allow searching for '*' in ldap
4961         * src/browseldap.c
4962                 Fix "Browse Entry" (did anyone use it?)
4963         * src/wizard.c
4964                 Add guards for mandatory information
4965
4966 2005-11-23 [paul]       1.9.100cvs29
4967
4968         * manual/advanced.xml
4969                 corrections to the English
4970
4971 2005-11-23 [colin]      1.9.100cvs28
4972
4973         * src/mimeview.c
4974                 Fix possible crash at exit. After the call to
4975                 gtk_container_remove(), the Viewer's widget has no
4976                 more parent so gtk+ automatically frees it and its
4977                 sons. If destroy_viewer() then try to access it,
4978                 problems ensue.
4979
4980 2005-11-22 [colin]      1.9.100cvs27
4981
4982         * src/compose.c
4983         * src/gtk/gtkaspell.c
4984                 Fix right-clicking on a misspelled word
4985                 Fix More... in suggestions menu
4986
4987 2005-11-22 [wwp]        1.9.100cvs26
4988
4989         * src/prefs_template.c
4990                 templates works: re-sort templates list when adding or replacing,
4991                 prevent from adding or replacing when the template name is empty
4992
4993 2005-11-21 [colin]      1.9.100cvs25
4994
4995         * src/addressbook.c
4996                 Fix some addressbook suckage (dnd, select all)
4997         * src/compose.c
4998         * src/gtk/gtkaspell.c
4999         * src/gtk/gtkaspell.h
5000                 Make the spellchecker menu work with the 
5001                 GtkTextView one instead of overriding it
5002
5003 2005-11-20 [paul]       1.9.100cvs24
5004
5005         * manual/handling.xml
5006                 proofread and corrected
5007
5008 2005-11-20 [paul]       1.9.100cvs23
5009
5010         * manual/Makefile
5011                 generate html as one file
5012         * manual/advanced.xml
5013                 fix output generation
5014                 reformat hidden options list
5015         * manual/manual.xml     ** REMOVED **
5016         * manual/sylpheed-claws-manual.xml      ** ADDED **
5017                 renamed
5018
5019 2005-11-18 [colin]      1.9.100cvs22
5020
5021         * src/prefs_account.c
5022                 Fix layout in news and mbox accounts
5023         * manual/account.xml
5024         * manual/advanced.xml
5025                 New contents for Paul to check :)
5026
5027 2005-11-18 [wwp]        1.9.100cvs21
5028
5029         * src/gtk/quicksearch.c
5030                 don't update extended quicksearch buttons twice
5031
5032 2005-11-18 [paul]       1.9.100cvs20
5033
5034         * src/textview.c
5035                 complete 1.9.100cvs19
5036
5037 2005-11-18 [paul]       1.9.100cvs19
5038
5039         * src/compose.c
5040                 cosmetic improvements
5041         * src/textview.c
5042                 also list text/* attachments
5043
5044 2005-11-18 [colin]      1.9.100cvs18
5045
5046         * src/summaryview.c
5047                 Use column 0 instead of -1 in 
5048                 gtk_ctree_node_moveto, in a naive
5049                 hope it'll fix the gtk-related crashes
5050
5051 2005-11-18 [colin]      1.9.100cvs17
5052
5053         * src/gtk/inputdialog.c
5054                 Fix icon staying the first one
5055
5056 2005-11-17 [wwp]        1.9.100cvs16
5057                 fix possible problem showing some quicksearch buttons, and a bad
5058                 call to g_return_if_fail in a function that returns a value (both
5059                 fixes by Fabien Vantard)
5060
5061 2005-11-15 [wwp]        1.9.100cvs15
5062
5063         * src/gtk/quicksearch.c
5064                 added a tooltip to that obscure ... quicksearch button
5065
5066 2005-11-15 [wwp]        1.9.100cvs14
5067
5068         * src/gtk/quicksearch.c
5069                 add a quicksearch helper to filtering expression users: the ... button
5070                 raises the condition expr window. condition expressions set up w/ this
5071                 window are used by the quicksearch if the user closes it pressing OK.
5072
5073 2005-11-14 [paul]       1.9.100cvs13
5074
5075         * src/plugins/clamav/clamav_plugin.c
5076         * src/plugins/spamassassin/spamassassin.c
5077                 change plugin type following recent merging
5078
5079 2005-11-14 [wwp]        1.9.100cvs12
5080
5081         * src/folder.c
5082                 prevent from crashing when copying/moving message(s) from and
5083                 to the same folder
5084
5085 2005-11-14 [paul]       1.9.100cvs11
5086
5087         * src/plugins/clamav/Makefile.am
5088         * src/plugins/clamav/clamav_plugin.c
5089         * src/plugins/clamav/clamav_plugin.h
5090         * src/plugins/clamav/clamav_plugin_gtk.c
5091                 also merge clamav and clamav_gtk plugins
5092
5093 2005-11-13 [colin]      1.9.100cvs10
5094
5095         * configure.ac
5096         * src/plugins/spamassassin/Makefile.am
5097         * src/plugins/spamassassin/spamassassin.c
5098         * src/plugins/spamassassin/spamassassin.h
5099         * src/plugins/spamassassin/spamassassin_gtk.c
5100                 Merge spamassassin and spamassassin_gtk plugins,
5101                 and build it by default.
5102
5103 2005-11-12 [colin]      1.9.100cvs9
5104
5105         * src/etpan/imap-thread.c
5106                 Fix gcc warning
5107
5108 2005-11-12 [colin]      1.9.100cvs8
5109
5110         * src/procmime.c
5111                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5112
5113 2005-11-10 [colin]      1.9.100cvs7
5114
5115         * src/main.c
5116                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5117                 minimised state)
5118
5119 2005-11-10 [wwp]        1.9.100cvs6
5120
5121         * src/gtk/description_window.c
5122                 fix a crash when closing description windows using the WM's [X] button
5123
5124 2005-11-09 [colin]      1.9.100cvs5
5125
5126         * src/common/ssl.c
5127                 Update libetpan call to follow upstream
5128                 (yes, this requires libetpan-0.40cvs3)
5129
5130 2005-11-08 [colin]      1.9.100cvs4
5131
5132         * src/compose.c
5133         * src/textview.c
5134         * src/common/utils.c
5135         * src/common/utils.h
5136                 Enhance the email parser
5137
5138 2005-11-08 [colin]      1.9.100cvs3
5139
5140         * src/procmime.c
5141                 Fix what looks like an off-by-one (fixes 
5142                 attachments from the Bat)
5143
5144 2005-11-08 [wwp]        1.9.100cvs2
5145
5146         * src/main.c
5147                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5148
5149 2005-11-08 [wwp]        1.9.100cvs1
5150
5151         * src/main.c
5152                 allow exiting Sylpheed-Claws from command-line
5153
5154 2005-11-08 [paul]       1.9.100
5155
5156         1.9.100 released
5157
5158 2005-11-07 [colin]      1.9.99cvs17
5159
5160         * src/addritem.c
5161         * src/ldif.c
5162                 Fix import of base-64 encoded items
5163
5164 2005-11-07 [colin]      1.9.99cvs16
5165
5166         * src/send_message.c
5167                 Fix bug #314 (Queue does not empty under certain 
5168                 circumstances)
5169
5170 2005-11-07 [paul]       1.9.99cvs15
5171
5172         * src/mutt.c
5173         * src/pine.c
5174                 fix buffer overflows
5175                 Thanks to Colin
5176
5177 2005-11-07 [paul]       1.9.99cvs14
5178
5179         * doc/man/Makefile.am
5180         * doc/man/sylpheed-claws.1      ** ADDED **
5181         * doc/man/sylpheed.1            ** DELETED **
5182                 rename and update the man file
5183
5184 2005-11-06 [colin]      1.9.99cvs13
5185
5186         * src/ldif.c
5187                 Fix ldif_get_line() that returned empty strings
5188                 (Didn't understand why). Also fix a possible
5189                 buffer overflow.
5190
5191 2005-11-06 [wwp]        1.9.99cvs12
5192
5193         * src/textview.c
5194         * src/gtk/about.c
5195         * src/gtk/gtkutils.c
5196         * src/gtk/gtkutils.h
5197                 fix a compilation warning,
5198                 make links sensitive in the about dialog
5199
5200 2005-11-04 [wwp]        1.9.99cvs11
5201
5202         * src/gtk/about.c
5203                 don't wrap or translate URIs, and a bit text format cleanup
5204
5205 2005-11-04 [wwp]        1.9.99cvs10
5206
5207         * src/gtk/about.c
5208                 better textview tagging implementation (no more use of marks for
5209                 postponed tagging)
5210
5211 2005-11-02 [colin]      1.9.99cvs9
5212
5213         * src/common/ssl.c
5214                 Forgot an ifdef
5215
5216 2005-11-02 [colin]      1.9.99cvs8
5217
5218         * configure.ac
5219                 Require libetpan-0.40 due to upstream fix
5220         * src/common/ssl.c
5221                 Tell libetpan not to call SSL_Library_Init,
5222                 as we do it ourselves.
5223
5224 2005-11-02 [colin]      1.9.99cvs7
5225
5226         * po/POTFILES.in
5227                 Add missing files (thanks to Fabien Vantard)
5228
5229 2005-11-02 [colin]      1.9.99cvs6
5230
5231         * src/summaryview.c
5232                 Fix totals when read messages are hidden or quicksearch
5233                 is on
5234         * src/ssl_manager.c
5235         * src/ssl_manager.h
5236         * src/common/ssl_certificate.c
5237         * src/common/ssl_certificate.h
5238         * src/gtk/sslcertwindow.c
5239         * src/gtk/sslcertwindow.h
5240                 Fix copyright on my stuff
5241
5242 2005-11-02 [wwp]        1.9.99cvs5
5243
5244         * src/prefs_themes.c
5245                 fix directory name checking (theme installation/removal),
5246                 made related error a bit more verbose
5247
5248 2005-11-02 [colin]      1.9.99cvs4
5249
5250         * src/summaryview.c
5251                 Fix typo (probably fixes bug #841 (Sort by the From 
5252                 field doesn't work)
5253
5254 2005-11-02 [paul]       1.9.99cvs3
5255
5256         * po/ko.po
5257         * po/nb.po
5258                 updated by SungHyun Nam, Geir Helland
5259         * src/wizard.c
5260                 fix typo in welcome message. spotted by
5261                 Andrea Spadaccini
5262
5263 2005-11-01 [colin]      1.9.99cvs2
5264
5265         * src/compose.c
5266                 Fix replying to ml wen confirming subscription
5267         * src/messageview.c
5268         * src/mimeview.c
5269         * src/mimeview.h
5270         * src/privacy.h
5271         * src/summaryview.c
5272                 Make key check non blocking
5273
5274 2005-10-31 [paul]       1.9.99cvs1
5275
5276         * tools/claws.i18n.status.pl
5277                 updated for ChangeLog
5278
5279 2005-10-31 [paul]       1.9.99
5280
5281         1.9.99 released
5282
5283 2005-10-31 [paul]       1.9.15cvs131
5284
5285         * .cvsignore
5286         * ChangeLog
5287         * ChangeLog.claws       ** REMOVED **
5288         * ChangeLog-gtk2.claws  ** REMOVED **
5289         * ChangeLog.gtk1        ** ADDED **
5290         * INSTALL
5291         * Makefile.am
5292         * NEWS
5293         * README
5294         * README.claws          ** REMOVED **
5295         * README.jp             ** REMOVED **
5296         * RELEASE_NOTES         ** ADDED **
5297         * RELEASE_NOTES.claws   ** REMOVED **
5298         * commitHelper
5299         * configure.ac
5300         * sylpheed.spec.in      ** REMOVED **
5301                 tidy up and update the default docs:
5302                 ChangeLog.claws is renamed ChangeLog.gtk1
5303                 ChangeLog-gtk2.claws is renamed ChangeLog
5304                 README.claws is renamed README
5305                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5306
5307 2005-10-31 [paul]       1.9.15cvs130
5308
5309         * po/it.po
5310                 fix errors
5311
5312 2005-10-31 [paul]       1.9.15cvs129
5313
5314         * po/ca.po
5315         * po/de.po
5316         * po/en_GB.po
5317         * po/fr.po
5318         * po/it.po
5319         * po/pt_BR.po
5320         * po/sk.po
5321         * po/sr.po
5322         * po/zh_CN.po
5323                 updated by Miquel Oliete, Stephan Sachse and
5324                 Thomas Gilgin, me, Fabien Vantard, Andrea
5325                 Spadaccini, Frederico Goncalves Guimaraes,
5326                 Andrej Kacian, Aleksandar Urosevic, and
5327                 Ralgh Young.
5328
5329 2005-10-31 [mones]      1.9.15cvs128
5330
5331         * manual/faq.xml
5332                 More questions.
5333         
5334         * po/es.po
5335                 Updated for release.
5336
5337 2005-10-30 [colin]      1.9.15cvs127
5338
5339         * src/compose.c
5340                 Place cursor before rewrapping (fixes cursor
5341                 pos if quotation gets rewrapped)
5342
5343 2005-10-29 [paul]       1.9.15cvs126
5344
5345         * src/crash.c
5346         * src/foldersel.c
5347         * src/main.c
5348         * src/messageview.c
5349         * src/toolbar.c
5350         * src/gtk/authors.h
5351                 corrections to text items
5352
5353 2005-10-28 [colin]      1.9.15cvs125
5354
5355         * src/messageview.c
5356                 Make "hit 'C' to check sig" work from extern 
5357                 messageviews
5358
5359 2005-10-27 [colin]      1.9.15cvs124
5360
5361         * src/summaryview.c
5362                 Add a hack to avoid segfaulting when hammering 
5363                 on gtk's events
5364
5365 2005-10-27 [wwp]        1.9.15cvs123
5366
5367         * src/prefs_themes.c
5368                 sort list of themes names in themes prefs
5369
5370 2005-10-27 [paul]       1.9.15cvs122
5371
5372         * src/folder.c
5373         * src/prefs_account.c
5374                 fix building on Solaris
5375                 Patch by Alex Moore
5376
5377 2005-10-27 [wwp]        1.9.15cvs121
5378
5379         * src/summaryview.c
5380         * src/gtk/gtksctree.c
5381                 speed up unselecting messages in summary view (thanks to Colin)
5382
5383 2005-10-27 [paul]       1.9.15cvs120
5384
5385         * src/mainwindow.c
5386                 fix a compilation warning
5387         * src/summaryview.c
5388                 fix updating of 'n items selected' count
5389                 when deselecting
5390
5391 2005-10-27 [martin]     1.9.15cvs119
5392
5393         * src/action.c
5394                 ignore actions with a leading '/' in the action menu name
5395                 fixes a crash on menu creation
5396         * src/prefs_actions.c
5397                 do not allow a leading '/' in the action menu name
5398
5399 2005-10-27 [paul]       1.9.15cvs118
5400
5401         * src/main.c
5402                 fix compilation warning
5403
5404 2005-10-27 [paul]       1.9.15cvs117
5405
5406         * src/procmime.c
5407                 add #if HAVE_LOCALE_H
5408
5409 2005-10-27 [paul]       1.9.15cvs116
5410
5411         * src/plugins/clamav/clamav_plugin.c
5412         * src/plugins/dillo_viewer/dillo_viewer.c
5413         * src/plugins/mathml_viewer/mathml_viewer.c
5414         * src/plugins/pgpcore/plugin.c
5415         * src/plugins/pgpinline/plugin.c
5416         * src/plugins/pgpmime/plugin.c
5417         * src/plugins/spamassassin/spamassassin.c
5418         * src/plugins/trayicon/trayicon.c
5419                 plugin_init() : make error messages more
5420                 informative
5421
5422 2005-10-26 [wwp]        1.9.15cvs115
5423
5424         * src/prefs_matcher.c
5425                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5426
5427 2005-10-26 [wwp]        1.9.15cvs114
5428
5429         * src/procmime.c
5430         * src/gtk/gtksctree.c
5431         * src/plugins/spamassassin/libspamc.c
5432         * src/plugins/spamassassin/spamassassin.c
5433                 fix some compilation warnings more
5434
5435 2005-10-26 [mones]      1.9.15cvs113
5436
5437         * po/es.po
5438                 Updated translation
5439
5440 2005-10-26 [paul]       1.9.15cvs112
5441
5442         * src/prefs_message.c
5443                 give all display_xface stuff the
5444                 #if HAVE_LIBCOMPFACE treatment, thus
5445                 preventing a crash
5446                 (Thanks to Wolfgang Enderlein)
5447
5448 2005-10-26 [colin]      1.9.15cvs111
5449
5450         * src/gedit-print.c
5451                 Fix date format
5452         * src/imap_gtk.c
5453         * src/news_gtk.c
5454                 Remove context menu items that should not be there
5455         * src/jpilot.c
5456                 Fix encoding
5457         * src/main.c
5458         * src/mainwindow.c
5459                 Don't show the mainwindow too soon
5460
5461 2005-10-26 [wwp]        1.9.15cvs110
5462
5463         * src/folder.c
5464         * src/manual.c
5465         * src/summaryview.c
5466                 fix uninitialized pointers in the folder updating hook
5467                 (thanks to Colin)
5468
5469 2005-10-25 [mones]      1.9.15cvs109
5470
5471         * manual/faq.xml
5472                 General information subsection completed. 
5473                 Removed archaic references.
5474                 
5475         * manual/Makefile
5476         * manual/dtd/manual.dsl
5477                 Added customization stylesheet for getting paragraphs
5478                 fully justified in PDF output (as suggested by Colin).
5479
5480 2005-10-25 [colin]      1.9.15cvs108
5481
5482         * src/compose.c
5483                 Fix a second leak
5484
5485 2005-10-25 [colin]      1.9.15cvs107
5486
5487         * src/addrbook.c
5488         * src/addrindex.c
5489                 Fix leak (xml_get_element() allocates memory)
5490         * src/compose.c
5491                 Fix leak + dead code (shame!)
5492         * src/procmime.c
5493                 Fix leak
5494
5495 2005-10-25 [colin]      1.9.15cvs106
5496
5497         * src/mimeview.c
5498                 Fix encoding issue in Save all and in 
5499                 overwrite-confirmation alertpanel
5500
5501 2005-10-25 [colin]      1.9.15cvs105
5502
5503         * src/common/socket.c
5504                 Fix a leak - Thanks to Christopher Aillon
5505                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5506
5507 2005-10-25 [paul]       1.9.15cvs104
5508
5509         * src/wizard.c
5510                 Always guess servers from the right-hand
5511                 email part and guess username from the
5512                 left-hand part. (Thanks to Colin)
5513                 add an X-Face to the welcome message
5514
5515 2005-10-25 [paul]       1.9.15cvs103
5516
5517         * manual/handling.xml
5518                 written by Colin, edited by me
5519
5520 2005-10-25 [wwp]        1.9.15cvs102
5521
5522         * src/folderview.c
5523         * src/grouplistdialog.c
5524         * src/imap.c
5525         * src/noticeview.c
5526                 fix some compilation warnings
5527
5528 2005-10-24 [paul]
5529
5530         1.9.99-rc3 released
5531
5532 2005-10-24 [paul]       1.9.15cvs101
5533
5534         * src/gtk/about.c
5535                 fix window sizing
5536
5537 2005-10-24 [paul]       1.9.15cvs100
5538
5539         * src/pixmaps/offline.xpm
5540         * src/pixmaps/online.xpm
5541                 replace with last default versions
5542
5543 2005-10-24 [colin]      1.9.15cvs99
5544
5545         * src/imap.c
5546                 Fix bug when moving a folder
5547         * src/imap_gtk.c
5548         * src/mh_gtk.c
5549                 "Delete folder" pops up a window, so it 
5550                 should be suffixed with "..."
5551         * src/plugins/pgpcore/sgpgme.c
5552                 Include locale.h
5553
5554 2005-10-24 [mones]      1.9.15cvs98
5555
5556         * manual/Makefile
5557         * manual/account.xml
5558         * manual/ack.xml
5559         * manual/addrbook.xml
5560         * manual/advanced.xml
5561         * manual/faq.xml
5562         * manual/glossary.xml
5563         * manual/gpl.xml
5564         * manual/handling.xml
5565         * manual/intro.xml
5566         * manual/keyboard.xml
5567         * manual/manual.xml
5568         * manual/plugins.xml
5569         * manual/starting.xml
5570         * manual/dtd/sdocbook.dtd
5571                 Initial manual structure and some content.
5572
5573 2005-10-23 [wwp]        1.9.15cvs97
5574
5575         * src/gtk/about.c
5576                 fix a typo
5577
5578 2005-10-23 [wwp]        1.9.15cvs96
5579
5580         * src/gtk/about.c
5581         * src/gtk/authors.h
5582                 rework of the about window (main work by Paul), also featuring a few
5583                 fixes for typos and duplicate names
5584
5585 2005-10-23 [wwp]        1.9.15cvs95
5586
5587         * src/.cvsignore
5588                 Ignore the right binary name (sylpheed-claws now)
5589
5590 2005-10-23 [paul]       1.9.15cvs94
5591
5592         * src/compose.c
5593                 when using Folder Pref 'Default To for
5594                 replies' make the entry in the Compose
5595                 window bold
5596                 Patch by Fabien Vantard
5597
5598 2005-10-22 [colin]      1.9.15cvs93
5599
5600         * src/codeconv.c
5601                 Fix leak
5602
5603 2005-10-22 [colin]      1.9.15cvs92
5604
5605         * src/codeconv.c
5606                 try to convert using locale (apart utf8) if necessary
5607
5608 2005-10-22 [colin]      1.9.15cvs91
5609
5610         * src/pixmaps/new.xpm
5611         * src/pixmaps/unread.xpm
5612                 Make the unread envelope blue again and
5613                 saturate the new one a bit more.
5614
5615 2005-10-22 [colin]      1.9.15cvs90
5616
5617         * src/compose.c
5618                 When replying to a mail sent by one of our accounts,
5619                 use the original list of recipients. Let 'Reply All'
5620                 and 'Reply to sender' work like previously.
5621
5622 2005-10-21 [colin]      1.9.15cvs89
5623
5624         * src/prefs_filtering.c
5625                 Clear fields after add and replace
5626         * src/textview.c
5627                 Display xface differently (better)
5628         * src/plugins/pgpinline/pgpinline.c
5629                 Fix crappy encodings/recodings
5630
5631 2005-10-21 [paul]       1.9.15cvs88
5632
5633         * src/compose.c
5634         * src/prefs_folder_item.c
5635         * src/toolbar.c
5636                 fix news folder Folder Properties
5637                 (thanks to Colin)
5638         * src/folderview.c
5639                 update folderview after Themes change
5640                 keep selected folder selected
5641                 (thanks to Colin)
5642
5643 2005-10-21 [paul]       1.9.15cvs87
5644
5645         * tools/Makefile.am
5646         * tools/OOo2sylpheed.pl
5647         * tools/README
5648         * tools/README.sylprint
5649         * tools/asus_mailled.sh         ** REMOVED **
5650         * tools/filter_conv.pl
5651         * tools/freshmeat_search.pl
5652         * tools/google_search.pl
5653         * tools/gpg-sign-syl            ** REMOVED **
5654         * tools/kmail2sylpheed.pl
5655         * tools/kmail2sylpheed_v2.pl
5656         * tools/multiwebsearch.pl
5657         * tools/nautilus2sylpheed.sh
5658         * tools/newscache_clean.pl
5659         * tools/outlook2sylpheed.pl
5660         * tools/sylpheed-switcher       ** REMOVED **
5661         * tools/sylprint.pl
5662         * tools/sylprint.rc
5663         * tools/tb2sylpheed
5664         * tools/vcard2xml.py
5665         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5666                 update default config dir
5667                 update binary name (thanks to Fabien Vantard)
5668                 remove obsolete scripts
5669
5670 2005-10-21 [colin]      1.9.15cvs86
5671
5672         * src/inc.c
5673                 Fix possible leak and units. Based on a patch by
5674                 Fabien Vantard.
5675
5676 2005-10-20 [colin]      1.9.15cvs85
5677
5678         * src/textview.c
5679                 Clear xface when clearing textview
5680
5681 2005-10-20 [colin]      1.9.15cvs84
5682
5683         * configure.ac
5684         * src/folderview.c
5685         * src/headerview.c
5686         * src/main.c
5687         * src/prefs_common.c
5688         * src/prefs_common.h
5689         * src/prefs_message.c
5690         * src/textview.c
5691         * src/textview.h
5692         * src/common/defs.h
5693         * src/common/utils.c
5694         * src/common/utils.h
5695         * src/gtk/gtkutils.c
5696         * src/gtk/gtkutils.h
5697                 Migrate config to .sylpheed-claws (Automatically)
5698                 Add a way to get the Xface in the TextView
5699
5700 2005-10-20 [colin]      1.9.15cvs83
5701
5702         * src/gtk/Makefile.am
5703         * src/gtk/about.c
5704         * src/gtk/authors.h
5705                 Make the about dialog *grooovy*
5706
5707 2005-10-20 [colin]      1.9.15cvs82
5708
5709         * src/mimeview.c
5710                 Use "Open with" on double click if no command
5711                 was found
5712
5713 2005-10-20 [colin]      1.9.15cvs81
5714
5715         * src/imap.c
5716         * src/etpan/imap-thread.c
5717                 Fix possible crash.
5718
5719 2005-10-20 [paul]       1.9.15cvs80
5720
5721         * src/folder.c
5722                 don't show clipkey icon if the only
5723                 attachment is the signature
5724                 Patch by Colin
5725
5726 2005-10-20 [paul]       1.9.15cvs79
5727
5728         * AUTHORS
5729         * src/plugins/pgpmime/pgpmime.c
5730                 name the PGP/MIME signature 'signature.asc'
5731                 Patch by Andrew Nelson <freeandy@gmail.com>
5732
5733 2005-10-19 [colin]      1.9.15cvs78
5734
5735         * src/plugins/pgpmime/pgpmime.c
5736                 Oops, no need to double-check though
5737
5738 2005-10-19 [colin]      1.9.15cvs77
5739
5740         * src/plugins/pgpinline/pgpinline.c
5741         * src/plugins/pgpmime/pgpmime.c
5742                 Check that my_tmpfile() doesn't 
5743                 return NULL
5744
5745 2005-10-19 [colin]      1.9.15cvs76
5746
5747         * src/common/utils.c
5748                 Use shorter mime boundaries to avoid having
5749                 MTAs rewrapping our headers, breaking the
5750                 PGP signature in the process 
5751         * src/compose.c
5752         * src/plugins/pgpmime/pgpmime.c
5753                 Check for boundary uniqueness to be sure
5754                 it won't happen, instead of hoping for the
5755                 best
5756
5757 2005-10-19 [colin]      1.9.15cvs75
5758
5759         * sylpheed-claws.desktop
5760         * src/Makefile.am
5761         * src/main.c
5762                 Ship a sylpheed-claws binary instead
5763                 of a sylpheed one. Change the socket
5764                 name, too
5765         * src/folderview.c
5766                 Update folder only if it changed
5767         * src/wizard.c
5768                 Fix i18n in welcome mail, patch by
5769                 Fabien Vantard
5770
5771 2005-10-19 [paul]
5772
5773         1.9.99-rc2 released
5774
5775 2005-10-19 [paul]       1.9.15cvs74
5776
5777         * src/folder.c
5778         * src/folderview.c
5779                 fix summaryview update
5780                 Patch by Colin
5781
5782 2005-10-18 [colin]      1.9.15cvs73
5783
5784         * src/plugins/pgpcore/passphrase.c
5785                 Don't XGrabServer, and try a bit more to 
5786                 sync everything before grabbing mouse/keyboard
5787
5788 2005-10-18 [colin]      1.9.15cvs72
5789
5790         * src/Makefile.am
5791         * src/addressadd.c
5792         * src/addressbook.c
5793         * src/folderview.c
5794         * src/grouplistdialog.c
5795         * src/mimeview.c
5796         * src/stock_pixmap.c
5797         * src/stock_pixmap.h
5798         * src/summaryview.c
5799         * src/gtk/gtksctree.c
5800         * src/gtk/gtksctree.h
5801         * src/pixmaps/empty.xpm
5802                 Implement a wrapper call for gtk_ctree_set_node_info
5803                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5804                 pixmap instead of a NULL one. This works around some
5805                 memory problems deep inside gtk, revealed by valgrind,
5806                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5807                 as locked crashes sylpheed.), as well as, probably, 
5808                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5809
5810 2005-10-17 [colin]      1.9.15cvs71
5811
5812         * src/mimeview.c
5813                 Provide visual feedback when checking
5814                 signature
5815
5816 2005-10-17 [colin]      1.9.15cvs70
5817
5818         * src/main.c
5819                 Keep the folder list frozen while checking caches...
5820
5821 2005-10-17 [colin]      1.9.15cvs69
5822
5823         * src/addr_compl.c
5824                 Fi bug #833 (Autocompleting from addressbook 
5825                 fails with extended chars)
5826         * src/imap.c
5827                 Fix 'adding messages' staying in statusbar
5828                 after an error
5829
5830 2005-10-17 [wwp]        1.9.15cvs68
5831
5832         * src/ssl_manager.c
5833                 Fix buttons' layout resizing when window size changes
5834
5835 2005-10-17 [wwp]        1.9.15cvs67
5836
5837         * src/account.c
5838         * src/prefs_account.c
5839         * src/prefs_common.c
5840         * src/prefs_common.h
5841         * src/prefs_folder_item.c
5842         * src/prefs_gtk.c
5843         * src/gtk/logwindow.c
5844         * src/gtk/pluginwindow.c
5845         * src/gtk/prefswindow.c
5846         * src/gtk/prefswindow.h
5847                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
5848
5849 2005-10-17 [paul]       1.9.15cvs66
5850
5851         * configure.ac
5852                 fix missing libetpan message
5853         * po/en_GB.po
5854                 updated
5855         * src/crash.c
5856         * src/manual.c
5857         * src/prefs_themes.c
5858         * src/common/defs.h
5859                 add some new URI defines, change some
5860                 others
5861         * src/wizard.c
5862                 make welcome message translatable
5863                 small improvements to english
5864                 other tweaks
5865         * src/gtk/menu.c
5866                 fix warnings
5867
5868 2005-10-17 [paul]       1.9.15cvs65
5869
5870         * src/summaryview.c
5871                 fix column titles
5872
5873 2005-10-16 [mones]      1.9.15cvs64
5874
5875         * po/es.po
5876                 Updated translation
5877
5878 2005-10-16 [colin]
5879
5880         1.9.99-rc1 released
5881
5882 2005-10-16 [colin]      1.9.15cvs63
5883
5884         * src/wizard.c
5885                 Fix whitespace
5886
5887 2005-10-16 [colin]      1.9.15cvs62
5888
5889         * src/toolbar.c
5890                 s/Get All/Get Mail/
5891         * src/wizard.c
5892                 Real welcome mail text, thanks Paul
5893
5894 2005-10-16 [colin]      1.9.15cvs61
5895
5896         * src/editldap.c
5897         * src/exporthtml.c
5898         * src/main.c
5899         * src/mainwindow.c
5900         * src/prefs_themes.c
5901         * src/prefs_toolbar.c
5902         * src/plugins/demo/demo.c
5903         * src/plugins/trayicon/trayicon.c
5904                 s/Sylpheed/Sylpheed-Claws/
5905
5906 2005-10-16 [colin]      1.9.15cvs60
5907
5908         * src/wizard.c
5909                 Add a welcome email in the first empty mailbox
5910         * src/prefs_common.c
5911                 Change one more default
5912
5913 2005-10-16 [colin]      1.9.15cvs59
5914
5915         * src/wizard.c
5916                 Remove printf
5917
5918 2005-10-16 [colin]      1.9.15cvs58
5919
5920         * src/toolbar.c
5921         * src/prefs_common.c
5922                 Change some defaults
5923
5924 2005-10-16 [colin]      1.9.15cvs57
5925
5926         * src/toolbar.c
5927         * src/prefs_common.c
5928                 Change some defaults
5929
5930 2005-10-16 [colin]      1.9.15cvs56
5931
5932         * src/wizard.c
5933                 By default, initialize fonts to have
5934                 the same size as normal GtkWidgets
5935
5936 2005-10-16 [colin]      1.9.15cvs55
5937
5938         * src/mimeview.c
5939                 Fix message a bit more
5940
5941 2005-10-16 [colin]      1.9.15cvs54
5942
5943         * src/addressbook.c
5944                 Second attempt at flicker fixing
5945
5946 2005-10-16 [colin]      1.9.15cvs53
5947
5948         * src/addressbook.c
5949                 Fix flicker
5950
5951 2005-10-16 [wwp]        1.9.15cvs52
5952
5953         * src/addressbook.c
5954         * src/editaddress.c
5955         * src/prefs_common.c
5956         * src/prefs_common.h
5957                 Remember window sizes (address book)
5958
5959 2005-10-16 [wwp]        1.9.15cvs51
5960
5961         * src/plugins/clamav/clamav_plugin_gtk.c
5962         * src/plugins/spamassassin/spamassassin_gtk.c
5963                 Fix compilation warnings (missing #include).
5964
5965 2005-10-16 [colin]      1.9.15cvs50
5966
5967         * src/mimeview.c
5968         * src/summaryview.c
5969         * src/textview.c
5970                 Make 'c' check signature, and forward
5971                 c, l, y, t from summaryview to mimeview
5972
5973 2005-10-16 [colin]      1.9.15cvs49
5974
5975         * src/addressbook.c
5976                 Put border around buttons
5977         * src/mainwindow.c
5978         * src/summaryview.c
5979                 Rework menus (Patch based on a patch
5980                 by Paul)
5981
5982 2005-10-15 [wwp]        1.9.15cvs48
5983
5984         * src/editjpilot.c
5985         * src/editldap.c
5986         * src/editvcard.c
5987         * src/exphtmldlg.c
5988         * src/expldifdlg.c
5989         * src/export.c
5990         * src/import.c
5991         * src/importldif.c
5992         * src/importmutt.c
5993         * src/importpine.c
5994         * src/prefs_account.c
5995         * src/prefs_spelling.c
5996         * src/gtk/gtkutils.c
5997         * src/gtk/gtkutils.h
5998         * src/plugins/clamav/clamav_plugin_gtk.c
5999         * src/plugins/spamassassin/spamassassin_gtk.c
6000                 use nicer browse-for-file/dir buttons than the "..." ones,
6001                 code factorizing more.
6002
6003 2005-10-14 [colin]      1.9.15cvs47
6004
6005         * src/mainwindow.c
6006                 set relief on the account switcher so that people see it
6007                 grey out Create processing rules when no message is selected
6008         * src/prefs_filtering.c
6009                 ask before closing if the rule has not been modified, even if
6010                 it's not valid
6011         * src/prefs_matcher.c
6012                 fix sensitivity when entering the dialog
6013         * src/gtk/inputdialog.c
6014                 display a better icon on password ask
6015         * src/plugins/pgpcore/passphrase.c
6016                 make the dialog look better
6017
6018 2005-10-14 [paul]       1.9.15cvs46
6019
6020         * src/folderview.c
6021                 indicate presense of marked msgs in
6022                 unexpanded subfolders
6023
6024 2005-10-14 [paul]       1.9.15cvs45
6025
6026         * src/prefs_actions.c
6027         * src/prefs_common.c
6028         * src/prefs_common.h
6029         * src/prefs_filtering_action.c
6030         * src/prefs_matcher.c
6031         * src/prefs_template.c
6032                 remember window sizes
6033                 fix Info button size
6034
6035         Patches by wwp
6036
6037 2005-10-13 [colin]      1.9.15cvs44
6038
6039         * src/mimeview.c
6040         * src/noticeview.c
6041         * src/noticeview.h
6042                 Add a tooltip on the icon (optional) 
6043                 Get rid of the signature buttons and only
6044                 use the icon+tooltip
6045
6046 2005-10-13 [colin]      1.9.15cvs43
6047
6048         * src/noticeview.c
6049         * src/noticeview.h
6050                 Add hand cursor for hovering over icon
6051
6052 2005-10-13 [colin]      1.9.15cvs42
6053
6054         * src/summaryview.c
6055                 Fix crash when quicksearch's hidden 
6056                 at startup
6057
6058 2005-10-13 [colin]      1.9.15cvs41
6059
6060         * src/compose.c
6061                 Set subject when forwarding multiple mails
6062                 Check that other recipient than the default Cc or Bcc
6063                 have been set before sending.
6064
6065 2005-10-13 [colin]      1.9.15cvs40
6066
6067         * src/imap.c
6068                 Batch per-folder
6069                 Introduce locking, but don't use it yet
6070
6071 2005-10-13 [colin]      1.9.15cvs39
6072
6073         * src/gtk/quicksearch.c
6074                 Reset quicksearch when hiding it
6075                 Make sticky a real pref
6076
6077 2005-10-13 [colin]      1.9.15cvs38
6078
6079         * src/summaryview.c
6080                 Faster prefs apply
6081
6082 2005-10-13 [colin]      1.9.15cvs37
6083
6084         * src/mimeview.c
6085         * src/noticeview.c
6086         * src/noticeview.h
6087         * src/plugins/pgpcore/sgpgme.c
6088                 Make privacy icon clickable
6089                 Move Trust field in Full info
6090                 When trust is less than full, don't display
6091                 a warning icon
6092
6093 2005-10-13 [colin]      1.9.15cvs36
6094
6095         * src/folder.c
6096                 Batch on flags sync
6097         * src/folderview.c
6098                 Revert speed hack which is dangerous in fact
6099                 Apply prefs faster
6100
6101 2005-10-13 [colin]      1.9.15cvs35
6102
6103         * src/folder_item_prefs.c
6104                 Fix pref corruption on folder move. Patch
6105                 by wwp
6106
6107 2005-10-13 [paul]       1.9.15cvs34
6108
6109         * src/export.c
6110         * src/import.c
6111                 fix typos in g_warnings
6112         * src/prefs_account.c
6113                 add a file selector for Signature file
6114
6115         Patches by wwp
6116
6117 2005-10-12 [colin]      1.9.15cvs33
6118
6119         * src/mimeview.c
6120                 Provide a quick way to go back from a
6121                 signature's full info to the email part
6122
6123 2005-10-12 [colin]      1.9.15cvs32
6124
6125         * src/compose.c
6126                 Remove old hack of encoding signed mails with base64.
6127                 QP works equally well.
6128
6129 2005-10-12 [colin]      1.9.15cvs31
6130
6131         * src/crash.c
6132                 Replace deprecated GtkText with GtkTextView
6133         * src/imap.c
6134                 Fix a logic bug about counts in imap_select
6135                 (previously un-triggered)
6136         * src/mainwindow.c
6137         * src/summaryview.c
6138         * src/news.c
6139                 Allow local deletion of news posts
6140         * src/mimeview.c
6141                 Show GPG noticeview on the message/rfc822 part
6142                 in addition to the text/plain one
6143         * src/prefs_image_viewer.c
6144           src/plugins/pgpcore/prefs_gpg.c
6145                 Polish (set the label as part of the checkbox)
6146         * src/wizard.c
6147                 Don't sit there doing nothing after destroying
6148                 the window - return err
6149
6150 2005-10-11 [colin]      1.9.15cvs30
6151
6152         * src/folderview.c
6153                 Apply processing rules before showing folders.
6154                 Early folder show (before flags sync) will only
6155                 be done when there are no processing rules (nor
6156                 pre- or post- ones)
6157         * src/imap.c
6158                 Fix stuff related to mail subdir, creation and 
6159                 deletion of folders 
6160         * src/imap_gtk.c
6161                 Don't allow creation of folders in NoInferior
6162                 folders, as it won't work
6163
6164 2005-10-10 [colin]      1.9.15cvs29
6165
6166         * src/compose.c
6167                 Reselect "None" Privacy system when selecting an
6168                 account with no privacy system defined
6169
6170 2005-10-10 [colin]      1.9.15cvs28
6171
6172         * src/mainwindow.c
6173                 Add Windows-1252 encoding
6174         * src/prefs_common.c
6175                 Rework some defaults:
6176                 - autosave to draft by default
6177                 - don't show header pane (it's already in the textview)
6178                 - Select first new or unread mail on entry
6179                 - Assume 'Yes' to change folder when there's no more
6180                   unread message
6181         * src/prefs_matcher.c
6182                 Fix a gtk assertion failure
6183         * src/gtk/colorlabel.c
6184                 Workaround bad repainting on selection
6185         * src/main.c
6186                 Freeze/thaw (a bit faster on ssh -X)
6187         * src/msgcache.c
6188                 Get rid of StrdupConverter that just adds an
6189                 extra strdup/free 
6190         * src/etpan/imap_thread.c
6191                 memset buf to 0
6192
6193 2005-10-10 [colin]      1.9.15cvs27
6194
6195         * src/export.c
6196         * src/import.c
6197                 Fix compile on gtk 2.4. Patch by wwp
6198
6199 2005-10-09 [colin]      1.9.15cvs26
6200
6201         * src/mainwindow.c
6202         * src/messageview.c
6203         * src/summaryview.c
6204                 Clarify forward menus. Patch by wwp
6205
6206 2005-10-09 [colin]      1.9.15cvs25
6207
6208         * src/compose.c
6209         * src/compose.h
6210                 Fix bug #829 (Non-working "Encrypt message by 
6211                 default when replying to an encrypted message")
6212
6213 2005-10-08 [colin]      1.9.15cvs24
6214
6215         * src/wizard.c
6216                 Fix bug #827 ("Welcome" setup wizard after a 
6217                 permission error gives up & forgets itself.)
6218
6219 2005-10-08 [colin]      1.9.15cvs23
6220
6221         * src/procmime.c
6222                 Fix bug #828 (Ignoring headers with spaces around = sign)
6223
6224 2005-10-08 [colin]      1.9.15cvs22
6225
6226         * src/export.c
6227                 Warning fix by wwp
6228
6229 2005-10-08 [colin]      1.9.15cvs21
6230
6231         * src/folder.c
6232         * src/folder.h
6233                 Add a processing_pending indicator, set on 
6234                 folder_item_open and cleared after 
6235                 folder_item_process_open
6236         * src/folderview.c
6237         * src/summaryview.c
6238                 wrap procmsg_msginfo_*_flags, and in the
6239                 wrapper check that there's no folder processing 
6240                 pending. If there is, defer the flags change until 
6241                 processing is done to avoid stepping over each
6242                 other's toes.
6243                 Freeze during processing, but not during scanning.
6244
6245 2005-10-07 [colin]      1.9.15cvs20
6246
6247         * src/plugins/pgpcore/passphrase.c
6248                 Fix bug #826 (X-Server hangs when 
6249                 right-clicking a PGP encrypted message)
6250
6251 2005-10-07 [paul]       1.9.15cvs19
6252
6253         * src/compose.c
6254                 fix compose_entries[]
6255                 patch by Fabien Vantard
6256
6257 2005-10-06 [colin]      1.9.15cvs18
6258
6259         * src/pixmaps/address.xpm
6260         * src/pixmaps/address_book.xpm
6261         * src/pixmaps/book.xpm
6262         * src/pixmaps/check_spelling.xpm
6263         * src/pixmaps/checkbox_off.xpm
6264         * src/pixmaps/checkbox_on.xpm
6265         * src/pixmaps/close.xpm
6266         * src/pixmaps/complete.xpm
6267         * src/pixmaps/continue.xpm
6268         * src/pixmaps/deleted.xpm
6269         * src/pixmaps/down_arrow.xpm
6270         * src/pixmaps/exec.xpm
6271         * src/pixmaps/forwarded.xpm
6272         * src/pixmaps/group.xpm
6273         * src/pixmaps/ignorethread.xpm
6274         * src/pixmaps/interface.xpm
6275         * src/pixmaps/jpilot.xpm
6276         * src/pixmaps/ldap.xpm
6277         * src/pixmaps/linewrap.xpm
6278         * src/pixmaps/linewrapcurrent.xpm
6279         * src/pixmaps/mail.xpm
6280         * src/pixmaps/mail_attach.xpm
6281         * src/pixmaps/mail_compose.xpm
6282         * src/pixmaps/mail_forward.xpm
6283         * src/pixmaps/mail_receive.xpm
6284         * src/pixmaps/mail_receive_all.xpm
6285         * src/pixmaps/mail_reply.xpm
6286         * src/pixmaps/mail_reply_to_all.xpm
6287         * src/pixmaps/mail_reply_to_author.xpm
6288         * src/pixmaps/mail_send.xpm
6289         * src/pixmaps/mail_send_queue.xpm
6290         * src/pixmaps/mime_application.xpm
6291         * src/pixmaps/mime_audio.xpm
6292         * src/pixmaps/mime_image.xpm
6293         * src/pixmaps/mime_message.xpm
6294         * src/pixmaps/mime_text_enriched.xpm
6295         * src/pixmaps/mime_text_html.xpm
6296         * src/pixmaps/mime_text_plain.xpm
6297         * src/pixmaps/mime_unknown.xpm
6298         * src/pixmaps/new.xpm
6299         * src/pixmaps/news_compose.xpm
6300         * src/pixmaps/offline.xpm
6301         * src/pixmaps/online.xpm
6302         * src/pixmaps/paste.xpm
6303         * src/pixmaps/preferences.xpm
6304         * src/pixmaps/privacy_emblem_encrypted.xpm
6305         * src/pixmaps/privacy_expired.xpm
6306         * src/pixmaps/privacy_failed.xpm
6307         * src/pixmaps/privacy_passed.xpm
6308         * src/pixmaps/privacy_signed.xpm
6309         * src/pixmaps/privacy_unknown.xpm
6310         * src/pixmaps/privacy_warn.xpm
6311         * src/pixmaps/properties.xpm
6312         * src/pixmaps/replied.xpm
6313         * src/pixmaps/search.xpm
6314         * src/pixmaps/unread.xpm
6315         * src/pixmaps/up_arrow.xpm
6316         * src/pixmaps/vcard.xpm
6317                 Modernize internal theme, with icons from the 
6318                 Gnomaws theme. Keep some of the old ones where
6319                 they were better.
6320
6321 2005-10-06 [colin]      1.9.15cvs17
6322
6323         * src/summaryview.c
6324                 Little optimisations + bugfix
6325         * src/toolbar.c
6326                 Remove default useless items - useless being defined
6327                 by the default relevant prefs
6328         * src/wizard.c
6329                 include config.h to make gettext work
6330         * src/prefs_themes.c
6331                 Fix selection of current theme in prefs
6332
6333 2005-10-06 [colin]      1.9.15cvs16
6334
6335         * src/prefs_common.c
6336         * src/prefs_common.h
6337         * src/prefs_summaries.c
6338         * src/folderview.c
6339                 Add a warning dialog on Mark all read 
6340                 (with pref to get rid of it)
6341
6342 2005-10-06 [paul]       1.9.15cvs15
6343
6344         * po/nb.po
6345         * po/pt_BR.po
6346                 updated by Geir Helland and Frederico
6347                 Goncalves Guimaraes
6348
6349 2005-10-05 [colin]      1.9.15cvs14
6350
6351         * src/folder.c
6352         * src/folder.h
6353         * src/folderview.c
6354         * src/folderview.h
6355         * src/imap_gtk.c
6356         * src/mh_gtk.c
6357         * src/mainwindow.c
6358         * src/setup.c
6359                 add a way to rescan without rebuilding
6360                 make moving a bit faster (less folders changes)
6361                 don't lock the tree on Get 
6362         * src/imap.c
6363                 Don't re-delete deleted messages before expunging
6364         * src/summaryview.c
6365                 Set batch mode when deleting mails
6366
6367 2005-10-05 [paul]       1.9.15cvs13
6368
6369         * src/mainwindow.c
6370         * src/mainwindow.h
6371                 fix disabled Execute menu item
6372         * src/toolbar.c
6373                 match the change in 1.9.15cvs10: use Compose
6374                 instead of News by default
6375
6376 2005-10-04 [colin]      1.9.15cvs12
6377
6378         * src/compose.c
6379                 When replying to an ML post with Reply-To set
6380                 to the poster's email, honor it (as before),
6381                 but also honor our user's request to reply to
6382                 the mailing list: set the ML address in the To
6383                 field and the Reply-To address in the Cc: 
6384                 field.
6385
6386 2005-10-04 [colin]      1.9.15cvs11
6387
6388         * src/plugins/trayicon/trayicon.c
6389                 Finish cosmetic change - thanks to wwp
6390
6391 2005-10-04 [colin]      1.9.15cvs10
6392
6393         * src/toolbar.c
6394                 Use Compose instead of Email by default.
6395                 Spotted by wwp.
6396
6397 2005-10-04 [colin]      1.9.15cvs9
6398
6399         * src/folder.c
6400         * src/folder.h
6401         * src/folderview.c
6402         * src/imap.c
6403         * src/etpan/imap-thread.c
6404         * src/etpan/imap-thread.h
6405                 Try to make IMAP faster, by simplifying SEARCH
6406                 commands, avoiding sending two STATUS in a row,
6407                 and deferring flags sync and processing just
6408                 after displaying the folder. 
6409                 This will update the SummaryView in certain
6410                 cases (new mails not already fetched, flags
6411                 changed from another client) but in a non-
6412                 blocking manner.
6413
6414 2005-10-04 [colin]      1.9.15cvs8
6415
6416         * src/plugins/trayicon/trayicon.c
6417                 Relabel "Offline" to "Work offline"
6418
6419 2005-10-04 [colin]      1.9.15cvs7
6420
6421         * src/export.c
6422         * src/import.c
6423         * src/mbox.c
6424                 Fix mbox import/export buglets
6425                 Patch by wwp
6426         * src/plugins/trayicon/trayicon.c
6427                 Add offline swithc
6428                 Patch by wwp
6429
6430 2005-10-04 [colin]      1.9.15cvs6
6431
6432         * src/folder.c
6433         * src/folderview.c
6434         * src/summaryview.c
6435                 Better fix (don't break mark all read) for cvs2
6436
6437 2005-10-03 [colin]      1.9.15cvs5
6438
6439         * src/folder.c
6440                 Use a sane sort by default
6441
6442 2005-10-03 [colin]      1.9.15cvs4
6443
6444         * src/inc.c
6445                 Add a 'Only once' button for overriding offline mode
6446         * src/prefs_account.c
6447         * src/wizard.c
6448                 Add Local mbox to the wizard
6449                 Add IMAP subdir to the wizard (or the wizard is useless
6450                 for such accounts, or even worse than useless)
6451                 Move IMAP subdir from Advanced to Receive tab, as it's
6452                 not that uncommon
6453
6454 2005-10-03 [colin]      1.9.15cvs3
6455
6456         * src/send_message.c
6457                 Forgot this one in cvs1
6458
6459 2005-10-03 [colin]      1.9.15cvs2
6460
6461         * src/folder.c
6462                 Faster close when leaving a folder with lots
6463                 of new mails. Idea by David Relson.
6464
6465 2005-10-03 [colin]      1.9.15cvs1
6466
6467         * src/compose.c
6468         * src/imap.c
6469         * src/inc.c
6470         * src/main.c
6471         * src/messageview.c
6472         * src/news.c
6473         * src/summaryview.c
6474         * src/gtk/sslcertwindow.c
6475         * src/plugins/trayicon/trayicon.c
6476                 Add accels to every AlertPanel. Patch by Fabien 
6477                 Vantard
6478
6479 2005-10-03 [paul]       1.9.15
6480
6481         1.9.15 released
6482
6483 2005-10-03 [paul]       1.9.14cvs68
6484
6485         * po/ca.po
6486         * po/de.po
6487         * po/es.po
6488         * po/fi.po
6489         * po/fr.po
6490         * po/sk.po
6491         * po/sr.po
6492         * po/zh_CN.po
6493                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6494                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6495                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6496
6497 2005-10-03 [paul]       1.9.14cvs67
6498
6499         * src/send_message.c
6500                 prevent hang on Cancel
6501                 patch by Colin
6502
6503 2005-10-03 [paul]       1.9.14cvs66
6504
6505         * src/main.c
6506                 fix crash in IMAP caused by discrepancy
6507                 between check_at_startup and offline mode
6508                 Patch by Colin
6509
6510 2005-10-01 [paul]       1.9.14cvs65
6511
6512         * src/inc.c
6513                 fix engrish
6514
6515 2005-10-01 [paul]       1.9.14cvs64
6516         * src/export.c
6517         * src/import.c
6518                 synchronise import_mbox() and export_mbox()
6519         * src/mbox.c
6520                 proc_mbox(): add alert if file cannot be opened
6521                 export_list_to_mbox(): test if dest file exists,
6522                 prompt user to overwrite if it does. add alert
6523                 if file cannot be created
6524                                                                 
6525         Patch by wwp
6526                                                                                                                 
6527
6528 2005-09-30 [paul]       1.9.14cvs63
6529
6530         * src/addressbook.c
6531                 Fix sensitivity of a menu
6532         * src/codeconv.c
6533                 Respect hidden pref for mails with no encoding
6534         * src/common/xml.c
6535                 Fix memory corruption
6536         * src/plugins/pgpcore/sgpgme.c
6537                 Fix segfault on incomplete sigs, and display
6538                 of S/Mime UIDs
6539
6540         Patches by Colin
6541
6542 2005-09-30 [colin]      1.9.14cvs62
6543
6544         * src/partial_download.c
6545                 Little logic fix in almost-dead code
6546         * src/pop.c
6547                 Fix partial download when there's no new mail
6548
6549 2005-09-29 [paul]       1.9.14cvs61
6550
6551         * src/plugins/pgpinline/pgpinline.c
6552                 fix bug 819, 'crash accessing sign message'
6553                 Patch by Colin
6554
6555 2005-09-28 [martin]     1.9.14cvs60
6556
6557         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6558                 fix bug #790 (Crash when restarting window manager (fluxbox))
6559
6560 2005-09-28 [paul]       1.9.14cvs59
6561
6562         * src/gtk/gtkaspell.c
6563                 fix off-by-one typo
6564
6565 2005-09-27 [colin]      1.9.14cvs58
6566
6567         * src/plugins/pgpcore/sgpgme.c
6568                 Report error when there's one, instead of
6569                 "Signature unchecked" 
6570
6571 2005-09-27 [colin]      1.9.14cvs57
6572
6573         * src/prefs_quote.c
6574                 Fix bug #816 (Weird quotation with spaces)
6575
6576 2005-09-27 [colin]      1.9.14cvs56
6577
6578         * src/codeconv.c
6579         * src/compose.c
6580         * src/compose.h
6581                 Put subject in compose's title
6582                 Fix Automatic encoding so that it's really automatic:
6583                 first try default locale's charset, then charset of the replied mail, 
6584                 then utf-8
6585                 Fix encoding of headers (must be in strict mode too)
6586
6587 2005-09-26 [colin]      1.9.14cvs55
6588
6589         * src/gtk/gtkaspell.c
6590                 Fix previous patch - don't color the space,
6591                 just uncolor it :)
6592
6593 2005-09-26 [colin]      1.9.14cvs54
6594
6595         * src/gtk/gtkaspell.c
6596                 Unmark space if possible
6597
6598 2005-09-26 [colin]      1.9.14cvs53
6599
6600         * src/imap.c
6601                 log_error instead of alertpanel according to the pref
6602         * src/etpan/imap-thread.c
6603                 Print connect status, copy only necessary size to 
6604                 logger
6605         * src/plugins/pgpmime/pgpmime.c
6606                 Handle S/Mime signatures (verification only). Patch based
6607                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6608
6609 2005-09-26 [paul]       1.9.14cvs52
6610
6611         * src/common/passcrypt.c
6612                 this 'workaround' not necessary on NetBSD.
6613                 Thanks to Daniel Gustafson
6614
6615 2005-09-26 [paul]
6616
6617         1.9.15-rc4 released
6618
6619 2005-09-26 [paul]       1.9.14cvs51
6620
6621         * src/summaryview.c
6622                 Skip currently selected message when
6623                 looking for next new or unread message
6624                 in current folder. Patch by Colin
6625         * src/common/passcrypt.c
6626                 eliminate warnings on *BSD. Patch by
6627                 Daniel Gustafson
6628
6629 2005-09-26 [colin]      1.9.14cvs50
6630
6631         * src/procmsg.c
6632                 Call postfiltering hook anyway
6633
6634 2005-09-22 [colin]      1.9.14cvs49
6635
6636         * src/codeconv.c
6637         * src/codeconv.h
6638                 Add a strict mode that doesn't replace with _
6639         * src/compose.c
6640         * src/compose.h
6641                 Use strict conversion while sending
6642                 Fix race when drafting while sending (happens
6643                 on IMAP)
6644                 Fix d'n'd of messages from summaryview
6645         * src/prefs_common.c
6646         * src/prefs_common.h
6647                 add hidden utf8_instead_of_locale_for_broken_mail 
6648                 pref for people that preferred the default charset 
6649                 to be utf8 for broken mails
6650         * src/quote_fmt_parse.y
6651                 fix bug #815 (No quote insert if "From:" fied 
6652                 contained Russian letters)
6653         * src/summaryview.c
6654                 Fix d'n'd of messages to compose
6655
6656 2005-09-22 [paul]       1.9.14cvs48
6657
6658         * src/compose.c
6659                 fix bug where attachments Name entry
6660                 would display Path instead
6661
6662 2005-09-21 [paul]       1.9.14cvs47
6663
6664         * README
6665         * README.jp
6666         * configure.ac
6667         * config/config.rpath
6668         * doc/manual/en/sylpheed-20.html
6669         * doc/manual/es/sylpheed-20.html
6670         * po/bg.po
6671         * po/ca.po
6672         * po/de.po
6673         * po/es.po
6674         * po/fr.po
6675         * po/it.po
6676         * po/pt_BR.po
6677         * po/sk.po
6678         * po/zh_TW.po
6679         * src/account.c
6680         * src/account.h
6681         * src/action.c
6682         * src/action.h
6683         * src/adbookbase.h
6684         * src/addr_compl.c
6685         * src/addr_compl.h
6686         * src/addrbook.c
6687         * src/addrbook.h
6688         * src/addrcache.c
6689         * src/addrcache.h
6690         * src/addrcindex.c
6691         * src/addrcindex.h
6692         * src/addrclip.c
6693         * src/addrclip.h
6694         * src/addrdefs.h
6695         * src/addressadd.c
6696         * src/addressadd.h
6697         * src/addressbook.c
6698         * src/addressbook.h
6699         * src/addressitem.h
6700         * src/addrgather.c
6701         * src/addrgather.h
6702         * src/addrharvest.c
6703         * src/addrharvest.h
6704         * src/addrindex.c
6705         * src/addrindex.h
6706         * src/addritem.c
6707         * src/addritem.h
6708         * src/addrquery.c
6709         * src/addrquery.h
6710         * src/addrselect.c
6711         * src/addrselect.h
6712         * src/alertpanel.c
6713         * src/alertpanel.h
6714         * src/browseldap.c
6715         * src/browseldap.h
6716         * src/codeconv.c
6717         * src/codeconv.h
6718         * src/compose.c
6719         * src/compose.h
6720         * src/crash.c
6721         * src/crash.h
6722         * src/customheader.c
6723         * src/customheader.h
6724         * src/displayheader.c
6725         * src/displayheader.h
6726         * src/editaddress.c
6727         * src/editaddress.h
6728         * src/editbook.c
6729         * src/editbook.h
6730         * src/editgroup.c
6731         * src/editgroup.h
6732         * src/editjpilot.c
6733         * src/editjpilot.h
6734         * src/editldap.c
6735         * src/editldap.h
6736         * src/editldap_basedn.c
6737         * src/editldap_basedn.h
6738         * src/editvcard.c
6739         * src/editvcard.h
6740         * src/enriched.c
6741         * src/enriched.h
6742         * src/exphtmldlg.c
6743         * src/exphtmldlg.h
6744         * src/expldifdlg.c
6745         * src/expldifdlg.h
6746         * src/export.c
6747         * src/export.h
6748         * src/exporthtml.c
6749         * src/exporthtml.h
6750         * src/exportldif.c
6751         * src/exportldif.h
6752         * src/filtering.c
6753         * src/filtering.h
6754         * src/folder.c
6755         * src/folder.h
6756         * src/folder_item_prefs.c
6757         * src/folder_item_prefs.h
6758         * src/foldersel.c
6759         * src/foldersel.h
6760         * src/folderutils.c
6761         * src/folderutils.h
6762         * src/folderview.c
6763         * src/folderview.h
6764         * src/grouplistdialog.c
6765         * src/grouplistdialog.h
6766         * src/headerview.c
6767         * src/headerview.h
6768         * src/html.c
6769         * src/html.h
6770         * src/image_viewer.c
6771         * src/image_viewer.h
6772         * src/imap.c
6773         * src/imap.h
6774         * src/imap_gtk.c
6775         * src/imap_gtk.h
6776         * src/import.c
6777         * src/import.h
6778         * src/importldif.c
6779         * src/importldif.h
6780         * src/importmutt.c
6781         * src/importmutt.h
6782         * src/importpine.c
6783         * src/importpine.h
6784         * src/inc.c
6785         * src/inc.h
6786         * src/jpilot.c
6787         * src/jpilot.h
6788         * src/ldapctrl.c
6789         * src/ldapctrl.h
6790         * src/ldaplocate.c
6791         * src/ldaplocate.h
6792         * src/ldapquery.c
6793         * src/ldapquery.h
6794         * src/ldapserver.c
6795         * src/ldapserver.h
6796         * src/ldaputil.c
6797         * src/ldaputil.h
6798         * src/ldif.c
6799         * src/ldif.h
6800         * src/localfolder.c
6801         * src/localfolder.h
6802         * src/main.c
6803         * src/main.h
6804         * src/mainwindow.c
6805         * src/mainwindow.h
6806         * src/manual.c
6807         * src/manual.h
6808         * src/matcher.c
6809         * src/matcher.h
6810         * src/matcher_parser.h
6811         * src/matcher_parser_lex.l
6812         * src/matcher_parser_parse.y
6813         * src/mbox.c
6814         * src/mbox.h
6815         * src/message_search.c
6816         * src/message_search.h
6817         * src/messageview.c
6818         * src/messageview.h
6819         * src/mh.c
6820         * src/mh.h
6821         * src/mh_gtk.c
6822         * src/mh_gtk.h
6823         * src/mimeview.c
6824         * src/mimeview.h
6825         * src/msgcache.c
6826         * src/msgcache.h
6827         * src/mutt.c
6828         * src/mutt.h
6829         * src/news.c
6830         * src/news.h
6831         * src/news_gtk.c
6832         * src/news_gtk.h
6833         * src/noticeview.c
6834         * src/noticeview.h
6835         * src/partial_download.c
6836         * src/partial_download.h
6837         * src/pine.c
6838         * src/pine.h
6839         * src/pop.c
6840         * src/pop.h
6841         * src/prefs_account.c
6842         * src/prefs_account.h
6843         * src/prefs_actions.c
6844         * src/prefs_actions.h
6845         * src/prefs_common.c
6846         * src/prefs_common.h
6847         * src/prefs_compose_writing.c
6848         * src/prefs_compose_writing.h
6849         * src/prefs_customheader.c
6850         * src/prefs_customheader.h
6851         * src/prefs_display_header.c
6852         * src/prefs_display_header.h
6853         * src/prefs_ext_prog.c
6854         * src/prefs_ext_prog.h
6855         * src/prefs_filtering.c
6856         * src/prefs_filtering.h
6857         * src/prefs_filtering_action.c
6858         * src/prefs_filtering_action.h
6859         * src/prefs_folder_column.c
6860         * src/prefs_folder_column.h
6861         * src/prefs_folder_item.c
6862         * src/prefs_folder_item.h
6863         * src/prefs_fonts.c
6864         * src/prefs_fonts.h
6865         * src/prefs_gtk.c
6866         * src/prefs_gtk.h
6867         * src/prefs_image_viewer.c
6868         * src/prefs_image_viewer.h
6869         * src/prefs_matcher.c
6870         * src/prefs_matcher.h
6871         * src/prefs_message.c
6872         * src/prefs_message.h
6873         * src/prefs_msg_colors.c
6874         * src/prefs_msg_colors.h
6875         * src/prefs_other.c
6876         * src/prefs_other.h
6877         * src/prefs_quote.c
6878         * src/prefs_quote.h
6879         * src/prefs_receive.c
6880         * src/prefs_receive.h
6881         * src/prefs_send.c
6882         * src/prefs_send.h
6883         * src/prefs_spelling.c
6884         * src/prefs_spelling.h
6885         * src/prefs_summaries.c
6886         * src/prefs_summaries.h
6887         * src/prefs_summary_column.c
6888         * src/prefs_summary_column.h
6889         * src/prefs_template.c
6890         * src/prefs_template.h
6891         * src/prefs_themes.c
6892         * src/prefs_themes.h
6893         * src/prefs_toolbar.c
6894         * src/prefs_toolbar.h
6895         * src/prefs_wrapping.c
6896         * src/prefs_wrapping.h
6897         * src/privacy.c
6898         * src/privacy.h
6899         * src/procheader.c
6900         * src/procheader.h
6901         * src/procmime.c
6902         * src/procmime.h
6903         * src/procmsg.c
6904         * src/procmsg.h
6905         * src/quote_fmt.c
6906         * src/quote_fmt_parse.y
6907         * src/recv.c
6908         * src/recv.h
6909         * src/remotefolder.c
6910         * src/remotefolder.h
6911         * src/send_message.c
6912         * src/send_message.h
6913         * src/setup.c
6914         * src/setup.h
6915         * src/simple-gettext.c
6916         * src/sourcewindow.c
6917         * src/sourcewindow.h
6918         * src/ssl_manager.c
6919         * src/ssl_manager.h
6920         * src/statusbar.c
6921         * src/statusbar.h
6922         * src/stock_pixmap.c
6923         * src/stock_pixmap.h
6924         * src/summary_search.c
6925         * src/summary_search.h
6926         * src/summaryview.c
6927         * src/summaryview.h
6928         * src/syldap.c
6929         * src/syldap.h
6930         * src/textview.c
6931         * src/textview.h
6932         * src/toolbar.c
6933         * src/toolbar.h
6934         * src/undo.c
6935         * src/undo.h
6936         * src/unmime.c
6937         * src/unmime.h
6938         * src/vcard.c
6939         * src/vcard.h
6940         * src/wizard.c
6941         * src/wizard.h
6942         * src/common/base64.c
6943         * src/common/base64.h
6944         * src/common/defs.h
6945         * src/common/hooks.c
6946         * src/common/hooks.h
6947         * src/common/log.c
6948         * src/common/log.h
6949         * src/common/md5.c
6950         * src/common/md5.h
6951         * src/common/mgutils.c
6952         * src/common/mgutils.h
6953         * src/common/nntp.c
6954         * src/common/nntp.h
6955         * src/common/passcrypt.c
6956         * src/common/passcrypt.h.in
6957         * src/common/plugin.c
6958         * src/common/plugin.h
6959         * src/common/prefs.c
6960         * src/common/prefs.h
6961         * src/common/progressindicator.c
6962         * src/common/progressindicator.h
6963         * src/common/quoted-printable.c
6964         * src/common/quoted-printable.h
6965         * src/common/session.c
6966         * src/common/session.h
6967         * src/common/smtp.c
6968         * src/common/smtp.h
6969         * src/common/socket.c
6970         * src/common/socket.h
6971         * src/common/ssl.c
6972         * src/common/ssl.h
6973         * src/common/ssl_certificate.c
6974         * src/common/ssl_certificate.h
6975         * src/common/string_match.c
6976         * src/common/string_match.h
6977         * src/common/stringtable.c
6978         * src/common/sylpheed.c
6979         * src/common/sylpheed.h
6980         * src/common/template.c
6981         * src/common/template.h
6982         * src/common/timing.h
6983         * src/common/utils.c
6984         * src/common/utils.h
6985         * src/common/uuencode.c
6986         * src/common/uuencode.h
6987         * src/common/version.h.in
6988         * src/common/xml.c
6989         * src/common/xml.h
6990         * src/common/xmlprops.c
6991         * src/common/xmlprops.h
6992         * src/gtk/about.c
6993         * src/gtk/about.h
6994         * src/gtk/colorlabel.c
6995         * src/gtk/colorlabel.h
6996         * src/gtk/colorsel.c
6997         * src/gtk/colorsel.h
6998         * src/gtk/description_window.c
6999         * src/gtk/description_window.h
7000         * src/gtk/filesel.c
7001         * src/gtk/filesel.h
7002         * src/gtk/foldersort.c
7003         * src/gtk/foldersort.h
7004         * src/gtk/gtkutils.c
7005         * src/gtk/gtkutils.h
7006         * src/gtk/inputdialog.c
7007         * src/gtk/inputdialog.h
7008         * src/gtk/logwindow.c
7009         * src/gtk/logwindow.h
7010         * src/gtk/manage_window.c
7011         * src/gtk/manage_window.h
7012         * src/gtk/menu.c
7013         * src/gtk/menu.h
7014         * src/gtk/pluginwindow.c
7015         * src/gtk/pluginwindow.h
7016         * src/gtk/prefswindow.c
7017         * src/gtk/prefswindow.h
7018         * src/gtk/progressdialog.c
7019         * src/gtk/progressdialog.h
7020         * src/gtk/quicksearch.c
7021         * src/gtk/quicksearch.h
7022         * src/gtk/sslcertwindow.c
7023         * src/gtk/sslcertwindow.h
7024         * src/plugins/clamav/clamav_plugin.c
7025         * src/plugins/clamav/clamav_plugin.h
7026         * src/plugins/clamav/clamav_plugin_gtk.c
7027         * src/plugins/demo/demo.c
7028         * src/plugins/dillo_viewer/dillo_prefs.c
7029         * src/plugins/dillo_viewer/dillo_prefs.h
7030         * src/plugins/dillo_viewer/dillo_viewer.c
7031         * src/plugins/mathml_viewer/mathml_viewer.c
7032         * src/plugins/pgpcore/passphrase.c
7033         * src/plugins/pgpcore/passphrase.h
7034         * src/plugins/pgpcore/plugin.c
7035         * src/plugins/pgpcore/prefs_gpg.c
7036         * src/plugins/pgpcore/prefs_gpg.h
7037         * src/plugins/pgpcore/select-keys.c
7038         * src/plugins/pgpcore/select-keys.h
7039         * src/plugins/pgpcore/sgpgme.c
7040         * src/plugins/pgpcore/sgpgme.h
7041         * src/plugins/pgpinline/pgpinline.c
7042         * src/plugins/pgpinline/pgpinline.h
7043         * src/plugins/pgpinline/plugin.c
7044         * src/plugins/pgpmime/pgpmime.c
7045         * src/plugins/pgpmime/pgpmime.h
7046         * src/plugins/pgpmime/plugin.c
7047         * src/plugins/spamassassin/spamassassin.c
7048         * src/plugins/spamassassin/spamassassin.h
7049         * src/plugins/spamassassin/spamassassin_gtk.c
7050         * src/plugins/trayicon/trayicon.c
7051         * tools/OOo2sylpheed.pl
7052         * tools/acroread2sylpheed.pl
7053         * tools/asus_mailled.sh
7054         * tools/filter_conv.pl
7055         * tools/freshmeat_search.pl
7056         * tools/google_search.pl
7057         * tools/kmail2sylpheed.pl
7058         * tools/kmail2sylpheed_v2.pl
7059         * tools/maildir2sylpheed.pl
7060         * tools/multiwebsearch.pl
7061         * tools/newscache_clean.pl
7062         * tools/outlook2sylpheed.pl
7063         * tools/sylpheed-switcher
7064         * tools/update-po
7065         * tools/vcard2xml.py
7066         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7067                 update FSF address
7068
7069 2005-09-21 [colin]      1.9.14cvs46
7070
7071         * src/gedit-print.c
7072         * src/procmsg.c
7073         * src/procmsg.h
7074         * src/textview.c
7075         * src/summaryview.c
7076                 Remove some printing hacks (deselection/reselection),
7077                 which by the way fix printing the currently 
7078                 displayed mime part (still only text)
7079                 Plus a little optimisation of summary_show
7080
7081
7082 2005-09-20 [colin]      1.9.14cvs45
7083
7084         * src/mainwindow.c
7085         * src/messageview.c
7086                 GUI fixups: add accels, set message
7087                 view title to displayed mail's subject
7088         * src/prefs_spelling.c
7089         * src/gtk/gtkaspell.c
7090                 GUI fixups: allow underlining misspelled
7091                 words instead of coloring them (a11y!)
7092
7093 2005-09-19 [colin]
7094
7095         1.9.15rc3 released
7096
7097 2005-09-19 [colin]      1.9.14cvs44
7098
7099         * src/compose.c
7100                 Fix draft message
7101         * src/gtk/gtkaspell.c
7102                 Fix wrong test ;-)
7103
7104 2005-09-19 [colin]      1.9.14cvs43
7105
7106         * src/addressbook.c
7107                 Fix sensitivity of Delete button
7108         * src/compose.c
7109                 Warn if the requested Privacy system
7110                 is not available
7111         * src/exphtmldlg.c
7112         * src/expldifdlg.c
7113         * src/importldif.c
7114         * src/importmutt.c
7115         * src/importpine.c
7116                 Fix crappy UI
7117         * src/
7118         * src/ssl.h
7119         * src/prefs_account.h
7120         * src/prefs_account.c
7121                 Save SSL prefs even in builds that have
7122                 SSL support disable
7123         * src/imap.c
7124         * src/inc.c
7125         * src/news.c
7126         * src/send_message.c
7127                 Warn if connection should be secure, but
7128                 SSL support isn't compiled in
7129         * src/gtkaspell.c
7130                 Fix word separation on UTF-8 systems
7131                 Fixes bug #812 (Strange inline spellchecking)
7132         * src/compose.c
7133                 Warn if the requested Privacy system
7134                 is not available
7135                 Factorize offline warning
7136         * src/imap.c
7137         * src/imap_gtk.c
7138         * src/imap_gtk.h
7139         * src/inc.h
7140         * src/news_gtk.c
7141         * src/news_gtk.h
7142         * src/messageview.c
7143                 Factorize offline warning
7144
7145 2005-09-19 [paul]
7146
7147         1.9.15-rc2 released
7148
7149 2005-09-18 [colin]      1.9.14cvs42
7150
7151         * src/codeconv.c
7152         * src/codeconv.h
7153         * src/procmime.c
7154                 Add a way to get locale's charset ignoring utf-8,
7155                 and use that as default encoding for broken mails
7156
7157 2005-09-18 [colin]      1.9.14cvs41
7158
7159         * src/gtk/logwindow.c
7160                 Translate string. Patch by Fabien Vantard
7161
7162 2005-09-18 [colin]      1.9.14cvs40
7163
7164         * configure.ac
7165                 Fix bug #803 (IMAP/SSL support breaks with 
7166                 GnuTLS libetpan 0.38)
7167
7168 2005-09-18 [colin]      1.9.14cvs39
7169
7170         * src/codeconv.c
7171         * src/compose.c
7172         * src/procmime.c
7173                 More charsets fixes. Fixes bug #806 (non
7174                 ascii characters in subject line)
7175
7176 2005-09-17 [paul]       1.9.14cvs38
7177
7178         * src/folderview.c
7179         * src/mainwindow.c
7180                 fix gcc-2.95 issues
7181                 Patch by Pawel Pekala
7182
7183 2005-09-17 [colin]      1.9.14cvs37
7184
7185         * src/addrindex.c
7186                 bugfix for NO-USE LDAP compilation, patch 
7187                 by Fabien Vantard
7188
7189 2005-09-17 [colin]      1.9.14cvs36
7190
7191         * src/prefs_actions.c
7192         * src/prefs_customheader.c
7193         * src/prefs_display_header.c
7194         * src/prefs_filtering_action.c
7195         * src/prefs_matcher.c
7196         * src/prefs_toolbar.c
7197                 Fix strange casts (less elegant but
7198                 works better)
7199
7200 2005-09-16 [colin]      1.9.14cvs35
7201
7202         * src/jpilot.c
7203                 Missed that one
7204
7205 2005-09-16 [colin]      1.9.14cvs34
7206
7207         * configure.ac
7208         * src/Makefile.am
7209         * src/addr_compl.c
7210         * src/addrindex.c
7211         * src/browseldap.c
7212         * src/editldap.c
7213         * src/ldaplocate.c
7214         * src/ldapquery.c
7215         * src/ldapquery.h
7216         * src/ldapserver.c
7217         * src/ldapserver.h
7218         * src/main.c
7219         * src/matcher_parser_parse.y
7220         * src/prefs_themes.c
7221         * src/etpan/Makefile.am
7222         * src/gtk/description_window.c
7223         * src/plugins/clamav/Makefile.am
7224         * src/plugins/clamav/clamav_plugin.c
7225         * src/plugins/dillo_viewer/Makefile.am
7226         * src/plugins/pgpcore/Makefile.am
7227         * src/plugins/pgpinline/Makefile.am
7228         * src/plugins/pgpmime/Makefile.am
7229         * src/plugins/trayicon/Makefile.am
7230                 Fix 100% cpu usage in address completion list
7231                 Fix little bugs (return with no values etc)
7232                 Fix all warnings (with common CFLAGS)
7233
7234 2005-09-15 [colin]      1.9.14cvs33
7235
7236         * src/addressbook.c
7237                 Fix bug where sometimes a group's email list is empty,
7238                 force its refresh (probably fixes "Re: how to create a 
7239                 distribution list")
7240         * src/ldapquery.c
7241                 Don't return to the callback in the main thread from the
7242                 fetch thread (or face segs!)
7243
7244 2005-09-15 [paul]       1.9.14cvs32
7245
7246         * src/prefs_matcher.c
7247                 forgotten in last commit
7248
7249 2005-09-15 [paul]       1.9.14cvs31
7250
7251         * src/prefs_actions.c
7252         * src/prefs_filtering_action.c
7253         * src/prefs_quote.c
7254         * src/quote_fmt.c
7255         * src/summaryview.c
7256         * src/gtk/description_window.c
7257         * src/gtk/description_window.h
7258         * src/gtk/quicksearch.c
7259                 allow interaction with the called
7260                 description window
7261                 Patch by Anders Hammar
7262
7263 2005-09-14 [paul]       1.9.14cvs30
7264
7265         * src/compose.c
7266                 fix a little annoyance when pasting with 3rd button 
7267                 with wrap_pastes=0 and wrap_input=1
7268                 Patch by Colin
7269
7270 2005-09-14 [paul]       1.9.14cvs29
7271
7272         * src/prefs_account.c
7273                 disable 'Filter messages on receiving' for
7274                 SMTP-only accounts
7275                 Patch  by Anders Hammar
7276
7277 2005-09-14 [paul]       1.9.14cvs28
7278
7279         * po/sk.po
7280                 fix crash
7281                 updated by Andrej Kacian
7282
7283 2005-09-14 [paul]
7284
7285         1.9.15-rc1 released
7286
7287 2005-09-14 [paul]       1.9.14cvs27
7288
7289         * po/es.po
7290                 updated by Ricardo Mones Lastra
7291         * src/compose.c
7292         * src/compose.h
7293                 associate no_wrap_tags to Compose windows
7294                 instead of using a static one
7295                 Patch by Colin
7296         * src/mbox.c
7297                 fix proc_mbox()
7298                 Patch by wwp
7299         * src/textview.c
7300                 remove unneeded printf()
7301
7302 2005-09-14 [paul]       1.9.14cvs26
7303
7304         * src/addrcache.c
7305         * src/codeconv.h
7306         * src/folder.h
7307         * src/mainwindow.h
7308         * src/mh.c
7309         * src/mimeview.h
7310         * src/partial_download.c
7311         * src/pop.c
7312         * src/prefs_account.c
7313         * src/prefs_account.h
7314         * src/prefs_actions.c
7315         * src/prefs_customheader.c
7316         * src/prefs_display_header.c
7317         * src/prefs_filtering_action.c
7318         * src/prefs_matcher.c
7319         * src/prefs_toolbar.c
7320         * src/privacy.h
7321         * src/procmime.c
7322         * src/procmime.h
7323         * src/procmsg.h
7324         * src/textview.c
7325         * src/undo.h
7326         * src/common/plugin.c
7327         * src/common/session.h
7328         * src/common/socket.c
7329         * src/common/socket.h
7330         * src/common/template.c
7331         * src/gtk/gtkaspell.c
7332         * src/gtk/quicksearch.h
7333         * src/plugins/pgpcore/passphrase.c
7334         * src/plugins/pgpcore/prefs_gpg.h
7335         * src/plugins/pgpcore/select-keys.c
7336         * src/plugins/pgpcore/select-keys.h
7337         * src/plugins/pgpcore/sgpgme.c
7338         * src/plugins/pgpinline/pgpinline.c
7339         * src/plugins/pgpmime/pgpmime.c
7340         * src/plugins/trayicon/trayicon.c
7341                 fix compilation warnings
7342                 Patch by Daniel Gustafson
7343
7344 2005-09-14 [paul]       1.9.14cvs25
7345
7346         * src/addressbook.c
7347                 add missing column header, and other small
7348                 bug fixes
7349                 Patch by Anders Hammar
7350
7351 2005-09-13 [colin]      1.9.14cvs24
7352
7353         * src/gtk/gtkaspell.c
7354                 Fix non-utf8 in menu
7355                 Fix little leaks
7356                 Nullify struct members after free()s
7357
7358 2005-09-13 [colin]      1.9.14cvs23
7359
7360         * src/compose.c
7361                 Test utf8 compliance before inserting to 
7362                 buffer, and try to convert if necessary
7363         * src/procmime.c
7364                 If no charset is present, use the locale 
7365                 one instead of us-ascii
7366         * src/procmsg.c
7367                 Add Sender, List-Post and To in the checked 
7368                 headers for automatic rules creation 
7369                 (thanks to wwp)
7370         * src/prefs_themes.c
7371         * src/gtk/gtkaspell.c
7372                 Remove deprecated functions. 
7373                 patch by Daniel Gustafson
7374
7375 2005-09-12 [colin]      1.9.14cvs22
7376
7377         * src/compose.c
7378                 Fix bug #448 (Scrolling/Redraw issue with 
7379                 address-fields in Header)
7380         * src/mainwindow.c
7381         * src/summaryview.c
7382         * src/summaryview.h
7383                 Fix loss of MSG_MARKED on move/copy
7384                 Fix bug #804 (Quicksearch togglebutton doesn't 
7385                 get depressed after '/' key is pressed)
7386
7387 2005-09-12 [paul]       1.9.14cvs21
7388
7389         * AUTHORS
7390         * src/gtk/logwindow.c
7391                 add 'Clear Log' to popup menu
7392                 Patch by Anders Hammar <anders.hammar@telia.com>
7393
7394 2005-09-12 [paul]       1.9.14cvs20
7395
7396         * src/compose.c
7397                 set correct sensitivity on attachments
7398                 popup menu
7399         * src/folder.c
7400                 fix typo
7401         * src/prefs_spelling.c
7402                 fix crash when no LANG env is set
7403         * src/common/xml.c
7404                 fix crash in wizard
7405                 don't use memeory after free
7406
7407         All patches by Daniel Gustafson
7408
7409 2005-09-12 [paul]       1.9.14cvs19
7410
7411         * src/prefs_themes.c
7412                 make theme info selectable
7413         * src/gtk/description_window.c
7414                 make window non-modal
7415         * tools/README
7416                 add details of asus_mailed.sh
7417         * tools/claws.i18n.status.pl
7418                 update for new zh_TW translator
7419                 widen the output
7420                 create alternate coloured lines
7421                 improve readability
7422
7423 2005-09-10 [colin]      1.9.14cvs18
7424
7425         * src/plugins/pgpcore/select-keys.c
7426                 Better order for the buttons
7427
7428 2005-09-10 [colin]      1.9.14cvs17
7429
7430         * src/compose.c
7431         * src/plugins/pgpcore/select-keys.c
7432         * src/plugins/pgpcore/select-keys.h
7433         * src/plugins/pgpcore/sgpgme.c
7434                 Add a "Don't encrypt" button to the key
7435                 selection dialog. Fixes bug #177 (There should be a 
7436                 'Don't encrypt button in the Select Keys dialog)
7437
7438 2005-09-10 [colin]      1.9.14cvs16
7439
7440         * src/compose.c
7441                 Fix bug #572 (%X option does not work with templates)
7442
7443 2005-09-10 [colin]      1.9.14cvs15
7444
7445         * src/toolbar.c 
7446                 Remove g_print
7447
7448 2005-09-10 [colin]      1.9.14cvs14
7449
7450         * src/imap.c
7451                 Fix a possible crash
7452
7453 2005-09-09 [colin]      1.9.14cvs13
7454
7455         * src/imap.c
7456         * src/etpan/imap-thread.c
7457         * src/etpan/imap-thread.h
7458                 Fix moving from queue or drafts to normal folders
7459                 Fix bug #794 (No way to delete without expunging)
7460                 Take flags unset by other mailers into account
7461                 Take deleted flag set by other mailers into account
7462                 Fix unsetting REPLIED flag
7463                 Fix crash when capabilities can't be retrieved
7464         * src/mainwindow.c
7465         * src/mainwindow.h
7466                 Add M_DELAYED_FLAGS condition, and let the user use
7467                 Execute in order to be able to expunge deleted mails,
7468                 even if he's not in delayed execute mode
7469         * src/prefs_spelling.c
7470                 Use 'en' dictionary by default if LANG is POSIX or C
7471         * src/gtk/prefswindow.c
7472                 Fix bug #767 (Preferences windows expanding) by making
7473                 the window a bit larger when the resolution is greater
7474                 than 640x480, and by putting the prefs in a
7475                 GtkScrolledWindow.
7476
7477 2005-09-09 [paul]       1.9.14cvs12
7478
7479         * AUTHORS
7480         * configure.ac
7481         * po/zh_TW.Big5.po      ** REMOVED **
7482         * po/zh_TW.po           ** ADDED **
7483                 updated by Wei-Lun Chao
7484
7485 2005-09-09 [paul]       1.9.14cvs11
7486
7487         * src/mainwindow.c
7488                 fix asserts
7489         * src/common/xml.c
7490                 delay memory allocation until file is
7491                 opened successfully
7492                 Patch by Daniel Gustafson
7493
7494 2005-09-09 [colin]      1.9.14cvs10
7495
7496         * src/imap.c
7497                 Add guards
7498
7499 2005-09-08 [colin]      1.9.14cvs9
7500
7501         * src/compose.c
7502                 Alert when we can't save draft
7503                 Fix various wrap/color issues
7504                 Add mid-click pasting respecting wrap_paste option
7505         * src/folder.c
7506         * src/folder.h
7507         * src/folder_item_prefs.c
7508         * src/folder_item_prefs.h
7509         * src/imap.c
7510         * src/imap_gtk.c
7511         * src/imap_gtk.h
7512         * src/main.c
7513         * src/mainwindow.c
7514         * src/mainwindow.h
7515         * src/news.c
7516         * src/news_gtk.c
7517         * src/news_gtk.h
7518         * src/prefs_folder_item.c
7519                 Fix the impossibility to synchronise folders for
7520                 offline use (IMAP and NNTP are concerned)
7521
7522 2005-09-08 [colin]      1.9.14cvs8
7523
7524         * configure.ac
7525                 Build LDAP and JPilot by default if available
7526         * src/textview.c
7527                 Fix use after free
7528
7529 2005-09-08 [paul]       1.9.14cvs7
7530
7531         * doc/manual/en/sylpheed-1.html
7532         * doc/manual/en/sylpheed-18.html
7533         * doc/manual/en/sylpheed-19.html
7534         * doc/manual/en/sylpheed-4.html
7535         * doc/manual/en/sylpheed-6.html
7536         * doc/manual/en/sylpheed.html
7537                 a few minor updates, plus include some
7538                 details about plugins and their requirements
7539         * src/mainwindow.c
7540                 minor changes to English in /View/Sort
7541
7542 2005-09-07 [colin]      1.9.14cvs6
7543
7544         * doc/manual/en/sylpheed-1.html
7545         * doc/manual/en/sylpheed-10.html
7546         * doc/manual/en/sylpheed-11.html
7547         * doc/manual/en/sylpheed-12.html
7548         * doc/manual/en/sylpheed-13.html
7549         * doc/manual/en/sylpheed-14.html
7550         * doc/manual/en/sylpheed-15.html
7551         * doc/manual/en/sylpheed-16.html
7552         * doc/manual/en/sylpheed-17.html
7553         * doc/manual/en/sylpheed-18.html
7554         * doc/manual/en/sylpheed-19.html
7555         * doc/manual/en/sylpheed-2.html
7556         * doc/manual/en/sylpheed-20.html
7557         * doc/manual/en/sylpheed-21.html
7558         * doc/manual/en/sylpheed-22.html
7559         * doc/manual/en/sylpheed-3.html
7560         * doc/manual/en/sylpheed-4.html
7561         * doc/manual/en/sylpheed-5.html
7562         * doc/manual/en/sylpheed-6.html
7563         * doc/manual/en/sylpheed-7.html
7564         * doc/manual/en/sylpheed-8.html
7565         * doc/manual/en/sylpheed-9.html
7566         * doc/manual/en/sylpheed.html
7567                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7568
7569 2005-09-07 [colin]      1.9.14cvs5
7570
7571         * src/mainwindow.c
7572                 Make labels more to-the-point
7573
7574 2005-09-07 [colin]      1.9.14cvs4
7575
7576         * doc/manual/en/sylpheed-1.html
7577         * doc/manual/en/sylpheed-12.html
7578         * doc/manual/en/sylpheed-13.html
7579         * doc/manual/en/sylpheed-14.html
7580         * doc/manual/en/sylpheed-15.html
7581         * doc/manual/en/sylpheed-16.html
7582         * doc/manual/en/sylpheed-17.html
7583         * doc/manual/en/sylpheed-18.html
7584         * doc/manual/en/sylpheed-19.html
7585         * doc/manual/en/sylpheed-2.html
7586         * doc/manual/en/sylpheed-20.html
7587         * doc/manual/en/sylpheed-21.html
7588         * doc/manual/en/sylpheed-22.html
7589         * doc/manual/en/sylpheed-4.html
7590         * doc/manual/en/sylpheed-5.html
7591         * doc/manual/en/sylpheed-6.html
7592         * doc/manual/en/sylpheed-7.html
7593         * doc/manual/en/sylpheed-8.html
7594         * doc/manual/en/sylpheed-9.html
7595         * doc/manual/en/sylpheed.html
7596                 Update manual
7597
7598 2005-09-07 [colin]      1.9.14cvs3
7599
7600         * doc/faq/en/sylpheed-faq-1.html
7601         * doc/faq/en/sylpheed-faq-2.html
7602         * doc/faq/en/sylpheed-faq-3.html
7603         * doc/faq/en/sylpheed-faq.html
7604                 Update FAQ
7605
7606 2005-09-07 [colin]      1.9.14cvs2
7607
7608         * src/folderview.c
7609         * src/procmsg.c
7610         * src/summaryview.c
7611         * src/toolbar.c
7612                 Fix special subfolders:
7613                 - Inherit parent's icon
7614                 - sent contents of queues subfolders
7615                 - empty subfolders of trashes
7616         * src/mainwindow.c
7617                 Remove outdated manual and faq entries
7618         * src/common/utils.c
7619                 Add quotes around %s coming from mailcap
7620
7621 2005-09-07 [colin]      1.9.14cvs1
7622
7623         * src/compose.c
7624                 After saving draft, set modified to FALSE
7625         * src/mimeview.c
7626         * src/common/utils.c
7627         * src/common/utils.h
7628                 Try to open mime parts using what is 
7629                 indicated in ~/.mailcap or /etc/mailcap,
7630                 if possible.
7631
7632 2005-09-05 [paul]       1.9.14
7633
7634         1.9.14 released
7635
7636         * po/sk.po
7637                 updated by Andrej Kacian
7638
7639 2005-09-05 [paul]       1.9.13cvs83
7640
7641         * po/de.po
7642         * po/es.po
7643         * po/fi.po
7644         * po/fr.po
7645         * po/nb.po
7646         * po/pt_BR.po
7647         * po/sr.po
7648                 updated translations by Thomas Gilgin, Ricardo Mones
7649                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7650                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7651
7652 2005-09-04 [paul]       1.9.13cvs82
7653
7654         * src/compose.c
7655                 only warn about exceeded line length limit
7656                 on send
7657
7658 2005-09-04 [paul]       1.9.13cvs81
7659
7660         * src/compose.c
7661                 fix crash in 'line length exceeded' dialogue
7662
7663 2005-09-02 [paul]       1.9.13cvs80
7664
7665         * src/imap.c
7666                 fix bug 795, 'Connection lost IMAP'
7667                 and add statusbar prints
7668                 Patch by Colin
7669
7670 2005-09-02 [paul]       1.9.13cvs79
7671
7672         * src/compose.c
7673                 compose_wrap_paragraph() becomes
7674                 compose_beautify_paragraph()
7675                 Patch by Colin
7676
7677 2005-09-02 [colin]      1.9.13cvs78
7678
7679         * src/folderview.c
7680                 Micro-fix
7681
7682 2005-09-01 [colin]      1.9.13cvs77
7683
7684         * src/imap.c
7685                 Maybe fix bug #795 (Connection lost IMAP)
7686                 Don't try to send logout when we're disconnected.
7687         * src/summaryview.c
7688                 Include locked and marked emails in HRM
7689                 view. Fixes bug #800 (Locked messages no longer 
7690                 show up when hide read messages is used)
7691
7692 2005-09-01 [paul]       1.9.13cvs76
7693
7694         * src/prefs_common.c
7695                 fix bad cutting
7696
7697 2005-08-31 [colin]      1.9.13cvs75
7698
7699         * src/folderview.c
7700         * src/folderview.h
7701         * src/prefs_summaries.c
7702         * src/summaryview.c
7703                 Fix "go to next new", fix preference
7704                 (Open unread/next swapped)
7705
7706 2005-08-31 [paul]       1.9.13cvs74
7707
7708         * src/compose.c
7709         * src/folderview.c
7710         * src/headerview.c
7711         * src/headerview.h
7712         * src/mainwindow.c
7713         * src/prefs_common.c
7714         * src/prefs_common.h
7715         * src/prefs_fonts.c
7716         * src/summaryview.c
7717         * src/textview.c
7718         * src/common/defs.h
7719                 remove obsolete BOLD_FONT setting
7720                 fix font update in headerview and textview
7721                 headers after prefs change
7722                 Patch By Colin
7723
7724 2005-08-31 [paul]
7725
7726         1.9.14-rc4 released
7727
7728 2005-08-30 [colin]      1.9.13cvs73
7729
7730         * src/summaryview.c
7731                 When Hide read messages is selected and we
7732                 refresh the summaryview, don't remove the 
7733                 currently displayed message. Fixes bug #797
7734                 (Summary view reloads when new mail is 
7735                 downloaded in 1.9.14 rc)
7736
7737 2005-08-30 [colin]      1.9.13cvs72
7738
7739         * src/folderview.c
7740                 Fix flickering
7741         * src/mainwindow.c
7742                 Remove useless callback
7743         * src/mimeview.c
7744         * src/gtk/filesel.c
7745         * src/gtk/filesel.h
7746                 Add a filesel_select_file_save_folder() - used by Save All
7747
7748 2005-08-29 [paul]       1.9.13cvs71
7749
7750         * AUTHORS
7751         * src/matcher_parser_parse.y
7752         * src/etpan/imap-thread.c
7753                 fix building on FreeBSD
7754                 Patch by Daniel Gustafson <daniel@hobbit.se>
7755
7756 2005-08-29 [paul]       1.9.13cvs70
7757
7758         * src/plugins/pgpinline/pgpinline.c
7759                 only initialise sig result if it's been handled
7760                 Patch by Colin
7761
7762 2005-08-29 [paul]       1.9.13cvs69
7763         
7764         Patches by Colin:
7765
7766         * src/imap.c
7767         * src/common.utils.c
7768         * src/common/utils.h
7769                 optimisation
7770         * src/stock_pixmap.h
7771                 fix wrong icon reference
7772         * src/pixmaps/trash_btn.xpm
7773                 replace with nicer image
7774
7775 2005-08-28 [colin]      1.9.13cvs68
7776
7777         * src/Makefile.am
7778         * src/stock_pixmap.c
7779         * src/stock_pixmap.h
7780         * src/toolbar.c
7781         * src/pixmaps/trash_btn.xpm
7782                 Add a specific trash xpm for the button
7783
7784 2005-08-28 [colin]      1.9.13cvs67
7785
7786         * src/imap.c
7787                 Fix leak
7788
7789 2005-08-27 [colin]      1.9.13cvs66
7790
7791         * src/imap.c
7792         * src/procmime.c
7793                 Correctly fix "Problem with replies", fixes
7794                 pgpmime encryption too. 
7795
7796 2005-08-27 [colin]      1.9.13cvs65
7797
7798         * src/folder.c
7799         * src/procmsg.c
7800         * src/procmsg.h
7801         * src/summaryview.c
7802                 Fix bug #517 (messages removed from summaryview 
7803                 when moving fails)
7804
7805 2005-08-27 [colin]      1.9.13cvs64
7806
7807         * tools/Makefile.am
7808         * tools/asus_mailled.sh
7809                 Add a script to blink ASUS laptops' mail LED where there
7810                 is unread mail.
7811
7812 2005-08-27 [colin]      1.9.13cvs63
7813
7814         * src/imap.c
7815         * src/etpan/imap-thread.c
7816         * src/etpan/imap-thread.h
7817                 Implement automatic choosing of login method
7818                 Fixes bug #791
7819         * src/gtk/.cvsignore
7820                 Add sylpheed-marshal.[ch]
7821
7822 2005-08-27 [colin]      1.9.13cvs62
7823
7824         * src/common/utils.c
7825                 Fix confusing perror
7826
7827 2005-08-27 [colin]      1.9.13cvs61
7828
7829         * src/toolbar.c
7830         * src/toolbar.h
7831                 Remove A_DELETE, replace it with 
7832                 A_TRASH and A_DELETE_REAL. Automatically
7833                 rewrite config files to replace A_DELETE
7834                 with A_TRASH (no functionality change).
7835                 Fixes half of #794
7836
7837 2005-08-26 [colin]      1.9.13cvs60
7838
7839         * src/procmime.c
7840                 Previous "Problem with replies" fix brought other
7841                 problems, fixing them
7842
7843 2005-08-26 [colin]      1.9.13cvs59
7844
7845         * src/procmime.c
7846                 Fix "Problem with replies". This happened only
7847                 on IMAP...
7848         * src/procmsg.c
7849                 Factorize code a bit
7850         * src/compose.c
7851                 Speed improvement on very long messages (wrapping)
7852                 Fix signature color on Reedit and Redirect
7853                 On Reedit, don't attach pgp-signatures parts, but
7854                 set signing to On.
7855
7856 2005-08-24 [paul]       1.9.13cvs58
7857
7858         * src/compose.c
7859                 don't claim success when clicking
7860                 Cancel on the passphrase box.
7861                 Patch by Colin
7862
7863 2005-08-24 [paul]       1.9.13cvs57
7864
7865         * src/main.c
7866                 fix misplaced sylpheed.log
7867         * src/common/defs.h
7868                 define UIDL_DIR
7869
7870 2005-08-24 [paul]       1.9.13cvs56
7871
7872         * src/imap.c
7873         * src/etpan/imap-thread.c
7874         * src/etpan/imap-thread.h
7875                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
7876                 Patch by Colin
7877         * src/gtk/sylpheed-marshal.c    ** REMOVED **
7878         * src/gtk/sylpheed-marshal.h    ** REMOVED **
7879                 remove autogenerated files
7880         * tools/kdeservicemenu/README
7881         * tools/kdeservicemenu/install.sh
7882         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7883         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7884                 use Claws icon, use 'Sylpheed-Claws' in menu,
7885                 use kdialog, and other cleanups
7886
7887 2005-08-23 [paul]       1.9.13cvs55
7888
7889         * src/compose.c
7890                 fix paste/wrap crash
7891                 Patch by Colin
7892
7893 2005-08-23 [paul]       1.9.13cvs54
7894
7895         * src/main.c
7896                 fix crash recovery
7897                 Patch by Colin
7898
7899 2005-08-23 [paul]       1.9.13cvs53
7900
7901         * src/addressbook.c
7902         * src/editaddress.c
7903                 view all data of LDAP contacts
7904                 Patch by Colin
7905
7906 2005-08-23 [paul]       1.9.13cvs52
7907
7908         * src/addressbook.c
7909                 fix issues with the Search field
7910                 Patch by Colin
7911
7912 2005-08-22 [paul]       1.9.13cvs51
7913
7914         * src/folderview.c
7915                 put name of folder in processing dialog
7916                 title
7917         * src/prefs_folder_item.c
7918                 improve english usage
7919
7920 2005-08-22 [paul]       1.9.13cvs50
7921
7922         * src/filtering.c
7923         * src/filtering.h
7924         * src/matcher.c
7925         * src/matcher_parser_lex.l
7926         * src/matcher_parser_parse.y
7927         * src/prefs_filtering.c
7928                 add Filtering/Processing rule names feature.
7929                 (the incompatible old matcherrc is saved as
7930                 matcherrc.pre_names).
7931                 Patch by Colin
7932
7933 2005-08-22 [paul]       1.9.13cvs49
7934
7935         * src/procmsg.c
7936                 fix colour labelling
7937                 Patch by Colin
7938
7939 2005-08-22 [paul]       1.9.13cvs48
7940
7941         * src/textview.c
7942                 fix open_image_cb()
7943
7944 2005-08-22 [paul]       1.9.13cvs47
7945
7946         * src/imap.c
7947                 fix bug 789, 'SC crashes with imap (CVS ver)'
7948                 Patch by Colin
7949
7950 2005-08-22 [paul]       1.9.13cvs46
7951
7952         * src/mimeview.c
7953         * src/prefs_common.c
7954         * src/common/defs.h
7955                 define reused defaults in defs.h
7956         * src/textview.c
7957                 add 'Open image' to image popup menu
7958
7959 2005-08-21 [colin]      1.9.13cvs45
7960
7961         * src/summaryview.c
7962                 Fix bug #788 (Bogus "From" address displayed)
7963
7964 2005-08-20 [colin]      1.9.13cvs44
7965
7966         * src/folder.c
7967                 Fix buf #787 (multilevel delete causes SIGSEGV)
7968
7969 2005-08-19 [colin]      1.9.13cvs43
7970
7971         * src/inc.c
7972         * src/prefs_common.c
7973         * src/prefs_common.h
7974                 Add an hidden pref to allow modifying the
7975                 update stepping in incorporation.
7976                 Patch by wwp.
7977
7978 2005-08-19 [colin]      1.9.13cvs42
7979
7980         * src/compose.c
7981         * src/procmime.c
7982                 Workaround for broken MUAs: encode 
7983                 Content-type: name: as ASCII and 
7984                 Content-Disposition: filename: as
7985                 per rfc2231
7986         * src/prefs_account.c
7987                 Fix invisible-ness of SMTP SSL prefs
7988                 in NNTP accounts
7989
7990 2005-08-19 [paul]       1.9.13cvs41
7991
7992         * src/compose.c
7993         * src/prefs_common.c
7994         * src/prefs_common.h
7995         * src/prefs_wrapping.c
7996                 paste with or without wrapping.
7997                 patch by Colin
7998
7999 2005-08-19 [paul]       1.9.13cvs40
8000
8001         * src/prefs_common.c
8002         * src/prefs_common.h
8003         * src/summaryview.c
8004                 reintroduce enable_swap_from as a
8005                 hidden pref. patch by Colin
8006         * src/quote_fmt_parse.y
8007         * src/plugins/clamav/clamav_plugin.c
8008         * src/plugins/dillo_viewer/dillo_viewer.c
8009         * src/plugins/mathml_viewer/mathml_viewer.c
8010         * src/plugins/pgpcore/sgpgme.c
8011         * src/plugins/pgpinline/pgpinline.c
8012         * src/plugins/pgpmime/pgpmime.c
8013                 tidy up. patch by Colin
8014
8015 2005-08-19 [paul]       1.9.13cvs39
8016
8017         * configure.ac
8018                 complete cvs38's sync
8019         * src/editaddress.c
8020         * src/gedit-print.c
8021         * src/mutt.c
8022         * src/etpan/etpan-log.c
8023         * src/etpan/imap-thread.c
8024         * src/gtk/gtksourceprintjob.c
8025                 fix compilation warnings
8026                 (patch by Colin)
8027
8028 2005-08-19 [paul]       1.9.13cvs38
8029
8030         sync with main:
8031
8032         * src/account.c
8033         * src/action.c
8034         * src/addrbook.c
8035         * src/addrcache.c
8036         * src/addrharvest.c
8037         * src/addrindex.c
8038         * src/codeconv.c
8039         * src/compose.c
8040         * src/crash.c
8041         * src/exporthtml.c
8042         * src/exportldif.c
8043         * src/folder.c
8044         * src/image_viewer.c
8045         * src/inc.c
8046         * src/inc.h
8047         * src/jpilot.c
8048         * src/ldif.c
8049         * src/main.c
8050         * src/matcher.c
8051         * src/mbox.c
8052         * src/messageview.c
8053         * src/mh.c
8054         * src/mimeview.c
8055         * src/msgcache.c
8056         * src/mutt.c
8057         * src/news.c
8058         * src/partial_download.c
8059         * src/pine.c
8060         * src/pop.c
8061         * src/prefs_actions.c
8062         * src/prefs_common.c
8063         * src/prefs_customheader.c
8064         * src/prefs_display_header.c
8065         * src/prefs_gtk.c
8066         * src/prefs_themes.c
8067         * src/procheader.c
8068         * src/procmime.c
8069         * src/procmsg.c
8070         * src/recv.c
8071         * src/send_message.c
8072         * src/simple-gettext.c
8073         * src/sourcewindow.c
8074         * src/textview.c
8075         * src/vcard.c
8076         * src/common/defs.h
8077         * src/common/log.c
8078         * src/common/plugin.c
8079         * src/common/prefs.c
8080         * src/common/session.c
8081         * src/common/session.h
8082         * src/common/socket.c
8083         * src/common/socket.h
8084         * src/common/ssl_certificate.c
8085         * src/common/template.c
8086         * src/common/utils.c
8087         * src/common/utils.h
8088         * src/common/xml.c
8089         * src/gtk/about.c
8090         added wrappers for C library function that
8091                 take pathname arguments.
8092                 enabled compilation with MinGW.
8093                 use GDir instead of directly using opendir().
8094                 added rename_force().
8095
8096 2005-08-19 [paul]       1.9.13cvs37
8097         
8098         patches by Colin:
8099         * src/compose.c
8100                 fix privacy settings on re-editing
8101                 a sent message
8102         * src/jpilot.c
8103                 fix encoding bug
8104         * src/folder.c
8105         * src/procmsg.c
8106         * src/procmsg.h
8107         * src/summaryview.c
8108                 flag changing optimisation
8109
8110 2005-08-18 [martin]     1.9.13cvs36
8111
8112         * commitHelper
8113             added my login
8114         * src/addrcache.c
8115         * src/addrharvest.c
8116         * src/addrindex.c
8117         * src/compose.c
8118         * src/grouplistdialog.c
8119         * src/main.c
8120         * src/mainwindow.c
8121         * src/msgcache.c
8122         * src/mutt.c
8123         * src/pine.c
8124         * src/prefs_account.c
8125         * src/prefs_themes.c
8126         * src/stock_pixmap.c
8127         * src/summaryview.c
8128         * src/gtk/about.c
8129         * src/gtk/logwindow.c
8130             removed deprecated glib and gdk stuff
8131         * src/plugins/pgpcore/select-keys.c
8132             convert attributes from locale to utf8
8133
8134 2005-08-17 [paul]       1.9.13cvs35
8135
8136         * src/account.c
8137         * src/addressbook.c
8138                 use new GTK_STOCK_ icons if available
8139         * src/summaryview.c
8140         * src/gtk/gtksctree.c
8141         * src/gtk/gtksctree.h
8142                 faster range select. patch by Colin
8143
8144 2005-08-17 [paul]       1.9.13cvs34
8145
8146         patches by colin:
8147         * src/addressbook.c
8148         * src/addressitem.h
8149                 Add an edit button for contacts, fix selections
8150                 of gtksctree items
8151         * src/editaddress.c
8152                 Change labels, let Save be always possible in the
8153                 email and user atributes tabs
8154         * src/folderview.c
8155                 fix sort issues
8156         * src/summaryview.c
8157                 select next item instead of the displayed one
8158                 after deletion
8159
8160         * src/gtk/progressdialog.c
8161                 use prefs_common.enable_rules_hint
8162
8163 2005-08-13 [hoa]        1.9.13cvs33
8164
8165         * src/etpan/imap-thread.c
8166                 fixed build on Solaris.
8167
8168 2005-08-10 [colin]      1.9.13cvs32
8169
8170         * src/procmsg.c
8171                 Fix cvs31 (missing fclose before reading
8172                 the file)
8173
8174 2005-08-10 [colin]      1.9.13cvs31
8175
8176         * src/procmsg.c
8177                 Fix procmsg_msginfo_new_from_mimeinfo() when
8178                 the MimeInfo isn't stored in memory. This fixes
8179                 replying to an attached message.
8180
8181 2005-08-10 [colin]      1.9.13cvs30
8182
8183         * src/mainwindow.c
8184                 Fix slowness in account changing
8185
8186 2005-08-10 [colin]      1.9.13cvs29
8187
8188         * src/folder.c
8189         * src/folderutils.c
8190         * src/folderview.c
8191         * src/imap_gtk.c
8192         * src/mainwindow.c
8193         * src/mh_gtk.c
8194         * src/procmsg.c
8195         * src/summaryview.c
8196                 Optimize folder_has_parent_of_type
8197                 Prevent moving special sub-folders from contextual menus
8198                 Rework message a bit ("Empty all messages" -> "Delete all
8199                 messages")
8200                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8201                 and "Deleted Items" folders)
8202
8203 2005-08-08 [colin]      1.9.13cvs28
8204
8205         * src/summaryview.c
8206         * src/prefs_summaries.c
8207                 Make "Select first unread|new" more flexible
8208                 (just prioritize new or unread)
8209
8210 2005-08-08 [colin]      1.9.13cvs27
8211
8212         * src/summaryview.c
8213                 If "select first new" is selected and there only
8214                 are unread messages, fallback to "select first
8215                 unread".
8216
8217 2005-08-08 [colin]      1.9.13cvs26
8218
8219         * src/folder.c
8220                 Fix shameful bugs (and bug #779)
8221
8222 2005-08-08 [colin]      1.9.13cvs25
8223
8224         * src/folder.c
8225         * src/folder.h
8226                 Cache parents' type to make folder_has_parent_of_type
8227                 faster
8228         * src/folderview.c
8229                 Forbid DnD of special sub-folders
8230         * src/procmsg.c
8231         * src/procmsg.h
8232                 Add MAIL_POSTFILTERING_HOOK
8233         * src/summaryview.c
8234                 Revert over-zealous deletion of the use_addr_book 
8235                 code
8236
8237 2005-08-07 [colin]      1.9.13cvs24
8238
8239         * src/folder.c
8240                 Fix big mistake (passing MsgInfo instead 
8241                 of FolderItem)
8242
8243 2005-08-07 [colin]      1.9.13cvs23
8244
8245         * src/compose.c
8246         * src/folder.c
8247         * src/folder.h
8248         * src/foldersel.c
8249         * src/folderutils.c
8250         * src/folderview.c
8251         * src/imap.c
8252         * src/mainwindow.c
8253         * src/messageview.c
8254         * src/mh.c
8255         * src/msgcache.c
8256         * src/procmime.c
8257         * src/summaryview.c
8258                 Make subfolders of Drafts, Queue, Outbox, Trash
8259                 work like their parents. 
8260                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8261
8262 2005-08-07 [colin]      1.9.13cvs22
8263
8264         * src/addressbook.c
8265                 Fix bug #771 (Dragged contacts not saved)
8266
8267 2005-08-07 [paul]       1.9.13cvs21
8268
8269         * src/summaryview.c
8270                 fix bug 32 'Search Doesn't display results
8271                 if "Hide Read Messages" is chosen'
8272                 be more literal in interpreting 'Hide read
8273                 messages'
8274
8275 2005-08-07 [colin]      1.9.13cvs20
8276
8277         * src/folderview.c
8278                 Add debug
8279         * src/summaryview.c
8280                 Faster 'unthread_for_execution'
8281
8282 2005-08-06 [paul]       1.9.13cvs19
8283
8284         * src/mainwindow.c
8285                 add mnemonics to Set displayed columns
8286                 fix bug where msgview_visible option was
8287                 overwritten as TRUE on startup
8288
8289 2005-08-06 [paul]       1.9.13cvs18
8290
8291         * src/mainwindow.c
8292                 refer to 'displayed columns in folder/message
8293                 list' not 'displayed items in summary/message view'
8294         * src/prefs_display_header.c
8295                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8296                 be consistent with similar dialogues
8297         * src/prefs_folder_column.c
8298         * src/prefs_summary_column.c
8299                 'columns' not 'items', and folder and message lists,
8300                 instead of folder and summary views;
8301                 Use 'Hidden columns' as list heading not 'Available
8302                 items';
8303                 move the 'Remove' button to the right hand side;
8304                 top-align the buttons;
8305                 remove unneeded vbox
8306         * src/prefs_summaries.c
8307                 put the 2 column prefs buttons in a frame to reduce
8308                 overall width; refer to columns not items &c.
8309
8310 2005-08-05 [colin]      1.9.13cvs17
8311
8312         * src/prefs_common.c
8313         * src/prefs_common.h
8314         * src/mainwindow.c
8315         * src/compose.c
8316         * src/messageview.c
8317                 Add an hidden toolbar_detachable pref, so
8318                 that I can get rid of these painful handles
8319                 in the toolbars. Defaults to TRUE to avoid
8320                 changing the GUI on unsuspecting people...
8321
8322 2005-08-05 [colin]      1.9.13cvs16
8323
8324         * src/Makefile.am
8325         * src/prefs_folder_column.c
8326         * src/prefs_folder_column.h
8327                 Add prefs for folder columns
8328         * src/folderview.c
8329         * src/folderview.h
8330         * src/mainwindow.c
8331         * src/mainwindow.h
8332         * src/prefs_common.c
8333         * src/prefs_common.h
8334         * src/prefs_summaries.c
8335                 Use them
8336         * src/prefs_summary_column.c
8337         * src/summaryview.c
8338         * src/summaryview.h
8339                 Add a To column
8340         * src/textview.c
8341         * src/common/utils.c
8342         * src/common/utils.h
8343                 Move uri colourisation functions
8344                 to utils
8345         * src/compose.c
8346                 Colourise URIs
8347         * src/imap.c
8348                 Fix bug with LIST where we'd try
8349                 to get Folder//////[...]/// 
8350
8351 2005-08-05 [paul]       1.9.13cvs15
8352
8353         * src/prefs_summaries.c
8354                 improve the English usage
8355         * src/summaryview.c
8356                 set font on column change
8357                 thanks to Colin
8358
8359 2005-08-05 [paul]       1.9.13cvs14
8360
8361         * src/prefs_common.c
8362         * src/prefs_common.h
8363         * src/prefs_summaries.c
8364         * src/summaryview.c
8365                 replace 'open_unread_on_enter' option with
8366                 'select_on_entry' option. opening/not opening
8367                 is now exclusively controlled by 'always_show_msg'
8368
8369 2005-08-04 [colin]      1.9.13cvs13
8370
8371         * src/compose.c
8372                 Remove dead code
8373                 Add colourisation of quotes and signatures
8374         * src/folderview.c
8375                 Fix possible crashes
8376         * src/messageview.c
8377                 Change an assert that is no problem
8378         * src/news.c
8379         * src/news_gtk.c
8380         * src/news_gtk.h
8381                 Fix offline mode
8382         * src/gtk/quicksearch.c
8383                 Fix a possible crash
8384
8385 2005-08-03 [colin]      1.9.13cvs12
8386
8387         * src/prefs_account.c
8388                 Fix bug #777 (Sylpheed crash in account configuration)
8389
8390 2005-08-03 [colin]      1.9.13cvs11
8391
8392         * src/addressbook.c
8393         * src/editaddress.c
8394         * src/editgroup.c
8395                 Fixing addressbook, round 2
8396         * src/textview.c
8397                 Fix emphasis color on rechecking 'Colorize messages'
8398
8399 2005-08-03 [paul]       1.9.13cvs10
8400
8401         sync with main
8402
8403         * src/addr_compl.c
8404         * src/compose.c
8405         * src/main.c
8406         * src/pop.c
8407         * src/prefs_account.c
8408         * src/procmime.c
8409         * src/procmsg.c
8410         * src/quote_fmt_parse.y
8411         * src/textview.c
8412         * src/common/quoted-printable.c
8413         * src/common/utils.c
8414         * src/common/utils.h
8415         * src/common/xml.c
8416                 replaced incorrect locale-independent
8417                 ctype functions with GLib's. Corrected
8418                 signedness mismatch.
8419         * src/headerview.c
8420                 headerview_create(): added spacing for vbox.
8421         * src/gtk/about.c
8422                 set focus to the OK button.
8423
8424 2005-08-03 [colin]      1.9.13cvs9
8425
8426         * src/folderview.c
8427                 Fix possible crash
8428
8429 2005-08-02 [colin]      1.9.13cvs8
8430
8431         * src/mainwindow.c
8432                 Fix cast
8433         * src/addressbook.c
8434         * src/addressitem.h
8435                 Fix a cast and more generally, try to make the
8436                 GUI more intuitive and consistent (round 1)
8437
8438 2005-08-02 [paul]       1.9.13cvs7
8439
8440         * src/folder.h
8441                 missing in 1.9.13cvs6
8442
8443 2005-08-02 [colin]      1.9.13cvs6
8444
8445         * src/folder.c
8446                 Fix one more leak
8447
8448 2005-08-02 [colin]      1.9.13cvs5
8449
8450         * src/folder.c
8451         * src/folderview.c
8452         * src/imap.c
8453         * src/main.c
8454         * src/mbox.c
8455         * src/procmsg.c
8456         * src/summaryview.c
8457                 Fix a number of folder_item_get_msg_list()-related
8458                 leaks (missing procmsg_msginfo_free()s)
8459
8460 2005-08-01 [colin]      1.9.13cvs4
8461
8462         * src/folderview.c
8463         * src/folderview.h
8464         * src/mainwindow.c
8465         * src/prefs_fonts.c
8466         * src/prefs_summaries.c
8467         * src/prefs_themes.c
8468         * src/summaryview.c
8469         * src/summaryview.h
8470         * src/textview.c
8471         * src/textview.h
8472                 Fix instant-apply of summary and folderview-related prefs
8473                 Fix erroneous g_free and alertpanels in prefs_theme
8474                 Add instant-apply for fonts
8475                 Defer applying of prefs a little bit so it's done only
8476                 once even if requested by multiples prefs pages
8477
8478 2005-08-01 [paul]       1.9.13cvs3
8479
8480         * src/main.c
8481                 fix bug 776 'S.C. crashes on close'
8482                 thanks to Colin
8483         * src/etpan/etpan-thread-manager-types.h
8484                 add missing include
8485                 thanks to Hoa
8486
8487 2005-07-25 [paul]       1.9.13cvs2
8488
8489         * src/summaryview.c
8490                 fix typos. spotted by Fabien Vantard
8491
8492 2005-07-24 [paul]       1.9.13cvs1
8493
8494         * doc/man/sylpheed.1
8495                 update man page, incorporating fix of
8496                 bug 769 'Typo in manpage'
8497         * src/etpan/imap-thread.c
8498                 fix NetBSD openssl dependencies. patch by
8499                 George Michaelson <ggm@apnic.net>
8500         * po/pt_BR.po
8501                 updated by Frederico Goncalves Guimaraes
8502
8503 2005-07-22 [paul]       1.9.13
8504
8505         1.9.13 release
8506
8507 2005-07-22 [paul]       1.9.12cvs91
8508
8509         * AUTHORS
8510         * INSTALL
8511         * README.claws
8512         * RELEASE_NOTES.claws
8513                 updated for release
8514         * configure.ac
8515         * po/nb.po
8516         * tools/claws.i18n.status.pl
8517                 add Norwegian translation. submiited by
8518                 Geir Helland <pjallabais@users.sourceforge.net>
8519         * po/ca.po
8520         * po/de.po
8521         * po/es.po
8522         * po/fi.po
8523         * po/fr.po
8524         * po/it.po
8525         * po/sk.po
8526         * po/sr.po
8527         * po/zh_CN.po
8528                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8529                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8530                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8531                 Yang Guilong
8532         * src/plugins/clamav/clamav_plugin_gtk.c
8533         * src/plugins/spamassassin/spamassassin_gtk.c
8534                 replace outdated description strings
8535
8536 2005-07-21 [colin]      1.9.12cvs90
8537
8538         * src/folder.c
8539                 Set folder to batch mode when scanning it. Makes deletion
8540                 of unread mails on IMAP much faster (due to the UNREAD 
8541                 flag unsetting)
8542
8543 2005-07-21 [darko]      1.9.12cvs89
8544
8545         * configure.ac
8546                 link against libresolv if necessary (patch by Paul)
8547         * src/msgcache.c
8548                 use glib's portable macros to determine endianness
8549
8550 2005-07-21 [paul]       1.9.12cvs88
8551
8552         * src/crash.c
8553         * src/gtk/about.c
8554                 update compiled-in features list
8555
8556 2005-07-20 [colin]      1.9.12cvs87
8557
8558         * src/folder.c
8559         * src/textview.c
8560                 Gcc 2.9x compilation fixes, thanks to Darko
8561         * src/plugins/clamav/clamav_plugin.c
8562                 Little optimisation: load virus database only once
8563         * src/plugins/spamassassin/spamassassin.c
8564                 Big optimisation: filtering one mail took at least 1 second,
8565                 now it takes at least 50ms. Doesn't speed up spamassassin 
8566                 itself, but should already be much more tolerable.
8567
8568 2005-07-20 [colin]      1.9.12cvs86
8569
8570         * src/summaryview.c
8571                 Fix performance issue
8572
8573 2005-07-19 [colin]      1.9.12cvs85
8574
8575         * src/plugins/pgpinline/plugin.c
8576                 Fix warning
8577
8578 2005-07-19 [colin]      1.9.12cvs84
8579
8580         * configure.ac
8581         * src/plugins/Makefile.am
8582         * src/plugins/pgpinline/.cvsignore
8583         * src/plugins/pgpinline/Makefile.am
8584         * src/plugins/pgpinline/pgpinline.c
8585         * src/plugins/pgpinline/pgpinline.deps
8586         * src/plugins/pgpinline/pgpinline.h
8587         * src/plugins/pgpinline/plugin.c
8588                 Put pgpinline in the main tree
8589
8590 2005-07-19 [paul]       1.9.12cvs83
8591
8592         * src/prefs_actions.c
8593                 prevent '//' in menu names, which cause a crash
8594                 thanks to Colin
8595
8596 2005-07-19 [paul]       1.9.12cvs82
8597
8598         * configure.ac
8599                 be generally more informative in configure output.
8600                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8601                 '[ --disable-openssl ...', as --enable-openssl is default
8602                 PGP/MIME: don't check for GPGME again, check for
8603                 pgpcore instead. Therefore prevent the possibility of
8604                 attempting to build pgpmime if pgpcore dependencies are
8605                 not met
8606                 ClamAV: use pkgconfig to check for lib
8607                 libgnomeprint: revert logic on inner test to match
8608                 everything else
8609         * src/plugins/pgpcore/sgpgme.c
8610                 add missing include
8611
8612 2005-07-19 [colin]      1.9.12cvs81
8613
8614         * src/summaryview.c
8615                 Fix slow thread rebuilding in particular
8616                 cases
8617
8618 2005-07-19 [paul]       1.9.12cvs80
8619
8620         * sylpheed-claws.desktop
8621                 fix typo, spotted by Stephan Sachse
8622         * src/account.c
8623                 replace GTK_STOCK_ADD with
8624                 GTK_STOCK_NEW button
8625
8626 2005-07-18 [colin]      1.9.12cvs79
8627
8628         * src/etpan/imap-thread.c
8629                 Fix return value (Thanks Hoa)
8630
8631 2005-07-18 [colin]      1.9.12cvs78
8632
8633         * src/imap.c
8634                 Allow empty passwords
8635                 Create drafts/queue/outbox if necessary
8636         * src/summaryview.c
8637                 Remove old code
8638         * src/etpan/imap-thread.c
8639                 Fix STARTTLS (Thanks to Hoa)
8640
8641 2005-07-18 [paul]       1.9.12cvs77
8642
8643         * ChangeLog-gtk2.jp
8644         * ChangeLog.jp
8645                 removed
8646         * Makefile.am
8647                 updated to reflect additions and removals
8648         * TODO
8649                 updated to be claws-specific
8650         * TODO-gtk2
8651         * TODO-gtk2.jp
8652         * TODO.jp
8653         * sylpheed-128x128.png
8654         * sylpheed-64x64.png
8655                 removed
8656         * sylpheed-claws-128x128.png
8657         * sylpheed-claws-64x64.png
8658         * sylpheed-claws.desktop
8659         * sylpheed-claws.png
8660                 added
8661         * sylpheed.desktop
8662         * sylpheed.png
8663                 removed
8664
8665 2005-07-17 [paul]       1.9.12cvs76
8666
8667         * src/account.c
8668         * src/addressbook.c
8669         * src/alertpanel.c
8670         * src/alertpanel.h
8671         * src/compose.c
8672         * src/exphtmldlg.c
8673         * src/expldifdlg.c
8674         * src/folderview.c
8675         * src/imap_gtk.c
8676         * src/inc.c
8677         * src/message_search.c
8678         * src/messageview.c
8679         * src/mh_gtk.c
8680         * src/news_gtk.c
8681         * src/prefs_actions.c
8682         * src/prefs_filtering.c
8683         * src/prefs_matcher.c
8684         * src/prefs_template.c
8685         * src/prefs_themes.c
8686         * src/ssl_manager.c
8687         * src/summary_search.c
8688         * src/textview.c
8689         * src/toolbar.c
8690         * src/gtk/sslcertwindow.c
8691         * src/plugins/pgpcore/sgpgme.c
8692                 rework alertpanels
8693
8694 2005-07-17 [colin]      1.9.12cvs75
8695
8696         * src/privacy.c
8697                 add a PrivacySystem accessor that checks that
8698                 the system cached in a MimeInfo's privacydata
8699                 is still registered. Use this accessor instead
8700                 of directly using data->system. Fixes crashes
8701                 after unloading pgp plugins.
8702
8703 2005-07-17 [colin]      1.9.12cvs74
8704
8705         * src/alertpanel.c
8706                 Change geometry hints to a simple default size.
8707                 Fixes the certs dialogs.
8708
8709 2005-07-17 [colin]      1.9.12cvs73
8710
8711         * src/gtk/sslcertwindow.c
8712                 Use a gtkExpander
8713
8714 2005-07-17 [colin]      1.9.12cvs72
8715
8716         * src/plugins/pgpcore/Makefile.am
8717         * src/plugins/pgpmime/Makefile.am
8718                 Add gpgme libs
8719
8720 2005-07-17 [paul]       1.9.12cvs71
8721
8722         * configure.ac
8723                 add --disable-gnomeprint option
8724                 modified version of patch by Marius Mauch
8725
8726 2005-07-17 [paul]       1.9.12cvs70
8727
8728         * src/common/defs.h
8729                 update urls
8730         * src/account.c
8731         * src/action.c
8732         * src/addressbook.c
8733         * src/compose.c
8734         * src/foldersel.c
8735         * src/folderview.c
8736         * src/html.c
8737         * src/imap_gtk.c
8738         * src/main.c
8739         * src/mainwindow.c
8740         * src/messageview.c
8741         * src/mh_gtk.c
8742         * src/mimeview.c
8743         * src/news_gtk.c
8744         * src/prefs_account.c
8745         * src/prefs_send.c
8746         * src/prefs_summaries.c
8747         * src/procmsg.c
8748         * src/summaryview.c
8749         * src/common/utils.c
8750         * src/common/xml.c
8751         * src/plugins/pgpcore/passphrase.c
8752         * src/plugins/pgpcore/select-keys.c
8753                 replace inappropriately used backticks
8754                 with single quotes
8755
8756 2005-07-16 [colin]      1.9.12cvs69
8757
8758         * src/image_viewer.c
8759                 Add extra paranoid checks
8760
8761 2005-07-16 [colin]      1.9.12cvs68
8762
8763         * src/plugins/pgpcore/prefs_gpg.c
8764                 Don't auto-check sigs by default, as it
8765                 can be really slow.
8766
8767 2005-07-16 [colin]      1.9.12cvs67
8768
8769         * src/plugins/pgpcore/sgpgme.c
8770                 Make messages a bit better.
8771
8772 2005-07-16 [colin]      1.9.12cvs66
8773
8774         * src/imap.c
8775                 Remove pseudo-log
8776         * src/etpan/imap-thread.c
8777                 Add real log
8778
8779 2005-07-16 [colin]      1.9.12cvs65
8780
8781         * src/main.c
8782         * src/prefs_other.c
8783                 And now, fix build with libetpan :-/
8784
8785 2005-07-15 [colin]      1.9.12cvs64
8786
8787         * src/prefs_other.c
8788                 Continue fixing build without libetpan.
8789
8790 2005-07-15 [colin]      1.9.12cvs63
8791
8792         * src/main.c
8793                 Fix build with --disable-libetpan
8794
8795 2005-07-15 [colin]      1.9.12cvs62
8796
8797         * configure.ac
8798                 Bump libetpan's version
8799
8800 2005-07-15 [colin]      1.9.12cvs61
8801
8802         * src/etpan/imap-thread.c
8803                 Actually stop logging :)
8804
8805 2005-07-15 [colin]      1.9.12cvs60
8806
8807         * src/addressbook.c
8808                 Fix dnd of multiple addresses.
8809
8810 2005-07-15 [hoa]        1.9.12cvs59
8811
8812         * src/etpan/imap-thread.c
8813             disable login of IMAP password in libetpan log file.
8814
8815 2005-07-15 [paul]       1.9.12cvs58
8816
8817         * src/account.c
8818                 don't automatically sort
8819                 do allow drag n drop
8820
8821 2005-07-15 [paul]       1.9.12cvs57
8822
8823         * src/account.c
8824         * src/ssl_manager.c
8825                 alphabetical listing
8826
8827 2005-07-15 [paul]       1.9.12cvs56
8828
8829         * src/gtk/pluginwindow.c
8830                 sort plugin list alphabetically
8831
8832 2005-07-15 [paul]       1.9.12cvs55
8833
8834         * src/prefs_spelling.c
8835         * src/prefs_wrapping.c
8836                 unify English usage
8837
8838 2005-07-15 [colin]      1.9.12cvs54
8839
8840         * src/wizard.c
8841                 Typo fix
8842
8843 2005-07-15 [paul]       1.9.12cvs53
8844
8845         * src/prefs_message.c
8846                 make 'show cursor' a hidden option
8847
8848 2005-07-14 [colin]      1.9.12cvs52
8849
8850         * src/plugins/spamassassin/Makefile.am
8851         * src/plugins/clamav/Makefile.am
8852                 Fix double EXTRA_DISTs
8853
8854 2005-07-14 [colin]      1.9.12cvs51
8855
8856         * src/plugins/clamav/Makefile.am
8857         * src/plugins/clamav/clamav_plugin_gtk.deps
8858         * src/plugins/spamassassin/Makefile.am
8859         * src/plugins/spamassassin/spamassassin_gtk.deps
8860                 Make $plugin_gtk depend on $plugin
8861
8862 2005-07-14 [hoa]        1.9.12cvs50
8863
8864         * src/etpan/imap-thread.c
8865                 enable debug log of libetpan when running with --debug
8866
8867 2005-07-14 [colin]      1.9.12cvs49
8868
8869         * configure.ac
8870         * src/common/Makefile.am
8871         * src/common/plugin.c
8872         * src/common/plugin.h
8873                 Add a little plugin dependancy system.
8874                 Plugins can ship a $plugin_name.deps file
8875                 (near them in PLUGINDIR) so that their
8876                 dependancies are loaded if possible.
8877         * src/plugins/Makefile.am
8878         * src/plugins/pgpcore/Makefile.am
8879         * src/plugins/pgpcore/passphrase.c
8880         * src/plugins/pgpcore/passphrase.h
8881         * src/plugins/pgpcore/plugin.c
8882         * src/plugins/pgpcore/prefs_gpg.c
8883         * src/plugins/pgpcore/prefs_gpg.h
8884         * src/plugins/pgpcore/select-keys.c
8885         * src/plugins/pgpcore/select-keys.h
8886         * src/plugins/pgpcore/sgpgme.c
8887         * src/plugins/pgpcore/sgpgme.h
8888                 Introduce pgpcore, used by pgpmime and
8889                 pgpinline
8890         * src/plugins/pgpmime/Makefile.am
8891         * src/plugins/pgpmime/passphrase.c
8892         * src/plugins/pgpmime/passphrase.h
8893         * src/plugins/pgpmime/pgpmime.c
8894         * src/plugins/pgpmime/pgpmime.deps
8895         * src/plugins/pgpmime/plugin.c
8896         * src/plugins/pgpmime/prefs_gpg.c
8897         * src/plugins/pgpmime/prefs_gpg.h
8898         * src/plugins/pgpmime/select-keys.c
8899         * src/plugins/pgpmime/select-keys.h
8900         * src/plugins/pgpmime/sgpgme.c
8901         * src/plugins/pgpmime/sgpgme.h
8902                 Remove the core from pgpmime and add the
8903                 dependancy to pgpcore.
8904
8905 2005-07-14 [paul]       1.9.12cvs48
8906
8907         * src/stock_pixmap.c
8908                 forgot this in last commit
8909
8910 2005-07-14 [paul]       1.9.12cvs47
8911
8912         * src/account.c
8913         * src/addressbook.c
8914                 add accelerators for the buttons (sync with main)
8915         * src/compose.c
8916         * src/compose.h
8917                 add accelerators for the buttons.
8918                 fix editing with external editor.
8919                 replace gdk_input_*() with GIOChannel;
8920                 (sync with main)
8921         * src/foldersel.c
8922                 display folder names with new/unread
8923                 representation (sync with main)
8924         * src/main.c
8925                 specify default window icon (sync with main)
8926         * src/prefs_common.c
8927                 use_addr_book default to FALSE
8928         * src/summaryview.c
8929         * src/textview.c
8930                 add accelerators for the buttons (sync with main)
8931         * src/gtk/menu.c
8932                 fix typos
8933         * src/pixmaps/sylpheed_icon.xpm
8934                 updated
8935
8936 2005-07-13 [paul]       1.9.12cvs46
8937
8938         * src/plugins/pgpmime/pgpmime.c
8939         * src/plugins/pgpmime/sgpgme.c
8940                 (temporarily) use deprecated gpgme_data_rewind()
8941                 while largefile support is not present
8942                 (as suggested by Colin)
8943
8944 2005-07-13 [paul]       1.9.12cvs45
8945
8946         * configure.ac
8947                 remove large file support (for now):
8948                 it breaks too many things
8949
8950 2005-07-13 [paul]       1.9.12cvs44
8951
8952         * configure.ac
8953                 add large file support
8954         * src/html.c
8955                 fix bug #763 where href attribute was not
8956                 the very first attribute of a link
8957                 patch by Thomas Gilgin
8958
8959 2005-07-13 [colin]      1.9.12cvs43
8960
8961         * src/gtk/pluginwindow.c
8962                 Little portability fix
8963
8964 2005-07-13 [colin]      1.9.12cvs42
8965
8966         * src/plugins/pgpmime/sgpgme.c
8967                 Fix crasher.
8968
8969 2005-07-13 [colin]      1.9.12cvs41
8970
8971         * src/plugins/pgpmime/pgpmime.c
8972         * src/plugins/pgpmime/sgpgme.c
8973                 Use gpgme_data_release_and_get_mem instead
8974                 of gpgme_data_read.
8975
8976 2005-07-13 [colin]      1.9.12cvs40
8977
8978         * configure.ac
8979         * src/plugins/pgpmime/passphrase.c
8980         * src/plugins/pgpmime/passphrase.h
8981         * src/plugins/pgpmime/pgpmime.c
8982         * src/plugins/pgpmime/plugin.c
8983         * src/plugins/pgpmime/select-keys.c
8984         * src/plugins/pgpmime/select-keys.h
8985         * src/plugins/pgpmime/sgpgme.c
8986         * src/plugins/pgpmime/sgpgme.h
8987                 Port pgpmime to gpgme-1.0.
8988
8989 2005-07-12 [paul]       1.9.12cvs39
8990
8991         * AUTHORS
8992         * src/toolbar.c
8993         * src/toolbar.h
8994                 add a 'Go to Prev' button to the toolbar.
8995                 correct tooltip text of go to buttons.
8996                 based on patch by Yang Guilong <bamanzi@gmail.com>
8997
8998 2005-07-12 [colin]      1.9.12cvs38
8999
9000         * src/statusbar.c
9001                 Fix progress bar showing stuff at startup.
9002
9003 2005-07-12 [paul]       1.9.12cvs37
9004
9005         * src/editjpilot.c
9006                 fix building with jpilot support
9007
9008 2005-07-11 [colin]      1.9.12cvs36
9009
9010         * src/inc.c
9011                 Add visual indication that filtering is running
9012         * src/textview.c
9013                 Make {}[] uri delimiters
9014         * src/summaryview.c
9015                 Remove useless (and slow) calls
9016
9017 2005-07-11 [paul]       1.9.12cvs35
9018
9019         * src/plugins/clamav/clamav_plugin_gtk.c
9020         * src/plugins/dillo_viewer/dillo_prefs.c
9021         * src/plugins/pgpmime/prefs_gpg.c
9022         * src/plugins/spamassassin/spamassassin_gtk.c
9023                 gather plugins prefs together under their
9024                 own 'Plugins' heading
9025
9026 2005-07-11 [paul]       1.9.12cvs34
9027
9028         sync with main
9029
9030         * src/account.c
9031                 account_delete(): modified alert dialog
9032         * src/editjpilot.c
9033         * src/editvcard.c
9034                 fixed a crash when cancelling file selection
9035                 dialog by Escape key. Made non-ascii filename
9036                 selectable.
9037         * src/prefs_template.c
9038                 prefs_template_window_create(): make scrolled
9039                 window policy AUTOMATIC
9040
9041 2005-07-10 [hoa]        1.9.12cvs33
9042
9043         * src/etpan/imap-thread.c
9044                 workaround for old Courier IMAP servers.
9045
9046 2005-07-10 [colin]      1.9.12cvs32
9047
9048         * src/folder.c
9049         * src/statusbar.c
9050         * src/statusbar.h
9051                 Add visual progress indicator on filtering/processing
9052                 Factorize the progress bar code
9053         * src/imap.c
9054         * src/imap.h
9055         * src/etpan/imap-thread.c
9056                 Add a reference counter to avoid destroying the Folder
9057                 while it's in use by another callback.
9058
9059 2005-07-09 [hoa]        1.9.12cvs31
9060
9061         * src/imap.c
9062         * src/etpan/imap-thread.c
9063                 fixed deadlock when removing IMAP account.
9064
9065 2005-07-08 [colin]      1.9.12cvs30
9066
9067         * src/textview.c
9068         * src/unmime.c
9069                 Fix again problems decoding broken headers
9070         * src/gtk/inputdialog.c
9071                 Fix local variable shadowing a global one
9072
9073 2005-07-08 [colin]      1.9.12cvs29
9074
9075         * src/msgcache.c
9076                 Make the cache/mark files platform-agnostic by writing
9077                 them in little-endian format. Reading them is also done
9078                 in little-endian format, of course; however, in order
9079                 to avoid trashing mark data on big-endian machines, the
9080                 files are, at first, read from the native format if the
9081                 little-endian one doesn't exist. This is easy to deter-
9082                 mine by trying to open a file with a swapped data_ver
9083                 and seeing if it's the wanted version.
9084                 Little-endian using users should see absolutely no
9085                 difference, Big-endian users may get a very little
9086                 performance drop due to byte-swapping.
9087                 Tested on i386 and ppc32. 
9088                 Fixes bug #159 (The index file, in the mailboxes, is 
9089                 hardware depending).
9090
9091                 To have the cache/mark files updated to the new little-
9092                 endian format, "Check for new messages" or even
9093                 "Rebuild folder tree" aren't enough. Files will be
9094                 updated as soon as a folder has been opened/closed.
9095                 To update everything, just select all folders by
9096                 selecting them one by one.
9097
9098 2005-07-07 [colin]      1.9.12cvs28
9099
9100         * src/imap.c
9101                 Remember the folder separator per IMAPFolder
9102                 instead of globally.
9103                 Revive the Session on noop; fixes bug #761
9104                 (mark a bunch of unread messages as read takes 
9105                 forever)
9106
9107 2005-07-07 [darko]      1.9.12cvs27
9108
9109         * src/common/template.c
9110                 Sort templates alphabetically
9111
9112 2005-07-06 [colin]      1.9.12cvs26
9113
9114         * src/imap.c
9115                 Try to use the correct separator in
9116                 most cases. Possibly fixes bug #759
9117                 (only creates the INBOX folder when 
9118                 setting up new IMAP account) and 
9119                 bug #760 (Can't retrieve messages)
9120
9121 2005-07-06 [colin]      1.9.12cvs25
9122
9123         * src/imap.c
9124                 Use real_path in status command. This will
9125                 help later, when namespaces will be used.
9126
9127 2005-07-06 [colin]      1.9.12cvs24
9128
9129         * configure.ac
9130         * src/account.c
9131         * src/folder.c
9132         * src/imap.c
9133         * src/etpan/etpan-log.c
9134         * src/etpan/etpan-thread-manager.c
9135         * src/etpan/imap-thread.c
9136                 Add a --disable-libetpan parameter. With this,
9137                 users that don't want IMAP4 support can avoid
9138                 the new dependancy (and have no IMAP support).
9139                 Users that have IMAP4 accounts and use this
9140                 parameter won't lose their configuration, their
9141                 IMAP accounts will just be invisible and not
9142                 used.
9143         * src/textview.c
9144                 Make the "Copy ..." contextual menu items 
9145                 copy to both the X clipboard and the gtk 
9146                 clipboard - as most other apps do.
9147         * src/gtk/about.c
9148                 Add a notice about OpenSSL usage, in order to
9149                 comply with OpenSSL's license (point 6):
9150                 http://www.openssl.org/source/license.html
9151
9152 2005-07-06 [colin]      1.9.12cvs23
9153
9154         * src/alertpanel.c
9155                 Fix a minimum size for alertpanels
9156         * src/compose.c
9157                 Show 'No space left on device' type errors
9158                 when queuing/sending
9159         * src/imap_gtk.c
9160         * src/mh_gtk.c
9161                 Rework folder's deletion message (remove 
9162                 extra \n)
9163
9164 2005-07-05 [colin]      1.9.12cvs22
9165
9166         * src/imap.c
9167                 Add an alertpanel on auth error
9168                 Add pseudo-log
9169                 Remove pthread-related stuff
9170
9171 2005-07-05 [colin]      1.9.12cvs21
9172
9173         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9174                 Fix crash on plugin reloading (with a hack)
9175
9176 2005-07-05 [colin]      1.9.12cvs20
9177
9178         * src/prefs_account.c
9179         * src/prefs_account.h
9180                 Fix typo
9181         * src/gtk/filesel.c
9182         * src/gtk/filesel.h
9183                 Add a way to filter the view
9184         * src/gtk/pluginwindow.c
9185                 Filter loadable stuff
9186         * src/plugins/pgpmime/prefs_gpg.c
9187                 Fix missing unregistration
9188         * .cvsignore
9189         * src/etpan/.cvsignore
9190         * src/plugins/spamassassin/.cvsignore
9191                 Add more stuff to cvs ignored files
9192
9193 2005-07-04 [colin]      1.9.12cvs19
9194
9195         * src/imap.c
9196                 Fix scan_required returning FALSE when it
9197                 shouldn't. Maybe fix #760 (Can't retrieve
9198                 messages)
9199
9200 2005-07-04 [colin]      1.9.12cvs18
9201
9202         * src/summaryview.c
9203                 Fix always_show_msg pref
9204
9205 2005-07-04 [paul]       1.9.12cvs17
9206
9207         sync with main (forgotten in last commit)
9208         
9209         * src/common/utils.c
9210         * src/common/utils.h
9211                 check_line_length(): new.
9212                 is_dir_exist()
9213                 is_file_entry_exist()
9214                 dirent_is_regular_file()
9215                 dirent_is_directory(): use g_file_test() instead of stat().
9216
9217 2005-07-04 [paul]       1.9.12cvs16
9218
9219         sync with main:
9220
9221         * src/compose.c
9222                 compose_write_to_file(): check for line
9223                 length limit and display warning if exceeds
9224         * src/jpilot.c
9225                 use get_home_dir() instead of g_get_home_dir()
9226         * src/procheader.c
9227                 removed warning about invalid date
9228         * src/vcard.c
9229                 use get_home_dir() instead of g_get_home_dir()
9230
9231 2005-07-04 [paul]       1.9.12cvs15
9232
9233         * src/stock_pixmap.c
9234                 fix new pixmap naming errors
9235                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9236
9237 2005-07-04 [colin]      1.9.12cvs14
9238
9239         * src/imap.c
9240                 Fix debugging string with a warning
9241
9242 2005-07-04 [colin]      1.9.12cvs13
9243
9244         * configure.ac
9245                 Add a check for libetpan's version (>= 0.37)
9246
9247 2005-07-04 [hoa]        1.9.12cvs12
9248
9249         * commitHelper
9250         * src/imap.c
9251         * src/etpan/imap-thread.c
9252         * src/etpan/imap-thread.h
9253                 fixed IMAP implementation of check of mails.
9254
9255 2005-07-03 [hoa]        1.9.12cvs11
9256
9257         * src/etpan/Makefile.am
9258         * src/etpan/etpan-errors.h
9259         * src/etpan/etpan-log.[ch]
9260         * src/etpan/etpan-thread-manager-types.h
9261         * src/etpan/etpan-thread-manager.[ch]
9262         * src/etpan/imap-thread.[ch]
9263         * src/Makefile.am
9264         * src/imap.c
9265         * src/main.c
9266         * src/prefs_other.c
9267         * configure.ac
9268             merged imap branch.
9269             dependency on libetpan 0.37 is now added.
9270
9271 2005-07-01 [colin]      1.9.12cvs10
9272
9273         * src/Makefile.am
9274         * src/folder.c
9275         * src/folder.h
9276         * src/folderview.c
9277         * src/stock_pixmap.c
9278         * src/stock_pixmap.h
9279         * src/plugins/trayicon/trayicon.c
9280                 Add marked symbol on folders containing
9281                 marked messages
9282         * src/procmsg.c
9283         * src/procmsg.h
9284         * src/toolbar.c
9285         * src/prefs_common.c
9286         * src/prefs_common.h
9287         * src/prefs_send.c
9288                 Add an optional confirmation dialog on queue
9289                 sending. Patch by wwp.
9290         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9291         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9292         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9293         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9294         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9295         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9296         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9297         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9298         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9299         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9300         * src/pixmaps/trash_mark.xpm            ** ADDED **
9301                 New pixmaps
9302
9303 2005-07-01 [colin]      1.9.12cvs9
9304
9305         * src/summaryview.c
9306                 Fix a little threading bug
9307         * src/addrgather.c
9308         * src/mainwindow.c
9309                 A little bit of HIG normality never hurts
9310
9311 2005-07-01 [colin]      1.9.12cvs8
9312
9313         * src/compose.c
9314         * src/msgcache.c
9315         * src/pop.c
9316         * src/procmime.c
9317         * src/recv.c
9318         * src/common/log.c
9319         * src/common/template.c
9320         * src/common/utils.c
9321         * src/common/utils.h
9322                 Reverted the fwrite_atomic stuff. In fact
9323                 it is already atomic.
9324
9325 2005-06-30 [colin]      1.9.12cvs7
9326
9327         * src/common/utils.c
9328         * src/common/utils.h
9329                 Add an fwrite_atomic() function to make
9330                 sure we write everything: fwrite can make
9331                 short writes.
9332         * src/compose.c
9333         * src/msgcache.c
9334         * src/pop.c
9335         * src/procmime.c
9336         * src/recv.c
9337         * src/common/log.c
9338         * src/common/template.c
9339                 Use that (and fix swapping of size and nmemb).
9340                 Thanks to Rich Coe for the heads up.
9341
9342 2005-06-30 [colin]      1.9.12cvs6
9343
9344         * src/addressbook.c
9345                 Optimize addressbook opening 
9346
9347 2005-06-30 [colin]      1.9.12cvs5
9348
9349         * src/summaryview.c
9350                 Remove calls to summary_step after move/copy
9351
9352 2005-06-28 [paul]       1.9.12cvs4
9353
9354         * src/alertpanel.c
9355                 wrap and make the error msg selectable
9356
9357 2005-06-28 [paul]       1.9.12cvs3
9358
9359         * src/ssl_manager.c
9360                 replace the OK button with a Close button
9361         * src/gtk/foldersort.c
9362                 use GTK_STOCK_ icons/buttons
9363
9364 2005-06-28 [colin]      1.9.12cvs2
9365
9366         * src/gedit-print.c             ** ADDED **
9367         * src/gedit-print.h             ** ADDED **
9368         * src/gtk/gtksourceprintjob.c   ** ADDED **
9369         * src/gtk/gtksourceprintjob.h   ** ADDED **
9370                 I can't believe no one had enough time to tell
9371                 me I forgot the `cvs add`
9372
9373 2005-06-27 [colin]      1.9.12cvs1
9374
9375         * src/Makefile.am
9376         * src/gtk/Makefile.am
9377         * src/messageview.c
9378         * src/procmsg.c
9379         * src/summaryview.c
9380         * configure.ac
9381                 Add optional libgnomeprint-based printing
9382         * src/mainwindow.c
9383         * src/gtk/quicksearch.c
9384                 Add an Edit/Quick search menu item to show
9385                 and focus the quicksearch
9386
9387 2005-06-27 [paul]       1.9.12
9388
9389         1.9.12 release
9390
9391         * po/ca.po
9392         * po/de.po
9393         * po/es.po
9394         * po/fr.po
9395         * po/it.po
9396         * po/ko.po
9397         * po/pt_BR.po
9398         * po/sk.po
9399         * po/zh_CN.po
9400                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9401                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9402                 SungHyun Nam, Frederico Goncalves Guimaraes,
9403                 Andrej Kacian, and Yang Guilong
9404 2005-06-26 [colin]      1.9.11cvs106
9405
9406         * src/imap_gtk.c
9407                 Forgot one file for previous fix
9408
9409 2005-06-26 [colin]      1.9.11cvs105
9410
9411         * src/folder.c
9412         * src/imap.c
9413                 Fix problems with folder operations in no_select
9414                 imap folders. it applies only to mails, and 
9415                 creation/deletion/move/renaming of folders 
9416                 should be possible
9417
9418 2005-06-26 [paul]       1.9.11cvs104
9419
9420         * src/prefs_filtering.c
9421                 replace one more GTK_STOCK_REMOVE
9422                 with GTK_STOCK_DELETE
9423
9424 2005-06-25 [colin]      1.9.11cvs103
9425
9426         * src/imap.c
9427                 Optimize get_seq_set_from_seq_list
9428                 (Patch by Ricardo) 
9429
9430 2005-06-25 [colin]      1.9.11cvs102
9431
9432         * src/mh.c
9433                 If the directory exists, but not in the
9434                 correct encoding, rename it. This should
9435                 handle old-versions-induced bugs.
9436
9437 2005-06-25 [colin]      1.9.11cvs101
9438
9439         * src/mh.c
9440                 Fix path access with extended dir names
9441                 Fixes bug #589 (SC segfaults with wrong locale
9442                 settings)
9443
9444 2005-06-25 [colin]      1.9.11cvs100
9445
9446         * src/prefs_account.c
9447         * src/prefs_account.h
9448         * src/compose.c
9449                 Add an option to encrypt replies to
9450                 encrypted messages
9451
9452 2005-06-25 [colin]      1.9.11cvs99
9453
9454         * src/compose.c
9455         * src/quote_fmt_parse.y
9456                 ... And make it work with pgpinline.
9457
9458 2005-06-25 [colin]      1.9.11cvs98
9459
9460         * src/compose.c
9461         * src/procmime.c
9462         * src/procmime.h
9463         * src/quote_fmt_parse.y
9464                 o Make reedition of encrypted messages possible
9465                   (as long as it is encrypted to self too, no
9466                    magic there)
9467                 o Make replying with quote (and without selecting
9468                   text) possible for encrypted messages.
9469                 Closes bug #550 (Not possible to "reply with quote"
9470                 to gnupg encrypted messages)
9471
9472 2005-06-24 [paul]       1.9.11cvs97
9473
9474         * src/imap.c
9475                 add missing include
9476
9477 2005-06-24 [paul]       1.9.11cvs96
9478
9479         * src/editldap.c
9480                 made bind password entry invisible
9481                 (sync with main)
9482         * src/send_message.c
9483                 send_message_local(): check exit status
9484                 to detect errors (sync with main)
9485         * src/textview.c
9486                 use main's less ambiguous popup menu
9487                 wording
9488
9489 2005-06-24 [paul]       1.9.11cvs95
9490
9491         * src/prefs_actions.c
9492         * src/prefs_customheader.c
9493         * src/prefs_display_header.c
9494         * src/prefs_filtering_action.c
9495         * src/prefs_matcher.c
9496         * src/prefs_template.c
9497         * src/prefs_toolbar.c
9498                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9499         * src/gtk/description_window.c
9500                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9501
9502 2005-06-23 [colin]      1.9.11cvs94
9503
9504         * src/summaryview.c
9505                 Fix rough edges (be sure to call status_show whenever
9506                 necessary).
9507
9508 2005-06-23 [colin]      1.9.11cvs93
9509
9510         * src/summaryview.c
9511                 Optimize Select All
9512                 Before, in a 5K mails folder: 11s
9513                 After, in the same folder: 58000µs
9514                 The joys of locking... gtk_clist_select_all() fires a 
9515                 tree-select-row event for each selected row, which in 
9516                 summaryview, callbacks summary_selected which in turn,
9517                 calls summary_status_show, which walks the selected
9518                 rows. Hence, calling gtk_clist_select_all was 
9519                 exponential. Locking the summaryview makes 
9520                 summary_selected return early.
9521
9522 2005-06-23 [colin]      1.9.11cvs92
9523
9524         * src/imap.c
9525                 Move mutex at the important place to avoid
9526                 deadlocks
9527         * src/summaryview.c
9528                 Fix Del key deleting directly instead of
9529                 moving to trash
9530
9531 2005-06-22 [colin]      1.9.11cvs91
9532
9533         * src/plugins/spamassassin/libspamc.c
9534                 As we do spagetti code with assignations in multiple
9535                 places (see _message_read_raw where out = msg = raw),
9536                 let's be sure we don't free the same pointer twice.
9537                 Should fix bug #683 (Crash in libpam at 
9538                 message_cleanup).
9539
9540 2005-06-22 [colin]      1.9.11cvs90
9541
9542         * src/compose.c
9543         * src/messageview.c
9544         * src/toolbar.c
9545                 Make toolbar's delete use the move to trash stuff;
9546                 Add gtk_widget_realize to be sure pixmaps can get
9547                 created (that may fix an old worksforme bug which
9548                 I can't find back...)
9549
9550 2005-06-22 [colin]      1.9.11cvs89
9551
9552         * src/summaryview.c
9553         * src/summaryview.h
9554         * src/mainwindow.c
9555                 Rename "Message/Delete" to "Message/Move to trash"
9556                 Add "Message/Delete..." that directly destroys the
9557                 selected messages after asking for a confirmation.
9558
9559 2005-06-22 [colin]      1.9.11cvs88
9560
9561         * src/imap.c
9562                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9563                 o Fix a deadlock (thanks Darko)
9564
9565 2005-06-22 [colin]      1.9.11cvs87
9566
9567         * src/gtk/foldersort.c
9568                 Add missing include for the i18n;
9569                 patch by Fabien Vantard
9570
9571 2005-06-21 [colin]      1.9.11cvs86
9572
9573         * src/folder.c
9574         * src/folderview.c
9575                 Respect the no_select flag
9576         * src/imap.c
9577                 Fix recursive deletion
9578         * src/imap_gtk.c
9579         * src/mh_gtk.c
9580                 Make the folder deletion's warning
9581                 more explicit
9582
9583 2005-06-21 [colin]      1.9.11cvs85
9584
9585         * src/textview.c
9586                 Prevent email addresses from spanning accross
9587                 lines - fixes bug # 646 (newline-chars in 
9588                 email addresses)
9589
9590 2005-06-20 [colin]      1.9.11cvs84
9591
9592         * src/folder.c
9593                 Be sure not to remove source if copy failed
9594
9595 2005-06-20 [colin]      1.9.11cvs83
9596
9597         * src/folderview.c
9598         * src/imap_gtk.c
9599                 remove summaryview's lock
9600         * src/imap.c
9601                 introduce threads to avoid problems when foreground tasks
9602                 interfere with background tasks
9603         * src/mh.c
9604                 prevent moving to drafts/queue
9605         * src/mimeview.c
9606                 fix leak
9607
9608 2005-06-19 [colin]      1.9.11cvs82
9609
9610         * src/imap_gtk.c
9611                 Remember that the user doesn't want to override
9612                 offline mode, for 3 seconds. It avoid presenting
9613                 him with N popups in a really short time.
9614
9615 2005-06-17 [colin]      1.9.11cvs81
9616
9617         * src/imap.c
9618                 Fix IMAP breaking on folders containing '('
9619                 (Probably won't be enough)
9620
9621 2005-06-17 [colin]      1.9.11cvs80
9622
9623         Forgotten files on 1.9.11cvs79
9624         * src/summaryview.c
9625                 Fix stepping when not immediately executing
9626         * src/imap.c
9627                 Really prevent UID FETCH 0
9628         * src/codeconv.c
9629                 Fix outgoing charset never set to utf-8
9630         * src/mh.c
9631                 Fix leak
9632
9633 2005-06-16 [colin]      1.9.11cvs79
9634
9635         * src/compose.c
9636                 Fix bug #707 (Dash splits rows)
9637                 Only wrap if we're on a line break position and
9638                 the previous one was a "white" (space) char.
9639                 Pango stuff is weird.
9640
9641 2005-06-16 [colin]      1.9.11cvs78
9642
9643         * src/imap_gtk.c
9644                 Lock summaryview while downloading messages
9645                 on user demand
9646         * src/procheader.c
9647         * src/unmime.c
9648         * src/common/utils.c
9649         * src/common/utils.h
9650                 Replace \r and \n with spaces in From and
9651                 Subject headers
9652
9653 2005-06-16 [paul]       1.9.11cvs77
9654
9655         * src/procmime.c
9656                 liberalise the mime parser
9657         * src/gtk/about.c
9658                 add text wrapping
9659
9660 2005-06-16 [paul]       1.9.11cvs76
9661
9662         * src/gtk/about.c
9663                 reworked
9664
9665 2005-06-15 [colin]      1.9.11cvs75
9666
9667         * src/compose.c
9668                 Finish header encoding fix
9669         * src/summaryview.c
9670                 Fix segfault
9671         * src/headerview.c
9672                 Fix compilation (Thanks Stephan
9673                 Sachse)
9674
9675 2005-06-15 [colin]      1.9.11cvs74
9676
9677         * Makefile.am
9678                 Install gnome2 stuff rather than gnome1, 
9679                 if both are present
9680         * src/codeconv.c
9681         * src/codeconv.h
9682         * src/compose.c
9683                 Fix headers encoding
9684         * src/folder.c
9685                 Visual progress when fetching all messages
9686         * src/folderview.c
9687         * src/summaryview.c
9688         * src/summaryview.h
9689                 Prevent changing current message while
9690                 incorporating
9691
9692 2005-06-15 [paul]       1.9.11cvs73
9693
9694         * src/gtk/gtkaspell.c
9695         * src/gtk/gtkaspell.h
9696                 fix build warnings
9697
9698 2005-06-15 [paul]       1.9.11cvs72
9699
9700         * src/prefs_filtering.c
9701                 allow reordering of filter rules by
9702                 drag n drop
9703
9704 2005-06-15 [paul]       1.9.11cvs71
9705
9706         * COPYING
9707                 updated
9708         * src/codeconv.c
9709                 replace deprecated function
9710         * src/inc.c
9711         * src/send_message.c
9712         * src/gtk/progressdialog.c
9713         * src/gtk/progressdialog.h
9714                 salvage and reuse parts of reverted sync
9715
9716 2005-06-15 [paul]       1.9.11cvs70
9717
9718         * src/inc.c
9719         * src/send_message.c
9720         * src/gtk/progressdialog.c
9721         * src/gtk/progressdialog.h
9722                 revert yesterday's sync with main
9723                 it contains deprecated functions
9724
9725 2005-06-15 [colin]      1.9.11cvs69
9726
9727         * src/headerview.c
9728                 Fix bug #670 (multi user to: will corrupt message 
9729                 headers display)
9730
9731 2005-06-15 [colin]      1.9.11cvs68
9732
9733         * src/compose.c
9734                 Fix bug #421 (Fix undo on wrapping)
9735
9736 2005-06-15 [colin]      1.9.11cvs67
9737
9738         * src/folder.c
9739                 Provide visual feedback while processing
9740                 folder's rules.
9741         * src/imap.c
9742                 Provide visual feedback while getting
9743                 short headers (for uncached messages)
9744
9745
9746 2005-06-14 [paul]       1.9.11cvs66
9747
9748         * src/account.c
9749                 change a couple stock icons
9750         * src/inc.c
9751         * src/send_message.c
9752         * src/gtk/progressdialog.c
9753         * src/gtk/progressdialog.h
9754                 sync main's GtkTreeView implementation
9755
9756 2005-06-14 [colin]      1.9.11cvs65
9757
9758         * src/imap.c
9759                 Various little fixes, mainly on error paths
9760
9761 2005-06-13 [colin]      1.9.11cvs64
9762
9763         * matcher.c
9764         * procmsg.c
9765         * procmsg.h
9766                 Add a way to fetch only headers. This speeds
9767                 up filtering on headers for IMAP. Fixes:
9768                 bug #481 extraneous imap commands slow down 
9769                         imap filtering
9770                 bug #522 Sylpheed downloads all messages 
9771                         when opening mailbox (IMAP)
9772                 bug #677 IMAP fetch is soooooooooooooo slow
9773         * src/folder.c
9774         * src/folder.h
9775                 Add a folder set_batch method so that
9776                 implementations can speed up flags changes
9777         * src/folderutils.c
9778         * src/summaryview.c
9779                 Use that in mark as (un)read and mark all read
9780                 Refix bug #679
9781         * src/imap.c
9782                 Implement set_batch - brings back deferred
9783                 flags in a less buggy manner. Fixes:
9784                 bug #729 IMAP immediate expunge of deleted messages
9785                 bug #191 remove list of messages with one command
9786                 Fix login with strange chars
9787                 Implement fetch_msg_full
9788                 Fix copy (wrong counts)
9789
9790 2005-06-12 [colin]      1.9.11cvs63
9791
9792         * src/folder.c
9793                 lock incorporation during long operations.
9794                 Avoids fucking up the IMAP socket.
9795
9796 2005-06-12 [colin]      1.9.11cvs62
9797
9798         * src/imap.c
9799                 Fix harmful typo
9800                 Factorize remove_all_msg
9801                 Thread-ize expunge
9802         * src/summaryview.c
9803                 Don't update partial-download status if unnecessary
9804         * src/folder.c
9805                 Use remove_msgs everywhere possible
9806
9807 2005-06-12 [colin]      1.9.11cvs61
9808
9809         * src/folder.c
9810         * src/folder.h
9811                 Add a remove_msgs function to remove a 
9812                 list of messages
9813         * src/imap.c
9814                 Implement that.
9815
9816 2005-06-12 [colin]      1.9.11cvs60
9817
9818         * src/imap.c
9819                 Remove flags-processing deferring... Too hard
9820                 to get it to work in all cases.
9821
9822 2005-06-11 [colin]      1.9.11cvs59
9823
9824         * src/imap.c
9825                 printf -> debug_print
9826
9827 2005-06-11 [colin]      1.9.11cvs58
9828
9829         * src/imap.c
9830                 o Fix build without USE_PTHREAD
9831                 o Factorize imap_open
9832                 o Alertpanel in case of impossible connection
9833                 o Alertpanel in case of impossible login
9834                 o Fix deferred flags processing to force a 
9835                   flush before adding some more flags to process,
9836                   but in another folder.
9837
9838 2005-06-10 [colin]      1.9.11cvs57
9839
9840         * src/imap.c
9841                 o Fix a format string error
9842                 o init ssl socket outside of the thread 
9843                   (it possibly invokes gtk calls)
9844         * src/procmime.c
9845                 o Put back the buffer to its necessary size
9846                 o Fix changing a file pointer without keeping
9847                   track of it (thanks Valgrind)
9848         * src/common/smtp.c
9849                 o Fix automatic STARTTLS if login should be done
9850                   and the server only allows it after starting TLS
9851         * src/gtk/gtkinputdialog.c
9852                 o Eat GDK_Return so that the combo popup doesn't 
9853                   appear when we press Enter to validate the combo
9854                   input dialog (as seen in the Open with... dialog)
9855
9856 2005-06-10 [colin]      1.9.11cvs56
9857
9858         * src/imap.c
9859                 o A bit less debug
9860                 o Fix a crash on deletion
9861                 o Threadize imap_select (it's called outside of 
9862                   threads)
9863                 o Defer treatment of DELETED flags
9864
9865
9866 2005-06-09 [colin]      1.9.11cvs55
9867
9868         * src/imap.c
9869                 Make sure we check imap_gtk_should_override(), which
9870                 potentially calls gtk stuff, before creating thread.
9871                 That way it should't be called via imap_get_session()
9872                 inside a thread.
9873
9874 2005-06-09 [colin]      1.9.11cvs54
9875
9876         * src/imap.c
9877                 o add a bit of status output
9878                 o remove some dead code
9879                 o threadize get_list_of_uids
9880                 o threadize imap_get_flags
9881                 o defer flag changing by 500ms so that they
9882                   can be batched
9883
9884
9885 2005-06-08 [colin]      1.9.11cvs53
9886
9887         * src/imap.c
9888                 Thread-ize imap_cmd_fetch
9889
9890 2005-06-08 [colin]      1.9.11cvs52
9891
9892         * src/main.c
9893                 Mmh, that broke POP3...
9894
9895 2005-06-08 [colin]      1.9.11cvs51
9896
9897         * src/main.c
9898                 Stabilize IMAP patch (thanks to Hoa)
9899
9900 2005-06-08 [colin]      1.9.11cvs50
9901
9902         * src/imap.c
9903                 Test patch to speed up imap. 
9904
9905 2005-06-08 [colin]      1.9.11cvs49
9906
9907         * src/imap_gtk.c
9908                 Warning fix
9909         * src/procmime.c
9910                 Apply patch from gentoo to use /usr/share/mime/globs if 
9911                 available, after un-breaking it
9912         * src/common/log.c
9913         * src/common/log.h
9914                 Use g_timeout for invoking hooks that possibly use gtk
9915                 calls. This should leave gtk calls in the main thread.
9916
9917 2005-06-08 [paul]       1.9.11cvs48
9918
9919         * src/codeconv.c
9920                 conv_get_outgoing_charset_str(): don't
9921                 use prefs_common setting
9922         * src/compose.c
9923         * src/compose.h
9924                 add /Options/Character encoding/... to
9925                 temporarily change the outgoing encoding
9926
9927         (belated sync with main)
9928
9929 2005-06-08 [paul]       1.9.11cvs47
9930
9931         * src/compose.c
9932                 correction to/completion of last
9933                 sync with main
9934
9935 2005-06-08 [paul]       1.9.11cvs46
9936
9937         sync with main:
9938         
9939         * src/codeconv.c
9940         * src/codeconv.h
9941                 always enabled Japanese auto-detection
9942                 if the first letters of locale string
9943                 is "ja"
9944         * src/compose.c
9945                 don't use "destroy" signal to destroy
9946                 Compose object (fix rare crashes on discard?)
9947         * src/mainwindow.c
9948         * src/messageview.c
9949         * src/prefs_send.c
9950                 added Hebrew encodings
9951         * src/sourcewindow.c
9952                 don't use "destroy" signal to destroy
9953                 objects
9954
9955 2005-06-07 [colin]      1.9.11cvs45
9956
9957         * src/summaryview.c
9958                 Add missing unlocks/locks
9959
9960 2005-06-07 [paul]       1.9.11cvs44
9961
9962         * src/summaryview.c
9963                 restore bug #749 fix
9964
9965 2005-06-06 [colin]      1.9.11cvs43
9966
9967         * src/summaryview.c
9968                 Fix selection bug when prefs_common.open_unread 
9969                 is FALSE
9970
9971 2005-06-06 [colin]      1.9.11cvs42
9972
9973         * src/common/md5.c
9974                 Fix a warning
9975         * src/summaryview.c
9976         * src/folderview.c
9977                 Factorize long operations beginning and end
9978                 (locking, freezing/thawing, cursor, ...)
9979                 Check selection->data member in selection-
9980                 related loops; this avoids dying an awful
9981                 death if the selection changes on us while
9982                 we're marking a whole IMAP folder unread, 
9983                 for example.
9984
9985 2005-06-06 [paul]       1.9.11cvs41
9986
9987         * src/textview.c
9988                 don't g_free() a static gchar buffer
9989
9990 2005-06-05 [colin]      1.9.11cvs40
9991
9992         * src/mainwindow.c
9993         * src/messageview.c
9994         * src/summaryview.c
9995                 Fix bug #749 (Show all headers should be
9996                 sticky as the GUI suggests)
9997
9998 2005-06-03 [paul]       1.9.11cvs39
9999
10000         * src/compose.c
10001                 don't allow editing of mail while sending.
10002                 patch by Colin
10003
10004 2005-06-03 [paul]       1.9.11cvs38
10005
10006         * src/folderview.c
10007                 add a freeze/thaw to speed up 'mark all read'
10008
10009 2005-06-03 [paul]       1.9.11cvs37
10010
10011         * src/prefs_message.c
10012                 reflect changes immediately
10013
10014 2005-06-02 [colin]      1.9.11cvs36
10015
10016         * po/POTFILES.in
10017                 Patch by Fabien Vantard.
10018
10019 2005-06-02 [colin]      1.9.11cvs35
10020
10021         * src/imap.c
10022                 Use a non-blocking imap_getline() if possible.
10023                 This should completely prevent the interface
10024                 from freezin on imap operations, although it
10025                 may do strange stuff in case of folder switching
10026                 while a big imap operation is taking place...
10027
10028                 In addition, fix a leak in the case thread
10029                 creation fails on connection.
10030
10031 2005-06-02 [colin]      1.9.11cvs34
10032
10033         * src/crash.c
10034         * src/prefs_common.h
10035                 Fix build (prefs_common_init() doesn't exist
10036                 anymore)
10037
10038 2005-06-02 [colin]      1.9.11cvs33
10039
10040         * src/prefs_account.c
10041                 Fix bug #245 (filtering rules broken when
10042                 renaming a remote account (imap4 or nntp)
10043
10044 2005-06-02 [colin]      1.9.11cvs32
10045
10046         * src/imap.c
10047                 Try to fix IMAP shortcomings: 
10048                 o Multithread imap_open()
10049                 o allow offline-mode overriding instead of
10050                   just returning NULL
10051         * src/imap_gtk.c
10052         * src/imap_gtk.h
10053                 Add a function to ask whether we want to
10054                 override offline-mode for 10 minutes (one-shot
10055                 asking was painful)
10056         * src/procheader.c
10057                 Fix segfault when imap parser isn't happy about
10058                 a missing {
10059
10060 2005-06-01 [colin]      1.9.11cvs31
10061
10062         * src/addrharvest.c
10063         * src/compose.c
10064         * src/mbox.c
10065         * src/mbox.h
10066         * src/mh.c
10067         * src/msgcache.c
10068         * src/send_message.c
10069         * src/setup.c
10070         * src/undo.c
10071         * src/common/hooks.c
10072         * src/common/prefs.c
10073         * src/common/template.c
10074         * src/common/utils.c
10075         * src/gtk/gtkutils.c
10076         * src/gtk/inputdialog.c
10077         * src/gtk/menu.c
10078         * src/gtk/pluginwindow.c
10079         * src/gtk/prefswindow.c
10080         * src/plugins/pgpmime/passphrase.c
10081         * src/plugins/pgpmime/prefs_gpg.c
10082                 More -Wall fixes
10083
10084         * src/common/Makefile.am
10085         * src/common/timing.h
10086                 Add basic timing code
10087
10088         * src/summaryview.c
10089                 Fix a bug with unread messages when 
10090                 re-sorting folders, and by the way
10091                 fix a big performance hit when 
10092                 re-sorting (10k mails: before 5s,
10093                 after .5s)
10094
10095         * src/prefs_compose_writing.c
10096         * src/prefs_compose_writing.h
10097         * src/prefs_message.c
10098         * src/prefs_message.h
10099         * src/prefs_other.c
10100         * src/prefs_other.h
10101         * src/prefs_quote.c
10102         * src/prefs_quote.h
10103         * src/prefs_receive.c
10104         * src/prefs_receive.h
10105         * src/prefs_send.c
10106         * src/prefs_send.h
10107         * src/prefs_summaries.c
10108         * src/prefs_summaries.h
10109                 Fix copyright banner
10110
10111 2005-06-01 [paul]       1.9.11cvs30
10112
10113         * po/fi.po
10114                 updated by Flammie Pirinen
10115         * src/procmime.c
10116                 fix 'Bad BASE64 content' output
10117
10118 2005-05-31 [colin]      1.9.11cvs29
10119
10120         * src/procmime.c
10121                 Oops, where did my hunk go.
10122
10123 2005-05-31 [colin]      1.9.11cvs28
10124
10125         * src/Makefile.am
10126         * src/account.c
10127         * src/action.c
10128         * src/addr_compl.c
10129         * src/addressbook.c
10130         * src/codeconv.c
10131         * src/compose.c
10132         * src/export.c
10133         * src/folder.c
10134         * src/folderview.c
10135         * src/image_viewer.c
10136         * src/main.c
10137         * src/mainwindow.c
10138         * src/messageview.c
10139         * src/mimeview.c
10140         * src/msgcache.c
10141         * src/prefs_account.c
10142         * src/prefs_actions.c
10143         * src/prefs_common.c
10144         * src/prefs_compose_writing.c
10145         * src/prefs_customheader.c
10146         * src/prefs_ext_prog.c
10147         * src/prefs_filtering.c
10148         * src/prefs_filtering_action.c
10149         * src/prefs_fonts.c
10150         * src/prefs_image_viewer.c
10151         * src/prefs_message.c
10152         * src/prefs_message.h
10153         * src/prefs_msg_colors.c
10154         * src/prefs_other.c
10155         * src/prefs_other.h
10156         * src/prefs_quote.c
10157         * src/prefs_receive.c
10158         * src/prefs_receive.h
10159         * src/prefs_send.c
10160         * src/prefs_send.h
10161         * src/prefs_spelling.c
10162         * src/prefs_summaries.c
10163         * src/prefs_summary_column.c
10164         * src/prefs_template.c
10165         * src/prefs_themes.c
10166         * src/prefs_toolbar.c
10167         * src/prefs_wrapping.c
10168         * src/procmime.c
10169         * src/procmsg.c
10170         * src/send_message.h
10171         * src/ssl_manager.c
10172         * src/summary_search.c
10173         * src/summaryview.c
10174         * src/textview.c
10175         * src/wizard.c
10176         * src/common/smtp.c
10177         * src/common/smtp.h
10178         * src/gtk/gtkutils.h
10179                 o Move the rest of Common prefs to new style
10180                 o Lots of -Wall warning fixes
10181                 o fix FIXME in cache memusage calculation
10182                 o Let return receipts be sent from any account
10183                 o Little cache optimisation (read)
10184                 o Fix bug #746 (don't treat commas as separators
10185                   when inside a quoted string)
10186
10187 2005-05-31 [paul]       1.9.11cvs27
10188
10189         * src/prefs_common.c
10190                 fix 'off-by-one' typo
10191
10192 2005-05-31 [paul]       1.9.11cvs26
10193
10194         * src/account.c
10195         * src/addr_compl.c
10196         * src/compose.c
10197         * src/foldersel.c
10198         * src/prefs_actions.c
10199         * src/prefs_common.c
10200         * src/prefs_common.h
10201         * src/prefs_customheader.c
10202         * src/prefs_display_header.c
10203         * src/prefs_filtering.c
10204         * src/prefs_filtering_action.c
10205         * src/prefs_matcher.c
10206         * src/prefs_summaries.c
10207         * src/prefs_summary_column.c
10208         * src/prefs_template.c
10209         * src/prefs_toolbar.c
10210         * src/ssl_manager.c
10211         * src/gtk/pluginwindow.c
10212         * src/gtk/prefswindow.c
10213         * src/gtk/progressdialog.c
10214                 add hidden prefs 'enable_rules_hint'
10215                 for gtk_tree_view_set_rules_hint()
10216                 (sync with main)
10217                 
10218
10219 2005-05-31 [colin]      1.9.11cvs25
10220
10221         * src/Makefile.am
10222         * src/main.c
10223         * src/prefs_common.c
10224         * src/prefs_summaries.c ** ADDED **
10225         * src/prefs_summaries.h ** ADDED **
10226                 Common/Display -> Display/Summaries
10227
10228 2005-05-31 [colin]      1.9.11cvs24
10229
10230         * src/Makefile.am
10231         * src/main.c
10232         * src/prefs_quote.c ** ADDED **
10233         * src/prefs_quote.h ** ADDED **
10234                 Move Common/Quote to Compose/Quoting
10235         * src/prefs_common.c
10236         * src/prefs_common.h
10237                 Remove old quote stuff, add
10238                 convenience functions for GtkTextView prefs
10239         * src/gtk/prefswindow.c
10240                 Set default height higher
10241
10242 2005-05-30 [colin]      1.9.11cvs23
10243
10244         * src/Makefile.am
10245         * src/main.c
10246         * src/prefs_common.c
10247         * src/prefs_compose_writing.c ** ADDED **
10248         * src/prefs_compose_writing.h ** ADDED **
10249                 Move Common/Compose prefs to Compose/Writing
10250
10251 2005-05-30 [colin]      1.9.11cvs22
10252
10253         * src/common/utils.c
10254                 Fix bug #651 (Confused Attract by Subject)
10255                 Patch by M. Benkmann <haferfrost@web.de>
10256         * AUTHORS
10257
10258 2005-05-30 [colin]      1.9.11cvs21
10259
10260         * src/compose.c
10261                 Fix concatenation of different headers of
10262                 the same type (bug #645)
10263         * src/prefs_folder_item.c
10264                 Fix bug #699 (setting color to black doesn't
10265                 work immediately)
10266         * src/procmime.c
10267                 Print out decoding error only once per
10268                 block
10269
10270 2005-05-30 [paul]       1.9.11cvs20
10271
10272         * src/common/template.c
10273                 fix Bcc
10274
10275 2005-05-30 [paul]       1.9.11cvs19
10276
10277         * doc/src/rfc2368.txt   **NEW FILE**
10278         * src/compose.c
10279                 compose_entries_set(): don't interpret Bcc
10280                 header field (conform to RFC 2368)
10281                 (sync with main)
10282
10283 2005-05-29 [colin]      1.9.11cvs18
10284
10285         * src/prefs_common.c
10286                 Let the default reply format respect
10287                 netiquette by cutting the signature.
10288
10289 2005-05-29 [colin]      1.9.11cvs17
10290
10291         * src/summaryview.c
10292                 Don't let always_show_msg override
10293                 open_unread_on_enter when opening a new
10294                 directory.
10295
10296 2005-05-27 [paul]       1.9.11cvs16
10297
10298         sync with main:
10299
10300         * src/main.c
10301                 app_will_exit(): cleanup tmp directory when exit
10302         * src/message_search.c
10303                 improved the interface and made code cleanup.
10304                 removed Clear button
10305         * src/send_message.c
10306                 send_message_local(): use GSpawn, and detect errors
10307         * src/summary_search.c
10308                 improved the interface and made code cleanup
10309         * src/textview.c
10310                 textview_write_link(): also skip non-ascii space
10311                  at the head of link strings (phishing check
10312                  didn't work at the case)
10313         * src/common/utils.c
10314                 get_command_output(): use g_spawn_command_line_sync()
10315                 instead of popen()
10316
10317 2005-05-26 [colin]      1.9.11cvs15
10318
10319         * src/folder.c
10320                 remove printf
10321
10322 2005-05-26 [colin]      1.9.11cvs14
10323
10324         * src/common/nntp.c
10325                 Fix nntp mode reader (bug #611)
10326                 Patch by Florian Mickler <florian@mickler.org>
10327
10328 2005-05-26 [colin]      1.9.11cvs13
10329
10330         * src/plugins/pgpmime/passphrase.c
10331                 Fix mouse grabbing (bug #557)
10332
10333 2005-05-26 [colin]      1.9.11cvs12
10334
10335         * src/prefs_themes.c
10336                 Fix g_warning (bug #541)
10337
10338 2005-05-26 [colin]      1.9.11cvs11
10339
10340         * src/prefs_actions.c
10341         * src/prefs_template.c
10342                 Fix bug #506 (no warning if action/template
10343                 is not saved)
10344         * src/common/template.c
10345                 Fix a possible crash
10346
10347 2005-05-26 [colin]      1.9.11cvs10
10348
10349         * src/folder.c
10350         * src/folderview.c
10351         * src/procmsg.c
10352         * src/summaryview.c
10353                 Forbid locked messages to be moved or
10354                 deleted. Locked messages in trashes 
10355                 still get deleted, for performance
10356                 reason (mh.c::mh_remove_all_msgs)
10357
10358 2005-05-25 [colin]      1.9.11cvs9
10359
10360         * src/procmime.c
10361                 Use correct encoding when sending mails
10362                 with attachments that have accentued 
10363                 chars in their name
10364
10365 2005-05-24 [colin]      1.9.11cvs8
10366
10367         * src/summaryview.c
10368                 Fix bug #688 f) read/unread marker not
10369                 changed on first click
10370                 Also, optimize summary_status_show()
10371                 calls
10372         * src/folder.c
10373         * src/inc.c
10374         * src/procmime.c
10375                 Fix bug #688 b) and c) wrt message
10376                 attachments and signature
10377         * src/stock_pixmap.c
10378         * src/stock_pixmap.h
10379         * src/stock_pixmap.c
10380         * src/stock_pixmap.h
10381         * src/Makefile.am
10382         * src/pixmaps/clip_gpg_signed.xpm
10383                 Add clip/signed icon
10384
10385 2005-05-24 [colin]      1.9.11cvs7
10386
10387         * src/folder_item_prefs.c
10388                 whitespace fix
10389
10390 2005-05-24 [colin]      1.9.11cvs6
10391
10392         * src/folderview.c
10393         * src/prefs_common.c
10394         * src/prefs_common.h
10395                 Add a confirmation to folder drag and drop
10396                 fixes bug #156
10397         * src/alertpanel.c
10398         * src/alertpanel.h
10399                 fix _with_disable parameters so that
10400                 the buttons labels are specifiable too
10401         * src/plugins/pgpmime/sgpgme.c
10402                 reflect said change
10403                 
10404
10405 2005-05-24 [colin]      1.9.11cvs5
10406
10407         * src/folderview.c
10408                 Uncollapse/collapse folders on double-click
10409                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10410                 closes bug #108
10411
10412 2005-05-23 [colin]      1.9.11cvs4
10413
10414         * src/common/socket.c
10415                 Check another special SSL_peek() error.
10416                 Should help wrt bug #728
10417
10418 2005-05-23 [colin]      1.9.11cvs3
10419
10420         * src/plugins/pgpmime/pgpmime.c
10421                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10422                 breaking menu accelerators and stuff. Users will have to
10423                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10424                 account's privacy preferences if needed.
10425
10426 2005-05-22 [paul]
10427
10428         * tools/kdeservicemenu/install.sh
10429                 use kdesu to prompt for root password if doing
10430                 global install/uninstall
10431
10432 2005-05-20 [colin]      1.9.11cvs2
10433
10434         * src/procmsg.c
10435                 Fix another compilation error with gcc-2.9x
10436                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10437         * src/send_message.c
10438                 Don't send QUIT if we aren't connected
10439
10440 2005-05-19 [colin]      1.9.11cvs1
10441
10442         * src/procmsg.c
10443                 Fix compilation with gcc 2.9x
10444
10445 2005-05-19 [paul]       1.9.11
10446
10447         1.9.11 released
10448
10449 2005-05-19 [paul]       1.9.9cvs14
10450
10451         * src/gtk/inputdialog.c
10452                 prevent gettext warning
10453
10454 2005-05-19 [paul]       1.9.9cvs13
10455
10456         * src/mainwindow.c
10457         * src/prefs_common.c
10458         * src/prefs_common.h
10459         * src/textview.c
10460         * src/textview.h
10461                 add an option to toggle cursor in message
10462                 view (sync with main)
10463
10464 2005-05-18 [colin]      1.9.9cvs12
10465
10466         * src/compose.c
10467                 Dereference freed pointer
10468         * src/gtk/gtkaspell.c
10469                 Fix duplication of dictionaries (is it an aspell issue?)
10470
10471 2005-05-18 [colin]      1.9.9cvs11
10472
10473         * src/gtk/inputdialog.c
10474         * src/gtk/gtkaspell.c
10475                 HIGuify dialogs
10476         * src/alertpanel.c
10477                 Remove a double call
10478
10479 2005-05-17 [colin]      1.9.9cvs10
10480
10481         * src/gtk/gtkaspell.c
10482                 Fix dialogs, Ctrl-Enter accel
10483
10484 2005-05-17 [colin]      1.9.9cvs9
10485
10486         * src/gtk/gtkaspell.c
10487                 Fix some accelerators, escape in replace-window
10488
10489 2005-05-16 [colin]      1.9.9cvs8
10490
10491         * src/gtk/gtkaspell.c
10492                 Revert last commit, it was a mistake.
10493
10494 2005-05-16 [colin]      1.9.9cvs7
10495
10496         * src/gtk/gtkaspell.c
10497                 Remove buggy code while we're at it. It's a 
10498                 dead code path anyway.
10499
10500 2005-05-16 [colin]      1.9.9cvs6
10501
10502         * src/gtk/gtkaspell.c
10503                 Missed some gtk_menu_popup where deactivate
10504                 signal should be handled. Should fix bug
10505                 #629 a bit more.
10506
10507 2005-05-16 [colin]      1.9.9cvs5
10508
10509         * src/gtk/gtkaspell.c
10510                 Remove debug printf()s
10511
10512 2005-05-16 [colin]      1.9.9cvs4
10513
10514         * src/gtk/gtkaspell.c
10515                 Fix a bit aspell problems
10516                 (see bug #629)
10517
10518 2005-05-13 [colin]      1.9.9cvs3
10519
10520         * src/folderview.c
10521                 Fix the + appearing even when no subfolders
10522                 have unread messages. Thanks to wwp for the
10523                 bug report.
10524
10525 2005-05-11 [paul]       1.9.9cvs2
10526
10527         * src/folderview.c
10528                 correction to 1.9.9cvs1, only colour folders that
10529                 have new msgs (not unread msgs)
10530
10531 2005-05-10 [colin]      1.9.9cvs1
10532
10533         * src/folderview.c
10534         * src/summaryview.c
10535                 Try to fix bolding bugs again.
10536
10537 2005-05-09 [paul]
10538
10539         * tools/claws.i18n.status.pl
10540                 add Ricardo Mones Lastra's script that has been providing
10541                 the i18n status page for many months
10542
10543 2005-05-09 [paul]       1.9.9
10544
10545         1.9.9 release
10546
10547 2005-05-09 [paul]       1.9.6cvs58
10548
10549         * AUTHORS
10550         * INSTALL
10551         * README.claws
10552                 updated
10553         * Makefile.am 
10554         * RELEASE_NOTES.claws
10555                 add release notes to cvs to simplify release
10556                 procedure
10557         * configure.ac
10558                 add ca and fi to ALL_LINGUAS
10559         * po/Makefile.in.in
10560                 workaround for missing Makevars
10561         * po/ca.po
10562         * po/fi.po
10563                 add new Catalan and Finnish translations
10564                 submitted by Miquel Oliete and Flammie Pirinen
10565         * po/de.po
10566         * po/es.po
10567         * po/fr.po
10568         * po/it.po
10569         * po/pl.po
10570         * po/ru.po
10571         * po/sk.po
10572         * po/sr.po
10573         * po/zh_CN.po
10574                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10575                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10576                 Urke MMI, and Hansom Young
10577         * src/main.c
10578                 Fix drafting when quitting. compose_draft() closes the
10579                 compose windows, which modifies the compose_list GSList.
10580                 We have to refresh this list after echo drafting to avoid a
10581                 segfault
10582         * src/partial_download.c
10583                 fix segfault on exit
10584
10585 2005-05-06 [paul]       1.9.6cvs57
10586
10587         * src/grouplistdialog.c
10588                 quick fix/workaround for unresizeable newsgroup
10589                 name column 
10590
10591 2005-05-06 [paul]       1.9.6cvs56
10592
10593         * src/inc.c
10594         * src/mainwindow.c
10595                 use gettext plural forms
10596         * src/imap_gtk.c
10597         * src/mh_gtk.c
10598         * src/toolbar.c
10599                 small improvement to english usage
10600
10601 2005-05-05 [thorsten]   1.9.6cvs55
10602
10603         * src/folder.c
10604                 fix possible crash
10605
10606 2005-05-05 [paul]       1.9.6cvs54
10607         
10608         sync with HEAD
10609
10610         * AUTHORS
10611         * src/compose.c
10612                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10613                 patch by Tim Mann
10614
10615 2005-05-05 [paul]       1.9.6cvs53
10616
10617         * src/mainwindow.c
10618                 fix resizing of separate message and
10619                 folder views
10620
10621 2005-05-05 [paul]       1.9.6cvs52
10622
10623         * src/account.c
10624         * src/addrgather.c
10625         * src/browseldap.c
10626         * src/exphtmldlg.c
10627         * src/expldifdlg.c
10628         * src/importmutt.c
10629         * src/importpine.c
10630         * src/main.c
10631         * src/mainwindow.c
10632         * src/noticeview.c
10633         * src/prefs_filtering.c
10634         * src/prefs_filtering_action.c
10635         * src/prefs_matcher.c
10636         * src/prefs_spelling.c
10637         * src/prefs_toolbar.c
10638         * src/toolbar.c
10639         * src/wizard.c
10640         * src/gtk/description_window.c
10641         * src/gtk/gtkvscrollbutton.c
10642         * src/gtk/progressdialog.c
10643         * src/gtk/quicksearch.c
10644         * src/plugins/pgpmime/prefs_gpg.c
10645         * src/plugins/spamassassin/spamassassin_gtk.c
10646                 replace deprecated gtk_widget_set_usize
10647
10648 2005-05-04 [colin]      1.9.6cvs51
10649
10650         * src/common/utils.c
10651                 Fix crash when subst_for_filename is called
10652                 with a NULL parameter
10653
10654 2005-05-04 [colin]      1.9.6cvs50
10655
10656         * src/partial_download.c
10657         * src/pop.c
10658                 Escape login when writing uidl file
10659                 fixes bug #736
10660
10661 2005-05-03 [colin]      1.9.6cvs49
10662
10663         * src/procmime.c
10664                 Fix possible DOS in mime parser
10665                 (see bug #634)
10666
10667 2005-05-02 [colin]      1.9.6cvs48
10668
10669         * src/compose.c
10670                 Try to fix the copy/paste mess once again.
10671
10672
10673 2005-04-30 [colin]      1.9.6cvs47
10674
10675         * src/prefs_account.h
10676         * src/procmsg.c
10677         * src/send_message.c
10678         * src/common/smtp.c
10679         * src/common/smtp.h
10680                 Try to batch sending mails (per account) instead of
10681                 reconnecting to server every time.
10682
10683 2005-04-29 [colin]      1.9.6cvs46
10684
10685         * src/messageview.c
10686                 Fix window resizing that refused to size down
10687         * src/prefs_common.c
10688         * src/prefs_common.h
10689         * src/prefs_filtering.c
10690                 Save Filtering's window size
10691
10692 2005-04-21 [paul]       1.9.6cvs45
10693
10694         * ChangeLog-gtk2.claws
10695         * src/setup.c
10696                 correction to sync
10697
10698 2005-04-21 [paul]       1.9.6cvs44
10699
10700         sync with main:
10701
10702         * src/setup.c
10703         * src/statusbar.c
10704         * src/statusbar.h
10705                 use gtkut_widget_draw_now(). Improved performance
10706                 of the update of statusbar
10707         * src/textview.c
10708                 textview_smooth_scroll_do(): redraw it after scroll
10709                 is done (fixed incorrect display when a part of the
10710                 view is hidden).
10711         * src/gtk/gtkutils.c
10712         * src/gtk/gtkutils.h
10713                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10714                 to force update of widgets.
10715                 Removed gtkut_widget_wait_for_draw() which had a big
10716                 overhead  because of waiting for all events processed 
10717
10718 2005-04-20 [paul]       1.9.6cvs43
10719
10720         * src/codeconv.c
10721                 complete 1.9.6cvs42's sync:
10722                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10723
10724 2005-04-19 [paul]       1.9.6cvs42
10725
10726         sync with main:
10727
10728         * src/action.c
10729                 catch_output(): correctly select the insert text
10730                 (fix invalid iterator warnings).
10731         * src/codeconv.c
10732         * src/codeconv.h
10733         * src/mainwindow.c
10734         * src/messageview.c
10735         * src/prefs_common.c
10736                 support GBK encoding.
10737         * src/common/session.c
10738         * src/common/session.h
10739                 use separate buffer for large data to be sent,
10740                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10741
10742 2005-04-18 [paul]       1.9.6cvs41
10743
10744         * src/jpilot.c
10745                 convert unsigned long into guint32
10746                 patch by Paul LeoNerd Evans 
10747
10748 2005-04-17 [colin]      1.9.6cvs40
10749
10750         * src/compose.c
10751                 Fix 'Request return receipt' from folder
10752                 properties (bug #708)
10753
10754 2005-04-17 [colin]      1.9.6cvs39
10755
10756         * src/mainwindow.c
10757                 Fix duplicate hotkeys in Mainwindow's menu
10758
10759 2005-04-17 [colin]      1.9.6cvs38
10760
10761         * src/folderview.c
10762                 Fix duplicate hotkeys in Folderview's contextual
10763                 menu
10764
10765 2005-04-15 [colin]      1.9.6cvs37
10766
10767         * src/summaryview.c
10768                 Fix 'Save as...' with non-ascii filenames
10769
10770 2005-04-15 [colin]      1.9.6cvs36
10771
10772         * src/plugins/pgpmime/pgpmime.c
10773                 Fix bus error on 64bit. Spotted by 
10774                 macallan1888@gmail.com
10775
10776 2005-04-15 [colin]      1.9.6cvs35
10777
10778         * src/prefs_account.c
10779                 Fix cvs34.
10780
10781 2005-04-12 [colin]      1.9.6cvs34
10782
10783         * src/prefs_account.c
10784                 Fix smtp auth type off-by-one. We forgot to
10785                 add PLAIN in the prefs-to-gui setter func and
10786                 as a result, the selected auth when opening
10787                 account prefs was not the correct one.
10788
10789 2005-04-12 [paul]       1.9.6cvs33
10790
10791         * src/inc.c
10792                 if the recv dialog is visible, Cancel only
10793                 cancels the current account
10794
10795
10796 2005-04-10 [colin]      1.9.6cvs32
10797
10798         * src/filtering.c
10799                 Copy score when copying FilteringActions
10800                 Fix bug #674
10801
10802 2005-04-10 [colin]      1.9.6cvs31
10803
10804         * src/inc.c
10805                 Make Message -> Receive -> Cancel cancel 
10806                 incorporation on all accounts. Fixes
10807                 bug #693
10808
10809 2005-04-10 [colin]      1.9.6cvs30
10810
10811         * src/prefs_account.c
10812                 Update Privacy checkbuttons status based
10813                 on the selected privacy system
10814         * src/compose.c
10815                 Always connect the "None" privacy system; the
10816                 static boolean was probably there to avoid
10817                 reconnecting twice in the same compose window,
10818                 but as the parent function is only called once
10819                 per compose, it's only a bug - as a static is
10820                 initialized once per application instance.
10821                 Also, don't uncheck Sign and Encrypt when
10822                 selecting None as privacy system; just ignore
10823                 them when sending/queuing.
10824                 Should fix bug #695
10825
10826 2005-04-08 [colin]      1.9.6cvs29
10827
10828         * src/account.c
10829         * src/prefs_account.c
10830         * src/prefs_account.h
10831                 Add account preference to queue message in a certain
10832                 folder.
10833
10834 2005-04-06 [colin]      1.9.6cvs28
10835
10836         * src/prefs_account.c
10837                 Update old inbox path syntax
10838
10839 2005-04-06 [paul]       1.9.6cvs27
10840
10841         sync with main:
10842
10843         * configure.ac
10844                 changed -traditional-cpp to -no-cpp-precomp for newer
10845                 Mac OS X support
10846         * src/foldersel.c
10847                 made column resize automatically
10848         * src/send_message.c
10849                 send_message_smtp(): consider EOF right after QUIT
10850                 successful (workaround for Gmail SMTP server)
10851         * src/common/socket.c
10852                 ssl_read(), ssl_peek(): check EOF which violates the
10853                 SSL protocol
10854         * src/gtk/colorlabel.c
10855                 removed warnings when displaying colorlabel menu
10856                 (don't use GtkAlignment)
10857
10858 2005-04-05 [paul]       1.9.6cvs26
10859
10860         * src/plugins/trayicon/trayicon.c
10861                 fix clipping of icon under KDE3 
10862
10863 2005-04-05 [paul]       1.9.6cvs25
10864
10865         * src/summaryview.c
10866                 hide display of threading
10867                 patch by Alfons
10868
10869 2005-04-04 [thorsten]   1.9.6cvs24
10870
10871         * src/mh.c
10872                 marks lost on filesystems with different stat() results on
10873                 summer-/wintertime
10874
10875 2005-04-03 [colin]      1.9.6cvs23
10876
10877         * src/summaryview.c
10878                 Don't handle up/down. Patch by Alfons
10879
10880 2005-04-02 [colin]      1.9.6cvs22
10881
10882         * src/summaryview.c
10883                 Make scrolling faster. Patch by Alfons.
10884
10885 2005-04-01 [colin]      1.9.6cvs21
10886
10887         * src/Makefile.am
10888         * src/stock_pixmap.c
10889         * src/pixmaps/dir-noselect.xpm ** REMOVED **
10890         * src/pixmaps/dir_noselect.xpm ** ADDED **
10891                 Fix pixmap name mismatch (Thanks Stephan Sachse)
10892
10893 2005-04-01 [colin]      1.9.6cvs20
10894
10895         * src/image_viewer.c
10896         * src/image_viewer.h
10897         * src/procmime.c
10898         * src/procmime.h
10899         * src/textview.c
10900         * src/textview.h
10901                 Implement inline image resizing and right-clicking
10902
10903 2005-04-01 [paul]       1.9.6cvs19
10904
10905         * AUTHORS
10906         * Makefile.am
10907         * configure.ac
10908                 check for gnome2
10909                 patch by Luca Cavalli <loopback<AT>slackit.org>
10910         * po/ru.po
10911                 updated by Pavlo Bohmat
10912
10913 2005-03-31 [colin]      1.9.6cvs18
10914
10915         * src/news.c
10916                 Fix parsing references
10917         * src/msgcache.c
10918                 don't put nulls in the references list
10919         * src/procheader.c
10920                 commit that forgotten file in 1.9.6cvs14
10921
10922 2005-03-31 [colin]      1.9.6cvs17
10923
10924         * src/compose.c
10925                 Fix joining of signature separator again. 
10926                 Maybe Hiro could put it in main too...
10927
10928 2005-03-31 [colin]      1.9.6cvs16
10929
10930         * src/Makefile.am
10931         * src/foldersel.c
10932         * src/stock_pixmap.c
10933         * src/stock_pixmap.h
10934         * src/pixmaps/dir-noselect.xpm
10935                 Update foldersel.c (sync from main, patch by Alfons)
10936
10937 2005-03-30 [colin]      1.9.6cvs15
10938
10939         * src/imap.c
10940                 Fix handling of imap folders containing [] in 
10941                 their name. Thanks to Nahuel Angelinetti for
10942                 the detailed bugreport.
10943
10944 2005-03-30 [colin]      1.9.6cvs14
10945
10946         * src/common/utils.h
10947         * src/common/utils.c
10948         * src/common/defs.h
10949         * src/matcher.c
10950         * src/msgcache.c
10951         * src/news.c
10952         * src/procmsg.c
10953         * src/procmsg.h
10954         * src/quote_fmt_parse.y
10955         * src/summaryview.c
10956                 Update references system. Patch by Alfons
10957
10958 2005-03-30 [colin]      1.9.6cvs13
10959
10960         * src/common/socket.c
10961                 Force the glibc to read resolv.conf again when 
10962                 it has changed. Should fix issues when changing
10963                 networks on a laptop and not restarting sylpheed. 
10964
10965 2005-03-30 [paul]       1.9.6cvs12
10966
10967         partial sync with main:
10968
10969         * src/action.c
10970                 create_io_dialog(): use user-defined text font
10971                 (thanks to Alfons), and modified its appearance.
10972         * src/addrgather.c
10973         * src/addrharvest.c
10974         * src/browseldap.c
10975                 replace old code
10976         * src/compose.c
10977                 don't join (presumably) itemized lines on line-wrapping
10978                 fixed wrapping of quote when auto-wrapping is enabled
10979                 compose_destroy(): destroy paned only if it's not
10980                 attached to window. Fixed memory leak of popup menu.
10981         * src/exphtmldlg.c
10982         * src/expldifdlg.c
10983                 replace old code
10984         * src/html.c
10985         * src/html.h
10986         * src/importmutt.c
10987         * src/importpine.c
10988                 replace old code
10989         * src/main.c
10990                 removed redundant code
10991         * src/mainwindow.c
10992                 changed 'Code set' (which is rather incorrect)
10993                 in the menu to 'Character encoding'
10994                 main_window_set_widgets(): request size first
10995                 to prevent window size becoming wrong
10996                 fixed remembering of the state of the visibility
10997                 of MessageView
10998         * src/messageview.c
10999                 changed 'Code set' (which is rather incorrect)
11000                 in the menu to 'Character encoding'
11001         * src/prefs_common.c
11002         * src/prefs_common.h
11003                 added an option whether to render HTML as text or not
11004                 added separators to outgoing encoding menu
11005         * src/procheader.c
11006                 procheader_scan_date_string(): support header
11007                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11008         * src/summaryview.c
11009         * src/summaryview.h
11010                 minor code cleanup
11011         * src/textview.c
11012                 textview_show_html(): force output of newline
11013                 added an option whether to render HTML as text or not
11014         * src/common/utils.c
11015                 strncpy2(): optimized based on Alfons' code
11016         * src/gtk/gtkutils.c
11017         * src/gtk/gtkutils.h
11018                 removed non-used code
11019         * src/plugins/pgpmime/passphrase.c
11020                 partially fixed grab input of passphrase dialog
11021                 Confine pointer to window
11022
11023 2005-03-30 [colin]      1.9.6cvs11
11024
11025         * src/msgcache.c
11026         * src/msgcache.h
11027                 Read/write 32bit ints from cache & marks
11028                 From main.
11029
11030 2005-03-29 [paul]       1.9.6cvs10
11031
11032         * AUTHORS
11033         * ChangeLog.claws
11034         * src/compose.c
11035         * src/gtk/gtkaspell.c
11036                 sync with HEAD (don't pass NULL pointers) 
11037
11038 2005-03-24 [paul]
11039
11040         * tools/Makefile.am
11041         * tools/README
11042         * tools/acroread2sylpheed.pl
11043                 sync with HEAD (add script to send pdfs as
11044                 attachments from Adobe Reader 7)
11045
11046 2005-03-21 [paul]       1.9.6cvs9
11047
11048         * configure.ac
11049         * po/POTFILES.in
11050         * src/Makefile.am
11051         * src/crash.c
11052         * src/image_viewer.c ** ADDED **
11053         * src/image_viewer.h ** ADDED **
11054         * src/main.c
11055         * src/prefs_common.c
11056         * src/prefs_common.h
11057         * src/prefs_image_viewer.c ** ADDED **
11058         * src/prefs_image_viewer.h ** ADDED **
11059         * src/textview.c
11060         * src/gtk/about.c
11061         * src/pixmaps/sylpheed_logo.xpm
11062         * src/plugins/Makefile.am
11063         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11064         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11065         * src/plugins/image_viewer/plugin.c ** REMOVED **
11066         * src/plugins/image_viewer/viewer.c ** REMOVED **
11067         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11068         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11069         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11070         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11071         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11072                 as gdk-pixbuf is now built-in
11073                 remove image_viewer plugin and put code back into
11074                 main codebase
11075                 implement inline image display (sync with main)
11076
11077                 replace logo with newer, nicer, larger version  
11078
11079 2005-03-21 [paul]       1.9.6cvs8
11080
11081         * src/gtk/about.c
11082                 cosmetic improvement
11083
11084 2005-03-21 [holger]     1.9.6cvs7
11085
11086         * src/plugins/spamassassin/spamassassin.c
11087                 Sync with HEAD
11088                 (unregister hook on failed plugin init)
11089
11090 2005-03-20 [colin]      1.9.6cvs6
11091
11092         * src/common/plugin.c
11093                 Check that plugin isn't already loaded
11094                 Patch by Alfons
11095
11096 2005-03-20 [thorsten]   1.9.6cvs5
11097
11098         * src/compose.c
11099                 use a more compatible syntax
11100
11101 2005-03-20 [thorsten]   1.9.6cvs4
11102
11103         * src/prefs_toolbar.c
11104                 fix crash when selecting toolbar item (uninitialized pointer)
11105
11106 2005-03-20 [thorsten]   1.9.6cvs3
11107
11108         * src/procmime.c
11109                 fix mimetype detection (referenced free()d string)
11110
11111 2005-03-20 [paul]       1.9.6cvs2
11112
11113         * src/compose.c
11114                 sync with HEAD (1.0.3cvs5)
11115                 neglect Reply-To header if empty
11116                 Patch by Alfons 
11117
11118 2005-03-19 [holger]     1.9.6cvs1
11119
11120         * src/summaryview.c
11121         * src/summaryview.h
11122                 Sync with HEAD
11123
11124 2005-03-18 [paul]       1.9.6
11125
11126         initial GTK2 release
11127
11128 2005-03-18 [paul]       1.0.3cvs3.1
11129
11130         * AUTHORS
11131         * ChangeLog.claws
11132         * configure.ac
11133         * src/gtk/about.c
11134         * src/pixmaps/sylpheed_logo.xpm
11135                 sync with HEAD
11136
11137 2005-03-18 [colin]      1.0.3cvs2.6
11138
11139         * src/summaryview.c
11140                 Remove call to summary_step in summary_copy_selected_to
11141                 Can't see its purpose, and this causes bug when copying
11142                 a message if the next one is unread: it reads it.
11143
11144 2005-03-18 [paul]       1.0.3cvs2.5
11145
11146         * src/foldersel.c
11147                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11148
11149 2005-03-18 [paul]       1.0.3cvs2.4
11150
11151         * src/addrharvest.c
11152         * src/codeconv.c
11153         * src/codeconv.h
11154         * src/compose.c
11155         * src/news.c
11156         * src/procheader.c
11157         * src/procmime.c
11158         * src/unmime.c
11159         * src/unmime.h
11160                 fix buffer overflow, CAN-2005-0667, see
11161                 http://secunia.com/advisories/14491/
11162                 Patch by Alfons
11163
11164 2005-03-17 [colin]      1.0.3cvs2.3
11165
11166         * src/prefs_fonts.c
11167         * src/summaryview.c
11168                 Fix font bugs (both lists now officialy share 
11169                 the same font)
11170                 
11171
11172 2005-03-17 [paul]       1.0.3cvs2.2
11173
11174         * src/gtk/pluginwindow.c
11175                 make plugin descriptions uneditable
11176
11177 2005-03-11 [paul]       1.0.3cvs2.1
11178
11179         * ChangeLog.claws
11180         * configure.ac
11181         * po/POTFILES.in
11182         * src/plugins/trayicon/trayicon.c
11183                 sync with HEAD
11184                 add src/wizard.c to POTFILES.in
11185
11186 2005-03-11 [paul]       1.0.3cvs1.1
11187
11188         * ChangeLog
11189         * ChangeLog.claws
11190         * configure.ac
11191         * po/de.po
11192         * po/es.po
11193         * po/fr.po
11194         * po/it.po
11195         * po/pt_BR.po
11196         * po/ru.po
11197         * po/sk.po
11198         * po/sr.po
11199         * po/zh_CN.po
11200                 sync with HEAD
11201
11202 2005-03-04 [colin]      1.0.1cvs22.2
11203
11204         * src/compose.c
11205                 Fix signatures with accentued chars in it
11206
11207 2005-03-04 [colin]      1.0.1cvs22.1
11208
11209         * src/common/smtp.c
11210         * src/common/smtp.h
11211                 Don't use SIZE param in MAIL FROM: if server 
11212                 doesn't support it. Patch by Eugen Freiter
11213                 <eugen_f@users.sf.net>
11214
11215 2005-02-27 [paul]       1.0.1cvs20.1
11216
11217         * ChangeLog.claws
11218         * configure.ac
11219         * src/messageview.c
11220                 sync with HEAD
11221
11222 2005-02-27 [colin]      1.0.1cvs19.4
11223
11224         * src/procheader.c
11225         * src/procheader.h
11226                 Fix prototypes. Patch by Alfons
11227
11228 2005-02-27 [colin]      1.0.1cvs19.3
11229
11230         * src/compose.c
11231                 Don't auto-join the signature separator.
11232
11233 2005-02-26 [colin]      1.0.1cvs19.2
11234
11235         * src/summaryview.c
11236                 Fix 'mark all read' with collapsed threads.
11237                 Patch by Alfons.
11238
11239 2005-02-25 [paul]       1.0.1cvs19.1
11240
11241         * ChangeLog.claws
11242         * configure.ac
11243         * src/prefs_account.c
11244         * src/prefs_folder_item.c
11245         * src/gtk/prefswindow.c
11246         * src/gtk/prefswindow.h
11247                 sync with HEAD
11248
11249 2005-02-25 [paul]       1.0.1cvs15.12
11250
11251         * src/alertpanel.c
11252         * src/codeconv.c
11253         * src/compose.c
11254         * src/textview.c
11255         * src/gtk/gtkutils.c
11256         * src/gtk/gtkutils.h
11257         * src/gtk/logwindow.c
11258         * src/gtk/progressdialog.c
11259                 sync with main (revision 127)
11260                 and fix logwindow clipping
11261
11262 2005-02-24 [colin]      1.0.1cvs15.11
11263
11264         * src/plugins/pgpmime/passphrase.c
11265                 Disable input grabbing; it doesn't work yet.
11266
11267 2005-02-24 [colin]      1.0.1cvs15.10
11268
11269         * src/messageview.c
11270                 Don't send out receipts if offline. Ask.
11271
11272 2005-02-23 [colin]      1.0.1cvs15.9
11273
11274         * src/summaryview.c     
11275                 Fix expanding
11276
11277 2005-02-23 [colin]      1.0.1cvs15.8
11278
11279         * src/summaryview.c
11280                 Really fix Bug 568 by removing useless
11281                 calls. summary_thread_init() now called
11282                 in summary_sort(). This should please
11283                 Alfons as it should be faster than 
11284                 previously.
11285
11286 2005-02-23 [colin]      1.0.1cvs15.7
11287
11288         * src/compose.c
11289                 Encode parts as QP or B64 if signing
11290
11291 2005-02-23 [colin]      1.0.1cvs15.6
11292
11293         * src/compose.c
11294                 Fix Mimeinfo leakage (including tmp files)
11295         * src/procmsg.c
11296                 Fix tmp file leakage (spotted by Ivan Rayner)
11297
11298 2005-02-22 [colin]      1.0.1cvs15.5
11299
11300         * src/expldifdlg.c
11301                 Fix keyboard input. Patch by Alfons.
11302
11303 2005-02-21 [colin]      1.0.1cvs15.4
11304
11305         * src/compose.c
11306                 Fix Sign/Encrypt when unselecting privacy
11307                 system
11308         * src/prefs_common.c
11309                 Change default message font to Monospace
11310         * src/summaryview.c
11311                 More freezing during potentially large operations
11312
11313 2005-02-21 [paul]       1.0.1cvs15.3
11314
11315         * src/main.c
11316                 fix --help output
11317
11318 2005-02-21 [paul]       1.0.1cvs15.2
11319
11320         * po/Makefile.in.in
11321         * src/compose.c
11322         * src/summaryview.c
11323         * src/textview.c
11324         * src/common/utils.c
11325         * src/common/utils.h
11326                 sync with main (revision 117)
11327
11328 2005-02-20 [colin]      1.0.1cvs15.1
11329
11330         * src/common/defs.h
11331                 Change cache file to .sylpheed_claws_cache, as
11332                 suggested by Alfons. Allows people to switch
11333                 between Sylpheed and Sylpheed-Claws. it is
11334                 a good idea to "Check for new messages" at next
11335                 startup.
11336
11337
11338 2005-02-18 [colin]      1.0.1cvs14.1
11339
11340         * src/quote_fmt_lex.l
11341         * src/quote_fmt_parse.y
11342                 Fix parser initialisation. Patch by Ivan.
11343
11344 2005-02-18 [colin]      1.0.1cvs11.6
11345
11346         * src/folderview.c
11347                 Fix scrolldown (bug 662)
11348
11349 2005-02-17 [colin]      1.0.1cvs11.5
11350
11351         * src/codeconv.c
11352                 conv_filename_to_utf8: return clean 7bit instead
11353                 of broken utf8 if needed
11354         * src/mimeview.c
11355                 Fix display of parts with unclean 8bit names
11356
11357 2005-02-17 [paul]       1.0.1cvs11.4
11358
11359         * src/compose.c
11360         * src/exportldif.c
11361         * src/matcher_parser_parse.y
11362         * src/procmime.c
11363         * src/sourcewindow.c
11364         * src/common/Makefile.am
11365         * src/common/intl.h             ** REMOVED **
11366         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11367                 sync with main (revision 109)
11368                 and clean up
11369
11370 2005-02-16 [colin]      1.0.1cvs11.3
11371
11372         * src/summaryview.c
11373                 Fix collapsed thread not highlighting when new
11374                 messages in it (Bug 568) Patch by Stephan Sachse.
11375                 Fix messed up selection when reaching bounds (Bug 632)
11376         * src/prefs_themes.c
11377                 Fix theme installing (Bug 684)
11378
11379 2005-02-16 [colin]      1.0.1cvs11.2
11380
11381         * src/messageview.c
11382                 Fix messageview_select_all
11383
11384 2005-02-16 [colin]      1.0.1cvs11.1
11385
11386         * src/mh.c
11387                 Sync with HEAD (MH scan required function)
11388
11389 2005-02-15 [colin]      1.0.1cvs8.1
11390
11391         * src/mimeview.c
11392         * src/common/utils.c
11393                 Sync with HEAD (filename chars substitution)
11394
11395 2005-02-15 [colin]      1.0.1cvs7.3
11396
11397         * src/gtk/pluginwindow.c
11398                 Fix button spacing
11399
11400 2005-02-15 [colin]      1.0.1cvs7.2
11401
11402         * src/mimeview.c
11403                 Fix mime icons not reset across message when
11404                 scrolled down
11405
11406 2005-02-15 [colin]      1.0.1cvs7.1
11407
11408         * src/compose.c
11409         * src/procmime.c
11410                 Sync with HEAD (optimisation of cvs6)
11411
11412 2005-02-14 [colin]      1.0.1cvs6.1
11413
11414         * src/compose.c
11415         * src/procmime.c
11416                 Sync with HEAD (encode "From " at line beginning)
11417
11418 2005-02-14 [colin]      1.0.1cvs5.3
11419
11420         * src/compose.c
11421                 Fix wrapping with accentued chars.
11422
11423 2005-02-13 [colin]      1.0.1cvs5.2
11424
11425         * src/textview.c
11426                 Fix email informative part parsing with
11427                 accentued chars in it. ispunct() returns
11428                 true for them in utf8...
11429
11430 2005-02-12 [colin]      1.0.1cvs5.1
11431
11432         * src/filtering.c
11433                 Sync with HEAD (remove wrong use of compose after send)
11434
11435 2005-02-12 [paul]       1.0.1cvs4.5
11436
11437         * src/textview.c
11438                 remove unnecessary code (thanks to Alfons)
11439
11440 2005-02-12 [paul]       1.0.1cvs4.4
11441
11442         * src/textview.c
11443                 add 'Copy' to contextual menu on emails
11444
11445 2005-02-11 [colin]      1.0.1cvs4.3
11446
11447         * src/compose.c
11448                 revert 1.0.0cvs28.2, it doesn't work that well.
11449
11450 2005-02-11 [paul]       1.0.1cvs4.2
11451
11452         * po/Makefile.in.in
11453                 fix 'make release'
11454
11455 2005-02-10 [paul]       1.0.1cvs4.1
11456
11457         * ChangeLog
11458         * ChangeLog.claws
11459         * ChangeLog.jp
11460         * configure.ac
11461         * src/compose.c
11462                 sync with HEAD (sync with main)
11463
11464 2005-02-10 [paul]       1.0.1cvs3.2
11465
11466         * AUTHORS
11467         * Makefile.am
11468         * autogen.sh
11469         * configure.ac
11470         * config/mkinstalldirs
11471         * intl/.cvsignore
11472         * intl/ChangeLog
11473         * intl/VERSION
11474         * intl/bindtextdom.c
11475         * intl/config.charset
11476         * intl/dcgettext.c
11477         * intl/dcigettext.c
11478         * intl/dcngettext.c
11479         * intl/dgettext.c
11480         * intl/dngettext.c
11481         * intl/eval-plural.h
11482         * intl/explodename.c
11483         * intl/finddomain.c
11484         * intl/gettext.c
11485         * intl/gettextP.h
11486         * intl/gmo.h
11487         * intl/hash-string.h
11488         * intl/intl-compat.c
11489         * intl/l10nflist.c
11490         * intl/libgnuintl.h.in
11491         * intl/loadinfo.h
11492         * intl/loadmsgcat.c
11493         * intl/localcharset.c
11494         * intl/localcharset.h
11495         * intl/locale.alias
11496         * intl/localealias.c
11497         * intl/localename.c
11498         * intl/log.c
11499         * intl/ngettext.c
11500         * intl/os2compat.c
11501         * intl/os2compat.h
11502         * intl/osdep.c
11503         * intl/plural-exp.c
11504         * intl/plural-exp.h
11505         * intl/plural.c
11506         * intl/plural.y
11507         * intl/ref-add.sin
11508         * intl/ref-del.sin
11509         * intl/relocatable.c
11510         * intl/relocatable.h
11511         * intl/textdomain.c
11512         * m4/Makefile.am
11513         * po/Makefile.in.in
11514         * src/Makefile.am
11515         * src/account.c
11516         * src/action.c
11517         * src/addr_compl.c
11518         * src/addressadd.c
11519         * src/addressbook.c
11520         * src/addrgather.c
11521         * src/addrindex.c
11522         * src/alertpanel.c
11523         * src/browseldap.c
11524         * src/codeconv.c
11525         * src/codeconv.h
11526         * src/compose.c
11527         * src/compose.h
11528         * src/crash.c
11529         * src/editaddress.c
11530         * src/editbook.c
11531         * src/editgroup.c
11532         * src/editjpilot.c
11533         * src/editldap.c
11534         * src/editldap_basedn.c
11535         * src/editvcard.c
11536         * src/exphtmldlg.c
11537         * src/expldifdlg.c
11538         * src/export.c
11539         * src/exporthtml.c
11540         * src/filtering.c
11541         * src/folder.c
11542         * src/folder_item_prefs.c
11543         * src/foldersel.c
11544         * src/folderview.c
11545         * src/grouplistdialog.c
11546         * src/headerview.c
11547         * src/imap.c
11548         * src/imap_gtk.c
11549         * src/import.c
11550         * src/importldif.c
11551         * src/importmutt.c
11552         * src/importpine.c
11553         * src/inc.c
11554         * src/ldif.c
11555         * src/main.c
11556         * src/mainwindow.c
11557         * src/matcher.c
11558         * src/mbox.c
11559         * src/message_search.c
11560         * src/messageview.c
11561         * src/mh.c
11562         * src/mh_gtk.c
11563         * src/mimeview.c
11564         * src/msgcache.c
11565         * src/news.c
11566         * src/news_gtk.c
11567         * src/noticeview.c
11568         * src/partial_download.c
11569         * src/pop.c
11570         * src/prefs_account.c
11571         * src/prefs_actions.c
11572         * src/prefs_common.c
11573         * src/prefs_customheader.c
11574         * src/prefs_display_header.c
11575         * src/prefs_ext_prog.c
11576         * src/prefs_filtering.c
11577         * src/prefs_filtering_action.c
11578         * src/prefs_folder_item.c
11579         * src/prefs_fonts.c
11580         * src/prefs_gtk.c
11581         * src/prefs_matcher.c
11582         * src/prefs_msg_colors.c
11583         * src/prefs_spelling.c
11584         * src/prefs_summary_column.c
11585         * src/prefs_template.c
11586         * src/prefs_themes.c
11587         * src/prefs_toolbar.c
11588         * src/prefs_wrapping.c
11589         * src/privacy.c
11590         * src/procheader.c
11591         * src/procmime.c
11592         * src/procmsg.c
11593         * src/quote_fmt.c
11594         * src/recv.c
11595         * src/send_message.c
11596         * src/setup.c
11597         * src/sourcewindow.c
11598         * src/ssl_manager.c
11599         * src/statusbar.c
11600         * src/summary_search.c
11601         * src/summaryview.c
11602         * src/textview.c
11603         * src/toolbar.c
11604         * src/wizard.c
11605         * src/common/nntp.c
11606         * src/common/plugin.c
11607         * src/common/smtp.c
11608         * src/common/ssl.c
11609         * src/common/ssl_certificate.c
11610         * src/common/string_match.c
11611         * src/common/sylpheed.c
11612         * src/common/template.c
11613         * src/common/utils.c
11614         * src/gtk/about.c
11615         * src/gtk/colorlabel.c
11616         * src/gtk/description_window.c
11617         * src/gtk/filesel.c
11618         * src/gtk/foldersort.c
11619         * src/gtk/gtkaspell.c
11620         * src/gtk/gtkutils.c
11621         * src/gtk/inputdialog.c
11622         * src/gtk/logwindow.c
11623         * src/gtk/menu.c
11624         * src/gtk/pluginwindow.c
11625         * src/gtk/prefswindow.c
11626         * src/gtk/progressdialog.c
11627         * src/gtk/quicksearch.c
11628         * src/gtk/sslcertwindow.c
11629         * src/plugins/clamav/clamav_plugin.c
11630         * src/plugins/clamav/clamav_plugin_gtk.c
11631         * src/plugins/demo/demo.c
11632         * src/plugins/dillo_viewer/dillo_prefs.c
11633         * src/plugins/dillo_viewer/dillo_viewer.c
11634         * src/plugins/image_viewer/plugin.c
11635         * src/plugins/image_viewer/viewer.c
11636         * src/plugins/image_viewer/viewerprefs.c
11637         * src/plugins/mathml_viewer/mathml_viewer.c
11638         * src/plugins/pgpmime/passphrase.c
11639         * src/plugins/pgpmime/plugin.c
11640         * src/plugins/pgpmime/prefs_gpg.c
11641         * src/plugins/pgpmime/select-keys.c
11642         * src/plugins/pgpmime/sgpgme.c
11643         * src/plugins/spamassassin/spamassassin.c
11644         * src/plugins/spamassassin/spamassassin_gtk.c
11645         * src/plugins/trayicon/trayicon.c
11646                 sync with main (revision 104)
11647
11648 2005-02-10 [colin]      1.0.1cvs3.1
11649
11650         * src/mainwindow.c
11651                 Sync with HEAD (fix occasional crasher)
11652
11653 2005-02-10 [colin]      1.0.1cvs2.1
11654
11655         * src/messageview.c
11656                 Synw with HEAD (don't automatically display html)
11657
11658 2005-02-09 [colin]      1.0.1cvs1.3
11659
11660         * src/textview.c
11661         * src/textview.h
11662                 Add contextual menu on emails
11663
11664 2005-02-09 [colin]      1.0.1cvs1.2
11665
11666         * src/codeconv.c
11667                 Fix converting from broken headers and 
11668                 put back the _ in missing places
11669                 (feature broke with cvs24.2 sync, main 
11670                  possibly affected?)
11671
11672 2005-02-09 [colin]      1.0.1cvs1.1
11673
11674         * src/messageview.c
11675         * src/mimeview.c
11676         * src/mimeview.h
11677                 Sync with HEAD (display non text/plain mails with plugin)
11678
11679 2005-02-08 [colin]      1.0.1.1
11680
11681         * ChangeLog.claws
11682         * po/pt_BR.po
11683                 Sync with HEAD
11684         * configure.ac
11685                 Make default configuration directory 
11686                 be .sylpheed-gtk2
11687
11688 2005-02-08 [colin]      1.0.0cvs29.1
11689
11690         * po/de.po
11691         * po/es.po
11692         * po/fr.po
11693         * po/it.po
11694         * po/sk.po
11695         * po/sr.po
11696                 Sync translations with HEAD
11697
11698 2005-02-06 [colin]      1.0.0cvs28.3
11699
11700         * src/compose.c
11701                 Make compose a bit faster - patch by Alfons.
11702
11703 2005-02-06 [colin]      1.0.0cvs28.2
11704
11705         * src/compose.c
11706                 Make pasting via middle-click more reliable
11707
11708 2005-02-05 [paul]       1.0.0cvs28.1
11709
11710         * ChangeLog
11711         * ChangeLog.claws
11712         * ChangeLog.jp
11713         * configure.ac
11714         * src/compose.c
11715                 sync with HEAD
11716                 (fix bug 682 'redirect is broken'
11717
11718 2005-02-05 [torte]      1.0.0cvs27.1
11719
11720         * ChangeLog.claws
11721         * configure.ac
11722         * src/partial_download.c
11723                 Sync with HEAD (fix buf overflow)
11724
11725 2005-02-03 [colin]      1.0.0cvs26.1
11726
11727         * src/common/plugin.c
11728                 Sync with HEAD (avoid plugin mismatches)
11729
11730 2005-02-03 [paul]       1.0.0cvs25.3
11731
11732         * src/folderview.c
11733         * src/headerview.c
11734         * src/summaryview.c
11735         * src/textview.c
11736         * src/gtk/colorlabel.c
11737                 third and final part of initial sync with main-gtk2
11738
11739 2005-02-03 [paul]       1.0.0cvs25.2
11740
11741         * src/jpilot.c
11742                 fix building with jpilot support
11743
11744 2005-02-02 [colin]      1.0.0cvs25.1
11745
11746         * src/messageview.c
11747                 Sync with HEAD (fix dangerous typo)
11748
11749 2005-02-01 [colin]      1.0.0cvs24.3
11750
11751         * src/common/xml.c
11752                 Write file as advertised (UTF-8)
11753
11754 2005-02-01 [paul]       1.0.0cvs24.2
11755
11756         * src/addrbook.c
11757         * src/addrindex.c
11758         * src/alertpanel.h
11759         * src/codeconv.c
11760         * src/codeconv.h
11761         * src/compose.c
11762         * src/export.c
11763         * src/folder_item_prefs.c
11764         * src/html.c
11765         * src/imap.c
11766         * src/import.c
11767         * src/jpilot.c
11768         * src/mainwindow.c
11769         * src/matcher_parser_lex.l
11770         * src/messageview.c
11771         * src/mh.c
11772         * src/prefs_account.c
11773         * src/prefs_actions.c
11774         * src/prefs_common.c
11775         * src/prefs_gtk.c
11776         * src/prefs_gtk.h
11777         * src/prefs_themes.c
11778         * src/procheader.c
11779         * src/procmime.c
11780         * src/sourcewindow.c
11781         * src/statusbar.c
11782         * src/summaryview.c
11783         * src/textview.c
11784         * src/toolbar.c
11785         * src/unmime.c
11786         * src/common/template.c
11787         * src/common/utils.c
11788         * src/common/xml.c
11789         * src/common/xml.h
11790         * src/gtk/gtkaspell.c
11791         * src/plugins/clamav/clamav_plugin.c
11792         * src/plugins/dillo_viewer/dillo_prefs.c
11793         * src/plugins/image_viewer/viewerprefs.c
11794         * src/plugins/pgpmime/passphrase.c
11795         * src/plugins/pgpmime/prefs_gpg.c
11796         * src/plugins/pgpmime/select-keys.c
11797         * src/plugins/spamassassin/spamassassin.c
11798                 second part of initial sync with main-gtk2
11799                 (more to follow)
11800
11801 2005-01-31 [colin]      1.0.0cvs24.1
11802
11803         * src/compose.c
11804                 Sync with HEAD
11805
11806 2005-01-29 [paul]       1.0.0cvs23.2
11807
11808         * src/account.c
11809         * src/action.c
11810         * src/addressadd.c
11811         * src/addressbook.c
11812         * src/alertpanel.c
11813         * src/compose.c
11814         * src/editaddress.c
11815         * src/editbook.c
11816         * src/editgroup.c
11817         * src/editjpilot.c
11818         * src/editldap.c
11819         * src/editldap_basedn.c
11820         * src/editvcard.c
11821         * src/export.c
11822         * src/foldersel.c
11823         * src/grouplistdialog.c
11824         * src/import.c
11825         * src/importldif.c
11826         * src/inc.c
11827         * src/main.c
11828         * src/mainwindow.c
11829         * src/message_search.c
11830         * src/messageview.c
11831         * src/mimeview.c
11832         * src/prefs_actions.c
11833         * src/prefs_common.c
11834         * src/prefs_common.h
11835         * src/prefs_customheader.c
11836         * src/prefs_display_header.c
11837         * src/prefs_filtering.c
11838         * src/prefs_filtering_action.c
11839         * src/prefs_gtk.c
11840         * src/prefs_matcher.c
11841         * src/prefs_summary_column.c
11842         * src/prefs_template.c
11843         * src/sourcewindow.c
11844         * src/summary_search.c
11845         * src/summaryview.c
11846         * src/textview.c
11847         * src/gtk/about.c
11848         * src/gtk/description_window.c
11849         * src/gtk/gtkshruler.c
11850         * src/gtk/gtkutils.c
11851         * src/gtk/gtkutils.h
11852         * src/gtk/inputdialog.c
11853         * src/gtk/logwindow.c
11854         * src/gtk/prefswindow.c
11855         * src/gtk/progressdialog.c
11856         * src/gtk/progressdialog.h
11857                 first part of initial sync with main-gtk2
11858                 (more to follow)
11859
11860 2005-01-28 [colin]      1.0.0cvs23.1
11861
11862         * src/folderview.c
11863                 Sync with HEAD
11864
11865 2005-01-27 [colin]      1.0.0cvs21.1
11866
11867         * src/folder.c
11868         * src/folderview.c
11869                 Sync with HEAD
11870
11871 2005-01-27 [colin]      1.0.0cvs19.1
11872
11873         * src/procmime.c
11874                 Sync with HEAD
11875
11876 2005-01-27 [colin]      1.0.0cvs18.1
11877
11878         * src/messageview.c
11879         * src/summaryview.c
11880         * src/mainwindow.c
11881         * src/compose.c
11882         * src/compose.h
11883         * src/procmsg.c
11884         * src/procmsg.h
11885         * src/toolbar.c
11886                 Sync with HEAD
11887
11888 2005-01-26 [paul]       1.0.0cvs15.2
11889
11890         * src/compose.c
11891                 compose_entries_set(): convert subject and body to
11892                 utf8 if necessary. patch by Felix Eckhofer
11893
11894 2005-01-26 [paul]       1.0.0cvs15.1
11895
11896         * configure.ac
11897         * src/common/template.c
11898                 sync with HEAD (fix memory leak)
11899
11900 2005-01-25 [paul]       1.0.0cvs14.1
11901
11902         * configure.ac
11903         * src/compose.c
11904                 sync with HEAD
11905
11906 2005-01-24 [colin]      1.0.0cvs13.1
11907
11908         * src/summaryview.c
11909                 Sync with HEAD
11910
11911 2005-01-24 [paul]       1.0.0cvs12.1
11912
11913         * configure.ac
11914         * src/messageview.c
11915         * src/mh.c
11916         * src/common/utils.c
11917                 sync with HEAD
11918
11919 2005-01-24 [colin]      1.0.0cvs11.1
11920
11921         * src/procheader.c
11922                 Sync with HEAD
11923
11924 2005-01-24 [colin]      1.0.0cvs10.1
11925
11926         * src/folderview.c
11927                 Sync with HEAD
11928
11929 2005-01-23 [colin]      1.0.0cvs9.1
11930
11931         * src/crash.c
11932                 Sync with HEAD
11933
11934 2005-01-22 [colin]      1.0.0cvs8.1
11935
11936         * src/summaryview.c
11937         * src/gtk/quicksearch.c
11938                 Sync with HEAD
11939
11940 2005-01-21 [colin]      1.0.0cvs7.1
11941
11942         * src/summaryview.c
11943                 Sync with HEAD
11944
11945 2005-01-21 [colin]      1.0.0cvs6.1
11946
11947         * src/summaryview.c
11948                 Sync with HEAD
11949
11950 2005-01-21 [colin]      1.0.0cvs5.1
11951
11952         * src/gtk/quicksearch.c
11953         * src/prefs_common.c
11954         * src/prefs_common.h
11955                 Sync with HEAD (recurse option)
11956
11957 2005-01-21 [colin]      1.0.0cvs4.1
11958
11959         * src/folder.h
11960         * src/folderview.c
11961         * src/folderview.h
11962         * src/summaryview.c
11963         * src/gtk/quicksearch.c
11964         * src/gtk/quicksearch.h
11965                 Sync with HEAD (recursive quicksearch)
11966
11967 2005-01-20 [colin]      1.0.0cvs3.4
11968
11969         * src/ssl_manager.c
11970                 Remove useless code
11971
11972 2005-01-20 [colin]      1.0.0cvs3.3
11973
11974         * src/ssl_manager.c
11975                 Fix leak, thanks to Alfons.
11976
11977 2005-01-20 [colin]      1.0.0cvs3.2
11978
11979         * src/ssl_manager.c
11980                 Port SSL certificate window to GTK2.
11981
11982 2005-01-20 [paul]       1.0.0cvs3.1
11983
11984         * ChangeLog.claws
11985         * configure.ac
11986         * src/addrindex.c
11987         * src/addrindex.h
11988                 sync with HEAD
11989
11990 2005-01-19 [colin]      1.0.0cvs2.2
11991
11992         * src/plugins/trayicon/trayicon.c
11993                 Fix freeze with gtk-2.6, the easy way
11994                 (signal blocking helpless there...)
11995                 Closes bug #668.
11996
11997 2005-01-19 [colin]      1.0.0cvs2.1
11998
11999         * src/mbox.c
12000         * src/mbox.h
12001         * src/mainwindow.c
12002         * src/summaryview.c
12003         * src/summaryview.h
12004                 Sync with HEAD
12005
12006 2005-01-19 [paul]       1.0.0cvs1.1
12007
12008         * configure.ac
12009         * po/de.po
12010         * po/es.po
12011         * po/fr.po
12012         * po/hr.po
12013         * po/it.po
12014         * po/ja.po
12015         * po/ko.po
12016         * po/pt_BR.po
12017         * po/ru.po
12018         * po/sk.po
12019         * po/sr.po
12020                 sync with HEAD (update translations)
12021
12022 2005-01-18 [colin]      1.0.0cvs0.1
12023
12024         * src/foldersel.c
12025                 Specify search column - patch by Alfons
12026
12027 2005-01-18 [colin]      0.9.13cvs36.3
12028
12029         * src/prefs_toolbar.c
12030                 Change Delete to Remove
12031         * src/prefs_fonts.c
12032                 GTK2 version and leak fixes
12033         * src/prefs_actions.c
12034                 Add stock buttons.
12035                 All patches by Alfons
12036
12037 2005-01-17 [colin]      0.9.13cvs36.2
12038
12039         * src/compose.c
12040                 Fix DnD inserting twice. While at it,
12041                 add DnD support for text/plain in the
12042                 body, and add support in the headers.
12043
12044 2005-01-16 [colin]      0.9.13cvs36.1
12045
12046         * ChangeLog
12047         * ChangeLog.jp
12048         * ChangeLog.claws
12049                 Sync with HEAD (nothing applicable)
12050
12051 2005-01-16 [colin]      0.9.13cvs33.2
12052
12053         * src/prefs_toolbar.c
12054                 GTK2ize prefs_toolbar, by Alfons.
12055
12056 2005-01-14 [colin]      0.9.13cvs33.1
12057
12058         * src/html.c
12059         * src/msgcache.c
12060                 Sync with HEAD
12061
12062 2005-01-14 [colin]      0.9.13cvs32.1
12063
12064         * src/html.c
12065         * src/html.h
12066         * src/msgcache.c
12067         * AUTHORS
12068         * tools/calypso_convert.pl
12069                 Sync with HEAD
12070
12071 2005-01-08 [colin]      0.9.13cvs29.2
12072
12073         * src/prefs_filtering_action.c
12074         * src/prefs_filtering.c
12075                 2 more gtk2 patches by Alfons
12076
12077 2005-01-07 [paul]       0.9.13cvs29.1
12078
12079         * ChangeLog
12080         * ChangeLog.claws
12081         * ChangeLog.jp
12082         * configure.ac
12083         * src/pop.c
12084         * src/pop.h
12085                 sync with HEAD
12086
12087 2005-01-07 [colin]      0.9.13cvs28.3
12088
12089         * src/gtk/progressdialog.c
12090         * src/gtk/progressdialog.h
12091         * src/inc.c
12092         * src/send_message.c
12093                 GTK2 for the incorporation dialog. The CList isn't dead
12094                 yet, for a more smooth migration. Patch by Alfons.
12095
12096 2005-01-06 [colin]      0.9.13cvs28.2
12097
12098         * src/prefs_display_header.c
12099                 GTK2 conversion by Alfons
12100         * src/prefs_actions.c
12101         * src/prefs_matcher.c
12102                 Fix 2 leaks - patch by Alfons
12103
12104 2005-01-06 [colin]      0.9.13cvs28.1
12105
12106         * src/prefs_matcher.c
12107                 Sync with HEAD
12108
12109 2005-01-06 [colin]      0.9.13cvs27.4
12110
12111         * src/prefs_matcher.c
12112                 Fix double-free. Patch by Alfons
12113
12114 2005-01-06 [colin]      0.9.13cvs27.3
12115
12116         * src/prefs_matcher.c
12117                 GTK2 widgets + memleak
12118                 Patch by Alfons
12119
12120 2005-01-05 [colin]      0.9.13cvs27.2
12121
12122         * src/account.c
12123         * src/addr_compl.c
12124         * src/foldersel.c
12125         * src/stock_pixmap.c
12126         * src/stock_pixmap.h
12127                 3 more GTK2 patches by Alfons.
12128
12129 2005-01-04 [colin]      0.9.13cvs27.1
12130
12131         * src/folderview.c
12132         * src/imap_gtk.c
12133         * src/news_gtk.c
12134                 Sync with HEAD
12135
12136 2005-01-04 [colin]      0.9.13cvs25.9
12137
12138         * src/compose.c
12139                 Fix Show Ruler menuitem
12140         * src/prefs_template.c
12141                 Convert to GTK2
12142         * src/common/utils.c
12143                 Make auto pointer stuff handles NULLs
12144                 Patches by Alfons.
12145
12146 2005-01-04 [colin]      0.9.13cvs25.8
12147
12148         * src/compose.c
12149                 Move the attachment list to gtk2
12150                 Patch by Alfons.
12151
12152 2005-01-04 [colin]      0.9.13cvs25.7
12153
12154         * src/textview.c
12155                 Make some keys work again
12156                 Patch by SungHyun Nam <namsh@kldp.org>
12157
12158 2005-01-04 [colin]      0.9.13cvs25.6
12159
12160         * src/gtk/gtkshruler.c
12161                 Move the ruler to GTK2
12162                 Patch by Alfons
12163
12164 2005-01-03 [colin]      0.9.13cvs25.5
12165
12166         * src/compose.c
12167                 Fix my broken patch apply 
12168
12169 2005-01-03 [colin]      0.9.13cvs25.4
12170
12171         * src/common/utils.c
12172         * src/common/utils.h
12173         * src/gtk/prefswindow.c
12174                 Move auto pointer stuff to utils.c
12175                 Patch by Alfons again :)
12176
12177 2005-01-03 [colin]      0.9.13cvs25.3
12178
12179         * src/compose.c
12180         * src/prefs_gtk.c
12181         * src/prefs_template.c
12182         * src/textview.c
12183                 Empty text widgets with empty strings, not NULL char
12184                 Patch by SungHyun Nam <namsh@kldp_org>
12185
12186 2005-01-03 [colin]      0.9.13cvs25.2
12187
12188         * src/main.c
12189         * AUTHORS
12190                 Sync with HEAD
12191
12192 2005-01-03 [colin]      0.9.13cvs25.1
12193
12194         * src/pop.c
12195         * src/pop.h
12196                 Sync with HEAD
12197
12198 2005-01-03 [colin]      0.9.13cvs24.3
12199
12200         * src/account.c
12201                 Two patches from Alfons and Alex S Moore:
12202                 fix images, fix return value.
12203
12204 2005-01-01 [colin]      0.9.13cvs24.2
12205
12206         * src/prefs_actions.c
12207                 Fix over-zealous assertion. Patch by Alfons
12208
12209 2005-01-01 [colin]      0.9.13cvs24.1
12210
12211         * src/procmime.c
12212                 Sync with HEAD (leak fix)
12213
12214 2004-12-31 [colin]      0.9.13cvs23.2
12215
12216         * src/prefs_common.c
12217                 GTK2 widgets + stock buttons - patch by Alfons
12218
12219 2004-12-31 [paul]       0.9.13cvs23.1
12220
12221         * configure.ac
12222                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12223         * src/gtk/pluginwindow.c
12224                 use GTK2 widgets and plug memory leaks,
12225                 patches by Alfons
12226
12227 2004-12-30 [colin]      0.9.13cvs22.4
12228
12229         * src/account.c
12230         * src/action.c
12231         * src/export.c
12232         * src/foldersel.c
12233         * src/import.c
12234         * src/message_search.c
12235         * src/prefs_actions.c
12236         * src/prefs_common.c
12237         * src/prefs_customheader.c
12238         * src/prefs_filtering.c
12239         * src/prefs_summary_column.c
12240         * src/summary_search.c
12241         * src/gtk/about.c
12242         * src/gtk/description_window.c
12243         * src/gtk/gtkutils.c
12244         * src/gtk/gtkutils.h
12245         * src/gtk/inputdialog.c
12246         * src/gtk/prefswindow.c
12247                 Use GTK2 stock buttons. Patches by Alfons.
12248
12249 2004-12-30 [colin]      0.9.13cvs22.3
12250
12251         * src/account.c
12252                 Sync with HEAD
12253         * src/prefs_actions.c
12254         * src/prefs_customheader.c
12255         * src/prefs_filtering.c
12256         * src/prefs_msg_colors.c
12257         * src/prefs_summary_column.c
12258         * src/gtk/prefswindow.c
12259                 Use GtkTreeView instead of deprecated 
12260                 widgets. Patches by Alfons.
12261
12262 2004-12-30 [paul]       0.9.13cvs22.2
12263
12264         * src/foldersel.c
12265                 use GTK 2 Tree View
12266                 patch by Alfons, with root folder sorting fix
12267                 by Stephan Sachse
12268
12269 2004-12-30 [paul]       0.9.13cvs22.1
12270
12271         * ChangeLog
12272         * ChangeLog.claws
12273         * ChangeLog.jp
12274         * NEWS
12275         * configure.ac
12276         * src/account.c
12277                 sync with HEAD
12278
12279 2004-12-22 [martin]     0.9.13cvs21.2
12280
12281         * src/action.c
12282                 free the command line after its use
12283
12284 2004-12-18 [paul]       0.9.13cvs21.1
12285
12286         * AUTHORS
12287         * ChangeLog
12288         * ChangeLog.claws
12289         * ChangeLog.jp
12290         * NEWS
12291         * configure.ac
12292         * src/action.c
12293         * src/compose.c
12294         * src/syldap.c
12295                 sync with HEAD
12296
12297 2004-12-17 [martin]     0.9.13cvs17.2
12298
12299         * src/action.c
12300                 convert actions input to locale
12301         * src/inc.c
12302                 convert notification command to locale
12303         * src/plugins/pgpmime/select-keys.c
12304                 convert attributes to utf8
12305
12306 2004-12-14 [colin]      0.9.13cvs17.1
12307
12308         * ChangeLog
12309         * ChangeLog.jp
12310         * ChangeLog.claws
12311         * src/action.c
12312         * src/common/utils.c
12313         * src/gtk/prefswindow.c
12314         * src/gtk/gtkutils.c
12315         * src/gtk/gtkutils.h
12316         * src/plugins/spamassassin/libspamc.c
12317                 Sync with HEAD
12318
12319 2004-12-13 [colin]      0.9.13cvs14.1
12320
12321         * src/quote_fmt_parse.y
12322                 Sync with HEAD
12323
12324 2004-12-10 [colin]      0.9.13cvs12.1
12325
12326         * src/prefs_themes.c
12327         * src/mainwindow.c
12328         * src/messageview.c
12329                 Sync with HEAD
12330
12331 2004-12-09 [colin]      0.9.13cvs10.1
12332
12333         * src/procmime.c
12334                 Sync with HEAD (fix B64 encoding from memory)
12335
12336 2004-12-08 [colin]      0.9.13cvs9.1
12337
12338         * src/gtk/colorlabel.c
12339                 Sync with HEAD
12340
12341 2004-12-08 [paul]       0.9.13cvs8.2
12342
12343         * src/gtk/pluginwindow.c
12344                 fix window resizing oddities
12345
12346 2004-12-08 [colin]      0.9.13cvs8.1
12347
12348         * src/quote_fmt_parse.y
12349                 Sync with HEAD
12350
12351 2004-12-08 [colin]      0.9.13cvs7.1
12352
12353         * src/matcher_parser_parse.y
12354         * src/msgcache.c
12355         * src/prefs_matcher.c
12356         * src/procheader.c
12357         * src/matcher.c
12358         * src/common/defs.h
12359         * po/sr.po
12360                 Sync with HEAD
12361
12362 2004-12-08 [colin]      0.9.13cvs6.1
12363
12364         * src/quote_fmt_parse.y
12365         * src/textview.c
12366                 Sync with HEAD
12367         * src/gtk/prefswindow.c
12368         * src/gtk/pluginwindow.c
12369                 Fix G_CALLBACKS protos (thanks to Alfons)
12370
12371 2004-12-07 [torte]      0.9.13cvs2.2
12372
12373         * src/procmime.c
12374                 [Bug 650] reply button causes crash
12375                 Thanks to David Relson and Christoph
12376
12377 2004-12-07 [colin]      0.9.13cvs2.1
12378
12379         * ChangeLog.claws
12380         * AUTHORS
12381         * po/sk.po
12382         * src/procmime.c
12383         * src/prefs_account.c
12384         * src/common/smtp.c
12385         * src/common/smtp.h
12386                 Sync with HEAD
12387
12388 2004-12-06 [colin]      0.9.12cvs187.1
12389
12390         * ChangeLog.claws
12391         * INSTALL
12392         * Makefile.am
12393         * README.claws
12394         * TODO.claws
12395         * configure.ac
12396         * po/bg.po
12397         * po/cs.po
12398         * po/el.po
12399         * po/en_GB.po
12400         * po/es.po
12401         * po/fr.po
12402         * po/hr.po
12403         * po/hu.po
12404         * po/it.po
12405         * po/ja.po
12406         * po/ko.po
12407         * po/nl.po
12408         * po/pl.po
12409         * po/pt_BR.po
12410         * po/ru.po
12411         * po/sk.po
12412         * po/sr.po
12413         * po/sv.po
12414         * po/zh_CN.po
12415         * po/zh_TW.Big5.po
12416         * src/compose.c
12417         * tools/Makefile.am
12418         * tools/README
12419         * tools/filter_conv.pl
12420         * tools/kdeservicemenu/README
12421         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12422         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12423                 Sync with HEAD
12424
12425 2004-12-04 [colin]      0.9.12cvs183.1
12426
12427         * src/compose.c
12428                 Sync with HEAD (compose window position saving)
12429
12430 2004-12-04 [paul]       0.9.12cvs182.3
12431
12432         * src/messageview.c
12433         * src/mimeview.c
12434         * src/prefs_customheader.c
12435         * src/gtk/quicksearch.c
12436                 replace some forgotten GTK_SIGNAL_FUNCs
12437
12438 2004-12-04 [paul]       0.9.12cvs182.2
12439
12440         * src/Makefile.am
12441                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12442                 committed in error      
12443
12444 2004-12-04 [paul]       0.9.12cvs182.1
12445
12446         * ChangeLog
12447         * ChangeLog.claws
12448         * ChangeLog.jp
12449         * INSTALL
12450         * NEWS
12451         * README
12452         * README.jp
12453         * configure.ac
12454         * doc/manual/ja/Makefile.am
12455         * doc/manual/ja/sylpheed-1.html
12456         * doc/manual/ja/sylpheed-10.html
12457         * doc/manual/ja/sylpheed-11.html
12458         * doc/manual/ja/sylpheed-12.html
12459         * doc/manual/ja/sylpheed-13.html
12460         * doc/manual/ja/sylpheed-14.html
12461         * doc/manual/ja/sylpheed-15.html
12462         * doc/manual/ja/sylpheed-16.html
12463         * doc/manual/ja/sylpheed-17.html
12464         * doc/manual/ja/sylpheed-18.html
12465         * doc/manual/ja/sylpheed-19.html
12466         * doc/manual/ja/sylpheed-2.html
12467         * doc/manual/ja/sylpheed-20.html
12468         * doc/manual/ja/sylpheed-3.html
12469         * doc/manual/ja/sylpheed-4.html
12470         * doc/manual/ja/sylpheed-5.html
12471         * doc/manual/ja/sylpheed-6.html
12472         * doc/manual/ja/sylpheed-7.html
12473         * doc/manual/ja/sylpheed-8.html
12474         * doc/manual/ja/sylpheed-9.html
12475         * doc/manual/ja/sylpheed.html
12476         * doc/manual/ja/sylpheed.sgml
12477         * po/de.po
12478         * src/Makefile.am
12479         * src/compose.c
12480         * src/procmime.c
12481         * src/pixmaps/regular.xpm **REMOVED**
12482         * src/plugins/pgpmime/pgpmime.c
12483         * src/plugins/pgpmime/plugin.c
12484         * src/plugins/pgpmime/prefs_gpg.c
12485                 sync with HEAD
12486
12487 2004-12-03 [paul]       0.9.12cvs180.1
12488
12489         * ChangeLog
12490         * ChangeLog.claws
12491         * ChangeLog.jp
12492         * configure.ac
12493         * src/Makefile.am
12494         * src/pop.c
12495         * src/common/utils.c
12496         * src/common/utils.h
12497         * src/pixmaps/continue.xpm
12498         * src/pixmaps/dir_close.xpm
12499         * src/pixmaps/dir_open.xpm
12500         * src/pixmaps/drafts_close.xpm
12501         * src/pixmaps/drafts_open.xpm
12502         * src/pixmaps/folder.xpm **REMOVED**
12503         * src/pixmaps/group.xpm
12504         * src/pixmaps/unread.xpm
12505                 sync with HEAD
12506
12507 2004-12-02 [colin]      0.9.12cvs179.1
12508
12509         * src/compose.c
12510                 Sync with HEAD (non-duplicated reedition)
12511
12512 2004-12-02 [colin]      0.9.12cvs178.1
12513
12514         * src/compose.c
12515                 Sync with HEAD (linewrap_quote fix)
12516
12517 2004-12-01 [colin]      0.9.12cvs177.3
12518
12519         * src/addrharvest.c
12520                 Replace sizeof with strlen
12521
12522 2004-12-01 [paul]       0.9.12cvs177.2
12523
12524         * src/addrharvest.c
12525                 fix 'harvest addresses'
12526
12527 2004-11-30 [colin]      0.9.12cvs177.1
12528
12529         * src/gtk/prefswindow.c
12530         * src/gtk/pluginwindow.c
12531                 Sync with HEAD
12532
12533 2004-11-29 [colin]      0.9.12cvs176.1
12534
12535         * src/folderview.c
12536                 sync with HEAD (Fix disappearing separators in folderview's popup)
12537
12538 2004-11-29 [colin]      0.9.12cvs175.1
12539
12540         * src/procmime.c
12541                 Sync with head (another format fix)
12542
12543 2004-11-29 [colin]      0.9.12cvs174.1
12544
12545         * src/pop.c
12546                 Sync with HEAD (format string fix)
12547
12548 2004-11-26 [colin]      0.9.12cvs173.1
12549
12550         * src/common/smtp.c
12551         * src/common/smtp.h
12552                 Sync with HEAD
12553
12554 2004-11-24 [colin]      0.9.12cvs172.1
12555
12556         * src/plugins/pgpmime/pgpmime.c
12557                 Sync with HEAD
12558
12559 2004-11-24 [colin]      0.9.12cvs171.1
12560
12561         * src/plugins/pgpmime/pgpmime.c
12562                 Sync with head (gpgmectx leaks)
12563
12564 2004-11-24 [colin]      0.9.12cvs169.1
12565
12566         * src/plugins/pgpmime/plugin.c
12567         * src/plugins/trayicon/Makefile.am
12568         * src/plugins/trayicon/newmarkedmail.xpm
12569         * src/plugins/trayicon/trayicon.c
12570         * src/plugins/trayicon/unreadmarkedmail.xpm
12571                 Sync with HEAD
12572
12573 2004-11-23 [colin]      0.9.12cvs168.1
12574
12575         * src/partial_download.c
12576         * src/partial_download.h
12577         * src/plugins/pgpmime/plugin.c
12578                 Sync with HEAD
12579
12580 2004-11-23 [colin]      0.9.12cvs166.1
12581
12582         * src/Makefile.am
12583         * src/codeconv.c
12584         * src/compose.c
12585         * src/folderview.c
12586         * src/main.c
12587         * src/partial_download.c
12588         * src/partial_download.h
12589         * src/prefs_account.c
12590         * src/prefs_account.h
12591         * src/privacy.c
12592         * src/privacy.h
12593         * src/procmime.c
12594         * src/common/Makefile.am
12595         * src/common/base64.h
12596         * src/common/partial_download.c
12597         * src/common/partial_download.h
12598         * src/gtk/prefswindow.c
12599         * src/gtk/prefswindow.h
12600         * src/plugins/pgpmime/pgpmime.c
12601         * src/plugins/pgpmime/prefs_gpg.c
12602         * src/plugins/pgpmime/prefs_gpg.h
12603         * src/plugins/pgpmime/sgpgme.c
12604         * src/plugins/pgpmime/sgpgme.h
12605                 Sync with HEAD
12606
12607 2004-11-23 [colin]      0.9.12cvs163.1
12608
12609         * src/main.c
12610                 Sync with HEAD (cursor optimization)
12611
12612 2004-11-23 [colin]      0.9.12cvs162.1
12613
12614         * src/prefs_common.c
12615         * src/prefs_themes.c
12616         * src/procmsg.c
12617                 Sync with HEAD
12618
12619 2004-11-23 [colin]      0.9.12cvs158.9
12620
12621         * src/compose.c
12622                 Fix double-free when forwarding
12623         * src/msgcache.c
12624                 Fix leak on error path
12625                 
12626
12627 2004-11-23 [colin]      0.9.12cvs158.8
12628
12629         * src/compose.c
12630                 Fix possible double-free
12631                 Spotted by Alfons
12632
12633 2004-11-23 [colin]      0.9.12cvs158.7
12634
12635         * src/compose.c
12636                 Fix some signal handlers' prototypes
12637                 Spotted by Alfons
12638
12639 2004-11-22 [colin]      0.9.12cvs158.6
12640
12641         * src/compose.c
12642                 Remove unneeded code and duplicated
12643                 wrapping - patch by Alfons
12644
12645 2004-11-22 [colin]      0.9.12cvs158.5
12646
12647         * src/prefs_themes.c
12648                 Fix oversized selector
12649
12650 2004-11-22 [colin]      0.9.12cvs158.4
12651
12652         * src/compose.c
12653                 fix dump_text()
12654                 patch by Alfons
12655
12656 2004-11-19 [colin]      0.9.12cvs158.3
12657
12658         * src/textview.c
12659                 Add a context menu on links (open, copy)
12660
12661 2004-11-18 [paul]       0.9.12cvs158.2
12662
12663         * src/addrgather.c
12664         * src/exphtmldlg.c
12665         * src/expldifdlg.c
12666         * src/mimeview.c
12667         * src/prefs_common.c
12668         * src/plugins/image_viewer/viewer.c
12669         * src/plugins/spamassassin/spamassassin_gtk.c
12670                 replace deprecated gtk_notebook_set_page
12671                 and gtk_notebook_current_page
12672
12673 2004-11-18 [paul]       0.9.12cvs158.1
12674
12675         * configure.ac
12676         * src/compose.c
12677         * src/mainwindow.c
12678         * src/messageview.c
12679         * src/prefs_common.c
12680         * src/common/utils.c
12681         * src/common/utils.h
12682                 sync with HEAD
12683
12684 2004-11-17 [colin]      0.9.12cvs156.1
12685
12686         * src/prefs_account.c
12687         * src/prefs_account.h
12688         * src/procmsg.c
12689                 Sync with HEAD (add pref to store encrypted mails encrypted)
12690
12691 2004-11-17 [paul]       0.9.12cvs155.1
12692
12693         * ChangeLog
12694         * ChangeLog.claws
12695         * ChangeLog.jp
12696         * NEWS
12697         * configure.ac
12698         * src/compose.c
12699         * src/jpilot.c
12700         * src/privacy.c
12701         * src/procmime.c
12702         * src/procmime.h
12703         * src/procmsg.c
12704         * src/toolbar.c
12705         * src/pixmaps/error.xpm
12706                 sync with HEAD
12707
12708 2004-11-17 [colin]      0.9.12cvs151.1
12709
12710         * src/plugins/pgpmime/pgpmime.c
12711                 Sync with HEAD (remove debug printf)
12712
12713 2004-11-17 [colin]      0.9.12cvs150.1
12714
12715         * src/plugins/pgpmime/pgpmime.c
12716                 Sync with HEAD (off-by-one fix)
12717
12718 2004-11-17 [colin]      0.9.12cvs149.1
12719
12720         * src/procmsg.c
12721                 Sync with HEAD (coding style fixes)
12722
12723 2004-11-16 [colin]      0.9.12cvs148.1
12724
12725         * src/procmsg.c
12726                 Sync with head (Fix the fix)
12727
12728 2004-11-16 [colin]      0.9.12cvs147.1
12729
12730         * src/procmsg.c
12731                 Sync with Main (leak fix)
12732
12733 2004-11-16 [colin]      0.9.12cvs146.14
12734
12735         * src/compose.c
12736                 Remove useless chunk of code
12737                 Patch by Alfons
12738
12739 2004-11-15 [colin]      0.9.12cvs146.13
12740
12741         * src/compose.c
12742                 Fix drafting after insertion
12743                 Patch by Alfons
12744
12745 2004-11-15 [colin]      0.9.12cvs146.12
12746
12747         * src/compose.c
12748         * src/prefs_filtering.c
12749         * src/prefs_filtering_action.c
12750         * src/prefs_toolbar.c
12751                 Fix some const-correctness
12752
12753 2004-11-15 [colin]      0.9.12cvs146.11
12754
12755         * src/summaryview.c
12756         * src/prefs_themes.c
12757         * src/messageview.c
12758                 Fix some leaks
12759
12760 2004-11-15 [colin]      0.9.12cvs146.10
12761
12762         * src/codeconv.c
12763                 More unreadable locale fixes
12764
12765 2004-11-14 [colin]      0.9.12cvs146.9
12766
12767         * src/textview.c
12768                 Fix uri_security_check
12769                 Patch by Alfons
12770
12771 2004-11-13 [paul]       0.9.12cvs146.8
12772
12773         * src/folder.c
12774         * src/procmime.c
12775                 fix 2 bugs introduced in last commit
12776
12777 2004-11-13 [paul]       0.9.12cvs146.7
12778
12779         * src/compose.c
12780         * src/exporthtml.c
12781         * src/exportldif.c
12782         * src/folder.c
12783         * src/imap.c
12784         * src/imap_gtk.c
12785         * src/main.c
12786         * src/mainwindow.c
12787         * src/messageview.c
12788         * src/mh_gtk.c
12789         * src/prefs_themes.c
12790         * src/procmime.c
12791         * src/setup.c
12792         * src/summaryview.c
12793                 replace deprecated g_basename
12794
12795 2004-11-13 [paul]       0.9.12cvs146.6
12796
12797         * src/compose.c
12798         * src/imap.c
12799         * src/matcher_parser.h
12800         * src/matcher_parser_parse.y
12801         * src/prefs_filtering.c
12802         * src/prefs_filtering_action.c
12803         * src/prefs_themes.c
12804         * src/prefs_toolbar.c
12805         * src/common/utils.c
12806                 various small fixes/cleanups
12807
12808 2004-11-12 [colin]      0.9.12cvs146.5
12809
12810         * src/textview.c
12811                 Validate event's origin on visibility notify
12812                 Patch by Alfons.
12813
12814 2004-11-12 [paul]       0.9.12cvs146.4
12815
12816         * src/exporthtml.c
12817         * src/exportldif.c
12818         * src/imap.c
12819         * src/mh.c
12820         * src/mimeview.c
12821         * src/prefs_spelling.c
12822         * src/prefs_themes.c
12823                 replace deprecated g_dirname    
12824
12825 2004-11-12 [colin]      0.9.12cvs146.3
12826
12827         * src/textview.c
12828                 Some coding style fixes
12829
12830 2004-11-12 [colin]      0.9.12cvs146.2
12831
12832         * src/codeconv.c
12833                 We want to replace _all_ extended chars in
12834                 conv_unreadable_*, because any string containing
12835                 extended chars not parsing as UTF8 is 
12836                 undisplayed on gtk2.
12837
12838 2004-11-12 [paul]       0.9.12cvs146.1
12839
12840         * ChangeLog
12841         * ChangeLog.claws
12842         * ChangeLog.jp
12843         * NEWS
12844         * configure.ac
12845         * src/account.c
12846         * src/folderview.c
12847         * src/folderview.h
12848         * src/imap.c
12849         * src/imap_gtk.c
12850         * src/inc.c
12851         * src/mainwindow.c
12852         * src/mh_gtk.c
12853         * src/news_gtk.c
12854         * src/pop.c
12855         * src/prefs_account.c
12856         * src/prefs_account.h
12857         * src/prefs_ext_prog.c
12858         * src/procmime.c
12859         * src/procmime.h
12860         * src/procmsg.c
12861         * src/procmsg.h
12862         * src/summary_search.c
12863         * src/summaryview.c
12864         * src/textview.c
12865         * src/common/defs.h
12866         * src/common/utils.c
12867         * src/common/utils.h
12868         * src/gtk/menu.c
12869         * src/gtk/menu.h
12870                 sync with HEAD
12871
12872 2004-11-11 [colin]      0.9.12cvs144.2
12873
12874         * src/textview.c
12875                 Fix URI range selection (patch by Alfons)
12876
12877 2004-11-09 [colin]      0.9.12cvs144.1
12878
12879         * ChangeLog.claws
12880         * src/compose.c
12881         * src/folder.c
12882         * src/folder_item_prefs.c
12883         * src/prefs_account.c
12884         * src/prefs_account.h
12885         * src/plugins/pgpmime/pgpmime.c
12886                 Sync with HEAD
12887
12888 2004-11-08 [colin]      0.9.12cvs143.1
12889
12890         * src/summaryview.c
12891                 Sync with HEAD (optimize quicksearch)
12892
12893 2004-11-08 [colin]      0.9.12cvs142.2
12894
12895         * src/compose.c
12896                 Don't wrap when Edit/Auto wrapping is disabled
12897
12898 2004-11-08 [colin]      0.9.12cvs142.1
12899
12900         * src/textview.c
12901                 Sync with HEAD
12902
12903 2004-11-08 [colin]      0.9.12cvs141.1
12904
12905         * src/textview.c
12906                 Sync with HEAD (fix some mail URIs)
12907
12908 2004-11-08 [colin]      0.9.12cvs140.3
12909
12910         * src/textview.c
12911                 o Use text cursor instead of arrow when
12912                   not on a link
12913                 o Fix handling of contiguous links (as in
12914                   "colin@colino.net" <colin@colino.net>)
12915                   This one unveils a bug in get_email_part()
12916
12917 2004-11-07 [colin]      0.9.12cvs140.2
12918
12919         * src/textview.c
12920                 Fix memleak. Patch by Alfons.
12921
12922 2004-11-06 [colin]      0.9.12cvs140.1
12923
12924         * src/compose.c
12925                 Sync with HEAD (don't ask passphrase
12926                 when drafting)
12927
12928 2004-11-06 [paul]       0.9.12cvs139.2
12929
12930         * AUTHORS
12931         * src/textview.c
12932         * src/textview.h
12933                 textview URI handling. hovering over a 
12934                 link displays it in the status bar,
12935                 and changes the mouse pointer to a hand 
12936                 cursor. a link is activated with a single 
12937                 click. (Modified from the) patch by Jean-Yves 
12938                 Lefort <jylefort@users.sourceforge.net>
12939                 
12940
12941 2004-11-05 [colin]      0.9.12cvs139.1
12942
12943         * src/compose.c
12944         * src/procmime.c
12945                 Sync with HEAD again ^^
12946
12947 2004-11-05 [colin]      0.9.12cvs139.1
12948
12949         * src/compose.c
12950         * src/procmime.c
12951                 Sync with HEAD
12952
12953 2004-11-03 [paul]       0.9.12cvs138.1
12954
12955         * ChangeLog.claws
12956         * configure.ac
12957         * po/POTFILES.in
12958         * src/prefs_ext_prog.c
12959         * src/procmime.c
12960         * tools/kdeservicemenu/README
12961         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12962         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12963                 sync with HEAD
12964
12965 2004-11-01 [christoph]  0.9.12cvs136.2
12966
12967         * src/procmime.c
12968                 convert MIME parameters to UTF-8
12969
12970 2004-10-29 [colin]      0.9.12cvs136.1
12971
12972         * src/common/utils.c
12973                 Sync with HEAD (don't use '=' in mime boundary)
12974
12975 2004-10-29 [paul]       0.9.12cvs135.1
12976
12977         * configure.ac
12978         * doc/src/rfc2231.txt
12979         * src/procmime.c
12980         * src/common/quoted-printable.c
12981         * src/common/utils.c
12982         * src/common/utils.h
12983                 sync with HEAD
12984
12985 2004-10-27 [paul]       0.9.12cvs134.1
12986
12987         * configure.ac
12988         * src/main.c
12989         * src/procmime.c
12990         * src/plugins/pgpmime/pgpmime.c
12991                 sync with HEAD
12992
12993 2004-10-26 [paul]       0.9.12cvs132.3
12994
12995         * src/account.c
12996         * src/addressbook.c
12997         * src/addrgather.c
12998         * src/addrharvest.c
12999         * src/codeconv.c
13000         * src/compose.c
13001         * src/customheader.c
13002         * src/editaddress.c
13003         * src/editgroup.c
13004         * src/enriched.c
13005         * src/expldifdlg.c
13006         * src/exporthtml.c
13007         * src/exportldif.c
13008         * src/folder.c
13009         * src/foldersel.c
13010         * src/folderview.c
13011         * src/grouplistdialog.c
13012         * src/html.c
13013         * src/imap.c
13014         * src/jpilot.c
13015         * src/ldapserver.c
13016         * src/ldif.c
13017         * src/mimeview.c
13018         * src/news.c
13019         * src/news_gtk.c
13020         * src/pop.c
13021         * src/prefs_display_header.c
13022         * src/prefs_gtk.c
13023         * src/prefs_msg_colors.c
13024         * src/prefs_toolbar.c
13025         * src/procheader.c
13026         * src/procmime.c
13027         * src/summaryview.c
13028         * src/textview.c
13029         * src/toolbar.c
13030         * src/vcard.c
13031         * src/common/mgutils.c
13032         * src/common/nntp.c
13033         * src/common/smtp.c
13034         * src/common/template.c
13035         * src/common/utils.c
13036         * src/common/xmlprops.c
13037         * src/plugins/pgpmime/pgpmime.c
13038         * src/plugins/pgpmime/select-keys.c
13039         * src/plugins/pgpmime/sgpgme.c
13040                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13041                 g_string_sprintfa(), gtk_notebook_current_page()
13042
13043 2004-10-26 [colin]      0.9.12cvs132.2
13044
13045         * src/prefs_folder_item.c
13046                 Fix default-account selection
13047
13048 2004-10-21 [colin]      0.9.12cvs133
13049
13050         * src/compose.c
13051                 Sync with HEAD (Remove extra separator in compose's Options)
13052         * src/textview.c
13053                 Set wrapping to char
13054
13055 2004-10-21 [paul]       0.9.12cvs131.2
13056
13057         * src/compose.c
13058         * src/sourcewindow.c
13059                 fix wrapping
13060                 fix window shrinking 
13061
13062 2004-10-21 [colin]      0.9.12cvs131.1
13063
13064         * ChangeLog.claws
13065         * src/compose.c
13066                 Sync with HEAD
13067
13068 2004-10-21 [paul]       0.9.12cvs130.2
13069
13070         * src/prefs_folder_item.c
13071                 sync with HEAD (Apply to subfolders)
13072
13073 2004-10-19 [colin]      0.9.12cvs130.1
13074
13075         * ChangeLog.claws
13076         * src/compose.c
13077         * src/common/utils.c
13078         * src/gtk/menu.c
13079                 Sync with HEAD
13080
13081 2004-10-19 [colin]      0.9.12cvs128.1
13082
13083         * src/addrbook.c
13084         * src/addrcache.c
13085         * src/addressbook.c
13086         * src/codeconv.c
13087         * src/compose.c
13088         * src/customheader.c
13089         * src/editaddress.c
13090         * src/editgroup.c
13091         * src/exporthtml.c
13092         * src/folder.c
13093         * src/folderview.c
13094         * src/imap.c
13095         * src/jpilot.c
13096         * src/main.c
13097         * src/matcher_parser_parse.y
13098         * src/mbox.c
13099         * src/pop.c
13100         * src/prefs_account.c
13101         * src/prefs_gtk.c
13102         * src/prefs_msg_colors.c
13103         * src/procheader.c
13104         * src/procmime.c
13105         * src/procmime.h
13106         * src/procmsg.c
13107         * src/summaryview.c
13108         * src/textview.c
13109         * src/common/base64.c
13110         * src/common/partial_download.c
13111         * src/common/socket.c
13112         * src/common/sylpheed.c
13113         * src/common/utils.c
13114         * src/common/utils.h
13115         * src/gtk/pluginwindow.c
13116         * src/gtk/quicksearch.c
13117         * src/plugins/clamav/clamav_plugin.c
13118         * src/plugins/clamav/clamav_plugin.h
13119         * src/plugins/clamav/clamav_plugin_gtk.c
13120         * src/plugins/pgpmime/passphrase.c
13121         * src/plugins/pgpmime/pgpmime.c
13122         * src/plugins/pgpmime/plugin.c
13123         * src/plugins/pgpmime/prefs_gpg.c
13124         * src/plugins/pgpmime/prefs_gpg.h
13125         * src/plugins/pgpmime/select-keys.c
13126         * src/plugins/pgpmime/sgpgme.c
13127         * src/plugins/spamassassin/libspamc.c
13128         * src/plugins/spamassassin/spamassassin.c
13129         * src/plugins/spamassassin/spamassassin.h
13130         * src/plugins/spamassassin/spamassassin_gtk.c
13131         * src/plugins/trayicon/trayicon.c
13132         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13133                 Sync with HEAD
13134
13135 2004-10-14 [colin]      0.9.12cvs126.2
13136
13137         * src/codeconv.c
13138         * src/textview.c
13139                 Fix conv_unreadable_locale
13140
13141 2004-10-13 [colin]      0.9.12cvs126.1
13142
13143         * src/compose.c
13144                 Sync with HEAD (don't convert charset for 
13145                 drafted messages, minor cleanup)
13146
13147 2004-10-13 [colin]      0.9.12cvs125.1
13148
13149         * po/POTFILES.in
13150                 Sync with HEAD (POTFILES fix)
13151
13152 2004-10-12 [colin]      0.9.12cvs124.3
13153
13154         * src/compose.c
13155                 Fix encoding bug from latest sync
13156
13157 2004-10-12 [paul]       0.9.12cvs124.2
13158
13159         * src/plugins/pgpmime/prefs_gpg.c
13160         * src/plugins/pgpmime/prefs_gpg.h
13161                 forgotten in last commit        
13162
13163 2004-10-12 [paul]       0.9.12cvs124.1
13164
13165         * ChangeLog.claws
13166         * configure.ac
13167         * m4/spamassassin.m4
13168         * src/Makefile.am
13169         * src/account.c
13170         * src/compose.c
13171         * src/compose.h
13172         * src/crash.c
13173         * src/main.c
13174         * src/mimeview.c
13175         * src/passphrase.c
13176         * src/passphrase.h
13177         * src/prefs_account.c
13178         * src/prefs_account.h
13179         * src/prefs_common.c
13180         * src/privacy.c
13181         * src/privacy.h
13182         * src/procmime.c
13183         * src/procmime.h
13184         * src/procmsg.c
13185         * src/rfc2015.c
13186         * src/rfc2015.h
13187         * src/select-keys.c
13188         * src/select-keys.h
13189         * src/textview.c
13190         * src/common/utils.c
13191         * src/common/utils.h
13192         * src/gtk/about.c
13193         * src/plugins/pgpmime/Makefile.am
13194         * src/plugins/pgpmime/passphrase.c
13195         * src/plugins/pgpmime/passphrase.h
13196         * src/plugins/pgpmime/pgpmime.c
13197         * src/plugins/pgpmime/plugin.c
13198         * src/plugins/pgpmime/select-keys.c
13199         * src/plugins/pgpmime/select-keys.h
13200         * src/plugins/pgpmime/sgpgme.c
13201         * src/plugins/pgpmime/sgpgme.h
13202                 sync with HEAD
13203
13204 2004-10-04 [colin]      0.9.12cvs122.1
13205
13206         * src/mainwindow.c
13207         * src/messageview.c
13208         * src/messageview.h
13209         * src/textview.c
13210                 Sync with HEAD
13211
13212 2004-10-04 [colin]      0.9.12cvs121.1
13213
13214         * src/summaryview.c
13215                 Sync with HEAD
13216
13217 2004-10-04 [paul]       0.9.12cvs120.1
13218
13219         * configure.ac
13220                 sync with HEAD [don't try to build 
13221                 pgpmime plugin when gpgme is disabled]
13222
13223 2004-10-03 [colin]      0.9.12cvs119.3
13224
13225         * src/gtk/gtksctree.c
13226                 Lots of side effects. Put back as before 117.2.
13227         * src/summaryview.c
13228                 Fix bug #602
13229
13230 2004-10-03 [colin]      0.9.12cvs119.2
13231
13232         * src/gtk/gtksctree.c
13233                 Revert 608 fix that doesn't work that good
13234
13235 2004-10-02 [colin]      0.9.12cvs119.1
13236
13237         * src/mainwindow.c
13238         * src/messageview.c
13239         * src/prefs_common.h
13240         * src/procmime.c
13241         * src/procmime.h
13242         * src/textview.c
13243                 Sync with HEAD
13244         * src/gtk/gtksctree.c
13245                 Close bug #608
13246
13247 2004-10-01 [colin]      0.9.12cvs118.1
13248
13249         * src/mimeview.c
13250                 Sync with HEAD (better Save All fix)
13251
13252 2004-10-01 [colin]      0.9.12cvs117.2
13253
13254         * src/gtk/gtksctree.c
13255                 Faster on selection
13256
13257 2004-10-01 [colin]      0.9.12cvs117.1
13258
13259         * src/mimeview.c
13260                 Sync with HEAD (Save All: only attachments)
13261
13262 2004-10-01 [paul]       0.9.12cvs116.1
13263
13264         * ChangeLog.claws
13265         * configure.ac
13266         * src/account.c
13267         * src/prefs_common.c
13268         * src/gtk/colorlabel.c
13269                 sync with HEAD
13270
13271 2004-09-30 [colin]      0.9.12cvs115.1
13272
13273         * src/stock_pixmap.c
13274         * src/stock_pixmap.h
13275         * src/folderview.c
13276         * src/Makefile.am
13277         * src/pixmaps/read.xpm
13278                 Sync with HEAD (new pixmap)
13279
13280 2004-09-29 [colin]      0.9.12cvs114.1
13281
13282         * src/compose.c
13283                 Sync with HEAD
13284                 Fix focus handling in headers
13285
13286 2004-09-29 [paul]       0.9.12cvs113.1
13287
13288         * src/quote_fmt_parse.y
13289                 sync with HEAD
13290  
13291
13292 2004-09-28 [colin]      0.9.12cvs112.1
13293
13294         * src/folderview.c
13295         * src/mainwindow.c
13296                 Sync with HEAD
13297
13298 2004-09-28 [colin]      0.9.12cvs110.1
13299
13300         * src/folderview.c
13301                 Sync with HEAD (Contextual Empty trash menu)
13302
13303 2004-09-28 [colin]      0.9.12cvs108.1
13304
13305         * src/addressbook.c
13306                 Sync with HEAD (addressbook edit on double-click)
13307
13308 2004-09-28 [colin]      0.9.12cvs106.1
13309
13310         * src/inc.c
13311                 Sync with HEAD (folder_item freeze on inc)
13312
13313 2004-09-27 [colin]      0.9.12cvs105.1
13314
13315         * src/folderview.c
13316                 Sync with HEAD (right-align new and unread column)
13317
13318 2004-09-27 [colin]      0.9.12cvs104.1
13319
13320         * src/main.c
13321                 Sync with HEAD (revert 0.9.12cvs101)
13322
13323 2004-09-24 [colin]      0.9.12cvs103.2
13324
13325         * src/wizard.c
13326                 Fix gtk warnings and use domain part of the email address 
13327                 when domain detection fails (no dot in domain name)
13328
13329 2004-09-23 [colin]      0.9.12cvs103.1
13330
13331         * src/plugins/spamassassin/libspamc.c
13332         * src/plugins/spamassassin/libspamc.h
13333         * src/plugins/spamassassin/utils.c
13334         * src/plugins/spamassassin/utils.h
13335                 Sync with HEAD (Update spamassassin to 3.0)
13336
13337 2004-09-21 [colin]      0.9.12cvs102.3
13338
13339         * src/action.c
13340                 Add horizontal scrollbar in action io dialog as needed
13341                 Patch by Alfons.
13342
13343 2004-09-20 [colin]      0.9.12cvs102.2
13344
13345         * src/plugins/image_viewer/viewer.c
13346                 Remove imlib stuff
13347                 use gtk_pixmap_set when clearing
13348                 (would be better to use gtkImages, but causes size-allocate 
13349                 signals storm)
13350
13351 2004-09-17 [paul]       0.9.12cvs102.1
13352
13353         * ChangeLog
13354         * ChangeLog.claws
13355         * ChangeLog.jp
13356         * configure.ac
13357         * src/inc.c
13358                 sync with HEAD
13359
13360
13361 2004-09-17 [colin]      0.9.12cvs101.1
13362
13363         * ChangeLog.claws
13364         * src/main.c
13365                 Sync with HEAD (fix segs at exit)
13366
13367 2004-09-14 [colin]      0.9.12cvs99.5
13368
13369         * src/common/socket.c
13370         * AUTHORS
13371                 Fix send error on 64bit platforms
13372                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13373
13374 2004-09-14 [colin]      0.9.12cvs99.4
13375
13376         * src/action.c
13377                 Fix action output with utf8 
13378                 Patch by Alfons.
13379
13380 2004-09-14 [colin]      0.9.12cvs99.3
13381
13382         * ChangeLog.claws
13383         * src/folder.c
13384                 Sync with HEAD
13385
13386 2004-09-09 [colin]      0.9.12cvs99.2
13387
13388         * src/action.c
13389                 Fix progress bar (displaying "Completed %v/%u")
13390                 Patch by Alfons.
13391
13392 2004-09-08 [colin]      0.9.12cvs99.1
13393
13394         * src/account.c
13395         * src/folder.c
13396         * src/procmsg.c
13397         * src/procmsg.h
13398         * src/plugins/pgpmime/pgpmime.c
13399                 Sync with HEAD
13400
13401 2004-09-08 [colin]      0.9.12cvs97.2
13402
13403         * src/summaryview.c
13404                 Don't select mails in collapsed threads 
13405                 when navigating with up/down
13406
13407 2004-09-07 [colin]      0.9.12cvs97.1
13408
13409         * src/inc.c
13410                 Sync with HEAD (meaningful error messages)
13411
13412 2004-09-06 [colin]      0.9.12cvs96.1
13413
13414         * src/toolbar.c
13415                 Sync with HEAD (fix Redirect graying out)
13416
13417 2004-09-06 [colin]      0.9.12cvs95.1
13418
13419         * src/summaryview.c
13420         * src/mimeview.c
13421                 Sync with HEAD (fix dropped URIs)
13422
13423 2004-09-06 [colin]      0.9.12cvs94.1
13424
13425         * src/addressbook.c
13426         * src/addressitem.h
13427         * src/addritem.c
13428         * src/addritem.h
13429                 Sync with HEAD (addressbook DnD)
13430
13431 2004-09-03 [colin]      0.9.12cvs93.1
13432
13433         * src/summaryview.c
13434                 Sync with HEAD (next/prev unread)
13435
13436 2004-09-03 [colin]      0.9.12cvs92.1
13437
13438         * src/prefs_common.c
13439         * src/prefs_common.h
13440         * src/summaryview.c
13441                 Sync with HEAD ('mark_as_read_delay' pref)
13442
13443 2004-09-02 [colin]      0.9.12cvs91.2
13444
13445         * src/common/xml.c
13446                 Fix leak
13447
13448 2004-09-02 [colin]      0.9.12cvs91.1
13449
13450         * src/gtk/menu.c
13451                 Sync with HEAD (menu accel don't work, but whatever)
13452
13453 2004-09-02 [colin]      0.9.12cvs90.1
13454
13455         * src/account.c
13456                 Sync with HEAD (fix bug 582)
13457
13458 2004-09-02 [colin]      0.9.12cvs89.1
13459
13460         * src/addrindex.c
13461                 Sync with HEAD (free deleted queries)
13462
13463 2004-09-02 [colin]      0.9.12cvs88.1
13464
13465         * src/ldapquery.c
13466                 Sync with HEAD (fix LDAP freezes)
13467
13468 2004-09-02 [colin]      0.9.12cvs87.1
13469
13470         * src/prefs_spelling.c
13471                 Sync with HEAD (add default dictionary)
13472
13473 2004-09-01 [colin]      0.9.12cvs86.1
13474
13475         * src/filtering.c
13476         * src/folderview.c
13477         * src/imap.c
13478         * src/prefs_matcher.c
13479         * src/stock_pixmap.c
13480         * src/summary_search.c
13481         * src/summaryview.c
13482         * src/wizard.c
13483         * src/wizard.h
13484                 Sync with HEAD (uninitialized vars fixes)
13485                 + gtk2 specific warning fixes
13486
13487 2004-08-31 [colin]      0.9.12cvs85.1
13488
13489         * src/folder.c
13490                 Sync with HEAD (Fix memory corruption due to 
13491                 uninitialized var)
13492
13493 2004-08-31 [colin]      0.9.12cvs84.4
13494
13495         * src/summary_search.c
13496                 Fix segfaults when searching in folders with broken headers
13497
13498 2004-08-31 [colin]      0.9.12cvs84.3
13499
13500         * src/compose.c
13501         * src/textview.c
13502                 Fix some more encoding/decoding issues
13503
13504 2004-08-30 [colin]      0.9.12cvs84.2
13505
13506         * src/mimeview.c
13507         * src/prefs_themes.c
13508         * src/gtk/filesel.c
13509         * src/gtk/filesel.h
13510                 Add a folder-mode selection (fixes mimeview's "Save all")
13511
13512 2004-08-29 [colin]      0.9.12cvs84.1
13513
13514         * src/mimeview.c
13515                 Sync with HEAD (don't escape saved filenames)
13516
13517 2004-08-27 [colin]      0.9.12cvs83.1
13518
13519         * ChangeLog
13520         * ChangeLog.claws
13521         * ChangeLog.jp
13522         * src/mh.c
13523         * src/procheader.c
13524         * src/procmsg.c
13525         * src/procmsg.h
13526         * src/common/utils.c
13527         * src/gtk/menu.h
13528         * po/
13529                 Sync with HEAD 0.9.12cvs83 (sync with main)
13530
13531 2004-08-26 [colin]      0.9.12cvs82.4
13532
13533         * src/codeconv.c
13534                 Fix strange stack corruption
13535                 Convert to utf8 after unmime, not before
13536
13537 2004-08-26 [colin]      0.9.12cvs82.3
13538
13539         * src/main.c
13540         * src/wizard.c
13541                 Fix account folders duplication
13542
13543 2004-08-25 [colin]      0.9.12cvs82.2
13544
13545         * src/wizard.c
13546                 Remove ports
13547                 Add SSL selection
13548                 Use login@server as account name
13549
13550 2004-08-25 [colin]      0.9.12cvs82.1
13551
13552         * src/plugins/pgpmime/pgpmime.c
13553                 Sync with HEAD (leak fix).
13554
13555 2004-08-25 [colin]      0.9.12cvs81.1
13556
13557         * src/plugins/pgpmime/pgpmime.c
13558         * src/plugins/pgpmime/sgpgme.c
13559         * src/plugins/pgpmime/sgpgme.h
13560                 Sync with HEAD (Handle combined messages).
13561
13562 2004-08-24 [colin]      0.9.12cvs80.3
13563
13564         * src/wizard.c
13565                 Fix full name, ports, and imap
13566
13567 2004-08-24 [colin]      0.9.12cvs80.2
13568
13569         * src/Makefile.am
13570         * src/main.c
13571         * src/setup.c
13572         * src/setup.h
13573         * src/stock_pixmap.c
13574         * src/stock_pixmap.h
13575         * src/wizard.c ** ADDED **
13576         * src/wizard.h ** ADDED ** 
13577         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13578                 Add a setup wizard 
13579
13580 2004-08-24 [colin]      0.9.12cvs80.1
13581
13582         * src/folder.c
13583                 Sync with HEAD (set mimeflags on all messages)
13584
13585 2004-08-24 [colin]      0.9.12cvs79.3
13586
13587         * src/matcher_parser_lex.l
13588                 Fix 8bits strings not in utf8
13589
13590 2004-08-24 [colin]      0.9.12cvs79.2
13591
13592         * src/compose.c
13593                 Check conversion result before replacing buffer
13594
13595 2004-08-23 [colin]      0.9.12cvs79.1
13596
13597         * src/compose.c
13598                 Sync with HEAD (create message header in memory)
13599
13600 2004-08-23 [colin]      0.9.12cvs78.1
13601
13602         * src/rfc2015.c
13603         * src/rfc2015.h
13604                 Sync with HEAD (fix bug 197 again)
13605
13606 2004-08-23 [colin]      0.9.12cvs77.3
13607
13608         * src/compose.c
13609                 Fix again inline gpg signing (which outputs utf8
13610                 in gtk2). Not syncing this fix to HEAD as this 
13611                 code is meant to die.
13612
13613 2004-08-23 [colin]      0.9.12cvs77.2
13614
13615         * src/prefs_account.h
13616                 Remove useless include
13617
13618 2004-08-23 [colin]      0.9.12cvs77.1
13619
13620         * src/imap.c
13621         * po/es.po
13622         * po/fr.po
13623         * po/it.po
13624         * po/pl.po
13625         * po/pt_BR.po
13626         * po/sk.po
13627         * po/sr.po
13628                 Sync with HEAD (fix bug 577)
13629
13630 2004-08-22 [colin]      0.9.12cvs76.1
13631
13632         * src/plugins/trayicon/trayicon.c
13633                 Sync with HEAD (fix formatting bug)
13634
13635 2004-08-21 [colin]      0.9.12cvs74.2
13636
13637         * src/gtk/colorsel.c
13638                 Fix bug 564 (Folder color selection window exits on any
13639                 keypress)
13640
13641 2004-08-21 [colin]      0.9.12cvs74.1
13642
13643         * ChangeLog.claws
13644         * src/compose.c
13645         * src/summaryview.c
13646         * src/toolbar.c
13647                 Sync with HEAD (fix bug 576)
13648
13649 2004-08-21 [colin]      0.9.12cvs70.1
13650
13651         * src/compose.c
13652         * src/mainwindow.c
13653                 Sync with HEAD
13654                 
13655
13656 2004-08-21 [paul]       0.9.12cvs66.4
13657
13658         * src/mainwindow.c
13659         * src/messageview.c
13660         * src/gtk/menu.c
13661         * src/plugins/spamassassin/spamassassin_gtk.c
13662                 remove some deprecated gtk1 functions
13663
13664
13665 2004-08-21 [colin]      0.9.12cvs66.3
13666
13667         * src/compose.c
13668         * src/codeconv.c
13669                 Fix warnings
13670                 Remove encoding hacks
13671                 Fix bug 575 (Strange character messes up message)
13672                 Don't display conversion error when drafting
13673
13674 2004-08-21 [paul]       0.9.12cvs66.2
13675
13676         * src/prefs_account.c
13677                 fix GnuPG mode bugs
13678
13679
13680 2004-08-20 [colin]      0.9.12cvs66.1
13681
13682         * src/codeconv.c
13683                 Sync with HEAD 0.9.12cvs66
13684
13685 2004-08-20 [paul]
13686
13687         * src/plugins/pgpmime/plugin.c
13688                 modify PGP/MIME plugin's description
13689
13690 2004-08-17 [colin]      0.9.12cvs65.1
13691
13692         * src/common/ssl.c
13693         * src/plugins/pgpmime/plugin.c
13694                 Sync with HEAD
13695
13696 2004-08-14 [colin]      0.9.12cvs60.3
13697
13698         * src/plugins/trayicon/trayicon.c
13699                 Put back resize callback, on size-request signal
13700                 rather than size-allocate to avoid infinite 
13701                 callback loop
13702
13703 2004-08-13 [colin]      0.9.12cvs60.2
13704
13705         * src/common/defs.h
13706                 Cache versions have been fixed
13707
13708 2004-08-13 [colin]      0.9.12cvs60.1
13709
13710         * src/folderutils.c
13711                 Sync with HEAD
13712
13713 2004-08-12 [colin]      0.9.12cvs59.1
13714
13715         * src/plugins/trayicon/trayicon.c
13716                 Sync with HEAD
13717
13718 2004-08-12 [colin]      0.9.12cvs57.5
13719
13720         * sylpheed.desktop
13721         * configure.ac
13722         * src/Makefile.am
13723         * src/main.c
13724                 Add support for Freedesktop.org's startup notification
13725
13726 2004-08-11 [colin]      0.9.12cvs57.4
13727
13728         * src/textview.c
13729                 Fix off-by-one
13730
13731 2004-08-11 [colin]      0.9.12cvs57.3
13732
13733         * src/message_search.c
13734         * src/summary_search.c
13735                 Make searches case insensitive by default
13736         * src/textview.c
13737                 Fix case-insensitive search in message
13738
13739 2004-08-11 [colin]      0.9.12cvs57.2
13740
13741         * src/summary_search.c
13742                 Let case-sensitive be specified
13743
13744 2004-08-10 [colin]      0.9.12cvs55.4
13745
13746         * src/common/socket.c
13747                 Fix the possible race condition
13748
13749 2004-08-09 [paul]       0.9.12cvs55.3
13750
13751         * configure.ac
13752         * src/Makefile.am
13753         * src/common/Makefile.am
13754                 sync with HEAD
13755
13756
13757 2004-08-09 [paul]       0.9.12cvs55.2
13758
13759         * autogen.sh
13760         * po/poconv.sh
13761                 remove unneeded script
13762
13763         * configure.ac
13764                 add forgotten USE_LDAP_TLS (sync with HEAD)
13765
13766
13767 2004-08-09 [colin]      0.9.12cvs55.1
13768
13769         * src/main.c
13770         * src/common/ssl.c
13771         * src/common/sylpheed.c
13772         * src/common/sylpheed.h
13773                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
13774
13775 2004-08-09 [paul]       0.9.12cvs54.1
13776
13777         * ChangeLog
13778         * ChangeLog.claws
13779         * ChangeLog.jp
13780         * configure.ac
13781         * po/POTFILES.in
13782         * src/Makefile.am
13783         * src/folderutils.c
13784         * src/main.c
13785         * src/pgpmime.c
13786         * src/pgpmime.h
13787         * src/sgpgme.c
13788         * src/sgpgme.h
13789         * src/plugins/Makefile.am
13790         * src/plugins/pgpmime/.cvsignore
13791         * src/plugins/pgpmime/Makefile.am
13792         * src/plugins/pgpmime/pgpmime.c
13793         * src/plugins/pgpmime/pgpmime.h
13794         * src/plugins/pgpmime/plugin.c
13795         * src/plugins/pgpmime/sgpgme.c
13796         * src/plugins/pgpmime/sgpgme.h
13797                 sync with HEAD
13798
13799 2004-08-08 [paul]       0.9.12cvs51.1
13800
13801         * configure.ac
13802         * src/folder.c
13803                 sync with HEAD
13804
13805 2004-08-07 [colin]      0.9.12cvs50.1
13806
13807         * src/pop.c
13808         * src/common/partial_download.c
13809                 fix warnings (sync from HEAD)
13810
13811 2004-08-07 [colin]      0.9.12cvs48.1
13812
13813         * src/prefs_folder_item.c
13814                 sync with HEAD 0.9.12cvs48
13815
13816 2004-08-06 [colin]      0.9.12cvs47.1
13817
13818         * src/compose.c
13819                 Sync with HEAD
13820
13821 2004-08-06 [christoph]  0.9.12cvs46.2
13822
13823         * src/main.c
13824         * src/plugins/clamav/clamav_plugin_gtk.c
13825         * src/plugins/dillo_viewer/dillo_viewer.c
13826         * src/plugins/image_viewer/plugin.c
13827         * src/plugins/mathml_viewer/mathml_viewer.c
13828         * src/plugins/spamassassin/spamassassin_gtk.c
13829         * src/plugins/trayicon/trayicon.c
13830                 don't mix GTK1.2 plugin with GTK2 plugins
13831
13832 2004-08-06 [colin]      0.9.12cvs46.1
13833
13834         * ChangeLog
13835         * ChangeLog.claws
13836         * ChangeLog.jp
13837         * configure.ac
13838         * sylpheed-claws.pc.in
13839         * src/folder.c
13840         * src/imap.c
13841         * src/localfolder.c
13842         * src/messageview.c
13843         * src/mimeview.c
13844         * src/mimeview.h
13845         * src/msgcache.c
13846         * src/news.c
13847         * src/prefs_ext_prog.c
13848         * src/prefs_folder_item.c
13849         * src/prefs_fonts.c
13850         * src/prefs_msg_colors.c
13851         * src/prefs_spelling.c
13852         * src/prefs_themes.c
13853         * src/prefs_toolbar.c
13854         * src/prefs_wrapping.c
13855         * src/procmime.h
13856         * src/common/defs.h
13857         * src/common/nntp.c
13858         * src/common/session.c
13859         * src/common/session.h
13860         * src/common/socket.c
13861         * src/common/utils.h
13862         * src/common/xml.c
13863         * src/common/xml.h
13864         * src/gtk/prefswindow.c
13865         * src/gtk/prefswindow.h
13866         * src/plugins/clamav/clamav_plugin_gtk.c
13867         * src/plugins/dillo_viewer/dillo_prefs.c
13868         * src/plugins/image_viewer/viewerprefs.c
13869         * src/plugins/spamassassin/spamassassin_gtk.c
13870         * m4/openssl.m4 *** REMOVED ***
13871                 Sync with HEAD 0.9.12cvs46
13872
13873 2004-08-03 [paul]       0.9.12cvs40.2
13874
13875         * src/action.c
13876         * src/addressadd.c
13877         * src/addressbook.c
13878         * src/addrgather.c
13879         * src/browseldap.c
13880         * src/compose.c
13881         * src/crash.c
13882         * src/editaddress.c
13883         * src/editgroup.c
13884         * src/editldap_basedn.c
13885         * src/foldersel.c
13886         * src/importldif.c
13887         * src/mimeview.c
13888         * src/prefs_common.c
13889         * src/prefs_template.c
13890         * src/sourcewindow.c
13891         * src/summaryview.c
13892         * src/gtk/about.c
13893         * src/gtk/foldersort.c
13894         * src/gtk/logwindow.c
13895         * src/gtk/pluginwindow.c
13896         * src/gtk/prefswindow.c
13897                 change all gtk_scrolled_window_set_policy from 
13898                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
13899
13900 2004-08-02 [paul]       0.9.12cvs40.1
13901
13902         * AUTHORS
13903                 update translation team section
13904         * po/pt_BR.po
13905                 updated by Frederico Goncalves Guimaraes
13906                 <fggdebian@yahoo.com.br>
13907
13908 2004-07-31 [colin]      0.9.12cvs39.9
13909
13910         * src/exphtmldlg.c
13911                 Fix compilation
13912
13913 2004-07-31 [colin]      0.9.12cvs39.8
13914
13915         * src/exphtmldlg.c
13916                 Fix an alertpanel type
13917
13918 2004-07-30 [colin]      0.9.12cvs39.7
13919
13920         * src/alertpanel.c
13921                 Fix alertpanel_error_log's icon
13922
13923 2004-07-30 [colin]      0.9.12cvs39.6
13924
13925         * src/pop.c
13926                 Two of them should still be warnings
13927
13928 2004-07-30 [colin]      0.9.12cvs39.5
13929
13930         * src/pop.c
13931                 More warning -> error
13932 2004-07-29 [colin]      0.9.12cvs39.4
13933
13934         * src/pop.c
13935                 Warning -> error
13936
13937 2004-07-29 [colin]      0.9.12cvs39.3
13938
13939         * src/prefs_matcher.c
13940                 Fix segfault
13941
13942 2004-07-29 [colin]      0.9.12cvs39.2
13943
13944         * src/alertpanel.c
13945                 More nice-looking alertpanels
13946
13947 2004-07-29 [colin]      0.9.12cvs39.1
13948
13949         * src/messageview.c
13950                 sync with head
13951                 (inform user when partial mail is deleted on server)
13952
13953 2004-07-29 [colin]      0.9.12cvs38.1
13954
13955         * src/messageview.c
13956                 sync with head
13957
13958 2004-07-28 [paul]       0.9.12cvs37.7
13959
13960         * src/mainwindow.c
13961                 complete the replacement of deprecated gtk_progress_*
13962
13963 2004-07-28 [paul]       0.9.12cvs37.6
13964
13965         * src/action.c
13966         * src/inc.c
13967         * src/mainwindow.c
13968         * src/send_message.c
13969         * src/gtk/progressdialog.c
13970         * src/gtk/progressdialog.h
13971                 replace deprecated gtk_progress_*
13972
13973 2004-07-28 [paul]       0.9.12cvs37.5
13974
13975         * src/gtk/filesel.c
13976                 remove gtk_window_set_wmclass()
13977 2004-07-28 [paul]       0.9.12cvs37.4
13978
13979         * src/addressbook.c
13980         * src/compose.c
13981         * src/foldersel.c
13982         * src/mainwindow.c
13983         * src/messageview.c
13984         * src/sourcewindow.c
13985         * src/gtk/logwindow.c
13986                 remove gtk_window_set_wmclass()
13987                 
13988         * src/prefs_filtering.c
13989         * src/prefs_filtering_action.c
13990         * src/prefs_fonts.c
13991         * src/prefs_gtk.c
13992         * src/prefs_matcher.c
13993         * src/ssl_manager.c
13994         * src/gtk/prefswindow.c
13995                 replace gtk_window_position()
13996
13997 2004-07-28 [colin]      0.9.12cvs37.3
13998
13999         * src/alertpanel.c
14000         * src/alertpanel.h
14001                 Add a way to specify panel type for specific
14002                 panels (alertpanel())
14003         * src/account.c
14004         * src/addressbook.c
14005         * src/compose.c
14006         * src/expldifdlg.c
14007         * src/main.c
14008         * src/messageview.c
14009         * src/summaryview.c
14010         * src/textview.c
14011         * src/gtk/sslcertwindow.c
14012                 Fix alertpanel()s so that their icon match
14013                 their real type
14014
14015 2004-07-28 [paul]       0.9.12cvs37.2
14016
14017         * src/addr_compl.c
14018         * src/addressbook.c
14019         * src/alertpanel.c
14020         * src/compose.c
14021         * src/export.c
14022         * src/foldersel.c
14023         * src/folderview.c
14024         * src/grouplistdialog.c
14025         * src/import.c
14026         * src/mainwindow.c
14027         * src/message_search.c
14028         * src/messageview.c
14029         * src/passphrase.c
14030         * src/prefs_actions.c
14031         * src/prefs_common.c
14032         * src/prefs_customheader.c
14033         * src/prefs_display_header.c
14034         * src/prefs_filtering.c
14035         * src/prefs_filtering_action.c
14036         * src/prefs_gtk.c
14037         * src/prefs_matcher.c
14038         * src/prefs_msg_colors.c
14039         * src/prefs_summary_column.c
14040         * src/prefs_template.c
14041         * src/sourcewindow.c
14042         * src/ssl_manager.c
14043         * src/summary_search.c
14044         * src/gtk/colorsel.c
14045         * src/gtk/description_window.c
14046         * src/gtk/gtkaspell.c
14047         * src/gtk/inputdialog.c
14048         * src/gtk/logwindow.c
14049         * src/gtk/prefswindow.c
14050         * src/gtk/progressdialog.c
14051                 replace deprecated gtk_window_set_policy
14052
14053 2004-07-27 [colin]      0.9.12cvs37.1
14054
14055         * src/msgcache.c
14056                 More fixes (synced for head again)
14057
14058 2004-07-27 [colin]      0.9.12cvs35.3
14059
14060         * src/msgcache.c
14061                 Fix wrong test
14062
14063 2004-07-27 [colin]      0.9.12cvs35.2
14064
14065         * src/mimeview.c
14066                 Fix width a bit (by Paul)
14067         * src/alertpanel.c
14068         * src/alertpanel.h
14069                 Specialize icons, make alertpanel_message()
14070                 private
14071         * src/message_search.c
14072         * src/sgpgme.c
14073         * src/summary_search.c
14074                 Suit alertpanel changes
14075
14076 2004-07-27 [colin]      0.9.12cvs35.1
14077
14078         * src/alertpanel.c
14079                 Add an icon
14080         * src/passphrase.c
14081                 Add debug output - maybe someone will
14082                 want to look at the problem with Grab
14083                 Input :)
14084         Bump version as we're synced with HEAD
14085
14086 2004-07-26 [colin]      0.9.12cvs33.26
14087
14088         * src/pop.c
14089                 Fix uidl-file parsing when not in new
14090                 format
14091
14092 2004-07-26 [colin]      0.9.12cvs33.25
14093
14094         * src/gtk/menu.c
14095                 Move popup menu up if necessary (fixes 
14096                 account selector)
14097         * src/mainwindow.c
14098                 Set account selector's button height to
14099                 minimum
14100
14101 2004-07-26 [colin]      0.9.12cvs33.24
14102
14103         * src/alertpanel.c
14104                 Maybe fix 551 (Truncated font in alert window)
14105
14106 2004-07-26 [colin]      0.9.12cvs33.23
14107
14108         * po/de.po
14109         * po/es.po
14110         * po/fr.po
14111         * po/it.po
14112         * po/ja.po
14113         * po/pl.po
14114         * po/ru.po
14115         * po/sk.po
14116         * po/sr.po
14117         * po/zh_CN.po
14118                 Sync po files with HEAD
14119
14120 2004-07-26 [paul]       0.9.12cvs33.22
14121
14122         * src/compose.c
14123                 fix Bug 556 'Organisation-header is sent even if empty'
14124
14125 2004-07-24 [colin]      0.9.12cvs33.21
14126
14127         * src/compose.c
14128         * src/gtk/gtkaspell.c
14129         * src/gtk/gtkaspell.h
14130                 Fix speller accelerators (require hack)
14131
14132 2004-07-24 [colin]      0.9.12cvs33.20
14133
14134         * src/gtk/gtkaspell.c
14135                 Fix over-eager code deletion breaking
14136                 Check while typing
14137
14138 2004-07-24 [colin]      0.9.12cvs33.19
14139
14140         * src/browseldap.c
14141         * src/ldapctrl.c
14142         * src/ldapctrl.h
14143         * src/ldapserver.h
14144                 Sync ldap with HEAD
14145         (Fixes 546 LDAP completely broken)
14146
14147 2004-07-24 [colin]      0.9.12cvs33.18
14148
14149         * src/prefs_msg_colors.c
14150                 Fix prototype mismatch
14151         (Fixes 547 void function cannot return value)
14152
14153 2004-07-24 [colin]      0.9.12cvs33.17
14154
14155         * src/mainwindow.c
14156                 Fix sort going back to previous sort key
14157                 when changing sort direction
14158
14159 2004-07-24 [colin]      0.9.12cvs33.16
14160
14161         * src/compose.c
14162                 Fix space insertion when re-wrapping at 
14163                 cursor point
14164
14165 2004-07-24 [colin]      0.9.12cvs33.15
14166
14167         * src/gtk/gtkaspell.c
14168                 Don't change cursor position in insert-text
14169                 callback
14170         (Fixes 539 Word wrapping on input transposes letters)
14171
14172 2004-07-24 [colin]      0.9.12cvs33.14
14173
14174         * src/gtk/gtkaspell.c
14175                 Reencode non-ascii chars to dictionary's
14176                 encoding
14177         (Fixes 544 Spell check broken non english locale)
14178
14179 2004-07-24 [colin]      0.9.12cvs33.13
14180
14181         * src/summaryview.c
14182                 Fix Shift+Down, add Home/End/PgUp/PgDown
14183
14184 2004-07-21 [colin]      0.9.12cvs33.12
14185
14186         * src/prefs_common.c
14187                 Fix a gtk warning (Patch by Andrej Kacian)
14188
14189 2004-07-21 [colin]      0.9.12cvs33.11
14190
14191         * src/gtk/filesel.c
14192                 More check
14193
14194 2004-07-21 [colin]      0.9.12cvs33.10
14195
14196         * src/compose.c
14197         * src/crash.c
14198         * src/export.c
14199         * src/import.c
14200         * src/messageview.c
14201         * src/mimeview.c
14202         * src/prefs_spelling.c
14203         * src/prefs_themes.c
14204         * src/summaryview.c
14205         * src/gtk/filesel.c
14206         * src/gtk/filesel.h
14207         * src/gtk/pluginwindow.c
14208                 Untwist open/save mode guessing logic, make
14209                 it explicit
14210
14211 2004-07-20 [colin]      0.9.12cvs33.9
14212
14213         * src/codeconv.c
14214                 conv_encode_header: src_charset is UTF-8 on
14215                 gtk2
14216         * src/compose.c
14217                 Remove double encoding of the headers
14218
14219 2004-07-20 [colin]      0.9.12cvs33.8
14220
14221         * src/codeconv.c
14222                 Fix typo
14223
14224 2004-07-20 [colin]      0.9.12cvs33.7
14225
14226         * src/mainwindow.c
14227                 Set the separated messageview to the saved
14228                 size of Claws' messageview (Patch by Alfons)
14229                 Fix a callback prototype (me)
14230
14231 2004-07-20 [colin]      0.9.12cvs33.6
14232
14233         * src/codeconv.h
14234                 Forgot one hunk in 0.9.12cvs33.4
14235
14236 2004-07-19 [colin]      0.9.12cvs33.5
14237
14238         * src/action.c
14239                 Action output fix
14240                 Patch by Alfons
14241
14242 2004-07-19 [colin]      0.9.12cvs33.4
14243
14244         * src/compose.c
14245                 Fix outgoing charset bug in headers
14246         * src/codeconv.c
14247                 Clean for glib2 - Patch by Alfons
14248
14249 2004-07-19 [colin]      0.9.12cvs33.3
14250
14251         * src/statusbar.c
14252                 Remove grip from the statusbar
14253                 Patch by Alfons
14254
14255 2004-07-19 [colin]      0.9.12cvs33.2
14256
14257         * src/messageview.c
14258         * src/textview.c
14259                 Fix messageview remembering the previous
14260                 scroll position when loading a new message
14261                 Patch by Alfons
14262
14263 2004-07-19 [colin]      0.9.12cvs33.1
14264
14265         * src/folder.h
14266         * src/folderview.c
14267         * src/summaryview.c
14268                 Sync with HEAD
14269
14270 2004-07-18 [colin]      0.9.12cvs32.7
14271
14272         * configure.ac
14273                 Remove useless check for XIM - noticed
14274                 by Alfons
14275
14276 2004-07-18 [colin]      0.9.12cvs32.6
14277
14278         * src/summaryview.c
14279                 Remove non-modified and shift-modified
14280                 accelerators in summaryview's popup
14281                 menu, as that doesn't get catched by
14282                 the accel-activate signal catcher...
14283
14284 2004-07-18 [colin]      0.9.12cvs32.5
14285
14286         * src/prefs_common.c
14287                 Define sensible default prefs for 
14288                 wrapping
14289
14290 2004-07-18 [colin]      0.9.12cvs32.4
14291
14292         * src/compose.c
14293         * src/prefs_common.c
14294         * src/prefs_common.h
14295         * src/prefs_wrapping.c
14296                 Remove Smart Wrapping pref, which does
14297                 nothing on gtk2 branch
14298
14299 2004-07-18 [colin]      0.9.12cvs32.3
14300
14301         * src/sourcewindow.c
14302                 Proper utf8
14303
14304 2004-07-18 [colin]      0.9.12cvs32.2
14305
14306         * src/compose.c
14307                 Save attachment status when drafting
14308
14309 2004-07-18 [colin]      0.9.12cvs32.1
14310
14311         * src/gtk/filesel.c
14312                 Fix erratic folder selection in open mode
14313
14314 2004-07-18 [colin]      0.9.12cvs31.11
14315
14316         * src/pop.c
14317                 Don't let partial messages get deleted
14318                 even with "dowload all"
14319                 (0.9.12cvs31.8 fix extension)
14320 2004-07-18 [colin]      0.9.12cvs31.10
14321
14322         * src/gtk/logwindow.c
14323                 Fix log scrolling
14324
14325 2004-07-18 [colin]      0.9.12cvs31.9
14326
14327         * src/common/utils.c
14328                 Fix non-utf8 strings coming from commands
14329                 and files
14330
14331 2004-07-18 [colin]      0.9.12cvs31.8
14332
14333         * src/pop.c
14334                 Fix partial download bug with Download all
14335                 messages option
14336
14337 2004-07-18 [colin]      0.9.12cvs31.7
14338
14339         * src/textview.c
14340                 Fix bug introduced in 0.9.12cvs31.2
14341                 (blocked in select mode after double click)
14342
14343 2004-07-18 [colin]      0.9.12cvs31.6
14344
14345         * src/compose.c
14346         * src/gtk/menu.c
14347                 More glib-warning fixes
14348
14349 2004-07-18 [colin]      0.9.12cvs31.5
14350
14351         * src/compose.c
14352                 Fix trashing the primary clipboard when moving 
14353                 around with tab
14354         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14355
14356 2004-07-18 [colin]      0.9.12cvs31.4
14357
14358         * src/codeconv.c
14359                 convert unencoded iso headers to utf8
14360         (Fix Bug 538 Unencoded local characters in subject make it 
14361          disappear)
14362
14363 2004-07-18 [colin]      0.9.12cvs31.3
14364
14365         * src/compose.c
14366                 Fix tab char handling in wrapping
14367         (Fix Bug 537 Line wrap problem - TAB character treated as 
14368          one character instead of 8)
14369
14370 2004-07-18 [colin]      0.9.12cvs31.2
14371
14372         * src/textview.c
14373                 return FALSE on GDK_MOTION_NOTIFY
14374         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14375          (unable to highlight))
14376
14377 2004-07-18 [colin]      0.9.12cvs31.1
14378
14379         * src/folderview.c
14380                 Sync with 0.9.12cvs31
14381
14382 2004-07-18 [colin]      0.9.12cvs30.4
14383
14384         * src/compose.c
14385                 Also block text_inserted when inserting a file
14386
14387 2004-07-18 [colin]      0.9.12cvs30.3
14388
14389         * src/compose.c
14390                 Fix smart wrapping (block text_inserted handler
14391                 while putting quotation to avoid wrap on input,
14392                 don't join lines if next is sig separator)
14393
14394 2004-07-17 [colin]      0.9.12cvs30.2
14395
14396         * src/folderview.c
14397         * src/mainwindow.c
14398         * src/mimeview.c
14399         * src/summaryview.c
14400         * src/gtk/quicksearch.c
14401         * src/gtk/quicksearch.h
14402                 Block key events handlers *and* accels while
14403                 quicksearch is focused
14404         (Fixes Bug 534 quick-search bar not accepting certain letters)
14405
14406 2004-07-17 [colin]      0.9.12cvs30.1
14407
14408         * src/folder.h
14409         * src/folderview.c
14410         * src/summaryview.c
14411                 Sync with 0.9.12cvs30
14412
14413 2004-07-17 [colin]      0.9.12cvs28.2
14414
14415         * src/mimeview.c
14416         * src/procmime.c
14417         * src/summaryview.c
14418         * src/gtk/menu.c
14419                 Squash some compile and glib warnings
14420
14421 2004-07-17 [paul]       0.9.12cvs28.1
14422
14423         * src/mimeview.c
14424                 sync with 0.9.12cvs28 HEAD
14425
14426 2004-07-16 [paul]       0.9.12cvs26.1
14427         
14428         * src/gtk/quicksearch.c
14429         * src/account.c
14430         * src/account.h
14431         * src/compose.c
14432         * src/customheader.c
14433         * src/folder_item_prefs.c
14434         * src/main.c
14435         * src/mainwindow.c
14436         * src/messageview.c
14437         * src/mimeview.c
14438         * src/news.c
14439         * src/pgpmime.c
14440         * src/pop.c
14441         * src/pop.h
14442         * src/prefs_account.c
14443         * src/prefs_account.h
14444         * src/prefs_common.c
14445         * src/prefs_common.h
14446         * src/prefs_display_header.c
14447         * src/prefs_gtk.c
14448         * src/prefs_gtk.h
14449         * src/procheader.c
14450         * src/procmime.c
14451                 sync with 0.9.12cvs26 HEAD      
14452
14453 2004-07-15 [colin]      0.9.12cvs18.14
14454
14455         * src/folder.c
14456                 Disable GPG signature check during
14457                 folder move and scan
14458         (Closes Bug 521 Signature checking slows down Folder-Move)
14459
14460 2004-07-14 [colin]      0.9.12cvs18.13
14461
14462         * src/common/partial_download.c
14463                 update includes
14464
14465 2004-07-14 [colin]      0.9.12cvs18.12
14466
14467         * src/common/partial_download.c
14468         * src/common/partial_download.h
14469                 Move doc at top, add correct copyright
14470
14471 2004-07-14 [colin]      0.9.12cvs18.11
14472
14473         * src/folder.c
14474         * src/messageview.c
14475         * src/pop.c
14476         * src/pop.h
14477         * src/procmsg.c
14478         * src/summaryview.c
14479         * src/common/Makefile.am
14480         * src/common/partial_download.c ** NEW FILES **
14481         * src/common/partial_download.h ** NEW FILES **
14482                 Move partial-download related stuff to its
14483                 own file
14484
14485 2004-07-14 [colin]      0.9.12cvs18.10
14486
14487         * src/send_message.c
14488                 Fix smtp auth when user is null or empty
14489
14490 2004-07-13 [colin]      0.9.12cvs18.9
14491
14492         * src/gtk/quicksearch.c
14493                 Use alphabetic order
14494
14495 2004-07-13 [colin]      0.9.12cvs18.8
14496
14497         * src/pop.c
14498                 Be paranoid on the checks
14499
14500 2004-07-13 [colin]      0.9.12cvs18.7
14501
14502         * src/gtk/quicksearch.c
14503                 Fix Engrish once again
14504
14505 2004-07-13 [colin]      0.9.12cvs18.6
14506
14507         * src/procmsg.c
14508         * src/summaryview.c
14509                 Mark messages for deletion when they are about to
14510                 be removed from trash
14511
14512 2004-07-13 [colin]      0.9.12cvs18.5
14513
14514         * src/matcher.c
14515         * src/matcher.h
14516         * src/matcher_parser_parse.y
14517         * src/prefs_matcher.c
14518         * src/gtk/quicksearch.c
14519                 Add 'partial' ('p') match string to find partially
14520                 downloaded messages
14521
14522 2004-07-13 [colin]      0.9.12cvs18.4
14523
14524         * src/pop.c
14525                 Fix misplaced block
14526
14527 2004-07-13 [colin]      0.9.12cvs18.3
14528
14529         * src/pop.c
14530         * src/pop.h
14531         * src/messageview.c
14532                 Refactor API (to avoid passing 5+ params and code
14533                 duplication)
14534         * src/folder.c
14535         * src/msgcache.c
14536         * src/procheader.c
14537         * src/common/defs.h
14538                 Add planned_download to cache
14539                 Don't mess uidl file when moving partially downloaded
14540                 mails (they change folder, we should change it in the
14541                 uidl list too or we'll remove an incorrect message)
14542                 (this also helps removing hacks when changing 
14543                 planned_download in messageview.c)
14544
14545 2004-07-12 [colin]      0.9.12cvs18.2
14546
14547         * src/gtk/quicksearch.c
14548                 Fix missing status update in quicksearch
14549
14550 2004-07-12 [paul]       0.9.12cvs18.1
14551
14552         * po/POTFILES.in
14553         * src/Makefile.am
14554         * src/account.c
14555         * src/codeconv.c
14556         * src/compose.c
14557         * src/inc.c
14558         * src/main.c
14559         * src/prefs_common.c
14560         * src/procmsg.h
14561         * src/toolbar.c
14562         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14563         * src/prefs_wrapping.[ch]       ** NEW FILES **
14564         * src/common/intl.h
14565         * src/common/utils.[ch]
14566         * src/gtk/quicksearch.[ch]
14567                 sync with 0.9.12cvs18 HEAD
14568
14569 2004-07-12 [colin]      0.9.11cvs17.25
14570
14571         * src/folder.c
14572         * src/folder.h
14573                 Remove unused function added by me in 0.9.11cvs17.10
14574
14575 2004-07-11 [colin]      0.9.11cvs17.24
14576
14577         * src/inc.c
14578         * src/messageview.c
14579         * src/pop.c
14580         * src/pop.h
14581                 Use folderitem and msgnum instead of filename to
14582                 know which mail to delete
14583                 Move old partial mail deletion to pop.c
14584
14585 2004-07-10 [colin]      0.9.11cvs17.23
14586
14587         * src/inc.c
14588                 Add debug
14589         * src/pop.c
14590         * src/pop.h
14591                 Don't re-use same enums for unrelated stuff: it's 
14592                 completely misleading !
14593                 Document a bit
14594
14595 2004-07-09 [colin]      0.9.11cvs17.22
14596
14597         * src/inc.c
14598                 Remove folder-type check and do
14599                 more tests to be sure everything's
14600                 ok
14601         * src/messageview.c
14602                 Punctuation update, remove useless
14603                 code, fix two warnings
14604         * src/noticeview.c
14605                 Layout cleaning, reset 2nd button
14606                 when specifying one
14607
14608 2004-07-09 [colin]      0.9.11cvs17.21
14609
14610         * src/messageview.c
14611         * src/pop.c
14612         * src/pop.h
14613                 Allow user to change his mind
14614                 and postpone decision (by
14615                 unmarking the mail)
14616
14617 2004-07-09 [colin]      0.9.11cvs17.20
14618
14619         * src/messageview.c
14620                 Fix bug with delete state
14621         * src/pop.c
14622         * src/pop.h
14623                 Fix buffer leak (fread doesn't 
14624                 terminate buffers with \0)
14625                 Refactoring (remove magic 
14626                 numbers)
14627
14628 2004-07-09 [colin]      0.9.11cvs17.19
14629
14630         * src/pop.c
14631                 Don't log "Skipping message" if 
14632                 we're going to TOP it two lines
14633                 later
14634
14635 2004-07-09 [colin]      0.9.11cvs17.18
14636
14637         * src/messageview.c
14638                 Fix Engrish
14639
14640 2004-07-09 [colin]      0.9.11cvs17.17
14641
14642         * src/pop.c
14643                 strlen checking...
14644         * src/messageview.c
14645                 refactoring a bit
14646
14647 2004-07-08 [colin]      0.9.11cvs17.16
14648
14649         * src/noticeview.c
14650         * src/noticeview.h
14651                 Add an optional second button
14652         * src/messageview.c
14653         * src/pop.c
14654         * src/pop.h
14655                 Don't delete partially received mails after a certain
14656                 time; rather, let the user decide.
14657
14658 2004-07-08 [colin]      0.9.11cvs17.15
14659
14660         * src/common/smtp.h
14661                 Sync with HEAD
14662
14663 2004-07-08 [colin]      0.9.11cvs17.14
14664
14665         * src/messageview.c
14666         * src/common/smtp.c
14667                 Use to_human_readable() for sizes
14668
14669 2004-07-08 [colin]      0.9.11cvs17.13
14670
14671         * src/inc.c
14672         * src/messageview.c
14673         * src/pop.c
14674         * src/pop.h
14675         * src/procmsg.c
14676                 Fix partial-downloading issues:
14677                         catch unsupported TOP
14678                         don't delete partially downloaded mails before 5 days
14679                         don't update existing with non-MH folders; that'll
14680                         make dups, but it's better than trashing the folder
14681                         free new msginfo parts
14682                 Fix indentation ;-)
14683
14684 2004-07-08 [colin]      0.9.11cvs17.12
14685
14686         * src/common/smtp.c
14687         * src/common/smtp.h
14688                 Sync smtp size verification with HEAD
14689
14690 2004-07-08 [colin]      0.9.11cvs17.11
14691
14692         * src/summaryview.c
14693         * src/prefs_common.c
14694         * src/prefs_common.h
14695         * src/gtk/quicksearch.c
14696         * src/gtk/quicksearch.h
14697                 Sync sticky pref with HEAD
14698
14699 2004-07-08 [colin]      0.9.11cvs17.10
14700
14701         * src/folder.c [1.213.2.6]
14702         * src/folder.h [1.87.2.6]
14703         * src/inc.c [1.149.2.7]
14704         * src/messageview.c [1.94.2.8]
14705         * src/procheader.c [1.47.2.6]
14706         * src/procmsg.c [1.150.2.4]
14707         * src/procmsg.h [1.60.2.5]
14708         * src/pop.c [1.56.2.4]
14709         * src/pop.h [1.17.2.3]
14710                 Let too big messages get downloaded, but truncated
14711                 Add a button to download them completely
14712                 
14713 2004-07-06 [colin]      0.9.11cvs17.9
14714
14715         * src/gtk/quicksearch.c [1.1.2.3]
14716                 Add a Clear button
14717         * commitHelper
14718         * PATCHSETS
14719                 Add a script to help with cvs
14720
14721 2004-07-03 [colin]      0.9.11cvs17.8
14722
14723         * src/plugins/imageviewer/viewer.c
14724                 fix imageviewer (which was staying on the first
14725                 displayed image)
14726
14727 2004-07-03 [colin]      0.9.11cvs17.7
14728
14729         Removed FIXME_GTK2 warnings
14730         * src/gtk/gtkutils.c
14731                 useless #warnings
14732         * src/gtk/menu.c
14733                 useless #warnings (no need to mess with menu rc)
14734         * src/gtk/menu.h
14735                 unused functions
14736         
14737
14738 2004-07-03 [colin]      0.9.11cvs17.6
14739
14740         Removed FIXME_GTK2 warnings
14741         * src/codeconv.c
14742                 useless #warnings (rewrite needed)
14743         * src/compose.c
14744                 useless #warnings (rewrite needed)
14745                 useless #warnings (gtk2 is like that)
14746                 useless #warnings (previously fixed)
14747         * src/main.c
14748                 useless #warnings (previously fixed)
14749         * src/message_search.c
14750                 useless #warnings (gtk2 is like that)
14751                 Made apparent that search is case-sensitive
14752         * src/mimeview.c
14753                 useless #warnings (rewrite needed)
14754                 useless #warnings (gtk2 is like that)
14755                 reimplemented real warnings
14756         * src/prefs_common.c
14757                 Removed block cursor option (not it gtk2)
14758         * src/prefs_gtk.c
14759                 useless #warnings (rewrite needed)
14760         * src/procheader.c
14761                 useless #warnings (rewrite needed)
14762         * src/sourcewindow.c
14763                 useless #warnings (incorrect placing)
14764         * src/summary_search.c
14765                 useless #warnings (gtk2 is like that)
14766                 Made apparent that search is case-sensitive
14767         * src/action.c
14768                 useless #warnings (gtk2 is like that)
14769         * src/textview.c
14770                 useless #warnings (rewrite needed)
14771         * src/toolbar.c
14772                 useless #warnings (rewrite needed)
14773
14774 2004-07-03 [colin]      0.9.11cvs17.5
14775
14776         * src/textview.c
14777                 Fix mismerge which broke URI opening
14778                 
14779 2004-07-01 [colin]      0.9.11cvs17.4
14780
14781         * src/gtk/filesel.c
14782                 Fill filename when saving
14783                 
14784 2004-06-27 [colin]      0.9.11cvs17.3
14785
14786         * src/gtk/filesel.[ch]
14787                 Use the new GTK file selector
14788                 Update prototype to match the reality: multiple file
14789                 selection is open-only          
14790         * src/compose.c
14791                 Match the new prototypes        
14792         * configure.ac
14793                 Match the new requirements (gtk 2.4.0)
14794                         
14795 2004-06-26 [colin]      0.9.11cvs17.2
14796
14797         * src/plugins/trayicon/trayicon.c
14798                 Remove useless signal handler on resize, which causes
14799                 an infinite "loop"
14800         
14801 2004-06-26 [colin]      0.9.11cvs17.1
14802         
14803         * tools/Makefile.am
14804                 remove launch_firebird and add nautilus2sylpheed.sh
14805         * src/quicksearch.c
14806           src/summaryview.c
14807                 Fix show/hide "Extended symbols" button problem
14808                 Fix apparition at startup
14809                 Fix const warnings
14810         * src/plugins/image_viewer/Makefile.am
14811                 Fix configure 
14812         * common/ssl.c
14813                 Re-enable certificate check, as it doesn't seem to
14814                 cause Xlib errors anymore
14815
14816 2004-06-25 [paul]       0.9.11cvs17
14817
14818         * sync with 0.9.11cvs17 HEAD
14819         
14820         NOTE: QuickSearch is broken
14821
14822 2004-06-07 [colin]      0.9.10claws67.10
14823         * src/plugins/trayicon/trayicon.c
14824           src/plugins/trayicon/libeggtrayicon/Makefile.am
14825           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14826                 Fix gettextization in trayicon plugin
14827
14828 2004-06-07 [colin]      0.9.10claws67.9
14829         
14830         * src/summaryview.c
14831           src/gtk/gtksctree.[ch]
14832                 Let Shift+{Up,Down} work in summaryview
14833                 (well, Down "works" and Up works)
14834                 Let the list scroll when using these keys
14835
14836 2004-06-06 [colin]      0.9.10claws67.8
14837
14838         * src/plugins/trayicon/trayicon.c
14839                 Fix pixmap update
14840
14841 2004-06-06 [colin]      0.9.10claws67.7
14842
14843         * src/addressbook.c
14844                 Fix signal handling causing system-wide focus grab
14845
14846 2004-05-25 [paul]       0.9.10claws67.6
14847
14848         * Makefile.am
14849           src/Makefile.am
14850                 clean up
14851
14852 2004-05-25 [paul]       0.9.10claws67.5
14853
14854         * replace deprecated gtk_signal... functions
14855
14856 2004-05-23 [colin]      0.9.10claws67.4
14857
14858         * src/compose.c
14859                 Fix wrapping
14860
14861 2004-05-22 [colin]      0.9.10claws67.3
14862
14863         * src/compose.c
14864                 Re-fix [Edited] in compose.c::compose_reedit()
14865
14866 2004-05-22 [colin]      0.9.10claws67.2
14867
14868         * src/procmime.c
14869                 Fix parsing of multiparts mails
14870
14871 2004-05-22 [colin]      0.9.10claws67.1
14872
14873         * src/summaryview.c
14874                 Fix quicksearch
14875
14876 2004-05-22 [paul]       0.9.10claws67
14877
14878         * sync with 0.9.10claws67 HEAD
14879
14880 2004-05-14 [alfons]
14881
14882         * src/procmime.h
14883                 add forgotton prototype
14884
14885 2004-05-10 [paul]       0.9.10claws57
14886
14887         * sync with 0.9.10claws57 HEAD
14888
14889 2004-05-05 [paul]       0.9.9.claws1
14890
14891         * ChangeLog-gtk2        ** REMOVED **
14892           ChangeLog-gtk2.claws  ** ADDED **
14893                 rename and adopt the normal claws format
14894                 
14895         * configure.ac
14896                 require gtkmathview >= 0.5
14897
14898         * ac/*                          ** REMOVED **
14899           ac/                           ** REMOVED **
14900           intl/Makefile.in              ** REMOVED **
14901           m4/                           ** ADDED **
14902           m4/missing                    ** ADDED **
14903           m4/missing/gdk-pixbuf.m4      ** ADDED **
14904           m4/missing/gettext.m4         ** ADDED **
14905           m4/missing/gpgme.m4           ** ADDED **
14906           m4/missing/imlib.m4           ** ADDED **
14907           m4/.cvsignore                 ** ADDED **
14908           m4/Makefile.am                ** ADDED **
14909           m4/README                     ** ADDED **
14910           m4/aclocal-include.m4         ** ADDED **
14911           m4/aspell.m4                  ** ADDED **
14912           m4/check-type.m4              ** ADDED **
14913           m4/gnupg-check-typedef.m4     ** ADDED **
14914           m4/openssl.m4                 ** ADDED **
14915           m4/spamassassin.m4            ** ADDED **
14916           po/ChangeLog                  ** REMOVED **
14917           po/Makefile.in.in             ** REMOVED **
14918           po/Rules-quot                 ** REMOVED **
14919           po/boldquot.sed               ** REMOVED **
14920           po/en@boldquot.header         ** REMOVED **
14921           po/en@quot.header             ** REMOVED **
14922           po/insert-header.sin          ** REMOVED **
14923           po/quot.sed                   ** REMOVED **
14924           po/remove-potcdate.sed        ** REMOVED **
14925           po/remove-potcdate.sin        ** REMOVED **
14926           po/stamp-po                   ** REMOVED **
14927           Makefile.am
14928           autogen.sh
14929           configure.ac
14930                 enable building with automake 1.8.x
14931                 add 'autopoint --force' to autogen.sh and remove all
14932                 auto-generated files, remove ac/ directory and use
14933                 m4/ directory instead
14934                 
14935         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14936                 fix gettextization
14937
14938 2004-02-28 Colin Leroy <colin@colino.net>
14939         * src/prefs_matcher.c
14940           src/prefs_filtering.c
14941           src/prefs_filtering_action.c
14942                 Fix non-editable GtkEntries
14943
14944 2004-02-22 Thorsten Maerz <torte@netztorte.de>
14945         * src/prefs_themes.c
14946                 utf8 conversion for theme info
14947
14948 2004-02-21 Thorsten Maerz <torte@netztorte.de>
14949         * sync 0.9.9claws
14950
14951 2004-02-14 Thorsten Maerz <torte@netztorte.de>
14952         * src/grouplistdialog.c
14953                 allow multiple selections without ctrl key
14954
14955 2004-02-09 Thorsten Maerz <torte@netztorte.de>
14956         * src/main.c
14957                 enable customizable accelerators
14958
14959 2004-02-08 Thorsten Maerz <torte@netztorte.de>
14960         * src/prefs_common.c
14961                 re-enable different font settings for gtk1/2
14962         * src/prefs_folder_item.c
14963                 fix folder prefs displayed wrong
14964         * src/textview.c
14965                 set 'sunken' shadow type
14966
14967 2004-02-07 Colin Leroy <colin@colino.net>
14968         * src/compose.c
14969                 Fix message being always [Edited]
14970                 Encode headers correctly (utf8 buf)
14971
14972 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14973         * src/socket.c
14974                 remove double g_source_attach()
14975                 (Thanks to Colin Leroy)
14976
14977 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14978         * src/gtk/gtksctree.c
14979                 Fix SSL certificate list not shown
14980         * src/mimeview.c
14981                 Fix clicks in mime tree
14982
14983 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14984         * src/common/socket.c
14985                 Fix SSL receive
14986         * src/compose.c
14987                 Fix clipboard menu hotkeys
14988
14989 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14990         * src/gtk/gtkaspell.[ch]
14991           src/compose.c
14992                 reimplement spellchecker
14993
14994 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14995         * src/gtk/filesel.c
14996                 crash when inserting file in compose window
14997                 (TODO: keep old selection on clicks)
14998         * src/main.c
14999                 use gtkrc-2.0 instead of gtkrc
15000
15001 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15002         * src/messageview.c
15003                 remove orphaned mimeview unref()
15004
15005 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15006         * src/grouplistdialog.c
15007                 expand nodes containing subscribed groups
15008
15009 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15010         * src/textview.c
15011                 textview: hide cursor, restore old click behaviour
15012
15013 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15014         * src/textview.c
15015                 variable names messed up
15016
15017 2004-01-17 Colin Leroy <colin@colino.net>
15018         * src/addr_compl.c
15019                 Fix completion address too thin
15020         * src/compose.c
15021                 Fix tab-to-subject behaviour
15022         * src/summaryview.c
15023                 Implement key up & down in summaryview
15024
15025 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15026
15027         * sync 098claws
15028
15029 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15030         * configure.ac
15031           Makefile.am
15032           doc/.cvsignore
15033           doc/Makefile.am
15034                 faq, man, manual moved to doc/
15035         * ac/aspell.m4
15036           ac/check-type.m4
15037           ac/gnupg-check-typedef.m4
15038           ac/openssl.m4
15039           ac/spamassassin.m4
15040           ac/missing/gdk-pixbuf.m4
15041           ac/missing/gpgme.m4
15042           ac/missing/imlib.m4
15043                 fix automake warnings
15044
15045 2003-12-06 Colin Leroy <colin@colino.net>
15046         * src/summaryview.c
15047                 Fix quicksearch
15048
15049 2003-12-05 Colin Leroy <colin@colino.net>
15050         * src/summaryview.c
15051                 Fix going to next unread folder
15052
15053 2003-12-05 Colin Leroy <colin@colino.net>
15054         * src/crash.c
15055                 Fix gtk2 compilation
15056         * src/session.c
15057                 Remove iotag source handler at disconnection
15058         * src/socket.[ch] 
15059                 Remove source handler when closing socket 
15060                 (fixes another seg)
15061
15062 2003-12-04 Colin Leroy <colin@colino.net>
15063         * src/compose.c
15064           src/prefs_account.c
15065           src/prefs_common.c
15066                 Fix some dropdown menus
15067
15068 2003-12-04 Colin Leroy <colin@colino.net>
15069         * src/compose.c
15070                 Fix event handlers on header fields
15071         * src/common/socket.c
15072           src/common/session.c
15073                 Fix segfault with callback (SSL)
15074                 Fix end of session 
15075
15076 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15077
15078         * Fix compile bug in src/compose.c
15079         * removed src/gtk/gtkstext.[ch]
15080
15081 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15082
15083         * Convert character set and escape "text" attributes in toolbar setting
15084         files.
15085         * Fixed bug in button-press-event handling.
15086
15087 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15088
15089         * Fixed bug in key-press-event handling.
15090
15091 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15092
15093         * Enabled to compile tray-icon plugin (Ad-hoc).
15094         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15095
15096 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15097
15098         * Enabled to compile on sylpheed-claws.
15099         (tray-icon plugin still cannot compile yet.)
15100
15101 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15102
15103         * Updated to 0.9.5.
15104
15105 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15106
15107         * Updated to 0.9.4.
15108         * Ported monitoring SSL mechanism to GSource of GLib2
15109         (I don't confirm it)
15110         * Added _gtk2 suffix to key name of font preference to avoid
15111         ovverwriting preference of Gtk+-1.2 version.
15112
15113 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15114
15115         * Updated to 0.9.2.
15116
15117 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15118
15119         * Updated to 0.9.1.
15120         * Translate po files into UTF-8 when execute autogen.sh.
15121
15122 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15123
15124         * Updated to 0.9.0.
15125
15126 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15127
15128         * Plugged GError related memory leaks.
15129
15130 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15131
15132         * Changed default size of fonts.
15133         * Enabled to set titile font size of warning dialog.
15134
15135 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15136
15137         * Embed a sylpheed icon into executable binary on Windows.
15138
15139 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15140
15141         * I forgot to traslate character set of element string in src/xml.c.
15142
15143 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15144
15145         * Fixed detecting bind_textdomain_codeset in configure.in.
15146         * The bug in which "Example" of "Date fromat" preference isn't displayed
15147         correctly has been fixed.
15148
15149 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15150
15151         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15152           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15153           glib-gettextize
15154           Removed intl directory.
15155           Translated po files into UTF-8.
15156           (Thanks! Ryuji Abe)
15157
15158 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15159
15160         * The bug which doesn't unscape string in xml.c has been fixed.
15161
15162 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15163
15164         * The bug which is failed to translate encoding of file name thorough
15165         file dialog has been fixed.
15166
15167 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15168
15169         * Modified to translate file names which is used in inporting/expoting
15170         mbox feature and "Save as" feature into locale encoding.
15171         * Translate file names into locale encoding when "Attache file" and
15172         "Insert file".
15173         * Force set G_BROKEN_FILENAMES environment variable.
15174         * Other minor fixes.
15175
15176 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15177
15178         * Modified to treat MH folder's name as locale encoding.
15179
15180 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15181
15182         * The bug which clash on switching candidates of auto completion of
15183         addresses, cannot use auto completion in Japanesse is fixed
15184         (Thanks! Tokunaga-san)¡¥
15185
15186 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15187
15188         * The bug which cannot switch key accelerator preference has been fixed
15189         (Thanks! smbd-san)¡¥
15190
15191 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15192
15193         * version 0.8.11-gtk2-20030314
15194
15195 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15196
15197         * The bug in which character set conversion of filtering messages has
15198         been fixed.(Thanks! COCOA-san).
15199
15200 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15201
15202         * Revived "Leave space on head" preference in "Message" category.
15203         * A bug which clash when put the cursor to end of buffer and execute
15204         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15205
15206 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15207
15208         * version 0.8.11-gtk2-20030312
15209
15210 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15211
15212         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15213         * Modified to use Pango's API directly for font preference.
15214         * Integrated GtkTextView of textview to one widget.
15215         * Set fonts of header title in textview by "header_title" tag.
15216         * Removed some deprecated codes.
15217
15218 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15219
15220         * Updated to 0.8.11.
15221         * Merged cygwin patch(Thanks! Sakai-san).
15222
15223 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15224
15225         * version 0.8.10-gtk2-20030309