24ccbbf4861d635305cc051ac5a0a46b107b4a06
[packages] / xemacs-packages / footnote / ChangeLog
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.18 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.17 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13
14 2003-10-31  Norbert Koch  <viteno@xemacs.org>
15
16         * Makefile (VERSION): XEmacs package 1.16 released.
17
18 2003-03-09  Ben Wing  <ben@xemacs.org>
19
20         * Makefile:
21         Delete explicit compile:: and binkit: rules.
22         Don't add custom-load.elc to the list of generated elc's.
23         Include Local.rules.inc at the beginning for access to
24         BUILD_WITHOUT_MULE, and put the include of XEmacs.rules at the
25         end.
26
27 2002-11-29  Ben Wing  <ben@xemacs.org>
28
29         * .cvsignore: Remove files now handled automatically by CVS.
30         * Makefile: Use `compile' instead of hard-coded `all'.
31
32 2002-10-15  Ville Skyttä  <scop@xemacs.org>
33
34         * Makefile (srckit): Remove.
35
36 2002-04-24  Steve Youngs  <youngs@xemacs.org>
37
38         * Makefile (VERSION): XEmacs package 1.15 released.
39
40 2002-04-13  Daiki Ueno  <daiki@xemacs.org>
41
42         * footnote.el (Footnote-insert-numbered-footnote): Forbid to
43         expand text properties in front of a footnote mark.
44         (Footnote-goto-footnote): Cured of Ebola.
45
46 2002-02-12  Steve Youngs  <youngs@xemacs.org>
47
48         * package-info.in (provides): Update to include all provides.
49
50 2002-01-28  Björn Torkelsson  <torkel@pdc.kth.se>
51
52         * footnote.el: add menu entries
53         * footnote.el (footnote-mode): add key/binding for Footnote-set-style
54
55 2000-01-22  Hannu Koivisto  <azure@iki.fi>
56
57         * footnote.el:
58           * Now requires cl for Emacs use.
59           * (footnote-always-blank-line-before-signature) New variable.
60           * (footnote-style) Updated documentation string for new
61             numeric-latin style.
62           * (footnote-style-alist)
63             * Style entries can now optionally have start and end tags
64               as their fourth and fifth elements, respectively.
65             * Added numeric-latin style.
66           * (footnote-section-tag, footnote-section-tag-regexp,
67              footnote-start-tag, footnote-end-tag) Changed from DEFCONSTs to
68              DEFVARs.
69           * (footnote-section-tag-regexp) Now initialized directly from
70             footnote-section-tag.
71           * (footnote-style-is-really-numeric-latin) New private variable.
72           * (footnote-numeric-latin-regexp) New variable.
73           * (Footnote-numeric-latin, Footnote-start-tag, Footnote-end-tag)
74             New functions.
75           * All uses of footnote-start-tag replaced with (Footnote-start-tag)
76             and uses of footnote-end-tag with (Footnote-end-tag).
77           * (Footnote-style-p) Modified to use FIRST and SECOND instead of
78             NTH for clarity.
79           * (Footnote-current-regexp) Ditto for FIRST and THIRD.
80           * (Footnote-refresh-footnotes)
81             * Now takes a style entry instead of just the index regexp
82               as argument.
83             * Rewritten to work with new and old styles having different
84               start and end tags.
85             * Can now transform indices with more than one digit.
86           * (Footnote-assoc-index) Rewritten for clarity.
87           * (Footnote-switch-style) New function.
88           * (Footnote-cycle-style)
89             * Added offset argument (how many styles to cycle through).
90             * Modified to use Footnote-switch-style.
91           * (Footnote-set-style) Added support for numeric-latin style.
92           * (Footnote-insert-footnote)
93             * Now returns t if the footnote was inserted before signature.
94             * Now uses Footnote-goto-char-point-max instead of going to the
95               end of the buffer (and past signature) if no footnotes after the
96               footnote we are inserting after.
97           * (Footnote-add-footnote)
98             * Added support for numeric-latin style.
99             * Rewrote misc. parts for clarity.
100             * Now does what footnote-always-blank-line-before-signature tells
101               to do.
102           * (Footnote-delete-footnote)
103             * Partly rewritten for clarity and...
104             * Added support for numeric-latin style.
105             * Added support for styles with an empty start tag.
106             * Fixed not to delete parts of signature in certain cases.
107
108 2000-05-23  Karl M. Hegbloom  <karlheg@debian.org>
109
110         * Makefile: Use BUILD_WITHOUT_MULE rather than BUILD_MULE.
111
112 1999-03-11  SL Baur  <steve@xemacs.org>
113
114         * footnote.el (toplevel): Fix logic for adding to minor-mode-alist
115         for FSF Emacs.
116         From Jari Aalto <jari.aalto@poboxes.com>
117
118 1998-08-27  SL Baur  <steve@altair.xemacs.org>
119
120         * footnote-kana.el (footnote-kana-index-function): Fix typo.
121         From Makoto MATSUSHITA (\e$(B$^$D$7$?$^$3$H\e(B) <matusita@ics.es.osaka-u.ac.jp>
122
123 1998-07-23  SL Baur  <steve@altair.xemacs.org>
124
125         * Makefile: Allow for building with XEmacs/no-Mule.
126
127 1998-06-01  Samuel Mikes  <smikes@alumni.hmc.edu>
128
129         * footnote.el (Footnote-make-hole): Don't pass concat an integer.
130
131 1998-01-24  SL Baur  <steve@altair.xemacs.org>
132
133         * Makefile (VERSION): Update to package standard 1.0.
134         * package-info.in: Ditto.
135
136 1998-01-12  SL Baur  <steve@altair.xemacs.org>
137
138         * Makefile: Update to newer package interface.
139
140 1998-01-09  SL Baur  <steve@altair.xemacs.org>
141
142         * Makefile: replaced.
143         Integrated as XEmacs package.
144
145 1997-12-17  SL Baur  <steve@altair.xemacs.org>
146
147         * footnote.el (Footnote-add-footnote): Autoload.
148
149 1997-10-11  SL Baur  <steve@altair.xemacs.org>
150
151         * footnote.el (footnote-prefix): Change prefix to `C-c !'.
152         Add keymap to minor mode maps.
153
154 1997-10-08  SL Baur  <steve@altair.xemacs.org>
155
156         * footnote.el (footnote-mode-map): Autoload the keymap.
157         Suggested by: Per Abrahamsen <abraham@dina.kvl.dk>
158         (Footnote-setup-keybindings): Do not bind the footnote keymap
159         unconditionally.
160
161 1997-10-07  SL Baur  <steve@altair.xemacs.org>
162
163         * footnote.el (footnote-mode): Correct spelling of function
164         names.
165         (Footnote-roman-common): New function.  Unification
166         `Footnote-roman-upper' and `Footnote-roman-lower'.
167         (Footnote-english-lower): Rename.
168         (Footnote-roman-lower): Rename, use `Footnote-roman-common' for
169         core code.
170         (Footnote-roman-upper): Ditto.
171         (footnote-style-alist): Fix case of functions.
172
173         * Integrated patches from James Lewis Moss adding Roman Numerals
174         and more flexibility in the layout of footnotes.
175
176 1997-10-07  SL Baur  <steve@altair.xemacs.org>
177
178         * footnote.el (footnote-section-tag-regexp): New variable.
179         (Footnote-narrow-to-footnotes): Use it.
180         (Footnote-insert-footnote): Ditto.
181         (Footnote-delete-footnote): Ditto.
182         (Footnote-goto-footnote): Ditto.
183
184 1997-10-06  SL Baur  <steve@altair.xemacs.org>
185
186         * footnote.el (footnote-signature-separator): New variable.
187         (Footnote-narrow-to-footnotes): Use it.
188         (Footnote-goto-char-point-max): Ditto.
189         (footnote-section-tag): Allow for optional tag.
190
191         * footnote-kana.el: New file.
192         From: Stephen J Turnbull <turnbull@sk.tsukuba.ac.jp>
193
194 1997-10-01  SL Baur  <steve@altair.xemacs.org>
195
196         * footnote.el (Footnote-delete-footnote): Fix problems with
197         deleting last footnote.
198         (Footnote-goto-char-point-max): Don't return nil if no .signature
199         is present.
200
201 1997-09-30  SL Baur  <steve@altair.xemacs.org>
202
203         * Makefile (MULE_ELCS): Rename footnote-japanese.el to
204         footnote-han.el.
205
206         * footnote-hebrew.el (Footnote-hebrew): Rename.
207
208         * footnote-greek.el (Footnote-greek-lower): Rename.
209         (Footnote-greek-upper): Ditto.
210
211         * footnote-han.el (Footnote-han): Rename.
212
213         * footnote-cyrillic.el (Footnote-cyrillic-upper): Rename.
214         (Footnote-cyrillic-lower): Ditto.
215
216         * footnote.el (Footnote-numeric): Rename.
217         (Footnote-english-upper): Ditto.
218         (Footnote-english-lower): Ditto.
219         (Footnote-style-p): Ditto.
220         (Footnote-index-to-string): Ditto.
221         (Footnote-current-regexp): Ditto.
222         (Footnote-refresh-footnotes): Ditto.
223         (Footnote-assoc-index): Ditto.
224         (Footnote-cycle-style): Ditto.
225         (Footnote-set-style): Ditto.
226         (Footnote-insert-numbered-footnote): Ditto.
227         (Footnote-renumber): Ditto.
228         (Footnote-narrow-to-footnotes): Ditto.
229         (Footnote-goto-char-point-max): Ditto.
230         (Footnote-insert-text-marker): Ditto.
231         (Footnote-insert-pointer-marker): Ditto.
232         (Footnote-insert-footnote): Ditto.
233         (Footnote-sort): Ditto.
234         (Footnote-text-under-cursor): Ditto.
235         (Footnote-under-cursor): Ditto.
236         (Footnote-make-hole): Ditto.
237         (Footnote-add-footnote): Ditto.
238         (Footnote-delete-footnote): Ditto.
239         (Footnote-renumber-footnotes): Ditto.
240         (Footnote-goto-footnote): Ditto.
241         (Footnote-back-to-message): Ditto.
242         (Footnote-setup-keybindings): Ditto.
243         (footnote-mode-line-string): Autoload.
244
245         * footnote-han.el: Rename from footnote-japanese.el
246         Suggested by: Stephen J. Turnbull <turnbull@turnbull.sk.tsukuba.ac.jp>
247
248 1997-09-30  SL Baur  <steve@altair.xemacs.org>
249
250         * ChangeLog started at version 0.12.