d6c5abedeaac9362c08524bf7439df27aa249df0
[chise/xemacs-chise.git.1] / man / ChangeLog
1 2006-01-28  Vin Shelton  <acs@xemacs.org>
2
3         * XEmacs 21.4.19 is released
4
5 2005-12-07  Vin Shelton  <acs@xemacs.org>
6
7         * xemacs-faq.texi (Q1.0.5): Updated the dates of my contributions.
8
9 2005-12-06  Vin Shelton  <acs@xemacs.org>
10
11         * xemacs-faq.texi: copied from 21.5.
12
13 2005-12-03  Vin Shelton  <acs@xemacs.org>
14
15         * XEmacs 21.4.18 is released
16
17 2005-12-03  Adrian Aichner  <adrian@xemacs.org>
18
19         * custom.texi (Declaring Variables): Typo fixes.
20
21 2005-01-19  Aidan Kehoe  <kehoea@parhasard.net>
22
23         * lispref/mule.texi (CCL Example): Detail an implementation of the
24         web's URL encoding as a CCL coding system example. 
25
26 2005-03-26  Aidan Kehoe  <kehoea@parhasard.net>
27
28         * lispref/mule.texi (CCL Example):
29         char-int -> char-to-int, and hex 41 is decimal 65, both problems
30         with my previous patch pointed out by Stephen.
31         * lispref/mule.texi (The actual coding system):
32         Give information on the make-coding-system call, and where the
33         actual package can be found.
34
35 2005-02-23  Aidan Kehoe  <kehoea@parhasard.net>
36
37         * lispref/searching.texi (Syntax of Regexps):
38         Mention the \c and \C regular expression constructs; cross
39         reference to the Category Table documentation. 
40
41 2005-02-22  Stephen J. Turnbull  <stephen@xemacs.org>
42
43         * lispref/glyphs.texi: Complete reorganization, some content updated.
44         * lispref/lispref.texi (Top): Update menu to match.
45         * lispref/extents.texi (Extent Properties): Update xref.
46         * lispref/faces.texi (Face Properties): Background pixmaps can be
47         used on GTK and MS Windows.
48         (Face Convenience Functions): Cross-reference glyph interface.
49         Background pixmap is an image specifier, not a glyph.
50
51 2005-02-06  Vin Shelton  <acs@xemacs.org>
52
53         * XEmacs 21.4.17 is released
54
55 2004-10-17  Shyamal Prasad  <shyamal@member.fsf.org>
56
57         * xemacs/programs.texi (Program Modes): Updated it to reflect
58         current status of programming modes.
59         * xemacs/programs.texi (CC Mode): New section introduces CC
60         Mode. Introduces customization with reference to CC Mode
61         manual. Also introduce C/AWK modes in prog-modes package
62         * xemacs/programs.texi (C Ident): Removed - it was
63         obsolete. prog-modes package documentation now contains
64         indentation description for old C mode 
65         * xemacs/major.texi (Mode Hooks): Add description of major mode
66         hooks. Cleaned up and updated programming mode descriptions.
67         * xemacs/xemacs.texi (Top): Updated Detailed Node listing for new
68         CC Mode section in programs.texi
69
70 2005-01-19  Aidan Kehoe  <kehoea@parhasard.net>
71
72         * man/lispref/functions.texi (Functions): Rename to "Functions and
73          Commands"
74         * man/lispref/functions.texi (What Is a Function): Move the definition
75         of a command further up the list, give information on a trivial
76         (interactive) declaration, and cross-reference to the key binding
77         detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp
78         (comp.emacs.xemacs, 2005-01-18). 
79         * man/lispref/eval.texi man/lispref/lispref.texi
80           man/lispref/macros.texi man/lispref/symbols.texi 
81         man/lispref/variables.texi: Fix cross references.
82
83 2004-11-21  Malcolm Purvis  <malcolmp@xemacs.org>
84
85         * Makefile (RECURSIVE_MAKE): Removed.
86         * Makefile (RECURSIVE_MAKE_ARGS): New.  The new method for
87         handling parallel builds.
88
89 2004-12-15  Ville Skyttä  <scop@xemacs.org>
90
91         * lispref/help.texi: Document 3rd arg to `make-obsolete'.
92
93 2004-12-05  Vin Shelton  <acs@xemacs.org>
94
95         * XEmacs 21.4.16 is released
96
97 2003-07-18  Alexey Mahotkin  <alexm@hsys.msk.ru>
98
99         * lispref/windows.texi (Basic Windows): Fix typo.
100
101 2004-09-08  Stephen J. Turnbull  <stephen@xemacs.org>
102
103         * lispref/searching.texi (Syntax of Regexps): Add example of use
104         of shy groups in variable subexpression, correct rumor that there
105         may be substantial performance gain.
106
107 2004-08-13  Stephen J. Turnbull  <stephen@xemacs.org>
108
109         * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:.
110
111 2004-03-31  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
112
113         * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node
114         to function index.  Document Info-goto-emacs-command-node.
115
116 2004-06-29  Stephen J. Turnbull  <stephen@xemacs.org>
117
118         * internals/internals.texi (Modules for Other Aspects of the Lisp
119         Interpreter and Object System): Add description of Sextword syntax
120         class (now obsolete).
121
122 2004-06-20  Stephen J. Turnbull  <stephen@xemacs.org>
123
124         * internals/internals.texi (Techniques for XEmacs Developers): Be
125         specific when discussing optimization.
126         (Techniques for XEmacs Developers): Fragments that are meaningless
127         by themselves or contain placeholders should be @samp, not @code.
128         (Modules for Regression Testing): Add tag-tests.el to list.
129
130 2004-07-05  Stephen J. Turnbull  <stephen@xemacs.org>
131
132         * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in
133         the "pc" package.
134
135 2004-06-07  Jerry James  <james@xemacs.org>
136
137         * lispref/modes.texi (Major Modes): Document -mode functions, and
138         the use of a nil argument to defined-derived mode.
139         * lispref/modes.texi (Major Mode Conventions): Describe the use of
140         delay-mode-hooks and define-derived-mode.
141         * lispref/modes.texi (Derived Modes): Warn against the use of
142         interactive specs in derived mode definitions.
143         * lispref/modes.texi (Hooks): Document run-mode-hooks,
144         delay-mode-hooks, run-hook-with-args,
145         run-hook-with-args-until-failure, and
146         run-hook-with-args-until-success.
147
148 2004-02-02  Vin Shelton  <acs@xemacs.org>
149
150         * XEmacs 21.4.15 is released
151
152 2004-01-27  Stephen J. Turnbull  <stephen@xemacs.org>
153
154         * lispref/lispref.texi (Top): Pluralize node name Specifier Examples.
155         * lispref/specifiers.texi: Synch to 21.5 where appropriate.
156
157 2003-11-04  Stephen J. Turnbull  <stephen@xemacs.org>
158
159         * xemacs-faq.texi: Fix Tony Rossini's address.
160
161 2004-01-25  Steve Youngs  <youngs@xemacs.org>
162
163         * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to
164         remove a package.
165         (Q3.8.2): big-menubar is in the edit-utils package.
166         (Q4.3.2): Add a comment about not needing TM for things like Gnus,
167         MH-E and VM.
168         (Q5.3.3): State correct location of ps-print.el.
169
170         * xemacs/packages.texi (Packages): Remove "Creating Packages" menu
171         entry.
172         (Package Terminology): Whitespace clean up.
173         (Installing Packages): Whitespace clean up and add some @code
174         formatters. 
175         Re-organise the menu so that installation via PUI is first and
176         Sumo is last.
177         (Automatically): mule-base is no longer a requirement for using
178         PUI.
179         Mention optionally requiring mailcrypt.
180         (Note): Removed.
181         (Manually): Move to below the PUI installation method.
182         (Sumo): Move to below the manual installation method.
183         (Which Packages): Add mailcrypt.
184         (Building Packages): Remove duplicated stuff that is in
185         lispref/packaging.texi, xref to it instead.
186         (Local.rules File): xref to the appropriate node in
187         lispref/packaging.texi. 
188         (Available Packages): Update to current reality.
189         (all): Removed.
190         (srckit): Removed.
191         (binkit): Removed.
192         
193         * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW.
194
195         * new-users-guide/custom2.texi (Init File): big-menubar.el is in
196         the edit-utils package.
197
198         * lispref/packaging.texi (Packaging):
199         (The User View):
200         (The Library Maintainer View):
201         (Infrastructure):
202         (Control Files):
203         (Obtaining):
204         (The Package Release Engineer View):
205         (Package Terminology):
206         (Building Packages):
207         (Makefile Targets):
208         (packages): New.
209         (Local.rules File):
210         (XEMACS_PACKAGES): Removed.
211         (XEMACS_INSTALLED_PACKAGES_ROOT): New.
212         (NONMULE_PACKAGES): New.
213         (EXCLUDES): New.
214         (Creating Packages):
215         (BATCH): New.
216         (VERSION): Removed.
217         (AUTHOR_VERSION): Removed.
218         (MAINTAINER): Removed.
219         (PACKAGE): Removed.
220         (PKG_TYPE): Removed.
221         (REQUIRES): Removed.
222         (CATEGORY): Removed.
223         (ELS): Removed.
224         (ELCS): Removed.
225         (all): Removed.
226         (srckit): Removed.
227         (binkit): Removed.
228         (are): New.
229         (STANDARD_DOCS): New.
230         (ELCS_1_DEST): New.
231         (example): New.
232         (PACKAGE_SUPPRESS): New.
233         (EXPLICIT_DOCS): New.
234         (DATA_DEST): New.
235         (Documenting Packages):
236
237         Not quite a total rewrite, but a fairly thorough audit
238         nonetheless.
239
240 2003-08-15  Stephen J. Turnbull  <stephen@xemacs.org>
241
242         * internals/internals.texi: Update copyright notice.
243         (GCPROing): Add missing period.
244         (Adding Global Lisp Variables): general.c -> general-slots.h.
245         (A Reader's Guide to XEmacs Coding Conventions): New node.
246
247 2003-10-22  Ilya N. Golubev  <gin@mo.msk.ru>
248
249         * custom.texi (The Init File):
250         * xemacs-faq.texi (Q2.1.3):
251         (Q2.1.5):
252         * internals/internals.texi (Modules for Internationalization):
253         * lispref/display.texi (Beeping):
254         * lispref/ldap.texi (Encoder/Decoder Functions):
255         * lispref/markers.texi (The Mark):
256         (The Region):
257         * lispref/menus.texi (Menu Accelerator Functions):
258         * lispref/numbers.texi (Math Functions):
259         * lispref/packaging.texi (package-compile.el):
260         (Makefile Targets):
261         (Local.rules File):
262         * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes):
263         (libpq Lisp Variables):
264         (Synchronous Interface Functions):
265         (Other libpq Functions):
266         * new-users-guide/custom2.texi (Init File):
267         (Setting Variables):
268         * new-users-guide/files.texi (File Names):
269         (Saving Files):
270         * new-users-guide/search.texi (Search and Replace):
271         * xemacs/custom.texi (X Resources):
272         Fix up erroneous uses of @var instead of @code for the names of
273         particular variables in programming languages.
274
275 2003-10-20  Ilya N. Golubev  <gin@mo.msk.ru>
276
277         * lispref/tips.texi (Style Tips): Note disabling undo in temporary
278         buffers.
279
280 2003-10-16  Ilya N. Golubev  <gin@mo.msk.ru>
281
282         * lispref/tips.texi (Comment Tips): Typo fix.
283
284 2003-09-22  Adrian Aichner  <adrian@xemacs.org>
285
286         * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE
287         argument for a cross reference to  "The XEmacs User's Manual".
288
289 2003-09-03  Vin Shelton  <acs@xemacs.org>
290
291         * XEmacs 21.4.14 is released
292
293 2003-07-31  René Kyllingstad  <listmailxemacs@kyllingstad.com>
294
295         * lispref/display.texi (Invisible Text):
296           mention line-move-ignore-invisible.
297         * lispref/extents.texi (Extent Properties):
298           end-glyph will still be displayed when invisible is set.
299         * lispref/extents.texi (Extents and Events):
300           only begin-glyph is highlighted.
301
302 2003-08-12  Stephen J. Turnbull  <stephen@xemacs.org>
303
304         * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition.
305
306 2003-08-05  Stephen J. Turnbull  <stephen@xemacs.org>
307
308         * lispref/packaging.texi (Creating Packages):
309         * xemacs/packages.texi (Creating Packages):
310         Style guideline for package-info.in description.
311
312 2003-06-30  Stephen J. Turnbull  <stephen@xemacs.org>
313
314         * xemacs-faq.texi (Q3.2.2): Fix typo.
315
316 2003-06-17  Vin Shelton  <acs@xemacs.org>
317
318         * xemacs-faq.texi: Sync up with latest version from 21.5.
319
320 2003-04-28  Stephen J. Turnbull  <stephen@xemacs.org>
321
322         * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows.
323
324 2003-05-25  XEmacs Build Bot <builds@cvs.xemacs.org>
325
326         * XEmacs 21.4.13 is released
327
328 2003-03-20  Martin Buchholz  <martin@xemacs.org>
329
330         * xemacs-faq.texi: Fix minor typo.
331
332 2003-03-19  Vin Shelton  <acs@xemacs.org>
333
334         * widget.texi: Crib Stephen's updates and Ben's fixes en masse
335         from 21.5.
336
337 2003-03-18  Stephen J. Turnbull  <stephen@xemacs.org>
338
339         * xemacs/frame.texi (Gutter Basics): Describe common options for
340         buffers tab control.
341
342 2003-02-03  Steve Youngs  <youngs@xemacs.org>
343
344         * xemacs/packages.texi (Local.rules File): Update to reflect Ben's
345         recent dabble into the packages.
346
347 2003-02-11  Adrian Aichner  <adrian@xemacs.org>
348
349         * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user
350         manual.
351
352 2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
353
354         * XEmacs 21.4.12 "Portable Code" is released.
355
356 2003-01-03  Stephen J. Turnbull  <stephen@xemacs.org>
357
358         * XEmacs 21.4.11 "Native Windows TTY Support" is released.
359
360 2003-01-02  Stephen J. Turnbull  <stephen@xemacs.org>
361
362         * internals/internals.texi (How Lisp Objects Are Represented in C):
363         Deprecate --use-union-type except for static error checking.
364
365 2002-12-27  Stephen J. Turnbull  <stephen@xemacs.org>
366
367         * internals/internals.texi (Regression Testing XEmacs): Hints for
368         test design.
369
370 2002-10-29  Ville Skyttä  <scop@xemacs.org>
371
372         * xemacs-faq.texi (Top):
373         The canonical location for FAQ on the website is /FAQ/.
374
375 2002-11-12  Ilya N. Golubev  <gin@mo.msk.ru>
376
377         * xemacs/custom.texi (Face Customization):
378         (Faces):
379         Document face-frob-from-locale-first variable.
380
381 2002-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
382
383         * XEmacs 21.4.10 "Military Intelligence" is released.
384
385 2002-10-29  Stephen J. Turnbull  <steve@tleepslib.sk.tsukuba.ac.jp>
386
387         * lispref/compile.texi (Compilation Options): New node.
388         (Byte Compilation): Add it to menu.
389         (Compilation Functions): Minor mods.
390         (Docs and Compilation):
391         (Dynamic Loading):
392         Document some variable defaults.
393
394 2002-10-23  Norbert Koch  <nk@viteno.net>
395
396         * xemacs-faq.texi (Q2.0.16): Fix typo in previous commit.
397
398 2002-10-18  Stephen J. Turnbull  <steve@tleepslib.sk.tsukuba.ac.jp>
399
400         * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error.
401         (Q6.1.4): Document cygXpm-noX.
402
403 2002-08-22  Stephen J. Turnbull  <stephen@xemacs.org>
404
405         * internals/internals.texi (Regression Testing XEmacs): Document
406         how to skip and warn about tests that depend on packages.
407
408 2002-09-22  Ville Skyttä  <ville.skytta@xemacs.org>
409
410         * xemacs/packages.texi (Available Packages): Add fortran-modes,
411         perl-modes, psgml-dtds, python-modes and ruby-modes.
412         Some consistency tweaks.
413
414 2002-09-20  Stephen J. Turnbull  <stephen@xemacs.org>
415
416         * internals/internals.texi (Techniques for XEmacs Developers):
417         More performance optimization hints.
418         (Modules for Other Aspects of the Lisp Interpreter and Object System):
419         Describe syntax code internals.
420
421         * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later".
422         (Syntax Class Table): Deprecate SPC as whitespace designator.
423         (Syntax Flags): Rewrite for `8-bit' comment syntax flags.
424
425 2002-08-23  Stephen J. Turnbull  <stephen@xemacs.org>
426
427         * XEmacs 21.4.9 "Informed Management" is released.
428
429 2002-08-20  Simon Josefsson  <simon@xemacs.org>
430
431         * lispref/building.texi (Pure Storage): Deprecate purecopy.
432
433 2002-08-16  Stephen J. Turnbull  <stephen@xemacs.org>
434
435         * internals/internals.texi (Regression Testing XEmacs): Fix typo.
436
437 2002-08-15  Stephen J. Turnbull  <stephen@xemacs.org>
438
439         * internals/internals.texi (GCPROing): Add comment on GCPRO.
440         (Regression Testing XEmacs): New node.
441         (Modules for Regression Testing): New node.
442
443 2002-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
444
445         * xemacs/packages.texi (Installing Packages): Revert EFS patch.
446
447 2002-07-13  Adrian Aichner  <adrian@xemacs.org>
448
449         * xemacs/packages.texi (Installing Packages): Fix reference to
450         EFS.
451
452 2002-08-09  Stephen J. Turnbull  <stephen@xemacs.org>
453
454         * packages.texi:  Replace with rev 1.16 (from 21.5 current).
455         Includes changes by Ville Skyttä, Adrian Aichner, Simon
456         Josefsson, and Steve Youngs.
457         
458 2002-07-24  Ville Skyttä  <ville.skytta@xemacs.org>
459
460         * term.texi (Input to the inferior): Fix term line/char mode
461         switch keybindings.  Kudos to Jacob P. Burckhardt.
462         
463         * xemacs/misc.texi (Term Mode): Ditto.
464
465 2002-07-06  Adrian Aichner  <adrian@xemacs.org>
466
467         * new-users-guide/custom1.texi (Customizing key Bindings): Fix
468         improper use of indef. art. "a".
469
470 2002-07-06  Adrian Aichner  <adrian@xemacs.org>
471
472         * lispref/commands.texi (Peeking and Discarding): Ditto.
473         * lispref/customize.texi (Type Keywords): Ditto.
474         * lispref/dragndrop.texi (Drop Interface): Ditto.
475
476 2002-07-06  Adrian Aichner  <adrian@xemacs.org>
477
478         * termcap.texi (Clearing): Ditto.
479         * widget.texi (User Interface): Ditto.
480         * widget.texi (Basic Types): Ditto.
481         * widget.texi (group): Ditto.
482
483 2002-07-05  Adrian Aichner  <adrian@xemacs.org>
484
485         * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of
486         indef. art. "an".
487
488 2002-07-05  Adrian Aichner  <adrian@xemacs.org>
489
490         * lispref/control.texi (Processing of Errors): Ditto.
491         * lispref/mule.texi (ISO 2022): Ditto.
492         * lispref/packaging.texi (Package Terminology): Ditto.
493         * lispref/text.texi (Transformations): Ditto.
494
495 2002-07-05  Adrian Aichner  <adrian@xemacs.org>
496
497         * termcap.texi (Naming): Ditto.
498         * texinfo.texi (itemize): Ditto.
499         * texinfo.texi (Tips): Ditto.
500         * widget.texi (Introduction): Ditto.
501         * widget.texi (group): Ditto.
502
503 2002-07-02  Stephen J. Turnbull  <stephen@xemacs.org>
504
505         * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6):
506         New "killing is slow" FAQ and link updates..
507
508 2002-06-17  Jerry James  <james@xemacs.org>
509
510         * emodules.texi (Loading other Modules): Describe why we do not
511         use RTLD_GLOBAL.
512
513 2002-06-11  Adrian Aichner  <adrian@xemacs.org>
514
515         * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el
516         (found by linklint) with Google's help.
517
518 2002-05-25  Adrian Aichner  <adrian@xemacs.org>
519
520         * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'.
521
522 2002-06-11  Stephen J. Turnbull  <stephen@xemacs.org>
523
524         * xemacs/mule.texi (Mule Intro): Better title, explanation.
525
526 2002-05-23  Stephen J. Turnbull  <stephen@xemacs.org>
527
528         * lispref/packaging.texi (package-info.in Fields): Typo fix.
529
530 2002-05-20  Stephen J. Turnbull  <stephen@xemacs.org>
531
532         * xemacs/files.texi (Reverting): Mention use of prefix argument
533         and mode recalculation.
534
535 2002-05-11  Adrian Aichner  <adrian@xemacs.org>
536
537         * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and
538         Trouble Shooting".
539         * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation
540         menu.
541         * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument.
542         * xemacs-faq.texi (Q2.0.15): New.
543
544 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
545
546         * XEmacs 21.4.8 "Honest Recruiter" is released.
547
548 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
549
550         * XEmacs 21.4.7 "Economic Science" is released.
551
552 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
553
554         * custom.texi (The Init File): Rewrite completely.
555
556 2002-03-19  Adrian Aichner  <adrian@xemacs.org>
557
558         * widget.texi (constants): Typo fix.
559
560 2002-02-07  Stephen J. Turnbull  <stephen@xemacs.org>
561
562         * external-widget.texi (External Client Widget Internals): New node.
563
564 2001-11-15  Darryl Okahata  <darrylo@xemacs.org>
565
566         * lispref/glyphs.texi:
567         lispref/lispref.texi: Add examples of how to insert graphics into a
568         buffer.
569         
570 2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
571
572         * xemacs/packages.texi (Packages):
573         (Package Terminology):
574         Carefully distinguish libraries and packages.
575         (Package Terminology):
576         More careful definitions of ``category'' and ``distribution.''
577         Use ``generic'' instead of ``normal'' (N.B. package tools use
578         ``standard''.)
579         (Installing Packages):
580         Use @var to mark variable version strings, not @t or <>.
581         (Sumo):
582         Add disk space estimate when unpacked.
583
584 2002-02-06  Stephen J. Turnbull  <stephen@xemacs.org>
585
586         * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS.
587
588 2002-02-01  Steve Youngs  <youngs@xemacs.org>
589
590         * xemacs/packages.texi (Removing Packages): The interactive
591         function is 'package-get-delete-package'.
592
593 2001-01-24  Adrian Aichner  <adrian@xemacs.org>
594
595         * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
596
597 2001-11-27  Adrian Aichner  <adrian@xemacs.org>
598
599         * xemacs-faq.texi: Hyperlink fixes.
600         
601 2002-02-04  Stephen J. Turnbull  <stephen@xemacs.org>
602
603         * xemacs-faq.texi (Q4.7.7): New FAQ on remote files.
604
605 2002-01-24  Stephen J. Turnbull  <stephen@xemacs.org>
606
607         * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
608
609 2002-02-04  Stephen J. Turnbull  <stephen@xemacs.org>
610
611         * xemacs/files.texi (Files):
612         (File Names):
613         Document remote file editing, refer to EFS and TRAMP.
614
615 2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
616
617         * XEmacs 21.4.6 "Common Lisp" is released.
618
619 2001-12-15  Stephen J. Turnbull  <stephen@xemacs.org>
620
621         * lispref/packaging.texi (The User's View):
622         Correct description of man subdirectory.
623
624         (The Package Release Engineer's View):
625         (package-compile.el):
626         Change hazmat to useful documentation.
627
628         (Issues):
629         Hazmat removal.
630
631 2001-11-27  Stephen J. Turnbull  <stephen@xemacs.org>
632
633         * lispref/packaging.texi: New file.
634         * lispref/lispref.texi (Top): Add Packaging & subnodes to menus.
635         Include packaging.texi.
636         * lispref/intro.texi (Introduction): Next -> Packaging.
637         * lispref/objects.texi (Lisp Data Types): Previous -> Packaging.
638         * Makefile (lispref-srcs): Depend on lispref/packaging.texi.
639         
640 2001-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
641
642         * XEmacs 21.4.5 "Civil Service" is released.
643
644 2001-10-17  Stephen J. Turnbull  <stephen@xemacs.org>
645
646         * xemacs/text.texi (Outline Visibility):  hide-subtree is bound to
647         C-c C-d, not C-c C-h.  Thanks: Keith Browne <kbrowne@legato.com>.
648
649 2001-07-25  Jim Horning  <jim.horning@lmco.com>
650
651         * xemacs/packages.texi (Package Terminology):
652         * xemacs/packages.texi (Automatically):
653         In itemize and enumerate lists @item should be on its own line.
654
655 2001-09-16  Adrian Aichner  <adrian@xemacs.org>
656
657         * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I
658         got from Gregory Neil Shapiro.
659         * xemacs-faq.texi (Q1.3.7): Update moved link.
660         * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to
661         avoid HTML error in texi2html translation.
662
663 2001-09-15  Adrian Aichner  <adrian@xemacs.org>
664
665         * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge,
666         infodock.com is no more.
667         * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk.
668
669 2001-09-09  Adrian Aichner  <adrian@xemacs.org>
670
671         * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested
672         by Robin S. Socha.
673
674 2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
675
676         * XEmacs 21.4.4 "Artificial Intelligence" is released.
677
678 2001-06-06  Alexey Mahotkin  <alexm@hsys.msk.ru>
679
680         * xemacs/mule.texi: Typo fixes and describe CCL and fonts.
681         * lispref/mule.texi: Typo fixes and describe set-charset-registry.
682
683 2001-05-30  Ben Wing  <ben@xemacs.org>
684
685         * xemacs-faq.texi (Top):
686         * xemacs-faq.texi (MS Windows):
687         * xemacs-faq.texi (Q6.0.1):
688         * xemacs-faq.texi (Q6.0.2):
689         * xemacs-faq.texi (Q6.0.3):
690         * xemacs-faq.texi (Q6.0.4):
691         * xemacs-faq.texi (Q6.1.1):
692         * xemacs-faq.texi (Q6.1.4):
693         * xemacs-faq.texi (Q6.1.5):
694         * xemacs-faq.texi (Q6.1.6):
695         * xemacs-faq.texi (Q6.2.1):
696         * xemacs-faq.texi (Q6.2.2):
697         * xemacs-faq.texi (Q6.3.1):
698         * xemacs-faq.texi (Q6.3.2):
699         * xemacs-faq.texi (Q6.3.3):
700         * xemacs-faq.texi (Q6.4.1):
701         * xemacs-faq.texi (Current Events):
702         Major rewrite.
703         Update all MS Windows info to current.
704         Redo section 6.1 almost completely.
705         Incorporate sections 1 and 2 of Hrvoje's FAQ.
706
707 2001-05-16  Ben Wing  <ben@xemacs.org>
708
709         * xemacs-faq.texi (Top):
710         * xemacs-faq.texi (Installation):
711         * xemacs-faq.texi (Q2.1.15):
712         * xemacs-faq.texi (Q2.1.18):
713         * xemacs-faq.texi (Q2.1.19):
714         document how to debug X errors
715         
716 2001-06-24  Stephen J. Turnbull  <stephen@xemacs.org>
717
718         * xemacs/programs.texi: Add node name (Top) to Ebrowse xref.
719
720 2001-07-02  Adrian Aichner  <adrian@xemacs.org>
721
722         * xemacs-faq.texi (Q1.0.14): Update information following a
723         request by Tom Mostyn.
724
725 2001-07-02  Adrian Aichner  <adrian@xemacs.org>
726
727         * lispref\windows.texi (Window Configurations): Fix typos.
728         * lispref\x-windows.texi (Resources): Ditto.
729         * internals\internals.texi (XEmacs From the Inside): Ditto.
730         * emodules.texi (Initialization Mode): Ditto.
731         * xemacs-faq.texi (Q6.3.2): Ditto.
732
733 2001-06-10  Ben Wing  <ben@xemacs.org>
734
735         * xemacs-faq.texi (Q1.0.10):
736         * xemacs-faq.texi (Q1.0.11):
737         * xemacs-faq.texi (Q1.0.12):
738         Update sections on Windows and MacOS availability.
739
740 2001-06-08  Ben Wing  <ben@xemacs.org>
741
742         * xemacs-faq.texi (Top):
743         * xemacs-faq.texi (MS Windows):
744         * xemacs-faq.texi (Q6.2.1):
745         * xemacs-faq.texi (Q6.2.2):
746         * xemacs-faq.texi (Q6.2.3):
747         * xemacs-faq.texi (Q6.2.4):
748         * xemacs-faq.texi (Q6.2.5):
749         * xemacs-faq.texi (Q6.3.1):
750         * xemacs-faq.texi (Q6.3.2):
751         * xemacs-faq.texi (Q6.3.3):
752         * xemacs-faq.texi (Q6.3.4):
753         * xemacs-faq.texi (Q6.4.1):
754         * xemacs-faq.texi (Q6.4.2):
755         * xemacs-faq.texi (Current Events):
756         * xemacs-faq.texi (Q7.0.1):
757         * xemacs-faq.texi (Q7.0.2):
758         * xemacs-faq.texi (Q7.0.3):
759         * xemacs-faq.texi (Q7.0.4):
760         * xemacs-faq.texi (Q7.0.5):
761         * xemacs-faq.texi (Q7.0.6):
762         Merge in the rest of Hrvoje's Windows FAQ.  Redo section 7
763         to update current reality and add condensed versions of
764         new changes for 21.1 and 21.4. (Not quite done for 21.4.)
765         Lots more Windows updates.
766
767 2001-05-29  Alexey Mahotkin  <alexm@hsys.msk.ru>
768
769         * xemacs/custom.texi: Documented keyboard shortcut.
770         * xemacs/mule.texi: Updated to match reality; tiny fixes.
771
772 2001-06-02  Simon Josefsson  <simon@josefsson.org>
773
774         * man/internals.texi (Techniques for XEmacs Developers): Fix
775         typo in ./configure line.
776
777 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
778
779         * XEmacs 21.4.3 "Academic Rigor" is released.
780
781 2001-05-15  Steve Youngs  <youngs@xemacs.org>
782
783         * xemacs/packages.texi (Local.rules): Update to reflect new dir tree.
784         (Creating Packages): Ditto.
785         (Available Packages): Ditto.
786
787 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
788
789         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
790
791 2001-05-07  Martin Buchholz  <martin@xemacs.org>
792
793         * make-stds.texi: Support makeinfo 3.12
794
795 2001-04-26  John H. Palmieri  <palmieri@math.washington.edu>
796
797         * xemacs/frame.texi (XEmacs under X): Document default-frame-plist
798         rather than default-frame-alist.
799
800 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
801
802         * XEmacs 21.4.1 "Copyleft" is released.
803
804 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
805
806         * XEmacs 21.4.0 "Solid Vapor" is released.
807
808 2001-04-14  Gunnar Evermann  <ge204@eng.cam.ac.uk>
809
810         * xemacs/building.texi : Correct documentation of eval-expression.
811         By default it is bound to M-: and not M-ESC.
812
813         * xemacs/custom.texi (Init Examples):
814         * xemacs/search.texi (Query Replace): C-x ESC -> C-x ESC ESC
815
816         * xemacs/text.texi (Paragraphs): M-[ -> M-{  and M-] -> M-}
817         From Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
818
819 2001-04-15  Ben Wing  <ben@xemacs.org>
820
821         * xemacs-faq.texi (Q1.0.1):
822         * xemacs-faq.texi (Q1.0.2):
823         Rewrite description of XEmacs to match what's on web page,
824         in about.el.
825
826 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
827
828         * XEmacs 21.2.47 "Zephir" is released.
829
830 2001-03-30  Ben Wing  <ben@xemacs.org>
831
832         * internals\internals.texi:
833         * internals\internals.texi (Top):
834         * internals\internals.texi (Lucid Emacs):
835         * internals\internals.texi (XEmacs):
836         * internals\internals.texi (XEmacs From the Outside):
837         Bump version to 1.4 and fix this everywhere.  Document all
838         XEmacs releases up through 21.2.46.
839
840 2001-03-16  Stephen J. Turnbull  <stephen@xemacs.org>
841
842         * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save
843         result of INSERT in R in pq-cmd-status example.
844
845 2001-03-21  Martin Buchholz <martin@xemacs.org>
846
847         * XEmacs 21.2.46 "Urania" is released.
848
849 2001-03-08  Ben Wing  <ben@xemacs.org>
850
851         * internals\internals.texi (Top):
852         * internals\internals.texi (A History of Emacs):
853         * internals\internals.texi (Through Version 18):
854         * internals\internals.texi (Lucid Emacs):
855         * internals\internals.texi (GNU Emacs 19):
856         * internals\internals.texi (GNU Emacs 20):
857         * internals\internals.texi (XEmacs From the Outside):
858         * internals\internals.texi (The Lisp Language):
859         * internals\internals.texi (XEmacs From the Perspective of Building):
860         * internals\internals.texi (XEmacs From the Inside):
861         * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)):
862         * internals\internals.texi (How Lisp Objects Are Represented in C):
863         * internals\internals.texi (Rules When Writing New C Code):
864         * internals\internals.texi (General Coding Rules):
865         * internals\internals.texi (Writing Lisp Primitives):
866         * internals\internals.texi (Writing Good Comments):
867         * internals\internals.texi (Adding Global Lisp Variables):
868         * internals\internals.texi (Proper Use of Unsigned Types):
869         * internals\internals.texi (Coding for Mule):
870         * internals\internals.texi (Character-Related Data Types):
871         * internals\internals.texi (Working With Character and Byte Positions):
872         * internals\internals.texi (Conversion to and from External Data):
873         * internals\internals.texi (General Guidelines for Writing Mule-Aware Code):
874         * internals\internals.texi (An Example of Mule-Aware Code):
875         * internals\internals.texi (Techniques for XEmacs Developers):
876         * internals\internals.texi (A Summary of the Various XEmacs Modules):
877         * internals\internals.texi (Low-Level Modules):
878         * internals\internals.texi (Basic Lisp Modules):
879         * internals\internals.texi (Modules for Standard Editing Operations):
880         * internals\internals.texi (Editor-Level Control Flow Modules):
881         * internals\internals.texi (Modules for the Basic Displayable Lisp Objects):
882         * internals\internals.texi (Modules for other Display-Related Lisp Objects):
883         * internals\internals.texi (Modules for the Redisplay Mechanism):
884         * internals\internals.texi (Modules for Interfacing with the File System):
885         * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
886         * internals\internals.texi (Modules for Interfacing with the Operating System):
887         * internals\internals.texi (Modules for Interfacing with X Windows):
888         * internals\internals.texi (Allocation of Objects in XEmacs Lisp):
889         * internals\internals.texi (Introduction to Allocation):
890         * internals\internals.texi (Garbage Collection):
891         * internals\internals.texi (GCPROing):
892         * internals\internals.texi (Garbage Collection - Step by Step):
893         * internals\internals.texi (Invocation):
894         * internals\internals.texi (garbage_collect_1):
895         * internals\internals.texi (mark_object):
896         * internals\internals.texi (gc_sweep):
897         * internals\internals.texi (sweep_lcrecords_1):
898         * internals\internals.texi (compact_string_chars):
899         * internals\internals.texi (sweep_strings):
900         * internals\internals.texi (sweep_bit_vectors_1):
901         * internals\internals.texi (Integers and Characters):
902         * internals\internals.texi (Allocation from Frob Blocks):
903         * internals\internals.texi (lrecords):
904         * internals\internals.texi (Low-level allocation):
905         * internals\internals.texi (Cons):
906         * internals\internals.texi (Vector):
907         * internals\internals.texi (Bit Vector):
908         * internals\internals.texi (Symbol):
909         * internals\internals.texi (Marker):
910         * internals\internals.texi (String):
911         * internals\internals.texi (Dumping):
912         * internals\internals.texi (Overview):
913         * internals\internals.texi (Data descriptions):
914         * internals\internals.texi (Dumping phase):
915         * internals\internals.texi (Object inventory):
916         * internals\internals.texi (Address allocation):
917         * internals\internals.texi (The header):
918         * internals\internals.texi (Data dumping):
919         * internals\internals.texi (Pointers dumping):
920         * internals\internals.texi (Reloading phase):
921         * internals\internals.texi (Events and the Event Loop):
922         * internals\internals.texi (Introduction to Events):
923         * internals\internals.texi (Main Loop):
924         * internals\internals.texi (Specifics of the Event Gathering Mechanism):
925         * internals\internals.texi (Specifics About the Emacs Event):
926         * internals\internals.texi (The Event Stream Callback Routines):
927         * internals\internals.texi (Other Event Loop Functions):
928         * internals\internals.texi (Converting Events):
929         * internals\internals.texi (Evaluation; Stack Frames; Bindings):
930         * internals\internals.texi (Evaluation):
931         * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects):
932         * internals\internals.texi (Simple Special Forms):
933         * internals\internals.texi (Symbols and Variables):
934         * internals\internals.texi (Introduction to Symbols):
935         * internals\internals.texi (Obarrays):
936         * internals\internals.texi (Buffers and Textual Representation):
937         * internals\internals.texi (Introduction to Buffers):
938         * internals\internals.texi (The Text in a Buffer):
939         * internals\internals.texi (Buffer Lists):
940         * internals\internals.texi (Markers and Extents):
941         * internals\internals.texi (Bufbytes and Emchars):
942         * internals\internals.texi (MULE Character Sets and Encodings):
943         * internals\internals.texi (Character Sets):
944         * internals\internals.texi (Encodings):
945         * internals\internals.texi (Japanese EUC (Extended Unix Code)):
946         * internals\internals.texi (JIS7):
947         * internals\internals.texi (Internal Mule Encodings):
948         * internals\internals.texi (Internal String Encoding):
949         * internals\internals.texi (Internal Character Encoding):
950         * internals\internals.texi (The Lisp Reader and Compiler):
951         * internals\internals.texi (Lstreams):
952         * internals\internals.texi (Creating an Lstream):
953         * internals\internals.texi (Lstream Types):
954         * internals\internals.texi (Lstream Functions):
955         * internals\internals.texi (Consoles; Devices; Frames; Windows):
956         * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows):
957         * internals\internals.texi (Point):
958         * internals\internals.texi (Window Hierarchy):
959         * internals\internals.texi (The Redisplay Mechanism):
960         * internals\internals.texi (Critical Redisplay Sections):
961         * internals\internals.texi (Line Start Cache):
962         * internals\internals.texi (Extents):
963         * internals\internals.texi (Introduction to Extents):
964         * internals\internals.texi (Extent Ordering):
965         * internals\internals.texi (Format of the Extent Info):
966         * internals\internals.texi (Zero-Length Extents):
967         * internals\internals.texi (Mathematics of Extent Ordering):
968         * internals\internals.texi (Faces):
969         * internals\internals.texi (Glyphs):
970         * internals\internals.texi (Specifiers):
971         * internals\internals.texi (Menus):
972         * internals\internals.texi (Subprocesses):
973         * internals\internals.texi (Interface to the X Window System):
974         * internals\internals.texi (Lucid Widget Library):
975         * internals\internals.texi (Generic Widget Interface):
976         * internals\internals.texi (Scrollbars):
977         * internals\internals.texi (Menubars):
978         * internals\internals.texi (Checkboxes and Radio Buttons):
979         * internals\internals.texi (Progress Bars):
980         * internals\internals.texi (Tab Controls):
981         Add more index entries.  Add sections on comments and unsigned types.
982
983 2001-03-08  Ben Wing  <ben@xemacs.org>
984
985         * make-stds.texi (Makefile Basics):
986         * make-stds.texi (Command Variables):
987         * make-stds.texi (Directory Variables):
988         * make-stds.texi (Standard Targets):
989         * standards.texi:
990         * standards.texi (Top):
991         * standards.texi (Preface):
992         * standards.texi (Legal Issues):
993         * standards.texi (Reading Non-Free Code):
994         * standards.texi (Contributions):
995         * standards.texi (Trademarks):
996         * standards.texi (Design Advice):
997         * standards.texi (Source Language):
998         * standards.texi (Compatibility):
999         * standards.texi (Using Extensions):
1000         * standards.texi (Standard C):
1001         * standards.texi (Program Behavior):
1002         * standards.texi (Semantics):
1003         * standards.texi (Libraries):
1004         * standards.texi (Errors):
1005         * standards.texi (User Interfaces):
1006         * standards.texi (Graphical Interfaces):
1007         * standards.texi (Command-Line Interfaces):
1008         * standards.texi (Option Table):
1009         * standards.texi (Memory Usage):
1010         * standards.texi (File Usage):
1011         * standards.texi (Formatting):
1012         * standards.texi (Comments):
1013         * standards.texi (Syntactic Conventions):
1014         * standards.texi (Names):
1015         * standards.texi (System Portability):
1016         * standards.texi (CPU Portability):
1017         * standards.texi (System Functions):
1018         * standards.texi (Internationalization):
1019         * standards.texi (Mmap):
1020         * standards.texi (Documentation):
1021         * standards.texi (GNU Manuals):
1022         * standards.texi (Doc Strings and Manuals):
1023         * standards.texi (Manual Structure Details):
1024         * standards.texi (License for Manuals):
1025         * standards.texi (Manual Credits):
1026         * standards.texi (Printed Manuals):
1027         * standards.texi (NEWS File):
1028         * standards.texi (Change Logs):
1029         * standards.texi (Style of Change Logs):
1030         * standards.texi (Simple Changes):
1031         * standards.texi (Conditional Changes):
1032         * standards.texi (Indicating the Part Changed):
1033         * standards.texi (Managing Releases):
1034         * standards.texi (Configuration):
1035         * standards.texi (Releases):
1036         * standards.texi (References):
1037         * standards.texi (Index):
1038         Update to latest GNU version.
1039         
1040         * xemacs-faq.texi (Q6.3.3):
1041         * xemacs-faq.texi (Q6.4.1):
1042         Improve questions on current Windows activity.
1043
1044 2001-03-07  Sandra Wambold  <wambold@xemacs.org>
1045
1046         * xemacs-faq.texi: (Q.1.0.7): changed list archive address
1047
1048 2001-02-25  Ben Wing  <ben@xemacs.org>
1049
1050         * xemacs-faq.texi (Top):
1051         * xemacs-faq.texi (Introduction):
1052         * xemacs-faq.texi (Q1.0.1):
1053         * xemacs-faq.texi (Q1.0.4):
1054         * xemacs-faq.texi (Q1.0.6):
1055         * xemacs-faq.texi (Q1.0.10):
1056         * xemacs-faq.texi (Q1.2.1):
1057         * xemacs-faq.texi (Q1.4.1):
1058         * xemacs-faq.texi (Q1.4.2):
1059         * xemacs-faq.texi (Q2.0.12):
1060         * xemacs-faq.texi (Q2.1.1):
1061         * xemacs-faq.texi (Q2.1.2):
1062         * xemacs-faq.texi (Q2.1.9):
1063         * xemacs-faq.texi (Q2.1.15):
1064         * xemacs-faq.texi (Q2.1.19):
1065         * xemacs-faq.texi (Customization):
1066         * xemacs-faq.texi (Q3.0.1):
1067         * xemacs-faq.texi (Q3.0.2):
1068         * xemacs-faq.texi (Q3.0.3):
1069         * xemacs-faq.texi (Q3.0.7):
1070         * xemacs-faq.texi (Q3.1.5):
1071         * xemacs-faq.texi (Q3.1.6):
1072         * xemacs-faq.texi (Q3.2.1):
1073         * xemacs-faq.texi (Q3.2.3):
1074         * xemacs-faq.texi (Q3.2.4):
1075         * xemacs-faq.texi (Q3.3.1):
1076         * xemacs-faq.texi (Q3.3.2):
1077         * xemacs-faq.texi (Q3.3.3):
1078         * xemacs-faq.texi (Q3.3.4):
1079         * xemacs-faq.texi (Q3.3.5):
1080         * xemacs-faq.texi (Q3.4.1):
1081         * xemacs-faq.texi (Q3.4.2):
1082         * xemacs-faq.texi (Q3.5.2):
1083         * xemacs-faq.texi (Q3.5.4):
1084         * xemacs-faq.texi (key-translation-map): New.
1085         * xemacs-faq.texi (Q3.5.5):
1086         * xemacs-faq.texi (Q3.5.6):
1087         * xemacs-faq.texi (Q3.5.7):
1088         * xemacs-faq.texi (Q3.5.8):
1089         * xemacs-faq.texi (global-map): Removed.
1090         * xemacs-faq.texi (Q3.5.9):
1091         * xemacs-faq.texi (Q3.6.1):
1092         * xemacs-faq.texi (Q3.6.2):
1093         * xemacs-faq.texi (Q3.6.3):
1094         * xemacs-faq.texi (Q3.7.6):
1095         * xemacs-faq.texi (Q3.7.7):
1096         * xemacs-faq.texi (Q3.8.1):
1097         * xemacs-faq.texi (Q3.8.2):
1098         * xemacs-faq.texi (Q3.8.3):
1099         * xemacs-faq.texi (Q3.9.1):
1100         * xemacs-faq.texi (Q3.9.4):
1101         * xemacs-faq.texi (Q3.10.1):
1102         * xemacs-faq.texi (Q3.10.2):
1103         * xemacs-faq.texi (Q3.10.3):
1104         * xemacs-faq.texi (Q4.0.12):
1105         * xemacs-faq.texi (Miscellaneous):
1106         * xemacs-faq.texi (Q5.0.1):
1107         * xemacs-faq.texi (Q5.0.2):
1108         * xemacs-faq.texi (Q5.0.3):
1109         * xemacs-faq.texi (Q5.0.4):
1110         * xemacs-faq.texi (Q5.0.5):
1111         * xemacs-faq.texi (Q5.0.8):
1112         * xemacs-faq.texi (Q5.0.9):
1113         * xemacs-faq.texi (Q5.0.11):
1114         * xemacs-faq.texi (Q5.0.12):
1115         * xemacs-faq.texi (Q5.0.13):
1116         * xemacs-faq.texi (Q5.0.16):
1117         * xemacs-faq.texi (Q5.0.17):
1118         * xemacs-faq.texi (Q5.1.9):
1119         * xemacs-faq.texi (Q5.1.11):
1120         * xemacs-faq.texi (Q5.2.1):
1121         * xemacs-faq.texi (Q5.2.2):
1122         * xemacs-faq.texi (Q5.3.1):
1123         * xemacs-faq.texi (Q5.3.2):
1124         * xemacs-faq.texi (Q5.3.4):
1125         * xemacs-faq.texi (MS Windows):
1126         * xemacs-faq.texi (Q6.0.1):
1127         * xemacs-faq.texi (Q6.0.2):
1128         * xemacs-faq.texi (Q6.0.3):
1129         * xemacs-faq.texi (Q6.0.4):
1130         * xemacs-faq.texi (Q6.1.5):
1131         * xemacs-faq.texi (Q6.2.3):
1132         * xemacs-faq.texi (Q6.3.1):
1133
1134         Remove most references to XEmacs pre-19.15, since they are way out
1135         of date and are cluttering up and confusing many answers.  Update
1136         references to .emacs to take into account the new init file
1137         location.  Update information about the MS Windows port.  Change
1138         description of XEmacs at beginning to match the web site.  Update
1139         info about current developers.
1140         
1141
1142 2001-02-25  Ben Wing  <ben@xemacs.org>
1143
1144         * lispref\help.texi (Describing Characters):
1145         kp- not kp_.
1146         
1147 2001-02-25  Ben Wing  <ben@xemacs.org>
1148
1149         * new-users-guide\custom1.texi (Customization Basics):
1150         * new-users-guide\custom1.texi (Customizing key Bindings):
1151         * new-users-guide\custom1.texi (Customizing Menus):
1152         * new-users-guide\custom2.texi (Other Customizations):
1153         * new-users-guide\custom2.texi (Setting Variables):
1154         * new-users-guide\custom2.texi (Init File):
1155         * new-users-guide\xmenu.texi (Options Menu):
1156         * new-users-guide\modes.texi (Major Modes):
1157         * new-users-guide\modes.texi (Minor Modes):
1158         * new-users-guide\new-users-guide.texi (Top):
1159         Fix up references to .emacs to take into account init.el.
1160         
1161 2001-02-23  Martin Buchholz <martin@xemacs.org>
1162
1163         * XEmacs 21.2.45 "Thelxepeia" is released.
1164
1165 2001-02-10  Martin Buchholz  <martin@xemacs.org>
1166
1167         * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3.
1168
1169 2001-02-08  Martin Buchholz <martin@xemacs.org>
1170
1171         * XEmacs 21.2.44 "Thalia" is released.
1172
1173 2001-02-04  Steve Youngs  <youngs@xemacs.org>
1174
1175         * xemacs/xemacs.texi: Update to accomodate new and improved
1176         packages.texi.
1177
1178         * xemacs/packages.texi: Basically, apart from a few things,
1179         rewritten from scratch.
1180
1181 2001-01-27  Martin Buchholz  <martin@xemacs.org>
1182
1183         * lispref/variables.texi (max-specpdl-size): Correct default value.
1184         * lispref/eval.texi (max-lisp-eval-depth): Correct default value.
1185
1186 2001-01-26  Martin Buchholz <martin@xemacs.org>
1187
1188         * XEmacs 21.2.43 "Terspichore" is released.
1189
1190 2001-01-20  Martin Buchholz <martin@xemacs.org>
1191
1192         * XEmacs 21.2.42 "Poseidon" is released.
1193
1194 2001-01-18  Martin Buchholz  <martin@xemacs.org>
1195
1196         * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL.
1197
1198 2001-01-17  Andy Piper  <andy@xemacs.org>
1199
1200         * internals.texi: some glyph documentation.
1201
1202 2001-01-16  Didier Verna  <didier@xemacs.org>
1203
1204         * frame.texi (Mode Line Basics): new node ...
1205         * frame.texi (GUI Components): ... under this one ...
1206         * frame.texi (Scrollbar Basics): ... after this one ...
1207         * frame.texi (Toolbar Basics): ... before this one.
1208
1209 2001-01-17  Martin Buchholz <martin@xemacs.org>
1210
1211         * XEmacs 21.2.41 "Polyhymnia" is released.
1212
1213 2001-01-12  Martin Buchholz  <martin@xemacs.org>
1214
1215         * internals/internals.texi: A little post-pdump-rename fixup.
1216
1217 2001-01-13  Martin Buchholz  <martin@xemacs.org>
1218
1219         * internals/internals.texi: See `pdump-rename' in src/ChangeLog.
1220
1221 2001-01-10  Martin Buchholz  <martin@xemacs.org>
1222
1223         * internals/internals.texi: Update for pdump changes.
1224
1225 2001-01-04  Adrian Aichner  <adrian@xemacs.org>
1226
1227         * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to
1228         XEmacs.
1229         * texinfo.texi (First Node): Fixing grammar.
1230         * texinfo.texi (Multitable Rows): Change reference from GNU Emacs
1231         to XEmacs.
1232
1233 2001-01-08  Martin Buchholz <martin@xemacs.org>
1234
1235         * XEmacs 21.2.40 is released.
1236
1237 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
1238
1239         * emodules.texi (Required Functions): Xref coding rules for dual-use
1240         modules (module and statically linked).  Typo fix.
1241
1242         * texinfo.texi (ref):  Typo fix.
1243
1244 2000-12-31  Martin Buchholz <martin@xemacs.org>
1245
1246         * XEmacs 21.2.39 is released.
1247
1248 2000-12-05  Stephen J. Turnbull  <stephen@xemacs.org>
1249
1250         * internals/internals.texi (General Coding Rules): further document
1251         usage of symsinit.h.  Reorder slightly.
1252
1253 2000-11-29  Stephen J. Turnbull  <stephen@xemacs.org>
1254
1255         * xemacs/packages.texi (Creating Packages): new node.
1256
1257 2000-12-05  Martin Buchholz <martin@xemacs.org>
1258
1259         * XEmacs 21.2.38 is released.
1260
1261 2000-12-01  Martin Buchholz  <martin@xemacs.org>
1262
1263         * lispref/compile.texi:
1264         Document differences between compiler and interpreter.
1265
1266 2000-11-29  Stephen J. Turnbull  <stephen@xemacs.org>
1267
1268         * internals/index.texi:
1269         internals/internals.texi:
1270         Change "X Windows" to "the X Window System" randomly.
1271         * internals/internals.texi (Glyphs): fiddling, move lwlib to new node.
1272         (Lucid Widget Library): new node, added new text, ASCII art, subnode
1273         structure.
1274         * xemacs/frame.texi (GUI Components): new node.
1275         * xemacs/packages.texi: minor updates.
1276
1277 2000-11-10  Stephen J. Turnbull  <stephen@xemacs.org>
1278
1279         * info.texi (Creating an Info File): Fix typos in xrefs.
1280
1281 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
1282
1283         * xemacs/cmdargs.texi (Command Switches):  Add documentation of
1284         portable dumper switches.  Other minor edits.
1285
1286 2000-11-21  Martin Buchholz  <martin@xemacs.org>
1287
1288         * lispref/positions.texi (Word Motion):
1289         forward-word arg is now optional.
1290         backward-word arg is now optional.
1291         Remove vile comment advising lisp programmer to use (forward-word -1)
1292         instead of (backward-word 1).
1293         * lispref/syntax.texi (Parsing Expressions):
1294         Similarly for forward-comment.
1295         * lispref/text.texi (Deletion):
1296         Similarly for delete-char.
1297         Similarly for delete-backward-char.
1298
1299 2000-11-09  Martin Buchholz  <martin@xemacs.org>
1300
1301         * cl.texi (Assertions):
1302         Remove claim that elisp doesn't have continuable errors.
1303         Document check-type as being continuable.
1304
1305 2000-11-14  Adrian Aichner  <adrian@xemacs.org>
1306
1307         * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME
1308         from elisp to lispref and from emacs to xemacs in relevant ?xefs.
1309         This should also serve as a reminder for future merges with GNU
1310         Emacs.
1311         Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and
1312         "XEmacs User's Manual" for lispref and xemacs respectively.
1313
1314 2000-11-14  Adrian Aichner  <adrian@xemacs.org>
1315
1316         * lispref/abbrevs.texi (Abbrevs): Ditto.
1317         * lispref/backups.texi (Auto-Saving): Ditto.
1318         * lispref/backups.texi (Reverting): Ditto.
1319         * lispref/display.texi (The Echo Area): Ditto.
1320         * lispref/help.texi (Documentation Basics): Ditto.
1321         * lispref/help.texi (Help Functions): Ditto.
1322         * lispref/keymaps.texi (Scanning Keymaps): Ditto.
1323         * lispref/locals.texi (Standard Buffer-Local Variables): Ditto.
1324         * lispref/modes.texi (Auto Major Mode): Ditto.
1325         * lispref/positions.texi (List Motion): Ditto.
1326         * lispref/searching.texi (Regexp Search): Ditto.
1327         * lispref/symbols.texi (Symbol Components): Ditto.
1328         * lispref/tips.texi (Comment Tips): Ditto.
1329         * lispref/tips.texi (Library Headers): Ditto.
1330
1331 2000-11-14  Adrian Aichner  <adrian@xemacs.org>
1332
1333         * internals/internals.texi (The Buffer Object): Ditto.
1334
1335 2000-11-14  Adrian Aichner  <adrian@xemacs.org>
1336
1337         * cl.texi (Hash Tables): Ditto.
1338         * texinfo.texi (Other Info Files): Ditto.
1339         * xemacs-faq.texi (Q1.0.14): Ditto.
1340
1341 2000-11-14  Martin Buchholz <martin@xemacs.org>
1342
1343         * XEmacs 21.2.37 is released.
1344
1345 2000-10-27  Martin Buchholz  <martin@xemacs.org>
1346
1347         * xemacs/windows.texi (Other Window):
1348
1349         * new-users-guide/files.texi (Saving Files):
1350         * new-users-guide/search.texi (Search and Replace):
1351
1352         * lispref/abbrevs.texi (Abbrev Tables):
1353         * lispref/abbrevs.texi (Defining Abbrevs):
1354         * lispref/abbrevs.texi (Abbrev Files):
1355         * lispref/annotations.texi (Annotation Primitives):
1356         * lispref/backups.texi (Auto-Saving):
1357         * lispref/backups.texi (Reverting):
1358         * lispref/buffers.texi (Current Buffer):
1359         * lispref/buffers.texi (Buffer Names):
1360         * lispref/buffers.texi (Buffer Modification):
1361         * lispref/buffers.texi (Read Only Buffers):
1362         * lispref/buffers.texi (The Buffer List):
1363         * lispref/buffers.texi (Killing Buffers):
1364         * lispref/buffers.texi (Indirect Buffers):
1365         * lispref/building.texi (Building XEmacs):
1366         * lispref/building.texi (Garbage Collection):
1367         * lispref/commands.texi (Interactive Call):
1368         * lispref/commands.texi (Events):
1369         * lispref/commands.texi (Event Predicates):
1370         * lispref/commands.texi (Working With Events):
1371         * lispref/commands.texi (Converting Events):
1372         * lispref/commands.texi (Key Sequence Input):
1373         * lispref/commands.texi (Reading One Event):
1374         * lispref/commands.texi (Waiting):
1375         * lispref/commands.texi (Prefix Command Arguments):
1376         * lispref/commands.texi (Recursive Editing):
1377         * lispref/compile.texi (Compilation Functions):
1378         * lispref/compile.texi (Compiled-Function Objects):
1379         * lispref/consoles-devices.texi (Basic Device Functions):
1380         * lispref/consoles-devices.texi (Console Types and Device Classes):
1381         * lispref/consoles-devices.texi (Connecting to a Console or Device):
1382         * lispref/control.texi (Signaling Errors):
1383         * lispref/customize.texi (Type Keywords):
1384         * lispref/databases.texi (Connecting to a Database):
1385         * lispref/databases.texi (Working With a Database):
1386         * lispref/databases.texi (Other Database Functions):
1387         * lispref/debugging.texi (Function Debugging):
1388         * lispref/display.texi (Refresh Screen):
1389         * lispref/display.texi (The Echo Area):
1390         * lispref/display.texi (Blinking):
1391         * lispref/edebug-inc.texi (Tracing):
1392         * lispref/edebug-inc.texi (Instrumenting Macro Calls):
1393         * lispref/edebug-inc.texi (Edebug Options):
1394         * lispref/eval.texi (Function Indirection):
1395         * lispref/extents.texi (Creating and Modifying Extents):
1396         * lispref/extents.texi (Finding Extents):
1397         * lispref/extents.texi (Mapping Over Extents):
1398         * lispref/extents.texi (Extent Properties):
1399         * lispref/faces.texi (Basic Face Functions):
1400         * lispref/faces.texi (Face Properties):
1401         * lispref/faces.texi (Face Convenience Functions):
1402         * lispref/faces.texi (Other Face Display Functions):
1403         * lispref/faces.texi (Font Instance Characteristics):
1404         * lispref/faces.texi (Color Specifiers):
1405         * lispref/files.texi (Visiting Functions):
1406         * lispref/files.texi (Reading from Files):
1407         * lispref/files.texi (Changing File Attributes):
1408         * lispref/files.texi (File Names):
1409         * lispref/files.texi (File Name Components):
1410         * lispref/files.texi (Directory Names):
1411         * lispref/files.texi (Relative File Names):
1412         * lispref/files.texi (File Name Expansion):
1413         * lispref/files.texi (File Name Completion):
1414         * lispref/files.texi (User Name Completion):
1415         * lispref/files.texi (Magic File Names):
1416         * lispref/files.texi (Creating a Partial File):
1417         * lispref/files.texi (Format Conversion):
1418         * lispref/frames.texi (Creating Frames):
1419         * lispref/frames.texi (Property Access):
1420         * lispref/frames.texi (Size and Position):
1421         * lispref/frames.texi (Deleting Frames):
1422         * lispref/frames.texi (Finding All Frames):
1423         * lispref/frames.texi (Frames and Windows):
1424         * lispref/frames.texi (Visibility of Frames):
1425         * lispref/frames.texi (Frame Configurations):
1426         * lispref/functions.texi (Calling Functions):
1427         * lispref/functions.texi (Function Cells):
1428         * lispref/glyphs.texi (Creating Glyphs):
1429         * lispref/glyphs.texi (Image Specifiers):
1430         * lispref/glyphs.texi (Image Instance Types):
1431         * lispref/glyphs.texi (Image Instance Functions):
1432         * lispref/gutter.texi (Creating Gutter):
1433         * lispref/gutter.texi (Specifying a Gutter):
1434         * lispref/gutter.texi (Other Gutter Variables):
1435         * lispref/help.texi (Accessing Documentation):
1436         * lispref/help.texi (Help Functions):
1437         * lispref/help.texi (Obsoleteness):
1438         * lispref/internationalization.texi (Domain Specification):
1439         * lispref/intro.texi (Caveats):
1440         * lispref/keymaps.texi (Active Keymaps):
1441         * lispref/keymaps.texi (Functions for Key Lookup):
1442         * lispref/keymaps.texi (Changing Key Bindings):
1443         * lispref/keymaps.texi (Scanning Keymaps):
1444         * lispref/ldap.texi (The High-Level LDAP API):
1445         * lispref/ldap.texi (Low-level Operations on a LDAP Server):
1446         * lispref/ldap.texi (Encoder/Decoder Functions):
1447         * lispref/lists.texi (Setcar):
1448         * lispref/lists.texi (Setcdr):
1449         * lispref/lists.texi (Working With Normal Plists):
1450         * lispref/lists.texi (Working With Lax Plists):
1451         * lispref/loading.texi (Autoload):
1452         * lispref/loading.texi (Named Features):
1453         * lispref/markers.texi (Creating Markers):
1454         * lispref/markers.texi (Changing Markers):
1455         * lispref/markers.texi (The Mark):
1456         * lispref/menus.texi (Modifying Menus):
1457         * lispref/menus.texi (Pop-Up Menus):
1458         * lispref/menus.texi (Menu Accelerator Functions):
1459         * lispref/minibuf.texi (Text from Minibuffer):
1460         * lispref/minibuf.texi (Object from Minibuffer):
1461         * lispref/minibuf.texi (Basic Completion):
1462         * lispref/minibuf.texi (High-Level Completion):
1463         * lispref/minibuf.texi (Reading a Password):
1464         * lispref/minibuf.texi (Minibuffer Misc):
1465         * lispref/mouse.texi (Mouse Tracking):
1466         * lispref/syntax.texi (Syntax Table Functions):
1467         * lispref/numbers.texi (Arithmetic Operations):
1468         * lispref/numbers.texi (Rounding Operations):
1469         * lispref/numbers.texi (Math Functions):
1470         * lispref/objects.texi (String Type):
1471         * lispref/objects.texi (Equality Predicates):
1472         * lispref/os.texi (Killing XEmacs):
1473         * lispref/os.texi (Suspending XEmacs):
1474         * lispref/os.texi (System Environment):
1475         * lispref/os.texi (Time Conversion):
1476         * lispref/os.texi (Timers):
1477         * lispref/os.texi (Input Modes):
1478         * lispref/os.texi (Translating Input):
1479         * lispref/os.texi (Terminal Output):
1480         * lispref/os.texi (Flow Control):
1481         * lispref/positions.texi (Character Motion):
1482         * lispref/positions.texi (Word Motion):
1483         * lispref/positions.texi (Text Lines):
1484         * lispref/positions.texi (Screen Lines):
1485         * lispref/positions.texi (List Motion):
1486         * lispref/positions.texi (Narrowing):
1487         * lispref/postgresql.texi (Asynchronous Interface Functions):
1488         * lispref/processes.texi (Subprocess Creation):
1489         * lispref/processes.texi (Synchronous Processes):
1490         * lispref/processes.texi (Asynchronous Processes):
1491         * lispref/processes.texi (Process Information):
1492         * lispref/processes.texi (Input to Processes):
1493         * lispref/processes.texi (Signals to Processes):
1494         * lispref/processes.texi (Process Buffers):
1495         * lispref/processes.texi (Filter Functions):
1496         * lispref/processes.texi (Network):
1497         * lispref/range-tables.texi (Working With Range Tables):
1498         * lispref/searching.texi (String Search):
1499         * lispref/searching.texi (Regexp Search):
1500         * lispref/searching.texi (POSIX Regexps):
1501         * lispref/searching.texi (Replacing Match):
1502         * lispref/searching.texi (Entire Match Data):
1503         * lispref/sequences.texi (Bit Vector Functions):
1504         * lispref/specifiers.texi (Adding Specifications):
1505         * lispref/specifiers.texi (Creating Specifiers):
1506         * lispref/specifiers.texi (Specifier Validation Functions):
1507         * lispref/specifiers.texi (Other Specification Functions):
1508         * lispref/streams.texi (Output Variables):
1509         * lispref/symbols.texi (Other Plists):
1510         * lispref/text.texi (Insertion):
1511         * lispref/text.texi (Commands for Insertion):
1512         * lispref/text.texi (Deletion):
1513         * lispref/text.texi (User-Level Deletion):
1514         * lispref/text.texi (Kill Functions):
1515         * lispref/text.texi (Low-Level Kill Ring):
1516         * lispref/text.texi (Undo):
1517         * lispref/text.texi (Maintaining Undo):
1518         * lispref/text.texi (Margins):
1519         * lispref/text.texi (Sorting):
1520         * lispref/text.texi (Columns):
1521         * lispref/text.texi (Primitive Indent):
1522         * lispref/text.texi (Mode-Specific Indent):
1523         * lispref/text.texi (Region Indent):
1524         * lispref/text.texi (Case Changes):
1525         * lispref/text.texi (Examining Properties):
1526         * lispref/text.texi (Property Search):
1527         * lispref/text.texi (Registers):
1528         * lispref/text.texi (Transformations):
1529         * lispref/mule.texi (Charset Property Functions):
1530         * lispref/mule.texi (MULE Characters):
1531         * lispref/mule.texi (Composite Characters):
1532         * lispref/mule.texi (Coding System Properties):
1533         * lispref/mule.texi (Big5 and Shift-JIS Functions):
1534         * lispref/mule.texi (CCL Statements):
1535         * lispref/mule.texi (Calling CCL):
1536         * lispref/mule.texi (Category Tables):
1537         * lispref/toolbar.texi (Specifying the Toolbar):
1538         * lispref/toolbar.texi (Other Toolbar Variables):
1539         * lispref/tooltalk.texi (Elisp Interface for Sending Messages):
1540         * lispref/tooltalk.texi (Elisp Interface for Receiving Messages):
1541         * lispref/variables.texi (Creating Buffer-Local):
1542         * lispref/variables.texi (Variable Aliases):
1543         * lispref/windows.texi (Splitting Windows):
1544         * lispref/windows.texi (Deleting Windows):
1545         * lispref/windows.texi (Selecting Windows):
1546         * lispref/windows.texi (Cyclic Window Ordering):
1547         * lispref/windows.texi (Buffers and Windows):
1548         * lispref/windows.texi (Displaying Buffers):
1549         * lispref/windows.texi (Choosing Window):
1550         * lispref/windows.texi (Window Point):
1551         * lispref/windows.texi (Window Start):
1552         * lispref/windows.texi (Vertical Scrolling):
1553         * lispref/windows.texi (Horizontal Scrolling):
1554         * lispref/windows.texi (Resizing Windows):
1555         * lispref/windows.texi (Window Configurations):
1556         * lispref/x-windows.texi (X Selections):
1557         * lispref/x-windows.texi (Resources):
1558         * lispref/strings.texi (Creating Strings):
1559         * lispref/strings.texi (Character Codes):
1560         * lispref/strings.texi (Text Comparison):
1561         * lispref/strings.texi (String Conversion):
1562         * lispref/strings.texi (Formatting Strings):
1563         * lispref/strings.texi (Character Case):
1564         * lispref/strings.texi (Case Tables):
1565         * lispref/strings.texi (Char Table Types):
1566         * lispref/strings.texi (Working With Char Tables):
1567         Giant docstring parameter/Texinfo fixes.
1568
1569         Don't use abbreviations for English words, especially when those
1570         words have other meanings.  For example, use START, not BEG.
1571         Use OBJECT, not OBJ.
1572         Use VALUE, not VAL.
1573         Use BUFFER, not BUF.
1574         Use PROCESS, not PROC.  (Sometimes PROC was used to mean FUNCTION!)
1575         Use CHARACTER, not CH or CHR.
1576         Use NUMBER, not NUM.
1577         Use COLUMN, not COL.
1578         Use POSITION, not POS.
1579         Use SYMBOL, not SYM.
1580         Use STRING, not STR.
1581         Use LIMIT, not LIM.
1582         Use OTHER-WINDOW-P, not OTHER-P.
1583         Use PRIORITY, not PRI.
1584
1585         Use `non-nil', not `true'.
1586
1587         Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY.
1588
1589         Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE.
1590
1591         Try to find better parameter names than ARG.
1592
1593         Use consistent parameter names.  For example, s/NO-ERROR/NOERROR/g;
1594
1595         Use type information in parameter names.  For example, use
1596         (make-bit-vector length bit), not (make-bit-vector length init).
1597
1598         Completion functions should have parameters with names like
1599         PARTIAL-FILENAME instead of the misleading FILENAME.
1600
1601         Type predicates should consistently take an OBJECT parameter,
1602         since any object is valid as input.
1603
1604         Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for
1605         functions like next-window and next-frame that walk over window or
1606         frame lists.
1607
1608         Deleted duplicated documentation for:
1609         one-window-p, format-insert-file
1610
1611         Deleted 21 lines of VMS-specific texinfo documentation.
1612
1613         Fixed up a few places where `_' was used in docstring parameter
1614         names instead of `-'.
1615
1616         Fixed up places that used nil or t without @code.
1617
1618         Fixed up places that erroneously used @code instead of @var.
1619
1620         Fixed many typos.
1621
1622         Fixed many places where the parameters mentioned in the docstring
1623         didn't match the actual parameters.
1624
1625         Fixed 7 places that used `@var{nil}' instead of `@code{nil}'.
1626
1627         Fixed 40 places where docstrings were missing trailing `.'
1628
1629         Fixed the texi documentation of 41 functions where the
1630         interactiveness of the function in the documentation did not match
1631         the implementation.
1632
1633         Fixed 117 functions where the names of parameters in the texi was
1634         different from the names in the implementation.
1635
1636         Fixed the texi documentation of 137 functions where the parameter
1637         list of the function in the texi was semantically different from
1638         the implementation.
1639
1640 2000-10-28  Adrian Aichner  <adrian@xemacs.org>
1641
1642         * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to
1643         incorporate raw HTML output in the HTML version.
1644
1645 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
1646
1647         * xemacs/menus.texi:
1648         * widget.texi:
1649         Typo fixes and tiny clarifications.
1650
1651 2000-10-19  Stephen J. Turnbull  <stephen@xemacs.org>
1652
1653         * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how.
1654         Added Q2.1.25 - function not found due to package not installed.
1655
1656         * xemacs/xemacs.texi:
1657         * xemacs/abbrevs.texi:
1658         * xemacs/basic.texi:
1659         * xemacs/building.texi:
1660         * xemacs/packages.texi:
1661         * xemacs/startup.texi:
1662         Moved "Packages" node to "Important General Concepts" section.
1663
1664         * xemacs/packages.texi: Added package list from etc/PACKAGES.
1665
1666 2000-10-04  Martin Buchholz <martin@xemacs.org>
1667
1668         * XEmacs 21.2.36 is released.
1669
1670 2000-09-27  Martin Buchholz  <martin@xemacs.org>
1671
1672         * lispref/processes.texi (Signals to Processes): Many corrections.
1673
1674 2000-09-20  Martin Buchholz  <martin@xemacs.org>
1675
1676         * xemacs/startup.texi (Startup Paths): Minor fixes.
1677
1678 2000-09-19  Martin Buchholz  <martin@xemacs.org>
1679
1680         * *: Spelling mega-patch
1681
1682 2000-09-16  Martin Buchholz  <martin@xemacs.org>
1683
1684         * internals/internals.texi (Low-Level Modules):
1685         Correct the list of source files.
1686
1687 2000-08-24  Adrian Aichner  <aichner@ecf.teradyne.com>
1688
1689         * emodules.texi (Introduction): Trivial typo fix.
1690
1691 2000-08-24  Martin Buchholz  <martin@xemacs.org>
1692
1693         * emodules.texi (Initialization Mode): Spell-Check.
1694
1695 2000-08-24  Martin Buchholz  <martin@xemacs.org>
1696
1697         * lispref/databases.texi (Connecting to a Database):
1698         s/berkeley_db/berkeley-db/.  Too much C programming.
1699
1700 2000-08-02  Stephen J. Turnbull  <stephen@xemacs.org>
1701
1702         * xemacs/custom.texi (Menubar Resources): Document FontSet resource.
1703
1704 2000-07-30  Ben Wing  <ben@xemacs.org>
1705
1706         * xemacs\search.texi (Regexp Search):
1707         * xemacs\search.texi (Regexps):
1708         Synch up with updated docs below (describing non-greedy
1709         operators and such).
1710
1711 2000-07-30  Ben Wing  <ben@xemacs.org>
1712
1713         * lispref\searching.texi (Syntax of Regexps):
1714         Document ??, which we've supported since 20.4.
1715
1716 2000-07-31  Sandra Wambold  <wambold@cygnus.com>
1717
1718         * xemacs-faq.texi: Minor updates in first two sections
1719
1720 2000-07-27  Andy Piper  <andy@xemacs.org>
1721
1722         * lispref/hash-tables.texi: add new hash table type.
1723
1724 2000-07-19  Martin Buchholz <martin@xemacs.org>
1725
1726         * XEmacs 21.2.35 is released.
1727
1728 2000-07-10  Martin Buchholz  <martin@xemacs.org>
1729
1730         * Makefile: rm -f ==> $(RM)
1731
1732 2000-07-09  Martin Buchholz  <martin@xemacs.org>
1733
1734         * lispref/postgresql.texi:
1735         - Don't mention ".so" extension.
1736         - Make installation instructions more generic.
1737         - Mention M-x describe-installation.
1738
1739 2000-07-08  Ben Wing  <ben@xemacs.org>
1740
1741         * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under
1742         Windows problem with binary locs and latest info.
1743
1744 2000-06-17  Adrian Aichner  <aichner@ecf.teradyne.com>
1745
1746         * lispref/glyphs.texi: Fix trivial typos.
1747         * lispref/gutter.texi: Ditto.
1748         * lispref/loading.texi: Ditto.
1749         * lispref/postgresql.texi: Ditto.
1750
1751 2000-06-14  Adrian Aichner  <aichner@ecf.teradyne.com>
1752
1753         * internals/internals.texi (Markers and Extents): Fix trivial typo.
1754
1755 2000-06-11  Adrian Aichner  <aichner@ecf.teradyne.com>
1756
1757         * make-stds.texi: Fix trivial typos.
1758         * xemacs-faq.texi: Ditto.
1759         * internals/internals.texi: Ditto.
1760         * new-users-guide/edit.texi: Ditto.
1761         * new-users-guide/modes.texi: Ditto.
1762         * new-users-guide/region.texi: Ditto.
1763
1764 2000-06-10  Ben Wing  <ben@xemacs.org>
1765
1766         * xemacs-faq.texi (Q6.1.2):
1767         * xemacs-faq.texi (Q6.1.5):
1768         * xemacs-faq.texi (Q6.1.6):
1769         Corrections for Cygwin, MinGW.
1770
1771 2000-06-07  Adrian Aichner  <aichner@ecf.teradyne.com>
1772
1773         * xemacs/basic.texi: Fix trivial typos.
1774         * xemacs/buffers.texi: Fix trivial typos.
1775         * xemacs/building.texi: Ditto.
1776         * xemacs/glossary.texi: Ditto.
1777         * xemacs/gnu.texi: Ditto.
1778         * xemacs/help.texi: Ditto.
1779         * xemacs/keystrokes.texi: Ditto.
1780         * xemacs/programs.texi: Ditto.
1781         * xemacs/search.texi: Ditto.
1782         * xemacs/sending.texi: Ditto.
1783
1784 2000-05-28  Martin Buchholz <martin@xemacs.org>
1785
1786         * XEmacs 21.2.34 is released.
1787
1788 2000-05-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
1789
1790         * xemacs/basic.texi: Document translation of tutorial.
1791         * xemacs/startup.texi: Remove lock-directory.
1792         * xemacs/enterings.texi: Update.
1793
1794 2000-05-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
1795
1796         * lispref/display.texi:
1797         * lispref/faces.texi:
1798         * lispref/glyphs.texi:
1799         * lispref/gutter.texi:
1800         * lispref/modes.texi:
1801         * lispref/specifiers.texi:
1802         * lispref/toolbar.texi:
1803         Update.  Merge Ben's doc-string update.
1804
1805 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
1806
1807         * xemacs/basic.texi:
1808         * xemacs/enterings.texi:
1809         * xemacs/mini.texi:
1810         Partial sync with FSF Emacs 20.6 and some update.
1811
1812 2000-05-01  Martin Buchholz <martin@xemacs.org>
1813
1814         * XEmacs 21.2.33 is released.
1815
1816 2000-04-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
1817
1818         * xemacs-faq.texi (Q2.1.24): Removed wrong header.
1819
1820 2000-04-01  Oscar Figueiredo  <oscar@xemacs.org>
1821
1822         * lispref/ldap.texi: Documentation of the add/modify/delete and
1823           internationalization APIs
1824
1825         * lispref/lispref.texi: Updated LDAP-related menus
1826
1827 2000-03-20  Martin Buchholz <martin@xemacs.org>
1828
1829         * XEmacs 21.2.32 is released.
1830
1831 2000-03-15  SL Baur  <steve@musashimaru.m17n.org>
1832
1833         * lispref/postgresql.texi (Unimplemented libpq Functions): Update
1834         documentation to reflect the latest code.
1835
1836 2000-03-07  SL Baur  <steve@musashimaru.m17n.org>
1837
1838         * lispref/postgresql.texi (PostgreSQL Support): New File.
1839
1840         * lispref/ldap.texi: Insert PostgreSQL/libpq chapter.
1841         * lispref/lispref.texi (Top): Ditto.
1842         * lispref/internationalization.texi: Ditto.
1843
1844 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
1845
1846         * lispref/glyphs.texi (Image Specifiers): Remove parenthesis.
1847
1848 2000-03-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
1849
1850         * xemacs-faq.texi: Put node before section.
1851
1852 2000-03-05  Jonathan Harris  <jhar@tardis.ed.ac.uk>
1853
1854         * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly.
1855
1856 2000-03-01  Sandra Wambold  <wambold@xemacs.org>
1857
1858         * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows
1859
1860 2000-01-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
1861
1862         * xemacs/xemacs.texi: Detailed menu update.
1863
1864 2000-01-28  Yoshiki Hayashi  <yoshiki@xemacs.org>
1865
1866         * xemacs/help.texi: Synch with FSF 20.5. Update.
1867
1868 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
1869
1870         * lispref/minibuf.texi: Add default argument documentation.
1871
1872 2000-02-27  Martin Buchholz  <martin@xemacs.org>
1873
1874         * internals/internals.texi (lrecords): Update docs for new lisp
1875         object representation.
1876
1877 2000-02-25  Martin Buchholz  <martin@xemacs.org>
1878
1879         * internals/internals.texi (Techniques for XEmacs Developers):
1880         Document INLINE_HEADER and how to create macros and inline functions.
1881         Cleanup entire section.
1882
1883 2000-02-17  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
1884
1885         * man/lispref/gutter.texi: New file describing gutter API.
1886
1887         * man/lispref/lispref.texi, man/lispref/scrollbars.texi,
1888
1889         * man/lispref/toolbar.texi: Fixup links to new node Gutter.
1890
1891 2000-02-17  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
1892
1893         * man/lispref/frames.texi, man/xemacs/custom.texi,
1894         man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars,
1895         toolbars, and gutters as optional components of frames, with
1896         pointers to descriptions.
1897
1898 2000-02-17  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
1899
1900         * man/lispref/mule.texi:  Substantial reorganization and
1901         revision for style of descriptions of character sets,
1902         encodings, and coding systems.  Addition of a complete table
1903         of coding systems as of XEmacs 21.2.19.
1904
1905 2000-02-23  Martin Buchholz <martin@xemacs.org>
1906
1907         * XEmacs 21.2.31 is released.
1908
1909 2000-02-21  Martin Buchholz <martin@xemacs.org>
1910
1911         * XEmacs 21.2.30 is released.
1912
1913 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
1914
1915         * internals/internals.texi: Made texinfmt-friendly.
1916
1917 2000-01-20  Mark Thomas  <mthomas@jprc.com>
1918
1919         * lispref/backups.texi (Numbered Backups):
1920         * xemacs/files.texi (Backup Deletion):
1921         Change trim-versions-without-asking to delete-old-versions.
1922
1923 2000-02-19  Martin Buchholz  <martin@xemacs.org>
1924
1925         * internals/internals.texi (Conversion to and from External Data):
1926         Document TO_EXTERNAL_FORMAT and friends.
1927         Doc bug fixes.
1928
1929 2000-02-16  Martin Buchholz <martin@xemacs.org>
1930
1931         * XEmacs 21.2.29 is released.
1932
1933 2000-02-16  Martin Buchholz  <martin@xemacs.org>
1934
1935         * internals/internals.texi: Integrate Olivier's portable dumping docs.
1936
1937 2000-02-09  Martin Buchholz  <martin@xemacs.org>
1938
1939         * lispref/symbols.texi (Object Plists):
1940         Document `object-plist'.
1941         Document `remprop'.
1942         Rework all plist frobbing docs for accuracy.
1943
1944 2000-02-07  Martin Buchholz <martin@xemacs.org>
1945
1946         * XEmacs 21.2.28 is released.
1947
1948 2000-02-07  Martin Buchholz  <martin@xemacs.org>
1949
1950         * cl.texi: Remove (or replace by `get') references to `get*'.
1951
1952 2000-01-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
1953
1954         * widget.texi:
1955         * internals/internals.texi:
1956         * lispref/commands.texi:
1957         * lispref/consoles-devices.texi:
1958         * lispref/customize.texi:
1959         * lispref/dialog.texi:
1960         * lispref/extents.texi:
1961         * lispref/faces.texi:
1962         * lispref/glyphs.texi:
1963         * lispref/keymaps.texi:
1964         * lispref/lists.texi:
1965         * lispref/markers.texi:
1966         * lispref/menus.texi:
1967         * lispref/mule.texi:
1968         * lispref/objects.texi:
1969         * lispref/specifiers.texi:
1970         * lispref/toolbar.texi:
1971         * lispref/tooltalk.texi:
1972         * lispref/x-windows.texi:
1973         * new-users-guide/custom2.texi:
1974         * new-users-guide/help.texi:
1975         * new-users-guide/modes.texi:
1976         * xemacs/abbrevs.texi:
1977         * xemacs/buffers.texi:
1978         * xemacs/custom.texi:
1979         * xemacs/help.texi:
1980         * xemacs/keystrokes.texi:
1981         * xemacs/mini.texi:
1982         * xemacs/new.texi:
1983         * xemacs/packages.texi:
1984         * xemacs/programs.texi:
1985         * xemacs/sending.texi:
1986         Change ' -- ' to '---' since Texinfo formats --- to --.
1987         Untabify.  TeX doesn't like TAB.
1988
1989 2000-01-27  Sandra Wambold  <wambold@xemacs.org>
1990
1991         * xemacs-faq.texi (Q6.2.2): updated font instructions to include
1992         21.2.*
1993
1994 2000-01-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
1995
1996         * xemacs-faq.texi: Untabify.
1997
1998 2000-01-22  Martin Buchholz  <martin@xemacs.org>
1999
2000         * internals/internals.texi (General Coding Rules): Document why we
2001         #include <config.h>
2002
2003 2000-01-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
2004
2005         * xemacs-faq.texi: Change ' -- ' to '---'.
2006
2007 2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
2008
2009         * lispref/faces.texi (Face Properties): Document
2010         remove-face-property.
2011
2012 2000-01-18  Martin Buchholz <martin@xemacs.org>
2013
2014         * XEmacs 21.2.27 is released.
2015
2016 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2017
2018         * xemacs/regs.texi: Synch with FSF 20.5.
2019
2020 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2021
2022         * info.texi: Change cross reference from emacs to xemacs.
2023
2024 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2025
2026         * xemacs/mini.texi: Synch with FSF 20.5.  Update.
2027
2028 2000-01-16  Martin Buchholz  <martin@xemacs.org>
2029
2030         * xemacs-faq.texi (Q2.1.15): Fix up @table formatting.
2031
2032 2000-01-14  Martin Buchholz  <martin@xemacs.org>
2033
2034         * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info.
2035
2036 2000-01-14  Sandra Wambold  <wambold@xemacs.org>
2037
2038         * xemacs-faq.texi: removed out-of-date XEmacs 19 questions.
2039
2040 2000-01-14  Sandra Wambold  <wambold@xemacs.org>
2041
2042         * xemacs-faq.texi: Updated Macintosh information,
2043         updated OS/2 info, changed turn-on-pending-delete answer.
2044
2045 2000-01-08  Martin Buchholz  <martin@xemacs.org>
2046
2047         * xemacs-faq.texi (Q2.1.15): Make debugging info current.
2048
2049 2000-01-08  Hrvoje Niksic  <hniksic@iskon.hr>
2050
2051         * lispref/control.texi (Signaling Errors): Document that `signal'
2052         is continuable.
2053         (Signaling Errors): Document `cerror', `signal-error', and
2054         `check-argument-type'.
2055         (Handling Errors): Mention `debug-on-signal'.
2056         (Error Symbols): Document `define-error'.
2057         (Processing of Errors): Document `display-error' and
2058         `error-message-string'.
2059
2060 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2061
2062         * internals/internals.texi: Remove latin-1 char.
2063
2064 2000-01-05  Didier Verna  <didier@xemacs.org>
2065
2066         * xemacs/custom.texi (Key bindings using strings): add missing
2067         whitespace.
2068
2069         * xemacs/xemacs.texi (Top):
2070         * new-users-guide/new-users-guide.texi (Top): add missing `@top'
2071         node.
2072
2073 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2074
2075         * lispref/minibuf.texi (Reading a Password): New section.
2076
2077 1999-12-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2078
2079         * lispref/minibuf.texi: Remove documentation about
2080         minibuffer-local-ns-map, read-no-blanks-input.
2081
2082 1999-12-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2083
2084         * lispref/minibuf.texi: Partial Synch with FSF manual.
2085         Add description about DEFAULT argument of reading functions.
2086
2087 1999-12-31  Martin Buchholz <martin@xemacs.org>
2088
2089         * XEmacs 21.2.26 is released.
2090
2091 1999-12-26  Karl M. Hegbloom  <karlheg@inetarena.com>
2092
2093         * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs
2094
2095 1999-12-24  Martin Buchholz <martin@xemacs.org>
2096
2097         * XEmacs 21.2.25 is released.
2098
2099 1999-12-21  Martin Buchholz  <martin@xemacs.org>
2100
2101         * lispref/text.texi (Near Point): Document `char-before'.
2102
2103 1999-12-20  Adrian Aichner  <adrian@xemacs.org>
2104
2105         * widget.texi: Fix typos and possessive singular errors.  Break
2106         long sentences for readability.  Remove some redundant commas.
2107
2108 1999-12-18  Martin Buchholz  <martin@xemacs.org>
2109
2110         * lispref/functions.texi (Mapping Functions):
2111         Warn about mapping functions modifying their sequences.
2112
2113 1999-12-15  Sandra Wambold  <wambold@xemacs.org>
2114
2115         * xemacs-faq.texi: link to matlab.el added; misc. address changes
2116
2117 1999-12-14  Martin Buchholz <martin@xemacs.org>
2118
2119         * XEmacs 21.2.24 is released.
2120
2121 1999-12-07  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2122
2123         * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH
2124         instead of PACKAGEPATH
2125         From Marcus Harnisch <harnisch@mikrom.de>
2126
2127 1999-12-07  Martin Buchholz <martin@xemacs.org>
2128
2129         * XEmacs 21.2.23 is released.
2130
2131 1999-12-06  Sandra Wambold  <wambold@pobox.com>
2132
2133         * xemacs-faq.texi: Added MS-Windows questions; some other changes
2134
2135 1999-11-29  Martin Buchholz  <martin@xemacs.org>
2136
2137         * info.texi (Top):
2138         Remove @ifnottex, which gives old makeinfos indigestion.
2139         * texinfo.texi (Top):
2140         Revert to pre-texinfo-4.0 version, plus small changes to make
2141         texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy.
2142
2143 1999-11-30  Sandra Wambold  <wambold@cygnus.com>
2144
2145         * xemacs-faq.texi: fixed and commented out bad URL links
2146
2147 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
2148
2149         * XEmacs 21.2.22 is released
2150
2151 1999-11-28  Martin Buchholz <martin@xemacs.org>
2152
2153         * XEmacs 21.2.21 is released.
2154
2155 1999-11-26  Martin Buchholz  <martin@xemacs.org>
2156
2157         * internals.texi (Lstream Functions):
2158         * internals.texi (Lstream Methods):
2159         Types have changed to size_t and ssize_t.  Document them.
2160
2161 1999-08-12     Gunnar Evermann  <ge204@eng.cam.ac.uk>
2162
2163         * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on
2164         XEmacs 21
2165
2166 1999-11-15  Martin Buchholz  <martin@xemacs.org>
2167
2168         * xemacs/programs.texi: Upgrade to etags Version 13.32
2169
2170         * Makefile:
2171         - Make sure the default target is `info' instead of cl.info.
2172         - Use $(INFODIR) consistently where appropriate.
2173         - Remove makeinfo-1.68 warning.  (Usually only maintainer rebuilds info).
2174         - Comment out unused macros: EMACS EMACSFLAGS
2175         - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0.
2176         - Get dependencies up to date.
2177
2178         * internals/Makefile:
2179         * xemacs/Makefile:
2180         * lispref/Makefile:
2181         * new-users-guide/Makefile:
2182         * lispref/index.perm:
2183         * lispref/index.unperm:
2184         * lispref/permute-index:
2185         * internals/index.perm:
2186         * internals/index.unperm:
2187         Remove these Makefiles.
2188         Include all functionality in man/Makefile.
2189         Support only non-permuted indexes for simplicity.
2190
2191         * emodules.texi:
2192         - TeX doesn't tolerate `_' in variable names; use `-' instead.
2193
2194         * lispref/commands.texi:
2195         * lispref/display.texi:
2196         * lispref/faces.texi:
2197         * lispref/functions.texi:
2198         * lispref/keymaps.texi:
2199         * lispref/lists.texi:
2200         * lispref/modes.texi:
2201         * lispref/objects.texi:
2202         * lispref/os.texi:
2203         * lispref/sequences.texi:
2204         * lispref/strings.texi:
2205         * lispref/text.texi:
2206         * new-users-guide/custom1.texi:
2207         * xemacs/custom.texi:
2208         * xemacs/menus.texi:
2209         - Make sources compatible with makeinfo 4.0 *and* 3.12.
2210         - Replace @sc{ASCII} with @sc{ascii}, etc...
2211         - Replace @var{(foo)} with (@var{foo}), etc...
2212
2213         * info-stnd.texi: Remove.  Who cares about the standalone info reader?
2214
2215         * texinfo.tex:
2216         * texinfo.texi:
2217         * info.texi:
2218         * standards.texi:
2219         * make-stds.texi:
2220         Import FSF-maintained files from texinfo-4.0.
2221
2222 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
2223
2224         * XEmacs 21.2.20 is released
2225
2226 1999-08-30  Robert Pluim  <rpluim@bigfoot.com>
2227
2228         * xemacs/packages.texi (Using Packages): Added description of
2229         package-get-package-provider.
2230
2231 1999-07-27  Charles G Waldman  <cgw@fnal.gov>
2232
2233         * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells'
2234
2235 1999-08-01  Adrian Aichner  <adrian@xemacs.org>
2236
2237         * xemacs/programs.texi (Balanced Editing): Remove broken
2238         line-break.
2239
2240         * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs
2241         menus.
2242         (Q1.4.1): ditto.
2243         (Q1.4.3): ditto.
2244         (Q2.0.5): Hyphenate words.
2245
2246         * info.texi (Add): Fix one typo.
2247
2248 1999-08-23  Stephane Epardaud  <stephane@lunatech.com>
2249
2250         * internals/internals.texi (Garbage Collection - Step by Step):
2251         just added some dots to shut up compile warnings.
2252
2253 1999-08-19  Matthias Neubauer  <neubauer@informatik.uni-tuebingen.de>
2254
2255         * internals/internals.texi (Garbage Collection - Step by Step):
2256         new section in chapter Allocation of Objects in XEmacs Lisp.
2257
2258 1999-07-28  Andy Piper  <andy@xemacs.org>
2259
2260         * internals.texi (Glyphs): add some glyph documentation.
2261
2262 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
2263
2264         * XEmacs 21.2.19 is released
2265
2266 1999-07-10  Adrian Aichner  <adrian@xemacs.org>
2267
2268         * emodules.texi: Use @set emacs and @value{emacs} instead of
2269         @macro (unsupported by texinfo package).  Remove stray @code.
2270         * custom.texi: Add info extension to @setfilename.
2271         * texinfo.texi: Ditto.
2272         * widget.texi: Ditto.
2273         * packages.texi: Reword a sentence, fixing @item Decide where to
2274         install ...
2275
2276 1999-07-19  Didier Verna  <didier@xemacs.org>
2277
2278         * custom.texi (Wishlist): removed the Custom Comments wishlist
2279         entry. They are implemented.
2280
2281 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
2282
2283         * XEmacs 21.2.18 is released
2284
2285 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
2286
2287         * XEmacs 21.2.17 is released
2288
2289 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
2290
2291         * XEmacs 21.2.16 is released
2292
2293 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
2294
2295         * XEmacs 21.2.15 is released
2296
2297 1999-05-30  Albert Chin-A-Young <china@thewrittenword.com>
2298
2299         * custom.texi, external-widget.texi: Minor
2300         fix to get info DIR entry correct.
2301
2302 1999-05-22  Vin Shelton <acs@xemacs.org>
2303
2304         * xemacs/cmdargs.texi:
2305         Document -private.
2306
2307 1999-05-16  Mike McEwan  <mike@lotusland.demon.co.uk>
2308
2309         * Makefile: Added `emodules.info' to info targets.
2310
2311 1999-05-20  Karl M. Hegbloom  <karlheg@debian.org>
2312
2313         * internals/internals.texi (The XEmacs Object System
2314           (Abstractly Speaking)): typo.
2315
2316 1999-05-16  Hrvoje Niksic  <hniksic@srce.hr>
2317
2318         * lispref/text.texi (Substitution): Document improvements in
2319         `translate-region'.
2320
2321 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
2322
2323         * XEmacs 21.2.14 is released
2324
2325 1999-05-11  Albert Chin-A-Young <china@thewrittenword.com>
2326
2327         * man/internals/internals.texi:
2328         * man/lispref/lispref.texi:
2329         * man/new-users-guide/new-users-guide.texi:
2330         * man/xemacs/xemacs.texi:
2331         * man/cl.texi:
2332         * man/custom.texi:
2333         * man/term.texi:
2334         * man/termcap.texi:
2335         * man/widget.texi:
2336         * man/xemacs-faq.texi:
2337         * man/external-widget.texi:
2338         Added info dir entries so install-info will add them to
2339         the common `dir' file.
2340
2341 1999-04-28  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
2342
2343         * man/lispref/mule.texi: Document CCL
2344         - add sections: syntax, statements, expressions, and examples.
2345         - fix naming and description errors.
2346         - update links in neighboring nodes.
2347
2348 1999-04-24  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2349
2350         * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500.
2351
2352 1999-04-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
2353
2354         * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame
2355         Appearance)
2356
2357 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
2358
2359         * XEmacs 21.2.13 is released
2360
2361 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
2362
2363         * XEmacs 21.2.12 is released
2364
2365 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
2366
2367         * XEmacs 21.2.11 is released
2368
2369 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
2370
2371         * XEmacs 21.2.10 is released
2372
2373 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
2374
2375         * XEmacs 21.2.9 is released
2376
2377 1999-01-14  Adrian Aichner  <adrian@xemacs.org>
2378
2379         * internals\internals.texi (Techniques for XEmacs Developers):
2380         Fixing documentation.
2381         (Basic Lisp Modules): ditto.
2382
2383 1999-01-10  J. Kean Johnston  <jkj@sco.com>
2384
2385         * emodules.texi: New file to describe XEmacs modules.
2386
2387 1998-12-28  Martin Buchholz <martin@xemacs.org>
2388
2389         * XEmacs 21.2.8 is released.
2390
2391 1998-12-24  Martin Buchholz <martin@xemacs.org>
2392
2393         * XEmacs 21.2.7 is released.
2394
2395 1998-12-16  Andy Piper  <andy@xemacs.org>
2396
2397         * XEmacs 21.2.6 is released
2398
2399 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
2400
2401         * XEmacs 21.2.5 is released
2402
2403 1998-11-30  Martin Buchholz  <martin@xemacs.org>
2404
2405         * xemacs/startup.texi (Startup Paths):
2406         * xemacs/custom.texi (Widgets):
2407         * xemacs-faq.texi (Q3.0.5):
2408         * xemacs-faq.texi (Top):
2409
2410         * widget.texi (info-link):
2411
2412         * lispref/objects.texi (Type Predicates):
2413         * lispref/objects.texi (Hash Table Type):
2414         * lispref/objects.texi (Primitive Types):
2415         * lispref/objects.texi (Lisp Data Types):
2416         * lispref/macros.texi (Backquote):
2417         * lispref/hash-tables.texi (Weak Hash Tables):
2418         * lispref/hash-tables.texi:
2419         * lispref/errors.texi (Standard Errors):
2420         * lispref/compile.texi (Disassembly):
2421         * lispref/compile.texi (Compiled-Function Objects):
2422         * lispref/compile.texi (Eval During Compile):
2423         * lispref/compile.texi (Docs and Compilation):
2424         * lispref/compile.texi (Compilation Functions):
2425         * lispref/compile.texi (Speed of Byte-Code):
2426         * lispref/compile.texi (Byte Compilation):
2427         * lispref/building.texi (Garbage Collection):
2428
2429         * internals/internals.texi (Simple Special Forms):
2430         * internals/internals.texi (Evaluation; Stack Frames; Bindings):
2431         * internals/internals.texi (Specifics of the Event Gathering Mechanism):
2432         * internals/internals.texi (String):
2433         * internals/internals.texi (Introduction to Allocation):
2434         * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
2435         * internals/internals.texi (Modules for Internationalization):
2436         * internals/internals.texi (Modules for Interfacing with X Windows):
2437         * internals/internals.texi (Modules for Interfacing with the Operating System):
2438         * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
2439         * internals/internals.texi (Modules for Interfacing with the File System):
2440         * internals/internals.texi (Modules for the Redisplay Mechanism):
2441         * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
2442         * internals/internals.texi (Editor-Level Control Flow Modules):
2443         * internals/internals.texi (Modules for Standard Editing Operations):
2444         * internals/internals.texi (Basic Lisp Modules):
2445         * internals/internals.texi (Low-Level Modules):
2446         * internals/internals.texi (A Summary of the Various XEmacs Modules):
2447         * internals/internals.texi (An Example of Mule-Aware Code):
2448         * internals/internals.texi (Working With Character and Byte Positions):
2449         * internals/internals.texi (Writing Lisp Primitives):
2450         * internals/internals.texi (General Coding Rules):
2451         * internals/internals.texi (How Lisp Objects Are Represented in C):
2452         * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
2453         * internals/internals.texi (XEmacs From the Perspective of Building):
2454         * internals/internals.texi (The Lisp Language):
2455         * internals/internals.texi (Top):
2456         * internals/internals.texi:
2457         - rewrite Internals manual
2458
2459         * cl.texi (Porting Common Lisp):
2460         * cl.texi (Hash Tables):
2461         * cl.texi (Association Lists):
2462         * cl.texi (Declarations):
2463         * cl.texi (For Clauses):
2464         * cl.texi (Basic Setf):
2465         * cl.texi (Equality Predicates):
2466         - mega patch
2467
2468 1998-11-28  SL Baur  <steve@altair.xemacs.org>
2469
2470         * XEmacs 21.2-beta4 is released.
2471
2472 1998-10-15  SL Baur  <steve@altair.xemacs.org>
2473
2474         * XEmacs 21.2-beta3 is released.
2475
2476 1998-10-09  SL Baur  <steve@altair.xemacs.org>
2477
2478         * Makefile (MAKEINFO): Undo no-split change.
2479
2480 1998-09-29  SL Baur  <steve@altair.xemacs.org>
2481
2482         * XEmacs 21.2-beta2 is released.
2483
2484 1998-09-20  Hrvoje Niksic  <hniksic@srce.hr>
2485
2486         * lispref/customize.texi: New file.
2487
2488 1998-09-09  Hrvoje Niksic  <hniksic@srce.hr>
2489
2490         * internals/internals.texi (Coding for Mule): New node and
2491         section.
2492
2493 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
2494
2495         * xemacs/packages.texi: Document manually installing binary packages.
2496
2497 1998-09-02  Jeff Miller <jmiller@smart.net>
2498
2499         * Synch calendar.texi with Emacs 20.3
2500
2501 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
2502
2503         * xemacs/packages.texi: Correct and update package documentation.
2504           Updated the package installation section to mention the visual
2505           package browser/installer.
2506
2507 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
2508
2509         * lispref/buffers.texi (Indirect Buffers): Update with XEmacs
2510         specifics.
2511
2512 1998-08-21  Greg Klanderman  <greg@alphatech.com>
2513
2514         * lispref/files.texi (User Name Completion): new section.
2515
2516 1998-07-23  Adrian Aichner  <adrian@xemacs.org>
2517
2518         * xemacs/packages.texi (Packages): Changing @itemize @emph to
2519         @itemize @bullet (this is what all other files included in
2520         xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8.
2521
2522 1998-07-20  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2523
2524         * xemacs/startup.texi: Small fixes, suggested by Hrvoje.
2525
2526         * xemacs/xemacs.texi:
2527         * xemacs/packages.texi: More packages documentation.
2528
2529 1998-07-19  SL Baur  <steve@altair.xemacs.org>
2530
2531         * XEmacs 21.2-beta1 is released.
2532
2533 1998-07-12  SL Baur  <steve@altair.xemacs.org>
2534
2535         * XEmacs 21.0-pre5 is released.
2536
2537 1998-07-09  SL Baur  <steve@altair.xemacs.org>
2538
2539         * XEmacs 21.0-pre4 is released.
2540
2541 1998-07-09  Oliver Graf <ograf@fga.de>
2542
2543         * lispref/dragndrop.texi: added warning to OffiX Protocol section
2544
2545 1998-07-09  SL Baur  <steve@altair.xemacs.org>
2546
2547         * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding
2548         damage in transit.
2549
2550 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
2551
2552         * lispref/tooltalk.texi: Fixed NEXT to @node LDAP
2553
2554         * lispref/internationalization.texi: Fixed PREV to @node LDAP
2555
2556         * lispref/lispref.texi: Added LDAP chapter from ldap.texi
2557
2558         * lispref/Makefile: Added ldap.texi to srcs
2559
2560 1998-06-29  SL Baur  <steve@altair.xemacs.org>
2561
2562         * standards.texi (Preface): Revert previous change to @node
2563         because it doesn't pass makeinfo.
2564
2565 1998-06-27  Adrian Aichner  <adrian@xemacs.org>
2566
2567         * cl.texi: See ALL.
2568         * info-stnd.texi: Fixed @setfilename.
2569         * info.texi: Fixed @setfilename and a typo.
2570         * standards.texi: Added NEXT to @node Preface. See ALL.
2571         * texinfo.texi: Fixed section names, quoted usage of @TeX{},
2572         changed some occurrences of `:' to `colon'.
2573         * xemacs-faq.texi: See ALL.
2574         * internals/internals.texi: See ALL.
2575         * lispref/back.texi: Fixed @setfilename.
2576         * lispref/compile.texi: See ALL.
2577         * lispref/debugging.texi: See ALL.
2578         * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug.
2579         * lispref/eval.texi: See ALL.
2580         * lispref/extents.texi: See ALL.
2581         * lispref/loading.texi: See ALL.
2582         * lispref/searching.texi: Escaped `(' in
2583         @cindex @samp{(?:} in regex
2584         * lispref/variables.texi: See ALL.
2585
2586 1998-06-28  SL Baur  <steve@altair.xemacs.org>
2587
2588         * xemacs/calendar.texi: Massive update.
2589         From Jeff Miller <jmiller@smart.net>
2590
2591 1998-06-20  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
2592
2593         * xemacs/abbrevs.texi:
2594         * xemacs/basic.texi:
2595         * xemacs/buildings.texi:
2596         * xemacs/cmdargs.texi:
2597         * xemacs/files.texi:
2598         * xemacs/adjustments.texi: Adjustments to integrate startup.texi
2599         and packages.texi stuff.
2600
2601         * xemacs/startup.texi:
2602         * xemacs/packages.texi: Created.
2603
2604 1998-06-10  Adrian Aichner  <adrian@xemacs.org>
2605
2606         * texinfo.texi: added ../info/ to @setfilename, broke line after
2607         @noindent.  Changed @var{arg-not-used-by-@TeX{}} to
2608         @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
2609         happy.  Fixed refs broken by a previous patch of mine.
2610
2611 1998-06-18  Darryl Okahata  <darrylo@sr.hp.com>
2612
2613         * lispref/os.texi (os.texi): Document `user-home-directory'.
2614
2615 1998-06-13  Greg Klanderman  <greg@alphatech.com>
2616
2617         * lispref/windows.texi (Resizing Windows): document third optional
2618         WINDOW argument to enlarge-window and shrink-window.
2619         (Selecting Windows): document select-window optional norecord
2620         argument.
2621         (Size of Window): document window-text-area-pixel-height and
2622         window-text-area-pixel-width.
2623         (Size of Window): document window-displayed-text-pixel-height.
2624         (Position of Window): document window-text-area-pixel-edges.
2625
2626         * lispref/positions.texi (Screen Lines): cleanup docs for
2627         vertical-motion and vertical-motion-pixels.
2628
2629 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
2630
2631         * lispref/windows.texi (Resizing Windows): Document
2632         `enlarge-window-pixels' and `shrink-window-pixels'.
2633
2634         * lispref/positions.texi (Screen Lines): Update documentation of
2635         `vertical-motion'.
2636         (Screen Lines): Document `vertical-motion-pixels'.
2637
2638         * lispref/frames.texi (Input Focus): Document `focus-frame',
2639         `save-selected-frame' and `with-selected-frame'.
2640
2641 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
2642
2643         * lispref/searching.texi (Regexp Search): Document `split-path'.
2644
2645         * lispref/files.texi (Unique File Names): Update docs for
2646         `make-temp-name'; document `temp-directory'.
2647
2648 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
2649
2650         * lispref/os.texi (Recording Input): Update docs for `recent-keys'.
2651
2652         * lispref/specifiers.texi (Specifier Instancing): Correct
2653         instantiation order.
2654         (Specifier Instancing Functions): Ditto.
2655
2656 1998-06-11  Oliver Graf <ograf@fga.de>
2657
2658         * lispref/lispref.texi: references to Drag'n'Drop fixed
2659         * lispref/modes.texi: references to Drag'n'Drop fixed
2660         * lispref/scrollbars.texi: references to Drag'n'Drop fixed
2661         * lispref/dragndrop.texi: naming changed to Drag and Drop
2662         added some docu about the drop procedure
2663
2664 1998-06-09  Adrian Aichner  <adrian@xemacs.org>
2665
2666         * info-stnd.texi: added ../info/ to @setfilename.
2667         * info.texi: added ../info/ to @setfilename.
2668         * lispref/commands.texi: see ALL.
2669         * lispref/frames.texi: see ALL.
2670         * lispref/os.texi: see ALL.
2671         * lispref/text.texi: see ALL.
2672         * new-users-guide/custom1.texi: broke line after enumerated @item.
2673         * new-users-guide/custom2.texi: see ALL.
2674         * new-users-guide/edit.texi: see ALL.
2675         * new-users-guide/enter.texi: see ALL.
2676         * new-users-guide/files.texi: see ALL.
2677         * new-users-guide/help.texi
2678         * new-users-guide/modes.texi: see ALL.
2679         * new-users-guide/new-users-guide.texi: see ALL.
2680         * new-users-guide/region.texi: see ALL.
2681         * new-users-guide/search.texi: see ALL.
2682         * new-users-guide/xmenu.texi: see ALL.
2683         * standards.texi: added ../info/ to @setfilename.
2684         * texinfo.texi: added ../info/ to @setfilename, broke line after
2685         @noindent.  Changed @var{arg-not-used-by-@TeX{}} to
2686         @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
2687         happy.
2688         * xemacs-faq.texi: added ../info/ to @setfilename.
2689         * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant
2690         p?xefs (most were empty, some elisp and emacs), used
2691         PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs
2692         User's Manual" respectively for all these.
2693
2694 1998-06-01  Oliver Graf <ograf@fga.de>
2695
2696         * lispref/dragndrop.texi: added experimental
2697
2698 1998-05-28  Oliver Graf <ograf@fga.de>
2699
2700         * lispref/dragndrop.texi: a warning, and a bit more text this time
2701
2702 1998-05-26  Oliver Graf <ograf@fga.de>
2703
2704         * lispref/dragndrop.texi: only small changes
2705
2706 1998-05-15  Christian Nybø <chr@mediascience.no>
2707
2708         * xemacs/killing.texi: Properly document `zap-to-char'.
2709
2710 1998-05-13  Greg Klanderman  <greg@alphatech.com>
2711
2712         * lispref/frames.texi (Input Focus): cleanup select-frame
2713         documentation.
2714
2715 1998-05-10  Oliver Graf <ograf@fga.de>
2716
2717         * lispref/dragndrop.texi: new section for the DnD API
2718         * lispref/lispref.texi: added Drag'n'Drop between scrollbars and
2719         modes
2720         * lispref/modes.texi: changed back-ref to Drag'n'Drop
2721         * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop
2722
2723 1998-05-05  Oliver Graf <ograf@fga.de>
2724
2725         * commands.texi: exchange of dnd-drop with misc-user
2726
2727 1998-05-04  Martin Buchholz  <martin@xemacs.org>
2728
2729         * internals.texi (Techniques for XEmacs Developers): Add some more
2730         comments on adding new files, inspired by Olivier Galibert.
2731
2732 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
2733
2734         * lispref/windows.texi (Vertical Scrolling): Fixup docstring for
2735         scroll-conservatively.
2736
2737         * lispref/loading.texi (Named Features): Document advanced args to
2738         `feature'.
2739
2740         * lispref/files.texi (File Name Expansion): Document that
2741         expand-file-name does not treat // and ~/ in the middle of file
2742         names specially.
2743
2744         * lispref/positions.texi (Excursions): Document
2745         `with-current-buffer' and `with-temp-file'.
2746
2747         * lispref/strings.texi (Formatting Strings): Document `%*'
2748         construct.
2749
2750         * lispref/os.texi (Time Conversion): Document that TIME may be
2751         omitted from format-time-string.
2752
2753         * lispref/strings.texi (String Conversion): Document BASE argument
2754         to `string-to-number'.
2755
2756         * lispref/searching.texi (Syntax of Regexps): Fix up Perl
2757         constructs documentation.
2758         (Regexp Search): Document `split-string'.
2759
2760         * xemacs/display.texi (Scrolling): Document scroll-conservatively.
2761
2762         * xemacs/killing.texi (Active Regions): Document that errors no
2763         longer highlight the region.
2764
2765         * lispref/display.texi (The Echo Area): Document message log
2766         stuff, including `display-message', `lmessage', `clear-message',
2767         (Warnings): Document warning stuff.
2768
2769         * lispref/commands.texi (Working With Events): Update `make-event'
2770         for misc-user events.
2771         (Using Interactive): Document `function-interactive'.
2772
2773         * lispref/os.texi (System Environment): Document USE-FLOATS
2774         argument to `load-average'.
2775         (User Identification): Document the new semantics of
2776         `user-full-name'.
2777
2778         * lispref/strings.texi (Creating Strings): Document `string'
2779         function.
2780
2781 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
2782
2783         * lispref/numbers.texi (Comparison of Numbers): Document multi-arg
2784         comparison functions.
2785
2786 1998-04-30  Greg Klanderman  <greg@alphatech.com>
2787
2788         * lispref/frames.texi (Input Focus): Document behavior of
2789         select-frame wrt focus-follows-mouse.
2790
2791 1998-04-30  Martin Buchholz  <martin@xemacs.org>
2792
2793         * Makefile: Support generic makes by avoiding `%' syntax.
2794         It breaks my heart to uglify the Makefile like this, but this is
2795         going to be a perpetual FAQ otherwise.
2796         General cleanup.
2797         Comment out w3 and vm info rules.
2798         Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH.
2799
2800 1998-03-27  Stephen Turnbull  <turnbull@sk.tsukuba.ac.jp>
2801
2802         * xemacs/frame.texi: Document cursor appearance at end of line.
2803
2804 1998-03-14  Hrvoje Niksic  <hniksic@srce.hr>
2805
2806         * internals/internals.texi (GCPROing): Explain when it is
2807         necessary to GCPRO function parameters.
2808
2809 1998-03-13  Hrvoje Niksic  <hniksic@srce.hr>
2810
2811         * internals/internals.texi (Writing Lisp Primitives): Updated
2812         definition of For().
2813
2814 1998-03-01  Aki Vehtari  <Aki.Vehtari@hut.fi>
2815
2816         * lispref/menus.texi: Use recommended forms in examples.
2817
2818 1998-02-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2819
2820         * cl.texi (Creating Symbols): Tell a little bit about the new
2821         handling of gensyms.
2822
2823 1998-02-21  Greg Klanderman  <greg@alphatech.com>
2824
2825         * xemacs/custom.texi (X Resources): update to describe automatic
2826         setting of x-emacs-application-class.
2827
2828         * lispref/x-windows.texi (Resources): update doc for
2829         x-emacs-application-class.
2830
2831 1998-02-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2832
2833         * cl.texi (Equality Predicates): Update to reflect change to
2834         `equalp' made in "cl-extra.el" - now compares characters case
2835         insensitively.
2836
2837 1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>
2838
2839         * lispref/menus.texi (Menu Format): Doc fix: suffix can be form.
2840
2841 1998-02-19  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2842
2843         * lispref/display.texi (Beeping): Linux has sound too.
2844
2845 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
2846
2847         * cl.texi (Argument Lists): Keywords are handled specially by
2848         XEmacs.
2849         (Porting Common Lisp): XEmacs backquotes are OK.
2850
2851 1998-02-19  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2852
2853         * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader
2854         syntax for integers.
2855         From Adrian Aichner <adrian@xemacs.org>
2856         * cl.texi (Porting Common Lisp): ' '
2857         * lispref/numbers.texi (Numbers): ' '
2858
2859 1998-02-15  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
2860
2861         * lispref/searching.texi (Regular Expressions): Document the
2862         recent regular expression syntax extensions.
2863
2864 1998-02-10  Olivier Galibert  <galibert@pobox.com>
2865
2866         * internals/internals.texi: Remove all mocklisp references.
2867
2868 1997-12-17  SL Baur  <steve@altair.xemacs.org>
2869
2870         * Makefile (SUBDIR): skk and gnats are packaged.
2871
2872         * lispref/intro.texi (Acknowledgements): Update to v3.3.
2873
2874         * lispref/lispref.texi: Update to 20.5/v3.3.
2875
2876 1997-12-10  SL Baur  <steve@altair.xemacs.org>
2877
2878         * Makefile: Don't stop on errors.
2879
2880 1997-12-06  SL Baur  <steve@altair.xemacs.org>
2881
2882         * Makefile: add skk manual.
2883
2884 1997-11-29  SL Baur  <steve@altair.xemacs.org>
2885
2886         * internals/internals.texi (XEmacs): Updated history section.
2887
2888 1997-11-28  SL Baur  <steve@altair.xemacs.org>
2889
2890         * lispref/compile.texi (Compilation Functions): Plug in the real
2891         return value.
2892         (Speed of Byte-Code): Ditto.
2893         (Compilation Functions): Ditto.
2894         (Compiled-Function Objects): Ditto.
2895         (Speed of Byte-Code): Increase loop counter by factor of 50 (the
2896         previous value was embarrassing).
2897
2898 1997-11-21  SL Baur  <steve@altair.xemacs.org>
2899
2900         * Makefile (srcs): vhdl-mode has been packaged.
2901
2902 1997-11-15  SL Baur  <steve@altair.xemacs.org>
2903
2904         * lispref/windows.texi (scroll-conservatively): Fix typo.
2905
2906 1997-11-12  Hrvoje Niksic  <hniksic@srce.hr>
2907
2908         * lispref/commands.texi (Working With Events): Document fully.
2909
2910         * lispref/windows.texi (Vertical Scrolling): Document
2911         scroll-conservatively.
2912
2913 1997-11-09  Hrvoje Niksic  <hniksic@srce.hr>
2914
2915         * lispref/extents.texi (Intro to Extents): Minor correction.
2916         (Extent Properties): Document `extent-keymap'.
2917
2918 1997-11-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2919
2920         * xemacs/mule.texi (Mule): Modify description about supported
2921         scripts.
2922
2923 1997-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2924
2925         * xemacs/mule.texi: Add description for
2926         `universal-coding-system-argument'.
2927
2928 1997-10-31  SL Baur  <steve@altair.xemacs.org>
2929
2930         * internals/internals.texi: XEmacs 19.16 is released.
2931
2932 1997-10-30  SL Baur  <steve@altair.xemacs.org>
2933
2934         * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have
2935         been packaged.
2936
2937 1997-10-22  Hrvoje Niksic  <hniksic@srce.hr>
2938
2939         * xemacs-faq.texi: Added the detailed menu listing.
2940
2941         * lispref/extents.texi (Extent Properties): Documented
2942         `set-extent-properties'.
2943
2944         * xemacs/custom.texi (Face Customization): Updated for XEmacs.
2945
2946 1997-10-07  SL Baur  <steve@altair.xemacs.org>
2947
2948         * xemacs-faq.texi (Q1.3.7): Update Russion URLs.
2949         From Rebecca Ore <rebecca.ore@op.net>
2950
2951         * lispref/databases.texi (Connecting to a Database): Describe
2952         valid types of `type' and `subtype'.
2953         From Raymond Toy <toy@rtp.ericsson.se>
2954
2955 1997-10-01  Karl M. Hegbloom  <karlheg@inetarena.com>
2956
2957         * lispref/commands.texi (Keyboard Macros): fixed typo.  Changed
2958         reference to (emacs) into a reference to (xemacs).
2959
2960 1997-10-01  Karl M. Hegbloom  <karlheg@inetarena.com>
2961
2962         * lispref/keymaps.texi (Keymaps): untabified and reformatted menu
2963         to prevent line wrap.
2964
2965 1997-09-27  SL Baur  <steve@altair.xemacs.org>
2966
2967         * gnats/flowchart.eps: New file.
2968
2969 1997-09-23  Hrvoje Niksic  <hniksic@srce.hr>
2970
2971         * xemacs/custom.texi (Easy Customization): Ditto.
2972
2973         * xemacs/xemacs.texi (Top): Added pointer to easy customization.
2974
2975 1997-09-18  SL Baur  <steve@altair.xemacs.org>
2976
2977         * internals/Makefile (../../info/$(NAME).info): Warn and clean up
2978         if someone hasn't upgraded makeinfo.
2979
2980         * Makefile (EMACS): Refer to xemacs binary in source tree.
2981         * tm/Makefile (EMACS): Ditto.
2982
2983 1997-08-15  Karl M. Hegbloom <karlheg@inetarena.com>
2984
2985         * cl.texi (Type Predicates): Update for corrected handling of
2986         `string-char' and `character'.
2987
2988 Tue Aug  5 21:56:02 1997  Barry A. Warsaw  <cc-mode-help@python.org>
2989
2990         * cc-mode.texi:
2991         In FAQ section, document use of c-mode-base-map instead of c-mode-map.
2992
2993 Fri Aug  1 22:44:49 1997  Barry A. Warsaw  <cc-mode-help@python.org>
2994
2995         * cc-mode.texi: Removed the description of c-enable-//-in-c-mode.
2996
2997 Wed Jul 30 00:01:45 1997  Barry A. Warsaw  <cc-mode-help@python.org>
2998
2999         * cc-mode.texi:
3000         Added description of template-args-cont syntactic symbol
3001
3002 1997-07-25  Barry A. Warsaw  <cc-mode-help@python.org>
3003
3004         * cc-mode.texi: Describe support for idl-mode
3005
3006         * cc-mode.texi:
3007         Document c-initialization-hook.  Also rewrite the "Getting Connected"
3008         section on byte compiling the source.
3009
3010 1997-07-21  Karl M. Hegbloom  <karlheg@inetarena.com>
3011
3012         * lispref/streams.texi: "Output Streams", change `last-output'
3013         result list from integers to characters.
3014
3015         * lispref/minibuf.texi: "Object from Minibuffer", correction.
3016
3017         * lispref/minibuf.texi: "Minibuffer History", add
3018         `Info-minibuffer-history', `Manual-page-minibuffer-history', and
3019         short paragraph refering to `M-x apropos'.
3020
3021 1997-07-17  Steven L Baur  <steve@altair.xemacs.org>
3022
3023         * Makefile: makeinfo-1.68 is verified to work.
3024
3025         * tm/Makefile (../../info/%-ja.info): Die if not running
3026         XEmacs/Mule.
3027         (../../info/%-en.info): Inherit setting of MAKEINFO.
3028
3029 Tue Jul 15 04:18:38 1997  Barry A. Warsaw  <cc-mode-help@python.org>
3030
3031         * cc-mode.texi:
3032         Describe the variable c-indent-comments-syntactically-p.
3033
3034 1997-07-15  Steven L Baur  <steve@altair.xemacs.org>
3035
3036         * internals/internals.texi (Top): Convert Buffer@'s node name to
3037         `Buffer's' because the former confuses makeinfo.
3038
3039 Thu Jul  3 22:54:03 1997  Barry A. Warsaw  <cc-mode-help@python.org>
3040
3041         * cc-mode.texi: Fixed spelling of Texinfo
3042
3043 Tue May  6 21:33:06 1997  Steven L Baur  <steve@altair.xemacs.org>
3044
3045         * lispref/files.texi (Writing to Files): Correct docstring of
3046         write-region.
3047
3048 Sun May  4 14:28:32 1997  Steven L Baur  <steve@altair.xemacs.org>
3049
3050         * lispref/annotations.texi (Annotation Primitives):
3051         `delete-annotation' does not return the deleted annotation.
3052
3053 Wed Apr 30 18:13:16 1997  Steven L Baur  <steve@altair.xemacs.org>
3054
3055         * lispref/lispref.texi: Correct release dates.
3056
3057 Sat Apr 19 20:48:00 1997  Steven L Baur  <steve@altair.xemacs.org>
3058
3059         * lispref/files.texi (File Name Expansion): Update documentation
3060         of file-relative-name.
3061
3062 Mon Apr  7 21:02:39 1997  Steven L Baur  <steve@altair.xemacs.org>
3063
3064         * lispref/lispref.texi: Update version numbers (with patches from
3065         Hrvoje Niksic).
3066
3067         * lispref/building.texi (Building XEmacs): Update version numbers
3068         and build identification.
3069
3070         * lispref/intro.texi (Introduction): Update version number.
3071
3072 Sun Mar 23 15:47:05 1997  Steven L Baur  <steve@altair.xemacs.org>
3073
3074         * Makefile (srcs): Add efs.texi.
3075
3076 Sat Mar 22 16:39:16 1997  Steven L Baur  <steve@altair.xemacs.org>
3077
3078         * Makefile (srcs): Add hm--html-mode.texi.
3079
3080 Sun Mar 16 18:48:14 1997  Steven L Baur  <steve@altair.xemacs.org>
3081
3082         * gnats/Makefile (gnats_srcs): New manuals for GNATS.
3083
3084 Wed Mar 12 14:39:43 1997  Steven L Baur  <steve@altair.xemacs.org>
3085
3086         * lispref/strings.texi (Text Comparison): Correct example for
3087         `char-equal'.  Add new function `char='.
3088
3089 Thu Mar  6 13:33:54 1997  Steven L Baur  <steve@altair.xemacs.org>
3090
3091         * Makefile: Update for new texinfo manual.
3092
3093 Tue Mar  4 11:37:42 1997  Steven L Baur  <steve@altair.xemacs.org>
3094
3095         * Makefile (../info/w3.info): Use special version of makeinfo
3096         since this manual is not backwards compatible.
3097         Clean up error handling so we only have to type make once to
3098         rebuild the info tree.
3099         (../info/vm.info): Make sure to continue in the event of error.
3100
3101 Tue Feb 25 20:17:53 1997  Steven L Baur  <steve@altair.xemacs.org>
3102
3103         * auctex/Makefile: Added `mostlyclean' and `distclean' target.
3104
3105 Wed Feb 19 17:57:27 1997  Steven L Baur  <steve@altair.xemacs.org>
3106
3107         * Makefile (auctex): New subdirectory target.
3108
3109 Wed Feb 12 12:30:27 1997  Yotam Medini  <yotam_medini@tmai.com>
3110
3111         * mule/languages.texi: Correct typo.
3112
3113 Mon Feb 10 08:17:22 1997  Steven L Baur  <steve@altair.xemacs.org>
3114
3115         * Makefile (srcs): Add custom and widget to srcs.
3116
3117         * lispref/extents.texi (Intro to Extents): Removed erroneous
3118         reference to `start-glyph' property.
3119
3120 Sun Feb  9 00:27:22 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
3121
3122         * widget.texi: New file.
3123
3124         * custom.texi: New file.
3125
3126 Thu Feb  6 22:57:09 1997  Steven L Baur  <steve@altair.xemacs.org>
3127
3128         * lispref/extents.texi (Duplicable Extents): replicable extents
3129         are history.
3130
3131 Wed Jan 29 19:59:41 1997  Steven L Baur  <steve@altair.xemacs.org>
3132
3133         * xemacs-faq.texi (Q1.1.1): Correct typos.
3134
3135 Mon Jan 27 22:28:48 1997  Bob Weiner <weiner@infodock.com>
3136
3137         * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the
3138         XEmacs manual available.
3139         (Q4.6.1): Updated Infodock Information.
3140
3141 Sat Dec 28 11:08:07 1996  Martin Buchholz  <mrb@Eng.Sun.COM>
3142
3143         * vhdl-mode.texi: Correct typo in email address.
3144
3145 Mon Dec 23 09:47:24 1996  Martin Buchholz  <mrb@Eng.Sun.COM>
3146
3147         * Makefile (srcs): Add vhdl-mode.
3148
3149 Wed Dec 18 20:21:06 1996  Martin Buchholz  <mrb@eng.sun.com>
3150
3151         * Makefile (realclean): Don't delete itself `make distclean'
3152
3153         * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump.
3154
3155         * Makefile: New File.
3156
3157 Tue Dec 10 18:35:21 1996  Rod Whitby  <rwhitby@asc.sps.mot.com>
3158
3159         * vhdl-mode.texi: New file.
3160
3161 Thu Jan 24 12:41:33 1991  Richard Stallman  (rms at mole.ai.mit.edu)
3162
3163         * texinfo.tex: Delete spurious character at beginning.
3164
3165 Tue Aug 16 13:09:12 1988  Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
3166
3167         * emacs.tex:  Corrected two typos.  No other changes before
3168         Version 19 will be made.
3169
3170         * vip.texinfo: Removed menu entry Adding Lisp Code in node
3171         Customization since the menu entry did not point to anything.
3172         Also added an @finalout command to remove overfull hboxes from the
3173         printed output.
3174
3175         * cl.texinfo:  Added @bye, \input line and @settitle to file.
3176         This file is clearly intended to be a chapter of some other work,
3177         but the other work does not yet exist.
3178
3179 Mon Jul 25 17:47:38 1988  Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
3180
3181         * texinfo.texinfo: Three typos corrected.
3182
3183 Mon Jul 11 18:02:29 1988  Chris Hanson  (cph at kleph)
3184
3185         * texindex.c (indexify): when comparing to initial strings to
3186         decide whether to change the header, must use `strncmp' to avoid
3187         comparing entire strings of which initials are a substring.
3188
3189 Sun Jun 26 18:46:16 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
3190
3191         * texindex.c (sort_in_core, sort_offline, parsefile):
3192         Give up on input file if any line doesn't start with backslash.
3193
3194 Mon May 23 10:41:35 1988  Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
3195
3196         * emacs.tex: Update information for obtaining TeX distribution from the
3197         University of Washington.