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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 12 Apr 2003 19:13:04 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5031 emacs/lisp/ChangeLog:1.5032
*** emacs/lisp/ChangeLog:1.5031 Sat Apr 12 16:43:58 2003
--- emacs/lisp/ChangeLog        Sat Apr 12 19:13:03 2003
***************
*** 1,3 ****
--- 1,34 ----
+ 2003-04-12  Stefan Monnier  <address@hidden>
+ 
+       * add-log.el (change-log-version-number-search): Fix old bug.
+       (add-change-log-entry): Avoid inserting the same funname again.
+       (add-log-indent-text): New var.
+       (add-log-indent): New fun.
+       (change-log-mode): Use it.
+ 
+       * net/browse-url.el: Don't autoload all these defcustoms.
+       (browse-url-default-macosx-browser): New fun.
+       (browse-url-browser-function): Use it for system-type = darwin.
+       (browse-url-usr1-signal): Remove.
+       (browse-url-mosaic): Use SIGUSR1 directly instead.
+       (browse-url-gnome-moz-program): New var.
+       (browse-url-gnome-moz, browse-url-default-browser): Use it.
+ 
+       * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
+       (byte-compile-const-variables): New var.
+       (byte-compile-close-variables): Reset it.
+       (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
+       (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
+       (byte-compile-variable-ref): Use it and improve warning message.
+       (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
+       (byte-compile-lapcode): Remove unused vars.
+       (byte-compile-eval): Fix thinko in handling of old-autoloads.
+       (byte-recompile-directory): Use the expanded form for directory.
+       (byte-compile-track-mouse): Use modern backquote syntax.
+       (byte-compile-defvar): Detect and properly handle (defconst a).
+       (byte-compile-defalias-warn): Remove unused arg `alias'.
+       (byte-compile-defalias): Update call.
+ 
  2003-04-13  Masatake YAMATO  <address@hidden>
  
        * help.el (describe-minor-mode): New function implementation.




reply via email to

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