# HG changeset patch # User adrian # Date 1010005046 0 # Node ID f72a191f8ecf984343ee35229a32dbce1cbb29c9 # Parent 128e95ac472f5aae38498cb38d754694ea53f3c2 [xemacs-hg @ 2002-01-02 20:56:32 by adrian] [ACR21.4] xemacs-21.5: Add missing direntry, reword, unify diff -r 128e95ac472f -r f72a191f8ecf ChangeLog --- a/ChangeLog Sun Dec 30 04:12:08 2001 +0000 +++ b/ChangeLog Wed Jan 02 20:57:26 2002 +0000 @@ -1,3 +1,8 @@ +2002-01-02 Adrian Aichner + + * info/dir (File): Reword entry for Emodules according to + ../man/emodules.texi. + 2001-12-29 Steve Youngs * etc/package-index.LATEST.gpg: Update. diff -r 128e95ac472f -r f72a191f8ecf info/dir --- a/info/dir Sun Dec 30 04:12:08 2001 +0000 +++ b/info/dir Wed Jan 02 20:57:26 2002 +0000 @@ -47,7 +47,7 @@ * CL:: A Common Lisp compatibility package for Emacs-Lisp. * Custom:: Customization Library for Emacs. -* Emodules:: XEmacs dynamic loadable module support. +* Emodules:: XEmacs dynamically loadable module support. * External-Widget:: Use XEmacs as a text widget inside of another program. * Standards:: GNU coding standards. * Term:: A mode to control inferior processes (a comint replacement) diff -r 128e95ac472f -r f72a191f8ecf man/ChangeLog --- a/man/ChangeLog Sun Dec 30 04:12:08 2001 +0000 +++ b/man/ChangeLog Wed Jan 02 20:57:26 2002 +0000 @@ -1,3 +1,9 @@ +2002-01-02 Adrian Aichner + + * emodules.texi: Add missing direntry, reword "dynamic loadable" + to "dynamically loadable". + * external-widget.texi: Add missing direntry. + 2001-12-19 Yoshiki Hayashi * xemacs/programs.texi: Etags update from Francesco. diff -r 128e95ac472f -r f72a191f8ecf man/emodules.texi --- a/man/emodules.texi Sun Dec 30 04:12:08 2001 +0000 +++ b/man/emodules.texi Wed Jan 02 20:57:26 2002 +0000 @@ -3,6 +3,11 @@ @c %**start of header @setfilename ../info/emodules.info @settitle Extending Emacs using C Modules +@direntry +* Emodules: (emodules). XEmacs dynamically loadable module support. +@end direntry +@c footnotestyle separate +@c paragraphindent 2 @c %**end of header @c @@ -113,8 +118,8 @@ @ifinfo @node Top, Introduction, (dir), (dir) -This Info file contains v1.0 of the @value{emacs} dynamic loadable module -support documentation. +This Info file contains v1.0 of the @value{emacs} dynamically loadable +module support documentation. @menu * Introduction:: Introducing Emacs Modules * Anatomy of a Module:: Basic module layout and technology @@ -174,12 +179,12 @@ @cindex DLL @cindex DSO @cindex shared object - This manual describes a new way of extending @value{emacs}, by using dynamic -loadable modules (also known as dynamically loadable libraries (DLLs), -dynamic shared objects (DSOs) or just simply shared objects), which can -be written in C or C++ and loaded into @value{emacs} at any time. I sometimes -refer to this technology as @dfn{CEmacs}, which is short for @dfn{C -Extensible Emacs}. + This manual describes a new way of extending @value{emacs}, by using +dynamically loadable modules (also known as dynamically loadable +libraries (DLLs), dynamic shared objects (DSOs) or just simply shared +objects), which can be written in C or C++ and loaded into @value{emacs} +at any time. I sometimes refer to this technology as @dfn{CEmacs}, +which is short for @dfn{C Extensible Emacs}. @value{emacs} modules are configured into and installed with @value{emacs} by default on all systems that support loading of shared objects. From a diff -r 128e95ac472f -r f72a191f8ecf man/external-widget.texi --- a/man/external-widget.texi Sun Dec 30 04:12:08 2001 +0000 +++ b/man/external-widget.texi Wed Jan 02 20:57:26 2002 +0000 @@ -5,7 +5,7 @@ @ifinfo @dircategory XEmacs Editor @direntry -* External Widget: (external-widget) External Client Widget. +* External Widget: (external-widget). External Client Widget. @end direntry @end ifinfo