Mercurial > emacs
changeset 43465:40fd2b1ad5bf
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 22 Feb 2002 15:27:02 +0000 |
parents | dc17128932c4 |
children | a5aed0eb2cd0 |
files | etc/TODO lisp/ChangeLog |
diffstat | 2 files changed, 35 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TODO Fri Feb 22 15:19:06 2002 +0000 +++ b/etc/TODO Fri Feb 22 15:27:02 2002 +0000 @@ -126,12 +126,14 @@ * Add horizontal scroll bars. +* 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.] -* Provide an optional feature which computes a scroll bar slider's - size and its position from lines instead of characters. - * Adapt the gnuserv/gnudoit features for server/emacsclient. * Investigate using GNU Lightning or similar system for incremental
--- a/lisp/ChangeLog Fri Feb 22 15:19:06 2002 +0000 +++ b/lisp/ChangeLog Fri Feb 22 15:27:02 2002 +0000 @@ -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: @@ -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 <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,Bm(Bk <Pavel@Janik.cz> * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, @@ -145,8 +174,7 @@ 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.