changeset 53997:d45c69658d14

*** empty log message ***
author Eli Zaretskii <eliz@is.elta.co.il>
date Mon, 16 Feb 2004 17:18:58 +0000
parents 28c3a99598f0
children 2e361a295c26
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Feb 16 17:16:22 2004 +0000
+++ b/lisp/ChangeLog	Mon Feb 16 17:18:58 2004 +0000
@@ -1,3 +1,8 @@
+2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change).
+
+	* calc/calc-embed.el (calc-do-embedded-activate): Add autoload
+	cookie.  Don't check if we are looking-at open-formula.
+
 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
 
 	* subr.el (match-string-no-properties): Use substring-no-properties.
--- a/src/ChangeLog	Mon Feb 16 17:16:22 2004 +0000
+++ b/src/ChangeLog	Mon Feb 16 17:18:58 2004 +0000
@@ -1,3 +1,9 @@
+2004-02-16  Dmitry Antipov  <dmitry.antipov@mail.ru>  (tiny change)
+
+	* keyboard.c (prev_read): New static variable.
+	(read_avail_input): Use it to zero out only those slots in buf[]
+	that were used last time we were called.
+
 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
 
 	* Makefile.in (obj): Move fringe.o from here...