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