[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[8350] remove @quote-arg @allow-recursion
From: |
gavinsmith0123 |
Subject: |
[8350] remove @quote-arg @allow-recursion |
Date: |
Sat, 20 Oct 2018 07:10:55 -0400 (EDT) |
Revision: 8350
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8350
Author: gavin
Date: 2018-10-20 07:10:55 -0400 (Sat, 20 Oct 2018)
Log Message:
-----------
remove @quote-arg @allow-recursion
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/tp/Texinfo/Common.pm
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2018-10-20 10:51:42 UTC (rev 8349)
+++ trunk/ChangeLog 2018-10-20 11:10:55 UTC (rev 8350)
@@ -1,5 +1,11 @@
2018-10-20 Gavin Smith <address@hidden>
+ * tp/Texinfo/Common.pm (%line_commands, %deprecated_commands):
+ Remove @quote-arg and @allow-recursion.
+ * NEWS: Mention this change.
+
+2018-10-20 Gavin Smith <address@hidden>
+
* tp/Texinfo/Common.pm (%misc_commands)
(%line_commands, %other_commands): Split %misc_commands into two
hashes.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2018-10-20 10:51:42 UTC (rev 8349)
+++ trunk/NEWS 2018-10-20 11:10:55 UTC (rev 8350)
@@ -2,9 +2,7 @@
This NEWS file records noteworthy changes, very tersely.
See the manual for detailed information.
- Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
- 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
- 2013, 2014, 2015, 2016, 2017, 2018 Free Software Foundation, Inc.
+ Copyright 1992-2018 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -16,6 +14,11 @@
. New commands @&, @ampchar{}.
* texi2any
+ . the newline after an @insertcopying is not output
+ . warning given for @multitable prototypes not in braces
+ . @quote-arg and @allow-recursion are not recognised (these two used
+ to be recognised by makeinfo in macro definitions but were never
+ implemented in texinfo.tex).
. `FIX_TEXINFO' removed as a customization variable
. extension modules fixed to work with the "thread-safe locales" of
Perl 5.28 and newer
Modified: trunk/tp/Texinfo/Common.pm
===================================================================
--- trunk/tp/Texinfo/Common.pm 2018-10-20 10:51:42 UTC (rev 8349)
+++ trunk/tp/Texinfo/Common.pm 2018-10-20 11:10:55 UTC (rev 8350)
@@ -500,10 +500,6 @@
# obsolete @-commands.
'setcontentsaftertitlepage' => 'skipline', # no arg
'setshortcontentsaftertitlepage' => 'skipline', # no arg
- # Remove spaces and end of lines after the
- # commands? If no, they can lead to empty lines
- 'quote-arg' => 'skipline',
- 'allow-recursion' => 'skipline',
);
# commands that do not take the whole line as argument
@@ -879,8 +875,6 @@
our %deprecated_commands = (
'ctrl' => '',
- 'allow-recursion' => N__('recursion is always allowed'),
- 'quote-arg' => N__('arguments are quoted by default'),
'setcontentsaftertitlepage' =>
N__('move your @contents command if you want the contents after the title
page'),
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [8350] remove @quote-arg @allow-recursion,
gavinsmith0123 <=