aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/loadup.el
Commit message (Collapse)AuthorAgeFilesLines
* Load jka-cmpr-hook instead of jka-comp-hook.Eli Zaretskii2005-05-061-1/+1
|
* Load jka-comp-hook.Richard M. Stallman2005-04-301-0/+1
|
* Load tooltip if x-show-tip is fboundp.Luc Teirlinck2005-04-161-0/+1
|
* Don't use buffer-disable-undo; do it directly.Richard M. Stallman2004-12-271-1/+2
|
* Add cygwin to system-type list, for unexec() support.Stefan Monnier2004-04-121-1/+1
|
* Preload kannada.el.Kenichi Handa2003-11-081-0/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* (pure-space-overflow): Set it if overflow.Richard M. Stallman2003-06-301-0/+3
|
* Load byte-run.el, map-ynp.el, timer.el and float-sup.el from emacs-lisp.Juanma Barranquero2003-05-311-4/+4
|
* Load "language/malayalam" and "language/tamil".Kenichi Handa2003-02-111-1/+3
|
* (load-path): Rename `path' local var.Richard M. Stallman2003-01-201-6/+6
|
* Include lisp/textmodes in load-path for bootstrapAndrew Innes2003-01-151-1/+2
| | | | emacs, to resolve ispell menu reference.
* Preload international/utf-16. Don't call ucs-unify-8859.Kenichi Handa2002-09-301-1/+1
|
* ("simple.el"): Move to after loaddefs.el.Stefan Monnier2002-09-111-1/+1
|
* Load international/utf-8 before international/characters.Kim F. Storm2002-07-171-1/+1
|
* Add font-core.el.Colin Walters2002-05-211-0/+1
|
* Explicitly load cus-face and timer.Richard M. Stallman2002-04-271-0/+2
|
* (bootstrap): Don't bother using the pure space.Stefan Monnier2002-04-151-0/+2
|
* Call ucs-unify-8859 directly rather than unify-8859-on-encoding-mode.Stefan Monnier2002-04-081-28/+34
| | | | (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
* ("emacs-lisp/backquote"): Load earlier.Stefan Monnier2002-03-181-7/+15
| | | | | | ("international/ucs-tables"): Load and turn on unify-8859-on-encoding-mode unconditionally. (emacs-version): Use `defconst' rather than `setq'.
* [windows-nt]: Load w32-vars.Jason Rumney2002-01-201-0/+1
|
* Add "language" to the load-path.Eli Zaretskii2001-12-191-0/+1
|
* Add language/utf-8-lang, language/georgian.Dave Love2001-12-181-0/+2
|
* ("button"): Load removed.Miles Bader2001-10-091-3/+1
|
* ("faces"): Move load before loading "loaddefs.el".Miles Bader2001-10-071-1/+6
| | | | ("button"): New load, just before "help" (which uses it).
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* Revert last change.Eli Zaretskii2001-02-071-1/+1
|
* Load ccl before utf-8; don't load ccl in the ms-dosEli Zaretskii2001-02-061-1/+1
| | | | specific case.
* Revert last two changes -- bootstrapping works withDave Love2001-02-051-1/+1
| | | | regenerated loaddefs.
* (Top-level) [ms-dos]: Don't load international/ccl twice.Eli Zaretskii2001-01-261-1/+0
|
* Preload international/ccl for utf-8.Dave Love2001-01-251-0/+1
|
* Preload international/utf-8.Kenichi Handa2001-01-251-0/+1
|
* (toplevel): Check for x-toolkit-scroll-bars insteadGerd Moellmann2000-12-271-1/+1
| | | | of x-toolkit-scroll-bars-p.
* * term/mac-win.el: Remove load for ls-lisp.Andrew Choi2000-12-121-0/+3
| | | | * loadup.el: Load ls-lisp for system-type macos.
* Load emacs-lisp/backquote instead of autoloadingSam Steingold2000-12-071-4/+4
|
* * loadup.el (top level): Adjust load path if program name isKen Raeburn2000-10-311-1/+3
| | | | | "../src/bootstrap-emacs", in case it's not dumped and thus the load path adjustment hasn't already been done.
* (toplevel): Load `loaddefs' before `help' because theGerd Moellmann2000-10-061-6/+7
| | | | latter needs the autoloaded define-minor-mode macro.
* (toplevel): Load faces before isearch.Gerd Moellmann2000-10-021-1/+1
|
* Load `env'.Gerd Moellmann2000-05-151-0/+1
|
* 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.