diff options
| author | Richard M. Stallman | 2001-11-05 00:14:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-05 00:14:46 +0000 |
| commit | 830047fdb65770704faf43fec7ecac3f3d916cf0 (patch) | |
| tree | 60d318b0bf841bd5c6d7323e94be6ae6cfd80675 /src/ChangeLog | |
| parent | 34368a22c54c089f5ebabb7f0625862d6b8008f8 (diff) | |
| download | emacs-830047fdb65770704faf43fec7ecac3f3d916cf0.tar.gz emacs-830047fdb65770704faf43fec7ecac3f3d916cf0.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
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 | ||
| 7 | 2001-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 | |||
| 7 | 2001-11-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 19 | 2001-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. |