diff options
| author | Dave Love | 2000-08-16 09:23:20 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-16 09:23:20 +0000 |
| commit | c1e757e36ba4c14a351cb74592897e94f2ff8611 (patch) | |
| tree | 1a7b5d73ac239d2f43d8865e966450691ecc646f | |
| parent | 5e30eaa2967683b35aabf25b8aaf3df20aae18ea (diff) | |
| download | emacs-c1e757e36ba4c14a351cb74592897e94f2ff8611.tar.gz emacs-c1e757e36ba4c14a351cb74592897e94f2ff8611.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 052a30dd926..946e09216a4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -31,6 +31,31 @@ | |||
| 31 | 31 | ||
| 32 | 2000-08-15 Dave Love <fx@gnu.org> | 32 | 2000-08-15 Dave Love <fx@gnu.org> |
| 33 | 33 | ||
| 34 | * simple.el: Autoload widget-convert when compiling. | ||
| 35 | (mail-user-agent): Doc fix. | ||
| 36 | |||
| 37 | * help.el (function-called-at-point, variable-at-point): Use | ||
| 38 | with-syntax-table. | ||
| 39 | (help-manyarg-func-alist): Add insert-and-inherit. | ||
| 40 | |||
| 41 | * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | ||
| 42 | |||
| 43 | * delsel.el (delsel-unload-hook): New function. | ||
| 44 | |||
| 45 | * find-file.el: Doc fixes. Move provide to end. | ||
| 46 | (ff) <defgroup>: Add :link. | ||
| 47 | (ff-goto-click): Deleted. | ||
| 48 | (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | ||
| 49 | Use mouse-set-point. | ||
| 50 | |||
| 51 | * textmodes/tildify.el: Doc fixes. | ||
| 52 | (tildify) <defgroup>: Add:version. | ||
| 53 | |||
| 54 | * progmodes/glasses.el (glasses) <defgroup>: Add :version. | ||
| 55 | (glasses-custom-set): Use set-default, not set. | ||
| 56 | (minor-mode-alist): Propertize the lighter. | ||
| 57 | (glasses-mode): Provide optional arg. | ||
| 58 | |||
| 34 | * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. | 59 | * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
| 35 | (global-cwarn-mode): Don't make it a user option. Unquote lambda. | 60 | (global-cwarn-mode): Don't make it a user option. Unquote lambda. |
| 36 | (cwarn-font-lock-feature-keywords-alist): Don't make it a user | 61 | (cwarn-font-lock-feature-keywords-alist): Don't make it a user |