aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 86327fc7fb2..a3e466954cb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-05-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
4 * fileio.c (syms_of_fileio): Implement this.
5 * filelock.c (create_lock_file): If symbolic links don't work, so
6 we use a regular file as a lock file, do not fsync the lock file;
7 it's not needed.
8
12013-05-04 Stefan Monnier <monnier@iro.umontreal.ca> 92013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Move to Elisp. 11 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Move to Elisp.
@@ -51,6 +59,7 @@
51 size. 59 size.
52 60
532013-04-26 Paul Eggert <eggert@cs.ucla.edu> 612013-04-26 Paul Eggert <eggert@cs.ucla.edu>
62
54 Port better to AIX (Bug#14258). 63 Port better to AIX (Bug#14258).
55 * lisp.h (ENUM_BF) [__IBMC__]: Make it 'unsigned int' here, too, 64 * lisp.h (ENUM_BF) [__IBMC__]: Make it 'unsigned int' here, too,
56 to pacify AIX xlc. 65 to pacify AIX xlc.