diff options
| author | Miles Bader | 2007-10-12 21:06:27 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-10-12 21:06:27 +0000 |
| commit | 985773c9038f9847f9e7362f3b5fb0c8acac13a2 (patch) | |
| tree | 12d10cb76729ccbdc5ace4688d15f83894a70cc9 /lisp/ChangeLog.unicode | |
| parent | 47632e43ca42e26da139289f1e0f4f69e8c140fd (diff) | |
| download | emacs-985773c9038f9847f9e7362f3b5fb0c8acac13a2.tar.gz emacs-985773c9038f9847f9e7362f3b5fb0c8acac13a2.zip | |
Fix up multi-tty merge
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-261
Creator: Stefan Monnier <monnier@iro.umontreal.ca>
Diffstat (limited to 'lisp/ChangeLog.unicode')
| -rw-r--r-- | lisp/ChangeLog.unicode | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index 982d6a47fe4..92fb0052b97 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Fix up multy-tty merge. | ||
| 4 | |||
| 5 | * version.el (emacs-version): Bump to 23.0.60. | ||
| 6 | |||
| 7 | * term/x-win.el (x-initialize-window-system): Don't try to create | ||
| 8 | a fontset from a font-specification anymore. This was removed on the | ||
| 9 | unicode branch and mistakenly re-added by the multi-tty merge. | ||
| 10 | |||
| 11 | * term/w32-win.el: Remove duplicate code that's now in | ||
| 12 | w32-initialize-window-system. | ||
| 13 | (w32-initialize-window-system): Don't try to create a fontset from | ||
| 14 | a font-specification anymore. This was removed on the unicode branch | ||
| 15 | and mistakenly re-added by the multi-tty merge. | ||
| 16 | |||
| 17 | * term/mac-win.el: Remove duplicate top-level code. | ||
| 18 | |||
| 19 | * ldefs-boot.el: Update. | ||
| 20 | |||
| 21 | * language/ethio-util.el: | ||
| 22 | * international/characters.el: Use utf-8 rather than utf-8-emacs | ||
| 23 | since it works as well and has the advantage of working with | ||
| 24 | non-unicode versions of Emacs. | ||
| 25 | |||
| 26 | * international/encoded-kb.el (encoded-kbd-setup-display): Use the new | ||
| 27 | multi-tty code, which includes the previous local change. | ||
| 28 | |||
| 1 | 2007-09-07 Kenichi Handa <handa@m17n.org> | 29 | 2007-09-07 Kenichi Handa <handa@m17n.org> |
| 2 | 30 | ||
| 3 | * skeleton.el (skeleton-internal-1): Use integerp and stringp | 31 | * skeleton.el (skeleton-internal-1): Use integerp and stringp |