summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * lisp/vc/log-edit.el (log-edit-diff-function): Give non-nil defaultStefan Monnier2021-04-111-4/+3
* * lisp/progmodes/bug-reference.el: Avoid old-style `define-minor-mode`Stefan Monnier2021-04-111-6/+0
* * src/emacs.c (load_seccomp): Consistently check for nonzero resultPhilipp Stephani2021-04-111-1/+1
* Add a variant of the Seccomp filter file that allows 'execve'.Philipp Stephani2021-04-115-7/+75
* * lib-src/seccomp-filter.c (main): Also allow O_NOFOLLOW.Philipp Stephani2021-04-111-2/+2
* Don't attempt to generate Seccomp filter file in Linux < 4.14.Philipp Stephani2021-04-111-0/+6
* Seccomp filter: allow reading the current time (Bug#47708).Philipp Stephani2021-04-111-0/+7
* Fix check for timer_getoverrunAndreas Schwab2021-04-111-1/+7
* Use pkg-config to check for libseccomp.Philipp Stephani2021-04-112-7/+10
* Remove SCMP_FLTATR_CTL_LOG attribute from Seccomp filter.Philipp Stephani2021-04-111-1/+0
* Only attempt to generate seccomp filter files on x86-64 systems.Philipp Stephani2021-04-111-2/+9
* ; * etc/NEWS: Minor copyedits.Eli Zaretskii2021-04-111-3/+3
* * lib-src/seccomp-filter.c: Print trailing newline.Philipp Stephani2021-04-111-1/+4
* * doc/lispref/elisp.texi (Top): Add missing entry.Stefan Kangas2021-04-111-0/+1
* Fix calculator-string-to-number yet again (bug#47694)Eli Barzilay2021-04-112-4/+56
* Fix typo in cconvMattias Engdegård2021-04-112-1/+8
* Add another check for the required header <linux/filter.h>.Philipp Stephani2021-04-112-3/+3
* Also check for needed seccomp macros.Philipp Stephani2021-04-112-7/+23
* Fix handling of mouse clicks on tab-bar buttonsEli Zaretskii2021-04-111-137/+10
* ; * lisp/net/shr.el (shr-insert-document): Fix last change.Eli Zaretskii2021-04-111-2/+3
* * lisp/net/shr.el (shr-insert-document): Explain why bidi-display-reorderingStefan Monnier2021-04-101-0/+5
* Add new icomplete-vertical-modeGregory Heytings2021-04-103-4/+54
* * lisp/misearch.el (multi-isearch-read-buffers): Fix last changeStefan Monnier2021-04-101-1/+1
* * src/emacs.c (read_full): Add a few assertions.Philipp Stephani2021-04-101-0/+3
* * lisp/cus-dep.el: Use lexical-bindingStefan Monnier2021-04-101-3/+3
* * lisp/misearch.el: Use lexical-bindingStefan Monnier2021-04-101-14/+14
* * src/emacs.c (load_seccomp): Add a useful assertion.Philipp Stephani2021-04-101-0/+1
* * src/emacs.c (load_seccomp): Fix condition.Philipp Stephani2021-04-101-1/+1
* * lisp/ps-bdf.el: Use lexical-bindingStefan Monnier2021-04-101-2/+2
* * lisp/informat.el: Use lexical-bindingStefan Monnier2021-04-101-2/+2
* * lisp/loadup.el: Use lexical-bindingStefan Monnier2021-04-101-9/+9
* * lisp/jka-compr.el: Use lexical-bindingStefan Monnier2021-04-101-14/+13
* * etc/NEWS: Extend paragraph about &define form and backtrackingPhilipp Stephani2021-04-101-2/+5
* ; Fix copyright yearsGlenn Morris2021-04-101-1/+1
* Convert CC Mode to lexical binding in EmacsAlan Mackenzie2021-04-1013-51/+58
* Add a helper binary to create a basic Secure Computing filter.Philipp Stephani2021-04-107-0/+402
* * src/emacs.c (load_seccomp): Fix condition.Philipp Stephani2021-04-101-1/+1
* Read file in a loop if necessary.Philipp Stephani2021-04-101-11/+39
* ; * etc/NEWS: Fix the wording of a recently added entry.Eli Zaretskii2021-04-101-8/+9
* Add support for --seccomp command-line option.Philipp Stephani2021-04-105-4/+314
* Edebug: Disable backtracking when hitting a &define keyword.Philipp Stephani2021-04-104-13/+43
* * lisp/gnus/nnagent.el: Fix spurious empty line at BOBStefan Monnier2021-04-101-1/+0
* * lisp/edmacro.el: Use lexical-bindingStefan Monnier2021-04-101-21/+15
* * lisp/files-x.el: Use lexical-bindingStefan Monnier2021-04-101-2/+2
* * lisp/ps-mule.el: Use lexical-bindingStefan Monnier2021-04-101-23/+23
* Autoload list-colors-display.Gregory Heytings2021-04-101-0/+1
* Tramp: fix location of files on W32Michael Albinus2021-04-102-12/+30
* Further fix of hostname completion on MS WindowsJim Porter2021-04-101-2/+15
* Fail earlier if stale Flymake report functions calledJoão Távora2021-04-101-1/+4
* Don't stop when before space or closing parenDmitry Gutov2021-04-101-1/+1