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