aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-25 13:21:42 +0000
committerGerd Moellmann2000-02-25 13:21:42 +0000
commit4eb8436ff5c7ec3519963dc80f669c3616ac9b76 (patch)
tree1148e11387a8e8dcd165c3311b4abf2c971592e4 /src
parenta13396c934774d4687f73e4f10fdc96f91d95185 (diff)
downloademacs-4eb8436ff5c7ec3519963dc80f669c3616ac9b76.tar.gz
emacs-4eb8436ff5c7ec3519963dc80f669c3616ac9b76.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e3353dd31ed..9992882ca1d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12000-02-25 Gerd Moellmann <gerd@gnu.org> 12000-02-25 Gerd Moellmann <gerd@gnu.org>
2 2
3 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function.
4 (build_frame_matrix_from_leaf_window): Put code handling
5 glyph row's not being a slice of a frame row in #if 0.
6 (sync_window_with_frame_matrix_rows): New function.
7 (frame_row_to_window): New function.
8 (mirror_line_dance): Handle copies between windows.
9
3 * lread.c (Fload): Use `xfree' instead of `free'. 10 * lread.c (Fload): Use `xfree' instead of `free'.
4 (init_obarray): Use `xmalloc' instead of `malloc'. 11 (init_obarray): Use `xmalloc' instead of `malloc'.
5 12