Mercurial > emacs
comparison lisp/ChangeLog @ 36857:f6386773ce30
2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-util.el: Copyright years.
(ediff-choose-syntax-table): New function.
(ediff-setup): Use ediff-choose-syntax-table.
* ediff-init.el (ediff-with-syntax-table): New macro, uses
with-syntax-table.
* ediff.el: Date of last update, copyright years.
* ediff-wind (ediff-setup-control-frame): Nill->nil.
* viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
of Scott Bronson.
(ex-cmd-assoc,ex-cmd-one-letr): New functions.
(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
Deleted functions.
(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
ex-token-list.
* viper-util.el: Spaces, indentation.
* viper.el: Changed version, modification time.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Sat, 17 Mar 2001 18:59:39 +0000 |
parents | cfb2e5ed7527 |
children | e7247c404477 |
comparison
equal
deleted
inserted
replaced
36856:e11fd97820c0 | 36857:f6386773ce30 |
---|---|
1 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu> | |
2 | |
3 * ediff-util.el: Copyright years. | |
4 (ediff-choose-syntax-table): New function. | |
5 (ediff-setup): Use ediff-choose-syntax-table. | |
6 | |
7 * ediff-init.el (ediff-with-syntax-table): New macro, uses | |
8 with-syntax-table. | |
9 | |
10 * ediff.el: Date of last update, copyright years. | |
11 | |
12 * ediff-wind (ediff-setup-control-frame): Nill->nil. | |
13 | |
14 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy | |
15 of Scott Bronson. | |
16 (ex-cmd-assoc,ex-cmd-one-letr): New functions. | |
17 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command): | |
18 Deleted functions. | |
19 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new | |
20 ex-token-list. | |
21 | |
22 * viper-util.el: Spaces, indentation. | |
23 | |
24 * viper.el: Changed version, modification time. | |
25 | |
1 2001-03-16 John Wiegley <johnw@gnu.org> | 26 2001-03-16 John Wiegley <johnw@gnu.org> |
2 | 27 |
3 * (timeclock-workday-remaining): Check whether `discrep' is | 28 * (timeclock-workday-remaining): Check whether `discrep' is |
4 non-null before using it. | 29 non-null before using it. |
5 | 30 |