emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115947: Regenerate EIEIO autoloads and update NEWS.


From: David Engster
Subject: [Emacs-diffs] trunk r115947: Regenerate EIEIO autoloads and update NEWS.
Date: Thu, 09 Jan 2014 21:20:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115947 [merge]
revision-id: address@hidden
parent: address@hidden
parent: address@hidden
committer: David Engster <address@hidden>
branch nick: trunk
timestamp: Thu 2014-01-09 22:18:46 +0100
message:
  Regenerate EIEIO autoloads and update NEWS.
modified:
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/eieio-custom.el 
eieiocustom.el-20091113204419-o5vbwnq5f7feedwu-10970
  lisp/emacs-lisp/eieio-opt.el   
eieioopt.el-20091113204419-o5vbwnq5f7feedwu-10971
  lisp/emacs-lisp/eieio.el       eieio.el-20091113204419-o5vbwnq5f7feedwu-10973
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2014-01-09 19:40:57 +0000
+++ b/etc/ChangeLog     2014-01-09 20:51:56 +0000
@@ -1,3 +1,7 @@
+2014-01-09  David Engster  <address@hidden>
+
+       * NEWS: Added new `describe-function' EIEIO support.
+
 2014-01-09  Glenn Morris  <address@hidden>
 
        * SERVICE: Mark as obsolete.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-01-09 17:25:48 +0000
+++ b/etc/NEWS  2014-01-09 20:51:56 +0000
@@ -168,6 +168,13 @@
 +++
 *** The key `?' now describes prefix bindings, like `C-h'.
 
+*** The command `describe-function' was extended for EIEIO.
+Running it on constructors will show a full description of the
+generated class.  For generic functions, if will show all
+implementations together with links to the source.  The old commands
+`describe-class', `describe-constructor' and `describe-generic' were
+removed.
+
 *** The command `quail-help' is deleted.  Use `C-h C-\'
 (`describe-input-method') instead.
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-09 16:52:04 +0000
+++ b/lisp/ChangeLog    2014-01-09 20:31:21 +0000
@@ -1,3 +1,10 @@
+2014-01-09  David Engster  <address@hidden>
+
+       * emacs-lisp/eieio-custom.el:
+       * emacs-lisp/eieio-opt.el: Set generated autoload file to
+       'eieio.el'.  This was accidentally removed in rev. 110325.
+       * emacs-lisp/eieio.el: Regenerate autoloads.
+
 2014-01-09  Eric S. Raymond  <address@hidden>
 
        * vc/vc-git.el (vc-git-print-log): Add --follow option to command,

=== modified file 'lisp/emacs-lisp/eieio-custom.el'
--- a/lisp/emacs-lisp/eieio-custom.el   2014-01-01 07:43:34 +0000
+++ b/lisp/emacs-lisp/eieio-custom.el   2014-01-09 20:31:21 +0000
@@ -473,4 +473,8 @@
 
 (provide 'eieio-custom)
 
+;; Local variables:
+;; generated-autoload-file: "eieio.el"
+;; End:
+
 ;;; eieio-custom.el ends here

=== modified file 'lisp/emacs-lisp/eieio-opt.el'
--- a/lisp/emacs-lisp/eieio-opt.el      2014-01-08 21:30:12 +0000
+++ b/lisp/emacs-lisp/eieio-opt.el      2014-01-09 20:31:21 +0000
@@ -692,4 +692,8 @@
 
 (provide 'eieio-opt)
 
+;; Local variables:
+;; generated-autoload-file: "eieio.el"
+;; End:
+
 ;;; eieio-opt.el ends here

=== modified file 'lisp/emacs-lisp/eieio.el'
--- a/lisp/emacs-lisp/eieio.el  2014-01-08 21:30:12 +0000
+++ b/lisp/emacs-lisp/eieio.el  2014-01-09 20:31:21 +0000
@@ -913,14 +913,10 @@
            )
          )
 
-;;; Autoloading some external symbols, and hooking into the help system
-;;
-
 
 ;;; Start of automatically extracted autoloads.
 
-;;;### (autoloads (customize-object) "eieio-custom" "eieio-custom.el"
-;;;;;;  "928623502e8bf40454822355388542b5")
+;;;### (autoloads nil "eieio-custom" "eieio-custom.el" 
"5b0e7b1beea11f9e9de6887279f75d61")
 ;;; Generated autoloads from eieio-custom.el
 
 (autoload 'customize-object "eieio-custom" "\
@@ -931,9 +927,7 @@
 
 ;;;***
 
-;;;### (autoloads (eieio-help-mode-augmentation-maybee eieio-describe-generic
-;;;;;;  eieio-describe-constructor eieio-describe-class eieio-browse)
-;;;;;;  "eieio-opt" "eieio-opt.el" "d808328f9c0156ecbd412d77ba8c569e")
+;;;### (autoloads nil "eieio-opt" "eieio-opt.el" 
"c7a7173e78edd280eb4289bd2a0376c5")
 ;;; Generated autoloads from eieio-opt.el
 
 (autoload 'eieio-browse "eieio-opt" "\
@@ -942,33 +936,22 @@
 variable `eieio-default-superclass'.
 
 \(fn &optional ROOT-CLASS)" t nil)
-(defalias 'describe-class 'eieio-describe-class)
 
-(autoload 'eieio-describe-class "eieio-opt" "\
-Describe a CLASS defined by a string or symbol.
+(autoload 'eieio-help-class "eieio-opt" "\
+Print help description for CLASS.
 If CLASS is actually an object, then also display current values of that 
object.
-Optional HEADERFCN should be called to insert a few bits of info first.
-
-\(fn CLASS &optional HEADERFCN)" t nil)
-
-(autoload 'eieio-describe-constructor "eieio-opt" "\
-Describe the constructor function FCN.
-Uses `eieio-describe-class' to describe the class being constructed.
-
-\(fn FCN)" t nil)
-(defalias 'describe-generic 'eieio-describe-generic)
-
-(autoload 'eieio-describe-generic "eieio-opt" "\
-Describe the generic function GENERIC.
-Also extracts information about all methods specific to this generic.
-
-\(fn GENERIC)" t nil)
-
-(autoload 'eieio-help-mode-augmentation-maybee "eieio-opt" "\
-For buffers thrown into help mode, augment for EIEIO.
-Arguments UNUSED are not used.
-
-\(fn &rest UNUSED)" nil nil)
+
+\(fn CLASS)" nil nil)
+
+(autoload 'eieio-help-constructor "eieio-opt" "\
+Describe CTR if it is a class constructor.
+
+\(fn CTR)" nil nil)
+
+(autoload 'eieio-help-generic "eieio-opt" "\
+Describe GENERIC if it is a generic function.
+
+\(fn GENERIC)" nil nil)
 
 ;;;***
 


reply via email to

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