aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-10Add innermost-minibuffer-pfeature/innermost-minibufferDaniel Mendler
2023-02-08compat-27: Drop obsolete `compat-call dired-get-marked-files'.Daniel Mendler
2023-02-08Version 29.1.3.329.1.3.3Daniel Mendler
2023-02-08Manual: Mention preloading of seqDaniel Mendler
2023-02-08Move test linksDaniel Mendler
2023-02-08compat-29: Preload seqDaniel Mendler
2023-02-07Fix invalid definitionDaniel Mendler
2023-02-07Improve wording in manualDaniel Mendler
2023-02-07Manual: Clarify treatment of new librariesDaniel Mendler
Newly introduced large non-trivial core libraries should either be published as :core packages or as separately maintained packages on GNU ELPA. Providing them as part of Compat is infeasible.
2023-02-07Manual: Move @defmac to correct sectionDaniel Mendler
2023-02-07Update manualDaniel Mendler
2023-02-07compat-27: Add with-suppressed-warningsDaniel Mendler
2023-02-07Update manualDaniel Mendler
2023-02-07Update manualDaniel Mendler
2023-02-07Update manualDaniel Mendler
2023-02-06Update manualDaniel Mendler
2023-02-06Manual: Update missing definitionsDaniel Mendler
2023-02-06Manual: Update missing definitionsDaniel Mendler
2023-02-06compat-29: Add cl-with-gensyms and cl-once-onlyDaniel Mendler
2023-02-01Update readmeDaniel Mendler
2023-02-01CI: Do not ignore texiDaniel Mendler
We test in CI if the manuals builds.
2023-02-01Improve manualDaniel Mendler
2023-02-01Version 29.1.3.229.1.3.2Daniel Mendler
2023-01-31Minor fixesDaniel Mendler
2023-01-31Manual: Add section about limitationsDaniel Mendler
2023-01-31Manual: Clarify limitations of the libraryDaniel Mendler
2023-01-31compat-27: Mark compat--dired-get-marked-files as obsoleteDaniel Mendler
See https://github.com/magit/magit/pull/4867
2023-01-30compat-29: Add set-transient-mapDaniel Mendler
2023-01-29Add ert-with-temp-directory and ert-with-temp-fileDaniel Mendler
2023-01-28Guarantee START-POS arg of string-search to be a fixnum (#16)aagon
2023-01-27README: Fix typoDaniel Mendler
2023-01-27Improve commentaryDaniel Mendler
2023-01-27Update READMEDaniel Mendler
2023-01-27compat-tests: Break some long linesDaniel Mendler
2023-01-27NEWS: Remove link to old issue trackerDaniel Mendler
2023-01-27compat-29: Add with-delayed-messageDaniel Mendler
2023-01-25Correct some sentence in the newsDaniel Mendler
2023-01-25Revert "Condition package-get-version test to correct containing directory"Daniel Mendler
This reverts commit 108e6d3f6207632d040ea740a4b51b2a14ed38e0.
2023-01-25Condition package-get-version test to correct containing directoryAymeric Agon-Rambosson
2023-01-25Version 29.1.3.129.1.3.1Daniel Mendler
2023-01-25Update newsDaniel Mendler
2023-01-25compat-28: Add mark-thing-at-mouseDaniel Mendler
2023-01-25Revert "Add json-parse-string, json-parse-buffer, json-serialize and ↵Daniel Mendler
json-insert" This reverts commit 7e678b3fa102a86553921d6c24056bbbe5365c7e. I am reconsidering if we can or should provide compatibility functions for features which may or may not be available at runtime, depending on compile flags or the availability of a shared object and which are not only tied to the Emacs version. The problem is that if such features are used by core packages, e.g., python.el or jsonrpc.el, then the compatibility code for this feature would have to be provided by Emacs itself, such that in case the feature is missing, the compatibility code can be loaded. There is no problem for external packages which use Compat, but it may not be a good idea to provide features as part of Compat which are only usable by external packages. Ideally the compatibility code from this reverted commit could be added to Emacs itself, such that the json APIs are always available independent of libjansson.
2023-01-25Add docstringDaniel Mendler
2023-01-24Add json-parse-string, json-parse-buffer, json-serialize and json-insertDaniel Mendler
2023-01-24Ensure that Compat works both interpreted and compiledDaniel Mendler
See https://github.com/magit/magit/issues/4858
2023-01-23Improve manual formattingDaniel Mendler
2023-01-23compat-27: Add file-name-unquoteDaniel Mendler
2023-01-23Manual: Update missing definitionsDaniel Mendler
2023-01-22string-lines: Add missing test linkDaniel Mendler