1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

236 Commits

Author SHA1 Message Date
Kenichi Handa
68404bed20 Fill weight and slant fields of a fontset
generted from the specified ASCII font by values got from the
resolved ASCII font name.
1998-07-03 04:39:22 +00:00
Andrew Innes
3ce36200dd (internal-face-interactive): Handle case where BOOL is `color'. 1998-06-22 17:21:56 +00:00
Kenichi Handa
1ca074258e When creating a fontset from a specified ASCII
font, don't use the resolved fon tname for the new fontset name.
1998-06-20 01:38:52 +00:00
Kenichi Handa
12755bafbf While creating fontsets of style variants, pay
attention to X resources XXX.attributeFont.
1998-06-12 07:10:59 +00:00
Kenichi Handa
25c343b25c Generate style variants fontset for
standard-fontset-spec.  Generate a fontset based on resolved font
name of a font specified by X resource or -fn command line arg.
1998-05-21 01:47:32 +00:00
Richard M. Stallman
33b307f8fc (w32-drag-n-drop-debug, w32-drag-n-drop)
(w32-drag-n-drop-other-frame): New functions.
Bind them to the drag-n-drop events.
1998-05-01 04:24:43 +00:00
Eli Zaretskii
8254b6b485 (x-select-text, x-get-selection-value): Replace win16 with w16. 1998-04-22 13:45:00 +00:00
Karl Heuer
dcaa592563 Don't call set-terminal-coding-system
if it was already set.
1997-12-19 14:57:14 +00:00
Karl Heuer
952e6ec21a Use set-input-mode to make Latin-1 chars work. 1997-11-15 20:52:06 +00:00
Eli Zaretskii
c8a6e3b923 (x-long-option-alist): New variable.
(msdos-handle-args): Handle and complete long options with
attached arguments.  Support "-name", "-T" and "-rv" options.
1997-10-13 16:05:32 +00:00
Richard M. Stallman
c6a6499f7d Switch to raw-text as coding system. 1997-09-11 17:51:36 +00:00
Geoff Voelker
d66be5718b (w32-handle-scroll-bar-event): On up and
down events, place point at window start position.
Bind f10 to menubar.
Move keypad key definitions to w32-fns.el.
(mouse-wheel-scroll-amount): New variable.
(mouse-wheel-scroll-line, mouse-wheel-scroll-screen): New functions.
Bind mouse-wheel events to mouse-wheel functions.
1997-09-02 23:53:22 +00:00
Eli Zaretskii
9de91fc5aa (msdos-color-aliases): Add missing colors.
(msdos-color-translate): Handle "deep" and "pale" color
varieties.
1997-08-27 12:22:35 +00:00
Eli Zaretskii
d00e55129d Add the coding: tag to prevent Emacs from thinking this is encoded in SJIS. 1997-08-27 07:12:29 +00:00
Richard M. Stallman
c13c88d74d (msdos-color-aliases): Remove color names which end with a number.
(msdos-color-translate): Handle color names which end with a
number, like gray85 and purple3.
(msdos-face-setup): Call `face-set-after-frame-default', so
default faces are correctly set.
Do not set background of the region face (it is set by
`face-set-after-frame-default').
1997-08-11 01:18:29 +00:00
Richard M. Stallman
cee30b8f9d (x-list-fonts): Return "default" when appropriate.
(query-fontset): Add (alternative) alias definition.
1997-08-07 17:33:49 +00:00
Richard M. Stallman
dc64c73985 (x-cut-buffer-or-selection-value): Fix previous change. 1997-08-05 22:03:07 +00:00
Geoff Voelker
f182c531a2 Set mode-line-frame-identification
to remove frame name from mode-line instead of
mode-line-buffer-identification.
1997-08-05 17:03:56 +00:00
Richard M. Stallman
8ba1358119 (x-cut-buffer-or-selection-value): Try both
COMPOUND_TEXT and STRING as types for the selection.
1997-08-04 01:53:36 +00:00
Kenichi Handa
9ff9457b2d Fix previous change. 1997-08-03 02:51:30 +00:00
Kenichi Handa
0f36e5fc3b Do not create style-variants of fontset. They
are just registered in uninstanciated-fontset-alist.
1997-07-31 05:54:43 +00:00
Richard M. Stallman
fc4c0f0eb7 (bg-yank-or-pop): Changed eql to eq. 1997-07-24 05:35:30 +00:00
Richard M. Stallman
e2f35ede08 (msdos-bg-mode): New function.
(msdos-face-setup, make-msdos-frame): Set background-mode and
display-type properties for created frames.
1997-07-13 20:52:08 +00:00
Kenichi Handa
fbe296b7b9 Give t as arg NOERROR to
create-fontset-from-fontset-spec.
1997-07-10 06:48:24 +00:00
Richard M. Stallman
57cf80bfae Initial revision 1997-07-04 20:56:42 +00:00
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