1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-20 04:30:55 -08:00
Commit graph

141 commits

Author SHA1 Message Date
Richard M. Stallman
f91f7c79c0 Say error in x-open-connection should be fatal. 1994-10-23 07:59:01 +00:00
Richard M. Stallman
ca59062610 (system-key-alist): Add sun versions of
mute-grave, mute-diaeresis, mute-asciicircum.
1994-10-11 02:48:53 +00:00
Richard M. Stallman
e7399dcc72 (system-key-alist): Add Sun definition for mute-acute. 1994-09-15 23:55:25 +00:00
Richard M. Stallman
74cadca3f4 Don't call menu-bar-mode. 1994-09-15 20:10:12 +00:00
Richard M. Stallman
0a6ef8a768 (system-key-alist): Add Sun-specific X11R6 keysyms. 1994-07-24 19:18:19 +00:00
Richard M. Stallman
a4e104bf5c Doc fix. 1994-05-22 22:14:17 +00:00
Karl Heuer
d733c5ec03 Update copyright. 1994-05-03 22:46:37 +00:00
Richard M. Stallman
6e42f5f8bb (x-handle-geometry): Specify user-position and
user-size properties when appropriate.
1994-05-01 08:55:23 +00:00
Richard M. Stallman
5b0b2316d9 If server is a Sun, call menu-bar-enable-clipboard. 1994-04-10 08:56:50 +00:00
Richard M. Stallman
dc20df9586 (x-select-enable-clipboard): New variable.
(x-select-text, x-cut-buffer-or-selection-value): Obey it.

(x-handle-args): Doc fix.
1994-04-06 04:51:37 +00:00
Karl Heuer
4390cc9c3a (x-cut-buffer-or-selection-value): Check for error from x-get-selection. 1994-03-18 03:38:25 +00:00
Richard M. Stallman
2490f7d530 Turn on menu-bar-mode. 1994-03-13 00:36:52 +00:00
Richard M. Stallman
acc8cdd212 (system-key-alist): Fix the code value for `remove'. 1994-03-04 04:38:06 +00:00
Karl Heuer
19479ae2d6 (iconify-or-deiconify-frame): Don't make invisible before making visible. 1994-03-02 05:29:01 +00:00
Karl Heuer
2bd866cdc6 (iconify-or-deiconify-frame): Force temporary invisibility even if this is the
only frame.
1994-03-02 04:42:38 +00:00
Richard M. Stallman
52f04d46fe (system-key-alist): Renamed from vendor-key-syms. 1994-02-26 03:43:32 +00:00
Roland McGrath
b03f6d387b (vendor-key-syms): Fixed typo (extra parens). 1994-01-09 23:24:57 +00:00
Richard M. Stallman
96d63b2c8b (vendor-key-syms): Add more HP keysyms and some Sun. 1994-01-09 16:38:16 +00:00
Richard M. Stallman
afa4334912 (vendor-key-syms): Set this variable. 1994-01-08 14:36:57 +00:00
Richard M. Stallman
8a96eef3f3 (iconify-or-deiconify-frame): Make it work. 1993-07-27 22:01:29 +00:00
Richard M. Stallman
2d7bfcc3ed (iconify-or-deiconify-frame): New function. Use it for C-z. 1993-07-27 21:58:54 +00:00
Richard M. Stallman
ef599142ed (x-handle-iconic): New function.
(command-switch-alist): Use that.
(x-switch-definitions): Delete elt for `-iconic'.

(x-selection-timeout): Use 20000 as default.

(x-select-text): Never set the CLIPBOARD selection.
(x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer.
(x-cut-buffer-max): Set based on x-server-max-request-size.
1993-07-27 08:38:00 +00:00
Richard M. Stallman
5c2867e055 (x-selection-timeout): Use 20000 as default. 1993-07-25 22:32:07 +00:00
Richard M. Stallman
2666a6a5b9 (x-select-text): Never set the CLIPBOARD selection.
(x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer.
(x-cut-buffer-max): Set based on x-server-max-request-size.
1993-07-25 20:30:04 +00:00
Richard M. Stallman
14324c4d46 (x-select-text): Always set the cut buffer,
but sometimes set it to nothing.  Don't put large strings in clipboard.
1993-07-23 17:24:45 +00:00
Richard M. Stallman
785080c58c (x-select-text): Limit size of text sent to cut buffer. 1993-07-23 01:43:39 +00:00
Jim Blandy
800642d27d * term/x-win.el: Include (invocation-name) in the error messages
which might occur during startup.

	* term/x-win.el: Make the `-rn NAME' option specify a resource
	name, as documented, and not a resource database string.  Make
	`-name NAME' act like `-rn NAME' and also set the name of the
	initial frame.
	(command-switch-alist): Process the `-rn' and `-name' options
	using the x-handle-name-rn-switch function.
	(x-handle-name-rn-switch): New function, which sets the
	x-resource-name variable.
	(opening connection): Make sure x-resource-name is valid.  If it's
	not a string, set it to (invocation-name), with any periods or
	asterisks changed to hyphens.

	* term/x-win.el: Make the `-xrm STRING' option specify a resource
	database string.  `-rn' used to behave this way.
	(command-switch-alist): Process the `-xrm' switch using
	x-handle-xrm-switch.
	(x-handle-xrm-switch): Renamed from x-handle-rn-switch; this
	function does the right thing for `-xrm', not for `-rn'.

	* term/x-win.el: Recognize affirmative values for reverseVideo
	properly.  Include "on" in the list of recognized values.
1993-07-18 06:21:42 +00:00
Jim Blandy
88046be2ad * term/x-win.el: Check the reverseVideo/ReverseVideo resource,
correctly distinguish between "on" and "off" values, and put a
	parameter in default-frame-alist.
	* frame.el (frame-initialize): Don't call x-get-resource here.
1993-07-03 10:17:56 +00:00
Jim Blandy
878a082725 * term/x-win.el (command-switch-alist): "-ib" takes a numeric
argument; use x-handle-numeric-switch for it.
1993-06-22 08:30:36 +00:00
Richard M. Stallman
76d8cb227a (x-switch-definitions): Fix -iconic. 1993-06-16 17:51:16 +00:00
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
cbc336a24f Fix initial comments. 1993-05-30 03:42:55 +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
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
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
48e3c9a2ef Added headers, removed function bindings. 1993-03-11 08:56:55 +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