X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2FChangeLog;h=d6c5abedeaac9362c08524bf7439df27aa249df0;hp=da16c298f6aea03bb17cefd9732a379c1784aa18;hb=de7caee5f47b0888cb3895ce8c09d745f2fc35aa;hpb=571a24e2bfea15d37c3503414674f59e89ec9652 diff --git a/man/ChangeLog b/man/ChangeLog index da16c29..d6c5abe 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,1192 @@ +2006-01-28 Vin Shelton + + * XEmacs 21.4.19 is released + +2005-12-07 Vin Shelton + + * xemacs-faq.texi (Q1.0.5): Updated the dates of my contributions. + +2005-12-06 Vin Shelton + + * xemacs-faq.texi: copied from 21.5. + +2005-12-03 Vin Shelton + + * XEmacs 21.4.18 is released + +2005-12-03 Adrian Aichner + + * custom.texi (Declaring Variables): Typo fixes. + +2005-01-19 Aidan Kehoe + + * lispref/mule.texi (CCL Example): Detail an implementation of the + web's URL encoding as a CCL coding system example. + +2005-03-26 Aidan Kehoe + + * lispref/mule.texi (CCL Example): + char-int -> char-to-int, and hex 41 is decimal 65, both problems + with my previous patch pointed out by Stephen. + * lispref/mule.texi (The actual coding system): + Give information on the make-coding-system call, and where the + actual package can be found. + +2005-02-23 Aidan Kehoe + + * lispref/searching.texi (Syntax of Regexps): + Mention the \c and \C regular expression constructs; cross + reference to the Category Table documentation. + +2005-02-22 Stephen J. Turnbull + + * lispref/glyphs.texi: Complete reorganization, some content updated. + * lispref/lispref.texi (Top): Update menu to match. + * lispref/extents.texi (Extent Properties): Update xref. + * lispref/faces.texi (Face Properties): Background pixmaps can be + used on GTK and MS Windows. + (Face Convenience Functions): Cross-reference glyph interface. + Background pixmap is an image specifier, not a glyph. + +2005-02-06 Vin Shelton + + * XEmacs 21.4.17 is released + +2004-10-17 Shyamal Prasad + + * xemacs/programs.texi (Program Modes): Updated it to reflect + current status of programming modes. + * xemacs/programs.texi (CC Mode): New section introduces CC + Mode. Introduces customization with reference to CC Mode + manual. Also introduce C/AWK modes in prog-modes package + * xemacs/programs.texi (C Ident): Removed - it was + obsolete. prog-modes package documentation now contains + indentation description for old C mode + * xemacs/major.texi (Mode Hooks): Add description of major mode + hooks. Cleaned up and updated programming mode descriptions. + * xemacs/xemacs.texi (Top): Updated Detailed Node listing for new + CC Mode section in programs.texi + +2005-01-19 Aidan Kehoe + + * man/lispref/functions.texi (Functions): Rename to "Functions and + Commands" + * man/lispref/functions.texi (What Is a Function): Move the definition + of a command further up the list, give information on a trivial + (interactive) declaration, and cross-reference to the key binding + detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp + (comp.emacs.xemacs, 2005-01-18). + * man/lispref/eval.texi man/lispref/lispref.texi + man/lispref/macros.texi man/lispref/symbols.texi + man/lispref/variables.texi: Fix cross references. + +2004-11-21 Malcolm Purvis + + * Makefile (RECURSIVE_MAKE): Removed. + * Makefile (RECURSIVE_MAKE_ARGS): New. The new method for + handling parallel builds. + +2004-12-15 Ville Skyttä + + * lispref/help.texi: Document 3rd arg to `make-obsolete'. + +2004-12-05 Vin Shelton + + * XEmacs 21.4.16 is released + +2003-07-18 Alexey Mahotkin + + * lispref/windows.texi (Basic Windows): Fix typo. + +2004-09-08 Stephen J. Turnbull + + * lispref/searching.texi (Syntax of Regexps): Add example of use + of shy groups in variable subexpression, correct rumor that there + may be substantial performance gain. + +2004-08-13 Stephen J. Turnbull + + * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:. + +2004-03-31 Stephen J. Turnbull + + * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node + to function index. Document Info-goto-emacs-command-node. + +2004-06-29 Stephen J. Turnbull + + * internals/internals.texi (Modules for Other Aspects of the Lisp + Interpreter and Object System): Add description of Sextword syntax + class (now obsolete). + +2004-06-20 Stephen J. Turnbull + + * internals/internals.texi (Techniques for XEmacs Developers): Be + specific when discussing optimization. + (Techniques for XEmacs Developers): Fragments that are meaningless + by themselves or contain placeholders should be @samp, not @code. + (Modules for Regression Testing): Add tag-tests.el to list. + +2004-07-05 Stephen J. Turnbull + + * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in + the "pc" package. + +2004-06-07 Jerry James + + * lispref/modes.texi (Major Modes): Document -mode functions, and + the use of a nil argument to defined-derived mode. + * lispref/modes.texi (Major Mode Conventions): Describe the use of + delay-mode-hooks and define-derived-mode. + * lispref/modes.texi (Derived Modes): Warn against the use of + interactive specs in derived mode definitions. + * lispref/modes.texi (Hooks): Document run-mode-hooks, + delay-mode-hooks, run-hook-with-args, + run-hook-with-args-until-failure, and + run-hook-with-args-until-success. + +2004-02-02 Vin Shelton + + * XEmacs 21.4.15 is released + +2004-01-27 Stephen J. Turnbull + + * lispref/lispref.texi (Top): Pluralize node name Specifier Examples. + * lispref/specifiers.texi: Synch to 21.5 where appropriate. + +2003-11-04 Stephen J. Turnbull + + * xemacs-faq.texi: Fix Tony Rossini's address. + +2004-01-25 Steve Youngs + + * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to + remove a package. + (Q3.8.2): big-menubar is in the edit-utils package. + (Q4.3.2): Add a comment about not needing TM for things like Gnus, + MH-E and VM. + (Q5.3.3): State correct location of ps-print.el. + + * xemacs/packages.texi (Packages): Remove "Creating Packages" menu + entry. + (Package Terminology): Whitespace clean up. + (Installing Packages): Whitespace clean up and add some @code + formatters. + Re-organise the menu so that installation via PUI is first and + Sumo is last. + (Automatically): mule-base is no longer a requirement for using + PUI. + Mention optionally requiring mailcrypt. + (Note): Removed. + (Manually): Move to below the PUI installation method. + (Sumo): Move to below the manual installation method. + (Which Packages): Add mailcrypt. + (Building Packages): Remove duplicated stuff that is in + lispref/packaging.texi, xref to it instead. + (Local.rules File): xref to the appropriate node in + lispref/packaging.texi. + (Available Packages): Update to current reality. + (all): Removed. + (srckit): Removed. + (binkit): Removed. + + * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW. + + * new-users-guide/custom2.texi (Init File): big-menubar.el is in + the edit-utils package. + + * lispref/packaging.texi (Packaging): + (The User View): + (The Library Maintainer View): + (Infrastructure): + (Control Files): + (Obtaining): + (The Package Release Engineer View): + (Package Terminology): + (Building Packages): + (Makefile Targets): + (packages): New. + (Local.rules File): + (XEMACS_PACKAGES): Removed. + (XEMACS_INSTALLED_PACKAGES_ROOT): New. + (NONMULE_PACKAGES): New. + (EXCLUDES): New. + (Creating Packages): + (BATCH): New. + (VERSION): Removed. + (AUTHOR_VERSION): Removed. + (MAINTAINER): Removed. + (PACKAGE): Removed. + (PKG_TYPE): Removed. + (REQUIRES): Removed. + (CATEGORY): Removed. + (ELS): Removed. + (ELCS): Removed. + (all): Removed. + (srckit): Removed. + (binkit): Removed. + (are): New. + (STANDARD_DOCS): New. + (ELCS_1_DEST): New. + (example): New. + (PACKAGE_SUPPRESS): New. + (EXPLICIT_DOCS): New. + (DATA_DEST): New. + (Documenting Packages): + + Not quite a total rewrite, but a fairly thorough audit + nonetheless. + +2003-08-15 Stephen J. Turnbull + + * internals/internals.texi: Update copyright notice. + (GCPROing): Add missing period. + (Adding Global Lisp Variables): general.c -> general-slots.h. + (A Reader's Guide to XEmacs Coding Conventions): New node. + +2003-10-22 Ilya N. Golubev + + * custom.texi (The Init File): + * xemacs-faq.texi (Q2.1.3): + (Q2.1.5): + * internals/internals.texi (Modules for Internationalization): + * lispref/display.texi (Beeping): + * lispref/ldap.texi (Encoder/Decoder Functions): + * lispref/markers.texi (The Mark): + (The Region): + * lispref/menus.texi (Menu Accelerator Functions): + * lispref/numbers.texi (Math Functions): + * lispref/packaging.texi (package-compile.el): + (Makefile Targets): + (Local.rules File): + * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): + (libpq Lisp Variables): + (Synchronous Interface Functions): + (Other libpq Functions): + * new-users-guide/custom2.texi (Init File): + (Setting Variables): + * new-users-guide/files.texi (File Names): + (Saving Files): + * new-users-guide/search.texi (Search and Replace): + * xemacs/custom.texi (X Resources): + Fix up erroneous uses of @var instead of @code for the names of + particular variables in programming languages. + +2003-10-20 Ilya N. Golubev + + * lispref/tips.texi (Style Tips): Note disabling undo in temporary + buffers. + +2003-10-16 Ilya N. Golubev + + * lispref/tips.texi (Comment Tips): Typo fix. + +2003-09-22 Adrian Aichner + + * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE + argument for a cross reference to "The XEmacs User's Manual". + +2003-09-03 Vin Shelton + + * XEmacs 21.4.14 is released + +2003-07-31 René Kyllingstad + + * lispref/display.texi (Invisible Text): + mention line-move-ignore-invisible. + * lispref/extents.texi (Extent Properties): + end-glyph will still be displayed when invisible is set. + * lispref/extents.texi (Extents and Events): + only begin-glyph is highlighted. + +2003-08-12 Stephen J. Turnbull + + * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition. + +2003-08-05 Stephen J. Turnbull + + * lispref/packaging.texi (Creating Packages): + * xemacs/packages.texi (Creating Packages): + Style guideline for package-info.in description. + +2003-06-30 Stephen J. Turnbull + + * xemacs-faq.texi (Q3.2.2): Fix typo. + +2003-06-17 Vin Shelton + + * xemacs-faq.texi: Sync up with latest version from 21.5. + +2003-04-28 Stephen J. Turnbull + + * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows. + +2003-05-25 XEmacs Build Bot + + * XEmacs 21.4.13 is released + +2003-03-20 Martin Buchholz + + * xemacs-faq.texi: Fix minor typo. + +2003-03-19 Vin Shelton + + * widget.texi: Crib Stephen's updates and Ben's fixes en masse + from 21.5. + +2003-03-18 Stephen J. Turnbull + + * xemacs/frame.texi (Gutter Basics): Describe common options for + buffers tab control. + +2003-02-03 Steve Youngs + + * xemacs/packages.texi (Local.rules File): Update to reflect Ben's + recent dabble into the packages. + +2003-02-11 Adrian Aichner + + * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user + manual. + +2003-01-15 Stephen J. Turnbull + + * XEmacs 21.4.12 "Portable Code" is released. + +2003-01-03 Stephen J. Turnbull + + * XEmacs 21.4.11 "Native Windows TTY Support" is released. + +2003-01-02 Stephen J. Turnbull + + * internals/internals.texi (How Lisp Objects Are Represented in C): + Deprecate --use-union-type except for static error checking. + +2002-12-27 Stephen J. Turnbull + + * internals/internals.texi (Regression Testing XEmacs): Hints for + test design. + +2002-10-29 Ville Skyttä + + * xemacs-faq.texi (Top): + The canonical location for FAQ on the website is /FAQ/. + +2002-11-12 Ilya N. Golubev + + * xemacs/custom.texi (Face Customization): + (Faces): + Document face-frob-from-locale-first variable. + +2002-11-02 Stephen J. Turnbull + + * XEmacs 21.4.10 "Military Intelligence" is released. + +2002-10-29 Stephen J. Turnbull + + * lispref/compile.texi (Compilation Options): New node. + (Byte Compilation): Add it to menu. + (Compilation Functions): Minor mods. + (Docs and Compilation): + (Dynamic Loading): + Document some variable defaults. + +2002-10-23 Norbert Koch + + * xemacs-faq.texi (Q2.0.16): Fix typo in previous commit. + +2002-10-18 Stephen J. Turnbull + + * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error. + (Q6.1.4): Document cygXpm-noX. + +2002-08-22 Stephen J. Turnbull + + * internals/internals.texi (Regression Testing XEmacs): Document + how to skip and warn about tests that depend on packages. + +2002-09-22 Ville Skyttä + + * xemacs/packages.texi (Available Packages): Add fortran-modes, + perl-modes, psgml-dtds, python-modes and ruby-modes. + Some consistency tweaks. + +2002-09-20 Stephen J. Turnbull + + * internals/internals.texi (Techniques for XEmacs Developers): + More performance optimization hints. + (Modules for Other Aspects of the Lisp Interpreter and Object System): + Describe syntax code internals. + + * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later". + (Syntax Class Table): Deprecate SPC as whitespace designator. + (Syntax Flags): Rewrite for `8-bit' comment syntax flags. + +2002-08-23 Stephen J. Turnbull + + * XEmacs 21.4.9 "Informed Management" is released. + +2002-08-20 Simon Josefsson + + * lispref/building.texi (Pure Storage): Deprecate purecopy. + +2002-08-16 Stephen J. Turnbull + + * internals/internals.texi (Regression Testing XEmacs): Fix typo. + +2002-08-15 Stephen J. Turnbull + + * internals/internals.texi (GCPROing): Add comment on GCPRO. + (Regression Testing XEmacs): New node. + (Modules for Regression Testing): New node. + +2002-08-14 Stephen J. Turnbull + + * xemacs/packages.texi (Installing Packages): Revert EFS patch. + +2002-07-13 Adrian Aichner + + * xemacs/packages.texi (Installing Packages): Fix reference to + EFS. + +2002-08-09 Stephen J. Turnbull + + * packages.texi: Replace with rev 1.16 (from 21.5 current). + Includes changes by Ville Skyttä, Adrian Aichner, Simon + Josefsson, and Steve Youngs. + +2002-07-24 Ville Skyttä + + * term.texi (Input to the inferior): Fix term line/char mode + switch keybindings. Kudos to Jacob P. Burckhardt. + + * xemacs/misc.texi (Term Mode): Ditto. + +2002-07-06 Adrian Aichner + + * new-users-guide/custom1.texi (Customizing key Bindings): Fix + improper use of indef. art. "a". + +2002-07-06 Adrian Aichner + + * lispref/commands.texi (Peeking and Discarding): Ditto. + * lispref/customize.texi (Type Keywords): Ditto. + * lispref/dragndrop.texi (Drop Interface): Ditto. + +2002-07-06 Adrian Aichner + + * termcap.texi (Clearing): Ditto. + * widget.texi (User Interface): Ditto. + * widget.texi (Basic Types): Ditto. + * widget.texi (group): Ditto. + +2002-07-05 Adrian Aichner + + * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of + indef. art. "an". + +2002-07-05 Adrian Aichner + + * lispref/control.texi (Processing of Errors): Ditto. + * lispref/mule.texi (ISO 2022): Ditto. + * lispref/packaging.texi (Package Terminology): Ditto. + * lispref/text.texi (Transformations): Ditto. + +2002-07-05 Adrian Aichner + + * termcap.texi (Naming): Ditto. + * texinfo.texi (itemize): Ditto. + * texinfo.texi (Tips): Ditto. + * widget.texi (Introduction): Ditto. + * widget.texi (group): Ditto. + +2002-07-02 Stephen J. Turnbull + + * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6): + New "killing is slow" FAQ and link updates.. + +2002-06-17 Jerry James + + * emodules.texi (Loading other Modules): Describe why we do not + use RTLD_GLOBAL. + +2002-06-11 Adrian Aichner + + * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el + (found by linklint) with Google's help. + +2002-05-25 Adrian Aichner + + * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'. + +2002-06-11 Stephen J. Turnbull + + * xemacs/mule.texi (Mule Intro): Better title, explanation. + +2002-05-23 Stephen J. Turnbull + + * lispref/packaging.texi (package-info.in Fields): Typo fix. + +2002-05-20 Stephen J. Turnbull + + * xemacs/files.texi (Reverting): Mention use of prefix argument + and mode recalculation. + +2002-05-11 Adrian Aichner + + * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and + Trouble Shooting". + * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation + menu. + * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument. + * xemacs-faq.texi (Q2.0.15): New. + +2002-05-09 Stephen J. Turnbull + + * XEmacs 21.4.8 "Honest Recruiter" is released. + +2002-05-04 Stephen J. Turnbull + + * XEmacs 21.4.7 "Economic Science" is released. + +2002-05-04 Stephen J. Turnbull + + * custom.texi (The Init File): Rewrite completely. + +2002-03-19 Adrian Aichner + + * widget.texi (constants): Typo fix. + +2002-02-07 Stephen J. Turnbull + + * external-widget.texi (External Client Widget Internals): New node. + +2001-11-15 Darryl Okahata + + * lispref/glyphs.texi: + lispref/lispref.texi: Add examples of how to insert graphics into a + buffer. + +2001-12-17 Stephen J. Turnbull + + * xemacs/packages.texi (Packages): + (Package Terminology): + Carefully distinguish libraries and packages. + (Package Terminology): + More careful definitions of ``category'' and ``distribution.'' + Use ``generic'' instead of ``normal'' (N.B. package tools use + ``standard''.) + (Installing Packages): + Use @var to mark variable version strings, not @t or <>. + (Sumo): + Add disk space estimate when unpacked. + +2002-02-06 Stephen J. Turnbull + + * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. + +2002-02-01 Steve Youngs + + * xemacs/packages.texi (Removing Packages): The interactive + function is 'package-get-delete-package'. + +2001-01-24 Adrian Aichner + + * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. + +2001-11-27 Adrian Aichner + + * xemacs-faq.texi: Hyperlink fixes. + +2002-02-04 Stephen J. Turnbull + + * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. + +2002-01-24 Stephen J. Turnbull + + * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. + +2002-02-04 Stephen J. Turnbull + + * xemacs/files.texi (Files): + (File Names): + Document remote file editing, refer to EFS and TRAMP. + +2001-12-17 Stephen J. Turnbull + + * XEmacs 21.4.6 "Common Lisp" is released. + +2001-12-15 Stephen J. Turnbull + + * lispref/packaging.texi (The User's View): + Correct description of man subdirectory. + + (The Package Release Engineer's View): + (package-compile.el): + Change hazmat to useful documentation. + + (Issues): + Hazmat removal. + +2001-11-27 Stephen J. Turnbull + + * lispref/packaging.texi: New file. + * lispref/lispref.texi (Top): Add Packaging & subnodes to menus. + Include packaging.texi. + * lispref/intro.texi (Introduction): Next -> Packaging. + * lispref/objects.texi (Lisp Data Types): Previous -> Packaging. + * Makefile (lispref-srcs): Depend on lispref/packaging.texi. + +2001-10-23 Stephen J. Turnbull + + * XEmacs 21.4.5 "Civil Service" is released. + +2001-10-17 Stephen J. Turnbull + + * xemacs/text.texi (Outline Visibility): hide-subtree is bound to + C-c C-d, not C-c C-h. Thanks: Keith Browne . + +2001-07-25 Jim Horning + + * xemacs/packages.texi (Package Terminology): + * xemacs/packages.texi (Automatically): + In itemize and enumerate lists @item should be on its own line. + +2001-09-16 Adrian Aichner + + * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I + got from Gregory Neil Shapiro. + * xemacs-faq.texi (Q1.3.7): Update moved link. + * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to + avoid HTML error in texi2html translation. + +2001-09-15 Adrian Aichner + + * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge, + infodock.com is no more. + * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk. + +2001-09-09 Adrian Aichner + + * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested + by Robin S. Socha. + +2001-07-28 Stephen J. Turnbull + + * XEmacs 21.4.4 "Artificial Intelligence" is released. + +2001-06-06 Alexey Mahotkin + + * xemacs/mule.texi: Typo fixes and describe CCL and fonts. + * lispref/mule.texi: Typo fixes and describe set-charset-registry. + +2001-05-30 Ben Wing + + * xemacs-faq.texi (Top): + * xemacs-faq.texi (MS Windows): + * xemacs-faq.texi (Q6.0.1): + * xemacs-faq.texi (Q6.0.2): + * xemacs-faq.texi (Q6.0.3): + * xemacs-faq.texi (Q6.0.4): + * xemacs-faq.texi (Q6.1.1): + * xemacs-faq.texi (Q6.1.4): + * xemacs-faq.texi (Q6.1.5): + * xemacs-faq.texi (Q6.1.6): + * xemacs-faq.texi (Q6.2.1): + * xemacs-faq.texi (Q6.2.2): + * xemacs-faq.texi (Q6.3.1): + * xemacs-faq.texi (Q6.3.2): + * xemacs-faq.texi (Q6.3.3): + * xemacs-faq.texi (Q6.4.1): + * xemacs-faq.texi (Current Events): + Major rewrite. + Update all MS Windows info to current. + Redo section 6.1 almost completely. + Incorporate sections 1 and 2 of Hrvoje's FAQ. + +2001-05-16 Ben Wing + + * xemacs-faq.texi (Top): + * xemacs-faq.texi (Installation): + * xemacs-faq.texi (Q2.1.15): + * xemacs-faq.texi (Q2.1.18): + * xemacs-faq.texi (Q2.1.19): + document how to debug X errors + +2001-06-24 Stephen J. Turnbull + + * xemacs/programs.texi: Add node name (Top) to Ebrowse xref. + +2001-07-02 Adrian Aichner + + * xemacs-faq.texi (Q1.0.14): Update information following a + request by Tom Mostyn. + +2001-07-02 Adrian Aichner + + * lispref\windows.texi (Window Configurations): Fix typos. + * lispref\x-windows.texi (Resources): Ditto. + * internals\internals.texi (XEmacs From the Inside): Ditto. + * emodules.texi (Initialization Mode): Ditto. + * xemacs-faq.texi (Q6.3.2): Ditto. + +2001-06-10 Ben Wing + + * xemacs-faq.texi (Q1.0.10): + * xemacs-faq.texi (Q1.0.11): + * xemacs-faq.texi (Q1.0.12): + Update sections on Windows and MacOS availability. + +2001-06-08 Ben Wing + + * xemacs-faq.texi (Top): + * xemacs-faq.texi (MS Windows): + * xemacs-faq.texi (Q6.2.1): + * xemacs-faq.texi (Q6.2.2): + * xemacs-faq.texi (Q6.2.3): + * xemacs-faq.texi (Q6.2.4): + * xemacs-faq.texi (Q6.2.5): + * xemacs-faq.texi (Q6.3.1): + * xemacs-faq.texi (Q6.3.2): + * xemacs-faq.texi (Q6.3.3): + * xemacs-faq.texi (Q6.3.4): + * xemacs-faq.texi (Q6.4.1): + * xemacs-faq.texi (Q6.4.2): + * xemacs-faq.texi (Current Events): + * xemacs-faq.texi (Q7.0.1): + * xemacs-faq.texi (Q7.0.2): + * xemacs-faq.texi (Q7.0.3): + * xemacs-faq.texi (Q7.0.4): + * xemacs-faq.texi (Q7.0.5): + * xemacs-faq.texi (Q7.0.6): + Merge in the rest of Hrvoje's Windows FAQ. Redo section 7 + to update current reality and add condensed versions of + new changes for 21.1 and 21.4. (Not quite done for 21.4.) + Lots more Windows updates. + +2001-05-29 Alexey Mahotkin + + * xemacs/custom.texi: Documented keyboard shortcut. + * xemacs/mule.texi: Updated to match reality; tiny fixes. + +2001-06-02 Simon Josefsson + + * man/internals.texi (Techniques for XEmacs Developers): Fix + typo in ./configure line. + +2001-05-17 Stephen J. Turnbull + + * XEmacs 21.4.3 "Academic Rigor" is released. + +2001-05-15 Steve Youngs + + * xemacs/packages.texi (Local.rules): Update to reflect new dir tree. + (Creating Packages): Ditto. + (Available Packages): Ditto. + +2001-05-10 Stephen J. Turnbull + + * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released. + +2001-05-07 Martin Buchholz + + * make-stds.texi: Support makeinfo 3.12 + +2001-04-26 John H. Palmieri + + * xemacs/frame.texi (XEmacs under X): Document default-frame-plist + rather than default-frame-alist. + +2001-04-19 Stephen J. Turnbull + + * XEmacs 21.4.1 "Copyleft" is released. + +2001-04-16 Stephen J. Turnbull + + * XEmacs 21.4.0 "Solid Vapor" is released. + +2001-04-14 Gunnar Evermann + + * xemacs/building.texi : Correct documentation of eval-expression. + By default it is bound to M-: and not M-ESC. + + * xemacs/custom.texi (Init Examples): + * xemacs/search.texi (Query Replace): C-x ESC -> C-x ESC ESC + + * xemacs/text.texi (Paragraphs): M-[ -> M-{ and M-] -> M-} + From Klaus Frank + +2001-04-15 Ben Wing + + * xemacs-faq.texi (Q1.0.1): + * xemacs-faq.texi (Q1.0.2): + Rewrite description of XEmacs to match what's on web page, + in about.el. + +2001-04-14 Stephen J. Turnbull + + * XEmacs 21.2.47 "Zephir" is released. + +2001-03-30 Ben Wing + + * internals\internals.texi: + * internals\internals.texi (Top): + * internals\internals.texi (Lucid Emacs): + * internals\internals.texi (XEmacs): + * internals\internals.texi (XEmacs From the Outside): + Bump version to 1.4 and fix this everywhere. Document all + XEmacs releases up through 21.2.46. + +2001-03-16 Stephen J. Turnbull + + * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save + result of INSERT in R in pq-cmd-status example. + +2001-03-21 Martin Buchholz + + * XEmacs 21.2.46 "Urania" is released. + +2001-03-08 Ben Wing + + * internals\internals.texi (Top): + * internals\internals.texi (A History of Emacs): + * internals\internals.texi (Through Version 18): + * internals\internals.texi (Lucid Emacs): + * internals\internals.texi (GNU Emacs 19): + * internals\internals.texi (GNU Emacs 20): + * internals\internals.texi (XEmacs From the Outside): + * internals\internals.texi (The Lisp Language): + * internals\internals.texi (XEmacs From the Perspective of Building): + * internals\internals.texi (XEmacs From the Inside): + * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)): + * internals\internals.texi (How Lisp Objects Are Represented in C): + * internals\internals.texi (Rules When Writing New C Code): + * internals\internals.texi (General Coding Rules): + * internals\internals.texi (Writing Lisp Primitives): + * internals\internals.texi (Writing Good Comments): + * internals\internals.texi (Adding Global Lisp Variables): + * internals\internals.texi (Proper Use of Unsigned Types): + * internals\internals.texi (Coding for Mule): + * internals\internals.texi (Character-Related Data Types): + * internals\internals.texi (Working With Character and Byte Positions): + * internals\internals.texi (Conversion to and from External Data): + * internals\internals.texi (General Guidelines for Writing Mule-Aware Code): + * internals\internals.texi (An Example of Mule-Aware Code): + * internals\internals.texi (Techniques for XEmacs Developers): + * internals\internals.texi (A Summary of the Various XEmacs Modules): + * internals\internals.texi (Low-Level Modules): + * internals\internals.texi (Basic Lisp Modules): + * internals\internals.texi (Modules for Standard Editing Operations): + * internals\internals.texi (Editor-Level Control Flow Modules): + * internals\internals.texi (Modules for the Basic Displayable Lisp Objects): + * internals\internals.texi (Modules for other Display-Related Lisp Objects): + * internals\internals.texi (Modules for the Redisplay Mechanism): + * internals\internals.texi (Modules for Interfacing with the File System): + * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): + * internals\internals.texi (Modules for Interfacing with the Operating System): + * internals\internals.texi (Modules for Interfacing with X Windows): + * internals\internals.texi (Allocation of Objects in XEmacs Lisp): + * internals\internals.texi (Introduction to Allocation): + * internals\internals.texi (Garbage Collection): + * internals\internals.texi (GCPROing): + * internals\internals.texi (Garbage Collection - Step by Step): + * internals\internals.texi (Invocation): + * internals\internals.texi (garbage_collect_1): + * internals\internals.texi (mark_object): + * internals\internals.texi (gc_sweep): + * internals\internals.texi (sweep_lcrecords_1): + * internals\internals.texi (compact_string_chars): + * internals\internals.texi (sweep_strings): + * internals\internals.texi (sweep_bit_vectors_1): + * internals\internals.texi (Integers and Characters): + * internals\internals.texi (Allocation from Frob Blocks): + * internals\internals.texi (lrecords): + * internals\internals.texi (Low-level allocation): + * internals\internals.texi (Cons): + * internals\internals.texi (Vector): + * internals\internals.texi (Bit Vector): + * internals\internals.texi (Symbol): + * internals\internals.texi (Marker): + * internals\internals.texi (String): + * internals\internals.texi (Dumping): + * internals\internals.texi (Overview): + * internals\internals.texi (Data descriptions): + * internals\internals.texi (Dumping phase): + * internals\internals.texi (Object inventory): + * internals\internals.texi (Address allocation): + * internals\internals.texi (The header): + * internals\internals.texi (Data dumping): + * internals\internals.texi (Pointers dumping): + * internals\internals.texi (Reloading phase): + * internals\internals.texi (Events and the Event Loop): + * internals\internals.texi (Introduction to Events): + * internals\internals.texi (Main Loop): + * internals\internals.texi (Specifics of the Event Gathering Mechanism): + * internals\internals.texi (Specifics About the Emacs Event): + * internals\internals.texi (The Event Stream Callback Routines): + * internals\internals.texi (Other Event Loop Functions): + * internals\internals.texi (Converting Events): + * internals\internals.texi (Evaluation; Stack Frames; Bindings): + * internals\internals.texi (Evaluation): + * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): + * internals\internals.texi (Simple Special Forms): + * internals\internals.texi (Symbols and Variables): + * internals\internals.texi (Introduction to Symbols): + * internals\internals.texi (Obarrays): + * internals\internals.texi (Buffers and Textual Representation): + * internals\internals.texi (Introduction to Buffers): + * internals\internals.texi (The Text in a Buffer): + * internals\internals.texi (Buffer Lists): + * internals\internals.texi (Markers and Extents): + * internals\internals.texi (Bufbytes and Emchars): + * internals\internals.texi (MULE Character Sets and Encodings): + * internals\internals.texi (Character Sets): + * internals\internals.texi (Encodings): + * internals\internals.texi (Japanese EUC (Extended Unix Code)): + * internals\internals.texi (JIS7): + * internals\internals.texi (Internal Mule Encodings): + * internals\internals.texi (Internal String Encoding): + * internals\internals.texi (Internal Character Encoding): + * internals\internals.texi (The Lisp Reader and Compiler): + * internals\internals.texi (Lstreams): + * internals\internals.texi (Creating an Lstream): + * internals\internals.texi (Lstream Types): + * internals\internals.texi (Lstream Functions): + * internals\internals.texi (Consoles; Devices; Frames; Windows): + * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows): + * internals\internals.texi (Point): + * internals\internals.texi (Window Hierarchy): + * internals\internals.texi (The Redisplay Mechanism): + * internals\internals.texi (Critical Redisplay Sections): + * internals\internals.texi (Line Start Cache): + * internals\internals.texi (Extents): + * internals\internals.texi (Introduction to Extents): + * internals\internals.texi (Extent Ordering): + * internals\internals.texi (Format of the Extent Info): + * internals\internals.texi (Zero-Length Extents): + * internals\internals.texi (Mathematics of Extent Ordering): + * internals\internals.texi (Faces): + * internals\internals.texi (Glyphs): + * internals\internals.texi (Specifiers): + * internals\internals.texi (Menus): + * internals\internals.texi (Subprocesses): + * internals\internals.texi (Interface to the X Window System): + * internals\internals.texi (Lucid Widget Library): + * internals\internals.texi (Generic Widget Interface): + * internals\internals.texi (Scrollbars): + * internals\internals.texi (Menubars): + * internals\internals.texi (Checkboxes and Radio Buttons): + * internals\internals.texi (Progress Bars): + * internals\internals.texi (Tab Controls): + Add more index entries. Add sections on comments and unsigned types. + +2001-03-08 Ben Wing + + * make-stds.texi (Makefile Basics): + * make-stds.texi (Command Variables): + * make-stds.texi (Directory Variables): + * make-stds.texi (Standard Targets): + * standards.texi: + * standards.texi (Top): + * standards.texi (Preface): + * standards.texi (Legal Issues): + * standards.texi (Reading Non-Free Code): + * standards.texi (Contributions): + * standards.texi (Trademarks): + * standards.texi (Design Advice): + * standards.texi (Source Language): + * standards.texi (Compatibility): + * standards.texi (Using Extensions): + * standards.texi (Standard C): + * standards.texi (Program Behavior): + * standards.texi (Semantics): + * standards.texi (Libraries): + * standards.texi (Errors): + * standards.texi (User Interfaces): + * standards.texi (Graphical Interfaces): + * standards.texi (Command-Line Interfaces): + * standards.texi (Option Table): + * standards.texi (Memory Usage): + * standards.texi (File Usage): + * standards.texi (Formatting): + * standards.texi (Comments): + * standards.texi (Syntactic Conventions): + * standards.texi (Names): + * standards.texi (System Portability): + * standards.texi (CPU Portability): + * standards.texi (System Functions): + * standards.texi (Internationalization): + * standards.texi (Mmap): + * standards.texi (Documentation): + * standards.texi (GNU Manuals): + * standards.texi (Doc Strings and Manuals): + * standards.texi (Manual Structure Details): + * standards.texi (License for Manuals): + * standards.texi (Manual Credits): + * standards.texi (Printed Manuals): + * standards.texi (NEWS File): + * standards.texi (Change Logs): + * standards.texi (Style of Change Logs): + * standards.texi (Simple Changes): + * standards.texi (Conditional Changes): + * standards.texi (Indicating the Part Changed): + * standards.texi (Managing Releases): + * standards.texi (Configuration): + * standards.texi (Releases): + * standards.texi (References): + * standards.texi (Index): + Update to latest GNU version. + + * xemacs-faq.texi (Q6.3.3): + * xemacs-faq.texi (Q6.4.1): + Improve questions on current Windows activity. + +2001-03-07 Sandra Wambold + + * xemacs-faq.texi: (Q.1.0.7): changed list archive address + +2001-02-25 Ben Wing + + * xemacs-faq.texi (Top): + * xemacs-faq.texi (Introduction): + * xemacs-faq.texi (Q1.0.1): + * xemacs-faq.texi (Q1.0.4): + * xemacs-faq.texi (Q1.0.6): + * xemacs-faq.texi (Q1.0.10): + * xemacs-faq.texi (Q1.2.1): + * xemacs-faq.texi (Q1.4.1): + * xemacs-faq.texi (Q1.4.2): + * xemacs-faq.texi (Q2.0.12): + * xemacs-faq.texi (Q2.1.1): + * xemacs-faq.texi (Q2.1.2): + * xemacs-faq.texi (Q2.1.9): + * xemacs-faq.texi (Q2.1.15): + * xemacs-faq.texi (Q2.1.19): + * xemacs-faq.texi (Customization): + * xemacs-faq.texi (Q3.0.1): + * xemacs-faq.texi (Q3.0.2): + * xemacs-faq.texi (Q3.0.3): + * xemacs-faq.texi (Q3.0.7): + * xemacs-faq.texi (Q3.1.5): + * xemacs-faq.texi (Q3.1.6): + * xemacs-faq.texi (Q3.2.1): + * xemacs-faq.texi (Q3.2.3): + * xemacs-faq.texi (Q3.2.4): + * xemacs-faq.texi (Q3.3.1): + * xemacs-faq.texi (Q3.3.2): + * xemacs-faq.texi (Q3.3.3): + * xemacs-faq.texi (Q3.3.4): + * xemacs-faq.texi (Q3.3.5): + * xemacs-faq.texi (Q3.4.1): + * xemacs-faq.texi (Q3.4.2): + * xemacs-faq.texi (Q3.5.2): + * xemacs-faq.texi (Q3.5.4): + * xemacs-faq.texi (key-translation-map): New. + * xemacs-faq.texi (Q3.5.5): + * xemacs-faq.texi (Q3.5.6): + * xemacs-faq.texi (Q3.5.7): + * xemacs-faq.texi (Q3.5.8): + * xemacs-faq.texi (global-map): Removed. + * xemacs-faq.texi (Q3.5.9): + * xemacs-faq.texi (Q3.6.1): + * xemacs-faq.texi (Q3.6.2): + * xemacs-faq.texi (Q3.6.3): + * xemacs-faq.texi (Q3.7.6): + * xemacs-faq.texi (Q3.7.7): + * xemacs-faq.texi (Q3.8.1): + * xemacs-faq.texi (Q3.8.2): + * xemacs-faq.texi (Q3.8.3): + * xemacs-faq.texi (Q3.9.1): + * xemacs-faq.texi (Q3.9.4): + * xemacs-faq.texi (Q3.10.1): + * xemacs-faq.texi (Q3.10.2): + * xemacs-faq.texi (Q3.10.3): + * xemacs-faq.texi (Q4.0.12): + * xemacs-faq.texi (Miscellaneous): + * xemacs-faq.texi (Q5.0.1): + * xemacs-faq.texi (Q5.0.2): + * xemacs-faq.texi (Q5.0.3): + * xemacs-faq.texi (Q5.0.4): + * xemacs-faq.texi (Q5.0.5): + * xemacs-faq.texi (Q5.0.8): + * xemacs-faq.texi (Q5.0.9): + * xemacs-faq.texi (Q5.0.11): + * xemacs-faq.texi (Q5.0.12): + * xemacs-faq.texi (Q5.0.13): + * xemacs-faq.texi (Q5.0.16): + * xemacs-faq.texi (Q5.0.17): + * xemacs-faq.texi (Q5.1.9): + * xemacs-faq.texi (Q5.1.11): + * xemacs-faq.texi (Q5.2.1): + * xemacs-faq.texi (Q5.2.2): + * xemacs-faq.texi (Q5.3.1): + * xemacs-faq.texi (Q5.3.2): + * xemacs-faq.texi (Q5.3.4): + * xemacs-faq.texi (MS Windows): + * xemacs-faq.texi (Q6.0.1): + * xemacs-faq.texi (Q6.0.2): + * xemacs-faq.texi (Q6.0.3): + * xemacs-faq.texi (Q6.0.4): + * xemacs-faq.texi (Q6.1.5): + * xemacs-faq.texi (Q6.2.3): + * xemacs-faq.texi (Q6.3.1): + + Remove most references to XEmacs pre-19.15, since they are way out + of date and are cluttering up and confusing many answers. Update + references to .emacs to take into account the new init file + location. Update information about the MS Windows port. Change + description of XEmacs at beginning to match the web site. Update + info about current developers. + + +2001-02-25 Ben Wing + + * lispref\help.texi (Describing Characters): + kp- not kp_. + +2001-02-25 Ben Wing + + * new-users-guide\custom1.texi (Customization Basics): + * new-users-guide\custom1.texi (Customizing key Bindings): + * new-users-guide\custom1.texi (Customizing Menus): + * new-users-guide\custom2.texi (Other Customizations): + * new-users-guide\custom2.texi (Setting Variables): + * new-users-guide\custom2.texi (Init File): + * new-users-guide\xmenu.texi (Options Menu): + * new-users-guide\modes.texi (Major Modes): + * new-users-guide\modes.texi (Minor Modes): + * new-users-guide\new-users-guide.texi (Top): + Fix up references to .emacs to take into account init.el. + +2001-02-23 Martin Buchholz + + * XEmacs 21.2.45 "Thelxepeia" is released. + +2001-02-10 Martin Buchholz + + * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3. + +2001-02-08 Martin Buchholz + + * XEmacs 21.2.44 "Thalia" is released. + +2001-02-04 Steve Youngs + + * xemacs/xemacs.texi: Update to accomodate new and improved + packages.texi. + + * xemacs/packages.texi: Basically, apart from a few things, + rewritten from scratch. + +2001-01-27 Martin Buchholz + + * lispref/variables.texi (max-specpdl-size): Correct default value. + * lispref/eval.texi (max-lisp-eval-depth): Correct default value. + +2001-01-26 Martin Buchholz + + * XEmacs 21.2.43 "Terspichore" is released. + 2001-01-20 Martin Buchholz * XEmacs 21.2.42 "Poseidon" is released.