changeset 36871:279eb73aeccf

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 19 Mar 2001 14:22:49 +0000
parents afe2778e4c9d
children da90c393ed4e
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Mar 19 14:22:14 2001 +0000
+++ b/lisp/ChangeLog	Mon Mar 19 14:22:49 2001 +0000
@@ -1,3 +1,8 @@
+2001-03-19  Gerd Moellmann  <gerd@gnu.org>
+
+	* language/european.el ("Latin-5", "Latin-4"): Use postfix input
+	methods since there are not prefix input methods.
+
 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
 
 	* international/mule-cmds.el (read-input-method-name): Locally
--- a/src/ChangeLog	Mon Mar 19 14:22:14 2001 +0000
+++ b/src/ChangeLog	Mon Mar 19 14:22:49 2001 +0000
@@ -1,5 +1,9 @@
 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
 
+	* 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.