summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 259b4ce86a2..7774d75abbc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1198,6 +1198,12 @@ accepts Lisp symbols which begin with the following quotation
characters: ‘’‛“”‟〞"', unless they are escaped with backslash.
+++
+** 'default-file-name-coding-system' now defaults to a coding system
+that does not process CRLF. For example, it defaults to utf-8-unix
+instead of to utf-8. Before this change, Emacs would sometimes
+mishandle file names containing these control characters.
+
++++
** Module functions are now implemented slightly differently; in
particular, the function 'internal--module-call' has been removed.
Code that depends on undocumented internals of the module system might