Whole of tree build fix
[packages] / xemacs-packages / vm / ChangeLog
1 2014-06-22  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 8.11 released.
4
5 2014-06-02  Jerry James  <james@xemacs.org>
6
7         * Makefile (EXPLICIT_DOCS): Fix texinfo file extension.
8         (DOCS_TEXINFO_EXTENSION): Enable.
9
10 2014-05-15  Norbert Koch  <viteno@xemacs.org>
11
12         * Makefile (VERSION): XEmacs package 8.10 released.
13
14 2014-05-15  Norbert Koch  <viteno@xemacs.org>
15
16         * Makefile (VERSION): XEmacs package 8.09 released.
17
18 2014-05-13  Jerry James  <james@xemacs.org>
19
20         * .cvsignore: Remove.
21         * .hgignore: New file.
22         * lisp/vm-version.el: Restore CVS keyword expansions.
23         * info/vm.texinfo: Update for texinfo 5.x.
24         * info/vm-pcrisis.texinfo: Ditto.
25
26 2009-09-15  Norbert Koch  <viteno@xemacs.org>
27
28         * Makefile (VERSION): XEmacs package 8.08 released.
29
30 2009-09-15  Aidan Kehoe  <kehoea@parhasard.net>
31
32         * lisp/vm-virtual.el (vm-build-virtual-message-list): 
33         Merge Julian Bradfield's change of
34         slrnh1ihb5.cmt.jcb@krk.inf.ed.ac.uk , preventing corruption with
35         UTF-8 coding systems and virtual folders.
36
37 2008-08-25  Norbert Koch  <viteno@xemacs.org>
38
39         * Makefile (VERSION): XEmacs package 8.07 released.
40
41 2008-08-22  Aidan Kehoe  <kehoea@parhasard.net>
42
43         * lisp/vm-mime.el (vm-update-mime-charset-maps):
44         Check for some MIME character sets that may be available in recent
45         XEmacs.
46
47 2008-08-19  Norbert Koch  <viteno@xemacs.org>
48
49         * Makefile (VERSION): XEmacs package 8.06 released.
50
51 2008-08-13  Norbert Koch  <viteno@xemacs.org>
52
53         * Makefile (VERSION): XEmacs package 8.05 released.
54
55 2008-07-23  Norbert Koch  <viteno@xemacs.org>
56
57         * Makefile (VERSION): XEmacs package 8.04 released.
58
59 2008-04-29  Norbert Koch  <viteno@xemacs.org>
60
61         * Makefile (VERSION): XEmacs package 8.03 released.
62
63 2008-04-28  Norbert Koch  <viteno@xemacs.org>
64
65         * Makefile (VERSION): XEmacs package 8.02 released.
66
67         * Makefile (VERSION): XEmacs package 8.01 released.
68
69 2007-10-13  Norbert Koch  <viteno@xemacs.org>
70
71         * Makefile (VERSION): XEmacs package 7.26 released.
72
73 2007-10-13  Aidan Kehoe  <kehoea@parhasard.net>
74
75         * vm-mime.el (vm-mime-tty-can-display-mime-charset):
76         Call coding-system-name when determining whether the current TTY
77         coding system can display the relevant MIME character set;
78         prevents false negatives when coding system objects are compared
79         with the symbols that refer to them.
80
81 2007-09-30  Norbert Koch  <viteno@xemacs.org>
82
83         * Makefile (VERSION): XEmacs package 7.25 released.
84
85 2007-09-30  Aidan Kehoe  <kehoea@parhasard.net>
86
87         * Sync to upstream version 7.19, Kyle's last version.
88         * Makefile (AUTHOR_VERSION): Bump. Don't do the off-by-one trick
89         Steve did for the last release, since our versions are too out of
90         sync for that to be helpful now.
91
92 2007-09-16  Norbert Koch  <viteno@xemacs.org>
93
94         * Makefile (VERSION): XEmacs package 7.24 released.
95
96 2007-09-07  Mike Sperber  <mike@xemacs.org>
97
98         * tapestry.el (tapestry-set-window-map): Use
99         `frame-reduce-to-one-window' instead of `delete-other-windows' to
100         keep the point from moving inadvertently.
101
102 2007-09-04  Norbert Koch  <viteno@xemacs.org>
103
104         * Makefile (VERSION): XEmacs package 7.23 released.
105
106 2007-09-04  Didier Verna  <didier@xemacs.org>
107
108         * vm-vars.el (vm-visible-headers): Fix misuse of the list widget
109         type.
110         * vm-vars.el (vm-stunnel-program-switches): Ditto.
111
112 2005-06-06  Norbert Koch  <viteno@xemacs.org>
113
114         * Makefile (VERSION): XEmacs package 7.22 released.
115
116 2005-06-05  Adrian Aichner  <adrian@xemacs.org>
117
118         * vm-mime.el (vm-xemacs-mule-p): quick vm-mime fix for tm package
119         compile error.
120
121 2005-05-24  Norbert Koch  <viteno@xemacs.org>
122
123         * Makefile (VERSION): XEmacs package 7.21 released.
124
125 2005-05-20  Aidan Kehoe  <kehoea@parhasard.net>
126
127         * vm-mime.el (vm-xemacs-mule-p): One more issue with my patch of
128         the fourth; the map from XEmacs coding systems to MIME character
129         sets wasn't getting initialised properly.
130
131 2005-05-10  Norbert Koch  <viteno@xemacs.org>
132
133         * Makefile (VERSION): XEmacs package 7.20 released.
134
135 2005-05-10  Aidan Kehoe  <kehoea@parhasard.net>
136
137         * vm-mime.el (vm-mime-tty-can-display-mime-charset):
138         My last change to VM was insufficiently tested--this should have
139         called vm-get-mime-ucs-list instead of referencing
140         vm-mime-ucs-list. Oops.
141
142 2005-04-04  Norbert Koch  <viteno@xemacs.org>
143
144         * Makefile (VERSION): XEmacs package 7.19 released.
145
146 2005-04-04  Aidan Kehoe  <kehoea@parhasard.net>
147
148         * vm-mime.el (vm-coding-system-priorities): New.
149         * vm-mime.el (vm-get-coding-system-priorities): New.
150         Add a list of preferred Mule coding systems for outgoing mail;
151         write a function to access it, to allow us to have reasonable
152         defaults--based on various packages' loaded state--in the event of
153         it being nil.
154
155         * vm-mime.el (vm-mime-ucs-list): New.
156         * vm-mime.el (vm-get-mime-ucs-list): New.
157         Add a list of Mule coding systems that can encode every character;
158         use a function to access them, so we can check for utf-8 being
159         available on lookup.
160
161         * vm-mime.el (vm-update-mime-charset-maps): New.
162         Function to update the mule coding system -> Mime character set
163         maps, called after load for un-define and latin-unity.
164
165         * vm-mime.el (vm-mime-charset-decode-region): If the TTY coding
166         system we're using can display a MIME charset, go ahead and decode
167         the message.
168         * vm-mime.el (vm-determine-proper-charset): Use latin-unity if
169         available, and other logic if not, to work out the appropriate
170         MIME character set to use for a region.
171         * vm-mime.el (vm-mime-tty-can-display-mime-charset): New.
172         * vm-mime.el (vm-mime-charset-internally-displayable-p): Add a
173         docstring, use vm-mime-tty-can-display-mime-charset now it's
174         available.
175
176 2004-12-07  Ben Wing  <ben@xemacs.org>
177
178         * Makefile (EARLY_GENERATED_LISP):
179         * Makefile (vm.el):
180         vm.el must be generated early because of dependencies from
181         other packages.
182
183 2003-10-31  Norbert Koch  <viteno@xemacs.org>
184
185         * Makefile (VERSION): XEmacs package 7.18 released.
186
187 2003-09-22  Steve Youngs  <youngs@xemacs.org>
188
189         * Makefile (EXPLICIT_DOCS): Removed.
190         (STANDARD_DOCS): Use instead.
191
192 2003-09-03  Norbert Koch  <viteno@xemacs.org>
193
194         * Makefile (VERSION): XEmacs package 7.17 released.
195
196 2003-09-03  Steve Youngs  <youngs@xemacs.org>
197
198         * Sync to upstream version 7.17
199
200         * Makefile (AUTHOR_VERSION): Bump.
201         (VERSION): Set to 7.16 so that the automatic release process
202         increments it to 7.17 for the release.
203
204 2003-04-02  Norbert Koch  <viteno@xemacs.org>
205
206         * Makefile (VERSION): XEmacs package 7.14 released.
207
208 2003-04-02  Steve Youngs  <youngs@xemacs.org>
209
210         * Sync to upstream version 7.14.
211
212         * Makefile (VERSION): Set to 7.13 so when the package is rolled it
213         will be automatically incremented to 7.14.
214         (AUTHOR_VERSION): Bump.
215         (vm-autoload.el): Put provide form at end of file.
216
217 2003-03-30  Steve Youngs  <youngs@xemacs.org>
218
219         * Makefile (GENERATED_LISP): Don't put vm-autoload.el here.
220         (EARLY_GENERATED_LISP): Put it here.
221         (autolaods): Removed, done via 'EARLY_GENERATED_LISP'.
222
223 2003-03-27  Steve Youngs  <youngs@xemacs.org>
224
225         * Makefile (autoloads): Accidently wiped this out with the sync.
226         It's back now, so 'make autoloads' will also build
227         vm-autoload.el.
228
229 2003-03-26  Steve Youngs  <youngs@xemacs.org>
230
231         * Sync with upstream version 7.13
232
233         * Makefile (vm-autoload.el): Use $BOOT_XEMACS instead of $XEMACS
234
235 2003-03-09  Ben Wing  <ben@xemacs.org>
236
237         * .cvsignore:
238         Remove package-info, pdepends.mk.
239
240         * Makefile (vm-autoload.el):
241         * Makefile (autoloads):
242         Delete explicit compile:: and binkit: rules.
243         Use EXPLICIT_DOCS instead of explicitly giving the targets
244         and dependencies.
245         Use DOCS_TEXINFO_EXTENSION.
246         Add skeptical comment about the need to build vm docs with
247         texinfo.el.
248         Use GENERATED_LISP (vm-autoload.el), EXTRA_DEPENDENCIES (vm.elc).
249         Format info using makeinfo, not XEmacs.
250
251 2002-11-29  Ben Wing  <ben@xemacs.org>
252
253         * .cvsignore: Remove files now handled automatically by CVS,
254         add vm.el.
255         * Makefile: Use `compile' instead of hard-coded `all'.
256
257 2002-10-15  Ville Skyttä  <scop@xemacs.org>
258
259         * Makefile (srckit): Remove.
260
261 2002-10-13  Ville Skyttä  <scop@xemacs.org>
262
263         * Makefile (autoloads): Do vm-autoload.el in autoloads.
264
265 2002-07-16  Adrian Aichner  <adrian@xemacs.org>
266
267         * .cvsignore: Add generated .info* and .html files.
268
269 2002-06-08  Steve Youngs  <youngs@xemacs.org>
270
271         * Makefile (VERSION): XEmacs package 7.07 released.
272
273 2002-06-07  Steve Youngs  <youngs@xemacs.org>
274
275         * Sync with VM-7.07
276
277         * Makefile (PRELOADS): Don't preload vm-misc.el.
278         (MANUAL): Remove.
279         (EXTRA_OBJS): Include vm.el and vm.elc.
280         (EXTRA_SOURCES): Ditto.
281         (vm.elc): Create a byte-compiled file.
282
283 2002-05-09  Steve Youngs  <youngs@xemacs.org>
284
285         * Makefile (VERSION): XEmacs package 7.04 released.
286
287         * Sync with VM-7.04
288
289         * Makefile (PRELOADS): Remove ./'s
290
291 2002-03-25  Steve Youngs  <youngs@xemacs.org>
292
293         * Makefile (VERSION): 7.03 released.
294
295 2002-03-12  Adrian Aichner  <adrian@xemacs.org>
296
297         * vm.texinfo: Fix typos found by my own grep-for-likely-typo.pl.
298
299 2002-03-19  Steve Youngs  <youngs@xemacs.org>
300
301         * Sync with VM-7.03.
302
303 2002-01-07  Adrian Aichner  <adrian@xemacs.org>
304
305         * Makefile (HTML_FILES): New.
306         * Makefile (HTML_DEP): New.
307
308 2002-01-02  Steve Youngs  <youngs@xemacs.org>
309
310         * package-info.in (provides): Update to include all provides.
311
312 2001-12-30  Adrian Aichner  <adrian@xemacs.org>
313
314         * vm.texinfo: Uncomment and complete direntry.
315
316 2001-12-09  Steve Youngs  <youngs@xemacs.org>
317
318         * Sync with vm-7.00
319
320 2001-11-30  Steve Youngs  <youngs@xemacs.org>
321
322         * Makefile (ELCS): Add vm-crypto.elc
323
324         * Sync with VM-6.99
325
326 2001-09-08  Steve Youngs  <youngs@xemacs.org>
327
328         * Makefile (MAINTAINER): Change to Kyle's address.
329
330 2001-09-07  Steve Youngs  <youngs@xemacs.org>
331
332         * Sync with VM-6.96.
333
334 2001-07-26  Steve Youngs  <youngs@xemacs.org>
335
336         * Sync with VM-6.95.
337
338 2001-07-21  Steve Youngs  <youngs@xemacs.org>
339
340         * Sync with VM-6.94.
341
342 2001-05-11  Ben Wing  <ben@xemacs.org>
343
344         * Makefile (binkit):
345         Fix to compile in the absence of an installed package tree.
346
347 2001-04-08  Steve Youngs  <youngs@xemacs.org>
348
349         * Sync with VM-6.92
350
351 2001-03-03  Steve Youngs  <youngs@xemacs.org>
352
353         * Sync with VM-6.91
354
355 2001-02-08  Steve Youngs  <youngs@xemacs.org>
356
357         * Sync with VM-6.90
358
359 2001-01-10  Steve Youngs  <youngs@xemacs.org>
360
361         * Sync with VM-6.89.
362
363 2000-11-26  Steve Youngs  <youngs@xemacs.org>
364
365         * Sync with VM-6.85
366
367 2000-11-16  Steve Youngs  <youngs@xemacs.org>
368
369         * Makefile (ELCS): Updated to accommodate VM-6.84.
370         (TEXI_FILES): VM now uses a *.texinfo file.
371         (vm.info): Ditto.
372
373         * Sync with VM-6.84.
374
375 2000-10-05  Martin Buchholz  <martin@xemacs.org>
376
377         * *: Mega typo fix.
378
379 2000-08-25  Andreas Jaeger  <aj@suse.de>
380
381         * Synch with VM-6.75.
382
383 2000-08-22  Steve Youngs  <youngs@xemacs.org>
384
385         * Makefile: Remove target 'clean' because it's covered in XEmacs.rules.
386         (EXTRA_OBJS): New variable.
387
388 1999-12-05  Andreas Jaeger  <aj@suse.de>
389
390         * Makefile (clean): Also clean vm-autoload.elc and vm.elc.
391
392 1999-12-05  Andreas Jaeger  <aj@suse.de>
393
394         * Makefile (clean): New target - cleans also vm-autoload.
395         Patch by Jan Vroonhof <vroonhof@math.ethz.ch>.
396
397 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
398
399         * Makefile: Synch with VM-6.71.
400
401 1998-09-22  SL Baur  <steve@altair.xemacs.org>
402
403         * Repackage and add vm.elc to installation.
404
405 1998-09-19  SL Baur  <steve@altair.xemacs.org>
406
407         * Synch with VM-6.62
408
409 1998-06-26  SL Baur  <steve@altair.xemacs.org>
410
411         * dumped-lisp.el: removed.
412
413 1998-02-17  SL Baur  <steve@altair.xemacs.org>
414
415         * Synch with VM-6.43
416
417 1998-02-14  SL Baur  <steve@altair.xemacs.org>
418
419         * Synch with VM-6.41
420
421 1998-01-24  SL Baur  <steve@altair.xemacs.org>
422
423         * Makefile (VERSION): Update to package standard 1.0.
424         * package-info.in: Ditto.
425
426 1998-01-12  SL Baur  <steve@altair.xemacs.org>
427
428         * Makefile: Update to newer package interface.
429
430 1997-12-30  SL Baur  <steve@altair.xemacs.org>
431
432         * Makefile: Fix Makefile and repackage.
433
434 1997-12-21  SL Baur  <steve@altair.xemacs.org>
435
436         * vm-loaddefs.el: New file.  Created from autoloads formerly in
437         loaddefs.el.
438
439         * Makefile: Created.