aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2014-01-21 00:49:46 -0800
committerGlenn Morris2014-01-21 00:49:46 -0800
commit38942b9cf566116227bec6f41aa0aece5de6e2c9 (patch)
tree4376f3e32498c665ae6cf7de817477f041b45b09 /src
parentca4cfde31484a6fb327445c91b52283576ef27c6 (diff)
downloademacs-38942b9cf566116227bec6f41aa0aece5de6e2c9.tar.gz
emacs-38942b9cf566116227bec6f41aa0aece5de6e2c9.zip
ChangeLog fixes
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.112
-rw-r--r--src/ChangeLog.125
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index e8463718827..59c1f369e1e 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -1837,6 +1837,8 @@
1837 (float_to_string): Use dtoastr rather than rolling our own code, 1837 (float_to_string): Use dtoastr rather than rolling our own code,
1838 which had an off-by-one bug on non-IEEE hosts. 1838 which had an off-by-one bug on non-IEEE hosts.
1839 1839
1840 * config.in: Regenerate.
1841
1840 Automate syncing from gnulib. 1842 Automate syncing from gnulib.
1841 * Makefile.in (lib): New macro. 1843 * Makefile.in (lib): New macro.
1842 (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib. 1844 (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib.
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12
index 53c93b4dea7..c5ea7e7bad2 100644
--- a/src/ChangeLog.12
+++ b/src/ChangeLog.12
@@ -8160,6 +8160,11 @@
8160 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than 8160 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
8161 hard-coding the path separator. 8161 hard-coding the path separator.
8162 8162
81632012-08-02 Paul Eggert <eggert@cs.ucla.edu>
8164
8165 * stamp-h.in: Remove from bzr repository; no longer needed there
8166 now ../autogen.sh creates it.
8167
81632012-08-01 Paul Eggert <eggert@cs.ucla.edu> 81682012-08-01 Paul Eggert <eggert@cs.ucla.edu>
8164 8169
8165 Use "ASET (a, i, v)" rather than "AREF (a, i) = v". 8170 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".