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

307 commits

Author SHA1 Message Date
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
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