1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/commits/d11efddf3617/
Changeset: d11efddf3617
User: Jerry James
Date: 2013-06-21 16:44:33
Summary: Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
message <CAHCOHQngK6wyLhBtP9i5ngMyGTV9GFh3qU9tq8XebYTdVOYU2w(a)mail.gmail.com>.
Affected #: 8 files
diff -r 00a421d2b2ba037982b0eb7b557225abc9b6c4ae -r
d11efddf3617c0c74b8e0a029803f248c7630a61 man/ChangeLog
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,23 @@
+2013-06-19 Jerry James <james(a)xemacs.org>
+
+ * beta.texi: Move "@end info" to its own line.
+ * lispref/edebug-inc.texi (Instrumenting Macro Calls): "@table
+ @bullet" is not supported by texinfo 5.x; use "@table @asis"
+ instead, since each table entry has a label already.
+ * lispref/packaging.texi (Makefile Targets): Use @section instead
+ of @subsection inside a @chapter.
+ * texinfo.tex: Update to new version that is known to work with
+ texinfo 5.x.
+ * texinfo/texinfo.texi (documentencoding): @itemx must always
+ follow an @item.
+ * widget.texi: Sync with the Emacs 24.3 version. Change all
+ @section to @chapter, and all @subsection to @section.
+ * xemacs-faq.texi (11.0: The XEmacs repositories): Add
+ @unnumberedsec entry to contain the @unnumberedsubsec for each
+ question.
+ (11.1: Working with CVS): Ditto.
+ (11.2: Working with Mercurial): Ditto.
+
2013-06-17 Jerry James <james(a)xemacs.org>
* internals/internals.texi (Numeric Types): New chapter describing
diff -r 00a421d2b2ba037982b0eb7b557225abc9b6c4ae -r
d11efddf3617c0c74b8e0a029803f248c7630a61 man/beta.texi
--- a/man/beta.texi
+++ b/man/beta.texi
@@ -34,7 +34,8 @@
for more details.
You should have received a copy of the GNU General Public License
-along with XEmacs. If not, see <
http://www.gnu.org/licenses/>.@end ifinfo
+along with XEmacs. If not, see <
http://www.gnu.org/licenses/>.
+@end ifinfo
@c Combine indices.
@syncodeindex fn cp
diff -r 00a421d2b2ba037982b0eb7b557225abc9b6c4ae -r
d11efddf3617c0c74b8e0a029803f248c7630a61 man/lispref/edebug-inc.texi
--- a/man/lispref/edebug-inc.texi
+++ b/man/lispref/edebug-inc.texi
@@ -1103,7 +1103,7 @@
Here is a table of the possibilities for @var{specification} and how each
directs processing of arguments.
-@table @bullet
+@table @asis
@item @code{t}
All arguments are instrumented for evaluation.
diff -r 00a421d2b2ba037982b0eb7b557225abc9b6c4ae -r
d11efddf3617c0c74b8e0a029803f248c7630a61 man/lispref/packaging.texi
--- a/man/lispref/packaging.texi
+++ b/man/lispref/packaging.texi
@@ -600,7 +600,7 @@
Does most of the work. Builds the elcs, infos at a minimum.
@end table
-@subsection The targets that most people would be interested in would be:
+@section The targets that most people would be interested in would be:
@itemize @bullet
@item @code{all}
This diff is so big that we needed to truncate the remainder.
Repository URL:
https://bitbucket.org/xemacs/xemacs/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches