/[emacs]/emacs/ChangeLog
ViewVC logotype

Diff of /emacs/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.313 by handa, Thu Feb 13 00:24:02 2003 UTC revision 1.314 by lektu, Fri Feb 21 08:08:03 2003 UTC
# Line 1  Line 1 
1    2003-02-21  Klaus Zeitler  <kzeitler@lucent.com>
2    
3            * configure.in: Set new hpux10-20.h as "major" include for 10.20.
4    
5  2003-02-13  Robert J. Chassell  <bob@rattlesnake.com>  (tiny change)  2003-02-13  Robert J. Chassell  <bob@rattlesnake.com>  (tiny change)
6    
7          * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.          * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
# Line 1606  Line 1610 
1610  1997-11-26  Joel N. Weber II  <devnull@gnu.org>  1997-11-26  Joel N. Weber II  <devnull@gnu.org>
1611    
1612          * make-dist: Changed the comment about `umask 0' to say `Don't          * make-dist: Changed the comment about `umask 0' to say `Don't
1613          restrict access to any files.'; previously it said `Don't protect          restrict access to any files.'; previously it said `Don't protect
1614          any files', which may have implied that we think fascism is good.          any files', which may have implied that we think fascism is good.
1615    
1616  1997-11-24  Paul Eggert  <eggert@twinsun.com>  1997-11-24  Paul Eggert  <eggert@twinsun.com>
1617    
# Line 1734  Line 1738 
1738  1997-08-22  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>  1997-08-22  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1739    
1740          * configure.in: Support auto-configuration of both Kerberos V4 and          * configure.in: Support auto-configuration of both Kerberos V4 and
1741          Kerberos V5 for movemail, including detection of V4 and V5 header          Kerberos V5 for movemail, including detection of V4 and V5 header
1742          files and libraries.          files and libraries.
1743    
1744  1997-08-16  NIIBE Yutaka  <gniibe@etl.go.jp>  1997-08-16  NIIBE Yutaka  <gniibe@etl.go.jp>
1745    
# Line 1884  Line 1888 
1888  1997-06-22  Dave Love  <d.love@dl.ac.uk>  1997-06-22  Dave Love  <d.love@dl.ac.uk>
1889    
1890          * Makefile.in (lib-src): Depend on src/config.h (e.g. for          * Makefile.in (lib-src): Depend on src/config.h (e.g. for
1891          movemail.o).          movemail.o).
1892          (src/config.h): New target to re-configure if src/config.in          (src/config.h): New target to re-configure if src/config.in
1893          is patched.          is patched.
1894    
1895  1997-06-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1997-06-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1896    
# Line 2162  Line 2166 
2166  1996-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1996-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
2167    
2168          * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from          * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
2169          before `noshare'.          before `noshare'.
2170          (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.          (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
2171    
2172  1996-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1996-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
# Line 2307  Line 2311 
2311  1996-03-08  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>  1996-03-08  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2312    
2313          * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for          * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
2314          just this test.          just this test.
2315    
2316          * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.          * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
2317    
# Line 2502  Line 2506 
2506  1995-10-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>  1995-10-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2507    
2508          * Makefile.in (man1dir): New variable.          * Makefile.in (man1dir): New variable.
2509          (install-arch-indep): Use man1dir.          (install-arch-indep): Use man1dir.
2510    
2511          * configure.in (sparc-*-nextstep*): Remove incorrect .h's.          * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
2512    
# Line 2622  Line 2626 
2626  1995-07-06  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>  1995-07-06  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
2627    
2628          * configure.in: Put back archlibdir initialization.  Require          * configure.in: Put back archlibdir initialization.  Require
2629          autoconf 2.4.1 or later.          autoconf 2.4.1 or later.
2630    
2631  1995-07-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>  1995-07-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2632    
# Line 2738  Line 2742 
2742  1995-05-09  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>  1995-05-09  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
2743    
2744          * configure.in: Use sqrt (more portable) instead of fmod in -lm          * configure.in: Use sqrt (more portable) instead of fmod in -lm
2745          check.          check.
2746    
2747  1995-05-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>  1995-05-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2748    
# Line 2869  Line 2873 
2873  1994-11-30  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>  1994-11-30  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2874    
2875          * configure.in: Don't try to make directories that are guaranteed          * configure.in: Don't try to make directories that are guaranteed
2876          to already exist.          to already exist.
2877    
2878  1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>  1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2879    
# Line 2917  Line 2921 
2921  1994-11-08  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>  1994-11-08  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2922    
2923          * Makefile.in (install-arch-indep): Avoid continued comment          * Makefile.in (install-arch-indep): Avoid continued comment
2924          swallowing target line.          swallowing target line.
2925    
2926  1994-11-08  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)  1994-11-08  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
2927    
# Line 4096  Line 4100 
4100          * Makefile.in (uninstall): Don't remove the lisp and etc          * Makefile.in (uninstall): Don't remove the lisp and etc
4101          directories if they're in the source tree.          directories if they're in the source tree.
4102    
4103          Bring mumbleclean targets into conformance with GNU coding standards.          Bring mumbleclean targets into conformance with GNU coding standards.
4104          * Makefile.in (mostlyclean, clean): Separate these two; just have          * Makefile.in (mostlyclean, clean): Separate these two; just have
4105          them pass the request to the subdirectory makefiles.          them pass the request to the subdirectory makefiles.
4106          (distclean): Pass the request down, and then get rid of the          (distclean): Pass the request down, and then get rid of the
# Line 4405  Line 4409 
4409    
4410  1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)  1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4411    
4412          * configure.in: Recognize configuration names for i860 boxes          * configure.in: Recognize configuration names for i860 boxes
4413          running SYSV.          running SYSV.
4414    
4415  1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)  1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
# Line 4446  Line 4450 
4450    
4451  1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)  1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
4452    
4453          * Version 19.7 released.          * Version 19.7 released.
4454    
4455          * make-dist: There aren't any *.com files in lib-src anymore.          * make-dist: There aren't any *.com files in lib-src anymore.
4456    
# Line 4669  Line 4673 
4673    
4674          * configure.in: Check for gettimeofday function, for getdate.y.          * configure.in: Check for gettimeofday function, for getdate.y.
4675    
4676          Change `configure' to a mixture of custom code and autoconf stuff.          Change `configure' to a mixture of custom code and autoconf stuff.
4677          autoconf can't derive all the information we need, but we'd really          autoconf can't derive all the information we need, but we'd really
4678          like to be able to take advantage of some of its tests, and its          like to be able to take advantage of some of its tests, and its
4679          file-editing facilities.          file-editing facilities.
# Line 4718  Line 4722 
4722    
4723          * make-dist: Distribute lisp/term/ChangeLog.          * make-dist: Distribute lisp/term/ChangeLog.
4724    
4725          Arrange for C compilation throughout the tree to get          Arrange for C compilation throughout the tree to get
4726          C_SWITCH_SYSTEM from the configuration files.          C_SWITCH_SYSTEM from the configuration files.
4727          * configure: Extract C_SWITCH_SYSTEM from the machine and          * configure: Extract C_SWITCH_SYSTEM from the machine and
4728          system-dependent files, and save it in the top-level Makefile.          system-dependent files, and save it in the top-level Makefile.
# Line 5111  Line 5115 
5115    
5116  1992-09-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)  1992-09-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5117    
5118          * make-dist: Include the `vms' subdirectory in the distribution.          * make-dist: Include the `vms' subdirectory in the distribution.
5119    
5120  1992-09-10  Jim Blandy  (jimb@pogo.cs.oberlin.edu)  1992-09-10  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5121    
# Line 5193  Line 5197 
5197          * make-dist: Be sure to delete the .c and .h files that YACC and          * make-dist: Be sure to delete the .c and .h files that YACC and
5198          BISON create from getdate.y.          BISON create from getdate.y.
5199    
5200          * external-lisp: New directory; see `external-lisp/README'.          * external-lisp: New directory; see `external-lisp/README'.
5201          * make-dist: Added support for the external-lisp subdirectory.          * make-dist: Added support for the external-lisp subdirectory.
5202    
5203          * make-dist: Changed message which complains that make-dist wasn't          * make-dist: Changed message which complains that make-dist wasn't
# Line 5272  Line 5276 
5276    
5277  1992-04-29  Ken Raeburn  (Raeburn@Cygnus.COM)  1992-04-29  Ken Raeburn  (Raeburn@Cygnus.COM)
5278    
5279          * move-if-change: New file, copied from gcc release.          * move-if-change: New file, copied from gcc release.
5280          * Makefile.in (src/paths.h): Use it, and put the "sed" output into          * Makefile.in (src/paths.h): Use it, and put the "sed" output into
5281          a temp file, so we don't update paths.h if an error occurs or if          a temp file, so we don't update paths.h if an error occurs or if
5282          it doesn't need changing.          it doesn't need changing.
5283    
5284  1992-04-28  Jim Blandy  (jimb@pogo.cs.oberlin.edu)  1992-04-28  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5285    
# Line 5487  Line 5491 
5491    
5492  1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)  1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5493    
5494          * Makefile (install): Remove `B' from tar xf command.          * Makefile (install): Remove `B' from tar xf command.
5495    
5496  1992-01-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)  1992-01-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5497    
# Line 5502  Line 5506 
5506  1991-12-05  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)  1991-12-05  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
5507    
5508          * config.emacs: New file, to help automate the installation          * config.emacs: New file, to help automate the installation
5509          process.          process.
5510    
5511          * Makefile: Lots of changes to support the separation of etc into          * Makefile: Lots of changes to support the separation of etc into
5512          architecture-dependent and -independent files:          architecture-dependent and -independent files:

Legend:
Removed from v.1.313  
changed lines
  Added in v.1.314

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26