diff options
| author | Eli Zaretskii | 2013-11-08 12:21:35 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-08 12:21:35 +0200 |
| commit | 080db47fc48d9558d11b0b4ac9b55dff625802b6 (patch) | |
| tree | c443f6b219969326798cb2fd92e65222cf5a067f /src/ChangeLog | |
| parent | 1606c2d38472f1b95776ce0aa3d07d465db0933e (diff) | |
| download | emacs-080db47fc48d9558d11b0b4ac9b55dff625802b6.tar.gz emacs-080db47fc48d9558d11b0b4ac9b55dff625802b6.zip | |
Switch cache-long-scans to t by default.
src/xdisp.c (message_dolog): Make sure the *Messages* buffer has its
cache-long-scans disabled, since we don't want to call
prepare_to_modify_buffer (in insert_1_both) for each message we
display.
src/buffer.h (bset_cache_long_scans): New INLINE function, moved
from buffer.c. Improve commentary to the buffer field setter
functions.
src/buffer.c (bset_cache_long_scans): Static function deleted.
Improve commentary to the buffer field setter functions.
(init_buffer_once): Default for cache-long-scans changed to t.
(Bug#15797)
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9bf71b9ce21..fdb4b24233f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2013-11-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (message_dolog): Make sure the *Messages* buffer has its | ||
| 4 | cache-long-scans disabled, since we don't want to call | ||
| 5 | prepare_to_modify_buffer (in insert_1_both) for each message we | ||
| 6 | display. | ||
| 7 | |||
| 8 | * buffer.h (bset_cache_long_scans): New INLINE function, moved | ||
| 9 | from buffer.c. Improve commentary to the buffer field setter | ||
| 10 | functions. | ||
| 11 | |||
| 12 | * buffer.c (bset_cache_long_scans): Static function deleted. | ||
| 13 | Improve commentary to the buffer field setter functions. | ||
| 14 | (init_buffer_once): Default for cache-long-scans changed to t. | ||
| 15 | (Bug#15797) | ||
| 16 | |||
| 1 | 2013-11-08 Paul Eggert <eggert@cs.ucla.edu> | 17 | 2013-11-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 18 | ||
| 3 | * chartab.c (make_sub_char_table): Fix size typo (Bug#15825). | 19 | * chartab.c (make_sub_char_table): Fix size typo (Bug#15825). |