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