summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Rename 24.5 to 25.1Stefan Monnier2014-09-2932-48/+48
* mml: Signal error on invalid <#secure> tagDaiki Ueno2014-09-292-1/+8
* Do not set `url-gateway-method' in `url-https'. (Bug#16543)Ulf Jasper2014-09-283-18/+38
* Font-lock `cl-flet*', too.Thien-Thi Nguyen2014-09-282-1/+7
* * lisp/epg-config.el (epg-gpg-program): Use the plain program names ratherStefan Monnier2014-09-272-3/+6
* * lisp/subr.el (track-mouse): New macro.Stefan Monnier2014-09-274-16/+15
* * lisp/emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.Leo Liu2014-09-273-2/+8
* * lisp/emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):Stefan Monnier2014-09-272-4/+10
* Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.Stefan Monnier2014-09-268-1254/+1409
* * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.Paul Eggert2014-09-262-10/+15
* Regression fix - #bug18551Kelvin White2014-09-261-6/+1
* erc.el: Fix regression - Bug #18551Kelvin White2014-09-262-2/+7
* * emacs-lisp/cl-extra.el (cl-parse-integer): Fix last change.Leo Liu2014-09-261-1/+2
* Add cl-parse-integer based on parse-integerLeo Liu2014-09-264-39/+74
* * lisp/vc/add-log.el (change-log-next-buffer): Don't create an emptyJuri Linkov2014-09-252-6/+18
* Follow Emacs versioningKelvin White2014-09-252-22/+30
* * lisp/net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modifyStefan Monnier2014-09-252-32/+23
* * lisp/find-cmd.el (find-cmd): Use grep's `find-program'.Stefan Monnier2014-09-244-16/+25
* Newsticker: Add commands to rearrange treeview groups and document them. (Bug...Ulf Jasper2014-09-244-83/+239
* Auto-commit of loaddefs files.Glenn Morris2014-09-231-1/+1
* Merge from emacs-24Stefan Monnier2014-09-227-20/+33
|\
| * Add the missing last name to ChangeLogDmitry Gutov2014-09-191-1/+1
| * Clarify url-http and url-retrieve-internal docstringsDmitry Gutov2014-09-193-4/+10
| * Do not call egrep to determine emacs version in EDE.David Engster2014-09-182-7/+8
| * Fix `fit-window-to-buffer' (Bug#18498).Kan-Ru Chen2014-09-182-5/+11
* | oopsSam Steingold2014-09-221-0/+1
* | (sql-execute): Use `special-mode'.Sam Steingold2014-09-221-1/+5
* | (sql-product-alist): Improve the Vertica entry.Sam Steingold2014-09-222-3/+6
* | Add pcase-defmacro, as well as `quote' and `app' patterns.Stefan Monnier2014-09-223-215/+222
|\ \
| * | * lisp/loadup.el: Increase max-lisp-eval-depth while macroexpanding macroexp.Stefan Monnier2014-09-222-1/+4
| * | * lisp/emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.Stefan Monnier2014-09-222-49/+52
| * | * lisp/emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.Stefan Monnier2014-09-222-147/+61
| * | * lisp/emacs-lisp/pcase.el (pcase--match): New smart-constructor function.Stefan Monnier2014-09-222-70/+66
| * | * lisp/emacs-lisp/pcase.el (pcase-defmacro): New macro.Stefan Monnier2014-09-222-1/+30
| * | Add support for `quote' and `app'.Stefan Monnier2014-09-222-1/+68
|/ /
* | Use lexical-bindin in Ibuffer.Stefan Monnier2014-09-224-45/+56
* | * lisp/font-lock.el (font-lock-compile-keyword): Don't confuse a lambdaStefan Monnier2014-09-222-2/+5
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usageStefan Monnier2014-09-222-2/+8
* | * lisp/mpc.el (mpc-data-directory): Use locate-user-emacs-file.Stefan Monnier2014-09-222-8/+14
* | * lisp/simple.el (clone-indirect-buffer): Mention the return value.Tom Willemse2014-09-212-1/+6
* | * lisp/progmodes/prog-mode.el (prog-mode-hook): Replace reference toTom Willemse2014-09-212-3/+7
* | * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):Stefan Monnier2014-09-212-2/+7
* | Auto-commit of loaddefs files.Glenn Morris2014-09-211-2/+2
* | Use font-lock-face property; derive from special-modeTassilo Horn2014-09-213-10/+19
* | * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't useDmitry Gutov2014-09-192-12/+10
* | Fix bug#18265Dmitry Gutov2014-09-192-1/+6
* | * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Only calculateDmitry Gutov2014-09-192-98/+104
* | Make lisp-completion-at-point more discerningDmitry Gutov2014-09-192-12/+79
* | Allow users to specify `shr-width'Ivan Kanis2014-09-183-11/+18
* | * image-mode.el: Move defvars earlier to avoid a byte-compilation warning.Lars Magne Ingebrigtsen2014-09-182-20/+22