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