From 9ab2e3c4b9dc4691ebae47f0a40d8f3b48d17bff Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Mon, 8 May 2006 23:30:58 +0000 Subject: [PATCH] muse.texi: Change subsections to subheadings. (Author: John Sullivan ) * muse.texi: Change @subsection and @strong to @subheading throughout document. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-122 --- ChangeLog.2006 | 21 +++++++++++++++++++++ Makefile.defs | 2 +- debian/changelog | 2 +- muse.texi | 10 +++++----- 4 files changed, 28 insertions(+), 7 deletions(-) diff --git a/ChangeLog.2006 b/ChangeLog.2006 index 21ed69e..1987ba9 100644 --- a/ChangeLog.2006 +++ b/ChangeLog.2006 @@ -2,6 +2,27 @@ # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0 # +2006-05-08 23:30:58 GMT Michael Olson patch-122 + + Summary: + muse.texi: Change subsections to subheadings. + Revision: + muse--main--1.0--patch-122 + + (Author: John Sullivan ) + + * muse.texi: Change @subsection and @strong to @subheading throughout + document. + + modified files: + ChangeLog.2006 Makefile.defs debian/changelog muse.texi + + new patches: + john@wjsullivan.net--2006/muse--johnsu01--0--patch-2 + john@wjsullivan.net--2006/muse--johnsu01--0--patch-3 + john@wjsullivan.net--2006/muse--johnsu01--0--patch-4 + + 2006-05-08 08:53:03 GMT Michael Olson patch-121 Summary: diff --git a/Makefile.defs b/Makefile.defs index 9a13cf6..7ace930 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -20,6 +20,6 @@ INSTALLINFO = install-info --info-dir=$(INFODIR) #INSTALLINFO = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR) # Useful only for the maintainer -VERSION = 3.02.90.arch.116 +VERSION = 3.02.90.arch.121 LASTUPLOAD = 3.02.6-2 BUILDOPTS = diff --git a/debian/changelog b/debian/changelog index b190837..5a7c8a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -muse-el (3.02.90.arch.116-1) unstable; urgency=low +muse-el (3.02.90.arch.121-1) unstable; urgency=low * New Arch snapshot. diff --git a/muse.texi b/muse.texi index ed75823..4c90a86 100644 --- a/muse.texi +++ b/muse.texi @@ -518,7 +518,7 @@ than formatting. Paragraphs in Muse must be separated by a blank line. @cindex paragraphs, centered -@strong{Centered paragraphs and quotations} +@subheading Centered paragraphs and quotations A line that begins with six or more columns of whitespace (either tabs or spaces) indicates a centered paragraph. @@ -531,7 +531,7 @@ indicates a quoted paragraph. @cindex examples @cindex monospace, rendering blocks @cindex HTML, rendering blocks in monospace -@strong{Literal paragraphs} +@subheading Literal paragraphs The @verb{||} tag is used for examples, where whitespace should be preserved, the text rendered in monospace, and any characters special @@ -831,7 +831,7 @@ Customization of interwiki links may be accomplished by editing the @section Publishing and displaying images @cindex images @cindex links, with images -@strong{Image links} +@subheading Image links Links to images may be used in either the target or the description, or both. Thus, the following code will publish as a clickable image that @@ -864,7 +864,7 @@ An image link is not required to have a description. The link @cindex horizontal rules @cindex dashes -@strong{Horizontal Rules} +@subheading Horizontal Rules Four or more dashes indicate a horizontal rule. Be sure to put blank lines around it, or it will be considered part of the proceeding or @@ -872,7 +872,7 @@ following paragraph! @cindex anchors @cindex links, with target on same page -@strong{Anchors} +@subheading Anchors If you begin a line with "#anchor" -- where "anchor" can be any word that doesn't contain whitespace -- it defines an anchor at that point -- 2.11.4.GIT