log README.multi-tty @ 83642:b6c965ceb213

age author description
2007-07-03 Dan Nicolaescu *** empty log message ***
2007-05-16 Miles Bader Rudimentary fix for environment variable handling.
2007-05-15 Jason Rumney Updated w32 progress
2006-07-29 Karoly Lorentey Remove superfluous properties from the mode-line-client indicator. (Reported by Kalle Olavi Niemitalo)
2006-07-29 Karoly Lorentey Let frames on new terminals inherit 'environment and 'client.
2006-05-26 Karoly Lorentey Rework environment variable support. (Reported by Kalle Olavi Niemitalo and Noah Friedman.)
2006-05-20 Karoly Lorentey Fix and/or simplify terminal initialization files.
2006-04-20 Karoly Lorentey Fix `vc-annotate' under X. (Reported by Dan Nicolaescu.)
2006-04-01 Karoly Lorentey Fix tooltip border color.
2006-03-26 Karoly Lorentey Set `default-directory' in *scratch* to the current directory of emacsclient.
2006-03-26 Karoly Lorentey Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of the current frame.
2006-03-26 Karoly Lorentey Fix toolbars on X frames when Emacs is started on a tty. (Reported by Richard Lewis.)
2006-03-08 Karoly Lorentey Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh Madhu.)
2006-02-23 Karoly Lorentey Fix `server-delete-client' behavior when the user quits `kill-buffer'. (Reported by Han Boetes.)
2006-02-14 Karoly Lorentey Fix tty state problem after error in `set-quit-char'.
2006-02-13 Karoly Lorentey Fix permissions. (Reported by Han Boetes.)
2006-02-03 Karoly Lorentey Fix bootstrapping problem. (Reported by "mace".)
2006-01-29 Karoly Lorentey Eliminate wrong_kboard_jmpbuf.
2006-01-11 Karoly Lorentey Fix C-g during `make-network-process'. (Reported by Mark Plaksin.)
2006-01-03 Karoly Lorentey Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in process filters. Small fixes.
2005-12-30 Karoly Lorentey Fix splash screen loosing input events on Emacsclient frames.
2005-12-30 Karoly Lorentey Enhance splash screens to work better with emacsclient.
2005-12-29 Karoly Lorentey Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
2005-12-29 Karoly Lorentey Store local environment in frame (not terminal) parameters.
2005-12-26 Karoly Lorentey Fix compilation errors in previous commit.
2005-12-26 Karoly Lorentey Implement automatic terminal-local environment variables via `local-environment-variables'.
2005-12-25 Karoly Lorentey Reimplement terminal parameters in C; clean up term.c, create terminal.c.
2005-12-23 Karoly Lorentey Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim Verona.) Split `set-input-mode'.
2005-12-22 Karoly Lorentey Reimplement and extend support for terminal-local environment variables.
2005-12-13 Karoly Lorentey Work around Emacs crash on Konsole detach. (Tom Schutzer-Weissmann)
2005-12-12 Karoly Lorentey README updates.
2005-12-12 Karoly Lorentey Prevent core dumps with GTK by disabling secondary X connections there.
2005-12-12 Karoly Lorentey Fix "first non-ASCII character on new tty frames" problem.
2005-11-07 Karoly Lorentey Update frames-on-display-list to accept terminal id numbers.
2005-10-28 Karoly Lorentey Change `keyboard-translate-table' to be terminal-local.
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-09-11 Karoly Lorentey Fix assertion on kboard->kbd_queue and other such crashes.
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 Make `emacsclient -n <filename>' open new X frames when possible. (Reported by Bas Kok.)
2005-09-11 Karoly Lorentey Make xt-mouse.el multi-tty-compatible.
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-09 Karoly Lorentey README update.
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 Slightly refactor the terminal initialization code for simplicity.
2005-08-25 Karoly Lorentey Add two pending bugs to README.multi-tty.
2005-08-04 Karoly Lorentey Work around crashes in X session management after normal shutdown of X server.
2005-07-11 Karoly Lorentey README update.
2005-07-11 Karoly Lorentey Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.
2005-07-10 Karoly Lorentey README update.
2005-07-06 Karoly Lorentey Implement rudimentary Lisp-level terminal parameters.
2005-06-28 Karoly Lorentey Speed up loading of term/xterm.el (Dan Nicolaescu).
2005-06-27 Karoly Lorentey Work around nondeterministic binding of terminal-local variables. (Fixes national character input on ttys.)
2005-06-26 Karoly Lorentey Work around mysterious breakage of arrow key recognition under screen (see first TODO in README).
2005-05-03 Karoly Lorentey Support for ttys with different character locale settings.
2005-05-03 Karoly Lorentey Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple tty locale support.
2005-03-28 Karoly Lorentey README update. (Fix identifier names in emacs background preloader example.)
2005-03-22 Karoly Lorentey README updates.