X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7d98ef63cf1d581ab71c4dbcc507b15750d17d2e;hb=5a6b4fa99f63d5daefa2b3e9c5758140f98dd82c;hp=00c2ffd109af4033820ad04988ae22ed70d43ef9;hpb=3bd6450da06e4a707e476c40e44dfc94ceb9ac6c;p=elisp%2Falbum.git diff --git a/ChangeLog b/ChangeLog index 00c2ffd..7d98ef6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,119 @@ +2007-01-21 MORIOKA Tomohiko + + * iphoto-util.el (iphoto-dir-to-album-dir): Add new argument + `album-url-prefix'. + +2007-01-13 MORIOKA Tomohiko + + * www-page.el (www-page-display-dir): Add new optional argument + `hide-cgi'. + (www-page-display-page): Likewise. + (www-page-batch-get): Support new command-line option `hide-cgi'. + +2006-09-22 MORIOKA Tomohiko + + * iphoto-util.el (iphoto-dir-to-album-dir): Change signature to + add `image-url-root'. + +2006-09-19 MORIOKA Tomohiko + + * www-page.el (www-page-display-dir): Use `img.cgi' instead of + `page.cgi' for images. + (www-page-display-page): Likewise. + + * img.cgi: New file. + +2006-09-18 MORIOKA Tomohiko + + * iphoto-util.el: New file. + +2006-08-15 MORIOKA Tomohiko + + * www-page.el (www-page-display-dir): Renamed from + `www-page-display-thumbnails'. + (www-page-display-image): Check file exists. + (www-page-batch-get): Use `www-page-display-dir' instead of + `www-page-display-thumbnails'. + +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