From: Richard M. Stallman Date: Fri, 22 Feb 2002 15:27:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16530 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a84ed60cf5db9f0a5a42c78133cad00b2379db0;p=emacs.git *** empty log message *** --- diff --git a/etc/TODO b/etc/TODO index 3a3203bc9f9..67493b3b092 100644 --- a/etc/TODO +++ b/etc/TODO @@ -126,12 +126,14 @@ * Add horizontal scroll bars. -* Integrate Vroonhof's Custom themes code and make it do useful - things. [The integration is partly done.] - * Provide an optional feature which computes a scroll bar slider's size and its position from lines instead of characters. +* Implement a smoother vertical scroll facility. + +* Integrate Vroonhof's Custom themes code and make it do useful + things. [The integration is partly done.] + * Adapt the gnuserv/gnudoit features for server/emacsclient. * Investigate using GNU Lightning or similar system for incremental diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0853782ba39..1917ffaa1f6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2002-02-20 Deepak Goel + + * play/snake.el (snake-velocity-queue, snake-update-velocity) + (snake-final-x-velocity, snake-final-y-velocity): + New variable and functions. Store user's keypresses + into a queue and pop from the queue each subsequent turn. + (snake-update-game, snake-move-left) + (snake-move-right, snake-move-up, snake-move-down, snake-active-p) + (snake-start-game): Use that queue. + (snake-use-glyphs-flag): Renamed from snake-use-glyphs. + (snake-use-color-flag): Likewise. + (snake-mode): Rename uses of those variables. + 2002-02-22 Eli Zaretskii Support for ICCCM Extended Segments in X selections: @@ -57,6 +70,22 @@ * textmodes/flyspell.el (flyspell-mode): Autoload the variable since it is used in the menu bar. +2002-02-20 Richard M. Stallman + + * simple.el (shell-command-on-region): Display the exit status + when a command fails. + + * subr.el (add-hook): Doc fix. + + * frame.el (other-frame): Doc fix. + + * simple.el (yank): Clear `field' property. + +2002-02-20 Tom Tromey + + * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more + natural paragraph boundaries. Don't fail at beginning of buffer. + 2002-02-20 Pavel Jan,Bm(Bk * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, @@ -145,8 +174,7 @@ 2002-02-17 Colin Walters - * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. Patch - from John Paul Wallington . + * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. * ibuffer.el (ibuffer-truncate-lines): New option. (ibuffer-mode): Use it.