diff options
| author | Gerd Moellmann | 2001-03-19 14:22:49 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-19 14:22:49 +0000 |
| commit | c2c097cc4c60e6f9c68d6fc642e049dd8ed7cceb (patch) | |
| tree | 6083ac963196c2402c1c958e81ccb948a2ca7ebb | |
| parent | 11f340ed716071efdb1d4cc89b11f1a1eafe152a (diff) | |
| download | emacs-c2c097cc4c60e6f9c68d6fc642e049dd8ed7cceb.tar.gz emacs-c2c097cc4c60e6f9c68d6fc642e049dd8ed7cceb.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a21d37a49af..198b4afa71c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-03-19 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * language/european.el ("Latin-5", "Latin-4"): Use postfix input | ||
| 4 | methods since there are not prefix input methods. | ||
| 5 | |||
| 1 | 2001-03-19 Kenichi Handa <handa@etl.go.jp> | 6 | 2001-03-19 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * international/mule-cmds.el (read-input-method-name): Locally | 8 | * international/mule-cmds.el (read-input-method-name): Locally |
diff --git a/src/ChangeLog b/src/ChangeLog index 5d006088be6..aa8e986a0a5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-03-19 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-19 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfns.c (x_create_tip_frame): Add parameter TEXT. Set the | ||
| 4 | tip frame's root window buffer to *tip* right after creating | ||
| 5 | the frame. | ||
| 6 | |||
| 3 | * xdisp.c (highlight_trailing_whitespace): Glyphs whose object | 7 | * xdisp.c (highlight_trailing_whitespace): Glyphs whose object |
| 4 | is an integer don't have to be for space characters. | 8 | is an integer don't have to be for space characters. |
| 5 | 9 | ||