diff options
| author | Kenichi Handa | 2001-02-24 02:44:38 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-02-24 02:44:38 +0000 |
| commit | 66c56ed161e7a30bb22b27b20de54f0d86813476 (patch) | |
| tree | 510bad62043207950a758ee58f1c4835bc493d31 | |
| parent | 6bf84cdec5ef178d6005efe96a9e71f7642d4487 (diff) | |
| download | emacs-66c56ed161e7a30bb22b27b20de54f0d86813476.tar.gz emacs-66c56ed161e7a30bb22b27b20de54f0d86813476.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 80fef759d13..e49d7130429 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-02-24 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * international/fontset.el (x-complement-fontset-spec): In the | ||
| 4 | case that we use ASCII font for the other charsets, use only | ||
| 5 | family and regisry part of it. | ||
| 6 | |||
| 1 | 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il> | 7 | 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 8 | ||
| 3 | * window.el (fit-window-to-buffer, window-safely-shrinkable-p) | 9 | * window.el (fit-window-to-buffer, window-safely-shrinkable-p) |
diff --git a/src/ChangeLog b/src/ChangeLog index 8ce4a462799..71a01ce20ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-02-24 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * fontset.c (Fnew_fontset): Fix handling of the case that an | ||
| 4 | element of FONTLIST is a cons of family and registry. | ||
| 5 | |||
| 1 | 2001-02-23 Jason Rumney <jasonr@gnu.org> | 6 | 2001-02-23 Jason Rumney <jasonr@gnu.org> |
| 2 | 7 | ||
| 3 | * w32fns.c (Fx_create_frame): Don't add FRAME_TOOL_BAR_LINES | 8 | * w32fns.c (Fx_create_frame): Don't add FRAME_TOOL_BAR_LINES |