diff options
| author | Paul Eggert | 2011-07-10 23:05:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-10 23:05:57 -0700 |
| commit | da85a02af7585384008d3ebec836a7b8571f175d (patch) | |
| tree | e6d4f34119ea1c45985eaed207ef6b47f650ea93 /lib-src/ChangeLog | |
| parent | 7f5515125fbc9b46454e1f84b7e3052a0a5326f0 (diff) | |
| parent | 4d45a8b7a237e1d33d0ae71d95a0ed7165ea6cda (diff) | |
| download | emacs-da85a02af7585384008d3ebec836a7b8571f175d.tar.gz emacs-da85a02af7585384008d3ebec836a7b8571f175d.zip | |
Merge from trunk.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5d95ec74277..04d0828a8ab 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-07-06 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Assume freestanding C89 headers, string.h, stdlib.h. | 3 | Assume freestanding C89 headers, string.h, stdlib.h. |
| 4 | * ebrowse.c: Include stdlib.h unconditionally. | 4 | * ebrowse.c: Include stdlib.h unconditionally. |
| @@ -11,6 +11,10 @@ | |||
| 11 | Assume support for memcmp, memcpy, memmove, memset. | 11 | Assume support for memcmp, memcpy, memmove, memset. |
| 12 | * etags.c (absolute_filename): Assume memmove exists. | 12 | * etags.c (absolute_filename): Assume memmove exists. |
| 13 | 13 | ||
| 14 | 2011-07-09 Andreas Schwab <schwab@linux-m68k.org> | ||
| 15 | |||
| 16 | * update-game-score.c (usage): Update usage line. | ||
| 17 | |||
| 14 | 2011-07-02 Jason Rumney <jasonr@gnu.org> | 18 | 2011-07-02 Jason Rumney <jasonr@gnu.org> |
| 15 | 19 | ||
| 16 | * emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on | 20 | * emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on |