From: Gerd Moellmann Date: Mon, 19 Mar 2001 14:22:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.101~260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2c097cc4c60e6f9c68d6fc642e049dd8ed7cceb;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a21d37a49af..198b4afa71c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-03-19 Gerd Moellmann + + * language/european.el ("Latin-5", "Latin-4"): Use postfix input + methods since there are not prefix input methods. + 2001-03-19 Kenichi Handa * 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 @@ 2001-03-19 Gerd Moellmann + * xfns.c (x_create_tip_frame): Add parameter TEXT. Set the + tip frame's root window buffer to *tip* right after creating + the frame. + * xdisp.c (highlight_trailing_whitespace): Glyphs whose object is an integer don't have to be for space characters.