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