branch: externals/tmr commit 4bf7f9d4e75aed1cd1f31df4c2a43e45db7b5b02 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Don't overdo it with references to co-authors I got carried away, but Damien was quick to correct me: <https://lists.sr.ht/~protesilaos/tmr/%3c875ymiq57z....@cassou.me%3E#%3c87tu9wf5kx....@cassou.me%3E>. --- README.org | 11 +++-------- tmr.el | 4 ++-- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index 51e028a482..d1db07b0e7 100644 --- a/README.org +++ b/README.org @@ -38,9 +38,6 @@ Current development target is {{{development-version}}}. + Git repository: https://git.sr.ht/~protesilaos/tmr. + Mailing list: https://lists.sr.ht/~protesilaos/tmr. -TMR has benefited from major contributions by Damien Cassou, to whom I -am most thankful. - #+toc: headlines 8 insert TOC here, with eight headline levels * COPYING @@ -128,8 +125,8 @@ description that ~tmr~ and ~tmr-with-description~ accept. #+findex: tmr-tabulated-view Active timers can be viewed in a grid with ~tmr-tabulated-view~ (part of -the =tmr-tabulated.el= file, whose main author is Damien Cassou). The -grid is placed in the =*tmr-tabulated-view*= buffer and looks like this: +the =tmr-tabulated.el= file). The grid is placed in the +=*tmr-tabulated-view*= buffer and looks like this: #+begin_example Start End Finished? Description @@ -233,13 +230,11 @@ Everything is in place to set up the package. TMR is meant to be a collective effort. Every bit of help matters. -+ Authors :: Damien Cassou, Protesilaos Stavrou. ++ Authors :: Protesilaos Stavrou (maintainer), Damien Cassou. + Contributions to the code or manual :: Christian Tietze, Damien Cassou. -+ Maintainer :: Protesilaos Stavrou. - * GNU Free Documentation License :PROPERTIES: :CUSTOM_ID: h:b8b7def2-5ab0-4623-b3ef-2a1bd17bb42a diff --git a/tmr.el b/tmr.el index f43b791ea0..47c4b90494 100644 --- a/tmr.el +++ b/tmr.el @@ -76,8 +76,8 @@ ;; description that `tmr' and `tmr-with-description' accept. ;; ;; Active timers can be viewed in a grid with `tmr-tabulated-view' (part of -;; the `tmr-tabulated.el' file, whose main author is Damien Cassou). The -;; grid is placed in the `*tmr-tabulated-view*' buffer and looks like this: +;; the `tmr-tabulated.el' file). The grid is placed in the +;; `*tmr-tabulated-view*' buffer and looks like this: ;; ;; Start End Finished? Description ;; 12:26:50 12:51:50 ✔ Update tmr manual