comparison lisp/ChangeLog @ 33028:01cb3a6df504

Format fixes in latest entries.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 29 Oct 2000 16:42:51 +0000
parents 61f1eb6cd967
children f7a3d4e0ddb5
comparison
equal deleted inserted replaced
33027:1205bad78b0c 33028:01cb3a6df504
45 `eshell-ls-initial-args' nil when inserting directory contents. 45 `eshell-ls-initial-args' nil when inserting directory contents.
46 46
47 * eshell/em-script.el (eshell-script-initialize): Add names to 47 * eshell/em-script.el (eshell-script-initialize): Add names to
48 `eshell-complex-commands, since `source' and `.' are complex. 48 `eshell-complex-commands, since `source' and `.' are complex.
49 49
50 * eshell/esh-cmd.el (eshell-rewrite-for-command, 50 * eshell/esh-cmd.el (eshell-rewrite-for-command)
51 eshell-rewrite-while-command): Use `eshell-protect' instead of 51 (eshell-rewrite-while-command): Use `eshell-protect' instead of
52 `eshell-copy-handles'. 52 `eshell-copy-handles'.
53 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call 53 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
54 bodies. 54 bodies.
55 (eshell-separate-commands): Whitespace fix. 55 (eshell-separate-commands): Whitespace fix.
56 (eshell-complex-commands): Added a new list of names, for 56 (eshell-complex-commands): Added a new list of names, for
69 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended 69 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
70 it to do a smarter check of whether a destination was provided. 70 it to do a smarter check of whether a destination was provided.
71 (eshell/mv, eshell/cp): Enable `:preserve-args'. 71 (eshell/mv, eshell/cp): Enable `:preserve-args'.
72 (eshell/ln): Enable `:preserve-args', and use 72 (eshell/ln): Enable `:preserve-args', and use
73 `eshell-mvcpln-template' to implement the body of the function. 73 `eshell-mvcpln-template' to implement the body of the function.
74 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep, 74 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
75 eshell/du, eshell/diff, eshell/locate): Stringify the argument 75 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
76 list after flattening it. This makes it possible to cat files 76 list after flattening it. This makes it possible to cat files
77 with numerical names. 77 with numerical names.
78 (eshell-unix-initialize): Added several names to 78 (eshell-unix-initialize): Added several names to
79 `eshell-complex-commands. 79 `eshell-complex-commands.
80 (eshell-unix-command-complex-p): Return t if a given command name 80 (eshell-unix-command-complex-p): Return t if a given command name
128 (eshell-command-aliased-p): New function that returns t if a 128 (eshell-command-aliased-p): New function that returns t if a
129 command name names an aliased. 129 command name names an aliased.
130 130
131 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu> 131 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
132 132
133 * viper-cmd.el (viper-preserve-cursor-color): new test that avoids 133 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
134 rewrawing the screen when changing cursor color. 134 rewrawing the screen when changing cursor color.
135 (viper-insert-state-pre-command-sentinel, 135 (viper-insert-state-pre-command-sentinel)
136 viper-replace-state-pre-command-sentinel, 136 (viper-replace-state-pre-command-sentinel)
137 viper-replace-state-post-command-sentinel): use 137 (viper-replace-state-post-command-sentinel): Use
138 viper-preserve-cursor-color. 138 viper-preserve-cursor-color.
139 Many functions changed to use viper= instead of = when comparing 139 Many functions changed to use viper= instead of = when comparing
140 characters. 140 characters.
141 * viper-util.el (viper-memq-char,viper=): new functions for 141 * viper-util.el (viper-memq-char,viper=): New functions for
142 working with characters. 142 working with characters.
143 (viper-change-cursor-color): fixed buglet. 143 (viper-change-cursor-color): Fixed buglet.
144 Many functions changed to use viper= instead of = when comparing 144 Many functions changed to use viper= instead of = when comparing
145 characters. 145 characters.
146 * viper.el (viper-insert-state-mode-list): added eshell. 146 * viper.el (viper-insert-state-mode-list): Added eshell.
147 147
148 * ediff-init.el (ediff-before-setup-hook): new hook. 148 * ediff-init.el (ediff-before-setup-hook): New hook.
149 Several typos fixed in various docstrings. 149 Several typos fixed in various docstrings.
150 * ediff-merg.el (ediff-show-clashes-only): docstring typo fixed. 150 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
151 * ediff-nult.el (ediff-before-session-group-setup-hooks): new 151 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
152 hook. 152 hook.
153 (ediff-show-meta-buffer): run ediff-before-session-group-setup-hooks. 153 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
154 * ediff-util.el (ediff-setup): run ediff-before-setup-hook. 154 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
155 (ediff-other-buffer): use selected buffers if in Buffer-menu buffer. 155 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
156 (ediff-get-selected-buffers): new function. 156 (ediff-get-selected-buffers): New function.
157 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal, 157 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
158 ediff-vc-merge-internal,ediff-rcs-merge-internal): use 158 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
159 save-window-excursion. 159 save-window-excursion.
160 * ediff-wind.el (ediff-skip-unsuitable-frames): more robust 160 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
161 termination check in while loop. 161 termination check in while loop.
162 * ediff.el (ediff-get-default-file-name): better defaults when in 162 * ediff.el (ediff-get-default-file-name): Better defaults when in
163 dired buffer. 163 dired buffer.
164 (ediff-files,ediff-merge-files,ediff-files3, 164 (ediff-files,ediff-merge-files,ediff-files3)
165 ediff-merge-files-with-ancestor): use ediff-get-default-file-name. 165 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
166 166
167 2000-10-28 Dave Love <fx@gnu.org> 167 2000-10-28 Dave Love <fx@gnu.org>
168 168
169 * info.el (Info-fontify-node): Add help-echo for menu items. 169 * info.el (Info-fontify-node): Add help-echo for menu items.
170 170