*** empty log message ***
This commit is contained in:
parent
f16fc7f9c6
commit
05294d6349
2 changed files with 21 additions and 0 deletions
|
@ -3,6 +3,25 @@
|
|||
* calc/calc-misc.el (calc-info-goto-node): Use info instead of
|
||||
Info-goto-node.
|
||||
|
||||
* calc/calc-embed.el (calc-embed-arg): New variable.
|
||||
(calc-do-embedded-activate, calc-embedded-activate-formula)
|
||||
(calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
|
||||
variable by new variable.
|
||||
(calc-embedded-make-info): Replace undeclared variable by new
|
||||
variable. When selecting region with positive prefix
|
||||
argument, use end of previous line instead of beginning of line.
|
||||
|
||||
* calc/calc-aent.el (calc-arg-values): Declare it.
|
||||
|
||||
* calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
|
||||
Declare them.
|
||||
|
||||
* calc/calc-stuff.el (math-decls-cache-tag): Declare it.
|
||||
|
||||
* calc/calc.el (calc-alg-map): Declare it.
|
||||
|
||||
* calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
|
||||
|
||||
2005-05-28 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/gdb-ui.el (gdb-all-registers): New variable.
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
2005-05-28 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* calc.texi (Assignments in Embedded Mode): Fix variable name.
|
||||
(Basic Embedded Mode): Explain behavior of arguments to
|
||||
calc-embedded-mode.
|
||||
|
||||
2005-05-28 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue