aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-03-25 21:14:44 -0400
committerGlenn Morris2014-03-25 21:14:44 -0400
commit11ee65afc20d41f1fc31fe2ead84b2203b4bfeb0 (patch)
treea3ae87b8d8d73968f293973444fbf3ae753d83f1 /ChangeLog
parentdefd53bdc5ef9d75fa112487d76f4d7a4cb9fe92 (diff)
downloademacs-11ee65afc20d41f1fc31fe2ead84b2203b4bfeb0.tar.gz
emacs-11ee65afc20d41f1fc31fe2ead84b2203b4bfeb0.zip
Remove the build-time option CLASH_DETECTION
Every platform supports it, and the runtime option `create-lockfiles' replaces it. * configure.ac (CLASH_DETECTION): Remove option. * lisp/files.el (lock-buffer, unlock-buffer, file-locked-p): Remove fallback aliases, since they are always defined now. * src/buffer.c (Frestore_buffer_modified_p, Fkill_buffer): * src/emacs.c (shut_down_emacs): * src/fileio.c (Finsert_file_contents, write_region): * src/filelock.c (top-level, syms_of_filelock): * src/insdel.c (prepare_to_modify_buffer_1): CLASH_DETECTION is always defined now. * admin/CPP-DEFINES: Remove CLASH_DETECTION.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 627fd22a1a6..14587cfd24e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
12014-03-26 Glenn Morris <rgm@gnu.org>
2
3 * configure.ac (CLASH_DETECTION): Remove option. Every platform
4 supports it, and the runtime option `create-lockfiles' replaces it.
5
12014-03-23 Daniel Colascione <dancol@dancol.org> 62014-03-23 Daniel Colascione <dancol@dancol.org>
2 7
3 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib 8 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check.
4 check.
5 9
62014-03-22 Glenn Morris <rgm@gnu.org> 102014-03-22 Glenn Morris <rgm@gnu.org>
7 11