]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2024-01-14 Mattias EngdegårdStore hash values as integers instead of Lisp_Object
2024-01-14 Mattias EngdegårdUse non-Lisp allocation for internal hash-table vectors
2024-01-14 Mattias EngdegårdAllow zero hash table size
2024-01-14 Mattias EngdegårdLeaner hash table dumping and thawing
2024-01-14 Mattias EngdegårdRemove rehash-threshold and rehash-size struct members
2024-01-14 Mattias EngdegårdRepresent hash table weakness as an enum internally
2024-01-14 Mattias EngdegårdDon't print or read the hash table size parameter
2024-01-14 Mattias Engdegård* src/print.c (print_object): Don't print empty hash...
2024-01-14 Mattias Engdegård* src/print.c (print_object): Don't print hash table...
2024-01-14 Eshel YaronNew commands for cycling completions and restoring...
2024-01-13 Juri Linkov* lisp/window.el (window-prefix-map): Bind C-x w q...
2024-01-13 Eli Zaretskii; * lisp/textmodes/page.el (page--what-page): Fix last...
2024-01-13 Lars BrinkhoffFix 'what-page'
2024-01-13 Eli ZaretskiiImprove documentation of 'emacs_function' in modules
2024-01-13 Steven AllenSet the 'name' prop in 'define-advice'
2024-01-13 kobarityFix 'python-info-docstring-p' bug in the 2nd line of...
2024-01-13 Eli Zaretskii; * doc/emacs/fixit.texi (Spelling): Fix last change.
2024-01-13 Stefan KangasFix NULL dereference in w32notify.c
2024-01-13 Stefan KangasPrefer AREF in GET_TRANSLATION_TABLE
2024-01-13 Eli Zaretskii* src/fns.c (maybe_resize_hash_table): Fix EMACS_INT...
2024-01-13 Po LuProperly sort results for partial font specs
2024-01-13 Mattias Engdegård; * src/lisp.h (struct Lisp_Hash_Table): Add ASCII...
2024-01-13 Mattias Engdegård; * src/fns.c (Fmake_hash_table): ensure `test` is...
2024-01-13 Mattias EngdegårdAbstract predicate and constant for unused hash keys
2024-01-13 Mattias Engdegård; * src/alloc.c (purecopy_hash_table): Simplify
2024-01-13 Mattias EngdegårdRefactor hash table vector reallocation
2024-01-13 Mattias EngdegårdRefactor: extract hash and index computations to functions
2024-01-13 Mattias Engdegård; * src/fns.c (collect_interval): Move misplaced function.
2024-01-13 Mattias EngdegårdRefactor: less layering violation in composite.h
2024-01-13 Mattias EngdegårdDecouple profiler from Lisp hash table internals
2024-01-13 Mattias Engdegård; * src/pdumper.c (dump_hash_table): Remove unused...
2024-01-13 Mattias EngdegårdAdd internal hash-table debug functions
2024-01-13 Eli ZaretskiiImprove documentation of Ispell commands
2024-01-13 Stefan KangasDon't recommend inverse-video for debugging
2024-01-13 Xiyue DengFix typo in lispref "Creating Strings" section
2024-01-13 Xiyue DengFix count of no-op functions (bug#68375)
2024-01-13 Xiyue DengWrap @pxref of Abbrevs in parentheses (bug#68375)
2024-01-13 Eli Zaretskii; Fix last change in widget.texi
2024-01-13 Stefan Kangas; Fix typos
2024-01-13 Stefan Kangas; * etc/TODO: Add item to make play-sound non-blocking.
2024-01-13 Mauro ArandaAdd examples to the Widget manual
2024-01-13 Mauro ArandaImplement missing functions for custom-icon widget
2024-01-13 Stephen BermanFix fontification of cgroup2 in fstab (bug#68367)
2024-01-13 Jim PorterIntroduce 'let' using lexical binding in the Lisp Intro...
2024-01-13 Eli Zaretskii; Don't record multiple versions of use-package
2024-01-13 Eli ZaretskiiFix 'rmail-summary-by-thread'
2024-01-13 Jean-Christophe... * doc/emacs/back.texi: Fix a typo.
2024-01-13 Eshel YaronAvoid slow remote file name completion annotations
2024-01-12 Michael Albinus* src/nsfont.m (nsfont_open): Fix Ffont_xlfd_name args.
2024-01-12 Stefan Monniersh-script.el: Add support for `case FOO {...}` (bug...
2024-01-12 Slava AkhmechetEglot: Simplify overlay handling in manual example
2024-01-12 Alyssa RossAdd autoload cookie to vc-git-grep
2024-01-12 john muhlSupport indented continuation lines in lua-ts-mode
2024-01-12 Eshel Yaron; Adapt some recent changes around completion categories
2024-01-12 Eshel Yaron; (read-extended-command-1): Remove recent unintended...
2024-01-11 Alan MackenzieBind cross-buffer buffer-local variable correctly.
2024-01-11 Eli ZaretskiiFix man-tests.el
2024-01-11 Eshel Yaron; Skip commit aa26852f31984c4354a8348ac778904fb8e52640
2024-01-11 Eshel Yaron; Skip commit b825962ea840348bbde0c834ca398458a06fbb8b
2024-01-11 Michael AlbinusAdapt test names in auth-source-tests.el
2024-01-11 Michael AlbinusSupport numeric port numbers in auth-source-macos-keychain
2024-01-11 Jared FinderPopulate tool-bar bindings on text terminals
2024-01-11 Gabriel do... Consider outline-heading-end-regexp in outline-font...
2024-01-11 F. Jason Park; Fix overridden erc--input-split slot definition
2024-01-11 Dmitry Gutov; (vc-print-log-internal): Update docstring further
2024-01-11 Dmitry Gutovvc-log-mergebase: Fix the printing of buttons at the...
2024-01-11 Stefan Kangas; Clarify message in last change
2024-01-11 Eshel YaronHandle anonymous commands in C-h K
2024-01-11 Augusto StoffelUse auth-info-mode for non-hidden authinfo and netrc...
2024-01-11 john muhlAdd Ruby to the tree-sitter build-module script
2024-01-11 Xi LuFix man.el shell injection vulnerability
2024-01-11 Eshel Yaron; (minibuffer-narrow-buffer-completions): Be more cautious.
2024-01-11 Eshel YaronOptionally annotate 'M-x' completions with short descri...
2024-01-10 Stefan Kangas; Clarify detail in Start Emacs maximized FAQ
2024-01-10 Richard M.... Esplain how to turn off GDB display of inferior-events
2024-01-10 Mattias EngdegårdLua compilation-mode rules adjustments (bug#60830)
2024-01-10 Eshel Yaron; Skip commit 492ba5721cbac0a374d785297401a1ac4b9eef37
2024-01-10 Rudolf AdamkovičMake Compilation mode recognize Lua errors
2024-01-10 Stefan KangasFix use after free in androidvfs.c
2024-01-10 Stefan KangasRemove redundant casts from void* with malloc functions
2024-01-10 Michael Albinus; Adapt TODO list of tramp-compat.el
2024-01-10 Michael AlbinusFix file name completion with Tramp on MS Windoes
2024-01-10 Philip KaludercicHandle package versions that are not version strings
2024-01-10 Juri LinkovSupport :category in completion-extra-properties (bug...
2024-01-10 Po Lu; Minor edits to PROBLEMS and sfnt.c
2024-01-10 Harald Jörg; cperl-mode-tests.el: Adapt to recent changes in cperl...
2024-01-10 Eshel Yaron; Stop advertising obsolete 'help-follow{,-mouse}'
2024-01-10 Eshel Yaron; Fix typos in recent documentation additions
2024-01-10 Eshel Yaron; Add menu entry for 'minibuffer-set-completion-styles'
2024-01-10 Juri LinkovSupport more metadata properties in completion-extra...
2024-01-10 Juri Linkov* lisp/tab-bar.el: Fixes for point in window configurat...
2024-01-10 Harald Jörg; cperl-mode: Fix a compiler warning caused by my previ...
2024-01-10 Stefan KangasUse `min`/`max` macros in a few more places
2024-01-10 Eshel YaronNew command 'minibuffer-set-completion-styles'
2024-01-08 Harald Jörgcperl-mode.el: Make sure cperl-file-style is set buffer...
2024-01-08 Michael AlbinusMake Tramp more robust
2024-01-08 Po Lu; Fix a crash in sfnt_read_fvar_table
2024-01-08 Po LuProperly instruct Italic Arial or BS Mono at small...
2024-01-08 Po Lu; * etc/PROBLEMS: Remove several resolved problems.
2024-01-08 Stefan KangasRemove redundant conversion from bool to bool
next