]> code.delx.au - gnu-emacs/commitdiff
NEWS markup
authorGlenn Morris <rgm@gnu.org>
Sun, 11 Nov 2012 02:03:45 +0000 (18:03 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 11 Nov 2012 02:03:45 +0000 (18:03 -0800)
etc/NEWS

index 26707315da61fb2be59541e1ef3be8dab13b1fa3..ae2b5adf85dae9103ffe6a03714ca2042ddfe75d 100644 (file)
--- 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).