; * etc/NEWS: Remove a FIXME. (Bug#31122)

This commit is contained in:
Eli Zaretskii 2018-04-10 18:25:27 +03:00
parent c267421647
commit 92e0fd880c

View file

@ -1375,10 +1375,9 @@ gets evaluated after the new mode's hook has run. This can be used to
incorporate configuration changes made in the mode hook into the incorporate configuration changes made in the mode hook into the
mode's setup. mode's setup.
** Autoload files can be generated without timestamps, ** Autoload files are now generated without timestamps.
by setting 'autoload-timestamps' to nil. Set 'autoload-timestamps' to a non-nil value to get timestamps in
FIXME As an experiment, nil is the current default. autoload files.
If no insurmountable problems before next release, it can stay that way.
** 'gnutls-boot' now takes a parameter ':complete-negotiation' that ** 'gnutls-boot' now takes a parameter ':complete-negotiation' that
says that negotiation should complete even on non-blocking sockets. says that negotiation should complete even on non-blocking sockets.