From: Eli Zaretskii Date: Mon, 16 Feb 2004 17:18:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7592 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b5368c1a968812e9a82a54402d03cf487c22fad;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db4f7e5a694..14d7d6684a7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-02-16 Jay Belanger (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 (tiny change) * subr.el (match-string-no-properties): Use substring-no-properties. diff --git a/src/ChangeLog b/src/ChangeLog index 8daf165a1a7..be786b5df5c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2004-02-16 Dmitry Antipov (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 * Makefile.in (obj): Move fringe.o from here...