diff options
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 b9cfcabde29..493a7f61d42 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-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'. |