Fix typos in docstrings, comments and ChangeLogs.
[bpt/emacs.git] / src / ChangeLog.9
index b161a21..a56c1a2 100644 (file)
 
 2001-01-07  Dave Love  <fx@gnu.org>
 
-       * keyboard.c (Fread_key_sequence_vector):  Avoid newline in
+       * keyboard.c (Fread_key_sequence_vector): Avoid newline in
        arglist, for documentation's sake.
 
 2001-01-06  Andrew Innes  <andrewi@gnu.org>
        what's displayed in the window.
 
        * xdisp.c (try_window_reusing_current_matrix)
-       <new start <= old start>:  Disable rows in the current matrix
+       <new start <= old start>: Disable rows in the current matrix
        which are below the window after scrolling.
 
        * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
        * lisp.h (pos_visible_p): Change prototype.
 
        * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
-       (CURRENT_HEADER_LINE_HEIGHT):  Look at current_mode_line_height
+       (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
        and current_header_line_height first.
        (current_mode_line_height, current_header_line_height):
        Declare extern.
        (create_offscreen_bitmap): New function.
        (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
 
-       * w32term.c (x_produce_glyphs):  If the distance from the current
+       * w32term.c (x_produce_glyphs): If the distance from the current
        position to the next tab stop is less than a canonical character
        width, use the tab stop after that.
        (x_draw_glyphs): Handle case START and END are out of bounds more
        CYCLE_CHECK arguments.
        (merge_face_vector_with_property, Finternal_merge_in_global_face)
        (lookup_named_face, lookup_derived_face, realize_named_face)
-       (face_at_string_position, face_at_buffer_position):  Supply
+       (face_at_string_position, face_at_buffer_position): Supply
        new F and CYCLE_CHECK arguments to merge_face_vectors.
        (merge_face_heights): New function.
        (merge_face_vectors, merge_face_vector_with_property)
        (x_compute_glyph_string_overhangs): Incomplete body removed, as
        the X way of doing this will not work for W32.
        (w32_intersect_rectangles): Removed. Use IntersectRect API call.
-       (x_draw_image_foreground):  Avoid drawing outside of the clip area
+       (x_draw_image_foreground): Avoid drawing outside of the clip area
        when image doesn't have a mask.
        (note_mouse_highlight): Process overlays in the right order of
        priority. Set help_echo_window.
        (encode_coding_string): Likewise.
 
        * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
-       <CCL_WriteMultibyteChar2>:  Handle charsets eight-bit-control and
+       <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
        eight-bit-graphic correctly.
 
 2000-05-24  Kenichi HANDA  <handa@etl.go.jp>
        (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
        (xim_initialize, xim_close)
        [HAVE_X_I18N && HAVE_X11R6]: New functions.
-       (x_destroy_window) [HAVE_X_I18N]:  Call xic_destroy_frame.
+       (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
        (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
        (x_delete_display) [HAVE_X_I18N]: Call xim_close.