r4056: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 17 Feb 2003 06:48:46 +0000 (06:48 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 17 Feb 2003 06:48:46 +0000 (06:48 +0000)
base.lisp
debian/changelog

index 3e59034436a5132777e9a8c54449ef325915ffec..4a03e71632aa245ba6cd35bccd957a553d3bad60 100644 (file)
--- a/base.lisp
+++ b/base.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: base.lisp,v 1.10 2003/02/10 19:49:18 kevin Exp $
+;;;; $Id: base.lisp,v 1.11 2003/02/17 06:48:46 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 (defmacro input (&rest args)
   `(with-no-endtag input ,@args))
 
-(defmacro meta (name content)
-  `(with meta :name ,name :content ,content))
+(defmacro link (&rest args)
+  `(with-no-endtag link ,@args))
 
-(defmacro meta-key (&key name content http-equiv)
-  `(with meta :name ,name :content ,content :http-equiv ,http-equiv))
+(defmacro meta (&rest args)
+  `(with-no-endtag meta ,@args))
 
 (defmacro br (&rest args)
   `(with-no-endtag br ,@args))
 (eval-when (:compile-toplevel :load-toplevel :execute)
   (defparameter *macro-list*
     '(a div span h1 h2 h3 h4 h5 h6 i b p li ul ol table tbody td th tr body head
-         html title pre tt u dl dt dd kbd code form textarea link))
-  (export '(alink alink-c br hr img input meta meta-key))
+         html title pre tt u dl dt dd kbd code form textarea))
+  (export '(alink alink br hr img input meta link meta-key))
   (export *macro-list*))
 
 (loop for i in *macro-list*
index d7756cb7b62415ba82876a186ae2e89b0125a641..0a04c70f2bc8842787c573320e4cd6f3ed6664da 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml (2.3.0-1) unstable; urgency=low
+
+  * Change definition of link/meta 
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 16 Feb 2003 23:46:37 -0700
+
 cl-lml (2.2.4-1) unstable; urgency=low
 
   * Move XHTML to version 1.1