From: Robert Pluim Date: Fri, 24 Sep 2021 11:30:10 +0000 (+0200) Subject: ; * etc/NEWS: improve some recently added entries X-Git-Tag: emacs-28.0.90~685 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ced9e30dbec66c76745a854d1a0522722ded5e5;p=emacs.git ; * etc/NEWS: improve some recently added entries --- diff --git a/etc/NEWS b/etc/NEWS index 7fef21b1d02..c266dddafa3 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -4208,8 +4208,8 @@ first COUNT file names that match the expression. The same COUNT parameter has been added to 'directory-files-and-attributes'. +++ -** 'count-lines' now takes an optional parameter to -ignore invisible lines. +** 'count-lines' can now ignore invisible lines. +This is controlled by the optional parameter IGNORE-INVISIBLE-LINES. --- ** 'count-words' now crosses field boundaries. @@ -4229,7 +4229,7 @@ The new optional "," parameter has been added, and +++ ** 'parse-time-string' can now parse ISO 8601 format strings. -These have the format like "2020-01-15T16:12:21-08:00". +These have a format like "2020-01-15T16:12:21-08:00". --- ** 'make-network-process', 'make-serial-process' ':coding' behavior change.