Mercurial > emacs
comparison lisp/ChangeLog @ 52154:2f8d4ec4e546
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Aug 2003 01:45:14 +0000 |
parents | ab73fe63674d |
children | d8e9f127ab97 |
comparison
equal
deleted
inserted
replaced
52153:6b84fb503a42 | 52154:2f8d4ec4e546 |
---|---|
1 2003-08-05 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * emacs-lisp/testcover.el (noreturn): Report error if does return. | |
4 (testcover-reinstrument-clauses): Doc fix. | |
5 | |
6 * emacs-lisp/warnings.el: Doc fixes, args renamed. | |
7 (warning-type-format): Renamed from warning-group-format. | |
8 | |
9 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var. | |
10 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var. | |
11 (byte-compile-defvar): Bind byte-compile-not-obsolete-var | |
12 to prevent warnings about defvar for an obsolete variable. | |
13 | |
14 * emacs-lisp/bytecomp.el (byte-compile-log-warning): | |
15 warning-group-format renamed to warning-type-format. | |
16 | |
17 * subr.el (read-passwd): Use clear-string instead of fillarray. | |
18 | |
19 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string. | |
20 Use vconcat instead of concat. | |
21 (edmacro-sanitize-for-string): New function. | |
22 | |
1 2003-08-05 Dave Love <fx@gnu.org> | 23 2003-08-05 Dave Love <fx@gnu.org> |
2 | 24 |
3 * cus-start.el: Add open-paren-in-column-0-is-defun-start, | 25 * cus-start.el: Add open-paren-in-column-0-is-defun-start, |
4 line-number-display-limit-width. | 26 line-number-display-limit-width. |
5 | 27 |