aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-06-17 18:30:34 +0000
committerStefan Monnier2003-06-17 18:30:34 +0000
commit8bb5a227f1fa79dd56efe45fd1d31dc8f551a24b (patch)
tree65b790b300e52c216138f7664f46d86eaa2e8dd0
parent41bed43cf0a6bd4501f45a277a775f13941269cd (diff)
downloademacs-8bb5a227f1fa79dd56efe45fd1d31dc8f551a24b.tar.gz
emacs-8bb5a227f1fa79dd56efe45fd1d31dc8f551a24b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog47
1 files changed, 39 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 92c33e1311c..c8b36ad35ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10,10 +10,9 @@
10 part of Tramp into a special file, so that the Tramp `core' is 10 part of Tramp into a special file, so that the Tramp `core' is
11 just a dispatcher that dispatches to various handlers. 11 just a dispatcher that dispatches to various handlers.
12 (tramp-sh-file-name-handler): New function. 12 (tramp-sh-file-name-handler): New function.
13 (tramp-foreign-file-name-handler-alist): New default value. Call 13 (tramp-foreign-file-name-handler-alist): New default value.
14 tramp-sh-file-name-handler as default case. 14 Call tramp-sh-file-name-handler as default case.
15 (tramp-file-name-handler): Do not invoke the old remote-shell 15 (tramp-file-name-handler): Do not invoke the old remote-shell handler.
16 handler.
17 (tramp-find-foreign-file-name-handler): Return after first match 16 (tramp-find-foreign-file-name-handler): Return after first match
18 is found. From Francis Litterio <franl@world.std.com>. 17 is found. From Francis Litterio <franl@world.std.com>.
19 (tramp-handle-file-newer-than-file-p): `tramp-time-diff' returns 18 (tramp-handle-file-newer-than-file-p): `tramp-time-diff' returns
@@ -22,8 +21,8 @@
22 <ultrasoul@ultrasoul.com>. 21 <ultrasoul@ultrasoul.com>.
23 (tramp-time-diff): Convert return value of subtract-time to a 22 (tramp-time-diff): Convert return value of subtract-time to a
24 number of seconds in a correct manner, by applying float-time or 23 number of seconds in a correct manner, by applying float-time or
25 time-to-seconds. Also correct compat code accordingly. The 24 time-to-seconds. Also correct compat code accordingly.
26 XEmacs branch for itimer-time-difference didn't need correction, 25 The XEmacs branch for itimer-time-difference didn't need correction,
27 it returned a float already. Reported by David D. Smith 26 it returned a float already. Reported by David D. Smith
28 <ultrasoul@ultrasoul.com>. 27 <ultrasoul@ultrasoul.com>.
29 (tramp-handle-insert-file-contents): When calling 28 (tramp-handle-insert-file-contents): When calling
@@ -45,8 +44,8 @@
45 (tramp-shell-prompt-pattern): Allow multiple escape 44 (tramp-shell-prompt-pattern): Allow multiple escape
46 sequences (each with optional trailing space). 45 sequences (each with optional trailing space).
47 46
48 * net/tramp-uu.el: 47 * net/tramp-uu.el:
49 * net/tramp-util.el: 48 * net/tramp-util.el:
50 * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie 49 * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
51 for XEmacs compatibility. 50 for XEmacs compatibility.
52 51
@@ -62,6 +61,38 @@
62 x-get-selection-internal has text property `foreign-selection', 61 x-get-selection-internal has text property `foreign-selection',
63 decode it while preserving that property. 62 decode it while preserving that property.
64 63
642003-06-16 Stefan Monnier <monnier@cs.yale.edu>
65
66 * menu-bar.el (ispell-menu-bar): Don't autoload.
67 (cvs-global-menu): Use the function rather than the variable.
68
69 * pcvs-defs.el (cvs-global-menu): Define as a function as well.
70
71 * emacs-lisp/debug.el (debug): Fix call to message.
72
732003-06-16 Michael Mauger <mmaug@yahoo.com> (tiny change)
74
75 * emulation/cua-base.el (cua-mode): Use explicit arg to turn off
76 minor modes.
77
782003-06-16 Stefan Monnier <monnier@cs.yale.edu>
79
80 * emacs-lisp/cl-extra.el (cl-macroexpand-all):
81 Don't burp if (cadr (caddr found)) encounters a non-list element.
82
83 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Use map-keymap.
84 (defsubst*): Don't put a `cl-whole argument if it's not used.
85
86 * emacs-lisp/cl-specs.el (pushnew): Use keywordp.
87
88 * emacs-lisp/disass.el (disassemble): Accept plain expressions.
89
90 * add-log.el (add-log-edit-prev-comment, add-log-edit-next-comment):
91 New commands.
92 (change-log-mode-map): Bind them.
93 (smerge-resolve-function): Declare to quieten the byte-compiler.
94 (change-log-mode): Add the keymap to the docstring.
95
652003-06-16 Luc Teirlinck <teirllm@mail.auburn.edu> 962003-06-16 Luc Teirlinck <teirllm@mail.auburn.edu>
66 97
67 * simple.el (vis-mode): New function. 98 * simple.el (vis-mode): New function.