Hmmm. I downloaded the patch I had made and gunzipped it, and then
ran diffstat, and this is what I see:
: zion ~ Sun 7 9:58; diffstat xemacs-21.1.9-21.1.10.patch
ChangeLog | 13
Makefile.in | 2
PROBLEMS | 12
configure | 1362 ++++++++++++++++++++++++++-----------------------
configure.in | 31 -
lib-src/ChangeLog | 4
lisp/ChangeLog | 49 +
lisp/coding.el | 6
lisp/dialog.el | 47 -
lisp/files.el | 2
lisp/ldap.el | 143 ++++-
lisp/menubar-items.el | 18
lisp/mule/mule-cmds.el | 4
lisp/subr.el | 18
lwlib/ChangeLog | 18
lwlib/xlwmenu.c | 8
lwlib/xlwmenu.h | 1
lwlib/xlwscrollbar.c | 6
man/ChangeLog | 8
man/xemacs-faq.texi | 32 +
nt/ChangeLog | 4
nt/PROBLEMS | 4
src/ChangeLog | 129 ++++
src/alloc.c | 187 +++---
src/config.h.in | 12
src/depend | 2
src/device-msw.c | 5
src/eldap.c | 136 ++--
src/eldap.h | 4
src/file-coding.c | 7
src/fileio.c | 13
src/glyphs.c | 89 ++-
src/glyphs.h | 4
src/indent.c | 11
src/ntheap.c | 45 +
src/objects-msw.c | 11
src/process-unix.c | 11
src/redisplay.c | 188 ++++--
src/scrollbar-x.c | 6
src/specifier.c | 37 +
src/sysdep.c | 28 -
tests/mule-tests.el | 198 +++++++
version.sh | 4
43 files changed, 1898 insertions, 1021 deletions
This looks OK to me. Do you see something different?
- vin
>>>> On 07 May 2000, Hans de Graaff
<graaff(a)xs4all.nl> said:
Hans> Vin Shelton <acs(a)xemacs.org> writes:
Hans> It looks to me like the patch is incomplete? It seems to stop with the
Hans> Changelog for the src directory and the first patched file in that
Hans> directory. All the other cool bugfixes there seem to be missing,
Hans> though.
Hans> Thanks for putting these releases together!
Hans> Hans