diff options
| author | Dave Love | 2000-02-10 18:50:33 +0000 |
|---|---|---|
| committer | Dave Love | 2000-02-10 18:50:33 +0000 |
| commit | a0eddf92d5573360646fb75e8bedfe02b3e96fe8 (patch) | |
| tree | 145cc185d25430dae88e8af6cd25d708ba4e1afe | |
| parent | 4e85dd7ae52cd0d8d4ca5970a0e733274ea54e72 (diff) | |
| download | emacs-a0eddf92d5573360646fb75e8bedfe02b3e96fe8.tar.gz emacs-a0eddf92d5573360646fb75e8bedfe02b3e96fe8.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1dbf0ae27d..7178a996bba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2000-02-10 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * wid-edit.el: (widgets) [defgroup]: Remove url link. | ||
| 4 | (widget-color-choice-list, widget-color-history, widget-mouse-help): | ||
| 5 | Deleted. | ||
| 6 | (widget-specify-field, widget-specify-button): Don't use | ||
| 7 | widget-mouse-help as help-echo property. | ||
| 8 | (default): Use #'ignore for :validate and :mouse-down-action. | ||
| 9 | (checkbox): Add help-echo. | ||
| 10 | (widget-sexp-validate): Rewritten to clarify error messages. | ||
| 11 | (character): Use char-valid-p in :match function. | ||
| 12 | (widget-color-complete): Use facemenu-color-alist. | ||
| 13 | (widget-color-action): Use facemenu-read-color. | ||
| 14 | |||
| 15 | * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | ||
| 16 | set up `caar' &c that we now have. | ||
| 17 | |||
| 1 | 2000-02-09 Dave Love <fx@gnu.org> | 18 | 2000-02-09 Dave Love <fx@gnu.org> |
| 2 | 19 | ||
| 3 | * bindings.el (mode-line-input-method-map): New variable. | 20 | * bindings.el (mode-line-input-method-map): New variable. |
| @@ -3216,6 +3233,11 @@ | |||
| 3216 | * Makefile (bootstrap-compile): New target. Compile Lisp | 3233 | * Makefile (bootstrap-compile): New target. Compile Lisp |
| 3217 | files with ../src/temacs. | 3234 | files with ../src/temacs. |
| 3218 | 3235 | ||
| 3236 | 1999-10-08 Dave Love <fx@gnu.org> | ||
| 3237 | |||
| 3238 | * ange-ftp.el: Require dired when compiling. | ||
| 3239 | (ange-ftp-normal-login): Allow EFS-style port specification. | ||
| 3240 | |||
| 3219 | 1999-10-08 Simon Marshall <simon@gnu.org> | 3241 | 1999-10-08 Simon Marshall <simon@gnu.org> |
| 3220 | 3242 | ||
| 3221 | * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | 3243 | * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. |