aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-01compat-29: Add bidi-string-strip-control-charactersfeature/bidi-stripDaniel Mendler
2023-08-01compat-29: Add window-configuration-equal-pDaniel Mendler
2023-08-01compat-29: Add char-uppercase-pDaniel Mendler
2023-07-30CI workflow: Add Emacs 29.1Daniel Mendler
2023-07-30Version 29.1.4.229.1.4.2Daniel Mendler
2023-07-25Emacs 29.1 is available on CIDaniel Mendler
2023-07-23Relax compat-loaded-features testDaniel Mendler
2023-07-23Update Emacs version to 29.1Daniel Mendler
See emacs-29 branch commit 7d1737071fba1fd83039aac34f34f6b90c9579b8
2023-05-24compat-macs--defun: Fix new Emacs 30 bytecompiler warningsDaniel Mendler
2023-05-24compat.texi: FormattingDaniel Mendler
2023-05-24compat.texi: Slightly extend the manualDaniel Mendler
2023-05-24compat.texi: Add missing compat-call@ in front of extended definitionDaniel Mendler
2023-05-24Use compat-defaliasDaniel Mendler
2023-05-21compat-tests.el: Fix tests for Emacs 30Daniel Mendler
2023-05-21compat-tests.el: Fix compat-add-display-text-property for Emacs 30Daniel Mendler
2023-05-21Revert "Prepare support for Emacs 30"Philip Kaludercic
This reverts commit 1b5e81c350618710b3f5b62eec8d53ff363847f8.
2023-05-21Prepare support for Emacs 30Philip Kaludercic
2023-05-21Mark "check" as a PHONY target in the MakefilePhilip Kaludercic
2023-05-10More precise version checkingDaniel Mendler
Make sure that compat-29 is still loaded on outdated Emacs 29 builds.
2023-05-05makefile.yml: Test once per week to check against changes in Emacs masterDaniel Mendler
2023-04-23compat-29: Add lisp-directoryDaniel Mendler
2023-04-19compat-tests: Fix sort warning on Emacs 30Daniel Mendler
2023-04-19Manual: svg is published separately as :core packageDaniel Mendler
2023-04-10Add maint keywordDaniel Mendler
2023-04-09Check that all compatibility definitions link to a corresponding testDaniel Mendler
2023-04-09compat-28: Add native-comp-available-pDaniel Mendler
2023-04-07Update newsDaniel Mendler
2023-04-07Improve make-separator-line againDaniel Mendler
On graphic display use a string of spaces with :underline=t if length is non-nil, otherwise use only a newline :extend=t. On terminal displays use dashes.
2023-04-07make-separator-line: Ensure that argument length is respectedDaniel Mendler
2023-04-07make-separator-line: Use :extend only on Emacs 27 and newerDaniel Mendler
2023-04-07make-separator-line: Emulate 'separator-line' for graphical displaysPhilip Kaludercic
2023-04-07make-separator-line: Do not use undefined separator-line faceDaniel Mendler
2023-03-26Version 29.1.4.129.1.4.1Daniel Mendler
2023-03-22Improve defvar-keymap docstring.Daniel Mendler
emacs-29 commit eed240bc022cef4ef0f2b12bd2ff116eb6b9581d
2023-03-19compat-tests: Remove duplicate compat-compat- prefixDaniel Mendler
2023-03-19Prefix tests with compat- (Fix #20)Daniel Mendler
2023-03-14compat-29: Add directory-abbrev-apply and directory-abbrev-make-regexpDaniel Mendler
2023-03-10with-restriction, without-restriction: Add declare specificationDaniel Mendler
2023-03-05Version 29.1.4.029.1.4.0Daniel Mendler
2023-03-04compat-29: Add support for defcustom type keyDaniel Mendler
2023-03-04Enable byte compilation warnings also for Emacs masterDaniel Mendler
We follow upstream improvements closely and profit earlier from additional byte compiler warnings.
2023-03-04Emacs 30: Do not test cyclic function aliasesDaniel Mendler
2023-03-04compat-28: Add support for natnum defcustom typeDaniel Mendler
2023-03-04Manual: Note that the key defcustom type is not supportedDaniel Mendler
2023-03-04NEWS: Add links to issues, add compat-gh link typeDaniel Mendler
2023-03-04Revert "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-04Remove unnecessary decoration from NEWS.org exportPhilip 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-04COMMENT out outdated sections in NEWS.orgPhilip 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-04Re-add #+link for the SourceHut issue trackerPhilip Kaludercic
This is necessary for org-exporting to work, otherwise "compat:..." links raise an error.
2023-02-26Always reload compat-macs to avoid compilation issuesDaniel Mendler