| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-26 | Version 29.1.4.129.1.4.1 | Daniel Mendler | |
| 2023-03-14 | compat-29: Add directory-abbrev-apply and directory-abbrev-make-regexp | Daniel Mendler | |
| 2023-03-05 | Version 29.1.4.029.1.4.0 | Daniel Mendler | |
| 2023-03-04 | compat-29: Add support for defcustom type key | Daniel Mendler | |
| 2023-03-04 | compat-28: Add support for natnum defcustom type | Daniel Mendler | |
| 2023-03-04 | NEWS: Add links to issues, add compat-gh link type | Daniel Mendler | |
| 2023-03-04 | Revert "COMMENT out outdated sections in NEWS.org" | Daniel Mendler | |
| This reverts commit 0ec09b94d1aab6491c6e2637c6273b9a08a12615. ELPA release mails should ideally only contain the relevant section of the NEWS file. Unfortunately the ELPA build process does not yet give us such a fine grained level of control. Until we implement a better solution, we have to live with the redundant information in the mails. Commenting out older sections of the news file has severe downsides: Most importantly, commenting breaks rendering on GH and on the ELPA package page. Furthermore the comment tags must be added manually and pollute the plain text view of the file. The plan is to mark the headline corresponding to the current release with an :elpa-current: tag. The elpa-admin.el package build script should then filter out the section corresponding to the marked headline, such that only this section is sent as part of the release announcement mail. | |||
| 2023-03-04 | Remove unnecessary decoration from NEWS.org export | Philip Kaludercic | |
| For the exported text to focus on the necessary information, we strip away everything that is not useful. This includes the table of contents (since we are only interested in a single heading), numbering of heading (same reason) and the authorship. We also remove the "#+title" to avoid rendering a double-title at no advantage. | |||
| 2023-03-04 | COMMENT out outdated sections in NEWS.org | Philip Kaludercic | |
| When exporting NEWS (e.g. to be rendered on elpa.gnu.org or in announcement mails), we are usually only interested in the latest release. | |||
| 2023-03-04 | Re-add #+link for the SourceHut issue tracker | Philip Kaludercic | |
| This is necessary for org-exporting to work, otherwise "compat:..." links raise an error. | |||
| 2023-02-24 | compat-29: Add cl-constantly | Daniel Mendler | |
| 2023-02-18 | Update news | Daniel Mendler | |
| 2023-02-13 | compat-29: with-narrowing -> with-restriction, without-restriction | Daniel Mendler | |
| 2023-02-11 | compat-27: Drop obsolete `compat-call dired-get-marked-files'. | Daniel Mendler | |
| 2023-02-11 | Version 29.1.3.429.1.3.4 | Daniel Mendler | |
| 2023-02-11 | Revert "compat-27: Drop obsolete `compat-call dired-get-marked-files'." | Daniel Mendler | |
| This reverts commit e59e311d1ffc422f91e4e9c494598e978f5c2125. | |||
| 2023-02-11 | Update news | Daniel Mendler | |
| 2023-02-10 | compat-28: Add process-lines-ignore-status and process-lines-handling-status | 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 | compat-29: Preload seq | Daniel Mendler | |
| 2023-02-07 | compat-27: Add with-suppressed-warnings | Daniel Mendler | |
| 2023-02-06 | compat-29: Add cl-with-gensyms and cl-once-only | Daniel Mendler | |
| 2023-02-01 | Version 29.1.3.229.1.3.2 | Daniel Mendler | |
| 2023-01-31 | Manual: Add section about limitations | 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-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 | 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-24 | Add json-parse-string, json-parse-buffer, json-serialize and json-insert | Daniel Mendler | |
| 2023-01-23 | compat-27: Add file-name-unquote | Daniel Mendler | |
| 2023-01-22 | compat-29: Provide string-lines implementation from Emacs 29 | Daniel Mendler | |
| 2023-01-22 | Version 29.1.3.029.1.3.0 | Daniel Mendler | |
| 2023-01-21 | compat-27: Add read-char-from-minibuffer | Daniel Mendler | |
| 2023-01-21 | Update news | Daniel Mendler | |
| 2023-01-21 | compat-27: Add file-size-human-readable-iec | Daniel Mendler | |
| 2023-01-21 | compat-26: Add read-answer | Daniel Mendler | |
| 2023-01-21 | compat-27: Add major-mode-suspend and major-mode-restore | Daniel Mendler | |
| 2023-01-21 | compat-29: Add count-sentences | Daniel Mendler | |
| 2023-01-21 | Sort news | Daniel Mendler | |
| 2023-01-21 | compat-29: Add readablep | Daniel Mendler | |
| 2023-01-21 | compat-29: Add read-multiple-choice with LONG-FORM argument | Daniel Mendler | |
| 2023-01-20 | compat-29: Add substitute-quotes | Daniel Mendler | |
| 2023-01-20 | compat-29: Add use-region-noncontiguous-p | Daniel Mendler | |
