view lib-src/ChangeLog @ 304:c6de09ad3017 r21-0b50

Import from CVS: tag r21-0b50
author cvs
date Mon, 13 Aug 2007 10:41:12 +0200
parents 3cc9f0ebfbd1
children 33bdb3d4b97f
line wrap: on
line source

1998-07-19  SL Baur  <steve@altair.xemacs.org>

	* XEmacs 21.0-pre7 is released.

1998-07-19  SL Baur  <steve@altair.xemacs.org>

	* XEmacs 21.0-pre6 is released.

1998-07-15  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (ignore_pattern): Add very-early-lisp.el as
	something to never bytecompile.

1998-07-12  SL Baur  <steve@altair.xemacs.org>

	* XEmacs 21.0-pre5 is released.

1998-07-09  SL Baur  <steve@altair.xemacs.org>

	* XEmacs 21.0-pre4 is released.

1998-06-16  Jan Vroonhof  <vroonhof@math.ethz.ch>

	* gnuclient.c (main): Use disconnect_from_server to read & echo
	result.

1998-06-15  Andy Piper  <andyp@parallax.co.uk>

	* Makefile.in.in: add xemacs icon to the runemacs executable.

1998-06-12  Jim Radford  <radford@robby.caltech.edu>

	* gnuclient.c (initialize_signals): Don't pass SIGHUP to XEmacs.

1998-06-04  Andy Piper  <andyp@parallax.co.uk>

	* Makefile.in.in (runemacs): add runemacs as a build target if
	HAVE_MS_WINDOWS is defined. move cpp stuff up slightly so that
	build targets can benefit from it.

1998-05-31  Kirill M. Katsnelson  <kkm@kis.ru>

	* wakeup.c (sleep): Added NT preprocessor quirkfest.
	(main): Exit when fflush() fails on stdout.

1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>

	* getopt.c: Undefine getpid before redefinition.

	* make-docfile.c: Added <io.h> when compiling on NT

	* movemail.c: Ditto.
	(main): Declare some auto variables only when DISABLE_DIRECT_ACCESS
	is undefined, so they are actually used, to supress compilation
	warnings.

1998-05-16  SL Baur  <steve@altair.xemacs.org>

	* etags.c (C_entries): Avoid short circuiting comparisons on
	characters that may appear in C++ operator constructs.

	* ootags.c (C_entries): Commentary change.

	* Makefile.in.in (PKG_SCRIPTS): Remove add-little-package.sh.

1998-05-11  Martin Buchholz  <martin@xemacs.org>

	* Makefile.in.in:
	- Adjust for luser's CDPATH being set to something weird.
	- Take into account bash 2.02's tendency to print the cwd when
	  using CDPATH.  Always use `cd ./foo' instead of `cd foo'.
	- fix the run-temacs target to use $(DUMPENV)
	- fix the run-puremacs target to use $(DUMPENV)
	- fix the `depend' target to properly $(RM) the right files
	- Generate a better TAGS file for XEmacs' lisp code using
	  hand-crafted regexps.
	- Use standard coding conventions for modules/Makefile.in

1998-05-07  Andy Piper  <andyp@parallax.co.uk>

	* update-elc.sh: test x && y loses in the presence of set -e, use
	if instead.

1998-05-06  SL Baur  <steve@altair.xemacs.org>

	* Makefile.in.in (INSTALLABLES): Add ootags.
	(ootags): New rule.

	* ootags.c: New file.
	(C_entries): Annotate changes neeeded for increased OO-Browser
	context.

1998-05-05  Jeff Miller <jmiller@smart.net>

	* Makefile.in.in: Fix blessmail target.

1998-05-05  SL Baur  <steve@altair.xemacs.org>

	* Makefile.in.in (etags_args): Back out -DOO_BROWSER

	* etags.c: Revert to CVS version 1.11 (pre OO-browser additions).

1998-05-04  SL Baur  <steve@altair.xemacs.org>

	* etags.c (C_entries): Fix order typo.
	(C_entries): Restore previous test.

Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>

	* installexe.sh: fix to use -f instead of -e file and fix shift
	typo.

1998-04-22  SL Baur  <steve@altair.xemacs.org>

	* etags.c: Unconditionally define OO_BROWSER.

	* update-elc.sh: Tighten up regexp on uname -r output.
	From Marcus Thiessel <thiessel@tmbbwtx.bbn.hp.com>

1998-04-19  Jan Vroonhof  <vroonhof@math.ethz.ch>

	* gnuclient.c (main): Read eval from from stdin if just "-batch"
	is given. 
	* gnudoit: Support this.
	* gnuserv.1: Document this behavior.

1998-04-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* etags.c (C_entries): Add parentheses.

	* etags-vmslib.c: Remove.  It's not needed anymore.

Fri Apr 17 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>

	* installexe.sh: New file.

1998-04-17  Olivier Galibert  <galibert@pobox.com>

	* etags.c (print_help): Correct typo.

1998-04-16  SL Baur  <steve@altair.xemacs.org>

	* Makefile.in.in: Add -DOO_BROWSER to etags arguments.

	* etags.c: Synch with InfoDock.

	* update-autoloads.sh: Don't attempt to eval `make-special' stuffs
	anymore.  They are no longer used.
	* update-custom.sh: Always check in lisp/.

1998-03-18  Jan Vroonhof  <vroonhof@math.ethz.ch>

	* gnuclient.c (main): Do not copy string unnecessary in (too)
	small buffers.

1998-03-02  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh: Change all -q -no-site-file to -vanilla

1998-02-27  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (ignore_pattern): Add Installation.el, remove old
	stuff from 20.4.

Tue Feb 17 12:50:37 1998  Andy Piper  <andyp@parallax.co.uk>

	* lib-src/Makefile.in.in: make sure clean removes msw executables

1998-02-24  SL Baur  <steve@altair.xemacs.org>

	* gnuserv.h: Enable USE_TMPDIR.

1998-02-23  Glynn Clements  <glynn@sensei.co.uk>

	* gnuclient.c (main): initialise variable `tmpdir' from the TMPDIR
 	environment variable.

	* gnuserv.c (various): replace hardcoded references to /tmp with
 	the value of `tmpdir'.
	(main): initialise variable `tmpdir' from the TMPDIR
 	environment variable.

	* gnuserv.h: include (commented-out) definition of USE_TMPDIR.
	Add `extern char *tmpdir'.

	* gnuslib.c (various): replace hardcoded references to /tmp with
	the value of `tmpdir'.

1998-02-15  SL Baur  <steve@altair.xemacs.org>

	* getopt.c (_getopt_internal): Add braces for clarity.

1998-01-13  Martin Buchholz  <martin@xemacs.org>

	* lib-src/add-little-package.sh: 
	* lib-src/add-big-package.sh: 
	Use proper paranoid quoting for sh variables.
	-batch implies -q.

Thu Jan 08 09:42:36 1998    <andyp@parallax.co.uk>
	
	* gnuserv.h: only set UNIX_DOMAIN_SOCKETS if HAVE_SYS_UN_H is
	set.

	* gnuserv.c: tidy up so that it builds when we don't have
 	UNIX_DOMAIN_SOCKETS.

1998-01-07  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (ignore_pattern): Replace -vanilla with `-q
	-no-site-file'.
	* update-autoloads.sh (dirs): Ditto.
	* update-custom.sh (dirs): Ditto.

1997-12-18  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (mule_p): Remove skk's special treatment.

1997-12-09  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (ignore_pattern): Correct paths of files that
	should not be bytecompiled, and remove dead files.

1997-12-02  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (mule_p): Update for addition of SKK.

	* update-autoloads.sh (mule_p): Update ignore_dirs for
	lisp/language and lisp/skk.
	* update-custom.sh (mule_p): Ditto.

1997-11-29  Jeff Miller <jmiller@smart.net>

	* Makefile.in.in: Changed path to blessmail.el for blessmail target
	  to match new lisp directory layout.

1997-11-27  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh: Obliterate usage of make_special, since nothing
	requires it any more.

1997-11-23  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (BYTECOMP): cleantree.el has been moved.

1997-11-18  Colin Rafferty  <craffert@ml.com>

	* update-elc.sh (prune_vc): Made it ignore any directory that
	starts with a period.

1997-11-16  SL Baur  <steve@altair.xemacs.org>

	* gnuserv.c (main): make return type int.
	Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>

	* fakemail.c (main): Ditto.

1997-11-13  SL Baur  <steve@altair.xemacs.org>

	* pop.c: Add includes from movemail.c so standard functions get
	declared.
	(pop_retrieve): Return NULL if falling off the end of the
	function.

	* movemail.c: Hide declarations of popmail(), mbx_write(),
	mbc_delimit_begin(), and mbx_delimit_end() behind MAIL_USE_POP
	guard.
	(pop_retr): Change 4th parameter to void *.

1997-11-02  SL Baur  <steve@altair.xemacs.org>

	* update-custom.sh (dirs): Remove packaged directories.

	* update-elc.sh (ignore_pattern): Hyperbole, oobr and ilisp are
	now packaged.

	* update-autoloads.sh (mule_p): Hyperbole and oobr are now
	packaged.

1997-10-30  SL Baur  <steve@altair.xemacs.org>

	* update-autoloads.sh (mule_p): EFS has been packaged.
	* update-elc.sh (make_special_commands): Ditto.

	* update-elc.sh: VM has been packaged.

	* update-autoloads.sh: Add directory language

1997-10-23  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (BYTECOMP): Specify -vanilla
	* update-autoloads.sh (dirs): Ditto.
	* update-custom.sh (dirs): Ditto.

1997-10-10  Martin Buchholz  <mrb@eng.sun.com>

	* config.values.in:  Run config.values.sh

1997-10-09  SL Baur  <steve@altair.xemacs.org>

	* Makefile.in.in (PKG_SCRIPTS): Add new package manipulation
	scripts.

	* add-little-package.sh: New file.  Support script to install
	single file packages.

	* Makefile.in.in (distclean): Reverse change -- do not remove
	config.values.in.
	Suggested by: Martin Buchholz <mrb@Eng.Sun.COM>

1997-10-06  SL Baur  <steve@altair.xemacs.org>

	* Makefile.in.in (distclean): Remove config.values.in.
	From Martin Buchholz <mrb@Eng.Sun.COM>

1997-10-04  SL Baur  <steve@altair.xemacs.org>

	* update-autoloads.sh (mule_p): W3 is a package now.

1997-09-30  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (ignore_pattern): Don't attempt bytecompiling
	lisp/leim/quail/tibetan.el and lisp/language/tibet-util.el.

1997-09-29  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (mule_p): Ignore mu/latex-math-symbol.el if we're
	not building with Mule.

1997-09-27  Hrvoje Niksic  <hniksic@srce.hr>

	* update-custom.sh: New file.

	* update-autoloads.sh: Minor fixes.

1997-08-11  Jeff Miller <jmiller@smart.net>
	* Makefile.in.in:  Added a test for system-type equal to linux to
	lisp/paths.el.  Mail spool dir should be /var/spool/mail.

	* cleaned up lib-src/Makefile.in.in regarding targets blessmail and
	maybe-blessmail. Added target do-blessmail.  Makefile.in.in was also
	missing a variable called "configuration. This messed up archilibdir.

	* Added highlighting to text suggesting to do "make gzip-el" in top
	level Makefile.in.  Added code to do make maybe-blessmail after a 
	make install is done.

1997-08-07  Jan Vroonhof  <vroonhof@math.ethz.ch>

	* gnuclient.c (main): Made help string correspond to options.

1997-08-01  SL Baur  <steve@altair.xemacs.org>

	* Makefile.in.in (distclean): Remove config.values here only.

1997-07-27  SL Baur  <steve@altair.xemacs.org>

	* Makefile.in.in (UTILITIES): Add config.values so it can be
	cleared away by `make distclean'.

1997-07-21  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (make_special_commands): Remove processing for
	Gnus and AUCTeX.

1997-07-19  SL Baur  <steve@altair.xemacs.org>

	* update-elc.sh (mule_p): Do not attempt to bytecompile
	char-table.el and chartblxmas.el.

1997-07-08  Steven L Baur  <steve@altair.xemacs.org>

	* update-elc.sh (cc-mode): Don't give cc-mode special treatment.

	* update-autoloads.sh (cc-mode): Don't give cc-mode special
	treatment.

	* rcs2log: Synch with Emacs/Mule zeta.

1997-07-03  Steven L Baur  <steve@altair.xemacs.org>

	* update-elc.sh (make_special_commands): Fix building of ilisp so
	custom-load.elc gets built.

1997-06-27  Steven L Baur  <steve@altair.xemacs.org>

	* update-autoloads.sh:  Major rework.  Avoid looking at MULE
	directories if not running XEmacs/Mule.
	- Look into all Mule directories for building autoloads.

	* update-elc.sh (make_special_commands): Fix handling of
	bytecompilation of AUCTeX to avoid looking at tex-jp.el if not
	running MULE.

1997-06-24  Steven L Baur  <steve@altair.xemacs.org>

	* gnuattach: Needed executable bit set.
	Suggested by Kyle Jones <kyle_jones@wonderworks.com>

	* update-elc.sh (ignore_pattern): lisp/language/ethiopic byte
	compiles now.

1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* update-autoloads.sh: Search lisp/mule/.

1997-06-20  Steven L Baur  <steve@altair.xemacs.org>

	* gnuattach: Readd as warning script.

	* Makefile.in.in (INSTALLABLE_SCRIPTS): Readd Gnuattach.
	From Hrvoje Niksic <hniksic@srce.hr>
	
1997-06-13  Steven L Baur  <steve@altair.xemacs.org>

	* update-elc.sh (mule_p): Ignore lisp/language when building
	non-Mule.
	(ignore_pattern): Ignore Languages we don't support yet.

1997-06-02  Steven L Baur  <steve@altair.xemacs.org>

	* update-elc.sh (ignore_dirs): Handle ported Quail (LEIM).

Tue May 20 23:22:00 1997  Steven L Baur  <steve@altair.xemacs.org>

	* update-autoloads.sh (dirs): Remove obsolete directory lisp/vms
	from exclusion list (it doesn't exist any more).  Remove
	lisp/eterm from exclusion list of directories searched for
	autoloads.

Thu May  1 15:26:20 1997  Steven L Baur  <steve@altair.xemacs.org>

	* update-elc.sh (mule_p): Test for mule bombs with change in format
	of new output of featurep.

Fri Apr 25 09:12:04 1997  Steven L Baur  <steve@altair.xemacs.org>

	* pstogif: Use Martin Buchholz magic to automagically find perl
	interpreter.

Tue Apr  8 03:08:22 1997  Steven L Baur  <steve@altair.xemacs.org>

	* Makefile.in.in: C Comment out Make comments.  No snide comments
	from me, no sir.

Tue Apr  1 12:26:53 1997  Steven L Baur  <steve@altair.xemacs.org>

	* Makefile.in.in: Added stuff for updated movemail.c.

Sat Mar 29 16:57:01 1997  Steven L Baur  <steve@altair.xemacs.org>

	* send-pr (GNATS_ADDR): Use xemacs.org as submission address.
	(DATADIR): Allow for DATADIR to be passed in as an environment
	variable.

Sun Mar 23 15:57:19 1997  Steven L Baur  <steve@altair.xemacs.org>

	* update-elc.sh (make_special_commands): Use target of x20 for efs.

Wed Mar 19 10:38:04 1997  Steven L Baur  <steve@altair.xemacs.org>

	* Makefile.in.in (SCRIPTS): Link gzip-el.sh in --srcdir
	configuration.

Tue Mar 18 17:49:14 1997  Steven L Baur  <steve@altair.xemacs.org>

	* update-elc.sh (EMACS): Removed $XEMACS backdoor.  We will make
	the .elcs *only* with the freshly built XEmacs.

Mon Mar 17 10:12:03 1997  Steven L Baur  <steve@altair.xemacs.org>

	* Makefile.in.in (INSTALLABLE_SCRIPTS): Add install-sid and
	send-pr (from GNATS).

	* update-elc.sh (prune_vc): Use full path to cleantree.el.
	(NUMTOCOMPILE): Remove useless rule to recompile out-of-date .elcs.

Sun Mar 16 21:13:29 1997  Steven L Baur  <steve@altair.xemacs.org>

	* install-sid: New file (GNATS integration).

	* send-pr: New file (GNATS integration).

Fri Mar 14 17:59:57 1997  Steven L Baur  <steve@altair.xemacs.org>

	* update-elc.sh (ignore_dirs): Build VM with `make autoload'.

Wed Mar  5 18:07:57 1997  Steven L Baur  <steve@altair.xemacs.org>

	* gzip-el.sh: New file.  Courtesy of Jeff Miller and Hrvoje Niksic.

	* update-elc.sh (els): Remove out of date .elcs before building.

Tue Mar  4 18:45:10 1997  Martin Buchholz  <mrb@eng.sun.com>

	* update-elc.sh (els): No more special treatment for vm.elc.

Wed Feb 26 18:17:59 1997  Steven L Baur  <steve@altair.xemacs.org>

	* make-docfile.c (next_extra_elc): New function.
	(main): Use it.  Implementation of `-i' parameter to pass a list
	of site-loaded lisp files.

Wed Feb 19 18:24:49 1997  Steven L Baur  <steve@altair.xemacs.org>

	* update-elc.sh: Added lisp/auctex.

Thu Feb 13 11:32:47 1997  Steven L Baur  <steve@altair.xemacs.org>

	* Makefile.in.in: Install pstogif script.

Sun Dec 29 17:16:45 1996  Martin Buchholz  <mrb@eng.sun.com>

	* update-elc.sh (make_special_commands): Make ilisp be a little
	smarter about recompilation.

Wed Dec 18 20:22:55 1996  Martin Buchholz  <mrb@eng.sun.com>

	* mmencode.c: Don't declare index().

	* Makefile.in.in: Documentation changes.

	* update-elc.sh: Portability Fix.

Thu Dec  5 15:41:53 1996  Martin Buchholz  <mrb@Eng.Sun.COM>

	* update-elc.sh: Corrections to protect against too smart /bin/sh'es.