* frame.c (DEFAULT_ROWS): Change default to 35.
* xfns.c (x_default_font_parameter): Change default XFT font to
monospace-10 (Bug#3643).
+2010-01-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * frame.c (DEFAULT_ROWS): Change default to 35.
+
+ * xfns.c (x_default_font_parameter): Change default XFT font to
+ monospace-10 (Bug#3643).
+
2010-01-29 Eli Zaretskii <eliz@gnu.org>
* w32inevt.c (key_event): Remove unnecessary comparison of
This function does not make the coordinates positive. */
-#define DEFAULT_ROWS 40
+#define DEFAULT_ROWS 35
#define DEFAULT_COLS 80
int
= {
#ifdef HAVE_XFT
/* This will find the normal Xft font. */
- "monospace-12",
+ "monospace-10",
#endif
"-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1",
"-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",