diff options
| author | Juanma Barranquero | 2008-10-27 00:20:04 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-10-27 00:20:04 +0000 |
| commit | f9bd0df9c85f32b0b8c4c34f242cd4f550863fad (patch) | |
| tree | deeebe4c60aff4cdc646de8009f4d8e8100b075d /src | |
| parent | 5790ef40bae85dc23ae404098198879106057697 (diff) | |
| download | emacs-f9bd0df9c85f32b0b8c4c34f242cd4f550863fad.tar.gz emacs-f9bd0df9c85f32b0b8c4c34f242cd4f550863fad.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f86b94ed7d8..4de35db502f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2008-10-26 Romain Francoise <romain@orebokech.com> | 1 | 2008-10-26 Romain Francoise <romain@orebokech.com> |
| 2 | 2 | ||
| 3 | * emacs.c (daemon_pipe): New variable | 3 | * emacs.c (daemon_pipe): New variable. |
| 4 | (main): Create a pipe before forking, make the parent exit only after | 4 | (main): Create a pipe before forking, make the parent exit only after |
| 5 | the child has closed its end of the pipe. Move closing the | 5 | the child has closed its end of the pipe. Move closing the |
| 6 | descriptors ... | 6 | descriptors ... |
| @@ -39,7 +39,7 @@ | |||
| 39 | (ftfont_otf_capability): Check FeatureList.FeatureCount before | 39 | (ftfont_otf_capability): Check FeatureList.FeatureCount before |
| 40 | calling ftfont_otf_features. | 40 | calling ftfont_otf_features. |
| 41 | 41 | ||
| 42 | 2008-10-23 Kenichi Handa <handa@m17n.org> | 42 | 2008-10-24 Kenichi Handa <handa@m17n.org> |
| 43 | 43 | ||
| 44 | * font.c (font_match_p): Fix for the case that a vector of | 44 | * font.c (font_match_p): Fix for the case that a vector of |
| 45 | characters is in script-representative-chars. | 45 | characters is in script-representative-chars. |
| @@ -52,7 +52,7 @@ | |||
| 52 | (all): Replace xsignal1, xsignal2, xsignal3 by the respective | 52 | (all): Replace xsignal1, xsignal2, xsignal3 by the respective |
| 53 | macro. (Bug#1186). | 53 | macro. (Bug#1186). |
| 54 | 54 | ||
| 55 | 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change) | 55 | 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change) |
| 56 | 56 | ||
| 57 | * s/sol2-10.h: New file. | 57 | * s/sol2-10.h: New file. |
| 58 | 58 | ||