diff options
| author | Kenichi Handa | 2003-02-20 12:49:07 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-02-20 12:49:07 +0000 |
| commit | 32d0a9dceb15e93bc493675e80b3156895c7981a (patch) | |
| tree | 5b825da7d67afcc0e1381d0423e8b097a35e32c1 /src | |
| parent | 41cba4d0873c584c6660113ed3184a22fd82659b (diff) | |
| download | emacs-32d0a9dceb15e93bc493675e80b3156895c7981a.tar.gz emacs-32d0a9dceb15e93bc493675e80b3156895c7981a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 335e180d4ee..084535160d2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2003-02-20 Kenichi Handa <handa@m17n.org> | 1 | 2003-02-20 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * fontset.c (check_fontset_name): If NAME is nil, return the | ||
| 4 | default fontset. | ||
| 5 | (override_font_info): New function. | ||
| 6 | (Fset_fontset_font): Document that NAME nil means the default | ||
| 7 | fontset. | ||
| 8 | (Ffontset_info): If FONTSET is not the default fontset, merge | ||
| 9 | FONTSET onto the copy of the default fontset, and work on that | ||
| 10 | copy. Document that NAME nil means the default fontset. | ||
| 11 | (Ffontset_font): Document that NAME nil means the default fontset. | ||
| 12 | |||
| 3 | * process.c (setup_process_coding_systems): If the process's | 13 | * process.c (setup_process_coding_systems): If the process's |
| 4 | in/out descriptor is -1, do nothing. | 14 | in/out descriptor is -1, do nothing. |
| 5 | 15 | ||