aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-08-04 13:55:44 +0000
committerJuanma Barranquero2008-08-04 13:55:44 +0000
commit4342f814c49d902f88c42ac450f3b2bdeb24de5f (patch)
treee1b03cea2812f8773fa970b0705603acfee6b9fe /src
parentd6ff002e6df7f25e7d1475be374e8947687df996 (diff)
downloademacs-4342f814c49d902f88c42ac450f3b2bdeb24de5f.tar.gz
emacs-4342f814c49d902f88c42ac450f3b2bdeb24de5f.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog102
1 files changed, 51 insertions, 51 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 49fdde64141..5504b4423c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -14,7 +14,7 @@
14 14
152008-08-02 Jason Rumney <jasonr@gnu.org> 152008-08-02 Jason Rumney <jasonr@gnu.org>
16 16
17 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here. 17 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
18 18
192008-08-02 Eli Zaretskii <eliz@gnu.org> 192008-08-02 Eli Zaretskii <eliz@gnu.org>
20 20
@@ -1215,7 +1215,7 @@
1215 * m/ia64.h (SPECIAL_EMACS_INT): 1215 * m/ia64.h (SPECIAL_EMACS_INT):
1216 * m/amdx86-64.h (SPECIAL_EMACS_INT): 1216 * m/amdx86-64.h (SPECIAL_EMACS_INT):
1217 * s/gnu.h (NLIST_STRUCT): 1217 * s/gnu.h (NLIST_STRUCT):
1218 * aix4-2.h (X11R5_INHIBIT_I18N): 1218 * s/aix4-2.h (X11R5_INHIBIT_I18N):
1219 * s/gnu-linux.h (LINUX): 1219 * s/gnu-linux.h (LINUX):
1220 * s/msdos.h (HAVE_FACES): 1220 * s/msdos.h (HAVE_FACES):
1221 * s/ms-w32.h (HAVE_FACES): Don't define, unused. 1221 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
@@ -1298,22 +1298,22 @@
1298 1298
12992008-07-10 Dan Nicolaescu <dann@ics.uci.edu> 12992008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1300 1300
1301 * src/fileio.c: 1301 * fileio.c:
1302 * src/sysdep.c 1302 * sysdep.c
1303 * src/systty.h: 1303 * systty.h:
1304 * src/m/ibmrs6000.h: 1304 * m/ibmrs6000.h:
1305 * src/m/iris4d.h: 1305 * m/iris4d.h:
1306 * src/s/aix4-2.h: 1306 * s/aix4-2.h:
1307 * src/s/freebsd.h: 1307 * s/freebsd.h:
1308 * src/s/gnu-linux.h: 1308 * s/gnu-linux.h:
1309 * src/s/hpux10-20.h: 1309 * s/hpux10-20.h:
1310 * src/s/hpux11.h: 1310 * s/hpux11.h:
1311 * src/s/netbsd.h: 1311 * s/netbsd.h:
1312 * src/s/sol2-3.h: 1312 * s/sol2-3.h:
1313 * src/s/sol2-4.h: 1313 * s/sol2-4.h:
1314 * src/s/sol2.h: 1314 * s/sol2.h:
1315 * src/s/usg5-4.h: 1315 * s/usg5-4.h:
1316 * src/s/vms.h: Remove references to unused variables. 1316 * s/vms.h: Remove references to unused variables.
1317 1317
13182008-07-10 Andreas Schwab <schwab@suse.de> 13182008-07-10 Andreas Schwab <schwab@suse.de>
1319 1319
@@ -1729,41 +1729,41 @@
1729 * s/uxpds.h: 1729 * s/uxpds.h:
1730 * s/uxpv.h: Remove support for obsolete systems. 1730 * s/uxpv.h: Remove support for obsolete systems.
1731 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h: 1731 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
1732 Remove, insert contents in s/hpux-10.20.h 1732 Remove, insert contents in s/hpux-10.20.h.
1733 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h: 1733 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
1734 Remove, insert contents in s/aix-4.2.h 1734 Remove, insert contents in s/aix4-2.h.
1735 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h. 1735 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
1736 * s/bsd4-3.h: Rename to .. 1736 * s/bsd4-3.h: Rename to ...
1737 * s/bsd-common.h: ... this. 1737 * s/bsd-common.h: ... this.
1738 * src/data.c: 1738 * data.c:
1739 * src/doc.c: 1739 * doc.c:
1740 * src/ecrt0.c: 1740 * ecrt0.c:
1741 * src/emacs.c: 1741 * emacs.c:
1742 * src/fileio.c: 1742 * fileio.c:
1743 * src/floatfns.c: 1743 * floatfns.c:
1744 * src/keyboard.c: 1744 * keyboard.c:
1745 * src/mem-limits.h: 1745 * mem-limits.h:
1746 * src/print.c: 1746 * print.c:
1747 * src/process.c: 1747 * process.c:
1748 * src/sysdep.c: 1748 * sysdep.c:
1749 * src/syssignal.h: 1749 * syssignal.h:
1750 * src/systty.h: 1750 * systty.h:
1751 * src/syswait.h: 1751 * syswait.h:
1752 * src/term.c: 1752 * term.c:
1753 * src/unexec.c: 1753 * unexec.c:
1754 * src/unexelf.c: 1754 * unexelf.c:
1755 * src/unexhp9k800.c: 1755 * unexhp9k800.c:
1756 * src/m/hp800.h: 1756 * m/hp800.h:
1757 * src/m/ibmrs6000.h: 1757 * m/ibmrs6000.h:
1758 * src/m/mips.h: 1758 * m/mips.h:
1759 * src/m/vax.h: 1759 * m/vax.h:
1760 * src/s/darwin.h: 1760 * s/darwin.h:
1761 * src/s/freebsd.h: 1761 * s/freebsd.h:
1762 * src/s/gnu.h: 1762 * s/gnu.h:
1763 * src/s/ms-w32.h: 1763 * s/ms-w32.h:
1764 * src/s/msdos.h: 1764 * s/msdos.h:
1765 * src/s/netbsd.h: 1765 * s/netbsd.h:
1766 * src/s/template.h: Remove references to obsolete variables. 1766 * s/template.h: Remove references to obsolete variables.
1767 1767
1768 * Makefile.in: Add dependencies for all unexec files. 1768 * Makefile.in: Add dependencies for all unexec files.
1769 (admindir): Remove unused variable. 1769 (admindir): Remove unused variable.
@@ -2016,7 +2016,7 @@
2016 2016
2017 * w32font.c (w32font_list, w32font_match): Add logging. 2017 * w32font.c (w32font_list, w32font_match): Add logging.
2018 2018
2019 * w32uniscribe (uniscribe_list, uniscribe_match): Add logging. 2019 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
2020 2020
20212008-06-17 Chong Yidong <cyd@stupidchicken.com> 20212008-06-17 Chong Yidong <cyd@stupidchicken.com>
2022 2022