aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-10 16:33:35 +0400
committerDmitry Antipov2014-07-10 16:33:35 +0400
commit9242810cd3bb14056dde937fc9ad39fc49261dfd (patch)
treeabd85cf5087ecbb123c3a511d78244fc9d069482 /src/ChangeLog
parent80fb41cd90467782f4cfb21074aaa4f95308985e (diff)
downloademacs-9242810cd3bb14056dde937fc9ad39fc49261dfd.tar.gz
emacs-9242810cd3bb14056dde937fc9ad39fc49261dfd.zip
* configure.ac: Check whether sys/sysinfo.h provides
Linux 'sysinfo' function and 'struct sysinfo' type. * src/alloc.c (Fmemory_info): New function. * lisp/files.el (warn-maybe-out-of-memory): New function. (find-file-noselect): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 541697c5567..87a8f1c7814 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,6 +9,8 @@
9 (decode_coding_big5, decode_coding_charset, decode_coding) 9 (decode_coding_big5, decode_coding_charset, decode_coding)
10 (encode_coding): Adjust users. 10 (encode_coding): Adjust users.
11 11
12 * alloc.c (Fmemory_info): New function.
13
122014-07-09 Paul Eggert <eggert@cs.ucla.edu> 142014-07-09 Paul Eggert <eggert@cs.ucla.edu>
13 15
14 * syntax.c (back_comment): Use more-natural location for label. 16 * syntax.c (back_comment): Use more-natural location for label.