comparison ChangeLog @ 98317:36acd6af0772

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 24 Sep 2008 01:16:16 +0000
parents 9419b837e9c6
children 29005e3eddab
comparison
equal deleted inserted replaced
98316:8ecc08b621cb 98317:36acd6af0772
606 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous 606 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
607 change. 607 change.
608 608
609 2007-12-04 Jan Djärv <jan.h.d@swipnet.se> 609 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
610 610
611 * configure.in: Give package name and verision to AC_INIT. 611 * configure.in: Give package name and version to AC_INIT.
612 612
613 2007-12-03 Magnus Henoch <mange@freemail.hu> 613 2007-12-03 Magnus Henoch <mange@freemail.hu>
614 614
615 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus. 615 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
616 616
4469 * Makefile.in (mkdir): Use symbolic chmod. 4469 * Makefile.in (mkdir): Use symbolic chmod.
4470 4470
4471 1995-06-22 Paul Eggert <eggert@twinsun.com> 4471 1995-06-22 Paul Eggert <eggert@twinsun.com>
4472 4472
4473 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for 4473 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
4474 SunOS 4.1.5 thorugh 4.1.9, should they ever exist.) 4474 SunOS 4.1.5 through 4.1.9, should they ever exist.)
4475 4475
4476 1995-06-22 Paul Eggert <eggert@twinsun.com> 4476 1995-06-22 Paul Eggert <eggert@twinsun.com>
4477 4477
4478 * Makefile.in (SUBDIR_MAKEFILES): 4478 * Makefile.in (SUBDIR_MAKEFILES):
4479 Add man/Makefile, so `make distclean' removes it. 4479 Add man/Makefile, so `make distclean' removes it.
5167 Use lower case names for the s files. 5167 Use lower case names for the s files.
5168 5168
5169 1994-05-03 Morten Welinder (terra@diku.dk) 5169 1994-05-03 Morten Welinder (terra@diku.dk)
5170 5170
5171 * config.bat: Added possibility for different file name 5171 * config.bat: Added possibility for different file name
5172 transscriptions in lib-src. 5172 transcriptions in lib-src.
5173 5173
5174 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) 5174 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5175 5175
5176 * Makefile.in (lib-src): Undo previous change. 5176 * Makefile.in (lib-src): Undo previous change.
5177 (blessmail): New target to run maybe-blessmail in lib-src. 5177 (blessmail): New target to run maybe-blessmail in lib-src.
5802 5802
5803 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp, 5803 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
5804 and #define HAVE_AIX_SMT_EXP if we do. This is present in some 5804 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
5805 versions of AIX, and needs to be passed to the loader. 5805 versions of AIX, and needs to be passed to the loader.
5806 5806
5807 * configure.in: Test for the availablility of the 5807 * configure.in: Test for the availability of the
5808 XScreenResourceString function. 5808 XScreenResourceString function.
5809 5809
5810 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu) 5810 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
5811 5811
5812 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and 5812 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
6075 6075
6076 * make-dist: Rebuild configure if configure.in is newer. 6076 * make-dist: Rebuild configure if configure.in is newer.
6077 6077
6078 * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src 6078 * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src
6079 targets to be executed even if make remembers that it has already 6079 targets to be executed even if make remembers that it has already
6080 stisfied FRC. 6080 satisfied FRC.
6081 6081
6082 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) 6082 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6083 6083
6084 * Makefile.in (do-install): Delete redundant code to copy etc twice. 6084 * Makefile.in (do-install): Delete redundant code to copy etc twice.
6085 6085
6973 return handler, make a copy of it, not a symbolic link to it; that 6973 return handler, make a copy of it, not a symbolic link to it; that
6974 way, it will work on systems that don't have symbolic links. 6974 way, it will work on systems that don't have symbolic links.
6975 6975
6976 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) 6976 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6977 6977
6978 * make-dist: taught it about vcdiff and rcs2log, added --newer 6978 * make-dist: Taught it about vcdiff and rcs2log, added --newer
6979 option for generating incremental distributions. Stopped it from 6979 option for generating incremental distributions. Stopped it from
6980 generating a TAGS file into the distribution; that sucker is 6980 generating a TAGS file into the distribution; that sucker is
6981 *big*, and easily enough generated with the toplevel makefile. 6981 *big*, and easily enough generated with the toplevel makefile.
6982 6982
6983 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) 6983 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)