diff options
| author | Paul Eggert | 1999-10-19 07:18:58 +0000 |
|---|---|---|
| committer | Paul Eggert | 1999-10-19 07:18:58 +0000 |
| commit | 64ed733adadc4012f0182b1daee7e105994e85d0 (patch) | |
| tree | c5c1e1b269716db99ec75e396f7b5ad5b031f9c7 /lisp/ChangeLog | |
| parent | 4ee9629e2beb7a870ab30509d547b6845ef645cf (diff) | |
| download | emacs-64ed733adadc4012f0182b1daee7e105994e85d0.tar.gz emacs-64ed733adadc4012f0182b1daee7e105994e85d0.zip | |
Fix bootstrapping problems.
Use the system locale to specify Emacs locale defaults.
* international/mule-cmds.el (global-map):
Do not use backquote, because that makes a bootstrapping
problem if you need to recompile all Lisp files using interpreted code.
* international/mule.el (charset-id, charset-bytes,
charset-dimension, charset-chars, charset-width,
charset-direction, charset-iso-final-char,
charset-iso-graphic-plane, charset-reverse-charset,
charset-short-name, charset-long-name, charset-description,
charset-plist): Likewise.
* subr.el (save-match-data): Likewise.
* international/mule-cmds.el
(set-display-table-and-terminal-coding-system): New function,
containing code migrated out of set-language-environment.
(set-language-environment, set-locale-environment): Use it.
(locale-translation-file-name): Moved here from startup.el.
(locale-language-names, locale-preferred-coding-systems):
New vars.
(locale-name-match, set-locale-environment): New functions.
* language/japan-util.el (setup-japanese-environment-internal):
Prefer japanese-iso-8bit if the system-type is usg-unix-v.
* startup.el (iso-8859-n-locale-regexp): Remove.
(locale-translation-file-name): Move to mule-cmds.el.
(command-line): Move locale-stuff into set-locale-environment.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5119076c64e..dec2cfb9476 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 1999-10-19 Paul Eggert <eggert@twinsun.com> | ||
| 2 | |||
| 3 | Fix bootstrapping problems. | ||
| 4 | Use the system locale to specify Emacs locale defaults. | ||
| 5 | |||
| 6 | * international/mule-cmds.el (global-map): | ||
| 7 | Do not use backquote, because that makes a bootstrapping | ||
| 8 | problem if you need to recompile all Lisp files using interpreted code. | ||
| 9 | * international/mule.el (charset-id, charset-bytes, | ||
| 10 | charset-dimension, charset-chars, charset-width, | ||
| 11 | charset-direction, charset-iso-final-char, | ||
| 12 | charset-iso-graphic-plane, charset-reverse-charset, | ||
| 13 | charset-short-name, charset-long-name, charset-description, | ||
| 14 | charset-plist): Likewise. | ||
| 15 | * subr.el (save-match-data): Likewise. | ||
| 16 | |||
| 17 | * international/mule-cmds.el | ||
| 18 | (set-display-table-and-terminal-coding-system): New function, | ||
| 19 | containing code migrated out of set-language-environment. | ||
| 20 | (set-language-environment, set-locale-environment): Use it. | ||
| 21 | (locale-translation-file-name): Moved here from startup.el. | ||
| 22 | (locale-language-names, locale-preferred-coding-systems): | ||
| 23 | New vars. | ||
| 24 | (locale-name-match, set-locale-environment): New functions. | ||
| 25 | |||
| 26 | * language/japan-util.el (setup-japanese-environment-internal): | ||
| 27 | Prefer japanese-iso-8bit if the system-type is usg-unix-v. | ||
| 28 | |||
| 29 | * startup.el (iso-8859-n-locale-regexp): Remove. | ||
| 30 | (locale-translation-file-name): Move to mule-cmds.el. | ||
| 31 | (command-line): Move locale-stuff into set-locale-environment. | ||
| 32 | |||
| 1 | 1999-10-18 Dave Love <fx@gnu.org> | 33 | 1999-10-18 Dave Love <fx@gnu.org> |
| 2 | 34 | ||
| 3 | * abbrev.el (add-abbrev, inverse-add-abbrev) | 35 | * abbrev.el (add-abbrev, inverse-add-abbrev) |