]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2024-07-13 Eli Zaretskii* test/lisp/wdired-tests.el (wdired-test-bug34915)...
2024-07-13 Peter OliverFix 'wdired-test-unfinished-edit-01'
2024-07-13 Eli Zaretskii; * src/search.c (Fre_search_forward): Clarify doc...
2024-07-13 Eli Zaretskii; Fix last change
2024-07-13 Vincenzo PupilloFontify doxygen support to 'c-ts-mode', 'c++-ts-mode...
2024-07-13 Vincenzo PupilloFontify destructor in c++-ts-mode
2024-07-13 Mattias EngdegårdSimplify timestamp decoding
2024-07-13 F. Jason ParkFix invalid defcustom type for erc-buffers option
2024-07-13 Eli ZaretskiiFix infloop in 'shell-resync-dirs'
2024-07-13 Eli Zaretskii; * src/image.c (free_image_cache): Add assertion....
2024-07-13 Eshel YaronNew command 'search-from-isearch'
2024-07-13 Eshel Yaron* lisp/mode-face.el: New file.
2024-07-13 Eshel Yaron* lisp/rainbow-delimiters.el: New file.
2024-07-13 Eshel Yaron* lisp/rainbow.el: New file.
2024-07-13 Eshel YaronFurther integrate minibuffer alternative actions
2024-07-13 Eshel YaronIndicate completion strictness in minibuffer prompt
2024-07-13 Eshel Yaron(minibuffer-add-completion-predicate): Add minibuffer...
2024-07-13 Eshel Yaron* lisp/bindings.el (search-map): Bind 'search', 'search...
2024-07-13 Eshel Yaroncus-edit: Add minibuffer actions, and mark mode-specifi...
2024-07-13 Eshel Yaron(completion-pcm-word-delimiters): Add parentheses
2024-07-13 Eshel Yaron(search-read-target): Fix off-by-one in group-function
2024-07-13 Eshel YaronNew command 'flymake-go-to-diagnostic'
2024-07-13 Eshel YaronImprove some docstrings in minibuffer.el
2024-07-13 Eshel Yaron(minibuffer-read-predicate-description): Add completion...
2024-07-13 Eshel YaronFix 'minibuffer-read-predicate-description' with sole...
2024-07-12 Eshel Yaron* lisp/minibuffer.el (minibuffer-message): Be async.
2024-07-12 Juri Linkov* lisp/gnus/mm-uu.el (mm-uu-type-alist): Fix end-regexp...
2024-07-12 Po LuRender more Android functions safe to execute in a...
2024-07-12 Po LuDocument means of executing Emacs from unrelated Androi...
2024-07-12 Jim PorterDon't emit a prompt in Eshell when a background command...
2024-07-12 Daniel MartínFix reference from buffer-stale-function docstring
2024-07-12 Eshel YaronOnly say that minor mode function is interactive if...
2024-07-12 Eshel YaronAllow replacing 'search' matches via minibuffer alt...
2024-07-12 Eshel YaronAdd minibuffer alternative actions
2024-07-12 Eshel Yaron(completion-all-sorted-completions): Sync with *Complet...
2024-07-12 Eshel YaronMore improvements for new search commands
2024-07-12 Eshel YaronImprovements for new search commands
2024-07-12 Eshel Yaron* lisp/search.el: New file.
2024-07-11 Andrea CoralloAdd a type-check--optim test
2024-07-11 Andrea CoralloSome clean-up in comp-tests.el
2024-07-11 Andrea CoralloFix 'comp--type-check-optim-block' it using 'comp-cstr...
2024-07-11 Andrea CoralloGeneralize 'comp-cstr-symbol-p'
2024-07-11 Andrea CoralloAdd 'comp-type-check-optim' pass
2024-07-11 Andrea CoralloSplit 'comp--ssa' code
2024-07-11 Paul EggertRename timefns static function lisp_time_struct
2024-07-11 Paul EggertAvoid mpz for some common timestamp cases
2024-07-11 Paul EggertDecode current time directly to timespec
2024-07-11 Paul EggertIn timefns.c avoid by-hand overflow checking
2024-07-11 Paul EggertOptimize smallish mpz to native int conversion
2024-07-11 Paul EggertNew FASTER_BIGNUM macro to test slow-path code
2024-07-11 Paul EggertIn timefns, call natnump only for non-fixnums
2024-07-11 Paul EggertIn timefns, do gcd reduction more often
2024-07-11 Paul EggertIn timefns, prefer ui mul and div
2024-07-11 Paul EggertReduce size of integer product in timefns
2024-07-11 Paul EggertRename timefns internals
2024-07-11 Paul EggertSpeed up decode-time when not doing subseconds
2024-07-11 Paul EggertPush some time conversions down
2024-07-11 Paul EggertSplit lisp_to_timespec in two
2024-07-11 Paul EggertRefactor decode_ticks_hz via switch
2024-07-11 Paul EggertRefactor timefns order
2024-07-11 Paul EggertRefactor timefns more functionally
2024-07-11 Po LuTake precautions against ill-formed content URIs
2024-07-11 Dmitry Gutovetags-regen-mode: Handle TAGS buffer being killed
2024-07-11 F. Jason Park; Tag ERC multiline blanks test as :expensive
2024-07-11 Robert PluimImprove 'put-image' documentation
2024-07-11 Robert PluimImprove 'set-fontset-font' documentation
2024-07-11 Michael AlbinusAdapt Tramp's "run0" method
2024-07-11 Andrea Corallo* test/src/sqlite-tests.el (sqlite-execute-batch):...
2024-07-11 Stefan KangasCapitalize "Dired" and "Lisp" in docstrings
2024-07-11 Jim PorterDocument Eshell entry points
2024-07-11 Eshel Yaron; Fix bug#69809
2024-07-11 Eshel YaronRemove 'enable-recursive-minibuffers'
2024-07-10 Michael Albinus; * test/lisp/net/dbus-tests.el: Fix thinko.
2024-07-10 Paul Eggert* lib/timespec-sub.c: Copy manually from Gnulib.
2024-07-10 Michael AlbinusExtend dbus-test04-call-method-authorizable
2024-07-10 Po Lu* configure.ac: Fix typo in commentary of strlen substi...
2024-07-10 Jim PorterImprove Eshell's behavior when waiting for processes
2024-07-10 Jim PorterDon't use the Lisp implementation of "kill" in remote...
2024-07-10 Andrea Corallo* test/src/comp-tests.el (compile-forms): Simplify...
2024-07-10 Andrea CoralloSupport interpreted functions as input for 'native...
2024-07-10 Eshel YaronNew commands for filtering minibuffer completions
2024-07-10 Eshel YaronNew function 'refactor-query-apply-edits'
2024-07-09 Eshel Yaron; Update ldefs-boot.el
2024-07-09 Mattias Engdegård; * lisp/net/shr.el (shr-image-zoom-levels): Fix wrong...
2024-07-09 Mattias EngdegårdUse cheaper string constructors
2024-07-09 Michael AlbinusWarn if D-Bus error "InteractiveAuthorizationRequired...
2024-07-09 Po LuFix bug#71929
2024-07-09 Po Lu; * src/dbusbind.c (Fdbus_message_internal): Fix coding...
2024-07-09 Stefan Kangas; Change `imap-shell-host` docstring to mention SSH
2024-07-09 Michael AlbinusAdapt dbus-tests.el
2024-07-09 Steven AllenSupport interactive D-Bus authorization
2024-07-09 Michael AlbinusMake D-Bus tests stable
2024-07-09 Eshel Yaron; Skip commit d883f9a1f35c5daed877e4a96ecd7e31c259dc40
2024-07-09 Andrea Corallo* etc/TODO (Native compiler improvements): Add entry.
2024-07-09 Po LuFix bug#70697 with respect to fringe bitmaps
2024-07-09 Po LuFix byte-compiler warning in calc.el
2024-07-09 Stefan Monniereditorconfig-core-handle.el: Fix regressions in fnmatch...
2024-07-09 Stefan KangasCheckdoc fixes in `url/*.el`
2024-07-09 Stefan KangasCheckdoc fixes in `term/*.el`
2024-07-09 Stefan KangasCheckdoc fixes in `mh-e/*.el`
next