diff options
| author | Jason Rumney | 2008-01-17 15:23:38 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-01-17 15:23:38 +0000 |
| commit | d616968003b11307a17d0995f9d6bfbe12b6c51c (patch) | |
| tree | 62fafd7a514afa911efa6ec990a2add7c669e653 /src/ChangeLog | |
| parent | 5ba43af2c2aa0653a6a0f3413b9e35cd16ccb7be (diff) | |
| download | emacs-d616968003b11307a17d0995f9d6bfbe12b6c51c.tar.gz emacs-d616968003b11307a17d0995f9d6bfbe12b6c51c.zip | |
(handle_one_xevent): Revert to counting chars not bytes.
(XTread_socket): Clarify what return value is counting in comment.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a2cb8c490a6..b28c1d9ac05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-01-17 Jason Rumney <jasonr@gnu.org> | 1 | 2008-01-17 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (handle_one_xevent): Revert to counting chars not bytes. | ||
| 4 | |||
| 3 | * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside | 5 | * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside |
| 4 | the unicode range available in MULE by locale-coding-system. | 6 | the unicode range available in MULE by locale-coding-system. |
| 5 | Improve dbcs lead byte detection. Set event timestamp and modifiers | 7 | Improve dbcs lead byte detection. Set event timestamp and modifiers |