diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-06 21:16:37 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-06 21:16:37 -0700 |
commit | 81eafe297773904d0a532328d27d658dde29be99 (patch) | |
tree | 412f40ac51529b1bfc17d8ffcc18310e94c17fd3 /etc | |
parent | a54e348216bc8154cafad25ab2edf02fde463204 (diff) | |
download | emacs-81eafe297773904d0a532328d27d658dde29be99.tar.gz |
[ChangeLog]
* configure.in: Add --with-wide-int.
* INSTALL: Mention this.
[etc/ChangeLog]
* NEWS: Mention new configure option --with-wide-int.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 4586628e296..0dba10468f1 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2011-06-07 Paul Eggert <eggert@cs.ucla.edu> + + * NEWS: Mention new configure option --with-wide-int. + 2011-05-24 Leo Liu <sdl.web@gmail.com> * NEWS: Mention the new primitive sha1 and the removal of sha1.el. @@ -47,6 +47,9 @@ also depend on Gtk+. You can disable them with --without-rsvg and This is only useful for Emacs developers to debug certain types of bugs. This is not a new feature; only the configure flag is new. +** There is a new configure option --with-wide-int. +With it, Emacs integers typically have 62 bits, even on 32-bit machines. + --- ** New translation of the Emacs Tutorial in Hebrew is available. Type `C-u C-h t' to choose it in case your language setup doesn't |