Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 2028:2ba4f06a264d
[xemacs-hg @ 2004-04-19 08:02:27 by stephent]
texi doc improvements <87zn98wg4q.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 19 Apr 2004 08:02:38 +0000 |
parents | eacbf51ca0d2 |
children | cc89c76c4b17 |
comparison
equal
deleted
inserted
replaced
2027:71477bc21fe8 | 2028:2ba4f06a264d |
---|---|
1 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * internals/internals.texi (Object-Oriented Techniques in XEmacs): | |
4 New node. | |
5 (The XEmacs Object System (Abstractly Speaking)): | |
6 Reorder the list of objects somewhat. | |
7 Add brief descriptions of the arbitrary-precision number types. | |
8 (Writing Good Comments): Slight revision, recommend @xemacs alias. | |
9 (Character-Related Data Types): Add a few comments re Unicode. | |
10 (Working With Character and Byte Positions): Ditto. | |
11 (General Guidelines for Writing Mule-Aware Code): Query. | |
12 (Conversion to and from External Data): Ditto. | |
13 (Techniques for XEmacs Developers): Typo. | |
14 (Modules for Regression Testing): Add an xref. | |
15 (Overview): Note that dump file is now inside the executable. | |
16 (Remaining issues): Mention ExecShield vs. pdumper. | |
17 (Searching and Matching): Mention UTF-8 wrt Mule. | |
18 | |
19 2004-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
20 | |
21 * widget.texi (Introduction): Update historical references a bit. | |
22 Fix many typos and grammatical problems. | |
23 (User Interface): Fix typo. | |
24 | |
25 2004-04-09 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | |
26 | |
27 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and | |
28 bigfloats briefly. | |
29 (Integer Basics): We've had 31-bit integers for a while. Fix the | |
30 statement of minimum available precision and the examples. | |
31 Document most-positive-fixnum and most-negative-fixnum. Add a | |
32 pointer to the node "The Bignum Extension". | |
33 (Float Basics): Document most-positive-float, most-negative-float, | |
34 least-positive-float, least-positive-normalized-float, | |
35 least-negative-float, and least-negative-normalized-float. Add a | |
36 pointer to the node "The Bignum Extension". | |
37 (Comparison of Numbers): Update for bignums. | |
38 | |
39 (The Bignum Extension): | |
40 (Bignum Basics): | |
41 (Ratio Basics): | |
42 (Bigfloat Basics): | |
43 (Contagion and Canonicalization): | |
44 (Compatibility Issues): | |
45 New nodes. | |
46 | |
47 * lispref/lispref.texi (Top): | |
48 * lispref/numbers.texi (Numbers): | |
49 Add nodes "Ratio Basics" and "The Bignum Extension" to menus. | |
50 | |
51 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> | |
52 | |
53 * lispref/specifiers.texi: Update FSF copyright. | |
54 (Specifier Compatibility Notes): New node. | |
55 | |
56 * lispref/glyphs.texi (Glyph Properties): Fix typo. | |
57 (Glyphs): | |
58 (Native GUI Widgets): New node. | |
59 | |
60 * lispref/gutter.texi (Gutter Descriptor Format): Node deleted. | |
61 (Gutter): | |
62 (Gutter Intro): | |
63 (Creating Gutter): | |
64 (Specifying a Gutter): | |
65 Pluralize node name to Creating Gutters. | |
66 (Creating Gutters): Improve explanation of gutter descriptors. | |
67 (Other Gutter Variables): Remove extraneous text. | |
68 (Common Gutter Widgets): In lieu of real documentation, at least | |
69 point to gutter-items.el. | |
70 | |
1 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | 71 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> |
2 | 72 |
3 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>. | 73 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>. |
4 Thanks to Jerry James <james@xemacs.org>. | 74 Thanks to Jerry James <james@xemacs.org>. |
5 | 75 |