comparison man/internals/internals.texi @ 5791:9fae6227ede5

Silence texinfo 5.2 warnings, primarily by adding next, prev, and up pointers to all nodes. See xemacs-patches message with ID <5315f7bf.sHpFD7lXYR05GH6E%james@xemacs.org>.
author Jerry James <james@xemacs.org>
date Thu, 27 Mar 2014 08:59:03 -0600
parents a2912073be85
children 039f4a1bcb0a
comparison
equal deleted inserted replaced
5790:dcf9067f26bb 5791:9fae6227ede5
1082 @item 1082 @item
1083 Stephen Turnbull has produced many of the beta and semi-stable releases 1083 Stephen Turnbull has produced many of the beta and semi-stable releases
1084 and has attempted to be the "face" of XEmacs on the newsgroups and 1084 and has attempted to be the "face" of XEmacs on the newsgroups and
1085 mailing lists. 1085 mailing lists.
1086 @item 1086 @item
1087 Steve Youngs, Ville Skytt䬠and now Norbert Koch have taken turns 1087 Steve Youngs, Ville Skyttä and now Norbert Koch have taken turns
1088 maintaining the packages. 1088 maintaining the packages.
1089 @item 1089 @item
1090 Vin Shelton maintains the stable releases. 1090 Vin Shelton maintains the stable releases.
1091 @item 1091 @item
1092 Testing - #### Norbert, Adrian, ??? 1092 Testing - #### Norbert, Adrian, ???
17660 EOL's aren't handled right. for the moment, just fix the 17660 EOL's aren't handled right. for the moment, just fix the
17661 Unicode coding systems; later on, create EOL-only coding 17661 Unicode coding systems; later on, create EOL-only coding
17662 systems: 17662 systems:
17663 17663
17664 @enumerate 17664 @enumerate
17665 @itemize
17666 @item 17665 @item
17667 they would be character->character and operate next to the 17666 they would be character->character and operate next to the
17668 internal data; this means that coding systems need to be able 17667 internal data; this means that coding systems need to be able
17669 to handle ends of lines that are either CR, LF, or CRLF. 17668 to handle ends of lines that are either CR, LF, or CRLF.
17670 usually this isn't a problem, as they are just characters 17669 usually this isn't a problem, as they are just characters
17697 17696
17698 @item 17697 @item
17699 important: we need a way of specifying how detecting works 17698 important: we need a way of specifying how detecting works
17700 when we have more than one coding system. we might need more 17699 when we have more than one coding system. we might need more
17701 than a single priority list. need to think about this. 17700 than a single priority list. need to think about this.
17702 @end itemize
17703 @end enumerate 17701 @end enumerate
17704 17702
17705 @item 17703 @item
17706 Unicode files beginning with the BOM are not recognized as such. 17704 Unicode files beginning with the BOM are not recognized as such.
17707 we need to fix this; but to make things sensible, we really need 17705 we need to fix this; but to make things sensible, we really need
17716 will create a Unicode file without realizing the coding system 17714 will create a Unicode file without realizing the coding system
17717 of the buffer is Raw, and then lose all the non-ASCII/Latin-1 17715 of the buffer is Raw, and then lose all the non-ASCII/Latin-1
17718 text when it's written out. We need two levels 17716 text when it's written out. We need two levels
17719 17717
17720 @enumerate 17718 @enumerate
17721 @itemize
17722 @item 17719 @item
17723 first, a "safe-charset" level that checks before any actual 17720 first, a "safe-charset" level that checks before any actual
17724 encoding to see if all characters in the document can safely 17721 encoding to see if all characters in the document can safely
17725 be represented using the given coding system. FSF has a 17722 be represented using the given coding system. FSF has a
17726 "safe-charset" property of coding systems, but it's stupid 17723 "safe-charset" property of coding systems, but it's stupid
17748 reasonable coding systems. 17745 reasonable coding systems.
17749 17746
17750 @item 17747 @item
17751 same thing (error checking, list of alternatives, etc.) needs 17748 same thing (error checking, list of alternatives, etc.) needs
17752 to happen when reading! all of this will be a lot of work! 17749 to happen when reading! all of this will be a lot of work!
17753 @end itemize
17754 @end enumerate 17750 @end enumerate
17755 @end itemize 17751 @end itemize
17756 @end itemize 17752 @end itemize
17757 17753
17758 17754