1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

205 Commits

Author SHA1 Message Date
Richard M. Stallman
553624bf48 (x-selection-timeout): Set it, using x-get-resource. 1993-06-05 08:39:42 +00:00
Richard M. Stallman
19b08de90d (x-invocation-args): Add defvar. 1993-06-01 00:29:11 +00:00
Richard M. Stallman
a85b2c8c1f Initial revision 1993-05-30 03:47:06 +00:00
Richard M. Stallman
9bd27e853d Just load vt100.el. 1993-05-30 03:45:33 +00:00
Richard M. Stallman
4595014a19 Just load keyswap.el. 1993-05-30 03:44:07 +00:00
Richard M. Stallman
cbc336a24f Fix initial comments. 1993-05-30 03:42:55 +00:00
Richard M. Stallman
0e73af297e Use lk201.el. 1993-05-30 03:39:06 +00:00
Richard M. Stallman
e9f0386af8 *** empty log message *** 1993-05-30 03:34:09 +00:00
Richard M. Stallman
9ea6cb2830 Initial revision 1993-05-29 06:38:50 +00:00
Richard M. Stallman
83317c079a (vt100-wide-mode): Add missing arg in set-frame-width. 1993-05-29 04:40:38 +00:00
Jim Blandy
5d20eba658 * x-win.el: Check for a geometry resource, and apply it to the
initial frame.
1993-05-27 05:38:12 +00:00
Richard M. Stallman
f6f6d98c0f Pass x-command-line-resources to x-open-connection.
(x-command-line-resources): New variable.
(x-handle-rn-switch): New function.
(command-switch-alist): Add -rn.
1993-05-25 16:21:12 +00:00
Jim Blandy
db176f55de * x-win.el (command-switch-alist, x-switch-definitions): Treat
`-i' like `-itype', as in Emacs 18.
1993-05-25 13:17:52 +00:00
Jim Blandy
e6299e3010 * x-win.el (x-select-text): New arg PUSH.
(x-switch-definitions): Represent -r as `reverse' option.
1993-05-25 10:23:48 +00:00
Richard M. Stallman
0e2f4e59a5 (x-select-text): New arg PUSH. 1993-05-24 21:19:42 +00:00
Richard M. Stallman
290cb602d3 Require menu-bar.el. 1993-05-15 21:19:18 +00:00
Jim Blandy
ffe1dd7ac1 * x-win.el: Since we require faces.el, there's no point in setting
frame-creation-function to x-create-frame - just set it directly
	to x-create-frame-with-faces.

	* x-win.el: (require 'faces), too.  Move (require 'select) to top,
	with the other requires.
1993-05-09 23:54:12 +00:00
Jim Blandy
d5ec09ce2e * sun-mouse.el (suspend-emacstool): Run suspend-hook, not
suspend-hooks.
1993-05-03 04:05:33 +00:00
Eric S. Raymond
10d96c7d2c (global-map): Dyke out the last two event-to-function bindings. These belong
in loaddefs.el or the user's .emacs, not in a terminal support package.  Also
do the right thing and transplant all suspend-emacs bindings to iconify-frame,
rather than just C-z.
1993-04-26 05:15:01 +00:00
Eric S. Raymond
2fcf8a07b3 (global-map): Remove function key bindings that duplicate stuff in
loaddefs.el.
1993-04-23 02:21:02 +00:00
Jim Blandy
847f5dab01 * x-win.el (x-defined-colors): Use x-color-defined-p instead of
x-defined-color.
	(x-handle-geometry): Use x-parse-geometry instead of x-geometry.
1993-03-25 04:39:49 +00:00
Jim Blandy
c8c72d6b4b * x-win.el: Update copyright to 1993.
* x-win.el: Bind [M-next] to advertised-scroll-other-window instead of
	scroll-other-window, and then make advertised-scroll-other-window
	an alias for scroll-other-window.

	* term/x-win.el: Require select.el.
	(x-select-text): Update call to x-set-cut-buffer.
	Put `PRIMARY' and `CLIPBOARD' in upper case.
	(x-cut-buffer-or-selection-value): Put `PRIMARY' in upper case.
1993-03-25 04:37:38 +00:00
Eric S. Raymond
01d7b9370f Info on the terminal-package-finding algorithm. 1993-03-19 21:21:39 +00:00
Eric S. Raymond
9789a4beb3 Initial revision 1993-03-18 22:31:30 +00:00
Eric S. Raymond
76eb14ff7f (function-key-map) Nuke code no longer bound to keys. 1993-03-18 03:38:31 +00:00
Eric S. Raymond
420cdb1886 As many key cookies as possible renamed to fit the new conventions
documented is lisp/term/README.
1993-03-18 03:37:14 +00:00
Eric S. Raymond
c2f5843638 Fix things so that bindings are added to the keymap already created by
terminal initialization.
1993-03-18 03:35:08 +00:00
Eric S. Raymond
5cdb3f1e62 Added library headers. 1993-03-12 19:53:22 +00:00
Richard M. Stallman
3d80ef3f9d Cancel previous change, since it discarded
earlier necessary changes.
1993-03-11 18:50:04 +00:00
Eric S. Raymond
ef61be135d Added headers, commented out code the duplicates startup effects. 1993-03-11 09:00:25 +00:00
Eric S. Raymond
48e3c9a2ef Added headers, removed function bindings. 1993-03-11 08:56:55 +00:00
Eric S. Raymond
7f94bc9fb3 Added headers, changed some keycap names. 1993-03-11 08:52:30 +00:00
Eric S. Raymond
a97beda486 Added headers, changes some keycap names. 1993-03-11 08:48:43 +00:00
Eric S. Raymond
864a714e6e Added headers, removed function-key bindings. 1993-03-11 08:45:57 +00:00
Eric S. Raymond
02fd5d7c70 Added headers, changed a few cookie names. 1993-03-11 08:41:42 +00:00
Eric S. Raymond
39342d46b2 Initial revision 1993-03-11 08:36:39 +00:00
Jim Blandy
7caa87fe89 * sun-mouse.el (suspend-emacstool): Run suspend-hooks, not
suspend-hook.
1993-03-11 07:07:43 +00:00
Jim Blandy
51420cc7c2 * term/x-win.el: Disable suspending under X windows by setting
suspend-hooks, not suspend-hook.  The latter is an obsolete name.
	Use add-hook instead of setting suspend-hooks directly.
1993-03-11 07:01:17 +00:00
Richard M. Stallman
3fd5d5626e (function-key-map): Map key symbols backspace, return... into ASCII chars.
Likewise their Meta versions.
Also add `ascii-character' properties.
1993-03-10 06:31:49 +00:00
Richard M. Stallman
fc2892fd3c (function-key-map): Map key symbols backspace, return... into ASCII chars. 1993-03-07 04:22:37 +00:00
Jim Blandy
0a68e87bbd * term/x-win.el (x-switch-definitons): Use the proper names for
the scroll bar parameters.

	Use the term `scroll bar', instead of `scrollbar'.
	* term/x-win.el, frame.el, mouse.el: Terminology changed.
	* scrollbar.el: Renamed to scroll-bar.el.
1993-03-02 07:35:52 +00:00
Jim Blandy
b16795eb99 * term/x-win.el: Require scroll-bar', not scrollbar'. 1993-03-02 02:03:41 +00:00
Jim Blandy
fe48f821ca * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these
functions to scrolbar.el.
	* scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are.
	Make scroll-bar-mode set the {vertical,horizontal}-scrollbars
	parameters in default-frame-alist, and modify all extant screens
	using the correct parameter names.
1993-02-25 00:38:55 +00:00
Jim Blandy
dbc4e1c129 JimB's changes since January 18th 1993-01-26 01:58:16 +00:00
Jim Blandy
d81fd0bf01 x-selection-value has been renamed to x-selection.
x-own-selection has been renamed to x-set-selection, and the order
	of its arguments has been reversed, for consistency with other
	lisp functions like put and aset.
	* term/x-win.el (x-select-text): Adjusted.
	(x-cut-buffer-or-selection-value): Check the primary selection,
	using x-selection, instead of checking the cut buffer again.

	* term/x-win.el: Doc fix.
1993-01-26 01:26:58 +00:00
Jim Blandy
6d62a90e1f * scrollbar.el: New file.
* term/x-win.el: Require 'scrollbar.
1993-01-14 14:52:32 +00:00
Jim Blandy
eec38fabdd * bytecomp.el: Declare unread-command-char an obsolete variable.
* vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
	vip-prefix-arg-com): Use unread-command-event instead of
	unread-command-char; respect its new semantics.
	* sun-mouse.el (mouse-second-hit): Same.
1992-11-16 01:43:35 +00:00
Richard M. Stallman
7b937caffb (command-switch-alist, x-switch-definitions):
-ib was used for two things.  Use -itype for icon type.
1992-11-05 05:00:28 +00:00
Jim Blandy
2fb263f61e *** empty log message *** 1992-11-05 04:28:10 +00:00
Christopher Zaborsky
f7644ea33d Doc fix. 1992-11-03 22:47:23 +00:00
Jim Blandy
f6c7b4e77c *** empty log message *** 1992-09-29 17:43:45 +00:00
Jim Blandy
60eb4bbf3d *** empty log message *** 1992-09-29 17:27:47 +00:00
Jim Blandy
960fa1fa43 *** empty log message *** 1992-09-29 12:31:16 +00:00
Jim Blandy
cbbfbaef44 *** empty log message *** 1992-09-16 00:08:26 +00:00
Jim Blandy
a1becb932d *** empty log message *** 1992-09-12 01:20:58 +00:00
Jim Blandy
9e2b097b26 *** empty log message *** 1992-08-12 12:57:12 +00:00
Jim Blandy
1aa660887e *** empty log message *** 1992-07-25 00:36:12 +00:00
Eric S. Raymond
9750e079dd entered into RCS 1992-07-22 04:22:30 +00:00
Eric S. Raymond
5814274441 entered into RCS 1992-07-22 02:58:48 +00:00
Eric S. Raymond
d7b4d18fd4 *** empty log message *** 1992-07-17 20:24:00 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Jim Blandy
0cc89026be *** empty log message *** 1992-07-15 03:24:58 +00:00
Jim Blandy
daa3760289 *** empty log message *** 1992-06-24 05:09:26 +00:00
Jim Blandy
492878e483 *** empty log message *** 1992-06-10 02:47:07 +00:00
Eric S. Raymond
c0274f385f *** empty log message *** 1992-05-30 23:54:21 +00:00
Eric S. Raymond
c88ab9ce4a *** empty log message *** 1992-05-30 21:11:25 +00:00
Jim Blandy
67c86cfc51 *** empty log message *** 1992-05-12 05:26:53 +00:00
Jim Blandy
49116ac071 *** empty log message *** 1992-03-16 20:39:07 +00:00
Jim Blandy
8f3e016790 Initial revision 1992-02-04 02:27:43 +00:00
Jim Blandy
080a57ceda *** empty log message *** 1992-01-16 22:42:10 +00:00
Jim Blandy
2447c62607 *** empty log message *** 1992-01-16 03:44:18 +00:00
Jim Blandy
141e63d5ba *** empty log message *** 1992-01-15 21:36:18 +00:00
Jim Blandy
dbe38b32a3 *** empty log message *** 1992-01-15 19:43:09 +00:00
Jim Blandy
0849f191ce *** empty log message *** 1992-01-14 01:46:33 +00:00
Jim Blandy
b2c9579f17 Initial revision 1992-01-13 06:37:58 +00:00
Jim Blandy
3eb43f7140 *** empty log message *** 1991-12-20 08:26:25 +00:00
Jim Blandy
e645a1ddd6 Initial revision 1991-12-20 08:24:06 +00:00
Jim Blandy
cc0a8174ba *** empty log message *** 1991-12-20 07:15:37 +00:00
Jim Blandy
98bf0c8d69 *** empty log message *** 1991-08-16 04:13:50 +00:00
Jim Blandy
4f0f077cae *** empty log message *** 1991-08-13 08:41:57 +00:00
Jim Blandy
0cc6db578e *** empty log message *** 1991-08-12 12:12:28 +00:00
Jim Blandy
708c60f8af *** empty log message *** 1991-08-11 01:03:47 +00:00
Jim Blandy
a91990b8e9 *** empty log message *** 1991-08-09 00:38:03 +00:00
Jim Blandy
67b6108594 *** empty log message *** 1991-08-06 03:23:04 +00:00
Jim Blandy
67dbf5b0de *** empty log message *** 1991-08-05 22:46:55 +00:00
Jim Blandy
e9de784c5a *** empty log message *** 1991-07-15 22:33:41 +00:00
Jim Blandy
8769d6482a *** empty log message *** 1991-07-11 22:55:55 +00:00
Jim Blandy
84545e78c3 *** empty log message *** 1991-06-28 17:24:57 +00:00
Jim Blandy
99d3395738 *** empty log message *** 1991-06-26 16:26:52 +00:00
Jim Blandy
1c5998956d *** empty log message *** 1991-05-23 00:42:33 +00:00
Jim Blandy
4b5ca01b56 *** empty log message *** 1991-05-23 00:29:13 +00:00
Jim Blandy
b54621eaa1 *** empty log message *** 1991-05-22 20:01:19 +00:00
Jim Blandy
63c86e176d *** empty log message *** 1991-05-17 00:15:22 +00:00
Jim Blandy
f4ce8684cc *** empty log message *** 1991-02-20 12:14:49 +00:00
Jim Blandy
54369c0fba Initial revision 1991-02-04 22:07:47 +00:00
Jim Blandy
523b95628e *** empty log message *** 1991-01-30 01:10:20 +00:00
Jim Blandy
ac44014490 *** empty log message *** 1991-01-26 05:11:01 +00:00
Jim Blandy
c11e5bbd2c *** empty log message *** 1991-01-25 22:33:45 +00:00
Jim Blandy
38a0437446 Initial revision 1991-01-25 22:24:59 +00:00
Jim Blandy
942f076cef Initial revision 1990-09-14 19:07:14 +00:00
Jim Blandy
44a30a52c0 *** empty log message *** 1990-08-11 19:50:23 +00:00
Jim Blandy
fbdbd1ea59 *** empty log message *** 1990-05-13 17:16:36 +00:00
Jim Blandy
63f77899fc Initial revision 1990-03-22 20:46:04 +00:00
Jim Blandy
0d20f9a04e Initial revision 1989-10-31 15:59:53 +00:00
Jim Blandy
cb18fe1b14 Initial revision 1989-07-19 15:43:15 +00:00