projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
968ea59
)
*** empty log message ***
author
handa
<handa>
Wed, 27 Sep 2006 06:12:52 +0000
(06:12 +0000)
committer
handa
<handa>
Wed, 27 Sep 2006 06:12:52 +0000
(06:12 +0000)
src/ChangeLog
patch
|
blob
|
history
src/input.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index
7600e92
..
c9b0d04
100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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
diff --git
a/src/input.c
b/src/input.c
index
43a4133
..
73cf6cb
100644
(file)
--- a/
src/input.c
+++ b/
src/input.c
@@
-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
*/