diff options
| author | Juanma Barranquero | 2010-08-23 12:28:12 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-08-23 12:28:12 +0200 |
| commit | 692f3ddcd0a7031794e39bab76a5cce0c4c4990c (patch) | |
| tree | 05d6523fa356e402f97f11b7f48b629d49e11840 /src | |
| parent | 1a140747113353609a6377b9159bb25e7f518c08 (diff) | |
| download | emacs-692f3ddcd0a7031794e39bab76a5cce0c4c4990c.tar.gz emacs-692f3ddcd0a7031794e39bab76a5cce0c4c4990c.zip | |
src/ChangeLog: Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 624cddb6fa7..2dc16c154a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -27,10 +27,10 @@ | |||
| 27 | * doc.c (Fsnarf_documentation): Initialize skip_file before | 27 | * doc.c (Fsnarf_documentation): Initialize skip_file before |
| 28 | build-files test. | 28 | build-files test. |
| 29 | 29 | ||
| 30 | 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change) | 30 | 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change) |
| 31 | 31 | ||
| 32 | * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New | 32 | * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): |
| 33 | definitions. | 33 | New definitions. |
| 34 | (HAVE_TERMIO): Remove. | 34 | (HAVE_TERMIO): Remove. |
| 35 | 35 | ||
| 36 | 2010-08-22 Eli Zaretskii <eliz@gnu.org> | 36 | 2010-08-22 Eli Zaretskii <eliz@gnu.org> |
| @@ -486,10 +486,10 @@ | |||
| 486 | 486 | ||
| 487 | 2010-08-08 Kenichi Handa <handa@m17n.org> | 487 | 2010-08-08 Kenichi Handa <handa@m17n.org> |
| 488 | 488 | ||
| 489 | * charset.c: Include <stdlib.h> | 489 | * charset.c: Include <stdlib.h>. |
| 490 | (struct charset_sort_data): New struct. | 490 | (struct charset_sort_data): New struct. |
| 491 | (charset_compare): New function. | 491 | (charset_compare): New function. |
| 492 | (Fsort_charsets): New funciton. | 492 | (Fsort_charsets): New function. |
| 493 | (syms_of_charset): Declare Fsort_charsets as a Lisp function. | 493 | (syms_of_charset): Declare Fsort_charsets as a Lisp function. |
| 494 | 494 | ||
| 495 | * coding.c (decode_coding_iso_2022): Fix checking of dimension | 495 | * coding.c (decode_coding_iso_2022): Fix checking of dimension |