diff options
| author | Adrian Robert | 2009-02-02 12:33:07 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-02-02 12:33:07 +0000 |
| commit | d0a76a6eceb0b6f31d4d97e2f709543a863dc16d (patch) | |
| tree | ebf45c63e13c0b492d23db246a91a8e965b64c78 /src/ChangeLog | |
| parent | 5338a63986a6bc4e486c1ca2e3260586b6ce62f7 (diff) | |
| download | emacs-d0a76a6eceb0b6f31d4d97e2f709543a863dc16d.tar.gz emacs-d0a76a6eceb0b6f31d4d97e2f709543a863dc16d.zip | |
formatting in ChangeLog, wording change to comment in nsterm.m
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 5ff301544bd..36fe949e633 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,8 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30 | 3 | * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30 |
| 4 | XT,w32read_socket changes to ns_read_socket. | 4 | XT,w32read_socket changes to ns_read_socket. |
| 5 | |||
| 5 | * keyboard.c (handle_interrupt): Don't call | 6 | * keyboard.c (handle_interrupt): Don't call |
| 6 | quit_throw_to_read_char() under NS. | 7 | quit_throw_to_read_char() under NS. |
| 8 | |||
| 7 | * blockinput.h: Remove NS-specific code. | 9 | * blockinput.h: Remove NS-specific code. |
| 8 | 10 | ||
| 9 | 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu> | 11 | 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu> |