aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-04-23 23:59:19 -0400
committerStefan Monnier2014-04-23 23:59:19 -0400
commit8917710efd63f7a253aec77fa190d6c5ec870bf3 (patch)
tree9b1ce196eebdac814370c9bc1f86a62c80b45aa0 /src/ChangeLog
parent9b233997f468fe8a4f4cb7c0c799aff2e3374ba1 (diff)
downloademacs-8917710efd63f7a253aec77fa190d6c5ec870bf3.tar.gz
emacs-8917710efd63f7a253aec77fa190d6c5ec870bf3.zip
* src/window.c (Fset_window_configuration): Deactivate the mark before
unsetting the mark. (set_window_buffer): Ignore window_initialized. (window_initialized): Remove. * src/keyboard.c (Qdeactivate_mark): Not static any more. * src/buffer.c (buffer_local_value): Rename from buffer_local_value_1. Update all callers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a4c29f2580..654b9425770 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * window.c (Fset_window_configuration): Deactivate the mark before
4 unsetting the mark.
5 (set_window_buffer): Ignore window_initialized.
6 (window_initialized): Remove.
7 * keyboard.c (Qdeactivate_mark): Not static any more.
8 * buffer.c (buffer_local_value): Rename from buffer_local_value_1.
9 Update all callers.
10
12014-04-23 Paul Eggert <eggert@cs.ucla.edu> 112014-04-23 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 * conf_post.h (ADDRESS_SANITIZER_WORKAROUND): Port to GCC 4.9.0 13 * conf_post.h (ADDRESS_SANITIZER_WORKAROUND): Port to GCC 4.9.0