comparison src/ChangeLog @ 1094:4f4c898836ab

[xemacs-hg @ 2002-11-11 15:34:11 by stephent] crash message <87of8wyy85.fsf@tleepslib.sk.tsukuba.ac.jp> nas 1.6 <87isz4yy0o.fsf@tleepslib.sk.tsukuba.ac.jp> warning fixes <87el9syvg4.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 11 Nov 2002 15:34:13 +0000
parents 9d75b4fe084c
children 8b464283e891
comparison
equal deleted inserted replaced
1093:be6f88260aa4 1094:4f4c898836ab
1 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * emacs.c (shut_down_emacs): Improve crash message.
4
5 2002-10-17 Raymond Toy <toy@rtp.ericsson.se>
6
7 * nas.c: Update for NAS 1.6 and later, from Jon Trulson. Was
8 using the NAS private array SoundFileInfo that no longer exists in
9 NAS 1.6 and later. Preserve backward compatibility with NAS 1.5a
10 and earlier. This is broken for some versions between 1.5a and
11 1.5f.
12
13 2002-10-20 Stephen Turnbull <steve@tleepslib1>
14
15 * ExternalClient.c (externalClientRealize): Suppress "unused" warning.
16
17 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
18
19 * extw-Xt.c (isMine): Suppress signed-unsigned compare warning.
20
21 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
22
23 * mule-canna.c (Fcanna_touroku_string):
24 (Fcanna_change_mode):
25 (Fcanna_do_function):
26 Fix "unused variable" warnings.
27
28 2002-10-18 Stephen Turnbull <stephen@xemacs.org>
29
30 * event-Xt.c (enqueue_focus_event): Prototype it.
31
1 2002-10-24 Andy Piper <andy@xemacs.org> 32 2002-10-24 Andy Piper <andy@xemacs.org>
2 33
3 * glyphs-widget.c (layout_query_geometry): add in fiddle 34 * glyphs-widget.c (layout_query_geometry): add in fiddle
4 factor. Include border text in width layout calculation. 35 factor. Include border text in width layout calculation.
5 (layout_layout): use BORDER_FIDDLE_FACTOR instead of 10. 36 (layout_layout): use BORDER_FIDDLE_FACTOR instead of 10.