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