Mercurial > emacs
graph
-
Fix some of the bootstrap problems.Mon, 07 Nov 2005 15:06:11 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)Mon, 07 Nov 2005 14:56:19 +0000, by Karoly Lorentey
-
Update frames-on-display-list to accept terminal id numbers.Mon, 07 Nov 2005 14:17:18 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)Tue, 01 Nov 2005 06:23:08 +0000, by Karoly Lorentey
-
Fix semantics of terminal-local variables. Remove `terminal-local-value' hack.Sat, 29 Oct 2005 11:50:12 +0000, by Karoly Lorentey
-
Protect keyboard-translate-table from GC.Sat, 29 Oct 2005 11:43:13 +0000, by Karoly Lorentey
-
Don't try to rebind the `t' symbol.Fri, 28 Oct 2005 14:41:54 +0000, by Karoly Lorentey
-
Change `keyboard-translate-table' to be terminal-local.Fri, 28 Oct 2005 14:29:24 +0000, by Karoly Lorentey
-
Doc update.Fri, 28 Oct 2005 11:12:17 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 610-614)Sun, 23 Oct 2005 22:47:29 +0000, by Karoly Lorentey
-
Change the "pretest" bug report address to the multi-tty list.Sun, 23 Oct 2005 22:17:49 +0000, by Karoly Lorentey
-
Fix Delete key on X by adapting normal-erase-is-backspace-mode for multi-tty. (Reported by Dan Waber and Dan Nicolaescu.)Sun, 23 Oct 2005 22:11:22 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 133-141, 596-609)Wed, 19 Oct 2005 14:06:17 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 593-595)Wed, 19 Oct 2005 14:03:44 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 578-592)Wed, 12 Oct 2005 16:14:04 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)Sun, 09 Oct 2005 20:00:17 +0000, by Karoly Lorentey
-
Fix hardcoded stdout usage in term.c. (Reported by Dan Nicolaescu.)Mon, 19 Sep 2005 21:25:51 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 116-117, 544-550)Sat, 17 Sep 2005 19:10:55 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 543)Sat, 17 Sep 2005 19:00:49 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 115, 540-542)Mon, 12 Sep 2005 06:49:54 +0000, by Karoly Lorentey
-
Fix assertion on kboard->kbd_queue and other such crashes.Sun, 11 Sep 2005 09:34:22 +0000, by Karoly Lorentey
-
Switch upstream to miles@gnu.org--gnu-2005/emacs--cvs-trunk--0.Sun, 11 Sep 2005 08:27:02 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sun, 11 Sep 2005 08:23:50 +0000, by Karoly Lorentey
-
Fix bootstrap error in keyboard.c.Sun, 11 Sep 2005 07:23:22 +0000, by 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 06:42:03 +0000, by 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 04:10:45 +0000, by Karoly Lorentey
-
Don't let server-save-buffers-kill-display unexpectedly kill Emacs on --no-wait's X frames.Sun, 11 Sep 2005 03:51:40 +0000, by Karoly Lorentey
-
Make `emacsclient -n <filename>' open new X frames when possible. (Reported by Bas Kok.)Sun, 11 Sep 2005 03:49:47 +0000, by Karoly Lorentey
-
Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.Sun, 11 Sep 2005 03:15:42 +0000, by Karoly Lorentey
-
Make xt-mouse.el multi-tty-compatible.Sun, 11 Sep 2005 03:06:33 +0000, by Karoly Lorentey
-
Fix `emacsclient +12 file' behaviour. (Reported by Han Boetes.)Sun, 11 Sep 2005 02:39:03 +0000, by 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:51:08 +0000, by Karoly Lorentey
-
Fix bootstrap error.Sat, 10 Sep 2005 23:00:15 +0000, by Karoly Lorentey
-
README update.Fri, 09 Sep 2005 20:53:18 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Fri, 09 Sep 2005 20:52:13 +0000, by Karoly Lorentey
-
Fix function-key-map massaging vs `C-x 5 2' in lisp/term/*.el. (Submitted by Dan Nicolaescu.)Fri, 09 Sep 2005 19:04:34 +0000, by Karoly Lorentey
-
Enforce the presence of `window-system' and `tty-type' frame parameters in all frames.Wed, 07 Sep 2005 23:28:54 +0000, by Karoly Lorentey
-
Prevent resource allocation explosion when C-x 5 2 is used on xterms.Wed, 07 Sep 2005 23:17:07 +0000, by Karoly Lorentey
-
Apply settings in `window-system-default-frame-alist' to the initial frame as well.Wed, 07 Sep 2005 23:11:21 +0000, by Karoly Lorentey
-
Slightly refactor the terminal initialization code for simplicity.Wed, 07 Sep 2005 02:29:18 +0000, by Karoly Lorentey
-
Fix terminal initialization code. (Contributed by Dan Nicolaescu.)Wed, 07 Sep 2005 02:22:52 +0000, by Karoly Lorentey
-
Merged in changes from lorentey@elte.hu--2004/emacs--cvs-trunk--0Mon, 05 Sep 2005 14:29:12 +0000, by Karoly Lorentey
-
Add =upstream-branch file for semi-automated merges.Mon, 05 Sep 2005 14:28:54 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk. (Testing my own CVS gateway.)Mon, 05 Sep 2005 14:21:08 +0000, by Karoly Lorentey
-
Fix syntax error in lisp/term/xterm.el.Sun, 04 Sep 2005 03:51:22 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk. Plus added lisp/term tweaks.Sun, 04 Sep 2005 03:48:17 +0000, by Karoly Lorentey
-
Add two pending bugs to README.multi-tty.Thu, 25 Aug 2005 12:03:34 +0000, by Karoly Lorentey
-
Apply patch from CVS trunk to fix recenter on ttys.Thu, 04 Aug 2005 00:50:01 +0000, by Karoly Lorentey
-
Work around crashes in X session management after normal shutdown of X server.Thu, 04 Aug 2005 00:46:55 +0000, by Karoly Lorentey
-
Don't let window-system-default-frame-alist override parameters specified manually.Fri, 22 Jul 2005 03:24:10 +0000, by Karoly Lorentey
-
Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).Wed, 13 Jul 2005 16:15:50 +0000, by Karoly Lorentey
-
Fix dumb error leading to national keys not working on ttys.Tue, 12 Jul 2005 11:09:18 +0000, by 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.Tue, 12 Jul 2005 10:55:24 +0000, by Karoly Lorentey
-
README update.Mon, 11 Jul 2005 00:21:10 +0000, by Karoly Lorentey
-
Fix compilation error in select_frame_for_redisplay.Mon, 11 Jul 2005 00:19:34 +0000, by Karoly Lorentey
-
Cosmetic changes in server.el.Mon, 11 Jul 2005 00:12:27 +0000, by Karoly Lorentey