aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2010-01-02 05:57:50 -0500
committerEli Zaretskii2010-01-02 05:57:50 -0500
commitc4810d2f26b64517c8fefe9e30b296ca41e3f8bc (patch)
tree76bc5ababfae1476b41db09c2dbf2c8ad66f64f3
parenta179af9bd20b2e9968506003937a152c1cbb5d9e (diff)
parent38c1ba62af2dbc5323cc8f04d297b89183d35813 (diff)
downloademacs-c4810d2f26b64517c8fefe9e30b296ca41e3f8bc.tar.gz
emacs-c4810d2f26b64517c8fefe9e30b296ca41e3f8bc.zip
Merge from mainline.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/Makefile.in7
-rw-r--r--lisp/makefile.w32-in7
3 files changed, 18 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4a90f2f406d..eb35ed93afc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12010-01-02 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (bzr-update): Renamed from cvs-update.
4 (cvs-update): New target for backward compatibility.
5
6 * makefile.w32-in (bzr-update): Renamed from cvs-update.
7 (cvs-update): New target for backward compatibility.
8
12010-01-02 Karl Fogel <kfogel@red-bean.com> 92010-01-02 Karl Fogel <kfogel@red-bean.com>
2 10
3 * bookmark.el: Remove gratuitous gratitude. 11 * bookmark.el: Remove gratuitous gratitude.
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index dfa3a98871e..93e75bc51ef 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -165,8 +165,11 @@ update-subdirs: doit
165 165
166updates: update-subdirs autoloads finder-data custom-deps 166updates: update-subdirs autoloads finder-data custom-deps
167 167
168# This is useful after "cvs up". 168# This is useful after "bzr up".
169cvs-update: recompile autoloads finder-data custom-deps 169bzr-update: recompile autoloads finder-data custom-deps
170
171# For backwards compatibility:
172cvs-update: bzr-update
170 173
171# Update the AUTHORS file. 174# Update the AUTHORS file.
172 175
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index ab079ea360c..aebf60030ae 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -233,8 +233,11 @@ update-subdirs-SH: doit
233 233
234updates: update-subdirs autoloads mh-autoloads finder-data custom-deps 234updates: update-subdirs autoloads mh-autoloads finder-data custom-deps
235 235
236# This is useful after "cvs up". 236# This is useful after "bzr up".
237cvs-update: recompile autoloads finder-data custom-deps 237bzr-update: recompile autoloads finder-data custom-deps
238
239# For backwards compatibility:
240cvs-update: bzr-update
238 241
239# Update the AUTHORS file. 242# Update the AUTHORS file.
240 243