]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2024-03-29 Mattias Engdegård* src/fns.c (Fvaluelt): More generous depth limit ...
2024-03-29 Sam SteingoldSupport `shell-resync-dirs' on msys bash (Bug#70012)
2024-03-29 Eshel YaronSimplify some sorting functions using the new 'sort...
2024-03-29 Eli Zaretskii; * doc/lispref/sequences.texi (Sequence Functions...
2024-03-29 Mattias Engdegård; * test/lisp/vc/vc-git-tests.el: bend doc string quote
2024-03-29 Mattias EngdegårdBetter `sort` ignored-return-value warning
2024-03-29 Mattias EngdegårdRemove `sort-on` (bug#69709)
2024-03-29 Mattias EngdegårdUse new-style `sort` signature in Lisp manual examples
2024-03-29 Mattias EngdegårdFaster non-destructive list sorting
2024-03-29 Mattias EngdegårdSpeed up `sort` by special-casing the `value<` ordering
2024-03-29 Mattias EngdegårdNew `sort` keyword arguments (bug#69709)
2024-03-29 Mattias EngdegårdAdd back timsort key function handling (bug#69709)
2024-03-29 Mattias EngdegårdAdd `value<` (bug#69709)
2024-03-29 Eshel Yaron; Update 'read-multiple-choice' documentation
2024-03-29 Po Lu; * java/org/gnu/emacs/EmacsActivity.java (isReallyFini...
2024-03-29 Po LuPrevent Android OS task trimming from deleting Emacs...
2024-03-29 Stefan Monnierpp.el: Try and fix bug#70039
2024-03-29 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (list): Predefine predicat...
2024-03-28 Eshel YaronAdd 'minibuffer-hint-mode'
2024-03-28 Eshel YaronAdd command 'register-toggle-volatility'
2024-03-28 Eshel YaronImprove 'help--symbol-completion-table-affixation'
2024-03-28 Eshel YaronSupport choosing between multiple narrow-completions...
2024-03-28 Eshel Yaron; Adjust 'read-multiple-choice' test
2024-03-28 Eli ZaretskiiFix a typo in flymake.el
2024-03-28 Joseph Turnercopy-tree just image map, not entire image
2024-03-28 Eli Zaretskii; * etc/NEWS: Announce new feature of Proced. (Bug...
2024-03-28 RahguzarAllow for auto updating only visible proced buffers...
2024-03-28 Vladimir KazanovImprove ert-font-lock assertion parser (Bug#69714)
2024-03-28 Eli Zaretskii; * lisp/emacs-lisp/pcase.el (pcase--subtype-bitsets...
2024-03-28 Stefan Monnier(pcase-mutually-exclusive): Use auto-generated table
2024-03-28 Dmitry Gutov(project-current): Add binding for 'non-essential'
2024-03-28 Spencer BaughCorrectly check buffer mtime when displaying xref matches
2024-03-27 Eshel YaronImprove 'read-multiple-choice--long-answers' annotations
2024-03-27 Po LuRemove IME_FLAG_FORCE_ASCII from password input IME...
2024-03-27 Stefan Monnier* lisp/help.el (help-function-arglist): Don't `substitu...
2024-03-27 Stefan Monniercl-preloaded.el: Partly revert last change
2024-03-27 Alan MackenzieCC Mode: Handle C++20's if consteval
2024-03-27 Stefan Monniercl-preloaded.el: Fix the type lattice
2024-03-27 Eli Zaretskii; Fix recently-changed documentation
2024-03-27 Andrea CoralloFix native comp prediction on null functionp tested...
2024-03-27 Po LuPrevent focus "stalemates" on Android
2024-03-27 Po LuPrevent passwords from being recorded during text conve...
2024-03-27 Eli ZaretskiiFix removal of bookmark's fringe mark in Info and Dired
2024-03-27 Eli ZaretskiiDocument the 'I' command in buffer-menu
2024-03-27 Juri Linkov* lisp/vc/diff-mode.el (diff-setup-buffer-type): Remove...
2024-03-27 Po LuPort restart-emacs to Android 4.3 and earlier
2024-03-27 Stefan Monnier(byte-optimize-form-code-walker): Simplify a bit
2024-03-27 Eshel Yaron; * lisp/simple.el (kill-buffer--possibly-save): Simplify.
2024-03-27 Eshel YaronImprove 'read-multiple-choice'
2024-03-27 Eshel YaronAdd global minor mode 'global-completion-preview-mode'
2024-03-24 Andrea CoralloFix native compilation for circular immediates (bug...
2024-03-24 Po Lu; * lisp/emacs-lisp/cl-preloaded.el (user-ptr): Fix...
2024-03-24 Po LuDon't define user-ptr type when user-ptrp is not present
2024-03-24 Po LuImprove consistency of content file name handling
2024-03-24 Stefan Monniercl-preloaded.el: Improve docstrings of "kinds"
2024-03-24 Stefan Monnier* doc/emacs/help.texi (Name Help): Mention buttons...
2024-03-24 Stefan Monnieredebug.el: Better strip instrumentation from backtraces
2024-03-24 F. Jason ParkReuse command-indicator code for script lines in ERC
2024-03-24 F. Jason ParkRestore leading space to right-margin stamps in ERC
2024-03-24 F. MoukayedRemove mishandled erc-control-default-{fg,bg} faces
2024-03-24 F. Jason ParkRemove unused faces from various erc-goodies tests
2024-03-24 Stefan Monnier(describe-package-1): Fix bug#69712
2024-03-24 Basil L. Contovounesios; Fix markup in recent change to dired-x.texi.
2024-03-24 Joseph TurnerRecompute :map when image :scale, :rotation, or :flip...
2024-03-24 Jim PorterAdd 'eww-readable-urls'
2024-03-24 Jim PorterAllow toggling "readable" mode in EWW
2024-03-24 Eli Zaretskii; * doc/misc/dired-x.texi (Omitting Variables): Fix...
2024-03-24 Spencer BaughUse 'regexp-opt' in 'dired-omit-regexp'
2024-03-24 Eli Zaretskii* src/coding.c (produce_chars): Fix a thinko (bug#69966).
2024-03-24 Po LuEnable calling decode_coding_object with both SRC and...
2024-03-24 Po LuMinor adjustments to last change
2024-03-24 Eli Zaretskii; Fix doc strings of some treesit-related functions
2024-03-24 Eli ZaretskiiImprove support for preprocessor macros in 'c/c++-ts...
2024-03-24 Eli ZaretskiiAvoid infinite recursion in 'image-mode--display'
2024-03-24 Dionisio E... Add BasedPyright LSP server alternative for Eglot's...
2024-03-24 Po LuCorrectly handle non-BMP characters in Android content...
2024-03-24 john muhl; Remove unneeded group in lua-ts-mode defcustoms
2024-03-24 john muhl; Open inferior Lua buffer in a window, not a frame
2024-03-24 Stefan MonnierFix recent test regressions
2024-03-24 Stefan Monnieretc/NEWS: Document the new behavior of `describe-function`
2024-03-24 Stefan Monnier(pp-fill): Cut before parens and dots
2024-03-24 Stefan Monnier(help-fns-function-description-header): Print functions...
2024-03-24 Eli Zaretskii; * lisp/help-fns.el (help-fns-function-name): Doc...
2024-03-24 Po LuFix display of custom menus after putative cosmetic...
2024-03-24 Stefan Monnier* lisp/help.el (help--analyze-key): Use `help-fns-funct...
2024-03-24 Stefan Monnier(help-fns-function-name): New function
2024-03-24 Stefan Monnier(make-help-screen): Move most of the code out to a...
2024-03-24 Jonas BernoulliUpdate to Transient v0.6.0-1-gcaef3347
2024-03-24 Stefan Monnier(describe-symbol-backends): Fix addition of the "type...
2024-03-24 Stefan Monnierbyte-opt.el: Remove test that's not applicable any...
2024-03-24 Eli Zaretskii; * lisp/keymap.el (key-parse): Fix processing of ...
2024-03-24 Eli Zaretskii; Improve documentation of 'backup-by-copying'
2024-03-24 Stefan MonnierSpeed up `describe-char` when a property has a large...
2024-03-24 Stefan Monnierwid-edit.el: Cosmetic changes
2024-03-24 Stefan Monnier(widget--allow-insertion): New macro
2024-03-24 Po Lu; * src/xterm.c (syms_of_xterm): Document x-*-keysym...
2024-03-24 Andrea Corallo* Fix missing `comp-files-queue' update (bug#63415).
2024-03-24 Adam Porter'vtable-update-object' can now be called with one argument
2024-03-24 Basil L. ContovounesiosClarify description of format-spec truncation
2024-03-24 Eli ZaretskiiMore accurate documentation of 'rmail-mail-new-frame'
next