diff options
| author | Stefan Kangas | 2020-10-02 17:56:41 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-03 12:53:51 +0200 |
| commit | ceae38b9338ea07b18b2d2efa07bcf304d40c23d (patch) | |
| tree | 3aca6458654c798933cad21f07a823f33e310cdb /src/ChangeLog.8 | |
| parent | d22fe0ec3a321ea222ad2f25c52c7eddea4375df (diff) | |
| download | emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.tar.gz emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.zip | |
; Fix trivial typos in ChangeLogs
Diffstat (limited to 'src/ChangeLog.8')
| -rw-r--r-- | src/ChangeLog.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 17522e450f0..c7b99a443d5 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -1572,7 +1572,7 @@ | |||
| 1572 | (wait_reading_process_input): Use emacs_strerror, not strerror. | 1572 | (wait_reading_process_input): Use emacs_strerror, not strerror. |
| 1573 | 1573 | ||
| 1574 | * process.c (status_message, sigchld_handler): Synchronize locale, | 1574 | * process.c (status_message, sigchld_handler): Synchronize locale, |
| 1575 | then use strsignal istead of sys_siglist. | 1575 | then use strsignal instead of sys_siglist. |
| 1576 | * w32proc.c (sys_wait): Likewise. | 1576 | * w32proc.c (sys_wait): Likewise. |
| 1577 | 1577 | ||
| 1578 | * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h: | 1578 | * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h: |
| @@ -7560,7 +7560,7 @@ | |||
| 7560 | (recompute_basic_faces): Realize basic faces only if face cache is | 7560 | (recompute_basic_faces): Realize basic faces only if face cache is |
| 7561 | allocated, i.e. after init_frame_faces has been called. | 7561 | allocated, i.e. after init_frame_faces has been called. |
| 7562 | 7562 | ||
| 7563 | * frame.c (make_frame): Initialze face cache with null. | 7563 | * frame.c (make_frame): Initialize face cache with null. |
| 7564 | 7564 | ||
| 7565 | * xfaces.c (same_size_fonts): Remove. | 7565 | * xfaces.c (same_size_fonts): Remove. |
| 7566 | 7566 | ||
| @@ -9810,7 +9810,7 @@ | |||
| 9810 | 1997-10-13 Gerd Moellmann <gerd@acm.org> | 9810 | 1997-10-13 Gerd Moellmann <gerd@acm.org> |
| 9811 | 9811 | ||
| 9812 | * xdisp.c (redisplay_window): Use available current matrix to | 9812 | * xdisp.c (redisplay_window): Use available current matrix to |
| 9813 | skip faster when only point is moved withing the window. | 9813 | skip faster when only point is moved within the window. |
| 9814 | 9814 | ||
| 9815 | * intervals.c: Include stdio.h. | 9815 | * intervals.c: Include stdio.h. |
| 9816 | (find_interval): Trace to stderr to catch some nasty error | 9816 | (find_interval): Trace to stderr to catch some nasty error |
| @@ -9859,7 +9859,7 @@ | |||
| 9859 | * emacs.c: FreeBSD headers for profiling removed. | 9859 | * emacs.c: FreeBSD headers for profiling removed. |
| 9860 | 9860 | ||
| 9861 | * dispnew.c (direct_output_for_insert): Don't use PT-1 for | 9861 | * dispnew.c (direct_output_for_insert): Don't use PT-1 for |
| 9862 | display cursor, use DEC_POS instread. | 9862 | display cursor, use DEC_POS instead. |
| 9863 | 9863 | ||
| 9864 | * xfaces.c (load_font): Use x_load_font to load fonts so that | 9864 | * xfaces.c (load_font): Use x_load_font to load fonts so that |
| 9865 | all fonts are in the font table. | 9865 | all fonts are in the font table. |
| @@ -11940,7 +11940,7 @@ | |||
| 11940 | This avoids a conflict with a system header file paths.h on GNU/Linux. | 11940 | This avoids a conflict with a system header file paths.h on GNU/Linux. |
| 11941 | 11941 | ||
| 11942 | * callproc.c, lread.c, w32fns.c, xfns.c, xrdb.c: | 11942 | * callproc.c, lread.c, w32fns.c, xfns.c, xrdb.c: |
| 11943 | Use epaths.h istead of paths.h. | 11943 | Use epaths.h instead of paths.h. |
| 11944 | 11944 | ||
| 11945 | 1999-02-26 Andreas Schwab <schwab@gnu.org> | 11945 | 1999-02-26 Andreas Schwab <schwab@gnu.org> |
| 11946 | 11946 | ||