aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.multi-tty
diff options
context:
space:
mode:
authorDan Nicolaescu2007-06-04 02:16:32 +0000
committerDan Nicolaescu2007-06-04 02:16:32 +0000
commit88acaaf20b2fd0af64eea1b5d4f8fa8227c32e86 (patch)
treec87acbf5ad6c808ce999cb4cf0c576b0a0318376 /src/ChangeLog.multi-tty
parent34c6724464237db4bfd5b3fa57e8b0f66a92f618 (diff)
downloademacs-88acaaf20b2fd0af64eea1b5d4f8fa8227c32e86.tar.gz
emacs-88acaaf20b2fd0af64eea1b5d4f8fa8227c32e86.zip
* term.c (init_tty): Use terminal specific mouse_position_hook.
* macterm.c (mac_create_terminal): Indent and rearrange to be more similar to the X11 version. * config.in: Disable multi-keyboard support on a mac. * loadup.el: Use a better feature test on a mac.
Diffstat (limited to 'src/ChangeLog.multi-tty')
-rw-r--r--src/ChangeLog.multi-tty9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty
index dd349cf9b24..fc23d818ba5 100644
--- a/src/ChangeLog.multi-tty
+++ b/src/ChangeLog.multi-tty
@@ -1,3 +1,12 @@
12007-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * term.c (init_tty): Use terminal specific mouse_position_hook.
4
5 * macterm.c (mac_create_terminal): Indent and rearrange to be more
6 similar to the X11 version.
7
8 * config.in: Disable multi-keyboard support on a mac.
9
12007-05-26 Dan Nicolaescu <dann@ics.uci.edu> 102007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
2 11
3 * sysdep.c: Comment out text after #endif. 12 * sysdep.c: Comment out text after #endif.