5bf1be56b59c1c9751cf13f88f4c3fe0c415443a
[claws.git] / ChangeLog-gtk2.claws
1 2004-07-13 [colin]      0.9.12cvs18.7
2
3         * src/gtk/quicksearch.c
4                 Fix Engrish once again
5
6 2004-07-13 [colin]      0.9.12cvs18.6
7
8         * src/procmsg.c
9         * src/summaryview.c
10                 Mark messages for deletion when they are about to
11                 be removed from trash
12
13 2004-07-13 [colin]      0.9.12cvs18.5
14
15         * src/matcher.c
16         * src/matcher.h
17         * src/matcher_parser_parse.y
18         * src/prefs_matcher.c
19         * src/gtk/quicksearch.c
20                 Add 'partial' ('p') match string to find partially
21                 downloaded messages
22
23 2004-07-13 [colin]      0.9.12cvs18.4
24
25         * src/pop.c
26                 Fix misplaced block
27
28 2004-07-13 [colin]      0.9.12cvs18.3
29
30         * src/pop.c
31         * src/pop.h
32         * src/messageview.c
33                 Refactor API (to avoid passing 5+ params and code
34                 duplication)
35         * src/folder.c
36         * src/msgcache.c
37         * src/procheader.c
38         * src/common/defs.h
39                 Add planned_download to cache
40                 Don't mess uidl file when moving partially downloaded
41                 mails (they change folder, we should change it in the
42                 uidl list too or we'll remove an incorrect message)
43                 (this also helps removing hacks when changing 
44                 planned_download in messageview.c)
45
46 2004-07-12 [colin]      0.9.12cvs18.2
47
48         * src/gtk/quicksearch.c
49                 Fix missing status update in quicksearch
50
51 2004-07-12 [paul]       0.9.12cvs18.1
52
53         * po/POTFILES.in
54         * src/Makefile.am
55         * src/account.c
56         * src/codeconv.c
57         * src/compose.c
58         * src/inc.c
59         * src/main.c
60         * src/prefs_common.c
61         * src/procmsg.h
62         * src/toolbar.c
63         * src/prefs_msg_colors.[ch]     ** NEW FILES **
64         * src/prefs_wrapping.[ch]       ** NEW FILES **
65         * src/common/intl.h
66         * src/common/utils.[ch]
67         * src/gtk/quicksearch.[ch]
68                 sync with 0.9.12cvs18 HEAD
69
70 2004-07-12 [colin]      0.9.11cvs17.25
71
72         * src/folder.c
73         * src/folder.h
74                 Remove unused function added by me in 0.9.11cvs17.10
75
76 2004-07-11 [colin]      0.9.11cvs17.24
77
78         * src/inc.c
79         * src/messageview.c
80         * src/pop.c
81         * src/pop.h
82                 Use folderitem and msgnum instead of filename to
83                 know which mail to delete
84                 Move old partial mail deletion to pop.c
85
86 2004-07-10 [colin]      0.9.11cvs17.23
87
88         * src/inc.c
89                 Add debug
90         * src/pop.c
91         * src/pop.h
92                 Don't re-use same enums for unrelated stuff: it's 
93                 completely misleading !
94                 Document a bit
95
96 2004-07-09 [colin]      0.9.11cvs17.22
97
98         * src/inc.c
99                 Remove folder-type check and do
100                 more tests to be sure everything's
101                 ok
102         * src/messageview.c
103                 Punctuation update, remove useless
104                 code, fix two warnings
105         * src/noticeview.c
106                 Layout cleaning, reset 2nd button
107                 when specifying one
108
109 2004-07-09 [colin]      0.9.11cvs17.21
110
111         * src/messageview.c
112         * src/pop.c
113         * src/pop.h
114                 Allow user to change his mind
115                 and postpone decision (by
116                 unmarking the mail)
117
118 2004-07-09 [colin]      0.9.11cvs17.20
119
120         * src/messageview.c
121                 Fix bug with delete state
122         * src/pop.c
123         * src/pop.h
124                 Fix buffer leak (fread doesn't 
125                 terminate buffers with \0)
126                 Refactoring (remove magic 
127                 numbers)
128
129 2004-07-09 [colin]      0.9.11cvs17.19
130
131         * src/pop.c
132                 Don't log "Skipping message" if 
133                 we're going to TOP it two lines
134                 later
135
136 2004-07-09 [colin]      0.9.11cvs17.18
137
138         * src/messageview.c
139                 Fix Engrish
140
141 2004-07-09 [colin]      0.9.11cvs17.17
142
143         * src/pop.c
144                 strlen checking...
145         * src/messageview.c
146                 refactoring a bit
147
148 2004-07-08 [colin]      0.9.11cvs17.16
149
150         * src/noticeview.c
151         * src/noticeview.h
152                 Add an optional second button
153         * src/messageview.c
154         * src/pop.c
155         * src/pop.h
156                 Don't delete partially received mails after a certain
157                 time; rather, let the user decide.
158
159 2004-07-08 [colin]      0.9.11cvs17.15
160
161         * src/common/smtp.h
162                 Sync with HEAD
163
164 2004-07-08 [colin]      0.9.11cvs17.14
165
166         * src/messageview.c
167         * src/common/smtp.c
168                 Use to_human_readable() for sizes
169
170 2004-07-08 [colin]      0.9.11cvs17.13
171
172         * src/inc.c
173         * src/messageview.c
174         * src/pop.c
175         * src/pop.h
176         * src/procmsg.c
177                 Fix partial-downloading issues:
178                         catch unsupported TOP
179                         don't delete partially downloaded mails before 5 days
180                         don't update existing with non-MH folders; that'll
181                         make dups, but it's better than trashing the folder
182                         free new msginfo parts
183                 Fix indentation ;-)
184
185 2004-07-08 [colin]      0.9.11cvs17.12
186
187         * src/common/smtp.c
188         * src/common/smtp.h
189                 Sync smtp size verification with HEAD
190
191 2004-07-08 [colin]      0.9.11cvs17.11
192
193         * src/summaryview.c
194         * src/prefs_common.c
195         * src/prefs_common.h
196         * src/gtk/quicksearch.c
197         * src/gtk/quicksearch.h
198                 Sync sticky pref with HEAD
199
200 2004-07-08 [colin]      0.9.11cvs17.10
201
202         * src/folder.c [1.213.2.6]
203         * src/folder.h [1.87.2.6]
204         * src/inc.c [1.149.2.7]
205         * src/messageview.c [1.94.2.8]
206         * src/procheader.c [1.47.2.6]
207         * src/procmsg.c [1.150.2.4]
208         * src/procmsg.h [1.60.2.5]
209         * src/pop.c [1.56.2.4]
210         * src/pop.h [1.17.2.3]
211                 Let too big messages get downloaded, but truncated
212                 Add a button to download them completely
213                 
214 2004-07-06 [colin]      0.9.11cvs17.9
215
216         * src/gtk/quicksearch.c [1.1.2.3]
217                 Add a Clear button
218         * commitHelper
219         * PATCHSETS
220                 Add a script to help with cvs
221
222 2004-07-03 [colin]      0.9.11cvs17.8
223
224         * src/plugins/imageviewer/viewer.c
225                 fix imageviewer (which was staying on the first
226                 displayed image)
227
228 2004-07-03 [colin]      0.9.11cvs17.7
229
230         Removed FIXME_GTK2 warnings
231         * src/gtk/gtkutils.c
232                 useless #warnings
233         * src/gtk/menu.c
234                 useless #warnings (no need to mess with menu rc)
235         * src/gtk/menu.h
236                 unused functions
237         
238
239 2004-07-03 [colin]      0.9.11cvs17.6
240
241         Removed FIXME_GTK2 warnings
242         * src/codeconv.c
243                 useless #warnings (rewrite needed)
244         * src/compose.c
245                 useless #warnings (rewrite needed)
246                 useless #warnings (gtk2 is like that)
247                 useless #warnings (previously fixed)
248         * src/main.c
249                 useless #warnings (previously fixed)
250         * src/message_search.c
251                 useless #warnings (gtk2 is like that)
252                 Made apparent that search is case-sensitive
253         * src/mimeview.c
254                 useless #warnings (rewrite needed)
255                 useless #warnings (gtk2 is like that)
256                 reimplemented real warnings
257         * src/prefs_common.c
258                 Removed block cursor option (not it gtk2)
259         * src/prefs_gtk.c
260                 useless #warnings (rewrite needed)
261         * src/procheader.c
262                 useless #warnings (rewrite needed)
263         * src/sourcewindow.c
264                 useless #warnings (incorrect placing)
265         * src/summary_search.c
266                 useless #warnings (gtk2 is like that)
267                 Made apparent that search is case-sensitive
268         * src/action.c
269                 useless #warnings (gtk2 is like that)
270         * src/textview.c
271                 useless #warnings (rewrite needed)
272         * src/toolbar.c
273                 useless #warnings (rewrite needed)
274
275 2004-07-03 [colin]      0.9.11cvs17.5
276
277         * src/textview.c
278                 Fix mismerge which broke URI opening
279                 
280 2004-07-01 [colin]      0.9.11cvs17.4
281
282         * src/gtk/filesel.c
283                 Fill filename when saving
284                 
285 2004-06-27 [colin]      0.9.11cvs17.3
286
287         * src/gtk/filesel.[ch]
288                 Use the new GTK file selector
289                 Update prototype to match the reality: multiple file
290                 selection is open-only          
291         * src/compose.c
292                 Match the new prototypes        
293         * configure.ac
294                 Match the new requirements (gtk 2.4.0)
295                         
296 2004-06-26 [colin]      0.9.11cvs17.2
297
298         * src/plugins/trayicon/trayicon.c
299                 Remove useless signal handler on resize, which causes
300                 an infinite "loop"
301         
302 2004-06-26 [colin]      0.9.11cvs17.1
303         
304         * tools/Makefile.am
305                 remove launch_firebird and add nautilus2sylpheed.sh
306         * src/quicksearch.c
307           src/summaryview.c
308                 Fix show/hide "Extended symbols" button problem
309                 Fix apparition at startup
310                 Fix const warnings
311         * src/plugins/image_viewer/Makefile.am
312                 Fix configure 
313         * common/ssl.c
314                 Re-enable certificate check, as it doesn't seem to
315                 cause Xlib errors anymore
316
317 2004-06-25 [paul]       0.9.11cvs17
318
319         * sync with 0.9.11cvs17 HEAD
320         
321         NOTE: QuickSearch is broken
322
323 2004-06-07 [colin]      0.9.10claws67.10
324         * src/plugins/trayicon/trayicon.c
325           src/plugins/trayicon/libeggtrayicon/Makefile.am
326           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
327                 Fix gettextization in trayicon plugin
328
329 2004-06-07 [colin]      0.9.10claws67.9
330         
331         * src/summaryview.c
332           src/gtk/gtksctree.[ch]
333                 Let Shift+{Up,Down} work in summaryview
334                 (well, Down "works" and Up works)
335                 Let the list scroll when using these keys
336
337 2004-06-06 [colin]      0.9.10claws67.8
338
339         * src/plugins/trayicon/trayicon.c
340                 Fix pixmap update
341
342 2004-06-06 [colin]      0.9.10claws67.7
343
344         * src/addressbook.c
345                 Fix signal handling causing system-wide focus grab
346
347 2004-05-25 [paul]       0.9.10claws67.6
348
349         * Makefile.am
350           src/Makefile.am
351                 clean up
352
353 2004-05-25 [paul]       0.9.10claws67.5
354
355         * replace deprecated gtk_signal... functions
356
357 2004-05-23 [colin]      0.9.10claws67.4
358
359         * src/compose.c
360                 Fix wrapping
361
362 2004-05-22 [colin]      0.9.10claws67.3
363
364         * src/compose.c
365                 Re-fix [Edited] in compose.c::compose_reedit()
366
367 2004-05-22 [colin]      0.9.10claws67.2
368
369         * src/procmime.c
370                 Fix parsing of multiparts mails
371
372 2004-05-22 [colin]      0.9.10claws67.1
373
374         * src/summaryview.c
375                 Fix quicksearch
376
377 2004-05-22 [paul]       0.9.10claws67
378
379         * sync with 0.9.10claws67 HEAD
380
381 2004-05-14 [alfons]
382
383         * src/procmime.h
384                 add forgotton prototype
385
386 2004-05-10 [paul]       0.9.10claws57
387
388         * sync with 0.9.10claws57 HEAD
389
390 2004-05-05 [paul]       0.9.9.claws1
391
392         * ChangeLog-gtk2        ** REMOVED **
393           ChangeLog-gtk2.claws  ** ADDED **
394                 rename and adopt the normal claws format
395                 
396         * configure.ac
397                 require gtkmathview >= 0.5
398
399         * ac/*                          ** REMOVED **
400           ac/                           ** REMOVED **
401           intl/Makefile.in              ** REMOVED **
402           m4/                           ** ADDED **
403           m4/missing                    ** ADDED **
404           m4/missing/gdk-pixbuf.m4      ** ADDED **
405           m4/missing/gettext.m4         ** ADDED **
406           m4/missing/gpgme.m4           ** ADDED **
407           m4/missing/imlib.m4           ** ADDED **
408           m4/.cvsignore                 ** ADDED **
409           m4/Makefile.am                ** ADDED **
410           m4/README                     ** ADDED **
411           m4/aclocal-include.m4         ** ADDED **
412           m4/aspell.m4                  ** ADDED **
413           m4/check-type.m4              ** ADDED **
414           m4/gnupg-check-typedef.m4     ** ADDED **
415           m4/openssl.m4                 ** ADDED **
416           m4/spamassassin.m4            ** ADDED **
417           po/ChangeLog                  ** REMOVED **
418           po/Makefile.in.in             ** REMOVED **
419           po/Rules-quot                 ** REMOVED **
420           po/boldquot.sed               ** REMOVED **
421           po/en@boldquot.header         ** REMOVED **
422           po/en@quot.header             ** REMOVED **
423           po/insert-header.sin          ** REMOVED **
424           po/quot.sed                   ** REMOVED **
425           po/remove-potcdate.sed        ** REMOVED **
426           po/remove-potcdate.sin        ** REMOVED **
427           po/stamp-po                   ** REMOVED **
428           Makefile.am
429           autogen.sh
430           configure.ac
431                 enable building with automake 1.8.x
432                 add 'autopoint --force' to autogen.sh and remove all
433                 auto-generated files, remove ac/ directory and use
434                 m4/ directory instead
435                 
436         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
437                 fix gettextization
438
439 2004-02-28 Colin Leroy <colin@colino.net>
440         * src/prefs_matcher.c
441           src/prefs_filtering.c
442           src/prefs_filtering_action.c
443                 Fix non-editable GtkEntries
444
445 2004-02-22 Thorsten Maerz <torte@netztorte.de>
446         * src/prefs_themes.c
447                 utf8 conversion for theme info
448
449 2004-02-21 Thorsten Maerz <torte@netztorte.de>
450         * sync 0.9.9claws
451
452 2004-02-14 Thorsten Maerz <torte@netztorte.de>
453         * src/grouplistdialog.c
454                 allow multiple selections without ctrl key
455
456 2004-02-09 Thorsten Maerz <torte@netztorte.de>
457         * src/main.c
458                 enable customizable accelerators
459
460 2004-02-08 Thorsten Maerz <torte@netztorte.de>
461         * src/prefs_common.c
462                 re-enable different font settings for gtk1/2
463         * src/prefs_folder_item.c
464                 fix folder prefs displayed wrong
465         * src/textview.c
466                 set 'sunken' shadow type
467
468 2004-02-07 Colin Leroy <colin@colino.net>
469         * src/compose.c
470                 Fix message being always [Edited]
471                 Encode headers correctly (utf8 buf)
472
473 2004-01-27 Thorsten Maerz <torte@netztorte.de>
474         * src/socket.c
475                 remove double g_source_attach()
476                 (Thanks to Colin Leroy)
477
478 2004-01-27 Thorsten Maerz <torte@netztorte.de>
479         * src/gtk/gtksctree.c
480                 Fix SSL certificate list not shown
481         * src/mimeview.c
482                 Fix clicks in mime tree
483
484 2004-01-27 Thorsten Maerz <torte@netztorte.de>
485         * src/common/socket.c
486                 Fix SSL receive
487         * src/compose.c
488                 Fix clipboard menu hotkeys
489
490 2004-01-25 Thorsten Maerz <torte@netztorte.de>
491         * src/gtk/gtkaspell.[ch]
492           src/compose.c
493                 reimplement spellchecker
494
495 2004-01-25 Thorsten Maerz <torte@netztorte.de>
496         * src/gtk/filesel.c
497                 crash when inserting file in compose window
498                 (TODO: keep old selection on clicks)
499         * src/main.c
500                 use gtkrc-2.0 instead of gtkrc
501
502 2004-01-25 Thorsten Maerz <torte@netztorte.de>
503         * src/messageview.c
504                 remove orphaned mimeview unref()
505
506 2004-01-20 Thorsten Maerz <torte@netztorte.de>
507         * src/grouplistdialog.c
508                 expand nodes containing subscribed groups
509
510 2004-01-19 Thorsten Maerz <torte@netztorte.de>
511         * src/textview.c
512                 textview: hide cursor, restore old click behaviour
513
514 2004-01-18 Thorsten Maerz <torte@netztorte.de>
515         * src/textview.c
516                 variable names messed up
517
518 2004-01-17 Colin Leroy <colin@colino.net>
519         * src/addr_compl.c
520                 Fix completion address too thin
521         * src/compose.c
522                 Fix tab-to-subject behaviour
523         * src/summaryview.c
524                 Implement key up & down in summaryview
525
526 2004-01-12 Thorsten Maerz <torte@netztorte.de>
527
528         * sync 098claws
529
530 2004-01-08 Thorsten Maerz <torte@netztorte.de>
531         * configure.ac
532           Makefile.am
533           doc/.cvsignore
534           doc/Makefile.am
535                 faq, man, manual moved to doc/
536         * ac/aspell.m4
537           ac/check-type.m4
538           ac/gnupg-check-typedef.m4
539           ac/openssl.m4
540           ac/spamassassin.m4
541           ac/missing/gdk-pixbuf.m4
542           ac/missing/gpgme.m4
543           ac/missing/imlib.m4
544                 fix automake warnings
545
546 2003-12-06 Colin Leroy <colin@colino.net>
547         * src/summaryview.c
548                 Fix quicksearch
549
550 2003-12-05 Colin Leroy <colin@colino.net>
551         * src/summaryview.c
552                 Fix going to next unread folder
553
554 2003-12-05 Colin Leroy <colin@colino.net>
555         * src/crash.c
556                 Fix gtk2 compilation
557         * src/session.c
558                 Remove iotag source handler at disconnection
559         * src/socket.[ch] 
560                 Remove source handler when closing socket 
561                 (fixes another seg)
562
563 2003-12-04 Colin Leroy <colin@colino.net>
564         * src/compose.c
565           src/prefs_account.c
566           src/prefs_common.c
567                 Fix some dropdown menus
568
569 2003-12-04 Colin Leroy <colin@colino.net>
570         * src/compose.c
571                 Fix event handlers on header fields
572         * src/common/socket.c
573           src/common/session.c
574                 Fix segfault with callback (SSL)
575                 Fix end of session 
576
577 2003-10-06 Thorsten Maerz <torte@netztorte.de>
578
579         * Fix compile bug in src/compose.c
580         * removed src/gtk/gtkstext.[ch]
581
582 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
583
584         * Convert character set and escape "text" attributes in toolbar setting
585         files.
586         * Fixed bug in button-press-event handling.
587
588 2003-09-16 Thorsten Maerz <torte@netztorte.de>
589
590         * Fixed bug in key-press-event handling.
591
592 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
593
594         * Enabled to compile tray-icon plugin (Ad-hoc).
595         * Avoid hang up bug of icon list in mime view (Ad-hoc).
596
597 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
598
599         * Enabled to compile on sylpheed-claws.
600         (tray-icon plugin still cannot compile yet.)
601
602 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
603
604         * Updated to 0.9.5.
605
606 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
607
608         * Updated to 0.9.4.
609         * Ported monitoring SSL mechanism to GSource of GLib2
610         (I don't confirm it)
611         * Added _gtk2 suffix to key name of font preference to avoid
612         ovverwriting preference of Gtk+-1.2 version.
613
614 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
615
616         * Updated to 0.9.2.
617
618 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
619
620         * Updated to 0.9.1.
621         * Translate po files into UTF-8 when execute autogen.sh.
622
623 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
624
625         * Updated to 0.9.0.
626
627 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
628
629         * Plugged GError related memory leaks.
630
631 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
632
633         * Changed default size of fonts.
634         * Enabled to set titile font size of warning dialog.
635
636 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
637
638         * Embed a sylpheed icon into executable binary on Windows.
639
640 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
641
642         * I forgot to traslate character set of element string in src/xml.c.
643
644 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
645
646         * Fixed detecting bind_textdomain_codeset in configure.in.
647         * The bug in which "Example" of "Date fromat" preference isn't displayed
648         correctly has been fixed.
649
650 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
651
652         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
653           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
654           glib-gettextize
655           Removed intl directory.
656           Translated po files into UTF-8.
657           (Thanks! Ryuji Abe)
658
659 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
660
661         * The bug which doesn't unscape string in xml.c has been fixed.
662
663 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
664
665         * The bug which is failed to translate encoding of file name thorough
666         file dialog has been fixed.
667
668 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
669
670         * Modified to translate file names which is used in inporting/expoting
671         mbox feature and "Save as" feature into locale encoding.
672         * Translate file names into locale encoding when "Attache file" and
673         "Insert file".
674         * Force set G_BROKEN_FILENAMES environment variable.
675         * Other minor fixes.
676
677 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
678
679         * Modified to treat MH folder's name as locale encoding.
680
681 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
682
683         * The bug which clash on switching candidates of auto completion of
684         addresses, cannot use auto completion in Japanesse is fixed
685         (Thanks! Tokunaga-san)¡¥
686
687 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
688
689         * The bug which cannot switch key accelerator preference has been fixed
690         (Thanks! smbd-san)¡¥
691
692 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
693
694         * version 0.8.11-gtk2-20030314
695
696 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
697
698         * The bug in which character set conversion of filtering messages has
699         been fixed.(Thanks! COCOA-san).
700
701 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
702
703         * Revived "Leave space on head" preference in "Message" category.
704         * A bug which clash when put the cursor to end of buffer and execute
705         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
706
707 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
708
709         * version 0.8.11-gtk2-20030312
710
711 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
712
713         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
714         * Modified to use Pango's API directly for font preference.
715         * Integrated GtkTextView of textview to one widget.
716         * Set fonts of header title in textview by "header_title" tag.
717         * Removed some deprecated codes.
718
719 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
720
721         * Updated to 0.8.11.
722         * Merged cygwin patch(Thanks! Sakai-san).
723
724 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
725
726         * version 0.8.10-gtk2-20030309