*** empty log message ***
authorhanda <handa>
Wed, 27 Sep 2006 06:12:52 +0000 (06:12 +0000)
committerhanda <handa>
Wed, 27 Sep 2006 06:12:52 +0000 (06:12 +0000)
src/ChangeLog
src/input.c

index 7600e92..c9b0d04 100644 (file)
@@ -1,3 +1,10 @@
+2006-09-27  Kenichi Handa  <handa@m17n.org>
+
+       * font.c (mfont_match_p, mfont_open, mfont_encapsulate)
+       (mfont_close): Add comments.
+
+       * mtext-lbrk.c (mtext_line_break): Add comment.
+
 2006-09-26  Kenichi Handa  <handa@m17n.org>
 
        * input.c (minput_get_description): Handle description about
index 43a4133..73cf6cb 100644 (file)
@@ -4041,6 +4041,16 @@ MSymbol Minput_driver;
 /*=*/
 
 /***en
+    @name Functions
+*/
+/***ja
+    @name ´Ø¿ô
+*/
+/*** @{ */
+
+/*=*/
+
+/***en
     @brief Open an input method.
 
     The minput_open_im () function opens an input method whose
@@ -5483,7 +5493,8 @@ minput_save_config (void)
 }
 
 /*=*/
-
+/*** @} */
+/*=*/
 /***en
     @name Obsolete functions
 */