+2008-06-04 Joakim Verona <joakim@verona.se>
+
+ * window.h (struct window): Add new member window_parameters.
+
+ * window.c (Fwindow_parameters, Fwindow_parameter)
+ (Fset_window_parameter): New defuns.
+ (syms_of_window): Defsubr the new defuns.
+ (make_window): Initialize window_parameters to nil.
+
2008-06-04 John Paul Wallington <jpw@pobox.com>
* eval.c (Fdefmacro): Doc fix.
2008-06-01 Jason Rumney <jasonr@gnu.org>
- * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
- Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
- Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
- Don't add empty script list.
- (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
+ * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
+ Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
+ Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
+ Don't add empty script list.
+ (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
proportionally. */
Lisp_Object resize_proportionally;
- /* Original window height and top before mini-window was
- enlarged. */
+ /* Original window height and top before mini-window was enlarged. */
Lisp_Object orig_total_lines, orig_top_line;
+ /* An alist with parameteres. */
+ Lisp_Object window_parameters;
+
/* No Lisp data may follow below this point without changing
mark_object in alloc.c. The member current_matrix must be the
first non-Lisp member. */