summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
| * Add a few more variables to redisplay--variablesEli Zaretskii2015-11-131-1/+3
| * * lisp/loadup.el: Enlarge the size of the hash table to 80000.Eli Zaretskii2015-11-131-1/+1
| * Fix point positioning after transposing with negative argEli Barzilay2015-11-131-1/+2
| * Fix last change in shr.elEli Zaretskii2015-11-131-6/+5
* | Merge branch 'erc-async-reconnect' into emacs-25l3thal2015-11-132-25/+30
|\ \
| * | Reconnect asynchronously.l3thal2015-11-132-25/+30
| |/
* | Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emacs into emacs-25Eli Zaretskii2015-11-131-1/+1
|\ \
| * | Adapt Tramp version, do not merge with masterMichael Albinus2015-11-131-1/+1
| |/
* | * lisp/progmodes/elisp-mode.el: Declare function `project-roots'Juanma Barranquero2015-11-131-0/+1
* | Add a few more variables to redisplay--variablesEli Zaretskii2015-11-131-1/+3
* | * lisp/loadup.el: Enlarge the size of the hash table to 80000.Eli Zaretskii2015-11-131-1/+1
* | Fix point positioning after transposing with negative argEli Barzilay2015-11-131-1/+2
* | Fix last change in shr.elEli Zaretskii2015-11-131-6/+5
|/
* shr: don't invoke unbound function (Bug#21895)Eric Hanchrow2015-11-121-10/+10
* ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord2015-11-121-0/+137
|\
| * The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord2015-11-121-0/+137
* | Bind [?\S-\ ] to previous line command in Dired-like modes.Juri Linkov2015-11-124-1/+5
* | Enable sorting of JSON object keys when encodingSimen Heggestøyl2015-11-121-39/+78
* | Add "^" to the interactive specs of `dired-next/previous-line'Eli Barzilay2015-11-121-2/+2
* | Sync with soap-client repository, version 3.0.2Thomas Fitzsimmons2015-11-112-10/+18
* | CC Mode: Respect users' settings of open-paren-in-column-0-is-defun-start.Alan Mackenzie2015-11-112-22/+58
* | * lisp/obarray.el: Fix shadowed variablesArtur Malabarba2015-11-111-12/+13
* | Avoid error in submitting a form with EWWEli Zaretskii2015-11-111-11/+12
* | Rename seq-p and map-p to seqp and mappNicolas Petton2015-11-112-8/+8
* | Rename obarray-p to obarraypNicolas Petton2015-11-111-1/+1
* | Rename obarray-foreach to obarray-mapNicolas Petton2015-11-111-1/+1
* | New file with obarray functions.Przemysław Wojnowski2015-11-111-0/+65
* | Optimize `file-equal-p' and `file-in-directory-p' in TrampMichael Albinus2015-11-115-8/+28
* | Spelling fixesPaul Eggert2015-11-106-12/+12
* | * doc/lispref/variables.texi (Directory Local Variables):Artur Malabarba2015-11-101-1/+5
* | * lisp/files.el: Don't allow customization of dir-locals sortingArtur Malabarba2015-11-101-20/+13
* | * lisp/files.el (dir-locals-read-from-file): Better handle errorsArtur Malabarba2015-11-101-4/+11
* | * lisp/isearch.el (search-default-regexp-mode): change default valueArtur Malabarba2015-11-101-1/+1
* | * lisp/files.el (dir-locals-find-file): Don't stop at unreadable filesArtur Malabarba2015-11-101-16/+6
* | * lisp/files.el (dir-locals-file): Allow wildcardsArtur Malabarba2015-11-103-91/+153
* | * lisp/emacs-lisp/map.el (map-merge-with): New functionArtur Malabarba2015-11-101-5/+20
* | ; project-library-roots-function: Update the FIXMEDmitry Gutov2015-11-101-2/+3
* | Fix some recently-perturbed bookmark autoloadsKarl Fogel2015-11-091-1/+2
* | * lisp/progmodes/project.el: Update Commentary.Dmitry Gutov2015-11-101-1/+2
* | Merge branch 'project-next'Dmitry Gutov2015-11-106-150/+182
|\ \
| * | Fold `project-ask-user' into `project-current'Dmitry Gutov2015-11-103-16/+22
| * | Make sure that the ignore file existsproject-nextDmitry Gutov2015-11-091-2/+3
| * | Remove dirs in vc project roots from the the vc project library rootsDmitry Gutov2015-11-081-6/+9
| * | ; project-library-roots: Update docstringDmitry Gutov2015-11-081-3/+3
| * | Move and rename xref-find-regexp to the project packageDmitry Gutov2015-11-082-44/+69
| * | Abolish temporary buffer management for xrefDmitry Gutov2015-11-061-41/+6
| * | Rename "search path" to "library roots"Dmitry Gutov2015-11-065-53/+85
* | | When VC detects a conflict, specify which fileKarl Fogel2015-11-095-4/+11
* | | * gnus-sum.el (gnus-summary-backend-map): Bind B-backspace toMichael Sperber2015-11-091-0/+1
* | | Add support for retrieving paths to JSON elementsSimen Heggestøyl2015-11-081-0/+76