diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9f8361153a1..3dbddc9b215 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2011-09-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Remove unused external symbols. | ||
| 4 | * dispextern.h (calc_pixel_width_or_height): Remove decl. | ||
| 5 | * xdisp.c (calc_pixel_width_or_height): Now static. | ||
| 6 | * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove. | ||
| 7 | * indent.c (check_display_width): | ||
| 8 | * w32term.c: Fix comment to match code. | ||
| 9 | * xterm.c, xterm.h (x_catching_errors): Remove. | ||
| 10 | |||
| 11 | 2011-09-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 12 | |||
| 13 | * xselect.c: Use signed conversions more consistently (Bug#9498). | ||
| 14 | (selection_data_to_lisp_data): Assume incoming selection data are | ||
| 15 | signed integers, not unsigned. This is to be consistent with | ||
| 16 | outgoing selection data, which was modified to use signed integers | ||
| 17 | in as part of the fix to Bug#9196 in response to Jan D.'s comment | ||
| 18 | in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11 | ||
| 19 | expects long, not unsigned long. | ||
| 20 | |||
| 1 | 2011-09-14 Eli Zaretskii <eliz@gnu.org> | 21 | 2011-09-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 22 | ||
| 3 | * xdisp.c (try_window_reusing_current_matrix): Fix incorrect | 23 | * xdisp.c (try_window_reusing_current_matrix): Fix incorrect |