aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2014-05-29 20:15:02 +0300
committerEli Zaretskii2014-05-29 20:15:02 +0300
commitbd5b233d48ad58fcbc2fa01afcde9dc250e40117 (patch)
tree9830980de8f489a28758786ddb667217f07f8d00 /src
parentd41708691ff9907262d87cedbbe05df108f6d6ce (diff)
downloademacs-bd5b233d48ad58fcbc2fa01afcde9dc250e40117.tar.gz
emacs-bd5b233d48ad58fcbc2fa01afcde9dc250e40117.zip
src/ChangeLog: Fix a recent log entry.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 463f5750652..c90dc9964b7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -83,6 +83,7 @@
83 83
842014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com> 842014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com>
85 85
86 Use mmap(2) emulation for allocating buffer text on MS-Windows.
86 * Makefile.in (C_HEAP_SWITCH): Get the predefined heap size from 87 * Makefile.in (C_HEAP_SWITCH): Get the predefined heap size from
87 configure. 88 configure.
88 (ADDSECTION, MINGW_TEMACS_POST_LINK): Remove, no longer used. 89 (ADDSECTION, MINGW_TEMACS_POST_LINK): Remove, no longer used.