2016-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>

	* hyperbole-pkg.el: Remove; autogenerated

2016-07-26  Mats Lidell	 <matsl@gnu.org>

	Removed -Z option

	* hypb.el (hypb:rgrep-command): Removed -Z option.
	 Different meaning on OS X and GNU/Linux.

2016-07-26  Bob Weiner	<rsw@gnu.org>

	* hypb.el (hypb:rgrep-command): Removed -S option not supported by
	GNU/Linux.

2016-07-26  Bob Weiner	<rsw@gnu.org>

	Merged ChangeLog updates.

2016-07-26  Bob Weiner	<rsw@gnu.org>

	* hyperbole.el: Added Date: header with release date and updated date in
	   man/version.texi used in hyperbole.texi.

	* README.md: Added this, a markdown formatted introduction combining
	README,
	   INSTALL and HY-ABOUT.

2016-07-26  Mats Lidell	 <matsl@gnu.org>

	Removed hyperbole.readme.txt

	* MANIFEST: Removed hyperbole-readme.txt.

2016-07-25  Bob Weiner	<rsw@gnu.org>

	Updated manual release date.

2016-07-25  Bob Weiner	<rsw@gnu.org>

	Merged changes from last 2 days.

2016-07-25  Bob Weiner	<rsw@gnu.org>

	* README: Renamed this file from HY-README.  Moved installation and
	invocation
	  instructions to "INSTALL" file.  These changes were to eliminate
	release
	  problems with INSTALL and README being symbolic links.

	* hmouse-tag.el (smart-tags-display): Added with-no-warnings around
	  find-tag call to prevent obsolete warnings and removed setting of
	  byte-compile-warnings.

2016-07-24  Mats Lidell	 <matsl@gnu.org>

	Patch from Stefan Monnier. Thank you Stefan.

	  .gitignore: Add *-autoloads.el and *-pkg.el to ignored set.
	 hyperbole.el: Use autoload.
	 hload-path.el (load-path): Use regular quote.
	 hib-social.el (hbut): properly compile the defib.

2016-07-23  Bob Weiner	<rsw@gnu.org>

	* Makefile (hyperbole-$(HYPB_VERSION).tar): Added HY-ABOUT and
	HY-ANNOUNCE
	   to files installed outside the tar archive for reference.

	* man/hyperbole.texi (Installation): Updated to latest version.

	2016-07-22  Bob Weiner	<rsw@gnu.org>

	* man/hyperbole.texi: Added new @kitem and @kitemx macros to surround
	keyboard
	   items in tables with braces.

	* Makefile (version): Added HY-ANNOUNCE.
	 HY-ANNOUNCE: Added release announcement.
	 INSTALL:
	 HY-NEWS: Small improvements.

2016-07-23  Mats Lidell	 <matsl@gnu.org>

	Generate new kotl-loaddefs.el

	* kotl/kotl-loaddefs.el: Generated.

2016-07-23  Mats Lidell	 <matsl@gnu.org>

	Rename kotl autoloads and insert copyright notice

	* Makefile (kotl/kotl-loaddefs.el): Add copyright notice for satisfying
	elpa copyright check.
	 (kotl/kotl-loaddefs.el):
	 hyperbole.el: Rename kotl autoloads file.

2016-07-22  Bob Weiner	<rsw@gnu.org>

	* hui-menu.el (infodock-hyperbole-menu): Commented out InfoDock manual
	reference out until
	   InfoDock is modernized for Emacs 25.

2016-07-22  Bob Weiner	<rsw@gnu.org>

	* man/hyperbole.texi (Implicit Buttons):
	 hib-social.el (social-reference): Improved doc for this ibtype.

	* man/hyperbole.texi (Implicit Buttons, Explicit Buttons): Improved
	clarity.
			    (Global Buttons): Explained how to use global
	buttons.

2016-07-22  Bob Weiner	<rsw@gnu.org>

	* Updates from testing 'make release'.

2016-07-22  Bob Weiner	<rsw@gnu.org>

	* Makefile (release): Added this target to generate the
	kotl/kotl-autoloads.el file
	   within the source tree.

	* hmoccur.el: Normalized header to match other Hyperbole files.

2016-07-22  Bob Weiner	<rsw@gnu.org>

	* Makefile (release): Added this target to generate the
	kotl/kotl-autoloads.el file
	   within the source tree.

	* hmoccur.el: Normalized header to match other Hyperbole files.

2016-07-22  Bob Weiner	<rsw@gnu.org>

	* hyperbole.el (hyperbole-koutliner group): Moved definition to ensure
	comes after
	   hversion is loaded.

	* Makefile (pkg): Updated to build kotl/kotl-autoloads.el file because
	the Emacs
	   Lisp Package Manager (ELPA) does not yet handle generation of
	autoloads
	   for package subdirectories.

2016-07-21  Bob Weiner	<rsw@gnu.org>

	* hsettings.el: Renamed this from hsite.el to prevent Hyperbole V4 users
	from
	   accidentally loading it manually.

	* hyperbole.el (hyperbole-autoloads): If this exists and autoloads
	kotl-mode,
	   then skip setup to generate hyperbole-autoloads with autoloads from
	the kotl/
	   subdirectory.

2016-07-21  Bob Weiner	<rsw@gnu.org>

	.gitignore - added TAGS

2016-07-21  Bob Weiner	<rsw@gnu.org>

	* hib-social.el (social-reference):
	 hibtypes.el (mail-address-at-p): Let case-fold-search be t since
	mail-addresses
	   are case-insensitive.

	* Various Files: Small copyright fixes and formatting adjustments.
	   Replaced hyperb:xemacs-p with (featurep 'xemacs) for byte-compiler
	   optimization purposes and made small fixes throughout suggested by
	Stefan
	   Monnier.

2016-07-21  Bob Weiner	<rsw@gnu.org>

	* hibtypes.el (mail-address-regexp): Simplified and modernized address
	matching
	   to better distinguish from @username social media references.
		     (mail-address-mode-list): Added lisp-interaction-mode and
	fundamental-mode.
		     (mail-address-tld-regexp): Added to match most common
	top-level
	   domains to tell if a match is really an email address or not.
		     (mail-address-at-p): Tightened by using
	mail-address-tld-regexp.
	 DEMO (Email Addresses, Social Media Hashtags and Usernames): Added
	descriptions.

	2016-07-20  Bob Weiner	<rsw@gnu.org>

	* MANIFEST:
	 Makefile:
	 hibtypes.el (hib-social):
	 man/hyperbole.texi (Implicit Buttons): Added social-reference.
	 hib-social.el: Added this file to follow social media hashtag and
	username
	   references.

2016-07-20  Bob Weiner	<rsw@gnu.org>

	* Makefile (help): Added as the default target, explaining major
	targets.

	* HY-ABOUT:
	 man/hyperbole.texi (Hyperbole Overview): Renamed 'Textual Information
	Management'
	   to 'Contact and Text Finder'.  Renamed 'Button Types' to 'Buttons and
	Smart Keys'
	   and made it the first item.	Added a paragraph on the Smart Keys.

	* .gitignore: Added Texinfo formatting indices.

	* hyperbole.el:
	 Makefile:
	 man/hyperbole.texi (Top):
	 hversion.el (hyperb:version): Normalized version number to GNU 3-part
	standard.

2016-07-19  Bob Weiner	<rsw@gnu.org>

	Fixed one typo.

2016-07-19  Bob Weiner	<rsw@gnu.org>

	* hyperbole-pkg.el (hyperbole): Version update in preparation for next
	release
	   and rebuilt package.

2016-07-19  Bob Weiner	<rsw@gnu.org>

	* man/hyperbole.texi: Fixed typos and improved explanations in parts.

	* Makefile (GPG): Added to digitally sign Hyperbole distributions.

2016-07-19  Bob Weiner	<rsw@gnu.org>

	* HY-README (Installation):
	* man/hyperbole.texi (Installation): Made elpa line match the default in
	Emacs
	   so if it is already there, it won't be added again.

2016-07-19  Bob Weiner	<rsw@gnu.org>

	* hyperbole.el (hkey-override-local-bindings): Fixed case where an
	invalid
	   key prefix is given and so local-key-binding returns a number rather
	than nil.

	* hui-window.el (hmouse-x-coord): Added support for a marker as `args'.
	 hypb.el (hypb:goto-marker): Added to jump to a marker in a different
	buffer.

2016-07-19  Bob Weiner	<rsw@gnu.org>

	* man/hyperbole.texi (Global Key Bindings): Changed from setting the
	value of
	   hkey-init-override-local-keys in personal init file to using the
	   customize-variable interface.

2016-07-19  Bob Weiner	<rsw@gnu.org>

	* MANIFEST: Eliminated hsite-ex.el and included hsite.el in distribution
	package.
	   Users will use customizations now rather than direct editing of this
	file.

2016-07-19  Mats Lidell	 <matsl@gnu.org>

	Add git ignore file.

	* .gitignore: Add git ignore file.

2016-07-18  Mats Lidell	 <matsl@gnu.org>

	Use gnu as elpa archive name.

	* HY-README:
	 man/hyperbole.texi (Installation): Use gnu as elpa archive name.

2016-07-18  Mats Lidell	 <matsl@gnu.org>

	* .hypb: Added. Lost during initial commit to git.

2016-07-17  Mats Lidell	 <mats.lidell@cag.se>

	Release candidate for version 6.0.

	The starting point of development of GNU Hyperbole 6.0 in git. For
	earlier versions see the mercurial repo.

