aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-05-0529-157/+343
|\
| * Doc fixes for fclist and grepPaul Eggert2016-05-056-8/+9
| * Minor doc fixes for quotingPaul Eggert2016-05-053-25/+20
| * `nreverse' the marker pairs listDmitry Gutov2016-05-051-1/+1
| * Use save-excursion in xref-location-marker moreDmitry Gutov2016-05-052-4/+6
| * shell-quote-argument DIR when appropriateDmitry Gutov2016-05-052-3/+5
| * Rework xref-query-replace-in-resultsDmitry Gutov2016-05-052-50/+110
| * * lisp/replace.el (query-replace-read-from): Use minibuffer-with-setup-hookJuri Linkov2016-05-041-12/+9
| * Fix todo-mode bug involving archived items (bug#23447)Stephen Berman2016-05-041-20/+19
| * ; * etc/NEWS: Tiny edit. (Bug#23432)Glenn Morris2016-05-041-3/+5
| * ; * test/automated/xref-tests.el: Add copyright and license.Glenn Morris2016-05-031-0/+25
| * Handle "empty line" regexp in xref searchesDmitry Gutov2016-05-042-8/+12
| * Add tests for xref-collect-matchesDmitry Gutov2016-05-043-0/+41
| * Use grep-find-ignored-directories instead of vc-directory-exclusion-listDmitry Gutov2016-05-043-9/+10
| * Clear buffer-undo-list when showing xrefsDmitry Gutov2016-05-041-1/+3
| * Note the quote translation in `message' in section "incompatible changes".Alan Mackenzie2016-05-031-0/+7
| * * etc/NEWS: Mention (message "%s" (format ...)).Paul Eggert2016-05-031-1/+2
| * (Common Keywords): Correct what missing :group meansLars Ingebrigtsen2016-05-031-2/+1
| * Improve documentation of Dired's 'A' and 'Q' commandsEli Zaretskii2016-05-033-3/+35
| * Doc fixes for quotingPaul Eggert2016-05-0310-42/+59
| * posnp doc clarificationLars Ingebrigtsen2016-05-031-0/+1
| * Mention what a missing :group doesLars Ingebrigtsen2016-05-031-3/+7
| * Fix documentation of dired-aux search/replace commandsEli Zaretskii2016-05-022-5/+11
* | Support completion of HTML tags in CSS selectorsSimen Heggestøyl2016-05-052-5/+33
* | Make `R' in eww work more reliablyLars Ingebrigtsen2016-05-051-3/+5
* | Call hack-local-variables from major modes rather than from file visitingAlan Mackenzie2016-05-055-49/+81
* | tramp-sh.el: Work around a stat bugMichael Albinus2016-05-051-2/+4
* | Fix autogen.sh for separate worktreesNoam Postavsky2016-05-041-2/+3
* | Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.Alan Mackenzie2016-05-044-3/+16
* | * lisp/emulation/viper(-cmd)?.el: Use lexical-binding.Stefan Monnier2016-05-042-313/+278
* | * lisp/vc/ediff-util.el: Use lexical-binding.Stefan Monnier2016-05-041-12/+16
* | * lisp/progmodes/js.el (js-syntax-propertize): Recognize shebang line.Stefan Monnier2016-05-041-7/+9
* | Add an animation sanity checkLars Ingebrigtsen2016-05-041-4/+9
* | abbrev-tests.el fixLars Ingebrigtsen2016-05-031-2/+1
* | (shr-rescale-image): Clarify logic slightlyLars Ingebrigtsen2016-05-031-2/+2
* | Bind `widget-button-click' to mouse-1/-2 instead of down-mouse-1/-2Martin Rudalics2016-05-031-2/+2
* | Add more abbrev testsLee Bochicchio2016-05-031-9/+138
* | Allow eval-ing named character literalsPhilipp Stephani2016-05-022-0/+17
* | Call va_end in boot_errorAaron Conole2016-05-021-0/+1
* | Fix the call to set_network_coding_systemAaron Conole2016-05-021-1/+1
* | Revert "alas, a map can have only one parent"Lars Ingebrigtsen2016-05-022-2/+0
* | Merge from origin/emacs-25Paul Eggert2016-05-024-5/+18
|\ \ | |/
| * Fix quoting problem in cc-engine debug messagePaul Eggert2016-05-021-1/+1
| * Add electric-quote-string unit testPhilipp Stephani2016-05-021-0/+8
| * Don’t electrically quote ‘'’ in PythonPaul Eggert2016-05-021-3/+8
| * `nreverse' Grep hits before passing them to xref--convert-hitsDmitry Gutov2016-05-021-1/+1
* | alas, a map can have only one parentSam Steingold2016-05-022-0/+2
* | ; Fix last commit in tramp-tests.elMichael Albinus2016-05-021-5/+7
* | Fix Bug#10085Michael Albinus2016-05-022-5/+26
* | * src/minibuf.c (read_minibuf): Use CONSP instead of Fconsp.Martin Rudalics2016-05-021-1/+1