Mercurial > emacs
comparison lisp/ChangeLog @ 45991:67f188b516ca
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 24 Jun 2002 08:30:09 +0000 |
parents | 87962bf716e3 |
children | 5af6af67f95a |
comparison
equal
deleted
inserted
replaced
45990:f9d81d6b86b5 | 45991:67f188b516ca |
---|---|
1 2002-06-24 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * emulation/keypad.el: Added :require 'keypad to defcustoms. | |
4 | |
1 2002-06-23 Stefan Monnier <monnier@cs.yale.edu> | 5 2002-06-23 Stefan Monnier <monnier@cs.yale.edu> |
2 | 6 |
3 * subr.el (event-start, event-end, event-click-count): | 7 * subr.el (event-start, event-end, event-click-count): |
4 Accept non-mouse events as well. | 8 Accept non-mouse events as well. |
5 (read-key): New function. | 9 (read-key): New function. |
27 2002-06-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 31 2002-06-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
28 | 32 |
29 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. | 33 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. |
30 This is not a handled operation. | 34 This is not a handled operation. |
31 | 35 |
32 2002-06-21 Kim F. Storm <storm@filanet.dk> | 36 2002-06-21 Kim F. Storm <storm@cua.dk> |
33 | 37 |
34 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes | 38 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes |
35 work again. Corrected error in check for C-u initiated prefix. | 39 work again. Corrected error in check for C-u initiated prefix. |
36 | 40 |
37 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space. | 41 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space. |
231 (comint-stop-subjob): Use comint-skip-input. | 235 (comint-stop-subjob): Use comint-skip-input. |
232 | 236 |
233 * ielm.el (ielm-eval-input): Use error-message-string. | 237 * ielm.el (ielm-eval-input): Use error-message-string. |
234 (ielm-format-error, ielm-format-errors): Functions deleted. | 238 (ielm-format-error, ielm-format-errors): Functions deleted. |
235 | 239 |
236 2002-06-14 Kim F. Storm <storm@filanet.dk> | 240 2002-06-14 Kim F. Storm <storm@cua.dk> |
237 | 241 |
238 * progmodes/compile.el (grep-tree): Doc fixes. | 242 * progmodes/compile.el (grep-tree): Doc fixes. |
239 Added SUBDIRS arg for non-interactive use. | 243 Added SUBDIRS arg for non-interactive use. |
240 | 244 |
241 2002-06-14 Juanma Barranquero <lektu@terra.es> | 245 2002-06-14 Juanma Barranquero <lektu@terra.es> |