1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

211 Commits

Author SHA1 Message Date
Kenichi Handa
9899214ca9 Create bold, italic, bold-italic variants of
startup fontset.
1997-05-16 00:58:58 +00:00
Richard M. Stallman
982fa4e514 Fix previous change. 1997-05-15 03:59:36 +00:00
Richard M. Stallman
7b764489ab (mode-line-frame-identification):
Set this, not mode-line-buffer-identification.
1997-05-15 03:54:56 +00:00
Richard M. Stallman
b360a6bedd (mode-line-buffer-identification):
Use a different value which omits `Emacs: '.
1997-05-15 03:39:22 +00:00
Kenichi Handa
b28ecb7dc6 Create bold, italic, and bold-italic variants of
default fontset.  Name a fontset created from user-specified ASCII
font as "fontset-startup".
1997-05-12 06:56:32 +00:00
Richard M. Stallman
d854d8397f Comment change. 1997-05-05 19:53:46 +00:00
Richard M. Stallman
092af6d867 Comment change. 1997-04-20 07:33:52 +00:00
Eli Zaretskii
c432c362bd * (x-select-enable-clipboard): New variable.
(x-select-text, x-get-selection-value): New functions, support for
MS-Windows clipboard.
1997-04-15 15:00:38 +00:00
Kenichi Handa
178663df99 Provide 'term/sun-mouse instead of 'sun-mouse. 1997-04-05 02:46:24 +00:00
Richard M. Stallman
87c033db6f (function-key-map): Define iso-lefttab. 1997-03-25 02:34:42 +00:00
Richard M. Stallman
5afb8c58f5 Conditionalize the fontset code on
whether new-fontset is bound.
1997-03-18 07:20:16 +00:00
Karl Heuer
f90080d4aa Require fontset. Create fontsets from
default-fontset-spec, X resources, and "-fn" command line
argument.
1997-02-20 05:51:26 +00:00
Geoff Voelker
b63f9ba137 Change uses of win32 to w32. 1997-01-20 01:07:48 +00:00
Richard M. Stallman
0dd96d4cbc (x-handle-args): Stop arg processing
if we encounter "--", and preserve all remaining args.
1997-01-06 06:51:12 +00:00
Richard M. Stallman
e1ddc4b48d (iconify-or-deiconify-frame): Define to be a
no-op, so commands that call it (like viper.el) work.
1996-12-08 08:24:03 +00:00
Geoff Voelker
e5e0a3c9fe (x-defined-colors): Use color names from w32-color-map. 1996-11-19 07:19:39 +00:00
Geoff Voelker
fbd6baedb5 Change identifiers of the form win32* to w32*. 1996-11-19 04:59:23 +00:00
Richard M. Stallman
740e13b3ff Delete code to disable f10 if motif. 1996-08-01 22:25:11 +00:00
Richard M. Stallman
66f229be74 (x-handle-name-switch): Renamed from x-handle-name-rn-switch. 1996-06-28 07:59:01 +00:00
Richard M. Stallman
9000684d2e (msdos-face-setup): Use `terminal-frame' for initial frame setup.
(make-msdos-frame): New MSDOS-specific frame creation function.
(focus-frame, unfocus-frame): Don't set to 'ignore.
(auto-raise-mode, auto-lower-mode): Likewise.
(set-background-color, set-foreground-color): Definitions deleted.
1996-06-10 21:19:59 +00:00
Richard M. Stallman
ec46c6e81e (msdos-color-aliases): Define more colors. (msdos-color-translate):
Fix `substring' arguments.  Recognize ``medium'' prefix.
1996-06-02 13:47:53 +00:00
Karl Heuer
caf9b328c3 (win32-handle-scroll-bar-event): Restore
original window selection after scrolling.
1996-05-21 14:40:56 +00:00
Richard M. Stallman
0dd1fa0f19 (win32-handle-scroll-bar-event): Use scroll-bar-maybe-set-window-start. 1996-05-11 18:44:09 +00:00
Richard M. Stallman
ebb0719c46 (win32-handle-scroll-bar-event):
Look for `up' and `down' instead of `up-arrow' and `down-arrow'.
1996-05-05 04:33:42 +00:00
Geoff Voelker
af99aa461d (win32-handle-scroll-bar-event): New function. 1996-05-03 18:26:22 +00:00
Richard M. Stallman
9541a441a4 [motif]: Make f10 undefined. 1996-04-21 05:54:18 +00:00
Richard M. Stallman
b2b9ff5e6d (x-select-text): Remember selected text.
(x-get-selection-value): Return nil if the clipboard data is
is the same as the remembered selected text.
1996-04-19 02:40:44 +00:00
Richard M. Stallman
d98f0b87e6 (x-handle-display): Set DISPLAY envvar too. 1996-04-10 05:39:50 +00:00
Geoff Voelker
6d511e9ff0 Don't define backspace, M-backspace, delete,
and M-delete; they are already defined in winnt.el.
1996-03-16 22:45:08 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
a259d3371e (x-display-pixel-height, x-display-pixel-width):
Make the returned value consistent with one-pixel-per-character.
1996-02-08 17:49:24 +00:00
Erik Naggum
2fe590dcee Update FSF's office address. 1996-01-14 09:58:28 +00:00
Karl Heuer
5fd72a2474 (x-cut-buffer-or-selection-value): Don't print messages
about failure to get selection or cut buffer.
1996-01-09 23:20:39 +00:00
Karl Heuer
a7acbbe4d4 Comment fixes. 1996-01-05 22:21:28 +00:00
Karl Heuer
b4390c7306 (describe-mouse-briefly): Fix message spelling. 1996-01-04 23:21:26 +00:00
Richard M. Stallman
bb3a457466 (x-colors): New variable, a list of colors
supported by PC color displays under MS-DOS.
(msdos-color-translate): Use `x-colors'.
(x-defined-colors): New alternate definition.
1996-01-02 23:04:42 +00:00
Richard M. Stallman
80128ceb04 (x-handle-switch, x-handle-numeric-switch)
(x-handle-args): Use command-line-x-option-alist.
(x-option-alist, x-switch-definitions, x-long-option-alist): Deleted.
1995-12-29 21:09:34 +00:00
Geoff Voelker
fe07d75e18 Disable scrollbars until fully functional. 1995-12-24 01:10:37 +00:00
Richard M. Stallman
ea6401d799 (msdos-color-aliases): Add more aliases.
(msdos-face-setup): Change colors for bold, bold-italic, underline.
(x-frob-font-slant): Define as no-op.
1995-11-22 13:44:42 +00:00
Richard M. Stallman
beb4ba6875 (x-display-color-p): Accept optional arg. 1995-11-10 17:40:47 +00:00
Richard M. Stallman
0b574c357f Rewrite for new case tables. 1995-11-10 17:39:54 +00:00
Geoff Voelker
ee78dc3223 Initial revision 1995-11-07 07:52:28 +00:00
Karl Heuer
f81dbe564c Don't require initial whitespace in vendor name. 1995-11-02 04:37:30 +00:00
Richard M. Stallman
b8e9a326c1 (function-key-map): Consistently map CLEAR to C-l. 1995-08-29 15:31:46 +00:00
Karl Heuer
51a8e1cc2c (vendor-specific-keysyms):
In Sun keys, f36 was misnamed f35 and f37 misnamed f36.
1995-07-17 22:49:37 +00:00
Richard M. Stallman
5db9a09f9b (x-colors): Doc fix. 1995-06-30 05:12:56 +00:00
Karl Heuer
92abb02b9b Initial revision 1995-06-09 02:31:33 +00:00
Karl Heuer
04486a2df2 (vendor-specific-keysyms): Recognize "X Consortium". 1995-06-02 01:03:43 +00:00
Karl Heuer
3f18a142f9 (vendor-specific-keysyms): Add second spelling for HP. 1995-05-24 04:59:27 +00:00
Richard M. Stallman
9b4234ae17 If the geometry resource specifies a position,
call the position and size "user-specified".
(vendor-specific-keysyms): New function.
1995-05-15 23:19:13 +00:00