diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-07-31 15:53:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-07-31 15:53:23 +0000 |
commit | e42872a2e82d38623223495e5fdbaa31dacd2a80 (patch) | |
tree | 461fb7eea5804d2ac294be2860a60e95fe752e48 /binutils/ChangeLog | |
parent | 13eb6306e714d658344024d3e87600427517624a (diff) | |
download | gdb-e42872a2e82d38623223495e5fdbaa31dacd2a80.zip gdb-e42872a2e82d38623223495e5fdbaa31dacd2a80.tar.gz gdb-e42872a2e82d38623223495e5fdbaa31dacd2a80.tar.bz2 |
From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>:
* rcparse.y (dialog): Default menu and class to be named.
(styles): If FONT is seen, set DS_SETFONT in dialog style.
* resbin.c (res_to_bin_dialog): Correct computation of font
information length.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e317514..2d28676 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +Thu Jul 31 11:51:35 1997 Ian Lance Taylor <ian@cygnus.com> + + From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>: + * rcparse.y (dialog): Default menu and class to be named. + (styles): If FONT is seen, set DS_SETFONT in dialog style. + * resbin.c (res_to_bin_dialog): Correct computation of font + information length. + Wed Jul 30 11:21:06 1997 Ian Lance Taylor <ian@cygnus.com> From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>: |