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