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