aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5e3112a26af..4135dadf28a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12013-02-27 Eli Zaretskii <eliz@gnu.org>
2
3 * filelock.c (create_lock_file) [WINDOWSNT]: Use _sopen with
4 _SH_DENYRW flag, instead of emacs_open, to deny any other process
5 access to the lock file until it is written and closed.
6 (Bug#13807)
7
82013-02-27 Paul Eggert <eggert@cs.ucla.edu>
9
10 * callint.c (Qcall_interactively):
11 * macros.c (Qexecute_kbd_macro):
12 Now static.
13
12013-02-26 Bastien Guerry <bzg@gnu.org> 142013-02-26 Bastien Guerry <bzg@gnu.org>
2 15
3 * window.c (Frecenter): Tiny docstring enhancement. 16 * window.c (Frecenter): Tiny docstring enhancement.