| Commit message (Expand) | Author | Age | Files | Lines |
* | * automated/Makefile.in (setwins): Include the 'data' subdirectory. | Dmitry Gutov | 2013-06-27 | 1 | -3/+3 |
* | * lisp/emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to | Stefan Monnier | 2013-06-26 | 1 | -41/+39 |
* | * lisp/emacs-lisp/package.el (package--add-to-archive-contents): Add missing | Stefan Monnier | 2013-06-25 | 1 | -1/+3 |
* | * lisp/emacs-lisp/package.el: Include obsolete packages from archives. | Stefan Monnier | 2013-06-25 | 4 | -196/+254 |
* | lisp/emacs-lisp/tabulated-list.el: Fix alignment problem with :pad-right = 0. | Juanma Barranquero | 2013-06-23 | 1 | -1/+1 |
* | * lisp/emacs-lisp/package.el (package-el-version): Remove. | Stefan Monnier | 2013-06-22 | 1 | -22/+20 |
* | lisp/emacs-lisp/package.el (tar-get-file-descriptor, tar--extract): Declare. | Juanma Barranquero | 2013-06-21 | 1 | -0/+3 |
* | * lisp/emacs-lisp/package.el (package-alist): Include obsolete packages. | Stefan Monnier | 2013-06-21 | 1 | -75/+67 |
* | * lisp/emacs-lisp/package.el: Use tar-mode rather than tar executable. | Stefan Monnier | 2013-06-20 | 2 | -169/+138 |
* | * lisp/emacs-lisp/cl-loaddefs.el: Don't version-control any more. | Stefan Monnier | 2013-06-20 | 3 | -1288/+12 |
* | lisp/emacs-lisp/tabulated-list.el: Use defvar-local, setq-local. | Juanma Barranquero | 2013-06-20 | 1 | -17/+11 |
* | * lisp/emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more. | Glenn Morris | 2013-06-19 | 1 | -1/+6 |
* | Check autoload's "type" argument correctly in bytecomp.el | Glenn Morris | 2013-06-19 | 1 | -2/+2 |
* | Convert symbol prettification into minor mode and global minor mode. | Juanma Barranquero | 2013-06-19 | 1 | -1/+1 |
* | * lisp/emacs-lisp/eieio-custom.el: Remove misleading Version: header. | Stefan Monnier | 2013-06-18 | 1 | -1/+2 |
* | Replace obsolete generic-make-keywords calls | Glenn Morris | 2013-06-18 | 1 | -5/+2 |
* | * lisp/emacs-lisp/package.el: Update package-alist after install. | Stefan Monnier | 2013-06-17 | 1 | -12/+18 |
* | * lisp/emacs-lisp/package.el (package-load-descriptor): Remove | Dmitry Gutov | 2013-06-17 | 1 | -4/+3 |
* | * lisp/emacs-lisp/package.el (package-load-descriptor): Do not call | Dmitry Gutov | 2013-06-17 | 1 | -4/+4 |
* | * lisp/emacs-lisp/package.el: Don't activate packages older than builtin. | Stefan Monnier | 2013-06-15 | 3 | -132/+140 |
* | Add coding cookie to lisp/emacs-lisp/lisp-mode.el. | Eli Zaretskii | 2013-06-15 | 1 | -1/+1 |
* | * lisp/emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more. | Stefan Monnier | 2013-06-13 | 2 | -222/+197 |
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var. | Stefan Monnier | 2013-06-13 | 4 | -53/+45 |
* | * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes. | Glenn Morris | 2013-06-13 | 1 | -2/+4 |
* | * lisp/help-fns.el (help-fns--compiler-macro): If the handler function is | Stefan Monnier | 2013-06-11 | 2 | -27/+26 |
* | First part of Daniel Hackney's patch to package.el. | Stefan Monnier | 2013-06-11 | 2 | -207/+234 |
* | * lisp/emacs-lisp/generic.el (generic--normalise-comments) | Stefan Monnier | 2013-06-11 | 1 | -36/+53 |
* | lisp-mode font-lock fox for bug#14574 | Glenn Morris | 2013-06-11 | 1 | -2/+2 |
* | Improve previous bytecomp fix | Glenn Morris | 2013-06-07 | 1 | -3/+6 |
* | * lisp/emacs-lisp/smie.el: Improve show-paren-mode behavior. | Stefan Monnier | 2013-06-07 | 1 | -54/+84 |
* | * newcomment.el (comment-search-backward): Revert last change. | Leo Liu | 2013-06-07 | 1 | -17/+17 |
* | bytecomp fix for bug#14565 | Glenn Morris | 2013-06-06 | 1 | -9/+12 |
* | Introduce and use prog-prettify-install. | Ted Zlatanov | 2013-06-05 | 1 | -18/+4 |
* | * lisp/emacs-lisp/edebug.el (edebug-result): Move before first use. | Stefan Monnier | 2013-06-05 | 1 | -2/+3 |
* | Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-l... | Ted Zlatanov | 2013-06-05 | 1 | -2/+21 |
* | Re-implement smie matching block highlight using show-paren-data-function. | Leo Liu | 2013-06-05 | 1 | -83/+60 |
* | Fix compilation error with simultaneous dynamic+lexical scoping. | Stefan Monnier | 2013-06-04 | 6 | -89/+114 |
* | * lisp.el: Provide completion of locally bound variables in Elisp. | Stefan Monnier | 2013-06-03 | 1 | -8/+96 |
* | * lisp/emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros | Stefan Monnier | 2013-06-03 | 1 | -0/+1 |
* | Merge with CEDET upstream (rev. 8564). | David Engster | 2013-06-02 | 3 | -2205/+2294 |
|\ |
|
| * | Merge from CEDET upstream (8564). | David Engster | 2013-06-02 | 3 | -2205/+2294 |
* | | * syntax.el (syntax-propertize-function): Fix docstring. | Stefan Monnier | 2013-05-30 | 1 | -6/+7 |
* | | * lisp/emacs-lisp/eieio.el (eieio-eval-default-p): Move before use. | Glenn Morris | 2013-05-29 | 1 | -4/+4 |
* | | * lisp/emacs-lisp/trace.el (trace--read-args): Provide a default. | Stefan Monnier | 2013-05-29 | 1 | -1/+11 |
* | | * lisp/emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from | Stefan Monnier | 2013-05-29 | 1 | -0/+1 |
* | | * lisp/emacs-lisp/smie.el (smie-highlight-matching-block): Always turn | Leo Liu | 2013-05-29 | 1 | -9/+6 |
|/ |
|
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | Glenn Morris | 2013-05-27 | 1 | -2/+3 |
* | Always defvar a mode's hook and provide a docstring. | Stefan Monnier | 2013-05-27 | 2 | -4/+9 |
* | * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't burp at EOB. | Stefan Monnier | 2013-05-24 | 1 | -1/+1 |
* | * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't use | Stefan Monnier | 2013-05-24 | 1 | -1/+5 |