emacs-diffs
[Top][All Lists]
Advanced

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

master updated (4dd4f145b85 -> c55694785e9)


From: Andrea Corallo
Subject: master updated (4dd4f145b85 -> c55694785e9)
Date: Fri, 1 Mar 2024 03:32:20 -0500 (EST)

akrl pushed a change to branch master.

      from  4dd4f145b85 ; Improve documentation of last changeset (bug#69305)
      adds  8a63e50036f * Define 'cl--type-hierarchy' and compute 
'cl--typeof-types' from it
      adds  3211825fe7c Generate automatically graphical and textual type 
hierarchy representation
      adds  74f060230f7 * Add initial "Type Hierarchy" node to the elisp manual
      adds  aa849984896 * make use of 'cl--direct-supertypes-of-type' in the 
native-compiler
      adds  4a0d430bdc3 Update some native comp tests
      adds  80dce18a393 * lisp/emacs-lisp/cl-preloaded.el 
(cl--direct-subtypes-of-type): Remove.
      adds  24e8fceb960 Fix typo in 'cl--type-hierarchy'
      adds  0393bfdc912 Make type hierarchy textual representation a table
      adds  afed7f959a3 * etc/syncdoc-type-hierarchy.el: Update comment.
      adds  6a2b43c5692 * etc/syncdoc-type-hierarchy.el (syncdoc-lispref-dir): 
Clean-up.
      adds  6de60f33ed5 ; * src/data.c (Ftype_of): Update comment.
      adds  1fbe56c3276 Merge remote-tracking branch 'origin/master' into 
'feature/type-hierarchy'
      adds  f8311e8b449 Run syncdoc-type-hierarchy.el to follow obarray type 
introduction
       new  0567f3b817b * Fix compilation warning in 
'cl--supertypes-for-typeof-types'
       new  4372a056fef * doc/lispref/objects.texi (Type Hierarchy): Small 
improvements
       new  c55694785e9 Merge branch 'feature/type-hierarchy' into 'master'


Summary of changes:
 doc/lispref/objects.texi                |  21 ++++++++
 doc/lispref/type_hierarchy.jpg          | Bin 0 -> 223501 bytes
 doc/lispref/type_hierarchy.txt          |  22 ++++++++
 etc/syncdoc-type-hierarchy.el           |  86 +++++++++++++++++++++++++++++
 lisp/emacs-lisp/cl-preloaded.el         |  93 ++++++++++++++++++++------------
 lisp/emacs-lisp/comp-cstr.el            |  25 ++++-----
 src/data.c                              |   2 +-
 test/lisp/emacs-lisp/comp-cstr-tests.el |   4 +-
 test/src/comp-tests.el                  |   4 +-
 9 files changed, 206 insertions(+), 51 deletions(-)
 create mode 100644 doc/lispref/type_hierarchy.jpg
 create mode 100644 doc/lispref/type_hierarchy.txt
 create mode 100644 etc/syncdoc-type-hierarchy.el



reply via email to

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