diff options
| author | Juanma Barranquero | 2008-12-19 01:50:43 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-12-19 01:50:43 +0000 |
| commit | f013149203926418962838d68bc7f09d35c16052 (patch) | |
| tree | b61457c573468b9e3623071cecf46d820e03383c /ChangeLog | |
| parent | 6e868247e37b06fbfeba5b486bf4e8e3c88769fd (diff) | |
| download | emacs-f013149203926418962838d68bc7f09d35c16052.tar.gz emacs-f013149203926418962838d68bc7f09d35c16052.zip | |
Fix typos and author's names.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -4006,7 +4006,7 @@ | |||
| 4006 | 4006 | ||
| 4007 | * Version 19.33 released. | 4007 | * Version 19.33 released. |
| 4008 | 4008 | ||
| 4009 | 1996-08-10 Marcus Daniels <marcus@sayre.sysc.pdx.edu> | 4009 | 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu> |
| 4010 | 4010 | ||
| 4011 | * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): | 4011 | * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): |
| 4012 | Fix previous change. | 4012 | Fix previous change. |
| @@ -5750,7 +5750,7 @@ | |||
| 5750 | before moving it. | 5750 | before moving it. |
| 5751 | * Makefile.in (VPATH): Define to @srcdir@. | 5751 | * Makefile.in (VPATH): Define to @srcdir@. |
| 5752 | 5752 | ||
| 5753 | 1993-09-28 Brian Fox (bfox@cubit) | 5753 | 1993-09-28 Brian J. Fox (bfox@cubit) |
| 5754 | 5754 | ||
| 5755 | * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file | 5755 | * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file |
| 5756 | doesn't exist. Just copy src/Makefile.in instead. Touch | 5756 | doesn't exist. Just copy src/Makefile.in instead. Touch |
| @@ -5759,7 +5759,7 @@ | |||
| 5759 | * INSTALL: Update documentation to match new configuration | 5759 | * INSTALL: Update documentation to match new configuration |
| 5760 | mechanism. | 5760 | mechanism. |
| 5761 | 5761 | ||
| 5762 | 1993-09-27 Brian Fox (bfox@ai.mit.edu) | 5762 | 1993-09-27 Brian J. Fox (bfox@ai.mit.edu) |
| 5763 | 5763 | ||
| 5764 | * configure.in: Allow any of the path or directory Makefile | 5764 | * configure.in: Allow any of the path or directory Makefile |
| 5765 | variables to be set with flags to configure. Create all Makefiles | 5765 | variables to be set with flags to configure. Create all Makefiles |
| @@ -5770,14 +5770,14 @@ | |||
| 5770 | If these files are out of date, simply have config.status | 5770 | If these files are out of date, simply have config.status |
| 5771 | rebuild them; don't rebuild them explicitly. | 5771 | rebuild them; don't rebuild them explicitly. |
| 5772 | 5772 | ||
| 5773 | 1993-09-25 Brian Fox (bfox@ai.mit.edu) | 5773 | 1993-09-25 Brian J. Fox (bfox@ai.mit.edu) |
| 5774 | 5774 | ||
| 5775 | * build-install.in: Change src/xemacs to src/emacs. We no longer | 5775 | * build-install.in: Change src/xemacs to src/emacs. We no longer |
| 5776 | create src/xemacs, so the file wouldn't be found. | 5776 | create src/xemacs, so the file wouldn't be found. |
| 5777 | 5777 | ||
| 5778 | * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'. | 5778 | * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'. |
| 5779 | 5779 | ||
| 5780 | 1993-09-24 Brian Fox (bfox@albert.gnu.ai.mit.edu) | 5780 | 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu) |
| 5781 | 5781 | ||
| 5782 | * configure.in: Avoid forcing the search of /usr/include before | 5782 | * configure.in: Avoid forcing the search of /usr/include before |
| 5783 | fixed include files by resetting C_SWITCH_X_SITE if it is | 5783 | fixed include files by resetting C_SWITCH_X_SITE if it is |
| @@ -5794,19 +5794,19 @@ | |||
| 5794 | Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value. | 5794 | Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value. |
| 5795 | Remove ${extra_output} from AC_OUTPUT call. | 5795 | Remove ${extra_output} from AC_OUTPUT call. |
| 5796 | 5796 | ||
| 5797 | 1993-09-17 Brian Fox (bfox@inferno) | 5797 | 1993-09-17 Brian J. Fox (bfox@inferno) |
| 5798 | 5798 | ||
| 5799 | * make-dist: Quote backquotes found in strings to be echoed. | 5799 | * make-dist: Quote backquotes found in strings to be echoed. |
| 5800 | 5800 | ||
| 5801 | * configure.in: Use "sh -c pwd" when we want to avoid having the | 5801 | * configure.in: Use "sh -c pwd" when we want to avoid having the |
| 5802 | shell fix up the value of $PWD. | 5802 | shell fix up the value of $PWD. |
| 5803 | 5803 | ||
| 5804 | 1993-09-13 Brian Fox (bfox@inferno) | 5804 | 1993-09-13 Brian J. Fox (bfox@inferno) |
| 5805 | 5805 | ||
| 5806 | * Makefile.in (do-install): Don't abort if ln or chmod at the end | 5806 | * Makefile.in (do-install): Don't abort if ln or chmod at the end |
| 5807 | of the installation fail. Suggested by Karl Berry. | 5807 | of the installation fail. Suggested by Karl Berry. |
| 5808 | 5808 | ||
| 5809 | 1993-08-30 Brian Fox (bfox@inferno) | 5809 | 1993-08-30 Brian J. Fox (bfox@inferno) |
| 5810 | 5810 | ||
| 5811 | * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make" | 5811 | * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make" |
| 5812 | was used. Set MAKEFLAGS from MFLAGS. | 5812 | was used. Set MAKEFLAGS from MFLAGS. |