f2262504d4b417dc4680835b6f99325b622c7169
[elisp/album.git] / ChangeLog
1 2006-05-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * www-page.el (www-page-display-page): Fix problem when the
4         specified file is a reference; fix problem when the specified
5         file's directory does not exist.
6
7 2006-05-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
8
9         * www-page.el (www-page-display-page): Display error message if
10         file is not found.
11
12 2006-05-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
13
14         * www-page.el (www-page-display-thumbnails): Support `refs'
15         feature about indirect references.
16         (www-page-display-page): Support `ref' feature about indirect
17         reference.
18
19 2006-05-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
20
21         * page.cgi: New file.
22
23 2006-05-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
24
25         * www-page.el: New file.
26
27 2006-05-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
28
29         * www-image.el (www-image-default-base-directory): New variable.
30         (www-image-display-thumbnails): Get title from dir.desc; insert
31         note feature of dir.desc; use www-image-default-base-directory.
32
33 2006-05-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
34
35         * www-image.el: New file.
36
37 2006-02-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
38
39         * album.el (album-write-html): Add new optional argument
40         `image-url'.
41         (album-make-selection-1): New function.
42         (album-make-selection): New function.
43
44 2006-02-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
45
46         * album.el (album-make-spec-by-width): Abolished.
47         (album-make-spec-by-height): Abolished.
48         (album-convert-image): New implementation.
49
50 2005-04-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
51
52         * album.el (album-write-html): Change order of argument.
53         (album-convert-image): Likewise; add QVGA grade.
54         (album-convert-images): Change order of argument; don't use &rest
55         for `source-images'; change arguments `image-url-prefix',
56         `html-dest-dir' and `lang' to optional; add new optional arguments
57         `title' and `parent-url'.
58         (album-make-thumbnails): Change order of argument; add new
59         optional arguments `title' and `parent-url'.
60         (album-convert-directory): Change order of argument; use &optional
61         instead of &rest for `patterns'; change arguments
62         `image-url-prefix', `html-dest-dir' and `lang' to optional; add
63         new optional arguments `title' and `parent-url'.
64
65 2005-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
66
67         * album.el (album-write-html): Add new argument `lang'; add link
68         for "../index.html".
69         (album-convert-image): Add new argument `lang'; generate thumbnail
70         images.
71         (album-convert-images): Add new argument `lang'; call
72         `album-make-thumbnails'.
73         (album-make-thumbnails): New function.
74         (album-convert-directory): Add new argument `lang'.
75
76 2005-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
77
78         * album.el (album-write-html): Add new argument
79         `image-url-prefix'.
80         (album-convert-image): Rename argument `dest-dir' to
81         `image-dest-dir'; add new arguments `html-dest-dir' and
82         `image-url-prefix'.
83         (album-convert-images): Likewise.
84         (album-convert-directory): Likewise.
85
86 2005-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
87
88         * album.el (album-convert-image): Expand relative path in argument
89         `file'; don't convert fullsize file if `file' is JPEG.
90         (album-convert-directory): Specify default pattern of image files.
91
92 2005-04-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
93
94         * album.el (album-convert-directory): New function.
95
96 2005-04-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
97
98         * album.el (album-convert-images): New function.
99
100 2005-04-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
101
102         * album.el (album-convert-image): Renamed from
103         `album-convert-images'.
104
105 2005-04-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
106
107         * album.el, www-image.el: Rename www-image.el to album.el; rename
108         prefix `www-image' to `album'.
109
110 2005-04-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
111
112         * www-image.el (www-image-write-html): Add new argument
113         `dest-dir'; change order of arguments; expect `prev-file', `file'
114         and `next-file' are relative path; expect `prev-file' and
115         `next-file' are omitted extensions.
116         (www-image-convert-images): Add new argument `dest-dir'; change
117         order of arguments; change `prev-file' and `next-file' to
118         non-optional arguments; modify for `www-image-write-html'.
119
120 2005-04-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
121
122         * www-image.el (www-image-write-html): Add new argument
123         `prev-file', `next-file' and `prev-grade'; add links for
124         `prev-file', `next-file', `prev-grade' and `next-grade'.
125         (www-image-convert-images): New optional argument `prev-file' and
126         `next-file'; modify for `www-image-write-html'.
127
128 2005-04-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
129
130         * www-image.el: New file.
131