summaryrefslogtreecommitdiff
path: root/README.multi-tty
Commit message (Expand)AuthorAgeFilesLines
* Fix splash screen loosing input events on Emacsclient frames.Karoly Lorentey2005-12-301-0/+6
* Enhance splash screens to work better with emacsclient.Karoly Lorentey2005-12-301-0/+32
* Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-35/+36
* Store local environment in frame (not terminal) parameters.Karoly Lorentey2005-12-291-1/+15
* Fix compilation errors in previous commit.Karoly Lorentey2005-12-261-1/+5
* Implement automatic terminal-local environment variables via `local-environme...Karoly Lorentey2005-12-261-22/+32
* Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey2005-12-251-0/+40
* Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim Verona...Karoly Lorentey2005-12-231-0/+1
* Reimplement and extend support for terminal-local environment variables.Karoly Lorentey2005-12-221-23/+34
* Work around Emacs crash on Konsole detach. (Tom Schutzer-Weissmann)Karoly Lorentey2005-12-131-1/+5
* README updates.Karoly Lorentey2005-12-121-0/+5
* Prevent core dumps with GTK by disabling secondary X connections there.Karoly Lorentey2005-12-121-6/+15
* Fix "first non-ASCII character on new tty frames" problem.Karoly Lorentey2005-12-121-6/+18
* Update frames-on-display-list to accept terminal id numbers.Karoly Lorentey2005-11-071-17/+22
* Change `keyboard-translate-table' to be terminal-local.Karoly Lorentey2005-10-281-2/+6
* Fix Delete key on X by adapting normal-erase-is-backspace-mode for multi-tty....Karoly Lorentey2005-10-231-3/+11
* Fix assertion on kboard->kbd_queue and other such crashes.Karoly Lorentey2005-09-111-0/+4
* Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Bo...Karoly Lorentey2005-09-111-32/+38
* Set Emacs version number to 22.0.51 to allow parallel installations of CVS tr...Karoly Lorentey2005-09-111-16/+28
* Make `emacsclient -n <filename>' open new X frames when possible. (Reported b...Karoly Lorentey2005-09-111-0/+1
* Make xt-mouse.el multi-tty-compatible.Karoly Lorentey2005-09-111-4/+26
* Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up some c...Karoly Lorentey2005-09-101-5/+0
* README update.Karoly Lorentey2005-09-091-0/+3
* Fix function-key-map massaging vs `C-x 5 2' in lisp/term/*.el. (Submitted by ...Karoly Lorentey2005-09-091-13/+0
* Enforce the presence of `window-system' and `tty-type' frame parameters in al...Karoly Lorentey2005-09-071-1/+6
* Prevent resource allocation explosion when C-x 5 2 is used on xterms.Karoly Lorentey2005-09-071-0/+5
* Slightly refactor the terminal initialization code for simplicity.Karoly Lorentey2005-09-071-0/+8
* Add two pending bugs to README.multi-tty.Karoly Lorentey2005-08-251-0/+6
* Work around crashes in X session management after normal shutdown of X server.Karoly Lorentey2005-08-041-0/+27
* README update.Karoly Lorentey2005-07-111-0/+1
* Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey2005-07-111-0/+1
* README update.Karoly Lorentey2005-07-101-0/+36
* Implement rudimentary Lisp-level terminal parameters.Karoly Lorentey2005-07-061-0/+20
* Speed up loading of term/xterm.el (Dan Nicolaescu).Karoly Lorentey2005-06-281-1/+21
* Work around nondeterministic binding of terminal-local variables. (Fixes nat...Karoly Lorentey2005-06-271-8/+26
* Work around mysterious breakage of arrow key recognition under screen (see fi...Karoly Lorentey2005-06-261-9/+32
* Support for ttys with different character locale settings.Karoly Lorentey2005-05-031-81/+89
* Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple t...Karoly Lorentey2005-05-031-15/+34
* README update. (Fix identifier names in emacs background preloader example.)Karoly Lorentey2005-03-281-13/+13
* README updates.Karoly Lorentey2005-03-221-5/+35
* Fix crash condition when an X server connection is broken. (Reported by Vince...Karoly Lorentey2005-03-071-0/+1
* README updates. (Reported by Xavier Mallard)Karoly Lorentey2005-02-041-6/+8
* README update.Karoly Lorentey2004-12-091-0/+2
* Trivial changes in x_create_tip_frame.Karoly Lorentey2004-12-081-0/+4
* Remove remaining references to updating_frame.Karoly Lorentey2004-11-281-68/+112
* Fix core dump in redisplay window. (Reported by Yoshiaki Kasahara.) Plus cl...Karoly Lorentey2004-10-141-0/+3
* README updates.Karoly Lorentey2004-09-201-15/+28
* Inhibit redisplay while frames are being deleted after an X disconnect.Karoly Lorentey2004-09-101-1/+2
* Fix typo in server.el (Han Boetes, Ted Morse, Ami Fischman)Karoly Lorentey2004-08-231-0/+1
* README updates.Karoly Lorentey2004-08-191-21/+3