aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPavel Janík2001-10-08 06:37:59 +0000
committerPavel Janík2001-10-08 06:37:59 +0000
commit01f67d2c303dcd8fd85a7f4359561a4d61249f7a (patch)
treec240bd1e78a47a1fb783f77d1a565d0072c512a0 /src/ChangeLog
parenta101302b066e5480b5b432ad660eb1db701b9627 (diff)
downloademacs-01f67d2c303dcd8fd85a7f4359561a4d61249f7a.tar.gz
emacs-01f67d2c303dcd8fd85a7f4359561a4d61249f7a.zip
USE_LUCID can be defined iff USE_X_TOOLKIT is defined.
(xm_scroll_callback) [USE_MOTIF]: Remove unused variable `percent'. (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Remove unused variable `sb'.
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 b9cfcabde29..493a7f61d42 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * lisp.h (init_window): Add prototype.
4
5 * editfns.c: Include ctype.h.
6
7 * xterm.c: USE_LUCID can be defined iff USE_X_TOOLKIT is defined.
8 (xm_scroll_callback) [USE_MOTIF]: Remove unused variable
9 `percent'.
10 (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Remove unused
11 variable `sb'.
12
3 * xfns.c (Fx_hide_tip): Fix typo in a doc string. 13 * xfns.c (Fx_hide_tip): Fix typo in a doc string.
4 (Fx_file_dialog) [USE_MOTIF]: Remove unused variables 14 (Fx_file_dialog) [USE_MOTIF]: Remove unused variables
5 `popup_activated_flag' and `title'. 15 `popup_activated_flag' and `title'.