X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3c68bd86fb66af152ef075c21e999e517297419c;hb=c40e1ae89c643acd6be84c2d7be534fd741a400a;hp=bda3398e29343adf84c874d9c1912a75db6afe57;hpb=df671702f1f14b796e6607e249c65cb65174f540;p=elisp%2Falbum.git diff --git a/ChangeLog b/ChangeLog index bda3398..3c68bd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,73 @@ +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