emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 05 Aug 2003 21:11:12 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5327 emacs/lisp/ChangeLog:1.5328
*** emacs/lisp/ChangeLog:1.5327 Tue Aug  5 11:38:13 2003
--- emacs/lisp/ChangeLog        Tue Aug  5 21:11:11 2003
***************
*** 1,3 ****
--- 1,25 ----
+ 2003-08-05  Richard M. Stallman  <address@hidden>
+ 
+       * emacs-lisp/testcover.el (noreturn): Report error if does return.
+       (testcover-reinstrument-clauses): Doc fix.
+ 
+       * emacs-lisp/warnings.el: Doc fixes, args renamed.
+       (warning-type-format): Renamed from warning-group-format.
+ 
+       * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
+       (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
+       (byte-compile-defvar): Bind byte-compile-not-obsolete-var
+       to prevent warnings about defvar for an obsolete variable.
+       
+       * emacs-lisp/bytecomp.el (byte-compile-log-warning):
+       warning-group-format renamed to warning-type-format.
+ 
+       * subr.el (read-passwd): Use clear-string instead of fillarray.
+ 
+       * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
+       Use vconcat instead of concat.
+       (edmacro-sanitize-for-string): New function.
+ 
  2003-08-05  Dave Love  <address@hidden>
  
        * cus-start.el: Add open-paren-in-column-0-is-defun-start,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]