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 ;; 2012 Sam Steingold