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