aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous properties from the mode-line-client indicator. (Reported ...Karoly Lorentey2006-07-291-2/+9
* Let frames on new terminals inherit 'environment and 'client.Karoly Lorentey2006-07-291-0/+2
* Rework environment variable support. (Reported by Kalle Olavi Niemitalo and ...Karoly Lorentey2006-05-261-0/+1
* Fix and/or simplify terminal initialization files.Karoly Lorentey2006-05-201-0/+2
* Fix `vc-annotate' under X. (Reported by Dan Nicolaescu.)Karoly Lorentey2006-04-201-0/+3
* Fix tooltip border color.Karoly Lorentey2006-04-011-1/+24
* Set `default-directory' in *scratch* to the current directory of emacsclient.Karoly Lorentey2006-03-261-0/+7
* Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of t...Karoly Lorentey2006-03-261-11/+13
* Fix toolbars on X frames when Emacs is started on a tty. (Reported by Richard...Karoly Lorentey2006-03-261-0/+12
* Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh Madhu.)Karoly Lorentey2006-03-081-0/+1
* Fix `server-delete-client' behavior when the user quits `kill-buffer'. (Repo...Karoly Lorentey2006-02-231-0/+6
* Fix tty state problem after error in `set-quit-char'.Karoly Lorentey2006-02-141-2/+2
* Fix permissions. (Reported by Han Boetes.)Karoly Lorentey2006-02-131-0/+11
* Fix bootstrapping problem. (Reported by "mace".)Karoly Lorentey2006-02-031-0/+1
* Eliminate wrong_kboard_jmpbuf.Karoly Lorentey2006-01-291-4/+5
* Fix C-g during `make-network-process'. (Reported by Mark Plaksin.)Karoly Lorentey2006-01-111-9/+26
* Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in ...Karoly Lorentey2006-01-031-14/+35
* 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