elpasync pushed a change to branch externals/hyperbole. from d083036 Change \0 to \\& to fix link exports new bb9ced6 Update some test cases to work with latest code new 4074958 hyrolo.el - Remove google-contacts byte-compile warnings new 7b6ce90 Major update to Koutliner data structures; simplified and faster new 67c06e0 kotl-mode.el - M-< and M-> re-narrow to editable region if expanded
Summary of changes: ChangeLog | 68 +++++++++++++++++++ Makefile | 10 ++- hyrolo.el | 4 +- kotl/EXAMPLE.kotl | 136 ++++++++++++++++++------------------- kotl/MANIFEST | 7 +- kotl/kcell.el | 175 +++++++++++++++++++++++++++--------------------- kotl/kexport.el | 3 +- kotl/kfile.el | 10 +-- kotl/klabel.el | 16 ++--- kotl/knode.el | 92 ------------------------- kotl/kotl-mode.el | 96 +++++++++++++------------- kotl/kotl-orgtbl.el | 2 +- kotl/kprop-em.el | 92 ------------------------- kotl/kprop-xe.el | 135 ------------------------------------- kotl/kproperty.el | 95 ++++++++++++++++++++++++-- kotl/kview.el | 80 ++++++++++++---------- kotl/kvspec.el | 1 + test/hbut-tests.el | 3 +- test/hibtypes-tests.el | 14 ++-- test/hypb-tests.el | 10 +-- test/kotl-mode-tests.el | 2 + 21 files changed, 462 insertions(+), 589 deletions(-) delete mode 100644 kotl/knode.el delete mode 100644 kotl/kprop-em.el delete mode 100644 kotl/kprop-xe.el