aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index da46ead2b93..b25e2d487d7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12014-06-27 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in: Replace BOOTSTRAPEMACS sleight-of-hand
4 with an order-only dependence on bootstrap-emacs. (Bug#2151)
5 (.el.elc): Replace suffix rule with pattern rule.
6 (%.elc): New pattern rule, with order-only prerequisite.
7 ($(lisp)): No more need to depend on BOOTSTRAPEMACS.
8 ($(lispsource)/loaddefs.el): Use an order-only prerequisite
9 in place of BOOTSTRAPEMACS.
10
12014-06-26 Dmitry Antipov <dmantipov@yandex.ru> 112014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
2 12
3 * fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE. 13 * fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.