Mercurial > emacs
comparison etc/NEWS @ 98804:dc9de0c608e5
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 17 Oct 2008 19:37:14 +0000 |
parents | 073d1f81e035 |
children | deb4d49cc91d |
comparison
equal
deleted
inserted
replaced
98803:bdd094336927 | 98804:dc9de0c608e5 |
---|---|
1210 | 1210 |
1211 +++ | 1211 +++ |
1212 *** The new variables `before-init-time' and `after-init-time' record the | 1212 *** The new variables `before-init-time' and `after-init-time' record the |
1213 value of `current-time' before and after Emacs loads the init files. | 1213 value of `current-time' before and after Emacs loads the init files. |
1214 | 1214 |
1215 +++ | |
1215 *** The new function `emacs-uptime' returns the uptime of an Emacs instance. | 1216 *** The new function `emacs-uptime' returns the uptime of an Emacs instance. |
1216 | 1217 |
1218 +++ | |
1217 *** The new function `emacs-init-time' returns the duration of the | 1219 *** The new function `emacs-init-time' returns the duration of the |
1218 Emacs initialization. | 1220 Emacs initialization. |
1219 | 1221 |
1220 ** Changes affecting display-buffer | 1222 ** Changes affecting display-buffer |
1221 | 1223 |
1548 | 1550 |
1549 ** The Lisp interpreter now treats non-breaking space as whitespace. | 1551 ** The Lisp interpreter now treats non-breaking space as whitespace. |
1550 | 1552 |
1551 ** Miscellaneous new functions | 1553 ** Miscellaneous new functions |
1552 | 1554 |
1555 +++ | |
1553 *** `format-seconds' converts a number of seconds into a readable | 1556 *** `format-seconds' converts a number of seconds into a readable |
1554 string of days, hours, etc. | 1557 string of days, hours, etc. |
1555 | 1558 |
1556 *** `apply-partially' performs a "curried" application of a function. | 1559 *** `apply-partially' performs a "curried" application of a function. |
1557 | 1560 |