Mercurial > emacs
changeset 27657:1b0072274ea3
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 10 Feb 2000 18:50:33 +0000 |
parents | 7f30c54aeb09 |
children | 5980f19581dc |
files | lisp/ChangeLog |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 10 17:54:30 2000 +0000 +++ b/lisp/ChangeLog Thu Feb 10 18:50:33 2000 +0000 @@ -1,3 +1,20 @@ +2000-02-10 Dave Love <fx@gnu.org> + + * wid-edit.el: (widgets) [defgroup]: Remove url link. + (widget-color-choice-list, widget-color-history, widget-mouse-help): + Deleted. + (widget-specify-field, widget-specify-button): Don't use + widget-mouse-help as help-echo property. + (default): Use #'ignore for :validate and :mouse-down-action. + (checkbox): Add help-echo. + (widget-sexp-validate): Rewritten to clarify error messages. + (character): Use char-valid-p in :match function. + (widget-color-complete): Use facemenu-color-alist. + (widget-color-action): Use facemenu-read-color. + + * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't + set up `caar' &c that we now have. + 2000-02-09 Dave Love <fx@gnu.org> * bindings.el (mode-line-input-method-map): New variable. @@ -3216,6 +3233,11 @@ * Makefile (bootstrap-compile): New target. Compile Lisp files with ../src/temacs. +1999-10-08 Dave Love <fx@gnu.org> + + * ange-ftp.el: Require dired when compiling. + (ange-ftp-normal-login): Allow EFS-style port specification. + 1999-10-08 Simon Marshall <simon@gnu.org> * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.