Mercurial > emacs
comparison lisp/ChangeLog @ 48478:a94c995f94de
*** empty log message ***
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Wed, 20 Nov 2002 18:54:25 +0000 |
| parents | 33dafec6a9de |
| children | 222e97e271fb |
comparison
equal
deleted
inserted
replaced
| 48477:2107f1adf452 | 48478:a94c995f94de |
|---|---|
| 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'. |
| 4 | 15 |
| 5 2002-11-20 Markus Rost <rost@math.ohio-state.edu> | 16 2002-11-20 Markus Rost <rost@math.ohio-state.edu> |
| 6 | 17 |
| 7 * Makefile.in (setwins_almost): Renamed from finder_setwins. | 18 * Makefile.in (setwins_almost): Renamed from finder_setwins. |
| 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 |
| 21 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the | 44 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the |
| 22 members here rather than with custom-add-to-group. This is the | 45 members here rather than with custom-add-to-group. This is the |
