Initial Commit
[packages] / xemacs-packages / mh-e / ChangeLog
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.35 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.34 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13         * mh-e.texi: Restore CVS keyword expansions.  Update for texinfo 5.x.
14
15 2011-03-18  Norbert Koch  <viteno@xemacs.org>
16
17         * Makefile (VERSION): XEmacs package 1.33 released.
18
19 2011-03-17  Aidan Kehoe  <kehoea@parhasard.net>
20
21         * mh-mime.el (mh-mhn-directive-present-p):
22         Use unquoted symbols for `block', `return-from', as always
23         document but only recently enforced in XEmacs 21.5.
24
25 2009-08-18  Norbert Koch  <viteno@xemacs.org>
26
27         * Makefile (VERSION): XEmacs package 1.32 released.
28
29 2009-08-13  Aidan Kehoe  <kehoea@parhasard.net>
30
31         * mh-e.el:
32         * mh-index.el:
33         * mh-seq.el:
34         If #'values is an alias for #'list, force the compiler to use
35         #'list.  This way, code compiled with 21.4  will also work on
36         XEmacs binaries with real support for multiple values.
37
38 2007-10-15  Norbert Koch  <viteno@xemacs.org>
39
40         * Makefile (VERSION): XEmacs package 1.31 released.
41
42 2007-10-14  Mike Kupfer  <mike.kupfer@xemacs.org>
43
44         * Makefile (MAINTAINER): change from XEmacs Beta to me.
45
46 2007-10-13  Norbert Koch  <viteno@xemacs.org>
47
48         * Makefile (VERSION): XEmacs package 1.30 released.
49
50 2007-10-13  Aidan Kehoe  <kehoea@parhasard.net>
51
52         * mh-utils.el (mh-funcall-if-exists):
53         If a function is bound at compile time, that has a limited amount
54         to do with whether it's bound at runtime. Don't trust the check at
55         compile time, use the runtime check instead. 
56         * mh-xemacs-icons.el (require):
57         #'require of toolbar is superflous, since we may well be compiled
58         by a build without toolbar support but run on one with toolbar
59         support, and the previous change to mh-utils.el makes the
60         compile-time state irrelevant.
61
62 2005-03-14  Norbert Koch  <viteno@xemacs.org>
63
64         * Makefile (VERSION): XEmacs package 1.29 released.
65
66 2003-07-16  Stephen J. Turnbull  <stephen@xemacs.org>
67
68         * mh-xemacs-icons.el: Fix toolbar initialization.
69
70 2004-09-29  Steve Youngs  <steve@youngs.au.com>
71
72         * Makefile (REQUIRES): Add ecrypto.
73
74 2003-11-18  Norbert Koch  <viteno@xemacs.org>
75
76         * Makefile (VERSION): XEmacs package 1.28 released.
77
78 2003-11-17  Steve Youngs  <sryoungs@bigpond.net.au>
79
80         * Makefile (MAINTAINER): Change to XEmacs Beta, I don't have time
81         for it anymore.
82
83         * package-info.in (description): Update.
84
85 2003-10-31  Norbert Koch  <viteno@xemacs.org>
86
87         * Makefile (VERSION): XEmacs package 1.27 released.
88
89 2003-10-19  Norbert Koch  <viteno@xemacs.org>
90
91         * Makefile (VERSION): XEmacs package 1.26 released.
92
93 2003-09-16  Norbert Koch  <viteno@xemacs.org>
94
95         * Makefile (VERSION): XEmacs package 1.25 released.
96
97 2003-09-16  Steve Youngs  <youngs@xemacs.org>
98
99         * Makefile (LISPFILES): List the source files in an explicit order
100         to fix building on XEmacs 21.1.
101         (EXTRA_SOURCES): Add a couple of missing files.
102
103 2003-09-03  Norbert Koch  <viteno@xemacs.org>
104
105         * Makefile (VERSION): XEmacs package 1.24 released.
106
107 2003-09-03  Steve Youngs  <youngs@xemacs.org>
108
109         * Sync to upstream version 7.4.2.
110         See 'ChangeLog.upstream' for details.
111
112         * mh-gnus.el: New file.
113
114         * package-info.in (provides): Add missing provides.
115
116         * Makefile (AUTHOR_VERSION): Bump.
117
118 2003-05-19  Norbert Koch  <viteno@xemacs.org>
119
120         * Makefile (VERSION): XEmacs package 1.23 released.
121
122 2003-05-19  Steve Youngs  <youngs@xemacs.org>
123
124         * Makefile (REQUIRES): Add eterm, os-utils.
125
126 2003-05-14  Norbert Koch  <viteno@xemacs.org>
127
128         * Makefile (VERSION): XEmacs package 1.22 released.
129
130 2003-05-14  Steve Youngs  <youngs@xemacs.org>
131
132         * Makefile (REQUIRES): Add net-utils.
133
134 2003-04-30  Norbert Koch  <viteno@xemacs.org>
135
136         * Makefile (VERSION): XEmacs package 1.21 released.
137
138 2003-04-30  Steve Youngs  <youngs@xemacs.org>
139
140         * mh-e.texi: Drop back to the latest released version of this
141         file. 
142
143 2003-04-29  Norbert Koch  <viteno@xemacs.org>
144
145         * Makefile (VERSION): XEmacs package 1.20 released.
146
147 2003-04-29  Steve Youngs  <youngs@xemacs.org>
148
149         * Sync to upstream version 7.3
150
151         * Makefile (LISPFILES): New.  Uses wildcard so I don't have to
152         worry about new files.
153         (ELCS): Use it.
154         (AUTHOR_VERSION): Bump.
155         (REQUIRES): Add xemacs-devel for checkdoc dependency.
156
157         * package-info.in (provides): Add missing provides.
158
159 2003-03-09  Ben Wing  <ben@xemacs.org>
160
161         * Makefile:
162         Delete explicit compile:: and binkit: rules.
163         Don't add custom-load.elc to the list of generated elc's.
164         Use STANDARD_DOCS instead of explicitly giving the targets
165         and dependencies.
166
167 2003-03-02  Norbert Koch  <nk@viteno.net>
168
169         * Makefile (VERSION): XEmacs package 1.19 released.
170
171         * Makefile (VERSION): XEmacs package 1.18 released.
172
173 2003-02-10  Steve Youngs  <youngs@xemacs.org>
174
175         * Sync to upstream version 7.2.
176
177         * Makefile (AUTHOR_VERSION): Bump to version 7.2.
178
179         * package-info.in (provides): Add missing provides.
180
181 2003-01-13  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
182
183         * Makefile (VERSION): XEmacs package 1.17 released.
184
185 2003-01-08  Steve Youngs  <youngs@xemacs.org>
186
187         * Makefile (AUTHOR_VERSION): Bump to version 7.1.
188         (ELCS): Add mh-alias.elc, mh-customize.elc, mh-identity.elc.
189         (EXTRA_SOURCES): Add mh-loaddefs.el
190         (REQUIRES): Add sh-script, fsf-compat.
191
192 2003-01-03  Steve Youngs  <youngs@xemacs.org>
193
194         * Makefile (REQUIRES): Add rmail tm apel.
195
196 2002-12-31  Steve Youngs  <youngs@xemacs.org>
197
198         * Sync to upstream version 7.0
199
200         * README: New file.
201
202         * MH-E-NEWS: New file.
203
204         * ChangeLog.upstream: New file.
205
206         * COPYING: New file.
207
208         * mh-xemacs-compat.el: New file.
209
210         * mh-speed.el: New file.
211
212         * mh-index.el: New file.
213
214         * Makefile (AUTHOR_VERSION): Bump to 7.0.
215         (MAINTAINER): Change to mh-e devel ML.
216         (REQUIRES): Add gnus, speedbar.
217         (ELCS): Add mh-index.elc, mh-speed.elc, mh-xemacs-compat.elc.
218         (EXTRA_SOURCES): New.
219         (compile): Rearrange to build autoloads first.
220
221 2002-11-29  Ben Wing  <ben@xemacs.org>
222
223         * .cvsignore: Remove files now handled automatically by CVS.
224         * Makefile: Use `compile' instead of hard-coded `all'.
225
226 2002-10-15  Ville Skyttä  <scop@xemacs.org>
227
228         * Makefile (srckit): Remove.
229
230 2002-10-14  Ville Skyttä  <scop@xemacs.org>
231
232         * Makefile (MANUAL): Removed (unused).
233
234 2002-10-07  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
235
236         * Makefile (VERSION): XEmacs package 1.16 released.
237
238 2002-09-30  Ville Skyttä  <scop@xemacs.org>
239
240         * mh-comp.el: Add autoloaded auto-mode-alist association.
241
242 2002-08-05  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
243
244         * Makefile (VERSION): XEmacs package 1.15 released.
245
246 2002-08-02  Ville Skyttä  <scop@xemacs.org>
247
248         * Makefile (AUTHOR_VERSION): Set to 5.0.2.
249
250 2002-07-16  Adrian Aichner  <adrian@xemacs.org>
251
252         * .cvsignore: Add generated .info* and .html files.
253
254 2002-01-13  Steve Youngs  <youngs@xemacs.org>
255
256         * package-info.in (provides): Update to include all provides.
257
258 2002-01-07  Adrian Aichner  <adrian@xemacs.org>
259
260         * Makefile (HTML_FILES): New.
261         * Makefile (HTML_DEP): New.
262
263 2000-05-08  Andreas Jaeger  <aj@suse.de>
264
265         * mh-e.el (mh-regenerate-headers): Update mh-msg-count.
266
267         * mh-comp.el (mh-reply): Distinguish "cc" from "all" for
268         reply-to.
269         Patches by Mike Kupfer <kupfer@eng.sun.com>.
270
271 1998-07-12  SL Baur  <steve@altair.xemacs.org>
272
273         * mh-utils.el (mh-handle-process-error): screen-width -> frame-width.
274         (mh-show-msg): screen-height -> frame-height.
275
276 1998-01-24  SL Baur  <steve@altair.xemacs.org>
277
278         * Makefile (VERSION): Update to package standard 1.0.
279         * package-info.in: Ditto.
280
281 1998-01-12  SL Baur  <steve@altair.xemacs.org>
282
283         * Makefile: Update to newer package interface.
284
285 1997-12-10  Markus Linnala  <maage@cs.tut.fi>
286
287         * mh-e.el (mh-e-load-hook): New hook.
288
289         * mh-comp.el (mh-user-agent-compose) New function to act as
290         `mail-user-agent' entry point to mh-e.
291
292 1997-01-05  SL Baur  <steve@altair.xemacs.org>
293
294         * Makefile: Update to newer package interface
295
296 1997-12-21  SL Baur  <steve@altair.xemacs.org>
297
298         * Makefile: Created.