diff options
| -rw-r--r-- | lisp/ChangeLog | 24 | ||||
| -rw-r--r-- | man/ChangeLog | 9 |
2 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d3254eaa622..7836779618d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2005-04-01 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command) | ||
| 4 | (calc-gnuplot-print-command): Move definitions to calc.el. | ||
| 5 | |||
| 6 | * calc/calc-embed.el (calc-embedded-announce-formula) | ||
| 7 | (calc-embedded-open-formula, calc-embedded-close-formula) | ||
| 8 | (calc-embedded-open-word, calc-embedded-close-word) | ||
| 9 | (calc-embedded-open-plain, calc-embedded-close-plain) | ||
| 10 | (calc-embedded-open-new-formula, calc-embedded-close-new-formula) | ||
| 11 | (calc-embedded-open-mode, calc-embedded-close-mode): | ||
| 12 | Move definitions to calc.el. | ||
| 13 | |||
| 14 | * calc/calc.el (calc-settings-file, calc-language-alist): | ||
| 15 | Make customizable. | ||
| 16 | (calc-embedded-announce-formula, calc-embedded-open-formula) | ||
| 17 | (calc-embedded-close-formula, calc-embedded-open-word) | ||
| 18 | (calc-embedded-close-word, calc-embedded-open-plain) | ||
| 19 | (calc-embedded-close-plain, calc-embedded-open-new-formula) | ||
| 20 | (calc-embedded-close-new-formula, calc-embedded-open-mode) | ||
| 21 | (calc-embedded-close-mode, calc-gnuplot-name) | ||
| 22 | (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here | ||
| 23 | from other files and make customizable. | ||
| 24 | |||
| 1 | 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca> | 25 | 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 26 | ||
| 3 | * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check): | 27 | * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check): |
diff --git a/man/ChangeLog b/man/ChangeLog index 91f1b452fcb..4a51f051431 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-04-01 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc.texi (Troubleshooting Commands): Remove comment about | ||
| 4 | installation. | ||
| 5 | (Installation): Remove section. | ||
| 6 | (Customizable Variables): New section. | ||
| 7 | (Basic Embedded Mode, Customizing Embedded Mode, Graphics) | ||
| 8 | (Graphical Devices): Add references to Customizable Variables. | ||
| 9 | |||
| 1 | 2005-04-01 Lute Kamstra <lute@gnu.org> | 10 | 2005-04-01 Lute Kamstra <lute@gnu.org> |
| 2 | 11 | ||
| 3 | * maintaining.texi (Change Log): add-change-log-entry uses | 12 | * maintaining.texi (Change Log): add-change-log-entry uses |