1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-02-25 13:21:42 +00:00
parent a13396c934
commit 4eb8436ff5
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-02-25 Gerd Moellmann <gerd@gnu.org>
* emacs-lisp/helper.el (Helper-describe-mode): Make buffer
writable.
2000-02-24 Gerd Moellmann <gerd@gnu.org>
* frame.el (show-cursor-in-non-selected-windows): New option.

View File

@ -1,5 +1,12 @@
2000-02-25 Gerd Moellmann <gerd@gnu.org>
* dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function.
(build_frame_matrix_from_leaf_window): Put code handling
glyph row's not being a slice of a frame row in #if 0.
(sync_window_with_frame_matrix_rows): New function.
(frame_row_to_window): New function.
(mirror_line_dance): Handle copies between windows.
* lread.c (Fload): Use `xfree' instead of `free'.
(init_obarray): Use `xmalloc' instead of `malloc'.