diff options
| author | Paul Eggert | 2011-06-03 11:28:20 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-03 11:28:20 -0700 |
| commit | b447c159a98ef4b4a928373123b7f73a4ad7a22f (patch) | |
| tree | 3543136290b2d0b9f67b50034ce6ab601049c0f5 /src/ChangeLog | |
| parent | 9ca05932715b387d963f7dd490a2b78a67ad200a (diff) | |
| parent | 47de45b793c19b81914434b12476d3e6b5e9342e (diff) | |
| download | emacs-b447c159a98ef4b4a928373123b7f73a4ad7a22f.tar.gz emacs-b447c159a98ef4b4a928373123b7f73a4ad7a22f.zip | |
* lisp.h (WIDE_EMACS_INT): Now defaults to 1.
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 2b81f66d8b6..490f5428e3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * lisp.h (WIDE_EMACS_INT): Now defaults to 1. | ||
| 4 | |||
| 3 | * xselect.c: Use 'unsigned' more consistently. | 5 | * xselect.c: Use 'unsigned' more consistently. |
| 4 | (selection_data_to_lisp_data, lisp_data_to_selection_data): | 6 | (selection_data_to_lisp_data, lisp_data_to_selection_data): |
| 5 | Use 'unsigned' consistently when computing sizes of unsigned objects. | 7 | Use 'unsigned' consistently when computing sizes of unsigned objects. |