]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2021-04-13 Eli ZaretskiiResurrect mouse-highlight of close buttons on tab-bar
2021-04-13 Stefan Monnier* lisp/comint.el: Add `font-lock-face` to `rear-nonsticky`
2021-04-13 Stefan MonnierDon't version-control generated file `grammat-wy.el`
2021-04-12 Stefan Monnier* lisp/minibuffer.el (completion-table-with-quoting...
2021-04-12 Wilson Snyder* lisp/progmodes/verilog-mode.el (vl-memory): Add missi...
2021-04-12 Stefan Monnier* lisp/emacs-lisp/smie.el: Fix URL. Remove redundant...
2021-04-12 Stefan Monnier* lisp/emacs-lisp/memory-report.el (memory-report-...
2021-04-12 Stefan Monnier* lisp/emacs-lisp/float-sup.el (pi): Actually mark...
2021-04-12 Stefan Monnier* lisp/emacs-lisp/edebug.el (edebug--frame): Move docst...
2021-04-12 Stefan Monnier* lisp/vt-control.el: Avoid `called-interactively-p`
2021-04-12 Stefan Monnier* lisp/files.el (file-modes-number-to-symbolic): Add...
2021-04-12 Stefan Monnier* lisp/frame.el (delete-other-frames): Add universal...
2021-04-12 Juri Linkov* lisp/repeat.el (repeat-mode-echo): New defcustom.
2021-04-12 Stefan Monnier* lisp/dynamic-setting.el: Add missing footer
2021-04-12 Stefan Monnier* lisp/comint.el (comint-strip-ctrl-m): Avoid `called...
2021-04-12 Glenn Morris* lisp/strokes.el (strokes-mode): Fix typo in previous.
2021-04-12 Stefan Monnier(define-minor-mode): Warn about use of pre-Emacs-21...
2021-04-12 Stefan Monnier* lisp/progmodes/vhdl-mode.el: Add note about XEmacs...
2021-04-12 Lars IngebrigtsenAdjust verilog-mode to changes in the completion framework
2021-04-12 Shitikanth... Fix python-shell-switch-to-shell redisplay bug
2021-04-12 Ralph SchleicherAdd command in eww to toggle images
2021-04-12 Junya TakahashiFix args-out-of-range error in epa-file-insert-file...
2021-04-12 Philipp Stephani* lib-src/seccomp-filter.c: Add missing headers.
2021-04-12 Philipp StephaniGenerate Seccomp filters only if we have the necessary...
2021-04-12 Stefan Monnier* lisp/**/*.el: Avoid positional args to `define-minor...
2021-04-12 Stefan Monnier* lisp/gnus/message.el: Give non-nil defaults for funct...
2021-04-12 Stefan Monnier* lisp/eshell/esh-util.el: Require `seq`
2021-04-12 Stefan Monnier* lisp/eshell/esh-proc.el (eshell-kill-process-function...
2021-04-12 Stefan Monnier* lisp/mail/rmailmm.el (rmail-mime): Simplify interacti...
2021-04-12 Stefan Monnier* lisp/progmodes/sql.el (sql-mode-ansi-font-lock-keywor...
2021-04-12 Stefan Monnier* lisp/vc/log-edit.el (log-edit-diff-function): Give...
2021-04-11 Stefan Monnier* lisp/progmodes/bug-reference.el: Avoid old-style...
2021-04-11 Philipp Stephani* src/emacs.c (load_seccomp): Consistently check for...
2021-04-11 Philipp StephaniAdd a variant of the Seccomp filter file that allows...
2021-04-11 Philipp Stephani* lib-src/seccomp-filter.c (main): Also allow O_NOFOLLOW.
2021-04-11 Philipp StephaniDon't attempt to generate Seccomp filter file in Linux...
2021-04-11 Philipp StephaniSeccomp filter: allow reading the current time (Bug...
2021-04-11 Andreas SchwabFix check for timer_getoverrun
2021-04-11 Philipp StephaniUse pkg-config to check for libseccomp.
2021-04-11 Philipp StephaniRemove SCMP_FLTATR_CTL_LOG attribute from Seccomp filter.
2021-04-11 Philipp StephaniOnly attempt to generate seccomp filter files on x86...
2021-04-11 Eli Zaretskii; * etc/NEWS: Minor copyedits.
2021-04-11 Philipp Stephani* lib-src/seccomp-filter.c: Print trailing newline.
2021-04-11 Stefan Kangas* doc/lispref/elisp.texi (Top): Add missing entry.
2021-04-11 Eli BarzilayFix calculator-string-to-number yet again (bug#47694)
2021-04-11 Mattias EngdegårdFix typo in cconv
2021-04-11 Philipp StephaniAdd another check for the required header <linux/filter.h>.
2021-04-11 Philipp StephaniAlso check for needed seccomp macros.
2021-04-11 Eli ZaretskiiFix handling of mouse clicks on tab-bar buttons
2021-04-11 Eli Zaretskii; * lisp/net/shr.el (shr-insert-document): Fix last...
2021-04-11 Stefan Monnier* lisp/net/shr.el (shr-insert-document): Explain why...
2021-04-10 Gregory HeytingsAdd new icomplete-vertical-mode
2021-04-10 Stefan Monnier* lisp/misearch.el (multi-isearch-read-buffers): Fix...
2021-04-10 Philipp Stephani* src/emacs.c (read_full): Add a few assertions.
2021-04-10 Stefan Monnier* lisp/cus-dep.el: Use lexical-binding
2021-04-10 Stefan Monnier* lisp/misearch.el: Use lexical-binding
2021-04-10 Philipp Stephani* src/emacs.c (load_seccomp): Add a useful assertion.
2021-04-10 Philipp Stephani* src/emacs.c (load_seccomp): Fix condition.
2021-04-10 Stefan Monnier* lisp/ps-bdf.el: Use lexical-binding
2021-04-10 Stefan Monnier* lisp/informat.el: Use lexical-binding
2021-04-10 Stefan Monnier* lisp/loadup.el: Use lexical-binding
2021-04-10 Stefan Monnier* lisp/jka-compr.el: Use lexical-binding
2021-04-10 Philipp Stephani* etc/NEWS: Extend paragraph about &define form and...
2021-04-10 Glenn Morris; Fix copyright years
2021-04-10 Alan MackenzieConvert CC Mode to lexical binding in Emacs
2021-04-10 Philipp StephaniAdd a helper binary to create a basic Secure Computing...
2021-04-10 Philipp Stephani* src/emacs.c (load_seccomp): Fix condition.
2021-04-10 Philipp StephaniRead file in a loop if necessary.
2021-04-10 Eli Zaretskii; * etc/NEWS: Fix the wording of a recently added entry.
2021-04-10 Philipp StephaniAdd support for --seccomp command-line option.
2021-04-10 Philipp StephaniEdebug: Disable backtracking when hitting a &define...
2021-04-10 Stefan Monnier* lisp/gnus/nnagent.el: Fix spurious empty line at BOB
2021-04-10 Stefan Monnier* lisp/edmacro.el: Use lexical-binding
2021-04-10 Stefan Monnier* lisp/files-x.el: Use lexical-binding
2021-04-10 Stefan Monnier* lisp/ps-mule.el: Use lexical-binding
2021-04-10 Gregory HeytingsAutoload list-colors-display.
2021-04-10 Michael AlbinusTramp: fix location of files on W32
2021-04-10 Jim PorterFurther fix of hostname completion on MS Windows
2021-04-10 João TávoraFail earlier if stale Flymake report functions called
2021-04-09 Dmitry GutovDon't stop when before space or closing paren
2021-04-09 Alan MackenzieCC Mode: fix c-where-wrt-brace-construct to cope with...
2021-04-09 Mattias EngdegårdFix condition-case optimiser bug
2021-04-09 Mattias EngdegårdBetter compiler warning tests
2021-04-09 Mattias EngdegårdClean up bytecomp-tests.el
2021-04-09 Stefan KangasMake refer-every into obsolete alias for seq-every-p
2021-04-09 Stefan KangasRemove redundant #' before lambda in ibuf-*.el
2021-04-09 Stefan KangasDon't preserve window-line in tabulated-list-print
2021-04-09 Stefan KangasUse lexical-binding in winner.el
2021-04-09 Stefan MonnierMerge branch 'vhdl-mode-lexbind' into trunk
2021-04-09 Stefan KangasUse lexical-binding in cmuscheme.el
2021-04-09 Stefan Kangas* lisp/progmodes/cmacexp.el: Use lexical-binding.
2021-04-09 Stefan KangasUse lexical-binding in foldout.el
2021-04-09 Stefan KangasUse lexical-binding in loadhist.el and add tests
2021-04-09 Mattias EngdegårdSelf-TCO in `condition-case` error handlers
2021-04-09 Jim PorterFix hostname completion on MS Windows
2021-04-09 Stefan Monnier* test/lisp/shadowfile-tests.el: Fix recent test failures
2021-04-08 Stefan Monnier* lisp/progmodes/vhdl-mode.el: Use lexical-binding
2021-04-08 Stefan KangasRevert "Load all generic-x.el modes unconditionally"
2021-04-08 Stefan Monnier* lisp/shadowfile.el: Use lexical-binding
2021-04-08 Stefan KangasRemove redundant #' before lambda in {calendar,erc...
next