comparison src/ChangeLog @ 56298:31fffb8693e4

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 30 Jun 2004 19:36:36 +0000
parents 9f2593e56a2a
children 8cf62c3870a3
comparison
equal deleted inserted replaced
56297:345336794f57 56298:31fffb8693e4
1 2004-06-30 Stefan <monnier@iro.umontreal.ca>
2
3 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
4 (x_calc_absolute_position): Remove unused var `child'.
5
6 * xfaces.c (x_supports_face_attributes_p)
7 (Fdisplay_supports_face_attributes_p): YAILOM.
8 (tty_supports_face_attributes_p): Remove unused var `i'.
9
10 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
11 back_unibyte_ok.
12
13 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
14
15 * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
16
17 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
18
1 2004-06-30 Andreas Schwab <schwab@suse.de> 19 2004-06-30 Andreas Schwab <schwab@suse.de>
2 20
3 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES. 21 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
4 (Finit_image_library): Pass LIBRARIES through to 22 (Finit_image_library): Pass LIBRARIES through to
5 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix. 23 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.