aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
Commit message (Collapse)AuthorAgeFilesLines
* (x-list-fonts): Return "default" when appropriate.Richard M. Stallman1997-08-071-1/+7
| | | | (query-fontset): Add (alternative) alias definition.
* (x-cut-buffer-or-selection-value): Fix previous change.Richard M. Stallman1997-08-051-12/+12
|
* Set mode-line-frame-identificationGeoff Voelker1997-08-051-1/+1
| | | | | to remove frame name from mode-line instead of mode-line-buffer-identification.
* (x-cut-buffer-or-selection-value): Try bothRichard M. Stallman1997-08-041-6/+15
| | | | COMPOUND_TEXT and STRING as types for the selection.
* Fix previous change.Kenichi Handa1997-08-031-8/+1
|
* Do not create style-variants of fontset. TheyKenichi Handa1997-07-311-6/+6
| | | | are just registered in uninstanciated-fontset-alist.
* (bg-yank-or-pop): Changed eql to eq.Richard M. Stallman1997-07-241-1/+1
|
* (msdos-bg-mode): New function.Richard M. Stallman1997-07-131-5/+22
| | | | | (msdos-face-setup, make-msdos-frame): Set background-mode and display-type properties for created frames.
* Give t as arg NOERROR toKenichi Handa1997-07-101-4/+4
| | | | create-fontset-from-fontset-spec.
* Initial revisionRichard M. Stallman1997-07-041-0/+3
|
* Create bold, italic, bold-italic variants ofKenichi Handa1997-05-161-27/+27
| | | | startup fontset.
* Fix previous change.Richard M. Stallman1997-05-151-3/+1
|
* (mode-line-frame-identification):Richard M. Stallman1997-05-151-1/+1
| | | | Set this, not mode-line-buffer-identification.
* (mode-line-buffer-identification):Richard M. Stallman1997-05-151-0/+2
| | | | Use a different value which omits `Emacs: '.
* Create bold, italic, and bold-italic variants ofKenichi Handa1997-05-121-16/+29
| | | | | default fontset. Name a fontset created from user-specified ASCII font as "fontset-startup".
* Comment change.Richard M. Stallman1997-05-051-0/+3
|
* Comment change.Richard M. Stallman1997-04-205-6/+10
|
* * (x-select-enable-clipboard): New variable.Eli Zaretskii1997-04-151-3/+42
| | | | | (x-select-text, x-get-selection-value): New functions, support for MS-Windows clipboard.
* Provide 'term/sun-mouse instead of 'sun-mouse.Kenichi Handa1997-04-051-1/+1
|
* (function-key-map): Define iso-lefttab.Richard M. Stallman1997-03-251-0/+1
|
* Conditionalize the fontset code onRichard M. Stallman1997-03-181-33/+36
| | | | whether new-fontset is bound.
* Require fontset. Create fontsets fromKarl Heuer1997-02-201-0/+35
| | | | | default-fontset-spec, X resources, and "-fn" command line argument.
* Change uses of win32 to w32.Geoff Voelker1997-01-201-11/+11
|
* (x-handle-args): Stop arg processingRichard M. Stallman1997-01-061-2/+3
| | | | if we encounter "--", and preserve all remaining args.
* (iconify-or-deiconify-frame): Define to be aRichard M. Stallman1996-12-081-0/+3
| | | | no-op, so commands that call it (like viper.el) work.
* (x-defined-colors): Use color names from w32-color-map.Geoff Voelker1996-11-191-3/+5
|
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-11/+11
|
* Delete code to disable f10 if motif.Richard M. Stallman1996-08-011-3/+6
|
* (x-handle-name-switch): Renamed from x-handle-name-rn-switch.Richard M. Stallman1996-06-281-6/+5
|
* (msdos-face-setup): Use `terminal-frame' for initial frame setup.Richard M. Stallman1996-06-101-32/+21
| | | | | | | (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.
* (msdos-color-aliases): Define more colors. (msdos-color-translate):Richard M. Stallman1996-06-021-30/+151
| | | | Fix `substring' arguments. Recognize ``medium'' prefix.
* (win32-handle-scroll-bar-event): RestoreKarl Heuer1996-05-211-18/+21
| | | | original window selection after scrolling.
* (win32-handle-scroll-bar-event): Use scroll-bar-maybe-set-window-start.Richard M. Stallman1996-05-111-1/+1
|
* (win32-handle-scroll-bar-event):Richard M. Stallman1996-05-051-2/+2
| | | | Look for `up' and `down' instead of `up-arrow' and `down-arrow'.
* (win32-handle-scroll-bar-event): New function.Geoff Voelker1996-05-031-2/+32
|
* [motif]: Make f10 undefined.Richard M. Stallman1996-04-211-0/+4
|
* (x-select-text): Remember selected text.Richard M. Stallman1996-04-191-2/+11
| | | | | (x-get-selection-value): Return nil if the clipboard data is is the same as the remembered selected text.
* (x-handle-display): Set DISPLAY envvar too.Richard M. Stallman1996-04-101-1/+6
|
* Don't define backspace, M-backspace, delete,Geoff Voelker1996-03-161-6/+9
| | | | and M-delete; they are already defined in winnt.el.
* Comment change.Richard M. Stallman1996-03-021-2/+2
|
* (x-display-pixel-height, x-display-pixel-width):Richard M. Stallman1996-02-081-2/+2
| | | | Make the returned value consistent with one-pixel-per-character.
* Update FSF's office address.Erik Naggum1996-01-1414-145/+166
|
* (x-cut-buffer-or-selection-value): Don't print messagesKarl Heuer1996-01-091-2/+2
| | | | about failure to get selection or cut buffer.
* Comment fixes.Karl Heuer1996-01-051-1/+1
|
* (describe-mouse-briefly): Fix message spelling.Karl Heuer1996-01-041-4/+4
|
* (x-colors): New variable, a list of colorsRichard M. Stallman1996-01-021-18/+28
| | | | | | supported by PC color displays under MS-DOS. (msdos-color-translate): Use `x-colors'. (x-defined-colors): New alternate definition.
* (x-handle-switch, x-handle-numeric-switch)Richard M. Stallman1995-12-291-114/+45
| | | | | (x-handle-args): Use command-line-x-option-alist. (x-option-alist, x-switch-definitions, x-long-option-alist): Deleted.
* Disable scrollbars until fully functional.Geoff Voelker1995-12-241-0/+3
|
* (msdos-color-aliases): Add more aliases.Richard M. Stallman1995-11-221-4/+21
| | | | | (msdos-face-setup): Change colors for bold, bold-italic, underline. (x-frob-font-slant): Define as no-op.
* (x-display-color-p): Accept optional arg.Richard M. Stallman1995-11-101-1/+1
|