aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-01-22compat-29: Provide string-lines implementation from Emacs 29Daniel Mendler
2023-01-22Update version numbersDaniel Mendler
2023-01-22Version 29.1.3.029.1.3.0Daniel Mendler
2023-01-22compat-tests: Use should-equalDaniel Mendler
2023-01-22compat-26: Optimize assocDaniel Mendler
2023-01-22compat-macs: FormattingDaniel Mendler
2023-01-22Add :extended version checkDaniel Mendler
2023-01-22compat-macs: Use compat-macs-- namespaceDaniel Mendler
Avoid any potential clash with compat-- namespace of extended definitions.
2023-01-21compat: Improve docstringsDaniel Mendler
2023-01-21compat-guard: Remove currently unused attribute :whenDaniel Mendler
2023-01-21compat-27: Add read-char-from-minibufferDaniel Mendler
2023-01-21Rename :explicit to :extendedDaniel Mendler
2023-01-21Shorten docstrings of :explicit definitionsDaniel Mendler
2023-01-21compat-macs: Reorder definitionsDaniel Mendler
2023-01-21Update newsDaniel Mendler
2023-01-21compat-27: Add file-size-human-readable-iecDaniel Mendler
2023-01-21Improve manualDaniel Mendler
2023-01-21Manual: Remove duplicateDaniel Mendler
2023-01-21compat-macs: Strict checking of :explicitDaniel Mendler
2023-01-21Simplify alist-get compatibilityDaniel Mendler