comparison lisp/ChangeLog @ 47814:dbef3275bcc5

*** empty log message ***
author Markus Rost <rost@math.uni-bielefeld.de>
date Wed, 09 Oct 2002 16:01:40 +0000
parents 5558ace701bf
children 909441aa45d8
comparison
equal deleted inserted replaced
47813:eeaba883e50a 47814:dbef3275bcc5
2 2
3 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations, 3 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
4 ln(-1) should be i*pi, not pi. 4 ln(-1) should be i*pi, not pi.
5 5
6 2002-10-09 Markus Rost <rost@math.ohio-state.edu> 6 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
7
8 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
9 instead of require to avoid loops when loaddefs.el is loaded after
10 vc-cvs.el.
7 11
8 * cus-edit.el (Custom-reset-current): Don't test for 12 * cus-edit.el (Custom-reset-current): Don't test for
9 default-boundp. 13 default-boundp.
10 (Custom-reset-saved): Don't test for saved-value. 14 (Custom-reset-saved): Don't test for saved-value.
11 15