emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/hyperbole updated (063f382f78 -> 32f0d10126)


From: ELPA Syncer
Subject: [elpa] externals/hyperbole updated (063f382f78 -> 32f0d10126)
Date: Sun, 25 Jun 2023 15:58:34 -0400 (EDT)

elpasync pushed a change to branch externals/hyperbole.

      from  063f382f78 Rework sed command, avoid the traling quotation mark 
(#342)
       new  03b10e117b Verify url is called
       new  11411b78f3 Insert missing Changelog item
       new  84a0209c59 hui:ebut-link-directly, hui:ibut-link-directly now work 
from kbd
       new  a69d994d5a ibut:operate - Add 2nd edit-flag parameter; non-nil 
means modifying
       new  e09292484e * hload-path.el (hyperb:dir): Use `macroexp-file-name`
       new  cfca16eb9e * hversion.el (hyperb:path-being-loaded): Delete function
       new  f7d4494daf Try and avoid using `hyperb:stack-frame`
       new  5cd4136599 Get rid of `hyperb:stack-frame`
       new  6e73c42284 Fix compilation of test file
       new  3a98d1b4e8 (kview:char-visible-p): Delete function
       new  32eca132c9 * hact.el: Fix broken lexical-binding cookie
       new  c16b992472 * hyperbole.el: Preload `kotl-autoloads`
       new  f02d6effe0 hyperbole-autoloads.el: Remove needless definitions
       new  5d5914c197 * hycontrol.el (hycontrol-windows-mode-map): Don't 
autoload
       new  9fbab74a10 * hui-select.el: Fix a few warnings and improve some 
docstrings
       new  4842d3fde0 (man-show): Fix miscompilation
       new  575b8b321b Fix a few minor miscompilations and warnings
       new  9b067ab55f * hyrolo.el: A few cosmetic tweaks
       new  876ad5cea7 * hargs.el (hargs:set-string-to-complete): Don't mess 
with windows
       new  4f2794d730 * hversion.el: Add FIXMEs. (hyperb:window-sys-term): 
Simplify since (string-match "[-_]" term) always returns nil here. 
(hyperb:automount-prefixes): Remove unused var. (id-info-item): Remove unused 
backslash.
       new  095cb3c1db Use gnu make pattern substitution for load-file command
       new  760aa837e6 Remove FIXME
       new  3c6dcafe4f Revert hunk, will be applied elsewhere
       new  96791538ce Revert FIXME, keep for now because of issues with web 
modes
       new  0e006d705d Remove XEmacs check, explain NeXT dependency
       new  e9fabc86f6 Changes applied separately
       new  9752451675 Keep lisp-indent-function
       new  1c5327c5fa Keep group lines
       new  d6415dd593 Keep orig until explained
       new  9f4f3c82d7 Remove FIXME comments
       new  3d67247f58 Remove odd code duplication
       new  e1bd2e95e5 Revert Stefan set-buffer and macroexp-file-name (not in 
Emacs 27.1)
       new  d115b6d357 Don't remove hyperb:automount-prefixes and 
hyperb:path-being-loaded
       new  00dcf534ca Revert "Try and avoid using `hyperb:stack-frame`"
       new  a06d9a4a8c Revert "Get rid of `hyperb:stack-frame`"
       new  0872ab55c0 Merge branch 
'stefan-scratch-hyperbole-20230621-without-questions-no-fixme' into 
rsw_stefan-scratch-hyperbole-20230621-without-questions-no-fixme
       new  d1c349912b Merge pull request #348 from 
rswgnu/rsw_stefan-scratch-hyperbole-20230621-without-questions-no-fixme
       new  cbb15c43fe Merge pull request #347 from 
rswgnu/stefan-scratch-hyperbole-20230621-without-questions-no-fixme
       new  c085ed7099 Merge branch 'master' into rsw
       new  7bd5a86a4c Merge pull request #349 from rswgnu/rsw
       new  ac036b5f29 Merge branch 'master' into insert_missing_changelog_entry
       new  5bbc6da4e0 Fix annot-bib ibtype and actype; was not checking for [] 
delimiters
       new  feb6fb1a75 Merge pull request #350 from rswgnu/rsw
       new  f0182ad215 Merge branch 'master' into insert_missing_changelog_entry
       new  db55e1a77b Merge pull request #346 from 
rswgnu/insert_missing_changelog_entry
       new  66c9368c93 Merge branch 'master' into verify-expected-url-was-called
       new  32f0d10126 Merge pull request #344 from 
rswgnu/verify-expected-url-was-called


Summary of changes:
 ChangeLog                    |  100 +++-
 HY-NEWS                      |   24 +-
 Makefile                     |    2 +-
 TAGS                         | 1096 +++++++++++++++++++++---------------------
 hact.el                      |    3 +-
 hactypes.el                  |   27 +-
 hargs.el                     |    3 +-
 hbut.el                      |   63 +--
 hibtypes.el                  |   51 +-
 hload-path.el                |    7 +-
 hmouse-drv.el                |   15 +-
 hmouse-tag.el                |   12 +-
 hpath.el                     |   18 +-
 hui-em-but.el                |   12 +-
 hui-menu.el                  |    6 +-
 hui-mini.el                  |   92 ++--
 hui-mouse.el                 |    6 +-
 hui-select.el                |   10 +-
 hui-window.el                |   32 +-
 hui.el                       |   82 ++--
 hversion.el                  |   66 +--
 hycontrol.el                 |   10 +-
 hypb.el                      |    2 +-
 hyperbole.el                 |    4 +-
 hyrolo.el                    |   35 +-
 kotl/kotl-mode.el            |   12 +-
 kotl/kview.el                |   13 +-
 man/hyperbole.html           |  613 +++++++++++++----------
 man/hyperbole.info           |  Bin 604184 -> 608808 bytes
 man/hyperbole.pdf            |  Bin 1356010 -> 1362582 bytes
 man/hyperbole.texi           |  284 +++++------
 set.el                       |    8 +-
 test/demo-tests.el           |   45 +-
 test/hy-test-dependencies.el |    5 +-
 test/kcell-tests.el          |    2 +-
 35 files changed, 1544 insertions(+), 1216 deletions(-)



reply via email to

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