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