diff options
| author | Paul Eggert | 2011-09-14 14:45:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-14 14:45:51 -0700 |
| commit | 1c14176cfd92376a14e4dbce27eb0c6457d12061 (patch) | |
| tree | 1a8d511c6ae27a0be4b7538838d52ae4a3015d71 /src/ChangeLog | |
| parent | 3fe48822c39477d6e1b5fe566c00ccbb631cdb8e (diff) | |
| download | emacs-1c14176cfd92376a14e4dbce27eb0c6457d12061.tar.gz emacs-1c14176cfd92376a14e4dbce27eb0c6457d12061.zip | |
Remove unused external symbols.
* dispextern.h (calc_pixel_width_or_height): Remove decl.
* xdisp.c (calc_pixel_width_or_height): Now static.
* doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
* indent.c (check_display_width):
* w32term.c: Fix comment to match code.
* xterm.c, xterm.h (x_catching_errors): Remove.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fd3de54c3e9..3dbddc9b215 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2011-09-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-09-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 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 | |||
| 3 | * xselect.c: Use signed conversions more consistently (Bug#9498). | 13 | * xselect.c: Use signed conversions more consistently (Bug#9498). |
| 4 | (selection_data_to_lisp_data): Assume incoming selection data are | 14 | (selection_data_to_lisp_data): Assume incoming selection data are |
| 5 | signed integers, not unsigned. This is to be consistent with | 15 | signed integers, not unsigned. This is to be consistent with |