aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-02 12:12:21 +0300
committerEli Zaretskii2010-04-02 12:12:21 +0300
commit52f4d8d5bbb3995601a77ee76a214e159132483b (patch)
tree0f13c3dbc55bbe7b758a4d5d39b5b2f2061ed90b
parent42a2c62292ca811bbca455ef738fcde861644d53 (diff)
downloademacs-52f4d8d5bbb3995601a77ee76a214e159132483b.tar.gz
emacs-52f4d8d5bbb3995601a77ee76a214e159132483b.zip
Fix typos and formatting in ChangeLog entries.
-rw-r--r--admin/ChangeLog2
-rw-r--r--src/ChangeLog11
2 files changed, 7 insertions, 6 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index f39b26de7f3..cf96d99d3b1 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,6 +1,6 @@
12010-04-01 Eli Zaretskii <eliz@gnu.org> 12010-04-01 Eli Zaretskii <eliz@gnu.org>
2 2
3 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, o longer used. 3 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
4 4
52010-03-10 Chong Yidong <cyd@stupidchicken.com> 52010-03-10 Chong Yidong <cyd@stupidchicken.com>
6 6
diff --git a/src/ChangeLog b/src/ChangeLog
index cd8eac76a3a..8859a10ad7a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -36,13 +36,12 @@
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):
@@ -50,6 +49,8 @@
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__.
52 51
522010-04-01 Eli Zaretskii <eliz@gnu.org>
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)