]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-12-19 Michael AlbinusIgnore some handlers in ange-ftp.el
2022-12-19 Po LuImprove earlier changes to xterm.c
2022-12-19 Stefan Kangas; Fix merge errors in etc/NEWS
2022-12-19 Stefan KangasMerge from origin/emacs-29
2022-12-19 Stefan Kangas; Merge from origin/emacs-29
2022-12-19 Stefan KangasMerge from origin/emacs-29
2022-12-19 Stefan Kangas; Merge from origin/emacs-29
2022-12-19 Stefan KangasMerge from origin/emacs-29
2022-12-19 Stefan Kangas; Merge from origin/emacs-29
2022-12-19 Stefan KangasMerge from origin/emacs-29
2022-12-19 Juanma Barranquerobs.el: Use the right buffer context to compute the...
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 Paul EggertImprove rename-file fix (bug#34069)
2022-12-18 Paul EggertDon’t hang when copying FIFOs
2022-12-18 Michael AlbinusFix recent change in tramp-smb.el
2022-12-18 Eli Zaretskii; Fix calls to treesit functions
2022-12-18 Michael Albinus; * etc/NEWS: Fix typos.
2022-12-18 Michael AlbinusMake tramp-archive autoloads robust for older Emacs...
2022-12-18 Mattias EngdegårdSuppress memql warning in test
2022-12-18 Mattias EngdegårdWarn about lambda expressions in comparisons
2022-12-18 Mattias EngdegårdFix compiler macro expansion bug
2022-12-18 Wilson Snyder; lisp/progmodes/verilog-mode.el: Collected updates...
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 Paul EggertRemove Gnulib explicit_bzero module
2022-12-18 Paul EggertUpdate from Gnulib by running admin/merge-gnulib
2022-12-18 Paul EggertPort better to glibc 2.28+ renameat2
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 Wilson Snyder; lisp/progmodes/verilog-mode.el: Collected updates...
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; * src/xterm.c (x_send_scroll_bar_event): Remove unuse...
2022-12-17 Philip Kaludercic; * lisp/subr.el (internal--with-narrowing): Simplify
2022-12-17 Philip Kaludercic* lisp/emacs-lisp/package.el (package-report-bug):...
2022-12-17 Po LuMinor improvements to frame synchronization
2022-12-17 Eli Zaretskii; Revert "; * lisp/subr.el (internal--with-narrowing...
2022-12-17 Po Lu; * lib-src/etags.c (do_move_file): Fix coding style.
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 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 Juanma BarranqueroBackport: ; * lisp/bs.el: Small doc and whitespace...
2022-12-16 Juanma Barranquero; * lisp/bs.el: Small doc and whitespace fixes
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 Eli ZaretskiiNew option for selecting symbols by double-clicking
2022-12-16 Mattias EngdegårdUse equal and member instead of eq and memq
2022-12-16 Mattias EngdegårdClosures are always non-nil
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 Stefan Monniertab-bar.el: Fix "void-function cl--set-substring" error
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 merge errors
next