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