[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/datetime 248227412d 073/147: Explicitly define when a func
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/datetime 248227412d 073/147: Explicitly define when a function became obsolete, required by Emacs 28 (issue #4). |
Date: |
Fri, 31 Jan 2025 07:00:04 -0500 (EST) |
branch: elpa/datetime
commit 248227412d83205c00c98867ba62dbd4c12c2e72
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@gmail.com>
Explicitly define when a function became obsolete, required by Emacs 28
(issue #4).
---
datetime.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datetime.el b/datetime.el
index 06c413951a..f5d8cd4139 100644
--- a/datetime.el
+++ b/datetime.el
@@ -1521,7 +1521,7 @@ OPTIONS are passed to `datetime-recode-pattern'.
Currently no
options can affect result of this function."
(datetime--pattern-includes-p type pattern options second-fractional))
-(define-obsolete-function-alias 'datetime-pattern-includes-millisecond-p
'datetime-pattern-includes-second-fractionals-p)
+(define-obsolete-function-alias 'datetime-pattern-includes-millisecond-p
'datetime-pattern-includes-second-fractionals-p "0.6.1")
(defun datetime-pattern-num-second-fractionals (type pattern &rest options)
"Determine number of second fractional digits in the PATTERN.
- [nongnu] elpa/datetime c6eb2d262c 145/147: Disable CI on Windows, apparently there are problems with either GitHub setup on used Emacs binary, in any case, not related to us., (continued)
- [nongnu] elpa/datetime c6eb2d262c 145/147: Disable CI on Windows, apparently there are problems with either GitHub setup on used Emacs binary, in any case, not related to us., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime adbbc9342d 019/147: Fix `.travis.yml' syntax after commit 0ef21a1., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime be2d3a4606 032/147: Add Emacs 26 environment for Travis CI., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 178befd488 042/147: Release version 0.6.1., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 6a2b667178 049/147: Implement proper completion when customizing `datetime-locale' and `datetime-timezone'., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime eda5e55db4 054/147: Fix `Eldev' so that `.extmap' files are included into generate package., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 5da90e55e4 055/147: Regenerate timezone and locale extmaps using OpenJDK 11.0.4 (build 11.0.4+11-post-Debian-1deb10u1); change internal format of date-time-rule as needed by new data., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime f6ec1ac75a 063/147: Fix Travis CI badge image URL., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 55297bf409 062/147: Release version 0.6.6., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 28e31cbe1c 065/147: Add support for timezone names in timestamps formatted by the library., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 248227412d 073/147: Explicitly define when a function became obsolete, required by Emacs 28 (issue #4).,
ELPA Syncer <=
- [nongnu] elpa/datetime 276f9d4304 074/147: Release version 0.7., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 3f89791b97 075/147: Experimental: add another GitHub workflow to automatically detect when 'extmap' files should be upgraded., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime c0fc355711 076/147: Allow to trigger this manually too., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 32f62080f4 081/147: Fix building of parsing regexp in case there are run-together numeric groups in the pattern., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime afd711ce3d 083/147: Update copyright notices to include 2022., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 10d55deb5b 082/147: Also test on Emacs 28.1., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime cdbf529935 093/147: Post-release version bump., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 8b23c11eef 096/147: Bump actions/setup-java from 2 to 3, ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 2f8037f0ba 103/147: Implement timezone offset formatting (currently, only 'Z' in a Java pattern)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 6762715a79 094/147: Enable Dependabot., ELPA Syncer, 2025/01/31