| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-10 | Add innermost-minibuffer-pfeature/innermost-minibuffer | Daniel Mendler | |
| 2023-02-08 | compat-27: Drop obsolete `compat-call dired-get-marked-files'. | Daniel Mendler | |
| 2023-02-08 | Version 29.1.3.329.1.3.3 | Daniel Mendler | |
| 2023-02-08 | Manual: Mention preloading of seq | Daniel Mendler | |
| 2023-02-08 | Move test links | Daniel Mendler | |
| 2023-02-08 | compat-29: Preload seq | Daniel Mendler | |
| 2023-02-07 | Fix invalid definition | Daniel Mendler | |
| 2023-02-07 | Improve wording in manual | Daniel Mendler | |
| 2023-02-07 | Manual: Clarify treatment of new libraries | Daniel 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-07 | Manual: Move @defmac to correct section | Daniel Mendler | |
| 2023-02-07 | Update manual | Daniel Mendler | |
| 2023-02-07 | compat-27: Add with-suppressed-warnings | Daniel Mendler | |
| 2023-02-07 | Update manual | Daniel Mendler | |
| 2023-02-07 | Update manual | Daniel Mendler | |
| 2023-02-07 | Update manual | Daniel Mendler | |
| 2023-02-06 | Update manual | Daniel Mendler | |
| 2023-02-06 | Manual: Update missing definitions | Daniel Mendler | |
| 2023-02-06 | Manual: Update missing definitions | Daniel Mendler | |
| 2023-02-06 | compat-29: Add cl-with-gensyms and cl-once-only | Daniel Mendler | |
| 2023-02-01 | Update readme | Daniel Mendler | |
| 2023-02-01 | CI: Do not ignore texi | Daniel Mendler | |
| We test in CI if the manuals builds. | |||
| 2023-02-01 | Improve manual | Daniel Mendler | |
| 2023-02-01 | Version 29.1.3.229.1.3.2 | Daniel Mendler | |
| 2023-01-31 | Minor fixes | Daniel Mendler | |
| 2023-01-31 | Manual: Add section about limitations | Daniel Mendler | |
| 2023-01-31 | Manual: Clarify limitations of the library | Daniel Mendler | |
| 2023-01-31 | compat-27: Mark compat--dired-get-marked-files as obsolete | Daniel Mendler | |
| See https://github.com/magit/magit/pull/4867 | |||
| 2023-01-30 | compat-29: Add set-transient-map | Daniel Mendler | |
| 2023-01-29 | Add ert-with-temp-directory and ert-with-temp-file | Daniel Mendler | |
| 2023-01-28 | Guarantee START-POS arg of string-search to be a fixnum (#16) | aagon | |
| 2023-01-27 | README: Fix typo | Daniel Mendler | |
| 2023-01-27 | Improve commentary | Daniel Mendler | |
| 2023-01-27 | Update README | Daniel Mendler | |
| 2023-01-27 | compat-tests: Break some long lines | Daniel Mendler | |
| 2023-01-27 | NEWS: Remove link to old issue tracker | Daniel Mendler | |
| 2023-01-27 | compat-29: Add with-delayed-message | Daniel Mendler | |
| 2023-01-25 | Correct some sentence in the news | Daniel Mendler | |
| 2023-01-25 | Revert "Condition package-get-version test to correct containing directory" | Daniel Mendler | |
| This reverts commit 108e6d3f6207632d040ea740a4b51b2a14ed38e0. | |||
| 2023-01-25 | Condition package-get-version test to correct containing directory | Aymeric Agon-Rambosson | |
| 2023-01-25 | Version 29.1.3.129.1.3.1 | Daniel Mendler | |
| 2023-01-25 | Update news | Daniel Mendler | |
| 2023-01-25 | compat-28: Add mark-thing-at-mouse | Daniel Mendler | |
| 2023-01-25 | Revert "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-25 | Add docstring | Daniel Mendler | |
| 2023-01-24 | Add json-parse-string, json-parse-buffer, json-serialize and json-insert | Daniel Mendler | |
| 2023-01-24 | Ensure that Compat works both interpreted and compiled | Daniel Mendler | |
| See https://github.com/magit/magit/issues/4858 | |||
| 2023-01-23 | Improve manual formatting | Daniel Mendler | |
| 2023-01-23 | compat-27: Add file-name-unquote | Daniel Mendler | |
| 2023-01-23 | Manual: Update missing definitions | Daniel Mendler | |
| 2023-01-22 | string-lines: Add missing test link | Daniel Mendler | |
