diff options
| author | YAMAMOTO Mitsuharu | 2005-04-14 09:29:45 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-04-14 09:29:45 +0000 |
| commit | c6588b4e39c09306b1a04f38607f26b8cd329cbd (patch) | |
| tree | a48994d0449f32626a5796207c3e4c8746661786 | |
| parent | cfd67504b9bccbdb6467a4c8915bd9cb9657f6bc (diff) | |
| download | emacs-c6588b4e39c09306b1a04f38607f26b8cd329cbd.tar.gz emacs-c6588b4e39c09306b1a04f38607f26b8cd329cbd.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | mac/ChangeLog | 5 |
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ce2aa28373..821a1444484 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (set-locale-environment): On Mac OS, | ||
| 4 | use preferences AppleLocale and AppleLanguages, and variable | ||
| 5 | mac-system-locale for default locale. On Mac OS Classic, use | ||
| 6 | mac-system-coding-system for default coding systems. | ||
| 7 | |||
| 8 | * term/mac-win.el: Don't set file-name-coding-system. Decode | ||
| 9 | variables system-name, emacs-build-system, user-login-name, and | ||
| 10 | user-full-name by mac-system-coding-system on Mac OS Classic. | ||
| 11 | (mac-system-coding-system): New variable. | ||
| 12 | |||
| 1 | 2005-04-13 Luc Teirlinck <teirllm@auburn.edu> | 13 | 2005-04-13 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 14 | ||
| 3 | * startup.el (command-line): Handle `xterm-mouse-mode' before | 15 | * startup.el (command-line): Handle `xterm-mouse-mode' before |
diff --git a/mac/ChangeLog b/mac/ChangeLog index 9a1ded737ff..4d3dba217d3 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * makefile.MPW (NonCarbonLibs): Add LocalesLib. Delete | ||
| 4 | TextEncodingConverter. | ||
| 5 | |||
| 1 | 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 | 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 7 | ||
| 3 | * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | 8 | * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings |