Initial Commit
[packages] / xemacs-packages / mew / ChangeLog
1 2014-06-22  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.22 released.
4
5 2014-06-02  Jerry James  <james@xemacs.org>
6
7         * .hgignore: Fix paths to _pkg.el, auto-autoloads.el,
8         custom-defines.el, and custom-load.el.
9         * Makefile (COMPILE_INFO_AS_MULE): Enable when bulding with MULE
10         to properly process Japanese info files.
11
12 2014-05-15  Norbert Koch  <viteno@xemacs.org>
13
14         * Makefile (VERSION): XEmacs package 1.21 released.
15
16 2014-05-15  Norbert Koch  <viteno@xemacs.org>
17
18         * Makefile (VERSION): XEmacs package 1.20 released.
19
20 2014-05-13  Jerry James  <james@xemacs.org>
21
22         * .cvsignore: Remove.
23         * mew/.cvsignore: Remove.
24         * mew/info/.cvsignore: Remove.
25         * .hgignore: New file.
26         * mew/info/mew.texi: Update for texinfo 5.x.
27         * All files: restore CVS keyword expansions.
28
29 2005-05-10  Norbert Koch  <viteno@xemacs.org>
30
31         * Makefile (VERSION): XEmacs package 1.19 released.
32
33 2004-01-20  Jerry James  <james@xemacs.org>
34
35         * mew/info/.cvsignore: Add generated file mew-ja.texi.
36
37 2003-10-31  Norbert Koch  <viteno@xemacs.org>
38
39         * Makefile (VERSION): XEmacs package 1.18 released.
40
41 2003-03-30  Steve Youngs  <youngs@xemacs.org>
42
43         * Makefile (EARLY_GENERATED_LISP): Revert previous change.
44
45 2003-03-22  Steve Youngs  <youngs@xemacs.org>
46
47         * Makefile (EARLY_GENERATED_LISP): Explicitly set so we don't try
48         to build custom-loads, this package doesn't have any.
49
50 2003-03-09  Ben Wing  <ben@xemacs.org>
51
52         * Makefile (INSERT_MEW_TEXI): Removed.
53         * Makefile (mew.jis.info):
54         Delete explicit compile:: and binkit: rules.
55         Include Local.rules.inc at the beginning for access to
56         BUILD_WITHOUT_MULE, and put the include of XEmacs.rules at the
57         end.
58         Delete XEMACS_NATIVE_NT_NEEDS_EXTRA_QUOTING.
59         Use EXPLICIT_DOCS instead of explicitly giving the targets
60         and dependencies.
61         Create rule for auto-generated mew/info/mew-ja.texi and use
62         EXTRA_DEPENDENCIES, rather than use XEmacs to do the hacking
63         and create custom rules for building the .texi files.
64         Use mew-ja.texi rather than mew.jis.texi to follow standards
65         and allow auto-building by the Makefile.
66
67         * mew/info/mew.texi: Delete @setfilename line and change
68         @set jp to @set us, to make the above Makefile changes work.
69         
70 2002-11-29  Ben Wing  <ben@xemacs.org>
71
72         * .cvsignore: Remove files now handled automatically by CVS.
73         * mew/.cvsignore: Ditto.
74         * Makefile: Use `compile' instead of hard-coded `all'.
75
76 2002-10-15  Ville Skyttä  <scop@xemacs.org>
77
78         * Makefile (srckit): Remove.
79
80 2002-07-15  Adrian Aichner  <adrian@xemacs.org>
81
82         * mew/contrib/mew-toolbar-frame.el: It's XEmacs, not Xemacs.
83
84 2002-07-15  Adrian Aichner  <adrian@xemacs.org>
85
86         * mew/00changes: It's XEmacs, not Xemacs.
87
88 2002-03-25  Steve Youngs  <youngs@xemacs.org>
89
90         * Makefile (VERSION): 1.17 released.
91
92 2002-03-12  Adrian Aichner  <adrian@xemacs.org>
93
94         * mew/info/mew.texi: Fix typos found
95         by my own grep-for-likely-typo.pl.
96
97 2002-01-07  Adrian Aichner  <adrian@xemacs.org>
98
99         * Makefile (HTML_FILES): New.
100         * Makefile (HTML_DEP): New.
101
102 2002-01-06  Steve Youngs  <youngs@xemacs.org>
103
104         * hack-mew.texi.el: Remove hack to add direntry to mew.texi, it's
105         already there.
106
107         * hack-mew-jis.texi.el: Ditto.
108
109         * mew/info/mew.texi: Remove the "missing" direntry that Adrian
110         added... it wasn't missing after all, just hiding. :-)
111
112         * Makefile (TEXI_FILES): Remove 00readme hack-mew.texi.el
113         hack-mew-jis.texi.el.
114         (MANUAL): Remove.
115
116 2002-01-02  Steve Youngs  <youngs@xemacs.org>
117
118         * package-info.in (provides): Update to include all provides.
119
120 2001-12-30  Adrian Aichner  <adrian@xemacs.org>
121
122         * mew/info/mew.texi: Add missing direntry.
123
124 2001-05-11  Ben Wing  <ben@xemacs.org>
125
126         * Makefile (all):
127         Fix to compile in the absence of an installed package tree.
128
129 2001-02-24  Ben Wing  <ben@xemacs.org>
130
131         * Makefile (AUTOLOAD_PATH):
132         Conditionalize extra MS Windows quoting on
133         XEMACS_NATIVE_NT_NEEDS_EXTRA_QUOTING, since it breaks things under
134         newer Cygwins.
135
136 2001-02-05  Steve Youngs  <youngs@xemacs.org>
137
138         * Makefile (REQUIRES): Remove apel, pcomplete.
139
140         * ./mew/mew-decode.el: Remove require 'poem-xm
141
142         * ./mew/mew-draft.el: Replace require 'pcomplete with new function
143         read-event.
144         (read-event): New function.
145
146         * ./mew/mew-env.el: Remove (require 'overlay) Mew uses extents.
147
148         * ./mew/mew-mule.el: Wrap (require 'mule-lang-jp) in a (if featurep 'mule).
149
150 2001-01-24  Steve Youngs  <youngs@xemacs.org>
151
152         * ./mew/mew-scan.el (mew-summary-scan-filter): Add comment about
153         obsolete variable 'after-change-function'.
154
155         * ./mew/mew-refile.el (mew-summary-auto-refile): Ditto.
156         (mew-summary-mark-refile): Ditto.
157
158         * ./mew/mew-win32.el: Require mew-func.
159
160         * ./mew/mew-mule.el: Require mew-func, mew-lang-jp.
161
162         * ./mew/mew-env.el: Require overlay.
163
164         * ./mew/mew-draft.el: Require pcomplete.
165
166         * ./mew/mew-decode.el: Require poem-xm if featurep 'mule.
167
168         * Makefile (REQUIRES): Add w3, efs, apel, mail-lib, xemacs-base,
169         fsf-compat & pcomplete.
170         (PRELOADS): Remove.
171
172 2000-11-14  Martin Buchholz  <martin@xemacs.org>
173
174         * ./mew/contrib/im+.el: Doc fix.
175
176 2000-10-05  Martin Buchholz  <martin@xemacs.org>
177
178         * *: Mega typo fix.
179
180 2000-09-23  Steve Youngs  <youngs@xemacs.org>
181
182         * hack-mew-jis-texi.el: Added code to change the info filename
183         to mew.jis.info.
184
185 2000-06-25  AichnerAd  <aichner@ecf.teradyne.com>
186
187         * Makefile (PRELOADS): Use lisp instead of `pwd`.  Handle
188         Native-NT XEmacs command-line quoting.
189         * Makefile (INSERT_MEW_TEXI): Ditto.
190         * Makefile (mew.info): Use INSERT_MEW_TEXI.
191         * Makefile (mew.jis.info): Ditto.
192
193 2000-05-23  Karl M. Hegbloom  <karlheg@debian.org>
194
195         * Makefile: Use BUILD_WITHOUT_MULE rather than BUILD_MULE.
196
197 2000-05-22  SL Baur  <steve@turbolinux.co.jp>
198
199         * Makefile: Synch with Mew-1.94.2.
200
201         * mew/mew.el (mew): Add autoload cookie.
202         (mew-send): Ditto.
203         (mew-user-agent-compose): Ditto.
204         * mew/mew-xemacs.el (mew-icon-directory): Initialize with
205         `locate-data-directory'.
206
207 1998-12-09  SL Baur  <steve@altair.xemacs.org>
208
209         * mew/mew-xemacs.el (mew-icon-separate): Guard against no toolbars.
210         (mew-icon-blank): Ditto.
211         (mew-icon-audio): Ditto.
212         (mew-icon-image): Ditto.
213         (mew-icon-video): Ditto.
214         (mew-icon-application/postscript): Ditto.
215         (mew-icon-application/octet-stream): Ditto.
216         (mew-icon-message/rfc822): Ditto.
217         (mew-icon-message/external-body): Ditto.
218         (mew-icon-text): Ditto.
219         (mew-icon-multipart): Ditto.
220         (mew-icon-unknown): Ditto.
221         (mew-summary-toolbar-icon-show): Ditto.
222         (mew-summary-toolbar-icon-next): Ditto.
223         (mew-summary-toolbar-icon-prev): Ditto.
224         (mew-summary-toolbar-icon-inc): Ditto.
225         (mew-summary-toolbar-icon-write): Ditto.
226         (mew-summary-toolbar-icon-reply): Ditto.
227         (mew-summary-toolbar-icon-forward): Ditto.
228         (mew-summary-toolbar-icon-refile): Ditto.
229         (mew-draft-toolbar-icon-comp): Ditto.
230         (mew-draft-toolbar-icon-send): Ditto.
231         (mew-draft-toolbar-icon-attach): Ditto.
232         (mew-draft-toolbar-icon-cite): Ditto.
233         (mew-draft-toolbar-icon-yank): Ditto.
234         (mew-draft-toolbar-icon-pgp-sign): Ditto.
235         (mew-draft-toolbar-icon-pgp-enc): Ditto.
236         (mew-draft-toolbar-icon-pgp-sigenc): Ditto.
237         (toplevel): Don't bind to `toolbar-map' unconditionally.
238
239 1998-06-21  SL Baur  <steve@altair.xemacs.org>
240
241         * mew/mew-xemacs.el (mew-icon-directory): XEmacs 21 can find the
242         icon directory by itself.
243
244         * Makefile: Created.