Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 2069:97a3d9ad40e2
[xemacs-hg @ 2004-05-10 07:18:54 by stephent]
tweak internals.texi <87vfj43g4j.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 10 May 2004 07:18:58 +0000 |
parents | a7b2d995287f |
children | e52c5a5c6a7d |
comparison
equal
deleted
inserted
replaced
2068:7dc50bbd7a39 | 2069:97a3d9ad40e2 |
---|---|
1 2004-04-19 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | 1 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
2 | |
3 * internals/internals.texi (Object-Oriented Techniques for C): | |
4 Remove reference to "encouraging port to C++". | |
5 | |
6 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | 7 |
3 * lispref/numbers.texi (The Bignum Extension): Mention the feature | 8 * lispref/numbers.texi (The Bignum Extension): Mention the feature |
4 symbols provided. | 9 symbols provided. |
5 | 10 |
6 2004-04-19 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | 11 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> |
7 | 12 |
8 * lispref/numbers.texi (Rational Basics): There's a reason why | 13 * lispref/numbers.texi (Rational Basics): There's a reason why |
9 this node is named "Rational" and not "Ratio" in the menu.... | 14 this node is named "Rational" and not "Ratio" in the menu.... |
10 | 15 |
11 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org> | 16 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
30 | 35 |
31 * widget.texi (Introduction): Update historical references a bit. | 36 * widget.texi (Introduction): Update historical references a bit. |
32 Fix many typos and grammatical problems. | 37 Fix many typos and grammatical problems. |
33 (User Interface): Fix typo. | 38 (User Interface): Fix typo. |
34 | 39 |
35 2004-04-09 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | 40 2004-04-09 Stephen J. Turnbull <stephen@xemacs.org> |
36 | 41 |
37 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and | 42 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and |
38 bigfloats briefly. | 43 bigfloats briefly. |
39 (Integer Basics): We've had 31-bit integers for a while. Fix the | 44 (Integer Basics): We've had 31-bit integers for a while. Fix the |
40 statement of minimum available precision and the examples. | 45 statement of minimum available precision and the examples. |
76 (Creating Gutters): Improve explanation of gutter descriptors. | 81 (Creating Gutters): Improve explanation of gutter descriptors. |
77 (Other Gutter Variables): Remove extraneous text. | 82 (Other Gutter Variables): Remove extraneous text. |
78 (Common Gutter Widgets): In lieu of real documentation, at least | 83 (Common Gutter Widgets): In lieu of real documentation, at least |
79 point to gutter-items.el. | 84 point to gutter-items.el. |
80 | 85 |
81 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | 86 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org> |
82 | 87 |
83 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>. | 88 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>. |
84 Thanks to Jerry James <james@xemacs.org>. | 89 Thanks to Jerry James <james@xemacs.org>. |
85 | 90 |
86 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section | 91 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section |
2253 | 2258 |
2254 * internals/internals.texi (Techniques for XEmacs Developers): | 2259 * internals/internals.texi (Techniques for XEmacs Developers): |
2255 Document INLINE_HEADER and how to create macros and inline functions. | 2260 Document INLINE_HEADER and how to create macros and inline functions. |
2256 Cleanup entire section. | 2261 Cleanup entire section. |
2257 | 2262 |
2258 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | 2263 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
2259 | 2264 |
2260 * man/lispref/gutter.texi: New file describing gutter API. | 2265 * man/lispref/gutter.texi: New file describing gutter API. |
2261 | 2266 |
2262 * man/lispref/lispref.texi, man/lispref/scrollbars.texi, | 2267 * man/lispref/lispref.texi, man/lispref/scrollbars.texi, |
2263 | 2268 |
2264 * man/lispref/toolbar.texi: Fixup links to new node Gutter. | 2269 * man/lispref/toolbar.texi: Fixup links to new node Gutter. |
2265 | 2270 |
2266 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | 2271 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
2267 | 2272 |
2268 * man/lispref/frames.texi, man/xemacs/custom.texi, | 2273 * man/lispref/frames.texi, man/xemacs/custom.texi, |
2269 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars, | 2274 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars, |
2270 toolbars, and gutters as optional components of frames, with | 2275 toolbars, and gutters as optional components of frames, with |
2271 pointers to descriptions. | 2276 pointers to descriptions. |
2272 | 2277 |
2273 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | 2278 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
2274 | 2279 |
2275 * man/lispref/mule.texi: Substantial reorganization and | 2280 * man/lispref/mule.texi: Substantial reorganization and |
2276 revision for style of descriptions of character sets, | 2281 revision for style of descriptions of character sets, |
2277 encodings, and coding systems. Addition of a complete table | 2282 encodings, and coding systems. Addition of a complete table |
2278 of coding systems as of XEmacs 21.2.19. | 2283 of coding systems as of XEmacs 21.2.19. |
2711 * man/xemacs-faq.texi: | 2716 * man/xemacs-faq.texi: |
2712 * man/external-widget.texi: | 2717 * man/external-widget.texi: |
2713 Added info dir entries so install-info will add them to | 2718 Added info dir entries so install-info will add them to |
2714 the common `dir' file. | 2719 the common `dir' file. |
2715 | 2720 |
2716 1999-04-28 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | 2721 1999-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
2717 | 2722 |
2718 * man/lispref/mule.texi: Document CCL | 2723 * man/lispref/mule.texi: Document CCL |
2719 - add sections: syntax, statements, expressions, and examples. | 2724 - add sections: syntax, statements, expressions, and examples. |
2720 - fix naming and description errors. | 2725 - fix naming and description errors. |
2721 - update links in neighboring nodes. | 2726 - update links in neighboring nodes. |
3170 going to be a perpetual FAQ otherwise. | 3175 going to be a perpetual FAQ otherwise. |
3171 General cleanup. | 3176 General cleanup. |
3172 Comment out w3 and vm info rules. | 3177 Comment out w3 and vm info rules. |
3173 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH. | 3178 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH. |
3174 | 3179 |
3175 1998-03-27 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp> | 3180 1998-03-27 Stephen Turnbull <stephen@xemacs.org> |
3176 | 3181 |
3177 * xemacs/frame.texi: Document cursor appearance at end of line. | 3182 * xemacs/frame.texi: Document cursor appearance at end of line. |
3178 | 3183 |
3179 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> | 3184 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> |
3180 | 3185 |