unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: Protesilaos Stavrou <info@protesilaos.com>, 43944@debbugs.gnu.org
Subject: bug#43944: 28.0.50; Update modus-operandi, modus-vivendi themes to v0.13.0
Date: Fri, 16 Oct 2020 06:46:31 -0700	[thread overview]
Message-ID: <CADwFkmnNdhnr4YR3EUZ+ahQ5oCHGnRu0dWPhwsRauzJqQKo4ag@mail.gmail.com> (raw)
In-Reply-To: <draft-87v9ffz1wx.fsf@stefankangas.se>

[-- Attachment #1: Type: text/plain, Size: 689 bytes --]

Stefan Kangas <stefankangas@gmail.com> writes:

> Protesilaos Stavrou <info@protesilaos.com> writes:
>
>> Commit c1b0515952 to Emacs 'master' on August 27 added two new themes.
>> Their version was 0.12.0.  A new version is now available, as well as a
>> texinfo file that documents all their customisation options.  Please see
>> the attached patch.
>
> Thanks.
>
> The patch doesn't apply cleanly here, I guess due to some ^M characters
> that sneaked in:

I fixed that, reviewed the changes and pushed your patch to master as
commit ad0643e580.

I also made the followup commit 6d4f57dbdf that adapts the new Info
manual to better fit Emacs conventions.  Please see the attached patch.

[-- Attachment #2: 0001-Fix-building-modus-themes-Info-manual.patch --]
[-- Type: text/x-diff, Size: 2412 bytes --]

From dfff410d0238f34f5302a5dda160c3cd25489829 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefan@marxist.se>
Date: Fri, 16 Oct 2020 14:58:51 +0200
Subject: [PATCH 1/3] Fix building modus-themes Info manual

* doc/misc/Makefile.in (INFO_COMMON): Add modus-themes.
* doc/misc/modus-themes.texi: Adapt to fit Emacs conventions.
---
 doc/misc/Makefile.in       |  2 +-
 doc/misc/modus-themes.texi | 14 ++++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index 7f536ad952..f4fb7d2ee6 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -69,7 +69,7 @@ INFO_COMMON =
 	dbus dired-x ebrowse ede ediff edt eieio \
 	emacs-mime epa erc ert eshell eudc efaq eww \
 	flymake forms gnus emacs-gnutls htmlfontify idlwave ido info.info \
-	mairix-el message mh-e newsticker nxml-mode octave-mode \
+	mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode \
 	org pcl-cvs pgg rcirc remember reftex sasl \
 	sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp \
 	url vhdl-mode vip viper widget wisent woman
diff --git a/doc/misc/modus-themes.texi b/doc/misc/modus-themes.texi
index d198efea52..ff48497098 100644
--- a/doc/misc/modus-themes.texi
+++ b/doc/misc/modus-themes.texi
@@ -1,12 +1,15 @@
 \input texinfo    @c -*- texinfo -*-
 @c %**start of header
-@setfilename modus-themes.info
+@setfilename ../../info/modus-themes.info
 @settitle Modus themes for GNU Emacs
+@include docstyle.texi
 @documentencoding UTF-8
 @documentlanguage en
 @c %**end of header
 
-@dircategory Emacs
+@include emacsver.texi
+
+@dircategory Emacs misc features
 @direntry
 * Modus Themes: (modus-themes). Highly accessible themes (WCAG AAA).
 @end direntry
@@ -185,10 +188,9 @@ Learn about the latest changes
 @node Installation
 @chapter Installation
 
-The Modus themes are built into Emacs' development branch (@samp{master}) which
-corresponds to the nominal version 28.0.50.  Otherwise they can be
-installed using Emacs' package manager or manually from their code
-repository.
+The Modus themes are distributed with Emacs starting with version 28.1.
+On older versions of Emacs, they can be installed using Emacs' package
+manager or manually from their code repository.
 
 Modus Operandi (light theme) and Modus Vivendi (dark) are normally
 distributed as standalone packages in Emacs-specific archives: GNU ELPA,
-- 
2.28.0


       reply	other threads:[~2020-10-16 13:46 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <draft-87v9ffz1wx.fsf@stefankangas.se>
2020-10-16 13:46 ` Stefan Kangas [this message]
2020-10-16 15:30   ` bug#43944: 28.0.50; Update modus-operandi, modus-vivendi themes to v0.13.0 Eli Zaretskii
2020-10-16 20:39     ` Protesilaos Stavrou
2020-10-17  0:07       ` Stefan Kangas
2020-10-17  7:15         ` Protesilaos Stavrou
2020-10-17  7:13       ` Eli Zaretskii
2020-10-17  8:09         ` Protesilaos Stavrou
2020-10-17  8:59           ` Basil L. Contovounesios
2020-10-19  8:08             ` Protesilaos Stavrou
2020-10-19 16:34               ` Basil L. Contovounesios
2020-10-19 16:55                 ` Protesilaos Stavrou
2020-10-19 17:11                   ` Basil L. Contovounesios
2020-10-19 16:59                 ` Stefan Kangas
2020-10-19 17:12                   ` Basil L. Contovounesios
2020-10-12  6:37 Protesilaos Stavrou
2020-10-16 10:50 ` Stefan Kangas
2020-10-16 17:13 ` Stefan Kangas
2020-10-17  7:13   ` Protesilaos Stavrou
2020-10-17 16:23     ` Stefan Kangas
2020-10-19  8:12       ` Protesilaos Stavrou
2020-10-19 12:18         ` Stefan Kangas
2020-10-19 12:31           ` Protesilaos Stavrou
2020-10-19 12:57             ` Protesilaos Stavrou
2020-10-19 15:42               ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADwFkmnNdhnr4YR3EUZ+ahQ5oCHGnRu0dWPhwsRauzJqQKo4ag@mail.gmail.com \
    --to=stefankangas@gmail.com \
    --cc=43944@debbugs.gnu.org \
    --cc=info@protesilaos.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).