summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
* Improve vc-diff with Git backendEli Zaretskii2016-04-021-3/+6
* (js--continued-expression-p): Special-case unary plus and minusDmitry Gutov2016-04-021-10/+14
* ; * lisp/vc/vc-annotate.el (vc-annotate): Clarify commentary.Eli Zaretskii2016-04-011-4/+5
* Prevent C++ Mode wrongly fontifying some identifiers near templates as typesAlan Mackenzie2016-04-012-17/+31
* Teach M-x disassemble a default argument.Mark Oteiza2016-03-311-3/+7
* Fix EOL decoding in vc-annotate with SVN back-end on MS-WindowsEli Zaretskii2016-03-311-0/+8
* Fix OS X specific settings in tramp-testsMichael Albinus2016-03-312-2/+22
* Finish fixing a cacheing bug in CC Mode (see 2016-03-09)Alan Mackenzie2016-03-303-142/+158
* In M-%, avoid making buffer-local binding of text-property-default-nonstickyAlan Mackenzie2016-03-291-7/+12
* Remove prog-indentation-contextremove-prog-indentation-contextDmitry Gutov2016-03-282-92/+12
* Don't start the 'midnight' timer twiceEli Zaretskii2016-03-271-2/+6
* Fix todo-mode category movementStephen Berman2016-03-261-7/+18
* * lisp/xt-mouse.el (xterm-mouse-utf-8): Add :version.Glenn Morris2016-03-261-0/+1
* Fix 'dired-goto-file' in Dired buffers produced by find-diredEli Zaretskii2016-03-251-3/+12
* Fix map-put and map-delete for alists (Bug#23105)Nicolas Petton2016-03-251-26/+10
* Add customization option for using UTF-8 coordinates in xt-mousePhilipp Stephani2016-03-251-30/+98
* Minor doc string fixes in replace.elEli Zaretskii2016-03-251-6/+11
* Fix splash screen display at startupEli Zaretskii2016-03-251-4/+6
* Avoid stray As next to IDLW iconsPaul Eggert2016-03-241-2/+2
* * lisp/minibuffer.el (minibuffer-completion-help): Use fit-window-to-bufferJuri Linkov2016-03-251-1/+1
* Comint, term, and compile now set EMACSPaul Eggert2016-03-234-0/+23
* Resurrect GNUS-NEWS autogenerationPaul Eggert2016-03-231-2/+6
* Fix an Isearch var to be a string (Bug#23038)Kaushal Modi2016-03-221-8/+11
* Fix (args-out-of-range 1) error in cursor-sensor--detectLeo Liu2016-03-211-1/+1
* Render empty <ul><li><ul> correctlyLars Magne Ingebrigtsen2016-03-201-0/+4
* Ignore invalid base64 encoded embedded imagesLars Magne Ingebrigtsen2016-03-201-1/+2
* Fix <p> and <div> newlines with or without <li> in shrLars Magne Ingebrigtsen2016-03-201-3/+12
* Avoid errors in 'newline'Eli Zaretskii2016-03-191-15/+21
* Fixup the "normal" matcher; highlight global var symbols, tooDmitry Gutov2016-03-191-2/+2
* Honor prefix arg in doc-view-next-line-or-next-pageMarcin Borkowski2016-03-181-1/+1
* ; Spelling fixesPaul Eggert2016-03-182-2/+2
* * lisp/progmodes/xref.el (xref-buffer-name, xref--window):Glenn Morris2016-03-171-6/+5
* * lisp/gnus/mm-decode.el (gnus-format-message): Autoload it.Glenn Morris2016-03-171-0/+1
* * lisp/mail/rmail.el (rmail-mime-entity-truncated): Declare.Glenn Morris2016-03-171-0/+2
* ; Auto-commit of loaddefs files.Glenn Morris2016-03-171-1/+1
* Address compilation warnings due to 2016-01-03 mml refactoring.Glenn Morris2016-03-164-22/+8
* * lisp/emacs-lisp/smie.el (smie-indent-keyword): Don't burp in stringsStefan Monnier2016-03-161-1/+4
* * lisp/dired-x.el (dired-omit-here-always): Correct error messageGlenn Morris2016-03-161-1/+1
* * lisp/dired-x.el (dired-omit-here-always): Replace undefined functionGlenn Morris2016-03-161-3/+2
* * lisp/xml.el (xml-parse-tag-1): Replace undefined function.Glenn Morris2016-03-161-1/+1
* Support safe navigation operator in non-SMIE indentation codeDmitry Gutov2016-03-161-1/+1
* Move xsd:base64Binary decoding fix to debbugs.el 0.9.1Thomas Fitzsimmons2016-03-161-3/+7
* Fix Ruby's operator precedenceDmitry Gutov2016-03-161-5/+6
* Fix startup of "emacs -nw" on systems that CANNOT_DUMPEli Zaretskii2016-03-151-0/+4
* Do not tokenize a comment before continuation as ';'Dmitry Gutov2016-03-151-1/+1
* Don't misindent arguments of a method call inside continuationDmitry Gutov2016-03-151-13/+7
* Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.Alan Mackenzie2016-03-143-222/+246
* Fix Isearch prompt when invoked with an argumentKaushal Modi2016-03-141-4/+15
* Make lisp-completion-at-point's argument optionalDmitry Gutov2016-03-141-1/+1
* Tweak the left precedence of '=>'Dmitry Gutov2016-03-141-1/+1