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

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

[elpa] externals/vlf 8637ce5 062/310: Update README and version.


From: Stefan Monnier
Subject: [elpa] externals/vlf 8637ce5 062/310: Update README and version.
Date: Sat, 28 Nov 2020 00:32:47 -0500 (EST)

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

    Update README and version.
---
 README.org | 15 +++++++++------
 vlfi.el    |  2 +-
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/README.org b/README.org
index 4277766..c58904d 100644
--- a/README.org
+++ b/README.org
@@ -1,13 +1,16 @@
-* View Large File Improved
+* View Large Files Improved
 
 An Emacs mode that allows viewing files in chunks.  This is a fork
-that builds on the GNU ELPA vlf.el.  It adds the following
+that builds on the bare bones GNU ELPA vlf.el.  It adds the following
 improvements:
 
-- by chunk search
-- chunk editing
-- options to jump to end or beginning of file
+- 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)
+- options to jump to beginning, end or arbitrary file chunk
 - ability to jump/insert given number of batches at once
-- ability to view newly added content if the file has grown meanwhile
+- newly added content is acknowledged if file has changed size
+  meanwhile
 - vlfi is added as an option when opening large files
 
diff --git a/vlfi.el b/vlfi.el
index 8013d3a..d7999d4 100644
--- a/vlfi.el
+++ b/vlfi.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2006, 2012, 2013  Free Software Foundation, Inc.
 
-;; Version: 0.5
+;; Version: 0.6
 ;; 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]