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