aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2008-12-10 10:44:34 +0000
committerJuanma Barranquero2008-12-10 10:44:34 +0000
commit2ae37cf085e484ff4e9037eff9f5a88f7e76b447 (patch)
tree93069ad72e993459ad0bb30602d1a33c2455a506 /src/ChangeLog
parenta512e1a23400ab25b8ee64566001cc3d24aa81cd (diff)
downloademacs-2ae37cf085e484ff4e9037eff9f5a88f7e76b447.tar.gz
emacs-2ae37cf085e484ff4e9037eff9f5a88f7e76b447.zip
Fix typos.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a68f44d6c22..b6f7178e5fa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
12008-12-10 Kenichi Handa <handa@m17n.org> 12008-12-10 Kenichi Handa <handa@m17n.org>
2 2
3 * ftfont.c (fc_charset_table): Add "unicode-sip". 3 * ftfont.c (fc_charset_table): Add "unicode-sip".
4 (ftfont_spec_pattern): Lookup fc_charset_table for the regisry 4 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
5 Qunicode_sip. 5 Qunicode_sip.
6 6
72008-12-10 Juanma Barranquero <lekktu@gmail.com> 72008-12-10 Juanma Barranquero <lekktu@gmail.com>
@@ -209,8 +209,7 @@
209 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of 209 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
210 Funify_charset. 210 Funify_charset.
211 211
212 * charset.h (enum charset_method): Delete 212 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
213 CHARSET_METHOD_MAP_DEFERRED.
214 (DECODE_CHAR): Check if the decoder vector is ready. 213 (DECODE_CHAR): Check if the decoder vector is ready.
215 (ENCODE_CHAR): Check if the encoder char-table is ready. 214 (ENCODE_CHAR): Check if the encoder char-table is ready.
216 (maybe_unify_char): Extern it. 215 (maybe_unify_char): Extern it.
@@ -405,8 +404,7 @@
405 404
4062008-11-10 Kenichi Handa <handa@m17n.org> 4052008-11-10 Kenichi Handa <handa@m17n.org>
407 406
408 * character.c (Fget_byte): Fix and make it faster for unibyte 407 * character.c (Fget_byte): Fix and make it faster for unibyte target.
409 target.
410 408
4112008-11-08 Chong Yidong <cyd@stupidchicken.com> 4092008-11-08 Chong Yidong <cyd@stupidchicken.com>
412 410
@@ -709,7 +707,7 @@
7092008-10-21 Jan Djärv <jan.h.d@swipnet.se> 7072008-10-21 Jan Djärv <jan.h.d@swipnet.se>
710 708
711 * emacs.c (main): Unconditionally set PER_LINUX32 and exec 709 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
712 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined 710 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
713 711
7142008-10-21 Kenichi Handa <handa@m17n.org> 7122008-10-21 Kenichi Handa <handa@m17n.org>
715 713
@@ -1353,7 +1351,7 @@
1353 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in 1351 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
1354 LGLYPH_SET_CODE to avoid compiler warnings. 1352 LGLYPH_SET_CODE to avoid compiler warnings.
1355 1353
1356 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h 1354 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
1357 1355
1358 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT. 1356 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
1359 1357
@@ -1714,7 +1712,7 @@
1714 output_termcap. 1712 output_termcap.
1715 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty): 1713 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
1716 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor 1714 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
1717 only when subprocesses are supported 1715 only when subprocesses are supported.
1718 1716
1719 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of 1717 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
1720 f->output_data.x. 1718 f->output_data.x.
@@ -2405,7 +2403,7 @@
2405 * dispextern.h: 2403 * dispextern.h:
2406 * config.in: 2404 * config.in:
2407 * atimer.c: 2405 * atimer.c:
2408 * Makefile.in: Remove code for Carbon 2406 * Makefile.in: Remove code for Carbon.
2409 2407
24102008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 24082008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2411 2409
@@ -3566,7 +3564,7 @@
35662008-07-02 Jason Rumney <jasonr@gnu.org> 35642008-07-02 Jason Rumney <jasonr@gnu.org>
3567 3565
3568 * xfns.c (syms_of_xfns): Only define x-select-font when both 3566 * xfns.c (syms_of_xfns): Only define x-select-font when both
3569 HAVE_FREETYPE and USE_GTK 3567 HAVE_FREETYPE and USE_GTK.
3570 3568
3571 * xdisp.c (next_element_from_display_vector): Move assignment out 3569 * xdisp.c (next_element_from_display_vector): Move assignment out
3572 of if statement. 3570 of if statement.