Mercurial > emacs
comparison lisp/ChangeLog @ 109062:d8144fe7f3f8
* bindings.el (global-map): Bind delete and DEL, the former to
delete-forward-char.
* mouse.el (mouse-region-delete-keys): Deleted.
(mouse-show-mark): Simplify.
* simple.el (delete-active-region): New option.
(delete-backward-char): Implement in Lisp.
(delete-forward-char): New command.
* src/cmds.c (Fdelete_backward_char): Move into Lisp.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 27 Jun 2010 21:01:11 -0400 |
parents | c1e50e6f89af |
children | c96dfcadf1a5 |
comparison
equal
deleted
inserted
replaced
109061:c05c5a981dd9 | 109062:d8144fe7f3f8 |
---|---|
1 2010-06-28 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * simple.el (delete-active-region): New option. | |
4 (delete-backward-char): Implement in Lisp. | |
5 (delete-forward-char): New command. | |
6 | |
7 * mouse.el (mouse-region-delete-keys): Deleted. | |
8 (mouse-show-mark): Simplify. | |
9 | |
10 * bindings.el (global-map): Bind delete and DEL, the former to | |
11 delete-forward-char. | |
12 | |
1 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com> | 13 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com> |
2 | 14 |
3 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB. | 15 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB. |
4 (ruby-mode): Bind indent-line-function (Bug#5119). | 16 (ruby-mode): Bind indent-line-function (Bug#5119). |
5 | 17 |