X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2FChangeLog;h=a1b71804aeab5e03fb6966bd1ea215212b7eaaf5;hp=ce7258259d8139debf85ddb9ccea685a696e53f3;hb=60ad9a0d8081fee7d81df258c165b5c8b7efa03a;hpb=5625b2eceaf697f104b5f883ffa73dca6e8fc005 diff --git a/man/ChangeLog b/man/ChangeLog index ce72582..a1b7180 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,1590 @@ +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. + +2001-01-18 Martin Buchholz + + * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL. + +2001-01-17 Andy Piper + + * internals.texi: some glyph documentation. + +2001-01-16 Didier Verna + + * frame.texi (Mode Line Basics): new node ... + * frame.texi (GUI Components): ... under this one ... + * frame.texi (Scrollbar Basics): ... after this one ... + * frame.texi (Toolbar Basics): ... before this one. + +2001-01-17 Martin Buchholz + + * XEmacs 21.2.41 "Polyhymnia" is released. + +2001-01-12 Martin Buchholz + + * internals/internals.texi: A little post-pdump-rename fixup. + +2001-01-13 Martin Buchholz + + * internals/internals.texi: See `pdump-rename' in src/ChangeLog. + +2001-01-10 Martin Buchholz + + * internals/internals.texi: Update for pdump changes. + +2001-01-04 Adrian Aichner + + * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to + XEmacs. + * texinfo.texi (First Node): Fixing grammar. + * texinfo.texi (Multitable Rows): Change reference from GNU Emacs + to XEmacs. + +2001-01-08 Martin Buchholz + + * XEmacs 21.2.40 is released. + +2001-01-06 Stephen J. Turnbull + + * emodules.texi (Required Functions): Xref coding rules for dual-use + modules (module and statically linked). Typo fix. + + * texinfo.texi (ref): Typo fix. + +2000-12-31 Martin Buchholz + + * XEmacs 21.2.39 is released. + +2000-12-05 Stephen J. Turnbull + + * internals/internals.texi (General Coding Rules): further document + usage of symsinit.h. Reorder slightly. + +2000-11-29 Stephen J. Turnbull + + * xemacs/packages.texi (Creating Packages): new node. + +2000-12-05 Martin Buchholz + + * XEmacs 21.2.38 is released. + +2000-12-01 Martin Buchholz + + * lispref/compile.texi: + Document differences between compiler and interpreter. + +2000-11-29 Stephen J. Turnbull + + * internals/index.texi: + internals/internals.texi: + Change "X Windows" to "the X Window System" randomly. + * internals/internals.texi (Glyphs): fiddling, move lwlib to new node. + (Lucid Widget Library): new node, added new text, ASCII art, subnode + structure. + * xemacs/frame.texi (GUI Components): new node. + * xemacs/packages.texi: minor updates. + +2000-11-10 Stephen J. Turnbull + + * info.texi (Creating an Info File): Fix typos in xrefs. + +2000-11-08 Stephen J. Turnbull + + * xemacs/cmdargs.texi (Command Switches): Add documentation of + portable dumper switches. Other minor edits. + +2000-11-21 Martin Buchholz + + * lispref/positions.texi (Word Motion): + forward-word arg is now optional. + backward-word arg is now optional. + Remove vile comment advising lisp programmer to use (forward-word -1) + instead of (backward-word 1). + * lispref/syntax.texi (Parsing Expressions): + Similarly for forward-comment. + * lispref/text.texi (Deletion): + Similarly for delete-char. + Similarly for delete-backward-char. + +2000-11-09 Martin Buchholz + + * cl.texi (Assertions): + Remove claim that elisp doesn't have continuable errors. + Document check-type as being continuable. + +2000-11-14 Adrian Aichner + + * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME + from elisp to lispref and from emacs to xemacs in relevant ?xefs. + This should also serve as a reminder for future merges with GNU + Emacs. + Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and + "XEmacs User's Manual" for lispref and xemacs respectively. + +2000-11-14 Adrian Aichner + + * lispref/abbrevs.texi (Abbrevs): Ditto. + * lispref/backups.texi (Auto-Saving): Ditto. + * lispref/backups.texi (Reverting): Ditto. + * lispref/display.texi (The Echo Area): Ditto. + * lispref/help.texi (Documentation Basics): Ditto. + * lispref/help.texi (Help Functions): Ditto. + * lispref/keymaps.texi (Scanning Keymaps): Ditto. + * lispref/locals.texi (Standard Buffer-Local Variables): Ditto. + * lispref/modes.texi (Auto Major Mode): Ditto. + * lispref/positions.texi (List Motion): Ditto. + * lispref/searching.texi (Regexp Search): Ditto. + * lispref/symbols.texi (Symbol Components): Ditto. + * lispref/tips.texi (Comment Tips): Ditto. + * lispref/tips.texi (Library Headers): Ditto. + +2000-11-14 Adrian Aichner + + * internals/internals.texi (The Buffer Object): Ditto. + +2000-11-14 Adrian Aichner + + * cl.texi (Hash Tables): Ditto. + * texinfo.texi (Other Info Files): Ditto. + * xemacs-faq.texi (Q1.0.14): Ditto. + +2000-11-14 Martin Buchholz + + * XEmacs 21.2.37 is released. + +2000-10-27 Martin Buchholz + + * xemacs/windows.texi (Other Window): + + * new-users-guide/files.texi (Saving Files): + * new-users-guide/search.texi (Search and Replace): + + * lispref/abbrevs.texi (Abbrev Tables): + * lispref/abbrevs.texi (Defining Abbrevs): + * lispref/abbrevs.texi (Abbrev Files): + * lispref/annotations.texi (Annotation Primitives): + * lispref/backups.texi (Auto-Saving): + * lispref/backups.texi (Reverting): + * lispref/buffers.texi (Current Buffer): + * lispref/buffers.texi (Buffer Names): + * lispref/buffers.texi (Buffer Modification): + * lispref/buffers.texi (Read Only Buffers): + * lispref/buffers.texi (The Buffer List): + * lispref/buffers.texi (Killing Buffers): + * lispref/buffers.texi (Indirect Buffers): + * lispref/building.texi (Building XEmacs): + * lispref/building.texi (Garbage Collection): + * lispref/commands.texi (Interactive Call): + * lispref/commands.texi (Events): + * lispref/commands.texi (Event Predicates): + * lispref/commands.texi (Working With Events): + * lispref/commands.texi (Converting Events): + * lispref/commands.texi (Key Sequence Input): + * lispref/commands.texi (Reading One Event): + * lispref/commands.texi (Waiting): + * lispref/commands.texi (Prefix Command Arguments): + * lispref/commands.texi (Recursive Editing): + * lispref/compile.texi (Compilation Functions): + * lispref/compile.texi (Compiled-Function Objects): + * lispref/consoles-devices.texi (Basic Device Functions): + * lispref/consoles-devices.texi (Console Types and Device Classes): + * lispref/consoles-devices.texi (Connecting to a Console or Device): + * lispref/control.texi (Signaling Errors): + * lispref/customize.texi (Type Keywords): + * lispref/databases.texi (Connecting to a Database): + * lispref/databases.texi (Working With a Database): + * lispref/databases.texi (Other Database Functions): + * lispref/debugging.texi (Function Debugging): + * lispref/display.texi (Refresh Screen): + * lispref/display.texi (The Echo Area): + * lispref/display.texi (Blinking): + * lispref/edebug-inc.texi (Tracing): + * lispref/edebug-inc.texi (Instrumenting Macro Calls): + * lispref/edebug-inc.texi (Edebug Options): + * lispref/eval.texi (Function Indirection): + * lispref/extents.texi (Creating and Modifying Extents): + * lispref/extents.texi (Finding Extents): + * lispref/extents.texi (Mapping Over Extents): + * lispref/extents.texi (Extent Properties): + * lispref/faces.texi (Basic Face Functions): + * lispref/faces.texi (Face Properties): + * lispref/faces.texi (Face Convenience Functions): + * lispref/faces.texi (Other Face Display Functions): + * lispref/faces.texi (Font Instance Characteristics): + * lispref/faces.texi (Color Specifiers): + * lispref/files.texi (Visiting Functions): + * lispref/files.texi (Reading from Files): + * lispref/files.texi (Changing File Attributes): + * lispref/files.texi (File Names): + * lispref/files.texi (File Name Components): + * lispref/files.texi (Directory Names): + * lispref/files.texi (Relative File Names): + * lispref/files.texi (File Name Expansion): + * lispref/files.texi (File Name Completion): + * lispref/files.texi (User Name Completion): + * lispref/files.texi (Magic File Names): + * lispref/files.texi (Creating a Partial File): + * lispref/files.texi (Format Conversion): + * lispref/frames.texi (Creating Frames): + * lispref/frames.texi (Property Access): + * lispref/frames.texi (Size and Position): + * lispref/frames.texi (Deleting Frames): + * lispref/frames.texi (Finding All Frames): + * lispref/frames.texi (Frames and Windows): + * lispref/frames.texi (Visibility of Frames): + * lispref/frames.texi (Frame Configurations): + * lispref/functions.texi (Calling Functions): + * lispref/functions.texi (Function Cells): + * lispref/glyphs.texi (Creating Glyphs): + * lispref/glyphs.texi (Image Specifiers): + * lispref/glyphs.texi (Image Instance Types): + * lispref/glyphs.texi (Image Instance Functions): + * lispref/gutter.texi (Creating Gutter): + * lispref/gutter.texi (Specifying a Gutter): + * lispref/gutter.texi (Other Gutter Variables): + * lispref/help.texi (Accessing Documentation): + * lispref/help.texi (Help Functions): + * lispref/help.texi (Obsoleteness): + * lispref/internationalization.texi (Domain Specification): + * lispref/intro.texi (Caveats): + * lispref/keymaps.texi (Active Keymaps): + * lispref/keymaps.texi (Functions for Key Lookup): + * lispref/keymaps.texi (Changing Key Bindings): + * lispref/keymaps.texi (Scanning Keymaps): + * lispref/ldap.texi (The High-Level LDAP API): + * lispref/ldap.texi (Low-level Operations on a LDAP Server): + * lispref/ldap.texi (Encoder/Decoder Functions): + * lispref/lists.texi (Setcar): + * lispref/lists.texi (Setcdr): + * lispref/lists.texi (Working With Normal Plists): + * lispref/lists.texi (Working With Lax Plists): + * lispref/loading.texi (Autoload): + * lispref/loading.texi (Named Features): + * lispref/markers.texi (Creating Markers): + * lispref/markers.texi (Changing Markers): + * lispref/markers.texi (The Mark): + * lispref/menus.texi (Modifying Menus): + * lispref/menus.texi (Pop-Up Menus): + * lispref/menus.texi (Menu Accelerator Functions): + * lispref/minibuf.texi (Text from Minibuffer): + * lispref/minibuf.texi (Object from Minibuffer): + * lispref/minibuf.texi (Basic Completion): + * lispref/minibuf.texi (High-Level Completion): + * lispref/minibuf.texi (Reading a Password): + * lispref/minibuf.texi (Minibuffer Misc): + * lispref/mouse.texi (Mouse Tracking): + * lispref/syntax.texi (Syntax Table Functions): + * lispref/numbers.texi (Arithmetic Operations): + * lispref/numbers.texi (Rounding Operations): + * lispref/numbers.texi (Math Functions): + * lispref/objects.texi (String Type): + * lispref/objects.texi (Equality Predicates): + * lispref/os.texi (Killing XEmacs): + * lispref/os.texi (Suspending XEmacs): + * lispref/os.texi (System Environment): + * lispref/os.texi (Time Conversion): + * lispref/os.texi (Timers): + * lispref/os.texi (Input Modes): + * lispref/os.texi (Translating Input): + * lispref/os.texi (Terminal Output): + * lispref/os.texi (Flow Control): + * lispref/positions.texi (Character Motion): + * lispref/positions.texi (Word Motion): + * lispref/positions.texi (Text Lines): + * lispref/positions.texi (Screen Lines): + * lispref/positions.texi (List Motion): + * lispref/positions.texi (Narrowing): + * lispref/postgresql.texi (Asynchronous Interface Functions): + * lispref/processes.texi (Subprocess Creation): + * lispref/processes.texi (Synchronous Processes): + * lispref/processes.texi (Asynchronous Processes): + * lispref/processes.texi (Process Information): + * lispref/processes.texi (Input to Processes): + * lispref/processes.texi (Signals to Processes): + * lispref/processes.texi (Process Buffers): + * lispref/processes.texi (Filter Functions): + * lispref/processes.texi (Network): + * lispref/range-tables.texi (Working With Range Tables): + * lispref/searching.texi (String Search): + * lispref/searching.texi (Regexp Search): + * lispref/searching.texi (POSIX Regexps): + * lispref/searching.texi (Replacing Match): + * lispref/searching.texi (Entire Match Data): + * lispref/sequences.texi (Bit Vector Functions): + * lispref/specifiers.texi (Adding Specifications): + * lispref/specifiers.texi (Creating Specifiers): + * lispref/specifiers.texi (Specifier Validation Functions): + * lispref/specifiers.texi (Other Specification Functions): + * lispref/streams.texi (Output Variables): + * lispref/symbols.texi (Other Plists): + * lispref/text.texi (Insertion): + * lispref/text.texi (Commands for Insertion): + * lispref/text.texi (Deletion): + * lispref/text.texi (User-Level Deletion): + * lispref/text.texi (Kill Functions): + * lispref/text.texi (Low-Level Kill Ring): + * lispref/text.texi (Undo): + * lispref/text.texi (Maintaining Undo): + * lispref/text.texi (Margins): + * lispref/text.texi (Sorting): + * lispref/text.texi (Columns): + * lispref/text.texi (Primitive Indent): + * lispref/text.texi (Mode-Specific Indent): + * lispref/text.texi (Region Indent): + * lispref/text.texi (Case Changes): + * lispref/text.texi (Examining Properties): + * lispref/text.texi (Property Search): + * lispref/text.texi (Registers): + * lispref/text.texi (Transformations): + * lispref/mule.texi (Charset Property Functions): + * lispref/mule.texi (MULE Characters): + * lispref/mule.texi (Composite Characters): + * lispref/mule.texi (Coding System Properties): + * lispref/mule.texi (Big5 and Shift-JIS Functions): + * lispref/mule.texi (CCL Statements): + * lispref/mule.texi (Calling CCL): + * lispref/mule.texi (Category Tables): + * lispref/toolbar.texi (Specifying the Toolbar): + * lispref/toolbar.texi (Other Toolbar Variables): + * lispref/tooltalk.texi (Elisp Interface for Sending Messages): + * lispref/tooltalk.texi (Elisp Interface for Receiving Messages): + * lispref/variables.texi (Creating Buffer-Local): + * lispref/variables.texi (Variable Aliases): + * lispref/windows.texi (Splitting Windows): + * lispref/windows.texi (Deleting Windows): + * lispref/windows.texi (Selecting Windows): + * lispref/windows.texi (Cyclic Window Ordering): + * lispref/windows.texi (Buffers and Windows): + * lispref/windows.texi (Displaying Buffers): + * lispref/windows.texi (Choosing Window): + * lispref/windows.texi (Window Point): + * lispref/windows.texi (Window Start): + * lispref/windows.texi (Vertical Scrolling): + * lispref/windows.texi (Horizontal Scrolling): + * lispref/windows.texi (Resizing Windows): + * lispref/windows.texi (Window Configurations): + * lispref/x-windows.texi (X Selections): + * lispref/x-windows.texi (Resources): + * lispref/strings.texi (Creating Strings): + * lispref/strings.texi (Character Codes): + * lispref/strings.texi (Text Comparison): + * lispref/strings.texi (String Conversion): + * lispref/strings.texi (Formatting Strings): + * lispref/strings.texi (Character Case): + * lispref/strings.texi (Case Tables): + * lispref/strings.texi (Char Table Types): + * lispref/strings.texi (Working With Char Tables): + Giant docstring parameter/Texinfo fixes. + + Don't use abbreviations for English words, especially when those + words have other meanings. For example, use START, not BEG. + Use OBJECT, not OBJ. + Use VALUE, not VAL. + Use BUFFER, not BUF. + Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!) + Use CHARACTER, not CH or CHR. + Use NUMBER, not NUM. + Use COLUMN, not COL. + Use POSITION, not POS. + Use SYMBOL, not SYM. + Use STRING, not STR. + Use LIMIT, not LIM. + Use OTHER-WINDOW-P, not OTHER-P. + Use PRIORITY, not PRI. + + Use `non-nil', not `true'. + + Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY. + + Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE. + + Try to find better parameter names than ARG. + + Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g; + + Use type information in parameter names. For example, use + (make-bit-vector length bit), not (make-bit-vector length init). + + Completion functions should have parameters with names like + PARTIAL-FILENAME instead of the misleading FILENAME. + + Type predicates should consistently take an OBJECT parameter, + since any object is valid as input. + + Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for + functions like next-window and next-frame that walk over window or + frame lists. + + Deleted duplicated documentation for: + one-window-p, format-insert-file + + Deleted 21 lines of VMS-specific texinfo documentation. + + Fixed up a few places where `_' was used in docstring parameter + names instead of `-'. + + Fixed up places that used nil or t without @code. + + Fixed up places that erroneously used @code instead of @var. + + Fixed many typos. + + Fixed many places where the parameters mentioned in the docstring + didn't match the actual parameters. + + Fixed 7 places that used `@var{nil}' instead of `@code{nil}'. + + Fixed 40 places where docstrings were missing trailing `.' + + Fixed the texi documentation of 41 functions where the + interactiveness of the function in the documentation did not match + the implementation. + + Fixed 117 functions where the names of parameters in the texi was + different from the names in the implementation. + + Fixed the texi documentation of 137 functions where the parameter + list of the function in the texi was semantically different from + the implementation. + +2000-10-28 Adrian Aichner + + * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to + incorporate raw HTML output in the HTML version. + +2000-11-02 Stephen J. Turnbull + + * xemacs/menus.texi: + * widget.texi: + Typo fixes and tiny clarifications. + +2000-10-19 Stephen J. Turnbull + + * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how. + Added Q2.1.25 - function not found due to package not installed. + + * xemacs/xemacs.texi: + * xemacs/abbrevs.texi: + * xemacs/basic.texi: + * xemacs/building.texi: + * xemacs/packages.texi: + * xemacs/startup.texi: + Moved "Packages" node to "Important General Concepts" section. + + * xemacs/packages.texi: Added package list from etc/PACKAGES. + +2000-10-04 Martin Buchholz + + * XEmacs 21.2.36 is released. + +2000-09-27 Martin Buchholz + + * lispref/processes.texi (Signals to Processes): Many corrections. + +2000-09-20 Martin Buchholz + + * xemacs/startup.texi (Startup Paths): Minor fixes. + +2000-09-19 Martin Buchholz + + * *: Spelling mega-patch + +2000-09-16 Martin Buchholz + + * internals/internals.texi (Low-Level Modules): + Correct the list of source files. + +2000-08-24 Adrian Aichner + + * emodules.texi (Introduction): Trivial typo fix. + +2000-08-24 Martin Buchholz + + * emodules.texi (Initialization Mode): Spell-Check. + +2000-08-24 Martin Buchholz + + * lispref/databases.texi (Connecting to a Database): + s/berkeley_db/berkeley-db/. Too much C programming. + +2000-08-02 Stephen J. Turnbull + + * xemacs/custom.texi (Menubar Resources): Document FontSet resource. + +2000-07-30 Ben Wing + + * xemacs\search.texi (Regexp Search): + * xemacs\search.texi (Regexps): + Synch up with updated docs below (describing non-greedy + operators and such). + +2000-07-30 Ben Wing + + * lispref\searching.texi (Syntax of Regexps): + Document ??, which we've supported since 20.4. + +2000-07-31 Sandra Wambold + + * xemacs-faq.texi: Minor updates in first two sections + +2000-07-27 Andy Piper + + * lispref/hash-tables.texi: add new hash table type. + +2000-07-19 Martin Buchholz + + * XEmacs 21.2.35 is released. + +2000-07-10 Martin Buchholz + + * Makefile: rm -f ==> $(RM) + +2000-07-09 Martin Buchholz + + * lispref/postgresql.texi: + - Don't mention ".so" extension. + - Make installation instructions more generic. + - Mention M-x describe-installation. + +2000-07-08 Ben Wing + + * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under + Windows problem with binary locs and latest info. + +2000-06-17 Adrian Aichner + + * lispref/glyphs.texi: Fix trivial typos. + * lispref/gutter.texi: Ditto. + * lispref/loading.texi: Ditto. + * lispref/postgresql.texi: Ditto. + +2000-06-14 Adrian Aichner + + * internals/internals.texi (Markers and Extents): Fix trivial typo. + +2000-06-11 Adrian Aichner + + * make-stds.texi: Fix trivial typos. + * xemacs-faq.texi: Ditto. + * internals/internals.texi: Ditto. + * new-users-guide/edit.texi: Ditto. + * new-users-guide/modes.texi: Ditto. + * new-users-guide/region.texi: Ditto. + +2000-06-10 Ben Wing + + * xemacs-faq.texi (Q6.1.2): + * xemacs-faq.texi (Q6.1.5): + * xemacs-faq.texi (Q6.1.6): + Corrections for Cygwin, MinGW. + +2000-06-07 Adrian Aichner + + * xemacs/basic.texi: Fix trivial typos. + * xemacs/buffers.texi: Fix trivial typos. + * xemacs/building.texi: Ditto. + * xemacs/glossary.texi: Ditto. + * xemacs/gnu.texi: Ditto. + * xemacs/help.texi: Ditto. + * xemacs/keystrokes.texi: Ditto. + * xemacs/programs.texi: Ditto. + * xemacs/search.texi: Ditto. + * xemacs/sending.texi: Ditto. + +2000-05-28 Martin Buchholz + + * XEmacs 21.2.34 is released. + +2000-05-17 Yoshiki Hayashi + + * xemacs/basic.texi: Document translation of tutorial. + * xemacs/startup.texi: Remove lock-directory. + * xemacs/enterings.texi: Update. + +2000-05-17 Yoshiki Hayashi + + * lispref/display.texi: + * lispref/faces.texi: + * lispref/glyphs.texi: + * lispref/gutter.texi: + * lispref/modes.texi: + * lispref/specifiers.texi: + * lispref/toolbar.texi: + Update. Merge Ben's doc-string update. + +2000-05-08 Yoshiki Hayashi + + * xemacs/basic.texi: + * xemacs/enterings.texi: + * xemacs/mini.texi: + Partial sync with FSF Emacs 20.6 and some update. + +2000-05-01 Martin Buchholz + + * XEmacs 21.2.33 is released. + +2000-04-11 Yoshiki Hayashi + + * xemacs-faq.texi (Q2.1.24): Removed wrong header. + +2000-04-01 Oscar Figueiredo + + * lispref/ldap.texi: Documentation of the add/modify/delete and + internationalization APIs + + * lispref/lispref.texi: Updated LDAP-related menus + +2000-03-20 Martin Buchholz + + * XEmacs 21.2.32 is released. + +2000-03-15 SL Baur + + * lispref/postgresql.texi (Unimplemented libpq Functions): Update + documentation to reflect the latest code. + +2000-03-07 SL Baur + + * lispref/postgresql.texi (PostgreSQL Support): New File. + + * lispref/ldap.texi: Insert PostgreSQL/libpq chapter. + * lispref/lispref.texi (Top): Ditto. + * lispref/internationalization.texi: Ditto. + +2000-03-07 Yoshiki Hayashi + + * lispref/glyphs.texi (Image Specifiers): Remove parenthesis. + +2000-03-06 Yoshiki Hayashi + + * xemacs-faq.texi: Put node before section. + +2000-03-05 Jonathan Harris + + * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly. + +2000-03-01 Sandra Wambold + + * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows + +2000-01-25 Yoshiki Hayashi + + * xemacs/xemacs.texi: Detailed menu update. + +2000-01-28 Yoshiki Hayashi + + * xemacs/help.texi: Synch with FSF 20.5. Update. + +2000-02-21 Yoshiki Hayashi + + * lispref/minibuf.texi: Add default argument documentation. + +2000-02-27 Martin Buchholz + + * internals/internals.texi (lrecords): Update docs for new lisp + object representation. + +2000-02-25 Martin Buchholz + + * internals/internals.texi (Techniques for XEmacs Developers): + Document INLINE_HEADER and how to create macros and inline functions. + Cleanup entire section. + +2000-02-17 Stephen J. Turnbull + + * man/lispref/gutter.texi: New file describing gutter API. + + * man/lispref/lispref.texi, man/lispref/scrollbars.texi, + + * man/lispref/toolbar.texi: Fixup links to new node Gutter. + +2000-02-17 Stephen J. Turnbull + + * man/lispref/frames.texi, man/xemacs/custom.texi, + man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars, + toolbars, and gutters as optional components of frames, with + pointers to descriptions. + +2000-02-17 Stephen J. Turnbull + + * man/lispref/mule.texi: Substantial reorganization and + revision for style of descriptions of character sets, + encodings, and coding systems. Addition of a complete table + of coding systems as of XEmacs 21.2.19. + +2000-02-23 Martin Buchholz + + * XEmacs 21.2.31 is released. + +2000-02-21 Martin Buchholz + + * XEmacs 21.2.30 is released. + +2000-02-21 Jonathan Harris + + * internals/internals.texi: Made texinfmt-friendly. + +2000-01-20 Mark Thomas + + * lispref/backups.texi (Numbered Backups): + * xemacs/files.texi (Backup Deletion): + Change trim-versions-without-asking to delete-old-versions. + +2000-02-19 Martin Buchholz + + * internals/internals.texi (Conversion to and from External Data): + Document TO_EXTERNAL_FORMAT and friends. + Doc bug fixes. + +2000-02-16 Martin Buchholz + + * XEmacs 21.2.29 is released. + +2000-02-16 Martin Buchholz + + * internals/internals.texi: Integrate Olivier's portable dumping docs. + +2000-02-09 Martin Buchholz + + * lispref/symbols.texi (Object Plists): + Document `object-plist'. + Document `remprop'. + Rework all plist frobbing docs for accuracy. + +2000-02-07 Martin Buchholz + + * XEmacs 21.2.28 is released. + +2000-02-07 Martin Buchholz + + * cl.texi: Remove (or replace by `get') references to `get*'. + +2000-01-25 Yoshiki Hayashi + + * widget.texi: + * internals/internals.texi: + * lispref/commands.texi: + * lispref/consoles-devices.texi: + * lispref/customize.texi: + * lispref/dialog.texi: + * lispref/extents.texi: + * lispref/faces.texi: + * lispref/glyphs.texi: + * lispref/keymaps.texi: + * lispref/lists.texi: + * lispref/markers.texi: + * lispref/menus.texi: + * lispref/mule.texi: + * lispref/objects.texi: + * lispref/specifiers.texi: + * lispref/toolbar.texi: + * lispref/tooltalk.texi: + * lispref/x-windows.texi: + * new-users-guide/custom2.texi: + * new-users-guide/help.texi: + * new-users-guide/modes.texi: + * xemacs/abbrevs.texi: + * xemacs/buffers.texi: + * xemacs/custom.texi: + * xemacs/help.texi: + * xemacs/keystrokes.texi: + * xemacs/mini.texi: + * xemacs/new.texi: + * xemacs/packages.texi: + * xemacs/programs.texi: + * xemacs/sending.texi: + Change ' -- ' to '---' since Texinfo formats --- to --. + Untabify. TeX doesn't like TAB. + +2000-01-27 Sandra Wambold + + * xemacs-faq.texi (Q6.2.2): updated font instructions to include + 21.2.* + +2000-01-25 Yoshiki Hayashi + + * xemacs-faq.texi: Untabify. + +2000-01-22 Martin Buchholz + + * internals/internals.texi (General Coding Rules): Document why we + #include + +2000-01-21 Yoshiki Hayashi + + * xemacs-faq.texi: Change ' -- ' to '---'. + +2000-01-19 Yoshiki Hayashi + + * lispref/faces.texi (Face Properties): Document + remove-face-property. + +2000-01-18 Martin Buchholz + + * XEmacs 21.2.27 is released. + +2000-01-17 Yoshiki Hayashi + + * xemacs/regs.texi: Synch with FSF 20.5. + +2000-01-14 Yoshiki Hayashi + + * info.texi: Change cross reference from emacs to xemacs. + +2000-01-14 Yoshiki Hayashi + + * xemacs/mini.texi: Synch with FSF 20.5. Update. + +2000-01-16 Martin Buchholz + + * xemacs-faq.texi (Q2.1.15): Fix up @table formatting. + +2000-01-14 Martin Buchholz + + * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info. + +2000-01-14 Sandra Wambold + + * xemacs-faq.texi: removed out-of-date XEmacs 19 questions. + +2000-01-14 Sandra Wambold + + * xemacs-faq.texi: Updated Macintosh information, + updated OS/2 info, changed turn-on-pending-delete answer. + +2000-01-08 Martin Buchholz + + * xemacs-faq.texi (Q2.1.15): Make debugging info current. + +2000-01-08 Hrvoje Niksic + + * lispref/control.texi (Signaling Errors): Document that `signal' + is continuable. + (Signaling Errors): Document `cerror', `signal-error', and + `check-argument-type'. + (Handling Errors): Mention `debug-on-signal'. + (Error Symbols): Document `define-error'. + (Processing of Errors): Document `display-error' and + `error-message-string'. + +2000-01-05 Yoshiki Hayashi + + * internals/internals.texi: Remove latin-1 char. + +2000-01-05 Didier Verna + + * xemacs/custom.texi (Key bindings using strings): add missing + whitespace. + + * xemacs/xemacs.texi (Top): + * new-users-guide/new-users-guide.texi (Top): add missing `@top' + node. + +1999-12-24 Yoshiki Hayashi + + * lispref/minibuf.texi (Reading a Password): New section. + +1999-12-21 Yoshiki Hayashi + + * lispref/minibuf.texi: Remove documentation about + minibuffer-local-ns-map, read-no-blanks-input. + +1999-12-21 Yoshiki Hayashi + + * lispref/minibuf.texi: Partial Synch with FSF manual. + Add description about DEFAULT argument of reading functions. + +1999-12-31 Martin Buchholz + + * XEmacs 21.2.26 is released. + +1999-12-26 Karl M. Hegbloom + + * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs + +1999-12-24 Martin Buchholz + + * XEmacs 21.2.25 is released. + +1999-12-21 Martin Buchholz + + * lispref/text.texi (Near Point): Document `char-before'. + +1999-12-20 Adrian Aichner + + * widget.texi: Fix typos and possessive singular errors. Break + long sentences for readability. Remove some redundant commas. + +1999-12-18 Martin Buchholz + + * lispref/functions.texi (Mapping Functions): + Warn about mapping functions modifying their sequences. + +1999-12-15 Sandra Wambold + + * xemacs-faq.texi: link to matlab.el added; misc. address changes + +1999-12-14 Martin Buchholz + + * XEmacs 21.2.24 is released. + +1999-12-07 Gunnar Evermann + + * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH + instead of PACKAGEPATH + From Marcus Harnisch + +1999-12-07 Martin Buchholz + + * XEmacs 21.2.23 is released. + +1999-12-06 Sandra Wambold + + * xemacs-faq.texi: Added MS-Windows questions; some other changes + +1999-11-29 Martin Buchholz + + * info.texi (Top): + Remove @ifnottex, which gives old makeinfos indigestion. + * texinfo.texi (Top): + Revert to pre-texinfo-4.0 version, plus small changes to make + texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy. + +1999-11-30 Sandra Wambold + + * xemacs-faq.texi: fixed and commented out bad URL links + +1999-11-29 XEmacs Build Bot + + * XEmacs 21.2.22 is released + +1999-11-28 Martin Buchholz + + * XEmacs 21.2.21 is released. + +1999-11-26 Martin Buchholz + + * internals.texi (Lstream Functions): + * internals.texi (Lstream Methods): + Types have changed to size_t and ssize_t. Document them. + +1999-08-12 Gunnar Evermann + + * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on + XEmacs 21 + +1999-11-15 Martin Buchholz + + * xemacs/programs.texi: Upgrade to etags Version 13.32 + + * Makefile: + - Make sure the default target is `info' instead of cl.info. + - Use $(INFODIR) consistently where appropriate. + - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info). + - Comment out unused macros: EMACS EMACSFLAGS + - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0. + - Get dependencies up to date. + + * internals/Makefile: + * xemacs/Makefile: + * lispref/Makefile: + * new-users-guide/Makefile: + * lispref/index.perm: + * lispref/index.unperm: + * lispref/permute-index: + * internals/index.perm: + * internals/index.unperm: + Remove these Makefiles. + Include all functionality in man/Makefile. + Support only non-permuted indexes for simplicity. + + * emodules.texi: + - TeX doesn't tolerate `_' in variable names; use `-' instead. + + * lispref/commands.texi: + * lispref/display.texi: + * lispref/faces.texi: + * lispref/functions.texi: + * lispref/keymaps.texi: + * lispref/lists.texi: + * lispref/modes.texi: + * lispref/objects.texi: + * lispref/os.texi: + * lispref/sequences.texi: + * lispref/strings.texi: + * lispref/text.texi: + * new-users-guide/custom1.texi: + * xemacs/custom.texi: + * xemacs/menus.texi: + - Make sources compatible with makeinfo 4.0 *and* 3.12. + - Replace @sc{ASCII} with @sc{ascii}, etc... + - Replace @var{(foo)} with (@var{foo}), etc... + + * info-stnd.texi: Remove. Who cares about the standalone info reader? + + * texinfo.tex: + * texinfo.texi: + * info.texi: + * standards.texi: + * make-stds.texi: + Import FSF-maintained files from texinfo-4.0. + +1999-11-10 XEmacs Build Bot + + * XEmacs 21.2.20 is released + +1999-08-30 Robert Pluim + + * xemacs/packages.texi (Using Packages): Added description of + package-get-package-provider. + +1999-07-27 Charles G Waldman + + * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells' + +1999-08-01 Adrian Aichner + + * xemacs/programs.texi (Balanced Editing): Remove broken + line-break. + + * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs + menus. + (Q1.4.1): ditto. + (Q1.4.3): ditto. + (Q2.0.5): Hyphenate words. + + * info.texi (Add): Fix one typo. + +1999-08-23 Stephane Epardaud + + * internals/internals.texi (Garbage Collection - Step by Step): + just added some dots to shut up compile warnings. + +1999-08-19 Matthias Neubauer + + * internals/internals.texi (Garbage Collection - Step by Step): + new section in chapter Allocation of Objects in XEmacs Lisp. + +1999-07-28 Andy Piper + + * internals.texi (Glyphs): add some glyph documentation. + +1999-07-30 XEmacs Build Bot + + * XEmacs 21.2.19 is released + +1999-07-10 Adrian Aichner + + * emodules.texi: Use @set emacs and @value{emacs} instead of + @macro (unsupported by texinfo package). Remove stray @code. + * custom.texi: Add info extension to @setfilename. + * texinfo.texi: Ditto. + * widget.texi: Ditto. + * packages.texi: Reword a sentence, fixing @item Decide where to + install ... + +1999-07-19 Didier Verna + + * custom.texi (Wishlist): removed the Custom Comments wishlist + entry. They are implemented. + +1999-07-13 XEmacs Build Bot + + * XEmacs 21.2.18 is released + +1999-06-22 XEmacs Build Bot + + * XEmacs 21.2.17 is released + +1999-06-11 XEmacs Build Bot + + * XEmacs 21.2.16 is released + +1999-06-04 XEmacs Build Bot + + * XEmacs 21.2.15 is released + +1999-05-30 Albert Chin-A-Young + + * custom.texi, external-widget.texi: Minor + fix to get info DIR entry correct. + +1999-05-22 Vin Shelton + + * xemacs/cmdargs.texi: + Document -private. + +1999-05-16 Mike McEwan + + * Makefile: Added `emodules.info' to info targets. + +1999-05-20 Karl M. Hegbloom + + * internals/internals.texi (The XEmacs Object System + (Abstractly Speaking)): typo. + +1999-05-16 Hrvoje Niksic + + * lispref/text.texi (Substitution): Document improvements in + `translate-region'. + +1999-05-14 XEmacs Build Bot + + * XEmacs 21.2.14 is released + +1999-05-11 Albert Chin-A-Young + + * man/internals/internals.texi: + * man/lispref/lispref.texi: + * man/new-users-guide/new-users-guide.texi: + * man/xemacs/xemacs.texi: + * man/cl.texi: + * man/custom.texi: + * man/term.texi: + * man/termcap.texi: + * man/widget.texi: + * man/xemacs-faq.texi: + * man/external-widget.texi: + Added info dir entries so install-info will add them to + the common `dir' file. + +1999-04-28 Stephen J. Turnbull + + * man/lispref/mule.texi: Document CCL + - add sections: syntax, statements, expressions, and examples. + - fix naming and description errors. + - update links in neighboring nodes. + +1999-04-24 Gunnar Evermann + + * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500. + +1999-04-23 Gunnar Evermann + + * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame + Appearance) + +1999-03-12 XEmacs Build Bot + + * XEmacs 21.2.13 is released + +1999-03-05 XEmacs Build Bot + + * XEmacs 21.2.12 is released + +1999-03-01 XEmacs Build Bot + + * XEmacs 21.2.11 is released + +1999-02-05 XEmacs Build Bot + + * XEmacs 21.2.10 is released + +1999-02-02 XEmacs Build Bot + + * XEmacs 21.2.9 is released + +1999-01-14 Adrian Aichner + + * internals\internals.texi (Techniques for XEmacs Developers): + Fixing documentation. + (Basic Lisp Modules): ditto. + +1999-01-10 J. Kean Johnston + + * emodules.texi: New file to describe XEmacs modules. + 1998-12-28 Martin Buchholz * XEmacs 21.2.8 is released. @@ -115,7 +1702,7 @@ 1998-09-03 Darryl Okahata * xemacs/packages.texi: Correct and update package documentation. - Updated the package installation section to mention the visual + Updated the package installation section to mention the visual package browser/installer. 1998-08-31 Hrvoje Niksic @@ -127,7 +1714,7 @@ * lispref/files.texi (User Name Completion): new section. -1998-07-23 Adrian Aichner +1998-07-23 Adrian Aichner * xemacs/packages.texi (Packages): Changing @itemize @emph to @itemize @bullet (this is what all other files included in @@ -137,7 +1724,7 @@ * xemacs/startup.texi: Small fixes, suggested by Hrvoje. - * xemacs/xemacs.texi: + * xemacs/xemacs.texi: * xemacs/packages.texi: More packages documentation. 1998-07-19 SL Baur @@ -176,14 +1763,14 @@ * standards.texi (Preface): Revert previous change to @node because it doesn't pass makeinfo. -1998-06-27 Adrian Aichner +1998-06-27 Adrian Aichner * cl.texi: See ALL. * info-stnd.texi: Fixed @setfilename. * info.texi: Fixed @setfilename and a typo. * standards.texi: Added NEXT to @node Preface. See ALL. * texinfo.texi: Fixed section names, quoted usage of @TeX{}, - changed some occurences of `:' to `colon'. + changed some occurrences of `:' to `colon'. * xemacs-faq.texi: See ALL. * internals/internals.texi: See ALL. * lispref/back.texi: Fixed @setfilename. @@ -204,18 +1791,18 @@ 1998-06-20 Michael Sperber [Mr. Preprocessor] - * xemacs/abbrevs.texi: - * xemacs/basic.texi: - * xemacs/buildings.texi: - * xemacs/cmdargs.texi: - * xemacs/files.texi: + * xemacs/abbrevs.texi: + * xemacs/basic.texi: + * xemacs/buildings.texi: + * xemacs/cmdargs.texi: + * xemacs/files.texi: * xemacs/adjustments.texi: Adjustments to integrate startup.texi and packages.texi stuff. - * xemacs/startup.texi: + * xemacs/startup.texi: * xemacs/packages.texi: Created. -1998-06-10 Adrian Aichner +1998-06-10 Adrian Aichner * texinfo.texi: added ../info/ to @setfilename, broke line after @noindent. Changed @var{arg-not-used-by-@TeX{}} to @@ -228,12 +1815,12 @@ 1998-06-13 Greg Klanderman - * lispref/windows.texi (Resizing Windows): document third optional + * lispref/windows.texi (Resizing Windows): document third optional WINDOW argument to enlarge-window and shrink-window. (Selecting Windows): document select-window optional norecord - argument. + argument. (Size of Window): document window-text-area-pixel-height and - window-text-area-pixel-width. + window-text-area-pixel-width. (Size of Window): document window-displayed-text-pixel-height. (Position of Window): document window-text-area-pixel-edges. @@ -275,7 +1862,7 @@ * lispref/dragndrop.texi: naming changed to Drag and Drop added some docu about the drop procedure -1998-06-09 Adrian Aichner +1998-06-09 Adrian Aichner * info-stnd.texi: added ../info/ to @setfilename. * info.texi: added ../info/ to @setfilename. @@ -324,7 +1911,7 @@ 1998-05-13 Greg Klanderman * lispref/frames.texi (Input Focus): cleanup select-frame - documentation. + documentation. 1998-05-10 Oliver Graf @@ -340,7 +1927,7 @@ 1998-05-04 Martin Buchholz - * internals.texi (Techniques for XEmacs Developers): Add some more + * internals.texi (Techniques for XEmacs Developers): Add some more comments on adding new files, inspired by Olivier Galibert. 1998-05-02 Hrvoje Niksic @@ -348,7 +1935,7 @@ * lispref/windows.texi (Vertical Scrolling): Fixup docstring for scroll-conservatively. - * lispref/loading.texi (Named Features): Document advanced args to + * lispref/loading.texi (Named Features): Document advanced args to `feature'. * lispref/files.texi (File Name Expansion): Document that @@ -364,7 +1951,7 @@ * lispref/os.texi (Time Conversion): Document that TIME may be omitted from format-time-string. - * lispref/strings.texi (String Conversion): Document BASE argument + * lispref/strings.texi (String Conversion): Document BASE argument to `string-to-number'. * lispref/searching.texi (Syntax of Regexps): Fix up Perl @@ -380,7 +1967,7 @@ stuff, including `display-message', `lmessage', `clear-message', (Warnings): Document warning stuff. - * lispref/commands.texi (Working With Events): Update `make-event' + * lispref/commands.texi (Working With Events): Update `make-event' for misc-user events. (Using Interactive): Document `function-interactive'. @@ -394,7 +1981,7 @@ 1998-05-02 Hrvoje Niksic - * lispref/numbers.texi (Comparison of Numbers): Document multi-arg + * lispref/numbers.texi (Comparison of Numbers): Document multi-arg comparison functions. 1998-04-30 Greg Klanderman @@ -440,7 +2027,7 @@ setting of x-emacs-application-class. * lispref/x-windows.texi (Resources): update doc for - x-emacs-application-class. + x-emacs-application-class. 1998-02-20 Karl M. Hegbloom @@ -466,7 +2053,7 @@ * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader syntax for integers. - From Adrian Aichner + From Adrian Aichner * cl.texi (Porting Common Lisp): ' ' * lispref/numbers.texi (Numbers): ' ' @@ -809,4 +2396,3 @@ Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) * emacs.tex: Update information for obtaining TeX distribution from the University of Washington. -