aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some final fixes in file notification before merging with masterMichael Albinus2015-11-251-13/+23
* Rework file notifications, kqueue has problems with directory monitorsMichael Albinus2015-11-251-3/+3
* Further fixes for kqueue.Michael Albinus2015-11-251-1/+5
* * lisp/filenotify.el (file-notify-add-watch): Fix thinko.Michael Albinus2015-11-251-2/+2
* More work on kqueueMichael Albinus2015-11-251-12/+9
* Implement directory eventsMichael Albinus2015-11-251-2/+2
* Continue kqueue implementationMichael Albinus2015-11-251-2/+2
* Work on kqueueMichael Albinus2015-11-251-17/+23
* Minor fix to comment indentation and typo in last commitJoão Távora2015-11-171-2/+2
* linum-mode plays more nicely with other margin-setting extensionsJoão Távora2015-11-171-5/+18
* * lisp/image-mode.el: Support encrypted fileDaiki Ueno2015-11-171-1/+6
* * lisp/progmodes/verilog-mode.el (verilog-save-buffer-state): Add backquoteJuanma Barranquero2015-11-161-1/+1
* * lisp/emacs-lisp/package.el: Fix a decoding issueArtur Malabarba2015-11-152-26/+32
* * lisp/emacs-lisp/package.el: Refactor -with-work-buffer-asyncArtur Malabarba2015-11-151-82/+76
* * lisp/progmodes/verilog-mode.el: Use with-silent-modificationsStefan Monnier2015-11-151-19/+27
* Increment Emacs version on master branchEli Zaretskii2015-11-141-1/+1
* Update verilog-mode.el to 2015-11-09-b121d60-vpo.Wilson Snyder2015-11-131-227/+272
* ; Fix warningsDmitry Gutov2015-11-141-1/+1
* ; Update xref-etags-mode for the latest changeDmitry Gutov2015-11-141-8/+3
* Use generic dispatch for xref backendsDmitry Gutov2015-11-143-73/+88
* Support rectangular regions for more commandsJuri Linkov2015-11-144-138/+236
* Handle multiple matches on the same line; add highlightingDmitry Gutov2015-11-141-21/+23
* Replace xref-match-bounds with xref-match-lengthDmitry Gutov2015-11-141-52/+47
* * 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