texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[6726] permit hyphenation in \entry


From: Gavin D. Smith
Subject: [6726] permit hyphenation in \entry
Date: Mon, 26 Oct 2015 13:30:36 +0000

Revision: 6726
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6726
Author:   gavin
Date:     2015-10-26 13:30:35 +0000 (Mon, 26 Oct 2015)
Log Message:
-----------
permit hyphenation in \entry

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/texinfo-tex-test.texi
    trunk/doc/texinfo.tex

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-10-26 13:18:48 UTC (rev 6725)
+++ trunk/ChangeLog     2015-10-26 13:30:35 UTC (rev 6726)
@@ -1,5 +1,9 @@
 2015-10-26  Gavin Smith  <address@hidden>
 
+       * doc/texinfo.tex (\entry): Permit hyphenation.
+
+2015-10-26  Gavin Smith  <address@hidden>
+
        * doc/texinfo.tex (\entry): Ragged right for long entries.
 
 2015-10-26  Gavin Smith  <address@hidden>

Modified: trunk/doc/texinfo-tex-test.texi
===================================================================
--- trunk/doc/texinfo-tex-test.texi     2015-10-26 13:18:48 UTC (rev 6725)
+++ trunk/doc/texinfo-tex-test.texi     2015-10-26 13:30:35 UTC (rev 6726)
@@ -273,6 +273,7 @@
 124, 125, 127, 129, 135, 139, 143, 145, 148}
 \entry{Testing for Texinfo Commands: \code address@hidden, \code 
 address@hidden
+\entry {\code {--dereference-command-line-symlink-to-dir}}{78}
 \finishindex
 
 @section End-column glue

Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex       2015-10-26 13:18:48 UTC (rev 6725)
+++ trunk/doc/texinfo.tex       2015-10-26 13:30:35 UTC (rev 6726)
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2015-10-26.13}
+\def\texinfoversion{2015-10-26.14}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -5307,7 +5307,7 @@
     \spaceskip=\fontdimen2\font minus \fontdimen4\font
     %
     \linepenalty=1000  % Discourage line breaks.
-    \hyphenpenalty=10000  % Discourage hyphenation.
+    \hyphenpenalty=5000  % Discourage hyphenation.
     %
     \par % format the paragraph
     \egroup % The \vtop




reply via email to

[Prev in Thread] Current Thread [Next in Thread]