| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changes for automatic remapping of X colors on terminal frames: | Eli Zaretskii | 1999-12-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * term/pc-win.el (msdos-setup-initial-frame): New function, run by term-setup-hook. Call msdos-remember-default-colors and msdos-handle-reverse-video. (msdos-face-setup): Parts of code moved to msdos-setup-initial-frame. (msdos-handle-reverse-video): New function, modeled after x-handle-reverse-video. (make-msdos-frame): Don't use initial-frame-alist and default-frame-alist. Call msdos-handle-reverse-video. (msdos-color-aliases): Remove. (msdos-color-translate, msdos-approximate-color): Remove. (msdos-color-values): Use 16-bit RGB values. RGB values updated for better approximation of X colors. (msdos-face-setup): Call tty-color-clear. Remove code that sets up tty-color-alist (it is now on startup.el). (x-display-color-p, x-color-defined-p, x-color-values, x-defined-colors, face-color-supported-p, face-color-gray-p): Remove. * facemenu.el (facemenu-read-color, list-colors-display): Use defined-colors for all frame types. (facemenu-color-equal): Use color-values for all frame types. * faces.el (read-face-attribute): For :foreground and :background attributes and frames on character terminals, translate the color to the closest supported one before looking it up in the list of valid values. (face-valid-attribute-values): Call defined-colors for all types of frames. (defined-colors, color-defined-p, color-values, display-color-p): New finctions. (x-defined-colors, x-color-defined-p, x-color-values, x-display-color-p): Aliases for the above. * startup.el (command-line): Register terminal colors for frame types other than x and w32, but only if the terminal supports colors. Call tty-color-define instead of face-register-tty-color. * term/x-win.el (xw-defined-colors): Renamed from x-defined-colors. * term/w32-win.el (xw-defined-colors): Likewise. * term/tty-colors.el: New file. * loadup.el: Load term/tty-colors. | ||||
| * | Add latin-8, latin-9. | Dave Love | 1999-10-21 | 1 | -1/+3 |
| | | |||||
| * | * subr.el (with-current-buffer): don't use backquotes to avoid | Stefan Monnier | 1999-10-13 | 1 | -4/+21 |
| | | | | | | | | bootstrapping problems. loadup.el (load-path): add subdirs for bootstrapping. (docstrings): ignore errors during bootstrapping. (args): new `bootstrap' argument (for use in place of `dump'). | ||||
| * | Don't load scroll-bar unless x-toolkit-scroll-bars-p | Eli Zaretskii | 1999-07-30 | 1 | -1/+2 |
| | | | | | is bound. | ||||
| * | For ms-dos systems, load ccl and codepage. | Eli Zaretskii | 1999-05-10 | 1 | -0/+2 |
| | | |||||
| * | Don't write the fns-...el file if not dumping. | Richard M. Stallman | 1999-04-06 | 1 | -24/+27 |
| | | |||||
| * | (buffer-undo-list) [windows-nt]: Use different relative path. | Geoff Voelker | 1998-12-07 | 1 | -3/+7 |
| | | |||||
| * | (buffer-undo-list): Write fns-VERSION.el in lib-src. | Geoff Voelker | 1998-12-07 | 1 | -2/+2 |
| | | |||||
| * | (buffer-undo-list): For ms-dos, use fns.el without the | Eli Zaretskii | 1998-11-12 | 1 | -3/+5 |
| | | | | | version string. | ||||
| * | (buffer-undo-list): Run fns-VERSION.el through | Eli Zaretskii | 1998-11-08 | 1 | -2/+3 |
| | | | | | convert-standard-filename. | ||||
| * | (buffer-undo-list): Write fns-VERSION.el into | Richard M. Stallman | 1998-11-01 | 1 | -1/+2 |
| | | | | | build directory, not source directory. | ||||
| * | Write fns-*.el in current directory instead of | Andreas Schwab | 1998-10-30 | 1 | -5/+5 |
| | | | | | | data-directory since no installation directory exists yet. Mark buffer unmodified afterwards. | ||||
| * | Write load-history into etc/fns-VERSION.el, then clear it. | Karl Heuer | 1998-09-21 | 1 | -0/+21 |
| | | |||||
| * | Add informative message about the lists of GC stats. | Richard M. Stallman | 1998-08-13 | 1 | -0/+2 |
| | | |||||
| * | Load byte-run and format a little earlier. | Richard M. Stallman | 1998-08-09 | 1 | -3/+3 |
| | | |||||
| * | Call update-coding-systems-internal instead of | Kenichi Handa | 1998-08-02 | 1 | -1/+1 |
| | | | | | update-iso-coding-systems. | ||||
| * | Clean up mechanism for removing -l loadup from end. | Karl Heuer | 1998-06-05 | 1 | -7/+6 |
| | | |||||
| * | Comment change. | Karl Heuer | 1998-06-05 | 1 | -4/+4 |
| | | |||||
| * | (loaddefs.el): Load it earlier, and GC before and after | Richard M. Stallman | 1998-05-26 | 1 | -4/+12 |
| | | | | | and a few more times later on. | ||||
| * | Load dos-vars along with dos-fns. | Richard M. Stallman | 1998-05-15 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Dan Nicolaescu | 1998-04-15 | 1 | -0/+1 |
| | | |||||
| * | Load language/czech and language/slovak. | Richard M. Stallman | 1998-03-18 | 1 | -0/+2 |
| | | |||||
| * | Call update-iso-coding-systems after loading files | Kenichi Handa | 1998-01-22 | 1 | -0/+1 |
| | | | | | under language subdir. | ||||
| * | Load case-table before loading | Richard M. Stallman | 1997-09-19 | 1 | -1/+1 |
| | | | | | international/characters.el. | ||||
| * | Delete most calls to garbage-collect. | Richard M. Stallman | 1997-08-15 | 1 | -63/+3 |
| | | |||||
| * | (loaddefs.el): Load that much later. | Richard M. Stallman | 1997-08-15 | 1 | -2/+2 |
| | | |||||
| * | [windows-nt, ms-dos]: Undo loading | Geoff Voelker | 1997-07-20 | 1 | -4/+0 |
| | | | | | of international/mule-utils. | ||||
| * | [windows-nt, ms-dos]: Load international/mule-utils. | Richard M. Stallman | 1997-07-18 | 1 | -0/+4 |
| | | |||||
| * | Some files are in different directories. | Richard M. Stallman | 1997-07-04 | 1 | -15/+15 |
| | | |||||
| * | Load latin-5.el. | Richard M. Stallman | 1997-06-10 | 1 | -1/+2 |
| | | |||||
| * | Always load faces.el. | Richard M. Stallman | 1997-05-31 | 1 | -2/+2 |
| | | |||||
| * | Add comment for the code loading | Kenichi Handa | 1997-05-28 | 1 | -1/+1 |
| | | | | | "language/devanagari". | ||||
| * | Always load case-table, latin-1, latin-2, latin-3, latin-4. | Richard M. Stallman | 1997-05-26 | 1 | -0/+7 |
| | | |||||
| * | Move bindings.el after mule-conf.el. | Richard M. Stallman | 1997-05-12 | 1 | -7/+7 |
| | | | | | Load mule and mule-conf before simple. | ||||
| * | Load cus-start. | Richard M. Stallman | 1997-04-12 | 1 | -1/+2 |
| | | | | | Don't insist that bindings.el not be compiled. | ||||
| * | Load widget and custom packages. | Richard M. Stallman | 1997-04-11 | 1 | -0/+4 |
| | | |||||
| * | Load language/english and language/tibetan. | Kenichi Handa | 1997-04-05 | 1 | -0/+4 |
| | | |||||
| * | Load "language/lao". | Kenichi Handa | 1997-02-26 | 1 | -0/+2 |
| | | |||||
| * | Load mule specific files. | Karl Heuer | 1997-02-20 | 1 | -0/+38 |
| | | |||||
| * | Use new names for w32 files | Geoff Voelker | 1996-11-19 | 1 | -3/+3 |
| | | |||||
| * | Load frame.elc unconditionally. | Richard M. Stallman | 1996-09-12 | 1 | -4/+2 |
| | | |||||
| * | Load bindings.el. | Richard M. Stallman | 1996-09-11 | 1 | -1/+3 |
| | | |||||
| * | [windows-nt, ms-dos]: Load dos-nt. | Richard M. Stallman | 1996-09-01 | 1 | -0/+4 |
| | | |||||
| * | On MSDOS, don't assume that `make-frame' is only bound under an X | Richard M. Stallman | 1996-06-10 | 1 | -1/+1 |
| | | | | | emulator; use `x-create-frame' instead. | ||||
| * | Hold previous change until after the release. | Karl Heuer | 1996-05-18 | 1 | -4/+0 |
| | | |||||
| * | [windows-nt, ms-dos]: Load dos-win32. | Karl Heuer | 1996-05-17 | 1 | -0/+4 |
| | | |||||
| * | [windows-nt]: Load disp-table. | Richard M. Stallman | 1996-04-26 | 1 | -0/+2 |
| | | |||||
| * | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | | |||||
| * | Always load menu-bar. | Richard M. Stallman | 1995-10-31 | 1 | -1/+1 |
| | | |||||
| * | Fix previous change. | Richard M. Stallman | 1995-10-31 | 1 | -1/+1 |
| | | |||||