*** empty log message ***
authorhanda <handa>
Wed, 25 Aug 2004 03:51:54 +0000 (03:51 +0000)
committerhanda <handa>
Wed, 25 Aug 2004 03:51:54 +0000 (03:51 +0000)
example/ChangeLog
src/ChangeLog

index 135a6be..79857ff 100644 (file)
@@ -1,3 +1,11 @@
+2004-08-25  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c: Adjusted for the member name change
+       (MDrawGlyphInfo->this -> MDrawGlyphInfo->metics).
+
+       * mdump.c: Adjusted for the member name change
+       (MDrawGlyphInfo->this -> MDrawGlyphInfo->metics).
+
 2004-08-16  Kenichi Handa  <handa@m17n.org>
 
        * Version 1.1.0 released.
index 31407ff..25f2e9c 100644 (file)
@@ -1,3 +1,11 @@
+2004-08-25  Kenichi Handa  <handa@m17n.org>
+
+       * m17n-gui.h (MDrawGlyphInfo): Change the member name 'this' to
+       'metrics' to for C++.
+
+       * draw.c (mdraw_glyph_info): Adjusted for the member name change
+       (this -> metics).
+
 2004-08-16  Kenichi Handa  <handa@m17n.org>
 
        * Version 1.1.0 released.