Spelling fixes.
[bpt/emacs.git] / src / ChangeLog.11
index 703b084..f8b3855 100644 (file)
        * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch:
        don't change the method signature, change the return.
 
-2010-11-04  Ismail Donmez  <ismail@namtrac.org>  (tiny change)
+2010-11-04  İsmail Dönmez  <ismail@namtrac.org>  (tiny change)
 
        * nsfont.m (nsfont_draw)
        * nsimage.m (EmacsImage-setXBMColor:)
 
        * composite.c (composition_compute_stop_pos): In forward search,
        pay attention to the possibility that some character after ENDPOS
-       will be composed with charactrs before ENDPOS.
+       will be composed with characters before ENDPOS.
 
 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
 
        (Finternal_describe_syntax_value): Recognize new flag; use the
        SYNTAX_FLAGS_* macros.
        (scan_sexps_forward, Fparse_partial_sexp): Change representation of
-       comment style to accomodate the new styles.
+       comment style to accommodate the new styles.
        (back_comment, forw_comment, Fforward_comment, scan_lists)
        (scan_sexps_forward): Update code to obey the new comment style flag.
 
 2010-05-11  Karel Klíč  <kklic@redhat.com>
 
        * ftfont.c: Fix incorrect parentheses of #if condition for
-       definining M17N_FLT_USE_NEW_FEATURE.
+       defining M17N_FLT_USE_NEW_FEATURE.
 
 2010-05-11  Glenn Morris  <rgm@gnu.org>
 
 
        * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
        (xbm_load_image): Caller changed.
-       (xbm_file_p): Avoid signalling an image_error (Bug#4107).
+       (xbm_file_p): Avoid signaling an image_error (Bug#4107).
 
 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
 
        (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
 
        * font.c (font_sort_entites): Change the meaning of the arg
-       BEST-ONLY.  Don't optimize for VEC of lenght 1.
+       BEST-ONLY.  Don't optimize for VEC of length 1.
        (font_select_entity): Just return the value of font_sort_entites.
 
        * xfaces.c (merge_face_vectors): Reflect font properties in
 2008-08-20  Chong Yidong  <cyd@stupidchicken.com>
 
        * xselect.c (x_get_foreign_selection): Return nil if desired
-       selection could not be obtained, instead of signalling an error.
+       selection could not be obtained, instead of signaling an error.
 
 2008-08-20  David Reitter  <david.reitter@gmail.com>
 
        STORE_XCHARB a valid l-value.
 
        * w32term.c (w32_native_per_char_metric): Swap width and rbearing
-       calculations for non-Truetype fonts.
+       calculations for non-TrueType fonts.
        (x_draw_glyph_string): Sync with xterm.c.
        (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
        Remove redundant code.
 
        * term.c (terminal_encode_buffer): Make externally visible.
 
-       * makefile.w32-in: Add character.h dependancies.
+       * makefile.w32-in: Add character.h dependencies.
        (character.o, chartab.o): New targets.
 
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 
        * xdisp.c (face_before_or_after_it_pos):
-       Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
+       Call FETCH_MULTIBYTE_CHAR with byte position, not char position.
 
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 
        * keyboard.c (restore_kboard_configuration): Only define when
        MULTI_KBOARD defined.
 
-       * makefile.w32-in: Update dependancies from Makefile.in.
+       * makefile.w32-in: Update dependencies from Makefile.in.
        (OBJ1): Add terminal.$(O)
 
        * term.c (dissociate_if_controlling_tty) [WINDOWSNT]: