summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Add support for --seccomp command-line option.Philipp Stephani2020-12-291-2/+3
* Allow the flymake mode line indicator to be customizedLars Ingebrigtsen2020-12-291-96/+101
* Add a SPLIT parameter to `format-spec'Lars Ingebrigtsen2020-12-291-44/+59
* Reword a long docstring in cc-langs.elBasil L. Contovounesios2020-12-291-6/+8
* Allow mixing attributes and comments in the diary fileLars Ingebrigtsen2020-12-291-12/+12
* Robustify completion match scoring for optimized patternsJoão Távora2020-12-281-21/+27
* CC Mode: Add newish AWK Mode facilities, as used in gawk-4.Alan Mackenzie2020-12-284-18/+89
* * lisp/minibuffer.el: Avoid consecutive `any` in completion patternsStefan Monnier2020-12-281-1/+2
* Minor cleanups in tetris.elStefan Kangas2020-12-281-32/+14
* * lisp/ps-print.el (ps-message-log-max): Remove XEmacs compat code.Stefan Kangas2020-12-281-1/+0
* Remove redundant 'function's around lambda in vhdl-mode.elStefan Kangas2020-12-281-51/+44
* Fix too-long feedmail-sendmail-f-doesnt-sell-me-out doc stringLars Ingebrigtsen2020-12-281-10/+13
* Fill some auto-generated docstringsStefan Kangas2020-12-283-38/+61
* Make byte-compiler warn about wide docstringsStefan Kangas2020-12-281-2/+86
* Make octave-send-region be asynchronousLars Ingebrigtsen2020-12-281-19/+3
* Fix background mode on Gnome 3.38 terminalsLars Ingebrigtsen2020-12-281-2/+5
* Fix alignment of Java String[] and the likeLars Ingebrigtsen2020-12-281-1/+1
* Allow remember-notes to use the *scratch* bufferLars Ingebrigtsen2020-12-281-3/+8
* Rename and document the built-in xref-show-definitions-function'sDmitry Gutov2020-12-281-9/+38
* Do not output two spaces for non-autoloaded ieieo constructor functionsTim Landscheidt2020-12-281-2/+2
* * lisp/emacs-lisp/package.el (package-archives): Add NonGNU ELPAStefan Monnier2020-12-271-0/+3
* * lisp/textmodes/rst.el (rst-mode): Don't touch global hookStefan Monnier2020-12-271-4/+3
* ; Fix recent shortdoc.el and fns.c additionsBasil L. Contovounesios2020-12-271-3/+3
* Improve "find definition" in *Help* buffersDaniel Martín2020-12-271-1/+64
* Add new predicates for sequence lengthsLars Ingebrigtsen2020-12-272-1/+9
* Improve the edebug-form-data doc stringLars Ingebrigtsen2020-12-261-1/+1
* * lisp/forms.el (forms--run-functions): New functionStefan Monnier2020-12-261-30/+33
* Rename Tramp method "media" to "mtp" (Bug#45402)Michael Albinus2020-12-261-13/+13
* Avoid missing email messages due to rmail-spam-filteremacs-f2020-12-261-4/+13
* Fix messages with plural forms in todo-mode.elEli Zaretskii2020-12-261-12/+15
* Fix infloop in memory-reportLars Ingebrigtsen2020-12-261-1/+3
* Fix package reloading problems on systems with symlinksLars Ingebrigtsen2020-12-251-1/+1
* Refactor package--list-loaded-files for easier debuggabilityLars Ingebrigtsen2020-12-251-24/+29
* Merge from origin/emacs-27Glenn Morris2020-12-251-1/+1
|\
| * ; lisp/org/org.el: Fix Version header.Glenn Morris2020-12-251-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-12-256-37/+34
|\ \ | |/
| * Update to Org 9.4.4Bastien Guerry2020-12-224-28/+25
| * * lisp/so-long.el: Decrease use of passive voice.Stefan Kangas2020-12-211-3/+3
| * * lisp/face-remap.el (face-remap-set-base): Doc fix. (Bug#45264)Eli Zaretskii2020-12-191-6/+6
| * Update files for the 27.1.90 pretestemacs-27.1.90Eli Zaretskii2020-12-181-638/+82
* | Fix last changeEli Zaretskii2020-12-253-33/+8
* | Add support for more EBCDIC code pages IBM2XXTimo Myyrä2020-12-254-0/+206
* | cperl-mode: Correctly syntax highlight index/value array slicesE. Choroba2020-12-251-1/+1
* | Make `remove-hook' interactiveThibault Polge2020-12-251-1/+26
* | Allow `string-limit' to work on encoded stringsLars Ingebrigtsen2020-12-252-6/+31
* | Remove `string-slice' -- it's not very well definedLars Ingebrigtsen2020-12-252-16/+0
* | CC Mode: introduce a new cache for brace structures. This fixes bug #45248Alan Mackenzie2020-12-242-100/+266
* | * lisp/emacs-lisp/lisp-mnt.el (lm-section-end): Stop at the right headingStefan Monnier2020-12-231-0/+2
* | authinfo-mode: add option to not hide any elements (and add font-lock)TEC2020-12-231-8/+37
* | * lisp/tab-line.el: New options, faces, and functionsAdam Porter2020-12-231-6/+59