aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 15942022a46..7a63543d60b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,18 @@
4 for display-table glyphs from the code buffer text, to fix 4 for display-table glyphs from the code buffer text, to fix
5 bugs in the former. 5 bugs in the former.
6 6
72001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
8
9 * buffer.c (Fbuffer_local_value): New function.
10 (syms_of_buffer): defsubr it.
11
12 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
13 value of `cursor-in-non-selected-windows'.
14
15 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
16 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
17 (syms_of_xdisp): Initialize it.
18
72001-11-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 192001-11-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
8 20
9 * xfns.c (Fx_create_frame): Doc fix. 21 * xfns.c (Fx_create_frame): Doc fix.