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