Mercurial > emacs
comparison lisp/ChangeLog @ 42288:3ce98f3e0608
2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
* viper-cmd.el (viper-change-state): Got rid of make-local-hook.
(viper-special-read-and-insert-char): Make C-m work right in the r
comand.
(viper-buffer-search-enable): Fixed format string.
* viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
instead of viper-info-on-file.
(ex-set-visited-file-name): New function.
* viper.el (viper-emacs-state-mode-list): Added mail-mode.
* ediff-mult.el (ediff-meta-mark-equal-files): Added optional
action argument.
* ediff-init.el: Fixed some doc strings.
* ediff-util.el (ediff-after-quit-hook-internal): New variable.
Got rid of make-local-hook.
* ediff-wind.el (ediff-setup-control-frame): Got rid of
make-local-hook.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Mon, 24 Dec 2001 05:50:31 +0000 |
parents | c95e74201401 |
children | 4c9878b648f4 |
comparison
equal
deleted
inserted
replaced
42287:c95e74201401 | 42288:3ce98f3e0608 |
---|---|
1 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu> | |
2 | |
3 * viper-cmd.el (viper-change-state): Got rid of make-local-hook. | |
4 (viper-special-read-and-insert-char): Make C-m work right in the r | |
5 comand. | |
6 (viper-buffer-search-enable): Fixed format string. | |
7 | |
8 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name | |
9 instead of viper-info-on-file. | |
10 (ex-set-visited-file-name): New function. | |
11 | |
12 * viper.el (viper-emacs-state-mode-list): Added mail-mode. | |
13 | |
14 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional | |
15 action argument. | |
16 | |
17 * ediff-init.el: Fixed some doc strings. | |
18 | |
19 * ediff-util.el (ediff-after-quit-hook-internal): New variable. | |
20 Got rid of make-local-hook. | |
21 | |
22 * ediff-wind.el (ediff-setup-control-frame): Got rid of | |
23 make-local-hook. | |
24 | |
1 2001-12-23 Richard M. Stallman <rms@gnu.org> | 25 2001-12-23 Richard M. Stallman <rms@gnu.org> |
2 | 26 |
3 * term/x-win.el (x-handle-geometry): Put height and width | 27 * term/x-win.el (x-handle-geometry): Put height and width |
4 on default-frame-alist, left and top on initial-frame-alist. | 28 on default-frame-alist, left and top on initial-frame-alist. |
5 * term/w32-win.el (x-handle-geometry): Likewise. | 29 * term/w32-win.el (x-handle-geometry): Likewise. |