]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@is.elta.co.il>
Mon, 16 Feb 2004 17:18:58 +0000 (17:18 +0000)
committerEli Zaretskii <eliz@is.elta.co.il>
Mon, 16 Feb 2004 17:18:58 +0000 (17:18 +0000)
lisp/ChangeLog
src/ChangeLog

index db4f7e5a69462ff7bd31ba09d12fa37197c284ab..14d7d6684a7876b09859a738f97220b08ac17d83 100644 (file)
@@ -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.
index 8daf165a1a7f1e27dd43e0228654c31a8727d46b..be786b5df5c81fc75388669c13407956caa2bd1d 100644 (file)
@@ -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...