comparison lisp/ChangeLog @ 35348:8fb5e9c176cd

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 16 Jan 2001 20:27:08 +0000
parents 4c6a463f9575
children 593d5c661519
comparison
equal deleted inserted replaced
35347:696e854064c5 35348:8fb5e9c176cd
4 4
5 * simple.el (backward-delete-char-untabify-method) 5 * simple.el (backward-delete-char-untabify-method)
6 (next-line-add-newlines): Add :version. 6 (next-line-add-newlines): Add :version.
7 7
8 2001-01-16 Gerd Moellmann <gerd@gnu.org> 8 2001-01-16 Gerd Moellmann <gerd@gnu.org>
9
10 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11 Don't bind <delete> otherwise.
12
13 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
14 and <delete> via function-key-map.
9 15
10 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in 16 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11 Subject line only if point is after the `Subject:'. 17 Subject line only if point is after the `Subject:'.
12 18
13 2001-01-16 Kenichi Handa <handa@etl.go.jp> 19 2001-01-16 Kenichi Handa <handa@etl.go.jp>