summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lisp/subr.el (alist-get): New accessor.Stefan Monnier2014-10-011-2/+19
* Newsticker: Use libxml instead of `xml-parse-region'. Fix some glitches. Cl...Ulf Jasper2014-10-011-0/+43
* Merge from emacs-24Stefan Monnier2014-09-301-0/+12
|\
| * * lisp/progmodes/python.el (python-fill-paren): Don't inf-loop at EOB.Leonardo Nobrega2014-09-301-0/+5
| * * lisp/emacs-lisp/package.el (package-check-signature): Default to nil ifStefan Monnier2014-09-271-0/+7
* | * lisp/ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.Stefan Monnier2014-09-301-2/+13
* | * lisp/ses.el (ses-setup): Don't assume modifying the iteration var ofStefan Monnier2014-09-301-0/+5
* | * ses.el (ses-calculate-cell): bind row and col dynamically toVincent Belaïche2014-09-301-0/+9
* | * lisp/minibuffer.el (completion-at-point): Emit warning for ill-behavedStefan Monnier2014-09-291-0/+5
* | * lisp/ses.el (ses--letref): Quote value before it gets re-evaluated.Stefan Monnier2014-09-291-0/+4
* | Font-lock `cl-flet*', too.Thien-Thi Nguyen2014-09-281-0/+6
* | * lisp/epg-config.el (epg-gpg-program): Use the plain program names ratherStefan Monnier2014-09-271-0/+3
* | * lisp/subr.el (track-mouse): New macro.Stefan Monnier2014-09-271-0/+7
* | * lisp/emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.Leo Liu2014-09-271-0/+6
* | * lisp/emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):Stefan Monnier2014-09-271-0/+4
* | Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.Stefan Monnier2014-09-261-2/+44
* | * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.Paul Eggert2014-09-261-0/+10
* | Add cl-parse-integer based on parse-integerLeo Liu2014-09-261-0/+13
* | * lisp/vc/add-log.el (change-log-next-buffer): Don't create an emptyJuri Linkov2014-09-251-0/+7
* | * lisp/net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modifyStefan Monnier2014-09-251-29/+20
* | * lisp/find-cmd.el (find-cmd): Use grep's `find-program'.Stefan Monnier2014-09-241-3/+8
* | Newsticker: Add commands to rearrange treeview groups and document them. (Bug...Ulf Jasper2014-09-241-0/+51
* | Merge from emacs-24Stefan Monnier2014-09-221-4/+10
|\ \ | |/
| * Fix `fit-window-to-buffer' (Bug#18498).Kan-Ru Chen2014-09-181-0/+6
* | oopsSam Steingold2014-09-221-0/+1
* | (sql-product-alist): Improve the Vertica entry.Sam Steingold2014-09-221-0/+4
* | Add pcase-defmacro, as well as `quote' and `app' patterns.Stefan Monnier2014-09-221-0/+37
|\ \
| * | * lisp/loadup.el: Increase max-lisp-eval-depth while macroexpanding macroexp.Stefan Monnier2014-09-221-0/+2
| * | * lisp/emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.Stefan Monnier2014-09-221-0/+5
| * | * lisp/emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.Stefan Monnier2014-09-221-0/+13
| * | * lisp/emacs-lisp/pcase.el (pcase--match): New smart-constructor function.Stefan Monnier2014-09-221-0/+10
| * | * lisp/emacs-lisp/pcase.el (pcase-defmacro): New macro.Stefan Monnier2014-09-221-0/+4
| * | Add support for `quote' and `app'.Stefan Monnier2014-09-221-0/+8
|/ /
* | Use lexical-bindin in Ibuffer.Stefan Monnier2014-09-221-0/+12
* | * lisp/font-lock.el (font-lock-compile-keyword): Don't confuse a lambdaStefan Monnier2014-09-221-0/+3
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usageStefan Monnier2014-09-221-0/+3
* | * lisp/mpc.el (mpc-data-directory): Use locate-user-emacs-file.Stefan Monnier2014-09-221-0/+5
* | * lisp/simple.el (clone-indirect-buffer): Mention the return value.Tom Willemse2014-09-211-0/+3
* | * lisp/progmodes/prog-mode.el (prog-mode-hook): Replace reference toTom Willemse2014-09-211-2/+6
* | * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):Stefan Monnier2014-09-211-1/+6
* | Use font-lock-face property; derive from special-modeTassilo Horn2014-09-211-0/+9
* | * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't useDmitry Gutov2014-09-191-0/+3
* | Fix bug#18265Dmitry Gutov2014-09-191-0/+3
* | * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Only calculateDmitry Gutov2014-09-191-0/+5
* | Make lisp-completion-at-point more discerningDmitry Gutov2014-09-191-0/+8
* | Allow users to specify `shr-width'Ivan Kanis2014-09-181-0/+6
* | * image-mode.el: Move defvars earlier to avoid a byte-compilation warning.Lars Magne Ingebrigtsen2014-09-181-0/+2
* | Preserve the aspect ratio when fitting to width/heightLars Magne Ingebrigtsen2014-09-181-0/+7
* | Add interpreter-mode-alist support for various JavaScript interpreters.Reuben Thomas2014-09-171-0/+5
* | Don't assume 'grep' supports GREP_OPTIONS.Paul Eggert2014-09-161-0/+10