Mercurial > hg > xemacs-beta
annotate man/ChangeLog @ 4708:1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
routines. Delete internal GIF support code with no stated license. Fix up
a number of references in the documentation to GIF support. See discussion
on xemacs-beta: <87iqg4vg9t.fsf@uwakimon.sk.tsukuba.ac.jp>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 05 Oct 2009 10:11:59 -0600 |
parents | b5e1d4f6b66f |
children | aa5ed11f473b |
rev | line source |
---|---|
4708
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
1 2009-10-05 Jerry James <james@xemacs.org> |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
2 |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
3 * beta.texi (Building XEmacs from a full distribution): Remove |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
4 "(builtin)" from GIF line in example Installation. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
5 (Reporting Problems): Recommend taking screenshots as a PNG |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
6 instead of a GIF. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
7 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
8 Remove GIF-related files. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
9 * lispref/glyphs.texi (Image Instantiator Formats): Remove remark |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
10 about builtin GIF support. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
11 |
4678
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
12 2009-08-11 Aidan Kehoe <kehoea@parhasard.net> |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
13 |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
14 * lispref/numbers.texi (Bigfloat Basics): |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
15 Correct this documentation (ignoring for the moment that it breaks |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
16 off in mid-sentence). |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
17 |
4677
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
18 2009-08-11 Aidan Kehoe <kehoea@parhasard.net> |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
19 |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
20 * cl.texi (Organization): |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
21 Remove references to the obsolete multiple-value emulating code. |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
22 |
4668
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
23 2009-07-28 Stephen Turnbull <stephen@xemacs.org> |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
24 |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
25 * internals/internals.texi (Redisplay Piece by Piece): |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
26 Small improvements. |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
27 |
4666
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
28 2009-07-08 Stephen Turnbull <stephen@xemacs.org> |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
29 |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
30 * xemacs/custom.texi (Xft Font Customization): Change references |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
31 from XftFont (now deprecated) to FcFontName. |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
32 Thanks, Raymond Toy <raymond.toy@stericsson.com>. |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
33 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
34 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
35 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
36 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
37 |
4632
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
38 2009-04-02 Stephen J. Turnbull <stephen@xemacs.org> |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
39 |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
40 * internals/internals.texi: s/@urlref/@uref/g. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
41 (Lstreams): Add urefs to David Beasley tutorials. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
42 |
4658
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
43 2009-04-20 Stephen J. Turnbull <stephen@xemacs.org> |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
44 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
45 * xemacs-faq.texi (Q2.5.3): |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
46 Add information about resolver configuration to Q2.5.3. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
47 Thanks to Guillaume MULLER <gm.work.lists@gmail.com>. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
48 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
49 * xemacs-faq.texi (Top): Update menu. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
50 * xemacs-faq.texi (Installation): Update menu. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
51 |
4625
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
52 2009-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
53 |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
54 * xemacs-faq.texi (Q3.0.12): New node for Meta key on Mac. |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
55 (Top): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
56 (Editing): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
57 (Q3.0.11): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
58 (Q3.1.1): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
59 Fix up Next/Prev/Menu references. |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
60 |
4601
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
61 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
62 |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
63 * xemacs/xemacs.texi (Top): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
64 * xemacs/misc.texi (Emulation): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
65 * xemacs/building.texi (Lisp Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
66 (Compiling Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
67 Remove any reference to mocklisp as an active technology. |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
68 Also remove documentation of the related #'set-gosmacs-bindings, |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
69 which is no longer available. |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
70 |
4509
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
71 2008-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
72 |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
73 * xemacs-faq.texi (Q5.0.7): Fix broken instructions on use of |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
74 antialiased fonts. |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
75 |
4505
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
76 2008-08-31 Aidan Kehoe <kehoea@parhasard.net> |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
77 |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
78 * xemacs-faq.texi (Q5.0.7): Add a section on how one can use |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
79 antialiased fonts under X11; thank you Giacomo Boffi. |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
80 (Q1.0.3): Clarify pronunciation using a serious phonetic |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
81 alphabet. |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
82 |
4488 | 83 2008-07-26 Ville Skyttä <scop@xemacs.org> |
84 | |
85 * xemacs/custom.texi, xemacs/frame.texi, xemacs/mule.texi, | |
86 xemacs/packages.texi, xemacs/programs.texi, xemacs/trouble.texi: | |
87 Spelling fixes. | |
88 | |
4486
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
89 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
90 |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
91 * lispref/objects.texi (Character Type): |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
92 Document the error provoked when the reader sees an over-long |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
93 hexadecimal constant. |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
94 |
4485
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
95 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
96 |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
97 * lispref/variables.texi (Extent): |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
98 Correct a misspelling of macros, add a needed space. Thank you |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
99 John Paul Wallington, thank you Stephen Turnbull. |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
100 |
4472
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
101 2008-05-29 Aidan Kehoe <kehoea@parhasard.net> |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
102 |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
103 * lispref/objects.texi (Equality Predicates): |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
104 Expand on bignum equality; correct an omitted word in the last |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
105 commit. |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
106 |
4471
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
107 2008-05-27 Aidan Kehoe <kehoea@parhasard.net> |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
108 |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
109 * lispref/objects.texi (Equality Predicates): |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
110 Cross reference to the section on comparison of numbers when |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
111 talking about using #'eq with integers; also mention that |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
112 #'eq gives t when passed identical integers, and that #'char= is |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
113 also available there. |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
114 |
4466
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
115 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
116 |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
117 * internals/internals.texi (Ben's README): |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
118 Add a couple of @itemize / @end itemize pairs, to prevent |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
119 #'batch-texinfo-format choking on the input. |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
120 |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
121 2008-01-20 Aidan Kehoe <kehoea@parhasard.net> |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
122 |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
123 * xemacs/cmdargs.texi (Command Switches): |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
124 Describe --script, -script. |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
125 |
4427
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
126 2008-02-27 Stephen J. Turnbull <stephen@xemacs.org> |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
127 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
128 * internals/internals.texi (Discussion -- KKCC): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
129 (Discussion -- Incremental Collector): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
130 New nodes. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
131 (Top): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
132 (Discussion -- Garbage Collection): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
133 (Discussion -- Pure Space): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
134 Adjust pointers and menus for new nodes. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
135 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
136 (lrecords): Remark that lcrecords are obsolete. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
137 |
4329
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
138 2007-12-17 Aidan Kehoe <kehoea@parhasard.net> |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
139 |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
140 * lispref/strings.texi (Formatting Strings): |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
141 Document %b for binary output. |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
142 |
4320 | 143 2007-12-10 Ville Skyttä <scop@xemacs.org> |
144 | |
145 * internals/internals.texi: Spelling fixes. | |
146 | |
4313
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
147 2007-12-07 Ville Skyttä <scop@xemacs.org> |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
148 |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
149 * beta.texi, emodules.texi, term.texi, termcap.texi, texinfo.texi, |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
150 widget.texi, xemacs-faq.texi: Spelling fixes. |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
151 |
4291 | 152 2007-11-28 Aidan Kehoe <kehoea@parhasard.net> |
153 | |
154 * internals/internals.texi (Ibytes and Ichars): | |
155 Cross reference to the Mule docs describing these typedefs, | |
156 instead of saying Not yet documented. | |
157 | |
4265 | 158 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
159 | |
160 * lispref/objects.texi (String Type): | |
161 Describe how one can include a trailing backslash in a raw string, | |
162 by means of the Unicode escape syntax. | |
163 | |
4264 | 164 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
165 | |
166 * xemacs/keystrokes.texi (Character Representation): | |
167 Clarify the description of which characters are displayed as | |
168 themselves and which as octal escapes bzw. "control" characters | |
169 with an initial caret. | |
170 | |
4225 | 171 2007-10-15 Adrian Aichner <adrian@xemacs.org> |
172 | |
173 * Makefile (info_files): Sync nt/xemacs.mak and man/Makefile. | |
174 Sort enries to easy future syncs. | |
175 | |
4199 | 176 2007-09-22 Stephen J. Turnbull <stephen@xemacs.org> |
177 | |
178 * lispref/searching.texi (Replacing Match): Document the escapes | |
179 for changing case in `replace-match'. Document the change to | |
180 STRBUFFER to permit subexpressions in string replacement. | |
181 | |
4196 | 182 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
183 | |
184 * Makefile (TEXI2HTML_NOSPLIT): New. | |
185 * Makefile ($(HTMLDIR)/beta.html): Use TEXI2HTML_NOSPLIT. | |
186 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
187 | |
4195 | 188 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
189 | |
190 * Makefile (TEXI2HTML): Refactor TEXI2HTML for use by | |
191 xemacsweb/Documentation/Makefile. | |
192 | |
4143 | 193 2007-08-25 Adrian Aichner <adrian@xemacs.org> |
194 | |
195 * internals/internals.texi (Through Version 18): Fix error in | |
196 Emacs Timeline URL. | |
197 * internals/internals.texi (Better Rendering Support -- Configuration with the Interim Patches): | |
198 | |
4039 | 199 2007-06-27 Aidan Kehoe <kehoea@parhasard.net> |
200 | |
201 * lispref/variables.texi (Extent): | |
202 Mention that lexical scope is available using lexical-let and | |
203 lexical-let* in cl-macs, instead of ignoring them entirely. | |
204 | |
3979 | 205 2007-05-21 Ville Skyttä <scop@xemacs.org> |
206 | |
207 * internals/internals.texi: Fix corrupted/oddly encoded chars. | |
208 * lispref/ldap.texi: Ditto. | |
209 | |
3975 | 210 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
211 | |
212 * XEmacs 21.5.28 "fuki" is released. | |
213 | |
3955 | 214 2007-05-15 Aidan Kehoe <kehoea@parhasard.net> |
215 | |
216 * internals/internals.texi: | |
217 Replace an inaccurate description of the read syntax of a Kanji | |
218 character with one using the recently-added Unicode escapes. Also | |
219 update the size of an Ichar; they're now 21-bit integers, not | |
220 19-bit integers. | |
221 | |
3930 | 222 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org> |
223 | |
224 * internals/internals.texi (Creating a New Console/Device/Frame Type): | |
225 Typo fix. | |
226 | |
3773 | 227 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org> |
228 | |
229 * internals/internals.texi (Ben's README): Use 'grep -F' instead | |
230 of fgrep. | |
231 | |
3772 | 232 2006-11-07 Robert Pluim <rpluim@gmail.com> |
233 | |
234 * lispref/os.texi (User Identification): The code uses HOMEPATH, | |
235 not HOMEDIR. | |
236 | |
3711 | 237 2006-11-29 Aidan Kehoe <kehoea@parhasard.net> |
238 | |
239 * xemacs/custom.texi (Face Resources): | |
240 Mention that the user should use full XLFD forms for specifying | |
241 fonts, and that Mule builds reject the short forms by | |
242 default. Also mention the work-around to the latter design choice | |
243 that was implemented for Ilya. | |
244 | |
3685 | 245 2006-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
246 | |
247 * internals/internals.texi | |
248 (Better Rendering Support -- Configuration with the Interim Patches): | |
249 Fix examples of configuration via X resources. | |
250 (Better Rendering Support -- Implementation): Fix description of | |
251 xftFont resources, introduce fcFontName resource. | |
252 | |
3674 | 253 2006-11-11 Aidan Kehoe <kehoea@parhasard.net> |
254 | |
255 * lispref/faces.texi (Face Convenience Functions): | |
256 Add information on how to specify a face's font for a given Mule | |
257 charset. | |
258 | |
259 * lispref/specifiers.texi (Specifiers): | |
260 * lispref/specifiers.texi (Simple Specifier Usage): | |
261 * lispref/specifiers.texi (Specifiers In-Depth): | |
262 * lispref/specifiers.texi (Specifier Tag Functions): | |
263 * lispref/specifiers.texi (Specifier Instantiation Functions): | |
264 Update the documentation of specifiers to reflect the new support | |
265 for Mule character sets and associating tags with them. | |
266 | |
3543 | 267 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> |
268 | |
269 * lispref/objects.texi (String Type): | |
270 Give details of the raw string syntax, taken from SXEmacs and | |
271 Python. | |
272 | |
3516 | 273 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
274 | |
275 * new-users-guide/edit.texi (Insert): Document bogosity in | |
276 vendor labeling of DEL key. | |
277 (Numeric Argument): Remove spurious RETs from keystroke examples. | |
278 Thanks to Michael C. Wescott <wescott@sc.rr.com>. | |
279 | |
3510 | 280 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> |
281 | |
282 * xemacs/custom.texi (File Variables): | |
283 Make it clearer that file variables are buffer-local. | |
284 * xemacs/custom.texi (Faces): | |
285 "must be encoding" -> "must be encoded". | |
286 | |
287 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> | |
288 | |
289 * lispref/variables.texi (Creating Buffer-Local): | |
290 Mention that buffer-local variables are created when file local | |
291 variables are set. | |
292 | |
3496 | 293 2006-07-08 Aidan Kehoe <kehoea@parhasard.net> |
294 | |
295 * internals/internals.texi (Internal String Encoding): | |
296 Mention that UTF-8 would be a reasonable alternative encoding. | |
297 * internals/internals.texi (Internal Character Encoding): | |
298 Re-arrange the description of characters to deal with 21-bit | |
299 characters. | |
300 | |
3439 | 301 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> |
302 | |
303 * lispref/mule.texi (CCL Syntax): | |
304 * lispref/mule.texi (CCL Statements): | |
305 Describe the mule-to-unicode and unicode-to-mule statements; | |
306 rename the section they are described in. | |
307 | |
3404 | 308 2006-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
309 | |
310 * xemacs-faq.texi (Q2.2.3): New node. | |
311 (Q2.2.2, Q2.3.1): Fix navigation references. | |
312 (Top, Installation): Add to menus. | |
313 | |
3402 | 314 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
315 | |
316 * XEmacs 21.5.27 "fiddleheads" is released. | |
317 | |
3388 | 318 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
319 | |
320 * beta.texi (Building Beta XEmacs): Rename 'Compiling' -> 'Building'. | |
321 (Reporting Problems): Improve it, make it a top-level node, add | |
322 some vertical spacing to make node breaks more visible. | |
323 (Getting the Source): Flesh it out a bit and move it to the | |
324 Building Beta XEmacs node. | |
325 | |
3387 | 326 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
327 | |
328 * xemacs/custom.texi (Xft Font Customization): New node. | |
329 (Faces): Create menu, add new node. | |
330 * xemacs/xemacs.texi (Top): add new node to detail menu. | |
331 | |
3367 | 332 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> |
333 | |
334 * lispref/objects.texi (Character Type): | |
335 Document the Unicode syntax for characters in characters and | |
336 strings. | |
337 | |
3354 | 338 2006-04-23 Stephen J. Turnbull <stephen@xemacs.org> |
339 | |
340 * internals/internals.texi: Run texinfo-master-menu. | |
341 (Creating a New Console/Device/Frame Type): New node. | |
342 | |
3323 | 343 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
344 | |
345 * XEmacs 21.5.26 "endive" is released. | |
346 | |
3322 | 347 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
348 | |
349 Miscellaneous doc cleanup, parts 2-4: move CHANGES-msw, | |
350 TODO.ben-mule-21-5, README.ben-mule-21-5, and | |
351 README.ben-separate-stderr to Internals Manual. | |
352 | |
353 * internals/internals.texi (Ben's TODO list): | |
354 (CHANGES from 21.4-windows branch): | |
355 (Ben's README): | |
356 (Ben's separate stderr notes): | |
357 New nodes. | |
358 | |
359 (Subprocesses): Add "Ben's separate stderr notes" to menu. | |
360 (The Great Mule Merge of March 2002): Add "Ben's TODO list" and | |
361 "Ben's README" to menu. | |
362 (Interface to MS Windows): Add "CHANGES from 21.4-windows branch" | |
363 to menu. | |
364 | |
365 (Top): Update detailmenu. | |
366 | |
367 2006-03-30 Stephen J. Turnbull <stephen@xemacs.org> | |
368 | |
369 Miscellaneous doc cleanup, part 1: move CHANGES-ben-mule to | |
370 Internals Manual. | |
371 | |
372 * internals/internals.texi (The Great Mule Merge of March 2002): | |
373 Insert CHANGES-ben-mule here, and reformat for Texinfo. | |
374 | |
3260 | 375 2006-02-26 Mike Sperber <mike@xemacs.org> |
376 | |
377 * xemacs/building.texi (External Lisp): Document that `run-lisp' | |
378 needs the os-utils package. | |
379 | |
3259 | 380 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
381 | |
382 * XEmacs 21.5.25 "eggplant" is released. | |
383 | |
3179 | 384 2005-11-25 Mike Sperber <mike@xemacs.org> |
385 | |
386 * lispref/packaging.texi (The User View): | |
387 * xemacs/startup.texi (Startup Paths): | |
388 * xemacs-faq.texi (Q2.1.6): Document new configure options and | |
389 environment variables for | |
390 package locations. | |
391 | |
3171 | 392 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> |
393 | |
394 * xemacs/keystrokes.texi (Keystrokes): | |
395 Add new node on keyboards with which one can't type Latin. | |
396 * xemacs/keystrokes.texi (Non-Latin keyboards): | |
397 Describe the support for falling back to a US key layout on | |
398 keyboards where typing the Roman alphabet is difficult. | |
399 | |
3150 | 400 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
401 | |
402 * XEmacs 21.5.24 "dandelion" is released. | |
403 | |
3147 | 404 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org> |
405 | |
406 * internals/internals.texi (The configure Script): Documented | |
407 more fully the behaviour of complex options. Provided examples. | |
408 | |
3128 | 409 2005-12-03 Adrian Aichner <adrian@xemacs.org> |
410 | |
411 * custom.texi (Declaring Variables): Typo fixes. | |
412 | |
3111 | 413 2005-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
414 | |
415 * xemacs/custom.texi (Faces): Describe some of the more important | |
416 font naming syntaxes under `set-face-font'. Fix a typo. | |
417 | |
3094 | 418 2005-11-22 Stephen J. Turnbull <stephen@xemacs.org> |
419 | |
420 * internals/internals.texi (Working with Lisp Objects): Explain | |
421 better why DEFSYMBOL is usually preferable to intern. | |
422 | |
3073 | 423 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org> |
424 | |
425 * internals/internals.texi (The configure Script): Added the | |
426 definition of the new macro XE_HELP_SUBSECTION. | |
427 | |
3062 | 428 2005-11-13 Ben Wing <ben@xemacs.org> |
429 | |
430 * Makefile: | |
431 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
432 Do some refactoring for cleanliness. | |
433 | |
3059 | 434 2005-11-13 Ben Wing <ben@xemacs.org> |
435 | |
436 * internals/internals.texi (Top): | |
437 * internals/internals.texi (CVS Techniques): | |
438 * internals/internals.texi (Creating a Branch): | |
439 * internals/internals.texi (Merging a Branch into the Trunk): | |
440 Add node on Creating a Branch. Update info concerning problems | |
441 with rtag on symlinks. (#### Is this still valid?) | |
442 | |
3031 | 443 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
444 | |
445 * XEmacs 21.5.23 "daikon" is released. | |
446 | |
3018 | 447 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org> |
448 | |
449 * xemacs-faq.texi (Q1.2.2): | |
450 * xemacs-faq.texi (Q2.1.1): | |
451 * xemacs-faq.texi (Q2.1.6): | |
452 * xemacs-faq.texi (Q2.2.1): | |
453 * xemacs-faq.texi (Q2.3.6): | |
454 * xemacs-faq.texi (Q2.4.3): | |
455 * xemacs-faq.texi (Q2.4.4): | |
456 * xemacs-faq.texi (Q2.4.7): | |
457 * xemacs-faq.texi (Q5.3.3): | |
458 * xemacs-faq.texi (Q6.0.8): | |
459 * xemacs-faq.texi (Q7.2.1): | |
460 Add 21.5 specific examples of configure options in addition to the | |
461 existing 21.4 ones. | |
462 | |
3003 | 463 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org> |
464 | |
465 * internals/internals.texi: "API's" -> "APIs". This fixes | |
466 problems generating dvi and pdf versions. | |
467 * internals/internals.texi (The configure Script): | |
468 Describe the use of XE_MERGED_ARG. | |
469 | |
2995 | 470 2005-10-13 Ben Wing <ben@xemacs.org> |
471 | |
472 * xemacs-faq.texi (Top): | |
473 * xemacs-faq.texi (External Subsystems): | |
474 * xemacs-faq.texi (Q5.4.4): | |
475 * xemacs-faq.texi (Q5.4.5): | |
476 * xemacs-faq.texi (Q5.4.6): | |
477 Add question about need to run `rebaseall' under Cygwin. | |
478 | |
2972 | 479 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
480 | |
481 * emodules.texi (Distribution with XEmacs): New node describing | |
482 organization of module-related code in top-level configure.ac and | |
483 src/Makefile.in.in. | |
484 | |
2960 | 485 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
486 | |
487 * lispref/compile.texi (Compilation Options): Lowercase SYMBOL | |
488 argument in `byte-compile-print-gensym' documentation, as | |
489 suggested by Stephen. | |
490 | |
2955 | 491 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
492 | |
493 * lispref/packaging.texi: Get file to compile with teinfmt.el. | |
494 * lispref/packaging.texi (Packaging): Ditto. | |
495 * lispref/packaging.texi (Package Overview): Ditto. | |
496 * lispref/packaging.texi (The User View): Ditto. | |
497 * lispref/packaging.texi (The Library Maintainer View): Ditto. | |
498 * lispref/packaging.texi (Infrastructure): Ditto. | |
499 * lispref/packaging.texi (Obtaining): Ditto. | |
500 * lispref/packaging.texi (Local.rules File): Ditto. | |
501 * lispref/packaging.texi (package-info.in): Ditto. | |
502 * lispref/packaging.texi (Makefile): Ditto. | |
503 * lispref/packaging.texi (Documenting Packages): Ditto. | |
504 | |
505 2005-09-27 Adrian Aichner <adrian@xemacs.org> | |
506 | |
507 * internals/internals.texi (A Summary of the Various XEmacs | |
508 Modules): Get file to compile with texinfmt.el. | |
509 * internals/internals.texi (Windows Build Flags): Ditto. | |
510 | |
2953 | 511 2005-09-26 Ben Wing <ben@xemacs.org> |
512 | |
513 * lispref/glyphs.texi (Images): | |
514 * lispref/glyphs.texi (Image Instantiators): | |
515 * lispref/glyphs.texi (Image Instantiator Formats): | |
516 * lispref/glyphs.texi (Image Instances): | |
517 * lispref/glyphs.texi (Image Instance Functions): | |
518 * lispref/glyphs.texi (Creating Glyphs): | |
519 * lispref/glyphs.texi (Lisp API to Native Widgets): | |
520 * lispref/glyphs.texi (Glyph Properties): | |
521 * lispref/glyphs.texi (Glyph Examples): | |
522 * lispref/lispref.texi (Top): | |
523 * lispref/specifiers.texi (Specifiers): | |
524 * lispref/specifiers.texi (Introduction to Specifiers): | |
525 * lispref/specifiers.texi (Simple Specifier Usage): | |
526 * lispref/specifiers.texi (Specifiers In-Depth): | |
527 * lispref/specifiers.texi (Specifier Instantiation): | |
528 * lispref/specifiers.texi (Retrieving Specifications): | |
529 * lispref/specifiers.texi (Specifier Tag Functions): | |
530 * lispref/specifiers.texi (Specifier Validation Functions): | |
531 Use "instantiation" not "instancing". Fix some places where | |
532 "specifier" is used to mean "instantiator". | |
533 | |
2949 | 534 2005-09-25 Adrian Aichner <adrian@xemacs.org> |
535 | |
536 * lispref/compile.texi (Compilation Options): Supply missing | |
537 argument to @var{}, using same SYMBOL as in variable docstring of | |
538 `byte-compile-print-gensym'. | |
539 | |
2931 | 540 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
541 | |
542 * XEmacs 21.5.22 "cucumber" is released. | |
543 | |
2867 | 544 2005-07-20 Didier Verna <didier@xemacs.org> |
545 | |
546 * lispref/faces.texi (Basic Face Functions): Rephrase the face | |
547 aliasing paragraph following a suggestion from Stephen J. | |
548 Turnbull. | |
549 | |
2865 | 550 2005-07-19 Didier Verna <didier@xemacs.org> |
551 | |
552 * lispref/faces.texi (Basic Face Functions): Document the face | |
553 aliasing feature. | |
554 | |
2862 | 555 2005-07-17 Aidan Kehoe <kehoea@parhasard.net> |
556 | |
557 * lispref/commands.texi (Converting Events): | |
558 Give details on the deprecated ALLOW-NON-ASCII argument to | |
2865 | 559 event-to-character, and why you shouldn't use it. |
2862 | 560 |
2828 | 561 2005-06-26 Aidan Kehoe <kehoea@parhasard.net> |
562 | |
2865 | 563 * lispref/commands.texi (Converting Events): |
2828 | 564 * lispref/keymaps.texi (Key Sequences): |
565 Stop pretending ASCII is an eight-bit character set, and remove | |
566 documentation of event-to-character's vanished fourth argument. | |
567 | |
568 * internals/internals.texi (Old Future Work -- Improvements in | |
569 support for non-ASCII (European) keysyms under X): | |
2865 | 570 Rename the ascii-character property. |
571 | |
2818 | 572 2005-06-19 Aidan Kehoe <kehoea@parhasard.net> |
573 | |
574 * lispref/building.texi (Building XEmacs and Object Allocation): | |
2865 | 575 Pure storage has been gone for half a decade or more. |
576 * lispref/mule.texi (Internationalization Terminology): | |
577 Phrase stuff a little more clearly, compare Mule with Unicode. | |
2818 | 578 * lispref/lispref.texi (Top): |
2865 | 579 Take out info on pure storage. |
2818 | 580 |
2791 | 581 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
582 | |
583 * XEmacs 21.5.21 "corn" is released. | |
584 | |
2769 | 585 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
586 | |
587 * xemacs-faq.texi (Q3.2.5): (setq text-mode-hook | |
2865 | 588 'turn-on-auto-fill) is not a good idea. |
2769 | 589 |
2768 | 590 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
591 | |
2865 | 592 * xemacs/sending.texi (Sending Mail):Document that sendmail.el is |
593 underfeatured and not getting better anytime soon; suggest using | |
594 another mailer. | |
2768 | 595 |
2757 | 596 2005-05-05 Aidan Kehoe <kehoea@parhasard.net> |
597 | |
598 * xemacs/building.texi (Lisp Modes): | |
599 * xemacs/building.texi (Lisp Interaction): | |
600 * xemacs/entering.texi (Entering Emacs): | |
601 * xemacs/menus.texi (File Menu): | |
602 * xemacs/text.texi (Auto Fill): | |
603 None of the keymaps I have access to have linefeed keys; they all | |
604 use Return. As such, for new users, C-j is really the only option | |
605 for evaluation in Lisp interaction mode, and should be documented | |
2865 | 606 as such. |
607 | |
3050 | 608 2005-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
2736 | 609 |
610 * internals/internals.texi | |
611 (Better Rendering Support -- Modern Font Support): | |
612 (Modern Font Support -- Font Concepts): | |
613 (Modern Font Support -- fontconfig): | |
614 (Modern Font Support -- Xft): | |
615 New nodes describing the Lisp API. | |
616 (Future Work -- Better Rendering Support): | |
617 Add Better Rendering Support -- Modern Font Support to menu. | |
618 | |
619 2005-04-05 Stephen J. Turnbull <stephen@xemacs.org> | |
620 | |
621 * xemacs/custom.texi (X Resources): Improve wording. | |
622 | |
623 2005-03-13 Stephen J. Turnbull <stephen@xemacs.org> | |
624 | |
625 * xemacs/custom.texi (Minor Modes): Improve general description. | |
626 Add description of Pending Delete and Filladapt modes. | |
627 (File Variables): Improve caution against invoking minor modes. | |
628 (Syntax Entry): Strengthen caution against "\s ". | |
629 | |
630 * xemacs/major.texi (Major Modes): Improve accuracy of wording. | |
631 (Mode Hooks): Describe use of hooks to invoke minor modes. | |
632 | |
2715 | 633 2005-04-06 Ben Wing <ben@xemacs.org> |
634 | |
635 * internals/internals.texi (Authorship of XEmacs): Copy authorship | |
636 section from FAQ and comment out old info, which is quite out of | |
637 date and full of typos. | |
638 | |
2690 | 639 2005-03-26 Aidan Kehoe <kehoea@parhasard.net> |
640 | |
641 * lispref/mule.texi (CCL Example): | |
2691 | 642 char-int -> char-to-int, and hex 41 is decimal 65, both problems |
2865 | 643 with my previous patch pointed out by Stephen. |
2690 | 644 * lispref/mule.texi (The actual coding system): |
645 Give information on the make-coding-system call, and where the | |
2865 | 646 actual package can be found. |
647 | |
2681 | 648 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> |
649 | |
650 * xemacs/custom.texi (X Resources): | |
651 "Emacs" as the application class -> "XEmacs" as the application | |
652 class, mention the old resource class determination behaviour, and | |
2865 | 653 how one can temporarily re-instate it. |
654 | |
2665 | 655 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
656 | |
657 * internals/internals.texi (The XEmacs Split): | |
658 * standards.texi (Option Table): | |
659 Shut up makeinfo and hack-local-variables. | |
660 | |
2662 | 661 2005-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
662 | |
663 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
664 Document compiler warnings when assert expands to empty statement. | |
665 | |
2653 | 666 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
667 | |
668 * XEmacs 21.5.20 "cilantro" is released. | |
669 | |
2647 | 670 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> |
671 | |
672 * beta.texi : Change configure arguments to the new autoconf 2.5 | |
673 style configure. | |
674 * internals/internals.texi (The Build Configuration System): Fill | |
675 out the details. | |
676 | |
2640 | 677 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
678 | |
679 * lispref/mule.texi (CCL Example): Detail an implementation of the | |
2865 | 680 web's URL encoding as a CCL coding system example. |
2640 | 681 |
682 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
683 | |
684 * internals/internals.texi (The version.sh Script): New node. | |
685 (XEmacs from the Perspective of Building): | |
686 (Low-Level Modules): | |
687 (The Build Configuration System): | |
688 (Adding Configurable Features): | |
689 Add or update references to the version.sh node and/or file. | |
690 | |
691 (XEmacs from the Perspective of Building): Improve text. | |
692 | |
693 | |
694 2005-01-22 Stephen J. Turnbull <stephen@xemacs.org> | |
695 | |
696 * internals/internals.texi (XEmacs): Add XEmacs 21.4.16 to list. | |
697 (The XEmacs Split): Add comments on untrue legal factoids. | |
698 (The XEmacs Split): Add some @urefs for Jamie's commentary. | |
699 | |
2608 | 700 2005-02-23 Aidan Kehoe <kehoea@parhasard.net> |
701 | |
702 * lispref/searching.texi (Syntax of Regexps): | |
703 Mention the \c and \C regular expression constructs; cross | |
2865 | 704 reference to the Category Table documentation. |
2608 | 705 |
2602 | 706 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> |
707 | |
708 * internals/internals.texi (The version.sh Script): New node. | |
709 (XEmacs from the Perspective of Building): | |
710 (Low-Level Modules): | |
711 (The Build Configuration System): | |
712 (Adding Configurable Features): | |
713 Add or update references to the version.sh node and/or file. | |
714 | |
715 (XEmacs from the Perspective of Building): Improve text. | |
716 | |
2597 | 717 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org> |
718 | |
719 * internals/internals.texi (Introduction to Writing C Code): | |
720 Change "mostly warning-free" to "warning-free" to encourage | |
721 reporting warnings as bugs. | |
722 (The configure Script): | |
723 Incorporate Malcolm Purvis's notes from configure.ac. Document | |
724 his implementations of keyword and complex options, and remove | |
725 descriptions of my obsolete code. | |
726 | |
727 2005-01-16 Stephen J. Turnbull <stephen@xemacs.org> | |
728 | |
729 * internals/internals.texi (Better Rendering Support -- | |
730 Configuration with the Interim Patches): | |
731 Improve notes on configuration. | |
732 | |
733 2004-12-15 Stephen J. Turnbull <stephen@xemacs.org> | |
734 | |
735 * internals/internals.texi (Better Rendering Support -- | |
736 Configuration with the Interim Patches): Menubar uses xftFont | |
737 resource, too. | |
738 | |
739 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> | |
740 | |
741 * internals/internals.texi (XEmacs from the Perspective of | |
742 Building): Mention autoconf. | |
743 (The Modules of XEmacs): Point Next the The Build Configuration | |
744 System and add Modules for Building XEmacs to the menu. | |
745 (A Summary of the Various XEmacs Modules): Add Modules for | |
746 Building XEmacs to menu, and Modules for Build Configuration, | |
747 Modules for Compiling XEmacs, and Modules for Preloading Lisp to | |
748 the table of sections. | |
749 (Low-Level Modules): Point Previous to Modules for Building XEmacs. | |
750 (Modules for Building XEmacs): | |
751 (Modules for Build Configuration): | |
752 (Modules for Compiling XEmacs): | |
753 (Modules for Preloading Lisp): | |
754 (The Build Configuration System): | |
755 (Adding Configurable Features): | |
756 (The configure Script): | |
757 (The Makefile Precursors): | |
758 New nodes. | |
759 (Rules When Writing New C Code): | |
760 Point Previous to The Build Configuration System. | |
761 | |
2594 | 762 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
763 | |
764 * XEmacs 21.5.19 "chives" is released. | |
765 | |
2559 | 766 2005-02-03 Ben Wing <ben@xemacs.org> |
767 | |
768 * xemacs-faq.texi: | |
769 * xemacs-faq.texi (Top): | |
770 * xemacs-faq.texi (Introduction): | |
771 * xemacs-faq.texi (Q1.2.2): | |
772 * xemacs-faq.texi (Q1.2.5): | |
773 * xemacs-faq.texi (Q1.2.9): | |
774 * xemacs-faq.texi (Q1.2.10): | |
775 * xemacs-faq.texi (Q1.2.11): | |
776 * xemacs-faq.texi (Q1.2.12): | |
777 * xemacs-faq.texi (Q1.4.2): | |
778 * xemacs-faq.texi (Q1.5.2): | |
779 * xemacs-faq.texi (Q1.5.3): | |
780 * xemacs-faq.texi (Q1.5.4): | |
781 * xemacs-faq.texi (Q1.5.5): | |
782 * xemacs-faq.texi (Q1.6.6): | |
783 * xemacs-faq.texi (Q1.7.1): | |
784 * xemacs-faq.texi (Q1.7.2): | |
785 * xemacs-faq.texi (Q1.7.3): | |
786 * xemacs-faq.texi (Q1.7.4): | |
787 * xemacs-faq.texi (Installation): | |
788 * xemacs-faq.texi (Q2.0.1): | |
789 * xemacs-faq.texi (Q2.0.2): | |
790 * xemacs-faq.texi (Q2.0.3): | |
791 * xemacs-faq.texi (Q2.0.4): | |
792 * xemacs-faq.texi (Q2.0.5): | |
793 * xemacs-faq.texi (Q2.1.1): | |
794 * xemacs-faq.texi (Q2.1.2): | |
795 * xemacs-faq.texi (Q2.1.3): | |
796 * xemacs-faq.texi (Q2.1.4): | |
797 * xemacs-faq.texi (Q2.1.5): | |
798 * xemacs-faq.texi (Q2.1.6): | |
799 * xemacs-faq.texi (Q2.1.7): | |
800 * xemacs-faq.texi (Q2.2.1): | |
801 * xemacs-faq.texi (Q2.2.2): | |
802 * xemacs-faq.texi (Q2.3.1): | |
803 * xemacs-faq.texi (Q2.3.2): | |
804 * xemacs-faq.texi (Q2.3.3): | |
805 * xemacs-faq.texi (Q2.3.4): | |
806 * xemacs-faq.texi (Q2.3.5): | |
807 * xemacs-faq.texi (Q2.3.6): | |
808 * xemacs-faq.texi (Q2.3.7): | |
809 * xemacs-faq.texi (Q2.3.8): | |
810 * xemacs-faq.texi (Q2.4.1): | |
811 * xemacs-faq.texi (Q2.4.2): | |
812 * xemacs-faq.texi (Q2.4.3): | |
813 * xemacs-faq.texi (Q2.4.4): | |
814 * xemacs-faq.texi (Q2.4.5): | |
815 * xemacs-faq.texi (Q2.4.6): | |
816 * xemacs-faq.texi (Q2.4.7): | |
817 * xemacs-faq.texi (Q2.4.8): | |
818 * xemacs-faq.texi (Q2.4.9): | |
819 * xemacs-faq.texi (Q2.4.10): | |
820 * xemacs-faq.texi (Q2.4.11): | |
821 * xemacs-faq.texi (Q2.4.12): | |
822 * xemacs-faq.texi (Q2.5.1): | |
823 * xemacs-faq.texi (Q2.5.2): | |
824 * xemacs-faq.texi (Q2.5.3): | |
825 * xemacs-faq.texi (Q2.5.4): | |
826 * xemacs-faq.texi (Q2.5.5): | |
827 * xemacs-faq.texi (Legacy Versions): | |
828 * xemacs-faq.texi (Q10.0.1): | |
829 * xemacs-faq.texi (Q10.0.2): | |
830 Flesh out intro section on packages and section on installing | |
831 packages. Incorporate README, README.packages, BUGS, etc/PACKAGES. | |
832 Various other changes. | |
833 | |
2547 | 834 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> |
835 | |
836 * beta.texi: Update Copyright. Add pointer comment. | |
837 | |
838 (New packages): Remove personal names, point at jobs.html | |
839 instead. | |
840 | |
841 (Syncing with GNU Emacs): Change "don't assume Mule" to | |
842 "conditionalize Mule dependencies correctly". RMS stroking: use | |
843 "GNU", not "FSF", in sync notices. | |
844 | |
845 2005-02-02 Robert Delius Royar <xemacs@frinabulax.org> | |
846 | |
847 * beta.texi (Top): | |
2865 | 848 Add reference to Index in catalog to prevent |
2547 | 849 errors compiling with GNU makeinfo 4.5. |
850 | |
851 * beta.texi (Syncing with GNU Emacs): | |
2865 | 852 Add forward reference to Index in next node to prevent |
2547 | 853 errors compiling with GNU makeinfo 4.5. |
854 | |
855 * beta.texi (Index): | |
856 Add backward reference to Syncing with GNU Emacs to | |
2865 | 857 replace obsolete reference to Defining Variables to |
2547 | 858 prevent errors compiling with GNU makeinfo 4.5. |
859 | |
2537 | 860 2005-01-31 Ben Wing <ben@xemacs.org> |
861 | |
862 * xemacs/help.texi (Misc Help): | |
863 Delete references to DISTRIB. Point to FAQ. | |
2865 | 864 |
2537 | 865 * xemacs/new.texi: |
866 Update sample code for version checking. | |
2865 | 867 |
2537 | 868 * xemacs/xemacs.texi (Distrib): |
869 * xemacs/xemacs.texi (Intro): | |
870 Delete references to DISTRIB. Point directly to web site. | |
871 Update stuff referring to GNU Emacs. Delete references to Win-Emacs. | |
872 | |
873 2005-01-31 Ben Wing <ben@xemacs.org> | |
874 | |
875 * Makefile: | |
876 * Makefile (info_files): | |
877 * Makefile (html_files): | |
878 * Makefile (dvi_files): | |
879 * Makefile (pdf_files): | |
880 * Makefile ($(INFODIR)/beta.info): | |
881 Add beta.texi and built files. | |
2865 | 882 |
2537 | 883 * xemacs-faq.texi (Top): |
884 * xemacs-faq.texi (Introduction): | |
885 * xemacs-faq.texi (Q1.0.3): | |
886 * xemacs-faq.texi (Q1.0.4): | |
887 * xemacs-faq.texi (Q1.0.5): | |
888 * xemacs-faq.texi (Q1.0.6): | |
889 * xemacs-faq.texi (Q1.1.1): | |
890 * xemacs-faq.texi (Q1.1.2): | |
891 * xemacs-faq.texi (Q1.1.3): | |
892 * xemacs-faq.texi (Q1.1.4): | |
893 * xemacs-faq.texi (Q1.2.1): | |
894 * xemacs-faq.texi (Q1.2.2): | |
895 * xemacs-faq.texi (Q1.2.3): | |
896 * xemacs-faq.texi (Q1.2.4): | |
897 * xemacs-faq.texi (Q1.2.5): | |
898 * xemacs-faq.texi (Q1.2.6): | |
899 * xemacs-faq.texi (Q1.2.7): | |
900 * xemacs-faq.texi (Q1.2.8): | |
901 * xemacs-faq.texi (Q1.2.9): | |
902 * xemacs-faq.texi (Q1.2.10): | |
903 * xemacs-faq.texi (Q1.2.11): | |
904 * xemacs-faq.texi (Q1.2.12): | |
905 * xemacs-faq.texi (Q1.2.13): | |
906 * xemacs-faq.texi (Q1.3.1): | |
907 * xemacs-faq.texi (Q1.3.2): | |
908 * xemacs-faq.texi (Q1.3.3): | |
909 * xemacs-faq.texi (Q1.3.4): | |
910 * xemacs-faq.texi (Q1.3.5): | |
911 * xemacs-faq.texi (Q1.3.6): | |
912 * xemacs-faq.texi (Q1.3.7): | |
913 * xemacs-faq.texi (Q1.3.8): | |
914 * xemacs-faq.texi (Q1.4.1): | |
915 * xemacs-faq.texi (Q1.4.2): | |
916 * xemacs-faq.texi (double-word): New. | |
917 * xemacs-faq.texi (Q1.4.3): | |
918 * xemacs-faq.texi (Q1.4.4): | |
919 * xemacs-faq.texi (Q1.4.5): | |
920 * xemacs-faq.texi (Q1.5.1): | |
921 * xemacs-faq.texi (Q1.5.2): | |
922 * xemacs-faq.texi (Q1.5.3): | |
923 * xemacs-faq.texi (Q1.6.1): | |
924 * xemacs-faq.texi (Q1.6.2): | |
925 * xemacs-faq.texi (Q1.6.3): | |
926 * xemacs-faq.texi (Q1.6.4): | |
927 * xemacs-faq.texi (Q1.6.5): | |
928 * xemacs-faq.texi (Q1.6.6): | |
929 * xemacs-faq.texi (Q1.7.1): | |
930 * xemacs-faq.texi (Q1.8.1): | |
931 * xemacs-faq.texi (Q1.8.2): | |
932 * xemacs-faq.texi (Q1.8.3): | |
933 * xemacs-faq.texi (Q1.8.4): | |
934 * xemacs-faq.texi (Q1.8.5): | |
935 * xemacs-faq.texi (Q1.8.6): | |
936 * xemacs-faq.texi (Q1.8.7): | |
937 * xemacs-faq.texi (Q1.8.8): | |
938 * xemacs-faq.texi (Q1.8.9): | |
939 * xemacs-faq.texi (Q2.2.1): | |
940 * xemacs-faq.texi (Q2.2.2): | |
941 * xemacs-faq.texi (Q2.4.2): | |
942 * xemacs-faq.texi (Advanced): | |
943 * xemacs-faq.texi (Q7.0.1): | |
944 * xemacs-faq.texi (Q7.0.2): | |
945 * xemacs-faq.texi (Q7.0.3): | |
946 * xemacs-faq.texi (Q7.0.4): | |
947 * xemacs-faq.texi (Q7.0.5): | |
948 * xemacs-faq.texi (Q7.0.6): | |
949 * xemacs-faq.texi (Q7.1.1): | |
950 * xemacs-faq.texi (Q7.1.2): | |
951 * xemacs-faq.texi (Q7.1.3): | |
952 * xemacs-faq.texi (Q7.1.4): | |
953 * xemacs-faq.texi (Q7.1.5): | |
954 * xemacs-faq.texi (Q7.1.6): | |
955 * xemacs-faq.texi (Q7.1.7): | |
956 * xemacs-faq.texi (Q7.1.8): | |
957 * xemacs-faq.texi (Q7.1.9): | |
958 * xemacs-faq.texi (Q7.1.10): | |
959 * xemacs-faq.texi (Q7.1.11): | |
960 * xemacs-faq.texi (Q7.2.1): | |
961 * xemacs-faq.texi (Q7.2.2): | |
962 * xemacs-faq.texi (Q7.2.3): | |
963 * xemacs-faq.texi (Other Packages): | |
964 * xemacs-faq.texi (Current Events): | |
965 * xemacs-faq.texi (Legacy Versions): | |
966 Major overhaul of section 1. Add mailing list info, update | |
967 downloading info, add info on CVS, etc. | |
968 | |
2522 | 969 2004-10-17 Shyamal Prasad <shyamal@member.fsf.org> |
970 | |
971 * xemacs/programs.texi (Program Modes): Updated it to reflect | |
972 current status of programming modes. | |
973 * xemacs/programs.texi (CC Mode): New section introduces CC | |
974 Mode. Introduces customization with reference to CC Mode | |
975 manual. Also introduce C/AWK modes in prog-modes package | |
976 * xemacs/programs.texi (C Ident): Removed - it was | |
977 obsolete. prog-modes package documentation now contains | |
2865 | 978 indentation description for old C mode |
2522 | 979 * xemacs/major.texi (Mode Hooks): Add description of major mode |
980 hooks. Cleaned up and updated programming mode descriptions. | |
981 * xemacs/xemacs.texi (Top): Updated Detailed Node listing for new | |
982 CC Mode section in programs.texi | |
983 | |
984 | |
2507 | 985 2005-01-26 Ben Wing <ben@xemacs.org> |
986 | |
987 * internals/internals.texi: | |
988 * internals/internals.texi (Through Version 18): | |
989 * internals/internals.texi (GNU Emacs 19): | |
990 * internals/internals.texi (GNU Emacs 20): | |
991 Update History. | |
992 | |
993 * internals/internals.texi (Unicode support under Windows): | |
994 Redo section on Windows 95 support for Unicode. | |
995 | |
2492 | 996 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
997 | |
998 * man/lispref/functions.texi (Functions): Rename to "Functions and | |
999 Commands" | |
1000 * man/lispref/functions.texi (What Is a Function): Move the definition | |
1001 of a command further up the list, give information on a trivial | |
1002 (interactive) declaration, and cross-reference to the key binding | |
1003 detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp | |
2865 | 1004 (comp.emacs.xemacs, 2005-01-18). |
2492 | 1005 * man/lispref/eval.texi man/lispref/lispref.texi |
2865 | 1006 man/lispref/macros.texi man/lispref/symbols.texi |
2492 | 1007 man/lispref/variables.texi: Fix cross references. |
1008 | |
2459 | 1009 2004-12-28 Ben Wing <ben@xemacs.org> |
1010 | |
1011 * xemacs-faq.texi (Top): | |
1012 * xemacs-faq.texi (Introduction): | |
1013 * xemacs-faq.texi (Q1.0.3): | |
1014 * xemacs-faq.texi (Q1.0.5): | |
1015 * xemacs-faq.texi (Q1.0.10): | |
1016 * xemacs-faq.texi (Q1.1.4): | |
1017 * xemacs-faq.texi (Q1.1.5): | |
1018 * xemacs-faq.texi (Q1.4.1): | |
1019 * xemacs-faq.texi (Q1.4.3): | |
1020 * xemacs-faq.texi (Q1.5.8): | |
1021 * xemacs-faq.texi (Installation): | |
1022 * xemacs-faq.texi (Q2.0.3): | |
1023 * xemacs-faq.texi (Q2.0.5): | |
1024 * xemacs-faq.texi (Q2.1.1): | |
1025 * xemacs-faq.texi (Q2.1.2): | |
1026 * xemacs-faq.texi (Q2.2.7): | |
1027 * xemacs-faq.texi (Q2.4.6): | |
1028 * xemacs-faq.texi (Editing): | |
1029 * xemacs-faq.texi (Q3.0.1): | |
1030 * xemacs-faq.texi (Q3.0.2): | |
1031 * xemacs-faq.texi (Q3.0.3): | |
1032 * xemacs-faq.texi (Q3.0.4): | |
1033 * xemacs-faq.texi (Q3.0.5): | |
1034 * xemacs-faq.texi (Q3.0.6): | |
1035 * xemacs-faq.texi (Q3.0.7): | |
1036 * xemacs-faq.texi (Q3.0.8): | |
1037 * xemacs-faq.texi (Q3.0.9): | |
1038 * xemacs-faq.texi (Q3.0.10): | |
1039 * xemacs-faq.texi (Q3.0.11): | |
1040 * xemacs-faq.texi (Q3.1.1): | |
1041 * xemacs-faq.texi (Q3.1.2): | |
1042 * xemacs-faq.texi (Q3.1.3): | |
1043 * xemacs-faq.texi (Q3.1.4): | |
1044 * xemacs-faq.texi (Q3.1.5): | |
1045 * xemacs-faq.texi (Q3.2.1): | |
1046 * xemacs-faq.texi (Q3.2.2): | |
1047 * xemacs-faq.texi (Q3.2.3): | |
1048 * xemacs-faq.texi (Q3.2.4): | |
1049 * xemacs-faq.texi (Q3.2.5): | |
1050 * xemacs-faq.texi (Q3.3.1): | |
1051 * xemacs-faq.texi (Q3.3.2): | |
1052 * xemacs-faq.texi (Q3.3.3): | |
1053 * xemacs-faq.texi (Q3.3.4): | |
1054 * xemacs-faq.texi (Q3.3.5): | |
1055 * xemacs-faq.texi (Q3.3.6): | |
1056 * xemacs-faq.texi (Q3.4.1): | |
1057 * xemacs-faq.texi (Q3.4.2): | |
1058 * xemacs-faq.texi (Display): | |
1059 * xemacs-faq.texi (Q4.0.1): | |
1060 * xemacs-faq.texi (Q4.0.2): | |
1061 * xemacs-faq.texi (Q4.0.3): | |
1062 * xemacs-faq.texi (Q4.0.4): | |
1063 * xemacs-faq.texi (my-toggle-toolbar): Removed. | |
1064 * xemacs-faq.texi (Q4.0.5): | |
1065 * xemacs-faq.texi (Q4.0.6): | |
1066 * xemacs-faq.texi (Q4.0.7): | |
1067 * xemacs-faq.texi (Q4.0.8): | |
1068 * xemacs-faq.texi (Q4.0.9): | |
1069 * xemacs-faq.texi (Q4.1.1): | |
1070 * xemacs-faq.texi (Q4.1.2): | |
1071 * xemacs-faq.texi (Q4.2.1): | |
1072 * xemacs-faq.texi (Q4.2.2): | |
1073 * xemacs-faq.texi (Q4.2.3): | |
1074 * xemacs-faq.texi (Q4.2.4): | |
1075 * xemacs-faq.texi (Q4.3.1): | |
1076 * xemacs-faq.texi (Q4.3.2): | |
1077 * xemacs-faq.texi (Q4.3.3): | |
1078 * xemacs-faq.texi (Q4.4.1): | |
1079 * xemacs-faq.texi (Q4.4.2): | |
1080 * xemacs-faq.texi (Q4.4.3): | |
1081 * xemacs-faq.texi (Q4.4.4): | |
1082 * xemacs-faq.texi (Q4.4.5): | |
1083 * xemacs-faq.texi (Q4.5.1): | |
1084 * xemacs-faq.texi (Q4.5.2): | |
1085 * xemacs-faq.texi (Q4.5.3): | |
1086 * xemacs-faq.texi (Q4.5.4): | |
1087 * xemacs-faq.texi (Q4.6.1): | |
1088 * xemacs-faq.texi (Q4.6.2): | |
1089 * xemacs-faq.texi (Q4.6.3): | |
1090 * xemacs-faq.texi (Q4.6.4): | |
1091 * xemacs-faq.texi (scroll-up): Removed. | |
1092 * xemacs-faq.texi (Q4.6.5): | |
1093 * xemacs-faq.texi (scroll-down): Removed. | |
1094 * xemacs-faq.texi (Q4.6.6): | |
1095 * xemacs-faq.texi (Q4.6.7): | |
1096 * xemacs-faq.texi (Q4.7.1): | |
1097 * xemacs-faq.texi (Q4.7.2): | |
1098 * xemacs-faq.texi (Q4.7.3): | |
1099 * xemacs-faq.texi (Q4.7.4): | |
1100 * xemacs-faq.texi (External Subsystems): | |
1101 * xemacs-faq.texi (Q5.0.1): | |
1102 * xemacs-faq.texi (Q5.0.2): | |
1103 * xemacs-faq.texi (Q5.0.3): | |
1104 * xemacs-faq.texi (Q5.0.4): | |
1105 * xemacs-faq.texi (Q5.0.5): | |
1106 * xemacs-faq.texi (Q5.0.6): | |
1107 * xemacs-faq.texi (Q5.1.1): | |
1108 * xemacs-faq.texi (Q5.1.2): | |
1109 * xemacs-faq.texi (Q5.2.1): | |
1110 * xemacs-faq.texi (Q5.2.2): | |
1111 * xemacs-faq.texi (Q5.2.3): | |
1112 * xemacs-faq.texi (Q5.2.4): | |
1113 * xemacs-faq.texi (Q5.3.1): | |
1114 * xemacs-faq.texi (Q5.3.2): | |
1115 * xemacs-faq.texi (Q5.3.3): | |
1116 * xemacs-faq.texi (Q5.3.4): | |
1117 * xemacs-faq.texi (Q5.4.1): | |
1118 * xemacs-faq.texi (Q5.4.2): | |
1119 * xemacs-faq.texi (Q5.4.3): | |
1120 * xemacs-faq.texi (Q5.4.4): | |
1121 * xemacs-faq.texi (Q5.4.5): | |
1122 * xemacs-faq.texi (Q5.5.1): | |
1123 * xemacs-faq.texi (Q5.5.2): | |
1124 * xemacs-faq.texi (Q5.5.3): | |
1125 * xemacs-faq.texi (Q5.5.4): | |
1126 * xemacs-faq.texi (Q5.5.5): | |
1127 * xemacs-faq.texi (Internet): | |
1128 * xemacs-faq.texi (Q6.0.1): | |
1129 * xemacs-faq.texi (Q6.0.2): | |
1130 * xemacs-faq.texi (Q6.0.3): | |
1131 * xemacs-faq.texi (Q6.0.4): | |
1132 * xemacs-faq.texi (Q6.0.5): | |
1133 * xemacs-faq.texi (Q6.0.6): | |
1134 * xemacs-faq.texi (Q6.0.7): | |
1135 * xemacs-faq.texi (Q6.0.8): | |
1136 * xemacs-faq.texi (Q6.0.9): | |
1137 * xemacs-faq.texi (Q6.0.10): | |
1138 * xemacs-faq.texi (Q6.0.11): | |
1139 * xemacs-faq.texi (Q6.1.1): | |
1140 * xemacs-faq.texi (Q6.1.2): | |
1141 * xemacs-faq.texi (Q6.1.3): | |
1142 * xemacs-faq.texi (Q6.1.4): | |
1143 * xemacs-faq.texi (Q6.1.5): | |
1144 * xemacs-faq.texi (Q6.1.6): | |
1145 * xemacs-faq.texi (Q6.2.1): | |
1146 * xemacs-faq.texi (Q6.2.2): | |
1147 * xemacs-faq.texi (Q6.3.1): | |
1148 * xemacs-faq.texi (Q6.3.2): | |
1149 * xemacs-faq.texi (Q6.4.1): | |
1150 * xemacs-faq.texi (Q6.4.2): | |
1151 * xemacs-faq.texi (Q6.4.3): | |
1152 * xemacs-faq.texi (Advanced): | |
1153 * xemacs-faq.texi (Q7.0.1): | |
1154 * xemacs-faq.texi (Q7.0.2): | |
1155 * xemacs-faq.texi (Q7.1.1): | |
1156 * xemacs-faq.texi (Q7.1.2): | |
1157 * xemacs-faq.texi (Q7.1.3): | |
1158 * xemacs-faq.texi (Q7.1.4): | |
1159 * xemacs-faq.texi (Q7.1.5): | |
1160 * xemacs-faq.texi (Q7.1.6): | |
1161 * xemacs-faq.texi (Q7.2.1): | |
1162 * xemacs-faq.texi (Q7.2.2): | |
1163 * xemacs-faq.texi (Q7.2.3): | |
1164 * xemacs-faq.texi (Q7.2.4): | |
1165 * xemacs-faq.texi (Q7.2.5): | |
1166 * xemacs-faq.texi (Q7.2.6): | |
1167 * xemacs-faq.texi (Q7.2.7): | |
1168 * xemacs-faq.texi (Q7.2.8): | |
1169 * xemacs-faq.texi (Q7.2.9): | |
1170 * xemacs-faq.texi (Q7.2.10): | |
1171 * xemacs-faq.texi (Q7.2.11): | |
1172 * xemacs-faq.texi (Q7.3.1): | |
1173 * xemacs-faq.texi (Q7.3.2): | |
1174 * xemacs-faq.texi (Q7.3.3): | |
1175 * xemacs-faq.texi (Q7.3.4): | |
1176 * xemacs-faq.texi (Other Packages): | |
1177 * xemacs-faq.texi (Q8.0.1): | |
1178 * xemacs-faq.texi (Q8.0.2): | |
1179 * xemacs-faq.texi (Q8.0.3): | |
1180 * xemacs-faq.texi (Q8.0.4): | |
1181 * xemacs-faq.texi (Q8.1.1): | |
1182 * xemacs-faq.texi (Q8.1.2): | |
1183 * xemacs-faq.texi (Q8.1.3): | |
1184 * xemacs-faq.texi (Q8.2.1): | |
1185 * xemacs-faq.texi (Q8.2.2): | |
1186 * xemacs-faq.texi (Q8.2.3): | |
1187 * xemacs-faq.texi (Q8.2.4): | |
1188 * xemacs-faq.texi (Current Events): | |
1189 * xemacs-faq.texi (Q9.0.1): | |
1190 * xemacs-faq.texi (my-function): Removed. | |
1191 * xemacs-faq.texi (Q9.0.2): | |
1192 * xemacs-faq.texi (Q9.0.3): | |
1193 * xemacs-faq.texi (Q9.0.4): | |
1194 * xemacs-faq.texi (Q9.0.5): | |
1195 * xemacs-faq.texi (Legacy Versions): | |
1196 Major rearrangement. Expand to 10 sections. Add various questions, | |
1197 mostly stubs currently. Remove some obsolete stuff. Update a bunch | |
1198 of the links. | |
1199 | |
2444 | 1200 2004-12-15 Ville Skyttä <scop@xemacs.org> |
1201 | |
1202 * lispref/help.texi: Document 3rd arg to `make-obsolete'. | |
1203 | |
2441 | 1204 2004-12-15 Robert Delius Royar <xemacs@frinabulax.org> |
1205 | |
1206 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
1207 Objects): Remove Mote in Make's eye, fix build. | |
1208 | |
2438 | 1209 2004-12-12 Stephen J. Turnbull <stephen@xemacs.org> |
1210 | |
1211 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
1212 Objects): Comment on problems, and extensions needed to handle | |
1213 native widgets properly. | |
1214 | |
2431 | 1215 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> |
1216 | |
1217 * internals/internals.texi (Better Rendering Support -- | |
1218 Implementation): Document reasons for Label Widget crash. | |
1219 | |
2427 | 1220 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> |
1221 | |
1222 * Makefile (RECURSIVE_MAKE): Removed. | |
1223 * Makefile (RECURSIVE_MAKE_ARGS): New. The new method for | |
1224 handling parallel builds. | |
1225 | |
2421 | 1226 2004-12-05 Ben Wing <ben@xemacs.org> |
1227 | |
1228 * xemacs/packages.texi (Packages): | |
1229 * xemacs/packages.texi (Manually): | |
1230 * xemacs/packages.texi (Building Packages): | |
1231 * xemacs/packages.texi (Local.rules File): | |
1232 * xemacs/packages.texi (Available Packages): | |
1233 Add long form of Lisp Reference Manual to links. | |
1234 Add links pointing to Lisp Reference Manual for more detailed | |
1235 package discussion. | |
2422 | 1236 |
1237 * xemacs/xemacs-faq.texi: | |
1238 As per Adrian's suggestion, mention that Pitts Jarvis is deceased. | |
1239 | |
2421 | 1240 2004-12-05 Ben Wing <ben@xemacs.org> |
1241 | |
1242 * lispref/range-tables.texi (Range Tables): | |
1243 * lispref/range-tables.texi (Introduction to Range Tables): | |
1244 * lispref/range-tables.texi (Working With Range Tables): | |
1245 Document range-table changes. | |
1246 | |
1247 2004-12-05 Ben Wing <ben@xemacs.org> | |
1248 | |
1249 * internals/internals.texi (A History of Emacs): | |
1250 Update history section. | |
1251 | |
1252 2004-12-05 Ben Wing <ben@xemacs.org> | |
1253 | |
1254 * xemacs-faq.texi: | |
1255 * xemacs-faq.texi (fix-main-menu): New. | |
1256 * xemacs-faq.texi (fix-omitted-menu-lines): New. | |
1257 * xemacs-faq.texi (Top): | |
1258 * xemacs-faq.texi (Introduction): | |
1259 * xemacs-faq.texi (Q1.0.1): | |
1260 * xemacs-faq.texi (Q1.0.2): | |
1261 * xemacs-faq.texi (Q1.0.4): | |
1262 * xemacs-faq.texi (Q1.0.5): | |
1263 * xemacs-faq.texi (Q1.0.6): | |
1264 * xemacs-faq.texi (Q1.0.7): | |
1265 * xemacs-faq.texi (Q1.0.8): | |
1266 * xemacs-faq.texi (Q1.0.9): | |
1267 * xemacs-faq.texi (Q1.0.10): | |
1268 * xemacs-faq.texi (Q1.0.11): | |
1269 * xemacs-faq.texi (Q1.0.12): | |
1270 * xemacs-faq.texi (Q1.0.13): | |
1271 * xemacs-faq.texi (Q1.0.14): | |
1272 * xemacs-faq.texi (Q1.1.1): | |
1273 * xemacs-faq.texi (Q1.1.2): | |
1274 * xemacs-faq.texi (Q1.1.3): | |
1275 * xemacs-faq.texi (Q1.1.4): | |
1276 * xemacs-faq.texi (Q1.1.5): | |
1277 * xemacs-faq.texi (Q1.1.6): | |
1278 * xemacs-faq.texi (Q1.1.7): | |
1279 * xemacs-faq.texi (Q1.1.8): | |
1280 * xemacs-faq.texi (Q1.1.9): | |
1281 * xemacs-faq.texi (Q1.2.1): | |
1282 * xemacs-faq.texi (Q1.2.2): | |
1283 * xemacs-faq.texi (Q1.2.3): | |
1284 * xemacs-faq.texi (Q1.3.1): | |
1285 * xemacs-faq.texi (Q1.3.2): | |
1286 * xemacs-faq.texi (Q1.3.3): | |
1287 * xemacs-faq.texi (Q1.4.1): | |
1288 * xemacs-faq.texi (Q1.4.2): | |
1289 * xemacs-faq.texi (Q1.4.3): | |
1290 * xemacs-faq.texi (Q1.4.4): | |
1291 * xemacs-faq.texi (Q1.4.5): | |
1292 * xemacs-faq.texi (Q1.4.6): | |
1293 * xemacs-faq.texi (Q1.4.7): | |
1294 * xemacs-faq.texi (Q1.4.8): | |
1295 * xemacs-faq.texi (Q1.4.9): | |
1296 * xemacs-faq.texi (Q1.5.1): | |
1297 * xemacs-faq.texi (Q1.5.2): | |
1298 * xemacs-faq.texi (Q1.5.3): | |
1299 * xemacs-faq.texi (Q1.5.4): | |
1300 * xemacs-faq.texi (Q1.5.5): | |
1301 * xemacs-faq.texi (Q1.5.6): | |
1302 * xemacs-faq.texi (Q1.5.7): | |
1303 * xemacs-faq.texi (Q1.5.8): | |
1304 * xemacs-faq.texi (Installation): | |
1305 * xemacs-faq.texi (Q2.0.1): | |
1306 * xemacs-faq.texi (Q2.0.2): | |
1307 * xemacs-faq.texi (Q2.0.3): | |
1308 * xemacs-faq.texi (Q2.0.4): | |
1309 * xemacs-faq.texi (Q2.0.5): | |
1310 * xemacs-faq.texi (Q2.0.6): | |
1311 * xemacs-faq.texi (Q2.0.7): | |
1312 * xemacs-faq.texi (Q2.1.1): | |
1313 * xemacs-faq.texi (Q2.1.2): | |
1314 * xemacs-faq.texi (Q2.1.3): | |
1315 * xemacs-faq.texi (Q2.1.4): | |
1316 * xemacs-faq.texi (Q2.2.1): | |
1317 * xemacs-faq.texi (Q2.2.2): | |
1318 * xemacs-faq.texi (Q2.2.3): | |
1319 * xemacs-faq.texi (Q2.2.4): | |
1320 * xemacs-faq.texi (Q2.2.5): | |
1321 * xemacs-faq.texi (Q2.2.6): | |
1322 * xemacs-faq.texi (Q2.2.7): | |
1323 * xemacs-faq.texi (Q2.2.8): | |
1324 * xemacs-faq.texi (Q2.3.1): | |
1325 * xemacs-faq.texi (Q2.3.2): | |
1326 * xemacs-faq.texi (Q2.3.3): | |
1327 * xemacs-faq.texi (Q2.3.4): | |
1328 * xemacs-faq.texi (Q2.3.5): | |
1329 * xemacs-faq.texi (Q2.3.6): | |
1330 * xemacs-faq.texi (Q2.3.7): | |
1331 * xemacs-faq.texi (Q2.3.8): | |
1332 * xemacs-faq.texi (Q2.3.9): | |
1333 * xemacs-faq.texi (Q2.3.10): | |
1334 * xemacs-faq.texi (Q2.3.11): | |
1335 * xemacs-faq.texi (Q2.4.1): | |
1336 * xemacs-faq.texi (Q2.4.2): | |
1337 * xemacs-faq.texi (Q2.4.3): | |
1338 * xemacs-faq.texi (Q2.4.4): | |
1339 * xemacs-faq.texi (Q2.4.5): | |
1340 * xemacs-faq.texi (Q2.4.6): | |
1341 * xemacs-faq.texi (Display Subsystems): | |
1342 * xemacs-faq.texi (running-xemacs): Removed. | |
1343 * xemacs-faq.texi (Q3.0.1): | |
1344 * xemacs-faq.texi (Q3.0.2): | |
1345 * xemacs-faq.texi (Q3.0.3): | |
1346 * xemacs-faq.texi (Q3.0.4): | |
1347 * xemacs-faq.texi (Q3.0.5): | |
1348 * xemacs-faq.texi (Q3.0.6): | |
1349 * xemacs-faq.texi (foo-old-losing-code-p): Removed. | |
1350 * xemacs-faq.texi (Q3.0.7): | |
1351 * xemacs-faq.texi (Q3.0.8): | |
1352 * xemacs-faq.texi (Q3.0.9): | |
1353 * xemacs-faq.texi (Q3.0.10): | |
1354 * xemacs-faq.texi (Q3.1.1): | |
1355 * xemacs-faq.texi (Q3.1.2): | |
1356 * xemacs-faq.texi (Q3.1.3): | |
1357 * xemacs-faq.texi (Q3.1.4): | |
1358 * xemacs-faq.texi (Q3.1.5): | |
1359 * xemacs-faq.texi (Q3.2.1): | |
1360 * xemacs-faq.texi (Q3.2.2): | |
1361 * xemacs-faq.texi (Q3.2.3): | |
1362 * xemacs-faq.texi (Q3.2.4): | |
1363 * xemacs-faq.texi (Q3.2.5): | |
1364 * xemacs-faq.texi (Q3.2.6): | |
1365 * xemacs-faq.texi (Q3.2.7): | |
1366 * xemacs-faq.texi (Q3.2.8): | |
1367 * xemacs-faq.texi (Q3.2.9): | |
1368 * xemacs-faq.texi (Q3.3.1): | |
1369 * xemacs-faq.texi (Q3.3.2): | |
1370 * xemacs-faq.texi (Q3.3.3): | |
1371 * xemacs-faq.texi (Q3.3.4): | |
1372 * xemacs-faq.texi (Q3.3.5): | |
1373 * xemacs-faq.texi (Q3.3.6): | |
1374 * xemacs-faq.texi (Q3.4.1): | |
1375 * xemacs-faq.texi (Q3.4.2): | |
1376 * xemacs-faq.texi (Q3.4.3): | |
1377 * xemacs-faq.texi (Q3.4.4): | |
1378 * xemacs-faq.texi (Q3.4.5): | |
1379 * xemacs-faq.texi (Q3.4.6): | |
1380 * xemacs-faq.texi (Q3.5.1): | |
1381 * xemacs-faq.texi (Q3.5.2): | |
1382 * xemacs-faq.texi (Q3.5.3): | |
1383 * xemacs-faq.texi (Q3.5.4): | |
1384 * xemacs-faq.texi (Q3.6.1): | |
1385 * xemacs-faq.texi (Q3.6.2): | |
1386 * xemacs-faq.texi (Q3.6.3): | |
1387 * xemacs-faq.texi (Q3.7.1): | |
1388 * xemacs-faq.texi (Q3.7.2): | |
1389 * xemacs-faq.texi (Q3.7.3): | |
1390 * xemacs-faq.texi (Q3.7.4): | |
1391 * xemacs-faq.texi (Q3.7.5): | |
1392 * xemacs-faq.texi (Q3.7.6): | |
1393 * xemacs-faq.texi (Q3.7.7): | |
1394 * xemacs-faq.texi (Q3.7.8): | |
1395 * xemacs-faq.texi (Q3.8.1): | |
1396 * xemacs-faq.texi (Q3.8.2): | |
1397 * xemacs-faq.texi (Q3.8.3): | |
1398 * xemacs-faq.texi (my-toggle-toolbar): New. | |
1399 * xemacs-faq.texi (Q3.8.4): | |
1400 * xemacs-faq.texi (scroll-one-line-up): Removed. | |
1401 * xemacs-faq.texi (scroll-one-line-down): Removed. | |
1402 * xemacs-faq.texi (Q3.8.5): | |
1403 * xemacs-faq.texi (Q3.9.1): | |
1404 * xemacs-faq.texi (Q3.9.2): | |
1405 * xemacs-faq.texi (Q3.9.3): | |
1406 * xemacs-faq.texi (Q3.9.4): | |
1407 * xemacs-faq.texi (Q3.9.5): | |
1408 * xemacs-faq.texi (External Subsystems): | |
1409 * xemacs-faq.texi (Q4.0.1): | |
1410 * xemacs-faq.texi (Q4.0.2): | |
1411 * xemacs-faq.texi (Q4.0.3): | |
1412 * xemacs-faq.texi (Q4.0.4): | |
1413 * xemacs-faq.texi (Q4.0.5): | |
1414 * xemacs-faq.texi (Q4.0.6): | |
1415 * xemacs-faq.texi (global-map): Removed. | |
1416 * xemacs-faq.texi (Q4.1.1): | |
1417 * xemacs-faq.texi (Q4.1.2): | |
1418 * xemacs-faq.texi (Q4.2.1): | |
1419 * xemacs-faq.texi (Q4.2.2): | |
1420 * xemacs-faq.texi (Q4.2.3): | |
1421 * xemacs-faq.texi (Q4.2.4): | |
1422 * xemacs-faq.texi (Q4.3.1): | |
1423 * xemacs-faq.texi (Q4.3.2): | |
1424 * xemacs-faq.texi (Q4.3.3): | |
1425 * xemacs-faq.texi (Q4.3.4): | |
1426 * xemacs-faq.texi (Q4.4.1): | |
1427 * xemacs-faq.texi (Q4.4.2): | |
1428 * xemacs-faq.texi (Q4.4.3): | |
1429 * xemacs-faq.texi (Q4.4.4): | |
1430 * xemacs-faq.texi (Q4.4.5): | |
1431 * xemacs-faq.texi (Q4.5.1): | |
1432 * xemacs-faq.texi (Q4.5.2): | |
1433 * xemacs-faq.texi (Q4.5.3): | |
1434 * xemacs-faq.texi (Q4.5.4): | |
1435 * xemacs-faq.texi (Q4.5.5): | |
1436 * xemacs-faq.texi (Q4.6.1): | |
1437 * xemacs-faq.texi (Q4.6.2): | |
1438 * xemacs-faq.texi (Q4.6.3): | |
1439 * xemacs-faq.texi (Q4.6.4): | |
1440 * xemacs-faq.texi (Q4.7.1): | |
1441 * xemacs-faq.texi (Q4.7.2): | |
1442 * xemacs-faq.texi (Q4.7.3): | |
1443 * xemacs-faq.texi (Q4.8.1): | |
1444 * xemacs-faq.texi (Q4.8.2): | |
1445 * xemacs-faq.texi (Q4.8.3): | |
1446 * xemacs-faq.texi (Q4.8.4): | |
1447 * xemacs-faq.texi (Internet): | |
1448 * xemacs-faq.texi (Q5.0.1): | |
1449 * xemacs-faq.texi (Q5.0.2): | |
1450 * xemacs-faq.texi (Q5.0.3): | |
1451 * xemacs-faq.texi (Q5.0.4): | |
1452 * xemacs-faq.texi (Q5.0.5): | |
1453 * xemacs-faq.texi (Q5.0.6): | |
1454 * xemacs-faq.texi (Q5.0.7): | |
1455 * xemacs-faq.texi (Q5.0.8): | |
1456 * xemacs-faq.texi (Q5.0.9): | |
1457 * xemacs-faq.texi (Q5.0.10): | |
1458 * xemacs-faq.texi (Q5.0.11): | |
1459 * xemacs-faq.texi (Q5.1.1): | |
1460 * xemacs-faq.texi (Q5.1.2): | |
1461 * xemacs-faq.texi (Q5.1.3): | |
1462 * xemacs-faq.texi (Q5.1.4): | |
1463 * xemacs-faq.texi (Q5.1.5): | |
1464 * xemacs-faq.texi (Q5.1.6): | |
1465 * xemacs-faq.texi (Q5.2.1): | |
1466 * xemacs-faq.texi (Q5.2.2): | |
1467 * xemacs-faq.texi (Q5.3.1): | |
1468 * xemacs-faq.texi (Q5.3.2): | |
1469 * xemacs-faq.texi (Q5.4.1): | |
1470 * xemacs-faq.texi (Q5.4.2): | |
1471 * xemacs-faq.texi (Q5.4.3): | |
1472 * xemacs-faq.texi (Advanced): | |
1473 * xemacs-faq.texi (Q6.0.1): | |
1474 * xemacs-faq.texi (Q6.0.2): | |
1475 * xemacs-faq.texi (Q6.1.1): | |
1476 * xemacs-faq.texi (Q6.1.2): | |
1477 * xemacs-faq.texi (Q6.1.3): | |
1478 * xemacs-faq.texi (Q6.1.4): | |
1479 * xemacs-faq.texi (Q6.1.5): | |
1480 * xemacs-faq.texi (Q6.1.6): | |
1481 * xemacs-faq.texi (Q6.2.1): | |
1482 * xemacs-faq.texi (Q6.2.2): | |
1483 * xemacs-faq.texi (Q6.2.3): | |
1484 * xemacs-faq.texi (Q6.2.4): | |
1485 * xemacs-faq.texi (Q6.2.5): | |
1486 * xemacs-faq.texi (Q6.2.6): | |
1487 * xemacs-faq.texi (Q6.2.7): | |
1488 * xemacs-faq.texi (Q6.2.8): | |
1489 * xemacs-faq.texi (Q6.2.9): | |
1490 * xemacs-faq.texi (Q6.2.10): | |
1491 * xemacs-faq.texi (Q6.2.11): | |
1492 * xemacs-faq.texi (Q6.3.1): | |
1493 * xemacs-faq.texi (Q6.3.2): | |
1494 * xemacs-faq.texi (Q6.3.3): | |
1495 * xemacs-faq.texi (Q6.3.4): | |
1496 * xemacs-faq.texi (Current Events): | |
1497 * xemacs-faq.texi (Q7.0.1): | |
1498 * xemacs-faq.texi (Q7.0.2): | |
1499 * xemacs-faq.texi (Q7.0.3): | |
1500 * xemacs-faq.texi (Q7.0.5): | |
1501 * xemacs-faq.texi (Q7.0.6): | |
1502 * xemacs-faq.texi (Legacy Versions): | |
1503 * xemacs-faq.texi (my-function): Removed. | |
1504 * xemacs-faq.texi (Q8.0.1): | |
1505 | |
1506 The section on Troubleshooting (now 2.3) has been completely | |
1507 written and includes a lot of stuff that is not properly | |
1508 documented anywhere else. A fair amount of obsolete info has been | |
1509 deleted and I've incorporated the comments that people (mostly | |
1510 Stephen T) made. Former chapter 3 has been split up in two, one | |
1511 pertaining to basic I/O and the other to external I/O. What were | |
1512 formerly chapters 5 and 6 no longer exist as such; the info in | |
1513 them has been distributed across various other chapters. Old | |
1514 chapter 4 got split up, part going to the new chapter 4 on | |
1515 external I/O and part going to the new chapter 5 on the Internet. | |
1516 In this new chapter, stuff not pertaining to a specific package | |
1517 (e.g. VM or GNUS) was taken out of package-specific sections and a | |
1518 general mail section was constituted. Part of old chapter 5 | |
1519 remains in a new chapter 6 devoted to Emacs Lisp and other | |
1520 advanced stuff, and a section from old chapter 3 on basic | |
1521 init-file Lisp and some stuff from old chapter 5 on Info. The | |
1522 rest of chapter 5 was just "misc" and has gotten scattered to the | |
1523 winds (mostly in chapters 3 and 4). Old chapter 6 has also gotten | |
1524 quite scattered; there is no longer any section specifically | |
1525 devoted to Windows except one of the Installation sections (along | |
1526 with a section specfically devoted to Unix), and the rest has | |
1527 moved to join the appropriate non-Windows-specific section | |
1528 elsewhere. A lot of chapters had their sections rearranged and | |
1529 likewise for sections having entries rearranged, with the | |
1530 intention that the new arrangement should be more natural. In | |
1531 general I hope that stuff should be much easier to locate. I also | |
1532 rewrote the entries on the relation between XEmacs and GNU Emacs | |
1533 on the authors of XEmacs, including lots of info on who wrote | |
1534 specific subsections. | |
1535 | |
2418 | 1536 2004-12-05 Adrian Aichner <adrian@xemacs.org> |
1537 | |
1538 * Makefile (TEXI2HTML): Changed to produce unsplit output. | |
1539 * Makefile (TEXI2HTML_SPLIT): New. | |
1540 * Makefile (CP): New. | |
1541 * Makefile (PHOTODIR): New. | |
1542 * Makefile ($(HTMLDIR)/cl.html): Use TEXI2HTML_SPLIT. | |
1543 * Makefile ($(HTMLDIR)/custom.html): Ditto. | |
1544 * Makefile ($(HTMLDIR)/emodules.html): Ditto. | |
1545 * Makefile ($(HTMLDIR)/external-widget.html): Ditto. | |
1546 * Makefile ($(HTMLDIR)/info.html): Ditto. | |
1547 * Makefile ($(HTMLDIR)/standards.html): Ditto. | |
1548 * Makefile ($(HTMLDIR)/term.html): Ditto. | |
1549 * Makefile ($(HTMLDIR)/termcap.html): Ditto. | |
1550 * Makefile ($(HTMLDIR)/texinfo.html): Ditto. | |
1551 * Makefile ($(HTMLDIR)/widget.html): Ditto. | |
1552 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
1553 Produce unsplit output for website also, copy photos to HTMLDIR. | |
1554 * Makefile ($(HTMLDIR)/xemacs.html): Ditto. | |
1555 * Makefile ($(HTMLDIR)/lispref.html): Ditto. | |
1556 * Makefile ($(HTMLDIR)/internals.html): Ditto. | |
1557 * Makefile ($(HTMLDIR)/new-users-guide.html): Ditto. | |
1558 * xemacs-faq.texi (Q1.3.1): Fix broken image links in HTML output. | |
1559 | |
2406 | 1560 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
1561 | |
1562 * internals/internals.texi (Better Rendering Support -- | |
1563 Configuration with the Interim Patches): | |
1564 Add documentation of X resources, especially for GUI elements. | |
1565 (Better Rendering Support -- Implementation): | |
1566 More comments about specification and design issues. | |
1567 (Better Rendering Support -- Current Status): | |
1568 New subsubsection "Bugs Reported in sjt-xft". | |
1569 | |
2405 | 1570 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
1571 | |
1572 * internals/internals.texi (Future Work -- Better Rendering Support): | |
1573 New node. | |
2865 | 1574 (Top): |
2405 | 1575 (Future Work): |
1576 (Future Work -- Lisp Engine Replacement): | |
1577 Add pointers to new node. | |
1578 | |
2393 | 1579 2004-11-16 Ben Wing <ben@xemacs.org> |
1580 | |
1581 * internals/internals.texi (Top): | |
1582 * internals/internals.texi (Introduction): | |
1583 * internals/internals.texi (Authorship of XEmacs): | |
1584 * internals/internals.texi (A History of Emacs): | |
1585 * internals/internals.texi (Through Version 18): | |
1586 * internals/internals.texi (Epoch): | |
1587 * internals/internals.texi (Lucid Emacs): | |
1588 * internals/internals.texi (GNU Emacs 19): | |
1589 * internals/internals.texi (GNU Emacs 20): | |
1590 * internals/internals.texi (XEmacs): | |
1591 * internals/internals.texi (The XEmacs Split): | |
1592 * internals/internals.texi (Build-Time Dependencies): | |
1593 * internals/internals.texi (Low-Level Modules): | |
1594 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
1595 * internals/internals.texi (Rules When Writing New C Code): | |
1596 * internals/internals.texi (Introduction to Writing C Code): | |
1597 * internals/internals.texi (Writing New Modules): | |
1598 * internals/internals.texi (Working with Lisp Objects): | |
1599 * internals/internals.texi (Writing Lisp Primitives): | |
1600 * internals/internals.texi (Adding Global Lisp Variables): | |
1601 * internals/internals.texi (Writing Macros): | |
1602 * internals/internals.texi (Proper Use of Unsigned Types): | |
1603 * internals/internals.texi (Major Textual Changes): | |
1604 * internals/internals.texi (Great Integral Type Renaming): | |
1605 * internals/internals.texi (Text/Char Type Renaming): | |
1606 * internals/internals.texi (Debugging and Testing): | |
1607 * internals/internals.texi (Modules for Regression Testing): | |
1608 * internals/internals.texi (Merging a Branch into the Trunk): | |
1609 * internals/internals.texi (XEmacs from the Inside): | |
1610 * internals/internals.texi (Basic Types): | |
1611 * internals/internals.texi (Low-Level Allocation): | |
1612 * internals/internals.texi (Basic Heap Allocation): | |
1613 * internals/internals.texi (Stack Allocation): | |
1614 * internals/internals.texi (Dynamic Arrays): | |
1615 * internals/internals.texi (Allocation by Blocks): | |
1616 * internals/internals.texi (Modules for Allocation): | |
1617 * internals/internals.texi (Critical Redisplay Sections): | |
1618 * internals/internals.texi (Control-G (Quit) Checking): | |
1619 * internals/internals.texi (Future Work Discussion): | |
1620 * internals/internals.texi (Discussion -- Garbage Collection): | |
1621 * internals/internals.texi (Discussion -- Pure Space): | |
1622 * internals/internals.texi (Discussion -- Hashtable-Based Marking and Cleanup): | |
1623 * internals/internals.texi (Discussion -- The Anti-Cons): | |
1624 * internals/internals.texi (Discussion -- Glyphs): | |
1625 * internals/internals.texi (Discussion -- Dialog Boxes): | |
1626 * internals/internals.texi (Discussion -- Multilingual Issues): | |
1627 * internals/internals.texi (Discussion -- Instantiators and Generic Property Accessors): | |
1628 * internals/internals.texi (image-instance-property): New. | |
1629 * internals/internals.texi (set-image-instance-property): New. | |
1630 * internals/internals.texi (Discussion -- Switching to C++): | |
1631 * internals/internals.texi (Discussion -- Windows External Widget): | |
1632 | |
1633 Add sections on Basic Types and Low-Level Allocation. Move module | |
1634 docs here. Incorporate dynamic array and blocktype docs from | |
1635 source. | |
1636 | |
1637 Add info on beta releases up to present. | |
1638 | |
1639 Redo chapter on "Rules When Writing New C Code", grouping stuff | |
1640 together properly. Put "Major Textual Changes" under this | |
1641 chapter. Incorporate etc/CODING-STANDARDS. | |
1642 | |
1643 Add discussion sections on "Instantiators and Generic Property | |
1644 Accessors" and "Switching to C++". Fill out discussion on garbage | |
1645 collection. | |
1646 | |
1647 Incorporate backtraces showing crashes due to problems with | |
1648 redisplay-critical-section protection. | |
1649 | |
2367 | 1650 2004-11-04 Ben Wing <ben@xemacs.org> |
1651 | |
1652 * lispref/mule.texi (CCL Syntax): | |
1653 * lispref/mule.texi (INT-OR-CHAR): New. | |
1654 * lispref/mule.texi (CCL Statements): | |
1655 Update CCL docs. | |
1656 | |
1657 2004-11-04 Ben Wing <ben@xemacs.org> | |
1658 | |
1659 * internals/internals.texi (Top): | |
1660 * internals/internals.texi (NOTE): New. | |
1661 * internals/internals.texi (list-to-texinfo): New. | |
1662 * internals/internals.texi (remove-spacing): New. | |
1663 * internals/internals.texi (table-to-texinfo): New. | |
1664 * internals/internals.texi (convert-text-to-texinfo): New. | |
1665 * internals/internals.texi ('make-future): New. | |
1666 * internals/internals.texi ('make-discussion): New. | |
1667 * internals/internals.texi ('make-old-future): New. | |
1668 * internals/internals.texi ('make-section): New. | |
1669 * internals/internals.texi ('make-subsection): New. | |
1670 * internals/internals.texi (Introduction): | |
1671 * internals/internals.texi (divisions): New. | |
1672 * internals/internals.texi (Authorship of XEmacs): | |
1673 * internals/internals.texi (XEmacs): | |
1674 * internals/internals.texi (The XEmacs Split): | |
1675 * internals/internals.texi (Author): New. | |
1676 * internals/internals.texi (XEmacs from the Outside): | |
1677 * internals/internals.texi (The Lisp Language): | |
1678 * internals/internals.texi (XEmacs from the Perspective of Building): | |
1679 * internals/internals.texi (Build-Time Dependencies): | |
1680 * internals/internals.texi (The Modules of XEmacs): | |
1681 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
1682 * internals/internals.texi (ways): Removed. | |
1683 * internals/internals.texi (Low-Level Modules): | |
1684 * internals/internals.texi (Basic Lisp Modules): | |
1685 * internals/internals.texi (Modules for Standard Editing Operations): | |
1686 * internals/internals.texi (files): Removed. | |
1687 * internals/internals.texi (Modules for Interfacing with the File System): | |
1688 * internals/internals.texi (some_variable): Removed. | |
1689 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
1690 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
1691 * internals/internals.texi (character): Removed. | |
1692 * internals/internals.texi (Major Textual Changes): | |
1693 * internals/internals.texi (Great Integral Type Renaming): | |
1694 * internals/internals.texi (commands): Removed. | |
1695 * internals/internals.texi (Text/Char Type Renaming): | |
1696 * internals/internals.texi (pattern): Removed. | |
1697 * internals/internals.texi (Rules When Writing New C Code): | |
1698 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
1699 * internals/internals.texi (General Coding Rules): | |
1700 * internals/internals.texi (examples): Removed. | |
1701 * internals/internals.texi (Object-Oriented Techniques for C): | |
1702 * internals/internals.texi (Writing Lisp Primitives): | |
1703 * internals/internals.texi (Writing Good Comments): | |
1704 * internals/internals.texi (Adding Global Lisp Variables): | |
1705 * internals/internals.texi (Writing Macros): | |
1706 * internals/internals.texi (Proper Use of Unsigned Types): | |
1707 * internals/internals.texi (Techniques for XEmacs Developers): | |
1708 * internals/internals.texi (Regression Testing XEmacs): | |
1709 * internals/internals.texi (How to Regression-Test): | |
1710 * internals/internals.texi (Modules for Regression Testing): | |
1711 * internals/internals.texi (CVS Techniques): | |
1712 * internals/internals.texi (Merging a Branch into the Trunk): | |
1713 * internals/internals.texi (XEmacs from the Inside): | |
1714 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
1715 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
1716 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
1717 * internals/internals.texi (Introduction to Allocation): | |
1718 * internals/internals.texi (Garbage Collection): | |
1719 * internals/internals.texi (GCPROing): | |
1720 * internals/internals.texi (Garbage Collection - Step by Step): | |
1721 * internals/internals.texi (Invocation): | |
1722 * internals/internals.texi (garbage_collect_1): | |
1723 * internals/internals.texi (mark_object): | |
1724 * internals/internals.texi (gc_sweep): | |
1725 * internals/internals.texi (sweep_lcrecords_1): | |
1726 * internals/internals.texi (compact_string_chars): | |
1727 * internals/internals.texi (sweep_strings): | |
1728 * internals/internals.texi (sweep_bit_vectors_1): | |
1729 * internals/internals.texi (Integers and Characters): | |
1730 * internals/internals.texi (Allocation from Frob Blocks): | |
1731 * internals/internals.texi (lrecords): | |
1732 * internals/internals.texi (Low-level allocation): | |
1733 * internals/internals.texi (Cons): | |
1734 * internals/internals.texi (Vector): | |
1735 * internals/internals.texi (Bit Vector): | |
1736 * internals/internals.texi (Symbol): | |
1737 * internals/internals.texi (Marker): | |
1738 * internals/internals.texi (String): | |
1739 * internals/internals.texi (Compiled Function): | |
1740 * internals/internals.texi (The Lisp Reader and Compiler): | |
1741 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
1742 * internals/internals.texi (Evaluation): | |
1743 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
1744 * internals/internals.texi (Simple Special Forms): | |
1745 * internals/internals.texi (Catch and Throw): | |
1746 * internals/internals.texi (Error Trapping): | |
1747 * internals/internals.texi (Symbols and Variables): | |
1748 * internals/internals.texi (Introduction to Symbols): | |
1749 * internals/internals.texi (Obarrays): | |
1750 * internals/internals.texi (Symbol Values): | |
1751 * internals/internals.texi (Buffers): | |
1752 * internals/internals.texi (Introduction to Buffers): | |
1753 * internals/internals.texi (Buffer Lists): | |
1754 * internals/internals.texi (Markers and Extents): | |
1755 * internals/internals.texi (The Buffer Object): | |
1756 * internals/internals.texi (Text): | |
1757 * internals/internals.texi (The Text in a Buffer): | |
1758 * internals/internals.texi (Ibytes and Ichars): | |
1759 * internals/internals.texi (Byte-Char Position Conversion): | |
1760 * internals/internals.texi (Searching and Matching): | |
1761 * internals/internals.texi (Multilingual Support): | |
1762 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
1763 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
1764 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
1765 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
1766 * internals/internals.texi (Character Sets): | |
1767 * internals/internals.texi (Encodings): | |
1768 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
1769 * internals/internals.texi (JIS7): | |
1770 * internals/internals.texi (Internal Mule Encodings): | |
1771 * internals/internals.texi (Internal String Encoding): | |
1772 * internals/internals.texi (Internal Character Encoding): | |
1773 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
1774 * internals/internals.texi (Byte Types): | |
1775 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
1776 * internals/internals.texi (Buffer Positions): | |
1777 * internals/internals.texi (Other Typedefs): | |
1778 * internals/internals.texi (Usage of the Various Representations): | |
1779 * internals/internals.texi (Working With the Various Representations): | |
1780 * internals/internals.texi (Internal Text API's): | |
1781 * internals/internals.texi (Basic internal-format API's): | |
1782 * internals/internals.texi (The DFC API): | |
1783 * internals/internals.texi (The Eistring API): | |
1784 * internals/internals.texi (Coding for Mule): | |
1785 * internals/internals.texi (Character-Related Data Types): | |
1786 * internals/internals.texi (Working With Character and Byte Positions): | |
1787 * internals/internals.texi (Conversion to and from External Data): | |
1788 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
1789 * internals/internals.texi (An Example of Mule-Aware Code): | |
1790 * internals/internals.texi (Mule-izing Code): | |
1791 * internals/internals.texi (CCL): | |
1792 * internals/internals.texi (Microsoft Windows-Related Multilingual Issues): | |
1793 * internals/internals.texi (Microsoft Documentation): | |
1794 * internals/internals.texi (Locales): | |
1795 * internals/internals.texi (More about code pages): | |
1796 * internals/internals.texi (More about locales): | |
1797 * internals/internals.texi (Unicode support under Windows): | |
1798 * internals/internals.texi (The golden rules of writing Unicode-safe code): | |
1799 * internals/internals.texi (The format of the locale in setlocale()): | |
1800 * internals/internals.texi (Random other Windows I18N docs): | |
1801 * internals/internals.texi (Modules for Internationalization): | |
1802 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
1803 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
1804 * internals/internals.texi (Point): | |
1805 * internals/internals.texi (Window Hierarchy): | |
1806 * internals/internals.texi (The Window Object): | |
1807 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
1808 * internals/internals.texi (The Redisplay Mechanism): | |
1809 * internals/internals.texi (Critical Redisplay Sections): | |
1810 * internals/internals.texi (Line Start Cache): | |
1811 * internals/internals.texi (Redisplay Piece by Piece): | |
1812 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
1813 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
1814 * internals/internals.texi (Extents): | |
1815 * internals/internals.texi (Introduction to Extents): | |
1816 * internals/internals.texi (Extent Ordering): | |
1817 * internals/internals.texi (Format of the Extent Info): | |
1818 * internals/internals.texi (Zero-Length Extents): | |
1819 * internals/internals.texi (Mathematics of Extent Ordering): | |
1820 * internals/internals.texi (Extent Fragments): | |
1821 * internals/internals.texi (Faces): | |
1822 * internals/internals.texi (Glyphs): | |
1823 * internals/internals.texi (Specifiers): | |
1824 * internals/internals.texi (Menus): | |
1825 * internals/internals.texi (Events and the Event Loop): | |
1826 * internals/internals.texi (Introduction to Events): | |
1827 * internals/internals.texi (Main Loop): | |
1828 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
1829 * internals/internals.texi (Specifics About the Emacs Event): | |
1830 * internals/internals.texi (Event Queues): | |
1831 * internals/internals.texi (Event Stream Callback Routines): | |
1832 * internals/internals.texi (Other Event Loop Functions): | |
1833 * internals/internals.texi (Stream Pairs): | |
1834 * internals/internals.texi (Converting Events): | |
1835 * internals/internals.texi (Dispatching Events; The Command Builder): | |
1836 * internals/internals.texi (Focus Handling): | |
1837 * internals/internals.texi (Editor-Level Control Flow Modules): | |
1838 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
1839 * internals/internals.texi (Signal Handling): | |
1840 * internals/internals.texi (Control-G (Quit) Checking): | |
1841 * internals/internals.texi (Profiling): | |
1842 * internals/internals.texi (Asynchronous Timeouts): | |
1843 * internals/internals.texi (Exiting): | |
1844 * internals/internals.texi (Lstreams): | |
1845 * internals/internals.texi (Creating an Lstream): | |
1846 * internals/internals.texi (Lstream Types): | |
1847 * internals/internals.texi (Lstream Functions): | |
1848 * internals/internals.texi (Lstream Methods): | |
1849 * internals/internals.texi (Subprocesses): | |
1850 * internals/internals.texi (Interface to MS Windows): | |
1851 * internals/internals.texi (Different kinds of Windows environments): | |
1852 * internals/internals.texi (Windows Build Flags): | |
1853 * internals/internals.texi (Windows I18N Introduction): | |
1854 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
1855 * internals/internals.texi (Interface to the X Window System): | |
1856 * internals/internals.texi (Lucid Widget Library): | |
1857 * internals/internals.texi (Generic Widget Interface): | |
1858 * internals/internals.texi (dependencies): New. | |
1859 * internals/internals.texi (routines): New. | |
1860 * internals/internals.texi (Summary): New. | |
1861 * internals/internals.texi (Scrollbars): | |
1862 * internals/internals.texi (Menubars): | |
1863 * internals/internals.texi (Checkboxes and Radio Buttons): | |
1864 * internals/internals.texi (Progress Bars): | |
1865 * internals/internals.texi (Tab Controls): | |
1866 * internals/internals.texi (Modules for Interfacing with X Windows): | |
1867 * internals/internals.texi (Dumping): | |
1868 * internals/internals.texi (Dumping Justification): | |
1869 * internals/internals.texi (Overview): | |
1870 * internals/internals.texi (Data descriptions): | |
1871 * internals/internals.texi (Dumping phase): | |
1872 * internals/internals.texi (Object inventory): | |
1873 * internals/internals.texi (Address allocation): | |
1874 * internals/internals.texi (The header): | |
1875 * internals/internals.texi (Data dumping): | |
1876 * internals/internals.texi (Pointers dumping): | |
1877 * internals/internals.texi (Reloading phase): | |
1878 * internals/internals.texi (Abstract): New. | |
1879 * internals/internals.texi (Remaining issues): | |
1880 * internals/internals.texi (Future Work): | |
1881 * internals/internals.texi (Future Work -- General Suggestions): | |
1882 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
1883 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
1884 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
1885 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
1886 * internals/internals.texi (Future Work -- Keyword Parameters): | |
1887 * internals/internals.texi (Future Work -- Property Interface Changes): | |
1888 * internals/internals.texi (Future Work -- Toolbars): | |
1889 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
1890 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
1891 * internals/internals.texi (Future Work -- Menu API Changes): | |
1892 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
1893 * internals/internals.texi (Future Work -- Mouse Pointer): | |
1894 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
1895 * internals/internals.texi (Future Work -- Busy Pointer): | |
1896 * internals/internals.texi (Future Work -- Extents): | |
1897 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
1898 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
1899 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
1900 * internals/internals.texi (Future Work -- Keybindings): | |
1901 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
1902 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
1903 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
1904 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
1905 * internals/internals.texi (Future Work -- Autodetection): | |
1906 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
1907 * internals/internals.texi (Future Work -- Unicode): | |
1908 * internals/internals.texi (Future Work -- BIDI Support): | |
1909 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
1910 * internals/internals.texi (Future Work -- Lisp Stream API): | |
1911 * internals/internals.texi (Future Work -- Multiple Values): | |
1912 * internals/internals.texi (Future Work -- Macros): | |
1913 * internals/internals.texi (Future Work -- Specifiers): | |
1914 * internals/internals.texi (Future Work -- Display Tables): | |
1915 * internals/internals.texi (Future Work -- Making Elisp Function Calls Faster): | |
1916 * internals/internals.texi (Future Work -- Lisp Engine Replacement): | |
1917 * internals/internals.texi (Future Work -- Lisp Engine Discussion): | |
1918 * internals/internals.texi (Future Work -- Lisp Engine Replacement -- Implementation): | |
1919 * internals/internals.texi (Future Work -- Startup File Modification by Packages): | |
1920 * internals/internals.texi (Future Work Discussion): | |
1921 * internals/internals.texi (Discussion -- garbage collection): | |
1922 * internals/internals.texi (Discussion -- glyphs): | |
1923 * internals/internals.texi (Discussion -- Dialog Boxes): | |
1924 * internals/internals.texi (Discussion -- Multilingual Issues): | |
1925 * internals/internals.texi (Discussion -- Windows External Widget): | |
1926 * internals/internals.texi (Discussion -- Packages): | |
1927 * internals/internals.texi (Discussion -- Distribution Layout): | |
1928 * internals/internals.texi (Old Future Work): | |
1929 * internals/internals.texi (Old Future Work -- A Portable Unexec Replacement): | |
1930 * internals/internals.texi (backtrace): New. | |
1931 * internals/internals.texi (Old Future Work -- Indirect Buffers): | |
1932 * internals/internals.texi (emacs-lisp): New. | |
1933 * internals/internals.texi (Old Future Work -- Improvements in support for non-ASCII (European) keysyms under X): | |
1934 * internals/internals.texi (Newsgroups): New. | |
1935 * internals/internals.texi (Old Future Work -- RTF Clipboard Support): | |
1936 * internals/internals.texi (own-selection): New. | |
1937 * internals/internals.texi (Old Future Work -- xemacs.org Mailing Address Changes): | |
1938 * internals/internals.texi (COMMENT): New. | |
1939 * internals/internals.texi (Old Future Work -- Lisp callbacks from critical areas of the C code): | |
1940 * internals/internals.texi (Now): Removed. | |
1941 * internals/internals.texi (Proof): Removed. | |
1942 * internals/internals.texi (Note): Removed. | |
1943 * internals/internals.texi (Date): New. | |
1944 * internals/internals.texi (ben): Removed. | |
1945 * internals/internals.texi (importance): New. | |
1946 * internals/internals.texi (From): New. | |
1947 Major work on internals manual. Rearranged many chapters so as to | |
1948 lie in coherent divisions. | |
1949 Add tons of stuff to Future Work, Old Future Work, Discussions. | |
1950 Add lots of stuff to Mule section (Multilingual ...). | |
1951 Remove index.texi, incorporate into internals.texi. | |
1952 Section on early history and an introduction. | |
1953 Section on XEmacs split. Lots of new MS Windows docs | |
1954 Mostly recently: Windows-I18N docs. Lots if new I18N docs. | |
1955 Loads of other stuff. | |
1956 | |
2362 | 1957 2004-11-02 Ben Wing <ben@xemacs.org> |
1958 | |
1959 * internals/index.texi: | |
1960 Deleted. Incorporated into internals.texi. Having a separate | |
1961 index file messes up texinfo-master-menu. | |
2865 | 1962 |
2362 | 1963 * internals/internals.texi: |
1964 * internals/internals.texi (Top): | |
1965 * internals/internals.texi (Introduction): | |
1966 * internals/internals.texi (Authorship of XEmacs): | |
1967 * internals/internals.texi (A History of Emacs): | |
1968 * internals/internals.texi (Through Version 18): | |
1969 * internals/internals.texi (Lucid Emacs): | |
1970 * internals/internals.texi (GNU Emacs 19): | |
1971 * internals/internals.texi (GNU Emacs 20): | |
1972 * internals/internals.texi (XEmacs): | |
1973 * internals/internals.texi (XEmacs From the Outside): | |
1974 * internals/internals.texi (The Lisp Language): | |
1975 * internals/internals.texi (XEmacs From the Perspective of Building): | |
1976 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
1977 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
1978 * internals/internals.texi (Major Textual Changes): | |
1979 * internals/internals.texi (Great Integral Type Renaming): | |
1980 * internals/internals.texi (Text/Char Type Renaming): | |
1981 * internals/internals.texi (Rules When Writing New C Code): | |
1982 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
1983 * internals/internals.texi (General Coding Rules): | |
1984 * internals/internals.texi (Object-Oriented Techniques for C): | |
1985 * internals/internals.texi (Writing Lisp Primitives): | |
1986 * internals/internals.texi (Writing Good Comments): | |
1987 * internals/internals.texi (Adding Global Lisp Variables): | |
1988 * internals/internals.texi (Writing Macros): | |
1989 * internals/internals.texi (Proper Use of Unsigned Types): | |
1990 * internals/internals.texi (Techniques for XEmacs Developers): | |
1991 * internals/internals.texi (Regression Testing XEmacs): | |
1992 * internals/internals.texi (How to Regression-Test): | |
1993 * internals/internals.texi (Modules for Regression Testing): | |
1994 * internals/internals.texi (CVS Techniques): | |
1995 * internals/internals.texi (Merging a Branch into the Trunk): | |
1996 * internals/internals.texi (The Modules of XEmacs): | |
1997 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
1998 * internals/internals.texi (Low-Level Modules): | |
1999 * internals/internals.texi (Basic Lisp Modules): | |
2000 * internals/internals.texi (Modules for Standard Editing Operations): | |
2001 * internals/internals.texi (Modules for Interfacing with the File System): | |
2002 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
2003 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2004 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
2005 * internals/internals.texi (Introduction to Allocation): | |
2006 * internals/internals.texi (Garbage Collection): | |
2007 * internals/internals.texi (GCPROing): | |
2008 * internals/internals.texi (Garbage Collection - Step by Step): | |
2009 * internals/internals.texi (Invocation): | |
2010 * internals/internals.texi (garbage_collect_1): | |
2011 * internals/internals.texi (mark_object): | |
2012 * internals/internals.texi (gc_sweep): | |
2013 * internals/internals.texi (sweep_lcrecords_1): | |
2014 * internals/internals.texi (compact_string_chars): | |
2015 * internals/internals.texi (Integers and Characters): | |
2016 * internals/internals.texi (Allocation from Frob Blocks): | |
2017 * internals/internals.texi (lrecords): | |
2018 * internals/internals.texi (Low-level allocation): | |
2019 * internals/internals.texi (Cons): | |
2020 * internals/internals.texi (Vector): | |
2021 * internals/internals.texi (Symbol): | |
2022 * internals/internals.texi (Marker): | |
2023 * internals/internals.texi (String): | |
2024 * internals/internals.texi (Dumping): | |
2025 * internals/internals.texi (Dumping Justification): | |
2026 * internals/internals.texi (Overview): | |
2027 * internals/internals.texi (Data descriptions): | |
2028 * internals/internals.texi (Dumping phase): | |
2029 * internals/internals.texi (Object inventory): | |
2030 * internals/internals.texi (Address allocation): | |
2031 * internals/internals.texi (The header): | |
2032 * internals/internals.texi (Data dumping): | |
2033 * internals/internals.texi (Pointers dumping): | |
2034 * internals/internals.texi (Reloading phase): | |
2035 * internals/internals.texi (Remaining issues): | |
2036 * internals/internals.texi (Events and the Event Loop): | |
2037 * internals/internals.texi (Introduction to Events): | |
2038 * internals/internals.texi (Main Loop): | |
2039 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
2040 * internals/internals.texi (Specifics About the Emacs Event): | |
2041 * internals/internals.texi (Event Queues): | |
2042 * internals/internals.texi (Event Stream Callback Routines): | |
2043 * internals/internals.texi (IMPORTANT): New. | |
2044 * internals/internals.texi (Other Event Loop Functions): | |
2045 * internals/internals.texi (Stream Pairs): | |
2046 * internals/internals.texi (Converting Events): | |
2047 * internals/internals.texi (Dispatching Events; The Command Builder): | |
2048 * internals/internals.texi (Focus Handling): | |
2049 * internals/internals.texi (Editor-Level Control Flow Modules): | |
2050 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
2051 * internals/internals.texi (Control-G (Quit) Checking): | |
2052 * internals/internals.texi (completely): New. | |
2053 * internals/internals.texi (Profiling): | |
2054 * internals/internals.texi (Exiting): | |
2055 * internals/internals.texi (BEWARE): New. | |
2056 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
2057 * internals/internals.texi (Evaluation): | |
2058 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
2059 * internals/internals.texi (Simple Special Forms): | |
2060 * internals/internals.texi (Catch and Throw): | |
2061 * internals/internals.texi (Introduction to Symbols): | |
2062 * internals/internals.texi (Obarrays): | |
2063 * internals/internals.texi (Symbol Values): | |
2064 * internals/internals.texi (Buffers): | |
2065 * internals/internals.texi (Introduction to Buffers): | |
2066 * internals/internals.texi (Buffer Lists): | |
2067 * internals/internals.texi (Markers and Extents): | |
2068 * internals/internals.texi (The Buffer Object): | |
2069 * internals/internals.texi (Text): | |
2070 * internals/internals.texi (The Text in a Buffer): | |
2071 * internals/internals.texi (Ibytes and Ichars): | |
2072 * internals/internals.texi (Byte-Char Position Conversion): | |
2073 * internals/internals.texi (Searching and Matching): | |
2074 * internals/internals.texi (Multilingual Support): | |
2075 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
2076 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
2077 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
2078 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
2079 * internals/internals.texi (Character Sets): | |
2080 * internals/internals.texi (Encodings): | |
2081 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
2082 * internals/internals.texi (JIS7): | |
2083 * internals/internals.texi (Internal Mule Encodings): | |
2084 * internals/internals.texi (Internal String Encoding): | |
2085 * internals/internals.texi (Internal Character Encoding): | |
2086 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
2087 * internals/internals.texi (Byte Types): | |
2088 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
2089 * internals/internals.texi (prefixes): New. | |
2090 * internals/internals.texi (C): New. | |
2091 * internals/internals.texi (U): New. | |
2092 * internals/internals.texi (S): New. | |
2093 * internals/internals.texi (Specifically): New. | |
2094 * internals/internals.texi (Buffer Positions): | |
2095 * internals/internals.texi (Other Typedefs): | |
2096 * internals/internals.texi (Usage of the Various Representations): | |
2097 * internals/internals.texi (Working With the Various Representations): | |
2098 * internals/internals.texi (Internal Text API's): | |
2099 * internals/internals.texi (Basic internal-format API's): | |
2100 * internals/internals.texi (The DFC API): | |
2101 * internals/internals.texi (The Eistring API): | |
2102 * internals/internals.texi (Coding for Mule): | |
2103 * internals/internals.texi (Character-Related Data Types): | |
2104 * internals/internals.texi (Working With Character and Byte Positions): | |
2105 * internals/internals.texi (Conversion to and from External Data): | |
2106 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
2107 * internals/internals.texi (An Example of Mule-Aware Code): | |
2108 * internals/internals.texi (Mule-izing Code): | |
2109 * internals/internals.texi (CCL): | |
2110 * internals/internals.texi (Modules for Internationalization): | |
2111 * internals/internals.texi (The Lisp Reader and Compiler): | |
2112 * internals/internals.texi (Lstreams): | |
2113 * internals/internals.texi (Creating an Lstream): | |
2114 * internals/internals.texi (Lstream Types): | |
2115 * internals/internals.texi (Lstream Functions): | |
2116 * internals/internals.texi (Lstream Methods): | |
2117 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
2118 * internals/internals.texi (Point): | |
2119 * internals/internals.texi (Window Hierarchy): | |
2120 * internals/internals.texi (The Window Object): | |
2121 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
2122 * internals/internals.texi (The Redisplay Mechanism): | |
2123 * internals/internals.texi (Critical Redisplay Sections): | |
2124 * internals/internals.texi (Line Start Cache): | |
2125 * internals/internals.texi (Redisplay Piece by Piece): | |
2126 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
2127 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
2128 * internals/internals.texi (Introduction to Extents): | |
2129 * internals/internals.texi (Extent Ordering): | |
2130 * internals/internals.texi (Format of the Extent Info): | |
2131 * internals/internals.texi (Zero-Length Extents): | |
2132 * internals/internals.texi (Mathematics of Extent Ordering): | |
2133 * internals/internals.texi (Extent Fragments): | |
2134 * internals/internals.texi (Faces): | |
2135 * internals/internals.texi (Glyphs): | |
2136 * internals/internals.texi (Specifiers): | |
2137 * internals/internals.texi (Menus): | |
2138 * internals/internals.texi (Subprocesses): | |
2139 * internals/internals.texi (Interface to MS Windows): | |
2140 * internals/internals.texi (Different kinds of Windows environments): | |
2141 * internals/internals.texi (Windows Build Flags): | |
2142 * internals/internals.texi (Windows I18N Introduction): | |
2143 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
2144 * internals/internals.texi (Interface to the X Window System): | |
2145 * internals/internals.texi (Generic Widget Interface): | |
2146 * internals/internals.texi (Scrollbars): | |
2147 * internals/internals.texi (Menubars): | |
2148 * internals/internals.texi (Checkboxes and Radio Buttons): | |
2149 * internals/internals.texi (Modules for Interfacing with X Windows): | |
2150 * internals/internals.texi (Future Work): | |
2151 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
2152 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
2153 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
2154 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
2155 * internals/internals.texi (Future Work -- Keyword Parameters): | |
2156 * internals/internals.texi (Future Work -- Property Interface Changes): | |
2157 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
2158 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
2159 * internals/internals.texi (Future Work -- Menu API Changes): | |
2160 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
2161 * internals/internals.texi (Future Work -- Mouse Pointer): | |
2162 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
2163 * internals/internals.texi (Future Work -- Busy Pointer): | |
2164 * internals/internals.texi (Future Work -- Extents): | |
2165 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
2166 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
2167 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
2168 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
2169 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
2170 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
2171 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
2172 * internals/internals.texi (Future Work -- Autodetection): | |
2173 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
2174 * internals/internals.texi (Future Work -- BIDI Support): | |
2175 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
2176 * internals/internals.texi (freeze): New. | |
2177 * internals/internals.texi (fail-safe): New. | |
2178 * internals/internals.texi (like): New. | |
2179 * internals/internals.texi (user): New. | |
2180 * internals/internals.texi (ben): New. | |
2181 * internals/internals.texi ('type): New. | |
2182 * internals/internals.texi (NOTE): New. | |
2183 * internals/internals.texi (ILLEGIBLE): New. | |
2184 * internals/internals.texi (language): New. | |
2185 * internals/internals.texi (preprocessing): New. | |
2186 * internals/internals.texi (Subject): New. | |
2187 * internals/internals.texi (http): New. | |
2188 * internals/internals.texi (Now): Removed. | |
2189 * internals/internals.texi (wrong): New. | |
2190 * internals/internals.texi (Proof): Removed. | |
2191 | |
2192 Add bunches and bunches and bunches and bunches of stuff, taken | |
2193 from documentation floating around in various places -- text.c, | |
2194 file-coding.c, other .c and .h files, stuff that I wrote up for an | |
2195 old XEmacs contract, proposals written up in the process of an | |
2196 e-mail discussion, etc. Fix up some mistakes, esp. in CCL. Extra | |
2197 crap from CCL, duplicated with Lispref, removed. Sections on Old | |
2198 Future Work and Future Work Discussion added. | |
2199 | |
2200 Bunches of other work. Add bunches of documentation taken from the | |
2201 source code. Fixup various places to use @strong{}, @code{}, | |
2202 @file{}. Create new Text chapter, split off from Buffers and | |
2203 Textual Representation. Create new chapter for MS Windows, mostly | |
2204 written from scratch. Consolidate all Mule info under | |
2205 "Multilingual Support". Break up chapter on modules and move some | |
2206 parts to the sections discussing the modules, for consolidation | |
2207 purposes. Add a big cross-reference table for all the modules to | |
2208 where they're discussed (or not). New chapter Asynchronous | |
2209 Events; Quit Checking. (Taken from various parts of the code.) New | |
2210 Introduction. New section on Focus Handling (from the code). | |
2211 | |
2212 NOTE that in the process, I discovered that we essentially have | |
2213 FOUR redundant introductions to Mule issues! Someone really needs | |
2214 to go through and clean them up and integrate them (sjt?). | |
2215 | |
2355 | 2216 2003-07-18 Alexey Mahotkin <alexm@hsys.msk.ru> |
2217 | |
2218 * lispref/windows.texi (Basic Windows): Fix typo. | |
2219 | |
2346 | 2220 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
2221 | |
2222 * XEmacs 21.5.18 "chestnut" is released. | |
2223 | |
2297 | 2224 2003-11-02 Stephen J. Turnbull <stephen@xemacs.org> |
2225 | |
2226 * lispref/control.texi (Examples of Catch): Mention use of a cons | |
2227 as a catch tag. | |
2228 | |
2229 2004-07-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2230 | |
2231 * lispref/glyphs.texi (Image Instantiator Formats): Add a few | |
2232 words about the tab control widget. | |
2233 | |
2289 | 2234 2004-05-14 Darryl Okahata <darrylo@xemacs.org> |
2235 | |
2236 * lispref/windows.texi. Added documentation for the functions, | |
2237 ``current-pixel-row'' and ``current-pixel-column''. | |
2238 | |
2269 | 2239 2004-09-13 Jerry James <james@xemacs.org> |
2240 | |
2241 * internals/internals.texi (Modules for Interfacing with the | |
2242 Operating System): The code formerly in callproc.c is now | |
2243 implemented in Lisp in process.el. | |
2244 | |
2256 | 2245 2004-08-30 Jerry James <james@xemacs.org> |
2246 | |
2247 * lispref/text.texi: Document text fields. | |
2248 | |
2255 | 2249 2004-09-08 Stephen J. Turnbull <stephen@xemacs.org> |
2250 | |
2251 * lispref/searching.texi (Syntax of Regexps): Add example of use | |
2252 of shy groups in variable subexpression, correct rumor that there | |
2297 | 2253 may be substantial performance gain. Document double-digit back- |
2254 references. | |
2255 | 2255 |
2214 | 2256 2004-08-13 Stephen J. Turnbull <stephen@xemacs.org> |
2257 | |
2215 | 2258 * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node |
2259 to function index. Document Info-goto-emacs-command-node. | |
2260 | |
2214 | 2261 * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:. |
2262 | |
2182 | 2263 2004-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
2264 | |
2265 * lispref/glyphs.texi: Complete reorganization, some content updated. | |
2266 * lispref/lispref.texi (Top): Update menu to match. | |
2267 * lispref/extents.texi (Extent Properties): Update xref. | |
2268 | |
2269 2004-06-29 Stephen J. Turnbull <stephen@xemacs.org> | |
2270 | |
2271 * internals/internals.texi (Modules for Other Aspects of the Lisp | |
2272 Interpreter and Object System): Add description of Sextword syntax | |
2273 class (now obsolete). | |
2274 | |
2275 2004-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2276 | |
2277 * internals/internals.texi (Techniques for XEmacs Developers): Be | |
2278 specific when discussing optimization. | |
2255 | 2279 (Techniques for XEmacs Developers): Fragments that are meaningless |
2182 | 2280 by themselves or contain placeholders should be @samp, not @code. |
2281 (Modules for Internationalization): Add description of mule-coding.c | |
2282 and further deprecate mule.c. | |
2283 (Modules for Regression Testing): Add {tag,weak}-tests.el to list. | |
2284 | |
2164 | 2285 2004-07-05 Stephen J. Turnbull <stephen@xemacs.org> |
2286 | |
2287 * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in | |
2288 the "pc" package. | |
2289 | |
2141 | 2290 2004-06-15 Stephen J. Turnbull <stephen@xemacs.org> |
2291 | |
2292 * lispref/specifiers.texi (Specifier Instancing): Add "neon | |
2293 modeline" hack as an example. Thanks to Giacomo Boffi. | |
2294 | |
2135 | 2295 2004-06-07 Jerry James <james@xemacs.org> |
2296 | |
2297 * lispref/modes.texi (Major Modes): Document -mode functions, and | |
2298 the use of a nil argument to defined-derived mode. | |
2299 * lispref/modes.texi (Major Mode Conventions): Describe the use of | |
2300 delay-mode-hooks and define-derived-mode. | |
2301 * lispref/modes.texi (Derived Modes): Warn against the use of | |
2302 interactive specs in derived mode definitions. | |
2303 * lispref/modes.texi (Hooks): Document run-mode-hooks, | |
2304 delay-mode-hooks, run-hook-with-args, | |
2305 run-hook-with-args-until-failure, and0 | |
2306 run-hook-with-args-until-success. | |
2307 | |
2127 | 2308 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org> |
2309 | |
2310 * lispref/glyphs.texi (Creating Glyphs): Improve discussion, fix a | |
2311 couple of typos. | |
2312 | |
2313 * lispref/faces.texi (Face Properties): Background pixmaps | |
2314 can be used on GTK and MS Windows. | |
2315 (Face Convenience Functions): Cross-reference glyph interface. | |
2316 Background pixmap is an image specifier, not a glyph. | |
2317 | |
2091 | 2318 2004-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
2319 | |
2320 * lispref/numbers.texi (Comparison of Numbers): Clarify bigfloat eql. | |
2321 (Predicates on Numbers): Fix thinko in description of `bigfloatp'. | |
2322 | |
2090 | 2323 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
2324 | |
2325 * lispref/numbers.texi (Numbers): Remove reference to "fixed- | |
2326 precision rationals," and fix description of floating-point | |
2327 contagion. | |
2328 (Integer Basics, Float Basics): Fix typos. | |
2329 (Canonicalization and Contagion): Complete rewrite. | |
2330 (Predicates on Numbers): Add fixnump, bignump, ratiop, rationalp, | |
2331 bigfloatp, floatingp, realp, oddp and evenp. | |
2332 (Rational Basics): Add numerator and denominator. | |
2333 (Random Numbers): Fix description of range, and add paranoid | |
2334 comment about how unpredictable `(random t)' is. | |
2335 (Canonicalization and Contagion): Renamed from Contagion and | |
2336 Canonicalization. | |
2337 (The Bignum Extension): Fix it in menu. | |
2338 | |
2069 | 2339 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
2340 | |
2341 * internals/internals.texi (Object-Oriented Techniques for C): | |
2342 Remove reference to "encouraging port to C++". | |
2343 | |
2344 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> | |
2033 | 2345 |
2346 * lispref/numbers.texi (The Bignum Extension): Mention the feature | |
2347 symbols provided. | |
2348 | |
2069 | 2349 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> |
2032 | 2350 |
2351 * lispref/numbers.texi (Rational Basics): There's a reason why | |
2352 this node is named "Rational" and not "Ratio" in the menu.... | |
2353 | |
2028 | 2354 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
2355 | |
2356 * internals/internals.texi (Object-Oriented Techniques in XEmacs): | |
2357 New node. | |
2358 (The XEmacs Object System (Abstractly Speaking)): | |
2359 Reorder the list of objects somewhat. | |
2360 Add brief descriptions of the arbitrary-precision number types. | |
2361 (Writing Good Comments): Slight revision, recommend @xemacs alias. | |
2362 (Character-Related Data Types): Add a few comments re Unicode. | |
2363 (Working With Character and Byte Positions): Ditto. | |
2364 (General Guidelines for Writing Mule-Aware Code): Query. | |
2365 (Conversion to and from External Data): Ditto. | |
2366 (Techniques for XEmacs Developers): Typo. | |
2367 (Modules for Regression Testing): Add an xref. | |
2368 (Overview): Note that dump file is now inside the executable. | |
2369 (Remaining issues): Mention ExecShield vs. pdumper. | |
2370 (Searching and Matching): Mention UTF-8 wrt Mule. | |
2371 | |
2372 2004-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
2373 | |
2374 * widget.texi (Introduction): Update historical references a bit. | |
2375 Fix many typos and grammatical problems. | |
2376 (User Interface): Fix typo. | |
2377 | |
2069 | 2378 2004-04-09 Stephen J. Turnbull <stephen@xemacs.org> |
2028 | 2379 |
2380 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and | |
2381 bigfloats briefly. | |
2382 (Integer Basics): We've had 31-bit integers for a while. Fix the | |
2383 statement of minimum available precision and the examples. | |
2384 Document most-positive-fixnum and most-negative-fixnum. Add a | |
2385 pointer to the node "The Bignum Extension". | |
2386 (Float Basics): Document most-positive-float, most-negative-float, | |
2387 least-positive-float, least-positive-normalized-float, | |
2388 least-negative-float, and least-negative-normalized-float. Add a | |
2389 pointer to the node "The Bignum Extension". | |
2390 (Comparison of Numbers): Update for bignums. | |
2391 | |
2392 (The Bignum Extension): | |
2393 (Bignum Basics): | |
2394 (Ratio Basics): | |
2395 (Bigfloat Basics): | |
2396 (Contagion and Canonicalization): | |
2397 (Compatibility Issues): | |
2398 New nodes. | |
2399 | |
2400 * lispref/lispref.texi (Top): | |
2865 | 2401 * lispref/numbers.texi (Numbers): |
2028 | 2402 Add nodes "Ratio Basics" and "The Bignum Extension" to menus. |
2403 | |
2404 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> | |
2405 | |
2406 * lispref/specifiers.texi: Update FSF copyright. | |
2407 (Specifier Compatibility Notes): New node. | |
2408 | |
2409 * lispref/glyphs.texi (Glyph Properties): Fix typo. | |
2410 (Glyphs): | |
2411 (Native GUI Widgets): New node. | |
2412 | |
2413 * lispref/gutter.texi (Gutter Descriptor Format): Node deleted. | |
2414 (Gutter): | |
2865 | 2415 (Gutter Intro): |
2416 (Creating Gutter): | |
2417 (Specifying a Gutter): | |
2028 | 2418 Pluralize node name to Creating Gutters. |
2419 (Creating Gutters): Improve explanation of gutter descriptors. | |
2420 (Other Gutter Variables): Remove extraneous text. | |
2421 (Common Gutter Widgets): In lieu of real documentation, at least | |
2422 point to gutter-items.el. | |
2423 | |
2069 | 2424 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org> |
1987 | 2425 |
2426 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>. | |
2427 Thanks to Jerry James <james@xemacs.org>. | |
2428 | |
2429 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section | |
2430 5.3 and Q5.3.1-12 as 5.4.x, and add Mathematics and Q5.3.1-4 as | |
2431 replacement section 5.3. | |
2432 (Q5.3.1, Q5.3.2, Q5.3.3, Q5.3.4) New FAQs for bignums. | |
2433 (Q5.2.1, Q8.0.1) Add @unnumberedsec headings. | |
2434 (Q6.4.1) Correct @unnumberedsec heading. | |
2435 | |
1964 | 2436 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
2437 | |
2438 * XEmacs 21.5.17 "chayote" is released. | |
2439 | |
1920 | 2440 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org> |
2441 | |
2442 * internals/internals.texi (GCPROing): Mention `Fsignal'. Clarify | |
2443 that references, not the objects themselves, are what is marked. | |
2444 | |
1882 | 2445 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> |
2446 | |
2447 * lispref/specifiers.texi (Copyright): Update. | |
2448 | |
2449 (Creating Specifiers): Correct more instances of subject-verb | |
2450 disagreement. | |
2451 | |
1877 | 2452 2004-01-24 Stephen J. Turnbull <stephen@xemacs.org> |
2453 | |
2454 * lispref/specifiers.texi (Specifier Instancing Functions): Fix | |
2455 typos, thanks to Ilpo Nyyssönen. | |
2456 | |
1875 | 2457 2004-01-23 Stephen J. Turnbull <stephen@xemacs.org> |
2458 | |
2459 * lispref/specifiers.texi (Specifier Instancing Functions): Add | |
2460 documentation of `specifier-matching-instance'. | |
2461 (Introduction to Specifiers): Fix typos. | |
2462 (Simple Specifier Usage): Cross-reference Toolbar Intro. | |
2463 (Creating Specifiers): | |
2464 (Specifier Instancing Functions): | |
2465 (Adding Specifications): | |
2466 Various improvements. Deprecate set-specifier a bit more. | |
2467 | |
1869 | 2468 2004-01-20 Stephen J. Turnbull <stephen@xemacs.org> |
2469 | |
2470 * lispref/specifiers.texi (Specifier Examples): Add new example, | |
2471 pluralize node name and section title. | |
2472 (Specifiers): Pluralize "Specifier Examples" in menu. | |
2473 | |
2474 * lispref/lispref.texi (Top): Pluralize "Specifier Examples" in menu. | |
2475 | |
2476 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org> | |
2477 | |
2478 * xemacs-faq.texi: Fix Tony Rossini's address. | |
2479 | |
1833 | 2480 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au> |
2481 | |
2482 * lispref/customize.texi (Defining New Types): New node. | |
2483 From Per Abrahamsen <abraham@dina.kvl.dk> | |
2484 | |
1755 | 2485 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru> |
2486 | |
2487 * lispref/tips.texi (Comment Tips): Typo fix. | |
2488 | |
1738 | 2489 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
2490 | |
2491 * new-users-guide/custom2.texi (Init File): | |
2492 | |
2493 Fix up erroneous uses of @var instead of @code for the names of | |
2494 particular variables in programming languages. | |
2495 | |
2496 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> | |
2497 | |
2498 * custom.texi (The Init File): | |
2499 * xemacs-faq.texi (Q2.1.3): | |
2500 (Q2.1.5): | |
2501 | |
2502 * internals/internals.texi (Modules for Internationalization): | |
2503 | |
2504 * lispref/display.texi (Beeping): | |
2505 * lispref/ldap.texi (Encoder/Decoder Functions): | |
2506 * lispref/markers.texi (The Mark): | |
2507 (The Region): | |
2508 * lispref/menus.texi (Menu Accelerator Functions): | |
2509 * lispref/numbers.texi (Math Functions): | |
2510 * lispref/packaging.texi (package-info.in): | |
2511 (Makefile): | |
2512 (Local.rules File): | |
2513 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): | |
2514 (libpq Lisp Variables): | |
2515 (Synchronous Interface Functions): | |
2516 (Other libpq Functions): | |
2517 | |
2518 * new-users-guide/custom2.texi (Init File): | |
2519 (Setting Variables): | |
2520 * new-users-guide/files.texi (File Names): | |
2521 (Saving Files): | |
2522 * new-users-guide/search.texi (Search and Replace): | |
2523 | |
2524 * xemacs/custom.texi (X Resources): | |
2525 | |
2526 Fix up erroneous uses of @var instead of @code for the names of | |
2527 particular variables in programming languages. | |
2528 | |
2529 2003-10-10 Stephen J. Turnbull <stephen@xemacs.org> | |
2530 | |
2531 * Makefile: Remove old package and redundant cruft. | |
2532 | |
1734 | 2533 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
2534 | |
2535 * lispref/mule.texi (Charset Property Functions): Charset registry | |
2536 can be set. | |
2537 (Predefined Charsets): Add registry to Vietnamese charset names. | |
2865 | 2538 |
1716 | 2539 2003-09-26 Steve Youngs <youngs@xemacs.org> |
2540 | |
2541 * XEmacs 21.5.16 "celeriac" is released. | |
2542 | |
1710 | 2543 2003-09-22 Adrian Aichner <adrian@xemacs.org> |
2544 | |
2545 * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE | |
2546 argument for a cross reference to "The XEmacs User's Manual". | |
2547 | |
1709 | 2548 2003-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
2549 | |
2550 * internals/internals.texi: Update copyright notice. | |
2551 (GCPROing): Add missing period. | |
2552 (Adding Global Lisp Variables): general.c -> general-slots.h. | |
2553 (A Reader's Guide to XEmacs Coding Conventions): New node. | |
2554 | |
1703 | 2555 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru> |
2556 | |
2557 * xemacs/mini.texi (Minibuffer): Add customizing message display | |
2558 reference. | |
2559 * lispref/display.texi (Customizing Message Display): New, | |
2560 describe `redisplay-echo-area-function', | |
2561 `undisplay-echo-area-function', `minibuffer-echo-wait-function'. | |
2562 (The Echo Area): Add menu. | |
2563 | |
1702 | 2564 2003-09-19 Sandra Wambold <wambold@xemacs.org> |
2565 | |
2566 * Makefile: add targets to produce PDF files | |
2567 | |
1665 | 2568 2003-09-03 Steve Youngs <youngs@xemacs.org> |
2569 | |
2570 * XEmacs 21.5.15 "celery" is released. | |
2571 | |
1648 | 2572 2003-08-28 Steve Youngs <youngs@xemacs.org> |
2573 | |
2574 * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to | |
2575 remove a package. | |
2576 (Q3.8.2): big-menubar is in the edit-utils package. | |
2577 (Q4.3.2): Add a comment about not needing TM for things like Gnus, | |
2578 MH-E and VM. | |
2579 (Q5.3.3): State correct location of ps-print.el. | |
2580 | |
2581 * xemacs/packages.texi (Packages): Remove "Creating Packages" menu | |
2582 entry. | |
2583 (Package Terminology): Whitespace clean up. | |
2584 (Installing Packages): Whitespace clean up and add some @code | |
2865 | 2585 formatters. |
1648 | 2586 Re-organise the menu so that installation via PUI is first and |
2587 Sumo is last. | |
2588 (Automatically): mule-base is no longer a requirement for using | |
2589 PUI. | |
2590 Mention optionally requiring mailcrypt. | |
2591 (Note): Removed. | |
2592 (Manually): Move to below the PUI installation method. | |
2593 (Sumo): Move to below the manual installation method. | |
2594 (Which Packages): Add mailcrypt. | |
2595 (Building Packages): Remove duplicated stuff that is in | |
2596 lispref/packaging.texi, xref to it instead. | |
2597 (Local.rules File): xref to the appropriate node in | |
2865 | 2598 lispref/packaging.texi. |
1648 | 2599 (Available Packages): Update to current reality. |
2600 (all): Removed. | |
2601 (srckit): Removed. | |
2602 (binkit): Removed. | |
2865 | 2603 |
1648 | 2604 * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW. |
2605 | |
2606 * new-users-guide/custom2.texi (Init File): big-menubar.el is in | |
2607 the edit-utils package. | |
2608 | |
2609 * lispref/packaging.texi (Packaging): | |
2610 (The User View): | |
2611 (The Library Maintainer View): | |
2612 (Infrastructure): | |
2613 (Control Files): | |
2614 (Obtaining): | |
2615 (The Package Release Engineer View): | |
2616 (Package Terminology): | |
2617 (Building Packages): | |
2618 (Makefile Targets): | |
2619 (packages): New. | |
2620 (Local.rules File): | |
2621 (XEMACS_PACKAGES): Removed. | |
2622 (XEMACS_INSTALLED_PACKAGES_ROOT): New. | |
2623 (NONMULE_PACKAGES): New. | |
2624 (EXCLUDES): New. | |
2625 (Creating Packages): | |
2626 (BATCH): New. | |
2627 (VERSION): Removed. | |
2628 (AUTHOR_VERSION): Removed. | |
2629 (MAINTAINER): Removed. | |
2630 (PACKAGE): Removed. | |
2631 (PKG_TYPE): Removed. | |
2632 (REQUIRES): Removed. | |
2633 (CATEGORY): Removed. | |
2634 (ELS): Removed. | |
2635 (ELCS): Removed. | |
2636 (all): Removed. | |
2637 (srckit): Removed. | |
2638 (binkit): Removed. | |
2639 (are): New. | |
2640 (STANDARD_DOCS): New. | |
2641 (ELCS_1_DEST): New. | |
2642 (example): New. | |
2643 (PACKAGE_SUPPRESS): New. | |
2644 (EXPLICIT_DOCS): New. | |
2645 (DATA_DEST): New. | |
2646 (Documenting Packages): | |
2647 | |
2648 Not quite a total rewrite, but a fairly thorough audit | |
2649 nonetheless. | |
2650 | |
1620 | 2651 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com> |
2652 | |
2653 * lispref/display.texi (Invisible Text): | |
2654 mention line-move-ignore-invisible. | |
2655 * lispref/extents.texi (Extent Properties): | |
2656 end-glyph will still be displayed when invisible is set. | |
2657 * lispref/extents.texi (Extents and Events): | |
2658 only begin-glyph is highlighted. | |
2659 | |
1616 | 2660 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org> |
2661 | |
2662 * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition. | |
2663 | |
1613 | 2664 2003-08-05 Stephen J. Turnbull <stephen@xemacs.org> |
2665 | |
2666 * lispref/packaging.texi (Creating Packages): | |
2667 * xemacs/packages.texi (Creating Packages): | |
2668 Style guideline for package-info.in description. | |
2669 | |
1554 | 2670 2003-06-30 Vin Shelton <acs@xemacs.org> |
2671 | |
2672 * lispref/lists.texi (List-related Predicates): Add @end defun. | |
2673 | |
1549 | 2674 2003-06-30 Stephen J. Turnbull <stephen@xemacs.org> |
2675 | |
2676 * xemacs-faq.texi (Q3.2.2): Fix typo. | |
2677 | |
2678 2003-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2679 | |
2680 * lispref/objects.texi (Character Type): Document ?\x00 read | |
2681 syntax and range limitations on ?\000 and ?\x00 read syntaxes. | |
2682 | |
2683 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org> | |
2684 | |
2685 * lispref/lists.texi (List-related Predicates): Document | |
2686 `true-list-p', and reference it from `listp'. | |
2687 | |
1510 | 2688 2003-06-01 Steve Youngs <youngs@xemacs.org> |
2689 | |
2690 * XEmacs 21.5.14 "cassava" is released. | |
2691 | |
1496 | 2692 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> |
2693 | |
2694 * internals/internals.texi (Searching and Matching): New node. | |
2695 | |
1495 | 2696 2003-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
2697 | |
2698 * xemacs-faq.texi (detail menu): Reformat "Current Events" caption. | |
2699 (Legacy Versions): New section. | |
2700 (Q8.0.1): New question. | |
2701 | |
2702 2003-05-16 Stephen J. Turnbull <stephen@xemacs.org> | |
2703 | |
2704 * lispref/searching.texi (Regexp Search): Update split-string for | |
2705 new specification. | |
2706 | |
2707 * lispref/strings.texi (Creating Strings): Xref split-string | |
2708 (this is where GNU Emacs documents it). | |
2709 | |
1473 | 2710 2003-05-10 Steve Youngs <youngs@xemacs.org> |
2711 | |
2712 * XEmacs 21.5.13 "cauliflower" is released. | |
2713 | |
1468 | 2714 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
2715 | |
2716 * lispref/searching.texi (Match Data): Failed match preserves data. | |
2717 | |
1441 | 2718 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
2719 | |
2720 * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows. | |
2721 | |
1431 | 2722 2003-04-24 Steve Youngs <youngs@xemacs.org> |
2723 | |
2724 * XEmacs 21.5.12 "carrot" is released. | |
2725 | |
1389 | 2726 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
2727 | |
2728 * xemacs/frame.texi (XEmacs under X): | |
2729 * xemacs-faq.texi: | |
2730 Global substitute .Xresources for .Xdefaults. | |
1386 | 2731 |
2732 * xemacs-faq.texi (Q3.2.2): `default' is also a face. | |
2733 (Q3.2.2, Q3.8.4): Describe appropriate use of `fontSet' in Mule. | |
2734 Suggested by Janis Dzerins <jonis@dir.lv>. | |
2735 | |
1366 | 2736 2003-03-20 Steve Youngs <youngs@xemacs.org> |
2737 | |
2738 * xemacs/packages.texi (Automatically): Refer to | |
2739 'pui-set-local-package-get-directory' instead of | |
2865 | 2740 'pui-add-install-directory'. |
1366 | 2741 Remove comment about PGP not being intergrated into PUI. |
2742 Document balloon-help in PUI. | |
2743 Add heading "Keeping Packages Up To Date". | |
2744 (Building Packages): makeinfo 4.2 is required. | |
2745 | |
1362 | 2746 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org> |
2747 | |
2748 * xemacs/frame.texi (Gutter Basics): Describe common options for | |
2749 buffers tab control. | |
2750 | |
1353 | 2751 2003-03-11 Adrian Aichner <adrian@xemacs.org> |
2752 | |
2753 * cl.texi: Change incorrect references to GNU where XEmacs is | |
2754 appropriate. | |
2755 | |
1347 | 2756 2003-03-09 Ben Wing <ben@xemacs.org> |
2757 | |
2758 * widget.texi (Defining New Widgets): | |
2759 Fix Turnbull typos. | |
2760 | |
1339 | 2761 2003-03-02 Stephen Turnbull <stephen@xemacs.org> |
2762 | |
2763 * widget.texi (Defining New Widgets): | |
2764 Document `widget-create-child', `widget-create-child-and-convert', | |
2765 and `widget-create-child-value'. Document the `:copy' method. | |
2766 Improve discussion of the `:convert-widget' method. | |
2767 | |
1333 | 2768 2003-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
2769 | |
2770 * internals/internals.texi (XEmacs From the Perspective of Building): | |
2771 Fix typo. | |
2772 (Build-Time Dependencies): New node. | |
2773 | |
1307 | 2774 2003-02-16 Steve Youngs <youngs@xemacs.org> |
2775 | |
2776 * XEmacs 21.5.11 "cabbage" is released. | |
2777 | |
1288 | 2778 2003-02-11 Adrian Aichner <adrian@xemacs.org> |
2779 | |
2780 * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user | |
2781 manual. | |
2782 | |
1263 | 2783 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
2784 | |
2785 * internals/internals.texi (Top): | |
2786 (Buffers and Textual Representation): | |
2787 Fix up white space in menu. | |
2788 (Character-Related Data Types): | |
2789 (Conversion to and from External Data): | |
2790 (Format of the Extent Info): | |
2791 Pedantic grammatical nits. | |
2792 | |
1261 | 2793 2003-02-05 Ben Wing <ben@xemacs.org> |
2794 | |
2795 * lispref/mule.texi (Internationalization Terminology): | |
2796 Lots of Mule rewriting. | |
2797 | |
2798 2003-02-05 Ben Wing <ben@xemacs.org> | |
2799 | |
2800 * internals/internals.texi (Top): | |
2801 * internals/internals.texi (Coding for Mule): | |
2802 * internals/internals.texi (Character-Related Data Types): | |
2803 * internals/internals.texi (Working With Character and Byte Positions): | |
2804 * internals/internals.texi (Conversion to and from External Data): | |
2805 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
2806 * internals/internals.texi (An Example of Mule-Aware Code): | |
2807 * internals/internals.texi (Mule-izing Code): | |
2808 * internals/internals.texi (help): New. | |
2809 * internals/internals.texi (Buffers and Textual Representation): | |
2810 * internals/internals.texi (The Text in a Buffer): | |
2811 * internals/internals.texi (Markers and Extents): | |
2812 * internals/internals.texi (MULE Character Sets and Encodings): | |
2813 * internals/internals.texi (Lstream Functions): | |
2814 * internals/internals.texi (Lstream Methods): | |
2815 * internals/internals.texi (Format of the Extent Info): | |
2816 * internals/internals.texi (Mathematics of Extent Ordering): | |
2817 Major fixup. Correct for new names of Bytebpos, Ichar, etc. and | |
2818 lots of Mule rewriting. | |
2819 | |
1258 | 2820 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org> |
2821 | |
2822 * xemacs/startup.texi (Startup Paths): Clarification of package | |
2823 hierarchy structure. | |
2824 | |
2825 * xemacs-faq.texi (Q2.0.13, Q2.0.14, Q2.1.24, Q2.1.25): Not NEW. | |
2826 (Q2.1.15): Stylistic changes for clarity. | |
2827 | |
1251 | 2828 2003-02-03 Steve Youngs <youngs@xemacs.org> |
2829 | |
2830 * xemacs/packages.texi (Local.rules File): Update to reflect Ben's | |
2831 recent dabble into the packages. | |
2832 | |
1187 | 2833 2003-01-04 Steve Youngs <youngs@xemacs.org> |
2834 | |
2835 * XEmacs 21.5.10 "burdock" is released. | |
2836 | |
1188 | 2837 2003-01-04 Steve Youngs <youngs@xemacs.org> |
2838 | |
2839 * lispref/mule.texi (Charset Unification): Menu item "Internals" | |
2840 should be "Unification Internals". | |
2841 | |
1183 | 2842 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> |
2843 | |
2844 * xemacs/startup.texi (Startup Paths): Hierarchy, not package, layout. | |
2845 | |
2846 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> | |
2847 | |
2848 * xemacs-faq.texi: Debugging FAQ improvements from Ben Wing. | |
2849 (Q2.0.6): Mention union type bugs. | |
2850 (Q2.1.1): Debugging HOWTO improvements. | |
2851 (Q2.1.15): Decoding Lisp objects in the debugger. | |
2852 | |
2853 * widget.texi (Widget Internals): New node. | |
2854 (Top): Add menu item for it. | |
2855 | |
2856 * xemacs/xemacs.texi (Top): Better short description of Mule in | |
2857 menu. Mule submenu. | |
2858 | |
2859 Charset unification docs. What a concept---commit docs first! | |
2860 | |
2861 * lispref/mule.texi (MULE): Add Unification and Tables menu entries. | |
2862 (Unicode Support): Fixup next node. | |
2863 (Charset Unification): | |
2864 (Overview): | |
2865 (Usage): | |
2866 (Basic Functionality): | |
2867 (Interactive Usage): | |
2868 (Configuration): | |
2869 (Theory of Operation): | |
2870 (What Unification Cannot Do for You): | |
2871 (Unification Internals): | |
2872 (Charsets and Coding Systems): | |
2873 New nodes. | |
2874 | |
2875 * xemacs/mule.texi (Mule): Menu items for Unification and Tables. | |
2876 (Recognize Coding): | |
2877 (Specify Coding): | |
2878 Fixup next and previous pointers. | |
2879 (Unification): | |
2880 (Unification Overview): | |
2881 (Unification Usage): | |
2882 (Unification Configuration): | |
2883 (Unification FAQs): | |
2884 (Unification Theory): | |
2885 (What Unification Cannot Do for You): | |
2886 (Charsets and Coding Systems): | |
2887 New nodes. | |
2888 | |
2889 2002-12-17 Stephen Turnbull <stephen@xemacs.org> | |
2890 | |
2891 * widget.texi (Widget Wishlist): Typo. | |
2892 (Defining New Widgets): s/widget-define/define-widget/g. | |
2893 | |
2894 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org> | |
2895 | |
2896 * internals/internals.texi (Regression Testing XEmacs): Hints for | |
2897 test design. | |
2898 | |
1143 | 2899 2002-10-29 Ville Skyttä <scop@xemacs.org> |
2900 | |
2901 * xemacs-faq.texi (Top): | |
2902 The canonical location for FAQ on the website is /FAQ/. | |
2903 | |
1142 | 2904 2002-11-12 Ilya N. Golubev <gin@mo.msk.ru> |
2905 | |
2906 * xemacs/custom.texi (Face Customization): | |
2907 (Faces): | |
2908 Document face-frob-from-locale-first variable. | |
2909 | |
1138 | 2910 2002-12-03 Didier Verna <didier@xemacs.org> |
2911 | |
2912 * xemacs-faq.texi (Customization): add missing menu entry for Q3.2.7. | |
2913 | |
2914 2002-12-03 Didier Verna <didier@xemacs.org> | |
2915 | |
2916 * lispref/specifiers.texi (Introduction to Specifiers): fix case | |
2917 spelling of `Buffer-Local Variables' crossref. | |
2918 | |
1137 | 2919 2002-12-03 Didier Verna <didier@xemacs.org> |
2920 | |
2921 * xemacs/custom.texi (Faces): document | |
2922 `set-face-background-pixmap-file'. | |
2923 | |
2924 2002-12-03 Didier Verna <didier@xemacs.org> | |
2925 | |
2926 * lispref/faces.texi (Face Convenience Functions): ditto. | |
2927 * lispref/glyphs.texi (Creating Glyphs): reference it. | |
2928 | |
1135 | 2929 2002-11-29 Stephen Turnbull <stephen@xemacs.org> |
2930 | |
2931 * lispref/specifiers.texi (Simple Specifier Usage): New node. | |
2932 (Specifiers): Adjust node pointers. | |
2933 (Simple Specifier Usage): Revise. Adjust node pointers. | |
2934 | |
2935 * lispref/toolbar.texi (Creating Toolbar): Xref specifier example. | |
2936 | |
2937 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
2938 | |
2939 * xemacs-faq.texi (Q3.2.7): New FAQ on displaying non-ASCII. | |
2940 (Q3.5.7, Q1.3.3): Cross-reference it. | |
2941 | |
2942 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
2943 | |
2944 * xemacs-faq.texi (Q2.1.1): Mention bug report commands. | |
2945 (Q2.0.9): Note how out-of-date the entry is. | |
2946 (Q1.3.1, Q1.3.2, Q1.3.3, Q1.3.4, Q1.3.5, Q1.3.6): Revise/update. | |
2947 (Q1.2.1): Fix typo. | |
2948 | |
2949 * internals/internals.texi (Regression Testing XEmacs): Thorough | |
2950 rewrite, documenting macros explicitly. | |
2951 | |
2952 2002-10-29 Stephen J. Turnbull <stephen@xemacs.org> | |
1103 | 2953 |
2954 * lispref/compile.texi (Compilation Options): New node. | |
2955 (Byte Compilation): Add it to menu. | |
2956 (Compilation Functions): Minor mods. | |
2957 (Docs and Compilation): | |
2958 (Dynamic Loading): | |
2959 Document some variable defaults. | |
2960 | |
1135 | 2961 2002-11-07 Stephen J. Turnbull <stephen@xemacs.org> |
1096 | 2962 |
2963 * internals/internals.texi (Low-Level Modules): Add urefs to Doug | |
2964 Lea's and Wolfram Gloger's home pages. | |
2965 | |
1135 | 2966 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org> |
1058 | 2967 |
2968 * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error. | |
2969 (Q6.1.4): Document cygXpm-noX. | |
2970 | |
1030 | 2971 2002-10-04 Ville Skyttä <ville.skytta@xemacs.org> |
2972 | |
2973 * xemacs/packages.texi (Available Packages): Add fortran-modes, | |
2974 perl-modes, psgml-dtds, python-modes and ruby-modes. | |
2975 Some consistency tweaks. | |
2976 | |
1026 | 2977 2002-09-22 Ville Skyttä <ville.skytta@xemacs.org> |
2978 | |
2979 * lispref/variables.texi (add-to-list): Document the new | |
2980 (optional) append argument. | |
2981 | |
1024 | 2982 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org> |
2983 | |
2984 * internals/internals.texi (Techniques for XEmacs Developers): | |
2985 More performance optimization hints. | |
2986 (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
2987 Describe syntax code internals. | |
2988 | |
2989 * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later". | |
2990 (Syntax Class Table): Deprecate SPC as whitespace designator. | |
2991 (Syntax Flags): Rewrite for `8-bit' comment syntax flags. | |
2992 | |
981 | 2993 2002-08-30 Steve Youngs <youngs@xemacs.org> |
2994 | |
2995 * XEmacs 21.5.9 "brussels sprouts" is released. | |
2996 | |
973 | 2997 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org> |
2998 | |
2999 * internals/internals.texi (Regression Testing XEmacs): Document | |
3000 how to skip and warn about tests that depend on packages. | |
3001 | |
967 | 3002 2002-08-16 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 3003 |
967 | 3004 * internals/internals.texi (Regression Testing XEmacs): Fix typo. |
3005 | |
965 | 3006 2002-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 3007 |
965 | 3008 * internals/internals.texi (GCPROing): Add comment on GCPRO. |
3009 (Regression Testing XEmacs): New node. | |
3010 (Modules for Regression Testing): New node. | |
3011 | |
959 | 3012 2002-08-12 Simon Josefsson <jas@extundo.com> |
3013 | |
3014 * lispref/building.texi (Pure Storage): purecopy is a no-op. | |
3015 | |
955 | 3016 2002-08-08 Ville Skyttä <ville.skytta@xemacs.org> |
3017 | |
3018 * xemacs/packages.texi (Available Packages): Bring up to date. | |
3019 | |
947 | 3020 2002-08-02 Ville Skyttä <ville.skytta@xemacs.org> |
3021 | |
3022 * xemacs/packages.texi (Available Packages): | |
3023 Bring package list up to date, thanks also to Brian Palmer. | |
3024 | |
936 | 3025 2002-07-30 Ville Skyttä <ville.skytta@xemacs.org> |
3026 | |
3027 * term.texi (Input to the inferior): Fix term line/char mode | |
3028 switch keybindings. Kudos to Jacob P. Burckhardt. | |
3029 | |
3030 * xemacs/misc.texi (Term Mode): Ditto. | |
3031 | |
933 | 3032 2002-07-27 Steve Youngs <youngs@xemacs.org> |
3033 | |
3034 * XEmacs 21.5.8 "broccoli" is released. | |
3035 | |
918 | 3036 2002-07-06 Adrian Aichner <adrian@xemacs.org> |
3037 | |
3038 * new-users-guide/custom1.texi (Customizing key Bindings): Fix | |
3039 improper use of indef. art. "a". | |
3040 | |
3041 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
3042 | |
3043 * lispref/commands.texi (Peeking and Discarding): Ditto. | |
3044 * lispref/customize.texi (Type Keywords): Ditto. | |
3045 * lispref/dragndrop.texi (Drop Interface): Ditto. | |
3046 | |
3047 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
3048 | |
3049 * termcap.texi (Clearing): Ditto. | |
3050 * widget.texi (User Interface): Ditto. | |
3051 * widget.texi (Basic Types): Ditto. | |
3052 * widget.texi (group): Ditto. | |
3053 | |
901 | 3054 2002-07-05 Adrian Aichner <adrian@xemacs.org> |
3055 | |
3056 * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of | |
3057 indef. art. "an". | |
3058 | |
3059 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
3060 | |
3061 * lispref/control.texi (Processing of Errors): Ditto. | |
3062 * lispref/mule.texi (ISO 2022): Ditto. | |
3063 * lispref/packaging.texi (Package Terminology): Ditto. | |
3064 * lispref/text.texi (Transformations): Ditto. | |
3065 | |
3066 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
3067 | |
3068 * termcap.texi (Naming): Ditto. | |
3069 * texinfo.texi (itemize): Ditto. | |
3070 * texinfo.texi (Tips): Ditto. | |
3071 * widget.texi (Introduction): Ditto. | |
3072 * widget.texi (group): Ditto. | |
3073 | |
894 | 3074 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
3075 | |
3076 * XEmacs 21.5.7 "broccoflower" is released. | |
3077 | |
892 | 3078 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
3079 | |
3080 * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6): | |
3081 New "killing is slow" FAQ and link updates. | |
3082 | |
880 | 3083 2002-06-17 Jerry James <james@xemacs.org> |
3084 | |
3085 * emodules.texi (Loading other Modules): Describe why we do not | |
3086 use RTLD_GLOBAL. | |
3087 | |
873 | 3088 2002-06-20 Adrian Aichner <adrian@xemacs.org> |
3089 | |
3090 * xemacs/mule.texi (Language Environments): Typo fix suggested by | |
3091 Frank Schmitt. | |
3092 | |
871 | 3093 2002-06-11 Adrian Aichner <adrian@xemacs.org> |
3094 | |
3095 * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el | |
3096 (found by linklint) with Google's help. | |
3097 | |
3098 2002-05-25 Adrian Aichner <adrian@xemacs.org> | |
3099 | |
3100 * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'. | |
3101 | |
868 | 3102 2002-06-05 Ben Wing <ben@xemacs.org> |
3103 | |
3104 * internals/internals.texi (Top): | |
3105 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
3106 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
3107 * internals/internals.texi (Major Textual Changes): | |
3108 * internals/internals.texi (Great Integral Type Renaming): | |
3109 * internals/internals.texi (Text/Char Type Renaming): | |
3110 * internals/internals.texi (files): New. | |
3111 | |
863 | 3112 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org> |
3113 | |
3114 * custom.texi (The Init File): Rewrite completely. | |
3115 | |
3116 2002-03-19 Adrian Aichner <adrian@xemacs.org> | |
3117 | |
3118 * widget.texi (constants): Typo fix. | |
3119 | |
3120 2002-02-07 Stephen J. Turnbull <stephen@xemacs.org> | |
3121 | |
3122 * external-widget.texi (External Client Widget Internals): New node. | |
3123 | |
3124 2001-11-15 Darryl Okahata <darrylo@xemacs.org> | |
3125 | |
3126 * lispref/glyphs.texi: | |
3127 lispref/lispref.texi: Add examples of how to insert graphics into a | |
3128 buffer. | |
1137 | 3129 |
863 | 3130 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org> |
3131 | |
3132 * xemacs/packages.texi (Packages): | |
3133 (Package Terminology): | |
3134 Carefully distinguish libraries and packages. | |
3135 (Package Terminology): | |
3136 More careful definitions of ``category'' and ``distribution.'' | |
3137 Use ``generic'' instead of ``normal'' (N.B. package tools use | |
3138 ``standard''.) | |
3139 (Installing Packages): | |
3140 Use @var to mark variable version strings, not @t or <>. | |
3141 (Sumo): | |
3142 Add disk space estimate when unpacked. | |
3143 | |
3144 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> | |
3145 | |
3146 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
3147 | |
3148 2002-02-01 Steve Youngs <youngs@xemacs.org> | |
3149 | |
3150 * xemacs/packages.texi (Removing Packages): The interactive | |
3151 function is 'package-get-delete-package'. | |
3152 | |
3153 2001-11-27 Adrian Aichner <adrian@xemacs.org> | |
3154 | |
3155 * xemacs-faq.texi: Hyperlink fixes. | |
1137 | 3156 |
863 | 3157 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
3158 | |
3159 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
3160 | |
3161 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
3162 | |
3163 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3164 | |
3165 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3166 | |
3167 * xemacs/files.texi (Files): | |
3168 (File Names): | |
3169 Document remote file editing, refer to EFS and TRAMP. | |
3170 | |
861 | 3171 2002-05-23 Stephen J. Turnbull <stephen@xemacs.org> |
3172 | |
3173 * lispref/packaging.texi (package-info.in Fields): Typo fix. | |
3174 | |
836 | 3175 2002-05-11 Adrian Aichner <adrian@xemacs.org> |
3176 | |
3177 * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and | |
3178 Trouble Shooting". | |
3179 * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation | |
3180 menu. | |
3181 * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument. | |
3182 * xemacs-faq.texi (Q2.0.15): New. | |
3183 | |
824 | 3184 2002-05-01 Steve Youngs <youngs@xemacs.org> |
3185 | |
3186 * xemacs/packages.texi (Automatically): Don't mention "Options" | |
3187 menu. | |
3188 (Installing Packages): Don't mention getting list of packages via | |
1137 | 3189 customize. |
824 | 3190 |
804 | 3191 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
3192 | |
3193 * XEmacs 21.5.6 "bok choi" is released. | |
3194 | |
802 | 3195 2002-04-03 Ben Wing <ben@xemacs.org> |
3196 | |
3197 * internals/internals.texi (Top): | |
3198 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
3199 * internals/internals.texi (Techniques for XEmacs Developers): | |
3200 * internals/internals.texi (CVS Techniques): | |
3201 * internals/internals.texi (Merging a Branch into the Trunk): | |
3202 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
3203 Add section on correctly merging a branch back into the trunk. | |
3204 | |
785 | 3205 2002-03-19 Adrian Aichner <adrian@xemacs.org> |
3206 | |
3207 * widget.texi (constants): Typo fix. | |
3208 | |
778 | 3209 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk> |
3210 | |
3211 * cl.texi (Sequence Basics): Avoid splitting link over two lines, | |
3212 which makes cygwin texinfo 4.0 unhappy. | |
3213 | |
776 | 3214 2002-03-15 Ben Wing <ben@xemacs.org> |
3215 | |
3216 * Makefile (new-users-guide-srcs): | |
3217 * Makefile (extraclean): | |
3218 Use -no-packages to avoid problems with package files shadowing | |
3219 core files (e.g. unicode.el in mule-ucs). | |
3220 | |
775 | 3221 2002-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
3222 | |
3223 * emodules.texi (Using DEFUN): Add @ref{Lisp Primitives}. | |
3224 | |
1137 | 3225 * lispref/mule.texi (Unicode Support): |
775 | 3226 * xemacs/custom.texi (Behaviors): |
3227 * lispref/customize.texi (Enabling Behavior): | |
3228 New nodes. | |
3229 | |
774 | 3230 2002-03-12 Ben Wing <ben@xemacs.org> |
3231 | |
3322 | 3232 * The Great Mule Merge of March 2002: |
3233 see node by that name in the Internals Manual. | |
774 | 3234 |
768 | 3235 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
3236 | |
3237 * XEmacs 21.5.5 "beets" is released. | |
3238 | |
761 | 3239 2002-03-01 Jeff Miller <jmiller@cablespeed.com> |
3240 | |
3241 * lispref/packaging.texi (The User View, The Library Maintainer | |
3242 View, The Package Release Engineer View): Remove apostrophes. | |
3243 * lispref/lispref.texi (The User View, The Library Maintainer | |
3244 View, The Package Release Engineer View): Remove apostrophes. | |
3245 | |
759 | 3246 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> |
3247 | |
3248 * lispref/packaging.texi (The User View, The Library Maintainer | |
3249 View, The Package Release Engineer View): Remove apostrophes. | |
3250 | |
755 | 3251 2002-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
3252 | |
3253 * external-widget.texi | |
3254 (Example Program Using the External Client Widget): Fix braces. | |
3255 From Mats Lidell <matsl@contactor.se>. | |
3256 | |
753 | 3257 2002-02-14 Stephen J. Turnbull <stephen@xemacs.org> |
3258 | |
3259 * external-widget.texi | |
3260 (Example Program Using the External Client Widget): Fix | |
3261 documentation to explain needed resource settings. | |
3262 | |
752 | 3263 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org> |
3264 | |
3265 * lispref/packaging.texi (Documenting Packages): New node. | |
3266 (Makefile Variables): Fix typo per Steve Youngs. | |
3267 | |
750 | 3268 2002-02-09 Stephen J. Turnbull <stephen@xemacs.org> |
3269 | |
3270 * external-widget.texi | |
3271 (Example Program Using the External Client Widget): New node. | |
3272 | |
3273 * lispref/packaging.texi (Documenting Packages): New node. | |
3274 | |
749 | 3275 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org> |
3276 | |
3277 * lispref/packaging.texi (Makefile Variables): Document GENERATED | |
3278 and PRELOADS. Document DATA_FILES_n and DATA_DEST_n forms. | |
3279 | |
745 | 3280 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
3281 | |
3282 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
3283 | |
742 | 3284 2001-01-24 Adrian Aichner <adrian@xemacs.org> |
3285 | |
3286 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3287 | |
741 | 3288 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
3289 | |
3290 * xemacs/files.texi (Files): | |
3291 (File Names): | |
3292 Document remote file editing, refer to EFS and TRAMP. | |
3293 | |
3294 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3295 | |
3296 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
3297 | |
3298 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
3299 | |
3300 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3301 | |
737 | 3302 2002-02-01 Steve Youngs <youngs@xemacs.org> |
3303 | |
3304 * xemacs/packages.texi (Removing Packages): The interactive | |
3305 function is 'package-get-delete-package'. | |
3306 | |
725 | 3307 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
3308 | |
3309 * XEmacs 21.5.4 "bamboo" is released. | |
3310 | |
724 | 3311 2001-11-15 Darryl Okahata <darrylo@xemacs.org> |
3312 | |
3313 * glyphs.texi: | |
3314 lispref.texi: Add examples of how to insert graphics into a | |
3315 buffer. | |
1137 | 3316 |
721 | 3317 2002-01-02 Adrian Aichner <adrian@xemacs.org> |
3318 | |
3319 * emodules.texi: Add missing direntry, reword "dynamic loadable" | |
3320 to "dynamically loadable". | |
3321 * external-widget.texi: Add missing direntry. | |
3322 | |
709 | 3323 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
3324 | |
3325 * xemacs/programs.texi: Etags update from Francesco. | |
3326 | |
704 | 3327 2001-12-18 Valdis.Kletnieks <Valdis.Kletnieks@vt.edu> |
3328 | |
3329 * xemacs/programs.texi (Tags): Add node name to Ebrowse | |
3330 cross reference. | |
3331 | |
696 | 3332 2001-12-15 Adrian Aichner <adrian@xemacs.org> |
3333 | |
3334 * xemacs\xemacs.texi (Top): Change from @ifinfo to @ifnottex for | |
3335 the benefit of HTML online docs. | |
3336 | |
3337 2001-12-15 Adrian Aichner <adrian@xemacs.org> | |
3338 | |
3339 * term.texi: Fix broken settitle. Make @titlepage, @direntry, and | |
3340 @chapter agree with new title. | |
3341 | |
694 | 3342 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org> |
3343 | |
3344 * lispref/packaging.texi (The User's View): | |
3345 Correct description of man subdirectory. | |
3346 | |
3347 (The Package Release Engineer's View): | |
3348 (package-compile.el): | |
3349 Change hazmat to useful documentation. | |
3350 | |
3351 (Issues): | |
3352 Hazmat removal. | |
3353 | |
693 | 3354 2001-11-27 Stephen J. Turnbull <stephen@xemacs.org> |
3355 | |
3356 * lispref/packaging.texi: New file. | |
3357 * lispref/lispref.texi (Top): Add Packaging & subnodes to menus. | |
3358 Include packaging.texi. | |
3359 * lispref/intro.texi (Introduction): Next -> Packaging. | |
3360 * lispref/objects.texi (Lisp Data Types): Previous -> Packaging. | |
3361 * Makefile (lispref-srcs): Depend on lispref/packaging.texi. | |
1137 | 3362 |
675 | 3363 2001-11-26 Adrian Aichner <adrian@xemacs.org> |
3364 | |
3365 * xemacs-faq.texi (Top): Remove duplicate node "Introduction". | |
3366 * xemacs-faq.texi (Q7.0.2): Rename changes sections uniquely. | |
3367 * xemacs-faq.texi (Q7.0.3): Ditto. | |
3368 | |
3369 2001-11-26 Adrian Aichner <adrian@xemacs.org> | |
3370 | |
3371 * external-widget.texi: Add @settitle to this stand-alone | |
3372 document. | |
3373 | |
3374 2001-11-25 Adrian Aichner <adrian@xemacs.org> | |
3375 | |
3376 * Makefile: Add rule to produce html from texi sources (currently | |
3377 using texi2html). | |
3378 * Makefile (HTMLDIR): New. | |
3379 * Makefile (html_files): New. | |
3380 * Makefile (html): New target. | |
3381 | |
662 | 3382 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
3383 | |
3384 * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I | |
3385 got from Gregory Neil Shapiro. | |
3386 | |
661 | 3387 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
3388 | |
3389 * xemacs-faq.texi (Q1.3.7): Update moved link. | |
3390 * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to | |
3391 avoid HTML error in texi2html translation. | |
3392 | |
660 | 3393 2001-09-15 Adrian Aichner <adrian@xemacs.org> |
3394 | |
3395 * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge, | |
3396 infodock.com is no more. | |
3397 * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk. | |
3398 | |
3399 2001-09-15 Adrian Aichner <adrian@xemacs.org> | |
3400 | |
3401 * xemacs-faq.texi (Q4.6.1): | |
3402 | |
658 | 3403 2001-09-09 Adrian Aichner <adrian@xemacs.org> |
3404 | |
3405 * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested | |
3406 by Robin S. Socha. | |
3407 | |
654 | 3408 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
3409 | |
3410 * XEmacs 21.5.3 "asparagus" is released. | |
3411 | |
652 | 3412 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org> |
3413 | |
3414 * widget.texi (Basic Types, Defining New Widgets): | |
3415 Distinguish between :action and :notify. | |
3416 | |
641 | 3417 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
3418 | |
3419 * XEmacs 21.5.2 "artichoke" is released. | |
3420 | |
635 | 3421 2001-07-25 Jim Horning <jim.horning@lmco.com> |
3422 | |
3423 * xemacs/packages.texi (Package Terminology): | |
3424 * xemacs/packages.texi (Automatically): | |
3425 In itemize and enumerate lists @item should be on it's own line. | |
3426 | |
626 | 3427 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
3428 | |
3429 * xemacs-faq.texi (Q1.0.14): Update information following a | |
3430 request by Tom Mostyn. | |
3431 | |
625 | 3432 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
3433 | |
3434 * lispref\windows.texi (Window Configurations): Fix typos. | |
3435 * lispref\x-windows.texi (Resources): Ditto. | |
3436 | |
3437 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
3438 | |
3439 * internals\internals.texi (XEmacs From the Inside): Ditto. | |
3440 | |
3441 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
3442 | |
3443 * emodules.texi (Initialization Mode): Ditto. | |
3444 * xemacs-faq.texi (Q6.3.2): Ditto. | |
3445 | |
613 | 3446 2001-06-10 Ben Wing <ben@xemacs.org> |
3447 | |
3448 * xemacs-faq.texi (Q1.0.10): | |
3449 * xemacs-faq.texi (Q1.0.11): | |
3450 * xemacs-faq.texi (Q1.0.12): | |
3451 Update sections on Windows and MacOS availability. | |
3452 | |
611 | 3453 2001-06-08 Ben Wing <ben@xemacs.org> |
3454 | |
3455 * xemacs-faq.texi (Top): | |
3456 * xemacs-faq.texi (MS Windows): | |
3457 * xemacs-faq.texi (Q6.2.1): | |
3458 * xemacs-faq.texi (Q6.2.2): | |
3459 * xemacs-faq.texi (Q6.2.3): | |
3460 * xemacs-faq.texi (Q6.2.4): | |
3461 * xemacs-faq.texi (Q6.2.5): | |
3462 * xemacs-faq.texi (Q6.3.1): | |
3463 * xemacs-faq.texi (Q6.3.2): | |
3464 * xemacs-faq.texi (Q6.3.3): | |
3465 * xemacs-faq.texi (Q6.3.4): | |
3466 * xemacs-faq.texi (Q6.4.1): | |
3467 * xemacs-faq.texi (Q6.4.2): | |
3468 * xemacs-faq.texi (Current Events): | |
3469 * xemacs-faq.texi (Q7.0.1): | |
3470 * xemacs-faq.texi (Q7.0.2): | |
3471 * xemacs-faq.texi (Q7.0.3): | |
3472 * xemacs-faq.texi (Q7.0.4): | |
3473 * xemacs-faq.texi (Q7.0.5): | |
3474 * xemacs-faq.texi (Q7.0.6): | |
3475 Merge in the rest of Hrvoje's Windows FAQ. Redo section 7 | |
3476 to update current reality and add condensed versions of | |
3477 new changes for 21.1 and 21.4. (Not quite done for 21.4.) | |
3478 Lots more Windows updates. | |
3479 | |
600 | 3480 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru> |
3481 | |
3482 * xemacs/custom.texi: Documented keyboard shortcut. | |
3483 | |
3484 * xemacs/mule.texi: Updated to match reality; tiny fixes. | |
3485 | |
593 | 3486 2001-05-30 Ben Wing <ben@xemacs.org> |
3487 | |
3488 * xemacs-faq.texi (Top): | |
3489 * xemacs-faq.texi (MS Windows): | |
3490 * xemacs-faq.texi (Q6.0.1): | |
3491 * xemacs-faq.texi (Q6.0.2): | |
3492 * xemacs-faq.texi (Q6.0.3): | |
3493 * xemacs-faq.texi (Q6.0.4): | |
3494 * xemacs-faq.texi (Q6.1.1): | |
3495 * xemacs-faq.texi (Q6.1.4): | |
3496 * xemacs-faq.texi (Q6.1.5): | |
3497 * xemacs-faq.texi (Q6.1.6): | |
3498 * xemacs-faq.texi (Q6.2.1): | |
3499 * xemacs-faq.texi (Q6.2.2): | |
3500 * xemacs-faq.texi (Q6.3.1): | |
3501 * xemacs-faq.texi (Q6.3.2): | |
3502 * xemacs-faq.texi (Q6.3.3): | |
3503 * xemacs-faq.texi (Q6.4.1): | |
3504 * xemacs-faq.texi (Current Events): | |
3505 Major rewrite. | |
3506 Update all MS Windows info to current. | |
3507 Redo section 6.1 almost completely. | |
3508 Incorporate sections 1 and 2 of Hrvoje's FAQ. | |
3509 | |
563 | 3510 2001-05-24 Ben Wing <ben@xemacs.org> |
3511 | |
3512 * xemacs-faq.texi (Top): | |
3513 * xemacs-faq.texi (Installation): | |
3514 * xemacs-faq.texi (Q2.1.15): | |
3515 * xemacs-faq.texi (Q2.1.18): | |
3516 * xemacs-faq.texi (Q2.1.19): | |
3517 document how to debug X errors | |
1137 | 3518 |
540 | 3519 2001-05-15 Steve Youngs <youngs@xemacs.org> |
3520 | |
3521 * xemacs/packages.texi (Local.rules): Update to reflect new dir tree. | |
3522 (Creating Packages): Ditto. | |
3523 (Available Packages): Ditto. | |
3524 | |
522 | 3525 2001-05-09 Martin Buchholz <martin@xemacs.org> |
3526 | |
3527 * XEmacs 21.5.1 "anise" is released. | |
3528 | |
511 | 3529 2001-05-07 Martin Buchholz <martin@xemacs.org> |
3530 | |
3531 * make-stds.texi: Support makeinfo 3.12 | |
3532 | |
485 | 3533 2001-04-26 John H. Palmieri <palmieri@math.washington.edu> |
3534 | |
3535 * xemacs/frame.texi (XEmacs under X): Document default-frame-plist | |
3536 rather than default-frame-alist. | |
3537 | |
479 | 3538 2001-04-15 Ben Wing <ben@xemacs.org> |
3539 | |
3540 * xemacs-faq.texi (Q1.0.1): | |
3541 * xemacs-faq.texi (Q1.0.2): | |
3542 Rewrite description of XEmacs to match what's on web page, | |
3543 in about.el. | |
3544 | |
472 | 3545 2001-04-18 Martin Buchholz <martin@xemacs.org> |
3546 | |
3547 * XEmacs 21.5.0 "alfalfa" is released. | |
3548 | |
464 | 3549 2001-03-30 Ben Wing <ben@xemacs.org> |
3550 | |
3551 * internals\internals.texi: | |
3552 * internals\internals.texi (Top): | |
3553 * internals\internals.texi (Lucid Emacs): | |
3554 * internals\internals.texi (XEmacs): | |
3555 * internals\internals.texi (XEmacs From the Outside): | |
3556 Bump version to 1.4 and fix this everywhere. Document all | |
3557 XEmacs releases up through 21.2.46. | |
3558 | |
3559 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org> | |
3560 | |
3561 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save | |
3562 result of INSERT in R in pq-cmd-status example. | |
3563 | |
462 | 3564 2001-03-21 Martin Buchholz <martin@xemacs.org> |
3565 | |
3566 * XEmacs 21.2.46 "Urania" is released. | |
3567 | |
3568 2001-03-08 Ben Wing <ben@xemacs.org> | |
3569 | |
3570 * internals\internals.texi (Top): | |
3571 * internals\internals.texi (A History of Emacs): | |
3572 * internals\internals.texi (Through Version 18): | |
3573 * internals\internals.texi (Lucid Emacs): | |
3574 * internals\internals.texi (GNU Emacs 19): | |
3575 * internals\internals.texi (GNU Emacs 20): | |
3576 * internals\internals.texi (XEmacs From the Outside): | |
3577 * internals\internals.texi (The Lisp Language): | |
3578 * internals\internals.texi (XEmacs From the Perspective of Building): | |
3579 * internals\internals.texi (XEmacs From the Inside): | |
3580 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
3581 * internals\internals.texi (How Lisp Objects Are Represented in C): | |
3582 * internals\internals.texi (Rules When Writing New C Code): | |
3583 * internals\internals.texi (General Coding Rules): | |
3584 * internals\internals.texi (Writing Lisp Primitives): | |
3585 * internals\internals.texi (Writing Good Comments): | |
3586 * internals\internals.texi (Adding Global Lisp Variables): | |
3587 * internals\internals.texi (Proper Use of Unsigned Types): | |
3588 * internals\internals.texi (Coding for Mule): | |
3589 * internals\internals.texi (Character-Related Data Types): | |
3590 * internals\internals.texi (Working With Character and Byte Positions): | |
3591 * internals\internals.texi (Conversion to and from External Data): | |
3592 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code): | |
3593 * internals\internals.texi (An Example of Mule-Aware Code): | |
3594 * internals\internals.texi (Techniques for XEmacs Developers): | |
3595 * internals\internals.texi (A Summary of the Various XEmacs Modules): | |
3596 * internals\internals.texi (Low-Level Modules): | |
3597 * internals\internals.texi (Basic Lisp Modules): | |
3598 * internals\internals.texi (Modules for Standard Editing Operations): | |
3599 * internals\internals.texi (Editor-Level Control Flow Modules): | |
3600 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects): | |
3601 * internals\internals.texi (Modules for other Display-Related Lisp Objects): | |
3602 * internals\internals.texi (Modules for the Redisplay Mechanism): | |
3603 * internals\internals.texi (Modules for Interfacing with the File System): | |
3604 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
3605 * internals\internals.texi (Modules for Interfacing with the Operating System): | |
3606 * internals\internals.texi (Modules for Interfacing with X Windows): | |
3607 * internals\internals.texi (Allocation of Objects in XEmacs Lisp): | |
3608 * internals\internals.texi (Introduction to Allocation): | |
3609 * internals\internals.texi (Garbage Collection): | |
3610 * internals\internals.texi (GCPROing): | |
3611 * internals\internals.texi (Garbage Collection - Step by Step): | |
3612 * internals\internals.texi (Invocation): | |
3613 * internals\internals.texi (garbage_collect_1): | |
3614 * internals\internals.texi (mark_object): | |
3615 * internals\internals.texi (gc_sweep): | |
3616 * internals\internals.texi (sweep_lcrecords_1): | |
3617 * internals\internals.texi (compact_string_chars): | |
3618 * internals\internals.texi (sweep_strings): | |
3619 * internals\internals.texi (sweep_bit_vectors_1): | |
3620 * internals\internals.texi (Integers and Characters): | |
3621 * internals\internals.texi (Allocation from Frob Blocks): | |
3622 * internals\internals.texi (lrecords): | |
3623 * internals\internals.texi (Low-level allocation): | |
3624 * internals\internals.texi (Cons): | |
3625 * internals\internals.texi (Vector): | |
3626 * internals\internals.texi (Bit Vector): | |
3627 * internals\internals.texi (Symbol): | |
3628 * internals\internals.texi (Marker): | |
3629 * internals\internals.texi (String): | |
3630 * internals\internals.texi (Dumping): | |
3631 * internals\internals.texi (Overview): | |
3632 * internals\internals.texi (Data descriptions): | |
3633 * internals\internals.texi (Dumping phase): | |
3634 * internals\internals.texi (Object inventory): | |
3635 * internals\internals.texi (Address allocation): | |
3636 * internals\internals.texi (The header): | |
3637 * internals\internals.texi (Data dumping): | |
3638 * internals\internals.texi (Pointers dumping): | |
3639 * internals\internals.texi (Reloading phase): | |
3640 * internals\internals.texi (Events and the Event Loop): | |
3641 * internals\internals.texi (Introduction to Events): | |
3642 * internals\internals.texi (Main Loop): | |
3643 * internals\internals.texi (Specifics of the Event Gathering Mechanism): | |
3644 * internals\internals.texi (Specifics About the Emacs Event): | |
3645 * internals\internals.texi (The Event Stream Callback Routines): | |
3646 * internals\internals.texi (Other Event Loop Functions): | |
3647 * internals\internals.texi (Converting Events): | |
3648 * internals\internals.texi (Evaluation; Stack Frames; Bindings): | |
3649 * internals\internals.texi (Evaluation): | |
3650 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
3651 * internals\internals.texi (Simple Special Forms): | |
3652 * internals\internals.texi (Symbols and Variables): | |
3653 * internals\internals.texi (Introduction to Symbols): | |
3654 * internals\internals.texi (Obarrays): | |
3655 * internals\internals.texi (Buffers and Textual Representation): | |
3656 * internals\internals.texi (Introduction to Buffers): | |
3657 * internals\internals.texi (The Text in a Buffer): | |
3658 * internals\internals.texi (Buffer Lists): | |
3659 * internals\internals.texi (Markers and Extents): | |
3660 * internals\internals.texi (Bufbytes and Emchars): | |
3661 * internals\internals.texi (MULE Character Sets and Encodings): | |
3662 * internals\internals.texi (Character Sets): | |
3663 * internals\internals.texi (Encodings): | |
3664 * internals\internals.texi (Japanese EUC (Extended Unix Code)): | |
3665 * internals\internals.texi (JIS7): | |
3666 * internals\internals.texi (Internal Mule Encodings): | |
3667 * internals\internals.texi (Internal String Encoding): | |
3668 * internals\internals.texi (Internal Character Encoding): | |
3669 * internals\internals.texi (The Lisp Reader and Compiler): | |
3670 * internals\internals.texi (Lstreams): | |
3671 * internals\internals.texi (Creating an Lstream): | |
3672 * internals\internals.texi (Lstream Types): | |
3673 * internals\internals.texi (Lstream Functions): | |
3674 * internals\internals.texi (Consoles; Devices; Frames; Windows): | |
3675 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
3676 * internals\internals.texi (Point): | |
3677 * internals\internals.texi (Window Hierarchy): | |
3678 * internals\internals.texi (The Redisplay Mechanism): | |
3679 * internals\internals.texi (Critical Redisplay Sections): | |
3680 * internals\internals.texi (Line Start Cache): | |
3681 * internals\internals.texi (Extents): | |
3682 * internals\internals.texi (Introduction to Extents): | |
3683 * internals\internals.texi (Extent Ordering): | |
3684 * internals\internals.texi (Format of the Extent Info): | |
3685 * internals\internals.texi (Zero-Length Extents): | |
3686 * internals\internals.texi (Mathematics of Extent Ordering): | |
3687 * internals\internals.texi (Faces): | |
3688 * internals\internals.texi (Glyphs): | |
3689 * internals\internals.texi (Specifiers): | |
3690 * internals\internals.texi (Menus): | |
3691 * internals\internals.texi (Subprocesses): | |
3692 * internals\internals.texi (Interface to the X Window System): | |
3693 * internals\internals.texi (Lucid Widget Library): | |
3694 * internals\internals.texi (Generic Widget Interface): | |
3695 * internals\internals.texi (Scrollbars): | |
3696 * internals\internals.texi (Menubars): | |
3697 * internals\internals.texi (Checkboxes and Radio Buttons): | |
3698 * internals\internals.texi (Progress Bars): | |
3699 * internals\internals.texi (Tab Controls): | |
3700 Add more index entries. Add sections on comments and unsigned types. | |
3701 | |
3702 2001-03-08 Ben Wing <ben@xemacs.org> | |
3703 | |
3704 * make-stds.texi (Makefile Basics): | |
3705 * make-stds.texi (Command Variables): | |
3706 * make-stds.texi (Directory Variables): | |
3707 * make-stds.texi (Standard Targets): | |
3708 * standards.texi: | |
3709 * standards.texi (Top): | |
3710 * standards.texi (Preface): | |
3711 * standards.texi (Legal Issues): | |
3712 * standards.texi (Reading Non-Free Code): | |
3713 * standards.texi (Contributions): | |
3714 * standards.texi (Trademarks): | |
3715 * standards.texi (Design Advice): | |
3716 * standards.texi (Source Language): | |
3717 * standards.texi (Compatibility): | |
3718 * standards.texi (Using Extensions): | |
3719 * standards.texi (Standard C): | |
3720 * standards.texi (Program Behavior): | |
3721 * standards.texi (Semantics): | |
3722 * standards.texi (Libraries): | |
3723 * standards.texi (Errors): | |
3724 * standards.texi (User Interfaces): | |
3725 * standards.texi (Graphical Interfaces): | |
3726 * standards.texi (Command-Line Interfaces): | |
3727 * standards.texi (Option Table): | |
3728 * standards.texi (Memory Usage): | |
3729 * standards.texi (File Usage): | |
3730 * standards.texi (Formatting): | |
3731 * standards.texi (Comments): | |
3732 * standards.texi (Syntactic Conventions): | |
3733 * standards.texi (Names): | |
3734 * standards.texi (System Portability): | |
3735 * standards.texi (CPU Portability): | |
3736 * standards.texi (System Functions): | |
3737 * standards.texi (Internationalization): | |
3738 * standards.texi (Mmap): | |
3739 * standards.texi (Documentation): | |
3740 * standards.texi (GNU Manuals): | |
3741 * standards.texi (Doc Strings and Manuals): | |
3742 * standards.texi (Manual Structure Details): | |
3743 * standards.texi (License for Manuals): | |
3744 * standards.texi (Manual Credits): | |
3745 * standards.texi (Printed Manuals): | |
3746 * standards.texi (NEWS File): | |
3747 * standards.texi (Change Logs): | |
3748 * standards.texi (Style of Change Logs): | |
3749 * standards.texi (Simple Changes): | |
3750 * standards.texi (Conditional Changes): | |
3751 * standards.texi (Indicating the Part Changed): | |
3752 * standards.texi (Managing Releases): | |
3753 * standards.texi (Configuration): | |
3754 * standards.texi (Releases): | |
3755 * standards.texi (References): | |
3756 * standards.texi (Index): | |
3757 Update to latest GNU version. | |
1137 | 3758 |
462 | 3759 * xemacs-faq.texi (Q6.3.3): |
3760 * xemacs-faq.texi (Q6.4.1): | |
3761 Improve questions on current Windows activity. | |
3762 | |
3763 2001-03-07 Sandra Wambold <wambold@xemacs.org> | |
3764 | |
3765 * xemacs-faq.texi: (Q.1.0.7): changed list archive address | |
3766 | |
3767 2001-02-25 Ben Wing <ben@xemacs.org> | |
3768 | |
3769 * xemacs-faq.texi (Top): | |
3770 * xemacs-faq.texi (Introduction): | |
3771 * xemacs-faq.texi (Q1.0.1): | |
3772 * xemacs-faq.texi (Q1.0.4): | |
3773 * xemacs-faq.texi (Q1.0.6): | |
3774 * xemacs-faq.texi (Q1.0.10): | |
3775 * xemacs-faq.texi (Q1.2.1): | |
3776 * xemacs-faq.texi (Q1.4.1): | |
3777 * xemacs-faq.texi (Q1.4.2): | |
3778 * xemacs-faq.texi (Q2.0.12): | |
3779 * xemacs-faq.texi (Q2.1.1): | |
3780 * xemacs-faq.texi (Q2.1.2): | |
3781 * xemacs-faq.texi (Q2.1.9): | |
3782 * xemacs-faq.texi (Q2.1.15): | |
3783 * xemacs-faq.texi (Q2.1.19): | |
3784 * xemacs-faq.texi (Customization): | |
3785 * xemacs-faq.texi (Q3.0.1): | |
3786 * xemacs-faq.texi (Q3.0.2): | |
3787 * xemacs-faq.texi (Q3.0.3): | |
3788 * xemacs-faq.texi (Q3.0.7): | |
3789 * xemacs-faq.texi (Q3.1.5): | |
3790 * xemacs-faq.texi (Q3.1.6): | |
3791 * xemacs-faq.texi (Q3.2.1): | |
3792 * xemacs-faq.texi (Q3.2.3): | |
3793 * xemacs-faq.texi (Q3.2.4): | |
3794 * xemacs-faq.texi (Q3.3.1): | |
3795 * xemacs-faq.texi (Q3.3.2): | |
3796 * xemacs-faq.texi (Q3.3.3): | |
3797 * xemacs-faq.texi (Q3.3.4): | |
3798 * xemacs-faq.texi (Q3.3.5): | |
3799 * xemacs-faq.texi (Q3.4.1): | |
3800 * xemacs-faq.texi (Q3.4.2): | |
3801 * xemacs-faq.texi (Q3.5.2): | |
3802 * xemacs-faq.texi (Q3.5.4): | |
3803 * xemacs-faq.texi (key-translation-map): New. | |
3804 * xemacs-faq.texi (Q3.5.5): | |
3805 * xemacs-faq.texi (Q3.5.6): | |
3806 * xemacs-faq.texi (Q3.5.7): | |
3807 * xemacs-faq.texi (Q3.5.8): | |
3808 * xemacs-faq.texi (global-map): Removed. | |
3809 * xemacs-faq.texi (Q3.5.9): | |
3810 * xemacs-faq.texi (Q3.6.1): | |
3811 * xemacs-faq.texi (Q3.6.2): | |
3812 * xemacs-faq.texi (Q3.6.3): | |
3813 * xemacs-faq.texi (Q3.7.6): | |
3814 * xemacs-faq.texi (Q3.7.7): | |
3815 * xemacs-faq.texi (Q3.8.1): | |
3816 * xemacs-faq.texi (Q3.8.2): | |
3817 * xemacs-faq.texi (Q3.8.3): | |
3818 * xemacs-faq.texi (Q3.9.1): | |
3819 * xemacs-faq.texi (Q3.9.4): | |
3820 * xemacs-faq.texi (Q3.10.1): | |
3821 * xemacs-faq.texi (Q3.10.2): | |
3822 * xemacs-faq.texi (Q3.10.3): | |
3823 * xemacs-faq.texi (Q4.0.12): | |
3824 * xemacs-faq.texi (Miscellaneous): | |
3825 * xemacs-faq.texi (Q5.0.1): | |
3826 * xemacs-faq.texi (Q5.0.2): | |
3827 * xemacs-faq.texi (Q5.0.3): | |
3828 * xemacs-faq.texi (Q5.0.4): | |
3829 * xemacs-faq.texi (Q5.0.5): | |
3830 * xemacs-faq.texi (Q5.0.8): | |
3831 * xemacs-faq.texi (Q5.0.9): | |
3832 * xemacs-faq.texi (Q5.0.11): | |
3833 * xemacs-faq.texi (Q5.0.12): | |
3834 * xemacs-faq.texi (Q5.0.13): | |
3835 * xemacs-faq.texi (Q5.0.16): | |
3836 * xemacs-faq.texi (Q5.0.17): | |
3837 * xemacs-faq.texi (Q5.1.9): | |
3838 * xemacs-faq.texi (Q5.1.11): | |
3839 * xemacs-faq.texi (Q5.2.1): | |
3840 * xemacs-faq.texi (Q5.2.2): | |
3841 * xemacs-faq.texi (Q5.3.1): | |
3842 * xemacs-faq.texi (Q5.3.2): | |
3843 * xemacs-faq.texi (Q5.3.4): | |
3844 * xemacs-faq.texi (MS Windows): | |
3845 * xemacs-faq.texi (Q6.0.1): | |
3846 * xemacs-faq.texi (Q6.0.2): | |
3847 * xemacs-faq.texi (Q6.0.3): | |
3848 * xemacs-faq.texi (Q6.0.4): | |
3849 * xemacs-faq.texi (Q6.1.5): | |
3850 * xemacs-faq.texi (Q6.2.3): | |
3851 * xemacs-faq.texi (Q6.3.1): | |
3852 | |
3853 Remove most references to XEmacs pre-19.15, since they are way out | |
3854 of date and are cluttering up and confusing many answers. Update | |
3855 references to .emacs to take into account the new init file | |
3856 location. Update information about the MS Windows port. Change | |
3857 description of XEmacs at beginning to match the web site. Update | |
3858 info about current developers. | |
1137 | 3859 |
462 | 3860 |
3861 2001-02-25 Ben Wing <ben@xemacs.org> | |
3862 | |
3863 * lispref\help.texi (Describing Characters): | |
3864 kp- not kp_. | |
1137 | 3865 |
462 | 3866 2001-02-25 Ben Wing <ben@xemacs.org> |
3867 | |
3868 * new-users-guide\custom1.texi (Customization Basics): | |
3869 * new-users-guide\custom1.texi (Customizing key Bindings): | |
3870 * new-users-guide\custom1.texi (Customizing Menus): | |
3871 * new-users-guide\custom2.texi (Other Customizations): | |
3872 * new-users-guide\custom2.texi (Setting Variables): | |
3873 * new-users-guide\custom2.texi (Init File): | |
3874 * new-users-guide\xmenu.texi (Options Menu): | |
3875 * new-users-guide\modes.texi (Major Modes): | |
3876 * new-users-guide\modes.texi (Minor Modes): | |
3877 * new-users-guide\new-users-guide.texi (Top): | |
3878 Fix up references to .emacs to take into account init.el. | |
1137 | 3879 |
460 | 3880 2001-02-23 Martin Buchholz <martin@xemacs.org> |
3881 | |
3882 * XEmacs 21.2.45 "Thelxepeia" is released. | |
3883 | |
3884 2001-02-10 Martin Buchholz <martin@xemacs.org> | |
3885 | |
3886 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3. | |
3887 | |
458 | 3888 2001-02-08 Martin Buchholz <martin@xemacs.org> |
3889 | |
3890 * XEmacs 21.2.44 "Thalia" is released. | |
3891 | |
3892 2001-02-04 Steve Youngs <youngs@xemacs.org> | |
3893 | |
3894 * xemacs/xemacs.texi: Update to accomodate new and improved | |
3895 packages.texi. | |
3896 | |
3897 * xemacs/packages.texi: Basically, apart from a few things, | |
3898 rewritten from scratch. | |
3899 | |
456 | 3900 2001-01-27 Martin Buchholz <martin@xemacs.org> |
3901 | |
3902 * lispref/variables.texi (max-specpdl-size): Correct default value. | |
3903 * lispref/eval.texi (max-lisp-eval-depth): Correct default value. | |
3904 | |
3905 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
3906 | |
3907 * XEmacs 21.2.43 "Terspichore" is released. | |
3908 | |
454 | 3909 2001-01-20 Martin Buchholz <martin@xemacs.org> |
3910 | |
3911 * XEmacs 21.2.42 "Poseidon" is released. | |
3912 | |
3913 2001-01-18 Martin Buchholz <martin@xemacs.org> | |
3914 | |
3915 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL. | |
3916 | |
3917 2001-01-17 Andy Piper <andy@xemacs.org> | |
3918 | |
3919 * internals.texi: some glyph documentation. | |
3920 | |
3921 2001-01-16 Didier Verna <didier@xemacs.org> | |
3922 | |
3923 * frame.texi (Mode Line Basics): new node ... | |
3924 * frame.texi (GUI Components): ... under this one ... | |
3925 * frame.texi (Scrollbar Basics): ... after this one ... | |
3926 * frame.texi (Toolbar Basics): ... before this one. | |
3927 | |
452 | 3928 2001-01-17 Martin Buchholz <martin@xemacs.org> |
3929 | |
3930 * XEmacs 21.2.41 "Polyhymnia" is released. | |
3931 | |
3932 2001-01-12 Martin Buchholz <martin@xemacs.org> | |
3933 | |
3934 * internals/internals.texi: A little post-pdump-rename fixup. | |
3935 | |
3936 2001-01-13 Martin Buchholz <martin@xemacs.org> | |
3937 | |
3938 * internals/internals.texi: See `pdump-rename' in src/ChangeLog. | |
3939 | |
3940 2001-01-10 Martin Buchholz <martin@xemacs.org> | |
3941 | |
3942 * internals/internals.texi: Update for pdump changes. | |
3943 | |
3944 2001-01-04 Adrian Aichner <adrian@xemacs.org> | |
3945 | |
3946 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to | |
3947 XEmacs. | |
3948 * texinfo.texi (First Node): Fixing grammar. | |
3949 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs | |
3950 to XEmacs. | |
3951 | |
450 | 3952 2001-01-08 Martin Buchholz <martin@xemacs.org> |
3953 | |
3954 * XEmacs 21.2.40 is released. | |
3955 | |
3956 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org> | |
3957 | |
3958 * emodules.texi (Required Functions): Xref coding rules for dual-use | |
3959 modules (module and statically linked). Typo fix. | |
3960 | |
3961 * texinfo.texi (ref): Typo fix. | |
3962 | |
448 | 3963 2000-12-31 Martin Buchholz <martin@xemacs.org> |
3964 | |
3965 * XEmacs 21.2.39 is released. | |
3966 | |
3967 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org> | |
3968 | |
3969 * internals/internals.texi (General Coding Rules): further document | |
3970 usage of symsinit.h. Reorder slightly. | |
3971 | |
446 | 3972 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
3973 | |
3974 * xemacs/packages.texi (Creating Packages): new node. | |
3975 | |
3976 2000-12-05 Martin Buchholz <martin@xemacs.org> | |
3977 | |
3978 * XEmacs 21.2.38 is released. | |
3979 | |
3980 2000-12-01 Martin Buchholz <martin@xemacs.org> | |
3981 | |
3982 * lispref/compile.texi: | |
3983 Document differences between compiler and interpreter. | |
3984 | |
3985 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> | |
3986 | |
3987 * internals/index.texi: | |
3988 internals/internals.texi: | |
3989 Change "X Windows" to "the X Window System" randomly. | |
3990 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node. | |
3991 (Lucid Widget Library): new node, added new text, ASCII art, subnode | |
3992 structure. | |
3993 * xemacs/frame.texi (GUI Components): new node. | |
3994 * xemacs/packages.texi: minor updates. | |
3995 | |
3996 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org> | |
3997 | |
3998 * info.texi (Creating an Info File): Fix typos in xrefs. | |
3999 | |
4000 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org> | |
4001 | |
4002 * xemacs/cmdargs.texi (Command Switches): Add documentation of | |
4003 portable dumper switches. Other minor edits. | |
4004 | |
4005 2000-11-21 Martin Buchholz <martin@xemacs.org> | |
4006 | |
4007 * lispref/positions.texi (Word Motion): | |
4008 forward-word arg is now optional. | |
4009 backward-word arg is now optional. | |
4010 Remove vile comment advising lisp programmer to use (forward-word -1) | |
4011 instead of (backward-word 1). | |
4012 * lispref/syntax.texi (Parsing Expressions): | |
4013 Similarly for forward-comment. | |
4014 * lispref/text.texi (Deletion): | |
4015 Similarly for delete-char. | |
4016 Similarly for delete-backward-char. | |
4017 | |
4018 2000-11-09 Martin Buchholz <martin@xemacs.org> | |
4019 | |
4020 * cl.texi (Assertions): | |
4021 Remove claim that elisp doesn't have continuable errors. | |
4022 Document check-type as being continuable. | |
4023 | |
4024 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4025 | |
4026 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME | |
4027 from elisp to lispref and from emacs to xemacs in relevant ?xefs. | |
4028 This should also serve as a reminder for future merges with GNU | |
4029 Emacs. | |
4030 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and | |
4031 "XEmacs User's Manual" for lispref and xemacs respectively. | |
4032 | |
4033 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4034 | |
4035 * lispref/abbrevs.texi (Abbrevs): Ditto. | |
4036 * lispref/backups.texi (Auto-Saving): Ditto. | |
4037 * lispref/backups.texi (Reverting): Ditto. | |
4038 * lispref/display.texi (The Echo Area): Ditto. | |
4039 * lispref/help.texi (Documentation Basics): Ditto. | |
4040 * lispref/help.texi (Help Functions): Ditto. | |
4041 * lispref/keymaps.texi (Scanning Keymaps): Ditto. | |
4042 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto. | |
4043 * lispref/modes.texi (Auto Major Mode): Ditto. | |
4044 * lispref/positions.texi (List Motion): Ditto. | |
4045 * lispref/searching.texi (Regexp Search): Ditto. | |
4046 * lispref/symbols.texi (Symbol Components): Ditto. | |
4047 * lispref/tips.texi (Comment Tips): Ditto. | |
4048 * lispref/tips.texi (Library Headers): Ditto. | |
4049 | |
4050 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4051 | |
4052 * internals/internals.texi (The Buffer Object): Ditto. | |
4053 | |
4054 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4055 | |
4056 * cl.texi (Hash Tables): Ditto. | |
4057 * texinfo.texi (Other Info Files): Ditto. | |
4058 * xemacs-faq.texi (Q1.0.14): Ditto. | |
4059 | |
444 | 4060 2000-11-14 Martin Buchholz <martin@xemacs.org> |
4061 | |
4062 * XEmacs 21.2.37 is released. | |
4063 | |
4064 2000-10-27 Martin Buchholz <martin@xemacs.org> | |
4065 | |
4066 * xemacs/windows.texi (Other Window): | |
4067 | |
4068 * new-users-guide/files.texi (Saving Files): | |
4069 * new-users-guide/search.texi (Search and Replace): | |
4070 | |
4071 * lispref/abbrevs.texi (Abbrev Tables): | |
4072 * lispref/abbrevs.texi (Defining Abbrevs): | |
4073 * lispref/abbrevs.texi (Abbrev Files): | |
4074 * lispref/annotations.texi (Annotation Primitives): | |
4075 * lispref/backups.texi (Auto-Saving): | |
4076 * lispref/backups.texi (Reverting): | |
4077 * lispref/buffers.texi (Current Buffer): | |
4078 * lispref/buffers.texi (Buffer Names): | |
4079 * lispref/buffers.texi (Buffer Modification): | |
4080 * lispref/buffers.texi (Read Only Buffers): | |
4081 * lispref/buffers.texi (The Buffer List): | |
4082 * lispref/buffers.texi (Killing Buffers): | |
4083 * lispref/buffers.texi (Indirect Buffers): | |
4084 * lispref/building.texi (Building XEmacs): | |
4085 * lispref/building.texi (Garbage Collection): | |
4086 * lispref/commands.texi (Interactive Call): | |
4087 * lispref/commands.texi (Events): | |
4088 * lispref/commands.texi (Event Predicates): | |
4089 * lispref/commands.texi (Working With Events): | |
4090 * lispref/commands.texi (Converting Events): | |
4091 * lispref/commands.texi (Key Sequence Input): | |
4092 * lispref/commands.texi (Reading One Event): | |
4093 * lispref/commands.texi (Waiting): | |
4094 * lispref/commands.texi (Prefix Command Arguments): | |
4095 * lispref/commands.texi (Recursive Editing): | |
4096 * lispref/compile.texi (Compilation Functions): | |
4097 * lispref/compile.texi (Compiled-Function Objects): | |
4098 * lispref/consoles-devices.texi (Basic Device Functions): | |
4099 * lispref/consoles-devices.texi (Console Types and Device Classes): | |
4100 * lispref/consoles-devices.texi (Connecting to a Console or Device): | |
4101 * lispref/control.texi (Signaling Errors): | |
4102 * lispref/customize.texi (Type Keywords): | |
4103 * lispref/databases.texi (Connecting to a Database): | |
4104 * lispref/databases.texi (Working With a Database): | |
4105 * lispref/databases.texi (Other Database Functions): | |
4106 * lispref/debugging.texi (Function Debugging): | |
4107 * lispref/display.texi (Refresh Screen): | |
4108 * lispref/display.texi (The Echo Area): | |
4109 * lispref/display.texi (Blinking): | |
4110 * lispref/edebug-inc.texi (Tracing): | |
4111 * lispref/edebug-inc.texi (Instrumenting Macro Calls): | |
4112 * lispref/edebug-inc.texi (Edebug Options): | |
4113 * lispref/eval.texi (Function Indirection): | |
4114 * lispref/extents.texi (Creating and Modifying Extents): | |
4115 * lispref/extents.texi (Finding Extents): | |
4116 * lispref/extents.texi (Mapping Over Extents): | |
4117 * lispref/extents.texi (Extent Properties): | |
4118 * lispref/faces.texi (Basic Face Functions): | |
4119 * lispref/faces.texi (Face Properties): | |
4120 * lispref/faces.texi (Face Convenience Functions): | |
4121 * lispref/faces.texi (Other Face Display Functions): | |
4122 * lispref/faces.texi (Font Instance Characteristics): | |
4123 * lispref/faces.texi (Color Specifiers): | |
4124 * lispref/files.texi (Visiting Functions): | |
4125 * lispref/files.texi (Reading from Files): | |
4126 * lispref/files.texi (Changing File Attributes): | |
4127 * lispref/files.texi (File Names): | |
4128 * lispref/files.texi (File Name Components): | |
4129 * lispref/files.texi (Directory Names): | |
4130 * lispref/files.texi (Relative File Names): | |
4131 * lispref/files.texi (File Name Expansion): | |
4132 * lispref/files.texi (File Name Completion): | |
4133 * lispref/files.texi (User Name Completion): | |
4134 * lispref/files.texi (Magic File Names): | |
4135 * lispref/files.texi (Creating a Partial File): | |
4136 * lispref/files.texi (Format Conversion): | |
4137 * lispref/frames.texi (Creating Frames): | |
4138 * lispref/frames.texi (Property Access): | |
4139 * lispref/frames.texi (Size and Position): | |
4140 * lispref/frames.texi (Deleting Frames): | |
4141 * lispref/frames.texi (Finding All Frames): | |
4142 * lispref/frames.texi (Frames and Windows): | |
4143 * lispref/frames.texi (Visibility of Frames): | |
4144 * lispref/frames.texi (Frame Configurations): | |
4145 * lispref/functions.texi (Calling Functions): | |
4146 * lispref/functions.texi (Function Cells): | |
4147 * lispref/glyphs.texi (Creating Glyphs): | |
4148 * lispref/glyphs.texi (Image Specifiers): | |
4149 * lispref/glyphs.texi (Image Instance Types): | |
4150 * lispref/glyphs.texi (Image Instance Functions): | |
4151 * lispref/gutter.texi (Creating Gutter): | |
4152 * lispref/gutter.texi (Specifying a Gutter): | |
4153 * lispref/gutter.texi (Other Gutter Variables): | |
4154 * lispref/help.texi (Accessing Documentation): | |
4155 * lispref/help.texi (Help Functions): | |
4156 * lispref/help.texi (Obsoleteness): | |
4157 * lispref/internationalization.texi (Domain Specification): | |
4158 * lispref/intro.texi (Caveats): | |
4159 * lispref/keymaps.texi (Active Keymaps): | |
4160 * lispref/keymaps.texi (Functions for Key Lookup): | |
4161 * lispref/keymaps.texi (Changing Key Bindings): | |
4162 * lispref/keymaps.texi (Scanning Keymaps): | |
4163 * lispref/ldap.texi (The High-Level LDAP API): | |
4164 * lispref/ldap.texi (Low-level Operations on a LDAP Server): | |
4165 * lispref/ldap.texi (Encoder/Decoder Functions): | |
4166 * lispref/lists.texi (Setcar): | |
4167 * lispref/lists.texi (Setcdr): | |
4168 * lispref/lists.texi (Working With Normal Plists): | |
4169 * lispref/lists.texi (Working With Lax Plists): | |
4170 * lispref/loading.texi (Autoload): | |
4171 * lispref/loading.texi (Named Features): | |
4172 * lispref/markers.texi (Creating Markers): | |
4173 * lispref/markers.texi (Changing Markers): | |
4174 * lispref/markers.texi (The Mark): | |
4175 * lispref/menus.texi (Modifying Menus): | |
4176 * lispref/menus.texi (Pop-Up Menus): | |
4177 * lispref/menus.texi (Menu Accelerator Functions): | |
4178 * lispref/minibuf.texi (Text from Minibuffer): | |
4179 * lispref/minibuf.texi (Object from Minibuffer): | |
4180 * lispref/minibuf.texi (Basic Completion): | |
4181 * lispref/minibuf.texi (High-Level Completion): | |
4182 * lispref/minibuf.texi (Reading a Password): | |
4183 * lispref/minibuf.texi (Minibuffer Misc): | |
4184 * lispref/mouse.texi (Mouse Tracking): | |
4185 * lispref/syntax.texi (Syntax Table Functions): | |
4186 * lispref/numbers.texi (Arithmetic Operations): | |
4187 * lispref/numbers.texi (Rounding Operations): | |
4188 * lispref/numbers.texi (Math Functions): | |
4189 * lispref/objects.texi (String Type): | |
4190 * lispref/objects.texi (Equality Predicates): | |
4191 * lispref/os.texi (Killing XEmacs): | |
4192 * lispref/os.texi (Suspending XEmacs): | |
4193 * lispref/os.texi (System Environment): | |
4194 * lispref/os.texi (Time Conversion): | |
4195 * lispref/os.texi (Timers): | |
4196 * lispref/os.texi (Input Modes): | |
4197 * lispref/os.texi (Translating Input): | |
4198 * lispref/os.texi (Terminal Output): | |
4199 * lispref/os.texi (Flow Control): | |
4200 * lispref/positions.texi (Character Motion): | |
4201 * lispref/positions.texi (Word Motion): | |
4202 * lispref/positions.texi (Text Lines): | |
4203 * lispref/positions.texi (Screen Lines): | |
4204 * lispref/positions.texi (List Motion): | |
4205 * lispref/positions.texi (Narrowing): | |
4206 * lispref/postgresql.texi (Asynchronous Interface Functions): | |
4207 * lispref/processes.texi (Subprocess Creation): | |
4208 * lispref/processes.texi (Synchronous Processes): | |
4209 * lispref/processes.texi (Asynchronous Processes): | |
4210 * lispref/processes.texi (Process Information): | |
4211 * lispref/processes.texi (Input to Processes): | |
4212 * lispref/processes.texi (Signals to Processes): | |
4213 * lispref/processes.texi (Process Buffers): | |
4214 * lispref/processes.texi (Filter Functions): | |
4215 * lispref/processes.texi (Network): | |
4216 * lispref/range-tables.texi (Working With Range Tables): | |
4217 * lispref/searching.texi (String Search): | |
4218 * lispref/searching.texi (Regexp Search): | |
4219 * lispref/searching.texi (POSIX Regexps): | |
4220 * lispref/searching.texi (Replacing Match): | |
4221 * lispref/searching.texi (Entire Match Data): | |
4222 * lispref/sequences.texi (Bit Vector Functions): | |
4223 * lispref/specifiers.texi (Adding Specifications): | |
4224 * lispref/specifiers.texi (Creating Specifiers): | |
4225 * lispref/specifiers.texi (Specifier Validation Functions): | |
4226 * lispref/specifiers.texi (Other Specification Functions): | |
4227 * lispref/streams.texi (Output Variables): | |
4228 * lispref/symbols.texi (Other Plists): | |
4229 * lispref/text.texi (Insertion): | |
4230 * lispref/text.texi (Commands for Insertion): | |
4231 * lispref/text.texi (Deletion): | |
4232 * lispref/text.texi (User-Level Deletion): | |
4233 * lispref/text.texi (Kill Functions): | |
4234 * lispref/text.texi (Low-Level Kill Ring): | |
4235 * lispref/text.texi (Undo): | |
4236 * lispref/text.texi (Maintaining Undo): | |
4237 * lispref/text.texi (Margins): | |
4238 * lispref/text.texi (Sorting): | |
4239 * lispref/text.texi (Columns): | |
4240 * lispref/text.texi (Primitive Indent): | |
4241 * lispref/text.texi (Mode-Specific Indent): | |
4242 * lispref/text.texi (Region Indent): | |
4243 * lispref/text.texi (Case Changes): | |
4244 * lispref/text.texi (Examining Properties): | |
4245 * lispref/text.texi (Property Search): | |
4246 * lispref/text.texi (Registers): | |
4247 * lispref/text.texi (Transformations): | |
4248 * lispref/mule.texi (Charset Property Functions): | |
4249 * lispref/mule.texi (MULE Characters): | |
4250 * lispref/mule.texi (Composite Characters): | |
4251 * lispref/mule.texi (Coding System Properties): | |
4252 * lispref/mule.texi (Big5 and Shift-JIS Functions): | |
4253 * lispref/mule.texi (CCL Statements): | |
4254 * lispref/mule.texi (Calling CCL): | |
4255 * lispref/mule.texi (Category Tables): | |
4256 * lispref/toolbar.texi (Specifying the Toolbar): | |
4257 * lispref/toolbar.texi (Other Toolbar Variables): | |
4258 * lispref/tooltalk.texi (Elisp Interface for Sending Messages): | |
4259 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages): | |
4260 * lispref/variables.texi (Creating Buffer-Local): | |
4261 * lispref/variables.texi (Variable Aliases): | |
4262 * lispref/windows.texi (Splitting Windows): | |
4263 * lispref/windows.texi (Deleting Windows): | |
4264 * lispref/windows.texi (Selecting Windows): | |
4265 * lispref/windows.texi (Cyclic Window Ordering): | |
4266 * lispref/windows.texi (Buffers and Windows): | |
4267 * lispref/windows.texi (Displaying Buffers): | |
4268 * lispref/windows.texi (Choosing Window): | |
4269 * lispref/windows.texi (Window Point): | |
4270 * lispref/windows.texi (Window Start): | |
4271 * lispref/windows.texi (Vertical Scrolling): | |
4272 * lispref/windows.texi (Horizontal Scrolling): | |
4273 * lispref/windows.texi (Resizing Windows): | |
4274 * lispref/windows.texi (Window Configurations): | |
4275 * lispref/x-windows.texi (X Selections): | |
4276 * lispref/x-windows.texi (Resources): | |
4277 * lispref/strings.texi (Creating Strings): | |
4278 * lispref/strings.texi (Character Codes): | |
4279 * lispref/strings.texi (Text Comparison): | |
4280 * lispref/strings.texi (String Conversion): | |
4281 * lispref/strings.texi (Formatting Strings): | |
4282 * lispref/strings.texi (Character Case): | |
4283 * lispref/strings.texi (Case Tables): | |
4284 * lispref/strings.texi (Char Table Types): | |
4285 * lispref/strings.texi (Working With Char Tables): | |
4286 Giant docstring parameter/Texinfo fixes. | |
4287 | |
4288 Don't use abbreviations for English words, especially when those | |
4289 words have other meanings. For example, use START, not BEG. | |
4290 Use OBJECT, not OBJ. | |
4291 Use VALUE, not VAL. | |
4292 Use BUFFER, not BUF. | |
4293 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!) | |
4294 Use CHARACTER, not CH or CHR. | |
4295 Use NUMBER, not NUM. | |
4296 Use COLUMN, not COL. | |
4297 Use POSITION, not POS. | |
4298 Use SYMBOL, not SYM. | |
4299 Use STRING, not STR. | |
4300 Use LIMIT, not LIM. | |
4301 Use OTHER-WINDOW-P, not OTHER-P. | |
4302 Use PRIORITY, not PRI. | |
4303 | |
4304 Use `non-nil', not `true'. | |
4305 | |
4306 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY. | |
4307 | |
4308 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE. | |
4309 | |
4310 Try to find better parameter names than ARG. | |
4311 | |
4312 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g; | |
4313 | |
4314 Use type information in parameter names. For example, use | |
4315 (make-bit-vector length bit), not (make-bit-vector length init). | |
4316 | |
4317 Completion functions should have parameters with names like | |
4318 PARTIAL-FILENAME instead of the misleading FILENAME. | |
4319 | |
4320 Type predicates should consistently take an OBJECT parameter, | |
4321 since any object is valid as input. | |
4322 | |
4323 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for | |
4324 functions like next-window and next-frame that walk over window or | |
4325 frame lists. | |
4326 | |
4327 Deleted duplicated documentation for: | |
4328 one-window-p, format-insert-file | |
4329 | |
4330 Deleted 21 lines of VMS-specific texinfo documentation. | |
4331 | |
4332 Fixed up a few places where `_' was used in docstring parameter | |
4333 names instead of `-'. | |
4334 | |
4335 Fixed up places that used nil or t without @code. | |
4336 | |
4337 Fixed up places that erroneously used @code instead of @var. | |
4338 | |
4339 Fixed many typos. | |
4340 | |
4341 Fixed many places where the parameters mentioned in the docstring | |
4342 didn't match the actual parameters. | |
4343 | |
4344 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'. | |
4345 | |
4346 Fixed 40 places where docstrings were missing trailing `.' | |
4347 | |
4348 Fixed the texi documentation of 41 functions where the | |
4349 interactiveness of the function in the documentation did not match | |
4350 the implementation. | |
4351 | |
4352 Fixed 117 functions where the names of parameters in the texi was | |
4353 different from the names in the implementation. | |
4354 | |
4355 Fixed the texi documentation of 137 functions where the parameter | |
4356 list of the function in the texi was semantically different from | |
4357 the implementation. | |
4358 | |
4359 2000-10-28 Adrian Aichner <adrian@xemacs.org> | |
4360 | |
4361 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to | |
4362 incorporate raw HTML output in the HTML version. | |
4363 | |
4364 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
4365 | |
4366 * xemacs/menus.texi: | |
4367 * widget.texi: | |
4368 Typo fixes and tiny clarifications. | |
4369 | |
4370 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
4371 | |
4372 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how. | |
4373 Added Q2.1.25 - function not found due to package not installed. | |
4374 | |
4375 * xemacs/xemacs.texi: | |
4376 * xemacs/abbrevs.texi: | |
4377 * xemacs/basic.texi: | |
4378 * xemacs/building.texi: | |
4379 * xemacs/packages.texi: | |
4380 * xemacs/startup.texi: | |
4381 Moved "Packages" node to "Important General Concepts" section. | |
4382 | |
4383 * xemacs/packages.texi: Added package list from etc/PACKAGES. | |
4384 | |
442 | 4385 2000-10-04 Martin Buchholz <martin@xemacs.org> |
4386 | |
4387 * XEmacs 21.2.36 is released. | |
4388 | |
4389 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
4390 | |
4391 * lispref/processes.texi (Signals to Processes): Many corrections. | |
4392 | |
4393 2000-09-20 Martin Buchholz <martin@xemacs.org> | |
4394 | |
4395 * xemacs/startup.texi (Startup Paths): Minor fixes. | |
4396 | |
4397 2000-09-19 Martin Buchholz <martin@xemacs.org> | |
4398 | |
4399 * *: Spelling mega-patch | |
4400 | |
4401 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
4402 | |
4403 * internals/internals.texi (Low-Level Modules): | |
4404 Correct the list of source files. | |
4405 | |
4406 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com> | |
4407 | |
4408 * emodules.texi (Introduction): Trivial typo fix. | |
4409 | |
4410 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
4411 | |
4412 * emodules.texi (Initialization Mode): Spell-Check. | |
4413 | |
4414 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
4415 | |
4416 * lispref/databases.texi (Connecting to a Database): | |
4417 s/berkeley_db/berkeley-db/. Too much C programming. | |
4418 | |
4419 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
4420 | |
4421 * xemacs/custom.texi (Menubar Resources): Document FontSet resource. | |
4422 | |
4423 2000-07-30 Ben Wing <ben@xemacs.org> | |
4424 | |
4425 * xemacs\search.texi (Regexp Search): | |
4426 * xemacs\search.texi (Regexps): | |
4427 Synch up with updated docs below (describing non-greedy | |
4428 operators and such). | |
4429 | |
4430 2000-07-30 Ben Wing <ben@xemacs.org> | |
4431 | |
4432 * lispref\searching.texi (Syntax of Regexps): | |
4433 Document ??, which we've supported since 20.4. | |
4434 | |
4435 2000-07-31 Sandra Wambold <wambold@cygnus.com> | |
4436 | |
4437 * xemacs-faq.texi: Minor updates in first two sections | |
4438 | |
4439 2000-07-27 Andy Piper <andy@xemacs.org> | |
4440 | |
4441 * lispref/hash-tables.texi: add new hash table type. | |
4442 | |
4443 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
4444 | |
4445 * XEmacs 21.2.35 is released. | |
4446 | |
4447 2000-07-10 Martin Buchholz <martin@xemacs.org> | |
4448 | |
4449 * Makefile: rm -f ==> $(RM) | |
4450 | |
4451 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
4452 | |
454 | 4453 * lispref/postgresql.texi: |
442 | 4454 - Don't mention ".so" extension. |
4455 - Make installation instructions more generic. | |
4456 - Mention M-x describe-installation. | |
4457 | |
4458 2000-07-08 Ben Wing <ben@xemacs.org> | |
4459 | |
4460 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under | |
4461 Windows problem with binary locs and latest info. | |
4462 | |
4463 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com> | |
4464 | |
4465 * lispref/glyphs.texi: Fix trivial typos. | |
4466 * lispref/gutter.texi: Ditto. | |
4467 * lispref/loading.texi: Ditto. | |
4468 * lispref/postgresql.texi: Ditto. | |
4469 | |
4470 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com> | |
4471 | |
4472 * internals/internals.texi (Markers and Extents): Fix trivial typo. | |
4473 | |
4474 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com> | |
4475 | |
4476 * make-stds.texi: Fix trivial typos. | |
4477 * xemacs-faq.texi: Ditto. | |
4478 * internals/internals.texi: Ditto. | |
4479 * new-users-guide/edit.texi: Ditto. | |
4480 * new-users-guide/modes.texi: Ditto. | |
4481 * new-users-guide/region.texi: Ditto. | |
4482 | |
4483 2000-06-10 Ben Wing <ben@xemacs.org> | |
4484 | |
4485 * xemacs-faq.texi (Q6.1.2): | |
4486 * xemacs-faq.texi (Q6.1.5): | |
4487 * xemacs-faq.texi (Q6.1.6): | |
4488 Corrections for Cygwin, MinGW. | |
4489 | |
4490 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com> | |
4491 | |
4492 * xemacs/basic.texi: Fix trivial typos. | |
4493 * xemacs/buffers.texi: Fix trivial typos. | |
4494 * xemacs/building.texi: Ditto. | |
4495 * xemacs/glossary.texi: Ditto. | |
4496 * xemacs/gnu.texi: Ditto. | |
4497 * xemacs/help.texi: Ditto. | |
4498 * xemacs/keystrokes.texi: Ditto. | |
4499 * xemacs/programs.texi: Ditto. | |
4500 * xemacs/search.texi: Ditto. | |
4501 * xemacs/sending.texi: Ditto. | |
4502 | |
4503 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
4504 | |
4505 * XEmacs 21.2.34 is released. | |
4506 | |
4507 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4508 | |
4509 * xemacs/basic.texi: Document translation of tutorial. | |
4510 * xemacs/startup.texi: Remove lock-directory. | |
4511 * xemacs/enterings.texi: Update. | |
4512 | |
4513 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4514 | |
4515 * lispref/display.texi: | |
4516 * lispref/faces.texi: | |
4517 * lispref/glyphs.texi: | |
4518 * lispref/gutter.texi: | |
4519 * lispref/modes.texi: | |
4520 * lispref/specifiers.texi: | |
4521 * lispref/toolbar.texi: | |
4522 Update. Merge Ben's doc-string update. | |
4523 | |
4524 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4525 | |
4526 * xemacs/basic.texi: | |
4527 * xemacs/enterings.texi: | |
4528 * xemacs/mini.texi: | |
4529 Partial sync with FSF Emacs 20.6 and some update. | |
4530 | |
4531 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
4532 | |
4533 * XEmacs 21.2.33 is released. | |
4534 | |
4535 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4536 | |
4537 * xemacs-faq.texi (Q2.1.24): Removed wrong header. | |
4538 | |
4539 2000-04-01 Oscar Figueiredo <oscar@xemacs.org> | |
4540 | |
4541 * lispref/ldap.texi: Documentation of the add/modify/delete and | |
4542 internationalization APIs | |
4543 | |
4544 * lispref/lispref.texi: Updated LDAP-related menus | |
4545 | |
4546 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
4547 | |
4548 * XEmacs 21.2.32 is released. | |
4549 | |
4550 2000-03-15 SL Baur <steve@musashimaru.m17n.org> | |
4551 | |
4552 * lispref/postgresql.texi (Unimplemented libpq Functions): Update | |
4553 documentation to reflect the latest code. | |
4554 | |
4555 2000-03-07 SL Baur <steve@musashimaru.m17n.org> | |
4556 | |
4557 * lispref/postgresql.texi (PostgreSQL Support): New File. | |
4558 | |
4559 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter. | |
4560 * lispref/lispref.texi (Top): Ditto. | |
4561 * lispref/internationalization.texi: Ditto. | |
4562 | |
4563 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4564 | |
4565 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis. | |
4566 | |
4567 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4568 | |
4569 * xemacs-faq.texi: Put node before section. | |
4570 | |
4571 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
4572 | |
4573 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly. | |
4574 | |
4575 2000-03-01 Sandra Wambold <wambold@xemacs.org> | |
4576 | |
4577 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows | |
4578 | |
4579 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4580 | |
4581 * xemacs/xemacs.texi: Detailed menu update. | |
4582 | |
4583 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4584 | |
4585 * xemacs/help.texi: Synch with FSF 20.5. Update. | |
4586 | |
4587 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4588 | |
4589 * lispref/minibuf.texi: Add default argument documentation. | |
4590 | |
4591 2000-02-27 Martin Buchholz <martin@xemacs.org> | |
4592 | |
4593 * internals/internals.texi (lrecords): Update docs for new lisp | |
4594 object representation. | |
4595 | |
4596 2000-02-25 Martin Buchholz <martin@xemacs.org> | |
4597 | |
4598 * internals/internals.texi (Techniques for XEmacs Developers): | |
4599 Document INLINE_HEADER and how to create macros and inline functions. | |
4600 Cleanup entire section. | |
4601 | |
2069 | 4602 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 4603 |
4604 * man/lispref/gutter.texi: New file describing gutter API. | |
4605 | |
4606 * man/lispref/lispref.texi, man/lispref/scrollbars.texi, | |
4607 | |
4608 * man/lispref/toolbar.texi: Fixup links to new node Gutter. | |
4609 | |
2069 | 4610 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 4611 |
4612 * man/lispref/frames.texi, man/xemacs/custom.texi, | |
4613 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars, | |
4614 toolbars, and gutters as optional components of frames, with | |
4615 pointers to descriptions. | |
4616 | |
2069 | 4617 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 4618 |
4619 * man/lispref/mule.texi: Substantial reorganization and | |
4620 revision for style of descriptions of character sets, | |
4621 encodings, and coding systems. Addition of a complete table | |
4622 of coding systems as of XEmacs 21.2.19. | |
4623 | |
4624 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
4625 | |
4626 * XEmacs 21.2.31 is released. | |
4627 | |
4628 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
4629 | |
4630 * XEmacs 21.2.30 is released. | |
4631 | |
4632 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
4633 | |
4634 * internals/internals.texi: Made texinfmt-friendly. | |
4635 | |
4636 2000-01-20 Mark Thomas <mthomas@jprc.com> | |
4637 | |
4638 * lispref/backups.texi (Numbered Backups): | |
4639 * xemacs/files.texi (Backup Deletion): | |
4640 Change trim-versions-without-asking to delete-old-versions. | |
4641 | |
4642 2000-02-19 Martin Buchholz <martin@xemacs.org> | |
4643 | |
4644 * internals/internals.texi (Conversion to and from External Data): | |
4645 Document TO_EXTERNAL_FORMAT and friends. | |
4646 Doc bug fixes. | |
4647 | |
4648 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
4649 | |
4650 * XEmacs 21.2.29 is released. | |
4651 | |
4652 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
4653 | |
4654 * internals/internals.texi: Integrate Olivier's portable dumping docs. | |
4655 | |
4656 2000-02-09 Martin Buchholz <martin@xemacs.org> | |
4657 | |
4658 * lispref/symbols.texi (Object Plists): | |
4659 Document `object-plist'. | |
4660 Document `remprop'. | |
4661 Rework all plist frobbing docs for accuracy. | |
4662 | |
440 | 4663 2000-02-07 Martin Buchholz <martin@xemacs.org> |
4664 | |
4665 * XEmacs 21.2.28 is released. | |
4666 | |
4667 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
4668 | |
4669 * cl.texi: Remove (or replace by `get') references to `get*'. | |
4670 | |
4671 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4672 | |
4673 * widget.texi: | |
4674 * internals/internals.texi: | |
4675 * lispref/commands.texi: | |
4676 * lispref/consoles-devices.texi: | |
4677 * lispref/customize.texi: | |
4678 * lispref/dialog.texi: | |
4679 * lispref/extents.texi: | |
4680 * lispref/faces.texi: | |
4681 * lispref/glyphs.texi: | |
4682 * lispref/keymaps.texi: | |
4683 * lispref/lists.texi: | |
4684 * lispref/markers.texi: | |
4685 * lispref/menus.texi: | |
4686 * lispref/mule.texi: | |
4687 * lispref/objects.texi: | |
4688 * lispref/specifiers.texi: | |
4689 * lispref/toolbar.texi: | |
4690 * lispref/tooltalk.texi: | |
4691 * lispref/x-windows.texi: | |
4692 * new-users-guide/custom2.texi: | |
4693 * new-users-guide/help.texi: | |
4694 * new-users-guide/modes.texi: | |
4695 * xemacs/abbrevs.texi: | |
4696 * xemacs/buffers.texi: | |
4697 * xemacs/custom.texi: | |
4698 * xemacs/help.texi: | |
4699 * xemacs/keystrokes.texi: | |
4700 * xemacs/mini.texi: | |
4701 * xemacs/new.texi: | |
4702 * xemacs/packages.texi: | |
4703 * xemacs/programs.texi: | |
4704 * xemacs/sending.texi: | |
4705 Change ' -- ' to '---' since Texinfo formats --- to --. | |
4706 Untabify. TeX doesn't like TAB. | |
4707 | |
4708 2000-01-27 Sandra Wambold <wambold@xemacs.org> | |
4709 | |
4710 * xemacs-faq.texi (Q6.2.2): updated font instructions to include | |
4711 21.2.* | |
4712 | |
4713 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4714 | |
4715 * xemacs-faq.texi: Untabify. | |
442 | 4716 |
440 | 4717 2000-01-22 Martin Buchholz <martin@xemacs.org> |
4718 | |
4719 * internals/internals.texi (General Coding Rules): Document why we | |
4720 #include <config.h> | |
4721 | |
4722 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4723 | |
4724 * xemacs-faq.texi: Change ' -- ' to '---'. | |
442 | 4725 |
440 | 4726 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
4727 | |
4728 * lispref/faces.texi (Face Properties): Document | |
4729 remove-face-property. | |
4730 | |
438 | 4731 2000-01-18 Martin Buchholz <martin@xemacs.org> |
4732 | |
4733 * XEmacs 21.2.27 is released. | |
4734 | |
4735 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4736 | |
4737 * xemacs/regs.texi: Synch with FSF 20.5. | |
4738 | |
4739 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4740 | |
4741 * info.texi: Change cross reference from emacs to xemacs. | |
4742 | |
4743 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4744 | |
4745 * xemacs/mini.texi: Synch with FSF 20.5. Update. | |
4746 | |
4747 2000-01-16 Martin Buchholz <martin@xemacs.org> | |
4748 | |
4749 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting. | |
4750 | |
4751 2000-01-14 Martin Buchholz <martin@xemacs.org> | |
4752 | |
4753 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info. | |
4754 | |
4755 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
4756 | |
4757 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions. | |
4758 | |
4759 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
4760 | |
4761 * xemacs-faq.texi: Updated Macintosh information, | |
4762 updated OS/2 info, changed turn-on-pending-delete answer. | |
4763 | |
4764 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
4765 | |
4766 * xemacs-faq.texi (Q2.1.15): Make debugging info current. | |
4767 | |
4768 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr> | |
4769 | |
4770 * lispref/control.texi (Signaling Errors): Document that `signal' | |
4771 is continuable. | |
4772 (Signaling Errors): Document `cerror', `signal-error', and | |
4773 `check-argument-type'. | |
4774 (Handling Errors): Mention `debug-on-signal'. | |
4775 (Error Symbols): Document `define-error'. | |
4776 (Processing of Errors): Document `display-error' and | |
4777 `error-message-string'. | |
4778 | |
4779 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4780 | |
4781 * internals/internals.texi: Remove latin-1 char. | |
4782 | |
4783 2000-01-05 Didier Verna <didier@xemacs.org> | |
4784 | |
4785 * xemacs/custom.texi (Key bindings using strings): add missing | |
4786 whitespace. | |
4787 | |
4788 * xemacs/xemacs.texi (Top): | |
4789 * new-users-guide/new-users-guide.texi (Top): add missing `@top' | |
4790 node. | |
4791 | |
4792 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4793 | |
4794 * lispref/minibuf.texi (Reading a Password): New section. | |
4795 | |
4796 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4797 | |
4798 * lispref/minibuf.texi: Remove documentation about | |
4799 minibuffer-local-ns-map, read-no-blanks-input. | |
4800 | |
4801 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4802 | |
4803 * lispref/minibuf.texi: Partial Synch with FSF manual. | |
4804 Add description about DEFAULT argument of reading functions. | |
4805 | |
436 | 4806 1999-12-31 Martin Buchholz <martin@xemacs.org> |
4807 | |
4808 * XEmacs 21.2.26 is released. | |
4809 | |
4810 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com> | |
4811 | |
4812 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs | |
4813 | |
434 | 4814 1999-12-24 Martin Buchholz <martin@xemacs.org> |
4815 | |
4816 * XEmacs 21.2.25 is released. | |
4817 | |
4818 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
4819 | |
4820 * lispref/text.texi (Near Point): Document `char-before'. | |
4821 | |
4822 1999-12-20 Adrian Aichner <adrian@xemacs.org> | |
4823 | |
4824 * widget.texi: Fix typos and possessive singular errors. Break | |
4825 long sentences for readability. Remove some redundant commas. | |
4826 | |
4827 1999-12-18 Martin Buchholz <martin@xemacs.org> | |
4828 | |
442 | 4829 * lispref/functions.texi (Mapping Functions): |
434 | 4830 Warn about mapping functions modifying their sequences. |
4831 | |
4832 1999-12-15 Sandra Wambold <wambold@xemacs.org> | |
4833 | |
4834 * xemacs-faq.texi: link to matlab.el added; misc. address changes | |
4835 | |
432 | 4836 1999-12-14 Martin Buchholz <martin@xemacs.org> |
4837 | |
4838 * XEmacs 21.2.24 is released. | |
4839 | |
4840 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
4841 | |
4842 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH | |
442 | 4843 instead of PACKAGEPATH |
432 | 4844 From Marcus Harnisch <harnisch@mikrom.de> |
4845 | |
430 | 4846 1999-12-07 Martin Buchholz <martin@xemacs.org> |
4847 | |
4848 * XEmacs 21.2.23 is released. | |
4849 | |
4850 1999-12-06 Sandra Wambold <wambold@pobox.com> | |
4851 | |
4852 * xemacs-faq.texi: Added MS-Windows questions; some other changes | |
4853 | |
4854 1999-11-29 Martin Buchholz <martin@xemacs.org> | |
4855 | |
442 | 4856 * info.texi (Top): |
430 | 4857 Remove @ifnottex, which gives old makeinfos indigestion. |
442 | 4858 * texinfo.texi (Top): |
430 | 4859 Revert to pre-texinfo-4.0 version, plus small changes to make |
4860 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy. | |
4861 | |
4862 1999-11-30 Sandra Wambold <wambold@cygnus.com> | |
4863 | |
4864 * xemacs-faq.texi: fixed and commented out bad URL links | |
4865 | |
428 | 4866 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
4867 | |
4868 * XEmacs 21.2.22 is released | |
4869 | |
4870 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
4871 | |
4872 * XEmacs 21.2.21 is released. | |
4873 | |
4874 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
4875 | |
4876 * internals.texi (Lstream Functions): | |
4877 * internals.texi (Lstream Methods): | |
4878 Types have changed to size_t and ssize_t. Document them. | |
4879 | |
4880 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
4881 | |
4882 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on | |
4883 XEmacs 21 | |
4884 | |
4885 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
4886 | |
4887 * xemacs/programs.texi: Upgrade to etags Version 13.32 | |
442 | 4888 |
428 | 4889 * Makefile: |
4890 - Make sure the default target is `info' instead of cl.info. | |
4891 - Use $(INFODIR) consistently where appropriate. | |
4892 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info). | |
4893 - Comment out unused macros: EMACS EMACSFLAGS | |
4894 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0. | |
4895 - Get dependencies up to date. | |
4896 | |
4897 * internals/Makefile: | |
4898 * xemacs/Makefile: | |
4899 * lispref/Makefile: | |
4900 * new-users-guide/Makefile: | |
4901 * lispref/index.perm: | |
4902 * lispref/index.unperm: | |
4903 * lispref/permute-index: | |
4904 * internals/index.perm: | |
4905 * internals/index.unperm: | |
4906 Remove these Makefiles. | |
4907 Include all functionality in man/Makefile. | |
4908 Support only non-permuted indexes for simplicity. | |
4909 | |
4910 * emodules.texi: | |
4911 - TeX doesn't tolerate `_' in variable names; use `-' instead. | |
4912 | |
4913 * lispref/commands.texi: | |
4914 * lispref/display.texi: | |
4915 * lispref/faces.texi: | |
4916 * lispref/functions.texi: | |
4917 * lispref/keymaps.texi: | |
4918 * lispref/lists.texi: | |
4919 * lispref/modes.texi: | |
4920 * lispref/objects.texi: | |
4921 * lispref/os.texi: | |
4922 * lispref/sequences.texi: | |
4923 * lispref/strings.texi: | |
4924 * lispref/text.texi: | |
4925 * new-users-guide/custom1.texi: | |
4926 * xemacs/custom.texi: | |
4927 * xemacs/menus.texi: | |
4928 - Make sources compatible with makeinfo 4.0 *and* 3.12. | |
4929 - Replace @sc{ASCII} with @sc{ascii}, etc... | |
4930 - Replace @var{(foo)} with (@var{foo}), etc... | |
4931 | |
4932 * info-stnd.texi: Remove. Who cares about the standalone info reader? | |
4933 | |
4934 * texinfo.tex: | |
4935 * texinfo.texi: | |
4936 * info.texi: | |
4937 * standards.texi: | |
4938 * make-stds.texi: | |
4939 Import FSF-maintained files from texinfo-4.0. | |
4940 | |
4941 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
4942 | |
4943 * XEmacs 21.2.20 is released | |
4944 | |
4945 1999-08-30 Robert Pluim <rpluim@bigfoot.com> | |
4946 | |
4947 * xemacs/packages.texi (Using Packages): Added description of | |
4948 package-get-package-provider. | |
4949 | |
4950 1999-07-27 Charles G Waldman <cgw@fnal.gov> | |
4951 | |
4952 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells' | |
4953 | |
434 | 4954 1999-08-01 Adrian Aichner <adrian@xemacs.org> |
428 | 4955 |
4956 * xemacs/programs.texi (Balanced Editing): Remove broken | |
4957 line-break. | |
4958 | |
4959 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs | |
4960 menus. | |
4961 (Q1.4.1): ditto. | |
4962 (Q1.4.3): ditto. | |
4963 (Q2.0.5): Hyphenate words. | |
4964 | |
4965 * info.texi (Add): Fix one typo. | |
4966 | |
4967 1999-08-23 Stephane Epardaud <stephane@lunatech.com> | |
4968 | |
4969 * internals/internals.texi (Garbage Collection - Step by Step): | |
4970 just added some dots to shut up compile warnings. | |
4971 | |
4972 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de> | |
4973 | |
4974 * internals/internals.texi (Garbage Collection - Step by Step): | |
4975 new section in chapter Allocation of Objects in XEmacs Lisp. | |
4976 | |
4977 1999-07-28 Andy Piper <andy@xemacs.org> | |
4978 | |
4979 * internals.texi (Glyphs): add some glyph documentation. | |
4980 | |
4981 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
4982 | |
4983 * XEmacs 21.2.19 is released | |
4984 | |
434 | 4985 1999-07-10 Adrian Aichner <adrian@xemacs.org> |
428 | 4986 |
4987 * emodules.texi: Use @set emacs and @value{emacs} instead of | |
4988 @macro (unsupported by texinfo package). Remove stray @code. | |
4989 * custom.texi: Add info extension to @setfilename. | |
4990 * texinfo.texi: Ditto. | |
4991 * widget.texi: Ditto. | |
4992 * packages.texi: Reword a sentence, fixing @item Decide where to | |
4993 install ... | |
4994 | |
442 | 4995 1999-07-19 Didier Verna <didier@xemacs.org> |
428 | 4996 |
4997 * custom.texi (Wishlist): removed the Custom Comments wishlist | |
4998 entry. They are implemented. | |
4999 | |
5000 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5001 | |
5002 * XEmacs 21.2.18 is released | |
5003 | |
5004 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5005 | |
5006 * XEmacs 21.2.17 is released | |
5007 | |
5008 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5009 | |
5010 * XEmacs 21.2.16 is released | |
5011 | |
5012 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5013 | |
5014 * XEmacs 21.2.15 is released | |
5015 | |
5016 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com> | |
5017 | |
5018 * custom.texi, external-widget.texi: Minor | |
5019 fix to get info DIR entry correct. | |
5020 | |
5021 1999-05-22 Vin Shelton <acs@xemacs.org> | |
5022 | |
5023 * xemacs/cmdargs.texi: | |
5024 Document -private. | |
5025 | |
5026 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk> | |
5027 | |
5028 * Makefile: Added `emodules.info' to info targets. | |
5029 | |
5030 1999-05-20 Karl M. Hegbloom <karlheg@debian.org> | |
5031 | |
5032 * internals/internals.texi (The XEmacs Object System | |
5033 (Abstractly Speaking)): typo. | |
5034 | |
5035 1999-05-16 Hrvoje Niksic <hniksic@srce.hr> | |
5036 | |
5037 * lispref/text.texi (Substitution): Document improvements in | |
5038 `translate-region'. | |
5039 | |
5040 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5041 | |
5042 * XEmacs 21.2.14 is released | |
5043 | |
5044 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com> | |
5045 | |
5046 * man/internals/internals.texi: | |
5047 * man/lispref/lispref.texi: | |
5048 * man/new-users-guide/new-users-guide.texi: | |
5049 * man/xemacs/xemacs.texi: | |
5050 * man/cl.texi: | |
5051 * man/custom.texi: | |
5052 * man/term.texi: | |
5053 * man/termcap.texi: | |
5054 * man/widget.texi: | |
5055 * man/xemacs-faq.texi: | |
5056 * man/external-widget.texi: | |
5057 Added info dir entries so install-info will add them to | |
5058 the common `dir' file. | |
5059 | |
2069 | 5060 1999-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
428 | 5061 |
5062 * man/lispref/mule.texi: Document CCL | |
5063 - add sections: syntax, statements, expressions, and examples. | |
5064 - fix naming and description errors. | |
5065 - update links in neighboring nodes. | |
5066 | |
5067 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5068 | |
5069 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500. | |
5070 | |
5071 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5072 | |
5073 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame | |
5074 Appearance) | |
5075 | |
5076 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5077 | |
5078 * XEmacs 21.2.13 is released | |
5079 | |
5080 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5081 | |
5082 * XEmacs 21.2.12 is released | |
5083 | |
5084 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5085 | |
5086 * XEmacs 21.2.11 is released | |
5087 | |
5088 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5089 | |
5090 * XEmacs 21.2.10 is released | |
5091 | |
5092 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5093 | |
5094 * XEmacs 21.2.9 is released | |
5095 | |
434 | 5096 1999-01-14 Adrian Aichner <adrian@xemacs.org> |
428 | 5097 |
5098 * internals\internals.texi (Techniques for XEmacs Developers): | |
5099 Fixing documentation. | |
5100 (Basic Lisp Modules): ditto. | |
5101 | |
5102 1999-01-10 J. Kean Johnston <jkj@sco.com> | |
5103 | |
5104 * emodules.texi: New file to describe XEmacs modules. | |
5105 | |
5106 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
5107 | |
5108 * XEmacs 21.2.8 is released. | |
5109 | |
5110 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
5111 | |
5112 * XEmacs 21.2.7 is released. | |
5113 | |
5114 1998-12-16 Andy Piper <andy@xemacs.org> | |
5115 | |
5116 * XEmacs 21.2.6 is released | |
5117 | |
5118 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5119 | |
5120 * XEmacs 21.2.5 is released | |
5121 | |
5122 1998-11-30 Martin Buchholz <martin@xemacs.org> | |
5123 | |
5124 * xemacs/startup.texi (Startup Paths): | |
5125 * xemacs/custom.texi (Widgets): | |
5126 * xemacs-faq.texi (Q3.0.5): | |
5127 * xemacs-faq.texi (Top): | |
5128 | |
5129 * widget.texi (info-link): | |
5130 | |
5131 * lispref/objects.texi (Type Predicates): | |
5132 * lispref/objects.texi (Hash Table Type): | |
5133 * lispref/objects.texi (Primitive Types): | |
5134 * lispref/objects.texi (Lisp Data Types): | |
5135 * lispref/macros.texi (Backquote): | |
5136 * lispref/hash-tables.texi (Weak Hash Tables): | |
5137 * lispref/hash-tables.texi: | |
5138 * lispref/errors.texi (Standard Errors): | |
5139 * lispref/compile.texi (Disassembly): | |
5140 * lispref/compile.texi (Compiled-Function Objects): | |
5141 * lispref/compile.texi (Eval During Compile): | |
5142 * lispref/compile.texi (Docs and Compilation): | |
5143 * lispref/compile.texi (Compilation Functions): | |
5144 * lispref/compile.texi (Speed of Byte-Code): | |
5145 * lispref/compile.texi (Byte Compilation): | |
5146 * lispref/building.texi (Garbage Collection): | |
5147 | |
5148 * internals/internals.texi (Simple Special Forms): | |
5149 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
5150 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
5151 * internals/internals.texi (String): | |
5152 * internals/internals.texi (Introduction to Allocation): | |
5153 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
5154 * internals/internals.texi (Modules for Internationalization): | |
5155 * internals/internals.texi (Modules for Interfacing with X Windows): | |
5156 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
5157 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
5158 * internals/internals.texi (Modules for Interfacing with the File System): | |
5159 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
5160 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
5161 * internals/internals.texi (Editor-Level Control Flow Modules): | |
5162 * internals/internals.texi (Modules for Standard Editing Operations): | |
5163 * internals/internals.texi (Basic Lisp Modules): | |
5164 * internals/internals.texi (Low-Level Modules): | |
5165 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
5166 * internals/internals.texi (An Example of Mule-Aware Code): | |
5167 * internals/internals.texi (Working With Character and Byte Positions): | |
5168 * internals/internals.texi (Writing Lisp Primitives): | |
5169 * internals/internals.texi (General Coding Rules): | |
5170 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
5171 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
5172 * internals/internals.texi (XEmacs From the Perspective of Building): | |
5173 * internals/internals.texi (The Lisp Language): | |
5174 * internals/internals.texi (Top): | |
5175 * internals/internals.texi: | |
5176 - rewrite Internals manual | |
5177 | |
5178 * cl.texi (Porting Common Lisp): | |
5179 * cl.texi (Hash Tables): | |
5180 * cl.texi (Association Lists): | |
5181 * cl.texi (Declarations): | |
5182 * cl.texi (For Clauses): | |
5183 * cl.texi (Basic Setf): | |
5184 * cl.texi (Equality Predicates): | |
5185 - mega patch | |
5186 | |
5187 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
5188 | |
5189 * XEmacs 21.2-beta4 is released. | |
5190 | |
5191 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
5192 | |
5193 * XEmacs 21.2-beta3 is released. | |
5194 | |
5195 1998-10-09 SL Baur <steve@altair.xemacs.org> | |
5196 | |
5197 * Makefile (MAKEINFO): Undo no-split change. | |
5198 | |
5199 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
5200 | |
5201 * XEmacs 21.2-beta2 is released. | |
5202 | |
5203 1998-09-20 Hrvoje Niksic <hniksic@srce.hr> | |
5204 | |
5205 * lispref/customize.texi: New file. | |
5206 | |
5207 1998-09-09 Hrvoje Niksic <hniksic@srce.hr> | |
5208 | |
5209 * internals/internals.texi (Coding for Mule): New node and | |
5210 section. | |
5211 | |
5212 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
5213 | |
5214 * xemacs/packages.texi: Document manually installing binary packages. | |
5215 | |
5216 1998-09-02 Jeff Miller <jmiller@smart.net> | |
5217 | |
5218 * Synch calendar.texi with Emacs 20.3 | |
5219 | |
5220 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
5221 | |
5222 * xemacs/packages.texi: Correct and update package documentation. | |
5223 Updated the package installation section to mention the visual | |
5224 package browser/installer. | |
5225 | |
5226 1998-08-31 Hrvoje Niksic <hniksic@srce.hr> | |
5227 | |
5228 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs | |
5229 specifics. | |
5230 | |
5231 1998-08-21 Greg Klanderman <greg@alphatech.com> | |
5232 | |
5233 * lispref/files.texi (User Name Completion): new section. | |
5234 | |
434 | 5235 1998-07-23 Adrian Aichner <adrian@xemacs.org> |
428 | 5236 |
5237 * xemacs/packages.texi (Packages): Changing @itemize @emph to | |
5238 @itemize @bullet (this is what all other files included in | |
5239 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8. | |
5240 | |
5241 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
5242 | |
5243 * xemacs/startup.texi: Small fixes, suggested by Hrvoje. | |
5244 | |
5245 * xemacs/xemacs.texi: | |
5246 * xemacs/packages.texi: More packages documentation. | |
5247 | |
5248 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
5249 | |
5250 * XEmacs 21.2-beta1 is released. | |
5251 | |
5252 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
5253 | |
5254 * XEmacs 21.0-pre5 is released. | |
5255 | |
5256 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
5257 | |
5258 * XEmacs 21.0-pre4 is released. | |
5259 | |
5260 1998-07-09 Oliver Graf <ograf@fga.de> | |
5261 | |
5262 * lispref/dragndrop.texi: added warning to OffiX Protocol section | |
5263 | |
5264 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
5265 | |
5266 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding | |
5267 damage in transit. | |
5268 | |
5269 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
5270 | |
5271 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP | |
5272 | |
5273 * lispref/internationalization.texi: Fixed PREV to @node LDAP | |
5274 | |
5275 * lispref/lispref.texi: Added LDAP chapter from ldap.texi | |
5276 | |
5277 * lispref/Makefile: Added ldap.texi to srcs | |
5278 | |
5279 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
5280 | |
5281 * standards.texi (Preface): Revert previous change to @node | |
5282 because it doesn't pass makeinfo. | |
5283 | |
434 | 5284 1998-06-27 Adrian Aichner <adrian@xemacs.org> |
428 | 5285 |
5286 * cl.texi: See ALL. | |
5287 * info-stnd.texi: Fixed @setfilename. | |
5288 * info.texi: Fixed @setfilename and a typo. | |
5289 * standards.texi: Added NEXT to @node Preface. See ALL. | |
5290 * texinfo.texi: Fixed section names, quoted usage of @TeX{}, | |
442 | 5291 changed some occurrences of `:' to `colon'. |
428 | 5292 * xemacs-faq.texi: See ALL. |
5293 * internals/internals.texi: See ALL. | |
5294 * lispref/back.texi: Fixed @setfilename. | |
5295 * lispref/compile.texi: See ALL. | |
5296 * lispref/debugging.texi: See ALL. | |
5297 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug. | |
5298 * lispref/eval.texi: See ALL. | |
5299 * lispref/extents.texi: See ALL. | |
5300 * lispref/loading.texi: See ALL. | |
5301 * lispref/searching.texi: Escaped `(' in | |
5302 @cindex @samp{(?:} in regex | |
5303 * lispref/variables.texi: See ALL. | |
5304 | |
5305 1998-06-28 SL Baur <steve@altair.xemacs.org> | |
5306 | |
5307 * xemacs/calendar.texi: Massive update. | |
5308 From Jeff Miller <jmiller@smart.net> | |
5309 | |
5310 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
5311 | |
5312 * xemacs/abbrevs.texi: | |
5313 * xemacs/basic.texi: | |
5314 * xemacs/buildings.texi: | |
5315 * xemacs/cmdargs.texi: | |
5316 * xemacs/files.texi: | |
5317 * xemacs/adjustments.texi: Adjustments to integrate startup.texi | |
5318 and packages.texi stuff. | |
5319 | |
5320 * xemacs/startup.texi: | |
5321 * xemacs/packages.texi: Created. | |
5322 | |
434 | 5323 1998-06-10 Adrian Aichner <adrian@xemacs.org> |
428 | 5324 |
5325 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
5326 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
5327 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
5328 happy. Fixed refs broken by a previous patch of mine. | |
5329 | |
5330 1998-06-18 Darryl Okahata <darrylo@sr.hp.com> | |
5331 | |
5332 * lispref/os.texi (os.texi): Document `user-home-directory'. | |
5333 | |
5334 1998-06-13 Greg Klanderman <greg@alphatech.com> | |
5335 | |
5336 * lispref/windows.texi (Resizing Windows): document third optional | |
5337 WINDOW argument to enlarge-window and shrink-window. | |
5338 (Selecting Windows): document select-window optional norecord | |
5339 argument. | |
5340 (Size of Window): document window-text-area-pixel-height and | |
5341 window-text-area-pixel-width. | |
5342 (Size of Window): document window-displayed-text-pixel-height. | |
5343 (Position of Window): document window-text-area-pixel-edges. | |
5344 | |
5345 * lispref/positions.texi (Screen Lines): cleanup docs for | |
5346 vertical-motion and vertical-motion-pixels. | |
5347 | |
5348 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5349 | |
5350 * lispref/windows.texi (Resizing Windows): Document | |
5351 `enlarge-window-pixels' and `shrink-window-pixels'. | |
5352 | |
5353 * lispref/positions.texi (Screen Lines): Update documentation of | |
5354 `vertical-motion'. | |
5355 (Screen Lines): Document `vertical-motion-pixels'. | |
5356 | |
5357 * lispref/frames.texi (Input Focus): Document `focus-frame', | |
5358 `save-selected-frame' and `with-selected-frame'. | |
5359 | |
5360 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5361 | |
5362 * lispref/searching.texi (Regexp Search): Document `split-path'. | |
5363 | |
5364 * lispref/files.texi (Unique File Names): Update docs for | |
5365 `make-temp-name'; document `temp-directory'. | |
5366 | |
5367 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5368 | |
5369 * lispref/os.texi (Recording Input): Update docs for `recent-keys'. | |
5370 | |
5371 * lispref/specifiers.texi (Specifier Instancing): Correct | |
5372 instantiation order. | |
5373 (Specifier Instancing Functions): Ditto. | |
5374 | |
5375 1998-06-11 Oliver Graf <ograf@fga.de> | |
5376 | |
5377 * lispref/lispref.texi: references to Drag'n'Drop fixed | |
5378 * lispref/modes.texi: references to Drag'n'Drop fixed | |
5379 * lispref/scrollbars.texi: references to Drag'n'Drop fixed | |
5380 * lispref/dragndrop.texi: naming changed to Drag and Drop | |
5381 added some docu about the drop procedure | |
5382 | |
434 | 5383 1998-06-09 Adrian Aichner <adrian@xemacs.org> |
428 | 5384 |
5385 * info-stnd.texi: added ../info/ to @setfilename. | |
5386 * info.texi: added ../info/ to @setfilename. | |
5387 * lispref/commands.texi: see ALL. | |
5388 * lispref/frames.texi: see ALL. | |
5389 * lispref/os.texi: see ALL. | |
5390 * lispref/text.texi: see ALL. | |
5391 * new-users-guide/custom1.texi: broke line after enumerated @item. | |
5392 * new-users-guide/custom2.texi: see ALL. | |
5393 * new-users-guide/edit.texi: see ALL. | |
5394 * new-users-guide/enter.texi: see ALL. | |
5395 * new-users-guide/files.texi: see ALL. | |
5396 * new-users-guide/help.texi | |
5397 * new-users-guide/modes.texi: see ALL. | |
5398 * new-users-guide/new-users-guide.texi: see ALL. | |
5399 * new-users-guide/region.texi: see ALL. | |
5400 * new-users-guide/search.texi: see ALL. | |
5401 * new-users-guide/xmenu.texi: see ALL. | |
5402 * standards.texi: added ../info/ to @setfilename. | |
5403 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
5404 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
5405 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
5406 happy. | |
5407 * xemacs-faq.texi: added ../info/ to @setfilename. | |
5408 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant | |
5409 p?xefs (most were empty, some elisp and emacs), used | |
5410 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs | |
5411 User's Manual" respectively for all these. | |
5412 | |
5413 1998-06-01 Oliver Graf <ograf@fga.de> | |
5414 | |
5415 * lispref/dragndrop.texi: added experimental | |
5416 | |
5417 1998-05-28 Oliver Graf <ograf@fga.de> | |
5418 | |
5419 * lispref/dragndrop.texi: a warning, and a bit more text this time | |
5420 | |
5421 1998-05-26 Oliver Graf <ograf@fga.de> | |
5422 | |
5423 * lispref/dragndrop.texi: only small changes | |
5424 | |
933 | 5425 1998-05-15 Christian Nybø <chr@mediascience.no> |
428 | 5426 |
5427 * xemacs/killing.texi: Properly document `zap-to-char'. | |
5428 | |
5429 1998-05-13 Greg Klanderman <greg@alphatech.com> | |
5430 | |
5431 * lispref/frames.texi (Input Focus): cleanup select-frame | |
5432 documentation. | |
5433 | |
5434 1998-05-10 Oliver Graf <ograf@fga.de> | |
5435 | |
5436 * lispref/dragndrop.texi: new section for the DnD API | |
5437 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and | |
5438 modes | |
5439 * lispref/modes.texi: changed back-ref to Drag'n'Drop | |
5440 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop | |
5441 | |
5442 1998-05-05 Oliver Graf <ograf@fga.de> | |
5443 | |
5444 * commands.texi: exchange of dnd-drop with misc-user | |
5445 | |
5446 1998-05-04 Martin Buchholz <martin@xemacs.org> | |
5447 | |
5448 * internals.texi (Techniques for XEmacs Developers): Add some more | |
5449 comments on adding new files, inspired by Olivier Galibert. | |
5450 | |
5451 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
5452 | |
5453 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for | |
5454 scroll-conservatively. | |
5455 | |
5456 * lispref/loading.texi (Named Features): Document advanced args to | |
5457 `feature'. | |
5458 | |
5459 * lispref/files.texi (File Name Expansion): Document that | |
5460 expand-file-name does not treat // and ~/ in the middle of file | |
5461 names specially. | |
5462 | |
5463 * lispref/positions.texi (Excursions): Document | |
5464 `with-current-buffer' and `with-temp-file'. | |
5465 | |
5466 * lispref/strings.texi (Formatting Strings): Document `%*' | |
5467 construct. | |
5468 | |
5469 * lispref/os.texi (Time Conversion): Document that TIME may be | |
5470 omitted from format-time-string. | |
5471 | |
5472 * lispref/strings.texi (String Conversion): Document BASE argument | |
5473 to `string-to-number'. | |
5474 | |
5475 * lispref/searching.texi (Syntax of Regexps): Fix up Perl | |
5476 constructs documentation. | |
5477 (Regexp Search): Document `split-string'. | |
5478 | |
5479 * xemacs/display.texi (Scrolling): Document scroll-conservatively. | |
5480 | |
5481 * xemacs/killing.texi (Active Regions): Document that errors no | |
5482 longer highlight the region. | |
5483 | |
5484 * lispref/display.texi (The Echo Area): Document message log | |
5485 stuff, including `display-message', `lmessage', `clear-message', | |
5486 (Warnings): Document warning stuff. | |
5487 | |
5488 * lispref/commands.texi (Working With Events): Update `make-event' | |
5489 for misc-user events. | |
5490 (Using Interactive): Document `function-interactive'. | |
5491 | |
5492 * lispref/os.texi (System Environment): Document USE-FLOATS | |
5493 argument to `load-average'. | |
5494 (User Identification): Document the new semantics of | |
5495 `user-full-name'. | |
5496 | |
5497 * lispref/strings.texi (Creating Strings): Document `string' | |
5498 function. | |
5499 | |
5500 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
5501 | |
5502 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg | |
5503 comparison functions. | |
5504 | |
5505 1998-04-30 Greg Klanderman <greg@alphatech.com> | |
5506 | |
5507 * lispref/frames.texi (Input Focus): Document behavior of | |
5508 select-frame wrt focus-follows-mouse. | |
5509 | |
5510 1998-04-30 Martin Buchholz <martin@xemacs.org> | |
5511 | |
5512 * Makefile: Support generic makes by avoiding `%' syntax. | |
5513 It breaks my heart to uglify the Makefile like this, but this is | |
5514 going to be a perpetual FAQ otherwise. | |
5515 General cleanup. | |
5516 Comment out w3 and vm info rules. | |
5517 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH. | |
5518 | |
2069 | 5519 1998-03-27 Stephen Turnbull <stephen@xemacs.org> |
428 | 5520 |
5521 * xemacs/frame.texi: Document cursor appearance at end of line. | |
5522 | |
5523 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> | |
5524 | |
5525 * internals/internals.texi (GCPROing): Explain when it is | |
5526 necessary to GCPRO function parameters. | |
5527 | |
5528 1998-03-13 Hrvoje Niksic <hniksic@srce.hr> | |
5529 | |
5530 * internals/internals.texi (Writing Lisp Primitives): Updated | |
5531 definition of For(). | |
5532 | |
5533 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi> | |
5534 | |
5535 * lispref/menus.texi: Use recommended forms in examples. | |
5536 | |
5537 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5538 | |
5539 * cl.texi (Creating Symbols): Tell a little bit about the new | |
5540 handling of gensyms. | |
5541 | |
5542 1998-02-21 Greg Klanderman <greg@alphatech.com> | |
5543 | |
5544 * xemacs/custom.texi (X Resources): update to describe automatic | |
5545 setting of x-emacs-application-class. | |
5546 | |
5547 * lispref/x-windows.texi (Resources): update doc for | |
5548 x-emacs-application-class. | |
5549 | |
5550 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5551 | |
5552 * cl.texi (Equality Predicates): Update to reflect change to | |
5553 `equalp' made in "cl-extra.el" - now compares characters case | |
5554 insensitively. | |
5555 | |
5556 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi> | |
5557 | |
5558 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form. | |
5559 | |
5560 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5561 | |
5562 * lispref/display.texi (Beeping): Linux has sound too. | |
5563 | |
5564 1998-02-19 Hrvoje Niksic <hniksic@srce.hr> | |
5565 | |
5566 * cl.texi (Argument Lists): Keywords are handled specially by | |
5567 XEmacs. | |
5568 (Porting Common Lisp): XEmacs backquotes are OK. | |
5569 | |
5570 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5571 | |
5572 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader | |
5573 syntax for integers. | |
434 | 5574 From Adrian Aichner <adrian@xemacs.org> |
428 | 5575 * cl.texi (Porting Common Lisp): ' ' |
5576 * lispref/numbers.texi (Numbers): ' ' | |
5577 | |
5578 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5579 | |
5580 * lispref/searching.texi (Regular Expressions): Document the | |
5581 recent regular expression syntax extensions. | |
5582 | |
5583 1998-02-10 Olivier Galibert <galibert@pobox.com> | |
5584 | |
5585 * internals/internals.texi: Remove all mocklisp references. | |
5586 | |
5587 1997-12-17 SL Baur <steve@altair.xemacs.org> | |
5588 | |
5589 * Makefile (SUBDIR): skk and gnats are packaged. | |
5590 | |
5591 * lispref/intro.texi (Acknowledgements): Update to v3.3. | |
5592 | |
5593 * lispref/lispref.texi: Update to 20.5/v3.3. | |
5594 | |
5595 1997-12-10 SL Baur <steve@altair.xemacs.org> | |
5596 | |
5597 * Makefile: Don't stop on errors. | |
5598 | |
5599 1997-12-06 SL Baur <steve@altair.xemacs.org> | |
5600 | |
5601 * Makefile: add skk manual. | |
5602 | |
5603 1997-11-29 SL Baur <steve@altair.xemacs.org> | |
5604 | |
5605 * internals/internals.texi (XEmacs): Updated history section. | |
5606 | |
5607 1997-11-28 SL Baur <steve@altair.xemacs.org> | |
5608 | |
5609 * lispref/compile.texi (Compilation Functions): Plug in the real | |
5610 return value. | |
5611 (Speed of Byte-Code): Ditto. | |
5612 (Compilation Functions): Ditto. | |
5613 (Compiled-Function Objects): Ditto. | |
5614 (Speed of Byte-Code): Increase loop counter by factor of 50 (the | |
5615 previous value was embarrassing). | |
5616 | |
5617 1997-11-21 SL Baur <steve@altair.xemacs.org> | |
5618 | |
5619 * Makefile (srcs): vhdl-mode has been packaged. | |
5620 | |
5621 1997-11-15 SL Baur <steve@altair.xemacs.org> | |
5622 | |
5623 * lispref/windows.texi (scroll-conservatively): Fix typo. | |
5624 | |
5625 1997-11-12 Hrvoje Niksic <hniksic@srce.hr> | |
5626 | |
5627 * lispref/commands.texi (Working With Events): Document fully. | |
5628 | |
5629 * lispref/windows.texi (Vertical Scrolling): Document | |
5630 scroll-conservatively. | |
5631 | |
5632 1997-11-09 Hrvoje Niksic <hniksic@srce.hr> | |
5633 | |
5634 * lispref/extents.texi (Intro to Extents): Minor correction. | |
5635 (Extent Properties): Document `extent-keymap'. | |
5636 | |
5637 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
5638 | |
5639 * xemacs/mule.texi (Mule): Modify description about supported | |
5640 scripts. | |
5641 | |
5642 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
5643 | |
5644 * xemacs/mule.texi: Add description for | |
5645 `universal-coding-system-argument'. | |
5646 | |
5647 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
5648 | |
5649 * internals/internals.texi: XEmacs 19.16 is released. | |
5650 | |
5651 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
5652 | |
5653 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have | |
5654 been packaged. | |
5655 | |
5656 1997-10-22 Hrvoje Niksic <hniksic@srce.hr> | |
5657 | |
5658 * xemacs-faq.texi: Added the detailed menu listing. | |
5659 | |
5660 * lispref/extents.texi (Extent Properties): Documented | |
5661 `set-extent-properties'. | |
5662 | |
5663 * xemacs/custom.texi (Face Customization): Updated for XEmacs. | |
5664 | |
5665 1997-10-07 SL Baur <steve@altair.xemacs.org> | |
5666 | |
5667 * xemacs-faq.texi (Q1.3.7): Update Russion URLs. | |
5668 From Rebecca Ore <rebecca.ore@op.net> | |
5669 | |
5670 * lispref/databases.texi (Connecting to a Database): Describe | |
5671 valid types of `type' and `subtype'. | |
5672 From Raymond Toy <toy@rtp.ericsson.se> | |
5673 | |
5674 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
5675 | |
5676 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed | |
5677 reference to (emacs) into a reference to (xemacs). | |
5678 | |
5679 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
5680 | |
5681 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu | |
5682 to prevent line wrap. | |
5683 | |
5684 1997-09-27 SL Baur <steve@altair.xemacs.org> | |
5685 | |
5686 * gnats/flowchart.eps: New file. | |
5687 | |
5688 1997-09-23 Hrvoje Niksic <hniksic@srce.hr> | |
5689 | |
5690 * xemacs/custom.texi (Easy Customization): Ditto. | |
5691 | |
5692 * xemacs/xemacs.texi (Top): Added pointer to easy customization. | |
5693 | |
5694 1997-09-18 SL Baur <steve@altair.xemacs.org> | |
5695 | |
5696 * internals/Makefile (../../info/$(NAME).info): Warn and clean up | |
5697 if someone hasn't upgraded makeinfo. | |
5698 | |
5699 * Makefile (EMACS): Refer to xemacs binary in source tree. | |
5700 * tm/Makefile (EMACS): Ditto. | |
5701 | |
5702 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com> | |
5703 | |
5704 * cl.texi (Type Predicates): Update for corrected handling of | |
5705 `string-char' and `character'. | |
5706 | |
5707 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5708 | |
5709 * cc-mode.texi: | |
5710 In FAQ section, document use of c-mode-base-map instead of c-mode-map. | |
5711 | |
5712 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5713 | |
5714 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode. | |
5715 | |
5716 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5717 | |
5718 * cc-mode.texi: | |
5719 Added description of template-args-cont syntactic symbol | |
5720 | |
5721 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org> | |
5722 | |
5723 * cc-mode.texi: Describe support for idl-mode | |
5724 | |
5725 * cc-mode.texi: | |
5726 Document c-initialization-hook. Also rewrite the "Getting Connected" | |
5727 section on byte compiling the source. | |
5728 | |
5729 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com> | |
5730 | |
5731 * lispref/streams.texi: "Output Streams", change `last-output' | |
5732 result list from integers to characters. | |
5733 | |
5734 * lispref/minibuf.texi: "Object from Minibuffer", correction. | |
5735 | |
5736 * lispref/minibuf.texi: "Minibuffer History", add | |
5737 `Info-minibuffer-history', `Manual-page-minibuffer-history', and | |
5738 short paragraph refering to `M-x apropos'. | |
5739 | |
5740 1997-07-17 Steven L Baur <steve@altair.xemacs.org> | |
5741 | |
5742 * Makefile: makeinfo-1.68 is verified to work. | |
5743 | |
5744 * tm/Makefile (../../info/%-ja.info): Die if not running | |
5745 XEmacs/Mule. | |
5746 (../../info/%-en.info): Inherit setting of MAKEINFO. | |
5747 | |
5748 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5749 | |
5750 * cc-mode.texi: | |
5751 Describe the variable c-indent-comments-syntactically-p. | |
5752 | |
5753 1997-07-15 Steven L Baur <steve@altair.xemacs.org> | |
5754 | |
5755 * internals/internals.texi (Top): Convert Buffer@'s node name to | |
5756 `Buffer's' because the former confuses makeinfo. | |
5757 | |
5758 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5759 | |
5760 * cc-mode.texi: Fixed spelling of Texinfo | |
5761 | |
5762 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
5763 | |
5764 * lispref/files.texi (Writing to Files): Correct docstring of | |
5765 write-region. | |
5766 | |
5767 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org> | |
5768 | |
5769 * lispref/annotations.texi (Annotation Primitives): | |
5770 `delete-annotation' does not return the deleted annotation. | |
5771 | |
5772 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
5773 | |
5774 * lispref/lispref.texi: Correct release dates. | |
5775 | |
5776 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org> | |
5777 | |
5778 * lispref/files.texi (File Name Expansion): Update documentation | |
5779 of file-relative-name. | |
5780 | |
5781 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org> | |
5782 | |
5783 * lispref/lispref.texi: Update version numbers (with patches from | |
5784 Hrvoje Niksic). | |
5785 | |
5786 * lispref/building.texi (Building XEmacs): Update version numbers | |
5787 and build identification. | |
5788 | |
5789 * lispref/intro.texi (Introduction): Update version number. | |
5790 | |
5791 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org> | |
5792 | |
5793 * Makefile (srcs): Add efs.texi. | |
5794 | |
5795 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
5796 | |
5797 * Makefile (srcs): Add hm--html-mode.texi. | |
5798 | |
5799 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org> | |
5800 | |
5801 * gnats/Makefile (gnats_srcs): New manuals for GNATS. | |
5802 | |
5803 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org> | |
5804 | |
5805 * lispref/strings.texi (Text Comparison): Correct example for | |
5806 `char-equal'. Add new function `char='. | |
5807 | |
5808 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org> | |
5809 | |
5810 * Makefile: Update for new texinfo manual. | |
5811 | |
5812 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org> | |
5813 | |
5814 * Makefile (../info/w3.info): Use special version of makeinfo | |
5815 since this manual is not backwards compatible. | |
5816 Clean up error handling so we only have to type make once to | |
5817 rebuild the info tree. | |
5818 (../info/vm.info): Make sure to continue in the event of error. | |
5819 | |
5820 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org> | |
5821 | |
5822 * auctex/Makefile: Added `mostlyclean' and `distclean' target. | |
5823 | |
5824 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org> | |
5825 | |
5826 * Makefile (auctex): New subdirectory target. | |
5827 | |
5828 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com> | |
5829 | |
5830 * mule/languages.texi: Correct typo. | |
5831 | |
5832 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
5833 | |
5834 * Makefile (srcs): Add custom and widget to srcs. | |
5835 | |
5836 * lispref/extents.texi (Intro to Extents): Removed erroneous | |
5837 reference to `start-glyph' property. | |
5838 | |
5839 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
5840 | |
5841 * widget.texi: New file. | |
5842 | |
5843 * custom.texi: New file. | |
5844 | |
5845 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org> | |
5846 | |
5847 * lispref/extents.texi (Duplicable Extents): replicable extents | |
5848 are history. | |
5849 | |
5850 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org> | |
5851 | |
5852 * xemacs-faq.texi (Q1.1.1): Correct typos. | |
5853 | |
5854 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com> | |
5855 | |
5856 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the | |
5857 XEmacs manual available. | |
5858 (Q4.6.1): Updated Infodock Information. | |
5859 | |
5860 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
5861 | |
5862 * vhdl-mode.texi: Correct typo in email address. | |
5863 | |
5864 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
5865 | |
5866 * Makefile (srcs): Add vhdl-mode. | |
5867 | |
5868 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com> | |
5869 | |
5870 * Makefile (realclean): Don't delete itself `make distclean' | |
5871 | |
5872 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump. | |
5873 | |
5874 * Makefile: New File. | |
5875 | |
5876 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com> | |
5877 | |
5878 * vhdl-mode.texi: New file. | |
5879 | |
5880 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu) | |
5881 | |
5882 * texinfo.tex: Delete spurious character at beginning. | |
5883 | |
5884 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
5885 | |
5886 * emacs.tex: Corrected two typos. No other changes before | |
5887 Version 19 will be made. | |
5888 | |
5889 * vip.texinfo: Removed menu entry Adding Lisp Code in node | |
5890 Customization since the menu entry did not point to anything. | |
5891 Also added an @finalout command to remove overfull hboxes from the | |
5892 printed output. | |
5893 | |
5894 * cl.texinfo: Added @bye, \input line and @settitle to file. | |
5895 This file is clearly intended to be a chapter of some other work, | |
5896 but the other work does not yet exist. | |
5897 | |
5898 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
5899 | |
5900 * texinfo.texinfo: Three typos corrected. | |
5901 | |
5902 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph) | |
5903 | |
5904 * texindex.c (indexify): when comparing to initial strings to | |
5905 decide whether to change the header, must use `strncmp' to avoid | |
5906 comparing entire strings of which initials are a substring. | |
5907 | |
5908 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
5909 | |
5910 * texindex.c (sort_in_core, sort_offline, parsefile): | |
5911 Give up on input file if any line doesn't start with backslash. | |
5912 | |
5913 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
5914 | |
5915 * emacs.tex: Update information for obtaining TeX distribution from the | |
5916 University of Washington. |