]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-02-26 AndreaCoralloAdd ephemeral relocation data class
2020-02-26 Andrea Corallo* Two grammar fixes into async hooks doc
2020-02-26 Andrea CoralloMerge remote-tracking branch 'savannah/master' into...
2020-02-26 Ryan OlsonShow friendly message after package install
2020-02-25 Mark OteizaExpose ElDoc functions in a hook (Bug#28257)
2020-02-25 Mattias EngdegårdGenerate 'substring' byte op (bug#39709)
2020-02-25 Michael AlbinusFinish implementation of {set-}file-modes FLAG arg...
2020-02-25 Mattias EngdegårdFix mistake in regexp cleanup
2020-02-25 Eli Zaretskii; * etc/NEWS: Improve wording of a recently-added entry.
2020-02-25 Paul EggertUpdate from Gnulib
2020-02-25 Juri Linkov* lisp/textmodes/nroff-mode.el (nroff-mode-map): Remove...
2020-02-25 Juri Linkov* lisp/comint.el (comint-redirect-setup): Guard mode...
2020-02-24 Eli ZaretskiiAdapt the MS-Windows build to 'nofollow' changes
2020-02-24 Paul EggertAdd 'nofollow' flag to set-file-modes etc.
2020-02-24 Paul EggertUpdate from Gnulib
2020-02-23 Wilson SnyderAdd `verilog-auto-inst-template-required'.
2020-02-23 Andrea Corallo* Add two hooks for async native compilation
2020-02-23 Andrea CoralloMake build process robust against interruptions
2020-02-23 Glenn MorrisMerge from origin/emacs-27
2020-02-23 Glenn Morris; Merge from origin/emacs-27
2020-02-23 Glenn MorrisMerge from origin/emacs-27
2020-02-23 Noam PostavskyShorten some ppss struct field names
2020-02-23 Andrea CoralloMerge remote-tracking branch 'savannah/master' into...
2020-02-23 Alan MackenzieJava Mode: Fix fontification of variable decl inside...
2020-02-23 Alan MackenzieCC Mode: Fontify foo in "const auto foo :" correctly
2020-02-23 Paul EggertUpdate from Gnulib
2020-02-23 Juri Linkov* lisp/font-lock.el (font-lock-ensure): Use font-lock...
2020-02-23 Juri Linkov* lisp/replace.el (occur-engine-line): Revert part...
2020-02-22 Dmitry GutovMove more logic to vc-ignore from vc-default-ignore
2020-02-22 Paul EggertUpdate from Gnulib
2020-02-22 Paul EggertRestore runtime check for invalid tag
2020-02-22 Andrea CoralloFix `comp-tests-free-fun'
2020-02-22 Eli ZaretskiiWarn about the likes of "[:alnum:]" in regexps
2020-02-22 Wolfgang SchererDon't write absolute filenames and duplicate strings...
2020-02-21 Mattias Engdegård; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last...
2020-02-21 Andrea CoralloTest 'comp-eq' should not assume any string hashing...
2020-02-21 AndreaCoralloEmit 'top_level_run' objects as impure
2020-02-21 Stefan Monnier* src/keyboard.c: Copy last tool-bar change to tab...
2020-02-21 Andrea CoralloVerify '--with-nativecomp' has also '--with-dumping...
2020-02-21 AndreaCoralloReorder m-var slots
2020-02-21 Andrea CoralloMerge remote-tracking branch 'savannah/master' into...
2020-02-21 Stefan Monnier* src/keyboard.c (make_lispy_event): Generate proper...
2020-02-21 Eli Zaretskii; * lisp/tempo.el (tempo-add-tag): Punctuation fixes...
2020-02-21 Federico TedinAllow tempo-define-template to reassign tags to new...
2020-02-21 Federico TedinFix cursor-sensor--detect when current buf != selected...
2020-02-21 Eli Zaretskii* doc/emacs/sending.texi (Mail Sending): Fix index...
2020-02-21 Allen LiDocument 'message-send-mail-function' in the Emacs...
2020-02-21 Allen LiFix reference to 'message-send-and-exit' in Emacs manual
2020-02-21 Steven AllenSkip shell prompt on current line in Eshell even if...
2020-02-20 Mattias EngdegårdLess bad permutation generator in regexp-opt test
2020-02-20 Glenn MorrisMerge from origin/emacs-27
2020-02-20 Mattias EngdegårdRemove subsumed repetitions in regexps
2020-02-20 Mattias EngdegårdAdd and remove backslashes in regexps
2020-02-20 Mattias EngdegårdRemove Emacs 20 bug workaround in ebnf2ps (bug#39663)
2020-02-20 Lars Ingebrigtsenshr comment typo fix
2020-02-20 Lars IngebrigtsenFix problem with degenerate <html base="."> specs in shr
2020-02-20 Lars IngebrigtsenFix <button>...</button> submit button rendering in eww
2020-02-20 Kévin Le GouguecIntroduce face for <code> elements in shr
2020-02-20 Mattias EngdegårdFix broken regexps
2020-02-20 Paul Eggert; spelling and comment fix
2020-02-20 Paul Eggert; make change-history-commit
2020-02-20 Paul Eggert* Makefile.in (PREFERRED_BRANCH): Now emacs-27.
2020-02-20 Paul EggertFix bug when visiting euc-jp-encoded directories
2020-02-19 Paul EggertFix some file-modes races
2020-02-19 Johan BockgårdFix search for ~/.Xdefaults-HOSTNAME (again)
2020-02-19 Jeremy CompostellaFix conversion of text/html->multipart/related
2020-02-19 Masahiro NakamuraFix working text related issues on NS (Bug#38851)
2020-02-19 Alan ThirdFix horizontal bit shifting
2020-02-19 Paul Eggert* doc/misc/texinfo.tex: Update from Gnulib.
2020-02-18 Juri LinkovSupport state changing VC operations in dired-mode...
2020-02-18 Stefan Monnier* lisp/wdired.el (wdired-next-line, wdired-previous...
2020-02-17 Paul EggertClarify when fixnums are used.
2020-02-17 Paul EggertReorder discussion of integer basics
2020-02-17 Paul EggertAvoid unlikely load-average bug
2020-02-17 Mattias EngdegårdMake OMake support slightly less expensive (bug#39595)
2020-02-17 Mattias EngdegårdSpeed up 'msft' and 'watcom' compilation error regexps
2020-02-17 Mattias EngdegårdSpeed up 'maven' compilation error message regexp
2020-02-16 Paul EggertImprove C-h C-h bug fix
2020-02-16 Alan MackenzieAmend c-backward-sws better to handle multiline block...
2020-02-16 Andrea CoralloUpdate copyright years plus two style nits
2020-02-16 Andrea CoralloAdd a simple pass for self TCO
2020-02-16 Glenn Morris* src/lread.c (read1): Fix int/Lisp_Object mix up.
2020-02-16 Glenn MorrisMerge from origin/emacs-27
2020-02-16 Alan MackenzieReformulate c-end-of-macro, handling multiline block...
2020-02-16 Andrea CoralloIntroduce comp-dry-run
2020-02-16 Andrea CoralloUse `sxhash-eq' to generate mvar SSA ids
2020-02-16 YAMAMOTO MitsuharuFix unexec failure on macOS 10.15.4
2020-02-15 Paul EggertFix C-h C-h bug due to mutating a hash key
2020-02-15 Glenn MorrisRemove another test for deleted lread feature
2020-02-15 AndreaCoralloSpeed 2 goes default
2020-02-15 AndreaCoralloBackward propagate only once
2020-02-15 Andrea CoralloRework frame layout
2020-02-15 Eli ZaretskiiFix 'reverse-region' when less than one line is in...
2020-02-15 Pieter van... Correct default regexp in 'package-menu-hide-package'
2020-02-15 Pieter van... Remove obsolete menu entry "Redisplay buffer"
2020-02-15 Eli Zaretskii; * etc/NEWS: Fix wording in a recently added entry.
2020-02-14 Mark OteizaFix typos
2020-02-14 AndreaCoralloClean-up old gc disable refuse in comp-tests-non-locals
2020-02-14 Andrea CoralloBetter function naming for comp-function-call-maybe...
2020-02-14 Andrea CoralloMerge remote-tracking branch 'savannah/master' into...
next