Mercurial > emacs
comparison etc/NEWS @ 110525:e950143ab9e0
* lisp/emacs-lisp/float-sup.el (float-pi): New name for `pi'.
(float-e): New name for `e'.
(degrees-to-radians, radians-to-degrees):
* lisp/calendar/solar.el (solar-longitude):
* lisp/calculator.el (calculator-registers, calculator-funcall):
* lisp/textmodes/artist.el (artist-spray-random-points):
* lisp/play/bubbles.el (bubbles--initialize-images): Use new names.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 19 Sep 2010 11:49:21 +0200 |
parents | d2f5496377e6 |
children | b6cf32bb07a1 |
comparison
equal
deleted
inserted
replaced
110524:bf806d096e9a | 110525:e950143ab9e0 |
---|---|
38 * Incompatible Lisp Changes in Emacs 23.3 | 38 * Incompatible Lisp Changes in Emacs 23.3 |
39 | 39 |
40 | 40 |
41 * Lisp changes in Emacs 23.3 | 41 * Lisp changes in Emacs 23.3 |
42 | 42 |
43 ** `e' and `pi' are now called `float-e' and `float-pi'. | |
44 The old names are obsolete. | |
43 ** The use of unintern without an obarray arg is declared obsolete. | 45 ** The use of unintern without an obarray arg is declared obsolete. |
44 | 46 |
45 ** New function byte-to-string, like char-to-string but for bytes. | 47 ** New function byte-to-string, like char-to-string but for bytes. |
46 | 48 |
47 | 49 |