Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (x-option-alist): New variable now holds | Richard M. Stallman | 1994-11-19 | 1 | -31/+73 | |
| | | | | | | list of short options. Don't set command-switch-alist. (x-long-option-alist): New variable. (x-handle-args): Detect long options and convert to short. | |||||
* | Make previous change conditional. | Karl Heuer | 1994-10-24 | 1 | -5/+12 | |
| | ||||||
* | Say error in x-open-connection should be fatal. | Richard M. Stallman | 1994-10-23 | 1 | -1/+3 | |
| | ||||||
* | (system-key-alist): Add sun versions of | Richard M. Stallman | 1994-10-11 | 1 | -0/+3 | |
| | | | | mute-grave, mute-diaeresis, mute-asciicircum. | |||||
* | (system-key-alist): Add Sun definition for mute-acute. | Richard M. Stallman | 1994-09-15 | 1 | -0/+1 | |
| | ||||||
* | Don't call menu-bar-mode. | Richard M. Stallman | 1994-09-15 | 1 | -2/+0 | |
| | ||||||
* | (system-key-alist): Add Sun-specific X11R6 keysyms. | Richard M. Stallman | 1994-07-24 | 1 | -0/+7 | |
| | ||||||
* | Doc fix. | Richard M. Stallman | 1994-05-22 | 1 | -1/+1 | |
| | ||||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 | |
| | ||||||
* | (x-handle-geometry): Specify user-position and | Richard M. Stallman | 1994-05-01 | 1 | -4/+9 | |
| | | | | user-size properties when appropriate. | |||||
* | If server is a Sun, call menu-bar-enable-clipboard. | Richard M. Stallman | 1994-04-10 | 1 | -0/+5 | |
| | ||||||
* | (x-select-enable-clipboard): New variable. | Richard M. Stallman | 1994-04-06 | 1 | -2/+14 | |
| | | | | | | (x-select-text, x-cut-buffer-or-selection-value): Obey it. (x-handle-args): Doc fix. | |||||
* | (x-cut-buffer-or-selection-value): Check for error from x-get-selection. | Karl Heuer | 1994-03-18 | 1 | -6/+7 | |
| | ||||||
* | Turn on menu-bar-mode. | Richard M. Stallman | 1994-03-13 | 1 | -0/+2 | |
| | ||||||
* | (system-key-alist): Fix the code value for `remove'. | Richard M. Stallman | 1994-03-04 | 1 | -2/+2 | |
| | ||||||
* | (iconify-or-deiconify-frame): Don't make invisible before making visible. | Karl Heuer | 1994-03-02 | 1 | -3/+1 | |
| | ||||||
* | (iconify-or-deiconify-frame): Force temporary invisibility even if this is the | Karl Heuer | 1994-03-02 | 1 | -1/+1 | |
| | | | | only frame. | |||||
* | (system-key-alist): Renamed from vendor-key-syms. | Richard M. Stallman | 1994-02-26 | 1 | -1/+1 | |
| | ||||||
* | (vendor-key-syms): Fixed typo (extra parens). | Roland McGrath | 1994-01-09 | 1 | -1/+1 | |
| | ||||||
* | (vendor-key-syms): Add more HP keysyms and some Sun. | Richard M. Stallman | 1994-01-09 | 1 | -0/+17 | |
| | ||||||
* | (vendor-key-syms): Set this variable. | Richard M. Stallman | 1994-01-08 | 1 | -0/+17 | |
| | ||||||
* | (iconify-or-deiconify-frame): Make it work. | Richard M. Stallman | 1993-07-27 | 1 | -1/+3 | |
| | ||||||
* | (iconify-or-deiconify-frame): New function. Use it for C-z. | Richard M. Stallman | 1993-07-27 | 1 | -1/+9 | |
| | ||||||
* | (x-handle-iconic): New function. | Richard M. Stallman | 1993-07-27 | 1 | -6/+13 | |
| | | | | | | | | | | | (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. | |||||
* | (x-selection-timeout): Use 20000 as default. | Richard M. Stallman | 1993-07-25 | 1 | -1/+1 | |
| | ||||||
* | (x-select-text): Never set the CLIPBOARD selection. | Richard M. Stallman | 1993-07-25 | 1 | -14/+12 | |
| | | | | | (x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer. (x-cut-buffer-max): Set based on x-server-max-request-size. | |||||
* | (x-select-text): Always set the cut buffer, | Richard M. Stallman | 1993-07-23 | 1 | -3/+7 | |
| | | | | but sometimes set it to nothing. Don't put large strings in clipboard. | |||||
* | (x-select-text): Limit size of text sent to cut buffer. | Richard M. Stallman | 1993-07-23 | 1 | -1/+7 | |
| | ||||||
* | * term/x-win.el: Include (invocation-name) in the error messages | Jim Blandy | 1993-07-18 | 1 | -10/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | * term/x-win.el: Check the reverseVideo/ReverseVideo resource, | Jim Blandy | 1993-07-03 | 1 | -0/+7 | |
| | | | | | | 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. | |||||
* | * term/x-win.el (command-switch-alist): "-ib" takes a numeric | Jim Blandy | 1993-06-22 | 1 | -1/+1 | |
| | | | | argument; use x-handle-numeric-switch for it. | |||||
* | (x-switch-definitions): Fix -iconic. | Richard M. Stallman | 1993-06-16 | 1 | -1/+1 | |
| | ||||||
* | (x-selection-timeout): Set it, using x-get-resource. | Richard M. Stallman | 1993-06-05 | 1 | -0/+7 | |
| | ||||||
* | (x-invocation-args): Add defvar. | Richard M. Stallman | 1993-06-01 | 1 | -0/+2 | |
| | ||||||
* | Fix initial comments. | Richard M. Stallman | 1993-05-30 | 1 | -18/+16 | |
| | ||||||
* | * x-win.el: Check for a geometry resource, and apply it to the | Jim Blandy | 1993-05-27 | 1 | -0/+8 | |
| | | | | initial frame. | |||||
* | Pass x-command-line-resources to x-open-connection. | Richard M. Stallman | 1993-05-25 | 1 | -1/+10 | |
| | | | | | | (x-command-line-resources): New variable. (x-handle-rn-switch): New function. (command-switch-alist): Add -rn. | |||||
* | * x-win.el (command-switch-alist, x-switch-definitions): Treat | Jim Blandy | 1993-05-25 | 1 | -0/+4 | |
| | | | | `-i' like `-itype', as in Emacs 18. | |||||
* | * x-win.el (x-select-text): New arg PUSH. | Jim Blandy | 1993-05-25 | 1 | -3/+3 | |
| | | | | (x-switch-definitions): Represent -r as `reverse' option. | |||||
* | (x-select-text): New arg PUSH. | Richard M. Stallman | 1993-05-24 | 1 | -2/+2 | |
| | ||||||
* | Require menu-bar.el. | Richard M. Stallman | 1993-05-15 | 1 | -0/+1 | |
| | ||||||
* | * x-win.el: Since we require faces.el, there's no point in setting | Jim Blandy | 1993-05-09 | 1 | -3/+3 | |
| | | | | | | | | 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. | |||||
* | (global-map): Dyke out the last two event-to-function bindings. These belong | Eric S. Raymond | 1993-04-26 | 1 | -7/+1 | |
| | | | | | | 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. | |||||
* | (global-map): Remove function key bindings that duplicate stuff in | Eric S. Raymond | 1993-04-23 | 1 | -9/+0 | |
| | | | | loaddefs.el. | |||||
* | * x-win.el (x-defined-colors): Use x-color-defined-p instead of | Jim Blandy | 1993-03-25 | 1 | -3/+4 | |
| | | | | | x-defined-color. (x-handle-geometry): Use x-parse-geometry instead of x-geometry. | |||||
* | * x-win.el: Update copyright to 1993. | Jim Blandy | 1993-03-25 | 1 | -6/+11 | |
| | | | | | | | | | | | * 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. | |||||
* | Added library headers. | Eric S. Raymond | 1993-03-12 | 1 | -1/+10 | |
| | ||||||
* | Cancel previous change, since it discarded | Richard M. Stallman | 1993-03-11 | 1 | -13/+43 | |
| | | | | earlier necessary changes. | |||||
* | Added headers, removed function bindings. | Eric S. Raymond | 1993-03-11 | 1 | -43/+13 | |
| | ||||||
* | * term/x-win.el: Disable suspending under X windows by setting | Jim Blandy | 1993-03-11 | 1 | -3/+4 | |
| | | | | | suspend-hooks, not suspend-hook. The latter is an obsolete name. Use add-hook instead of setting suspend-hooks directly. |