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:
b960c7f
)
*** empty log message ***
author
handa
<handa>
Tue, 15 Jun 2004 11:12:19 +0000
(11:12 +0000)
committer
handa
<handa>
Tue, 15 Jun 2004 11:12:19 +0000
(11:12 +0000)
example/ChangeLog
patch
|
blob
|
history
example/mdump.c
patch
|
blob
|
history
diff --git
a/example/ChangeLog
b/example/ChangeLog
index
1d3e5bf
..
ab83561
100644
(file)
--- a/
example/ChangeLog
+++ b/
example/ChangeLog
@@
-1,3
+1,8
@@
+2004-06-15 Kenichi Handa <handa@m17n.org>
+
+ * mdump.c: Add command line arguments --family and --language.
+ (help_exit): Print info about those arguemnts.
+
2004-06-04 Kenichi Handa <handa@m17n.org>
* mconv.c (compare_coding_name): New function.
diff --git
a/example/mdump.c
b/example/mdump.c
index
14dbd2a
..
cba05ca
100644
(file)
--- a/
example/mdump.c
+++ b/
example/mdump.c
@@
-444,7
+444,7
@@
main (int argc, char **argv)
int paper_width, paper_height;
int anti_alias = 0;
char *family_name = NULL;
- char *langu_name = NULL;
+ char *lang_name = NULL;
int i;
int page_index;
gdImagePtr image;