aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/startup.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-06-02T11:35:[email protected]Glenn Morris2014-06-081-7/+8
|\
| * Small doc updates re initial-buffer-choiceGlenn Morris2014-06-081-7/+8
* | Merge from emacs-24; up to 2014-06-01T23:37:[email protected]Glenn Morris2014-06-071-3/+6
|\|
| * Doc updates re window-setup-hookGlenn Morris2014-06-061-3/+6
* | Simplify treatment of some startup hooksGlenn Morris2014-03-271-15/+10
* | Make some files in etc obsoleteGlenn Morris2014-03-221-2/+3
|/
* Remove old debug printDaniel Colascione2014-03-171-1/+0
* * lisp/startup.el (command-line): Don't init the tty in daemon mode.Glenn Morris2014-02-261-1/+2
* Avoid calling tty-setup-hook twiceGlenn Morris2014-02-261-1/+1
* Doc updates related to tty-setup-hookGlenn Morris2014-02-251-6/+10
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Fix for fancy-splash image inconsistencyDarren Hoo2014-01-301-20/+19
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* * lisp/menu-bar.el (menu-bar-tools-menu): Add `browse-web'.Juri Linkov2013-12-171-0/+2
* Fix decoding of paths at startup.Eli Zaretskii2013-12-091-43/+46
* * lisp/startup.el (command-line): Warn if ~/emacs.d is in load-path.Glenn Morris2013-11-301-0/+23
* Fix bug #16014 with not showing fancy splash screen on MS-Windows.Eli Zaretskii2013-11-301-1/+5
* Move runtime leim lisp files to lisp/leim directoryGlenn Morris2013-11-261-7/+1
* Preload leim-list.elGlenn Morris2013-11-251-7/+12
* Use path-separator with -L, rather than just :Glenn Morris2013-11-201-1/+1
* Fix bug #15805 with trying to load Lisp files before load-path is populated.Eli Zaretskii2013-11-051-23/+26
* Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-041-26/+68
* * lisp/startup.el (command-line-1): Allow `-L :...' to append to load-path.Glenn Morris2013-11-031-7/+16
* Comment markup fixGlenn Morris2013-11-021-6/+5
* Cleanup namespace of dos-w32.el.Stefan Monnier2013-10-291-2/+2
* * lisp/startup.el (default-frame-background-mode): Remove unusedJohan Bockgård2013-10-201-2/+0
* Add a major-mode for the *Messages* bufferGlenn Morris2013-09-171-2/+2
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* Add `remember-notes' function to store random notes across EmacsMichal Nazarewicz2013-06-301-1/+2
* lisp/startup.el: Fix bug#14639.Juanma Barranquero2013-06-171-1/+3
* * lisp/emacs-lisp/package.el: Don't activate packages older than builtin.Stefan Monnier2013-06-151-9/+8
* * lisp/emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.Stefan Monnier2013-06-131-4/+11
* tty-handle-args fix for bug#14608Glenn Morris2013-06-131-1/+1
* Remove some code duplication in startup.el Glenn Morris2013-04-231-49/+20
* startup.el (normal-no-mouse-startup-screen): Bug fix, the default key binding...Xue Fuqiao2013-04-211-1/+1
* Fix command-line-normalize-file-name for DOS/Windows file names.Eli Zaretskii2013-03-161-6/+10
* Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-111-0/+1
* * lisp/startup.el (command-line): If simple.el is missing,Glenn Morris2013-02-051-4/+13
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Allow function as value of initial-buffer-choice (Bug#13251).Constantin Kulikov2012-12-241-8/+14
* | * startup.el (fancy-startup-tail): Add a clickable link.Kim F. Storm2012-12-011-3/+4
* | * startup.el (fancy-startup-tail): Improve the message about auto-save files.Chong Yidong2012-12-011-21/+17
|/
* Fix last change.Chong Yidong2012-10-291-3/+2
* Avoid a misleading message on C-h C-a.Chong Yidong2012-10-291-3/+3
* Make unused variable font-list-limit obsolete, and move it out of C.Chong Yidong2012-10-231-2/+0
* Merge from trunkDaniel Colascione2012-10-071-3/+6
|\
| * Update docs for a bunch of 24.3 changes.Chong Yidong2012-09-301-1/+4
| * * lisp/startup.el (command-line-ns-option-alist): Add -g and --geometry.Jan Djärv2012-09-191-2/+2
* | Merge from trunkDaniel Colascione2012-09-171-11/+16
|\|