Update of /project/closure/cvsroot/closure/src/css
In directory clnet:/tmp/cvs-serv31723/src/css
Modified Files:
css-properties.lisp css-selector.lisp
Log Message:
Umlaute raus!
--- /project/closure/cvsroot/closure/src/css/css-properties.lisp 2005/03/13 18:00:58 1.8
+++ /project/closure/cvsroot/closure/src/css/css-properties.lisp 2007/07/07 15:03:56 1.9
@@ -4,7 +4,7 @@
;;; Created: 1998-02-08
;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
;;; License: MIT style (see below)
-;;; $Id: css-properties.lisp,v 1.8 2005/03/13 18:00:58 gbaumann Exp $
+;;; $Id: css-properties.lisp,v 1.9 2007/07/07 15:03:56 dlichteblau Exp $
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1998-2002 by Gilbert Baumann
@@ -54,7 +54,7 @@
(defparameter *normal-line-height* '1.2)
(defparameter *initial-font-family* '("times"))
(defparameter *initial-color* '"#000")
-;; 3/2 ist eigentlich etwas bißchen heftig!
+;; 3/2 ist eigentlich etwas bisschen heftig!
(defparameter *font-scaling-factor* 3/2)
(defparameter *medium-font-size* '(:pt . 12))
@@ -597,7 +597,7 @@
;; wir koennten jedoch sehr leicht auch noch union(...),
;; intersection(...), difference(...),
;; everything, nothing
-;; anbieten. (Könnten wir aus Spaß ja mal machen).
+;; anbieten. (Koennten wir aus Spass ja mal machen).
;;; ------------------------------------------------------------------------------------------
@@ -942,6 +942,9 @@
;; $Log: css-properties.lisp,v $
+;; Revision 1.9 2007/07/07 15:03:56 dlichteblau
+;; Umlaute raus!
+;;
;; Revision 1.8 2005/03/13 18:00:58 gbaumann
;; Gross license change
;;
--- /project/closure/cvsroot/closure/src/css/css-selector.lisp 2006/12/29 21:29:24 1.8
+++ /project/closure/cvsroot/closure/src/css/css-selector.lisp 2007/07/07 15:03:56 1.9
@@ -149,7 +149,7 @@
;; Diese ganze explicite Unterscheidung zwischen Author/User/Default
;; ist mir etwas zu speziell. (grade bei !important wird das alles
-;; doch etwas merkwürdig!).
+;; doch etwas merkwuerdig!).
(defun find-style (sheet element implicit-style
&optional (origin 0) (p 0)