]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2024-01-16 Po LuEnable the system's Arabic and Khmer fonts under Android
2024-01-16 Mike KupferFix folder creation error (Bug#67361)
2024-01-16 Stefan Monnier* lisp/help-fns.el (help-fns--parent-mode): Mention...
2024-01-15 Michael Albinus* lisp/info-xref.el (info-xref-subfile-p): Avoid false...
2024-01-15 João TávoraJsonrpc: fix bug in jsonrpc--remove
2024-01-15 Po Lu; * src/xterm.c (x_focus_frame): Insert missing unblock...
2024-01-15 Stefan Monnier(js-json-mode): Don't derive from `js-mode` (bug#67463)
2024-01-15 Gregory Heytings; * admin/git-bisect-start: Update failing commits
2024-01-14 Mattias EngdegårdFix recent ses-tests mistakes (bug#5852)
2024-01-14 Mattias EngdegårdUse forward-line instead of next-line in noninteractive...
2024-01-14 Mattias EngdegårdMake object-intervals linear instead of quadratic
2024-01-14 Mattias EngdegårdSpeed up sxhash-equal-including-properties
2024-01-14 Mattias EngdegårdRetype traverse_interval arg type from Lisp_Object...
2024-01-14 Po LuCorrect implementations of FLIPRGON and FLIPRGOFF
2024-01-14 Po LuFix bug#65116
2024-01-13 Mattias EngdegårdHash-table documentation updates (bug#68244)
2024-01-13 Mattias EngdegårdDon't pretend that hash-table-size is useful
2024-01-13 Mattias EngdegårdChange hash_hash_t to uint32_t
2024-01-13 Mattias EngdegårdUse key Qunbound instead of hash value hash_unused...
2024-01-13 Mattias EngdegårdDon't dump Qunbound
2024-01-13 Mattias EngdegårdChange hash_idx_t to int32_t on all platforms
2024-01-13 Mattias EngdegårdFaster hash table growth, starting at zero size
2024-01-13 Mattias Engdegård; Reorder struct Lisp_Hash_Table and struct hash_table_test
2024-01-13 Mattias EngdegårdShare hash table test structs
2024-01-13 Mattias EngdegårdUse hash_idx_t for storing hash indices
2024-01-13 Mattias EngdegårdInlined and specialised hash table look-up
2024-01-13 Mattias EngdegårdStore hash values as integers instead of Lisp_Object
2024-01-13 Mattias EngdegårdUse non-Lisp allocation for internal hash-table vectors
2024-01-13 Mattias EngdegårdAllow zero hash table size
2024-01-13 Mattias EngdegårdLeaner hash table dumping and thawing
2024-01-13 Mattias EngdegårdRemove rehash-threshold and rehash-size struct members
2024-01-13 Mattias EngdegårdRepresent hash table weakness as an enum internally
2024-01-13 Mattias EngdegårdDon't print or read the hash table size parameter
2024-01-13 Mattias Engdegård* src/print.c (print_object): Don't print empty hash...
2024-01-13 Mattias Engdegård* src/print.c (print_object): Don't print hash table...
2024-01-13 Juri Linkov* lisp/window.el (window-prefix-map): Bind C-x w q...
2024-01-13 Xiyue DengFix typo in lispref "Creating Strings" section
2024-01-13 Eli Zaretskii; * lisp/textmodes/page.el (page--what-page): Fix last...
2024-01-13 Eli ZaretskiiMerge from origin/emacs-29
2024-01-13 Eli Zaretskii; Merge from origin/emacs-29
2024-01-13 Eli ZaretskiiMerge from origin/emacs-29
2024-01-13 Eli Zaretskii; Merge from origin/emacs-29
2024-01-13 Eli ZaretskiiMerge from origin/emacs-29
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-12 Mattias Engdegård; * src/lisp.h (struct Lisp_Hash_Table): Add ASCII...
2024-01-12 Mattias Engdegård; * src/fns.c (Fmake_hash_table): ensure `test` is...
2024-01-12 Mattias EngdegårdAbstract predicate and constant for unused hash keys
2024-01-12 Mattias Engdegård; * src/alloc.c (purecopy_hash_table): Simplify
2024-01-12 Mattias EngdegårdRefactor hash table vector reallocation
2024-01-12 Mattias EngdegårdRefactor: extract hash and index computations to functions
2024-01-12 Mattias Engdegård; * src/fns.c (collect_interval): Move misplaced function.
2024-01-12 Mattias EngdegårdRefactor: less layering violation in composite.h
2024-01-12 Mattias EngdegårdDecouple profiler from Lisp hash table internals
2024-01-12 Mattias Engdegård; * src/pdumper.c (dump_hash_table): Remove unused...
2024-01-12 Mattias EngdegårdAdd internal hash-table debug functions
2024-01-12 Michael Albinus* src/nsfont.m (nsfont_open): Fix Ffont_xlfd_name args.
2024-01-12 Eli ZaretskiiImprove documentation of Ispell commands
2024-01-12 Stefan Monniersh-script.el: Add support for `case FOO {...}` (bug...
2024-01-11 Slava AkhmechetEglot: Simplify overlay handling in manual example
2024-01-11 Stefan KangasDon't recommend inverse-video for debugging
2024-01-11 Alyssa RossAdd autoload cookie to vc-git-grep
2024-01-11 john muhlSupport indented continuation lines in lua-ts-mode
2024-01-11 Alan MackenzieBind cross-buffer buffer-local variable correctly.
2024-01-11 Eli ZaretskiiFix man-tests.el
2024-01-11 Xiyue DengFix typo in lispref "Creating Strings" section
2024-01-11 Stephen BermanRevert "Fix typo in lispref 'Creating Strings' section"
2024-01-11 Xiyue DengFix typo in lispref "Creating Strings" section
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 Xiyue DengFix count of no-op functions (bug#68375)
2024-01-11 Xiyue DengWrap @pxref of Abbrevs in parentheses (bug#68375)
2024-01-11 Gabriel do... Consider outline-heading-end-regexp in outline-font...
2024-01-11 Eli Zaretskii; Fix last change in widget.texi
2024-01-11 F. Jason Park; Fix overridden erc--input-split slot definition
2024-01-10 Stefan Kangas; Fix typos
2024-01-10 Stefan Kangas; * etc/TODO: Add item to make play-sound non-blocking.
2024-01-10 Dmitry Gutov; (vc-print-log-internal): Update docstring further
2024-01-10 Dmitry Gutovvc-log-mergebase: Fix the printing of buttons at the...
2024-01-10 Stefan Kangas; Clarify message in last change
2024-01-10 Eshel YaronHandle anonymous commands in C-h K
2024-01-10 Augusto StoffelUse auth-info-mode for non-hidden authinfo and netrc...
2024-01-10 john muhlAdd Ruby to the tree-sitter build-module script
2024-01-10 Mauro ArandaAdd examples to the Widget manual
2024-01-10 Xi LuFix man.el shell injection vulnerability
2024-01-10 Mauro ArandaImplement missing functions for custom-icon widget
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 Thierry VolpiattoFix window setting in register preview (bug#67882)
2024-01-10 Stephen BermanFix fontification of cgroup2 in fstab (bug#68367)
2024-01-10 Philip KaludercicHandle package versions that are not version strings
next