mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
*** empty log message ***
This commit is contained in:
parent
a13396c934
commit
4eb8436ff5
2 changed files with 12 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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'.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue