summaryrefslogtreecommitdiff
path: root/hinit.el
AgeCommit message (Collapse)Author
2023-02-04Add SPDX-License-Identifier (#301)Mats Lidell
* Add SPDX-License-Identifier * Adjust test due to lines inserted in files also used as test data
2022-10-03Doc strings within 80 char limit for hinit.el (#238)Mats Lidell
2022-05-12Initial 8.0.1pre changes and fixes for async nativecomp errorsBob Weiner
2022-04-17Eliminate many byte-compilation warnings/errorsBob Weiner
2022-01-24Add Last-Mod date header lineBob Weiner
2021-12-16Remove wrapped closing parens (#135)Mats Lidell
2021-09-13Pieces of patch set from Stefan (#116)Mats Lidell
2019-08-20Apply some easy to fix flycheck suggestionsMats Lidell
Use "? " at end of y-or-n-p Remove "." at end of error messages Use imperative voice in docs strings This fixes the bulk of flycheck messages. There are things left to correct but they will require more work and that will have to be dealt with later.
2019-06-29Remove conditionals on xemacsMats Lidell
Remove all featurep checks on xemacs and emacs.
2016-07-31* Changes: Renamed this file from ChangeLog since Elpa release buildsBob Weiner
overwrite any file named ChangeLog with git log information which has less history than Hyperbole's Changes. * hui-mini.el (hui-search-web): Added so can invoke the Hyperbole Find/Web search menu directly. hyperbole.el (hkey-initialize): Bound above command to {C-c /}. * hsettings.el (hyperbole-web-search-browser-function): (hyperbole-web-search-alist): (hyperbole-web-search): Added. hui-mini.el (hui:menu-web-search): Added and called within hui:menus. hui-menu.el (hui-menu-web-search): Added and called in infodock-hyperbole-menu. * hinit.el (hyperb:init-menubar): Fixed so sets after-init-hook only if not after-init-time. Also forced a return value of nil. hui-menu.el (hyperbole-menubar-menu): Changed so this always updates the menubar with the latest version of the Hyperbole menu; previously it only added the menu if it was not there.
2016-07-28* hyperbole.el: Updated the header fields to better match GNU standards for useBob Weiner
by the Lisp maintainer package, lisp-mnt.el.
2016-07-17Release candidate for version 6.0.Mats Lidell
The starting point of development of GNU Hyperbole 6.0 in git. For earlier versions see the mercurial repo.