]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2023-03-12 Eli ZaretskiiFix display of disabled-command help text
2023-03-12 Mattias EngdegårdRemove mention of old dotted-list reader quirk from...
2023-03-12 Eli ZaretskiiFix value history shown for 'gc-cons-percentage'
2023-03-12 Michael AlbinusTRework fix for bug#62106
2023-03-12 Eli Zaretskii; * etc/NEWS: Fix last change.
2023-03-12 Eli Zaretskii; Remove 'ns-popup-font-panel' from documentation
2023-03-11 Randy TaylorAdd missing indentation rule for rust-ts-mode (Bug...
2023-03-11 Eli Zaretskii; One more improvement to ELisp "internals" appendix.
2023-03-11 Michael AlbinusFix bug#62106
2023-03-11 Eli Zaretskii; Minor improvement of documentation of GC thresholds
2023-03-11 Randy TaylorAdd missing rust-ts-mode highlight query for scoped_typ...
2023-03-11 kobarityMake "case" keyword a dedenter in Python
2023-03-11 Eli Zaretskii; * lisp/arc-mode.el (w32-get-console-codepage): Declare.
2023-03-11 Eli ZaretskiiFix decoding non-ASCII file names in zip archives on...
2023-03-11 Eli ZaretskiiFix copying binary files from zip archives
2023-03-10 Robert PluimSkip ruby-ts-syntax-propertize-symbol unless treesitter...
2023-03-10 Yuan Fu; * doc/misc/eglot.texi (Project-specific configuration...
2023-03-10 Randy TaylorFix enums and unions appearing as structs in c-ts-base...
2023-03-09 Dmitry Gutovruby-ts-mode: Fine-tune s-p-f on symbols (bug#62086)
2023-03-09 Dmitry Gutovpython-info-dedenter-opening-block-positions: Fix to...
2023-03-09 João TávoraAutoload Eglot helper funtion eglot--debbugs-or-github...
2023-03-09 João TávoraAdd chapter on advanced server configuration to Eglot...
2023-03-09 Eli Zaretskii; * lisp/progmodes/java-ts-mode.el (treesit-query-captu...
2023-03-09 Vincenzo Pupillojava-ts-mode: detect if text_block is supported.
2023-03-09 kobarityRevert workaround introduced in Bug#56271
2023-03-09 kobarityFix searching for end of string in python-nav-end-of...
2023-03-09 Po LuFix libwebp check for some webp installations
2023-03-08 Dmitry GutovAvoid potential infloop
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 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 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 Ulrich MüllerFix Elisp code injection vulnerability in emacsclient...
2023-03-07 Eli ZaretskiiFix problem with debuginfod queries in "M-x gdb"
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 Po LuFix configuration of webp libraries
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-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 João TávoraRobustify Eglot for "transient" projects
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 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 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 João TávoraEglot: use shell-file-name in eglot--cmd (bug#61748)
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 Andrew De AngelisImprovements to xwidget on macOS (bug#60703)
2023-03-02 Eli Zaretskii; Avoid byte-compilation warning in c-ts-mode.el
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 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 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; 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 Michael Albinus* lisp/net/tramp.el (tramp-remote-path): Improve docstring.
next