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: Sat, 20 Jul 2002 18:02:58 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4135 emacs/lisp/ChangeLog:1.4136
*** emacs/lisp/ChangeLog:1.4135 Fri Jul 19 19:01:24 2002
--- emacs/lisp/ChangeLog        Sat Jul 20 18:02:57 2002
***************
*** 1,3 ****
--- 1,23 ----
+ 2002-07-20  Richard M. Stallman  <address@hidden>
+ 
+       * files.el (toggle-read-only): Clean up the hint message.
+ 
+       * emacs-lisp/bytecomp.el: Use warnings.el.
+       (byte-compile-warning-prefix): New function.
+       (byte-compile-log-file): Return page start position.
+       (byte-compile-log-warning): New function.
+       (byte-compile-warn): Use byte-compile-log-warning.
+       (byte-compile-report-error): Likewise.  Also use error-message-string.
+       (displaying-byte-compile-warnings): Bind warning-series.
+       Don't bind or use byte-compile-warnings-point-max.
+       Don't display the log buffer at the end.
+       (byte-compile-warnings-point-max): Variable deleted.
+       (byte-compile-log-1): Rewrite for trace info, not used for warnings.
+       (byte-compile-last-warned-form, byte-compile-last-logged-file): 
+       Defvars moved.
+       
+       * warnings.el: New file.
+ 
  2002-07-19  Richard M. Stallman  <address@hidden>
  
        * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'



reply via email to

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