]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.8
Spelling fixes.
[gnu-emacs] / src / ChangeLog.8
index 833119c9fcff64b8ede5c481f22f3c299031a506..2f3ee45a1ac91e1f2acf0f5eebc483be2536b6ae 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>
        (CURSOR_FACE_ID, MOUSE_FACE_ID): New.
 
        * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New.
-       (syms_of_xfaces): Intialize new symbols.
+       (syms_of_xfaces): Initialize new symbols.
 
        * fns.c (Fmakehash): Take one argument, test, make all the
        rest keyword arguments.
 
 1998-11-10  Gerd Moellmann  <gerd@gnu.org>
 
-       * xrdb.c (x_load_resources): Add grey background colors as
+       * xrdb.c (x_load_resources): Add gray background colors as
        defaults for menus, scroll bars, and dialogs.
 
        * insdel.c (prepare_to_modify_buffer): Move setting
 
        * 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.
 
 
        * xterm.c (x_scroll_run): Renamed from do_line_dance.
 
-       * xdisp.c (redisplay_window): For window-based redisplay, alway
+       * xdisp.c (redisplay_window): For window-based redisplay, always
        try try_window_id.
 
        * xterm.c (struct glyph_string): New member two_byte_p that is
        * xdisp.c (store_frame_title_char): New function to store a
        single character for the frame title with re-allocation of
        frame_title_buf.
-       (init_xdisp): Intialize frame_title_.* variables to null.
+       (init_xdisp): Initialize frame_title_.* variables to null.
 
        * dispnew.c (quit_error_check): Removed.
 
        (enumfont_t): Remove unused head pointer.
        (enum_font_cb2): Dereference elfLogFont.
        (w32_list_bdf_fonts): New function.
-       (w32_list_fonts): Use one_w32_dispay_info instead of insisting on
+       (w32_list_fonts): Use one_w32_display_info instead of insisting on
        valid frame.  Remove MessageBox.  Support BDF fonts.
        (Fw32_find_bdf_fonts): New function.
        (syms_of_w32fns): Add Vw32_bdf_filename_alist and
 
 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
 
-       * makefile.nt: Do string comparision of _NMAKE_VER.
+       * makefile.nt: Do string comparison of _NMAKE_VER.
 
 1998-12-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
 
 
        * 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.