aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-09-14 14:45:51 -0700
committerPaul Eggert2011-09-14 14:45:51 -0700
commit1c14176cfd92376a14e4dbce27eb0c6457d12061 (patch)
tree1a8d511c6ae27a0be4b7538838d52ae4a3015d71 /src/ChangeLog
parent3fe48822c39477d6e1b5fe566c00ccbb631cdb8e (diff)
downloademacs-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/ChangeLog10
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 @@
12011-09-14 Paul Eggert <eggert@cs.ucla.edu> 12011-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
112011-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