Mercurial > emacs
comparison lisp/ChangeLog @ 58157:e7d4bbf3bb53
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 11 Nov 2004 23:04:45 +0000 |
parents | 2aba71e3e296 |
children | cb969e9de4b3 |
comparison
equal
deleted
inserted
replaced
58156:f5edf9775fb5 | 58157:e7d4bbf3bb53 |
---|---|
1 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo. | |
4 | |
5 * tooltip.el: Require CL. | |
2 | 6 |
3 * emacs-lisp/bytecomp.el: Use push. | 7 * emacs-lisp/bytecomp.el: Use push. |
4 (byte-compile-file-form-defalias): Rename from byte-compile-defalias. | 8 (byte-compile-file-form-defalias): Rename from byte-compile-defalias. |
5 (defalias): Remove the `byte-compile' property and add | 9 (defalias): Remove the `byte-compile' property and add |
6 a `byte-hunk-handler'. | 10 a `byte-hunk-handler'. |
19 * international/mule.el (sgml-html-meta-auto-coding-function): | 23 * international/mule.el (sgml-html-meta-auto-coding-function): |
20 Remove > after <html to allow HTML attributes. | 24 Remove > after <html to allow HTML attributes. |
21 | 25 |
22 2004-11-11 Jay Belanger <belanger@truman.edu> | 26 2004-11-11 Jay Belanger <belanger@truman.edu> |
23 | 27 |
24 * calc/calc-comb.el (math-prime-factors-finished): Declared it as | 28 * calc/calc-comb.el (math-prime-factors-finished): Declare it as |
25 a variable. | 29 a variable. |
26 (calcFunc-dfac): Replaced unbound max by n. | 30 (calcFunc-dfac): Replace unbound max by n. |
27 (math-stirling-local-cache): New variable. | 31 (math-stirling-local-cache): New variable. |
28 (math-stirling-number, math-stirling-1, math-stirling-2): | 32 (math-stirling-number, math-stirling-1, math-stirling-2): |
29 Replaced the variable `cache' by the declared variable | 33 Replace the variable `cache' by the declared variable |
30 math-stirling-local-cache. | 34 math-stirling-local-cache. |
31 (var-RandSeed): Declared it as a variable. | 35 (var-RandSeed): Declare it as a variable. |
32 (math-init-random-base, math-random-digit): Don't check to see if | 36 (math-init-random-base, math-random-digit): Don't check to see if |
33 var-RandSeed is bound. | 37 var-RandSeed is bound. |
34 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime): | 38 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime): |
35 Declared them instead of just setting them. | 39 Declare them instead of just setting them. |
36 (math-init-random-base): Made i a local variable. | 40 (math-init-random-base): Made i a local variable. |
37 (math-random-digit): Made math-random-last a local variable. | 41 (math-random-digit): Made math-random-last a local variable. |
38 (math-prime-test-cache): Moved declaration to before it is used. | 42 (math-prime-test-cache): Move declaration to before it is used. |
39 (math-prime-test-cache-k, math-prime-test-cache-q) | 43 (math-prime-test-cache-k, math-prime-test-cache-q) |
40 (math-prime-test-cache-nm1, math-prime-factors-finished): | 44 (math-prime-test-cache-nm1, math-prime-factors-finished): |
41 Declared them as variables. | 45 Declare them as variables. |
42 | 46 |
43 2004-11-11 Jay Belanger <belanger@truman.edu> | 47 2004-11-11 Jay Belanger <belanger@truman.edu> |
44 | 48 |
45 * calc/calc-ext.el (math-defcache): Use defvar for the new | 49 * calc/calc-ext.el (math-defcache): Use defvar for the new |
46 variables it creates. | 50 variables it creates. |
47 | 51 |
48 2004-11-11 Lars Hansen <larsh@math.ku.dk> | 52 2004-11-11 Lars Hansen <larsh@math.ku.dk> |
49 | 53 |
50 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook, | 54 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook) |
51 desktop-clear-preserve-buffers-regexp, desktop-file-name-format, | 55 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format) |
52 desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path, | 56 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path) |
53 desktop-save): Add :version. | 57 (desktop-save): Add :version. |
54 | 58 |
55 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca> | 59 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca> |
56 | 60 |
57 * printing.el (pr-get-symbol): Don't downcase. | 61 * printing.el (pr-get-symbol): Don't downcase. |
58 | 62 |