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