emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115847: * ede.texi, eieio.texi, semantic.texi, srec


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115847: * ede.texi, eieio.texi, semantic.texi, srecode.texi: Add copyright notice
Date: Fri, 03 Jan 2014 03:14:05 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115847
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-01-02 19:13:58 -0800
message:
  * ede.texi, eieio.texi, semantic.texi, srecode.texi: Add copyright notice
  to titlepage.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/ede.texi              ede.texi-20091113204419-o5vbwnq5f7feedwu-11396
  doc/misc/eieio.texi            
eieio.texi-20091113204419-o5vbwnq5f7feedwu-11397
  doc/misc/semantic.texi         semantic.texi-20091117210551-bqxn4u9uesl3d17a-2
  doc/misc/srecode.texi          srecode.texi-20121212171353-60tnfiqymns76dq1-1
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-01-03 03:07:20 +0000
+++ b/doc/misc/ChangeLog        2014-01-03 03:13:58 +0000
@@ -1,5 +1,8 @@
 2014-01-03  Glenn Morris  <address@hidden>
 
+       * ede.texi, eieio.texi, semantic.texi, srecode.texi:
+       Add copyright notice to titlepage.
+
        * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
 
        * ert.texi: Add a titlepage.  Use @insertcopying.

=== modified file 'doc/misc/ede.texi'
--- a/doc/misc/ede.texi 2014-01-01 08:31:29 +0000
+++ b/doc/misc/ede.texi 2014-01-03 03:13:58 +0000
@@ -30,6 +30,9 @@
 @center @titlefont{EDE (The Emacs Development Environment)}
 @sp 4
 @center by Eric Ludlam
address@hidden
address@hidden 0pt plus 1filll
address@hidden
 @end titlepage
 @page
 

=== modified file 'doc/misc/eieio.texi'
--- a/doc/misc/eieio.texi       2014-01-01 08:31:29 +0000
+++ b/doc/misc/eieio.texi       2014-01-03 03:13:58 +0000
@@ -35,15 +35,16 @@
 @center @address@hidden
 @sp 4
 @center by @value{AUTHOR}
address@hidden
address@hidden 0pt plus 1filll
address@hidden
 @end titlepage
address@hidden
 
 @macro eieio{}
 @i{EIEIO}
 @end macro
 
address@hidden Top, Quick Start, (dir), (dir)
address@hidden  node-name,  next,  previous,  up
address@hidden Top
 @top EIEIO
 
 @eieio{} (``Enhanced Implementation of Emacs Interpreted Objects'')
@@ -173,7 +174,6 @@
 error.  @ref{Signals}.
 
 @node Introduction
address@hidden  node-name,  next,  previous,  up
 @chapter Introduction
 
 Due to restrictions in the Emacs Lisp language, CLOS cannot be
@@ -245,7 +245,6 @@
 @end table
 
 @node Building Classes
address@hidden  node-name,  next,  previous,  up
 @chapter Building Classes
 
 First off, please note that this manual cannot serve as a complete
@@ -632,7 +631,6 @@
 @eieio{}-specific tags.
 
 @node Making New Objects
address@hidden  node-name,  next,  previous,  up
 @chapter Making New Objects
 
 Suppose we have a simple class is defined, such as:
@@ -702,7 +700,6 @@
 @end defun
 
 @node Accessing Slots
address@hidden  node-name,  next,  previous,  up
 @chapter Accessing Slots
 
 There are several ways to access slot values in an object.  The naming
@@ -819,7 +816,6 @@
 @end defun
 
 @node Writing Methods
address@hidden  node-name,  next,  previous,  up
 @chapter Writing Methods
 
 Writing a method in @eieio{} is similar to writing a function.  The
@@ -1036,7 +1032,6 @@
 @end table
 
 @node Predicates
address@hidden  node-name,  next,  previous,  up
 @chapter Predicates and Utilities
 
 Now that we know how to create classes, access slots, and define
@@ -1197,7 +1192,6 @@
 @end defun
 
 @node Customizing
address@hidden node-name, next, previous, up
 @chapter Customizing Objects
 
 @eieio{} supports the Custom facility through two new widget types.
@@ -1279,7 +1273,6 @@
 @end defun
 
 @node Base Classes
address@hidden  node-name,  next,  previous,  up
 @chapter Base Classes
 
 All defined classes, if created with no specified parent class,
@@ -1301,7 +1294,6 @@
 @end menu
 
 @node eieio-instance-inheritor
address@hidden  node-name,  next,  previous,  up
 @section @code{eieio-instance-inheritor}
 
 This class is defined in the package @file{eieio-base}.
@@ -1366,7 +1358,6 @@
 @end deffn
 
 @node eieio-singleton
address@hidden  node-name,  next,  previous,  up
 @section @code{eieio-singleton}
 
 This class is defined in the package @file{eieio-base}.
@@ -1378,7 +1369,6 @@
 @end deftp
 
 @node eieio-persistent
address@hidden  node-name,  next,  previous,  up
 @section @code{eieio-persistent}
 
 This class is defined in the package @file{eieio-base}.
@@ -1430,7 +1420,6 @@
 @end defun
 
 @node eieio-named
address@hidden  node-name,  next,  previous,  up
 @section @code{eieio-named}
 
 This class is defined in the package @file{eieio-base}.
@@ -1442,7 +1431,6 @@
 @end deftp
 
 @node eieio-speedbar
address@hidden  node-name,  next,  previous,  up
 @section @code{eieio-speedbar}
 
 This class is in package @file{eieio-speedbar}.
@@ -1537,7 +1525,6 @@
 @end deffn
 
 @node Browsing
address@hidden  node-name,  next,  previous,  up
 @chapter Browsing class trees
 
 The command @kbd{M-x eieio-browse} displays a buffer listing all the
@@ -1560,7 +1547,6 @@
 comes out upside-down.
 
 @node Class Values
address@hidden  node-name,  next,  previous,  up
 @chapter Class Values
 
 Details about any class or object can be retrieved using the function
@@ -1573,7 +1559,6 @@
 displayed.
 
 @node Documentation
address@hidden  node-name,  next,  previous,  up
 @chapter Documentation
 
 It is possible to automatically create documentation for your classes in
@@ -1616,7 +1601,6 @@
 @end deffn
 
 @node Default Superclass
address@hidden  node-name,  next,  previous,  up
 @chapter Default Superclass
 
 All defined classes, if created with no specified parent class, will
@@ -1792,7 +1776,6 @@
 @end defun
 
 @node Signals
address@hidden  node-name,  next,  previous,  up
 @chapter Signals
 
 There are new condition names (signals) that can be caught when using
@@ -1837,7 +1820,6 @@
 @end deffn
 
 @node Naming Conventions
address@hidden  node-name,  next,  previous,  up
 @chapter Naming Conventions
 
 @xref{Tips,,Tips and Conventions,elisp,GNU Emacs Lisp Reference
@@ -1866,7 +1848,6 @@
 @end itemize
 
 @node CLOS compatibility
address@hidden  node-name,  next,  previous,  up
 @chapter CLOS compatibility
 
 Currently, the following functions should behave almost as expected from

=== modified file 'doc/misc/semantic.texi'
--- a/doc/misc/semantic.texi    2014-01-01 08:31:29 +0000
+++ b/doc/misc/semantic.texi    2014-01-03 03:13:58 +0000
@@ -49,6 +49,9 @@
 @center @titlefont{Semantic}
 @sp 4
 @center by @value{AUTHOR}
address@hidden
address@hidden 0pt plus 1filll
address@hidden
 @end titlepage
 @page
 

=== modified file 'doc/misc/srecode.texi'
--- a/doc/misc/srecode.texi     2014-01-01 08:31:29 +0000
+++ b/doc/misc/srecode.texi     2014-01-03 03:13:58 +0000
@@ -40,6 +40,9 @@
 @center @titlefont{SRecode}
 @vskip 0pt plus 1 fill
 @center by @value{AUTHOR}
address@hidden
address@hidden 0pt plus 1filll
address@hidden
 @end titlepage
 
 @macro semantic{}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]