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