summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Weiner <rsw@gnu.org>2017-10-26 20:45:08 -0400
committerBob Weiner <rsw@gnu.org>2017-10-26 20:45:08 -0400
commit9792af9ce7db964ed4faedd1ab6ff3629b69dbda (patch)
treec1f3f9b8b8b4cdbe68952273b56e40505ff84c66 /Makefile
parent8fbfc1bff57c1749ecc019d793440af689cb4c40 (diff)
Added global {C-c @} binding. Fixed some mouse handling bugs. Mostly finalized DEMO and manual.
* man/hyperbole.texi (Smart Mouse Drags outside a Window): Added this new section. Updated manual with all new drag actions. * hui-window.el (hmouse-goto-region-point, hmouse-prior-active-region): Rewrote these to work properly so that Smart Mouse yanking and killing feature works as documented. Previously, it was not switching to the buffer of the depress point when checking foran active region. * hmouse-drv.el: Updated doc. * MANIFEST (topwin): Renamed to topwin.py. * hycontrol.el (hycontrol-windows-grid): Improved doc. * hyperbole.el (hkey-initialize): Added global {C-c @} binding to hycontrol-windows-grid. hui-mini.el (hui:menus): Under cust-keys, added GridOfWindows key change entry. hui-menu.el (hui-menu-key-bindings): Added Grid-of-Windows-Key entry. man/hyperbole.texi (Global Key Bindings): Documented this binding. * DEMO (Modeline Mouse Clicks): Added section, "Running Dired on the Current Directory". * man/hyperbole.texi (Smart Key - Image Thumbnails): Added this section. Wrapped all images with @example and removed @center so do not appear way to the left of text when formatted as html. (Koutliner): Centralized all key binding index entries under "koutliner, ". (Glossary): Added Windows Grid entry. (HyControl): Added Concept Index entries. (Manual Overview): Improved pointer to DEMO. * hycontrol.el (hycontrol-windows-grid-rows-columns): Renamed to hycontrol-make-windows-grid. (hycontrol--frames-prompt-format, hycontrol--windows-prompt-format): Changed FRAME: and WINDOW: prompt to plural to match mode and variable names.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 27bacbd..bbd9de4 100644
--- a/Makefile
+++ b/Makefile
@@ -176,7 +176,7 @@ ELC_KOTL = kotl/kexport.elc kotl/kfile.elc kotl/kfill.elc kotl/kimport.elc kotl/
HYPERBOLE_FILES = dir hyperbole-pkg.el info html $(EL_SRC) $(EL_COMPILE) $(EL_KOTL) \
$(ELC_COMPILE) Changes COPYING Makefile HY-ABOUT HY-ANNOUNCE HY-NEWS \
HY-WHY.kotl INSTALL DEMO MANIFEST README _hypb .hypb file-newer smart-clib-sym \
- hyperbole-banner.png $(man_dir)/hkey-help.txt \
+ topwin.py hyperbole-banner.png $(man_dir)/hkey-help.txt \
$(man_dir)/hyperbole.texi $(man_dir)/version.texi
EL_TAGS = $(EL_SRC) $(EL_COMPILE) $(EL_KOTL)
@@ -321,7 +321,7 @@ $(pkg_dir)/hyperbole-$(HYPB_VERSION).tar: $(HYPERBOLE_FILES)
$(RM) -r $(pkg_hyperbole)
cd .. && COPYFILE_DISABLE=1 $(TAR) -clf $(pkg_dir)/h.tar hyperbole
cd $(pkg_dir) && COPYFILE_DISABLE=1 $(TAR) xf h.tar && cd $(pkg_hyperbole) && $(MAKE) packageclean
- cd $(pkg_hyperbole) && make kotl/kotl-loaddefs.el && chmod 755 topwin && \
+ cd $(pkg_hyperbole) && make kotl/kotl-loaddefs.el && chmod 755 topwin.py && \
cd $(pkg_dir) && $(RM) h.tar; \
COPYFILE_DISABLE=1 $(TAR) -clf $(pkg_dir)/hyperbole-$(HYPB_VERSION).tar hyperbole
$(INSTALL) HY-ABOUT HY-ANNOUNCE HY-NEWS HY-WHY.kotl INSTALL README $(pkg_dir)/; chmod 644 $(pkg_dir)/*.tar