Mercurial > emacs
comparison ChangeLog @ 107759:f46f743d330a
Fix typos in ChangeLogs.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 02 Apr 2010 04:22:17 +0200 |
parents | 3b5ef09ea743 |
children | 18e1800af997 243bfb706af1 |
comparison
equal
deleted
inserted
replaced
107758:79f81b166468 | 107759:f46f743d330a |
---|---|
3560 mbrlen, strsignal. | 3560 mbrlen, strsignal. |
3561 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now. | 3561 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now. |
3562 | 3562 |
3563 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> | 3563 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
3564 | 3564 |
3565 * make-dist (dontcompile): look for the DONTCOMPILE variable rather | 3565 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather |
3566 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile. | 3566 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile. |
3567 | 3567 |
3568 1999-10-09 Richard M. Stallman <rms@gnu.org> | 3568 1999-10-09 Richard M. Stallman <rms@gnu.org> |
3569 | 3569 |
3570 * Makefile.in (uninstall, install-arch-indep, install-arch-dep): | 3570 * Makefile.in (uninstall, install-arch-indep, install-arch-dep): |
3571 Unset CDPATH to prevent cd from generating output. | 3571 Unset CDPATH to prevent cd from generating output. |
3572 | 3572 |
3573 1999-10-08 Stefan Monnier <monnier@cs.yale.edu> | 3573 1999-10-08 Stefan Monnier <monnier@cs.yale.edu> |
3574 | 3574 |
3575 * update-subdirs: also ignore CVS subdirs. | 3575 * update-subdirs: Also ignore CVS subdirs. |
3576 | 3576 |
3577 1999-10-07 Gerd Moellmann <gerd@gnu.org> | 3577 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
3578 | 3578 |
3579 * Makefile.in (install-arch-indep): Add ada-mode. | 3579 * Makefile.in (install-arch-indep): Add ada-mode. |
3580 | 3580 |
6130 variables to be set with flags to configure. Create all Makefiles | 6130 variables to be set with flags to configure. Create all Makefiles |
6131 at configure time. Edit special commands into config.status after | 6131 at configure time. Edit special commands into config.status after |
6132 src/Makefile.in is built from src/Makefile. | 6132 src/Makefile.in is built from src/Makefile. |
6133 | 6133 |
6134 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile): | 6134 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile): |
6135 If these files are out of date, simply have config.status | 6135 If these files are out of date, simply have config.status |
6136 rebuild them; don't rebuild them explicitly. | 6136 rebuild them; don't rebuild them explicitly. |
6137 | 6137 |
6138 1993-09-25 Brian J. Fox (bfox@ai.mit.edu) | 6138 1993-09-25 Brian J. Fox (bfox@ai.mit.edu) |
6139 | 6139 |
6140 * build-install.in: Change src/xemacs to src/emacs. We no longer | 6140 * build-install.in: Change src/xemacs to src/emacs. We no longer |
6141 create src/xemacs, so the file wouldn't be found. | 6141 create src/xemacs, so the file wouldn't be found. |
6326 preprocessor inserts spaces between tokens if it doesn't get the | 6326 preprocessor inserts spaces between tokens if it doesn't get the |
6327 -Xs flag requested in src/s/sol2.h. | 6327 -Xs flag requested in src/s/sol2.h. |
6328 | 6328 |
6329 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) | 6329 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) |
6330 | 6330 |
6331 * configure.in (m68k-bull-sysv3): new config. | 6331 * configure.in (m68k-bull-sysv3): New config. |
6332 | 6332 |
6333 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | 6333 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
6334 | 6334 |
6335 * configure.in: Use the autoconf AC_FIND_X macro to try to find | 6335 * configure.in: Use the autoconf AC_FIND_X macro to try to find |
6336 the X Windows libraries. | 6336 the X Windows libraries. |
6549 | 6549 |
6550 * configure.in: Add missing "fi". | 6550 * configure.in: Add missing "fi". |
6551 | 6551 |
6552 * make-dist: Rebuild configure if configure.in is newer. | 6552 * make-dist: Rebuild configure if configure.in is newer. |
6553 | 6553 |
6554 * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src | 6554 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src |
6555 targets to be executed even if make remembers that it has already | 6555 targets to be executed even if make remembers that it has already |
6556 satisfied FRC. | 6556 satisfied FRC. |
6557 | 6557 |
6558 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 6558 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
6559 | 6559 |
7049 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | 7049 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) |
7050 | 7050 |
7051 * make-dist: Don't distribute etc/Old files. | 7051 * make-dist: Don't distribute etc/Old files. |
7052 | 7052 |
7053 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their | 7053 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their |
7054 backups. | 7054 backups. |
7055 | 7055 |
7056 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | 7056 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
7057 | 7057 |
7058 * make-dist: Fix typo. | 7058 * make-dist: Fix typo. |
7059 | 7059 |
7079 * Makefile.in: Added `Developer's configuration' section. | 7079 * Makefile.in: Added `Developer's configuration' section. |
7080 | 7080 |
7081 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | 7081 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
7082 | 7082 |
7083 * Makefile.in: Add commented-out variable settings for developer's | 7083 * Makefile.in: Add commented-out variable settings for developer's |
7084 configuration. | 7084 configuration. |
7085 | 7085 |
7086 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | 7086 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
7087 | 7087 |
7088 * make-dist: Distribute `src/bitmaps' too. | 7088 * make-dist: Distribute `src/bitmaps' too. |
7089 | 7089 |
7694 script which will recreate the same configuration. Include the | 7694 script which will recreate the same configuration. Include the |
7695 verbal description of the current configuration as a comment in | 7695 verbal description of the current configuration as a comment in |
7696 the script. | 7696 the script. |
7697 * INSTALL: Doc fix. | 7697 * INSTALL: Doc fix. |
7698 | 7698 |
7699 * Makefile: brought the Makefile up to the GNU coding | 7699 * Makefile: Brought the Makefile up to the GNU coding |
7700 standards, as described in standards.text: | 7700 standards, as described in standards.text: |
7701 (TAGS): New name for the target which rebuilds the tags table. | 7701 (TAGS): New name for the target which rebuilds the tags table. |
7702 (check): New target; doesn't do anything yet. | 7702 (check): New target; doesn't do anything yet. |
7703 (mostlyclean): New target, synonymous with clean. | 7703 (mostlyclean): New target, synonymous with clean. |
7704 (realclean): New target. Currently, this just calls the | 7704 (realclean): New target. Currently, this just calls the |