Mercurial > emacs
comparison lisp/ChangeLog @ 51247:bae989c94b95
(global-map): Don't bind S-<backspace>. Too many
people hit it by mistake.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Mon, 26 May 2003 18:02:24 +0000 |
parents | cc1d7e2b2b7b |
children | e72f6ced64ab |
comparison
equal
deleted
inserted
replaced
51246:cc1d7e2b2b7b | 51247:bae989c94b95 |
---|---|
1 2003-05-26 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | |
2 | |
3 * bindings.el (global-map): Don't bind S-<backspace>. Too many | |
4 people hit it by mistake. | |
5 | |
6 2003-05-23 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | |
7 | |
8 * simple.el (kill-region): If nothing was killed, and the | |
9 previous command was not a kill, break kill sequence. | |
10 (kill-whole-line): Don't use kill-line. Make it work with | |
11 invisible lines. Make it repeatable. | |
12 From Luc Teirlinck <teirllm@dms.auburn.edu>. | |
13 | |
1 2003-05-26 Andre Spiegel <spiegel@gnu.org> | 14 2003-05-26 Andre Spiegel <spiegel@gnu.org> |
2 | 15 |
3 * vc.el (vc-delete-file): Fix free variable reference. | 16 * vc.el (vc-delete-file): Fix free variable reference. |
4 (vc-annotate-display): Remove obsolesence declaration; it isn't | 17 (vc-annotate-display): Remove obsolesence declaration; it isn't |
5 obsolete. | 18 obsolete. |