Commit graph

101 commits

Author SHA1 Message Date
Gerd Moellmann
01c86c564d (toplevel): Load faces before isearch. 2000-10-02 19:21:46 +00:00
Gerd Moellmann
b27f23c1db Load `env'. 2000-05-15 14:50:00 +00:00
Eli Zaretskii
f795f63364 Changes for automatic remapping of X colors on terminal frames:
* 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.
1999-12-06 17:55:00 +00:00
Dave Love
902e7be83c Add latin-8, latin-9. 1999-10-21 20:54:16 +00:00
Stefan Monnier
ce87039d4d * subr.el (with-current-buffer): don't use backquotes to avoid
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').
1999-10-13 00:21:07 +00:00
Eli Zaretskii
449ab6886c Don't load scroll-bar unless x-toolkit-scroll-bars-p
is bound.
1999-07-30 08:48:17 +00:00
Eli Zaretskii
aea543b450 For ms-dos systems, load ccl and codepage. 1999-05-10 11:44:03 +00:00
Richard M. Stallman
684c38fcce Don't write the fns-...el file if not dumping. 1999-04-06 19:51:57 +00:00
Geoff Voelker
e9847e6c13 (buffer-undo-list) [windows-nt]: Use different relative path. 1998-12-07 19:27:14 +00:00
Geoff Voelker
c7e73b89dc (buffer-undo-list): Write fns-VERSION.el in lib-src. 1998-12-07 19:25:32 +00:00
Eli Zaretskii
e23dcdffa6 (buffer-undo-list): For ms-dos, use fns.el without the
version string.
1998-11-12 11:42:45 +00:00
Eli Zaretskii
9741697386 (buffer-undo-list): Run fns-VERSION.el through
convert-standard-filename.
1998-11-08 17:23:52 +00:00
Richard M. Stallman
b0fd465bb2 (buffer-undo-list): Write fns-VERSION.el into
build directory, not source directory.
1998-11-01 19:24:32 +00:00
Andreas Schwab
b7b75652ce Write fns-*.el in current directory instead of
data-directory since no installation directory exists yet.  Mark
buffer unmodified afterwards.
1998-10-30 09:54:37 +00:00
Karl Heuer
c2509060c7 Write load-history into etc/fns-VERSION.el, then clear it. 1998-09-21 16:33:18 +00:00
Richard M. Stallman
6f76277fc6 Add informative message about the lists of GC stats. 1998-08-13 23:01:42 +00:00
Richard M. Stallman
8f89dc5682 Load byte-run and format a little earlier. 1998-08-09 06:20:51 +00:00
Kenichi Handa
4298d95ef1 Call update-coding-systems-internal instead of
update-iso-coding-systems.
1998-08-02 01:06:57 +00:00
Karl Heuer
7fa26c0a28 Clean up mechanism for removing -l loadup from end. 1998-06-05 15:49:43 +00:00
Karl Heuer
0f4b266c2a Comment change. 1998-06-05 15:48:37 +00:00
Richard M. Stallman
838d57f616 (loaddefs.el): Load it earlier, and GC before and after
and a few more times later on.
1998-05-26 20:56:22 +00:00
Richard M. Stallman
7298263a74 Load dos-vars along with dos-fns. 1998-05-15 05:44:56 +00:00
Dan Nicolaescu
23e7714ec3 *** empty log message *** 1998-04-15 01:55:18 +00:00
Richard M. Stallman
c90c0be058 Load language/czech and language/slovak. 1998-03-18 00:40:24 +00:00
Kenichi Handa
b3fffbb92b Call update-iso-coding-systems after loading files
under language subdir.
1998-01-22 01:41:18 +00:00
Richard M. Stallman
74994b1f7e Load case-table before loading
international/characters.el.
1997-09-19 23:07:22 +00:00
Richard M. Stallman
63abf6122e Delete most calls to garbage-collect. 1997-08-15 19:24:41 +00:00
Richard M. Stallman
02c33131c7 (loaddefs.el): Load that much later. 1997-08-15 19:21:11 +00:00
Geoff Voelker
e2ed3ecdcf [windows-nt, ms-dos]: Undo loading
of international/mule-utils.
1997-07-20 01:31:14 +00:00
Richard M. Stallman
5e2729dd57 [windows-nt, ms-dos]: Load international/mule-utils. 1997-07-18 22:54:38 +00:00
Richard M. Stallman
5dcd126117 Some files are in different directories. 1997-07-04 04:59:58 +00:00
Richard M. Stallman
fac9f1df1a Load latin-5.el. 1997-06-10 06:44:01 +00:00
Richard M. Stallman
06b296ce1f Always load faces.el. 1997-05-31 07:38:11 +00:00
Kenichi Handa
ba114d2f46 Add comment for the code loading
"language/devanagari".
1997-05-28 03:37:30 +00:00
Richard M. Stallman
939f6e3f20 Always load case-table, latin-1, latin-2, latin-3, latin-4. 1997-05-26 01:46:51 +00:00
Richard M. Stallman
9b73022faf Move bindings.el after mule-conf.el.
Load mule and mule-conf before simple.
1997-05-12 23:20:55 +00:00
Richard M. Stallman
4d100a01c9 Load cus-start.
Don't insist that bindings.el not be compiled.
1997-04-12 20:30:17 +00:00
Richard M. Stallman
d038ca1d37 Load widget and custom packages. 1997-04-11 18:27:07 +00:00
Kenichi Handa
4366b45ecc Load language/english and language/tibetan. 1997-04-05 02:35:53 +00:00
Kenichi Handa
f35c859cea Load "language/lao". 1997-02-26 12:49:38 +00:00
Karl Heuer
5e14f0f5f1 Load mule specific files. 1997-02-20 05:47:23 +00:00
Geoff Voelker
489f937121 Use new names for w32 files 1996-11-19 07:04:49 +00:00
Richard M. Stallman
fd727f4a0b Load frame.elc unconditionally. 1996-09-12 18:59:53 +00:00
Richard M. Stallman
7e81494045 Load bindings.el. 1996-09-11 19:00:25 +00:00
Richard M. Stallman
424aad230d [windows-nt, ms-dos]: Load dos-nt. 1996-09-01 17:11:14 +00:00
Richard M. Stallman
753a134f1e On MSDOS, don't assume that `make-frame' is only bound under an X
emulator; use `x-create-frame' instead.
1996-06-10 21:20:18 +00:00
Karl Heuer
b1d4be5f6e Hold previous change until after the release. 1996-05-18 20:15:02 +00:00
Karl Heuer
fa823be38a [windows-nt, ms-dos]: Load dos-win32. 1996-05-17 22:29:35 +00:00
Richard M. Stallman
234ae99a66 [windows-nt]: Load disp-table. 1996-04-26 19:46:05 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00