From 66ddc2d74ed506d88773819afdf28c582692b83f Mon Sep 17 00:00:00 2001 From: Cedric Lallain Date: Mon, 21 Sep 2009 02:47:34 -0700 Subject: [PATCH] Update file header. Release 1.0. --- extensions/iproject.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/extensions/iproject.el b/extensions/iproject.el index 6dc484c..32fc200 100644 --- a/extensions/iproject.el +++ b/extensions/iproject.el @@ -54,7 +54,6 @@ ;; ;; C-c n to add new project ;; C-c + to add file to an existing project -;; C-c m to move marked file or current file to a specified folder (within the same project) ;; C-c C-r to revert the project ;; C-x C-w to write the project ;; C-x C-s to save the project @@ -68,14 +67,6 @@ ;; -;; TODOs: - -;; - probably add: iproject-bing-opened-file-to-current-buffer which -;; should go through all opened files and if these files belong to -;; the current ipb; it should attached them to it. -;; - compile one file - - ;;; History: ;; ;; v1.0: First official release. -- 2.11.4.GIT