diff options
author | Nick Clifton <nickc@redhat.com> | 2002-04-09 15:59:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-04-09 15:59:13 +0000 |
commit | 91eafb409b7bdf9462b9e5d0ba690c288814e979 (patch) | |
tree | 367c8e7c7a3eb6ac8da47d7c428aa0fbdfc6d721 /binutils/ChangeLog | |
parent | 4d0b1625bf03f05543445bd7d1aa581174f91a2c (diff) | |
download | gdb-91eafb409b7bdf9462b9e5d0ba690c288814e979.zip gdb-91eafb409b7bdf9462b9e5d0ba690c288814e979.tar.gz gdb-91eafb409b7bdf9462b9e5d0ba690c288814e979.tar.bz2 |
Don't add default dialog style when explicit style specified.
Print style even if it is 0.
Add testcase.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 299621d..7414ba1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -3,11 +3,14 @@ * rcparse.y: CLASS definitions in DIALOG resources are quoted. Fix typo in BEDIT warning. + Don't add default dialog style when explicit style specified. * rclex.l: "\xhex" encoding in strings corrected. "\a" escape (used for right justified key definitions in menus) is encodes as binary 8. + * resrc.c: Print style even if it is 0. + 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk> * resrc.c: print CLASS names in quotes |