Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5214:0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
man/ChangeLog addition:
2010-05-17 Jeff Sparkes <jsparkes@gmail.com>
* lispref/windows.texi (Buffers and Windows):
Document buffer-display-count and buffer-display-time with
descriptions from GNU emacs lispref.
* lispref/locals.texi (Standard Buffer-Local Variables):
Add buffer-display-count and buffer-display-time.
src/ChangeLog addition:
2010-05-17 Jeff Sparkes <jsparkes@gmail.com>
* buffer.c (complex_vars_of_buffer):
Add buffer local variables buffer-display-count and
buffer-display-time.
(common_init_complex_vars_of_buffer):
Initialize them here.
* bufslots.h: Add slots for buffer-display-count and buffer-display-time.
* window.c (Fset_window_buffer): Update buffer-display-count and
buffer-display-time whenever a buffer is displayed.
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Fri, 28 May 2010 13:48:22 +0100 |
| parents | 7abb91db1e64 |
| children | 9b8c2168d231 |
comparison
equal
deleted
inserted
replaced
| 5213:7abb91db1e64 | 5214:0b4d355771bd |
|---|---|
| 1 2010-05-24 Mike Sperber <mike@xemacs.org> | 1 2010-05-24 Mike Sperber <mike@xemacs.org> |
| 2 | 2 |
| 3 * lread.c (read1): Accept #B<binary>, #O<octal>, and #X<hex>, just | 3 * lread.c (read1): Accept #B<binary>, #O<octal>, and #X<hex>, just |
| 4 like GNU Emacs. | 4 like GNU Emacs. |
| 5 | |
| 6 2010-05-17 Jeff Sparkes <jsparkes@gmail.com> | |
| 7 | |
| 8 * buffer.c (complex_vars_of_buffer): | |
| 9 Add buffer local variables buffer-display-count and | |
| 10 buffer-display-time. | |
| 11 (common_init_complex_vars_of_buffer): | |
| 12 Initialize them here. | |
| 13 | |
| 14 * bufslots.h: Add slots for buffer-display-count and buffer-display-time. | |
| 15 | |
| 16 * window.c (Fset_window_buffer): Update buffer-display-count and | |
| 17 buffer-display-time whenever a buffer is displayed. | |
| 5 | 18 |
| 6 2010-05-16 Aidan Kehoe <kehoea@parhasard.net> | 19 2010-05-16 Aidan Kehoe <kehoea@parhasard.net> |
| 7 | 20 |
| 8 Move `default-file-system-ignore-case' to C; pay attention to it | 21 Move `default-file-system-ignore-case' to C; pay attention to it |
| 9 in creating the directory hash tables for #'locate-file. Fix a bug | 22 in creating the directory hash tables for #'locate-file. Fix a bug |
