summaryrefslogtreecommitdiff
path: root/lisp/startup.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 117698Glenn Morris2014-11-091-0/+1
|\
| * * lisp/startup.el (command-line): Handle nil elements in load-path.Glenn Morris2014-11-091-0/+1
* | Spelling fixes; tweak explanation of commit messages.Paul Eggert2014-11-041-1/+1
* | * lisp/startup.el (command-line): Remove pointless attempt to avoid statting fsGlenn Morris2014-10-301-5/+0
* | Merge from emacs-24; up to 117634Glenn Morris2014-10-291-1/+4
|\ \ | |/
| * Fix bug #18760 with incorrect decoding of tutorial for "About Emacs" screen.Eli Zaretskii2014-10-231-1/+4
* | Get rid of backend-dependent selection-handling functions for kill/yankStefan Monnier2014-10-211-2/+2
* | * lisp/startup.el (command-line): Handle altered user-emacs-directoryGlenn Morris2014-10-041-1/+5
* | * lisp/frame.el: Use lexical-binding.Stefan Monnier2014-10-021-2/+1
* | Consolidate x-select-text.Stefan Monnier2014-10-011-27/+12
* | Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ruGlenn Morris2014-09-021-1/+1
|\ \ | |/
| * * lisp/startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to the C...Ken Brown2014-08-291-1/+1
* | * src/keyboard.c (Vtop_level_message): Rename toDmitry Antipov2014-08-271-1/+1
* | Handle C stack overflow caused by too nested Lisp evaluation.Dmitry Antipov2014-08-261-1/+1
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-15/+0
* | Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris2014-07-081-9/+16
|\ \ | |/
| * * lisp/startup.el (command-line): Append displaying the warning aboutJuri Linkov2014-07-081-9/+16
* | Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.deGlenn 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:59Z!eggert@cs.ucla.eduGlenn 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