aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/loadup.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes for automatic remapping of X colors on terminal frames:Eli Zaretskii1999-12-061-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 Love1999-10-211-1/+3
|
* * subr.el (with-current-buffer): don't use backquotes to avoidStefan Monnier1999-10-131-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-pEli Zaretskii1999-07-301-1/+2
| | | | is bound.
* For ms-dos systems, load ccl and codepage.Eli Zaretskii1999-05-101-0/+2
|
* Don't write the fns-...el file if not dumping.Richard M. Stallman1999-04-061-24/+27
|
* (buffer-undo-list) [windows-nt]: Use different relative path.Geoff Voelker1998-12-071-3/+7
|
* (buffer-undo-list): Write fns-VERSION.el in lib-src.Geoff Voelker1998-12-071-2/+2
|
* (buffer-undo-list): For ms-dos, use fns.el without theEli Zaretskii1998-11-121-3/+5
| | | | version string.
* (buffer-undo-list): Run fns-VERSION.el throughEli Zaretskii1998-11-081-2/+3
| | | | convert-standard-filename.
* (buffer-undo-list): Write fns-VERSION.el intoRichard M. Stallman1998-11-011-1/+2
| | | | build directory, not source directory.
* Write fns-*.el in current directory instead ofAndreas Schwab1998-10-301-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 Heuer1998-09-211-0/+21
|
* Add informative message about the lists of GC stats.Richard M. Stallman1998-08-131-0/+2
|
* Load byte-run and format a little earlier.Richard M. Stallman1998-08-091-3/+3
|
* Call update-coding-systems-internal instead ofKenichi Handa1998-08-021-1/+1
| | | | update-iso-coding-systems.
* Clean up mechanism for removing -l loadup from end.Karl Heuer1998-06-051-7/+6
|
* Comment change.Karl Heuer1998-06-051-4/+4
|
* (loaddefs.el): Load it earlier, and GC before and afterRichard M. Stallman1998-05-261-4/+12
| | | | and a few more times later on.
* Load dos-vars along with dos-fns.Richard M. Stallman1998-05-151-0/+1
|
* *** empty log message ***Dan Nicolaescu1998-04-151-0/+1
|
* Load language/czech and language/slovak.Richard M. Stallman1998-03-181-0/+2
|
* Call update-iso-coding-systems after loading filesKenichi Handa1998-01-221-0/+1
| | | | under language subdir.
* Load case-table before loadingRichard M. Stallman1997-09-191-1/+1
| | | | international/characters.el.
* Delete most calls to garbage-collect.Richard M. Stallman1997-08-151-63/+3
|
* (loaddefs.el): Load that much later.Richard M. Stallman1997-08-151-2/+2
|
* [windows-nt, ms-dos]: Undo loadingGeoff Voelker1997-07-201-4/+0
| | | | of international/mule-utils.
* [windows-nt, ms-dos]: Load international/mule-utils.Richard M. Stallman1997-07-181-0/+4
|
* Some files are in different directories.Richard M. Stallman1997-07-041-15/+15
|
* Load latin-5.el.Richard M. Stallman1997-06-101-1/+2
|
* Always load faces.el.Richard M. Stallman1997-05-311-2/+2
|
* Add comment for the code loadingKenichi Handa1997-05-281-1/+1
| | | | "language/devanagari".
* Always load case-table, latin-1, latin-2, latin-3, latin-4.Richard M. Stallman1997-05-261-0/+7
|
* Move bindings.el after mule-conf.el.Richard M. Stallman1997-05-121-7/+7
| | | | Load mule and mule-conf before simple.
* Load cus-start.Richard M. Stallman1997-04-121-1/+2
| | | | Don't insist that bindings.el not be compiled.
* Load widget and custom packages.Richard M. Stallman1997-04-111-0/+4
|
* Load language/english and language/tibetan.Kenichi Handa1997-04-051-0/+4
|
* Load "language/lao".Kenichi Handa1997-02-261-0/+2
|
* Load mule specific files.Karl Heuer1997-02-201-0/+38
|
* Use new names for w32 filesGeoff Voelker1996-11-191-3/+3
|
* Load frame.elc unconditionally.Richard M. Stallman1996-09-121-4/+2
|
* Load bindings.el.Richard M. Stallman1996-09-111-1/+3
|
* [windows-nt, ms-dos]: Load dos-nt.Richard M. Stallman1996-09-011-0/+4
|
* On MSDOS, don't assume that `make-frame' is only bound under an XRichard M. Stallman1996-06-101-1/+1
| | | | emulator; use `x-create-frame' instead.
* Hold previous change until after the release.Karl Heuer1996-05-181-4/+0
|
* [windows-nt, ms-dos]: Load dos-win32.Karl Heuer1996-05-171-0/+4
|
* [windows-nt]: Load disp-table.Richard M. Stallman1996-04-261-0/+2
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* Always load menu-bar.Richard M. Stallman1995-10-311-1/+1
|
* Fix previous change.Richard M. Stallman1995-10-311-1/+1
|