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