comparison lisp/ChangeLog @ 27657:1b0072274ea3

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 10 Feb 2000 18:50:33 +0000
parents 9c2aec874fef
children ee4f82952cde
comparison
equal deleted inserted replaced
27656:7f30c54aeb09 27657:1b0072274ea3
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.
4 (mode-line-mule-info): Use it; fix last change. 21 (mode-line-mule-info): Use it; fix last change.
5 (mode-line-mode-menu): Move definition. 22 (mode-line-mode-menu): Move definition.
3213 3230
3214 1999-10-09 Gerd Moellmann <gerd@gnu.org> 3231 1999-10-09 Gerd Moellmann <gerd@gnu.org>
3215 3232
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.
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.
3218 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.
3222 (regexp-opt-group): Use it to get common suffixes in STRINGS. 3244 (regexp-opt-group): Use it to get common suffixes in STRINGS.