aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b5fced2ad62..42f6e52e4f8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12000-10-04 Miles Bader <miles@gnu.org>
2
3 * simple.el (minibuffer-temporary-goal-position): New variable.
4 (next-history-element): Try to keep the position of point in the
5 input string constant.
6
7 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8 (dired-do-create-files): If there's only one file, pass it in as
9 the DEFAULT arg to dired-mark-read-file-name.
10
12000-10-03 Andre Spiegel <spiegel@gnu.org> 112000-10-03 Andre Spiegel <spiegel@gnu.org>
2 12
3 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to 13 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to