r3973: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 7 Feb 2003 02:37:18 +0000 (02:37 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 7 Feb 2003 02:37:18 +0000 (02:37 +0000)
base.lisp
debian/changelog

index 577622cc0c70c367ea3d472a2ed1741fe6c74623..167082f159fcd8c64800aa4dd8839f5cc9eaf30f 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.6 2003/01/26 21:35:27 kevin Exp $
+;;;; $Id: base.lisp,v 1.7 2003/02/07 02:37:18 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
      (lml-format "~A~%" (xml-prologue-string))
      (lml-format "~A~%" (xhtml-prologue-string))))
 
-(defmacro link (dest &body body)
+(defmacro alink (dest &body body)
   `(with a :href ,dest ,@body))
 
-(defmacro link-c (class dest &body body)
+(defmacro alink-c (class dest &body body)
   `(with a :href ,dest :class (quote ,class) ,@body))
 
 (defmacro img (dest &rest 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))
-  (export '(link link-c br hr img input meta meta-key))
+         html title pre tt u dl dt dd kbd code form textarea link))
+  (export '(alink alink-c br hr img input meta meta-key))
   (export *macro-list*))
 
 (loop for i in *macro-list*
index d92c054efcbbf5a96b489270beb6642e114bca68..ba29276c80e8dc79fc21bf5b62ea32169ad6d281 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml (2.2.2-1) unstable; urgency=low
+
+  * Rename link to alink and add new link macro that produces a <link ...></link>
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  6 Feb 2003 19:36:42 -0700
+
 cl-lml (2.2.1-1) unstable; urgency=low
 
   * Upstream change