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

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

[elpa] externals/vlf 54927af 088/310: Update README and bump version.


From: Stefan Monnier
Subject: [elpa] externals/vlf 54927af 088/310: Update README and bump version.
Date: Sat, 28 Nov 2020 00:32:52 -0500 (EST)

branch: externals/vlf
commit 54927afb8fb5e5a56740b02388b82f39f88a2e8d
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    Update README and bump version.
---
 README.org | 5 +++--
 vlfi.el    | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 6f5ec8c..03b57a5 100644
--- a/README.org
+++ b/README.org
@@ -4,14 +4,15 @@ An Emacs mode that allows viewing, editing and searching in 
large
 files in chunks.  Batch size can be adjusted on the fly and bounds the
 memory that is to be used for operations on the file.
 
-This is a fork that builds on the bare bones GNU ELPA vlf.el.  It adds
-the following improvements:
+This mode builds on the bare bones GNU ELPA vlf.el.  It adds the
+following improvements:
 
 - proper dealing with Unicode
 - regular expression search on whole file (in constant memory
   determined by current batch size)
 - chunk editing (if size has changed, saving is done in constant
   memory determined by current batch size)
+- occur like indexing
 - options to jump to beginning, end or arbitrary file chunk
 - ability to jump/insert given number of batches at once
 - newly added content is acknowledged if file has changed size
diff --git a/vlfi.el b/vlfi.el
index 6ccb45a..8a2a9a2 100644
--- a/vlfi.el
+++ b/vlfi.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2006, 2012, 2013  Free Software Foundation, Inc.
 
-;; Version: 0.7
+;; Version: 0.8
 ;; Keywords: large files, utilities
 ;; Authors: 2006 Mathias Dahl <mathias.dahl@gmail.com>
 ;;          2012 Sam Steingold <sds@gnu.org>



reply via email to

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