Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/etc/NEWS Sun Sep 19 00:23:57 2010 -0400 +++ b/etc/NEWS Sun Sep 19 11:49:21 2010 +0200 @@ -40,6 +40,8 @@ * Lisp changes in Emacs 23.3 +** `e' and `pi' are now called `float-e' and `float-pi'. + The old names are obsolete. ** The use of unintern without an obarray arg is declared obsolete. ** New function byte-to-string, like char-to-string but for bytes.