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