comparison src/ChangeLog @ 107743:155a24f82f81

Fix typos and formatting in ChangeLog entries.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Apr 2010 12:12:21 +0300
parents 912a8c0c9a8a
children ede3c4156432
comparison
equal deleted inserted replaced
107737:912a8c0c9a8a 107743:155a24f82f81
34 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility. 34 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
35 * s/msdos.h: 35 * s/msdos.h:
36 * unexec.c (make_hdr, copy_text_and_data): 36 * unexec.c (make_hdr, copy_text_and_data):
37 * sysdep.c (wait_for_termination, sys_subshell): 37 * sysdep.c (wait_for_termination, sys_subshell):
38 * msdos.c (dos_set_window_size, msdos_set_cursor_shape) 38 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
39 (IT_set_terminal_modes): 39 (IT_set_terminal_modes, __write, _rename, gethostname)
40 (__write, _rename, gethostname, gettimeofday, alarm, fork, kill) 40 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
41 (dos_ttraw, dos_ttcooked, run_msdos_command, abort): Remove DJGPP 41 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
42 v1.x code and tests of the value of __DJGPP__. 42 the value of __DJGPP__.
43 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x 43 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
44 compatibility code. 44 compatibility code.
45
46 * lread.c: 45 * lread.c:
47 * gmalloc.c (memalign): 46 * gmalloc.c (memalign):
48 * fileio.c (Fcopy_file, check_executable, Ffile_modes): 47 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
49 * emacs.c (main): 48 * emacs.c (main):
50 * dosfns.c (init_dosfns): 49 * dosfns.c (init_dosfns):
51 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__. 50 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
51
52 2010-04-01 Eli Zaretskii <eliz@gnu.org>
52 53
53 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the 54 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
54 string with `cursor' property comes from an `after-string' 55 string with `cursor' property comes from an `after-string'
55 overlay. (Bug#5816) 56 overlay. (Bug#5816)
56 57