depot/tools/emacs-pkgs/dottime/dottime.el, branch refs/r/3954 monorepo for the virus lounge http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F3954 2020-01-19T16:48:11+00:00 fix(emacs-pkgs/dottime): Do not call telega macros in advice setup 2020-01-19T16:48:11+00:00 Vincent Ambo tazjin@google.com 2020-01-19T16:48:11+00:00 urn:sha1:9879703155a2916b8851a11b0858e2d61b3e3173 This advice is potentially defined before the autoloads for telega have run, which means that the macro-expansion fails and `telega-ins-fmt` is looked up as a function. With this setup the initialisation works as expected. chore(dottime.el): Remove advice for notmuch date rendering 2019-12-27T18:18:00+00:00 Vincent Ambo tazjin@google.com 2019-12-27T18:16:04+00:00 urn:sha1:08dd267c19fcc224a48c2f5a5c0dacb7f8b8acea This code has moved into a patch for notmuch itself. fix(dottime.el): Defer package-specific setup 2019-12-27T12:04:49+00:00 Vincent Ambo tazjin@google.com 2019-12-27T12:04:49+00:00 urn:sha1:100f451b0aae7a286a92c9ffd805982d3ecbc1ae feat(dottime.el): Support dottime display in notmuch thread view 2019-12-27T11:54:12+00:00 Vincent Ambo tazjin@google.com 2019-12-27T11:52:56+00:00 urn:sha1:309d1ac50f4c0cf30a0fe7f312bf4f9333aa1b8e Advises notmuch to display `Date` headers using dottime. feat(dottime.el): Add arbitrary offsets & prefixes to dottime-format 2019-12-27T11:54:12+00:00 Vincent Ambo tazjin@google.com 2019-12-27T11:52:09+00:00 urn:sha1:29e71053bed3b6fd7193a1d5718408a7dd33e7ee This gives users from Elisp slightly more flexibility about the display of dottime. feat(dottime.el): Use dottime in telega.el, too 2019-12-27T11:54:12+00:00 Vincent Ambo tazjin@google.com 2019-12-27T01:31:42+00:00 urn:sha1:5fd7de921b73c0257b2db90897ad18cc23edded4 feat(emacs-pkgs): Check in separate dottime package 2019-12-15T22:54:58+00:00 Vincent Ambo tazjin@google.com 2019-12-15T22:13:37+00:00 urn:sha1:2bf25672846a1d73dc14f5fe1f44f612eea61250 This package adds a toggle for displaying modeline time in dottime, as well as a function for formatting time as dottime generically.
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>depot/tools/emacs-pkgs/dottime/dottime.el, branch refs/r/3954</title>
<subtitle>monorepo for the virus lounge</subtitle>
<id>http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F3954</id>
<link rel="self" href="http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F3954"/>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/"/>
<updated>2020-01-19T16:48:11+00:00</updated>
<entry>
<title>fix(emacs-pkgs/dottime): Do not call telega macros in advice setup</title>
<updated>2020-01-19T16:48:11+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2020-01-19T16:48:11+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=9879703155a2916b8851a11b0858e2d61b3e3173"/>
<id>urn:sha1:9879703155a2916b8851a11b0858e2d61b3e3173</id>
<content type="text"> This advice is potentially defined before the autoloads for telega have run, which means that the macro-expansion fails and `telega-ins-fmt` is looked up as a function. With this setup the initialisation works as expected. </content>
</entry>
<entry>
<title>chore(dottime.el): Remove advice for notmuch date rendering</title>
<updated>2019-12-27T18:18:00+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-27T18:16:04+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=08dd267c19fcc224a48c2f5a5c0dacb7f8b8acea"/>
<id>urn:sha1:08dd267c19fcc224a48c2f5a5c0dacb7f8b8acea</id>
<content type="text"> This code has moved into a patch for notmuch itself. </content>
</entry>
<entry>
<title>fix(dottime.el): Defer package-specific setup</title>
<updated>2019-12-27T12:04:49+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-27T12:04:49+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=100f451b0aae7a286a92c9ffd805982d3ecbc1ae"/>
<id>urn:sha1:100f451b0aae7a286a92c9ffd805982d3ecbc1ae</id>
<content type="text"> </content>
</entry>
<entry>
<title>feat(dottime.el): Support dottime display in notmuch thread view</title>
<updated>2019-12-27T11:54:12+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-27T11:52:56+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=309d1ac50f4c0cf30a0fe7f312bf4f9333aa1b8e"/>
<id>urn:sha1:309d1ac50f4c0cf30a0fe7f312bf4f9333aa1b8e</id>
<content type="text"> Advises notmuch to display `Date` headers using dottime. </content>
</entry>
<entry>
<title>feat(dottime.el): Add arbitrary offsets & prefixes to dottime-format</title>
<updated>2019-12-27T11:54:12+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-27T11:52:09+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=29e71053bed3b6fd7193a1d5718408a7dd33e7ee"/>
<id>urn:sha1:29e71053bed3b6fd7193a1d5718408a7dd33e7ee</id>
<content type="text"> This gives users from Elisp slightly more flexibility about the display of dottime. </content>
</entry>
<entry>
<title>feat(dottime.el): Use dottime in telega.el, too</title>
<updated>2019-12-27T11:54:12+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-27T01:31:42+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=5fd7de921b73c0257b2db90897ad18cc23edded4"/>
<id>urn:sha1:5fd7de921b73c0257b2db90897ad18cc23edded4</id>
<content type="text"> </content>
</entry>
<entry>
<title>feat(emacs-pkgs): Check in separate dottime package</title>
<updated>2019-12-15T22:54:58+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-15T22:13:37+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=2bf25672846a1d73dc14f5fe1f44f612eea61250"/>
<id>urn:sha1:2bf25672846a1d73dc14f5fe1f44f612eea61250</id>
<content type="text"> This package adds a toggle for displaying modeline time in dottime, as well as a function for formatting time as dottime generically. </content>
</entry>
</feed>