]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-12-24 Richard Hansen; ert-x: Simplify `ert-with-test-buffer-selected'
2022-12-24 Richard Hansen; ert-x: Add test for buffer read-only state
2022-12-24 Po LuFix crash after X error
2022-12-23 Xi LuFix ruby-mode.el local command injection vulnerability...
2022-12-23 Michael Albinus; * etc/NEWS: Fix typos.
2022-12-23 Michael AlbinusMerge branch 'emacs-29' of git.sv.gnu.org:/srv/git...
2022-12-23 Eli ZaretskiiFix "C-h k" in recursive minibuffers
2022-12-23 Eli Zaretskii; Improve documentation of "C-x @"
2022-12-23 Eli Zaretskii; * etc/NEWS: Announce the new behavior of 'C-h f'...
2022-12-22 Sean Whitton; * admin/notes/git-workflow: Adding "Backport:" is...
2022-12-22 Sean Whittonvc-git-checkin: Don't try to apply an empty patch
2022-12-22 Ikumi Keita; Fix docstring
2022-12-22 Michael AlbinusUpdate Tramp version (don't merge with master)
2022-12-22 João TávoraEglot: eglot--servers-by-xrefed-file doesn't need to...
2022-12-22 João TávoraPrevent stale servers when using eglot-extend-to-xref
2022-12-22 Eli Zaretskii; * src/alloc.c (Fmemory_info): Doc fix.
2022-12-22 Xi Lu* etc/tutorials/TUTORIAL.cn: Fix typos. (Bug#60221)
2022-12-22 Eli ZaretskiiMerge branch 'emacs-29' of git.savannah.gnu.org:/srv...
2022-12-22 Benson ChuAdd alias for removed font-lock function
2022-12-22 Yuan FuSet beginning/end-of-defun-function in treesit-major...
2022-12-22 Yuan FuAdd treesit-defun-at-point and fix c-ts-mode-indent...
2022-12-22 Yuan Fu; Fix treesit--defuns-around
2022-12-22 Juri LinkovUse the new keyword ':repeat' in repeatable keymaps.
2022-12-22 Jim PorterWhen redirecting in Eshell, check for "/dev/null" speci...
2022-12-21 Andrea Corallo* Invoke spawed Emacs processes with '-Q' when native...
2022-12-21 montag451Fix Eshell electric slash when used from the root direc...
2022-12-21 Eli ZaretskiiFix the --without-all build with tree-sitter
2022-12-21 Eli ZaretskiiFix write-region to null device on MS-Windows
2022-12-21 Alexander Adolfmessage: Do not default to eudc-capf-complete yet
2022-12-21 Juri Linkov; * lisp/tab-bar.el: Remaining renaming of "fixed-width...
2022-12-21 Richard Hansenwhitespace: Avoid mutating original buffer's markers...
2022-12-21 Charl P. BothaFix empty pairs in js tree-sitter imenu alist (bug...
2022-12-21 Yuan Fu; * lisp/treesit.el (treesit-simple-indent-presets...
2022-12-20 Juri Linkov* lisp/repeat.el: Fix repeat-keep-prefix to allow custo...
2022-12-20 Daniel MartínCorrect capitalization of Lisp in the manual (bug#60222)
2022-12-20 Brian Leungeglot.el: Add vscode-json-languageserver to eglot-serve...
2022-12-20 Philipp Stephani; * src/emacs-module.h.in (enum emacs_funcall_exit...
2022-12-20 Dmitry Gutov; Fix ruby-method-params-indent's :version value
2022-12-19 Juri Linkov* lisp/progmodes/project.el (project--read-file-cpd...
2022-12-19 Dmitry Gutovruby-method-params-indent: New user option
2022-12-19 Dmitry Gutov; ruby-indent-level: Improve the docstring
2022-12-19 Juri Linkov* lisp/progmodes/project.el: Filter out empty strings...
2022-12-19 Eli ZaretskiiFix storing email into nnmail by Gnus
2022-12-19 F. Jason Park; Really respect browse-url var in erc-compat
2022-12-19 Richard Hansenwhitespace: Fix unintended change in buffer modificatio...
2022-12-19 Eli ZaretskiiMake emacsclient add abbreviated file names to file...
2022-12-19 Mattias EngdegårdRepair setopt test after error demotion to warning
2022-12-19 Gregory Heytings; * admin/git-bisect-start: Add mistakenly ommitted...
2022-12-19 Dmitry Gutovruby-mode: Support endless singleton method definitions too
2022-12-18 Yuan FuRemove comment-start-skip preset in tree-sitter indenta...
2022-12-18 Michael AlbinusFix recent change in tramp-smb.el
2022-12-18 Michael Albinus; * etc/NEWS: Fix typos.
2022-12-18 Michael AlbinusMake tramp-archive autoloads robust for older Emacs...
2022-12-18 Eli Zaretskii; Improve documentation of 'setopt'
2022-12-18 Dmitry Gutovruby-mode: Support endless methods (bug#54702)
2022-12-18 Eli Zaretskii; * lisp/progmodes/sql.el (sql-product-interactive...
2022-12-18 Philip Kaludercic* lisp/cus-edit.el (setopt--set): Warn instead of rasin...
2022-12-18 Philip KaludercicAllow customising windmove user options with an empty...
2022-12-18 Gregory HeytingsImprove and extend admin/git-bisect-start
2022-12-18 Andrea MonacoMake 'rmail-summary-by-thread' faster
2022-12-18 Eli Zaretskii; Improve documentation of installing tree-sitter and...
2022-12-18 Po LuFix the MS-DOS build
2022-12-18 Eli ZaretskiiAvoid crashes in PGTK build due to signal in 'note_mous...
2022-12-18 Eli ZaretskiiFix MS-Windows build broken by recent treesit.c changes
2022-12-18 Theodor ThornhillFix wrong capture in typescript-ts-mode (bug#60167)
2022-12-17 Randy TaylorAdd rust-ts-mode (Bug#60136)
2022-12-17 Theodor ThornhillIndentation fixes for jsx/tsx (bug#60169)
2022-12-17 Theodor ThornhillFix treesit-query-validate problem with view-mode
2022-12-17 Yuan FuUse cursor API in treesit-node-parent
2022-12-17 Yuan FuSwitch to use cursor API in treesit.c
2022-12-17 Yuan FuAdd treesit_assume_true and treesit_cursor_helper
2022-12-17 Paul EggertRemove file-exists-in-trash-p
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...
next