]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2025-02-03 Jostein KjønigsenImprove typescript-ts-mode fontification (bug#75824)
2025-02-03 Damien Cassoueglot: Allow omnisharp binary to be capitalized "OmniSharp"
2025-02-03 Paul EggertDon’t use garbage after tty_frame_at returns nil
2025-02-03 Pip CetRevert "Prefer static switch-case checking in pdumper"
2025-02-03 Pip CetRevert "Pacify -Wanalyzer-use-of-uninitialized-value"
2025-02-03 Pip CetRevert "; * src/pdumper.c (dump_do_fixup): Pacify GCC.
2025-02-03 Paul EggertPort dest-mountpoint test to suspicious bwrap
2025-02-03 João TávoraEglot: add server menu into main menu
2025-02-03 Eli ZaretskiiAvoid stack overflow on MS-Windows due to 'make-temp...
2025-02-03 Martin RudalicsIn 'replace-buffer-in-windows' try to preserve current...
2025-02-03 shipmintsAdd new variable tab-bar-format-tab-help-text-function
2025-02-03 Yuan FuAdd treesit-simple-indent-override-rules
2025-02-03 Yuan FuAdd treesit-add-simple-indent-rules
2025-02-03 Stefan KangasDo not set `trusted-content` in major modes
2025-02-03 shipmints* lisp/tab-bar.el (tab-bar-select-tab): Fix wc-bl/wc...
2025-02-03 shipmintsAdd new user option tab-bar-define-keys
2025-02-03 shipmintsAdd abnormal hook tab-bar-post-undo-close-tab-functions
2025-02-03 Eli Zaretskii; * lisp/subr.el (sit-for): Doc fix.
2025-02-03 Eshel Yaron; Skip commit 0b3e050c6ce07e7b87aaab1185f605a1d8c16ba1
2025-02-03 Stefan Kangas; * admin/MAINTAINERS: Prefer "website" to "home page".
2025-02-03 Stefan Kangas; * admin/MAINTAINERS: Add CC Mode.
2025-02-03 Stefan KangasUpdate cc-mode URL to point to nongnu.org
2025-02-03 Eshel Yaron; Skip commit 17ef46e849dd1073fc4445834519f983985135fa
2025-02-03 Eli Zaretskii; * CONTRIBUTE: Suggest to run more tests sometimes.
2025-02-03 Michael Albinus* CONTRIBUTE: Recommend running the unit test prior...
2025-02-03 Yuan FuDon't signal an error in treesit-node-at
2025-02-03 Eli Zaretskii; Improve documentation of '.dir-locals.el'
2025-02-03 Stefan Kangas; Prefer HTTPS to HTTP in docs
2025-02-03 Stefan Kangas; * admin/MAINTAINERS: Sort external packages alphabeti...
2025-02-03 Eshel Yaron; Skip commit 74dcfe155a9cd42fe4d352f031297169bf3abb41
2025-02-03 Eshel Yaron; Skip commit a87c382cabaec41f8901c858d4abd52305622b9e
2025-02-03 Stefan KangasDocument insert-directory-program as a user option
2025-02-03 Stefan Monnierdoc/lispref/modes.texi (Syntactic Font Lock): Update...
2025-02-03 Stefan Kangas; Remove some references to deleted files
2025-02-03 Stefan KangasFix define_error docstring for pure space removal
2025-02-03 Stefan Kangas; * configure.ac: Minor simplification.
2025-02-03 Stefan KangasDelete firstfile.c and lastfile.c
2025-02-03 Stefan Kangas; * nt/INSTALL: Delete reference to unexec build.
2025-02-03 Andrea Corallo* Make again `comp--finalize-container' compilable
2025-02-03 Andrea CoralloUse '--lambda-fixup' as native compiler fixup symbol...
2025-02-03 Andrea Corallo* Revert "Remove check_comp_unit_relocs"
2025-02-03 Gerd MöllmannRemove check_comp_unit_relocs
2025-02-03 Pip Cet; * src/fns.c (maybe_resize_hash_table): Remove debuggi...
2025-02-03 Stefan KangasDon't define SYSTEM_PURESIZE_EXTRA
2025-02-03 Stefan KangasRemove some more references to pure space
2025-02-03 Stefan KangasImprove purify-flag docstring
2025-02-03 Stefan KangasDon't document removed SITELOAD_PURESIZE_EXTRA
2025-02-03 Stefan KangasRemove another purecopy call in files.el
2025-02-03 Pip CetFix a typo which caused test failures
2025-02-03 Stefan KangasMark pure-bytes-used as obsolete
2025-02-03 Stefan KangasDelete variable pure-space-overflow
2025-02-03 Stefan KangasMake 'purecopy' an obsolete function alias for 'identity'
2025-02-03 Stefan KangasDelete obsolete comment about using purespace
2025-02-03 Stefan KangasDelete workaround for purespace in cl-generic
2025-02-03 Stefan KangasRemove unused function my_heap_start
2025-02-03 Stefan KangasRemove check for working malloc_set_state
2025-02-03 Stefan KangasRemove purespace fix from cl-preloaded.el
2025-02-03 Stefan KangasDelete remaining calls to purecopy
2025-02-03 Stefan KangasDon't call purecopy in mouse.el
2025-02-03 Stefan KangasDon't call purecopy in emacs-lisp/*.el
2025-02-03 Stefan KangasDon't call purecopy in dnd.el
2025-02-03 Stefan KangasDon't call purecopy in vc/*.el
2025-02-03 Stefan KangasDon't call purecopy in help-mode.el
2025-02-03 Stefan KangasDon't call purecopy in textmodes/*.el
2025-02-03 Stefan KangasDon't call purecopy in progmodes/*.el
2025-02-03 Stefan KangasDon't call purecopy in bindings.el
2025-02-03 Stefan KangasDon't call purecopy in common-win.el
2025-02-03 Stefan KangasDon't call purecopy in international/*.el
2025-02-03 Stefan KangasRemove purecopy calls from files.el
2025-02-03 Pip CetAvoid compiler warning in process_mark_stack
2025-02-03 Pip CetUpdate pdumper hashes
2025-02-03 Stefan KangasMake bindings--define-key obsolete
2025-02-03 Pip CetPurecopy removal: Lisp code
2025-02-03 Pip CetUnexec removal: Build system
2025-02-03 Pip CetUnexec removal: Documentation adjustments
2025-02-03 Pip CetDon't recognize "bootstrap" option for --temacs
2025-02-03 Pip CetPure storage removal: Documentation
2025-02-03 Pip CetPure storage removal: Bump nativecomp ABI
2025-02-03 Pip CetPure storage removal: Remove documentation
2025-02-03 Pip CetPure storage removal: Adjust nativecomp code
2025-02-03 Pip CetPure storage removal: Remove docstring hack
2025-02-03 Pip CetPure storage removal: Remove purecopy hash table flag
2025-02-03 Pip CetPure storage removal: Remove support for pinned objects
2025-02-03 Pip CetPure storage removal: Replace calls to removed functions
2025-02-03 Pip CetPure storage removal: Main part
2025-02-03 Pip CetPure storage removal: Delete puresize.h
2025-02-03 Pip CetUnexec removal: Adjust and simplify W32-specific code
2025-02-03 Pip CetUnexec removal: Remove HYBRID_MALLOC support
2025-02-03 Pip CetUnexec removal: Main part
2025-02-03 Pip CetUnexec removal: Remove obsolete files
2025-01-30 Eli Zaretskii; * lisp/progmodes/python.el (treesit-node-prev-sibling...
2025-01-30 Eli Zaretskii; * src/pdumper.c (dump_do_fixup): Pacify GCC.
2025-01-30 Michael AlbinusTramp cleanup
2025-01-30 Yuan FuFix tree-sitter language remapping
2025-01-30 Yuan FuAdd back tree-sitter declare-function for python.el...
2025-01-30 Gerd MöllmannFurther fixes for cursor positioning (bug#75056)
2025-01-30 Gerd MöllmannReplace two macros with functions in dispnew.c (bug...
2025-01-30 Gerd MöllmannDon't use selected frame in tty_set_cursor (bug#75056)
2025-01-30 Alan MackenzieCC Mode: Don't propertize parens in macros incorrectly
2025-01-30 Juri LinkovFix args in treesit-beginning-of-defun and treesit...
next