summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-07-19Adjust copyright headers for GNU ELPAStefan Monnier
2017-07-31Renamespace assess-discoverPhillip Lord
2016-07-12seq replaces the dependency on dash.Phillip Lord
2016-01-25New function `m-buffer-match-multi'Phillip Lord
2015-10-25New function - m-buffer-at-stringPhillip Lord
2015-05-10m-buffer was not stateless at all!Phillip Lord
2015-04-30New function: m-buffer-partition-by-marker.Phillip Lord
2015-04-07m-buffer-apply-snoc replaced.Phillip Lord
2015-03-04replace-match now saves pointPhillip Lord
2014-12-10m-buffer-at added.Phillip Lord
2014-12-08m-buffer-first-line added.Phillip Lord
2014-11-28Test update due to function private namechange.Phillip Lord
2014-11-27exact-subtract no longer crashes on last non-matchPhillip Lord
2014-11-16Performance enhancements to subtract.Phillip Lord
2014-11-16Equals and subtract functionality added.Phillip Lord
2014-11-16Match functions now accept a :numeric arg.Phillip Lord
2014-09-29Added support for case-fold-searchPhillip Lord
2014-08-16Uses cask for dependency management and testing.Phillip Lord
2014-06-14Removed "-data" from m-buffer-match-data.Phillip Lord
2014-03-05Return type of replace-match changed to start end markers. New function `clon...Phillip Lord
2014-03-05Removed pluralisation from nil-markers.Phillip Lord
2014-03-04replace-match now returns marker to the end of the replacements.Phillip Lord
2014-03-04Name changes: markers to markerPhillip Lord
2014-02-23Functions to add overlays and properties to buffers.Phillip Lord
2014-02-22Added function m-buffer-on-region -- apply a function to a region.Phillip Lord
2014-02-22Test file for previous tests.Phillip Lord
2014-02-22Added functions: m-buffer-marker-tree-to-pos, m-buffer-match-nth-group.Phillip Lord
2014-02-22Updated normalize tests to cope with extra widen argument.Phillip Lord
2014-02-22Beginning has become begin. Widen option added. New line matching functions.Phillip Lord
2014-02-20Added test file.Phillip Lord
2014-02-20Modifed match-data to use keyword args, except for first two args.Phillip Lord
2014-02-16Move dev to test.Phillip Lord