aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/isearch.el (isearch-search-fun-default): Nicer errorArtur Malabarba2015-11-291-10/+17
* Update menu-bar-goto-uses-etags-p for the current xref APIDmitry Gutov2015-11-291-3/+2
* * lisp/isearch.el (isearch-define-mode-toggle): Advertise bindingArtur Malabarba2015-11-291-6/+6
* * lisp/menu-bar.el: Use folding in searchesArtur Malabarba2015-11-291-15/+15
* * lisp/menu-bar.el (menu-bar-goto-uses-etags-p): Fix a warningArtur Malabarba2015-11-291-2/+3
* * lisp/character-fold.el (character-fold-to-regexp): Be carefulArtur Malabarba2015-11-291-4/+7
* Document truncate-string-ellipsisEli Zaretskii2015-11-291-1/+2
* Byte compiler: Catch missing argument to `funcall'. Fixes bug#22051.Alan Mackenzie2015-11-291-2/+7
* * lisp/window.el (split-window): Don't sanitize sizes when SIZE is non-nil.Martin Rudalics2015-11-291-2/+3
* * lisp/character-fold.el (character-fold-to-regexp)Artur Malabarba2015-11-281-0/+4
* * lisp/character-fold.el: Also play nice with case-foldingArtur Malabarba2015-11-281-8/+22
* * lisp/character-fold.el: Add support for multi-char matchesArtur Malabarba2015-11-281-60/+113
* * lisp/character-fold.el: Code simplificationsArtur Malabarba2015-11-281-27/+24
* Improve documentation of search and replace commandsEli Zaretskii2015-11-281-0/+14
* Improve documentation of 'replace-character-fold'Eli Zaretskii2015-11-271-2/+4
* Backport: Add interactive seek command.Mark Oteiza2015-11-271-1/+11
* Autoload etags when using its xref backendDmitry Gutov2015-11-272-3/+4
* * lisp/character-fold.el: Allow complex chars to match their decompositionArtur Malabarba2015-11-271-3/+9
* * lisp/character-fold.el: More descriptive variable namesArtur Malabarba2015-11-271-33/+39
* * lisp/isearch.el: Ensure we still support `isearch-new-word'Artur Malabarba2015-11-271-0/+8
* Add ':version' tag to 'checkdoc-package-keywords-flag'Eli Zaretskii2015-11-271-0/+1
* Improve commentary in character-fold.elEli Zaretskii2015-11-271-3/+8
* Byte Compiler: generate code to adjust stack count after call to `signal'.Alan Mackenzie2015-11-261-1/+2
* After delete, record point location in undo.Phillip Lord2015-11-261-4/+5
* Check if the file exists on disk before producing the revert diffDmitry Gutov2015-11-261-6/+14
* Byte compiler: on setq with an odd number of arguments, generate a `signal'Alan Mackenzie2015-11-262-35/+40
* ; Remove outdated comment (bug#22015)Dmitry Gutov2015-11-261-13/+0
* Use find-tag-default for xref-backend-identifier-at-pointDmitry Gutov2015-11-261-6/+10
* Improve and update documentation of search commandsEli Zaretskii2015-11-252-4/+11
* Remove nnml-retrieve-groups that is unnecessary and somewhat problematicKatsumi Yamaoka2015-11-251-17/+0
* Disambiguate variable help a bit betterPaul Eggert2015-11-241-2/+6
* Pass SVN commit message through log-edit-extract-headersDmitry Gutov2015-11-251-1/+2
* CC Mode: Eliminate compiler warning messages.Alan Mackenzie2015-11-243-10/+17
* Extend the test suite for json.elSimen Heggestøyl2015-11-241-1/+1
* Allow completion on dynamic module files in load-libraryEli Zaretskii2015-11-241-4/+5
* CC Mode: eliminate almost all byte compilation warningsAlan Mackenzie2015-11-243-46/+49
* Squashed commit of the following:Alan Mackenzie2015-11-241-7/+39
* Byte compile: Output an error, not a warning, for odd number of args to setqAlan Mackenzie2015-11-241-3/+3
* Don't use package-user-dir in elisp-library-roots if it's not boundDmitry Gutov2015-11-241-2/+3
* * lisp/emacs-lisp/nadvice.el (add-function): Fix debug spec.Johan Bockgård2015-11-231-2/+6
* * lisp/leim/quail/tamil-dvorak.el: Add necessary escapes.Mark Oteiza2015-11-231-5/+5
* Add the tamil-dvorak input methodShakthi Kannan2015-11-231-0/+151
* Signal an error when `setf' gets an odd number of arguments.Alan Mackenzie2015-11-231-0/+2
* * lisp/emacs-lisp/smie.el (smie-backward-sexp): Handle BOB better.Stefan Monnier2015-11-231-1/+6
* Expunge occurrences of `setq' with an odd number of arguments.Alan Mackenzie2015-11-235-7/+6
* Issue a warning from the byte compiler on a malformed `setq' form.Alan Mackenzie2015-11-231-1/+5
* Don't let cconv_convert insert a nil argument into a `setq' form.Alan Mackenzie2015-11-231-4/+6
* Improve EUDC to BBDB 3 exportThomas Fitzsimmons2015-11-222-2/+10
* Add BBDB 3 support for EUDC exportThomas Fitzsimmons2015-11-223-15/+26
* Allow loading modules by 'load-file'Eli Zaretskii2015-11-221-2/+6