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