[freehoo] Fixing incorrect usage of (sub)sections [texinfo]

Jaromír Cápík jcapik at fedoraproject.org
Mon Feb 25 17:43:18 UTC 2013


commit e768cf86ce0d5de8f2d45581b87248d1c829d96a
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Mon Feb 25 18:43:03 2013 +0100

    Fixing incorrect usage of (sub)sections [texinfo]

 freehoo-texi-subsections-in-multitable.patch |   45 ++++++++++++++++++++++++++
 freehoo.spec                                 |    9 ++++-
 2 files changed, 52 insertions(+), 2 deletions(-)
---
diff --git a/freehoo-texi-subsections-in-multitable.patch b/freehoo-texi-subsections-in-multitable.patch
new file mode 100644
index 0000000..46a7ecb
--- /dev/null
+++ b/freehoo-texi-subsections-in-multitable.patch
@@ -0,0 +1,45 @@
+diff -Naur freehoo-3.5.3.20100314cvs.orig/doc/freehoo.texi freehoo-3.5.3.20100314cvs/doc/freehoo.texi
+--- freehoo-3.5.3.20100314cvs.orig/doc/freehoo.texi	2008-05-09 19:38:31.000000000 +0200
++++ freehoo-3.5.3.20100314cvs/doc/freehoo.texi	2013-02-25 18:15:04.353000000 +0100
+@@ -905,7 +905,7 @@
+ @end menu
+ 
+ @node AUTO-INSERT mode HOW-TO,  , toggle, toggle
+- at subsubsection AUTO-INSERT mode HOW-TO
++ at subsection AUTO-INSERT mode HOW-TO
+ AUTO-INSERT mode makes freehoo intelligent by automatically selecting
+ the buddy name, every time when the user types the message.  The
+ following is a small HOW-TO on AUTO-INSERT mode,
+@@ -1137,14 +1137,16 @@
+ You are free to use complete Readline keys inside freehoo.
+ Frequently used Readline keys inside freehoo are,
+ 
++ at section Cursor motion
+ @multitable @columnfractions 0.33 0.33 0.33
+- at item @subsection Cursor motion
+ @item character @tab C-b @tab C-f
+ @item word @tab M-b @tab M-f
+ @item line up/down @tab C-p  @tab C-n
+ @item line start/end @tab C-a @tab C-e
+- at item
+- at item @subsection Editing
++ at end multitable
++
++ at section Editing
++ at multitable @columnfractions 0.33 0.33 0.33
+ @item delete char @tab C-d
+ @item delete char backwards @tab C-h
+ @item delete word @tab M-d
+@@ -1156,8 +1160,10 @@
+ @item paste @tab C-y
+ @item undo @tab C-_
+ @item repeat prefix @tab M-number
+- at item
+- at item @subsection Case change
++ at end multitable
++
++ at section Case change
++ at multitable @columnfractions 0.33 0.33 0.33
+ @item uppercase word @tab M-u
+ @item lowercase word @tab M-l
+ @item capitalize word @tab M-c
diff --git a/freehoo.spec b/freehoo.spec
index c1d8990..d96e023 100644
--- a/freehoo.spec
+++ b/freehoo.spec
@@ -2,7 +2,7 @@
 
 Name:             freehoo
 Version:          3.5.3
-Release:          9.%{cvs_version}%{?dist}
+Release:          10.%{cvs_version}%{?dist}
 Summary:          Freehoo is a free console based messenger for Yahoo IM Service
 Group:            Applications/Internet
 License:          GPLv2+
@@ -11,6 +11,7 @@ Source0:          http://download.savannah.gnu.org/releases/freehoo/freehoo-%{ve
 Patch0:           freehoo-libyahoo2-1.0.0.patch
 Patch1:           freehoo-guile2.patch
 Patch2:           freehoo-guile2-scm.patch
+Patch3:           freehoo-texi-subsections-in-multitable.patch
 
 Requires:         libyahoo2 >= 0.7.7-2.20100314svn words openssl
 Requires(post):   info
@@ -33,6 +34,7 @@ unfeasible.
 %patch0 -p0 -b .libyahoo2-1.0.0
 %patch1 -p1 -b .guile2
 %patch2 -p1 -b .guile2-scm
+%patch3 -p1 -b .subsec-multitable
 
 %build
 %configure --with-docdir=%{_docdir}/%{name}-%{version}
@@ -70,6 +72,9 @@ fi
 %{_mandir}/man?/*
 
 %changelog
+* Mon Feb 25 2013 Jaromir Capik <jcapik at redhat.com> - 3.5.3-10.20100314cvs
+- Fixing incorrect usage of (sub)sections [texinfo]
+
 * Mon Feb 25 2013 Jaromir Capik <jcapik at redhat.com> - 3.5.3-9.20100314cvs
 - Fixing SCM files to work with guile2
 
@@ -110,7 +115,7 @@ fi
 * Sat May  3 2008 Ray Van Dolson <rayvd at bludgeon.org> - 3.5.2-1
 - Upstream released 3.5.2
 
-* Tue Apr 30 2008 Ray Van Dolson <rayvd at bludgeon.org> - 3.5.1.20080430-1
+* Wed Apr 30 2008 Ray Van Dolson <rayvd at bludgeon.org> - 3.5.1.20080430-1
 - Testing against CVS
 
 * Sun Apr 27 2008 Ray Van Dolson <rayvd at bludgeon.org> - 3.5.1-2


More information about the scm-commits mailing list