# HG changeset patch # User Eli Zaretskii # Date 1224272234 0 # Node ID dc9de0c608e5f5d9cb20005fbb9b6277c22f6037 # Parent bdd094336927094f94b6032343ab9ab2ada2ca81 *** empty log message *** diff -r bdd094336927 -r dc9de0c608e5 etc/NEWS --- a/etc/NEWS Fri Oct 17 19:36:40 2008 +0000 +++ b/etc/NEWS Fri Oct 17 19:37:14 2008 +0000 @@ -1212,8 +1212,10 @@ *** The new variables `before-init-time' and `after-init-time' record the value of `current-time' before and after Emacs loads the init files. ++++ *** The new function `emacs-uptime' returns the uptime of an Emacs instance. ++++ *** The new function `emacs-init-time' returns the duration of the Emacs initialization. @@ -1550,6 +1552,7 @@ ** Miscellaneous new functions ++++ *** `format-seconds' converts a number of seconds into a readable string of days, hours, etc.