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