summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Add "Old-" prefix to "Version" header in some casesStefan Kangas2020-03-2111-11/+11
* Remove the Date header from message-draft-headersEric Abrahamsen2020-03-202-3/+7
* Don't have exif bugging out on short stringsLars Ingebrigtsen2020-03-191-2/+19
* Merge from origin/emacs-27Glenn Morris2020-03-186-24/+62
|\
| * * lisp/tab-line.el: Fix tab-line-format and tab-line-format-template.Juri Linkov2020-03-171-4/+5
| * * lisp/image/image-converter.el: Support more ImageMagick versions (bug#39994)Juri Linkov2020-03-151-2/+3
| * Support Unicode 13.0Eli Zaretskii2020-03-143-14/+45
| * Fix regression in wisent-total-conflictsLars Ingebrigtsen2020-03-141-4/+9
| * * lisp/progmodes/cc-defs.el (c-version): update to 5.34.1 for Emacs 27.1Alan Mackenzie2020-03-141-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-03-182-5/+18
|\ \ | |/
| * * lisp/textmodes/fill.el (fill-nobreak-predicate): Fix documentation.Philipp Stephani2020-03-141-1/+2
| * Improve Package Menu hiding docstringsStefan Kangas2020-03-141-4/+16
* | * lisp/vc/smerge-mode.el (smerge-start-session): Don't re-enableStefan Monnier2020-03-181-7/+8
* | Add store/restore window configuration feature for gdb-miYuan Fu2020-03-152-39/+272
* | * lisp/progmodes/sql.el: Try and avoid `eval`; use define-derived-modeStefan Monnier2020-03-141-130/+70
* | * lisp/textmodes/conf-mode.el (conf-mode): Use define-derived-modeStefan Monnier2020-03-141-98/+75
* | * lisp/emacs-lisp/package.el (package-activate-1): Avoid duplicatesStefan Monnier2020-03-141-1/+1
* | * lisp/progmodes/cc-defs.el (c-version): update to 5.34.2 for master branchAlan Mackenzie2020-03-141-1/+1
* | Make previous mml-expand-html-into-multipart-related fix more generalJeremy Compostella2020-03-141-4/+3
* | Add charsets to 'w32-charset-info-alist'Eli Zaretskii2020-03-141-0/+7
* | Avoid regexp stack overflow in GDB string matching (bug#22149)Mattias Engdegård2020-03-141-1/+4
* | Merge from origin/emacs-27Glenn Morris2020-03-134-11/+36
|\ \ | |/
| * Fix a recent documentation changeEli Zaretskii2020-03-131-3/+6
| * Fix last changeEli Zaretskii2020-03-131-1/+2
| * * lisp/tab-bar.el: Last-minute changes.Juri Linkov2020-03-131-6/+19
| * * lisp/subr.el (cancel-change-group): Fix bug#39680Stefan Monnier2020-03-121-2/+7
| * Improve docs for horizontal scrolling with mouse and touchpad (Bug#39979)İ. Göktuğ Kayaalp2020-03-111-2/+5
| * * lisp/emacs-lisp/package.el (package-install): Fix typo in docstring.Juri Linkov2020-03-101-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2020-03-131-0/+1
|\ \
| * | * lisp/emacs-lisp/package.el (package-menu--generate): Fix doc string.Pieter van Oostrum2020-03-131-0/+1
* | | * lisp/net/tramp.el (tramp-accept-process-output): Propagate `quit' signal.Michael Albinus2020-03-131-8/+11
|/ /
* | Make cl-equalp a bit more efficient at comparing stringsNoam Postavsky2020-03-121-2/+1
* | rcirc: Match NickServ messages case-insensitively (Bug#39345)Noam Postavsky2020-03-121-6/+10
* | Fix NS child frame in native fullscreen (bug#36672)Andrii Kolomoiets2020-03-121-5/+1
* | * lisp/emacs-lisp/eldoc.el: Remove redundant `:group` argumentsStefan Monnier2020-03-121-35/+23
* | * lisp/emacs-lisp/eldoc.el (eldoc--supported-p): Understand the "old" APIStefan Monnier2020-03-121-1/+10
* | * lisp/subr.el (cancel-change-group): Undo accidental changeStefan Monnier2020-03-121-10/+3
* | * lisp/net/tramp-sh.el (tramp-find-shell): Skip for asynchronous processes.Michael Albinus2020-03-121-36/+38
* | Remove more XEmacs compat code from eshellStefan Kangas2020-03-114-16/+4
* | * lisp/emacs-lisp/cl-macs.el: More care with `eval` and with `cl-typep`Stefan Monnier2020-03-101-20/+37
* | * lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Simplify resultStefan Monnier2020-03-101-16/+6
* | * lisp/window.el: Avoid `called-interactively-p`.Stefan Monnier2020-03-101-12/+16
* | * lisp/ido.el: Remove redundant `:group`sStefan Monnier2020-03-101-161/+92
* | * lisp/subr.el (dlet): New macroStefan Monnier2020-03-102-11/+32
* | Improve new-frame logic of windmove-display-in-direction (bug#39875)Juri Linkov2020-03-101-4/+8
* | In vc-print-branch-log use root instead of the default directory (bug#39704)Juri Linkov2020-03-101-4/+6
* | Finish implementation of set-file-times FLAG arg in TrampMichael Albinus2020-03-096-42/+53
* | * lisp/term/rxvt.el: Enable backeted paste and window titleDaniel Gröber2020-03-081-1/+20
* | CC Mode: allow specified directives (e.g. pragma) to be indented as statementsAlan Mackenzie2020-03-084-37/+135
* | Simplify run-at-timePaul Eggert2020-03-081-3/+0