X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Falbum.git;a=blobdiff_plain;f=ChangeLog;h=3c686f9d82995b94868e5ad7cec40eaa1df6a3c9;hp=405ba528240ae0009b4bda49e26aaf827084ae86;hb=97aae194eb5410ff8dd962e0f903ee6a777bf8d6;hpb=6ae6da90f6cc2e120c06987bea5209f20afd5d4a diff --git a/ChangeLog b/ChangeLog index 405ba52..3c686f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,229 @@ +2008-11-02 MORIOKA Tomohiko + + * iphoto-util.el (exif-image-file-date-time-original): New + implementation for exif 0.6.15. + (exif-find-image-directories-by-original-date): Modify for iPhoto + 8. + +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 + `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 + `prev-file', `next-file' and `prev-grade'; add links for + `prev-file', `next-file', `prev-grade' and `next-grade'. + (www-image-convert-images): New optional argument `prev-file' and + `next-file'; modify for `www-image-write-html'. + 2005-04-13 MORIOKA Tomohiko * www-image.el: New file.