Browse Source

Just moving around files in CONTRIB.

Carsten Dominik 17 years ago
parent
commit
b8848991b9
4 changed files with 8 additions and 3 deletions
  1. 5 1
      CONTRIB/ChangeLog
  2. 1 0
      CONTRIB/README
  3. 2 2
      CONTRIB/lisp/org-id.el
  4. 0 0
      CONTRIB/lisp/org-screen.el

+ 5 - 1
CONTRIB/ChangeLog

@@ -1,6 +1,10 @@
+2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
+
+	* lisp/org-id.el: New file.
+
 2008-02-21  Carsten Dominik  <dominik@science.uva.nl>
 
-	* org-screen.el: New file.
+	* lisp/org-screen.el: New file.
 
 2008-02-17  Christian Egli  <christian.egli@alumni.ethz.ch>
 

+ 1 - 0
CONTRIB/README

@@ -16,6 +16,7 @@ org-bibtex.el        --- Org links to BibTeX entries
 org-depend.el        --- TODO dependencies for Org-mode
 org-elisp-symbol.el  --- Org links to emacs-lisp symbols
 org-expiry.el 	     --- expiry mechanism for Org entries
+org-id.el 	     --- Global id's for identifying entries
 org-irc.el 	     --- Store links to IRC sessions.
 org-iswitchb.el      --- use iswitchb to select Org buffer
 org-man.el 	     --- Support for links to manpages in Org-mode

+ 2 - 2
CONTRIB/org-id.el → CONTRIB/lisp/org-id.el

@@ -4,9 +4,9 @@
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Homepage: http://orgmode.org
-;; Version: 5.22a+
+;; Version: 0.01
 ;;
-;; This file is part of GNU Emacs.
+;; This file is not yet part of GNU Emacs.
 ;;
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by

+ 0 - 0
CONTRIB/org-screen.el → CONTRIB/lisp/org-screen.el