aboutsummaryrefslogtreecommitdiff
path: root/compat-29.el
AgeCommit message (Expand)Author
2023-01-04Mark tested functionsDaniel Mendler
2023-01-04RenameDaniel Mendler
2023-01-04Add UNTESTED labels behind compat-defuns for greppabilityDaniel Mendler
2023-01-04Always require subr-x at compile timeDaniel Mendler
2023-01-04Require features at compile timeDaniel Mendler
2023-01-04Rename variableDaniel Mendler
2023-01-03For now declare version 29.0Daniel Mendler
2023-01-03Remove obsolete commentaryDaniel Mendler
2023-01-03compat-macs: Rename :prefix to :explicitDaniel Mendler
2023-01-03Remove compat--internal-func-arityDaniel Mendler
2023-01-03Remove compat--internal-buffer-match-pDaniel Mendler
2023-01-03Remove compat--internal-buffer-text-pixel-sizeDaniel Mendler
2023-01-03Remove compat--internal-key* functionsDaniel Mendler
2023-01-03Remove compat--key-valid-pDaniel Mendler
2023-01-03Remove compat--internal-provided-mode-derived-pDaniel Mendler
2023-01-03Disallow :realname to equal compat--<name>Daniel Mendler
2023-01-03Chained requiring, remove unnecessary declare-functionsDaniel Mendler
2023-01-03Remove :note supportDaniel Mendler
2023-01-03Avoid duplicating the package information in the headerDaniel Mendler
2023-01-03Revert "Declare version only at compile time"Daniel Mendler
2023-01-03Declare version only at compile timeDaniel Mendler
2023-01-03Update copyright yearsPhilip Kaludercic
2022-11-18Add while-let from Emacs 29Philip Kaludercic
2022-09-01Use 'equal' instead of 'file-equal-p'Philip Kaludercic
2022-08-29Always load compat-macs.el while compilingPhilip Kaludercic
2022-08-17Add 'pure' and 'side-effect-free' properties to takePhilip Kaludercic
2022-08-17Remove realname for ntakePhilip Kaludercic
2022-08-17Rewrite take to copy only as much as requiredPhilip Kaludercic
2022-08-17Replace seq-into with concrete implementations in compat-29Philip Kaludercic
2022-08-17Replace when-let with expansions in compat-29Philip Kaludercic
2022-08-13Explicitly denote subr-x functions with :featurePhilip Kaludercic
2022-08-13Add add-display-text-property from Emacs 29Philip Kaludercic
2022-08-13Add functions and macros from keymap.elPhilip Kaludercic
2022-08-13Add prefixed define-key from Emacs 29.1Philip Kaludercic
2022-08-13Update the commentary section for compat-29Philip Kaludercic
2022-08-10Add compat-declare-version to compat-29.elPhilip Kaludercic
2022-08-10Fix incompatible function calls in compat-29Philip Kaludercic
2022-08-10Add file-has-changed-p from Emacs 29Philip Kaludercic
2022-08-10Add file-parent-directory from Emacs 29Philip Kaludercic
2022-08-10Add with-buffer-unmodified-if-unchanged from Emacs 29Philip Kaludercic
2022-08-10Add string-pixel-width from Emacs 29Philip Kaludercic
2022-08-10Add match-buffers from Emacs 29Philip Kaludercic
2022-08-10Add buffer-match-p from Emacs 29Philip Kaludercic
2022-08-10Add prefixed plist-member from Emacs 29Philip Kaludercic
2022-08-10Add prefixed plist-put from Emacs 29Philip Kaludercic
2022-08-10Add prefixed plist-get from Emacs 29Philip Kaludercic
2022-08-10Add string-equal-ignore-case from Emacs 29Philip Kaludercic
2022-08-10Add buffer-text-pixel-size from Emacs 29Philip Kaludercic
2022-08-10Reuse ntake in take definitionPhilip Kaludercic
2022-08-02Add take and ntake defined in Emacs 29Philip Kaludercic