mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
*** empty log message ***
This commit is contained in:
parent
b154df1665
commit
1ee49a88dd
2 changed files with 33 additions and 0 deletions
|
|
@ -1,3 +1,27 @@
|
|||
2005-04-01 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
|
||||
(calc-gnuplot-print-command): Move definitions to calc.el.
|
||||
|
||||
* calc/calc-embed.el (calc-embedded-announce-formula)
|
||||
(calc-embedded-open-formula, calc-embedded-close-formula)
|
||||
(calc-embedded-open-word, calc-embedded-close-word)
|
||||
(calc-embedded-open-plain, calc-embedded-close-plain)
|
||||
(calc-embedded-open-new-formula, calc-embedded-close-new-formula)
|
||||
(calc-embedded-open-mode, calc-embedded-close-mode):
|
||||
Move definitions to calc.el.
|
||||
|
||||
* calc/calc.el (calc-settings-file, calc-language-alist):
|
||||
Make customizable.
|
||||
(calc-embedded-announce-formula, calc-embedded-open-formula)
|
||||
(calc-embedded-close-formula, calc-embedded-open-word)
|
||||
(calc-embedded-close-word, calc-embedded-open-plain)
|
||||
(calc-embedded-close-plain, calc-embedded-open-new-formula)
|
||||
(calc-embedded-close-new-formula, calc-embedded-open-mode)
|
||||
(calc-embedded-close-mode, calc-gnuplot-name)
|
||||
(calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
|
||||
from other files and make customizable.
|
||||
|
||||
2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
2005-04-01 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* calc.texi (Troubleshooting Commands): Remove comment about
|
||||
installation.
|
||||
(Installation): Remove section.
|
||||
(Customizable Variables): New section.
|
||||
(Basic Embedded Mode, Customizing Embedded Mode, Graphics)
|
||||
(Graphical Devices): Add references to Customizable Variables.
|
||||
|
||||
2005-04-01 Lute Kamstra <lute@gnu.org>
|
||||
|
||||
* maintaining.texi (Change Log): add-change-log-entry uses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue