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

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

[elpa] branch externals/auto-overlays created (now d207912)


From: Stefan Monnier
Subject: [elpa] branch externals/auto-overlays created (now d207912)
Date: Mon, 14 Dec 2020 13:00:07 -0500 (EST)

monnier pushed a change to branch externals/auto-overlays.

        at  d207912   * docs/auto-overlay-manual.texinfo: Move as a consequence 
of the git split

This branch includes the following new commits:

       new  80e9510   Version 0.7 of the predictive completion package. First 
to include auto-overlays.
       new  19de2f7   Version 0.8 of the predictive completion package.
       new  f435106   Version 0.9 of the predictive completion package.
       new  2d0dbcf   Version 0.9.1 of the predictive completion package.
       new  f39daaa   Version 0.10 of the predictive completion package.
       new  b76de5a   Version 0.11.2 of the predictive completion package.
       new  49f99f7   Version 0.12 of the predictive completion package.
       new  0f1ee97   Version 0.12.2 of the predictive completion package.
       new  5b53236   Version 0.13.1 of the predictive completion package. Also 
put various extra bits and pieces from the predictive completion tree under 
version control.
       new  6c24aa3   Fixed minor bug in auto-overlay-save-overlays.
       new  d66bab4   Fixed "self" regexp bugs in auto-overlay package. Added 
(overlooked) predictive latex subfig support file.
       new  bcc73ad   Bug fix to do with updating exclusive overlays.
       new  622afa4   Another very similar bug fix to do with updating 
exclusive overlays.
       new  86c25df   Removed auto-overlay-functions variable, and implemented 
new regexp class interface based on symbol properties.
       new  c9abb18   Added "flat" regexp class to auto overlay package.
       new  90829f9   Miscelaneous minor corrections.
       new  8aef411   Minor modifications
       new  f41e85c   Renamed auto-overlays documentation directory.
       new  2fabf34   Various small enhancements and bug-fixes including 
rewrite of predictive prefix definition functions, and allowing completion-UI 
accept and reject functions to pass more information to hook functions.
       new  c40d2a5   Shared regexp sets can once again be enabled and disabled 
independently in each buffer.
       new  262dfd9   Brought docs up to date with latest auto-overlays.el 
changes.
       new  1db0b95   Various minor bug fixes, and changes to bring packages up 
to date with new versions of completion-UI and auto-overlays.
       new  b08e944   Changes related to new LaTeX functionality: electric 
environments, dictionary switching based on docclass, and more.
       new  bf53b50   Adding free documentation license text to packaging. 
Bumped version numbers.
       new  67776d2   Parse functions must set basic overlay properties 
themselves rather than leaving it to auto-overlay-update, since exclusive 
reparsing already requires them.
       new  8d0dd07   Fixed bug due to narrowed buffer; improved update 
scheduling to avoid duplicate parses.
       new  ea600c4   Bug fixes to new update scheduling, and to loading 
overlays from file.
       new  878dfb6   More narrowing bugs.
       new  a530bba   Ensure properties due to match overlays that are being 
superceded are removed from overlays.
       new  55e868d   auto-o-suicide also needs to remove old properties.
       new  10bad81   Renamed "nest" regexps to "nested".
       new  5db4a85   Fixed bug in auto-o-match-overlay that incorrectly set 
parent property when old start/end match is the new end/start match.
       new  8108af9   Replaced a couple of cl functions that had crept in.
       new  105a69b   Simplified predictive-define-all-prefixes.
       new  8859d17   Minor bug fixes.
       new  9e8ef72   Modified interface functions for defining auto-overlay 
regexps. Removed "compound" overlay class distinction.
       new  bf24ebe   auto-overlay-unload functions now return 
regexp/definition being unloadewd.
       new  39cb421   Save predictive mode auxiliary files to a subdirectory, 
instead of straight to directory containing files.
       new  0936d26   Work around goto-line bug.
       new  9448575   Updated documentation to reflect changes to 
auto-overlay-start/stop/save/load functions.
       new  4d21f05   delete trailing whitespace
       new  f268d75   Fixed bug in auto-overlay-unload-definition.
       new  734371d   Changed @ignore Texinfo command to flat overlay class.
       new  a21ba4b   Fix auto-overlay bug related to overlapping overlays.
       new  5d5e09e   trivial whitespace changes
       new  6290c58   Added/modified local variables section to switch on 
predictive-mode automatically when file is loaded in Emacs.
       new  dbf21cb   minor corrections auto-overlay docs
       new  31a4d46   Bug-fixes in auto-overlay-load-overlays and 
auto-overlay-save-overlays
       new  ff75a63   Bug-fix in auto-overlay-load-definition
       new  7ca8286   Added auto-o-schedule-delete-in-front-or-behind-suicide 
to simulate missing delete-in-front/behind-hooks overlay properties, allowing 
in particular regexps matching beginning/end of line to work properly.
       new  a73aeff   Use eq for comparison when adding to 
auto-o-pending-suicides, instead of equal (via add-to-list), in an attempt to 
avoid "stack overflow in equal" error.
       new  0947366   Modified auto-o-run-after-change-functions to ignore 
changes other than insertions or deletions. (Was this behind some of the 
undo-related bugs?)
       new  de1bddf   Added hack to delete marker update entries from 
buffer-undo-list at end of auto-o-run-after-change-functions, since undoing 
these entries can badly mess up the overlays.
       new  6fb30c5   Compiler warning supression, and trivial code cleanup.
       new  216dbc9   Use 'push' instead of 'add-to-line' in 
auto-o-schedule-extend-line to avoid mysterious "stack overflow in equal" error.
       new  5539596   Added missing (eval-when-compile (require 'cl)).
       new  0f02ef9   Fixed minor spelling errors in docstrings.
       new  2860354   Fixed obsolete functions and other compiler warnings.
       new  68c4640   Updated Package-Version, Package-Requires, and Keywords 
package headers. Made small changes to some Commentary sections.
       new  41ed50e   Remove ChangeLogs from library headers.
       new  85c2bbd   Switched license to GPL3+.
       new  11cc17f   Bump version numbers and copyright years.
       new  9894591   Remove undo marker entry hacks, in the hope that things 
work correctly now!
       new  0529dfa   Add @direntry to info files and generate dir files.
       new  5edcad0   Makefile rules and utilities for ELPA packaging.
       new  f66e655   Update package headers for ELPA.
       new  bd7d56d   Refactor auto-overlays manual into a single source file.
       new  c34178b   Add auto-overlays autoloads.
       new  02278f0   Fix direntry sections in texinfo files and dir file 
generation.
       new  cdf4e6a   Fix copyright assignment in auto-overlays manual.
       new  1d15f76   Do perform self-cascade on overlays overlapping but not 
strictly before point.
       new  fad8e4a   Reenable auto-overlay updates triggered by undo.
       new  5996143   Refactor auto-overlays-(in|[highest-priority-]at-point) 
search functions:
       new  888cba4   Refactor auto-overlay-(common|compat) into 
auto-overlays.el
       new  276e955   Add auto-overlay-load-set convenience function.
       new  3b6c32d   Implement auto-overlay regexp :exclusive property.
       new  464d9ea   Refactor auto-overlay-regexps format and implement match 
hooks.
       new  3eeb95a   Fix bug in delim-start and delim-end property updating.
       new  b02fbba   Added general accessor function auto-o-[regexp-]key-value.
       new  4013238   Fix bug in match :exclusive processing.
       new  c795dc2   Fix bug in auto-overlay-trigger-update.
       new  75c2c75   Improve auto-overlays-in/at-point docstrings.
       new  2b02fa5   Allow single symbols in auto-overlays-in property tests 
as a convenience.
       new  d107a02   Reparse auto-overlays on loading/unloading regexp 
definitions.
       new  9fe619d   Fix bugs in auto-overlay saving/loading.
       new  3fa9ac1   Fix bugs caused by auto-overlays-in no longer sorting 
result list.
       new  e6e8a76   Fix auto-overlay package loading so requiring 
auto-overlayys pulls in all standard classes.
       new  f17a94b   Switch auto-overlays over to cl-lib and lexical binding.
       new  36efcfd   Handle empty group in auto-o-regexp-match.
       new  033900e   Fix some quoting problems in doc strings
       new  00fb155   * auto-overlay: Mark or remove unused vars
       new  db9036a   * packages/auto-overlays/: Activate lexical-binding.
       new  d207912   * docs/auto-overlay-manual.texinfo: Move as a consequence 
of the git split




reply via email to

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