comparison lisp/ChangeLog @ 83157:33be94fa3695

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-394 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-395 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396 Tweak arch tagging to make build/install-in-place less annoying * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397 Work around vc-arch problems when building eshell git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-197
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 11 Jun 2004 08:42:19 +0000
parents 8e09aff3715a a10d964838a7
children 38500c0c86ab
comparison
equal deleted inserted replaced
83156:8e09aff3715a 83157:33be94fa3695
1 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
2
3 * eshell/esh-module.el (eshell-load-defgroups): Bind
4 `vc-handled-backends' to nil when opening files.
5
6 2004-06-11 Juanma Barranquero <lektu@terra.es>
7
8 * files.el (parse-colon-path, cd): Doc fixes (refer to
9 `path-separator', not colon).
10
11 2004-06-10 Juanma Barranquero <lektu@terra.es>
12
13 * newcomment.el (comment-search-forward)
14 (comment-search-backward): Fix typos in docstring.
15 (comment-region): Doc fix.
16
17 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
18
19 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
20 switch is no longer stored in `dired-switches-alist'.
21
22 * dired-aux.el (dired-insert-subdir): Do not store R switch in
23 `dired-switches-alist'.
24
1 2004-06-10 Kim F. Storm <storm@cua.dk> 25 2004-06-10 Kim F. Storm <storm@cua.dk>
2 26
3 * pcvs.el (cvs-mode-diff-yesterday): New command. 27 * pcvs.el (cvs-mode-diff-yesterday): New command.
4 28
5 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday. 29 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.