]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
6 days ago Eli ZaretskiiPrevent buffer overflow in line-numbering code
6 days ago Po LuAdd two missing NULL checks of malloc'd values on Android
6 days ago Po Lu; * etc/PROBLEMS: Document how to grant storage permiss...
6 days ago Stefan Monnier(smerge-refine-exchange-point): Error cleanly outside...
6 days ago Stefan Monnier(smerge-refine-exchange-point): New command
6 days ago Stefan Monnierlisp/term/xterm.el (xterm--query-name-and-version)...
6 days ago Yuan Fu; Another attempt at fixing c-ts-common--prev-standalon...
6 days ago Stefan KangasPrefer `(defsubst A ...)` to `(cl-proclaim (inline...
6 days ago Stefan KangasInline important-return-value declarations in cl-lib.el
6 days ago Yuan Fu; Fix c-ts-common--prev-standalone-sibling
6 days ago Stefan MonnierFix some uses of `%s` for non-strings/names
6 days ago Robert PluimCorrect docstrings describing "Re" alternatives.
6 days ago Stefan Kangas; * doc/misc/message.texi (Message Headers): Improve...
6 days ago Eshel Yaron; Skip commit 2b68e3f48b81dd0303f3f7e83f8c62ebc26e87df
6 days ago Basil L. ContovounesiosDocument cl-n... set operations consistently
6 days ago Basil L. ContovounesiosConsolidate some cl-lib tests
6 days ago Michael AlbinusAdapt PuTTY integration into Tramp
6 days ago Pip CetAvoid crashes in lread.c when invalid characters are...
6 days ago Eshel Yaron; Skip commit d82d4689794586d9303b4232be4583df16e11a31
6 days ago Eshel Yaron; Skip commit b9b9c33dcbe7fe5ac36da65b351253451064348c
6 days ago Eshel Yaron; Skip commit 87a61eba1b8287d63b318d4af6ce47169ba574fd
6 days ago Eli Zaretskii; * src/fns.c (Fmapconcat): Doc fix (bug#76242).
6 days ago Eshel Yaron; Skip commit 3cfbeb3fca148a383ebe053f0107733e38cc0ba7
6 days ago Stefan Kangas; Change "virus" to "malicious" in lispref
6 days ago Eshel Yaron; Skip commit 6701866be4d986f272cde712e834b34a44754477
6 days ago Stefan Kangas; * .mailmap: Add entry for Thuna. (Bug#76221)
6 days ago Robert PluimFix author name
6 days ago Yuan FuUse c-ts-common's comment setup in go-ts-mode (bug...
6 days ago Robert BrownAdd java-language-server to eglot-server-programs
6 days ago Eshel Yaron; (project-forget-projects-under): Improve interactive...
6 days ago Eshel YaronRemove some stale Texinfo references
6 days ago Eshel Yaron; Update lisp/ldefs-boot.el
6 days ago Eshel YaronFix bug#76305
6 days ago Eshel YaronDrop finder.el and package.el
7 days ago Po Lu* lisp/x-dnd.el (x-dnd-do-direct-save): Remove redundan...
7 days ago Yuan FuUse a heuristic to support method chaining in c-ts...
7 days ago Yuan FuAllow treesit-simple-indent-standalone-predicate to...
7 days ago Yuan Fu; Fix standalone-parent preset for tree-sitter
7 days ago Yuan FuAdd treesit-simple-indent-standalone-predicate (bug...
7 days ago Basil L. ContovounesiosFix uncaught cl-nreconc on constant list
7 days ago Basil L. ContovounesiosFix cl-seq-tests.el
7 days ago Basil L. Contovounesios; Fix last change to cl-extra.el.
7 days ago Stefan KangasInline side-effect-free declarations in cl-lib.el
7 days ago Robert PluimSupport non-ascii SMTP user and password strings
7 days ago Robert PluimTeach gnus/message about international Re: variants
7 days ago Robert PluimUse 'const' instead of 'symbol' in 'c-ts-mode-indent...
8 days ago Eshel YaronRevert "New command project-find-matching-file"
8 days ago Eshel YaronDrop package-x.el all together
8 days ago Michael Albinus* lisp/net/tramp-archive.el (tramp-archive-all-gvfs...
8 days ago Björn BidarBind sieve-refresh-scriptlist to 'g' in sieve-mode
8 days ago Björn BidarAdd missing documentation strings in sieve.el
8 days ago Björn BidarMake sieve-manage prompt also for port number
8 days ago Stefan KangasAvoid cl-caaar etc. compatibility aliases in Tramp
8 days ago Stefan KangasFix defcustom :type of gnus-logo-colors
8 days ago Stefan KangasImprove read-directory-name docstring
8 days ago Joseph TurnerAdd optional PREDICATE argument to read-directory-name
8 days ago Stefan KangasIncrease recentf-max-saved-items to 25
8 days ago Stefan Kangas; Properly quote some functions in cl-lib as such
8 days ago Ship Mintsproject-(remember|forget)-projects-under: Improve docst...
8 days ago shipmintsChange the project-switch-project prompt to include...
8 days ago Stefan KangasConsolidate side-effect-free decls in cl-lib
8 days ago Stefan KangasAvoid cl-caaar etc. compatibility macros in Org
8 days ago Stefan Kangas; * etc/symbol-releases.eld: Add caaar, caadr, etc.
8 days ago Stefan KangasDelete comments about obsolete cl--compiler-macro-cXXr
8 days ago Stefan KangasDeclare caar, cadr, etc. as side-effect-free
8 days ago Eshel Yaron; Skip commit 31381f982dd6f17132a77bc41735a2fcf7cf5d6b
8 days ago Juri LinkovFix treesit-outline related settings
8 days ago Juri Linkov; * lisp/treesit.el: Remove TODO for integration with...
8 days ago Dmitry GutovNew command project-find-matching-file
8 days ago Stefan KangasFix recently introduced test failure
8 days ago Stefan KangasMark package-x.el as obsolete
8 days ago Stefan KangasMove package-x.el to lisp/obsolete
8 days ago Stefan Kangas; Fix indentation to appease git hooks
8 days ago Ship MintsMake reading project--list safer
9 days ago Martin RudalicsHandle negative frame position values in xterm.c ...
9 days ago Tassilo HornAllow URL-FORMAT as string and function in bug-referenc...
9 days ago Stefan Kangas; Fix up last commit
9 days ago Siyuan ChenFix 'C-x C-c' with cua-prefix-override-inhibit-delay nil
9 days ago Po LuX11 drag-and-drop corrections
9 days ago Gabriel SantosAdd go-work-ts-mode for Go workspace files
9 days ago Gabriel Santosimage-dired: Add extra keybinds for navigation
9 days ago Basil L. ContovounesiosPrint bare symbols for EMACS_GENERATE_DYNVARS
9 days ago Lin JianSubstitute all emacsclient occurrences in emacsclient...
9 days ago Lin JianRemove an unneeded sed command for emacs.service
9 days ago ThunaHighlight multiple symbols in single quotes in CL strings
9 days ago Po Lu; Add a utility script for retrieving Android port...
9 days ago ThunaFix 'rcirc-buffer-process' not working on channel buffers
9 days ago Trevor ArjeskiFix Gnus logo color customization
9 days ago Stefan Kangas; Update :version tag of x-gtk-stock-map
9 days ago john muhlAdd icons used by 'mpc.el' to 'x-gtk-stock-map'
9 days ago João TávoraEglot: use Eldoc in eglot-hierarchy-mode
9 days ago Manuel GiraudRemove `smtpmail-address-buffer' temporary buffer
9 days ago Stefan KangasDelete redundant lambdas around unary functions
9 days ago Juri Linkov; * lisp/treesit.el: Remove implemented TODO for integr...
9 days ago Juri LinkovImprove outline-predicate of ts-modes (bug#74448)
9 days ago João TávoraEglot: fix thinko in previous commit
9 days ago Eshel Yaron; Skip commit 13608ad64d13145df88b86a8efa893be42244792
9 days ago Stefan Kangas; Don't document a complicated default
9 days ago Eshel Yaron; Skip commit 88bc748f52fe3ed161d5c7b3aca1de0fb0fa1209
9 days ago João TávoraEglot: error if no hierarchies available at point
next