21.4.14 "Reasonable Discussion".
[chise/xemacs-chise.git.1] / man / ChangeLog
1 2003-09-03  Vin Shelton <acs@xemacs.org>
2
3         * XEmacs 21.4.14 is released
4
5 2003-07-31  René Kyllingstad  <listmailxemacs@kyllingstad.com>
6
7         * lispref/display.texi (Invisible Text):
8           mention line-move-ignore-invisible.
9         * lispref/extents.texi (Extent Properties):
10           end-glyph will still be displayed when invisible is set.
11         * lispref/extents.texi (Extents and Events):
12           only begin-glyph is highlighted.
13
14 2003-08-12  Stephen J. Turnbull  <stephen@xemacs.org>
15
16         * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition.
17
18 2003-08-05  Stephen J. Turnbull  <stephen@xemacs.org>
19
20         * lispref/packaging.texi (Creating Packages):
21         * xemacs/packages.texi (Creating Packages):
22         Style guideline for package-info.in description.
23
24 2003-06-30  Stephen J. Turnbull  <stephen@xemacs.org>
25
26         * xemacs-faq.texi (Q3.2.2): Fix typo.
27
28 2003-06-17  Vin Shelton  <acs@xemacs.org>
29
30         * xemacs-faq.texi: Sync up with latest version from 21.5.
31
32 2003-04-28  Stephen J. Turnbull  <stephen@xemacs.org>
33
34         * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows.
35
36 2003-05-25  XEmacs Build Bot <builds@cvs.xemacs.org>
37
38         * XEmacs 21.4.13 is released
39
40 2003-03-20  Martin Buchholz  <martin@xemacs.org>
41
42         * xemacs-faq.texi: Fix minor typo.
43
44 2003-03-19  Vin Shelton  <acs@xemacs.org>
45
46         * widget.texi: Crib Stephen's updates and Ben's fixes en masse
47         from 21.5.
48
49 2003-03-18  Stephen J. Turnbull  <stephen@xemacs.org>
50
51         * xemacs/frame.texi (Gutter Basics): Describe common options for
52         buffers tab control.
53
54 2003-02-03  Steve Youngs  <youngs@xemacs.org>
55
56         * xemacs/packages.texi (Local.rules File): Update to reflect Ben's
57         recent dabble into the packages.
58
59 2003-02-11  Adrian Aichner  <adrian@xemacs.org>
60
61         * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user
62         manual.
63
64 2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
65
66         * XEmacs 21.4.12 "Portable Code" is released.
67
68 2003-01-03  Stephen J. Turnbull  <stephen@xemacs.org>
69
70         * XEmacs 21.4.11 "Native Windows TTY Support" is released.
71
72 2003-01-02  Stephen J. Turnbull  <stephen@xemacs.org>
73
74         * internals/internals.texi (How Lisp Objects Are Represented in C):
75         Deprecate --use-union-type except for static error checking.
76
77 2002-12-27  Stephen J. Turnbull  <stephen@xemacs.org>
78
79         * internals/internals.texi (Regression Testing XEmacs): Hints for
80         test design.
81
82 2002-10-29  Ville Skyttä  <scop@xemacs.org>
83
84         * xemacs-faq.texi (Top):
85         The canonical location for FAQ on the website is /FAQ/.
86
87 2002-11-12  Ilya N. Golubev  <gin@mo.msk.ru>
88
89         * xemacs/custom.texi (Face Customization):
90         (Faces):
91         Document face-frob-from-locale-first variable.
92
93 2002-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
94
95         * XEmacs 21.4.10 "Military Intelligence" is released.
96
97 2002-10-29  Stephen J. Turnbull  <steve@tleepslib.sk.tsukuba.ac.jp>
98
99         * lispref/compile.texi (Compilation Options): New node.
100         (Byte Compilation): Add it to menu.
101         (Compilation Functions): Minor mods.
102         (Docs and Compilation):
103         (Dynamic Loading):
104         Document some variable defaults.
105
106 2002-10-23  Norbert Koch  <nk@viteno.net>
107
108         * xemacs-faq.texi (Q2.0.16): Fix typo in previous commit.
109
110 2002-10-18  Stephen J. Turnbull  <steve@tleepslib.sk.tsukuba.ac.jp>
111
112         * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error.
113         (Q6.1.4): Document cygXpm-noX.
114
115 2002-08-22  Stephen J. Turnbull  <stephen@xemacs.org>
116
117         * internals/internals.texi (Regression Testing XEmacs): Document
118         how to skip and warn about tests that depend on packages.
119
120 2002-09-22  Ville Skyttä  <ville.skytta@xemacs.org>
121
122         * xemacs/packages.texi (Available Packages): Add fortran-modes,
123         perl-modes, psgml-dtds, python-modes and ruby-modes.
124         Some consistency tweaks.
125
126 2002-09-20  Stephen J. Turnbull  <stephen@xemacs.org>
127
128         * internals/internals.texi (Techniques for XEmacs Developers):
129         More performance optimization hints.
130         (Modules for Other Aspects of the Lisp Interpreter and Object System):
131         Describe syntax code internals.
132
133         * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later".
134         (Syntax Class Table): Deprecate SPC as whitespace designator.
135         (Syntax Flags): Rewrite for `8-bit' comment syntax flags.
136
137 2002-08-23  Stephen J. Turnbull  <stephen@xemacs.org>
138
139         * XEmacs 21.4.9 "Informed Management" is released.
140
141 2002-08-20  Simon Josefsson  <simon@xemacs.org>
142
143         * lispref/building.texi (Pure Storage): Deprecate purecopy.
144
145 2002-08-16  Stephen J. Turnbull  <stephen@xemacs.org>
146
147         * internals/internals.texi (Regression Testing XEmacs): Fix typo.
148
149 2002-08-15  Stephen J. Turnbull  <stephen@xemacs.org>
150
151         * internals/internals.texi (GCPROing): Add comment on GCPRO.
152         (Regression Testing XEmacs): New node.
153         (Modules for Regression Testing): New node.
154
155 2002-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
156
157         * xemacs/packages.texi (Installing Packages): Revert EFS patch.
158
159 2002-07-13  Adrian Aichner  <adrian@xemacs.org>
160
161         * xemacs/packages.texi (Installing Packages): Fix reference to
162         EFS.
163
164 2002-08-09  Stephen J. Turnbull  <stephen@xemacs.org>
165
166         * packages.texi:  Replace with rev 1.16 (from 21.5 current).
167         Includes changes by Ville Skyttä, Adrian Aichner, Simon
168         Josefsson, and Steve Youngs.
169         
170 2002-07-24  Ville Skyttä  <ville.skytta@xemacs.org>
171
172         * term.texi (Input to the inferior): Fix term line/char mode
173         switch keybindings.  Kudos to Jacob P. Burckhardt.
174         
175         * xemacs/misc.texi (Term Mode): Ditto.
176
177 2002-07-06  Adrian Aichner  <adrian@xemacs.org>
178
179         * new-users-guide/custom1.texi (Customizing key Bindings): Fix
180         improper use of indef. art. "a".
181
182 2002-07-06  Adrian Aichner  <adrian@xemacs.org>
183
184         * lispref/commands.texi (Peeking and Discarding): Ditto.
185         * lispref/customize.texi (Type Keywords): Ditto.
186         * lispref/dragndrop.texi (Drop Interface): Ditto.
187
188 2002-07-06  Adrian Aichner  <adrian@xemacs.org>
189
190         * termcap.texi (Clearing): Ditto.
191         * widget.texi (User Interface): Ditto.
192         * widget.texi (Basic Types): Ditto.
193         * widget.texi (group): Ditto.
194
195 2002-07-05  Adrian Aichner  <adrian@xemacs.org>
196
197         * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of
198         indef. art. "an".
199
200 2002-07-05  Adrian Aichner  <adrian@xemacs.org>
201
202         * lispref/control.texi (Processing of Errors): Ditto.
203         * lispref/mule.texi (ISO 2022): Ditto.
204         * lispref/packaging.texi (Package Terminology): Ditto.
205         * lispref/text.texi (Transformations): Ditto.
206
207 2002-07-05  Adrian Aichner  <adrian@xemacs.org>
208
209         * termcap.texi (Naming): Ditto.
210         * texinfo.texi (itemize): Ditto.
211         * texinfo.texi (Tips): Ditto.
212         * widget.texi (Introduction): Ditto.
213         * widget.texi (group): Ditto.
214
215 2002-07-02  Stephen J. Turnbull  <stephen@xemacs.org>
216
217         * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6):
218         New "killing is slow" FAQ and link updates..
219
220 2002-06-17  Jerry James  <james@xemacs.org>
221
222         * emodules.texi (Loading other Modules): Describe why we do not
223         use RTLD_GLOBAL.
224
225 2002-06-11  Adrian Aichner  <adrian@xemacs.org>
226
227         * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el
228         (found by linklint) with Google's help.
229
230 2002-05-25  Adrian Aichner  <adrian@xemacs.org>
231
232         * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'.
233
234 2002-06-11  Stephen J. Turnbull  <stephen@xemacs.org>
235
236         * xemacs/mule.texi (Mule Intro): Better title, explanation.
237
238 2002-05-23  Stephen J. Turnbull  <stephen@xemacs.org>
239
240         * lispref/packaging.texi (package-info.in Fields): Typo fix.
241
242 2002-05-20  Stephen J. Turnbull  <stephen@xemacs.org>
243
244         * xemacs/files.texi (Reverting): Mention use of prefix argument
245         and mode recalculation.
246
247 2002-05-11  Adrian Aichner  <adrian@xemacs.org>
248
249         * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and
250         Trouble Shooting".
251         * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation
252         menu.
253         * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument.
254         * xemacs-faq.texi (Q2.0.15): New.
255
256 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
257
258         * XEmacs 21.4.8 "Honest Recruiter" is released.
259
260 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
261
262         * XEmacs 21.4.7 "Economic Science" is released.
263
264 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
265
266         * custom.texi (The Init File): Rewrite completely.
267
268 2002-03-19  Adrian Aichner  <adrian@xemacs.org>
269
270         * widget.texi (constants): Typo fix.
271
272 2002-02-07  Stephen J. Turnbull  <stephen@xemacs.org>
273
274         * external-widget.texi (External Client Widget Internals): New node.
275
276 2001-11-15  Darryl Okahata  <darrylo@xemacs.org>
277
278         * lispref/glyphs.texi:
279         lispref/lispref.texi: Add examples of how to insert graphics into a
280         buffer.
281         
282 2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
283
284         * xemacs/packages.texi (Packages):
285         (Package Terminology):
286         Carefully distinguish libraries and packages.
287         (Package Terminology):
288         More careful definitions of ``category'' and ``distribution.''
289         Use ``generic'' instead of ``normal'' (N.B. package tools use
290         ``standard''.)
291         (Installing Packages):
292         Use @var to mark variable version strings, not @t or <>.
293         (Sumo):
294         Add disk space estimate when unpacked.
295
296 2002-02-06  Stephen J. Turnbull  <stephen@xemacs.org>
297
298         * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS.
299
300 2002-02-01  Steve Youngs  <youngs@xemacs.org>
301
302         * xemacs/packages.texi (Removing Packages): The interactive
303         function is 'package-get-delete-package'.
304
305 2001-01-24  Adrian Aichner  <adrian@xemacs.org>
306
307         * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
308
309 2001-11-27  Adrian Aichner  <adrian@xemacs.org>
310
311         * xemacs-faq.texi: Hyperlink fixes.
312         
313 2002-02-04  Stephen J. Turnbull  <stephen@xemacs.org>
314
315         * xemacs-faq.texi (Q4.7.7): New FAQ on remote files.
316
317 2002-01-24  Stephen J. Turnbull  <stephen@xemacs.org>
318
319         * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
320
321 2002-02-04  Stephen J. Turnbull  <stephen@xemacs.org>
322
323         * xemacs/files.texi (Files):
324         (File Names):
325         Document remote file editing, refer to EFS and TRAMP.
326
327 2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
328
329         * XEmacs 21.4.6 "Common Lisp" is released.
330
331 2001-12-15  Stephen J. Turnbull  <stephen@xemacs.org>
332
333         * lispref/packaging.texi (The User's View):
334         Correct description of man subdirectory.
335
336         (The Package Release Engineer's View):
337         (package-compile.el):
338         Change hazmat to useful documentation.
339
340         (Issues):
341         Hazmat removal.
342
343 2001-11-27  Stephen J. Turnbull  <stephen@xemacs.org>
344
345         * lispref/packaging.texi: New file.
346         * lispref/lispref.texi (Top): Add Packaging & subnodes to menus.
347         Include packaging.texi.
348         * lispref/intro.texi (Introduction): Next -> Packaging.
349         * lispref/objects.texi (Lisp Data Types): Previous -> Packaging.
350         * Makefile (lispref-srcs): Depend on lispref/packaging.texi.
351         
352 2001-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
353
354         * XEmacs 21.4.5 "Civil Service" is released.
355
356 2001-10-17  Stephen J. Turnbull  <stephen@xemacs.org>
357
358         * xemacs/text.texi (Outline Visibility):  hide-subtree is bound to
359         C-c C-d, not C-c C-h.  Thanks: Keith Browne <kbrowne@legato.com>.
360
361 2001-07-25  Jim Horning  <jim.horning@lmco.com>
362
363         * xemacs/packages.texi (Package Terminology):
364         * xemacs/packages.texi (Automatically):
365         In itemize and enumerate lists @item should be on its own line.
366
367 2001-09-16  Adrian Aichner  <adrian@xemacs.org>
368
369         * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I
370         got from Gregory Neil Shapiro.
371         * xemacs-faq.texi (Q1.3.7): Update moved link.
372         * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to
373         avoid HTML error in texi2html translation.
374
375 2001-09-15  Adrian Aichner  <adrian@xemacs.org>
376
377         * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge,
378         infodock.com is no more.
379         * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk.
380
381 2001-09-09  Adrian Aichner  <adrian@xemacs.org>
382
383         * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested
384         by Robin S. Socha.
385
386 2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
387
388         * XEmacs 21.4.4 "Artificial Intelligence" is released.
389
390 2001-06-06  Alexey Mahotkin  <alexm@hsys.msk.ru>
391
392         * xemacs/mule.texi: Typo fixes and describe CCL and fonts.
393         * lispref/mule.texi: Typo fixes and describe set-charset-registry.
394
395 2001-05-30  Ben Wing  <ben@xemacs.org>
396
397         * xemacs-faq.texi (Top):
398         * xemacs-faq.texi (MS Windows):
399         * xemacs-faq.texi (Q6.0.1):
400         * xemacs-faq.texi (Q6.0.2):
401         * xemacs-faq.texi (Q6.0.3):
402         * xemacs-faq.texi (Q6.0.4):
403         * xemacs-faq.texi (Q6.1.1):
404         * xemacs-faq.texi (Q6.1.4):
405         * xemacs-faq.texi (Q6.1.5):
406         * xemacs-faq.texi (Q6.1.6):
407         * xemacs-faq.texi (Q6.2.1):
408         * xemacs-faq.texi (Q6.2.2):
409         * xemacs-faq.texi (Q6.3.1):
410         * xemacs-faq.texi (Q6.3.2):
411         * xemacs-faq.texi (Q6.3.3):
412         * xemacs-faq.texi (Q6.4.1):
413         * xemacs-faq.texi (Current Events):
414         Major rewrite.
415         Update all MS Windows info to current.
416         Redo section 6.1 almost completely.
417         Incorporate sections 1 and 2 of Hrvoje's FAQ.
418
419 2001-05-16  Ben Wing  <ben@xemacs.org>
420
421         * xemacs-faq.texi (Top):
422         * xemacs-faq.texi (Installation):
423         * xemacs-faq.texi (Q2.1.15):
424         * xemacs-faq.texi (Q2.1.18):
425         * xemacs-faq.texi (Q2.1.19):
426         document how to debug X errors
427         
428 2001-06-24  Stephen J. Turnbull  <stephen@xemacs.org>
429
430         * xemacs/programs.texi: Add node name (Top) to Ebrowse xref.
431
432 2001-07-02  Adrian Aichner  <adrian@xemacs.org>
433
434         * xemacs-faq.texi (Q1.0.14): Update information following a
435         request by Tom Mostyn.
436
437 2001-07-02  Adrian Aichner  <adrian@xemacs.org>
438
439         * lispref\windows.texi (Window Configurations): Fix typos.
440         * lispref\x-windows.texi (Resources): Ditto.
441         * internals\internals.texi (XEmacs From the Inside): Ditto.
442         * emodules.texi (Initialization Mode): Ditto.
443         * xemacs-faq.texi (Q6.3.2): Ditto.
444
445 2001-06-10  Ben Wing  <ben@xemacs.org>
446
447         * xemacs-faq.texi (Q1.0.10):
448         * xemacs-faq.texi (Q1.0.11):
449         * xemacs-faq.texi (Q1.0.12):
450         Update sections on Windows and MacOS availability.
451
452 2001-06-08  Ben Wing  <ben@xemacs.org>
453
454         * xemacs-faq.texi (Top):
455         * xemacs-faq.texi (MS Windows):
456         * xemacs-faq.texi (Q6.2.1):
457         * xemacs-faq.texi (Q6.2.2):
458         * xemacs-faq.texi (Q6.2.3):
459         * xemacs-faq.texi (Q6.2.4):
460         * xemacs-faq.texi (Q6.2.5):
461         * xemacs-faq.texi (Q6.3.1):
462         * xemacs-faq.texi (Q6.3.2):
463         * xemacs-faq.texi (Q6.3.3):
464         * xemacs-faq.texi (Q6.3.4):
465         * xemacs-faq.texi (Q6.4.1):
466         * xemacs-faq.texi (Q6.4.2):
467         * xemacs-faq.texi (Current Events):
468         * xemacs-faq.texi (Q7.0.1):
469         * xemacs-faq.texi (Q7.0.2):
470         * xemacs-faq.texi (Q7.0.3):
471         * xemacs-faq.texi (Q7.0.4):
472         * xemacs-faq.texi (Q7.0.5):
473         * xemacs-faq.texi (Q7.0.6):
474         Merge in the rest of Hrvoje's Windows FAQ.  Redo section 7
475         to update current reality and add condensed versions of
476         new changes for 21.1 and 21.4. (Not quite done for 21.4.)
477         Lots more Windows updates.
478
479 2001-05-29  Alexey Mahotkin  <alexm@hsys.msk.ru>
480
481         * xemacs/custom.texi: Documented keyboard shortcut.
482         * xemacs/mule.texi: Updated to match reality; tiny fixes.
483
484 2001-06-02  Simon Josefsson  <simon@josefsson.org>
485
486         * man/internals.texi (Techniques for XEmacs Developers): Fix
487         typo in ./configure line.
488
489 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
490
491         * XEmacs 21.4.3 "Academic Rigor" is released.
492
493 2001-05-15  Steve Youngs  <youngs@xemacs.org>
494
495         * xemacs/packages.texi (Local.rules): Update to reflect new dir tree.
496         (Creating Packages): Ditto.
497         (Available Packages): Ditto.
498
499 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
500
501         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
502
503 2001-05-07  Martin Buchholz  <martin@xemacs.org>
504
505         * make-stds.texi: Support makeinfo 3.12
506
507 2001-04-26  John H. Palmieri  <palmieri@math.washington.edu>
508
509         * xemacs/frame.texi (XEmacs under X): Document default-frame-plist
510         rather than default-frame-alist.
511
512 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
513
514         * XEmacs 21.4.1 "Copyleft" is released.
515
516 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
517
518         * XEmacs 21.4.0 "Solid Vapor" is released.
519
520 2001-04-14  Gunnar Evermann  <ge204@eng.cam.ac.uk>
521
522         * xemacs/building.texi : Correct documentation of eval-expression.
523         By default it is bound to M-: and not M-ESC.
524
525         * xemacs/custom.texi (Init Examples):
526         * xemacs/search.texi (Query Replace): C-x ESC -> C-x ESC ESC
527
528         * xemacs/text.texi (Paragraphs): M-[ -> M-{  and M-] -> M-}
529         From Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
530
531 2001-04-15  Ben Wing  <ben@xemacs.org>
532
533         * xemacs-faq.texi (Q1.0.1):
534         * xemacs-faq.texi (Q1.0.2):
535         Rewrite description of XEmacs to match what's on web page,
536         in about.el.
537
538 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
539
540         * XEmacs 21.2.47 "Zephir" is released.
541
542 2001-03-30  Ben Wing  <ben@xemacs.org>
543
544         * internals\internals.texi:
545         * internals\internals.texi (Top):
546         * internals\internals.texi (Lucid Emacs):
547         * internals\internals.texi (XEmacs):
548         * internals\internals.texi (XEmacs From the Outside):
549         Bump version to 1.4 and fix this everywhere.  Document all
550         XEmacs releases up through 21.2.46.
551
552 2001-03-16  Stephen J. Turnbull  <stephen@xemacs.org>
553
554         * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save
555         result of INSERT in R in pq-cmd-status example.
556
557 2001-03-21  Martin Buchholz <martin@xemacs.org>
558
559         * XEmacs 21.2.46 "Urania" is released.
560
561 2001-03-08  Ben Wing  <ben@xemacs.org>
562
563         * internals\internals.texi (Top):
564         * internals\internals.texi (A History of Emacs):
565         * internals\internals.texi (Through Version 18):
566         * internals\internals.texi (Lucid Emacs):
567         * internals\internals.texi (GNU Emacs 19):
568         * internals\internals.texi (GNU Emacs 20):
569         * internals\internals.texi (XEmacs From the Outside):
570         * internals\internals.texi (The Lisp Language):
571         * internals\internals.texi (XEmacs From the Perspective of Building):
572         * internals\internals.texi (XEmacs From the Inside):
573         * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)):
574         * internals\internals.texi (How Lisp Objects Are Represented in C):
575         * internals\internals.texi (Rules When Writing New C Code):
576         * internals\internals.texi (General Coding Rules):
577         * internals\internals.texi (Writing Lisp Primitives):
578         * internals\internals.texi (Writing Good Comments):
579         * internals\internals.texi (Adding Global Lisp Variables):
580         * internals\internals.texi (Proper Use of Unsigned Types):
581         * internals\internals.texi (Coding for Mule):
582         * internals\internals.texi (Character-Related Data Types):
583         * internals\internals.texi (Working With Character and Byte Positions):
584         * internals\internals.texi (Conversion to and from External Data):
585         * internals\internals.texi (General Guidelines for Writing Mule-Aware Code):
586         * internals\internals.texi (An Example of Mule-Aware Code):
587         * internals\internals.texi (Techniques for XEmacs Developers):
588         * internals\internals.texi (A Summary of the Various XEmacs Modules):
589         * internals\internals.texi (Low-Level Modules):
590         * internals\internals.texi (Basic Lisp Modules):
591         * internals\internals.texi (Modules for Standard Editing Operations):
592         * internals\internals.texi (Editor-Level Control Flow Modules):
593         * internals\internals.texi (Modules for the Basic Displayable Lisp Objects):
594         * internals\internals.texi (Modules for other Display-Related Lisp Objects):
595         * internals\internals.texi (Modules for the Redisplay Mechanism):
596         * internals\internals.texi (Modules for Interfacing with the File System):
597         * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
598         * internals\internals.texi (Modules for Interfacing with the Operating System):
599         * internals\internals.texi (Modules for Interfacing with X Windows):
600         * internals\internals.texi (Allocation of Objects in XEmacs Lisp):
601         * internals\internals.texi (Introduction to Allocation):
602         * internals\internals.texi (Garbage Collection):
603         * internals\internals.texi (GCPROing):
604         * internals\internals.texi (Garbage Collection - Step by Step):
605         * internals\internals.texi (Invocation):
606         * internals\internals.texi (garbage_collect_1):
607         * internals\internals.texi (mark_object):
608         * internals\internals.texi (gc_sweep):
609         * internals\internals.texi (sweep_lcrecords_1):
610         * internals\internals.texi (compact_string_chars):
611         * internals\internals.texi (sweep_strings):
612         * internals\internals.texi (sweep_bit_vectors_1):
613         * internals\internals.texi (Integers and Characters):
614         * internals\internals.texi (Allocation from Frob Blocks):
615         * internals\internals.texi (lrecords):
616         * internals\internals.texi (Low-level allocation):
617         * internals\internals.texi (Cons):
618         * internals\internals.texi (Vector):
619         * internals\internals.texi (Bit Vector):
620         * internals\internals.texi (Symbol):
621         * internals\internals.texi (Marker):
622         * internals\internals.texi (String):
623         * internals\internals.texi (Dumping):
624         * internals\internals.texi (Overview):
625         * internals\internals.texi (Data descriptions):
626         * internals\internals.texi (Dumping phase):
627         * internals\internals.texi (Object inventory):
628         * internals\internals.texi (Address allocation):
629         * internals\internals.texi (The header):
630         * internals\internals.texi (Data dumping):
631         * internals\internals.texi (Pointers dumping):
632         * internals\internals.texi (Reloading phase):
633         * internals\internals.texi (Events and the Event Loop):
634         * internals\internals.texi (Introduction to Events):
635         * internals\internals.texi (Main Loop):
636         * internals\internals.texi (Specifics of the Event Gathering Mechanism):
637         * internals\internals.texi (Specifics About the Emacs Event):
638         * internals\internals.texi (The Event Stream Callback Routines):
639         * internals\internals.texi (Other Event Loop Functions):
640         * internals\internals.texi (Converting Events):
641         * internals\internals.texi (Evaluation; Stack Frames; Bindings):
642         * internals\internals.texi (Evaluation):
643         * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects):
644         * internals\internals.texi (Simple Special Forms):
645         * internals\internals.texi (Symbols and Variables):
646         * internals\internals.texi (Introduction to Symbols):
647         * internals\internals.texi (Obarrays):
648         * internals\internals.texi (Buffers and Textual Representation):
649         * internals\internals.texi (Introduction to Buffers):
650         * internals\internals.texi (The Text in a Buffer):
651         * internals\internals.texi (Buffer Lists):
652         * internals\internals.texi (Markers and Extents):
653         * internals\internals.texi (Bufbytes and Emchars):
654         * internals\internals.texi (MULE Character Sets and Encodings):
655         * internals\internals.texi (Character Sets):
656         * internals\internals.texi (Encodings):
657         * internals\internals.texi (Japanese EUC (Extended Unix Code)):
658         * internals\internals.texi (JIS7):
659         * internals\internals.texi (Internal Mule Encodings):
660         * internals\internals.texi (Internal String Encoding):
661         * internals\internals.texi (Internal Character Encoding):
662         * internals\internals.texi (The Lisp Reader and Compiler):
663         * internals\internals.texi (Lstreams):
664         * internals\internals.texi (Creating an Lstream):
665         * internals\internals.texi (Lstream Types):
666         * internals\internals.texi (Lstream Functions):
667         * internals\internals.texi (Consoles; Devices; Frames; Windows):
668         * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows):
669         * internals\internals.texi (Point):
670         * internals\internals.texi (Window Hierarchy):
671         * internals\internals.texi (The Redisplay Mechanism):
672         * internals\internals.texi (Critical Redisplay Sections):
673         * internals\internals.texi (Line Start Cache):
674         * internals\internals.texi (Extents):
675         * internals\internals.texi (Introduction to Extents):
676         * internals\internals.texi (Extent Ordering):
677         * internals\internals.texi (Format of the Extent Info):
678         * internals\internals.texi (Zero-Length Extents):
679         * internals\internals.texi (Mathematics of Extent Ordering):
680         * internals\internals.texi (Faces):
681         * internals\internals.texi (Glyphs):
682         * internals\internals.texi (Specifiers):
683         * internals\internals.texi (Menus):
684         * internals\internals.texi (Subprocesses):
685         * internals\internals.texi (Interface to the X Window System):
686         * internals\internals.texi (Lucid Widget Library):
687         * internals\internals.texi (Generic Widget Interface):
688         * internals\internals.texi (Scrollbars):
689         * internals\internals.texi (Menubars):
690         * internals\internals.texi (Checkboxes and Radio Buttons):
691         * internals\internals.texi (Progress Bars):
692         * internals\internals.texi (Tab Controls):
693         Add more index entries.  Add sections on comments and unsigned types.
694
695 2001-03-08  Ben Wing  <ben@xemacs.org>
696
697         * make-stds.texi (Makefile Basics):
698         * make-stds.texi (Command Variables):
699         * make-stds.texi (Directory Variables):
700         * make-stds.texi (Standard Targets):
701         * standards.texi:
702         * standards.texi (Top):
703         * standards.texi (Preface):
704         * standards.texi (Legal Issues):
705         * standards.texi (Reading Non-Free Code):
706         * standards.texi (Contributions):
707         * standards.texi (Trademarks):
708         * standards.texi (Design Advice):
709         * standards.texi (Source Language):
710         * standards.texi (Compatibility):
711         * standards.texi (Using Extensions):
712         * standards.texi (Standard C):
713         * standards.texi (Program Behavior):
714         * standards.texi (Semantics):
715         * standards.texi (Libraries):
716         * standards.texi (Errors):
717         * standards.texi (User Interfaces):
718         * standards.texi (Graphical Interfaces):
719         * standards.texi (Command-Line Interfaces):
720         * standards.texi (Option Table):
721         * standards.texi (Memory Usage):
722         * standards.texi (File Usage):
723         * standards.texi (Formatting):
724         * standards.texi (Comments):
725         * standards.texi (Syntactic Conventions):
726         * standards.texi (Names):
727         * standards.texi (System Portability):
728         * standards.texi (CPU Portability):
729         * standards.texi (System Functions):
730         * standards.texi (Internationalization):
731         * standards.texi (Mmap):
732         * standards.texi (Documentation):
733         * standards.texi (GNU Manuals):
734         * standards.texi (Doc Strings and Manuals):
735         * standards.texi (Manual Structure Details):
736         * standards.texi (License for Manuals):
737         * standards.texi (Manual Credits):
738         * standards.texi (Printed Manuals):
739         * standards.texi (NEWS File):
740         * standards.texi (Change Logs):
741         * standards.texi (Style of Change Logs):
742         * standards.texi (Simple Changes):
743         * standards.texi (Conditional Changes):
744         * standards.texi (Indicating the Part Changed):
745         * standards.texi (Managing Releases):
746         * standards.texi (Configuration):
747         * standards.texi (Releases):
748         * standards.texi (References):
749         * standards.texi (Index):
750         Update to latest GNU version.
751         
752         * xemacs-faq.texi (Q6.3.3):
753         * xemacs-faq.texi (Q6.4.1):
754         Improve questions on current Windows activity.
755
756 2001-03-07  Sandra Wambold  <wambold@xemacs.org>
757
758         * xemacs-faq.texi: (Q.1.0.7): changed list archive address
759
760 2001-02-25  Ben Wing  <ben@xemacs.org>
761
762         * xemacs-faq.texi (Top):
763         * xemacs-faq.texi (Introduction):
764         * xemacs-faq.texi (Q1.0.1):
765         * xemacs-faq.texi (Q1.0.4):
766         * xemacs-faq.texi (Q1.0.6):
767         * xemacs-faq.texi (Q1.0.10):
768         * xemacs-faq.texi (Q1.2.1):
769         * xemacs-faq.texi (Q1.4.1):
770         * xemacs-faq.texi (Q1.4.2):
771         * xemacs-faq.texi (Q2.0.12):
772         * xemacs-faq.texi (Q2.1.1):
773         * xemacs-faq.texi (Q2.1.2):
774         * xemacs-faq.texi (Q2.1.9):
775         * xemacs-faq.texi (Q2.1.15):
776         * xemacs-faq.texi (Q2.1.19):
777         * xemacs-faq.texi (Customization):
778         * xemacs-faq.texi (Q3.0.1):
779         * xemacs-faq.texi (Q3.0.2):
780         * xemacs-faq.texi (Q3.0.3):
781         * xemacs-faq.texi (Q3.0.7):
782         * xemacs-faq.texi (Q3.1.5):
783         * xemacs-faq.texi (Q3.1.6):
784         * xemacs-faq.texi (Q3.2.1):
785         * xemacs-faq.texi (Q3.2.3):
786         * xemacs-faq.texi (Q3.2.4):
787         * xemacs-faq.texi (Q3.3.1):
788         * xemacs-faq.texi (Q3.3.2):
789         * xemacs-faq.texi (Q3.3.3):
790         * xemacs-faq.texi (Q3.3.4):
791         * xemacs-faq.texi (Q3.3.5):
792         * xemacs-faq.texi (Q3.4.1):
793         * xemacs-faq.texi (Q3.4.2):
794         * xemacs-faq.texi (Q3.5.2):
795         * xemacs-faq.texi (Q3.5.4):
796         * xemacs-faq.texi (key-translation-map): New.
797         * xemacs-faq.texi (Q3.5.5):
798         * xemacs-faq.texi (Q3.5.6):
799         * xemacs-faq.texi (Q3.5.7):
800         * xemacs-faq.texi (Q3.5.8):
801         * xemacs-faq.texi (global-map): Removed.
802         * xemacs-faq.texi (Q3.5.9):
803         * xemacs-faq.texi (Q3.6.1):
804         * xemacs-faq.texi (Q3.6.2):
805         * xemacs-faq.texi (Q3.6.3):
806         * xemacs-faq.texi (Q3.7.6):
807         * xemacs-faq.texi (Q3.7.7):
808         * xemacs-faq.texi (Q3.8.1):
809         * xemacs-faq.texi (Q3.8.2):
810         * xemacs-faq.texi (Q3.8.3):
811         * xemacs-faq.texi (Q3.9.1):
812         * xemacs-faq.texi (Q3.9.4):
813         * xemacs-faq.texi (Q3.10.1):
814         * xemacs-faq.texi (Q3.10.2):
815         * xemacs-faq.texi (Q3.10.3):
816         * xemacs-faq.texi (Q4.0.12):
817         * xemacs-faq.texi (Miscellaneous):
818         * xemacs-faq.texi (Q5.0.1):
819         * xemacs-faq.texi (Q5.0.2):
820         * xemacs-faq.texi (Q5.0.3):
821         * xemacs-faq.texi (Q5.0.4):
822         * xemacs-faq.texi (Q5.0.5):
823         * xemacs-faq.texi (Q5.0.8):
824         * xemacs-faq.texi (Q5.0.9):
825         * xemacs-faq.texi (Q5.0.11):
826         * xemacs-faq.texi (Q5.0.12):
827         * xemacs-faq.texi (Q5.0.13):
828         * xemacs-faq.texi (Q5.0.16):
829         * xemacs-faq.texi (Q5.0.17):
830         * xemacs-faq.texi (Q5.1.9):
831         * xemacs-faq.texi (Q5.1.11):
832         * xemacs-faq.texi (Q5.2.1):
833         * xemacs-faq.texi (Q5.2.2):
834         * xemacs-faq.texi (Q5.3.1):
835         * xemacs-faq.texi (Q5.3.2):
836         * xemacs-faq.texi (Q5.3.4):
837         * xemacs-faq.texi (MS Windows):
838         * xemacs-faq.texi (Q6.0.1):
839         * xemacs-faq.texi (Q6.0.2):
840         * xemacs-faq.texi (Q6.0.3):
841         * xemacs-faq.texi (Q6.0.4):
842         * xemacs-faq.texi (Q6.1.5):
843         * xemacs-faq.texi (Q6.2.3):
844         * xemacs-faq.texi (Q6.3.1):
845
846         Remove most references to XEmacs pre-19.15, since they are way out
847         of date and are cluttering up and confusing many answers.  Update
848         references to .emacs to take into account the new init file
849         location.  Update information about the MS Windows port.  Change
850         description of XEmacs at beginning to match the web site.  Update
851         info about current developers.
852         
853
854 2001-02-25  Ben Wing  <ben@xemacs.org>
855
856         * lispref\help.texi (Describing Characters):
857         kp- not kp_.
858         
859 2001-02-25  Ben Wing  <ben@xemacs.org>
860
861         * new-users-guide\custom1.texi (Customization Basics):
862         * new-users-guide\custom1.texi (Customizing key Bindings):
863         * new-users-guide\custom1.texi (Customizing Menus):
864         * new-users-guide\custom2.texi (Other Customizations):
865         * new-users-guide\custom2.texi (Setting Variables):
866         * new-users-guide\custom2.texi (Init File):
867         * new-users-guide\xmenu.texi (Options Menu):
868         * new-users-guide\modes.texi (Major Modes):
869         * new-users-guide\modes.texi (Minor Modes):
870         * new-users-guide\new-users-guide.texi (Top):
871         Fix up references to .emacs to take into account init.el.
872         
873 2001-02-23  Martin Buchholz <martin@xemacs.org>
874
875         * XEmacs 21.2.45 "Thelxepeia" is released.
876
877 2001-02-10  Martin Buchholz  <martin@xemacs.org>
878
879         * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3.
880
881 2001-02-08  Martin Buchholz <martin@xemacs.org>
882
883         * XEmacs 21.2.44 "Thalia" is released.
884
885 2001-02-04  Steve Youngs  <youngs@xemacs.org>
886
887         * xemacs/xemacs.texi: Update to accomodate new and improved
888         packages.texi.
889
890         * xemacs/packages.texi: Basically, apart from a few things,
891         rewritten from scratch.
892
893 2001-01-27  Martin Buchholz  <martin@xemacs.org>
894
895         * lispref/variables.texi (max-specpdl-size): Correct default value.
896         * lispref/eval.texi (max-lisp-eval-depth): Correct default value.
897
898 2001-01-26  Martin Buchholz <martin@xemacs.org>
899
900         * XEmacs 21.2.43 "Terspichore" is released.
901
902 2001-01-20  Martin Buchholz <martin@xemacs.org>
903
904         * XEmacs 21.2.42 "Poseidon" is released.
905
906 2001-01-18  Martin Buchholz  <martin@xemacs.org>
907
908         * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL.
909
910 2001-01-17  Andy Piper  <andy@xemacs.org>
911
912         * internals.texi: some glyph documentation.
913
914 2001-01-16  Didier Verna  <didier@xemacs.org>
915
916         * frame.texi (Mode Line Basics): new node ...
917         * frame.texi (GUI Components): ... under this one ...
918         * frame.texi (Scrollbar Basics): ... after this one ...
919         * frame.texi (Toolbar Basics): ... before this one.
920
921 2001-01-17  Martin Buchholz <martin@xemacs.org>
922
923         * XEmacs 21.2.41 "Polyhymnia" is released.
924
925 2001-01-12  Martin Buchholz  <martin@xemacs.org>
926
927         * internals/internals.texi: A little post-pdump-rename fixup.
928
929 2001-01-13  Martin Buchholz  <martin@xemacs.org>
930
931         * internals/internals.texi: See `pdump-rename' in src/ChangeLog.
932
933 2001-01-10  Martin Buchholz  <martin@xemacs.org>
934
935         * internals/internals.texi: Update for pdump changes.
936
937 2001-01-04  Adrian Aichner  <adrian@xemacs.org>
938
939         * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to
940         XEmacs.
941         * texinfo.texi (First Node): Fixing grammar.
942         * texinfo.texi (Multitable Rows): Change reference from GNU Emacs
943         to XEmacs.
944
945 2001-01-08  Martin Buchholz <martin@xemacs.org>
946
947         * XEmacs 21.2.40 is released.
948
949 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
950
951         * emodules.texi (Required Functions): Xref coding rules for dual-use
952         modules (module and statically linked).  Typo fix.
953
954         * texinfo.texi (ref):  Typo fix.
955
956 2000-12-31  Martin Buchholz <martin@xemacs.org>
957
958         * XEmacs 21.2.39 is released.
959
960 2000-12-05  Stephen J. Turnbull  <stephen@xemacs.org>
961
962         * internals/internals.texi (General Coding Rules): further document
963         usage of symsinit.h.  Reorder slightly.
964
965 2000-11-29  Stephen J. Turnbull  <stephen@xemacs.org>
966
967         * xemacs/packages.texi (Creating Packages): new node.
968
969 2000-12-05  Martin Buchholz <martin@xemacs.org>
970
971         * XEmacs 21.2.38 is released.
972
973 2000-12-01  Martin Buchholz  <martin@xemacs.org>
974
975         * lispref/compile.texi:
976         Document differences between compiler and interpreter.
977
978 2000-11-29  Stephen J. Turnbull  <stephen@xemacs.org>
979
980         * internals/index.texi:
981         internals/internals.texi:
982         Change "X Windows" to "the X Window System" randomly.
983         * internals/internals.texi (Glyphs): fiddling, move lwlib to new node.
984         (Lucid Widget Library): new node, added new text, ASCII art, subnode
985         structure.
986         * xemacs/frame.texi (GUI Components): new node.
987         * xemacs/packages.texi: minor updates.
988
989 2000-11-10  Stephen J. Turnbull  <stephen@xemacs.org>
990
991         * info.texi (Creating an Info File): Fix typos in xrefs.
992
993 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
994
995         * xemacs/cmdargs.texi (Command Switches):  Add documentation of
996         portable dumper switches.  Other minor edits.
997
998 2000-11-21  Martin Buchholz  <martin@xemacs.org>
999
1000         * lispref/positions.texi (Word Motion):
1001         forward-word arg is now optional.
1002         backward-word arg is now optional.
1003         Remove vile comment advising lisp programmer to use (forward-word -1)
1004         instead of (backward-word 1).
1005         * lispref/syntax.texi (Parsing Expressions):
1006         Similarly for forward-comment.
1007         * lispref/text.texi (Deletion):
1008         Similarly for delete-char.
1009         Similarly for delete-backward-char.
1010
1011 2000-11-09  Martin Buchholz  <martin@xemacs.org>
1012
1013         * cl.texi (Assertions):
1014         Remove claim that elisp doesn't have continuable errors.
1015         Document check-type as being continuable.
1016
1017 2000-11-14  Adrian Aichner  <adrian@xemacs.org>
1018
1019         * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME
1020         from elisp to lispref and from emacs to xemacs in relevant ?xefs.
1021         This should also serve as a reminder for future merges with GNU
1022         Emacs.
1023         Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and
1024         "XEmacs User's Manual" for lispref and xemacs respectively.
1025
1026 2000-11-14  Adrian Aichner  <adrian@xemacs.org>
1027
1028         * lispref/abbrevs.texi (Abbrevs): Ditto.
1029         * lispref/backups.texi (Auto-Saving): Ditto.
1030         * lispref/backups.texi (Reverting): Ditto.
1031         * lispref/display.texi (The Echo Area): Ditto.
1032         * lispref/help.texi (Documentation Basics): Ditto.
1033         * lispref/help.texi (Help Functions): Ditto.
1034         * lispref/keymaps.texi (Scanning Keymaps): Ditto.
1035         * lispref/locals.texi (Standard Buffer-Local Variables): Ditto.
1036         * lispref/modes.texi (Auto Major Mode): Ditto.
1037         * lispref/positions.texi (List Motion): Ditto.
1038         * lispref/searching.texi (Regexp Search): Ditto.
1039         * lispref/symbols.texi (Symbol Components): Ditto.
1040         * lispref/tips.texi (Comment Tips): Ditto.
1041         * lispref/tips.texi (Library Headers): Ditto.
1042
1043 2000-11-14  Adrian Aichner  <adrian@xemacs.org>
1044
1045         * internals/internals.texi (The Buffer Object): Ditto.
1046
1047 2000-11-14  Adrian Aichner  <adrian@xemacs.org>
1048
1049         * cl.texi (Hash Tables): Ditto.
1050         * texinfo.texi (Other Info Files): Ditto.
1051         * xemacs-faq.texi (Q1.0.14): Ditto.
1052
1053 2000-11-14  Martin Buchholz <martin@xemacs.org>
1054
1055         * XEmacs 21.2.37 is released.
1056
1057 2000-10-27  Martin Buchholz  <martin@xemacs.org>
1058
1059         * xemacs/windows.texi (Other Window):
1060
1061         * new-users-guide/files.texi (Saving Files):
1062         * new-users-guide/search.texi (Search and Replace):
1063
1064         * lispref/abbrevs.texi (Abbrev Tables):
1065         * lispref/abbrevs.texi (Defining Abbrevs):
1066         * lispref/abbrevs.texi (Abbrev Files):
1067         * lispref/annotations.texi (Annotation Primitives):
1068         * lispref/backups.texi (Auto-Saving):
1069         * lispref/backups.texi (Reverting):
1070         * lispref/buffers.texi (Current Buffer):
1071         * lispref/buffers.texi (Buffer Names):
1072         * lispref/buffers.texi (Buffer Modification):
1073         * lispref/buffers.texi (Read Only Buffers):
1074         * lispref/buffers.texi (The Buffer List):
1075         * lispref/buffers.texi (Killing Buffers):
1076         * lispref/buffers.texi (Indirect Buffers):
1077         * lispref/building.texi (Building XEmacs):
1078         * lispref/building.texi (Garbage Collection):
1079         * lispref/commands.texi (Interactive Call):
1080         * lispref/commands.texi (Events):
1081         * lispref/commands.texi (Event Predicates):
1082         * lispref/commands.texi (Working With Events):
1083         * lispref/commands.texi (Converting Events):
1084         * lispref/commands.texi (Key Sequence Input):
1085         * lispref/commands.texi (Reading One Event):
1086         * lispref/commands.texi (Waiting):
1087         * lispref/commands.texi (Prefix Command Arguments):
1088         * lispref/commands.texi (Recursive Editing):
1089         * lispref/compile.texi (Compilation Functions):
1090         * lispref/compile.texi (Compiled-Function Objects):
1091         * lispref/consoles-devices.texi (Basic Device Functions):
1092         * lispref/consoles-devices.texi (Console Types and Device Classes):
1093         * lispref/consoles-devices.texi (Connecting to a Console or Device):
1094         * lispref/control.texi (Signaling Errors):
1095         * lispref/customize.texi (Type Keywords):
1096         * lispref/databases.texi (Connecting to a Database):
1097         * lispref/databases.texi (Working With a Database):
1098         * lispref/databases.texi (Other Database Functions):
1099         * lispref/debugging.texi (Function Debugging):
1100         * lispref/display.texi (Refresh Screen):
1101         * lispref/display.texi (The Echo Area):
1102         * lispref/display.texi (Blinking):
1103         * lispref/edebug-inc.texi (Tracing):
1104         * lispref/edebug-inc.texi (Instrumenting Macro Calls):
1105         * lispref/edebug-inc.texi (Edebug Options):
1106         * lispref/eval.texi (Function Indirection):
1107         * lispref/extents.texi (Creating and Modifying Extents):
1108         * lispref/extents.texi (Finding Extents):
1109         * lispref/extents.texi (Mapping Over Extents):
1110         * lispref/extents.texi (Extent Properties):
1111         * lispref/faces.texi (Basic Face Functions):
1112         * lispref/faces.texi (Face Properties):
1113         * lispref/faces.texi (Face Convenience Functions):
1114         * lispref/faces.texi (Other Face Display Functions):
1115         * lispref/faces.texi (Font Instance Characteristics):
1116         * lispref/faces.texi (Color Specifiers):
1117         * lispref/files.texi (Visiting Functions):
1118         * lispref/files.texi (Reading from Files):
1119         * lispref/files.texi (Changing File Attributes):
1120         * lispref/files.texi (File Names):
1121         * lispref/files.texi (File Name Components):
1122         * lispref/files.texi (Directory Names):
1123         * lispref/files.texi (Relative File Names):
1124         * lispref/files.texi (File Name Expansion):
1125         * lispref/files.texi (File Name Completion):
1126         * lispref/files.texi (User Name Completion):
1127         * lispref/files.texi (Magic File Names):
1128         * lispref/files.texi (Creating a Partial File):
1129         * lispref/files.texi (Format Conversion):
1130         * lispref/frames.texi (Creating Frames):
1131         * lispref/frames.texi (Property Access):
1132         * lispref/frames.texi (Size and Position):
1133         * lispref/frames.texi (Deleting Frames):
1134         * lispref/frames.texi (Finding All Frames):
1135         * lispref/frames.texi (Frames and Windows):
1136         * lispref/frames.texi (Visibility of Frames):
1137         * lispref/frames.texi (Frame Configurations):
1138         * lispref/functions.texi (Calling Functions):
1139         * lispref/functions.texi (Function Cells):
1140         * lispref/glyphs.texi (Creating Glyphs):
1141         * lispref/glyphs.texi (Image Specifiers):
1142         * lispref/glyphs.texi (Image Instance Types):
1143         * lispref/glyphs.texi (Image Instance Functions):
1144         * lispref/gutter.texi (Creating Gutter):
1145         * lispref/gutter.texi (Specifying a Gutter):
1146         * lispref/gutter.texi (Other Gutter Variables):
1147         * lispref/help.texi (Accessing Documentation):
1148         * lispref/help.texi (Help Functions):
1149         * lispref/help.texi (Obsoleteness):
1150         * lispref/internationalization.texi (Domain Specification):
1151         * lispref/intro.texi (Caveats):
1152         * lispref/keymaps.texi (Active Keymaps):
1153         * lispref/keymaps.texi (Functions for Key Lookup):
1154         * lispref/keymaps.texi (Changing Key Bindings):
1155         * lispref/keymaps.texi (Scanning Keymaps):
1156         * lispref/ldap.texi (The High-Level LDAP API):
1157         * lispref/ldap.texi (Low-level Operations on a LDAP Server):
1158         * lispref/ldap.texi (Encoder/Decoder Functions):
1159         * lispref/lists.texi (Setcar):
1160         * lispref/lists.texi (Setcdr):
1161         * lispref/lists.texi (Working With Normal Plists):
1162         * lispref/lists.texi (Working With Lax Plists):
1163         * lispref/loading.texi (Autoload):
1164         * lispref/loading.texi (Named Features):
1165         * lispref/markers.texi (Creating Markers):
1166         * lispref/markers.texi (Changing Markers):
1167         * lispref/markers.texi (The Mark):
1168         * lispref/menus.texi (Modifying Menus):
1169         * lispref/menus.texi (Pop-Up Menus):
1170         * lispref/menus.texi (Menu Accelerator Functions):
1171         * lispref/minibuf.texi (Text from Minibuffer):
1172         * lispref/minibuf.texi (Object from Minibuffer):
1173         * lispref/minibuf.texi (Basic Completion):
1174         * lispref/minibuf.texi (High-Level Completion):
1175         * lispref/minibuf.texi (Reading a Password):
1176         * lispref/minibuf.texi (Minibuffer Misc):
1177         * lispref/mouse.texi (Mouse Tracking):
1178         * lispref/syntax.texi (Syntax Table Functions):
1179         * lispref/numbers.texi (Arithmetic Operations):
1180         * lispref/numbers.texi (Rounding Operations):
1181         * lispref/numbers.texi (Math Functions):
1182         * lispref/objects.texi (String Type):
1183         * lispref/objects.texi (Equality Predicates):
1184         * lispref/os.texi (Killing XEmacs):
1185         * lispref/os.texi (Suspending XEmacs):
1186         * lispref/os.texi (System Environment):
1187         * lispref/os.texi (Time Conversion):
1188         * lispref/os.texi (Timers):
1189         * lispref/os.texi (Input Modes):
1190         * lispref/os.texi (Translating Input):
1191         * lispref/os.texi (Terminal Output):
1192         * lispref/os.texi (Flow Control):
1193         * lispref/positions.texi (Character Motion):
1194         * lispref/positions.texi (Word Motion):
1195         * lispref/positions.texi (Text Lines):
1196         * lispref/positions.texi (Screen Lines):
1197         * lispref/positions.texi (List Motion):
1198         * lispref/positions.texi (Narrowing):
1199         * lispref/postgresql.texi (Asynchronous Interface Functions):
1200         * lispref/processes.texi (Subprocess Creation):
1201         * lispref/processes.texi (Synchronous Processes):
1202         * lispref/processes.texi (Asynchronous Processes):
1203         * lispref/processes.texi (Process Information):
1204         * lispref/processes.texi (Input to Processes):
1205         * lispref/processes.texi (Signals to Processes):
1206         * lispref/processes.texi (Process Buffers):
1207         * lispref/processes.texi (Filter Functions):
1208         * lispref/processes.texi (Network):
1209         * lispref/range-tables.texi (Working With Range Tables):
1210         * lispref/searching.texi (String Search):
1211         * lispref/searching.texi (Regexp Search):
1212         * lispref/searching.texi (POSIX Regexps):
1213         * lispref/searching.texi (Replacing Match):
1214         * lispref/searching.texi (Entire Match Data):
1215         * lispref/sequences.texi (Bit Vector Functions):
1216         * lispref/specifiers.texi (Adding Specifications):
1217         * lispref/specifiers.texi (Creating Specifiers):
1218         * lispref/specifiers.texi (Specifier Validation Functions):
1219         * lispref/specifiers.texi (Other Specification Functions):
1220         * lispref/streams.texi (Output Variables):
1221         * lispref/symbols.texi (Other Plists):
1222         * lispref/text.texi (Insertion):
1223         * lispref/text.texi (Commands for Insertion):
1224         * lispref/text.texi (Deletion):
1225         * lispref/text.texi (User-Level Deletion):
1226         * lispref/text.texi (Kill Functions):
1227         * lispref/text.texi (Low-Level Kill Ring):
1228         * lispref/text.texi (Undo):
1229         * lispref/text.texi (Maintaining Undo):
1230         * lispref/text.texi (Margins):
1231         * lispref/text.texi (Sorting):
1232         * lispref/text.texi (Columns):
1233         * lispref/text.texi (Primitive Indent):
1234         * lispref/text.texi (Mode-Specific Indent):
1235         * lispref/text.texi (Region Indent):
1236         * lispref/text.texi (Case Changes):
1237         * lispref/text.texi (Examining Properties):
1238         * lispref/text.texi (Property Search):
1239         * lispref/text.texi (Registers):
1240         * lispref/text.texi (Transformations):
1241         * lispref/mule.texi (Charset Property Functions):
1242         * lispref/mule.texi (MULE Characters):
1243         * lispref/mule.texi (Composite Characters):
1244         * lispref/mule.texi (Coding System Properties):
1245         * lispref/mule.texi (Big5 and Shift-JIS Functions):
1246         * lispref/mule.texi (CCL Statements):
1247         * lispref/mule.texi (Calling CCL):
1248         * lispref/mule.texi (Category Tables):
1249         * lispref/toolbar.texi (Specifying the Toolbar):
1250         * lispref/toolbar.texi (Other Toolbar Variables):
1251         * lispref/tooltalk.texi (Elisp Interface for Sending Messages):
1252         * lispref/tooltalk.texi (Elisp Interface for Receiving Messages):
1253         * lispref/variables.texi (Creating Buffer-Local):
1254         * lispref/variables.texi (Variable Aliases):
1255         * lispref/windows.texi (Splitting Windows):
1256         * lispref/windows.texi (Deleting Windows):
1257         * lispref/windows.texi (Selecting Windows):
1258         * lispref/windows.texi (Cyclic Window Ordering):
1259         * lispref/windows.texi (Buffers and Windows):
1260         * lispref/windows.texi (Displaying Buffers):
1261         * lispref/windows.texi (Choosing Window):
1262         * lispref/windows.texi (Window Point):
1263         * lispref/windows.texi (Window Start):
1264         * lispref/windows.texi (Vertical Scrolling):
1265         * lispref/windows.texi (Horizontal Scrolling):
1266         * lispref/windows.texi (Resizing Windows):
1267         * lispref/windows.texi (Window Configurations):
1268         * lispref/x-windows.texi (X Selections):
1269         * lispref/x-windows.texi (Resources):
1270         * lispref/strings.texi (Creating Strings):
1271         * lispref/strings.texi (Character Codes):
1272         * lispref/strings.texi (Text Comparison):
1273         * lispref/strings.texi (String Conversion):
1274         * lispref/strings.texi (Formatting Strings):
1275         * lispref/strings.texi (Character Case):
1276         * lispref/strings.texi (Case Tables):
1277         * lispref/strings.texi (Char Table Types):
1278         * lispref/strings.texi (Working With Char Tables):
1279         Giant docstring parameter/Texinfo fixes.
1280
1281         Don't use abbreviations for English words, especially when those
1282         words have other meanings.  For example, use START, not BEG.
1283         Use OBJECT, not OBJ.
1284         Use VALUE, not VAL.
1285         Use BUFFER, not BUF.
1286         Use PROCESS, not PROC.  (Sometimes PROC was used to mean FUNCTION!)
1287         Use CHARACTER, not CH or CHR.
1288         Use NUMBER, not NUM.
1289         Use COLUMN, not COL.
1290         Use POSITION, not POS.
1291         Use SYMBOL, not SYM.
1292         Use STRING, not STR.
1293         Use LIMIT, not LIM.
1294         Use OTHER-WINDOW-P, not OTHER-P.
1295         Use PRIORITY, not PRI.
1296
1297         Use `non-nil', not `true'.
1298
1299         Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY.
1300
1301         Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE.
1302
1303         Try to find better parameter names than ARG.
1304
1305         Use consistent parameter names.  For example, s/NO-ERROR/NOERROR/g;
1306
1307         Use type information in parameter names.  For example, use
1308         (make-bit-vector length bit), not (make-bit-vector length init).
1309
1310         Completion functions should have parameters with names like
1311         PARTIAL-FILENAME instead of the misleading FILENAME.
1312
1313         Type predicates should consistently take an OBJECT parameter,
1314         since any object is valid as input.
1315
1316         Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for
1317         functions like next-window and next-frame that walk over window or
1318         frame lists.
1319
1320         Deleted duplicated documentation for:
1321         one-window-p, format-insert-file
1322
1323         Deleted 21 lines of VMS-specific texinfo documentation.
1324
1325         Fixed up a few places where `_' was used in docstring parameter
1326         names instead of `-'.
1327
1328         Fixed up places that used nil or t without @code.
1329
1330         Fixed up places that erroneously used @code instead of @var.
1331
1332         Fixed many typos.
1333
1334         Fixed many places where the parameters mentioned in the docstring
1335         didn't match the actual parameters.
1336
1337         Fixed 7 places that used `@var{nil}' instead of `@code{nil}'.
1338
1339         Fixed 40 places where docstrings were missing trailing `.'
1340
1341         Fixed the texi documentation of 41 functions where the
1342         interactiveness of the function in the documentation did not match
1343         the implementation.
1344
1345         Fixed 117 functions where the names of parameters in the texi was
1346         different from the names in the implementation.
1347
1348         Fixed the texi documentation of 137 functions where the parameter
1349         list of the function in the texi was semantically different from
1350         the implementation.
1351
1352 2000-10-28  Adrian Aichner  <adrian@xemacs.org>
1353
1354         * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to
1355         incorporate raw HTML output in the HTML version.
1356
1357 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
1358
1359         * xemacs/menus.texi:
1360         * widget.texi:
1361         Typo fixes and tiny clarifications.
1362
1363 2000-10-19  Stephen J. Turnbull  <stephen@xemacs.org>
1364
1365         * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how.
1366         Added Q2.1.25 - function not found due to package not installed.
1367
1368         * xemacs/xemacs.texi:
1369         * xemacs/abbrevs.texi:
1370         * xemacs/basic.texi:
1371         * xemacs/building.texi:
1372         * xemacs/packages.texi:
1373         * xemacs/startup.texi:
1374         Moved "Packages" node to "Important General Concepts" section.
1375
1376         * xemacs/packages.texi: Added package list from etc/PACKAGES.
1377
1378 2000-10-04  Martin Buchholz <martin@xemacs.org>
1379
1380         * XEmacs 21.2.36 is released.
1381
1382 2000-09-27  Martin Buchholz  <martin@xemacs.org>
1383
1384         * lispref/processes.texi (Signals to Processes): Many corrections.
1385
1386 2000-09-20  Martin Buchholz  <martin@xemacs.org>
1387
1388         * xemacs/startup.texi (Startup Paths): Minor fixes.
1389
1390 2000-09-19  Martin Buchholz  <martin@xemacs.org>
1391
1392         * *: Spelling mega-patch
1393
1394 2000-09-16  Martin Buchholz  <martin@xemacs.org>
1395
1396         * internals/internals.texi (Low-Level Modules):
1397         Correct the list of source files.
1398
1399 2000-08-24  Adrian Aichner  <aichner@ecf.teradyne.com>
1400
1401         * emodules.texi (Introduction): Trivial typo fix.
1402
1403 2000-08-24  Martin Buchholz  <martin@xemacs.org>
1404
1405         * emodules.texi (Initialization Mode): Spell-Check.
1406
1407 2000-08-24  Martin Buchholz  <martin@xemacs.org>
1408
1409         * lispref/databases.texi (Connecting to a Database):
1410         s/berkeley_db/berkeley-db/.  Too much C programming.
1411
1412 2000-08-02  Stephen J. Turnbull  <stephen@xemacs.org>
1413
1414         * xemacs/custom.texi (Menubar Resources): Document FontSet resource.
1415
1416 2000-07-30  Ben Wing  <ben@xemacs.org>
1417
1418         * xemacs\search.texi (Regexp Search):
1419         * xemacs\search.texi (Regexps):
1420         Synch up with updated docs below (describing non-greedy
1421         operators and such).
1422
1423 2000-07-30  Ben Wing  <ben@xemacs.org>
1424
1425         * lispref\searching.texi (Syntax of Regexps):
1426         Document ??, which we've supported since 20.4.
1427
1428 2000-07-31  Sandra Wambold  <wambold@cygnus.com>
1429
1430         * xemacs-faq.texi: Minor updates in first two sections
1431
1432 2000-07-27  Andy Piper  <andy@xemacs.org>
1433
1434         * lispref/hash-tables.texi: add new hash table type.
1435
1436 2000-07-19  Martin Buchholz <martin@xemacs.org>
1437
1438         * XEmacs 21.2.35 is released.
1439
1440 2000-07-10  Martin Buchholz  <martin@xemacs.org>
1441
1442         * Makefile: rm -f ==> $(RM)
1443
1444 2000-07-09  Martin Buchholz  <martin@xemacs.org>
1445
1446         * lispref/postgresql.texi:
1447         - Don't mention ".so" extension.
1448         - Make installation instructions more generic.
1449         - Mention M-x describe-installation.
1450
1451 2000-07-08  Ben Wing  <ben@xemacs.org>
1452
1453         * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under
1454         Windows problem with binary locs and latest info.
1455
1456 2000-06-17  Adrian Aichner  <aichner@ecf.teradyne.com>
1457
1458         * lispref/glyphs.texi: Fix trivial typos.
1459         * lispref/gutter.texi: Ditto.
1460         * lispref/loading.texi: Ditto.
1461         * lispref/postgresql.texi: Ditto.
1462
1463 2000-06-14  Adrian Aichner  <aichner@ecf.teradyne.com>
1464
1465         * internals/internals.texi (Markers and Extents): Fix trivial typo.
1466
1467 2000-06-11  Adrian Aichner  <aichner@ecf.teradyne.com>
1468
1469         * make-stds.texi: Fix trivial typos.
1470         * xemacs-faq.texi: Ditto.
1471         * internals/internals.texi: Ditto.
1472         * new-users-guide/edit.texi: Ditto.
1473         * new-users-guide/modes.texi: Ditto.
1474         * new-users-guide/region.texi: Ditto.
1475
1476 2000-06-10  Ben Wing  <ben@xemacs.org>
1477
1478         * xemacs-faq.texi (Q6.1.2):
1479         * xemacs-faq.texi (Q6.1.5):
1480         * xemacs-faq.texi (Q6.1.6):
1481         Corrections for Cygwin, MinGW.
1482
1483 2000-06-07  Adrian Aichner  <aichner@ecf.teradyne.com>
1484
1485         * xemacs/basic.texi: Fix trivial typos.
1486         * xemacs/buffers.texi: Fix trivial typos.
1487         * xemacs/building.texi: Ditto.
1488         * xemacs/glossary.texi: Ditto.
1489         * xemacs/gnu.texi: Ditto.
1490         * xemacs/help.texi: Ditto.
1491         * xemacs/keystrokes.texi: Ditto.
1492         * xemacs/programs.texi: Ditto.
1493         * xemacs/search.texi: Ditto.
1494         * xemacs/sending.texi: Ditto.
1495
1496 2000-05-28  Martin Buchholz <martin@xemacs.org>
1497
1498         * XEmacs 21.2.34 is released.
1499
1500 2000-05-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
1501
1502         * xemacs/basic.texi: Document translation of tutorial.
1503         * xemacs/startup.texi: Remove lock-directory.
1504         * xemacs/enterings.texi: Update.
1505
1506 2000-05-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
1507
1508         * lispref/display.texi:
1509         * lispref/faces.texi:
1510         * lispref/glyphs.texi:
1511         * lispref/gutter.texi:
1512         * lispref/modes.texi:
1513         * lispref/specifiers.texi:
1514         * lispref/toolbar.texi:
1515         Update.  Merge Ben's doc-string update.
1516
1517 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
1518
1519         * xemacs/basic.texi:
1520         * xemacs/enterings.texi:
1521         * xemacs/mini.texi:
1522         Partial sync with FSF Emacs 20.6 and some update.
1523
1524 2000-05-01  Martin Buchholz <martin@xemacs.org>
1525
1526         * XEmacs 21.2.33 is released.
1527
1528 2000-04-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
1529
1530         * xemacs-faq.texi (Q2.1.24): Removed wrong header.
1531
1532 2000-04-01  Oscar Figueiredo  <oscar@xemacs.org>
1533
1534         * lispref/ldap.texi: Documentation of the add/modify/delete and
1535           internationalization APIs
1536
1537         * lispref/lispref.texi: Updated LDAP-related menus
1538
1539 2000-03-20  Martin Buchholz <martin@xemacs.org>
1540
1541         * XEmacs 21.2.32 is released.
1542
1543 2000-03-15  SL Baur  <steve@musashimaru.m17n.org>
1544
1545         * lispref/postgresql.texi (Unimplemented libpq Functions): Update
1546         documentation to reflect the latest code.
1547
1548 2000-03-07  SL Baur  <steve@musashimaru.m17n.org>
1549
1550         * lispref/postgresql.texi (PostgreSQL Support): New File.
1551
1552         * lispref/ldap.texi: Insert PostgreSQL/libpq chapter.
1553         * lispref/lispref.texi (Top): Ditto.
1554         * lispref/internationalization.texi: Ditto.
1555
1556 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
1557
1558         * lispref/glyphs.texi (Image Specifiers): Remove parenthesis.
1559
1560 2000-03-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
1561
1562         * xemacs-faq.texi: Put node before section.
1563
1564 2000-03-05  Jonathan Harris  <jhar@tardis.ed.ac.uk>
1565
1566         * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly.
1567
1568 2000-03-01  Sandra Wambold  <wambold@xemacs.org>
1569
1570         * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows
1571
1572 2000-01-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
1573
1574         * xemacs/xemacs.texi: Detailed menu update.
1575
1576 2000-01-28  Yoshiki Hayashi  <yoshiki@xemacs.org>
1577
1578         * xemacs/help.texi: Synch with FSF 20.5. Update.
1579
1580 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
1581
1582         * lispref/minibuf.texi: Add default argument documentation.
1583
1584 2000-02-27  Martin Buchholz  <martin@xemacs.org>
1585
1586         * internals/internals.texi (lrecords): Update docs for new lisp
1587         object representation.
1588
1589 2000-02-25  Martin Buchholz  <martin@xemacs.org>
1590
1591         * internals/internals.texi (Techniques for XEmacs Developers):
1592         Document INLINE_HEADER and how to create macros and inline functions.
1593         Cleanup entire section.
1594
1595 2000-02-17  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
1596
1597         * man/lispref/gutter.texi: New file describing gutter API.
1598
1599         * man/lispref/lispref.texi, man/lispref/scrollbars.texi,
1600
1601         * man/lispref/toolbar.texi: Fixup links to new node Gutter.
1602
1603 2000-02-17  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
1604
1605         * man/lispref/frames.texi, man/xemacs/custom.texi,
1606         man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars,
1607         toolbars, and gutters as optional components of frames, with
1608         pointers to descriptions.
1609
1610 2000-02-17  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
1611
1612         * man/lispref/mule.texi:  Substantial reorganization and
1613         revision for style of descriptions of character sets,
1614         encodings, and coding systems.  Addition of a complete table
1615         of coding systems as of XEmacs 21.2.19.
1616
1617 2000-02-23  Martin Buchholz <martin@xemacs.org>
1618
1619         * XEmacs 21.2.31 is released.
1620
1621 2000-02-21  Martin Buchholz <martin@xemacs.org>
1622
1623         * XEmacs 21.2.30 is released.
1624
1625 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
1626
1627         * internals/internals.texi: Made texinfmt-friendly.
1628
1629 2000-01-20  Mark Thomas  <mthomas@jprc.com>
1630
1631         * lispref/backups.texi (Numbered Backups):
1632         * xemacs/files.texi (Backup Deletion):
1633         Change trim-versions-without-asking to delete-old-versions.
1634
1635 2000-02-19  Martin Buchholz  <martin@xemacs.org>
1636
1637         * internals/internals.texi (Conversion to and from External Data):
1638         Document TO_EXTERNAL_FORMAT and friends.
1639         Doc bug fixes.
1640
1641 2000-02-16  Martin Buchholz <martin@xemacs.org>
1642
1643         * XEmacs 21.2.29 is released.
1644
1645 2000-02-16  Martin Buchholz  <martin@xemacs.org>
1646
1647         * internals/internals.texi: Integrate Olivier's portable dumping docs.
1648
1649 2000-02-09  Martin Buchholz  <martin@xemacs.org>
1650
1651         * lispref/symbols.texi (Object Plists):
1652         Document `object-plist'.
1653         Document `remprop'.
1654         Rework all plist frobbing docs for accuracy.
1655
1656 2000-02-07  Martin Buchholz <martin@xemacs.org>
1657
1658         * XEmacs 21.2.28 is released.
1659
1660 2000-02-07  Martin Buchholz  <martin@xemacs.org>
1661
1662         * cl.texi: Remove (or replace by `get') references to `get*'.
1663
1664 2000-01-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
1665
1666         * widget.texi:
1667         * internals/internals.texi:
1668         * lispref/commands.texi:
1669         * lispref/consoles-devices.texi:
1670         * lispref/customize.texi:
1671         * lispref/dialog.texi:
1672         * lispref/extents.texi:
1673         * lispref/faces.texi:
1674         * lispref/glyphs.texi:
1675         * lispref/keymaps.texi:
1676         * lispref/lists.texi:
1677         * lispref/markers.texi:
1678         * lispref/menus.texi:
1679         * lispref/mule.texi:
1680         * lispref/objects.texi:
1681         * lispref/specifiers.texi:
1682         * lispref/toolbar.texi:
1683         * lispref/tooltalk.texi:
1684         * lispref/x-windows.texi:
1685         * new-users-guide/custom2.texi:
1686         * new-users-guide/help.texi:
1687         * new-users-guide/modes.texi:
1688         * xemacs/abbrevs.texi:
1689         * xemacs/buffers.texi:
1690         * xemacs/custom.texi:
1691         * xemacs/help.texi:
1692         * xemacs/keystrokes.texi:
1693         * xemacs/mini.texi:
1694         * xemacs/new.texi:
1695         * xemacs/packages.texi:
1696         * xemacs/programs.texi:
1697         * xemacs/sending.texi:
1698         Change ' -- ' to '---' since Texinfo formats --- to --.
1699         Untabify.  TeX doesn't like TAB.
1700
1701 2000-01-27  Sandra Wambold  <wambold@xemacs.org>
1702
1703         * xemacs-faq.texi (Q6.2.2): updated font instructions to include
1704         21.2.*
1705
1706 2000-01-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
1707
1708         * xemacs-faq.texi: Untabify.
1709
1710 2000-01-22  Martin Buchholz  <martin@xemacs.org>
1711
1712         * internals/internals.texi (General Coding Rules): Document why we
1713         #include <config.h>
1714
1715 2000-01-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
1716
1717         * xemacs-faq.texi: Change ' -- ' to '---'.
1718
1719 2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
1720
1721         * lispref/faces.texi (Face Properties): Document
1722         remove-face-property.
1723
1724 2000-01-18  Martin Buchholz <martin@xemacs.org>
1725
1726         * XEmacs 21.2.27 is released.
1727
1728 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1729
1730         * xemacs/regs.texi: Synch with FSF 20.5.
1731
1732 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1733
1734         * info.texi: Change cross reference from emacs to xemacs.
1735
1736 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1737
1738         * xemacs/mini.texi: Synch with FSF 20.5.  Update.
1739
1740 2000-01-16  Martin Buchholz  <martin@xemacs.org>
1741
1742         * xemacs-faq.texi (Q2.1.15): Fix up @table formatting.
1743
1744 2000-01-14  Martin Buchholz  <martin@xemacs.org>
1745
1746         * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info.
1747
1748 2000-01-14  Sandra Wambold  <wambold@xemacs.org>
1749
1750         * xemacs-faq.texi: removed out-of-date XEmacs 19 questions.
1751
1752 2000-01-14  Sandra Wambold  <wambold@xemacs.org>
1753
1754         * xemacs-faq.texi: Updated Macintosh information,
1755         updated OS/2 info, changed turn-on-pending-delete answer.
1756
1757 2000-01-08  Martin Buchholz  <martin@xemacs.org>
1758
1759         * xemacs-faq.texi (Q2.1.15): Make debugging info current.
1760
1761 2000-01-08  Hrvoje Niksic  <hniksic@iskon.hr>
1762
1763         * lispref/control.texi (Signaling Errors): Document that `signal'
1764         is continuable.
1765         (Signaling Errors): Document `cerror', `signal-error', and
1766         `check-argument-type'.
1767         (Handling Errors): Mention `debug-on-signal'.
1768         (Error Symbols): Document `define-error'.
1769         (Processing of Errors): Document `display-error' and
1770         `error-message-string'.
1771
1772 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1773
1774         * internals/internals.texi: Remove latin-1 char.
1775
1776 2000-01-05  Didier Verna  <didier@xemacs.org>
1777
1778         * xemacs/custom.texi (Key bindings using strings): add missing
1779         whitespace.
1780
1781         * xemacs/xemacs.texi (Top):
1782         * new-users-guide/new-users-guide.texi (Top): add missing `@top'
1783         node.
1784
1785 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1786
1787         * lispref/minibuf.texi (Reading a Password): New section.
1788
1789 1999-12-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1790
1791         * lispref/minibuf.texi: Remove documentation about
1792         minibuffer-local-ns-map, read-no-blanks-input.
1793
1794 1999-12-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1795
1796         * lispref/minibuf.texi: Partial Synch with FSF manual.
1797         Add description about DEFAULT argument of reading functions.
1798
1799 1999-12-31  Martin Buchholz <martin@xemacs.org>
1800
1801         * XEmacs 21.2.26 is released.
1802
1803 1999-12-26  Karl M. Hegbloom  <karlheg@inetarena.com>
1804
1805         * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs
1806
1807 1999-12-24  Martin Buchholz <martin@xemacs.org>
1808
1809         * XEmacs 21.2.25 is released.
1810
1811 1999-12-21  Martin Buchholz  <martin@xemacs.org>
1812
1813         * lispref/text.texi (Near Point): Document `char-before'.
1814
1815 1999-12-20  Adrian Aichner  <adrian@xemacs.org>
1816
1817         * widget.texi: Fix typos and possessive singular errors.  Break
1818         long sentences for readability.  Remove some redundant commas.
1819
1820 1999-12-18  Martin Buchholz  <martin@xemacs.org>
1821
1822         * lispref/functions.texi (Mapping Functions):
1823         Warn about mapping functions modifying their sequences.
1824
1825 1999-12-15  Sandra Wambold  <wambold@xemacs.org>
1826
1827         * xemacs-faq.texi: link to matlab.el added; misc. address changes
1828
1829 1999-12-14  Martin Buchholz <martin@xemacs.org>
1830
1831         * XEmacs 21.2.24 is released.
1832
1833 1999-12-07  Gunnar Evermann  <ge204@eng.cam.ac.uk>
1834
1835         * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH
1836         instead of PACKAGEPATH
1837         From Marcus Harnisch <harnisch@mikrom.de>
1838
1839 1999-12-07  Martin Buchholz <martin@xemacs.org>
1840
1841         * XEmacs 21.2.23 is released.
1842
1843 1999-12-06  Sandra Wambold  <wambold@pobox.com>
1844
1845         * xemacs-faq.texi: Added MS-Windows questions; some other changes
1846
1847 1999-11-29  Martin Buchholz  <martin@xemacs.org>
1848
1849         * info.texi (Top):
1850         Remove @ifnottex, which gives old makeinfos indigestion.
1851         * texinfo.texi (Top):
1852         Revert to pre-texinfo-4.0 version, plus small changes to make
1853         texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy.
1854
1855 1999-11-30  Sandra Wambold  <wambold@cygnus.com>
1856
1857         * xemacs-faq.texi: fixed and commented out bad URL links
1858
1859 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
1860
1861         * XEmacs 21.2.22 is released
1862
1863 1999-11-28  Martin Buchholz <martin@xemacs.org>
1864
1865         * XEmacs 21.2.21 is released.
1866
1867 1999-11-26  Martin Buchholz  <martin@xemacs.org>
1868
1869         * internals.texi (Lstream Functions):
1870         * internals.texi (Lstream Methods):
1871         Types have changed to size_t and ssize_t.  Document them.
1872
1873 1999-08-12     Gunnar Evermann  <ge204@eng.cam.ac.uk>
1874
1875         * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on
1876         XEmacs 21
1877
1878 1999-11-15  Martin Buchholz  <martin@xemacs.org>
1879
1880         * xemacs/programs.texi: Upgrade to etags Version 13.32
1881
1882         * Makefile:
1883         - Make sure the default target is `info' instead of cl.info.
1884         - Use $(INFODIR) consistently where appropriate.
1885         - Remove makeinfo-1.68 warning.  (Usually only maintainer rebuilds info).
1886         - Comment out unused macros: EMACS EMACSFLAGS
1887         - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0.
1888         - Get dependencies up to date.
1889
1890         * internals/Makefile:
1891         * xemacs/Makefile:
1892         * lispref/Makefile:
1893         * new-users-guide/Makefile:
1894         * lispref/index.perm:
1895         * lispref/index.unperm:
1896         * lispref/permute-index:
1897         * internals/index.perm:
1898         * internals/index.unperm:
1899         Remove these Makefiles.
1900         Include all functionality in man/Makefile.
1901         Support only non-permuted indexes for simplicity.
1902
1903         * emodules.texi:
1904         - TeX doesn't tolerate `_' in variable names; use `-' instead.
1905
1906         * lispref/commands.texi:
1907         * lispref/display.texi:
1908         * lispref/faces.texi:
1909         * lispref/functions.texi:
1910         * lispref/keymaps.texi:
1911         * lispref/lists.texi:
1912         * lispref/modes.texi:
1913         * lispref/objects.texi:
1914         * lispref/os.texi:
1915         * lispref/sequences.texi:
1916         * lispref/strings.texi:
1917         * lispref/text.texi:
1918         * new-users-guide/custom1.texi:
1919         * xemacs/custom.texi:
1920         * xemacs/menus.texi:
1921         - Make sources compatible with makeinfo 4.0 *and* 3.12.
1922         - Replace @sc{ASCII} with @sc{ascii}, etc...
1923         - Replace @var{(foo)} with (@var{foo}), etc...
1924
1925         * info-stnd.texi: Remove.  Who cares about the standalone info reader?
1926
1927         * texinfo.tex:
1928         * texinfo.texi:
1929         * info.texi:
1930         * standards.texi:
1931         * make-stds.texi:
1932         Import FSF-maintained files from texinfo-4.0.
1933
1934 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
1935
1936         * XEmacs 21.2.20 is released
1937
1938 1999-08-30  Robert Pluim  <rpluim@bigfoot.com>
1939
1940         * xemacs/packages.texi (Using Packages): Added description of
1941         package-get-package-provider.
1942
1943 1999-07-27  Charles G Waldman  <cgw@fnal.gov>
1944
1945         * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells'
1946
1947 1999-08-01  Adrian Aichner  <adrian@xemacs.org>
1948
1949         * xemacs/programs.texi (Balanced Editing): Remove broken
1950         line-break.
1951
1952         * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs
1953         menus.
1954         (Q1.4.1): ditto.
1955         (Q1.4.3): ditto.
1956         (Q2.0.5): Hyphenate words.
1957
1958         * info.texi (Add): Fix one typo.
1959
1960 1999-08-23  Stephane Epardaud  <stephane@lunatech.com>
1961
1962         * internals/internals.texi (Garbage Collection - Step by Step):
1963         just added some dots to shut up compile warnings.
1964
1965 1999-08-19  Matthias Neubauer  <neubauer@informatik.uni-tuebingen.de>
1966
1967         * internals/internals.texi (Garbage Collection - Step by Step):
1968         new section in chapter Allocation of Objects in XEmacs Lisp.
1969
1970 1999-07-28  Andy Piper  <andy@xemacs.org>
1971
1972         * internals.texi (Glyphs): add some glyph documentation.
1973
1974 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
1975
1976         * XEmacs 21.2.19 is released
1977
1978 1999-07-10  Adrian Aichner  <adrian@xemacs.org>
1979
1980         * emodules.texi: Use @set emacs and @value{emacs} instead of
1981         @macro (unsupported by texinfo package).  Remove stray @code.
1982         * custom.texi: Add info extension to @setfilename.
1983         * texinfo.texi: Ditto.
1984         * widget.texi: Ditto.
1985         * packages.texi: Reword a sentence, fixing @item Decide where to
1986         install ...
1987
1988 1999-07-19  Didier Verna  <didier@xemacs.org>
1989
1990         * custom.texi (Wishlist): removed the Custom Comments wishlist
1991         entry. They are implemented.
1992
1993 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
1994
1995         * XEmacs 21.2.18 is released
1996
1997 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
1998
1999         * XEmacs 21.2.17 is released
2000
2001 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
2002
2003         * XEmacs 21.2.16 is released
2004
2005 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
2006
2007         * XEmacs 21.2.15 is released
2008
2009 1999-05-30  Albert Chin-A-Young <china@thewrittenword.com>
2010
2011         * custom.texi, external-widget.texi: Minor
2012         fix to get info DIR entry correct.
2013
2014 1999-05-22  Vin Shelton <acs@xemacs.org>
2015
2016         * xemacs/cmdargs.texi:
2017         Document -private.
2018
2019 1999-05-16  Mike McEwan  <mike@lotusland.demon.co.uk>
2020
2021         * Makefile: Added `emodules.info' to info targets.
2022
2023 1999-05-20  Karl M. Hegbloom  <karlheg@debian.org>
2024
2025         * internals/internals.texi (The XEmacs Object System
2026           (Abstractly Speaking)): typo.
2027
2028 1999-05-16  Hrvoje Niksic  <hniksic@srce.hr>
2029
2030         * lispref/text.texi (Substitution): Document improvements in
2031         `translate-region'.
2032
2033 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
2034
2035         * XEmacs 21.2.14 is released
2036
2037 1999-05-11  Albert Chin-A-Young <china@thewrittenword.com>
2038
2039         * man/internals/internals.texi:
2040         * man/lispref/lispref.texi:
2041         * man/new-users-guide/new-users-guide.texi:
2042         * man/xemacs/xemacs.texi:
2043         * man/cl.texi:
2044         * man/custom.texi:
2045         * man/term.texi:
2046         * man/termcap.texi:
2047         * man/widget.texi:
2048         * man/xemacs-faq.texi:
2049         * man/external-widget.texi:
2050         Added info dir entries so install-info will add them to
2051         the common `dir' file.
2052
2053 1999-04-28  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
2054
2055         * man/lispref/mule.texi: Document CCL
2056         - add sections: syntax, statements, expressions, and examples.
2057         - fix naming and description errors.
2058         - update links in neighboring nodes.
2059
2060 1999-04-24  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2061
2062         * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500.
2063
2064 1999-04-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2065
2066         * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame
2067         Appearance)
2068
2069 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
2070
2071         * XEmacs 21.2.13 is released
2072
2073 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
2074
2075         * XEmacs 21.2.12 is released
2076
2077 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
2078
2079         * XEmacs 21.2.11 is released
2080
2081 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
2082
2083         * XEmacs 21.2.10 is released
2084
2085 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
2086
2087         * XEmacs 21.2.9 is released
2088
2089 1999-01-14  Adrian Aichner  <adrian@xemacs.org>
2090
2091         * internals\internals.texi (Techniques for XEmacs Developers):
2092         Fixing documentation.
2093         (Basic Lisp Modules): ditto.
2094
2095 1999-01-10  J. Kean Johnston  <jkj@sco.com>
2096
2097         * emodules.texi: New file to describe XEmacs modules.
2098
2099 1998-12-28  Martin Buchholz <martin@xemacs.org>
2100
2101         * XEmacs 21.2.8 is released.
2102
2103 1998-12-24  Martin Buchholz <martin@xemacs.org>
2104
2105         * XEmacs 21.2.7 is released.
2106
2107 1998-12-16  Andy Piper  <andy@xemacs.org>
2108
2109         * XEmacs 21.2.6 is released
2110
2111 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
2112
2113         * XEmacs 21.2.5 is released
2114
2115 1998-11-30  Martin Buchholz  <martin@xemacs.org>
2116
2117         * xemacs/startup.texi (Startup Paths):
2118         * xemacs/custom.texi (Widgets):
2119         * xemacs-faq.texi (Q3.0.5):
2120         * xemacs-faq.texi (Top):
2121
2122         * widget.texi (info-link):
2123
2124         * lispref/objects.texi (Type Predicates):
2125         * lispref/objects.texi (Hash Table Type):
2126         * lispref/objects.texi (Primitive Types):
2127         * lispref/objects.texi (Lisp Data Types):
2128         * lispref/macros.texi (Backquote):
2129         * lispref/hash-tables.texi (Weak Hash Tables):
2130         * lispref/hash-tables.texi:
2131         * lispref/errors.texi (Standard Errors):
2132         * lispref/compile.texi (Disassembly):
2133         * lispref/compile.texi (Compiled-Function Objects):
2134         * lispref/compile.texi (Eval During Compile):
2135         * lispref/compile.texi (Docs and Compilation):
2136         * lispref/compile.texi (Compilation Functions):
2137         * lispref/compile.texi (Speed of Byte-Code):
2138         * lispref/compile.texi (Byte Compilation):
2139         * lispref/building.texi (Garbage Collection):
2140
2141         * internals/internals.texi (Simple Special Forms):
2142         * internals/internals.texi (Evaluation; Stack Frames; Bindings):
2143         * internals/internals.texi (Specifics of the Event Gathering Mechanism):
2144         * internals/internals.texi (String):
2145         * internals/internals.texi (Introduction to Allocation):
2146         * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
2147         * internals/internals.texi (Modules for Internationalization):
2148         * internals/internals.texi (Modules for Interfacing with X Windows):
2149         * internals/internals.texi (Modules for Interfacing with the Operating System):
2150         * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
2151         * internals/internals.texi (Modules for Interfacing with the File System):
2152         * internals/internals.texi (Modules for the Redisplay Mechanism):
2153         * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
2154         * internals/internals.texi (Editor-Level Control Flow Modules):
2155         * internals/internals.texi (Modules for Standard Editing Operations):
2156         * internals/internals.texi (Basic Lisp Modules):
2157         * internals/internals.texi (Low-Level Modules):
2158         * internals/internals.texi (A Summary of the Various XEmacs Modules):
2159         * internals/internals.texi (An Example of Mule-Aware Code):
2160         * internals/internals.texi (Working With Character and Byte Positions):
2161         * internals/internals.texi (Writing Lisp Primitives):
2162         * internals/internals.texi (General Coding Rules):
2163         * internals/internals.texi (How Lisp Objects Are Represented in C):
2164         * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
2165         * internals/internals.texi (XEmacs From the Perspective of Building):
2166         * internals/internals.texi (The Lisp Language):
2167         * internals/internals.texi (Top):
2168         * internals/internals.texi:
2169         - rewrite Internals manual
2170
2171         * cl.texi (Porting Common Lisp):
2172         * cl.texi (Hash Tables):
2173         * cl.texi (Association Lists):
2174         * cl.texi (Declarations):
2175         * cl.texi (For Clauses):
2176         * cl.texi (Basic Setf):
2177         * cl.texi (Equality Predicates):
2178         - mega patch
2179
2180 1998-11-28  SL Baur  <steve@altair.xemacs.org>
2181
2182         * XEmacs 21.2-beta4 is released.
2183
2184 1998-10-15  SL Baur  <steve@altair.xemacs.org>
2185
2186         * XEmacs 21.2-beta3 is released.
2187
2188 1998-10-09  SL Baur  <steve@altair.xemacs.org>
2189
2190         * Makefile (MAKEINFO): Undo no-split change.
2191
2192 1998-09-29  SL Baur  <steve@altair.xemacs.org>
2193
2194         * XEmacs 21.2-beta2 is released.
2195
2196 1998-09-20  Hrvoje Niksic  <hniksic@srce.hr>
2197
2198         * lispref/customize.texi: New file.
2199
2200 1998-09-09  Hrvoje Niksic  <hniksic@srce.hr>
2201
2202         * internals/internals.texi (Coding for Mule): New node and
2203         section.
2204
2205 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
2206
2207         * xemacs/packages.texi: Document manually installing binary packages.
2208
2209 1998-09-02  Jeff Miller <jmiller@smart.net>
2210
2211         * Synch calendar.texi with Emacs 20.3
2212
2213 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
2214
2215         * xemacs/packages.texi: Correct and update package documentation.
2216           Updated the package installation section to mention the visual
2217           package browser/installer.
2218
2219 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
2220
2221         * lispref/buffers.texi (Indirect Buffers): Update with XEmacs
2222         specifics.
2223
2224 1998-08-21  Greg Klanderman  <greg@alphatech.com>
2225
2226         * lispref/files.texi (User Name Completion): new section.
2227
2228 1998-07-23  Adrian Aichner  <adrian@xemacs.org>
2229
2230         * xemacs/packages.texi (Packages): Changing @itemize @emph to
2231         @itemize @bullet (this is what all other files included in
2232         xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8.
2233
2234 1998-07-20  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2235
2236         * xemacs/startup.texi: Small fixes, suggested by Hrvoje.
2237
2238         * xemacs/xemacs.texi:
2239         * xemacs/packages.texi: More packages documentation.
2240
2241 1998-07-19  SL Baur  <steve@altair.xemacs.org>
2242
2243         * XEmacs 21.2-beta1 is released.
2244
2245 1998-07-12  SL Baur  <steve@altair.xemacs.org>
2246
2247         * XEmacs 21.0-pre5 is released.
2248
2249 1998-07-09  SL Baur  <steve@altair.xemacs.org>
2250
2251         * XEmacs 21.0-pre4 is released.
2252
2253 1998-07-09  Oliver Graf <ograf@fga.de>
2254
2255         * lispref/dragndrop.texi: added warning to OffiX Protocol section
2256
2257 1998-07-09  SL Baur  <steve@altair.xemacs.org>
2258
2259         * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding
2260         damage in transit.
2261
2262 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
2263
2264         * lispref/tooltalk.texi: Fixed NEXT to @node LDAP
2265
2266         * lispref/internationalization.texi: Fixed PREV to @node LDAP
2267
2268         * lispref/lispref.texi: Added LDAP chapter from ldap.texi
2269
2270         * lispref/Makefile: Added ldap.texi to srcs
2271
2272 1998-06-29  SL Baur  <steve@altair.xemacs.org>
2273
2274         * standards.texi (Preface): Revert previous change to @node
2275         because it doesn't pass makeinfo.
2276
2277 1998-06-27  Adrian Aichner  <adrian@xemacs.org>
2278
2279         * cl.texi: See ALL.
2280         * info-stnd.texi: Fixed @setfilename.
2281         * info.texi: Fixed @setfilename and a typo.
2282         * standards.texi: Added NEXT to @node Preface. See ALL.
2283         * texinfo.texi: Fixed section names, quoted usage of @TeX{},
2284         changed some occurrences of `:' to `colon'.
2285         * xemacs-faq.texi: See ALL.
2286         * internals/internals.texi: See ALL.
2287         * lispref/back.texi: Fixed @setfilename.
2288         * lispref/compile.texi: See ALL.
2289         * lispref/debugging.texi: See ALL.
2290         * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug.
2291         * lispref/eval.texi: See ALL.
2292         * lispref/extents.texi: See ALL.
2293         * lispref/loading.texi: See ALL.
2294         * lispref/searching.texi: Escaped `(' in
2295         @cindex @samp{(?:} in regex
2296         * lispref/variables.texi: See ALL.
2297
2298 1998-06-28  SL Baur  <steve@altair.xemacs.org>
2299
2300         * xemacs/calendar.texi: Massive update.
2301         From Jeff Miller <jmiller@smart.net>
2302
2303 1998-06-20  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2304
2305         * xemacs/abbrevs.texi:
2306         * xemacs/basic.texi:
2307         * xemacs/buildings.texi:
2308         * xemacs/cmdargs.texi:
2309         * xemacs/files.texi:
2310         * xemacs/adjustments.texi: Adjustments to integrate startup.texi
2311         and packages.texi stuff.
2312
2313         * xemacs/startup.texi:
2314         * xemacs/packages.texi: Created.
2315
2316 1998-06-10  Adrian Aichner  <adrian@xemacs.org>
2317
2318         * texinfo.texi: added ../info/ to @setfilename, broke line after
2319         @noindent.  Changed @var{arg-not-used-by-@TeX{}} to
2320         @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
2321         happy.  Fixed refs broken by a previous patch of mine.
2322
2323 1998-06-18  Darryl Okahata  <darrylo@sr.hp.com>
2324
2325         * lispref/os.texi (os.texi): Document `user-home-directory'.
2326
2327 1998-06-13  Greg Klanderman  <greg@alphatech.com>
2328
2329         * lispref/windows.texi (Resizing Windows): document third optional
2330         WINDOW argument to enlarge-window and shrink-window.
2331         (Selecting Windows): document select-window optional norecord
2332         argument.
2333         (Size of Window): document window-text-area-pixel-height and
2334         window-text-area-pixel-width.
2335         (Size of Window): document window-displayed-text-pixel-height.
2336         (Position of Window): document window-text-area-pixel-edges.
2337
2338         * lispref/positions.texi (Screen Lines): cleanup docs for
2339         vertical-motion and vertical-motion-pixels.
2340
2341 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
2342
2343         * lispref/windows.texi (Resizing Windows): Document
2344         `enlarge-window-pixels' and `shrink-window-pixels'.
2345
2346         * lispref/positions.texi (Screen Lines): Update documentation of
2347         `vertical-motion'.
2348         (Screen Lines): Document `vertical-motion-pixels'.
2349
2350         * lispref/frames.texi (Input Focus): Document `focus-frame',
2351         `save-selected-frame' and `with-selected-frame'.
2352
2353 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
2354
2355         * lispref/searching.texi (Regexp Search): Document `split-path'.
2356
2357         * lispref/files.texi (Unique File Names): Update docs for
2358         `make-temp-name'; document `temp-directory'.
2359
2360 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
2361
2362         * lispref/os.texi (Recording Input): Update docs for `recent-keys'.
2363
2364         * lispref/specifiers.texi (Specifier Instancing): Correct
2365         instantiation order.
2366         (Specifier Instancing Functions): Ditto.
2367
2368 1998-06-11  Oliver Graf <ograf@fga.de>
2369
2370         * lispref/lispref.texi: references to Drag'n'Drop fixed
2371         * lispref/modes.texi: references to Drag'n'Drop fixed
2372         * lispref/scrollbars.texi: references to Drag'n'Drop fixed
2373         * lispref/dragndrop.texi: naming changed to Drag and Drop
2374         added some docu about the drop procedure
2375
2376 1998-06-09  Adrian Aichner  <adrian@xemacs.org>
2377
2378         * info-stnd.texi: added ../info/ to @setfilename.
2379         * info.texi: added ../info/ to @setfilename.
2380         * lispref/commands.texi: see ALL.
2381         * lispref/frames.texi: see ALL.
2382         * lispref/os.texi: see ALL.
2383         * lispref/text.texi: see ALL.
2384         * new-users-guide/custom1.texi: broke line after enumerated @item.
2385         * new-users-guide/custom2.texi: see ALL.
2386         * new-users-guide/edit.texi: see ALL.
2387         * new-users-guide/enter.texi: see ALL.
2388         * new-users-guide/files.texi: see ALL.
2389         * new-users-guide/help.texi
2390         * new-users-guide/modes.texi: see ALL.
2391         * new-users-guide/new-users-guide.texi: see ALL.
2392         * new-users-guide/region.texi: see ALL.
2393         * new-users-guide/search.texi: see ALL.
2394         * new-users-guide/xmenu.texi: see ALL.
2395         * standards.texi: added ../info/ to @setfilename.
2396         * texinfo.texi: added ../info/ to @setfilename, broke line after
2397         @noindent.  Changed @var{arg-not-used-by-@TeX{}} to
2398         @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
2399         happy.
2400         * xemacs-faq.texi: added ../info/ to @setfilename.
2401         * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant
2402         p?xefs (most were empty, some elisp and emacs), used
2403         PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs
2404         User's Manual" respectively for all these.
2405
2406 1998-06-01  Oliver Graf <ograf@fga.de>
2407
2408         * lispref/dragndrop.texi: added experimental
2409
2410 1998-05-28  Oliver Graf <ograf@fga.de>
2411
2412         * lispref/dragndrop.texi: a warning, and a bit more text this time
2413
2414 1998-05-26  Oliver Graf <ograf@fga.de>
2415
2416         * lispref/dragndrop.texi: only small changes
2417
2418 1998-05-15  Christian Nybø <chr@mediascience.no>
2419
2420         * xemacs/killing.texi: Properly document `zap-to-char'.
2421
2422 1998-05-13  Greg Klanderman  <greg@alphatech.com>
2423
2424         * lispref/frames.texi (Input Focus): cleanup select-frame
2425         documentation.
2426
2427 1998-05-10  Oliver Graf <ograf@fga.de>
2428
2429         * lispref/dragndrop.texi: new section for the DnD API
2430         * lispref/lispref.texi: added Drag'n'Drop between scrollbars and
2431         modes
2432         * lispref/modes.texi: changed back-ref to Drag'n'Drop
2433         * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop
2434
2435 1998-05-05  Oliver Graf <ograf@fga.de>
2436
2437         * commands.texi: exchange of dnd-drop with misc-user
2438
2439 1998-05-04  Martin Buchholz  <martin@xemacs.org>
2440
2441         * internals.texi (Techniques for XEmacs Developers): Add some more
2442         comments on adding new files, inspired by Olivier Galibert.
2443
2444 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
2445
2446         * lispref/windows.texi (Vertical Scrolling): Fixup docstring for
2447         scroll-conservatively.
2448
2449         * lispref/loading.texi (Named Features): Document advanced args to
2450         `feature'.
2451
2452         * lispref/files.texi (File Name Expansion): Document that
2453         expand-file-name does not treat // and ~/ in the middle of file
2454         names specially.
2455
2456         * lispref/positions.texi (Excursions): Document
2457         `with-current-buffer' and `with-temp-file'.
2458
2459         * lispref/strings.texi (Formatting Strings): Document `%*'
2460         construct.
2461
2462         * lispref/os.texi (Time Conversion): Document that TIME may be
2463         omitted from format-time-string.
2464
2465         * lispref/strings.texi (String Conversion): Document BASE argument
2466         to `string-to-number'.
2467
2468         * lispref/searching.texi (Syntax of Regexps): Fix up Perl
2469         constructs documentation.
2470         (Regexp Search): Document `split-string'.
2471
2472         * xemacs/display.texi (Scrolling): Document scroll-conservatively.
2473
2474         * xemacs/killing.texi (Active Regions): Document that errors no
2475         longer highlight the region.
2476
2477         * lispref/display.texi (The Echo Area): Document message log
2478         stuff, including `display-message', `lmessage', `clear-message',
2479         (Warnings): Document warning stuff.
2480
2481         * lispref/commands.texi (Working With Events): Update `make-event'
2482         for misc-user events.
2483         (Using Interactive): Document `function-interactive'.
2484
2485         * lispref/os.texi (System Environment): Document USE-FLOATS
2486         argument to `load-average'.
2487         (User Identification): Document the new semantics of
2488         `user-full-name'.
2489
2490         * lispref/strings.texi (Creating Strings): Document `string'
2491         function.
2492
2493 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
2494
2495         * lispref/numbers.texi (Comparison of Numbers): Document multi-arg
2496         comparison functions.
2497
2498 1998-04-30  Greg Klanderman  <greg@alphatech.com>
2499
2500         * lispref/frames.texi (Input Focus): Document behavior of
2501         select-frame wrt focus-follows-mouse.
2502
2503 1998-04-30  Martin Buchholz  <martin@xemacs.org>
2504
2505         * Makefile: Support generic makes by avoiding `%' syntax.
2506         It breaks my heart to uglify the Makefile like this, but this is
2507         going to be a perpetual FAQ otherwise.
2508         General cleanup.
2509         Comment out w3 and vm info rules.
2510         Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH.
2511
2512 1998-03-27  Stephen Turnbull  <turnbull@sk.tsukuba.ac.jp>
2513
2514         * xemacs/frame.texi: Document cursor appearance at end of line.
2515
2516 1998-03-14  Hrvoje Niksic  <hniksic@srce.hr>
2517
2518         * internals/internals.texi (GCPROing): Explain when it is
2519         necessary to GCPRO function parameters.
2520
2521 1998-03-13  Hrvoje Niksic  <hniksic@srce.hr>
2522
2523         * internals/internals.texi (Writing Lisp Primitives): Updated
2524         definition of For().
2525
2526 1998-03-01  Aki Vehtari  <Aki.Vehtari@hut.fi>
2527
2528         * lispref/menus.texi: Use recommended forms in examples.
2529
2530 1998-02-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2531
2532         * cl.texi (Creating Symbols): Tell a little bit about the new
2533         handling of gensyms.
2534
2535 1998-02-21  Greg Klanderman  <greg@alphatech.com>
2536
2537         * xemacs/custom.texi (X Resources): update to describe automatic
2538         setting of x-emacs-application-class.
2539
2540         * lispref/x-windows.texi (Resources): update doc for
2541         x-emacs-application-class.
2542
2543 1998-02-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2544
2545         * cl.texi (Equality Predicates): Update to reflect change to
2546         `equalp' made in "cl-extra.el" - now compares characters case
2547         insensitively.
2548
2549 1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>
2550
2551         * lispref/menus.texi (Menu Format): Doc fix: suffix can be form.
2552
2553 1998-02-19  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2554
2555         * lispref/display.texi (Beeping): Linux has sound too.
2556
2557 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
2558
2559         * cl.texi (Argument Lists): Keywords are handled specially by
2560         XEmacs.
2561         (Porting Common Lisp): XEmacs backquotes are OK.
2562
2563 1998-02-19  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2564
2565         * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader
2566         syntax for integers.
2567         From Adrian Aichner <adrian@xemacs.org>
2568         * cl.texi (Porting Common Lisp): ' '
2569         * lispref/numbers.texi (Numbers): ' '
2570
2571 1998-02-15  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2572
2573         * lispref/searching.texi (Regular Expressions): Document the
2574         recent regular expression syntax extensions.
2575
2576 1998-02-10  Olivier Galibert  <galibert@pobox.com>
2577
2578         * internals/internals.texi: Remove all mocklisp references.
2579
2580 1997-12-17  SL Baur  <steve@altair.xemacs.org>
2581
2582         * Makefile (SUBDIR): skk and gnats are packaged.
2583
2584         * lispref/intro.texi (Acknowledgements): Update to v3.3.
2585
2586         * lispref/lispref.texi: Update to 20.5/v3.3.
2587
2588 1997-12-10  SL Baur  <steve@altair.xemacs.org>
2589
2590         * Makefile: Don't stop on errors.
2591
2592 1997-12-06  SL Baur  <steve@altair.xemacs.org>
2593
2594         * Makefile: add skk manual.
2595
2596 1997-11-29  SL Baur  <steve@altair.xemacs.org>
2597
2598         * internals/internals.texi (XEmacs): Updated history section.
2599
2600 1997-11-28  SL Baur  <steve@altair.xemacs.org>
2601
2602         * lispref/compile.texi (Compilation Functions): Plug in the real
2603         return value.
2604         (Speed of Byte-Code): Ditto.
2605         (Compilation Functions): Ditto.
2606         (Compiled-Function Objects): Ditto.
2607         (Speed of Byte-Code): Increase loop counter by factor of 50 (the
2608         previous value was embarrassing).
2609
2610 1997-11-21  SL Baur  <steve@altair.xemacs.org>
2611
2612         * Makefile (srcs): vhdl-mode has been packaged.
2613
2614 1997-11-15  SL Baur  <steve@altair.xemacs.org>
2615
2616         * lispref/windows.texi (scroll-conservatively): Fix typo.
2617
2618 1997-11-12  Hrvoje Niksic  <hniksic@srce.hr>
2619
2620         * lispref/commands.texi (Working With Events): Document fully.
2621
2622         * lispref/windows.texi (Vertical Scrolling): Document
2623         scroll-conservatively.
2624
2625 1997-11-09  Hrvoje Niksic  <hniksic@srce.hr>
2626
2627         * lispref/extents.texi (Intro to Extents): Minor correction.
2628         (Extent Properties): Document `extent-keymap'.
2629
2630 1997-11-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2631
2632         * xemacs/mule.texi (Mule): Modify description about supported
2633         scripts.
2634
2635 1997-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2636
2637         * xemacs/mule.texi: Add description for
2638         `universal-coding-system-argument'.
2639
2640 1997-10-31  SL Baur  <steve@altair.xemacs.org>
2641
2642         * internals/internals.texi: XEmacs 19.16 is released.
2643
2644 1997-10-30  SL Baur  <steve@altair.xemacs.org>
2645
2646         * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have
2647         been packaged.
2648
2649 1997-10-22  Hrvoje Niksic  <hniksic@srce.hr>
2650
2651         * xemacs-faq.texi: Added the detailed menu listing.
2652
2653         * lispref/extents.texi (Extent Properties): Documented
2654         `set-extent-properties'.
2655
2656         * xemacs/custom.texi (Face Customization): Updated for XEmacs.
2657
2658 1997-10-07  SL Baur  <steve@altair.xemacs.org>
2659
2660         * xemacs-faq.texi (Q1.3.7): Update Russion URLs.
2661         From Rebecca Ore <rebecca.ore@op.net>
2662
2663         * lispref/databases.texi (Connecting to a Database): Describe
2664         valid types of `type' and `subtype'.
2665         From Raymond Toy <toy@rtp.ericsson.se>
2666
2667 1997-10-01  Karl M. Hegbloom  <karlheg@inetarena.com>
2668
2669         * lispref/commands.texi (Keyboard Macros): fixed typo.  Changed
2670         reference to (emacs) into a reference to (xemacs).
2671
2672 1997-10-01  Karl M. Hegbloom  <karlheg@inetarena.com>
2673
2674         * lispref/keymaps.texi (Keymaps): untabified and reformatted menu
2675         to prevent line wrap.
2676
2677 1997-09-27  SL Baur  <steve@altair.xemacs.org>
2678
2679         * gnats/flowchart.eps: New file.
2680
2681 1997-09-23  Hrvoje Niksic  <hniksic@srce.hr>
2682
2683         * xemacs/custom.texi (Easy Customization): Ditto.
2684
2685         * xemacs/xemacs.texi (Top): Added pointer to easy customization.
2686
2687 1997-09-18  SL Baur  <steve@altair.xemacs.org>
2688
2689         * internals/Makefile (../../info/$(NAME).info): Warn and clean up
2690         if someone hasn't upgraded makeinfo.
2691
2692         * Makefile (EMACS): Refer to xemacs binary in source tree.
2693         * tm/Makefile (EMACS): Ditto.
2694
2695 1997-08-15  Karl M. Hegbloom <karlheg@inetarena.com>
2696
2697         * cl.texi (Type Predicates): Update for corrected handling of
2698         `string-char' and `character'.
2699
2700 Tue Aug  5 21:56:02 1997  Barry A. Warsaw  <cc-mode-help@python.org>
2701
2702         * cc-mode.texi:
2703         In FAQ section, document use of c-mode-base-map instead of c-mode-map.
2704
2705 Fri Aug  1 22:44:49 1997  Barry A. Warsaw  <cc-mode-help@python.org>
2706
2707         * cc-mode.texi: Removed the description of c-enable-//-in-c-mode.
2708
2709 Wed Jul 30 00:01:45 1997  Barry A. Warsaw  <cc-mode-help@python.org>
2710
2711         * cc-mode.texi:
2712         Added description of template-args-cont syntactic symbol
2713
2714 1997-07-25  Barry A. Warsaw  <cc-mode-help@python.org>
2715
2716         * cc-mode.texi: Describe support for idl-mode
2717
2718         * cc-mode.texi:
2719         Document c-initialization-hook.  Also rewrite the "Getting Connected"
2720         section on byte compiling the source.
2721
2722 1997-07-21  Karl M. Hegbloom  <karlheg@inetarena.com>
2723
2724         * lispref/streams.texi: "Output Streams", change `last-output'
2725         result list from integers to characters.
2726
2727         * lispref/minibuf.texi: "Object from Minibuffer", correction.
2728
2729         * lispref/minibuf.texi: "Minibuffer History", add
2730         `Info-minibuffer-history', `Manual-page-minibuffer-history', and
2731         short paragraph refering to `M-x apropos'.
2732
2733 1997-07-17  Steven L Baur  <steve@altair.xemacs.org>
2734
2735         * Makefile: makeinfo-1.68 is verified to work.
2736
2737         * tm/Makefile (../../info/%-ja.info): Die if not running
2738         XEmacs/Mule.
2739         (../../info/%-en.info): Inherit setting of MAKEINFO.
2740
2741 Tue Jul 15 04:18:38 1997  Barry A. Warsaw  <cc-mode-help@python.org>
2742
2743         * cc-mode.texi:
2744         Describe the variable c-indent-comments-syntactically-p.
2745
2746 1997-07-15  Steven L Baur  <steve@altair.xemacs.org>
2747
2748         * internals/internals.texi (Top): Convert Buffer@'s node name to
2749         `Buffer's' because the former confuses makeinfo.
2750
2751 Thu Jul  3 22:54:03 1997  Barry A. Warsaw  <cc-mode-help@python.org>
2752
2753         * cc-mode.texi: Fixed spelling of Texinfo
2754
2755 Tue May  6 21:33:06 1997  Steven L Baur  <steve@altair.xemacs.org>
2756
2757         * lispref/files.texi (Writing to Files): Correct docstring of
2758         write-region.
2759
2760 Sun May  4 14:28:32 1997  Steven L Baur  <steve@altair.xemacs.org>
2761
2762         * lispref/annotations.texi (Annotation Primitives):
2763         `delete-annotation' does not return the deleted annotation.
2764
2765 Wed Apr 30 18:13:16 1997  Steven L Baur  <steve@altair.xemacs.org>
2766
2767         * lispref/lispref.texi: Correct release dates.
2768
2769 Sat Apr 19 20:48:00 1997  Steven L Baur  <steve@altair.xemacs.org>
2770
2771         * lispref/files.texi (File Name Expansion): Update documentation
2772         of file-relative-name.
2773
2774 Mon Apr  7 21:02:39 1997  Steven L Baur  <steve@altair.xemacs.org>
2775
2776         * lispref/lispref.texi: Update version numbers (with patches from
2777         Hrvoje Niksic).
2778
2779         * lispref/building.texi (Building XEmacs): Update version numbers
2780         and build identification.
2781
2782         * lispref/intro.texi (Introduction): Update version number.
2783
2784 Sun Mar 23 15:47:05 1997  Steven L Baur  <steve@altair.xemacs.org>
2785
2786         * Makefile (srcs): Add efs.texi.
2787
2788 Sat Mar 22 16:39:16 1997  Steven L Baur  <steve@altair.xemacs.org>
2789
2790         * Makefile (srcs): Add hm--html-mode.texi.
2791
2792 Sun Mar 16 18:48:14 1997  Steven L Baur  <steve@altair.xemacs.org>
2793
2794         * gnats/Makefile (gnats_srcs): New manuals for GNATS.
2795
2796 Wed Mar 12 14:39:43 1997  Steven L Baur  <steve@altair.xemacs.org>
2797
2798         * lispref/strings.texi (Text Comparison): Correct example for
2799         `char-equal'.  Add new function `char='.
2800
2801 Thu Mar  6 13:33:54 1997  Steven L Baur  <steve@altair.xemacs.org>
2802
2803         * Makefile: Update for new texinfo manual.
2804
2805 Tue Mar  4 11:37:42 1997  Steven L Baur  <steve@altair.xemacs.org>
2806
2807         * Makefile (../info/w3.info): Use special version of makeinfo
2808         since this manual is not backwards compatible.
2809         Clean up error handling so we only have to type make once to
2810         rebuild the info tree.
2811         (../info/vm.info): Make sure to continue in the event of error.
2812
2813 Tue Feb 25 20:17:53 1997  Steven L Baur  <steve@altair.xemacs.org>
2814
2815         * auctex/Makefile: Added `mostlyclean' and `distclean' target.
2816
2817 Wed Feb 19 17:57:27 1997  Steven L Baur  <steve@altair.xemacs.org>
2818
2819         * Makefile (auctex): New subdirectory target.
2820
2821 Wed Feb 12 12:30:27 1997  Yotam Medini  <yotam_medini@tmai.com>
2822
2823         * mule/languages.texi: Correct typo.
2824
2825 Mon Feb 10 08:17:22 1997  Steven L Baur  <steve@altair.xemacs.org>
2826
2827         * Makefile (srcs): Add custom and widget to srcs.
2828
2829         * lispref/extents.texi (Intro to Extents): Removed erroneous
2830         reference to `start-glyph' property.
2831
2832 Sun Feb  9 00:27:22 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
2833
2834         * widget.texi: New file.
2835
2836         * custom.texi: New file.
2837
2838 Thu Feb  6 22:57:09 1997  Steven L Baur  <steve@altair.xemacs.org>
2839
2840         * lispref/extents.texi (Duplicable Extents): replicable extents
2841         are history.
2842
2843 Wed Jan 29 19:59:41 1997  Steven L Baur  <steve@altair.xemacs.org>
2844
2845         * xemacs-faq.texi (Q1.1.1): Correct typos.
2846
2847 Mon Jan 27 22:28:48 1997  Bob Weiner <weiner@infodock.com>
2848
2849         * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the
2850         XEmacs manual available.
2851         (Q4.6.1): Updated Infodock Information.
2852
2853 Sat Dec 28 11:08:07 1996  Martin Buchholz  <mrb@Eng.Sun.COM>
2854
2855         * vhdl-mode.texi: Correct typo in email address.
2856
2857 Mon Dec 23 09:47:24 1996  Martin Buchholz  <mrb@Eng.Sun.COM>
2858
2859         * Makefile (srcs): Add vhdl-mode.
2860
2861 Wed Dec 18 20:21:06 1996  Martin Buchholz  <mrb@eng.sun.com>
2862
2863         * Makefile (realclean): Don't delete itself `make distclean'
2864
2865         * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump.
2866
2867         * Makefile: New File.
2868
2869 Tue Dec 10 18:35:21 1996  Rod Whitby  <rwhitby@asc.sps.mot.com>
2870
2871         * vhdl-mode.texi: New file.
2872
2873 Thu Jan 24 12:41:33 1991  Richard Stallman  (rms at mole.ai.mit.edu)
2874
2875         * texinfo.tex: Delete spurious character at beginning.
2876
2877 Tue Aug 16 13:09:12 1988  Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
2878
2879         * emacs.tex:  Corrected two typos.  No other changes before
2880         Version 19 will be made.
2881
2882         * vip.texinfo: Removed menu entry Adding Lisp Code in node
2883         Customization since the menu entry did not point to anything.
2884         Also added an @finalout command to remove overfull hboxes from the
2885         printed output.
2886
2887         * cl.texinfo:  Added @bye, \input line and @settitle to file.
2888         This file is clearly intended to be a chapter of some other work,
2889         but the other work does not yet exist.
2890
2891 Mon Jul 25 17:47:38 1988  Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
2892
2893         * texinfo.texinfo: Three typos corrected.
2894
2895 Mon Jul 11 18:02:29 1988  Chris Hanson  (cph at kleph)
2896
2897         * texindex.c (indexify): when comparing to initial strings to
2898         decide whether to change the header, must use `strncmp' to avoid
2899         comparing entire strings of which initials are a substring.
2900
2901 Sun Jun 26 18:46:16 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
2902
2903         * texindex.c (sort_in_core, sort_offline, parsefile):
2904         Give up on input file if any line doesn't start with backslash.
2905
2906 Mon May 23 10:41:35 1988  Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
2907
2908         * emacs.tex: Update information for obtaining TeX distribution from the
2909         University of Washington.