| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -2/+2 |
* | * lisp/emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default. | Stefan Monnier | 2014-10-15 | 1 | -0/+1 |
* | * lisp/term/w32-win.el: Move all code from 32-common-fns.el here. | Stefan Monnier | 2014-10-06 | 1 | -1/+0 |
* | * lisp/icomplete.el: Move Iswitchb autoload here. Much simpler. | Stefan Monnier | 2014-10-06 | 1 | -2/+0 |
* | * lisp/Makefile.in (obsolete-autoloads): Write to a separate file, | Glenn Morris | 2014-10-06 | 1 | -0/+2 |
* | Consolidate x-select-text. | Stefan Monnier | 2014-10-01 | 1 | -1/+1 |
* | Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el. | Stefan Monnier | 2014-09-26 | 1 | -0/+1 |
* | * lisp/loadup.el: Increase max-lisp-eval-depth while macroexpanding macroexp. | Stefan Monnier | 2014-09-22 | 1 | -1/+2 |
* | * loadup.el (load-prefer-newer): Set non-nil when dumping. | Glenn Morris | 2014-05-31 | 1 | -3/+12 |
* | * lisp/loadup.el: Treat `command-line-args' more flexibly. | Glenn Morris | 2014-05-30 | 1 | -19/+12 |
* | Trivial simplifications due to track-mouse always being defined | Glenn Morris | 2014-05-18 | 1 | -6/+4 |
* | Replace "Maintainer: FSF" with the emacs-devel mailing address | Glenn Morris | 2014-02-09 | 1 | -1/+1 |
* | In preparation for the move to git, sanitize out some Bazaar-specific names. | Eric S. Raymond | 2014-01-08 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -2/+2 |
* | Fix problems with CANNOT_DUMP and EMACSLOADPATH. | Paul Eggert | 2013-12-16 | 1 | -3/+4 |
* | Unconditionally reset load-path after dumping | Glenn Morris | 2013-12-13 | 1 | -12/+16 |
* | * lisp/loadup.el: Preload "uniquify". | Stefan Monnier | 2013-11-29 | 1 | -0/+1 |
* | * lisp/electric.el (electric-indent-mode): Enable by default. | Stefan Monnier | 2013-11-29 | 1 | -0/+1 |
* | Make bootstrap without generated uni-*.el files possible again | Glenn Morris | 2013-11-27 | 1 | -3/+5 |
* | Move runtime leim lisp files to lisp/leim directory | Glenn Morris | 2013-11-26 | 1 | -1/+1 |
* | Preload leim-list.el | Glenn Morris | 2013-11-25 | 1 | -8/+14 |
* | Fix bug #15260 with building and installing Emacs in non-ASCII directories. | Eli Zaretskii | 2013-11-04 | 1 | -0/+14 |
* | Preload tooltip.el unconditionally. | Eli Zaretskii | 2013-10-08 | 1 | -1/+1 |
* | Revert introduction of isearch-filter-predicates. | Stefan Monnier | 2013-08-05 | 1 | -0/+1 |
* | * lisp/simple.el: Move all the prog-mode code to prog-mode.el. | Stefan Monnier | 2013-06-05 | 1 | -0/+1 |
* | Merge from trunk. | Eli Zaretskii | 2013-05-16 | 1 | -26/+4 |
|\ |
|
| * | Use just DOC instead of DOC-nn.mm. | Stefan Monnier | 2013-05-15 | 1 | -16/+4 |
* | | Fixed loadup.el bug in finding the last build number on Unix. | Eli Zaretskii | 2013-04-16 | 1 | -1/+1 |
* | | Fixed hard link to emacs.exe in non-MSYS build. | Eli Zaretskii | 2013-04-16 | 1 | -1/+6 |
* | | Support emacs-XX.YY.ZZ.n and DOC-XX.YY.ZZ.n on Windows. | Eli Zaretskii | 2013-04-16 | 1 | -6/+11 |
* | | Fix snafu with missing etc/DOC-X. | Eli Zaretskii | 2013-04-06 | 1 | -2/+12 |
|/ |
|
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | Load term/internal from loadup.el. | Eli Zaretskii | 2012-11-03 | 1 | -0/+1 |
* | Fix bug #12395 with doc strings silently omitted from DOC on MS-Windows. | Eli Zaretskii | 2012-10-20 | 1 | -1/+2 |
* | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -15/+13 |
|\ |
|
| * | Macro-expand interpreted code during load. | Stefan Monnier | 2012-09-04 | 1 | -15/+13 |
* | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -5/+8 |
|/ |
|
* | Merge language/persian.el into language/misc-lang.el | Glenn Morris | 2012-08-08 | 1 | -1/+0 |
* | * lisp/language/persian.el: New file. | Mohsen BANAN | 2012-08-06 | 1 | -0/+1 |
* | lisp/loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:3... | Juanma Barranquero | 2012-07-13 | 1 | -3/+1 |
* | Move a comment from lisp/Makefile.in to lisp/loadup.el. | Glenn Morris | 2012-07-06 | 1 | -0/+11 |
* | Spelling fixes. | Paul Eggert | 2012-07-02 | 1 | -3/+3 |
* | Make --no-site-lisp work for --enable-locallisppath elements | Glenn Morris | 2012-06-30 | 1 | -0/+4 |
* | Get rid of all the manual purecopy calls in menu-bar definitions. | Stefan Monnier | 2012-06-27 | 1 | -1/+1 |
* | Remove paths.el | Glenn Morris | 2012-06-27 | 1 | -1/+0 |
* | Provide generalized variables in core Elisp. | Stefan Monnier | 2012-06-22 | 1 | -0/+15 |
* | * lisp/loadup.el: Count byte-code functions as well. | Stefan Monnier | 2012-06-13 | 1 | -2/+4 |
* | * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C. | Stefan Monnier | 2012-05-29 | 1 | -0/+15 |
* | * lisp/paths.el: Remove no-byte-compile. | Glenn Morris | 2012-05-25 | 1 | -1/+1 |
* | There's no reason not to compile version.el | Glenn Morris | 2012-05-25 | 1 | -2/+1 |