*** empty log message ***

This commit is contained in:
Stefan Monnier 2004-11-11 23:04:45 +00:00
parent 1885cb8854
commit 8cece98ad3
2 changed files with 29 additions and 26 deletions

View file

@ -1,5 +1,9 @@
2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
* international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
* tooltip.el: Require CL.
* emacs-lisp/bytecomp.el: Use push.
(byte-compile-file-form-defalias): Rename from byte-compile-defalias.
(defalias): Remove the `byte-compile' property and add
@ -21,36 +25,36 @@
2004-11-11 Jay Belanger <belanger@truman.edu>
* calc/calc-comb.el (math-prime-factors-finished): Declared it as
a variable.
(calcFunc-dfac): Replaced unbound max by n.
* calc/calc-comb.el (math-prime-factors-finished): Declare it as
a variable.
(calcFunc-dfac): Replace unbound max by n.
(math-stirling-local-cache): New variable.
(math-stirling-number, math-stirling-1, math-stirling-2):
Replaced the variable `cache' by the declared variable
math-stirling-local-cache.
(var-RandSeed): Declared it as a variable.
Replace the variable `cache' by the declared variable
math-stirling-local-cache.
(var-RandSeed): Declare it as a variable.
(math-init-random-base, math-random-digit): Don't check to see if
var-RandSeed is bound.
var-RandSeed is bound.
(math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
Declared them instead of just setting them.
Declare them instead of just setting them.
(math-init-random-base): Made i a local variable.
(math-random-digit): Made math-random-last a local variable.
(math-prime-test-cache): Moved declaration to before it is used.
(math-prime-test-cache): Move declaration to before it is used.
(math-prime-test-cache-k, math-prime-test-cache-q)
(math-prime-test-cache-nm1, math-prime-factors-finished):
Declared them as variables.
Declare them as variables.
2004-11-11 Jay Belanger <belanger@truman.edu>
2004-11-11 Jay Belanger <belanger@truman.edu>
* calc/calc-ext.el (math-defcache): Use defvar for the new
variables it creates.
2004-11-11 Lars Hansen <larsh@math.ku.dk>
* desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook,
desktop-clear-preserve-buffers-regexp, desktop-file-name-format,
desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path,
desktop-save): Add :version.
* desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
(desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
(desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
(desktop-save): Add :version.
2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>

View file

@ -23104,8 +23104,8 @@
* message.el (message-mode): Delete abbrev mode initialization.
(message-mode-hook): Move it here, instead, so the user can
override it.
(message-y-or-n-p, message-talkative-question,
message-flatten-list, message-flatten-list-1): Move utility
(message-y-or-n-p, message-talkative-question)
(message-flatten-list, message-flatten-list-1): Move utility
functions up so macro is defined before first invocation.
* f90.el (f90-auto-fill-mode): Function deleted, all references
@ -23115,24 +23115,23 @@
1996-08-13 Torbjorn Einarsson <etxeina@etxdn.ericsson.se>
* f90.el: (f90-do-auto-fill): Fixed bug which made program hang for
* f90.el: (f90-do-auto-fill): Fix bug which made program hang for
space in fill-column.
(f90-font-lock-keywords-1): Now we have common font-lock
exps for Emacs and XEmacs
(f90-font-lock-keywords-2): Changed reg-exp for line number. A
number must be followed by a letter to be highlighted. Fixed
highlighting of declarations with trailing comments.
(f90-match-end): Fixed bug due to new message syntax.
(f90-mode): Fixed setup of variable font-lock-defaults.
(f90-font-lock-keywords-2): Change reg-exp for line number.
A number must be followed by a letter to be highlighted.
Fix highlighting of declarations with trailing comments.
(f90-match-end): Fix bug due to new message syntax.
(f90-mode): Fix setup of variable font-lock-defaults.
(f90-looking-at-program-block-start): Small error in detecting of
function start. Made the detection of subroutine start more flexible.
(f90-mode-map): Much nicer menu with sections and added submenus
for highlighting and keyword case change.
Also added 'menu-enable' properties for region-based commands.
(f90-imenu-generic-expression): Fixed expression to find
(f90-imenu-generic-expression): Fix expression to find
procedures, modules and types.
(f90-add-imenu-menu): New function for adding imenu menu to the
menubar.
(f90-add-imenu-menu): New function for adding imenu menu to the menubar.
1996-08-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>