emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 22 Feb 2002 11:26:43 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3482 emacs/lisp/ChangeLog:1.3483
*** emacs/lisp/ChangeLog:1.3482 Fri Feb 22 08:46:12 2002
--- emacs/lisp/ChangeLog        Fri Feb 22 10:18:53 2002
***************
*** 1,3 ****
--- 1,16 ----
+ 2002-02-20  Deepak Goel  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        Support for ICCCM  Extended Segments in X selections:
***************
*** 57,62 ****
--- 70,91 ----
        * textmodes/flyspell.el (flyspell-mode): Autoload the variable
        since it is used in the menu bar.
  
+ 2002-02-20  Richard M. Stallman  <address@hidden>
+ 
+       * 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  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
***************
*** 145,152 ****
  
  2002-02-17  Colin Walters  <address@hidden>
  
!       * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.  Patch
!       from John Paul Wallington <address@hidden>.
  
        * ibuffer.el (ibuffer-truncate-lines): New option.
          (ibuffer-mode):  Use it.
--- 174,180 ----
  
  2002-02-17  Colin Walters  <address@hidden>
  
!       * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
  
        * ibuffer.el (ibuffer-truncate-lines): New option.
          (ibuffer-mode):  Use it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]