diff options
| author | Paul Eggert | 2012-05-30 23:51:43 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-05-30 23:51:43 -0700 |
| commit | ca34e0be92d5e715c5d65b990917d2ecd15da318 (patch) | |
| tree | a8aaa8817b83a5c1185f18fcd5c65c50b04f22ec /src/ChangeLog | |
| parent | efc00ab16e2890b75d7224434ac43fe944ade4dd (diff) | |
| download | emacs-ca34e0be92d5e715c5d65b990917d2ecd15da318.tar.gz emacs-ca34e0be92d5e715c5d65b990917d2ecd15da318.zip | |
Pacify gcc -Wdouble-precision when using Xaw.
* xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
[HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
Use 'float' consistently, rather than 'float' in most places
and 'double' in a couple of places.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8622adbf0ce..67c100600fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-05-31 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Pacify gcc -Wdouble-precision when using Xaw. | ||
| 4 | * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb) | ||
| 5 | [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]: | ||
| 6 | Use 'float' consistently, rather than 'float' in most places | ||
| 7 | and 'double' in a couple of places. | ||
| 8 | |||
| 1 | 2012-05-31 Eli Zaretskii <eliz@gnu.org> | 9 | 2012-05-31 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * xdisp.c (handle_stop): Detect whether we have overlay strings | 11 | * xdisp.c (handle_stop): Detect whether we have overlay strings |