aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lisp/strokes.el: Doc fix; update URL.Stefan Kangas2021-04-221-10/+3
* Use khaki1 as 'match' backgroundDmitry Gutov2021-04-221-1/+1
* * lisp/emacs-lisp/package.el (package-archives): Bump :version.Stefan Kangas2021-04-211-1/+1
* * lisp/emacs-lisp/package.el: Doc fix.Stefan Kangas2021-04-211-4/+4
* Make outline commands repeatable (bug#47878)Philip K2021-04-221-0/+39
* Don't erroneously declare `mark` as error-freeMattias Engdegård2021-04-211-2/+2
* * lisp/isearch.el (isearch-forward-thing-at-point): New command (bug#39512).Juri Linkov2021-04-212-5/+49
* * lisp/thingatpt.el (region): Put property bounds-of-thing-at-point, bug#39512Juri Linkov2021-04-211-1/+5
* Remove a self-reference from the Emacs Lisp manual.Philipp Stephani2021-04-211-1/+1
* Improve error message for missing Info manualStefan Kangas2021-04-211-1/+2
* sgml-mode: Only set sgml-xml-mode if guessed to be an XML filePhilip K2021-04-211-1/+2
* ; * lisp/mail/rmailmm.el (rmail-mime-set-bulk-data): Fix last change.Eli Zaretskii2021-04-211-1/+1
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix bug#47925Stefan Monnier2021-04-201-11/+12
* cperl-mode: Avoid abbrev expansion in variable namesHarald Jörg2021-04-202-1/+30
* * lisp/wdired.el (wdired--self-insert): Put symbol property delete-selection.Juri Linkov2021-04-201-0/+2
* * lisp/isearch.el (isearch-post-command-hook): Revert ff796823e5 (bug#47894).Juri Linkov2021-04-201-4/+0
* Add new library transient.elJonas Bernoulli2021-04-202-0/+3622
* Fix Rmail-MIME size estimationsEli Zaretskii2021-04-201-2/+4
* * src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier2021-04-203-35/+27
* * lisp/minibuffer.el (minibuffer-mode-map): Make it an aliasStefan Monnier2021-04-201-2/+4
* * src/minibuf.c (read_minibuf): Change multibyte more safelyStefan Monnier2021-04-201-9/+7
* Fix localization problem in TrampMichael Albinus2021-04-201-4/+4
* Fix bug #47781: (window-list-1 nil t) wrongly returned nil.Alan Mackenzie2021-04-201-1/+2
* Introduce and use minibuffer-mode. This fixes bug #47150Alan Mackenzie2021-04-205-8/+39
* (completion-all-sorted-completions): Additional alphabetical sortingDaniel Mendler2021-04-191-19/+30
* minibuffer.el: Use completion--message instead of minibuffer-messageDaniel Mendler2021-04-191-2/+2
* Seccomp filter: deal with arch_prctl(ARCH_CET_STATUS, ...).Philipp Stephani2021-04-191-0/+6
* * lisp/minibuffer.el (completion-all-sorted-completions): Fix last changeStefan Monnier2021-04-191-2/+3
* * lisp/minibuffer.el (minibuffer--sort-by-key): New functionStefan Monnier2021-04-191-13/+9
* completion-all-sorted-completions: Fix sorting performance bugDaniel Mendler2021-04-191-8/+25
* completing-read: If HIST is the symbol `t', history is not recorded.Daniel Mendler2021-04-193-7/+11
* ; Normalize and add missing first and last linesStefan Kangas2021-04-19118-124/+147
* Add Tramp recompilationMichael Albinus2021-04-192-19/+47
* Don't hard-code "~/.emacs.d/" in two more placesStefan Kangas2021-04-192-3/+5
* Don't hard-code "~/.emacs.d/" in rcirc.elPhilip K2021-04-191-2/+3
* ; * test/lisp/progmodes/xref-tests.el: Add footer.Philipp Stephani2021-04-181-0/+2
* Factor out a helper macro to create a temporary directory.Philipp Stephani2021-04-181-34/+44
* Add quoted filename support to 'project-find-regexp' (Bug#47799).Philipp Stephani2021-04-182-5/+32
* Extend project test so that 'project-current' works.Philipp Stephani2021-04-181-1/+8
* Skip a unit test that requires an external program if necessary.Philipp Stephani2021-04-181-0/+1
* Update modus-themes to version 1.3.2Protesilaos Stavrou2021-04-184-1160/+1682
* Fix Seccomp filter on CentOS 8.3 (Bug#47828).Philipp Stephani2021-04-181-3/+3
* * lisp/misearch.el (multi-isearch-pop-state): Doc fix.Stefan Kangas2021-04-181-1/+1
* Avoid selecting tooltip windows and frames (Bug#47207)Martin Rudalics2021-04-184-15/+40
* * lisp/emacs-lisp/debug.el (debug): Fix (bug#47588)Stefan Monnier2021-04-182-1/+4
* Attempt to print some debugging information on Seccomp failures.Philipp Stephani2021-04-171-8/+52
* Make stderr in Tramp's make-process more robustMichael Albinus2021-04-172-5/+8
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Tweak furtherStefan Monnier2021-04-171-1/+1
* Fix :scale's affect on :width and :height (bug#47819)Alan Third2021-04-171-2/+2
* Don't allow quitting while rebuilding Vwindow_list (Bug#47244)Martin Rudalics2021-04-171-0/+21