comparison lib-src/ChangeLog @ 100515:ce4ce31aa65a

Fix typos and author's names.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 19 Dec 2008 01:50:43 +0000
parents fd10c7ef5447
children ae1a8b13c8fc
comparison
equal deleted inserted replaced
100514:acc649a7683b 100515:ce4ce31aa65a
5 5
6 2008-12-14 Dan Nicolaescu <dann@ics.uci.edu> 6 2008-12-14 Dan Nicolaescu <dann@ics.uci.edu>
7 7
8 * emacsclient.c: Include syswait.h instead of sys/types.h. 8 * emacsclient.c: Include syswait.h instead of sys/types.h.
9 9
10 2008-12-11 dhruva <dhruvakm@gmail.com> (tiny change) 10 2008-12-11 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
11 11
12 * emacsclient.c (WCONTINUED): New compatibility define 12 * emacsclient.c (WCONTINUED): New compatibility define
13 for older systems. 13 for older systems.
14 14
15 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> 15 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1465 2002-12-18 Andrew Innes <andrewi@gnu.org> 1465 2002-12-18 Andrew Innes <andrewi@gnu.org>
1466 1466
1467 * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile, 1467 * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
1468 because GNU make doesn't append when using >> redirection. 1468 because GNU make doesn't append when using >> redirection.
1469 1469
1470 2002-12-12 Jonathan Kamens <jik@kamens.brookline.ma.us> 1470 2002-12-12 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1471 1471
1472 * b2m.pl: Make sure every message ends with a blank line, because 1472 * b2m.pl: Make sure every message ends with a blank line, because
1473 some mbox parsers require a blank line before "From " lines. 1473 some mbox parsers require a blank line before "From " lines.
1474 1474
1475 2002-12-08 Richard M. Stallman <rms@gnu.org> 1475 2002-12-08 Richard M. Stallman <rms@gnu.org>
1641 1641
1642 2002-07-30 Andreas Schwab <schwab@suse.de> 1642 2002-07-30 Andreas Schwab <schwab@suse.de>
1643 1643
1644 * Makefile.in (localstatedir): New variable. 1644 * Makefile.in (localstatedir): New variable.
1645 1645
1646 2002-07-29 Jonathan Kamens <jik@kamens.brookline.ma.us> 1646 2002-07-29 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1647 1647
1648 * b2m.pl: Fix regexp for finding return address fields. 1648 * b2m.pl: Fix regexp for finding return address fields.
1649 1649
1650 2002-07-15 Stefan Monnier <monnier@cs.yale.edu> 1650 2002-07-15 Stefan Monnier <monnier@cs.yale.edu>
1651 1651
1652 * make-docfile.c (scan_c_file): Warn about missing `usage' info. 1652 * make-docfile.c (scan_c_file): Warn about missing `usage' info.
1653 1653
1654 2002-07-05 Jonathan Kamens <jik@kamens.brookline.ma.us> 1654 2002-07-05 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1655 1655
1656 * b2m.pl: Obey the rmail file and use the unpruned header properly. 1656 * b2m.pl: Obey the rmail file and use the unpruned header properly.
1657 1657
1658 2002-06-26 Pavel Janík <Pavel@Janik.cz> 1658 2002-06-26 Pavel Janík <Pavel@Janik.cz>
1659 1659
2796 2000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl> 2796 2000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2797 2797
2798 * emacsclient.c: Add option -a EDITOR and environment variable 2798 * emacsclient.c: Add option -a EDITOR and environment variable
2799 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs. 2799 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
2800 2800
2801 1999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us> 2801 1999-12-10 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2802 2802
2803 * movemail.c (popmail): Allow mailbox specifications of the 2803 * movemail.c (popmail): Allow mailbox specifications of the
2804 form `po:username:hostname'. 2804 form `po:username:hostname'.
2805 2805
2806 1999-11-19 Francesco Potortì <pot@gnu.org> 2806 1999-11-19 Francesco Potortì <pot@gnu.org>
5412 5412
5413 * etags.c (process_file): Dead code removed. 5413 * etags.c (process_file): Dead code removed.
5414 (S_ISREG): #define it using S_IFREG if not defined. 5414 (S_ISREG): #define it using S_IFREG if not defined.
5415 (process_file): Regular files have nothing to do with symlinks. 5415 (process_file): Regular files have nothing to do with symlinks.
5416 5416
5417 1993-09-28 Brian Fox (bfox@ai.mit.edu) 5417 1993-09-28 Brian J. Fox (bfox@ai.mit.edu)
5418 5418
5419 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not 5419 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
5420 from current directory. Only chmod and chgrp files that we 5420 from current directory. Only chmod and chgrp files that we
5421 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in 5421 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
5422 ${bindir}. 5422 ${bindir}.
5423 (INSTALLFLAGS): Deleted definition, since it is an unused variable 5423 (INSTALLFLAGS): Deleted definition, since it is an unused variable
5424 now. 5424 now.
5425 5425
5426 1993-09-27 Brian Fox (bfox@ai.mit.edu) 5426 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
5427 5427
5428 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let 5428 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
5429 configure figure out the correct values for these variables. 5429 configure figure out the correct values for these variables.
5430 5430
5431 1993-09-14 Brian Fox (bfox@ai.mit.edu) 5431 1993-09-14 Brian J. Fox (bfox@ai.mit.edu)
5432 5432
5433 * Makefile.in (archlibdir): Only install executables internally 5433 * Makefile.in (archlibdir): Only install executables internally
5434 used by emacs; don't install bindir binaries here. 5434 used by emacs; don't install bindir binaries here.
5435 5435
5436 1993-09-24 Paul Eggert (eggert@twinsun.com) 5436 1993-09-24 Paul Eggert (eggert@twinsun.com)