diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b845eeb3ceb..3a6fb718e41 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-10-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * cygw32.c (Fcygwin_convert_path_to_windows) | ||
| 4 | (Fcygwin_convert_path_from_windows): Use EQ to compare 2 | ||
| 5 | Lisp_Object values. (Bug#12661) | ||
| 6 | |||
| 7 | * w32fns.c (w32_msg_pump): Use XIL instead of casting an integer | ||
| 8 | to Lisp_Object. (Bug#12661) | ||
| 9 | |||
| 1 | 2012-10-17 Kenichi Handa <handa@gnu.org> | 10 | 2012-10-17 Kenichi Handa <handa@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (reseat_1): Make the information stored in it->cmp_it | 12 | * xdisp.c (reseat_1): Make the information stored in it->cmp_it |