]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Fix typo.
[gnu-emacs] / lisp / ChangeLog
index 30bdbefd98e8dadf0537757bcffc23ea872d7b62..72ef356d73430e41386f86507692bfd87de370b4 100644 (file)
@@ -1,3 +1,43 @@
+2007-10-28  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
+       (byte-compile-warnings-safe-p): Handle `not'.
+       (byte-compile-warning-enabled-p, byte-compile-disable-warning)
+       (byte-compile-enable-warning): New functions.
+       (byte-compile-eval-before-compile)
+       (byte-compile-file-form-require): Use byte-compile-disable-warning.
+       (byte-compile-close-variables): Locally bind byte-compile-warnings,
+       but do not modify it.
+       (byte-compile-eval, byte-compile-obsolete)
+       (byte-compile-warn-about-unresolved-functions)
+       (byte-compile-file-form-defvar)
+       (byte-compile-file-form-custom-declare-variable)
+       (byte-compile-file-form-require)
+       (byte-compile-file-form-defmumble, byte-compile-lambda)
+       (byte-compile-form, byte-compile-normal-call)
+       (byte-compile-variable-ref, byte-compile-defvar)
+       (byte-compile-make-variable-buffer-local):
+       Use byte-compile-warning-enabled-p.
+       * emacs-lisp/advice.el (ad-compile-function):
+       Use byte-compile-disable-warning.
+       * emacs-lisp/cl.el: Move local variables to end of file, and set
+       byte-compile-warnings to `(not cl-functions)'.
+       * emacs-lisp/cl-compat.el: Add a local variables section, and set
+       byte-compile-warnings to `(not cl-functions)'.
+       * emacs-lisp/cl-macs.el: Unify local variable section, and set
+       byte-compile-warnings to `(not cl-functions)'.
+       (cl-do-proclaim): Use byte-compile-disable-warning and
+       byte-compile-enable-warning.
+       * emacs-lisp/cl-seq.el: Unify local variable section, and set
+       byte-compile-warnings to `(not cl-functions)'.
+       * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
+       Use byte-compile-disable-warning.
+
+2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * cus-edit.el (custom-browse-insert-prefix):
+       * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
+
 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
 
        * server.el (server-process-filter): Fix typo in docstring.