aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2004-11-11 23:04:45 +0000
committerStefan Monnier2004-11-11 23:04:45 +0000
commit8cece98ad3550d39a23e4a3033e92e00274c91df (patch)
treeff6aaf3b7740440db73c6f883c12f494498efd34
parent1885cb8854de9e23ea798ea8a5cef96ca1768f6b (diff)
downloademacs-8cece98ad3550d39a23e4a3033e92e00274c91df.tar.gz
emacs-8cece98ad3550d39a23e4a3033e92e00274c91df.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog34
-rw-r--r--lisp/ChangeLog.721
2 files changed, 29 insertions, 26 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c2a6313752f..cdbe9ea2dab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12004-11-11 Stefan Monnier <monnier@iro.umontreal.ca> 12004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4
5 * tooltip.el: Require CL.
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
@@ -21,36 +25,36 @@
21 25
222004-11-11 Jay Belanger <belanger@truman.edu> 262004-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
432004-11-11 Jay Belanger <belanger@truman.edu> 472004-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
482004-11-11 Lars Hansen <larsh@math.ku.dk> 522004-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
552004-11-11 Stefan Monnier <monnier@iro.umontreal.ca> 592004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
56 60
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index 85dfaeaf35f..f89cb7b0d47 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -23104,8 +23104,8 @@
23104 * message.el (message-mode): Delete abbrev mode initialization. 23104 * message.el (message-mode): Delete abbrev mode initialization.
23105 (message-mode-hook): Move it here, instead, so the user can 23105 (message-mode-hook): Move it here, instead, so the user can
23106 override it. 23106 override it.
23107 (message-y-or-n-p, message-talkative-question, 23107 (message-y-or-n-p, message-talkative-question)
23108 message-flatten-list, message-flatten-list-1): Move utility 23108 (message-flatten-list, message-flatten-list-1): Move utility
23109 functions up so macro is defined before first invocation. 23109 functions up so macro is defined before first invocation.
23110 23110
23111 * f90.el (f90-auto-fill-mode): Function deleted, all references 23111 * f90.el (f90-auto-fill-mode): Function deleted, all references
@@ -23115,24 +23115,23 @@
23115 23115
231161996-08-13 Torbjorn Einarsson <etxeina@etxdn.ericsson.se> 231161996-08-13 Torbjorn Einarsson <etxeina@etxdn.ericsson.se>
23117 23117
23118 * f90.el: (f90-do-auto-fill): Fixed bug which made program hang for 23118 * f90.el: (f90-do-auto-fill): Fix bug which made program hang for
23119 space in fill-column. 23119 space in fill-column.
23120 (f90-font-lock-keywords-1): Now we have common font-lock 23120 (f90-font-lock-keywords-1): Now we have common font-lock
23121 exps for Emacs and XEmacs 23121 exps for Emacs and XEmacs
23122 (f90-font-lock-keywords-2): Changed reg-exp for line number. A 23122 (f90-font-lock-keywords-2): Change reg-exp for line number.
23123 number must be followed by a letter to be highlighted. Fixed 23123 A number must be followed by a letter to be highlighted.
23124 highlighting of declarations with trailing comments. 23124 Fix highlighting of declarations with trailing comments.
23125 (f90-match-end): Fixed bug due to new message syntax. 23125 (f90-match-end): Fix bug due to new message syntax.
23126 (f90-mode): Fixed setup of variable font-lock-defaults. 23126 (f90-mode): Fix setup of variable font-lock-defaults.
23127 (f90-looking-at-program-block-start): Small error in detecting of 23127 (f90-looking-at-program-block-start): Small error in detecting of
23128 function start. Made the detection of subroutine start more flexible. 23128 function start. Made the detection of subroutine start more flexible.
23129 (f90-mode-map): Much nicer menu with sections and added submenus 23129 (f90-mode-map): Much nicer menu with sections and added submenus
23130 for highlighting and keyword case change. 23130 for highlighting and keyword case change.
23131 Also added 'menu-enable' properties for region-based commands. 23131 Also added 'menu-enable' properties for region-based commands.
23132 (f90-imenu-generic-expression): Fixed expression to find 23132 (f90-imenu-generic-expression): Fix expression to find
23133 procedures, modules and types. 23133 procedures, modules and types.
23134 (f90-add-imenu-menu): New function for adding imenu menu to the 23134 (f90-add-imenu-menu): New function for adding imenu menu to the menubar.
23135 menubar.
23136 23135
231371996-08-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 231361996-08-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
23138 23137