]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-11-26 Augusto StoffelIn project-find-file and the like, add absolute file...
2022-11-26 Eli ZaretskiiImprove documentation of some posn-* functions
2022-11-26 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2022-11-26 Eli ZaretskiiFix generation of autoloads on MS-Windows
2022-11-26 Po LuReduce wasted cycles in x*.c
2022-11-26 Michael Heerdegen; Fix some typos
2022-11-26 Eli Zaretskii; Add doc string to 'ucs-normalize-string'
2022-11-26 Stefan KangasUse substitute-command-keys in Info-index error
2022-11-26 Brian Leungeglot-server-programs: ts-mode -> typescript-ts-mode
2022-11-26 Stefan Kangas; * lisp/progmodes/csharp-mode.el: Add Commentary.
2022-11-26 Yuan FuFix tree-sitter assertion error (bug#59574)
2022-11-26 Yuan FuRename treesit_ensure_position_synced to treesit_sync_v...
2022-11-26 Yuan Fu; Add comments in treesit.c and treesit.h
2022-11-26 Yuan Fu; Fix comment-end in treesit-simple-indent-presets
2022-11-26 Yuan Fu; * lisp/progmodes/csharp-mode.el: Add author and maint...
2022-11-26 Jim Porter; * test/lisp/eshell/esh-var-tests.el: Fix incorrect...
2022-11-26 Theodor ThornhillRename ts-mode to typescript-ts-mode
2022-11-26 Theodor ThornhillRename ts-mode.el to typescript-ts-mode.el
2022-11-26 Po LuFix no-accept-focus handling for embedded frames
2022-11-25 Dmitry GutovDrop project--value-in-dir
2022-11-25 Jim Porter; * lisp/server.el (server-start): Fix a typo in a...
2022-11-25 Stefan Kangas; lisp/progmodes/which-func.el: Mark emacs-devel as...
2022-11-25 Juanma Barranquero; * lisp/progmodes/which-func.el: Remove obsolete comment
2022-11-25 F. Jason ParkDisable auth-source-pass-extra-query-keywords by default
2022-11-25 Eli Zaretskii; * lisp/progmodes/python.el (treesit-node-prev-sibling...
2022-11-25 Eli Zaretskii; Fix doc strings in xref.el
2022-11-25 Eli Zaretskii; * src/sqlite.c (Fsqlite_version): Doc fix.
2022-11-25 Mattias EngdegårdAdd sqlite library version string retrieval function...
2022-11-25 Theodor ThornhillFix regex errors in csharp-mode
2022-11-25 Alan MackenzieCC Mode: Fix the "asymmetry rule" for fontifying a...
2022-11-25 Stefan KangasRemove unused parameter from image_create_pix_container
2022-11-25 DaanturoShow package name in package-vc--unpack prompt
2022-11-25 Stefan Kangas; Remove unused variable treesit-imenu-function
2022-11-25 Jim PorterDon't explicitly delete client frames when killing...
2022-11-25 Jim Porter; Add more tests for the Emacs server
2022-11-25 Jim Porter; Fix up some NEWS entries for Eshell
2022-11-25 Gabriel do... Make ibuffer directory filter buffer aware
2022-11-25 Ackerley TngAdd support for window-local xref history
2022-11-25 Stefan KangasBind Buffer-menu-view-other-window to "O"
2022-11-25 Stefan Kangas; * lisp/net/goto-addr.el (goto-address-at-point):...
2022-11-25 Gabriel do... Allow goto-address-at-point to use secondary browser
2022-11-24 Manuel GiraudFix easy menu separator in oldXMenu
2022-11-24 Jostein KjønigsenImprove csharp-ts-mode fontification
2022-11-24 Yuan FuImprove python-ts-mode fontification (bug#59534)
2022-11-24 Paul EggertWork around lsp-mode compatibility bug
2022-11-24 Eli Zaretskii; Avoid treesit-related byte-compilation warnings
2022-11-24 Brian LeungAdd more tree-sitter modes to eglot-server-programs
2022-11-24 Philip Kaludercic; * src/emacs.c (usage_message): Fix typo
2022-11-24 Eli Zaretskii; * lisp/progmodes/eglot.el (eglot-server-programs...
2022-11-24 Philip Kaludercic* src/emacs.c (usage_message): Add missing --init-direc...
2022-11-24 Brian LeungAdd tree-sitter-based modes to eglot-server-programs
2022-11-24 Ulf Jaspericalendar: Adjust tests after fixing parsing of sexp...
2022-11-24 hokomoicalendar.el: Fix parsing of sexp entries (bug#56241)
2022-11-24 dannyfreemanEglot: don't confuse URLs and windows file paths
2022-11-24 João TávoraRemove fboundp check in eglot--connect
2022-11-24 Marcin PajkowskiEglot: Advertise completion.resolveSupport capabilities
2022-11-24 Mattias EngdegårdAdd new SI prefixes
2022-11-24 Po LuFix reentrancy problem/crash in xterm.c
2022-11-24 Mike KupferFix trashing of symlink that points at a directory
2022-11-24 Mike KupferFix cross-filesystem directory trashing (Bug#58721)
2022-11-24 Alan MackenzieCC Mode: Make it scroll fast over buffers with only...
2022-11-24 Tassilo HornFix face issues in show-paren context overlay (bug...
2022-11-24 Eli ZaretskiiAvoid assertion violations in treesit.c when editing...
2022-11-24 Thomas FitzsimmonsEUDC: Improve LDAP and BBDB tests
2022-11-24 Yuan Fu; Relayout comments in treesit-font-lock-fontify-region
2022-11-24 Yuan Fu; * lisp/progmodes/csharp-mode.el: Add missing require...
2022-11-24 Yuan FuAdd an error fontification heuristic to c-ts-mode
2022-11-24 Yuan Fu; * src/treesit.c (treesit_predicate_match): Move use...
2022-11-24 Yuan FuDon't always filter out captured tree-sitter nodes...
2022-11-24 Dmitry Gutovproject-switch-project: Use a different fix for bug...
2022-11-24 F. Jason ParkAdd test scenarios for local ERC modules
2022-11-24 F. Jason ParkAccept functions in place of passwords in ERC
2022-11-24 F. Jason ParkAdd non-IRCv3 SASL module to ERC
2022-11-24 F. Jason ParkCall erc-login indirectly via new generic wrapper
2022-11-24 F. Jason ParkSupport local ERC modules in erc-mode buffers
2022-11-24 F. Jason ParkMake erc--server-reconnecting non-buffer-local
2022-11-24 F. Jason ParkDon't set erc-networks--id until network is known
2022-11-24 F. Jason ParkAdd GS2 authorization to sasl-scram-rfc
2022-11-23 Theodor ThornhillAdd csharp-mode and csharp-ts-mode
2022-11-23 Yuan FuDon't skip nested defuns in python-ts-mode defun navigation
2022-11-23 Yuan FuMore flexible tree-sitter defun navigation
2022-11-23 Yuan Fu; * src/treesit.c: Minor comment improvement.
2022-11-23 Ulf Jaspericalendar.el: Add test(s) for bug#56241
2022-11-23 Juri LinkovNew commands previous-line-completion and next-line...
2022-11-23 Philip KaludercicDon't break when loading VC packages on older Emacs...
2022-11-23 Juri Linkov* lisp/help.el (describe-bindings): Use the outline...
2022-11-23 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2022-11-23 lu4nxSupport Racket programs in 'etags'
2022-11-23 Dmitry Gutovxref--search-property: Jump over entries hidden by...
2022-11-23 Eli Zaretskii; * src/pdumper.c (dump_buffer, dump_vectorlike): Updat...
2022-11-23 Eli ZaretskiiAvoid signaling args-out-of-range in mouse.el
2022-11-23 Eli ZaretskiiImprove documentation of locale-specific string comparison
2022-11-23 Eli ZaretskiiFix error signaled by mouse-highlight on mode line
2022-11-23 Po LuImprove last change to xterm.c
2022-11-23 Michael AlbinusRestore tramp-achive's Emacs 26 compatibility
2022-11-23 Shynur; * doc/lispintro/emacs-lisp-intro.texi (Complete kill...
2022-11-23 Juri Linkov* lisp/outline.el: 'S-<down-mouse-1>' on buffer buttons...
2022-11-23 Juri Linkov* lisp/progmodes/xref.el: Support outline-minor-mode...
2022-11-23 Stefan Kangas; Fix typos
2022-11-23 Yuan Fu; Remove obsolete use of inhibit-point-motion-hooks
next