From 74f3d462a6c961268e4649793e13944695652634 Mon Sep 17 00:00:00 2001 From: techmaniack Date: Tue, 1 Feb 2011 02:40:42 -0800 Subject: [PATCH 1/2] used proper grammar --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index b21e055..5b50aad 100644 --- a/README +++ b/README @@ -1,13 +1,13 @@ The aim of this project is to provide simple cross platform notepad supporting unicode text. Just Notepad atleast now. Like in windows (which does nothing except text editing... :)) -You are welcome to add advanced feachers. +You are welcome to add advanced features. Working componets File - New Open Save Close + New;Open;Save;Close Edit - Cut Copy Paste Find(incomplete searches 1st element) + Cut;Copy;Paste;Find(incomplete searches 1st element) Format - Font Color + Font;Color :-P From 1d95b1ebc4afbce6698816948190fb060511db11 Mon Sep 17 00:00:00 2001 From: techmaniack Date: Tue, 1 Feb 2011 02:43:39 -0800 Subject: [PATCH 2/2] added info about the author --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 5b50aad..0748918 100644 --- a/README +++ b/README @@ -1,3 +1,8 @@ +#Author : Miheer Vaidya (aka 'MegaVolunteer') ;) +#E-mail : v.miheer@gmail.com +#Created: + + The aim of this project is to provide simple cross platform notepad supporting unicode text. Just Notepad atleast now. Like in windows (which does nothing except text editing... :)) You are welcome to add advanced features.