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