diff options
| author | Miles Bader | 2007-12-28 22:26:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-28 22:26:14 +0000 |
| commit | b17f53abc28496125965f36147b76ea5f6a2b4fb (patch) | |
| tree | 4293e53692f304327ba689dfeea32d1b0b5bc12a /src/ChangeLog | |
| parent | 2e5093251c8e63f4546ffc30182dd4015e9a58fd (diff) | |
| parent | ea7ac2eb953bf3c30670e60cb00a9fca611b38b7 (diff) | |
| download | emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.tar.gz emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
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, |