Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 02/20/2001 15:04:31
Module Name:	pkgsrc
Committed By:	tron
Date:		Tue Feb 20 13:04:31 UTC 2001

Modified Files:
	pkgsrc/editors/xemacs: Makefile
	pkgsrc/editors/xemacs/files: md5 patch-sum
	pkgsrc/editors/xemacs/patches: patch-ah
	pkgsrc/editors/xemacs/pkg: PLIST
Removed Files:
	pkgsrc/editors/xemacs/patches: patch-ag

Log Message:
Update "xemacs" package to version 21.1.14. Changes since version 21.1.12:
- Fix buffer overflow in "gnuserv" which can be used to get a shell of
  the user which is using "gnuserv.
- ./etc/PACKAGES: Doc fix.
- README.packages: Doc fix.
- xemacs-faq.texi (Q3.5.12): New FAQ.  XEmacs bitches about xmodmap.
- etc/PACKAGES: Sync with 21.2 version, because everyone uses the
  same packages.
- README.packages: Ditto.
- PROBLEMS (Sun/Solaris): Yet another microimprovement.
- xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL.
- PROBLEMS: Document MIPSpro ICE problem workaround.
  Pty fixes for HP-UX and AIX and BSD and SunOS4 backported from 21.2.
  Makes ``M-x shell; sleep 1000; Signals->Send KILL'' work.
  (See src/ChangeLog for more detail.)
- configure.in: Detect killpg.
- PROBLEMS (Running/Linux):  Mandrake, use Alt for M-, color-gcc.
- Makefile.in: add and use TAR macro.  Sometimes tar only copies
symlinks instead of the actual files
- configure.in: Handle alloca with Compaq C on Alpha Linux.
- ChangeLog, etc/xemacs-ja.1, etc/xemacs.1,
  info/xemacs-faq.info-1, info/xemacs-faq.info-3, lib-src/etags.c,
  lib-src/ootags.c, lisp/ChangeLog.1, man/xemacs-faq.texi:
  Changed mly@adoc.xerox.com to Mly@POBox.COM.
- README.packages: Add "uninstalled package" FAQ.
- etc/PACKAGES: Add details on os-utils contents.
- frame.c (next_frame_internal):
  We've passed a frame if we've passed its device.
  Fixes this crash:
  (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
- find-paths.el (paths-decode-directory-path): Trivial typo fix.
- simple.el (display-warning-suppressed-classes): Ditto.
- etc/Emacs.ad (Fonts.):  Fix typo and clarify.
- configure.in (after_morecore_hook_exists): Don't add /usr/shlib
  to link path if compiling on Alpha/Linux.
- configure.in: Make Balloon Help conditional on finding shape.h


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/editors/xemacs/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/editors/xemacs/files/md5
cvs rdiff -r1.7 -r1.8 pkgsrc/editors/xemacs/files/patch-sum
cvs rdiff -r1.1 -r0 pkgsrc/editors/xemacs/patches/patch-ag
cvs rdiff -r1.4 -r1.5 pkgsrc/editors/xemacs/patches/patch-ah
cvs rdiff -r1.9 -r1.10 pkgsrc/editors/xemacs/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.