Mercurial > emacs
comparison lisp/ChangeLog @ 43465:40fd2b1ad5bf
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 22 Feb 2002 15:27:02 +0000 |
parents | 9fbf31526ff4 |
children | beb4473cb2c5 |
comparison
equal
deleted
inserted
replaced
43464:dc17128932c4 | 43465:40fd2b1ad5bf |
---|---|
1 2002-02-20 Deepak Goel <deego@glue.umd.edu> | |
2 | |
3 * play/snake.el (snake-velocity-queue, snake-update-velocity) | |
4 (snake-final-x-velocity, snake-final-y-velocity): | |
5 New variable and functions. Store user's keypresses | |
6 into a queue and pop from the queue each subsequent turn. | |
7 (snake-update-game, snake-move-left) | |
8 (snake-move-right, snake-move-up, snake-move-down, snake-active-p) | |
9 (snake-start-game): Use that queue. | |
10 (snake-use-glyphs-flag): Renamed from snake-use-glyphs. | |
11 (snake-use-color-flag): Likewise. | |
12 (snake-mode): Rename uses of those variables. | |
13 | |
1 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il> | 14 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 15 |
3 Support for ICCCM Extended Segments in X selections: | 16 Support for ICCCM Extended Segments in X selections: |
4 | 17 |
5 * international/mule-conf.el (ctext-no-compositions): New coding | 18 * international/mule-conf.el (ctext-no-compositions): New coding |
55 2002-02-20 Sam Steingold <sds@gnu.org> | 68 2002-02-20 Sam Steingold <sds@gnu.org> |
56 | 69 |
57 * textmodes/flyspell.el (flyspell-mode): Autoload the variable | 70 * textmodes/flyspell.el (flyspell-mode): Autoload the variable |
58 since it is used in the menu bar. | 71 since it is used in the menu bar. |
59 | 72 |
73 2002-02-20 Richard M. Stallman <rms@gnu.org> | |
74 | |
75 * simple.el (shell-command-on-region): Display the exit status | |
76 when a command fails. | |
77 | |
78 * subr.el (add-hook): Doc fix. | |
79 | |
80 * frame.el (other-frame): Doc fix. | |
81 | |
82 * simple.el (yank): Clear `field' property. | |
83 | |
84 2002-02-20 Tom Tromey <tromey@cachet> | |
85 | |
86 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more | |
87 natural paragraph boundaries. Don't fail at beginning of buffer. | |
88 | |
60 2002-02-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 89 2002-02-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
61 | 90 |
62 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, | 91 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, |
63 call the argument "arg" to match plain next-line and | 92 call the argument "arg" to match plain next-line and |
64 previous-line. From Kevin Ryde <user42@zip.com.au>. | 93 previous-line. From Kevin Ryde <user42@zip.com.au>. |
143 repeated. | 172 repeated. |
144 (mark-defun): Mark more if repeated. | 173 (mark-defun): Mark more if repeated. |
145 | 174 |
146 2002-02-17 Colin Walters <walters@verbum.org> | 175 2002-02-17 Colin Walters <walters@verbum.org> |
147 | 176 |
148 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. Patch | 177 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. |
149 from John Paul Wallington <jpw@shootybangbang.com>. | |
150 | 178 |
151 * ibuffer.el (ibuffer-truncate-lines): New option. | 179 * ibuffer.el (ibuffer-truncate-lines): New option. |
152 (ibuffer-mode): Use it. | 180 (ibuffer-mode): Use it. |
153 | 181 |
154 2002-02-17 Kim F. Storm <storm@cua.dk> | 182 2002-02-17 Kim F. Storm <storm@cua.dk> |