diff options
| author | Michael Kifer | 2001-03-17 18:59:39 +0000 |
|---|---|---|
| committer | Michael Kifer | 2001-03-17 18:59:39 +0000 |
| commit | 4986c2c6c8b786409fb44f740b2e358736145313 (patch) | |
| tree | a159e994a7ca65985c2e7b03f56ff0e3472071f6 /lisp/ChangeLog | |
| parent | 42b7180c96b3855e62720491ba55e432ca470356 (diff) | |
| download | emacs-4986c2c6c8b786409fb44f740b2e358736145313.tar.gz emacs-4986c2c6c8b786409fb44f740b2e358736145313.zip | |
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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c5c679c7098..1514d34ad49 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 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 |