]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 22 Feb 2002 15:27:02 +0000 (15:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 22 Feb 2002 15:27:02 +0000 (15:27 +0000)
etc/TODO
lisp/ChangeLog

index 3a3203bc9f985d72db39f779c7c8734343e7c71e..67493b3b0925b6272479ecc7d6203324ccbe668f 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
 
 * 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
index 0853782ba39f27cc430abbefaabba4f0c4295655..1917ffaa1f691911a358b4939a9c5c2d40005098 100644 (file)
@@ -1,3 +1,16 @@
+2002-02-20  Deepak Goel  <deego@glue.umd.edu>
+
+       * 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  <eliz@is.elta.co.il>
 
        Support for ICCCM  Extended Segments in X selections:
        * textmodes/flyspell.el (flyspell-mode): Autoload the variable
        since it is used in the menu bar.
 
+2002-02-20  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <tromey@cachet>
+
+       * 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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
 
 2002-02-17  Colin Walters  <walters@verbum.org>
 
-       * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.  Patch
-       from John Paul Wallington <jpw@shootybangbang.com>.
+       * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
 
        * ibuffer.el (ibuffer-truncate-lines): New option.
          (ibuffer-mode):  Use it.