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

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

[elpa] branch externals/m-buffer created (now d2e35bf929)


From: ELPA Syncer
Subject: [elpa] branch externals/m-buffer created (now d2e35bf929)
Date: Tue, 19 Jul 2022 15:58:35 -0400 (EDT)

elpasync pushed a change to branch externals/m-buffer.

        at  d2e35bf929 Adjust copyright headers for GNU ELPA

This branch includes the following new commits:

       new  ce7b6aa0fc Initial Checkin
       new  0450374662 Lots of changes!
       new  20daafd37d Lots more changes!
       new  8210f4147d Move dev to test. Added Makefile Added travis.
       new  22ef3ac985 Emacs 24 only!
       new  ce6dfb0023 Use Emacs var
       new  1ecae2db10 Argument handling reworked. Block Matchers added. 
Match-string functions added.
       new  84c7fddd48 Modifed match-data to use keyword args, except for first 
two args. This has resulted in a large number of knock on changes, but has 
simplified the argument handling significantly.
       new  25995a676e README added.
       new  a3c5ab72c9 Added test file.
       new  650235fbdb Build URL update.
       new  22d6b0d640 Beginning has become begin. Widen option added. New line 
matching functions.
       new  22760408a5 Updated normalize tests to cope with extra widen 
argument.
       new  c65b7b20c0 match-data-1 was failing on final match due to 
off-by-one error.
       new  1cc4d8cffb Added functions: m-buffer-marker-tree-to-pos, 
m-buffer-match-nth-group.
       new  76b65c025d Test file for previous tests.
       new  5c46bf8102 Added function m-buffer-on-region -- apply a function to 
a region.
       new  27380daef5 Functions to add overlays and properties to buffers.
       new  94251c2abe Package metadata added.
       new  48166c86e6 Whitespace changes.
       new  2e1e7b5d29 Version Update.
       new  6e8e29e12d Fix some typos
       new  cbd9d12b3d Functions for colourizing text. Improved documentation.
       new  41384768bc Merge pull request #1 from syohex/fix-typo
       new  f76c2d205b Merge branch 'master' of github.com:phillord/m-buffer-el
       new  49a0c187a1 Name changes: markers to marker
       new  e4ec4daa87 replace-match now returns marker to the end of the 
replacements.
       new  d4aeb66bb3 Removed pluralisation from nil-markers.
       new  710ae5ae1a Second attempt to remove pluralisation from nil-markers
       new  fff98c95e3 Return type of replace-match changed to start end 
markers. New function `clone-markers' Implementation is also changed so that 
markers are now shared with match-data.
       new  32c3077044 Bump to snapshot version (rather late!)
       new  41ca2908a3 Added documentation for four functions.
       new  71a712044e v0.3 release
       new  5784538b01 v0.4 iteration.
       new  05846a92bc Removed "-data" from m-buffer-match-data.
       new  354e1c6b2a Change version suffix to alpha.
       new  b7c9738f31 Update readme for 0.4 release.
       new  dc5f6c4149 Version 0.4 release.
       new  6c25f66a6d Uses cask for dependency management and testing.
       new  1ce2bb58bb Test from melpa-stable only.
       new  45ad6de33d Documentaion update for cask move.
       new  72acc99a91 New function: m-buffer-delete-match
       new  69750033c2 m-buffer-replace-matches has more arguments.
       new  d6701d8ce2 Remove extraneous dash dependency to dash.
       new  11990bba65 Version 0.5 release.
       new  93f64edf1b Added support for case-fold-search
       new  b501935037 Version and Dependency updates.
       new  2803b1f9b6 Match functions now accept a :numeric arg.
       new  761ba8e4b7 Equals and subtract functionality added.
       new  a8d5ce9755 Performance enhancements to subtract.
       new  bc7dd63016 Emacs 24.4 Unit testing.
       new  fd9d92a0aa Added marmalade for noflet.
       new  1ab361ed32 with-markers and with-current-location added.
       new  8d351bb5fd m-buffer-with-current-marker added.
       new  a3078a58ed exact-subtract no longer crashes on last non-match
       new  115663a882 Updates for 0.6.
       new  042fe80d95 Checkdoc before 0.6 release.
       new  02feebf931 Test update due to function private namechange.
       new  55eb7c058f Prepare for next iteration.
       new  c2ea6f72b9 m-buffer-first-line added.
       new  20f5618f2b Documentation updates.
       new  edfa6ef412 m-buffer-at added.
       new  63a46e6732 m-buffer-in-match-p added.
       new  3df675024f New functions added.
       new  7dc326288e Documentation now orgified.
       new  69cf1fb326 Documentation updates.
       new  7c5eef2304 More org documentation changes.
       new  e80fd6cdaa Documentation updates.
       new  4bf9bbe61d README update for 0.8.
       new  b67897c833 Reduce Emacs versions in testing.
       new  25c2b37969 m-buffer-point renamed to m-buffer-at-point.
       new  e9f9b0819f Prepare for next iteration!
       new  8c7f63ee16 Removed pointless call to m-buffer-buffer-for-match.
       new  d232b27d1e Unused variable name changed.
       new  f62d176423 Byte-compile errors fixed.
       new  77067c0ff5 Version 0.9 Released.
       new  c637ea3bf2 Prepare for next iteration.
       new  643fbef4bf replace-match now saves point
       new  da475fb914 Update for 0.10.
       new  31b6db5145 New start file for lentic doc.
       new  5166d21792 Lentic documentation for m-buffer.el.
       new  3136ab48a8 Docstring typo.
       new  18d086666c Lentic-doc completed.
       new  e648a9d6ca m-buffer-apply-snoc replaced.
       new  c0946dbe6c Documentations updates.
       new  d9682aa359 Prepare for 0.11 release.
       new  62df9235a1 v0.11 release.
       new  47e9243598 Prepare for next iteration.
       new  ea281db21a New function: m-buffer-partition-by-marker.
       new  61d1fceb84 Prepare for next iteration.
       new  3fd8848e40 m-buffer-at-narrowed-p added.
       new  3702262fbc m-buffer was not stateless at all!
       new  970b87f18d Port tests to new travis infrastructure.
       new  57c3d829d3 Oops.
       new  1f9cb91594 Generic language.
       new  22660c5385 New function - m-buffer-at-string
       new  883e6192e9 Benchmark extension changed.
       new  3325bfcf6e Prepare for next release.
       new  62751a56db Fix hyperlink in travis-ci build.
       new  1ff021c5f6 v0.13 release.
       new  184fe5f609 Prepare for next iteration.
       new  cf99d4209a New function `m-buffer-match-multi'
       new  61d1ed99e5 Update email
       new  2a056e6248 seq replaces the dependency on dash.
       new  1da2438bfb Lentic doc update and generation
       new  9dcfcd69d8 Update Emacs version requirement
       new  9c45387989 Update Cask file for lentic-doc changes
       new  b402420640 Remove CSS which is provided by lentic
       new  3bff1078c6 Add package task to Makefile
       new  7ce1c15e0b Update documentation entry point
       new  a2b935896f Support Emacs-24 series
       new  6eb1d2535a v0.15 Release
       new  e2d5a416ce Move back to melpa-stable
       new  8681342aaf Renamespace assess-discover
       new  d2e35bf929 Adjust copyright headers for GNU ELPA




reply via email to

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