Do not limit current-time-string to years 1000..9999.
[bpt/emacs.git] / etc / NEWS
index cd15273..a9e4a78 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -197,6 +197,12 @@ in the presence of quoting, such as file completion in shell buffers.
 
 *** New function `completion-table-subvert' to use an existing completion
 table, but with a different prefix.
+
+** Time
+
+*** `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.
 \f
 * Changes in Emacs 24.2 on non-free operating systems