summaryrefslogtreecommitdiff
path: root/editors/emacs20/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-12-14 14:52:03 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-12-14 14:52:03 +0000
commit5f572b1190315fe5a7f1c56e345f9bc8b184679f (patch)
tree7b3d142373209a302324070098280a84475bfc2f /editors/emacs20/files
parentemacs20 -> ports/editors/emacs20 (diff)
Upgrade repository copy of emacs to emacs 20.2.
Notes
Notes: svn path=/head/; revision=9073
Diffstat (limited to 'editors/emacs20/files')
-rw-r--r--editors/emacs20/files/patch-aa82
-rw-r--r--editors/emacs20/files/patch-ac41
-rw-r--r--editors/emacs20/files/patch-ad13
3 files changed, 79 insertions, 57 deletions
diff --git a/editors/emacs20/files/patch-aa b/editors/emacs20/files/patch-aa
index 63b76da5b888..0dc622db2414 100644
--- a/editors/emacs20/files/patch-aa
+++ b/editors/emacs20/files/patch-aa
@@ -11,20 +11,20 @@
@iftex
@finalout
---- ./man/emacs.texi.org Mon Aug 19 21:15:12 1996
-+++ ./man/emacs.texi Tue May 20 01:20:11 1997
-@@ -49,6 +49,11 @@
- @settitle GNU Emacs Manual
- @setfilename ../info/emacs
- @synindex pg cp
+--- man/emacs.texi.orig Tue Jul 22 17:03:07 1997
++++ man/emacs.texi Mon Oct 13 14:57:48 1997
+@@ -1,6 +1,11 @@
+ \input texinfo
+
++@setfilename ../info/emacs
+ @ifinfo
+@dircategory The Emacs editor and associated tools
+@direntry
-+* Emacs: (emacs). The extensible self-documenting text editor.
++* Emacs: (emacs). The extensible self-documenting text editor.
+@end direntry
-+
- @c
- @c in general, keep the following line commented out, unless doing a
- @c copy of this manual that will be published. the manual should go
+ @c The edition number appears in several places in this file
+ This corresponds to the thirteenth edition of the @cite{GNU Emacs Manual},
+ for Emacs version 20.1
--- ./man/viper.texi.org Wed Aug 7 10:59:45 1996
+++ ./man/viper.texi Tue May 20 01:29:17 1997
@@ -4,6 +4,10 @@
@@ -152,18 +152,18 @@
@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@comment @setchapternewpage odd !! we don't want blank pages !!
@comment %**end of header (This is for running Texinfo on a region)
---- ./Makefile.in.org Mon Aug 19 21:12:19 1996
-+++ ./Makefile.in Tue Apr 15 00:15:28 1997
-@@ -184,7 +184,7 @@
+--- Makefile.in.orig Tue Sep 16 16:23:57 1997
++++ Makefile.in Sun Oct 12 23:51:25 1997
+@@ -185,7 +185,7 @@
# Subdirectories to make recursively. `lisp' is not included
# because the compiled lisp files are part of the distribution
# and you cannot remake them without installing Emacs first.
--SUBDIR = lib-src src
-+SUBDIR = lib-src src man
+-SUBDIR = lib-src src leim
++SUBDIR = lib-src src leim man
# The makefiles of the directories in $SUBDIR.
- SUBDIR_MAKEFILES = lib-src/Makefile man/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile
-@@ -368,14 +368,8 @@
+ SUBDIR_MAKEFILES = lib-src/Makefile man/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile
+@@ -357,14 +357,8 @@
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
then \
(cd ${infodir}; \
@@ -179,7 +179,7 @@
(cd $${thisdir}; \
${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
chmod a+r ${infodir}/$$f); \
-@@ -426,7 +420,7 @@
+@@ -421,7 +415,7 @@
esac ; \
fi ; \
done
@@ -188,18 +188,24 @@
(cd ${man1dir} && rm -f emacs.1 etags.1 ctags.1)
(cd ${bindir} && rm -f emacs-${version} $(EMACS))
---- ./man/Makefile.in.org Thu Jun 27 15:27:19 1996
-+++ ./man/Makefile.in Tue Apr 15 00:29:52 1997
-@@ -13,7 +13,7 @@
+--- man/Makefile.in.orig Mon Apr 7 10:00:34 1997
++++ man/Makefile.in Mon Oct 13 17:08:15 1997
+@@ -11,11 +11,11 @@
+
+
# The makeinfo program is part of the Texinfo distribution.
- MAKEINFO = makeinfo
+-MAKEINFO = makeinfo
++MAKEINFO = makeinfo --no-split
INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/dired-x \
- ../info/ediff ../info/forms ../info/gnus ../info/info \
+ ../info/ediff ../info/forms ../info/gnus \
../info/mh-e ../info/sc ../info/vip ../info/viper \
- ../info/message
+- ../info/message ../info/custom ../info/widget
++ ../info/message ../info/customize ../info/widget
DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \
-@@ -66,6 +66,7 @@
+ gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi message.dvi \
+ customize.dvi widget.dvi
+@@ -67,6 +67,7 @@
${srcdir}/gnu1.texi \
${srcdir}/glossary.texi
@@ -207,16 +213,34 @@
info: $(INFO_TARGETS)
dvi: $(DVI_TARGETS)
-@@ -74,12 +75,6 @@
- # in srcdir. There is no provision for Info files
+@@ -76,12 +77,6 @@
# to exist in the build directory.
# In a distribution of Emacs, the Info files should be up to date.
--
+
-../info/info: ${INFOSOURCES}
- cd $(srcdir); $(MAKEINFO) --no-split info.texi
-
-info.dvi: ${INFOSOURCES}
- TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/info.texi
-
+-
../info/emacs: ${EMACSSOURCES}
cd $(srcdir); $(MAKEINFO) emacs.texi
+
+@@ -143,7 +138,7 @@
+ widget.dvi: widget.texi
+ TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/widget.texi
+
+-../info/custom: customize.texi
++../info/customize: customize.texi
+ cd $(srcdir); $(MAKEINFO) customize.texi
+ customize.dvi: customize.texi
+ TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/customize.texi
+@@ -151,7 +146,7 @@
+ ../etc/GNU: gnu1.texi gnu.texi
+ makeinfo --no-headers -o ../etc/GNU gnu1.texi
+
+-../info/viper: viper.texi viper-cmd.texi
++../info/viper: viper.texi
+ cd $(srcdir); $(MAKEINFO) viper.texi
+ viper.dvi: viper.texi viper-cmd.texi
+ TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/viper.texi
diff --git a/editors/emacs20/files/patch-ac b/editors/emacs20/files/patch-ac
index 0c0a713b1c55..7b2aa2c74e65 100644
--- a/editors/emacs20/files/patch-ac
+++ b/editors/emacs20/files/patch-ac
@@ -1,29 +1,14 @@
---- src/s/freebsd.h.orig Mon Jun 10 04:14:32 1996
-+++ src/s/freebsd.h Mon May 26 21:21:55 1997
-@@ -33,9 +33,16 @@
-
- #define LIBS_DEBUG
- #define LIBS_SYSTEM -lutil
--#define LIBS_TERMCAP -ltermcap
- #define LIB_GCC -lgcc
-
-+#ifdef HAVE_LIBNCURSES
-+#define TERMINFO
-+#define LIBS_TERMCAP -lncurses
-+#else
-+#define LIBS_TERMCAP -ltermcap
-+#endif
+--- man/widget.texi.orig Mon Oct 13 14:20:26 1997
++++ man/widget.texi Mon Oct 13 14:21:25 1997
+@@ -3,6 +3,11 @@
+ @c %**start of header
+ @setfilename ../info/widget
+ @settitle The Emacs Widget Library
++@dircategory The Emacs editor and associated tools
++@direntry
++* Widget: (widget). The Emacs Widget Library
++@end direntry
+
-+
- #define SYSV_SYSTEM_DIR
-
- /* freebsd has POSIX-style pgrp behavior. */
-@@ -80,6 +87,8 @@
- #define BSD 199103
- #elif __FreeBSD__ == 2
- #define BSD 199306
-+#elif __FreeBSD__ == 3
-+#define BSD 199506
- #endif
-
- #define WAITTYPE int
+ @iftex
+ @afourpaper
+ @headings double
diff --git a/editors/emacs20/files/patch-ad b/editors/emacs20/files/patch-ad
new file mode 100644
index 000000000000..6c289773bc3c
--- /dev/null
+++ b/editors/emacs20/files/patch-ad
@@ -0,0 +1,13 @@
+--- man/message.texi.orig Mon Oct 13 19:20:17 1997
++++ man/message.texi Mon Oct 13 19:21:06 1997
+@@ -11,6 +11,10 @@
+ @setchapternewpage odd
+
+ @ifinfo
++@dircategory The Emacs editor and associated tools
++@direntry
++* Message: (message). Message, the Emacs message composition mode.
++@end direntry
+
+ This file documents Message, the Emacs message composition mode.
+