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