Spelling fixes.
[bpt/emacs.git] / src / ChangeLog.8
index 6da7b68..bd51e55 100644 (file)
 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * charset.c (Fmake_char_internal): Print the charset ID when
-       signalling an error.
+       signaling an error.
 
        * emacs.c (synchronize_locale): Avoid compiler warnings about
        pointer type mismatch.
 
 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
 
-       * sound.c (Fplay_sound): Remove usused variables.
+       * sound.c (Fplay_sound): Remove unused variables.
        (be2hs): Put in #if 0 because it's currently not used.
 
 1999-09-14  Ken Raeburn  <raeburn@gnu.org>
        * lread.c (read_escape): For Control modifier, pay attention to
        multibyte character.
        (read1): Likewise.  Signal error or a multibyte character which
-       has a modifer bit.  Check validity of Shift modifer.
+       has a modifier bit.  Check validity of Shift modifier.
 
        * charset.c (non_ascii_char_to_string): Handle modifier bits as
        the same as Lisp reader.
 
        * Makefile.in (LIBGIF): Use libungif.
 
-       * configure.in (HAVE_GIF): Use libungif instead of libgif
-       because the former doesn't contain patented compression code.
-
        * xdisp.c (compute_window_start_on_continuation_line): Don't
        do it if line start is too far away from window start.
 
 
        * xfaces.c (free_font): Removed.
        (load_face_font_or_fontset): Renamed from load_font.
-       (load_face_font_or_fontset): Use message2 instead of signalling.
+       (load_face_font_or_fontset): Use message2 instead of signaling.
        (load_color): Likewise.
        (load_pixmap): Likewise.
 
        * term.c (get_char_info): Use WHAT field of CHAR_INFO.
        Use tabs as multiples of spaces.
 
-       * dispextern.h (struct char_info ): WHAT field.
+       * dispextern.h (struct char_info): WHAT field.
 
        * term.c (encode_terminal_code): Don't use GLYPH_CHAR, use
        FAST_GLYPH_CHAR instead because GLYPH_CHAR won't remove faces.
 
        * xterm.c (XTget_char_info): Check WANT_ELLIPSIS_P.
 
-       * dispextern.h (struct char_info ): GLYPH_ROW for intermediate
-       glyphs.
+       * dispextern.h (struct char_info): GLYPH_ROW for intermediate glyphs.
 
        * dispnew.c (init_char_info): Init GLYPH_ROW to NULL.  CHAR_CURSOR
        moved to xdisp.c.
 
        * term.c (get_char_info): Set MAX_PIXEL_WIDTH in CHAR_INFO.
 
-       * dispextern.h (struct char_info ): Use LISP_CHAR_TABLE for DP.
+       * dispextern.h (struct char_info): Use LISP_CHAR_TABLE for DP.
        New member MAX_PIXEL_HEIGHT.
 
        * xterm.c (x_per_char_metric): Get per character metrics.
 
        * charset.c (Fchar_bytes): Doc fix.
        (char_bytes): Fix returned value to match returned type.
-       (syms_of_charset): Fix type clash in initialisation of
+       (syms_of_charset): Fix type clash in initialization of
        Vauto_fill_chars.
 
 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
 
 1998-10-20  Jason Rumney  <jasonr@altavista.net>
 
-       * makefile.nt (w32fns.c): Add x-list-font.c to dependancies.
+       * makefile.nt (w32fns.c): Add x-list-font.c to dependencies.
 
        * w32faces.c: Update comments referring to obsolete structs.
        (allocate_face, copy_face, face_eql, load_font)
        `x-list-fonts.c'.
        (w32_get_font_info, w32_query_font, w32_find_ccl_program): New
        functions for fontset support - adapted from x_ equivalents.
-       (syms_of_w32fns): New lisp variables initialised.  Function
+       (syms_of_w32fns): New lisp variables initialized.  Function
        pointers for fontset.c set up.
 
        * w32term.c: Include fontset.h.  Define codepage macros.
 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
 
        * charset.c (unibyte_char_to_multibyte):
-       Vnonacii_translation_table will convert a 7-bit charcater.
+       Vnonacii_translation_table will convert a 7-bit character.
        (multibyte_char_to_unibyte): Handle the case that
-       Vnonacii_translation_table converts a multibyte charcater to a
-       unibyte charcter of less than 128.
+       Vnonacii_translation_table converts a multibyte character to a
+       unibyte character of less than 128.
        (init_charset_once): Initialize nonascii_insert_offset and
        Vnonacii_translation_table.
 
 
 See ChangeLog.7 for earlier changes.
 
-    Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-       Free Software Foundation, Inc.
+  Copyright (C) 1999, 2001-2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -14000,5 +13995,3 @@ See ChangeLog.7 for earlier changes.
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: 4d73444a-8f6e-4255-92a6-d3abc438b8d3