Mercurial > emacs
graph
-
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
-
Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.Mon, 11 Jul 2005 00:05:55 +0000, by Karoly Lorentey
-
Rename term_init to init_tty.Sun, 10 Jul 2005 22:25:28 +0000, by Karoly Lorentey
-
README update.Sun, 10 Jul 2005 22:18:46 +0000, by Karoly Lorentey
-
At long last, fix annoying SELECTED_FRAME crashes after unexpected connection failures. Yay!Sun, 10 Jul 2005 20:44:37 +0000, by Karoly Lorentey
-
Fix compilation error in src/term.c.Sun, 10 Jul 2005 20:35:39 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 474)Sun, 10 Jul 2005 19:26:29 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 470-473)Sun, 10 Jul 2005 19:23:59 +0000, by Karoly Lorentey
-
Handle and document that `delete-frame' may call functions in `delete-frame-functions' twice.Wed, 06 Jul 2005 01:41:56 +0000, by Karoly Lorentey
-
Small enhancements.Wed, 06 Jul 2005 00:42:58 +0000, by Karoly Lorentey
-
Implement rudimentary Lisp-level terminal parameters.Wed, 06 Jul 2005 00:41:41 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 469)Tue, 05 Jul 2005 22:22:24 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)Tue, 05 Jul 2005 22:12:55 +0000, by Karoly Lorentey
-
Fix the original cause of the "arrow keys don't work on screen" bug.Sun, 03 Jul 2005 17:09:22 +0000, by Karoly Lorentey
-
Remove pointless conditional around key substitution block in term/xterm.el (Dan Nicolaescu)Thu, 30 Jun 2005 14:08:46 +0000, by Karoly Lorentey
-
Speed up loading of term/xterm.el (Dan Nicolaescu).Tue, 28 Jun 2005 15:06:17 +0000, by Karoly Lorentey
-
Speed up loading of term/xterm.el.Mon, 27 Jun 2005 03:46:25 +0000, by Karoly Lorentey
-
Use terminal-local-value to access function-key-map in terminal packages.Mon, 27 Jun 2005 03:19:27 +0000, by Karoly Lorentey
-
Work around nondeterministic binding of terminal-local variables. (Fixes national character input on ttys.)Mon, 27 Jun 2005 02:08:34 +0000, by Karoly Lorentey
-
New C function `push_display_kboard'.Mon, 27 Jun 2005 00:57:09 +0000, by Karoly Lorentey
-
Cleanup: Move kboard fields from struct frame and device-specific descriptors to struct display.Mon, 27 Jun 2005 00:56:21 +0000, by Karoly Lorentey
-
New version of ldefs-boot.el.Mon, 27 Jun 2005 00:39:58 +0000, by Karoly Lorentey
-
Replace encoded-kbd-mode with display-specific encoded-kbd-setup-display. (Doesn't work yet.)Mon, 27 Jun 2005 00:39:09 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 447-448)Sun, 26 Jun 2005 21:12:57 +0000, by Karoly Lorentey
-
Change key-translation-map to be terminal-local.Sun, 26 Jun 2005 21:06:46 +0000, by Karoly Lorentey
-
Work around mysterious breakage of arrow key recognition under screen (see first TODO in README).Sun, 26 Jun 2005 04:35:44 +0000, by Karoly Lorentey
-
Make sure the terminfo function key sequences are set up in the correct function-key-map.Sun, 26 Jun 2005 03:20:47 +0000, by Karoly Lorentey
-
Update Lisp code for a terminal-local `function-key-map'.Sun, 26 Jun 2005 03:19:45 +0000, by Karoly Lorentey
-
Make function-key-map a terminal-local variable (move it inside the kboard struct).Sat, 25 Jun 2005 16:34:30 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 441-446)Sat, 25 Jun 2005 15:00:08 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 438-440)Wed, 22 Jun 2005 17:53:21 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 435-437)Tue, 21 Jun 2005 15:45:30 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 423-434)Tue, 21 Jun 2005 15:42:45 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422)Wed, 15 Jun 2005 12:57:51 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 74-79, 332-349)Fri, 03 Jun 2005 05:49:26 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)Sat, 28 May 2005 21:04:38 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)Fri, 20 May 2005 17:44:36 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 307-312)Mon, 16 May 2005 15:49:27 +0000, by Karoly Lorentey
-
Speed up `emacsclient -t' on xterms. (by suggestion of Dan Nicolaescu)Sat, 14 May 2005 01:56:59 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 296-306)Fri, 13 May 2005 22:59:23 +0000, by Karoly Lorentey
-
Disable display type check in start_hourglass, and always set up the timer.Mon, 09 May 2005 16:17:25 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 292-295)Mon, 09 May 2005 16:13:15 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)Fri, 06 May 2005 21:06:31 +0000, by Karoly Lorentey
-
Support for ttys with different character locale settings.Tue, 03 May 2005 03:01:09 +0000, by Karoly Lorentey
-
Fix typo in get_display.Tue, 03 May 2005 01:53:39 +0000, by Karoly Lorentey
-
Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple tty locale support.Tue, 03 May 2005 01:49:33 +0000, by Karoly Lorentey
-
Fix exponential slowdowns on repeated tty frame creation.Tue, 03 May 2005 01:38:40 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 281-285)Mon, 02 May 2005 14:38:00 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 279-280)Tue, 26 Apr 2005 12:17:42 +0000, by Karoly Lorentey
-
I give up; attempt to fix annoying crashes by reverting xdisp.c changes in patch-328.Tue, 26 Apr 2005 12:13:35 +0000, by Karoly Lorentey
-
Fix describe-variable with frame-local variables.Mon, 25 Apr 2005 18:59:54 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)Mon, 25 Apr 2005 11:49:38 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 269)Mon, 25 Apr 2005 11:47:55 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)Tue, 19 Apr 2005 13:33:31 +0000, by Karoly Lorentey
-
Fix bootstrap error during loadup.Mon, 18 Apr 2005 14:32:14 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)Mon, 18 Apr 2005 13:40:23 +0000, by Karoly Lorentey
-
Resolve crashes related to face aliases.Mon, 18 Apr 2005 13:17:40 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)Mon, 11 Apr 2005 12:40:15 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239)Fri, 08 Apr 2005 16:25:22 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)Mon, 04 Apr 2005 16:43:15 +0000, by Karoly Lorentey
-
Fix error when creating tty clients.Mon, 28 Mar 2005 04:24:51 +0000, by Karoly Lorentey
-
README update. (Fix identifier names in emacs background preloader example.)Mon, 28 Mar 2005 04:13:53 +0000, by Karoly Lorentey
-
Prevent core dump when connection is lost during frame creation.Sun, 27 Mar 2005 19:22:10 +0000, by Karoly Lorentey
-
Fix some aspects of X display shutdown.Sun, 27 Mar 2005 18:53:41 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 204-213)Sun, 27 Mar 2005 17:29:43 +0000, by Karoly Lorentey
-
Fix yet another compilation error.Wed, 23 Mar 2005 13:35:08 +0000, by Karoly Lorentey
-
Fix some superflous deviations from CVS, plus apply some cosmetics.Wed, 23 Mar 2005 12:53:42 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 192-203)Wed, 23 Mar 2005 10:40:00 +0000, by Karoly Lorentey
-
Revert changes that were committed by mistake in the previous patch.Tue, 22 Mar 2005 17:58:23 +0000, by Karoly Lorentey
-
README updates.Tue, 22 Mar 2005 15:00:17 +0000, by Karoly Lorentey
-
Fix stupid syntax errors in previous patch.Sat, 19 Mar 2005 20:48:17 +0000, by Karoly Lorentey
-
Close the X connection when the last frame is deleted.Sat, 19 Mar 2005 20:38:03 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)Sat, 19 Mar 2005 17:55:13 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 183)Wed, 16 Mar 2005 16:06:45 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182)Wed, 16 Mar 2005 16:06:15 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 160-161)Wed, 16 Mar 2005 16:03:44 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 159)Wed, 16 Mar 2005 15:59:10 +0000, by Karoly Lorentey
-
Don't abort with GTK when a tty is opened.Tue, 08 Mar 2005 02:17:02 +0000, by Karoly Lorentey
-
Declare Vinhibit_redisplay in xterm.c.Mon, 07 Mar 2005 16:51:07 +0000, by Karoly Lorentey
-
Fix crash condition when an X server connection is broken. (Reported by Vincent Bernat.)Mon, 07 Mar 2005 16:39:57 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 34-36, 142-158)Sun, 06 Mar 2005 13:31:20 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 31-33, 129-141)Mon, 28 Feb 2005 15:15:44 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 28-30, 126-128)Fri, 25 Feb 2005 13:02:38 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 27, 120-125)Wed, 23 Feb 2005 11:26:15 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 119)Wed, 23 Feb 2005 11:24:05 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 117-118)Mon, 21 Feb 2005 13:10:42 +0000, by Karoly Lorentey
-
Fix line/column number positioning in emacsclient. (Reported by Han Boetes.)Sun, 20 Feb 2005 20:15:41 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 17-26, 107-116)Sun, 20 Feb 2005 18:47:54 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)Sat, 19 Feb 2005 00:06:48 +0000, by Karoly Lorentey
-
Initialize blink-cursor-mode consistently.Fri, 18 Feb 2005 23:22:51 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 91-94)Fri, 18 Feb 2005 23:21:20 +0000, by Karoly Lorentey
-
Fix compilation error with GTK, fix issues with double C-g on controlling tty. (Reported by Friedrich Delgado Friedrichs, Yoshiaki Kasahara.)Sat, 12 Feb 2005 15:11:25 +0000, by Karoly Lorentey
-
On C-x C-c, restrict `save-some-buffers' to the client's buffers. (Reported by Han Boetes.)Thu, 10 Feb 2005 21:23:33 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)Thu, 10 Feb 2005 20:43:55 +0000, by Karoly Lorentey
-
Fix typo in dispnew.c.Fri, 04 Feb 2005 16:29:25 +0000, by Karoly Lorentey
-
Merged from miles@gnu.org--gnu-2005 (patch 76-78)Fri, 04 Feb 2005 15:36:07 +0000, by Karoly Lorentey
-
README updates. (Reported by Xavier Mallard)Fri, 04 Feb 2005 14:06:45 +0000, by Karoly Lorentey
-
Prevent emacsclient errors when Emacs is compiled without X support.Fri, 04 Feb 2005 13:56:51 +0000, by Karoly Lorentey
-
Update =partner-versions.Fri, 04 Feb 2005 00:09:46 +0000, by Karoly Lorentey
-
Add some new precious/backup patterns in src/.Fri, 04 Feb 2005 00:08:28 +0000, by Karoly Lorentey
-
Fix xassert-related bootstrap errors.Thu, 03 Feb 2005 23:44:58 +0000, by Karoly Lorentey
-
Fix bootstrap error in CVS.Thu, 03 Feb 2005 23:31:44 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk. (Long time no see!) :-)Thu, 03 Feb 2005 23:28:36 +0000, by Karoly Lorentey
-
Joined Miles's 2005 Emacs branch.Thu, 03 Feb 2005 22:58:27 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 06 Jan 2005 15:05:01 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 06 Jan 2005 15:00:09 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 23 Dec 2004 16:43:51 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Fri, 10 Dec 2004 15:24:54 +0000, by Karoly Lorentey
-
README update.Thu, 09 Dec 2004 00:43:19 +0000, by Karoly Lorentey
-
Trivial changes in x_create_tip_frame.Wed, 08 Dec 2004 23:58:40 +0000, by Karoly Lorentey
-
Increase PURESIZE to handle the extra stuff recently added.Wed, 08 Dec 2004 23:53:39 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Wed, 08 Dec 2004 22:21:07 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Wed, 08 Dec 2004 22:20:27 +0000, by Karoly Lorentey
-
Remove remaining references to updating_frame.Sun, 28 Nov 2004 14:39:06 +0000, by Karoly Lorentey
-
Trivial documentation change in keyboard.c.Sun, 28 Nov 2004 00:48:30 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 22 Nov 2004 11:06:39 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sat, 13 Nov 2004 18:34:40 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sat, 13 Nov 2004 18:21:48 +0000, by Karoly Lorentey
-
Fix bootstrap problem with --without-x.Sat, 06 Nov 2004 17:57:15 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sat, 06 Nov 2004 17:52:02 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sun, 31 Oct 2004 02:05:24 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 25 Oct 2004 18:17:28 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Tue, 19 Oct 2004 17:00:02 +0000, by Karoly Lorentey
-
Fix core dump in redisplay window. (Reported by Yoshiaki Kasahara.) Plus cleanups.Thu, 14 Oct 2004 14:58:43 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 14 Oct 2004 14:42:03 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Tue, 12 Oct 2004 07:52:25 +0000, by Karoly Lorentey
-
Set ncurses-related environment variables while creating a new tty frame. (Reported by Dan Nicolaescu.)Sun, 10 Oct 2004 18:11:21 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sun, 10 Oct 2004 16:41:56 +0000, by Karoly Lorentey
-
Small tweaks in server.el.Sun, 10 Oct 2004 16:41:15 +0000, by Karoly Lorentey
-
Removed C99ism in init_fringe_bitmap.Fri, 08 Oct 2004 11:15:37 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 07 Oct 2004 16:52:19 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sun, 03 Oct 2004 13:08:55 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Wed, 29 Sep 2004 08:38:15 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 23 Sep 2004 13:21:01 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 23 Sep 2004 10:32:54 +0000, by Karoly Lorentey
-
README updates.Mon, 20 Sep 2004 13:59:19 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 20 Sep 2004 09:41:18 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 16 Sep 2004 13:09:53 +0000, by Karoly Lorentey
-
Fix typo in src/Makefile.in.Mon, 13 Sep 2004 20:39:27 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 13 Sep 2004 20:33:29 +0000, by Karoly Lorentey
-
Inhibit redisplay while frames are being deleted after an X disconnect.Fri, 10 Sep 2004 18:07:22 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Fri, 10 Sep 2004 13:06:10 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 06 Sep 2004 07:53:44 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 02 Sep 2004 07:43:01 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Tue, 31 Aug 2004 16:31:03 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk (Jan D. has fixed the XSync call in xterm.c, no need to disable it anymore).Tue, 31 Aug 2004 16:30:29 +0000, by Karoly Lorentey
-
Add TAGS-LISP to precious regex in src/.Tue, 24 Aug 2004 08:45:10 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 23 Aug 2004 10:12:04 +0000, by Karoly Lorentey
-
Fix typo in server.el (Han Boetes, Ted Morse, Ami Fischman)Mon, 23 Aug 2004 08:50:01 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 19 Aug 2004 15:05:01 +0000, by Karoly Lorentey
-
README updates.Thu, 19 Aug 2004 14:30:16 +0000, by Karoly Lorentey
-
Change binding of C-x C-c to only exit emacsclient, not Emacs itself.Mon, 16 Aug 2004 19:54:16 +0000, by Karoly Lorentey
-
README updates, including a new Tips & Tricks sectionFri, 13 Aug 2004 14:48:29 +0000, by Karoly Lorentey
-
Updated archive location in docs. (Thanks to Dan Waber.)Wed, 11 Aug 2004 17:33:32 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Wed, 11 Aug 2004 12:30:04 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 09 Aug 2004 11:05:10 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sat, 07 Aug 2004 15:05:02 +0000, by Karoly Lorentey
-
Cleaned up README compile & test instructions.Thu, 05 Aug 2004 14:54:57 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Tue, 03 Aug 2004 12:45:59 +0000, by Karoly Lorentey
-
Added sorted-doc to backup regex in lib-src.Tue, 03 Aug 2004 12:43:11 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Fri, 30 Jul 2004 16:33:42 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Tue, 27 Jul 2004 07:43:21 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sat, 24 Jul 2004 22:08:12 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 22 Jul 2004 22:01:29 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sun, 18 Jul 2004 21:49:24 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Tue, 13 Jul 2004 15:45:15 +0000, by Karoly Lorentey
-
Fix creating frames on different X servers.Sun, 11 Jul 2004 03:44:18 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sun, 11 Jul 2004 02:28:46 +0000, by Karoly Lorentey
-
Prevent the previous bug from reappearing later.Sat, 10 Jul 2004 22:37:50 +0000, by Karoly Lorentey
-
Fix Viper with simultaneous X and tty display devices. (Rep. by IRIE Tetsuya.)Sat, 10 Jul 2004 22:26:28 +0000, by Karoly Lorentey
-
Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).Sat, 10 Jul 2004 21:21:04 +0000, by Karoly Lorentey
-
Don't leave buffers created by nowait clients buried under others (rep. by Dan Nicolaescu).Sat, 10 Jul 2004 20:56:57 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sat, 10 Jul 2004 14:37:36 +0000, by Karoly Lorentey
-
Fixed C-c from the controlling terminal.Mon, 05 Jul 2004 01:15:41 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sun, 04 Jul 2004 21:51:32 +0000, by Karoly Lorentey
-
Fix bootstrap errors.Sun, 04 Jul 2004 05:23:30 +0000, by Karoly Lorentey
-
Implemented display ids for multiple emacsclients on the same tty. Plus assorted bugfixes.Sun, 04 Jul 2004 04:48:55 +0000, by Karoly Lorentey
-
Reapply src/Makefile.in changes that got lost in the tagline snafu of patch-197.Sat, 03 Jul 2004 18:40:41 +0000, by Karoly Lorentey
-
Fix --no-wait in emacsclient (reported by Dan Nicolaescu).Sat, 03 Jul 2004 17:53:57 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sat, 03 Jul 2004 17:01:39 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 28 Jun 2004 16:04:52 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 24 Jun 2004 07:44:13 +0000, by Karoly Lorentey
-
Fix byte-compile errors during bootstrap. (Reported by Juraj Kubelka.)Tue, 15 Jun 2004 18:46:31 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Tue, 15 Jun 2004 16:45:35 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 14 Jun 2004 20:00:54 +0000, by Karoly Lorentey
-
Fix parse error in term.c (ARISAWA Akihiro).Fri, 11 Jun 2004 13:58:35 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Fri, 11 Jun 2004 08:42:19 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 10 Jun 2004 17:17:08 +0000, by Karoly Lorentey
-
Make server-start safe against accidental restarts.Tue, 08 Jun 2004 01:33:48 +0000, by Karoly Lorentey
-
Dissociate from the controlling tty correctly on FreeBSD.Tue, 08 Jun 2004 00:46:13 +0000, by Karoly Lorentey
-
Don't core dump on SIGINT when there is no frame on the controlling tty.Tue, 08 Jun 2004 00:41:04 +0000, by Karoly Lorentey
-
README.multi-tty update.Tue, 08 Jun 2004 00:37:38 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 07 Jun 2004 19:20:00 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 07 Jun 2004 08:00:27 +0000, by Karoly Lorentey
-
Clear single_kboard each time Emacs returns to top-level.Mon, 07 Jun 2004 07:10:59 +0000, by Karoly Lorentey
-
README.multi-tty update.Mon, 07 Jun 2004 05:30:42 +0000, by Karoly Lorentey
-
Fix SEGV on terminals without 'IC' capability (Yoshiaki Kasahara).Sun, 06 Jun 2004 00:07:46 +0000, by Karoly Lorentey
-
Make sure the SIGWINCH handler is always set (rep. by Yoshiaki Kasahara).Sat, 05 Jun 2004 22:34:24 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sat, 05 Jun 2004 17:21:43 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 03 Jun 2004 16:45:20 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 31 May 2004 13:48:26 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sun, 30 May 2004 21:11:48 +0000, by Karoly Lorentey
-
Don't ignore SIGWINCH under X (contributed by Yoshiaki Kasahara).Sat, 29 May 2004 15:23:07 +0000, by Karoly Lorentey
-
Fix window-system-default-frame-alist (ARISAWA Akihiro).Thu, 27 May 2004 18:23:48 +0000, by Karoly Lorentey
-
Fix background mode initialization on client tty frames (rep. by Dan Nicolaescu).Thu, 27 May 2004 17:57:59 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 27 May 2004 17:24:17 +0000, by Karoly Lorentey
-
README.multi-tty updates.Thu, 27 May 2004 17:23:38 +0000, by Karoly Lorentey
-
Fix terminal coding system in multibyte locales (rep. by Friedrich Delgado Friedrichs).Tue, 25 May 2004 02:08:47 +0000, by Karoly Lorentey
-
Fix server-socket-dir initialization (rep. by Friedrich Delgado Friedrichs).Tue, 25 May 2004 01:18:01 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 24 May 2004 23:42:52 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sun, 23 May 2004 05:08:13 +0000, by Karoly Lorentey
-
Update README.multi-tty.Sun, 23 May 2004 04:39:43 +0000, by Karoly Lorentey
-
Use the remote locale for terminal & keyboard coding system.Sun, 23 May 2004 03:56:10 +0000, by Karoly Lorentey
-
Fix environment variables on emacsclient frames.Sun, 23 May 2004 03:37:58 +0000, by Karoly Lorentey
-
Use with-selected-frame.Sun, 23 May 2004 02:34:53 +0000, by Karoly Lorentey
-
New control structure: with-selected-frame.Sun, 23 May 2004 02:26:21 +0000, by Karoly Lorentey
-
Make terminal_coding and keyboard_coding display-local.Sun, 23 May 2004 01:53:23 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sat, 22 May 2004 22:52:43 +0000, by Karoly Lorentey
-
Add kludge to prevent overriding keyboard-coding-system customization.Tue, 18 May 2004 20:30:43 +0000, by Karoly Lorentey
-
Fix fatal error during startup (rep. by Friedrich Delgado Friedrichs)Tue, 18 May 2004 19:58:00 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Tue, 18 May 2004 19:12:15 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Tue, 11 May 2004 09:12:09 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Tue, 11 May 2004 09:11:36 +0000, by Karoly Lorentey
-
Added branch description to admin/notes/BRANCH.Sat, 08 May 2004 20:23:10 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sat, 08 May 2004 20:22:26 +0000, by Karoly Lorentey
-
Fixed environment variable handling during terminal initialization.Sat, 08 May 2004 16:20:28 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Fri, 07 May 2004 14:20:00 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sat, 01 May 2004 19:23:22 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 29 Apr 2004 20:45:02 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Wed, 28 Apr 2004 14:10:58 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Tue, 27 Apr 2004 15:53:30 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Fri, 23 Apr 2004 14:44:11 +0000, by Karoly Lorentey
-
Mention `tla replay' in README.multi-tty (Gaute Strokkenes).Fri, 23 Apr 2004 13:56:26 +0000, by Karoly Lorentey
-
A simple implementation for display-local frame parameters.Mon, 19 Apr 2004 15:39:17 +0000, by Karoly Lorentey
-
Fix one more case of the previous error.Mon, 19 Apr 2004 14:21:37 +0000, by Karoly Lorentey
-
Fix error on deleting an emacsclient terminal (Dan Nicolaescu).Mon, 19 Apr 2004 14:16:10 +0000, by Karoly Lorentey
-
In emacsclient, protect the xmitted string from fprintf expansion (Dan Nicolaescu).Mon, 19 Apr 2004 12:03:00 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Mon, 19 Apr 2004 08:37:31 +0000, by Karoly Lorentey
-
Fix frame parameter handling in server.el.Sun, 18 Apr 2004 02:24:18 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Sun, 18 Apr 2004 01:40:02 +0000, by Karoly Lorentey
-
Another server.el overhaul.Sun, 18 Apr 2004 01:34:11 +0000, by Karoly Lorentey
-
Fix segfault in term.c (reported by lukhas@free.fr).Sun, 18 Apr 2004 01:08:46 +0000, by Karoly Lorentey
-
README updates.Sat, 17 Apr 2004 18:24:32 +0000, by Karoly Lorentey
-
Eliminated updating_frame.Fri, 16 Apr 2004 15:03:58 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Fri, 16 Apr 2004 13:36:07 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunk.Thu, 15 Apr 2004 16:49:22 +0000, by Karoly Lorentey
-
README changes.Tue, 13 Apr 2004 18:18:05 +0000, by Karoly Lorentey
-
Merged in changes from CVS trunkTue, 13 Apr 2004 17:17:13 +0000, by Karoly Lorentey
-
Fix #include errors for FreeBSD (Frank Ruell)Tue, 13 Apr 2004 17:12:30 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADSat, 10 Apr 2004 23:06:09 +0000, by Karoly Lorentey
-
Prevent Lisp nesting errors while bootstrapping.Thu, 08 Apr 2004 15:09:37 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADThu, 08 Apr 2004 12:29:09 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADSat, 03 Apr 2004 20:24:17 +0000, by Karoly Lorentey
-
Trivial cosmetic change in dispnew.c.Sat, 03 Apr 2004 20:02:51 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADTue, 30 Mar 2004 00:32:47 +0000, by Karoly Lorentey
-
Fix initialization order at bootstrap (Dan Nicolaescu).Mon, 29 Mar 2004 12:05:03 +0000, by Karoly Lorentey
-
Fix bootstrap problems in CVS.Sun, 28 Mar 2004 07:15:31 +0000, by Karoly Lorentey
-
Fix dropping of the controlling tty on Solaris (Dan Nicolaescu).Sun, 28 Mar 2004 06:17:38 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADSun, 28 Mar 2004 06:08:38 +0000, by Karoly Lorentey
-
Fix cut'n'paste during a multi-display session (Mark Plaksin, Robert Chassell).Fri, 26 Mar 2004 04:35:08 +0000, by Karoly Lorentey
-
Removed *.rej from backup pattern in tagging method.Thu, 25 Mar 2004 22:27:43 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADThu, 25 Mar 2004 22:21:45 +0000, by Karoly Lorentey
-
Trivial cleanup in fringe.c, missing from previous patch.Fri, 19 Mar 2004 23:21:11 +0000, by Karoly Lorentey
-
Trivial cleanups to get rid of GCC warnings.Fri, 19 Mar 2004 23:19:04 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADFri, 19 Mar 2004 22:32:48 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADTue, 16 Mar 2004 20:27:22 +0000, by Karoly Lorentey
-
Fixed compiler warnings for keyboard.c.Thu, 11 Mar 2004 02:31:12 +0000, by Karoly Lorentey
-
README updates.Thu, 11 Mar 2004 01:55:50 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADThu, 11 Mar 2004 01:13:03 +0000, by Karoly Lorentey
-
Fix background-mode on terminal frames (Dan Nicolaescu).Thu, 11 Mar 2004 01:11:38 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADMon, 08 Mar 2004 13:39:35 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADSun, 07 Mar 2004 15:30:22 +0000, by Karoly Lorentey
-
Added *.rej to tla's unrecognized pattern.Sat, 06 Mar 2004 12:15:27 +0000, by Karoly Lorentey
-
README updates.Sat, 06 Mar 2004 12:13:42 +0000, by Karoly Lorentey
-
README updates.Tue, 02 Mar 2004 10:55:14 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADMon, 01 Mar 2004 14:27:16 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADSat, 28 Feb 2004 04:52:40 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADSat, 28 Feb 2004 01:33:17 +0000, by Karoly Lorentey
-
Implemented suspending of emacsclient frames.Sat, 28 Feb 2004 01:23:39 +0000, by Karoly Lorentey
-
Make emacsclient refuse to create a frame inside an Emacs term buffer.Fri, 27 Feb 2004 14:10:47 +0000, by Karoly Lorentey
-
README.multi-tty updates.Fri, 27 Feb 2004 14:05:11 +0000, by Karoly Lorentey
-
(Sigh.) Don't try to read more events than the buffer size.Thu, 26 Feb 2004 00:52:10 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADThu, 26 Feb 2004 00:39:34 +0000, by Karoly Lorentey
-
Check for numchars > 0 in handle_one_xevent, not 1.Thu, 26 Feb 2004 00:37:31 +0000, by Karoly Lorentey
-
Revert patch-93, that was the real culprit. Reapply patch-97.Wed, 25 Feb 2004 03:29:37 +0000, by Karoly Lorentey
-
Back out previous change, it causes infinite recursion.Wed, 25 Feb 2004 03:16:45 +0000, by Karoly Lorentey
-
Don't try to handle a new event if the input buffer is full.Wed, 25 Feb 2004 02:57:36 +0000, by Karoly Lorentey
-
Allow tty_read_avail_input to use the whole input buffer.Wed, 25 Feb 2004 02:55:32 +0000, by Karoly Lorentey
-
README updates.Wed, 25 Feb 2004 00:53:40 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADTue, 24 Feb 2004 22:48:10 +0000, by Karoly Lorentey
-
Block more input during read_avail_input.Tue, 24 Feb 2004 18:00:36 +0000, by Karoly Lorentey
-
Fix a crash in emacsclient when DISPLAY is unset.Fri, 20 Feb 2004 23:54:53 +0000, by Karoly Lorentey
-
Fix typo in delete_display_hook documentation.Fri, 20 Feb 2004 17:53:00 +0000, by Karoly Lorentey
-
Don't delete a tty if it's the last device with frames.Fri, 20 Feb 2004 17:51:35 +0000, by Karoly Lorentey
-
Don't read too many characters from the tty.Fri, 20 Feb 2004 17:48:48 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADFri, 20 Feb 2004 15:42:55 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADFri, 20 Feb 2004 15:41:31 +0000, by Karoly Lorentey
-
README updates.Fri, 20 Feb 2004 03:02:04 +0000, by Karoly Lorentey
-
Changed emacsclient to open new frames by default.Fri, 20 Feb 2004 01:46:26 +0000, by Karoly Lorentey
-
Verify the version of Emacsclient.Fri, 20 Feb 2004 01:22:10 +0000, by Karoly Lorentey
-
Added -w option to emacsclient for opening a new X frame.Thu, 19 Feb 2004 23:55:51 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADThu, 19 Feb 2004 13:25:32 +0000, by Karoly Lorentey
-
Fix list-colors-display and other functions on a termcap frameThu, 19 Feb 2004 02:27:31 +0000, by Karoly Lorentey
-
Don't try to init X drag and drop on a termcap frame.Thu, 19 Feb 2004 02:10:05 +0000, by Karoly Lorentey
-
Added newly loaded stuff in loadup.el to src/Makefile.in.Thu, 19 Feb 2004 02:06:18 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADWed, 18 Feb 2004 17:10:32 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADTue, 17 Feb 2004 01:52:25 +0000, by Karoly Lorentey
-
Fixed a typo in README.multi-tty.Tue, 10 Feb 2004 13:52:03 +0000, by Karoly Lorentey
-
Don't hang on the tty if called from a shell script.Sun, 08 Feb 2004 15:44:33 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADTue, 03 Feb 2004 11:25:07 +0000, by Karoly Lorentey
-
Trivial fixes to shut up some of the compiler warnings.Mon, 02 Feb 2004 22:15:35 +0000, by Karoly Lorentey
-
Fix the case when emacsclient is run on Emacs's controlling tty.Mon, 02 Feb 2004 22:09:56 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADMon, 02 Feb 2004 19:19:08 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADMon, 26 Jan 2004 21:22:42 +0000, by Karoly Lorentey
-
Prevent core dumps when the X server crashes.Mon, 26 Jan 2004 07:57:54 +0000, by Karoly Lorentey
-
Don't exit Emacs when the X display is closed during a tty-X combo session.Mon, 26 Jan 2004 07:17:34 +0000, by Karoly Lorentey
-
Cosmetic changes.Sun, 25 Jan 2004 01:17:40 +0000, by Karoly Lorentey
-
Fixed unsafe and incorrect use of record_unwind_protect in Fsuspend_emacs.Sun, 25 Jan 2004 00:48:47 +0000, by Karoly Lorentey
-
Removed %T in mode-line-format. Trivial documentation changes.Sun, 25 Jan 2004 00:43:38 +0000, by Karoly Lorentey
-
Fixed interactive temacs.Sat, 24 Jan 2004 20:03:33 +0000, by Karoly Lorentey
-
Set the keyboard of the initial frame correctly.Sat, 24 Jan 2004 19:32:29 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADFri, 23 Jan 2004 21:51:08 +0000, by Karoly Lorentey
-
Fixed tty faces during combo sessions. Plus other assorted bugfixes.Fri, 23 Jan 2004 21:48:58 +0000, by Karoly Lorentey
-
Added note about the commit mailing list.Thu, 22 Jan 2004 19:39:51 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADThu, 22 Jan 2004 15:37:19 +0000, by Karoly Lorentey
-
Romain Francoise's and Ami Fischman's bugfixes.Thu, 22 Jan 2004 02:36:55 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADMon, 12 Jan 2004 16:36:35 +0000, by Karoly Lorentey
-
Fix initialization of the window-system variable.Mon, 12 Jan 2004 00:45:42 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADSun, 11 Jan 2004 23:12:24 +0000, by Karoly Lorentey
-
Support for opening X frames from a tty session.Sun, 11 Jan 2004 21:59:40 +0000, by Karoly Lorentey
-
Don't select on stdin unconditionally.Sun, 11 Jan 2004 11:26:00 +0000, by Karoly Lorentey
-
Fix C-g handling with multiple ttys.Sun, 11 Jan 2004 02:45:44 +0000, by Karoly Lorentey
-
Changed tty input code to use read_socket_hook.Sun, 11 Jan 2004 01:18:45 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADSat, 10 Jan 2004 13:27:38 +0000, by Karoly Lorentey
-
Numerous bugfixes and small improvements.Sat, 10 Jan 2004 12:56:22 +0000, by Karoly Lorentey
-
Hookified termcap devices, added bootstrap display device, plus many bugfixes.Fri, 09 Jan 2004 18:57:53 +0000, by Karoly Lorentey
-
Fix SEGV in init_sys_modes during X startupFri, 09 Jan 2004 13:12:28 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADTue, 06 Jan 2004 17:09:40 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADMon, 05 Jan 2004 05:58:50 +0000, by Karoly Lorentey
-
Converted display hooks to be display-local. Plus many bugfixes.Mon, 05 Jan 2004 05:54:35 +0000, by Karoly Lorentey
-
Fix more SEGV cases in frame.cSat, 03 Jan 2004 19:06:35 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADSat, 03 Jan 2004 16:53:54 +0000, by Karoly Lorentey
-
Add "multi-tty" to emacs-version output.Sat, 03 Jan 2004 16:51:56 +0000, by Karoly Lorentey
-
Fix mouse-position for tty+X combo sessions.Sat, 03 Jan 2004 16:49:09 +0000, by Karoly Lorentey
-
Fixed typo in talk.el (again).Sat, 03 Jan 2004 09:19:46 +0000, by Karoly Lorentey
-
Fixed typo in talk.el.Sat, 03 Jan 2004 09:16:51 +0000, by Karoly Lorentey
-
Added multi-tty support for talk.el.Sat, 03 Jan 2004 09:08:15 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADSat, 03 Jan 2004 08:33:31 +0000, by Karoly Lorentey
-
Portability fixes (now it compiles & runs fine on Solaris).Sat, 03 Jan 2004 08:31:14 +0000, by Karoly Lorentey
-
Fix longopts option name for --tty.Fri, 02 Jan 2004 13:03:12 +0000, by Karoly Lorentey
-
Merged in changes from CVS HEADFri, 02 Jan 2004 04:37:46 +0000, by Karoly Lorentey
-
Got rid of the rif (window-based redisplay interface) global variable.Fri, 02 Jan 2004 04:22:23 +0000, by Karoly Lorentey
-
MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.Fri, 02 Jan 2004 02:54:17 +0000, by Karoly Lorentey
-
Fixed X support, preliminary support for X-tty combo sessions.Fri, 02 Jan 2004 01:15:26 +0000, by Karoly Lorentey
-
Separate frame-local, tty-dependent parameters from tty-local parameters.Thu, 01 Jan 2004 17:55:53 +0000, by Karoly Lorentey
-
A few more bugfixes and new features.Wed, 31 Dec 2003 05:09:29 +0000, by Karoly Lorentey
-
Major bugfixes and slight enhancements.Tue, 30 Dec 2003 19:27:57 +0000, by Karoly Lorentey
-
Undo patch-23. I need a coffee.Tue, 30 Dec 2003 17:51:52 +0000, by Karoly Lorentey
-
Delete server frames on server restart.Tue, 30 Dec 2003 17:42:02 +0000, by Karoly Lorentey
-
Merged in changes from CVS headTue, 30 Dec 2003 17:05:05 +0000, by Karoly Lorentey
-
Don't compile sys_select on systems that don't need it.Tue, 30 Dec 2003 17:02:33 +0000, by Karoly Lorentey
-
Merged in changes from CVS headMon, 29 Dec 2003 13:59:23 +0000, by Karoly Lorentey
-
Revision: miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2Sat, 04 Sep 2004 12:01:21 +0000, by Miles Bader
-
Remove Gnus image files now in lisp/gnusSat, 04 Sep 2004 11:40:51 +0000, by Miles Bader
-
Changes from arch/CVS synchronizationSat, 04 Sep 2004 11:37:49 +0000, by Miles Bader
-
[ Merge from Gnus v5-10 branch. See the tags "gnus-5_10-pre-merge-josefsson" gnus-5_10-post-merge-josefssonTue, 31 Aug 2004 15:39:43 +0000, by Reiner Steib
-
[ Merge from Gnus v5-10 branch. See the tags "gnus-5_10-pre-merge-josefsson"Tue, 31 Aug 2004 15:38:25 +0000, by Reiner Steib
-
2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org> gnus-5_10-post-merge-yamaokaTue, 31 Aug 2004 14:49:35 +0000, by Reiner Steib
-
2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org> gnus-5_10-pre-merge-josefssonTue, 31 Aug 2004 14:47:59 +0000, by Reiner Steib
-
Use @copying and @insertcopying. gnus-5_10-pre-merge-yamaokaMon, 30 Aug 2004 21:15:37 +0000, by Reiner Steib
-
Mark man/*.texi citem as done.Mon, 30 Aug 2004 21:15:10 +0000, by Reiner Steib
-
Removed Temporary notes.Mon, 30 Aug 2004 21:14:23 +0000, by Reiner Steib
-
Mark some item as done.Mon, 30 Aug 2004 18:22:32 +0000, by Reiner Steib
-
[ Merge from Emacs trunk: ]Mon, 30 Aug 2004 18:18:31 +0000, by Reiner Steib
-
* mm-decode.el (mime-display, mime-security): Fix custom-manual entries.Mon, 23 Aug 2004 14:13:39 +0000, by Reiner Steib
-
ToDo items for the gnus-5_10-branchSun, 22 Aug 2004 20:52:14 +0000, by Reiner Steib
-
(Mail Source Specifiers): Describe `pop3-leave-mail-on-server'.Sun, 22 Aug 2004 19:36:57 +0000, by Reiner Steib
-
Merge some changes from Emacs/trunk:Sun, 22 Aug 2004 19:35:29 +0000, by Reiner Steib
-
Changes in Oort Gnus from v5_10 branch of the Gnus repositorySun, 22 Aug 2004 19:02:44 +0000, by Reiner Steib
-
* netrc.el, tls.el: Removed; use files from ../net instead.Tue, 17 Aug 2004 09:49:47 +0000, by Reiner Steib
-
* netrc.el, tls.el: Removed; use files from ../net instead.Tue, 17 Aug 2004 09:46:48 +0000, by Reiner Steib
-
Removed obsolete files.Mon, 16 Aug 2004 15:40:45 +0000, by Reiner Steib
-
* mailcap.el (mailcap-mime-data): Mark as risky.Mon, 16 Aug 2004 10:13:58 +0000, by Reiner Steib
-
* time-date.el: Removed. Merged into ../calendar/time-date.el.Mon, 16 Aug 2004 10:04:58 +0000, by Reiner Steib
-
(time-to-number-of-days): New function. Imported from from Gnus.Mon, 16 Aug 2004 09:59:46 +0000, by Reiner Steib
-
* GNUS-NEWS: Import from the v5_10 branch of the Gnus repository.Thu, 05 Aug 2004 19:18:14 +0000, by Reiner Steib
-
Added new files from the v5_10 branch of Gnus.Mon, 02 Aug 2004 15:06:12 +0000, by Reiner Steib
-
(install-arch-indep): Added pgg and sieve.Mon, 02 Aug 2004 14:27:54 +0000, by Reiner Steib
-
Import from the v5_10 branch of the Gnus repository.Mon, 02 Aug 2004 14:25:48 +0000, by Reiner Steib
-
Added pgg and sieve.Mon, 02 Aug 2004 14:21:13 +0000, by Reiner Steib
-
* Makefile.in, makefile.w32-in: Added PGG and Sieve files.Mon, 02 Aug 2004 13:38:50 +0000, by Reiner Steib
-
Import from the v5_10 branch of the Gnus repository.Mon, 02 Aug 2004 13:28:45 +0000, by Reiner Steib
-
Import Gnus 5.10 from the v5_10 branch of the Gnus repository.Thu, 22 Jul 2004 16:45:51 +0000, by Andreas Schwab
-
(invisible-p): Remove: implemented in C now. before-merge-multi-tty-to-trunkWed, 29 Aug 2007 01:14:48 +0000, by Stefan Monnier
-
*** empty log message ***Tue, 28 Aug 2007 22:42:44 +0000, by Juri Linkov
-
(Image Formats, Other Image Types): Add SVG.Tue, 28 Aug 2007 22:42:34 +0000, by Juri Linkov
-
*** empty log message ***Tue, 28 Aug 2007 22:35:39 +0000, by Juri Linkov
-
(Images): Move formats-related text to new nodeTue, 28 Aug 2007 22:35:14 +0000, by Juri Linkov
-
*** empty log message ***Tue, 28 Aug 2007 22:32:07 +0000, by Juri Linkov
-
(image-type): New variable.Tue, 28 Aug 2007 22:31:41 +0000, by Juri Linkov
-
Mention bubble game.Tue, 28 Aug 2007 20:16:14 +0000, by Thien-Thi Nguyen
-
* net/tramp.el (tramp-handle-set-file-times): Flush the fileTue, 28 Aug 2007 20:09:58 +0000, by Michael Albinus
-
*** empty log message ***Tue, 28 Aug 2007 15:06:43 +0000, by Richard M. Stallman
-
*** empty log message ***Tue, 28 Aug 2007 15:04:47 +0000, by Richard M. Stallman
-
New feature to display several time zones in a buffer.Tue, 28 Aug 2007 15:04:00 +0000, by Richard M. Stallman
-
*** empty log message ***Tue, 28 Aug 2007 10:16:42 +0000, by Jan Dj«£rv
-
Fix comment.Tue, 28 Aug 2007 10:16:31 +0000, by Jan Dj«£rv
-
(x-gtk-stock-map): New variable.Tue, 28 Aug 2007 10:16:00 +0000, by Jan Dj«£rv
-
(info-tool-bar-map): Add :rtl keyword to right/left-arrow andTue, 28 Aug 2007 10:15:23 +0000, by Jan Dj«£rv
-
*** empty log message ***Tue, 28 Aug 2007 10:14:02 +0000, by Jan Dj«£rv
-
Qrtl is new.Tue, 28 Aug 2007 10:13:20 +0000, by Jan Dj«£rv
-
(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.Tue, 28 Aug 2007 10:11:50 +0000, by Jan Dj«£rv
-
(xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGEDTue, 28 Aug 2007 10:11:19 +0000, by Jan Dj«£rv
-
Use `C-M-%' instead of `M-x query-replace-regexp'.Tue, 28 Aug 2007 05:48:08 +0000, by Werner LEMBERG
-
Add arch taglineTue, 28 Aug 2007 04:34:05 +0000, by Miles Bader
-
*** empty log message ***Tue, 28 Aug 2007 04:02:51 +0000, by Kenichi Handa
-
(gamegrid-init): Set line-spacing to 0.Tue, 28 Aug 2007 04:00:15 +0000, by Kenichi Handa
-
Provide self.Tue, 28 Aug 2007 02:53:08 +0000, by Glenn Morris
-
*** empty log message ***Tue, 28 Aug 2007 02:52:58 +0000, by Glenn Morris
-
(c-constant-kwds): Add java: null, true, false.Tue, 28 Aug 2007 02:49:48 +0000, by Glenn Morris
-
*** empty log message ***Tue, 28 Aug 2007 02:49:36 +0000, by Glenn Morris
-
Comments munging; nfc.Mon, 27 Aug 2007 18:53:52 +0000, by Thien-Thi Nguyen
-
Initial revisionMon, 27 Aug 2007 18:49:42 +0000, by Thien-Thi Nguyen
-
*** empty log message ***Mon, 27 Aug 2007 13:38:50 +0000, by Thien-Thi Nguyen
-
(m2-definition, m2-module): Don't use previous-line.Mon, 27 Aug 2007 13:37:50 +0000, by Thien-Thi Nguyen
-
Remove RCS keywordsMon, 27 Aug 2007 09:30:04 +0000, by Miles Bader
-
*** empty log message ***Mon, 27 Aug 2007 08:31:30 +0000, by YAMAMOTO Mitsuharu
-
(x_draw_composite_glyph_string_foreground): Draw rectangleMon, 27 Aug 2007 08:31:07 +0000, by YAMAMOTO Mitsuharu
-
*** empty log message ***Mon, 27 Aug 2007 08:30:37 +0000, by YAMAMOTO Mitsuharu
-
(mac-handle-toolbar-switch-mode): Add explicitMon, 27 Aug 2007 08:30:13 +0000, by YAMAMOTO Mitsuharu
-
*** empty log message ***Mon, 27 Aug 2007 08:29:51 +0000, by YAMAMOTO Mitsuharu
-
(Mac OS X): Add alternative workaround for QuickTimeMon, 27 Aug 2007 08:29:34 +0000, by YAMAMOTO Mitsuharu
-
*** empty log message ***Mon, 27 Aug 2007 07:11:57 +0000, by Glenn Morris
-
(diff-find-file-name): Only accept regular files, to rule outMon, 27 Aug 2007 07:11:32 +0000, by Glenn Morris
-
(vc-svn-diff): If the repository version of all the files is the sameMon, 27 Aug 2007 07:04:45 +0000, by Glenn Morris
-
*** empty log message ***Mon, 27 Aug 2007 07:04:25 +0000, by Glenn Morris
-
Merge from emacs--rel--22Mon, 27 Aug 2007 04:00:19 +0000, by Miles Bader
-
Mention avl-tree.el.Mon, 27 Aug 2007 03:36:34 +0000, by Thien-Thi Nguyen
-
(Features): Add avl-tree.Mon, 27 Aug 2007 03:32:45 +0000, by Thien-Thi Nguyen
-
*** empty log message ***Mon, 27 Aug 2007 03:31:39 +0000, by Thien-Thi Nguyen
-
Commentary and docstring munging; nfc.Mon, 27 Aug 2007 03:09:15 +0000, by Thien-Thi Nguyen
-
(avl-tree-del-balance1, avl-tree-del-balance2)Mon, 27 Aug 2007 02:49:40 +0000, by Thien-Thi Nguyen
-
Move things around; munge whitespace, indentation; nfc.Mon, 27 Aug 2007 02:40:25 +0000, by Thien-Thi Nguyen
-
Do s/elib-node-/avl-tree-node-/g. Resulting changed macro names:Mon, 27 Aug 2007 02:31:23 +0000, by Thien-Thi Nguyen
-
Do s/elib-avl-/avl-tree-/g. Resulting changed macro and function names:Mon, 27 Aug 2007 02:22:57 +0000, by Thien-Thi Nguyen
-
Do s/elib-avl-node/avl-tree-node/g. Resulting changed macro names:Mon, 27 Aug 2007 02:11:12 +0000, by Thien-Thi Nguyen
-
(elib-node-create): Delete unused macro.Mon, 27 Aug 2007 02:05:22 +0000, by Thien-Thi Nguyen
-
Reduce nesting: Use modern backquote syntax.Mon, 27 Aug 2007 02:00:45 +0000, by Thien-Thi Nguyen
-
Do s/avltree/avl-tree/g. Resulting changed function names:Mon, 27 Aug 2007 01:44:37 +0000, by Thien-Thi Nguyen
-
Add arch taglineMon, 27 Aug 2007 01:42:03 +0000, by Miles Bader
-
Don't require `cl'.Mon, 27 Aug 2007 01:35:41 +0000, by Thien-Thi Nguyen
-
Move provide form to end; nfc.Mon, 27 Aug 2007 01:29:41 +0000, by Thien-Thi Nguyen
-
Munge comments, whitespace, indentation, hanging parens; nfc.Mon, 27 Aug 2007 01:28:07 +0000, by Thien-Thi Nguyen
-
Initial revision, comprising elib-node.el and avltree.el,Mon, 27 Aug 2007 01:05:44 +0000, by Thien-Thi Nguyen
-
*** empty log message ***Sun, 26 Aug 2007 21:19:37 +0000, by Micha«³l Cadilhac
-
Change `fr-drdref' to `fr-dired-ref'.Sun, 26 Aug 2007 21:18:05 +0000, by Micha«³l Cadilhac
-
Move fr-drdref.pdf to fr-dired-ref.pdf.Sun, 26 Aug 2007 21:17:14 +0000, by Micha«³l Cadilhac
-
Move fr-drdref.tex to fr-dired-ref.tex.Sun, 26 Aug 2007 21:15:39 +0000, by Micha«³l Cadilhac
-
*** empty log message ***Sun, 26 Aug 2007 21:08:54 +0000, by Micha«³l Cadilhac
-
Say that PDF files are now the default for refcards.Sun, 26 Aug 2007 21:08:19 +0000, by Micha«³l Cadilhac
-
*** empty log message ***Sun, 26 Aug 2007 21:05:10 +0000, by Micha«³l Cadilhac
-
Add rules for creating the refcards in PDF, make them the default.Sun, 26 Aug 2007 21:04:07 +0000, by Micha«³l Cadilhac
-
Specify PDF layout, use a PDF `compile-command' local variable.Sun, 26 Aug 2007 20:59:21 +0000, by Micha«³l Cadilhac
-
Specify PDF layout, use a PDF `compile-command' local variable.Sun, 26 Aug 2007 20:58:48 +0000, by Micha«³l Cadilhac
-
Specify PDF layout, use a PDF `compile-command' local variable.Sun, 26 Aug 2007 20:55:49 +0000, by Micha«³l Cadilhac
-
Specify PDF layout, use a PDF `compile-command' local variable.Sun, 26 Aug 2007 20:55:07 +0000, by Micha«³l Cadilhac
-
Specify PDF layout.Sun, 26 Aug 2007 20:53:17 +0000, by Micha«³l Cadilhac
-
Specify PDF layout.Sun, 26 Aug 2007 20:52:47 +0000, by Micha«³l Cadilhac