Allow two to five parameter in FONT statement of DIALOGEX resources.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index f1fab3fb57fbe8b1ef561bc7c8425cff8446d641..347bb4b757beff433edb76fb907dbfba31ae5e21 100644 (file)
@@ -1,10 +1,42 @@
+2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * resrc.c (write_rc_dialog): If charset is non-default value
+       display all of the DIALOGEX parameters.
+
+2002-04-15  Eric Kohl <ekohl@rz-online.de>
+
+       * rcparse.y: Allow two to five parameter in FONT statement of 
+       DIALOGEX resources.
+       * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
+       resource data.
+        (res_to_bin_dialog): Likewise.
+       * windres.h: Added misssing charset variable to dialog_ex
+       structure.
+
+2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * rcparse.y: Set MEMFLAG_PURE by default.
+
 2002-04-09  Bernd Herd <info@herdsoft.com>
 
        * rcparse.y: CLASS definitions in DIALOG resources 
        are quoted.
        Fix typo in BEDIT warning.
+       Don't add default dialog style when explicit style specified.
+       Add WS_CAPTION dialog style if CAPTION is specified.
+
+       * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
+       (handle_quotes) "\a" escape (used for right justified key
+       definitions in menus) is encodes as binary 8.
+
+       * resrc.c (write_rc_dialog): Print style even if it is 0.
+       (write_rc_directory): Fix overlooked sublang shift bug.
+       (bin_to_res_dialog): Don't print empty dialog caption.
+
+       * resbin.c (bin_to_res_dialog): Use signature to identify
+       DIALOGEX.
 
-       * rclex.l: "\xhex" encoding in strings corrected.
+       * windres.c (main): Set default LANGUAGE to english/us.
 
 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
 
This page took 0.024427 seconds and 4 git commands to generate.