Mercurial > hg > xemacs-beta
comparison man/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 | 71ee43b8a74d |
children | 956d54c39176 |
comparison
equal
deleted
inserted
replaced
5213:7abb91db1e64 | 5214:0b4d355771bd |
---|---|
1 2010-05-17 Jeff Sparkes <jsparkes@gmail.com> | |
2 | |
3 * lispref/windows.texi (Buffers and Windows): | |
4 Document buffer-display-count and buffer-display-time with | |
5 descriptions from GNU emacs lispref. | |
6 | |
7 * lispref/locals.texi (Standard Buffer-Local Variables): | |
8 Add buffer-display-count and buffer-display-time. | |
9 | |
1 2010-04-03 Aidan Kehoe <kehoea@parhasard.net> | 10 2010-04-03 Aidan Kehoe <kehoea@parhasard.net> |
2 | 11 |
3 * lispref/hash-tables.texi (Introduction to Hash Tables): | 12 * lispref/hash-tables.texi (Introduction to Hash Tables): |
4 Document that we now support #'equalp as a hash table test by | 13 Document that we now support #'equalp as a hash table test by |
5 default, and mention #'define-hash-table-test. | 14 default, and mention #'define-hash-table-test. |