]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-11-28 Mattias EngdegårdSkip one python test case on macOS
2022-11-28 Eli Zaretskii; * configure.ac (module_env_snippet_30): Fix a typo.
2022-11-28 Eli ZaretskiiBump master Emacs version to 30.0.50
2022-11-28 Juanma BarranqueroDo not prune native-compiled system directories (bug...
2022-11-28 Stefan Kangas; Fix typo in eglot-alternatives (Bug#59653)
2022-11-28 Gregory HeytingsFix display of long completions.
2022-11-28 Juanma Barranquero; * doc/lispref/windows.texi (Selecting Windows): Doc fix
2022-11-28 Jim Porter; Don't emit a "Server stopped" message when restarting...
2022-11-28 Gregory HeytingsDo not enter locked narrowing when it would span the...
2022-11-28 Dmitry Gutov* lisp/progmodes/xref.el (xref--outdated-p): Fix broken...
2022-11-28 Stefan KangasCatch more cases in info--ensure-not-in-directory-node
2022-11-27 Gregory HeytingsFix incompatible -t and -r options in emacsclient
2022-11-27 Gregory HeytingsMinor improvements to locked narrowing
2022-11-27 Yuan FuRemove treesit-comment-start/end and use comment-start...
2022-11-27 Gregory HeytingsMerge branch 'feature/improved-locked-narrowing'
2022-11-27 Eli ZaretskiiFix the new ctags test
2022-11-27 Stefan Kangas; Consistently call alists "association list"
2022-11-27 Eli Zaretskii; * src/treesit.c (Ftreesit_parser_included_ranges...
2022-11-27 Stefan Kangas; Fix typo (Bug#59634)
2022-11-27 Juanma Barranquero; * lisp/progmodes/xref.el: Fix some typos
2022-11-27 Michael AlbinusExtend memory-info for remote systems
2022-11-27 Philip KaludercicConsistently refer to VC packages as such
2022-11-27 Juanma BarranqueroFix xref interaction with which-func (bug#59575)
2022-11-27 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2022-11-27 Eli Zaretskii; Fix last change in etags.c
2022-11-27 lu4nxFixed ctags local command execute vulnerability
2022-11-27 Juanma BarranqueroFix xref to correctly display Windows absolute filenames
2022-11-27 Shohei YOSHIDA* lib-src/emacsclient.c (print_help_and_exit): Fix...
2022-11-27 Po LuMake frame synchronization more robust
2022-11-27 Gregory Heytings; * src/xdisp.c (get_locked_narrowing_begv): Minor...
2022-11-27 Theodor ThornhillRemove compatibility code in csharp-mode
2022-11-27 Eli Zaretskii; * src/treesit.c (Ftreesit_induce_sparse_tree): Doc...
2022-11-27 Eli Zaretskii; Fix recent documentation changes in treesit.el
2022-11-27 Eli Zaretskii; * lisp/progmodes/sh-script.el (sh--redirect-bash...
2022-11-27 Theodor ThornhillAdd js-ts-mode to eglot-server-programs
2022-11-27 Stefan KangasImprove describe-text-properties display
2022-11-27 Gregory Heytings; * src/editfns.c: Minor improvements in comments.
2022-11-27 Gregory HeytingsSimplify narrowing_locks_restore
2022-11-27 Gregory HeytingsImprove handling of killed buffers in locked narrowings
2022-11-26 Yuan FuMake typescript-ts-mode not fallback to js-mode
2022-11-26 Yuan FuMake bash-ts-mode fall back to sh-mode if the file...
2022-11-26 Jostein KjønigsenCorrectly fontify types in typeof() expression in cshar...
2022-11-26 Yuan FuReorganize treesit-font-lock-feaure-list's to the new...
2022-11-26 Yuan FuAdd treesit-font-lock-level
2022-11-26 Yuan FuAdd default limit for tree-sitter recursive tree-traver...
2022-11-26 Yuan FuPartially fix some python tests (bug#59477)
2022-11-26 Gregory HeytingsMinor improvements for locked narrowing
2022-11-26 Jim PorterImprove robustness of server.el tests
2022-11-26 Eric AbrahamsenRemove mentions of create-directory nnmaildir setting
2022-11-26 Paul EggertUpdate from Gnulib by running admin/merge-gnulib
2022-11-26 Gregory HeytingsDocstring improvements
2022-11-26 Gregory HeytingsDocstring improvements
2022-11-26 Gregory HeytingsFurther improvements to narrowing locks
2022-11-26 Eli Zaretskii; * src/treesit.c: Fix typos and wording in comments.
2022-11-26 Juanma Barranquero; doc fix: Use w32-* names instead of obsolete ones
2022-11-26 Stefan Kangas; Don't mention Makefiles twice in `(emacs) Program...
2022-11-26 lu4nx; Clean up unused function: cuserid
2022-11-26 Gregory HeytingsImprove locked narrowing around low-level hooks.
2022-11-26 Stefan Kangas; * doc/emacs/programs.texi (Program Modes): Improve...
2022-11-26 Stefan KangasMention new programming language support in manual
2022-11-26 Stefan Kangas; Fix typos
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-26 Gregory HeytingsSave and restore narrowing locks in 'save-restriction'.
2022-11-25 Dmitry GutovDrop project--value-in-dir
2022-11-25 Gregory HeytingsGeneric 'with-narrowing' macro.
2022-11-25 Jim Porter; * lisp/server.el (server-start): Fix a typo in a...
2022-11-25 Gregory HeytingsReworked locked narrowing.
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
next