142c7d238e9c1f6fa27de13baf228e85eafd8eab
[chise/xemacs-chise.git.1] / man / ChangeLog
1 2000-02-21  Martin Buchholz <martin@xemacs.org>
2
3         * XEmacs 21.2.30 is released.
4
5 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
6
7         * internals/internals.texi: Made texinfmt-friendly.
8
9 2000-01-20  Mark Thomas  <mthomas@jprc.com>
10
11         * lispref/backups.texi (Numbered Backups):
12         * xemacs/files.texi (Backup Deletion):
13         Change trim-versions-without-asking to delete-old-versions.
14
15 2000-02-19  Martin Buchholz  <martin@xemacs.org>
16
17         * internals/internals.texi (Conversion to and from External Data):
18         Document TO_EXTERNAL_FORMAT and friends.
19         Doc bug fixes.
20
21 2000-02-16  Martin Buchholz <martin@xemacs.org>
22
23         * XEmacs 21.2.29 is released.
24
25 2000-02-16  Martin Buchholz  <martin@xemacs.org>
26
27         * internals/internals.texi: Integrate Olivier's portable dumping docs.
28
29 2000-02-09  Martin Buchholz  <martin@xemacs.org>
30
31         * lispref/symbols.texi (Object Plists): 
32         Document `object-plist'.
33         Document `remprop'.
34         Rework all plist frobbing docs for accuracy.
35
36 2000-02-07  Martin Buchholz <martin@xemacs.org>
37
38         * XEmacs 21.2.28 is released.
39
40 2000-02-07  Martin Buchholz  <martin@xemacs.org>
41
42         * cl.texi: Remove (or replace by `get') references to `get*'.
43
44 2000-01-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
45
46         * widget.texi:
47         * internals/internals.texi:
48         * lispref/commands.texi:
49         * lispref/consoles-devices.texi:
50         * lispref/customize.texi:
51         * lispref/dialog.texi:
52         * lispref/extents.texi:
53         * lispref/faces.texi:
54         * lispref/glyphs.texi:
55         * lispref/keymaps.texi:
56         * lispref/lists.texi:
57         * lispref/markers.texi:
58         * lispref/menus.texi:
59         * lispref/mule.texi:
60         * lispref/objects.texi:
61         * lispref/specifiers.texi:
62         * lispref/toolbar.texi:
63         * lispref/tooltalk.texi:
64         * lispref/x-windows.texi:
65         * new-users-guide/custom2.texi:
66         * new-users-guide/help.texi:
67         * new-users-guide/modes.texi:
68         * xemacs/abbrevs.texi:
69         * xemacs/buffers.texi:
70         * xemacs/custom.texi:
71         * xemacs/help.texi:
72         * xemacs/keystrokes.texi:
73         * xemacs/mini.texi:
74         * xemacs/new.texi:
75         * xemacs/packages.texi:
76         * xemacs/programs.texi:
77         * xemacs/sending.texi:
78         Change ' -- ' to '---' since Texinfo formats --- to --.
79         Untabify.  TeX doesn't like TAB.
80
81 2000-01-27  Sandra Wambold  <wambold@xemacs.org>
82
83         * xemacs-faq.texi (Q6.2.2): updated font instructions to include
84         21.2.*
85
86 2000-01-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
87
88         * xemacs-faq.texi: Untabify.
89         
90 2000-01-22  Martin Buchholz  <martin@xemacs.org>
91
92         * internals/internals.texi (General Coding Rules): Document why we
93         #include <config.h>
94
95 2000-01-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
96
97         * xemacs-faq.texi: Change ' -- ' to '---'.
98         
99 2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
100
101         * lispref/faces.texi (Face Properties): Document
102         remove-face-property.
103
104 2000-01-18  Martin Buchholz <martin@xemacs.org>
105
106         * XEmacs 21.2.27 is released.
107
108 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
109
110         * xemacs/regs.texi: Synch with FSF 20.5.
111
112 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
113
114         * info.texi: Change cross reference from emacs to xemacs.
115
116 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
117
118         * xemacs/mini.texi: Synch with FSF 20.5.  Update.
119
120 2000-01-16  Martin Buchholz  <martin@xemacs.org>
121
122         * xemacs-faq.texi (Q2.1.15): Fix up @table formatting.
123
124 2000-01-14  Martin Buchholz  <martin@xemacs.org>
125
126         * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info.
127
128 2000-01-14  Sandra Wambold  <wambold@xemacs.org>
129
130         * xemacs-faq.texi: removed out-of-date XEmacs 19 questions.
131
132 2000-01-14  Sandra Wambold  <wambold@xemacs.org>
133
134         * xemacs-faq.texi: Updated Macintosh information,
135         updated OS/2 info, changed turn-on-pending-delete answer.
136
137 2000-01-08  Martin Buchholz  <martin@xemacs.org>
138
139         * xemacs-faq.texi (Q2.1.15): Make debugging info current.
140
141 2000-01-08  Hrvoje Niksic  <hniksic@iskon.hr>
142
143         * lispref/control.texi (Signaling Errors): Document that `signal'
144         is continuable.
145         (Signaling Errors): Document `cerror', `signal-error', and
146         `check-argument-type'.
147         (Handling Errors): Mention `debug-on-signal'.
148         (Error Symbols): Document `define-error'.
149         (Processing of Errors): Document `display-error' and
150         `error-message-string'.
151
152 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
153
154         * internals/internals.texi: Remove latin-1 char.
155
156 2000-01-05  Didier Verna  <didier@xemacs.org>
157
158         * xemacs/custom.texi (Key bindings using strings): add missing
159         whitespace.
160
161         * xemacs/xemacs.texi (Top):
162         * new-users-guide/new-users-guide.texi (Top): add missing `@top'
163         node.
164
165 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
166
167         * lispref/minibuf.texi (Reading a Password): New section.
168
169 1999-12-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
170
171         * lispref/minibuf.texi: Remove documentation about
172         minibuffer-local-ns-map, read-no-blanks-input.
173
174 1999-12-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
175
176         * lispref/minibuf.texi: Partial Synch with FSF manual.
177         Add description about DEFAULT argument of reading functions.
178
179 1999-12-31  Martin Buchholz <martin@xemacs.org>
180
181         * XEmacs 21.2.26 is released.
182
183 1999-12-26  Karl M. Hegbloom  <karlheg@inetarena.com>
184
185         * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs
186
187 1999-12-24  Martin Buchholz <martin@xemacs.org>
188
189         * XEmacs 21.2.25 is released.
190
191 1999-12-21  Martin Buchholz  <martin@xemacs.org>
192
193         * lispref/text.texi (Near Point): Document `char-before'.
194
195 1999-12-20  Adrian Aichner  <adrian@xemacs.org>
196
197         * widget.texi: Fix typos and possessive singular errors.  Break
198         long sentences for readability.  Remove some redundant commas.
199
200 1999-12-18  Martin Buchholz  <martin@xemacs.org>
201
202         * lispref/functions.texi (Mapping Functions): 
203         Warn about mapping functions modifying their sequences.
204
205 1999-12-15  Sandra Wambold  <wambold@xemacs.org>
206
207         * xemacs-faq.texi: link to matlab.el added; misc. address changes
208
209 1999-12-14  Martin Buchholz <martin@xemacs.org>
210
211         * XEmacs 21.2.24 is released.
212
213 1999-12-07  Gunnar Evermann  <ge204@eng.cam.ac.uk>
214
215         * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH
216         instead of PACKAGEPATH 
217         From Marcus Harnisch <harnisch@mikrom.de>
218
219 1999-12-07  Martin Buchholz <martin@xemacs.org>
220
221         * XEmacs 21.2.23 is released.
222
223 1999-12-06  Sandra Wambold  <wambold@pobox.com>
224
225         * xemacs-faq.texi: Added MS-Windows questions; some other changes
226
227 1999-11-29  Martin Buchholz  <martin@xemacs.org>
228
229         * info.texi (Top): 
230         Remove @ifnottex, which gives old makeinfos indigestion.
231         * texinfo.texi (Top): 
232         Revert to pre-texinfo-4.0 version, plus small changes to make
233         texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy.
234
235 1999-11-30  Sandra Wambold  <wambold@cygnus.com>
236
237         * xemacs-faq.texi: fixed and commented out bad URL links
238
239 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
240
241         * XEmacs 21.2.22 is released
242
243 1999-11-28  Martin Buchholz <martin@xemacs.org>
244
245         * XEmacs 21.2.21 is released.
246
247 1999-11-26  Martin Buchholz  <martin@xemacs.org>
248
249         * internals.texi (Lstream Functions):
250         * internals.texi (Lstream Methods):
251         Types have changed to size_t and ssize_t.  Document them.
252
253 1999-08-12     Gunnar Evermann  <ge204@eng.cam.ac.uk>
254
255         * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on
256         XEmacs 21
257
258 1999-11-15  Martin Buchholz  <martin@xemacs.org>
259
260         * xemacs/programs.texi: Upgrade to etags Version 13.32
261         
262         * Makefile:
263         - Make sure the default target is `info' instead of cl.info.
264         - Use $(INFODIR) consistently where appropriate.
265         - Remove makeinfo-1.68 warning.  (Usually only maintainer rebuilds info).
266         - Comment out unused macros: EMACS EMACSFLAGS
267         - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0.
268         - Get dependencies up to date.
269
270         * internals/Makefile:
271         * xemacs/Makefile:
272         * lispref/Makefile:
273         * new-users-guide/Makefile:
274         * lispref/index.perm:
275         * lispref/index.unperm:
276         * lispref/permute-index:
277         * internals/index.perm:
278         * internals/index.unperm:
279         Remove these Makefiles.
280         Include all functionality in man/Makefile.
281         Support only non-permuted indexes for simplicity.
282
283         * emodules.texi:
284         - TeX doesn't tolerate `_' in variable names; use `-' instead.
285
286         * lispref/commands.texi:
287         * lispref/display.texi:
288         * lispref/faces.texi:
289         * lispref/functions.texi:
290         * lispref/keymaps.texi:
291         * lispref/lists.texi:
292         * lispref/modes.texi:
293         * lispref/objects.texi:
294         * lispref/os.texi:
295         * lispref/sequences.texi:
296         * lispref/strings.texi:
297         * lispref/text.texi:
298         * new-users-guide/custom1.texi:
299         * xemacs/custom.texi:
300         * xemacs/menus.texi:
301         - Make sources compatible with makeinfo 4.0 *and* 3.12.
302         - Replace @sc{ASCII} with @sc{ascii}, etc...
303         - Replace @var{(foo)} with (@var{foo}), etc...
304
305         * info-stnd.texi: Remove.  Who cares about the standalone info reader?
306
307         * texinfo.tex:
308         * texinfo.texi:
309         * info.texi:
310         * standards.texi:
311         * make-stds.texi:
312         Import FSF-maintained files from texinfo-4.0.
313
314 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
315
316         * XEmacs 21.2.20 is released
317
318 1999-08-30  Robert Pluim  <rpluim@bigfoot.com>
319
320         * xemacs/packages.texi (Using Packages): Added description of
321         package-get-package-provider.
322
323 1999-07-27  Charles G Waldman  <cgw@fnal.gov>
324
325         * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells'
326
327 1999-08-01  Adrian Aichner  <adrian@xemacs.org>
328
329         * xemacs/programs.texi (Balanced Editing): Remove broken
330         line-break.
331
332         * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs
333         menus.
334         (Q1.4.1): ditto.
335         (Q1.4.3): ditto.
336         (Q2.0.5): Hyphenate words.
337
338         * info.texi (Add): Fix one typo.
339
340 1999-08-23  Stephane Epardaud  <stephane@lunatech.com>
341
342         * internals/internals.texi (Garbage Collection - Step by Step):
343         just added some dots to shut up compile warnings.
344
345 1999-08-19  Matthias Neubauer  <neubauer@informatik.uni-tuebingen.de>
346
347         * internals/internals.texi (Garbage Collection - Step by Step):
348         new section in chapter Allocation of Objects in XEmacs Lisp.
349
350 1999-07-28  Andy Piper  <andy@xemacs.org>
351
352         * internals.texi (Glyphs): add some glyph documentation.
353
354 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
355
356         * XEmacs 21.2.19 is released
357
358 1999-07-10  Adrian Aichner  <adrian@xemacs.org>
359
360         * emodules.texi: Use @set emacs and @value{emacs} instead of
361         @macro (unsupported by texinfo package).  Remove stray @code.
362         * custom.texi: Add info extension to @setfilename.
363         * texinfo.texi: Ditto.
364         * widget.texi: Ditto.
365         * packages.texi: Reword a sentence, fixing @item Decide where to
366         install ...
367
368 1999-07-19  Didier Verna  <verna@inf.enst.fr>
369
370         * custom.texi (Wishlist): removed the Custom Comments wishlist
371         entry. They are implemented.
372
373 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
374
375         * XEmacs 21.2.18 is released
376
377 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
378
379         * XEmacs 21.2.17 is released
380
381 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
382
383         * XEmacs 21.2.16 is released
384
385 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
386
387         * XEmacs 21.2.15 is released
388
389 1999-05-30  Albert Chin-A-Young <china@thewrittenword.com>
390
391         * custom.texi, external-widget.texi: Minor
392         fix to get info DIR entry correct.
393
394 1999-05-22  Vin Shelton <acs@xemacs.org>
395
396         * xemacs/cmdargs.texi:
397         Document -private.
398
399 1999-05-16  Mike McEwan  <mike@lotusland.demon.co.uk>
400
401         * Makefile: Added `emodules.info' to info targets.
402
403 1999-05-20  Karl M. Hegbloom  <karlheg@debian.org>
404
405         * internals/internals.texi (The XEmacs Object System
406           (Abstractly Speaking)): typo.
407
408 1999-05-16  Hrvoje Niksic  <hniksic@srce.hr>
409
410         * lispref/text.texi (Substitution): Document improvements in
411         `translate-region'.
412
413 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
414
415         * XEmacs 21.2.14 is released
416
417 1999-05-11  Albert Chin-A-Young <china@thewrittenword.com>
418
419         * man/internals/internals.texi:
420         * man/lispref/lispref.texi:
421         * man/new-users-guide/new-users-guide.texi:
422         * man/xemacs/xemacs.texi:
423         * man/cl.texi:
424         * man/custom.texi:
425         * man/term.texi:
426         * man/termcap.texi:
427         * man/widget.texi:
428         * man/xemacs-faq.texi:
429         * man/external-widget.texi:
430         Added info dir entries so install-info will add them to
431         the common `dir' file.
432
433 1999-04-28  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
434
435         * man/lispref/mule.texi: Document CCL
436         - add sections: syntax, statements, expressions, and examples.
437         - fix naming and description errors.
438         - update links in neighboring nodes.
439
440 1999-04-24  Gunnar Evermann  <ge204@eng.cam.ac.uk>
441
442         * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500.
443
444 1999-04-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
445
446         * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame
447         Appearance)
448
449 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
450
451         * XEmacs 21.2.13 is released
452
453 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
454
455         * XEmacs 21.2.12 is released
456
457 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
458
459         * XEmacs 21.2.11 is released
460
461 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
462
463         * XEmacs 21.2.10 is released
464
465 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
466
467         * XEmacs 21.2.9 is released
468
469 1999-01-14  Adrian Aichner  <adrian@xemacs.org>
470
471         * internals\internals.texi (Techniques for XEmacs Developers):
472         Fixing documentation.
473         (Basic Lisp Modules): ditto.
474
475 1999-01-10  J. Kean Johnston  <jkj@sco.com>
476
477         * emodules.texi: New file to describe XEmacs modules.
478
479 1998-12-28  Martin Buchholz <martin@xemacs.org>
480
481         * XEmacs 21.2.8 is released.
482
483 1998-12-24  Martin Buchholz <martin@xemacs.org>
484
485         * XEmacs 21.2.7 is released.
486
487 1998-12-16  Andy Piper  <andy@xemacs.org>
488
489         * XEmacs 21.2.6 is released
490
491 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
492
493         * XEmacs 21.2.5 is released
494
495 1998-11-30  Martin Buchholz  <martin@xemacs.org>
496
497         * xemacs/startup.texi (Startup Paths):
498         * xemacs/custom.texi (Widgets):
499         * xemacs-faq.texi (Q3.0.5):
500         * xemacs-faq.texi (Top):
501
502         * widget.texi (info-link):
503
504         * lispref/objects.texi (Type Predicates):
505         * lispref/objects.texi (Hash Table Type):
506         * lispref/objects.texi (Primitive Types):
507         * lispref/objects.texi (Lisp Data Types):
508         * lispref/macros.texi (Backquote):
509         * lispref/hash-tables.texi (Weak Hash Tables):
510         * lispref/hash-tables.texi:
511         * lispref/errors.texi (Standard Errors):
512         * lispref/compile.texi (Disassembly):
513         * lispref/compile.texi (Compiled-Function Objects):
514         * lispref/compile.texi (Eval During Compile):
515         * lispref/compile.texi (Docs and Compilation):
516         * lispref/compile.texi (Compilation Functions):
517         * lispref/compile.texi (Speed of Byte-Code):
518         * lispref/compile.texi (Byte Compilation):
519         * lispref/building.texi (Garbage Collection):
520
521         * internals/internals.texi (Simple Special Forms):
522         * internals/internals.texi (Evaluation; Stack Frames; Bindings):
523         * internals/internals.texi (Specifics of the Event Gathering Mechanism):
524         * internals/internals.texi (String):
525         * internals/internals.texi (Introduction to Allocation):
526         * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
527         * internals/internals.texi (Modules for Internationalization):
528         * internals/internals.texi (Modules for Interfacing with X Windows):
529         * internals/internals.texi (Modules for Interfacing with the Operating System):
530         * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
531         * internals/internals.texi (Modules for Interfacing with the File System):
532         * internals/internals.texi (Modules for the Redisplay Mechanism):
533         * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
534         * internals/internals.texi (Editor-Level Control Flow Modules):
535         * internals/internals.texi (Modules for Standard Editing Operations):
536         * internals/internals.texi (Basic Lisp Modules):
537         * internals/internals.texi (Low-Level Modules):
538         * internals/internals.texi (A Summary of the Various XEmacs Modules):
539         * internals/internals.texi (An Example of Mule-Aware Code):
540         * internals/internals.texi (Working With Character and Byte Positions):
541         * internals/internals.texi (Writing Lisp Primitives):
542         * internals/internals.texi (General Coding Rules):
543         * internals/internals.texi (How Lisp Objects Are Represented in C):
544         * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
545         * internals/internals.texi (XEmacs From the Perspective of Building):
546         * internals/internals.texi (The Lisp Language):
547         * internals/internals.texi (Top):
548         * internals/internals.texi:
549         - rewrite Internals manual
550
551         * cl.texi (Porting Common Lisp):
552         * cl.texi (Hash Tables):
553         * cl.texi (Association Lists):
554         * cl.texi (Declarations):
555         * cl.texi (For Clauses):
556         * cl.texi (Basic Setf):
557         * cl.texi (Equality Predicates):
558         - mega patch
559
560 1998-11-28  SL Baur  <steve@altair.xemacs.org>
561
562         * XEmacs 21.2-beta4 is released.
563
564 1998-10-15  SL Baur  <steve@altair.xemacs.org>
565
566         * XEmacs 21.2-beta3 is released.
567
568 1998-10-09  SL Baur  <steve@altair.xemacs.org>
569
570         * Makefile (MAKEINFO): Undo no-split change.
571
572 1998-09-29  SL Baur  <steve@altair.xemacs.org>
573
574         * XEmacs 21.2-beta2 is released.
575
576 1998-09-20  Hrvoje Niksic  <hniksic@srce.hr>
577
578         * lispref/customize.texi: New file.
579
580 1998-09-09  Hrvoje Niksic  <hniksic@srce.hr>
581
582         * internals/internals.texi (Coding for Mule): New node and
583         section.
584
585 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
586
587         * xemacs/packages.texi: Document manually installing binary packages.
588
589 1998-09-02  Jeff Miller <jmiller@smart.net>
590
591         * Synch calendar.texi with Emacs 20.3
592
593 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
594
595         * xemacs/packages.texi: Correct and update package documentation.
596           Updated the package installation section to mention the visual
597           package browser/installer.
598
599 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
600
601         * lispref/buffers.texi (Indirect Buffers): Update with XEmacs
602         specifics.
603
604 1998-08-21  Greg Klanderman  <greg@alphatech.com>
605
606         * lispref/files.texi (User Name Completion): new section.
607
608 1998-07-23  Adrian Aichner  <adrian@xemacs.org>
609
610         * xemacs/packages.texi (Packages): Changing @itemize @emph to
611         @itemize @bullet (this is what all other files included in
612         xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8.
613
614 1998-07-20  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
615
616         * xemacs/startup.texi: Small fixes, suggested by Hrvoje.
617
618         * xemacs/xemacs.texi:
619         * xemacs/packages.texi: More packages documentation.
620
621 1998-07-19  SL Baur  <steve@altair.xemacs.org>
622
623         * XEmacs 21.2-beta1 is released.
624
625 1998-07-12  SL Baur  <steve@altair.xemacs.org>
626
627         * XEmacs 21.0-pre5 is released.
628
629 1998-07-09  SL Baur  <steve@altair.xemacs.org>
630
631         * XEmacs 21.0-pre4 is released.
632
633 1998-07-09  Oliver Graf <ograf@fga.de>
634
635         * lispref/dragndrop.texi: added warning to OffiX Protocol section
636
637 1998-07-09  SL Baur  <steve@altair.xemacs.org>
638
639         * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding
640         damage in transit.
641
642 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
643
644         * lispref/tooltalk.texi: Fixed NEXT to @node LDAP
645
646         * lispref/internationalization.texi: Fixed PREV to @node LDAP
647
648         * lispref/lispref.texi: Added LDAP chapter from ldap.texi
649
650         * lispref/Makefile: Added ldap.texi to srcs
651
652 1998-06-29  SL Baur  <steve@altair.xemacs.org>
653
654         * standards.texi (Preface): Revert previous change to @node
655         because it doesn't pass makeinfo.
656
657 1998-06-27  Adrian Aichner  <adrian@xemacs.org>
658
659         * cl.texi: See ALL.
660         * info-stnd.texi: Fixed @setfilename.
661         * info.texi: Fixed @setfilename and a typo.
662         * standards.texi: Added NEXT to @node Preface. See ALL.
663         * texinfo.texi: Fixed section names, quoted usage of @TeX{},
664         changed some occurences of `:' to `colon'.
665         * xemacs-faq.texi: See ALL.
666         * internals/internals.texi: See ALL.
667         * lispref/back.texi: Fixed @setfilename.
668         * lispref/compile.texi: See ALL.
669         * lispref/debugging.texi: See ALL.
670         * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug.
671         * lispref/eval.texi: See ALL.
672         * lispref/extents.texi: See ALL.
673         * lispref/loading.texi: See ALL.
674         * lispref/searching.texi: Escaped `(' in
675         @cindex @samp{(?:} in regex
676         * lispref/variables.texi: See ALL.
677
678 1998-06-28  SL Baur  <steve@altair.xemacs.org>
679
680         * xemacs/calendar.texi: Massive update.
681         From Jeff Miller <jmiller@smart.net>
682
683 1998-06-20  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
684
685         * xemacs/abbrevs.texi:
686         * xemacs/basic.texi:
687         * xemacs/buildings.texi:
688         * xemacs/cmdargs.texi:
689         * xemacs/files.texi:
690         * xemacs/adjustments.texi: Adjustments to integrate startup.texi
691         and packages.texi stuff.
692
693         * xemacs/startup.texi:
694         * xemacs/packages.texi: Created.
695
696 1998-06-10  Adrian Aichner  <adrian@xemacs.org>
697
698         * texinfo.texi: added ../info/ to @setfilename, broke line after
699         @noindent.  Changed @var{arg-not-used-by-@TeX{}} to
700         @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
701         happy.  Fixed refs broken by a previous patch of mine.
702
703 1998-06-18  Darryl Okahata  <darrylo@sr.hp.com>
704
705         * lispref/os.texi (os.texi): Document `user-home-directory'.
706
707 1998-06-13  Greg Klanderman  <greg@alphatech.com>
708
709         * lispref/windows.texi (Resizing Windows): document third optional
710         WINDOW argument to enlarge-window and shrink-window.
711         (Selecting Windows): document select-window optional norecord
712         argument.
713         (Size of Window): document window-text-area-pixel-height and
714         window-text-area-pixel-width.
715         (Size of Window): document window-displayed-text-pixel-height.
716         (Position of Window): document window-text-area-pixel-edges.
717
718         * lispref/positions.texi (Screen Lines): cleanup docs for
719         vertical-motion and vertical-motion-pixels.
720
721 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
722
723         * lispref/windows.texi (Resizing Windows): Document
724         `enlarge-window-pixels' and `shrink-window-pixels'.
725
726         * lispref/positions.texi (Screen Lines): Update documentation of
727         `vertical-motion'.
728         (Screen Lines): Document `vertical-motion-pixels'.
729
730         * lispref/frames.texi (Input Focus): Document `focus-frame',
731         `save-selected-frame' and `with-selected-frame'.
732
733 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
734
735         * lispref/searching.texi (Regexp Search): Document `split-path'.
736
737         * lispref/files.texi (Unique File Names): Update docs for
738         `make-temp-name'; document `temp-directory'.
739
740 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
741
742         * lispref/os.texi (Recording Input): Update docs for `recent-keys'.
743
744         * lispref/specifiers.texi (Specifier Instancing): Correct
745         instantiation order.
746         (Specifier Instancing Functions): Ditto.
747
748 1998-06-11  Oliver Graf <ograf@fga.de>
749
750         * lispref/lispref.texi: references to Drag'n'Drop fixed
751         * lispref/modes.texi: references to Drag'n'Drop fixed
752         * lispref/scrollbars.texi: references to Drag'n'Drop fixed
753         * lispref/dragndrop.texi: naming changed to Drag and Drop
754         added some docu about the drop procedure
755
756 1998-06-09  Adrian Aichner  <adrian@xemacs.org>
757
758         * info-stnd.texi: added ../info/ to @setfilename.
759         * info.texi: added ../info/ to @setfilename.
760         * lispref/commands.texi: see ALL.
761         * lispref/frames.texi: see ALL.
762         * lispref/os.texi: see ALL.
763         * lispref/text.texi: see ALL.
764         * new-users-guide/custom1.texi: broke line after enumerated @item.
765         * new-users-guide/custom2.texi: see ALL.
766         * new-users-guide/edit.texi: see ALL.
767         * new-users-guide/enter.texi: see ALL.
768         * new-users-guide/files.texi: see ALL.
769         * new-users-guide/help.texi
770         * new-users-guide/modes.texi: see ALL.
771         * new-users-guide/new-users-guide.texi: see ALL.
772         * new-users-guide/region.texi: see ALL.
773         * new-users-guide/search.texi: see ALL.
774         * new-users-guide/xmenu.texi: see ALL.
775         * standards.texi: added ../info/ to @setfilename.
776         * texinfo.texi: added ../info/ to @setfilename, broke line after
777         @noindent.  Changed @var{arg-not-used-by-@TeX{}} to
778         @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
779         happy.
780         * xemacs-faq.texi: added ../info/ to @setfilename.
781         * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant
782         p?xefs (most were empty, some elisp and emacs), used
783         PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs
784         User's Manual" respectively for all these.
785
786 1998-06-01  Oliver Graf <ograf@fga.de>
787
788         * lispref/dragndrop.texi: added experimental
789
790 1998-05-28  Oliver Graf <ograf@fga.de>
791
792         * lispref/dragndrop.texi: a warning, and a bit more text this time
793
794 1998-05-26  Oliver Graf <ograf@fga.de>
795
796         * lispref/dragndrop.texi: only small changes
797
798 1998-05-15  Christian Nybø <chr@mediascience.no>
799
800         * xemacs/killing.texi: Properly document `zap-to-char'.
801
802 1998-05-13  Greg Klanderman  <greg@alphatech.com>
803
804         * lispref/frames.texi (Input Focus): cleanup select-frame
805         documentation.
806
807 1998-05-10  Oliver Graf <ograf@fga.de>
808
809         * lispref/dragndrop.texi: new section for the DnD API
810         * lispref/lispref.texi: added Drag'n'Drop between scrollbars and
811         modes
812         * lispref/modes.texi: changed back-ref to Drag'n'Drop
813         * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop
814
815 1998-05-05  Oliver Graf <ograf@fga.de>
816
817         * commands.texi: exchange of dnd-drop with misc-user
818
819 1998-05-04  Martin Buchholz  <martin@xemacs.org>
820
821         * internals.texi (Techniques for XEmacs Developers): Add some more
822         comments on adding new files, inspired by Olivier Galibert.
823
824 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
825
826         * lispref/windows.texi (Vertical Scrolling): Fixup docstring for
827         scroll-conservatively.
828
829         * lispref/loading.texi (Named Features): Document advanced args to
830         `feature'.
831
832         * lispref/files.texi (File Name Expansion): Document that
833         expand-file-name does not treat // and ~/ in the middle of file
834         names specially.
835
836         * lispref/positions.texi (Excursions): Document
837         `with-current-buffer' and `with-temp-file'.
838
839         * lispref/strings.texi (Formatting Strings): Document `%*'
840         construct.
841
842         * lispref/os.texi (Time Conversion): Document that TIME may be
843         omitted from format-time-string.
844
845         * lispref/strings.texi (String Conversion): Document BASE argument
846         to `string-to-number'.
847
848         * lispref/searching.texi (Syntax of Regexps): Fix up Perl
849         constructs documentation.
850         (Regexp Search): Document `split-string'.
851
852         * xemacs/display.texi (Scrolling): Document scroll-conservatively.
853
854         * xemacs/killing.texi (Active Regions): Document that errors no
855         longer highlight the region.
856
857         * lispref/display.texi (The Echo Area): Document message log
858         stuff, including `display-message', `lmessage', `clear-message',
859         (Warnings): Document warning stuff.
860
861         * lispref/commands.texi (Working With Events): Update `make-event'
862         for misc-user events.
863         (Using Interactive): Document `function-interactive'.
864
865         * lispref/os.texi (System Environment): Document USE-FLOATS
866         argument to `load-average'.
867         (User Identification): Document the new semantics of
868         `user-full-name'.
869
870         * lispref/strings.texi (Creating Strings): Document `string'
871         function.
872
873 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
874
875         * lispref/numbers.texi (Comparison of Numbers): Document multi-arg
876         comparison functions.
877
878 1998-04-30  Greg Klanderman  <greg@alphatech.com>
879
880         * lispref/frames.texi (Input Focus): Document behavior of
881         select-frame wrt focus-follows-mouse.
882
883 1998-04-30  Martin Buchholz  <martin@xemacs.org>
884
885         * Makefile: Support generic makes by avoiding `%' syntax.
886         It breaks my heart to uglify the Makefile like this, but this is
887         going to be a perpetual FAQ otherwise.
888         General cleanup.
889         Comment out w3 and vm info rules.
890         Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH.
891
892 1998-03-27  Stephen Turnbull  <turnbull@sk.tsukuba.ac.jp>
893
894         * xemacs/frame.texi: Document cursor appearance at end of line.
895
896 1998-03-14  Hrvoje Niksic  <hniksic@srce.hr>
897
898         * internals/internals.texi (GCPROing): Explain when it is
899         necessary to GCPRO function parameters.
900
901 1998-03-13  Hrvoje Niksic  <hniksic@srce.hr>
902
903         * internals/internals.texi (Writing Lisp Primitives): Updated
904         definition of For().
905
906 1998-03-01  Aki Vehtari  <Aki.Vehtari@hut.fi>
907
908         * lispref/menus.texi: Use recommended forms in examples.
909
910 1998-02-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
911
912         * cl.texi (Creating Symbols): Tell a little bit about the new
913         handling of gensyms.
914
915 1998-02-21  Greg Klanderman  <greg@alphatech.com>
916
917         * xemacs/custom.texi (X Resources): update to describe automatic
918         setting of x-emacs-application-class.
919
920         * lispref/x-windows.texi (Resources): update doc for
921         x-emacs-application-class.
922
923 1998-02-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
924
925         * cl.texi (Equality Predicates): Update to reflect change to
926         `equalp' made in "cl-extra.el" - now compares characters case
927         insensitively.
928
929 1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>
930
931         * lispref/menus.texi (Menu Format): Doc fix: suffix can be form.
932
933 1998-02-19  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
934
935         * lispref/display.texi (Beeping): Linux has sound too.
936
937 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
938
939         * cl.texi (Argument Lists): Keywords are handled specially by
940         XEmacs.
941         (Porting Common Lisp): XEmacs backquotes are OK.
942
943 1998-02-19  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
944
945         * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader
946         syntax for integers.
947         From Adrian Aichner <adrian@xemacs.org>
948         * cl.texi (Porting Common Lisp): ' '
949         * lispref/numbers.texi (Numbers): ' '
950
951 1998-02-15  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
952
953         * lispref/searching.texi (Regular Expressions): Document the
954         recent regular expression syntax extensions.
955
956 1998-02-10  Olivier Galibert  <galibert@pobox.com>
957
958         * internals/internals.texi: Remove all mocklisp references.
959
960 1997-12-17  SL Baur  <steve@altair.xemacs.org>
961
962         * Makefile (SUBDIR): skk and gnats are packaged.
963
964         * lispref/intro.texi (Acknowledgements): Update to v3.3.
965
966         * lispref/lispref.texi: Update to 20.5/v3.3.
967
968 1997-12-10  SL Baur  <steve@altair.xemacs.org>
969
970         * Makefile: Don't stop on errors.
971
972 1997-12-06  SL Baur  <steve@altair.xemacs.org>
973
974         * Makefile: add skk manual.
975
976 1997-11-29  SL Baur  <steve@altair.xemacs.org>
977
978         * internals/internals.texi (XEmacs): Updated history section.
979
980 1997-11-28  SL Baur  <steve@altair.xemacs.org>
981
982         * lispref/compile.texi (Compilation Functions): Plug in the real
983         return value.
984         (Speed of Byte-Code): Ditto.
985         (Compilation Functions): Ditto.
986         (Compiled-Function Objects): Ditto.
987         (Speed of Byte-Code): Increase loop counter by factor of 50 (the
988         previous value was embarrassing).
989
990 1997-11-21  SL Baur  <steve@altair.xemacs.org>
991
992         * Makefile (srcs): vhdl-mode has been packaged.
993
994 1997-11-15  SL Baur  <steve@altair.xemacs.org>
995
996         * lispref/windows.texi (scroll-conservatively): Fix typo.
997
998 1997-11-12  Hrvoje Niksic  <hniksic@srce.hr>
999
1000         * lispref/commands.texi (Working With Events): Document fully.
1001
1002         * lispref/windows.texi (Vertical Scrolling): Document
1003         scroll-conservatively.
1004
1005 1997-11-09  Hrvoje Niksic  <hniksic@srce.hr>
1006
1007         * lispref/extents.texi (Intro to Extents): Minor correction.
1008         (Extent Properties): Document `extent-keymap'.
1009
1010 1997-11-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1011
1012         * xemacs/mule.texi (Mule): Modify description about supported
1013         scripts.
1014
1015 1997-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1016
1017         * xemacs/mule.texi: Add description for
1018         `universal-coding-system-argument'.
1019
1020 1997-10-31  SL Baur  <steve@altair.xemacs.org>
1021
1022         * internals/internals.texi: XEmacs 19.16 is released.
1023
1024 1997-10-30  SL Baur  <steve@altair.xemacs.org>
1025
1026         * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have
1027         been packaged.
1028
1029 1997-10-22  Hrvoje Niksic  <hniksic@srce.hr>
1030
1031         * xemacs-faq.texi: Added the detailed menu listing.
1032
1033         * lispref/extents.texi (Extent Properties): Documented
1034         `set-extent-properties'.
1035
1036         * xemacs/custom.texi (Face Customization): Updated for XEmacs.
1037
1038 1997-10-07  SL Baur  <steve@altair.xemacs.org>
1039
1040         * xemacs-faq.texi (Q1.3.7): Update Russion URLs.
1041         From Rebecca Ore <rebecca.ore@op.net>
1042
1043         * lispref/databases.texi (Connecting to a Database): Describe
1044         valid types of `type' and `subtype'.
1045         From Raymond Toy <toy@rtp.ericsson.se>
1046
1047 1997-10-01  Karl M. Hegbloom  <karlheg@inetarena.com>
1048
1049         * lispref/commands.texi (Keyboard Macros): fixed typo.  Changed
1050         reference to (emacs) into a reference to (xemacs).
1051
1052 1997-10-01  Karl M. Hegbloom  <karlheg@inetarena.com>
1053
1054         * lispref/keymaps.texi (Keymaps): untabified and reformatted menu
1055         to prevent line wrap.
1056
1057 1997-09-27  SL Baur  <steve@altair.xemacs.org>
1058
1059         * gnats/flowchart.eps: New file.
1060
1061 1997-09-23  Hrvoje Niksic  <hniksic@srce.hr>
1062
1063         * xemacs/custom.texi (Easy Customization): Ditto.
1064
1065         * xemacs/xemacs.texi (Top): Added pointer to easy customization.
1066
1067 1997-09-18  SL Baur  <steve@altair.xemacs.org>
1068
1069         * internals/Makefile (../../info/$(NAME).info): Warn and clean up
1070         if someone hasn't upgraded makeinfo.
1071
1072         * Makefile (EMACS): Refer to xemacs binary in source tree.
1073         * tm/Makefile (EMACS): Ditto.
1074
1075 1997-08-15  Karl M. Hegbloom <karlheg@inetarena.com>
1076
1077         * cl.texi (Type Predicates): Update for corrected handling of
1078         `string-char' and `character'.
1079
1080 Tue Aug  5 21:56:02 1997  Barry A. Warsaw  <cc-mode-help@python.org>
1081
1082         * cc-mode.texi:
1083         In FAQ section, document use of c-mode-base-map instead of c-mode-map.
1084
1085 Fri Aug  1 22:44:49 1997  Barry A. Warsaw  <cc-mode-help@python.org>
1086
1087         * cc-mode.texi: Removed the description of c-enable-//-in-c-mode.
1088
1089 Wed Jul 30 00:01:45 1997  Barry A. Warsaw  <cc-mode-help@python.org>
1090
1091         * cc-mode.texi:
1092         Added description of template-args-cont syntactic symbol
1093
1094 1997-07-25  Barry A. Warsaw  <cc-mode-help@python.org>
1095
1096         * cc-mode.texi: Describe support for idl-mode
1097
1098         * cc-mode.texi:
1099         Document c-initialization-hook.  Also rewrite the "Getting Connected"
1100         section on byte compiling the source.
1101
1102 1997-07-21  Karl M. Hegbloom  <karlheg@inetarena.com>
1103
1104         * lispref/streams.texi: "Output Streams", change `last-output'
1105         result list from integers to characters.
1106
1107         * lispref/minibuf.texi: "Object from Minibuffer", correction.
1108
1109         * lispref/minibuf.texi: "Minibuffer History", add
1110         `Info-minibuffer-history', `Manual-page-minibuffer-history', and
1111         short paragraph refering to `M-x apropos'.
1112
1113 1997-07-17  Steven L Baur  <steve@altair.xemacs.org>
1114
1115         * Makefile: makeinfo-1.68 is verified to work.
1116
1117         * tm/Makefile (../../info/%-ja.info): Die if not running
1118         XEmacs/Mule.
1119         (../../info/%-en.info): Inherit setting of MAKEINFO.
1120
1121 Tue Jul 15 04:18:38 1997  Barry A. Warsaw  <cc-mode-help@python.org>
1122
1123         * cc-mode.texi:
1124         Describe the variable c-indent-comments-syntactically-p.
1125
1126 1997-07-15  Steven L Baur  <steve@altair.xemacs.org>
1127
1128         * internals/internals.texi (Top): Convert Buffer@'s node name to
1129         `Buffer's' because the former confuses makeinfo.
1130
1131 Thu Jul  3 22:54:03 1997  Barry A. Warsaw  <cc-mode-help@python.org>
1132
1133         * cc-mode.texi: Fixed spelling of Texinfo
1134
1135 Tue May  6 21:33:06 1997  Steven L Baur  <steve@altair.xemacs.org>
1136
1137         * lispref/files.texi (Writing to Files): Correct docstring of
1138         write-region.
1139
1140 Sun May  4 14:28:32 1997  Steven L Baur  <steve@altair.xemacs.org>
1141
1142         * lispref/annotations.texi (Annotation Primitives):
1143         `delete-annotation' does not return the deleted annotation.
1144
1145 Wed Apr 30 18:13:16 1997  Steven L Baur  <steve@altair.xemacs.org>
1146
1147         * lispref/lispref.texi: Correct release dates.
1148
1149 Sat Apr 19 20:48:00 1997  Steven L Baur  <steve@altair.xemacs.org>
1150
1151         * lispref/files.texi (File Name Expansion): Update documentation
1152         of file-relative-name.
1153
1154 Mon Apr  7 21:02:39 1997  Steven L Baur  <steve@altair.xemacs.org>
1155
1156         * lispref/lispref.texi: Update version numbers (with patches from
1157         Hrvoje Niksic).
1158
1159         * lispref/building.texi (Building XEmacs): Update version numbers
1160         and build identification.
1161
1162         * lispref/intro.texi (Introduction): Update version number.
1163
1164 Sun Mar 23 15:47:05 1997  Steven L Baur  <steve@altair.xemacs.org>
1165
1166         * Makefile (srcs): Add efs.texi.
1167
1168 Sat Mar 22 16:39:16 1997  Steven L Baur  <steve@altair.xemacs.org>
1169
1170         * Makefile (srcs): Add hm--html-mode.texi.
1171
1172 Sun Mar 16 18:48:14 1997  Steven L Baur  <steve@altair.xemacs.org>
1173
1174         * gnats/Makefile (gnats_srcs): New manuals for GNATS.
1175
1176 Wed Mar 12 14:39:43 1997  Steven L Baur  <steve@altair.xemacs.org>
1177
1178         * lispref/strings.texi (Text Comparison): Correct example for
1179         `char-equal'.  Add new function `char='.
1180
1181 Thu Mar  6 13:33:54 1997  Steven L Baur  <steve@altair.xemacs.org>
1182
1183         * Makefile: Update for new texinfo manual.
1184
1185 Tue Mar  4 11:37:42 1997  Steven L Baur  <steve@altair.xemacs.org>
1186
1187         * Makefile (../info/w3.info): Use special version of makeinfo
1188         since this manual is not backwards compatible.
1189         Clean up error handling so we only have to type make once to
1190         rebuild the info tree.
1191         (../info/vm.info): Make sure to continue in the event of error.
1192
1193 Tue Feb 25 20:17:53 1997  Steven L Baur  <steve@altair.xemacs.org>
1194
1195         * auctex/Makefile: Added `mostlyclean' and `distclean' target.
1196
1197 Wed Feb 19 17:57:27 1997  Steven L Baur  <steve@altair.xemacs.org>
1198
1199         * Makefile (auctex): New subdirectory target.
1200
1201 Wed Feb 12 12:30:27 1997  Yotam Medini  <yotam_medini@tmai.com>
1202
1203         * mule/languages.texi: Correct typo.
1204
1205 Mon Feb 10 08:17:22 1997  Steven L Baur  <steve@altair.xemacs.org>
1206
1207         * Makefile (srcs): Add custom and widget to srcs.
1208
1209         * lispref/extents.texi (Intro to Extents): Removed erroneous
1210         reference to `start-glyph' property.
1211
1212 Sun Feb  9 00:27:22 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
1213
1214         * widget.texi: New file.
1215
1216         * custom.texi: New file.
1217
1218 Thu Feb  6 22:57:09 1997  Steven L Baur  <steve@altair.xemacs.org>
1219
1220         * lispref/extents.texi (Duplicable Extents): replicable extents
1221         are history.
1222
1223 Wed Jan 29 19:59:41 1997  Steven L Baur  <steve@altair.xemacs.org>
1224
1225         * xemacs-faq.texi (Q1.1.1): Correct typos.
1226
1227 Mon Jan 27 22:28:48 1997  Bob Weiner <weiner@infodock.com>
1228
1229         * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the
1230         XEmacs manual available.
1231         (Q4.6.1): Updated Infodock Information.
1232
1233 Sat Dec 28 11:08:07 1996  Martin Buchholz  <mrb@Eng.Sun.COM>
1234
1235         * vhdl-mode.texi: Correct typo in email address.
1236
1237 Mon Dec 23 09:47:24 1996  Martin Buchholz  <mrb@Eng.Sun.COM>
1238
1239         * Makefile (srcs): Add vhdl-mode.
1240
1241 Wed Dec 18 20:21:06 1996  Martin Buchholz  <mrb@eng.sun.com>
1242
1243         * Makefile (realclean): Don't delete itself `make distclean'
1244
1245         * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump.
1246
1247         * Makefile: New File.
1248
1249 Tue Dec 10 18:35:21 1996  Rod Whitby  <rwhitby@asc.sps.mot.com>
1250
1251         * vhdl-mode.texi: New file.
1252
1253 Thu Jan 24 12:41:33 1991  Richard Stallman  (rms at mole.ai.mit.edu)
1254
1255         * texinfo.tex: Delete spurious character at beginning.
1256
1257 Tue Aug 16 13:09:12 1988  Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
1258
1259         * emacs.tex:  Corrected two typos.  No other changes before
1260         Version 19 will be made.
1261
1262         * vip.texinfo: Removed menu entry Adding Lisp Code in node
1263         Customization since the menu entry did not point to anything.
1264         Also added an @finalout command to remove overfull hboxes from the
1265         printed output.
1266
1267         * cl.texinfo:  Added @bye, \input line and @settitle to file.
1268         This file is clearly intended to be a chapter of some other work,
1269         but the other work does not yet exist.
1270
1271 Mon Jul 25 17:47:38 1988  Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
1272
1273         * texinfo.texinfo: Three typos corrected.
1274
1275 Mon Jul 11 18:02:29 1988  Chris Hanson  (cph at kleph)
1276
1277         * texindex.c (indexify): when comparing to initial strings to
1278         decide whether to change the header, must use `strncmp' to avoid
1279         comparing entire strings of which initials are a substring.
1280
1281 Sun Jun 26 18:46:16 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
1282
1283         * texindex.c (sort_in_core, sort_offline, parsefile):
1284         Give up on input file if any line doesn't start with backslash.
1285
1286 Mon May 23 10:41:35 1988  Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
1287
1288         * emacs.tex: Update information for obtaining TeX distribution from the
1289         University of Washington.