aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c4dbffabb9..587ac7a72ed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,32 @@
12000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2
3 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4 Prompt user for a file rather than raising an error.
5 (cvs-enabledp): Fix call to cvs-mode-marked.
6 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7 (cvs-mode-insert): Use it. Change the init prompt' value.
8 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9
10 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11 Don't pass default arg to ewoc-locate.
12 (ewoc-collect): Return result in the right order.
13
14 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
15
16 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
17 (cvs-status-get-tags): Fix regexp.
18 (cvs-status-trees, cvs-status-cvstrees):
19 Combine after change hooks and don't sit-for.
20 (cvs-tree-use-jisx0208): Renamed from cvs-tree-dstr-2byte-ready.
21 (cvs-tree-char-*): Renamed from cvs-tree-dstr-char-*.
22 Use make-char rather than hard-coded cryptic data.
23 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
24
25 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
26
27 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
28 (cvs-insert-strings): New function.
29
12000-11-06 Miles Bader <miles@lsi.nec.co.jp> 302000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2 31
3 * mwheel.el (mouse-wheel-scroll-amount): Renamed from 32 * mwheel.el (mouse-wheel-scroll-amount): Renamed from