1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00
emacs/doc
Paul Eggert 0bec064454 Fix ambiguity in nil DST flag
Formerly nil meant both that DST was not in effect and that
the DST flag was unknown, and different functions interpreted
the flag differently.  Now the meaning is consistently nil for
DST not in effect, and -1 for DST flag not known.
* doc/lispref/os.texi (Time Conversion): The DST slot is
now three-valued, not two-.
* doc/misc/emacs-mime.texi (time-date): Adjust to new behavior.
* etc/NEWS: Mention this.
* lisp/calendar/parse-time.el (parse-time-string):
* src/editfns.c (Fdecode_time):
Return -1 for unknown DST flag.
* test/lisp/calendar/parse-time-tests.el (parse-time-tests):
Adjust tests to match new behavior, and add a new
test for nil vs -1.
2018-09-21 14:25:19 -07:00
..
emacs Merge from origin/emacs-26 2018-09-15 09:20:32 -07:00
lispintro Merge from origin/emacs-26 2018-07-02 19:19:26 -07:00
lispref Fix ambiguity in nil DST flag 2018-09-21 14:25:19 -07:00
man Merge from origin/emacs-26 2018-05-15 09:09:48 -07:00
misc Fix ambiguity in nil DST flag 2018-09-21 14:25:19 -07:00