comparison lisp/ChangeLog @ 62359:f7fdfa8ffb34

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Sun, 15 May 2005 05:36:55 +0000
parents 4d9ae2668530
children 55c2e9c1c3cb
comparison
equal deleted inserted replaced
62358:75b110fa35a8 62359:f7fdfa8ffb34
1 2005-05-15 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-store.el (calc-store-value): Return a string rather
4 than display it as a message.
5 Use calc-var-name for variable name.
6 (calc-store-into): Add the result of calc-store-value to message.
7 (calc-copy-variable): Add a message.
8 (calc-store-exchange): Improve error messages.
9 (calc-store-binary, calc-store-map): Don't reset the values of
10 special constants.
11
1 2005-05-14 Luc Teirlinck <teirllm@auburn.edu> 12 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2 13
3 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp 14 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4 manual to docstring. 15 manual to docstring.
5 16