# HG changeset patch # User Dave Love # Date 950208633 0 # Node ID 1b0072274ea3a77f6f28e894a857c38e33014fee # Parent 7f30c54aeb09d34b0cf11bb51f710f993a2d25b9 *** empty log message *** diff -r 7f30c54aeb09 -r 1b0072274ea3 lisp/ChangeLog --- 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 + + * 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 * 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 + + * ange-ftp.el: Require dired when compiling. + (ange-ftp-normal-login): Allow EFS-style port specification. + 1999-10-08 Simon Marshall * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.