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