summaryrefslogtreecommitdiff
path: root/lisp/startup.el
Commit message (Collapse)AuthorAgeFilesLines
* (inhibit-splash-screen, initial-scratch-message): Doc fixes.Luc Teirlinck2006-01-221-2/+6
|
* (command-line-1): Handle --no-desktop if desktop.el is not loaded.Eli Zaretskii2006-01-211-1/+8
|
* (init-file-user): defcustom -> defvar.Luc Teirlinck2006-01-121-4/+2
|
* (init-file-user): Doc fix.Eli Zaretskii2006-01-071-3/+4
|
* (fancy-splash-tail, normal-splash-screen): Update copyright year.Romain Francoise2006-01-031-4/+4
|
* (command-line): Use `custom-reevaluate-setting' for `send-mail-function'.Luc Teirlinck2005-12-281-0/+1
|
* (inhibit-splash-screen): Make this the real name.Richard M. Stallman2005-12-121-13/+24
| | | | | | | (inhibit-startup-message): Make this the alias. (command-line): Find only simple.el, and use its directory to fill in other preloaded files' names. (command-line): Deactivate the mark if deactivate-mark is set.
* (command-line): Make sure that loaddefs.el is handled correctly inLuc Teirlinck2005-11-221-1/+1
| | | | load-history.
* (fancy-splash-default-action): Discard onlyYAMAMOTO Mitsuharu2005-11-191-1/+1
| | | | | mouse-down and succeeding mouse-up events in the splash screen window so that drag-n-drop event can be processed.
* (command-line): Use `custom-reevaluate-setting' for `file-name-shadow-mode'.Luc Teirlinck2005-11-161-0/+1
|
* (command-line): Use `custom-reevaluate-setting' for `global-font-lock-mode'.Luc Teirlinck2005-11-051-0/+1
|
* * font-lock.el: Don't deal with font-lock-face-attributes here,Dan Nicolaescu2005-11-051-0/+32
| | | | | | | | | move the code ... * startup.el (command-line): ... here. Use face-spec-set instead of custom-declare-face. * faces.el (face-spec-set): Reset the face if spec is not nil.
* (command-line): Don't call tty-register-default-colors on Mac.YAMAMOTO Mitsuharu2005-11-041-1/+1
|
* (command-line): Use `custom-reevaluate-setting' forYAMAMOTO Mitsuharu2005-11-041-0/+2
| | | | mouse-wheel-down-event and mouse-wheel-up-event.
* * startup.el (command-line): Use ~/.emacs.d/init.el instead ofChong Yidong2005-10-301-5/+3
| | | | ~/.emacs.d/.emacs.
* (command-line): Call before-init-hook earlier.Richard M. Stallman2005-10-281-8/+14
| | | | Warn about some bad characters in -u user name.
* (command-line): Convert library names in `load-history' to absolute file names.Richard M. Stallman2005-10-211-0/+11
|
* * startup.el (command-line-x-option-alist): -nb => -nbiJan Djärv2005-10-121-1/+1
|
* (fancy-splash-default-action): Discard mouse click inKim F. Storm2005-10-121-1/+7
| | | | | the spash screen window, as it has no sensible meaning in the next window to be selected. Fixes error reported by Jan Djärv
* * startup.el (command-line-x-option-alist): Removed options -i,Jan Djärv2005-10-091-3/+2
| | | | -itype, --icon-type, added -nb, --no-bitmap-icon
* Message format spec fixes (1)Deepak Goel2005-09-181-1/+1
|
* (command-line): Try calling various terminal-init-foo-barStefan Monnier2005-09-121-7/+15
| | | | functions by stripping hyphenated suffixes from $TERM.
* (command-line-1): Don't suppress startup screen due to existing processes.Richard M. Stallman2005-08-201-5/+1
|
* Comment change.Richard M. Stallman2005-08-091-0/+2
|
* (command-line-1): Implement -scriptload.Richard M. Stallman2005-08-091-0/+7
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* * term/apollo.el (terminal-init-apollo): New function containingDan Nicolaescu2005-07-271-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all former top level forms in the file. * term/bobcat.el (terminal-init-bobcat): * term/cygwin.el (terminal-init-cygwin): * term/iris-ansi.el (terminal-init-iris-ansi): * term/linux.el (terminal-init-linux): * term/news.el (terminal-init-news): * term/rxvt.el (terminal-init-rxvt): * term/sun.el (terminal-init-sun): * term/tvi970.el (terminal-init-tvi970): * term/vt100.el (terminal-init-vt100): * term/vt102.el (terminal-init-vt102): * term/vt125.el (terminal-init-vt125): * term/vt200.el (terminal-init-vt200): * term/vt201.el (terminal-init-vt201): * term/vt220.el (terminal-init-vt220): * term/vt240.el (terminal-init-vt240): * term/vt300.el (terminal-init-vt300): * term/vt320.el (terminal-init-vt320): * term/vt400.el (terminal-init-vt400): * term/vt420.el (terminal-init-vt420): * term/wyse50.el (terminal-init-wyse50): * term/xterm.el (terminal-init-xterm): Likewise. * term/README: Describe the terminal-init-* functionality. * startup.el (command-line): After loading the terminal initialization file call the corresponding terminal initialization function.
* (command-line): Fix typo. (From Ari Roponen.)Luc Teirlinck2005-07-251-1/+1
|
* (normal-splash-screen): Update menu name.Juri Linkov2005-07-221-1/+1
|
* (site-run-file, keyboard-type): Doc fixes.Juanma Barranquero2005-07-151-14/+15
| | | | | | | | (command-line): Check for "--basic-display" argument; also for "--quick", not "--bare-bones" (which was renamed). (fancy-splash-text): Add missing item "Getting New Versions". (normal-splash-screen): Fix typos and improve consistency with `fancy-splash-text'. Update copyright year.
* (command-line): Use `custom-reevaluate-setting' again for tooltip-mode.Luc Teirlinck2005-07-141-11/+1
|
* (command-line): Whitespace changes.Luc Teirlinck2005-07-121-6/+5
|
* (command-line): Revert to previous handling of tooltip-mode.Luc Teirlinck2005-07-121-1/+12
| | | | Explain in comment why the complexity is needed.
* (command-line): Use custom-reevaluate-setting to handle tooltip-mode.Luc Teirlinck2005-07-101-9/+1
| | | | Delete obsolete comment.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (initialization): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* (default-frame-background-mode): Add defvar.Richard M. Stallman2005-07-031-0/+2
|
* (normal-top-level): Set default-frame-background-modeJuri Linkov2005-06-291-8/+7
| | | | | | instead of frame-background-mode. Before setting it, test for its nil value. Remove tests for frame-background-mode and frame parameter `reverse'. Add test for "unspecified-fg".
* (command-line): Warn if specified user name has no home directory.Richard M. Stallman2005-06-171-0/+8
|
* (normal-top-level): Allow modification of load-path while iterating over it.Stefan Monnier2005-05-251-5/+11
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-3/+3
|
* (fancy-splash-insert): Fix typo in doc string.Reiner Steib2005-05-091-1/+1
|
* (command-line): Use with-no-warnings.Richard M. Stallman2005-04-231-1/+2
|
* (command-line): No longer enable Xterm Mouse mode by default inLuc Teirlinck2005-04-181-10/+0
| | | | terminals compatible with xterm.
* (fancy-splash-max-time): Just 30 seconds.Richard M. Stallman2005-04-171-4/+4
| | | | | (fancy-splash-delay): Just 7. (fancy-splash-screens): No time limit other than fancy-splash-max-time.
* (command-line): Add comment.Luc Teirlinck2005-04-161-0/+3
|
* Chaneg "is" to "are"Jan Djärv2005-04-141-1/+1
|
* (command-line): Whitespace change.Luc Teirlinck2005-04-131-1/+0
|
* (command-line): Handle `xterm-mouse-mode' before reading init file.Luc Teirlinck2005-04-131-7/+11
|
* Delete accidentally added comment.Luc Teirlinck2005-04-131-3/+0
|