aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-29 16:42:51 +0000
committerEli Zaretskii2000-10-29 16:42:51 +0000
commit0467b0768f7c8ad94ba54ec7ccd39517fa002c3d (patch)
tree6d5694c73c7360d1ccf319f06ab4b4946bd96f07
parent710fb9d795304cfe77e68f31a56a0b4de45cf562 (diff)
downloademacs-0467b0768f7c8ad94ba54ec7ccd39517fa002c3d.tar.gz
emacs-0467b0768f7c8ad94ba54ec7ccd39517fa002c3d.zip
Format fixes in latest entries.
-rw-r--r--lisp/ChangeLog48
1 files changed, 24 insertions, 24 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ce144dcc86..70dfe83058d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -47,8 +47,8 @@
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.
@@ -71,8 +71,8 @@
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
@@ -130,39 +130,39 @@
130 130
1312000-10-29 Michael Kifer <kifer@cs.sunysb.edu> 1312000-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
1672000-10-28 Dave Love <fx@gnu.org> 1672000-10-28 Dave Love <fx@gnu.org>
168 168