1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

114 Commits

Author SHA1 Message Date
Miles Bader
d6af189ae7 ("faces"): Move load before loading "loaddefs.el".
("button"): New load, just before "help" (which uses it).
2001-10-07 11:38:15 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Eli Zaretskii
6f67610990 Revert last change. 2001-02-07 05:48:08 +00:00
Eli Zaretskii
e349099a81 Load ccl before utf-8; don't load ccl in the ms-dos
specific case.
2001-02-06 17:34:40 +00:00
Dave Love
cc2aa88a73 Revert last two changes -- bootstrapping works with
regenerated loaddefs.
2001-02-05 17:38:20 +00:00
Eli Zaretskii
9b1adbd5a2 (Top-level) [ms-dos]: Don't load international/ccl twice. 2001-01-26 10:16:41 +00:00
Dave Love
2644b4c098 Preload international/ccl for utf-8. 2001-01-25 13:35:07 +00:00
Kenichi Handa
c546dfcbc5 Preload international/utf-8. 2001-01-25 11:49:15 +00:00
Gerd Moellmann
9315353b53 (toplevel): Check for x-toolkit-scroll-bars instead
of x-toolkit-scroll-bars-p.
2000-12-27 14:34:53 +00:00
Andrew Choi
591b63b424 * term/mac-win.el: Remove load for ls-lisp.
* loadup.el: Load ls-lisp for system-type macos.
2000-12-12 05:04:07 +00:00
Sam Steingold
e04d21aaae Load emacs-lisp/backquote instead of autoloading 2000-12-07 15:23:07 +00:00
Ken Raeburn
49fc45009e * loadup.el (top level): Adjust load path if program name is
"../src/bootstrap-emacs", in case it's not dumped and thus the load path
adjustment hasn't already been done.
2000-10-31 15:58:25 +00:00
Gerd Moellmann
301d6830c0 (toplevel): Load loaddefs' before help' because the
latter needs the autoloaded define-minor-mode macro.
2000-10-06 11:42:03 +00:00
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