diff options
| author | Stefan Monnier | 2002-11-20 18:54:25 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-11-20 18:54:25 +0000 |
| commit | 18b69481b7a3ef01ca4f81d3c15c7b58bb621855 (patch) | |
| tree | ad07e89db976598234c7d571f4be38e5e67cc468 | |
| parent | dcae291f236b5055010a64825e59ecbd9bc26d60 (diff) | |
| download | emacs-18b69481b7a3ef01ca4f81d3c15c7b58bb621855.tar.gz emacs-18b69481b7a3ef01ca4f81d3c15c7b58bb621855.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e10f6451474..2998487dbd2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2002-11-20 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * help-fns.el (describe-variable): Look for (defvar . <sym>) in the | ||
| 4 | load-history since `defvar' now uses this format. | ||
| 5 | |||
| 6 | * custom.el (custom-declare-variable): Use push. | ||
| 7 | Use the (defvar . <sym>) format in load-history like `defvar' does. | ||
| 8 | |||
| 9 | * subr.el (symbol-file): Accept a non-atomic `function' arg. | ||
| 10 | (with-local-quit): Add debug and indentation info. | ||
| 11 | |||
| 1 | 2002-11-20 John Paul Wallington <jpw@shootybangbang.com> | 12 | 2002-11-20 John Paul Wallington <jpw@shootybangbang.com> |
| 2 | 13 | ||
| 3 | * subr.el (symbol-file): Remove unused variable `functions'. | 14 | * subr.el (symbol-file): Remove unused variable `functions'. |
| @@ -8,13 +19,25 @@ | |||
| 8 | (custom-deps): Use it. | 19 | (custom-deps): Use it. |
| 9 | (finder-data): Adjust to that name change. | 20 | (finder-data): Adjust to that name change. |
| 10 | 21 | ||
| 22 | 2002-11-19 Stefan Monnier <monnier@cs.yale.edu> | ||
| 23 | |||
| 24 | * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info): | ||
| 25 | Turn errors into messages so they don't get ignored. | ||
| 26 | (eldoc-get-fnsym-args-string): Use help-split-fundoc. | ||
| 27 | (eldoc-beginning-of-sexp): Simplify. | ||
| 28 | (eldoc-function-arglist): Remove. | ||
| 29 | (eldoc-function-argstring): Use help-function-arglist instead. | ||
| 30 | (eldoc-function-argstring-from-docstring-method-table) | ||
| 31 | (eldoc-function-argstring-from-docstring): Remove. | ||
| 32 | |||
| 33 | * emacs-lisp/cl.el (multiple-value-call): Add docstring. | ||
| 34 | |||
| 11 | 2002-11-19 Dave Love <fx@gnu.org> | 35 | 2002-11-19 Dave Love <fx@gnu.org> |
| 12 | 36 | ||
| 13 | * emacs-lisp/bytecomp.el (maphash, map-char-table): Use | 37 | * emacs-lisp/bytecomp.el (maphash, map-char-table): |
| 14 | byte-compile-funarg. | 38 | Use byte-compile-funarg. |
| 15 | 39 | ||
| 16 | * emacs-lisp/byte-opt.el (side-effect-free-fns): Several | 40 | * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions. |
| 17 | additions. | ||
| 18 | 41 | ||
| 19 | 2002-11-19 Markus Rost <rost@math.ohio-state.edu> | 42 | 2002-11-19 Markus Rost <rost@math.ohio-state.edu> |
| 20 | 43 | ||