elpasync pushed a change to branch externals/org-transclusion.

      from  e9d7e24ce0 Merge pull request #280 from 
AndreasMatthias/fix/reset-cache
       new  7c6ee5275d feat: add org-transclusion-append-fringe-to-prefix helper
       new  d8ae9e5fe1 feat: add org-transclusion-add-fringe-to-region for 
per-line fringes
       new  9a4d8315dd feat: add org-transclusion-source-overlay-modified hook
       new  b2dac111ce fix: preserve indentation in source and transclusion 
buffers
       new  dcc481a548 refactor: remove obsolete fringe propertize functions
       new  f7b3819339 refactor: make fringe indicators work with or without 
org-indent-mode
       new  4d3198bddc feat: add fringe removal functions with helper utilities
       new  9fa7354752 feat: add org-transclusion-after-remove-functions hook
       new  0a0b683fee fix: remove source fringe indicators when transclusion 
is removed
       new  962f116c4b refactor: ensure org-indent properties exist before 
adding fringes
       new  a011ebe40a fix: restore original fringe bitmap selection
       new  c3c715c6ae fix: apply per-line fringes only to source buffer, not 
destination
       new  19fb9cf677 fix: remove destination fringe re-application from 
indent-mode extension
       new  b0c5cb183e fix fringe removal to handle org-indent-mode state 
correctly
       new  301937daf0 refactor(indent-mode): preserve source fringes through 
org-indent refreshes
       new  7596ec9411 fix: restore fringe indicators in destination buffer 
with org-indent-mode
       new  cf4412de10 fix: prevent loop at end of buffer in fringe application
       new  571dd7224b fix: byte-compiler warnings in 
org-transclusion-indent-mode
       new  ae796d506a fix: change fringe removal to be precise regardless of 
indent-mode
       new  9b8198faeb fix: correct fringe placement in emacs -nw
       new  1947670b6d fix: get destination buffer fringe bounds using text 
property search
       new  f9ef8bb4ce fix: change emacs -nw fringe detection and reapply 
during editing
       new  5dcb745d85 refactor: different idle timers for terminal vs graphical
       new  2fca5ecb6a docs: Add test files for org-transclusion-indent-mode 
changes
       new  74321bba9a fix: fringe cleanup for non-org source buffers
       new  d0e43fa5e0 Merge pull request #281 from 
gggion/refactor/propertization-management-and-indentation


Summary of changes:
 org-transclusion-indent-mode.el       | 328 ++++++++++++++++++++++++++++------
 org-transclusion.el                   | 277 ++++++++++++++++++++++++----
 test/test-indent-mode-destination.org |  85 +++++++++
 test/test-indent-mode-source.org      |  74 ++++++++
 4 files changed, 673 insertions(+), 91 deletions(-)
 create mode 100644 test/test-indent-mode-destination.org
 create mode 100644 test/test-indent-mode-source.org

Reply via email to