diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:44:27 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:44:27 +0900 |
commit | fc85165f325b90b9b8e6e68aa1b265a9ee21cf5f (patch) | |
tree | 8709ad87750384e4d727d2ef9c6783ec32ade7b5 /NEWS | |
parent | 3366690e172a06e0b95718b8a5436004ce6116f8 (diff) | |
download | ed-fc85165f325b90b9b8e6e68aa1b265a9ee21cf5f.tar.gz ed-fc85165f325b90b9b8e6e68aa1b265a9ee21cf5f.tar.bz2 ed-fc85165f325b90b9b8e6e68aa1b265a9ee21cf5f.zip |
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +Changes in version 1.4: + +The undo command has been fixed to restore the modified status of the +buffer being edited. + +A race condition with user interrupt has been fixed in +search_and_replace. + +The functions resize_line_buffer and resize_undo_buffer have been added +to definitively fix the aliasing warnings. + +Some minor corrections have been made to the manual. |