]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
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...
2025-01-30 Basil L. Contovounesios; Remove duplicate defvar in comp-run.el.
2025-01-30 Eli Zaretskii; Fix Cygw32 build
2025-01-30 João TávoraEglot: don't auto-shutdown when reverting of single...
2025-01-30 João TávoraEglot: in eglot-code-action-indications, make 'margin...
2025-01-30 Juri LinkovHideshow support for tree-sitter in hs-minor-mode ...
2025-01-30 Juri Linkov* lisp/treesit.el: Use default display behavior for...
2025-01-30 Martin RudalicsFix two more drawings in windows.texi
2025-01-30 Eli Zaretskii; Fix last change
2025-01-30 Martin RudalicsNew variable 'expose-hidden-buffer' (Bug#75828)
2025-01-30 Bastien Guerry; * admin/MAINTAINERS: Remove Bastien Guerry.
2025-01-30 João TávoraEglot: allow customizing the mode line (bug#71823)
2025-01-30 João TávoraEglot: suggest code actions at point
2025-01-30 João TávoraEglot: introduce eglot-advertise-cancellation
2025-01-30 João TávoraEglot: restructure and overhaul documentation
2025-01-30 João TávoraEglot: symbol highlighting now done in eldoc-documentat...
2025-01-30 Martin RudalicsFix previous commit for Changing Window Layouts
2025-01-30 Gerd MöllmannFix frame-visible-p for tty root frames
2025-01-30 Paul EggertAvoid some make_formatted_string mallocs
2025-01-30 Paul EggertMake vmessage a bit safer
2025-01-30 Pip CetAvoid printing NUL characters in 'message' (bug#75900)
2025-01-30 Pip CetFix buffer overflows in doprnt (bug#75900)
2025-01-30 Paul Eggertdoprnt %X support
2025-01-30 Stefan KangasDon't use obsolete face variables in lisp-mode.el
2025-01-30 Eshel Yaron; Skip commit 29c6dad78db6d599108612f120cd0fb1fb18e105
2025-01-30 Eshel Yaron; Skip commit 2d386fc4490c8e61ed05384ec486ef0d5e7164b1
2025-01-30 jaredFix clicking in child frames with GPM
2025-01-30 Gerd Möllmann; Fix workaround for xt-mouse-tests
2025-01-30 Martin RudalicsIn Elisp manual document new functions for changing...
2025-01-30 Stefan Kangas; Fix byte-compilation warnings
2025-01-30 Paul EggertPacify -Wanalyzer-use-of-uninitialized-value
next