diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 952f9d7e6e8..be2c5824f51 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * process.c (make_process): Initialize pty_flag to Qnil instead of 0 | ||
| 4 | as it is not a bit field on Emacs 22 yet. | ||
| 5 | |||
| 6 | * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area. | ||
| 7 | |||
| 8 | 2007-12-22 Eli Zaretskii <eliz@gnu.org> | ||
| 9 | |||
| 10 | * callint.c (syms_of_callint) <command-history>: Add reference to | ||
| 11 | history-length in the doc string. | ||
| 12 | |||
| 13 | 2007-12-17 Jason Rumney <jasonr@gnu.org> | ||
| 14 | |||
| 15 | * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned | ||
| 16 | before passing as wParam. | ||
| 17 | |||
| 1 | 2007-12-22 Michael Albinus <michael.albinus@gmx.de> | 18 | 2007-12-22 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 19 | ||
| 3 | * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE, | 20 | * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE, |