(www-page-version): New constant.
[elisp/album.git] / ChangeLog
1 2007-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * www-page.el (www-page-display-dir): Retrieve image files if
4         `files' or `refs' are not defined in dir.desc.
5         (www-page-display-page): Likewise.
6
7 2007-08-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
8
9         * www-page.el (www-page-size-specs): Add new spec `original'.
10         (www-page-display-image): Support original size.
11
12 2007-01-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
13
14         * iphoto-util.el (iphoto-dir-to-album-dir): Add new argument
15         `album-url-prefix'.
16
17 2007-01-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
18
19         * www-page.el (www-page-display-dir): Add new optional argument
20         `hide-cgi'.
21         (www-page-display-page): Likewise.
22         (www-page-batch-get): Support new command-line option `hide-cgi'.
23
24 2006-09-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
25
26         * iphoto-util.el (iphoto-dir-to-album-dir): Change signature to
27         add `image-url-root'.
28
29 2006-09-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
30
31         * www-page.el (www-page-display-dir): Use `img.cgi' instead of
32         `page.cgi' for images.
33         (www-page-display-page): Likewise.
34
35         * img.cgi: New file.
36
37 2006-09-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
38
39         * iphoto-util.el: New file.
40
41 2006-08-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
42
43         * www-page.el (www-page-display-dir): Renamed from
44         `www-page-display-thumbnails'.
45         (www-page-display-image): Check file exists.
46         (www-page-batch-get): Use `www-page-display-dir' instead of
47         `www-page-display-thumbnails'.
48
49 2006-06-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
50
51         * www-page.el (www-page-size-specs): Change `WXGA' to 1280x800.
52
53 2006-05-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
54
55         * www-page.el (www-page-display-page): Fix problem when the
56         specified file is a reference; fix problem when the specified
57         file's directory does not exist.
58
59 2006-05-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
60
61         * www-page.el (www-page-display-page): Display error message if
62         file is not found.
63
64 2006-05-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
65
66         * www-page.el (www-page-display-thumbnails): Support `refs'
67         feature about indirect references.
68         (www-page-display-page): Support `ref' feature about indirect
69         reference.
70
71 2006-05-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
72
73         * page.cgi: New file.
74
75 2006-05-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
76
77         * www-page.el: New file.
78
79 2006-05-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
80
81         * www-image.el (www-image-default-base-directory): New variable.
82         (www-image-display-thumbnails): Get title from dir.desc; insert
83         note feature of dir.desc; use www-image-default-base-directory.
84
85 2006-05-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
86
87         * www-image.el: New file.
88
89 2006-02-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
90
91         * album.el (album-write-html): Add new optional argument
92         `image-url'.
93         (album-make-selection-1): New function.
94         (album-make-selection): New function.
95
96 2006-02-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
97
98         * album.el (album-make-spec-by-width): Abolished.
99         (album-make-spec-by-height): Abolished.
100         (album-convert-image): New implementation.
101
102 2005-04-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
103
104         * album.el (album-write-html): Change order of argument.
105         (album-convert-image): Likewise; add QVGA grade.
106         (album-convert-images): Change order of argument; don't use &rest
107         for `source-images'; change arguments `image-url-prefix',
108         `html-dest-dir' and `lang' to optional; add new optional arguments
109         `title' and `parent-url'.
110         (album-make-thumbnails): Change order of argument; add new
111         optional arguments `title' and `parent-url'.
112         (album-convert-directory): Change order of argument; use &optional
113         instead of &rest for `patterns'; change arguments
114         `image-url-prefix', `html-dest-dir' and `lang' to optional; add
115         new optional arguments `title' and `parent-url'.
116
117 2005-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
118
119         * album.el (album-write-html): Add new argument `lang'; add link
120         for "../index.html".
121         (album-convert-image): Add new argument `lang'; generate thumbnail
122         images.
123         (album-convert-images): Add new argument `lang'; call
124         `album-make-thumbnails'.
125         (album-make-thumbnails): New function.
126         (album-convert-directory): Add new argument `lang'.
127
128 2005-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
129
130         * album.el (album-write-html): Add new argument
131         `image-url-prefix'.
132         (album-convert-image): Rename argument `dest-dir' to
133         `image-dest-dir'; add new arguments `html-dest-dir' and
134         `image-url-prefix'.
135         (album-convert-images): Likewise.
136         (album-convert-directory): Likewise.
137
138 2005-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
139
140         * album.el (album-convert-image): Expand relative path in argument
141         `file'; don't convert fullsize file if `file' is JPEG.
142         (album-convert-directory): Specify default pattern of image files.
143
144 2005-04-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
145
146         * album.el (album-convert-directory): New function.
147
148 2005-04-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
149
150         * album.el (album-convert-images): New function.
151
152 2005-04-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
153
154         * album.el (album-convert-image): Renamed from
155         `album-convert-images'.
156
157 2005-04-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
158
159         * album.el, www-image.el: Rename www-image.el to album.el; rename
160         prefix `www-image' to `album'.
161
162 2005-04-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
163
164         * www-image.el (www-image-write-html): Add new argument
165         `dest-dir'; change order of arguments; expect `prev-file', `file'
166         and `next-file' are relative path; expect `prev-file' and
167         `next-file' are omitted extensions.
168         (www-image-convert-images): Add new argument `dest-dir'; change
169         order of arguments; change `prev-file' and `next-file' to
170         non-optional arguments; modify for `www-image-write-html'.
171
172 2005-04-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
173
174         * www-image.el (www-image-write-html): Add new argument
175         `prev-file', `next-file' and `prev-grade'; add links for
176         `prev-file', `next-file', `prev-grade' and `next-grade'.
177         (www-image-convert-images): New optional argument `prev-file' and
178         `next-file'; modify for `www-image-write-html'.
179
180 2005-04-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
181
182         * www-image.el: New file.
183