log

age author description
Fri, 06 Jan 2006 16:13:05 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 683-684)
Thu, 05 Jan 2006 14:02:59 +0000 Karoly Lorentey Remove group write permissions from all files.
Thu, 05 Jan 2006 13:52:26 +0000 Karoly Lorentey Fix abort() in read_key_sequence.
Tue, 03 Jan 2006 02:15:28 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 682)
Tue, 03 Jan 2006 01:50:46 +0000 Karoly Lorentey Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in process filters. Small fixes.
Tue, 03 Jan 2006 01:22:02 +0000 Karoly Lorentey Fix Delete keys under X (for good, this time).
Mon, 02 Jan 2006 09:07:22 +0000 Karoly Lorentey Fix last frame check in server.el.
Mon, 02 Jan 2006 08:35:45 +0000 Karoly Lorentey Fix typo in `server-handle-delete-frame'; fix startup echo area message.
Mon, 02 Jan 2006 07:54:50 +0000 Karoly Lorentey Experimental change: don't restore kboard after temporary changes if Emacs wasn't in single kboard state.
Mon, 02 Jan 2006 07:50:53 +0000 Karoly Lorentey Make all frames created in an emacsclient session belong to that client.
Mon, 02 Jan 2006 07:43:46 +0000 Karoly Lorentey Install workaround for "X protocol error: BadCursor (invalid Cursor parameter) on protocol request 2"
Sun, 01 Jan 2006 17:11:05 +0000 Karoly Lorentey Cosmetic fixes in xfns.c.
Sat, 31 Dec 2005 07:31:23 +0000 Karoly Lorentey Fix typo in docstring of `frame-with-environment'.
Sat, 31 Dec 2005 07:10:31 +0000 Karoly Lorentey (Hopefully) fix bootstrap error on OpenBSD. (reported by Han Boetes)
Fri, 30 Dec 2005 06:38:50 +0000 Karoly Lorentey Don't display the splash screen when no frame was created. (Fixes tty resume.)
Fri, 30 Dec 2005 06:15:47 +0000 Karoly Lorentey Fix splash screen loosing input events on Emacsclient frames.
Fri, 30 Dec 2005 05:30:57 +0000 Karoly Lorentey Enhance splash screens to work better with emacsclient.
Fri, 30 Dec 2005 05:29:31 +0000 Karoly Lorentey Fix crash in lookup_image on termcap frames.
Fri, 30 Dec 2005 05:28:31 +0000 Karoly Lorentey Make sure `delete-frame-functions' can not prevent the frame from being deleted.
Thu, 29 Dec 2005 21:11:27 +0000 Karoly Lorentey Display "@" in mode-lines of Emacsclient frames.
Thu, 29 Dec 2005 21:10:33 +0000 Karoly Lorentey Show the splash screen on Emacsclient frames. Show *scratch* by default.
Thu, 29 Dec 2005 18:26:00 +0000 Karoly Lorentey Set `local-environment-variables' to t by default.
Thu, 29 Dec 2005 18:20:26 +0000 Karoly Lorentey Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
Thu, 29 Dec 2005 04:57:14 +0000 Karoly Lorentey Update environment-related doc strings.
Thu, 29 Dec 2005 04:46:59 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 681)
Thu, 29 Dec 2005 04:41:02 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 678-680)
Thu, 29 Dec 2005 04:31:04 +0000 Karoly Lorentey Store local environment in frame (not terminal) parameters.
Thu, 29 Dec 2005 02:10:23 +0000 Karoly Lorentey Initialize Vprocess_environment to nil.
Thu, 29 Dec 2005 01:28:33 +0000 Karoly Lorentey Fix semantics of let-binding `process-environment'.
Thu, 29 Dec 2005 01:18:49 +0000 Karoly Lorentey Fix error during bootstrap.
Mon, 26 Dec 2005 03:16:59 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 677)
Mon, 26 Dec 2005 02:21:31 +0000 Karoly Lorentey Fix compilation errors in previous commit.
Mon, 26 Dec 2005 02:14:10 +0000 Karoly Lorentey Implement automatic terminal-local environment variables via `local-environment-variables'.
Sun, 25 Dec 2005 20:06:58 +0000 Karoly Lorentey Reimplement terminal parameters in C; clean up term.c, create terminal.c.
Fri, 23 Dec 2005 03:36:01 +0000 Karoly Lorentey Fix compilation error during non-X builds.
Fri, 23 Dec 2005 03:05:20 +0000 Karoly Lorentey Pull a bugfix from CVS to prevent problems with the Debian semantic package.
Fri, 23 Dec 2005 03:00:55 +0000 Karoly Lorentey Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim Verona.) Split `set-input-mode'.
Thu, 22 Dec 2005 21:02:45 +0000 Karoly Lorentey Reimplement and extend support for terminal-local environment variables.
Tue, 20 Dec 2005 21:35:03 +0000 Karoly Lorentey Implement full support for frame-local `next-buffer' and `previous-buffer'.
Mon, 19 Dec 2005 19:57:22 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
Mon, 19 Dec 2005 16:13:20 +0000 Karoly Lorentey Fix typo in previous commit.
Tue, 13 Dec 2005 19:03:29 +0000 Karoly Lorentey Work around Emacs crash on Konsole detach. (Tom Schutzer-Weissmann)
Mon, 12 Dec 2005 03:32:16 +0000 Karoly Lorentey README updates.
Mon, 12 Dec 2005 03:15:52 +0000 Karoly Lorentey Prevent core dumps with GTK by disabling secondary X connections there.
Mon, 12 Dec 2005 02:37:01 +0000 Karoly Lorentey Fix "first non-ASCII character on new tty frames" problem.
Sun, 11 Dec 2005 22:42:40 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sat, 10 Dec 2005 21:18:28 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sat, 10 Dec 2005 21:12:12 +0000 Karoly Lorentey Delete leftover id for "info/dir".
Sat, 03 Dec 2005 14:25:50 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 659-663)
Wed, 23 Nov 2005 01:35:21 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 656-658)
Sat, 19 Nov 2005 19:17:56 +0000 Karoly Lorentey Store client's environment in terminal parameters, not server parameters.
Sat, 19 Nov 2005 13:23:31 +0000 Karoly Lorentey Increase PURESIZE yet again.
Fri, 18 Nov 2005 14:53:14 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 655)
Fri, 18 Nov 2005 13:13:34 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
Mon, 07 Nov 2005 15:25:27 +0000 Karoly Lorentey Increase puresize. (Emacs needs 1205176 pure bytes now.)
Mon, 07 Nov 2005 15:06:11 +0000 Karoly Lorentey Fix some of the bootstrap problems.
Mon, 07 Nov 2005 14:56:19 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)
Mon, 07 Nov 2005 14:17:18 +0000 Karoly Lorentey Update frames-on-display-list to accept terminal id numbers.
Tue, 01 Nov 2005 06:23:08 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
Sat, 29 Oct 2005 11:50:12 +0000 Karoly Lorentey Fix semantics of terminal-local variables. Remove `terminal-local-value' hack.
Sat, 29 Oct 2005 11:43:13 +0000 Karoly Lorentey Protect keyboard-translate-table from GC.
Fri, 28 Oct 2005 14:41:54 +0000 Karoly Lorentey Don't try to rebind the `t' symbol.
Fri, 28 Oct 2005 14:29:24 +0000 Karoly Lorentey Change `keyboard-translate-table' to be terminal-local.
Fri, 28 Oct 2005 11:12:17 +0000 Karoly Lorentey Doc update.
Sun, 23 Oct 2005 22:47:29 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 610-614)
Sun, 23 Oct 2005 22:17:49 +0000 Karoly Lorentey Change the "pretest" bug report address to the multi-tty list.
Sun, 23 Oct 2005 22:11:22 +0000 Karoly Lorentey Fix Delete key on X by adapting normal-erase-is-backspace-mode for multi-tty. (Reported by Dan Waber and Dan Nicolaescu.)
Wed, 19 Oct 2005 14:06:17 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 133-141, 596-609)
Wed, 19 Oct 2005 14:03:44 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 593-595)
Wed, 12 Oct 2005 16:14:04 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 578-592)
Sun, 09 Oct 2005 20:00:17 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
Mon, 19 Sep 2005 21:25:51 +0000 Karoly Lorentey Fix hardcoded stdout usage in term.c. (Reported by Dan Nicolaescu.)
Sat, 17 Sep 2005 19:10:55 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 116-117, 544-550)
Sat, 17 Sep 2005 19:00:49 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 543)
Mon, 12 Sep 2005 06:49:54 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 115, 540-542)
Sun, 11 Sep 2005 09:34:22 +0000 Karoly Lorentey Fix assertion on kboard->kbd_queue and other such crashes.
Sun, 11 Sep 2005 08:27:02 +0000 Karoly Lorentey Switch upstream to miles@gnu.org--gnu-2005/emacs--cvs-trunk--0.
Sun, 11 Sep 2005 08:23:50 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sun, 11 Sep 2005 07:23:22 +0000 Karoly Lorentey Fix bootstrap error in keyboard.c.
Sun, 11 Sep 2005 06:42:03 +0000 Karoly Lorentey Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Boetes, analysis by Kalle Olavi Niemitalo.)
Sun, 11 Sep 2005 04:10:45 +0000 Karoly Lorentey Set Emacs version number to 22.0.51 to allow parallel installations of CVS trunk and the multi-tty branch.
Sun, 11 Sep 2005 03:51:40 +0000 Karoly Lorentey Don't let server-save-buffers-kill-display unexpectedly kill Emacs on --no-wait's X frames.
Sun, 11 Sep 2005 03:49:47 +0000 Karoly Lorentey Make `emacsclient -n <filename>' open new X frames when possible. (Reported by Bas Kok.)
Sun, 11 Sep 2005 03:15:42 +0000 Karoly Lorentey Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.
Sun, 11 Sep 2005 03:06:33 +0000 Karoly Lorentey Make xt-mouse.el multi-tty-compatible.
Sun, 11 Sep 2005 02:39:03 +0000 Karoly Lorentey Fix `emacsclient +12 file' behaviour. (Reported by Han Boetes.)
Sat, 10 Sep 2005 23:51:08 +0000 Karoly Lorentey Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up some corner cases in Emacs server.
Sat, 10 Sep 2005 23:00:15 +0000 Karoly Lorentey Fix bootstrap error.
Fri, 09 Sep 2005 20:53:18 +0000 Karoly Lorentey README update.
Fri, 09 Sep 2005 20:52:13 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Fri, 09 Sep 2005 19:04:34 +0000 Karoly Lorentey Fix function-key-map massaging vs `C-x 5 2' in lisp/term/*.el. (Submitted by Dan Nicolaescu.)
Wed, 07 Sep 2005 23:28:54 +0000 Karoly Lorentey Enforce the presence of `window-system' and `tty-type' frame parameters in all frames.
Wed, 07 Sep 2005 23:17:07 +0000 Karoly Lorentey Prevent resource allocation explosion when C-x 5 2 is used on xterms.
Wed, 07 Sep 2005 23:11:21 +0000 Karoly Lorentey Apply settings in `window-system-default-frame-alist' to the initial frame as well.
Wed, 07 Sep 2005 02:29:18 +0000 Karoly Lorentey Slightly refactor the terminal initialization code for simplicity.
Wed, 07 Sep 2005 02:22:52 +0000 Karoly Lorentey Fix terminal initialization code. (Contributed by Dan Nicolaescu.)
Mon, 05 Sep 2005 14:29:12 +0000 Karoly Lorentey Merged in changes from lorentey@elte.hu--2004/emacs--cvs-trunk--0
Mon, 05 Sep 2005 14:28:54 +0000 Karoly Lorentey Add =upstream-branch file for semi-automated merges.
Mon, 05 Sep 2005 14:21:08 +0000 Karoly Lorentey Merged in changes from CVS trunk. (Testing my own CVS gateway.)
Sun, 04 Sep 2005 03:51:22 +0000 Karoly Lorentey Fix syntax error in lisp/term/xterm.el.
Sun, 04 Sep 2005 03:48:17 +0000 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Thu, 25 Aug 2005 12:03:34 +0000 Karoly Lorentey Add two pending bugs to README.multi-tty.
Thu, 04 Aug 2005 00:50:01 +0000 Karoly Lorentey Apply patch from CVS trunk to fix recenter on ttys.
Thu, 04 Aug 2005 00:46:55 +0000 Karoly Lorentey Work around crashes in X session management after normal shutdown of X server.
Fri, 22 Jul 2005 03:24:10 +0000 Karoly Lorentey Don't let window-system-default-frame-alist override parameters specified manually.
Wed, 13 Jul 2005 16:15:50 +0000 Karoly Lorentey Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).
Tue, 12 Jul 2005 11:09:18 +0000 Karoly Lorentey Fix dumb error leading to national keys not working on ttys.
Tue, 12 Jul 2005 10:55:24 +0000 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.
Mon, 11 Jul 2005 00:21:10 +0000 Karoly Lorentey README update.
Mon, 11 Jul 2005 00:19:34 +0000 Karoly Lorentey Fix compilation error in select_frame_for_redisplay.
Mon, 11 Jul 2005 00:12:27 +0000 Karoly Lorentey Cosmetic changes in server.el.
Mon, 11 Jul 2005 00:05:55 +0000 Karoly Lorentey Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.
Sun, 10 Jul 2005 22:25:28 +0000 Karoly Lorentey Rename term_init to init_tty.
Sun, 10 Jul 2005 22:18:46 +0000 Karoly Lorentey README update.
Sun, 10 Jul 2005 20:44:37 +0000 Karoly Lorentey At long last, fix annoying SELECTED_FRAME crashes after unexpected connection failures. Yay!
Sun, 10 Jul 2005 20:35:39 +0000 Karoly Lorentey Fix compilation error in src/term.c.
Sun, 10 Jul 2005 19:26:29 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 474)
Sun, 10 Jul 2005 19:23:59 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 470-473)
Wed, 06 Jul 2005 01:41:56 +0000 Karoly Lorentey Handle and document that `delete-frame' may call functions in `delete-frame-functions' twice.
Wed, 06 Jul 2005 00:42:58 +0000 Karoly Lorentey Small enhancements.