# HG changeset patch # User Oliver Seidel # Date 870820744 0 # Node ID 5de82ccd80eb1a9546f80fa3af00be14b485b5e5 # Parent dce72c66de1e42bf1028fb71e947c8b296f71045 Made todomode.el available under GPL. diff -r dce72c66de1e -r 5de82ccd80eb lisp/calendar/todo-mode.el --- a/lisp/calendar/todo-mode.el Tue Aug 05 22:34:14 1997 +0000 +++ b/lisp/calendar/todo-mode.el Tue Aug 05 22:39:04 1997 +0000 @@ -2,13 +2,38 @@ ;; --------------------------------------------------------------------------- -;; Note: You may copy this file freely for non-commercial use; otherwise, -;; please contact (address) O Seidel, Lessingstr 8, Eschborn, FRG -;; (e-mail ) Oliver.Seidel@cl.cam.ac.uk (2 Aug 1997) +;; Copyright (C) 1997 Oliver Seidel + +;; Keywords: todo-mode + +;; todomode.el is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. -;; $Id: todomode.el,v 1.6 1997/08/05 16:47:01 os10000 Exp os10000 $ +;; todomode.el is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. + +;; --------------------------------------------------------------------------- + +;; Contact information: (address) O Seidel, Lessingstr 8, Eschborn, FRG +;; (e-mail ) Oliver.Seidel@cl.cam.ac.uk (2 Aug 1997) + +;; $Id: todomode.el,v 1.7 1997/08/05 22:34:14 os10000 Exp os10000 $ ;; ;; $Log: todomode.el,v $ +;; Revision 1.7 1997/08/05 22:34:14 os10000 +;; Fixed insertion routine with help from Trey Jackson +;; ; added todo-ins-thresh; +;; fixed keyboard layout to remove unwanted keys. +;; ;; Revision 1.6 1997/08/05 16:47:01 os10000 ;; Incorporated menus for XEmacs from Allan.Cochrane@soton.sc.philips.com, ;; fixed TYPO, fixed todo-file-cmd, cleaned up rcs history.