summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-01* etc/NEWS (Function type declaration): Add entry.Andrea Corallo
2024-05-01(disassemble): Fix case of `(byte-code ...)` argumentAndrea Corallo
2024-05-01* doc/lispref/functions.texi (Declare Form): Improve declare type.Andrea Corallo
2024-05-01Add Compat as an Eglot dependencyPhilip Kaludercic
2024-05-01Fix minor typos in haikuterm.cPo Lu
2024-05-01Implement dots and dashes on NextstepPo Lu
2024-05-01Remove unnecessary (delq nil...).Jeremy Bryant
2024-05-01Remove old backport version of universal-argument--descriptionJeremy Bryant
2024-05-01; Silence obsoletion warning in mwheel-tests.Basil L. Contovounesios
2024-05-01; Update pvec_type hash for CHECK_STRUCTSBasil L. Contovounesios
2024-05-01Assume match before calling help-xref-buttonBasil L. Contovounesios
2024-05-01Disable on-screen keyboard outside fields in Custom buffersPo Lu
2024-05-01; * src/androidselect.c (extract_fd_offsets): Fix typos.Po Lu
2024-05-01Fix compatibility issues with Android clipboardsPo Lu
2024-05-01; Fix widget button press cancellationPo Lu
2024-04-30Fix first appearance records for some misdated functionsMattias Engdegård
2024-04-30* lisp/emacs-lisp/bytecomp.el (byte-compile-make-closure): Simplify.Mattias Engdegård
2024-04-30* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Simplify.Mattias Engdegård
2024-04-30; Update description of 'mail-mode'Eli Zaretskii
2024-04-30Fix deletion of text holding `inhibit-read-only' propertiesPo Lu
2024-04-30Work around bad GCC diagnostic in select_windowPaul Eggert
2024-04-30Pacify GCC 14 -Wanalyzer-out-of-bounds in hbfont.cPaul Eggert
2024-04-30Pacify GCC 14 -Wstring-operflow in ftfont.cPaul Eggert
2024-04-30Pacify GCC 14 -Wnull-dereference in intervals.cPaul Eggert
2024-04-30Pacify GCC 14 -Wnull-dereference in tim_sortPaul Eggert
2024-04-30Pacify GCC 14 -Wclobbered in eval.cPaul Eggert
2024-04-30Pacify GCC 14 -Wnull-dereferencePaul Eggert
2024-04-30Pacify GCC 14 -Walloc-sizePaul Eggert
2024-04-30etags: work around GCC bug 114882Paul Eggert
2024-04-30etags: fix #line parsing (\\", long lines)Paul Eggert
2024-04-30Simplify etags.c by omitting a macroPaul Eggert
2024-04-30; etc/NEWS.unknown: Quote command invocation.Michael Albinus
2024-04-30Improve treesitter tests on EMBAMichael Albinus
2024-04-30* test/README (EMACS_EXTRAOPT): Add environment variable.Michael Albinus
2024-04-30* lisp/emacs-lisp/regexp-opt.el (regexp-opt): Fix type declaration.Andrea Corallo
2024-04-30Minor adjustments to eww text field change handlersPo Lu
2024-04-29Use the nthcdr byte-op for drop, and raise open-code limitMattias Engdegård
2024-04-29Add (semi-redundant) fix to nnatom backend declarationEric Abrahamsen
2024-04-29Rename property 'declared-type' to 'function-type'Andrea Corallo
2024-04-29(disassemble-internal): Handle new function valuesStefan Monnier
2024-04-29oclosure-tests.el: Adjust to new `interpreted-function` typeStefan Monnier
2024-04-29Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii
2024-04-29* Document function type declarationsAndrea Corallo
2024-04-29Move lisp function arg type declarations to the functions itselfAndrea Corallo
2024-04-29Make use of Lisp function declarationsAndrea Corallo
2024-04-29(byte-compile): Fix interaction with old `advice.el`Stefan Monnier
2024-04-29* Add function type declarations for Lisp functionsAndrea Corallo
2024-04-29; Fix documentation of recent commits.Eli Zaretskii
2024-04-29Declare the variable `rx-constituents` obsolete.Mattias Engdegård
2024-04-29; * doc/lispref/objects.texi (Type Predicates): fix xrefsMattias Engdegård