From: Glenn Morris Date: Sun, 11 Nov 2012 02:03:45 +0000 (-0800) Subject: NEWS markup X-Git-Tag: emacs-24.2.90~111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f2cb64f11dd60f2a6933de877025a9a9e405a06;p=emacs.git NEWS markup --- diff --git a/etc/NEWS b/etc/NEWS index 26707315da6..ae2b5adf85d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -131,6 +131,7 @@ next and previous path separator, respectively. *** minibuffer-electric-default-mode can rewrite (default ...) to [...]. Just set minibuffer-eldef-shorten-default to t before enabling the mode. ++++ ** ImageMagick support, if available, is automatically enabled. It is no longer necessary to call `imagemagick-register-types' explicitly to install ImageMagick image types; that function is called @@ -873,7 +874,7 @@ in Emacs 24.1: *** `current-time-string' no longer requires that its argument's year must be in the range 1000..9999. It now works with any year supported by the underlying C implementation. - ++++ *** `current-time' now returns extended-format time stamps (HIGH LOW USEC PSEC), where the new PSEC slot specifies picoseconds. PSEC is typically a multiple of 1000 on current machines. Other @@ -885,7 +886,7 @@ stamps are still accepted. [TRIGGERED-P HI-SECS LO-SECS USECS REPEAT-DELAY FUNCTION ARGS IDLE-DELAY PSECS]. The PSECS slot is new, and uses picosecond resolution. It can be accessed via the new timer--psecs accessor. - ++++ *** Last-modified time stamps in undo lists now are of the form (t HI-SECS LO-SECS USECS PSECS) instead of (t HI-SECS . LO-SECS).