diff options
| author | Stefan Monnier | 2010-09-19 11:49:21 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-09-19 11:49:21 +0200 |
| commit | 9e0d4f9ef1cd4d7149c84475df5cef4d408743b6 (patch) | |
| tree | 2723dc7513591123264d50be0b48c19cc6bcc405 /etc | |
| parent | a2930e438b2a70726e6d5b09de8b2a9658505c4e (diff) | |
| download | emacs-9e0d4f9ef1cd4d7149c84475df5cef4d408743b6.tar.gz emacs-9e0d4f9ef1cd4d7149c84475df5cef4d408743b6.zip | |
* 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.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -40,6 +40,8 @@ This can be used in place of the default appt-message-warning-time. | |||
| 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. |