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