X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a8a12d434e4e147a2f0241d3f6c22a8d9a283f51;hb=9d79fc7e91060153698aa35f35c01062c603d2e9;hp=7f41d6700ddf7daa6c49a723f4ebd2c9eb8379e7;hpb=bdfb48a0dd87f30ecd5bca9f9942252a2136fa81;p=elisp%2Falbum.git diff --git a/ChangeLog b/ChangeLog index 7f41d67..a8a12d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,180 @@ +2008-11-02 MORIOKA Tomohiko + + * iphoto-util.el (iphoto-dir-format-time-range-as-album-dir): Use +
h
m
s-
h
m
s instead of +
-
-
_
-
-
. + (iphoto-dir-to-album-dir): Modify for +
h
m
s-
h
m
s. + +2008-01-20 MORIOKA Tomohiko + + * iphoto-util.el (iphoto-dir-to-album-dir): Omit `files' in + dir.desc. + +2007-10-17 MORIOKA Tomohiko + + * www-page.el (www-page-version): Update to 0.4. + (www-page-display-dir): Add new optional argument `pivot-mode'. + (www-page-display-page): Likewise. + (www-page-display-image): Likewise. + (www-page-batch-get): Support `pivot-mode'. + +2007-10-17 MORIOKA Tomohiko + + * www-page.el (www-page-directory-image-files): New function. + (www-page-display-dir): Use `www-page-directory-image-files'. + (www-page-display-page): Likewise. + +2007-10-14 MORIOKA Tomohiko + + * iphoto-util.el (iphoto-dir-to-album-dir): Don't make "Original/" + subdirectory when an original file is a RAW file. + +2007-10-09 MORIOKA Tomohiko + + * www-page.el (www-page-version): New constant. + (www-page-open-dir): New function. + (www-page-display-dir): Use `www-page-open-dir'; display a note in + Japanese mode; display this program name and version. + (www-page-display-page): Likewise. + +2007-10-03 MORIOKA Tomohiko + + * www-page.el (www-page-display-dir): Retrieve image files if + `files' or `refs' are not defined in dir.desc. + (www-page-display-page): Likewise. + +2007-08-27 MORIOKA Tomohiko + + * www-page.el (www-page-size-specs): Add new spec `original'. + (www-page-display-image): Support original size. + +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 + `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