| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (x-handle-switch): Fix handling of x-invocation-args for switches with | Juanma Barranquero | 2002-06-12 | 1 | -2/+2 |
| | | | | | arguments. | ||||
| * | (color-name-rgb-alist): Use 16-bit RGB values instead of 8-bit, for | Miles Bader | 2002-06-09 | 1 | -756/+760 |
| | | | | | | | | | | | | | | | | consistency with the rest of emacs. (tty-color-canonicalize): Only copy COLOR if we need to change it. (tty-color-approximate): Scale values from `color-name-rgb-alist' appropriately. Return the whole color description, rather than just the RGB values. (tty-color-standard-values): New function. Code mostly taken from `tty-color-translate'. (tty-color-translate, tty-color-values): Use `tty-color-desc' to do all the work. (tty-color-desc): Do color lookup here instead of calling `tty-color-translate' and `tty-color-by-index'; this is now the main place to do it. | ||||
| * | Fix typo. | Juanma Barranquero | 2002-05-16 | 1 | -1/+1 |
| | | |||||
| * | (mouse-wheel-scroll-line) | Jason Rumney | 2002-05-04 | 1 | -27/+8 |
| | | | | | | (mouse-wheel-scroll-screen): Removed. ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll. | ||||
| * | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -2/+12 |
| | | | | | lisp/ChangeLog, and src/ChangeLog for list of changes. | ||||
| * | (x-select-text, x-cut-buffer-or-selection-value): Check if any of the | Pavel Janík | 2002-04-24 | 1 | -31/+107 |
| | | | | | | available selection sources has new content and if so it will return that content. | ||||
| * | (emacs-session-save): Add comment that return t means cancel shutdown | Jan Djärv | 2002-03-12 | 1 | -0/+1 |
| | | |||||
| * | (emacs-session-restore): Take previous id as an argument. | Jan Djärv | 2002-03-12 | 1 | -2/+2 |
| | | |||||
| * | (x-handle-smid): New function. | Jan Djärv | 2002-03-10 | 1 | -0/+68 |
| | | | | | | | | (emacs-session-filename): New function. (emacs-session-save): New function. (emacs-save-session-functions): New variable. (emacs-session-restore): New function. | ||||
| * | (mouse-wheel-scroll-line): Use car of | Jason Rumney | 2002-02-25 | 1 | -2/+4 |
| | | | | | mouse-wheel-scroll-amount. | ||||
| * | (x-option-alist, x-long-option-alist) | Jason Rumney | 2002-02-17 | 1 | -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 Zaretskii | 2002-01-25 | 1 | -1/+1 |
| | | |||||
| * | (tty-standard-colors): Reverse the order of colors. | Eli Zaretskii | 2002-01-25 | 1 | -9/+32 |
| | | | | | | (tty-register-default-colors): New function; code moved from startup.el's command-line. | ||||
| * | (msdos-color-values): Reverse the order of the | Eli Zaretskii | 2002-01-25 | 1 | -15/+15 |
| | | | | | | colors, since tty-color-define now preserves the registration order. | ||||
| * | (xterm-standard-colors): New variable. | Eli Zaretskii | 2002-01-25 | 1 | -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 Zaretskii | 2002-01-25 | 1 | -0/+175 |
| | | |||||
| * | (x-handle-geometry): Put sizes on both | Richard M. Stallman | 2002-01-24 | 1 | -0/+5 |
| | | | | | initial-frame-alist and default-frame-alist. | ||||
| * | Move user variables to w32-vars.el and make them defcustoms. | Jason Rumney | 2002-01-20 | 1 | -88/+2 |
| | | | | | Use w32-list-proportional-fonts. | ||||
| * | Add comments to avoid future deletion of conditionals that seem | Jason Rumney | 2002-01-17 | 1 | -0/+3 |
| | | | | | unnecessary on w32. | ||||
| * | Only require fontset when new-fontset is bound. | Jason Rumney | 2002-01-17 | 1 | -1/+2 |
| | | |||||
| * | (tty-color-mode-alist): New variable. | Eli Zaretskii | 2002-01-14 | 1 | -0/+11 |
| | | |||||
| * | (x-handle-initial-switch): New function. | Eli Zaretskii | 2002-01-13 | 1 | -0/+16 |
| | | |||||
| * | Fix typo. | Pavel Janík | 2002-01-13 | 1 | -1/+1 |
| | | |||||
| * | Require fontset unconditionally. | Jason Rumney | 2002-01-05 | 1 | -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 Zaretskii | 2001-12-24 | 1 | -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. Stallman | 2001-12-24 | 2 | -18/+36 |
| | | | | | left and top on initial-frame-alist. | ||||
| * | (IT-character-translations): Add entries for more points. | Eli Zaretskii | 2001-12-07 | 1 | -1/+1 |
| | | |||||
| * | Converted backquote to the new style. | Sam Steingold | 2001-11-27 | 1 | -26/+26 |
| | | |||||
| * | (sun-yank-selection): Use insert instead of insert-string. | Pavel Janík | 2001-11-26 | 1 | -1/+1 |
| | | |||||
| * | (bg-insert-moused-sexp): Use insert instead of insert-string. | Pavel Janík | 2001-11-26 | 1 | -3/+3 |
| | | |||||
| * | (term-setup-hook): Add IT-setup-unicode-display. | Eli Zaretskii | 2001-11-04 | 1 | -0/+3 |
| | | |||||
| * | (function-key-map): Add entry for `ESC [ 3 ~' -> <delete> | Stefan Monnier | 2001-11-04 | 1 | -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): Add | Eli Zaretskii | 2001-10-26 | 1 | -0/+2 |
| | | | | | make-obsolete cookies, to follow faces.el. | ||||
| * | (redisplay-dont-pause): Don't set. | Jason Rumney | 2001-10-21 | 1 | -4/+0 |
| | | |||||
| * | Update Stephen Gildea's mail address. | Eli Zaretskii | 2001-09-23 | 1 | -1/+1 |
| | | |||||
| * | (sup-pos-to-window): Use | Gerd Moellmann | 2001-09-07 | 1 | -1/+2 |
| | | | | | get-window-with-predicate. | ||||
| * | (bg-window-from-x-y): Use | Gerd Moellmann | 2001-09-07 | 1 | -2/+3 |
| | | | | | get-window-with-predicate. | ||||
| * | 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk> | Andrew Choi | 2001-09-04 | 1 | -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 Zaretskii | 2001-08-25 | 1 | -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 Choi | 2001-08-24 | 1 | -0/+2 |
| | | | | | * term/mac-win.el: Require scroll-bar. | ||||
| * | (IT-unicode-translations): Fix the appearance of "6`". | Eli Zaretskii | 2001-07-23 | 1 | -1/+1 |
| | | |||||
| * | (ignore-key, sun-esc-bracket, meta-flag): Remove. | Stefan Monnier | 2001-07-17 | 1 | -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ík | 2001-07-16 | 5 | -7/+13 |
| | | |||||
| * | Fixes to follow coding conventions. | Pavel Janík | 2001-07-16 | 3 | -3/+7 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2001-07-16 | 1 | -1/+1 |
| | | |||||
| * | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-15 | 14 | -0/+26 |
| | | |||||
| * | Some fixes to follow coding conventions in files maintained by FSF. | Pavel Janík | 2001-07-15 | 4 | -2/+10 |
| | | |||||
| * | Fix the header line and the copyright years. | Eli Zaretskii | 2001-07-10 | 1 | -2/+2 |
| | | |||||
| * | (x-colors): Add colors from the recent rgb.txt file. | Eli Zaretskii | 2001-06-29 | 1 | -128/+743 |
| | | |||||
| * | (IT-unicode-translations): New variable. | Eli Zaretskii | 2001-06-01 | 1 | -0/+309 |
| | | | | | (IT-setup-unicode-display): New function. | ||||