aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete the code to create a fontset from the X resource "Font".Kenichi Handa2003-01-101-22/+0
|
* Fix typo in loop setting x-keysym-table.Dave Love2002-10-281-4/+5
|
* Remove some ancient compatibility code. PopulateDave Love2002-10-271-49/+837
| | | | x-keysym-table.
* Deleted unnecessary calls of set-fontset-font.Kenichi Handa2002-03-011-27/+4
| | | | (ccl-encode-mac-roman-font): Deleted.
* (mouse-wheel-scroll-line): Use car ofJason Rumney2002-02-251-2/+4
| | | | mouse-wheel-scroll-amount.
* (x-option-alist, x-long-option-alist)Jason Rumney2002-02-171-122/+70
| | | | | | (x-switch-definitions): Remove, use command-line-x-option-alist instead to be consistent with X. (x-handle-initial-switch): New function.
* Fix a typo in a comment.Eli Zaretskii2002-01-251-1/+1
|
* (tty-standard-colors): Reverse the order of colors.Eli Zaretskii2002-01-251-9/+32
| | | | | (tty-register-default-colors): New function; code moved from startup.el's command-line.
* (msdos-color-values): Reverse the order of theEli Zaretskii2002-01-251-15/+15
| | | | | colors, since tty-color-define now preserves the registration order.
* (xterm-standard-colors): New variable.Eli Zaretskii2002-01-251-2/+160
| | | | | | | | (xterm-rgb-convert-to-16bit, xterm-register-default-colors) (xterm-rxvt-set-background-mode): New functions. (toplevel): Call xterm-register-default-colors, xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces. Add support for more keys from xterm's terminfo entry.
* New file.Eli Zaretskii2002-01-251-0/+175
|
* (x-handle-geometry): Put sizes on bothRichard M. Stallman2002-01-241-0/+5
| | | | initial-frame-alist and default-frame-alist.
* Move user variables to w32-vars.el and make them defcustoms.Jason Rumney2002-01-201-88/+2
| | | | Use w32-list-proportional-fonts.
* Add comments to avoid future deletion of conditionals that seemJason Rumney2002-01-171-0/+3
| | | | unnecessary on w32.
* Only require fontset when new-fontset is bound.Jason Rumney2002-01-171-1/+2
|
* (tty-color-mode-alist): New variable.Eli Zaretskii2002-01-141-0/+11
|
* (x-handle-initial-switch): New function.Eli Zaretskii2002-01-131-0/+16
|
* Fix typo.Pavel Janík2002-01-131-1/+1
|
* Require fontset unconditionally.Jason Rumney2002-01-051-38/+2
| | | | | (w32-handle-scroll-bar-event): Remove, since default scroll bar behaviour is now the same as what Windows users expect.
* (dos-cpNNN-setup, dos-codepage-setup):Eli Zaretskii2001-12-241-3/+6
| | | | | | Call IT-setup-unicode-display here instead of adding it to dos-codepage-setup-hook, so that Unicode display tables are set before dos-codepage-setup-hook runs.
* (x-handle-geometry): Put height and width on default-frame-alist,Richard M. Stallman2001-12-242-18/+36
| | | | left and top on initial-frame-alist.
* (IT-character-translations): Add entries for more points.Eli Zaretskii2001-12-071-1/+1
|
* Converted backquote to the new style.Sam Steingold2001-11-271-26/+26
|
* (sun-yank-selection): Use insert instead of insert-string.Pavel Janík2001-11-261-1/+1
|
* (bg-insert-moused-sexp): Use insert instead of insert-string.Pavel Janík2001-11-261-3/+3
|
* (term-setup-hook): Add IT-setup-unicode-display.Eli Zaretskii2001-11-041-0/+3
|
* (function-key-map): Add entry for `ESC [ 3 ~' -> <delete>Stefan Monnier2001-11-041-21/+35
| | | | | Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}. Use inheritance so that .emacs and terminfo take precedence.
* (x-frob-font-slant, x-frob-font-weight): AddEli Zaretskii2001-10-261-0/+2
| | | | make-obsolete cookies, to follow faces.el.
* (redisplay-dont-pause): Don't set.Jason Rumney2001-10-211-4/+0
|
* Update Stephen Gildea's mail address.Eli Zaretskii2001-09-231-1/+1
|
* (sup-pos-to-window): UseGerd Moellmann2001-09-071-1/+2
| | | | get-window-with-predicate.
* (bg-window-from-x-y): UseGerd Moellmann2001-09-071-2/+3
| | | | get-window-with-predicate.
* 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-09-041-1/+8
| | | | | * term/mac-win.el (mac-drag-n-drop): Decode file name by consulting the value of file-name-coding-system.
* (IT-character-translations) <hebrew-iso8859-8>:Eli Zaretskii2001-08-251-20/+27
| | | | | | | | Replace some of the undefined characters with emulations of bidi formatting characters and Niqud as per SI 1311-1. (IT-unicode-translations): Ditto. (IT-display-table-setup, IT-setup-unicode-display): Fill characters without translations with dos-unsupported-char-glyph.
* 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-08-241-0/+2
| | | | * term/mac-win.el: Require scroll-bar.
* (IT-unicode-translations): Fix the appearance of "6`".Eli Zaretskii2001-07-231-1/+1
|
* (ignore-key, sun-esc-bracket, meta-flag): Remove.Stefan Monnier2001-07-171-90/+87
| | | | | | | (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7. Complete bindings for F<1..12> keys. (global-map): Remove `undo' binding (already in the default). Replace `t<n>' bindings with `f<n>' bindings.
* Some fixes to follow coding conventions.Pavel Janík2001-07-165-7/+13
|
* Fixes to follow coding conventions.Pavel Janík2001-07-163-3/+7
|
* *** empty log message ***Stefan Monnier2001-07-161-1/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-1514-0/+26
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-154-2/+10
|
* Fix the header line and the copyright years.Eli Zaretskii2001-07-101-2/+2
|
* (x-colors): Add colors from the recent rgb.txt file.Eli Zaretskii2001-06-291-128/+743
|
* (IT-unicode-translations): New variable.Eli Zaretskii2001-06-011-0/+309
| | | | (IT-setup-unicode-display): New function.
* (tty-color-define, tty-color-off-gray-diag)Eli Zaretskii2001-04-291-4/+15
| | | | | (tty-color-translate, tty-color-by-index, tty-color-values) (tty-color-desc): Doc fix.
* (x-handle-xrm-switch): Accept more than one -xrmGerd Moellmann2001-03-061-4/+7
| | | | | switch, like xterm, and concat resource strings, with a newline between them.
* Update copyright notice.Eli Zaretskii2001-03-042-2/+2
|
* (msdos-handle-reverse-video): Look for reverse inEli Zaretskii2001-03-021-1/+2
| | | | default-frame-alist as well.
* (mouse-set-font): Doc fix.Gerd Moellmann2001-01-311-1/+1
|