]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2023-03-12 Michael AlbinusMake Tramp file name completion more quiet for all...
2023-03-12 Eli Zaretskii; NEWS markings.
2023-03-12 Wilhelm H KirschbaumAdd elixir-ts-mode (Bug#61996)
2023-03-12 Wilhelm H KirschbaumAdd heex-ts-mode (Bug#61996)
2023-03-12 Daniel MartínFix pluralization in shortdoc-help-fns-examples-function
2023-03-12 Eli Zaretskii; Fix last change
2023-03-12 Daniel MartínAdd functions to query Emacs Lisp examples registered...
2023-03-12 Jim Porter; Fix typo in docstring
2023-03-12 Jim PorterAdd support for completing special references (e.g...
2023-03-11 Mattias EngdegårdRemove recursion from character escape handling in...
2023-03-11 Paul EggertUpdate from Gnulib by running admin/merge-gnulib
2023-03-10 Stefan Monniersrc/profiler.c: Keep track of the discarded counts
2023-03-10 Stefan Monniersrc/profiler.c: Share more code between CPU and Memory...
2023-03-10 Stefan Monniersrc/profiler.c: Try and fix occasional assertion failures
2023-03-10 Eli Zaretskiisrc/profiler.c: Keep track of allocations during GC
2023-03-10 Stefan Monnier* lisp/progmodes/gud.el (gud-minor-menu-map): Fix think...
2023-03-10 Robert PluimImprove thing-at-point email detection
2023-03-09 Stefan Monniergud.el: Bring back the pseudo-tool-bar in text frames...
2023-03-09 Manuel GiraudUse a face for DocView SVG
2023-03-09 Manuel GiraudFix out of sync counters in image-dired
2023-03-09 Stefan KangasMerge from origin/emacs-29
2023-03-09 Po LuFix libwebp check for some webp installations
2023-03-09 Sean Whittonserver-eval-at: Signal more specific condition on unrea...
2023-03-08 Dmitry GutovAvoid potential infloop
2023-03-08 Jim PorterFix Pcompletion of "tar" when using unrecognized arguments
2023-03-08 Dmitry GutovDon't misindent 'else:' after 'if re.match:' in Python
2023-03-08 Andrea Corallo* Make sure `default-directory' exists before spawning...
2023-03-08 Stefan Monniergud.el: Fix bug#62041
2023-03-08 Ulrich MüllerFix sed expression in install-etc make target
2023-03-08 Ulrich MüllerAvoid using bash in the emacsclient desktop file
2023-03-08 Eli ZaretskiiFix documentation of the 'line-height' text property
2023-03-08 Gregory HeytingsAdd 'declare' specs to with- and without-restriction
2023-03-08 Stefan KangasMerge from origin/emacs-29
2023-03-08 Yuan FuFix empty line indentation in c-ts-mode (bug#61997)
2023-03-08 Yuan FuFix tree-sitter indent preset prev-line (bug#61998)
2023-03-07 Manuel GiraudRevert 'forward-sentence-default-function' to return...
2023-03-07 Michael Albinus; * etc/NEWS: Fix typos.
2023-03-07 Alan Mackenzie* test/lisp/subr-tests.el (subr--safe-copy-tree): New...
2023-03-07 Ulrich MüllerFix Elisp code injection vulnerability in emacsclient...
2023-03-07 Alan Mackenziesafe-copy-tree. Correct mistakes from earlier patch.
2023-03-07 Eli ZaretskiiFix problem with debuginfod queries in "M-x gdb"
2023-03-07 Alan Mackenzieeval-and-compile: Strip symbol positions for eval but...
2023-03-07 Stefan KangasMerge from origin/emacs-29
2023-03-06 João TávoraFix regression in Fido mode (bug#62015)
2023-03-06 Andrea Corallo* Fix `emacs-lisp-native-compile-and-load' for (bug...
2023-03-06 Andrea Corallo* lisp/emacs-lisp/comp.el (comp-prettyformat-insn)...
2023-03-06 Eli ZaretskiiRevert "Fix configuration of webp libraries"
2023-03-06 Vibhav PantDon't modify interactive closures destructively (Bug...
2023-03-06 Po LuFix configuration of webp libraries
2023-03-06 Michael AlbinusAdd tramp-use-ssh-controlmaster-options value `suppress'.
2023-03-06 Stefan KangasMerge from origin/emacs-29
2023-03-05 Yuan FuFix c-ts-mode indentation
2023-03-05 Yuan FuFix c-ts-mode indentation
2023-03-05 Yuan FuFix c-ts-mode indentation
2023-03-05 Yuan Fu; Change font-lock-variable-name-face to font-lock...
2023-03-05 Kyle MeyerUpdate to Org 9.6.1-40-g3d817c
2023-03-05 Yuan FuAdd string-interpolation feature to bash-ts-mode
2023-03-05 Michael AlbinusFix tramp-sh-handle-insert-directory
2023-03-05 Eli Zaretskii; Minor fix of last change
2023-03-05 Andrea Corallo* Warn when certain primitives are redefined (bug#61880)
2023-03-05 Eli Zaretskii; * lib-src/etags.c (print_help): Fix indentation.
2023-03-05 Stefan KangasMerge from origin/emacs-29
2023-03-04 Yuan FuFix c-ts-mode preproc directive indentation
2023-03-04 Eli Zaretskii; * lisp/files.el (hack-local-variables): Fix typo...
2023-03-04 João TávoraMore robustly unspoof HOME in Eglot tests (bug#61637)
2023-03-04 João TávoraTurn on Eglot inlay hints by default
2023-03-04 Dmitry GutovUpdate ts modes missed in 4c16fd3a512 to use column-0
2023-03-04 Eli ZaretskiiUnbreak the unexec build
2023-03-04 João TávoraRobustify Eglot for "transient" projects
2023-03-04 Konstantin... bug#61489: Increase BLOCK_ALIGN from 1024 to 32768
2023-03-04 Eli ZaretskiiFix documentation of 'normal-mode' in buffers that...
2023-03-04 Yuan FuChange tree-sitter indent anchor 'point-min' to 'column-0'
2023-03-04 Yuan FuFix go-ts-mode multi-line string indentation (bug#61923)
2023-03-04 Eli Zaretskii; More accurate doc strings for 'window-at' and 'window...
2023-03-04 Stefan KangasMerge from origin/emacs-29
2023-03-04 Sean Whitton* lisp/icomplete.el (icomplete-in-buffer): Make into...
2023-03-04 Dmitry GutovRedirect eldoc messages to the mode-line when in edebug...
2023-03-04 Dmitry GutovRevert "Revert "Don't disable eldoc when doing edebug""
2023-03-04 João TávoraRemove Eglot activation check from find-file-hook
2023-03-04 Stefan Monnier* src/intervals.c (set_intervals_multibyte_1): Fix...
2023-03-03 João TávoraRevert inadvertent change to lisp/icomplete.el in previ...
2023-03-03 Yuan FuRevert previous change in go-ts-mode.el
2023-03-03 F. Jason ParkRelease ERC 5.5
2023-03-03 Eli Zaretskii; More doc improvements for OClosures
2023-03-03 Jim PorterDon't create GUI frames in batch sessions
2023-03-03 F. Jason Park; Fix wrong error name in erc-server-908 doc string.
2023-03-03 F. Jason Park; * etc/ERC-NEWS: Mention more deprecations.
2023-03-03 Eli ZaretskiiMinor copyedits of documentation of OClosures
2023-03-03 João TávoraEglot: pay better attention to hints' paddingLeft/Right...
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
next