aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-06-24 01:07:34 +0000
committerJuanma Barranquero <[email protected]>2008-06-24 01:07:34 +0000
commitf245f2c6109b9700d614937eb3a19cc24026fa15 (patch)
tree9f1a60b8fc58b396042e814b1ec3b3676936967c /src
parent540c2a333961e8758250e185e59ce59391b39b76 (diff)
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2a496a41a4..5c2501800f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,9 @@
2008-06-23 Jason Rumney <[email protected]>
- * w32term.c (x_draw_glyph_string_background)
- (x_draw_glyph_string): Remove old bdf font code.
+ * w32term.c (x_draw_glyph_string_background)
+ (x_draw_glyph_string): Remove old bdf font code.
- * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
+ * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
2008-06-22 Kenichi Handa <[email protected]>
@@ -11,7 +11,7 @@
the property of LFACE_FONT of LFACE (if any).
2008-06-21 Seiji Zenitani <[email protected]>
- Ryo Yoshitake <[email protected]>
+ Ryo Yoshitake <[email protected]>
* xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
@@ -144,8 +144,7 @@
2008-06-18 Andreas Schwab <[email protected]>
- * font.c (Ffont_face_attributes): Only define if
- HAVE_WINDOW_SYSTEM.
+ * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
(syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
2008-06-18 Jason Rumney <[email protected]>
@@ -167,8 +166,7 @@
2008-06-17 Naohiro Aota <[email protected]> (tiny change)
- * fontset.c (fontset_pattern_regexp): Escape some reg-expr
- characters.
+ * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
2008-06-16 Juanma Barranquero <[email protected]>
@@ -1755,7 +1753,7 @@
(w32font_driver): Adjusted for the change of struct font_driver.
* w32term.h: Throughout the file, delete all USE_FONT_BACKEND
- conditionals. Don't check enable_font_backend. Surround non-used
+ conditionals. Don't check enable_font_backend. Surround non-used
code by "#ifdef OLD_FONT" and "endif".
(FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
(FONT_AVG_WIDTH): Adjusted for the change of struct font.
@@ -7312,8 +7310,8 @@
2008-02-01 Dave Love <[email protected]>
- * xterm.c (XTread_socket): Fix changes for defined keysyms. Add
- XK_ISO... case.
+ * xterm.c (XTread_socket): Fix changes for defined keysyms.
+ Add XK_ISO... case.
(xaw_scroll_callback): Revert last change.
2008-02-01 Kenichi Handa <[email protected]>