comparison lisp/ChangeLog @ 50576:b9c46e5ad0ab

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 12 Apr 2003 23:13:03 +0000
parents c62614cbc500
children e5f72e7c4f4c
comparison
equal deleted inserted replaced
50575:caadcafadb0c 50576:b9c46e5ad0ab
1 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
2
3 * add-log.el (change-log-version-number-search): Fix old bug.
4 (add-change-log-entry): Avoid inserting the same funname again.
5 (add-log-indent-text): New var.
6 (add-log-indent): New fun.
7 (change-log-mode): Use it.
8
9 * net/browse-url.el: Don't autoload all these defcustoms.
10 (browse-url-default-macosx-browser): New fun.
11 (browse-url-browser-function): Use it for system-type = darwin.
12 (browse-url-usr1-signal): Remove.
13 (browse-url-mosaic): Use SIGUSR1 directly instead.
14 (browse-url-gnome-moz-program): New var.
15 (browse-url-gnome-moz, browse-url-default-browser): Use it.
16
17 * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
18 (byte-compile-const-variables): New var.
19 (byte-compile-close-variables): Reset it.
20 (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
21 (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
22 (byte-compile-variable-ref): Use it and improve warning message.
23 (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
24 (byte-compile-lapcode): Remove unused vars.
25 (byte-compile-eval): Fix thinko in handling of old-autoloads.
26 (byte-recompile-directory): Use the expanded form for directory.
27 (byte-compile-track-mouse): Use modern backquote syntax.
28 (byte-compile-defvar): Detect and properly handle (defconst a).
29 (byte-compile-defalias-warn): Remove unused arg `alias'.
30 (byte-compile-defalias): Update call.
31
1 2003-04-13 Masatake YAMATO <jet@gyve.org> 32 2003-04-13 Masatake YAMATO <jet@gyve.org>
2 33
3 * help.el (describe-minor-mode): New function implementation. 34 * help.el (describe-minor-mode): New function implementation.
4 Accept both minor mode string and minor mode indicator. 35 Accept both minor mode string and minor mode indicator.
5 (describe-minor-mode-completion-table-for-indicator) 36 (describe-minor-mode-completion-table-for-indicator)