]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2023-03-04 Michael Albinus; Whitespace cleanup feature/tramp-thread-safe
2023-03-04 Michael AlbinusMerge branch 'master' into feature/tramp-thread-safe
2023-03-03 Mattias EngdegårdRemove ineffective uses of condition-case
2023-03-03 Stefan KangasMerge from origin/emacs-29
2023-03-03 Yuan FuFix c-ts-mode indentation for statement after preproc...
2023-03-02 Eli ZaretskiiFix c/c++-ts-mode's mode lighter
2023-03-02 Mattias EngdegårdFix `cond` miscompilation bug
2023-03-02 Mattias EngdegårdSmall unwind-protect optimisation improvement
2023-03-02 João TávoraEglot: use shell-file-name in eglot--cmd (bug#61748)
2023-03-02 Michael AlbinusTramp cleanup
2023-03-02 Po LuFix bootstrap failure
2023-03-02 Eli ZaretskiiAvoid signaling errors in url-basic-auth when password...
2023-03-02 Eli ZaretskiiFix wdired-tests on MS-Windows
2023-03-02 Augusto StoffelAdd option to keep some columns in dired-hide-details...
2023-03-02 Eli Zaretskii; Fix last change
2023-03-02 Sebastian TennantAdd new user option Man-prefer-synchronous-call
2023-03-02 Andrew De AngelisImprovements to xwidget on macOS (bug#60703)
2023-03-02 Philippe AltherrAdd support for Zsh's case branches ;|.
2023-03-02 Philippe AltherrUse 'sh-indent-for-continuation' for continued lines...
2023-03-02 Eli Zaretskii; Avoid byte-compilation warning in c-ts-mode.el
2023-03-02 Stefan KangasMerge from origin/emacs-29
2023-03-02 Stefan Kangas; Merge from origin/emacs-29
2023-03-02 Stefan KangasMerge from origin/emacs-29
2023-03-02 Po Lu; * src/haikufont.c (haikufont_open): Remove unused...
2023-03-01 Yuan Fu* lisp/progmodes/go-ts-mode.el: Use treesit-language...
2023-03-01 Yuan FuDon’t signal warning when loading go-ts-mode.el without...
2023-03-01 Yuan FuFix c-ts-mode empty line indentation (bug#61893)
2023-03-01 Yuan FuImprove tree-sitter's prev-sibling indent anchor
2023-03-01 João Távora* lisp/icomplete.el (fido-mode): Enable in-buffer compl...
2023-03-01 Juri Linkov* lisp/icomplete.el: Fix in-buffer completion.
2023-03-01 Stefan Monnier* src/profiler.c (malloc_probe): Make it safe for GC...
2023-03-01 Stefan Monnier* lisp/emacs-lisp/debug-early.el (debug-early-backtrace...
2023-03-01 Michael AlbinusMake Tramp file name completion more quiet
2023-03-01 Eli ZaretskiiRevert "Don't disable eldoc when doing edebug"
2023-03-01 João Távora; Eglot: improve bug-reference-url-format/bug-reference...
2023-03-01 Mattias EngdegårdSimplify effect-free code elimination
2023-03-01 João TávoraEglot: work around Tramp instability bug#61350
2023-03-01 Yuan FuFix treesit-indent-region
2023-03-01 Po LuReplace C++ comments with C style equivalents
2023-03-01 Stefan Kangas; Merge from origin/emacs-29
2023-03-01 Stefan KangasMerge from origin/emacs-29
2023-03-01 Stefan KangasUpdate SKK-JISYO.L from upstream
2023-03-01 Stefan KangasUpdate publicsuffix.txt from upstream
2023-03-01 Stefan Kangas; Auto-commit of loaddefs files.
2023-03-01 Stefan Kangas; Auto-commit of loaddefs files.
2023-03-01 João TávoraEglot: fix M-x eglot-show-workspace-configuration ...
2023-02-28 Dmitry Gutovruby-mode: Fix method call indentation in rhs of multip...
2023-02-28 Mattias EngdegårdFix some useless condition-case forms
2023-02-28 Michael Albinus* lisp/net/tramp.el (tramp-remote-path): Improve docstring.
2023-02-28 Michael AlbinusImprove warning in tramp-handle-unlock-file
2023-02-28 FelixMinor change in 'dired--find-possibly-alternative-file'
2023-02-28 FelixImplement prefix arg for 'c-ts-mode-toggle-comment...
2023-02-28 Manuel GiraudDefaults to zero for image-dired--number-of-thumbnails
2023-02-28 Eli Zaretskii; Add a doc string for 'ediff-window-display-p' obsoles...
2023-02-28 Stefan KangasMerge from origin/emacs-29
2023-02-28 Dmitry GutovRename the newly added -ref- faces to -use-
2023-02-27 Augusto StoffelNew user option 'grep-use-headings'
2023-02-27 Augusto StoffelIntroduce 'compilation-annotation' text property
2023-02-27 João Távora* lisp/icomplete.el (fido-mode): Enable in-buffer compl...
2023-02-27 Juri Linkov* lisp/icomplete.el: Fix in-buffer completion.
2023-02-27 João TávoraEglot: support multiple labels in same inlay hint
2023-02-27 João TávoraEglot: don't paint hints outside requested region ...
2023-02-27 Mattias EngdegårdAdjust some `pure` and `side-effect-free` function...
2023-02-27 Mattias EngdegårdWarn about `condition-case` without handlers
2023-02-27 Eli Zaretskii; * doc/misc/gnus.texi: Fix last change.
2023-02-27 Arash Esbati; Add `nnimap-user' to Gnus manual
2023-02-27 Eli Zaretskii; * lisp/progmodes/c-ts-mode.el (treesit-node-prev...
2023-02-27 João TávoraEglot: protect against unintended field text motion...
2023-02-27 João Távora; And yet another fix to eglot-current-linepos-function...
2023-02-27 Eli ZaretskiiFix description of 'desktop-save-mode'
2023-02-27 Mattias Engdegård* lisp/calc/calc.el (calcDigit-backspace): Hush warning.
2023-02-27 Mattias EngdegårdImprove delete-consecutive-dups doc precision and add...
2023-02-27 Yuan FuAdjust tree-sitter defun navigation (bug#61617)
2023-02-27 Yuan FuSimplify c-ts-mode--top-level-label-matcher
2023-02-27 Yuan FuNew tree-sitter indent anchor standalone-parent used...
2023-02-27 Stefan KangasMerge from origin/emacs-29
2023-02-27 Dmitry Gutovruby-smie-rules: Fix misindentation of a method call...
2023-02-26 Eli Zaretskii* lib-src/etags.c (process_file_name): Free malloc...
2023-02-26 Eli Zaretskii; Improve documentation of loading *.eln files
2023-02-26 Eli Zaretskii; Another doc fix in eglot.el
2023-02-26 Michael AlbinusTramp: Do not unlock when connection is broken
2023-02-26 João Távora; Fix last change
2023-02-26 Eli Zaretskii; Fix last change
2023-02-26 João TávoraEglot: rename and redocument encoding-related functions...
2023-02-26 Augusto StoffelEglot: support positionEncoding LSP capability (bug...
2023-02-26 Eli ZaretskiiEglot: use faster strategy for moving to LSP positions...
2023-02-26 Eli ZaretskiiFix mule-tests in UTF-8 locales
2023-02-26 Eli ZaretskiiFix 'vertical-motion' when display strings are around
2023-02-26 Yuan Fu; * src/treesit.c (treesit_predicate_match): Fix typo.
2023-02-26 Paul EggertDisable xattr test on MS-Windows.
2023-02-26 Po LuFix the MS-DOS build
2023-02-26 Stefan KangasMerge from origin/emacs-29
2023-02-26 Jim PorterBe more cautious in completing Eshell variable assignments
2023-02-26 Stefan Monnier(bytecomp-warn--ignore): New test
2023-02-26 Paul EggertOmit no-longer-needed SEEK_END workaround
2023-02-26 Paul EggertUpdate from Gnulib by running admin/merge-gnulib
2023-02-26 Dmitry Gutovpython-ts-mode: Fix single-quote string fontification
2023-02-25 Stefan Monnierbytecomp--with-warning-test: Make it a function
2023-02-25 Michael Albinus; * etc/NEWS: Fix typos.
2023-02-25 Eli ZaretskiiFix infloop in bidi.c
next