aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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