log

age author description
2005-11-07 Karoly Lorentey Update frames-on-display-list to accept terminal id numbers.
2005-11-01 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
2005-10-29 Karoly Lorentey Fix semantics of terminal-local variables. Remove `terminal-local-value' hack.
2005-10-29 Karoly Lorentey Protect keyboard-translate-table from GC.
2005-10-28 Karoly Lorentey Don't try to rebind the `t' symbol.
2005-10-28 Karoly Lorentey Change `keyboard-translate-table' to be terminal-local.
2005-10-28 Karoly Lorentey Doc update.
2005-10-23 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 610-614)
2005-10-23 Karoly Lorentey Change the "pretest" bug report address to the multi-tty list.
2005-10-23 Karoly Lorentey Fix Delete key on X by adapting normal-erase-is-backspace-mode for multi-tty. (Reported by Dan Waber and Dan Nicolaescu.)
2005-10-19 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 133-141, 596-609)
2005-10-19 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 593-595)
2005-10-12 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 578-592)
2005-10-09 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
2005-09-19 Karoly Lorentey Fix hardcoded stdout usage in term.c. (Reported by Dan Nicolaescu.)
2005-09-17 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 116-117, 544-550)
2005-09-17 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 543)
2005-09-12 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 115, 540-542)
2005-09-11 Karoly Lorentey Fix assertion on kboard->kbd_queue and other such crashes.
2005-09-11 Karoly Lorentey Switch upstream to miles@gnu.org--gnu-2005/emacs--cvs-trunk--0.
2005-09-11 Karoly Lorentey Merged in changes from CVS trunk.
2005-09-11 Karoly Lorentey Fix bootstrap error in keyboard.c.
2005-09-11 Karoly Lorentey Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Boetes, analysis by Kalle Olavi Niemitalo.)
2005-09-11 Karoly Lorentey Set Emacs version number to 22.0.51 to allow parallel installations of CVS trunk and the multi-tty branch.
2005-09-11 Karoly Lorentey Don't let server-save-buffers-kill-display unexpectedly kill Emacs on --no-wait's X frames.
2005-09-11 Karoly Lorentey Make `emacsclient -n <filename>' open new X frames when possible. (Reported by Bas Kok.)
2005-09-11 Karoly Lorentey Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.
2005-09-11 Karoly Lorentey Make xt-mouse.el multi-tty-compatible.
2005-09-11 Karoly Lorentey Fix `emacsclient +12 file' behaviour. (Reported by Han Boetes.)
2005-09-10 Karoly Lorentey Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up some corner cases in Emacs server.
2005-09-10 Karoly Lorentey Fix bootstrap error.
2005-09-09 Karoly Lorentey README update.
2005-09-09 Karoly Lorentey Merged in changes from CVS trunk.
2005-09-09 Karoly Lorentey Fix function-key-map massaging vs `C-x 5 2' in lisp/term/*.el. (Submitted by Dan Nicolaescu.)
2005-09-07 Karoly Lorentey Enforce the presence of `window-system' and `tty-type' frame parameters in all frames.
2005-09-07 Karoly Lorentey Prevent resource allocation explosion when C-x 5 2 is used on xterms.
2005-09-07 Karoly Lorentey Apply settings in `window-system-default-frame-alist' to the initial frame as well.
2005-09-07 Karoly Lorentey Slightly refactor the terminal initialization code for simplicity.
2005-09-07 Karoly Lorentey Fix terminal initialization code. (Contributed by Dan Nicolaescu.)
2005-09-05 Karoly Lorentey Merged in changes from lorentey@elte.hu--2004/emacs--cvs-trunk--0
2005-09-05 Karoly Lorentey Add =upstream-branch file for semi-automated merges.
2005-09-05 Karoly Lorentey Merged in changes from CVS trunk. (Testing my own CVS gateway.)
2005-09-04 Karoly Lorentey Fix syntax error in lisp/term/xterm.el.
2005-09-04 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
2005-08-25 Karoly Lorentey Add two pending bugs to README.multi-tty.
2005-08-04 Karoly Lorentey Apply patch from CVS trunk to fix recenter on ttys.
2005-08-04 Karoly Lorentey Work around crashes in X session management after normal shutdown of X server.
2005-07-22 Karoly Lorentey Don't let window-system-default-frame-alist override parameters specified manually.
2005-07-13 Karoly Lorentey Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).
2005-07-12 Karoly Lorentey Fix dumb error leading to national keys not working on ttys.
2005-07-12 Karoly Lorentey Rename function-key-map to local-function-key-map, and global-function-key-map to function-key-map. Same for key-translation-map.
2005-07-11 Karoly Lorentey README update.
2005-07-11 Karoly Lorentey Fix compilation error in select_frame_for_redisplay.
2005-07-11 Karoly Lorentey Cosmetic changes in server.el.
2005-07-11 Karoly Lorentey Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.
2005-07-10 Karoly Lorentey Rename term_init to init_tty.
2005-07-10 Karoly Lorentey README update.
2005-07-10 Karoly Lorentey At long last, fix annoying SELECTED_FRAME crashes after unexpected connection failures. Yay!
2005-07-10 Karoly Lorentey Fix compilation error in src/term.c.
2005-07-10 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 474)