mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-11 02:10:35 -08:00
*** empty log message ***
This commit is contained in:
parent
f18625cd58
commit
856ff7a7ed
2 changed files with 10 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
2000-12-22 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* simple.el (delete-key-deletes-forward-mode): Simplify. Also
|
||||
backspace key combinations, depending on
|
||||
delete-key-deletes-forward.
|
||||
|
||||
* bindings.el ([C-backspace]): Bind C-backspace to kill-word.
|
||||
|
||||
* simple.el (delete-key-deletes-forward): Doc fix.
|
||||
|
||||
2000-08-22 Emmanuel Briot <briot@gnat.com>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@
|
|||
|
||||
2000-12-22 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* window.c (size_window): When setting the window's too_small_ok
|
||||
flag, compare old size with minimum size depending on WIDTH_P,
|
||||
don't compare with window_min_width.
|
||||
|
||||
* window.c (delete_window): Simplify somewhat.
|
||||
(Fset_window_configuration): Don't SET_FRAME_GARBAGED after
|
||||
freeing window matrices. The flag windows_or_buffers_changed is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue