aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-03-26 12:06:31 +0800
committerChong Yidong2012-03-26 12:06:31 +0800
commit90d49b7fb27dfa5a7d8cdb6aa11a5ce65ad9ddfa (patch)
tree04bdb905af37798897c57e93dbfde6f4afe40d96 /src/ChangeLog
parentc0bf77531e26501546bbb3a1fc000c730c3fc89f (diff)
downloademacs-90d49b7fb27dfa5a7d8cdb6aa11a5ce65ad9ddfa.tar.gz
emacs-90d49b7fb27dfa5a7d8cdb6aa11a5ce65ad9ddfa.zip
New variable selection-inhibit-update-commands, for inhibiting selection updates.
* keyboard.c (Vselection_inhibit_update_commands): New variable. (command_loop_1): Use it; inhibit selection update for handle-select-window too. Fixes: debbugs:8996
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 71bfec1f061..490d4279080 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-03-26 Chong Yidong <cyd@gnu.org>
2
3 * keyboard.c (Vselection_inhibit_update_commands): New variable.
4 (command_loop_1): Use it; inhibit selection update for
5 handle-select-window too (Bug#8996).
6
12012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr> 72012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
2 8
3 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific 9 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific