summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve detection of pdumper file and *.eln filesfeature/native-compEli Zaretskii2021-04-241-1/+9
* Improve diagnostics of loading *.eln filesEli Zaretskii2021-04-241-1/+5
* Improve a native compiler testAndrea Corallo2021-04-222-1/+12
* * lisp/emacs-lisp/comp.el (comp-imm-equal-test): Style fix.Andrea Corallo2021-04-211-2/+1
* * lisp/emacs-lisp/comp.el (batch-byte-native-compile-for-bootstrap): Fix typo.Andrea Corallo2021-04-211-1/+1
* Fix native compiler string hash consing strategy (bug#47868)Andrea Corallo2021-04-213-34/+50
* Introduce `sxhash-equal-including-properties'.Andrea Corallo2021-04-212-9/+39
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-19256-2088/+3185
|\
| * ; 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
| * * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Improve `C-h f` outputStefan Monnier2021-04-161-18/+20
| * Cleanup in em-extra.elStefan Kangas2021-04-171-26/+18
| * Check minibuffer windows are live windows, rather than assuming itAlan Mackenzie2021-04-161-14/+24
| * Merge from origin/emacs-27Glenn Morris2021-04-163-7/+7
| |\
| | * Fix typos in manualsEli Zaretskii2021-04-132-3/+3
| | * Fix description of momentary message displayEli Zaretskii2021-04-101-4/+4
| * | ; Fix typos: emacs lisp -> Emacs LispStefan Kangas2021-04-1612-13/+13
| * | ; Remove some useless commentsStefan Kangas2021-04-1665-139/+4
| * | ; Grammar fixesRobert Pluim2021-04-162-3/+3
| * | ; Fix typosRobert Pluim2021-04-161-2/+3
| * | Improve docstring of 'frame-scale-factor'Robert Pluim2021-04-161-0/+1
| * | Improve quoting of directory names in project/xrefDmitry Gutov2021-04-162-4/+4
| * | project--files-in-directory: Handle errors reported by 'find'Dmitry Gutov2021-04-161-2/+8
| * | Fix 'garbage-collect-maybe'Eli Zaretskii2021-04-151-1/+1
| * | Allow use of em in image spec sizesAlan Third2021-04-153-17/+58
| * | Improve project support for quoted directory names (Bug#47799)Philipp Stephani2021-04-152-3/+51
| * | * lisp/emacs-lisp/bindat.el: Allow non-fixed size of `strz`Stefan Monnier2021-04-152-11/+27
| * | Add condition-case success handler (bug#47677)Mattias EngdegÄrd2021-04-157-33/+219
| * | CC Mode: Put debug specs inside declare forms. Add missing debug specs.Alan Mackenzie2021-04-157-170/+124
| * | repeat-echo-mode-line-string doesn't need risky-local-variable to keep propsJuri Linkov2021-04-141-2/+0
| * | Java Mode: Change the syntax of character @ to prefix syntaxFilipp Gunbin2021-04-141-1/+3
| * | * lisp/isearch.el (isearch-mouse-2): Let-bind isearch-mode to nil (bug#47755)Juri Linkov2021-04-141-1/+3
| * | Don't error out when selection data is unavailable (bug#47642)Juri Linkov2021-04-141-7/+14