(album-make-spec-by-width): Abolished.
[elisp/album.git] / ChangeLog
1 2005-04-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * album.el (album-write-html): Change order of argument.
4         (album-convert-image): Likewise; add QVGA grade.
5         (album-convert-images): Change order of argument; don't use &rest
6         for `source-images'; change arguments `image-url-prefix',
7         `html-dest-dir' and `lang' to optional; add new optional arguments
8         `title' and `parent-url'.
9         (album-make-thumbnails): Change order of argument; add new
10         optional arguments `title' and `parent-url'.
11         (album-convert-directory): Change order of argument; use &optional
12         instead of &rest for `patterns'; change arguments
13         `image-url-prefix', `html-dest-dir' and `lang' to optional; add
14         new optional arguments `title' and `parent-url'.
15
16 2005-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
17
18         * album.el (album-write-html): Add new argument `lang'; add link
19         for "../index.html".
20         (album-convert-image): Add new argument `lang'; generate thumbnail
21         images.
22         (album-convert-images): Add new argument `lang'; call
23         `album-make-thumbnails'.
24         (album-make-thumbnails): New function.
25         (album-convert-directory): Add new argument `lang'.
26
27 2005-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
28
29         * album.el (album-write-html): Add new argument
30         `image-url-prefix'.
31         (album-convert-image): Rename argument `dest-dir' to
32         `image-dest-dir'; add new arguments `html-dest-dir' and
33         `image-url-prefix'.
34         (album-convert-images): Likewise.
35         (album-convert-directory): Likewise.
36
37 2005-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
38
39         * album.el (album-convert-image): Expand relative path in argument
40         `file'; don't convert fullsize file if `file' is JPEG.
41         (album-convert-directory): Specify default pattern of image files.
42
43 2005-04-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
44
45         * album.el (album-convert-directory): New function.
46
47 2005-04-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
48
49         * album.el (album-convert-images): New function.
50
51 2005-04-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
52
53         * album.el (album-convert-image): Renamed from
54         `album-convert-images'.
55
56 2005-04-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
57
58         * album.el, www-image.el: Rename www-image.el to album.el; rename
59         prefix `www-image' to `album'.
60
61 2005-04-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
62
63         * www-image.el (www-image-write-html): Add new argument
64         `dest-dir'; change order of arguments; expect `prev-file', `file'
65         and `next-file' are relative path; expect `prev-file' and
66         `next-file' are omitted extensions.
67         (www-image-convert-images): Add new argument `dest-dir'; change
68         order of arguments; change `prev-file' and `next-file' to
69         non-optional arguments; modify for `www-image-write-html'.
70
71 2005-04-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
72
73         * www-image.el (www-image-write-html): Add new argument
74         `prev-file', `next-file' and `prev-grade'; add links for
75         `prev-file', `next-file', `prev-grade' and `next-grade'.
76         (www-image-convert-images): New optional argument `prev-file' and
77         `next-file'; modify for `www-image-write-html'.
78
79 2005-04-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
80
81         * www-image.el: New file.
82