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