[bknr-cvs] hans changed deployed/quickhoney/
BKNR Commits
bknr at bknr.net
Tue Feb 16 21:14:38 UTC 2010
Revision: 4510
Author: hans
URL: http://bknr.net/trac/changeset/4510
some minor fixes
U deployed/quickhoney/bknr/datastore/src/utils/utils.lisp
U deployed/quickhoney/bknr/web/src/web/menu.lisp
U deployed/quickhoney/libraries/yason/yason.asd
Modified: deployed/quickhoney/bknr/datastore/src/utils/utils.lisp
===================================================================
--- deployed/quickhoney/bknr/datastore/src/utils/utils.lisp 2010-02-08 20:24:25 UTC (rev 4509)
+++ deployed/quickhoney/bknr/datastore/src/utils/utils.lisp 2010-02-16 21:14:38 UTC (rev 4510)
@@ -6,7 +6,7 @@
,@(when doc (list doc))))
;;; date format
-;; Zeitzone für Mail-Zeitstempel
+;; Zeitzone fuer Mail-Zeitstempel
(defparameter *mail-timezone* "+0100")
(defun format-date-time (&optional universal-time &key stream
Modified: deployed/quickhoney/bknr/web/src/web/menu.lisp
===================================================================
--- deployed/quickhoney/bknr/web/src/web/menu.lisp 2010-02-08 20:24:25 UTC (rev 4509)
+++ deployed/quickhoney/bknr/web/src/web/menu.lisp 2010-02-16 21:14:38 UTC (rev 4510)
@@ -43,8 +43,7 @@
(declare (ignore menu-name))
(let* ((menu (bknr.impex:parse-xml-file
#+cmu (ext:unix-namestring (merge-pathnames config *default-pathname-defaults*))
- #+sbcl (sb-int:unix-namestring (merge-pathnames config *default-pathname-defaults*))
- #-(or cmu sbcl) (namestring (probe-file (merge-pathnames config *default-pathname-defaults*)))
+ #-cmu (namestring (probe-file (merge-pathnames config *default-pathname-defaults*)))
*menu-def-classes*)))
(html
((:div :class container-class)
Modified: deployed/quickhoney/libraries/yason/yason.asd
===================================================================
--- deployed/quickhoney/libraries/yason/yason.asd 2010-02-08 20:24:25 UTC (rev 4509)
+++ deployed/quickhoney/libraries/yason/yason.asd 2010-02-16 21:14:38 UTC (rev 4510)
@@ -1,6 +1,6 @@
;; This file is part of yason, a Common Lisp JSON parser/encoder
;;
-;; Copyright (c) 2008 Hans Hübner
+;; Copyright (c) 2008 Hans Huebner
;; All rights reserved.
;;
;; Please see the file LICENSE in the distribution.
More information about the Bknr-cvs
mailing list