summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2019-05-25 13:22:44 -0400
committerEric S. Raymond <esr@thyrsus.com>2019-05-25 13:23:46 -0400
commitd68ed152ffe4369b3fe082cf39d631cc5360143b (patch)
treef0123dfb8c9e93842b4d2185437fff0d35467092 /ChangeLog.3
parentcd7a0bd00802b9331229dfe4a70ea9690d2d70fc (diff)
downloademacs-d68ed152ffe4369b3fe082cf39d631cc5360143b.tar.gz
Implement and document XDG-style startup files under ~/.config.
* lisp/startup.el (command-line): Allow XDG-style as well as old style init paths. * doc/startup.texi: Document the above change.
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.38
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index e7f4d866326..fbaf8138528 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,11 @@
+2019-05-25 Eric S. Raymond <esr@thyrsus.com>
+
+ Implement and document XDG-style startup files under ~/.config.
+
+ * lisp/startup.el (command-line): Allow XDG-style as well as old
+ style paths.
+ * doc/startup.texi: Document the above change.
+
2019-04-11 Eli Zaretskii <eliz@gnu.org>
Improve documentation of 'read-command'