aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-06-24 01:07:34 +0000
committerJuanma Barranquero2008-06-24 01:07:34 +0000
commitf245f2c6109b9700d614937eb3a19cc24026fa15 (patch)
tree9f1a60b8fc58b396042e814b1ec3b3676936967c /src
parent540c2a333961e8758250e185e59ce59391b39b76 (diff)
downloademacs-f245f2c6109b9700d614937eb3a19cc24026fa15.tar.gz
emacs-f245f2c6109b9700d614937eb3a19cc24026fa15.zip
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 2a496a41a45..5c2501800fe 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,9 @@
12008-06-23 Jason Rumney <jasonr@gnu.org> 12008-06-23 Jason Rumney <jasonr@gnu.org>
2 2
3 * w32term.c (x_draw_glyph_string_background) 3 * w32term.c (x_draw_glyph_string_background)
4 (x_draw_glyph_string): Remove old bdf font code. 4 (x_draw_glyph_string): Remove old bdf font code.
5 5
6 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove. 6 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
7 7
82008-06-22 Kenichi Handa <handa@m17n.org> 82008-06-22 Kenichi Handa <handa@m17n.org>
9 9
@@ -11,7 +11,7 @@
11 the property of LFACE_FONT of LFACE (if any). 11 the property of LFACE_FONT of LFACE (if any).
12 12
132008-06-21 Seiji Zenitani <zenitani@mac.com> 132008-06-21 Seiji Zenitani <zenitani@mac.com>
14 Ryo Yoshitake <ryo@shiftmode.net> 14 Ryo Yoshitake <ryo@shiftmode.net>
15 15
16 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437. 16 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
17 17
@@ -144,8 +144,7 @@
144 144
1452008-06-18 Andreas Schwab <schwab@suse.de> 1452008-06-18 Andreas Schwab <schwab@suse.de>
146 146
147 * font.c (Ffont_face_attributes): Only define if 147 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
148 HAVE_WINDOW_SYSTEM.
149 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM. 148 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
150 149
1512008-06-18 Jason Rumney <jasonr@gnu.org> 1502008-06-18 Jason Rumney <jasonr@gnu.org>
@@ -167,8 +166,7 @@
167 166
1682008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change) 1672008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
169 168
170 * fontset.c (fontset_pattern_regexp): Escape some reg-expr 169 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
171 characters.
172 170
1732008-06-16 Juanma Barranquero <lekktu@gmail.com> 1712008-06-16 Juanma Barranquero <lekktu@gmail.com>
174 172
@@ -1755,7 +1753,7 @@
1755 (w32font_driver): Adjusted for the change of struct font_driver. 1753 (w32font_driver): Adjusted for the change of struct font_driver.
1756 1754
1757 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND 1755 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
1758 conditionals. Don't check enable_font_backend. Surround non-used 1756 conditionals. Don't check enable_font_backend. Surround non-used
1759 code by "#ifdef OLD_FONT" and "endif". 1757 code by "#ifdef OLD_FONT" and "endif".
1760 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT) 1758 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
1761 (FONT_AVG_WIDTH): Adjusted for the change of struct font. 1759 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
@@ -7312,8 +7310,8 @@
7312 7310
73132008-02-01 Dave Love <fx@gnu.org> 73112008-02-01 Dave Love <fx@gnu.org>
7314 7312
7315 * xterm.c (XTread_socket): Fix changes for defined keysyms. Add 7313 * xterm.c (XTread_socket): Fix changes for defined keysyms.
7316 XK_ISO... case. 7314 Add XK_ISO... case.
7317 (xaw_scroll_callback): Revert last change. 7315 (xaw_scroll_callback): Revert last change.
7318 7316
73192008-02-01 Kenichi Handa <handa@m17n.org> 73172008-02-01 Kenichi Handa <handa@m17n.org>