]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
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
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-09 Jim PorterIntroduce 'let' using lexical binding in the Lisp Intro...
2024-01-09 Harald Jörg; cperl-mode-tests.el: Adapt to recent changes in cperl...
2024-01-09 Juri LinkovSupport more metadata properties in completion-extra...
2024-01-09 Juri Linkov* lisp/tab-bar.el: Fixes for point in window configurat...
2024-01-09 Harald Jörg; cperl-mode: Fix a compiler warning caused by my previ...
2024-01-09 Stefan KangasUse `min`/`max` macros in a few more places
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
2024-01-08 Stefan KangasSupport string literals in build_string.cocci
2024-01-08 Stefan Kangas; Delete a superfluous bitwise 'or'
2024-01-07 F. Jason ParkClarify purpose of module aliases in ERC
2024-01-07 F. Jason ParkMake ERC's format catalogs more extensible
2024-01-07 F. Jason ParkAllow setting `erc-split-line-length' to zero
2024-01-07 F. Jason ParkUse global window hook for erc-keep-place-indicator
2024-01-07 F. Jason Park; Make erc--send-input-lines a normal function again
2024-01-07 F. Jason Park; doc/misc/erc.texi: Improve SASL intro.
2024-01-07 Juri LinkovSupport more metadata properties in completion-category...
2024-01-07 Eli Zaretskii; Don't record multiple versions of use-package
2024-01-07 Michael AlbinusHandle local default directory in connection-local...
2024-01-07 Stefan Monnier(jsonrpc--log-event): Try and fix bug#68072
2024-01-07 João TávoraEglot: careful when invoking code actions on no symbol...
2024-01-06 Stefan Monnier(describe-package-1): Fix bug#68288
2024-01-06 Paul EggertPacify Ubuntu GCC 13.2 in x_get_local_selection
2024-01-06 Paul EggertPacify Ubuntu GCC 13.2 in set_marker_internal
2024-01-06 Eli ZaretskiiFix 'rmail-summary-by-thread'
2024-01-06 Michael AlbinusComplete change of ert-remote-temporary-file-directory
next