Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 5741:d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
message <CAHCOHQngK6wyLhBtP9i5ngMyGTV9GFh3qU9tq8XebYTdVOYU2w@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Fri, 21 Jun 2013 08:44:33 -0600 |
parents | a2912073be85 |
children | 9c17f7be0b92 6c2aa9851f5e |
comparison
equal
deleted
inserted
replaced
5740:00a421d2b2ba | 5741:d11efddf3617 |
---|---|
1 2013-06-19 Jerry James <james@xemacs.org> | |
2 | |
3 * beta.texi: Move "@end info" to its own line. | |
4 * lispref/edebug-inc.texi (Instrumenting Macro Calls): "@table | |
5 @bullet" is not supported by texinfo 5.x; use "@table @asis" | |
6 instead, since each table entry has a label already. | |
7 * lispref/packaging.texi (Makefile Targets): Use @section instead | |
8 of @subsection inside a @chapter. | |
9 * texinfo.tex: Update to new version that is known to work with | |
10 texinfo 5.x. | |
11 * texinfo/texinfo.texi (documentencoding): @itemx must always | |
12 follow an @item. | |
13 * widget.texi: Sync with the Emacs 24.3 version. Change all | |
14 @section to @chapter, and all @subsection to @section. | |
15 * xemacs-faq.texi (11.0: The XEmacs repositories): Add | |
16 @unnumberedsec entry to contain the @unnumberedsubsec for each | |
17 question. | |
18 (11.1: Working with CVS): Ditto. | |
19 (11.2: Working with Mercurial): Ditto. | |
20 | |
1 2013-06-17 Jerry James <james@xemacs.org> | 21 2013-06-17 Jerry James <james@xemacs.org> |
2 | 22 |
3 * internals/internals.texi (Numeric Types): New chapter describing | 23 * internals/internals.texi (Numeric Types): New chapter describing |
4 the implementation of bignums, ratios, and bigfloats. | 24 the implementation of bignums, ratios, and bigfloats. |
5 * lispref/numbers.texi (The Bignum Extension): Update description | 25 * lispref/numbers.texi (The Bignum Extension): Update description |