aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-28 20:31:48 +0000
committerGerd Moellmann2000-06-28 20:31:48 +0000
commitaf5c25e1981e0ea153075f9b244dc7ad95cdf168 (patch)
tree6bfe02d883a2dc7ee11fc761265544efe6f067df
parentd18354b656197ee26307d556aa53232328ac60a4 (diff)
downloademacs-af5c25e1981e0ea153075f9b244dc7ad95cdf168.tar.gz
emacs-af5c25e1981e0ea153075f9b244dc7ad95cdf168.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog18
2 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 57754105e4b..4606877efa9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10,6 +10,11 @@
10 10
112000-06-28 Gerd Moellmann <gerd@gnu.org> 112000-06-28 Gerd Moellmann <gerd@gnu.org>
12 12
13 * faces.el (region): Change background color for light background.
14
15 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16 attribute from mode-line face of Ediff control frame.
17
13 * replace.el (query-replace-map): Bind `e' like `E'. 18 * replace.el (query-replace-map): Bind `e' like `E'.
14 19
152000-06-28 Eli Zaretskii <eliz@is.elta.co.il> 202000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
diff --git a/src/ChangeLog b/src/ChangeLog
index b9a699e43da..dfecb3bd2c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,23 @@
12000-06-28 Gerd Moellmann <gerd@gnu.org> 12000-06-28 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse
4 the display if windows_or_buffers_changed.
5
6 * dispnew.c (struct row_entry): New structure.
7 (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table)
8 (row_table_size, old_lines, new_lines, old_lines_size)
9 (new_lines_size, run_pool, runs_size, runs): New variables.
10 (add_row_entry): New function.
11 (scrolling_window): Use data structures allocated with xmalloc and
12 held in global variables, instead of allocing them with alloca and
13 holding them in local variables. Use a larger hash table whose
14 size depends on glyph matrix sizes. Don't use bzero to clear the
15 hash table; instead, clear used slots only.
16
17 * fns.c (next_almost_prime): Make it externally visible.
18
19 * lisp.h (next_almost_prime): Add prototype.
20
3 * s/isc4-0.h (sigunblock): Define. 21 * s/isc4-0.h (sigunblock): Define.
4 22
5 * s/sco5.h (sigunblock): Define. 23 * s/sco5.h (sigunblock): Define.