Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5862:5b799fa6d75e
Behave better with nil TERM for gnuclient, remove bitrotted TTY init code
lisp/ChangeLog addition:
2015-03-15 Aidan Kehoe <kehoea@parhasard.net>
* tty-init.el (make-frame-after-init-entry-point):
Behave better when TERM was not set; use
#'console-tty-terminal-type instead of (getenv "TERM") so we get
the value that reflects the current console. Thank you Uwe Brauer!
* mule/mule-tty-init.el (mule-tty-win-initted): Removed.
* mule/mule-tty-init.el (init-mule-tty-win): Removed.
* mule/mule-tty-init.el: Remove this file in its entirety.
* mule/mule-x-init.el (x-use-halfwidth-roman-font): Removed.
* mule/mule-x-init.el: Remove this file in its entirety.
* dumped-lisp.el (preloaded-file-list): Remove them from the
dumped file list. The functions within haven't been used since
they were imported from Mule in 1999, and the functionality of
init-mule-tty-win was already in tty-init.el. If someone wants to
automatically use a halfwidth roman font, they can go hunting for
the code, but there are no users on http://searchco.de/ as of
20150315. Leaving them around is confusing and distracting.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 15 Mar 2015 21:13:23 +0000 |
parents | c87b776ab0e1 |
children | 15041705c196 |
comparison
equal
deleted
inserted
replaced
5861:c87b776ab0e1 | 5862:5b799fa6d75e |
---|---|
1 2015-03-15 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * tty-init.el (make-frame-after-init-entry-point): | |
4 Behave better when TERM was not set; use | |
5 #'console-tty-terminal-type instead of (getenv "TERM") so we get | |
6 the value that reflects the current console. Thank you Uwe Brauer! | |
7 | |
8 * mule/mule-tty-init.el (mule-tty-win-initted): Removed. | |
9 * mule/mule-tty-init.el (init-mule-tty-win): Removed. | |
10 * mule/mule-tty-init.el: Remove this file in its entirety. | |
11 * mule/mule-x-init.el (x-use-halfwidth-roman-font): Removed. | |
12 * mule/mule-x-init.el: Remove this file in its entirety. | |
13 * dumped-lisp.el (preloaded-file-list): Remove them from the | |
14 dumped file list. The functions within haven't been used since | |
15 they were imported from Mule in 1999, and the functionality of | |
16 init-mule-tty-win was already in tty-init.el. If someone wants to | |
17 automatically use a halfwidth roman font, they can go hunting for | |
18 the code, but there are no users on http://searchco.de/ as of | |
19 20150315. Leaving them around is confusing and distracting. | |
20 | |
1 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> | 21 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> |
2 | 22 |
3 * cmdloop.el (no-character-typed): | 23 * cmdloop.el (no-character-typed): |
4 New error, for those cases when a keystroke is to be treated as a | 24 New error, for those cases when a keystroke is to be treated as a |
5 character but has no character equivalent. | 25 character but has no character equivalent. |