comparison src/ChangeLog @ 109959:43db1ab5d28c

src/ChangeLog: Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 23 Aug 2010 12:28:12 +0200
parents 083f3bd6ac6e
children 25b9c8c975be
comparison
equal deleted inserted replaced
109958:73a3403135d5 109959:43db1ab5d28c
25 2010-08-22 Jan Djärv <jan.h.d@swipnet.se> 25 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
26 26
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>
37 37
38 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h. 38 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
484 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty): 484 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
485 * buffer.c (defvar_per_buffer): Use const. 485 * buffer.c (defvar_per_buffer): Use const.
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
496 number in CTEXT extended segment. 496 number in CTEXT extended segment.
497 497