diff options
| author | Kenichi Handa | 2003-04-09 07:31:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-04-09 07:31:09 +0000 |
| commit | f8c6b4c23d5ece02b779e1dcda0e13e6dea453e0 (patch) | |
| tree | d911828119b815c970209ea8d6cf70e92478e6ea | |
| parent | e46947a5d4a714086e6f4926debc59374a2db894 (diff) | |
| download | emacs-f8c6b4c23d5ece02b779e1dcda0e13e6dea453e0.tar.gz emacs-f8c6b4c23d5ece02b779e1dcda0e13e6dea453e0.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5218240d901..1ffc92c9e0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2003-04-09 Kenichi Handa <handa@m17n.org> | 1 | 2003-04-09 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * international/fontset.el: Specify rescale ratio 1.3 for CDAC | ||
| 4 | fonts. | ||
| 5 | |||
| 3 | * international/mule-conf.el: Register ?\221 and ?\226 in | 6 | * international/mule-conf.el: Register ?\221 and ?\226 in |
| 4 | latin-extra-code-table. | 7 | latin-extra-code-table. |
| 5 | 8 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 30089c7069b..6b03c4936c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2003-04-09 Kenichi Handa <handa@etlken2> | 1 | 2003-04-09 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * xfaces.c (Vface_font_rescale_alist): New variable. | 3 | * xfaces.c (Vface_font_rescale_alist): New variable. |
| 4 | (struct font_name): New member rescale_ratio. | 4 | (struct font_name): New member rescale_ratio. |
| @@ -34,7 +34,7 @@ | |||
| 34 | * mac.c (init_mac_osx_environment): Switch libexec and bin so | 34 | * mac.c (init_mac_osx_environment): Switch libexec and bin so |
| 35 | that self-contained application finds libexec files. | 35 | that self-contained application finds libexec files. |
| 36 | 36 | ||
| 37 | 2003-04-08 Kenichi Handa <handa@etlken2> | 37 | 2003-04-08 Kenichi Handa <handa@m17n.org> |
| 38 | 38 | ||
| 39 | * coding.c (code_convert_region_unwind): Set | 39 | * coding.c (code_convert_region_unwind): Set |
| 40 | Vlast_coding_system_used to the argument. | 40 | Vlast_coding_system_used to the argument. |