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.