aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert1999-10-21 06:30:07 +0000
committerPaul Eggert1999-10-21 06:30:07 +0000
commit951bc45f0d75927192ac12727a537af280a1058e (patch)
treefab479dafc283fe336dd83d8a00417048ce480c7 /lisp/ChangeLog
parent882fb0e6531f444d40de76c9ee404ce49a7a12ad (diff)
downloademacs-951bc45f0d75927192ac12727a537af280a1058e.tar.gz
emacs-951bc45f0d75927192ac12727a537af280a1058e.zip
* disp-table.el (standard-display-european): Remove undocumented
arg AUTO; no longer used by startup.el. Do not attempt to treat all non-English language environments as coding system names. Instead, use the downcased language environment name as a coding system name if it is one; otherwise, use latin-1.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7da51a8e0c1..9d6346fece8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
11999-10-20 Paul Eggert <eggert@twinsun.com>
2
3 * disp-table.el (standard-display-european): Remove undocumented
4 arg AUTO; no longer used by startup.el. Do not attempt to treat
5 all non-English language environments as coding system names.
6 Instead, use the downcased language environment name as a coding
7 system name if it is one; otherwise, use latin-1.
8
11999-10-20 Gerd Moellmann <gerd@gnu.org> 91999-10-20 Gerd Moellmann <gerd@gnu.org>
2 10
3 * dired.el (dired-move-to-filename-regexp): Fix long comment lines 11 * dired.el (dired-move-to-filename-regexp): Fix long comment lines