X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fc578f461d64755c38de278aa408a33ff03a20ca;hb=ca59bca3621cda11411275ab938fe80298795be4;hp=bda3398e29343adf84c874d9c1912a75db6afe57;hpb=df671702f1f14b796e6607e249c65cb65174f540;p=elisp%2Falbum.git diff --git a/ChangeLog b/ChangeLog index bda3398..fc578f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,126 @@ +2006-06-06 MORIOKA Tomohiko + + * www-page.el (www-page-size-specs): Change `WXGA' to 1280x800. + +2006-05-24 MORIOKA Tomohiko + + * www-page.el (www-page-display-page): Fix problem when the + specified file is a reference; fix problem when the specified + file's directory does not exist. + +2006-05-24 MORIOKA Tomohiko + + * www-page.el (www-page-display-page): Display error message if + file is not found. + +2006-05-21 MORIOKA Tomohiko + + * www-page.el (www-page-display-thumbnails): Support `refs' + feature about indirect references. + (www-page-display-page): Support `ref' feature about indirect + reference. + +2006-05-19 MORIOKA Tomohiko + + * page.cgi: New file. + +2006-05-18 MORIOKA Tomohiko + + * www-page.el: New file. + +2006-05-17 MORIOKA Tomohiko + + * www-image.el (www-image-default-base-directory): New variable. + (www-image-display-thumbnails): Get title from dir.desc; insert + note feature of dir.desc; use www-image-default-base-directory. + +2006-05-17 MORIOKA Tomohiko + + * www-image.el: New file. + +2006-02-22 MORIOKA Tomohiko + + * album.el (album-write-html): Add new optional argument + `image-url'. + (album-make-selection-1): New function. + (album-make-selection): New function. + +2006-02-19 MORIOKA Tomohiko + + * album.el (album-make-spec-by-width): Abolished. + (album-make-spec-by-height): Abolished. + (album-convert-image): New implementation. + +2005-04-19 MORIOKA Tomohiko + + * album.el (album-write-html): Change order of argument. + (album-convert-image): Likewise; add QVGA grade. + (album-convert-images): Change order of argument; don't use &rest + for `source-images'; change arguments `image-url-prefix', + `html-dest-dir' and `lang' to optional; add new optional arguments + `title' and `parent-url'. + (album-make-thumbnails): Change order of argument; add new + optional arguments `title' and `parent-url'. + (album-convert-directory): Change order of argument; use &optional + instead of &rest for `patterns'; change arguments + `image-url-prefix', `html-dest-dir' and `lang' to optional; add + new optional arguments `title' and `parent-url'. + +2005-04-18 MORIOKA Tomohiko + + * album.el (album-write-html): Add new argument `lang'; add link + for "../index.html". + (album-convert-image): Add new argument `lang'; generate thumbnail + images. + (album-convert-images): Add new argument `lang'; call + `album-make-thumbnails'. + (album-make-thumbnails): New function. + (album-convert-directory): Add new argument `lang'. + +2005-04-18 MORIOKA Tomohiko + + * album.el (album-write-html): Add new argument + `image-url-prefix'. + (album-convert-image): Rename argument `dest-dir' to + `image-dest-dir'; add new arguments `html-dest-dir' and + `image-url-prefix'. + (album-convert-images): Likewise. + (album-convert-directory): Likewise. + +2005-04-18 MORIOKA Tomohiko + + * album.el (album-convert-image): Expand relative path in argument + `file'; don't convert fullsize file if `file' is JPEG. + (album-convert-directory): Specify default pattern of image files. + +2005-04-16 MORIOKA Tomohiko + + * album.el (album-convert-directory): New function. + +2005-04-15 MORIOKA Tomohiko + + * album.el (album-convert-images): New function. + +2005-04-15 MORIOKA Tomohiko + + * album.el (album-convert-image): Renamed from + `album-convert-images'. + +2005-04-15 MORIOKA Tomohiko + + * album.el, www-image.el: Rename www-image.el to album.el; rename + prefix `www-image' to `album'. + +2005-04-14 MORIOKA Tomohiko + + * www-image.el (www-image-write-html): Add new argument + `dest-dir'; change order of arguments; expect `prev-file', `file' + and `next-file' are relative path; expect `prev-file' and + `next-file' are omitted extensions. + (www-image-convert-images): Add new argument `dest-dir'; change + order of arguments; change `prev-file' and `next-file' to + non-optional arguments; modify for `www-image-write-html'. + 2005-04-14 MORIOKA Tomohiko * www-image.el (www-image-write-html): Add new argument