1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

134 Commits

Author SHA1 Message Date
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
Richard M. Stallman
0dee8d9be9 (function-key-map): Change insertchar and deletechar to insert and delete. 1994-01-14 17:58:37 +00:00
Richard M. Stallman
ad9549a934 entered into RCS 1994-01-14 14:08:11 +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
c8b836f65e entered into RCS 1994-01-05 23:56:57 +00:00
Richard M. Stallman
f3783befbb (sun-raw-prefix): Make this just a variable, not a function name. 1993-11-15 10:52:46 +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
Richard M. Stallman
4b7802ed14 *** empty log message *** 1993-07-21 21:44:24 +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
ed8d30ae81 Translate F11 (ESC [ 23 ~) to ESC. 1993-06-20 08:49:42 +00:00
Richard M. Stallman
1bf41cb0af entered into RCS 1993-06-17 07:31:16 +00:00
Richard M. Stallman
76d8cb227a (x-switch-definitions): Fix -iconic. 1993-06-16 17:51:16 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
d177495be7 (mouse-union-first-preferred): Renamed from mouse-union-first-prefered. 1993-06-08 01:11:53 +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
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