]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-12-17 Kyle MeyerUpdate to Org 9.6-49-g47d129
2022-12-17 Paul EggertDon’t assume make-directory handler returns nil
2022-12-17 Paul EggertFix copy-directory bug when dest dir exists
2022-12-17 Paul Eggertmake-directory now returns t if dir already exists
2022-12-17 Paul EggertUse make-directory handlers uniformly
2022-12-17 Eli ZaretskiiImprove documentation of 'file-exists-p'
2022-12-17 Eli ZaretskiiFix resizing of mini-windows by 'set-minibuffer-message'
2022-12-17 Eli ZaretskiiPrevent Abort dialogs from async-compiling jobs on...
2022-12-17 Eli ZaretskiiFix 'window-max-chars-per-line' when there are no fringes
2022-12-17 Eli Zaretskii; Revert "; * lisp/subr.el (internal--with-narrowing...
2022-12-17 Dmitry Gutovruby-mode: Recognize instance or global var as first...
2022-12-17 Dmitry GutovFix end-of-defun in ruby-mode
2022-12-16 Philip Kaludercic; * lisp/subr.el (internal--with-narrowing): Simplify
2022-12-16 Yuan FuRemove treesit-defun-prefer-top-level and friends
2022-12-16 Randy TaylorAdd yaml-ts-mode (Bug#60105)
2022-12-16 Jostein KjønigsenFix indentation in json-ts-mode (bug#60123)
2022-12-16 Yuan Fu; Handle nil ARG in treesit-beginning/end-of-defun
2022-12-16 Eli ZaretskiiNew input method 'cyrillic-chuvash'
2022-12-16 Eli Zaretskii; Improve wording of 'format' doc string
2022-12-16 Juanma BarranqueroBackport: ; * lisp/bs.el: Small doc and whitespace...
2022-12-16 Eli ZaretskiiRevert "alist-get testfn argument evaluation correction"
2022-12-16 Eli ZaretskiiRevert "Elide broken but unnecessary `if` optimisations"
2022-12-16 Eli ZaretskiiRevert "Use equal and member instead of eq and memq"
2022-12-16 Mattias EngdegårdUse equal and member instead of eq and memq
2022-12-16 Mattias EngdegårdElide broken but unnecessary `if` optimisations
2022-12-16 Mattias Engdegårdalist-get testfn argument evaluation correction
2022-12-16 Eli Zaretskii* lisp/term/xterm.el (xterm-function-map): Add M-SPC...
2022-12-16 Eli ZaretskiiFix moving to trash files that overwrite dangling symli...
2022-12-16 Manuel GiraudFix SVG scaling (bug#59802)
2022-12-16 Eli Zaretskii; Add useful hint to which-func documentation
2022-12-16 Eli Zaretskii; Improve doc strings of minibuffer-history commands
2022-12-16 Eli Zaretskii; Fix last changes in buffer.c
2022-12-16 F. Jason ParkFix some naming issues involving query buffers in ERC
2022-12-16 F. Jason Park; Fix doc string in ERC's module-activation commands
2022-12-16 F. Jason ParkIncrement erc-debug-irc-protocol-version to 2
2022-12-16 Eli ZaretskiiA better fix for bug#60096
2022-12-16 Eli Zaretskii; Fix printing Lisp types in .gdbinit
2022-12-16 João TávoraBump Eglot version to 1.10
2022-12-16 João TávoraEglot: fix discrepant eglot-guess-contact/eglot-command...
2022-12-16 João TávoraAvoid recursive process filters in lisp/jsonrpc.el...
2022-12-16 Stefan Kangas; Fix typos
2022-12-16 Theodor ThornhillAdd lambda_expression-rule to java-ts-mode (bug#60091)
2022-12-16 Jostein Kjønigseneglot: Add support for new language server csharp-ls
2022-12-16 Yuan FuUse the new tree-sitter commands
2022-12-16 Yuan FuAdd "function" feature to python-ts-mode (bug#59977)
2022-12-16 Randy TaylorAdd go-ts-mode and go-mod-ts-mode (Bug#60025)
2022-12-16 Yuan FuAdd basic support for hideshow in python-ts-mode (bug...
2022-12-16 Theodor ThornhillAdd "this" keyword to java-ts-mode (bug#60086)
2022-12-15 Dmitry GutovWhen completing relative project file names, use relati...
2022-12-15 Eli ZaretskiiAvoid segfaults due to invalid selected-window's buffer
2022-12-15 Juri LinkovRevert 21b387c39bd with last-minute hasty changes ...
2022-12-15 Alan MackenzieReplace an erroneous eq with an equal in cc-defs.el
2022-12-15 Juri Linkov* lisp/tab-bar.el ([tab-bar]): Use 'make-sparse-keymap...
2022-12-15 Stefan Monniercompile.el: Fix regression with nb of errors in modeline
2022-12-15 Juri LinkovMake tab-bar-tab-group-format-function backwards-compat...
2022-12-15 Gabriel do... Make tab-bar-tab-group-format-function also handle...
2022-12-15 Philip KaludercicEnsure package directories for source packages from...
2022-12-15 Randy Taylor; * etc/NEWS: Fix recent changes.
2022-12-15 Michael Albinus* test/README (SELECTOR): Add eglot-tests.el to remote...
2022-12-15 Michael AlbinusFix bug#60060 in Tramp
2022-12-15 Michael Albinus; * lisp/net/tramp-crypt.el: Fix comment.
2022-12-15 Manuel Giraud* .gitignore: Ignore GDB history files.
2022-12-15 Eli ZaretskiiMention 'tree-sitter' in user manual and NEWS
2022-12-15 Eli Zaretskii; * etc/NEWS: Rearrange entries for tree-sitter support...
2022-12-15 Eli Zaretskii; Announce 'toml-ts-mode' in NEWS.
2022-12-15 Stefan Kangas; Auto-commit of loaddefs files.
2022-12-15 Stefan Kangas; Don't quote nil in comments
2022-12-15 Stefan Kangas; Checkdoc fixes in dired-aux.el
2022-12-15 Dmitry GutovFix ruby-add-log-current-method after nested class...
2022-12-14 Theodor ThornhillAdd indent rules to js/typescript/tsx-ts-mode (bug...
2022-12-14 Jostein KjønigsenImprove fontification in csharp-ts-mode (bug#59897)
2022-12-14 Yuan FuRevert "Add expression for generic_name in csharp-ts...
2022-12-14 Jostein KjønigsenIntroduce support for TOML config-format
2022-12-14 Arash EsbatiFix handling of % when searching in .tex or .dtx files
2022-12-14 Daniel MartínTreat C++ classes as defuns in C Tree-sitter mode ...
2022-12-14 Daniel MartínAdd < and > to the syntax table in c++-ts-mode (bug...
2022-12-14 Jostein KjønigsenImprove fontifications in Typescript mode
2022-12-14 Eli ZaretskiiUpdate the documentation of overlays (bug#59996)
2022-12-14 Eli Zaretskii; Improve description of scoping and let-bindings
2022-12-14 Eli Zaretskii; Fix a typo in window.el
2022-12-14 F. Jason ParkDon't send erc-sasl-user as USER command argument
2022-12-14 F. Jason ParkSet erc-network to a "given" ID instead of failing
2022-12-14 F. Jason ParkLimit casemapping to appropriate ranges in ERC
2022-12-14 F. Jason ParkActually accept non-symbols as IDs in erc-open
2022-12-14 F. Jason Park; Be nicer when updating browse-url var in erc-compat
2022-12-14 F. Jason ParkRespect a nil erc-session-password when reconnecting
2022-12-14 F. Jason ParkAdd dedicated auth-source section in ERC manual
2022-12-14 Mattias Engdegård; * lisp/emacs-lisp/shortdoc.el: fix mistakes in previo...
2022-12-14 Mattias Engdegård; * lisp/progmodes/cmake-ts-mode.el (auto-mode-alist...
2022-12-14 Mattias EngdegårdBetter shortdoc examples
2022-12-14 Mattias EngdegårdShortdoc: read and evaluate strings after :eval
2022-12-14 Michael AlbinusFix Tramp tests in eglot-tests, prefix tests uniquely
2022-12-14 Juri Linkov* lisp/vc/vc-git.el (vc-git-checkin): Use make-nearby...
2022-12-14 Stefan KangasDelete temp files after icalendar tests
2022-12-14 Stefan Kangas; * lisp/keymap.el (keymap-substitute): Doc fix. ...
2022-12-14 Kai MaFix syntax tables of tree-sitter modes (bug#59807)
2022-12-14 Yuan Fu; * admin/notes/tree-sitter/build-module/build.sh:...
2022-12-14 Yuan Fu; Comment and stylistic change in treesit.el
2022-12-13 Stefan Kangas* doc/misc/Makefile.in (need_emacsver): Add use-package.
2022-12-13 Stefan KangasFix bug when calling `rgrep` non-interactively
next