* 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
+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.