texinfo-commits
[Top][All Lists]
Advanced

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

[6796] rename variables for colours


From: Gavin D. Smith
Subject: [6796] rename variables for colours
Date: Sun, 22 Nov 2015 13:52:16 +0000

Revision: 6796
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6796
Author:   gavin
Date:     2015-11-22 13:52:14 +0000 (Sun, 22 Nov 2015)
Log Message:
-----------
rename variables for colours

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/NEWS
    trunk/doc/info-stnd.texi
    trunk/info/variables.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-11-21 20:09:39 UTC (rev 6795)
+++ trunk/ChangeLog     2015-11-22 13:52:14 UTC (rev 6796)
@@ -1,3 +1,12 @@
+2015-11-22  Gavin Smith  <address@hidden>
+
+       * info/variables.c (info_variables): Rename
+       hl-ref-rendition to active-link-style,
+       ref-rendition to link-style,
+       match-rendition to match-style.
+       * NEWS: Update.
+       * doc/info-stnd.texi (Colors and Styles): Update.
+
 2015-11-21  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Convert/ParagraphNonXS.pm (_add_next): Don't count 

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS  2015-11-21 20:09:39 UTC (rev 6795)
+++ trunk/NEWS  2015-11-22 13:52:14 UTC (rev 6796)
@@ -88,9 +88,9 @@
     again, as was the case before Texinfo 5.0.
 
 * info
-  . New user variables `ref-rendition', `hl-ref-rendition', and
-    `match-rendition' enable cutomization of how cross-references and 
-    search matches are highlighted.
+  . New user variables `link-style', `active-link-style', and
+    `match-style' enable cutomization of how cross-references and search 
+    matches are highlighted.
   . By default only the node pointers are displayed at the top of a node.
     Customize this with the `nodeline' variable.
   . new command M-x tree-search to search all subnodes of a node (IN PROGRESS)

Modified: trunk/doc/info-stnd.texi
===================================================================
--- trunk/doc/info-stnd.texi    2015-11-21 20:09:39 UTC (rev 6795)
+++ trunk/doc/info-stnd.texi    2015-11-22 13:52:14 UTC (rev 6796)
@@ -2344,14 +2344,14 @@
 are available to do this:
 
 @vtable @code
address@hidden ref-rendition
address@hidden link-style
 Used for cross-references and menu entries.
 
address@hidden hl-ref-rendition
address@hidden active-link-style
 Used for a cross-references or menu entry when typing @key{RET} would 
 have the effect of following said cross-reference or menu entry.
 
address@hidden match-rendition
address@hidden match-style
 Used for matches from a search command.  (@xref{Searching Commands}.)
 @end vtable
 

Modified: trunk/info/variables.c
===================================================================
--- trunk/info/variables.c      2015-11-21 20:09:39 UTC (rev 6795)
+++ trunk/info/variables.c      2015-11-22 13:52:14 UTC (rev 6796)
@@ -142,15 +142,15 @@
       N_("Highlight search matches"),
     &highlight_searches, (char **)on_off_choices },
 
-  { "ref-rendition",
+  { "link-style",
       N_("Styles for links"),
     &ref_rendition, &rendition_variable },
 
-  { "hl-ref-rendition",
+  { "active-link-style",
       N_("Styles for active links"),
     &hl_ref_rendition, &rendition_variable },
 
-  { "match-rendition",
+  { "match-style",
       N_("Styles for search matches"),
     &match_rendition, &rendition_variable },
 




reply via email to

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