summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Glenn Morris2019-04-214-5/+11
|\
| * Document insert-image-file's return value (Bug#32978)Noam Postavsky2019-04-191-2/+3
| * Autoload cua-toggle-rectangle-mark (Bug#34947)Braun Gábor2019-04-191-0/+1
| * Tell xclip not to expect job-control under eshell (Bug#35257)Noam Postavsky2019-04-191-1/+5
| * Fix off-by-one-link error in image--set-propertyBasil L. Contovounesios2019-04-181-2/+2
* | * lisp/progmodes/sql.el Bug#35307Michael R. Mauger2019-04-211-0/+6
* | * lisp/progmodes/sql.el Bug#24483Michael R. Mauger2019-04-211-4/+5
* | * lisp/progmodes.sql.elMichael R. Mauger2019-04-211-19/+23
* | Support amending the last commit using VC-HgDmitry Gutov2019-04-213-23/+55
* | Fix Pike Mode's autodoc doc comments style's continued lines.Alan Mackenzie2019-04-203-23/+173
* | * lisp/emacs-lisp/smie.el (smie-indent-comment-continue): Single-char case.Stefan Monnier2019-04-191-5/+27
* | * lisp/emacs-lisp/radix-tree.el (pcase-defmacro): Improve docstringStefan Monnier2019-04-191-2/+2
* | * lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak docStefan Monnier2019-04-191-1/+1
* | * lisp/calendar/time-date.el (date-to-time): 'signal' only takes 2 argsStefan Monnier2019-04-191-3/+3
* | * lisp/calendar/parse-time.el (parse-time-string): Use functionp and setfStefan Monnier2019-04-191-13/+13
* | Remove subsumed regexp branchesMattias Engdegård2019-04-191-2/+2
* | Clear gnus-group-list when the newsrc-hashtb is recreatedEric Abrahamsen2019-04-191-1/+2
* | Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-192-8/+18
* | Don't check for group existence in gnus-group-goto-groupEric Abrahamsen2019-04-191-14/+10
* | Fix regexp branches that subsume other branchesPaul Eggert2019-04-197-11/+10
* | Fix mail-extr regexp typo with ".".Paul Eggert2019-04-191-1/+1
* | * lisp/net/tramp-adb.el (tramp-adb-prompt): Remove repetition of expressionMichael Albinus2019-04-191-1/+1
* | Do not handle :stop in tramp-*-handle-make-processMichael Albinus2019-04-192-8/+0
* | Add a new user option 'ido-big-directories'.Philipp Stephani2019-04-191-7/+18
* | Only encode Gnus group names if they come from symbol-nameEric Abrahamsen2019-04-181-8/+8
* | Merge from origin/emacs-26Glenn Morris2019-04-171-9/+10
|\ \ | |/
| * * lisp/progmodes/python.el: Be more careful about temp file removalStefan Monnier2019-04-141-9/+10
| * Backport: * lisp/frame.el (frame--size-history): Fix infloop. (Bug#35272)Alexander Gramiak2019-04-141-2/+4
* | Merge from origin/emacs-26Glenn Morris2019-04-171-1/+1
|\ \ | |/
| * Downcase charsetRobert Pluim2019-04-141-1/+1
| * Backport: Fix comment-empty-lines docstring (bug#35152)Basil L. Contovounesios2019-04-111-4/+4
| * Backport: Update documentation for indent-relative functionsAlex Branham2019-04-111-2/+3
* | Fix Bug#35241Michael Albinus2019-04-171-1/+2
* | Make python-shell-prompt-block-regexp match IPython promptAndrii Kolomoiets2019-04-161-1/+1
* | * lisp/vc/diff-mode.el (diff-syntax-fontify-hunk): Erase bufferJuri Linkov2019-04-161-4/+5
* | Properly bracket concat of comment-start-skip (Bug#34805)Noam Postavsky2019-04-154-7/+11
* | Don't remove notify descriptor that is already goneMattias Engdegård2019-04-151-10/+21
* | Sort files in the default impl of project-files alphabeticallyDmitry Gutov2019-04-151-1/+2
* | Fix Bug#35055Michael Albinus2019-04-141-11/+18
* | * lisp/frame.el (frame--size-history): Fix infloop. (Bug#35272)Alexander Gramiak2019-04-141-2/+4
* | Merge commit '890440a44cd5f4f09742f521c7783785d114fffc'Stephen Leake2019-04-1425-309/+449
|\ \
| * | Improve documentation of a recent commitEli Zaretskii2019-04-141-2/+3
| * | Fix gnus-group-describe-all-groups (bug#35233)Basil L. Contovounesios2019-04-141-11/+10
| * | * lisp/vc/log-edit.el (log-edit-insert-changelog): Add field "Summary"Juri Linkov2019-04-141-1/+3
| * | New faces in xref (bug#23179)Juri Linkov2019-04-141-4/+15
| * | * lisp/simple.el (shell-command-width): New defcustom.Juri Linkov2019-04-141-2/+16
| * | * lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typoAlan Mackenzie2019-04-131-1/+1
| * | Implement "final" before C++ class inheritance lists.Alan Mackenzie2019-04-132-0/+20
| * | Fix error in tramp-sh.elMichael Albinus2019-04-131-2/+8
| * | Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-1211-16/+16